/* 
    Document   : principal
    Created on : 1 févr. 2011, 10:33:27
    Author     : Nicolas SOTRON
    Description:
        Feuille principale
*/

/*******
* FONT *
********/
@font-face {
    font-family: 'FuturaBold';
    src: url('/font/futura.eot');
    src: url('/font/futura.eot?#iefix') format('embedded-opentype'),
         url('/font/futura.woff') format('woff'),
         url('/font/futura.ttf') format('truetype'),
         url('/font/futura.svg#futura') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***********
* Générale *
***********/
a {
    text-decoration: none;
    color: #ffffff;
}
a[href$=".pdf"] {
    background: url('/image/icone/pdf.png') no-repeat right center;
    padding-right: 18px;
    color: red;
}
body {
    background-color: #81725e;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center;
}
form {
    margin: 0px;
    padding:0px;
}
h1, .h1 {
    color: #ffffff;
    margin: 0 auto;
    padding: 0px;
    background: #000000 url('/image/central/bordure_haut.png') no-repeat bottom center;
    font-size: 36px;
}
h2 {
    color: #c5381f;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-size: 22px;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    color: #c5381f;
    margin: 2px auto;
}
h4 {
    font-size: 11px;
    font-weight: bolder;
    margin: 0 auto;
}
img {
    border:0px;
}
input, textarea {
    border: 2px solid #afa79e;
}

input[type=submit], .bt_input {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ff0000;
    border: 0px;
    padding: 6px 25px;
    cursor: pointer;
}

#conteneur {
    width: 1000px ;
    margin: 0px auto ;
    text-align: left ;
    font-family: Arial;
}
#msgbox,  #msgboxok{
    display: none;
    padding: 2px 20px;
    font-weight: bold;
    margin: 9px;
}
#msgbox {
    border: 2px solid #CC0000;
}
#msgboxok {
    border: 2px solid #00CC00;
}
.input_error {
    border: 2px solid #FF0000;
}
.div_gauche {
    float: left;
}
.div_droit {
    float: right;
}
.clear_float {
    clear:both;
    font-size: 0px;
    height: 0px;
}
.relative {
    position: relative;
}

.menu_lien {
    margin: 0 10px;
}
.menu_lien img {
    padding-bottom: 2px;
    vertical-align: middle;
}
div.spacer {
    font-size:0;
    height:0;
}


/************
* Menu haut *
************/
#menu_haut {
    text-align: right;
    font-size: 11px;
}
#menu_haut a {
    color: #ffffff;
}
#sendFriendPopup {
    position: relative;
    z-index: 2;
    text-align: right;
    font-size: 11px;
}
#sendFriendContent {
    right: 0%;
    position: absolute;
    background: #342f2b;
    color: #ffffff;
    border: 2px solid #c3bbb2;
    z-index: 3;
    padding: 5px 20px;
 }
#sendFriendPopup .msg_error {
     color: #ff0000;
     font-weight: bold;
     border: 1px solid #CC0000;
     padding: 1px 5px;
 }
#sendFriendPopup .msg_confirmation {
     font-weight: bold;
     border: 1px solid #00CC00;
     padding: 1px 5px;     
 }
#fn_sendFriend #f_message {
     vertical-align: top;
 }
 #menu_profession .brochure {
     position:relative;
 } 
 #menu_profession .brochure ul {
     background: #C3BBB2;
     box-shadow: 1px 1px 13px #000000;
     display:none;
     position: absolute; 
     left:0; 
     margin: 0; 
     padding: 0;
     top:10px;
 }
 #menu_profession .brochure ul li {
     padding: 0;
 }
 
 
/*******************
* Menu Profession *
********************/
#menu_profession {
    background: url('/image/menu_profession/fond.png') repeat-x;
    margin-top: 7px;
    color : #000000;
    font-weight: bold;
}
#professions a {
    font-size: 12px;
    color: #000000;
    background: url('/image/menu_profession/puce.png') no-repeat left center;
    padding-left: 11px;
    margin: 0px 6px;
}
#professions a[href$=".pdf"] {
    padding: 0px 0px 0px 11px;
}
#professions a.print[href$=".pdf"] {
    padding: 0px;
    margin: 0px;
}
#professions a.no-puce {
    background: none;
    padding: 0;
}
#professions {
    margin-left: 0px;
    margin-top: 4px;
    padding-left: 10px;
}
ul#professions_liste  {
    display: inline;
    padding: 0px;
    margin: 0px;
}
#professions_liste li{
    display: inline;
    padding: 10px;
}

/*****************
* Menu recherche *
******************/
#fn_search {
    text-align: right;
    margin: 0 5px 5px 0;
}
form#fn_search input[type=text]{
    border: none;
    border-radius: 5px;
    padding-left: 17px;
    background: #ffffff url('/css/image/recherche.png') no-repeat 2px center;
}
.fn_searchEmpty {
    color: #c3bbb2;
}


/*****************
* Menu Principal *
******************/
#menu_principal {
    padding-bottom: 30px;
    background: url('/image/menu_principal/vague.png') no-repeat bottom;
    text-align: center;
}
#menu_principal a {
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
}
#menu_principal #menu_titres {
    height: 46px;
    background: #c3bbb2;
    color: #ffffff;
}
.titre_menu_principal {
    font-size: 22px;
    font-weight: bolder;
    padding-top: 10px;
    text-align: center;
    height: 33px;
    text-transform: uppercase;
}
#menu_principal #menu_titres  div {
    float: left;
    width: 50%;
}
#menu_principal_restaurant {
    background: url('/image/menu_principal/bord_arrondi_gauche.png') no-repeat left top;
}
#menu_principal_reservation {
    background: url('/image/menu_principal/bord_arrondi_droit.png') no-repeat right top;
}
#menu_principal #menu_icone div.prestation_element {
    float: left;
    margin: 0 8px 0 0;
}
#menu_principal #menu_icone div.prestation_element_dyna {
    float: right;
    margin: 0 0 0 8px;
}
#menu_principal .bouton_texte,  #menu_principal .bouton_texte2l{
    background: #c3bbb2;
    height: 41px;
}
#menu_principal .bouton_texte {
    line-height: 41px;
}
#menu_principal .bouton_texte2l {
    line-height: 20px;
}
#menu_principal .bouton_texte2l a {
    margin-top: 20px;
}
#menu_principal .bouton_texte, #menu_principal .bouton_texte2l, #menu_principal .bouton_image {
    -moz-box-shadow: 1px 1px 5px #000000; 
    -webkit-box-shadow: 1px 1px 5px #000000;
    box-shadow: 1px 1px 5px #000000;
}
#menu_principal .prestation_element_dyna {
    width: 174px;
}

#menu_principal .bouton_image {
    height: 78px;
    background: #c3bbb2;
    vertical-align: middle;
}


/*************
* Menu Legal *
**************/
#menu_legal {
    margin-top: 10px;
    text-align: right;
    font-size: 11px;
}
#menu_legal a {
    color: #ffffff;
}

#menu_legal img {
    vertical-align: middle;
}

/**********
* Central *
***********/
.contenu, .contenu_2couleurs {
    padding: 0px;
    margin: 0px;
    color: #000000;
}
.contenu {
    background: #ffffff url('/image/central/bordure_centre.png') repeat-y;
}
.contenu_2couleurs {
    background: #ffffff url('/image/central/bordure_centre_2couleurs.png') repeat-y;
}
.contenu a {
    color: #afa79e;
}
.bordure_haut_fond {
    background: #ffffff;
}



/**********
* Accueil *
***********/
#accueil_presentation {
    padding: 0px 10px;
    color: #ffffff;
    font-family:'FuturaBold';
    background-image: url('/image/accueil.jpg');
    background-size: cover;
    height: 517px;
    position: relative;
}
#accueil_blocs div {
    float: left;
}
#accueil_text {
    font-size: 10px;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
    left: 10px;
}
#accueil_text h1 {
    background: none;
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
}
#accueil_text h1 span {
    font-weight: bold;
    font-size: 30px;
}
#accueil_blocs {
    font-size: 20px;
    width: 480px;
    margin-left: 520px;
}
#accueil_blocs div {
    font-size: 18px;
    width: 200px;
    height: 110px;
    background-color:rgba(175,167,158,0.8);
    margin: 3px 9px;
    padding: 6px;
    border-radius: 5px;
}
#accueil_presentation h2,
.accueil_blocs_en h2,
#accueil_presentation .gras,
.accueil_blocs_en .gras {
    color: #c5381f;
    font-size: 18px;
    font-weight: bold;
    margin: 2px auto;
    text-transform: none;
}
#accueil_blocs div a {
    color: #ffffff;
}

#accueil_presentation .condition{
    font-size: 10px;
    font-weight: normal;
    font-family: 'Futura';

}

/*************
* Profession *
**************/
#contenu_profession {
    width: 1000px;
    padding: 0px 0px 10px 0px;
}
#bordure_haute {
    position: absolute;
}
#profession_description {
    width: 637px;
    margin: 0 10px 0px 50px;
    padding-top: 1px;
}
#profession_avantages {
    margin-top: 25px;
    width: 440px;
}
#profession_description h2 {
    margin-left: 15px;
}
#profession_description ul {
    margin: 0px;
    padding: 20px 10px 20px 25px;
    font-size: 14px;
    font-weight: bold;
    list-style: url('/image/puce.png');
    background: #e6e6e3;
}
#profession_description ul li {
    padding: 3px 0px;
}
#profession_services {
    margin: 20px 17px 0px 0px;
}
.remarque_asterisque {
    font-size: 12px;
}
#profession_prestation {
    margin: 20px 5px;
    width: 285px;
    text-align: center;
}
#profession_prestation h3 {
    margin-bottom: 10px;
}
#profession_prestation h4 {
    margin: 5px 0px 5px 0px;
}
.prestation_article {
    margin-top: 20px;
}
.prestation_detail {
    margin: 0px 0px 0px 65px ;
}
.prestation_prix {
    font-size: 21px;
    width: 23%;
    padding: 8px 5px 0px 0px;
}
.prix_entier {
    font-size: 21px;
    font-weight: bold;
}
.prix_decimal{
    font-size: 8px;
    padding-right: 8px;
}
.prestation_liens {
    text-align: left;
    font-size:10px;
    padding-left: 10px;
}
.prestation_liens a {
    text-decoration: underline;
}
.prestation_description_a img {
    vertical-align: middle;
}
#profession_prestation  .prestation_description {
    display: none;
    border: 1px solid #c8d215;
}
.prestation_description {
    font-size: 12px;
    font-weight: normal;
    width: 73%;
    margin: 2px;
    text-align: justify;
}
#mentions_obligatoires {
    margin-top: 30px;
    text-align: center;
}
.mentions_obligatoires_remarques {
    font-size: 12px;
}
#mentions_obligatoires_manger_bouger {
    font-weight: bold;
    font-size: 16px;
}

/*************
* ITINERAIRE *
**************/
#contenu_itineraire {
    padding: 0px 30px;
    font-size: 12px; 
}
#contenu_itineraire a {
    color: #ffffff;
}
#contenu_itineraire #map_form {
    background-color:#afa79e;
    float:right;
    width: 350px;
}
#contenu_itineraire #etape_liste ul#etape_item  {
    list-style-image: url('/image/puce_logo.png');
}
#contenu_itineraire #fn_itineraire label {
    display: inline-block; 
    width: 75px;
    margin-left: 20px;
}
#contenu_itineraire #sumbit_button {
    text-align: right;
    padding-right: 5px;
}
#contenu_itineraire #map_canvas {
    width:470px;
    height:550px;
    margin: 0 auto;
}
#contenu_itineraire #etape_liste, #contenu_itineraire #etape_resume {
    display: none;
    margin: 10px 10px;
}
#contenu_itineraire #etape_resume span {
    font-weight: bold;
}
#contenu_itineraire ul#conceptsAvailable {
    list-style: none;
}
#contenu_itineraire ul#conceptsAvailable li {
    margin: 2px;
}
#contenu_itineraire ul#conceptsAvailable a {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    color: #333333;
    text-transform: capitalize;
}

/*********
* CARTES *
**********/
.contenu_carte_reseau, .bordure_haut_fond_carte {
    background: #E6D1AA;
}
.contenu_carte_reseau {
    background: #E6D1AA url('/image/central/bordure_centre.png') repeat-y;
    font-size: 12px;
    font-weight: bolder;
}
.contenu_carte_reseau img {
    vertical-align: middle;
}
#contenu_carte_reseau_motorway {
    margin: 0px 20px;
    position: relative;
}
#contenu_carte_reseau_motorway .contenu_carte_carte {
    padding-left: 278px;
    padding-top: 45px;
}
#contenu_carte_reseau_motorway .contenu_carte_title {
    position: absolute;
    top: 0px;
    font-size: 11px;
}
.contenu_carte_title h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    width:335px;
}
.contenu_carte_title h2 a {
    color: #c5381f;
}
.contenu_carte_download {
    position: absolute;
    top: 20px; 
    right: 20px;
}
.contenu_carte_download img {
    margin-right: 4px;
}
.contenu_carte_legend {
    position: absolute;
    top: 380px;
}
.contenu_carte_legend ul {
    margin: 0px;
    padding: 0px;
    width: 300px;
    list-style: none;
}
.contenu_carte_legend li img {
    margin: 5px;
}
#contenu_carte hr {
    height: 8px;
    width: 920px;
    border: 5px solid #c3bbb2;
    margin: 20px 25px 20px 40px;
}
.cursor_forbidden {
    cursor: url('/image/icone/forbidden.png'), auto;
}


/****************
* ETABLISSEMENT *
*****************/
#contenu_etablissement {
    padding: 13px 0px 0px 30px;
}
#contenu_etablissement h2 {
    color: #c5381f;
    font-size: 27px;
    font-weight: bold;
}
#etablissement_description {
    width: 668px;
}
#etablissement_image {
    text-align: center;
}
#etablissement_image img {
    margin: 0 4px;
}
.concept {
    width: 209px;
    margin: 40px 6px 0px 6px;
}
.concept_label {
    font-weight: bolder;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    background: #c3bbb2;
    height: 56px;
    padding-top: 20px;
}
.concept_label a {
    color: #ffffff;
}
.concept_image {
    height: 82px;
    text-align: center;
}
.concept_capacity {
    background: #c3bbb2;
    color: #ffffff;
    font-size: 12px;
    font-weight: bolder;
    padding: 3px 2px;
}
.concept_link {
    font-size: 11px;
    font-style: italic;
}
.concept_link a {
    color: #9f9fa0;
    text-decoration: underline;
}
#etablissement_information {
    padding-left: 34px;
    font-size: 13px;
    width: 256px;
}
#etablissement_information label {
    font-weight: bold;
}
#etablissement_information div {
    margin-bottom: 25px;
}
.print_button {
    text-align:right;
    margin-top: 10px;
}

/**************
* PRESTATIONS *
***************/
#concepts_commerciaux {
    margin: 0px 8px 0px 9px;
}
#concepts_commerciaux {
    color: #c5381f;
    font-weight: bold;
    font-size: 13px;
    padding: 0px;
}
#concepts_commerciaux a {
    color: #c5381f;
    font-weight: bold;
    font-size: 13px;
}

.channel_description {
    color: #000000;
    display: flex;
    flex-direction: row;
    font-size: 0.875rem;
    font-weight: normal;
    gap: 1rem;
    line-height: 1.325rem;
    padding: 1rem;

}
#concepts_commerciaux .channel_description  a {
    font-size: 0.875rem;
}
.channel_description--illustration {
    padding-top: 6px;
}

#concept_virtuel_titres {
    border-bottom: 7px solid #c5381f;
}
#concept_virtuel_titres div {
    float: left; 
    padding: 20px 7px;
    margin: 0px 8px;
    background: #c3bbb2;
    border-radius: 5px 5px 0px 0px;
}

div.concept_virtuel_detail {
    padding: 20px 5px;
}
.categorie_marketing_titres div {
    float: left;
    padding: 10px;
    margin: 0px 10px;
    background: #c3bbb2;
    border-radius: 5px 5px 0px 0px;
    color: #c5381f;
    font-weight: bold;
    font-size: 13px;
}

.category_marketing_detail {
    border: 1px solid #c5381f;
    border-top: 3px solid #c5381f;
    border-radius: 5px;
    color: #000000;
}

#concept_virtuel_titres div.tab_selected,
.categorie_marketing_titres div.tab_selected {
    background: #c5381f;
    border-bottom-color: #c5381f;
    color: #ffffff;
}
#concept_virtuel_titres div.tab_selected a,
#concepts_commerciaux .categorie_marketing_titres div.tab_selected a {
    color: #ffffff;
}

.product_regular {
    border: thin solid green;
}
.encart_droit  {
    float: right;    
    margin: 10px 35px 10px 0;
    text-align: center;
    width: 463px;
}
.product_top {
    border: 2px solid #c5381f;
    border-radius: 5px 5px 10px 10px;
    text-align: left;
    margin-bottom: 10px;
}
.encart_droit img {
    margin-top: 12px;
}
.product_top h2 {
    background: #c5381f;
    color: #ffffff;
    padding: 2px 10px;
}
.product_item {
    border-bottom: 1px solid #775555;
    border-right: 1px solid #775555;
    border-radius: 0px 0px 30px 0px;
    padding: 15px;
    height: 140px;
    width: 375px;
    margin: 20px 30px;
}
.product_item table {
    color: #000000;
    width: 100%;
}
.div_elements_first {
    margin-top: 65px;
}
.product_item h3 {
    color: #000000;
}
.product_item_hover {
    background: #c3bbb2;
}
.product_item_selected {
    background: #ff2d2d;
    color: #fff;
}
.product_item_selected h3 {
    color: #fff;
}
#concepts_commerciaux .product_item a.description_longue {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
}
.product_item input[type=checkbox] {
    display: none;
}
#concepts_commerciaux div.bouton_valider {
    text-align: center;
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -200px;
}
#concepts_commerciaux input[type="submit"], #concepts_commerciaux .bt_input {
    padding: 20px 50px;
    font-size:18px;
}
#contenu_prestation div.print_button {
    text-align: right;
    margin: 10px 36px 0px 0px;
}

/********
* DEVIS *
*********/
#arianeCommande {
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    margin-right: 23px;
}
#arianeCommande span {
    color: #c5381f;
}
.form_devis {
    position: relative;
}
#fn_devis_add, #fn_devis_upd {
    margin: 0px 28px;
}
#fn_devis_add  .devisDossier, #fn_devis_upd  .devisDossier {
    margin: 10px 0px;
    font-size: 12px;
}
#fn_devis_upd  .devisDossier {
    border: 1px solid #afa79e;
    padding: 5px;
}
#fn_devis_add .devisDossier h2, #fn_devis_upd .devisDossier h2{
    color: #c5381f;
    font-size: 16px;
    font-weight: bold;
}
#fn_devis_add .devisDossier label, #fn_devis_upd .devisDossier label {
    margin: 0px 5px 0px 0px;
}
#fn_devis_add .devisDossier input, #fn_devis_upd .devisDossier input {
    margin: 0px 10px 0px 0px;
}
.devisTitreEtape {
    color: #c5381f;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
#definitionEtape {
    font-size: 12px;
}
.definitionEtapeLigne {
    margin: 8px 0px;
}
.definitionEtapeLigne div {
    float: left;
}
.definitionEtapeLigne .label {
    width: 150px;
}
.definitionEtapeLigne .value {
    width: 325px;
}
.definitionEtapeLigne h3 {
    margin-top: 40px;
    color: #c5381f;
    font-size: 22px;
    font-weight: bold;
}
#devis_lien_etablissement {
    font-size: 10px;
    font-style: italic;
    margin-bottom: 20px;
}
.definitionPrestation .ligne1 {
    font-size: 13px;
    font-weight: bold;
}
.definitionPrestation .ligne2 {
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
}
.definitionPrestation .ligne2 span {
    color: #c5381f;
}
.definitionPrestation table {
    border-spacing: 0px;
    color: #000000;
}
.definitionPrestation tr {
    background-color: #efe4d9;
}
.definitionPrestation th {
    background-color: #c3bbb2;
    font-size: 11px;
    padding: 12px 0px;
    text-align: center;
}
.definitionPrestation td {
    padding: 10px 0px;
    text-align: center;

}
.definitionPrestation .reduction{
    width: 100%;
    text-align: start;
    padding-left: 1em;
}
.definitionPrestation .reduction_line{
    background-color: #d5e43c;
}
.definitionPrestation .reduction ul{
    width: 50%;
}
.definitionPrestation .prestationSelectedLabel {
    text-align: left;
    background: #ffffff;
    color: #c5381f;
    font-size: 22px;
    font-weight: bold;
}
.prestationLine {
    display: none;
}
.prestationConceptVirtualLabel td {
    text-align: left;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    padding: 20px 20px 0 0;
    text-transform: capitalize;
}
.prestationCategoryMarketingLabel td {
    text-align: left;
    background: #ffffff;
    font-size: 16px;
    padding-left: 40px;
    font-style: italic;
}
.prestationCategoryMarketingLabel td a {
    color: #000000;
}
.definitionPrestation .prestationLabel, 
.definitionPrestation .prestationQuantity, 
.definitionPrestation .prestationPriceHT, 
.definitionPrestation .prestationPriceTTC{
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.definitionPrestation .prestationDelete,
.definitionPrestation tfoot tr td{
    border-top: 1px solid #ffffff;
}
.definitionPrestation th.prestationLabel {
    text-transform: capitalize;
}
.definitionPrestation .prestationLabel {
    width: 575px;
    text-align: left;
    padding-left: 13px;
    text-transform: lowercase;
}
.definitionPrestation .prestationLabel .prestationClassement {
    font-size:12px;
    font-style:italic;
}
.definitionPrestation .prestationLabel .prestationTitle {
    font-weight: bold;
}
.definitionPrestation .prestationLabel .prestationDescription {
    font-size: 12px;
    text-align: justify;
    padding-right: 20px;
    padding-top:20px;
}
.definitionPrestation .prestationLabel div img{
    vertical-align: top;
}
.definitionPrestation .prestationQuantity {
    width: 108px;
}
.definitionPrestation .prestationPriceHT {
    width: 87px;
}
.definitionPrestation .prestationPriceTTC {
    width: 93px;
}
.definitionPrestation .prestationDelete {
    width: 67px;
}
.definitionPrestation tfoot tr {
/*    background: #342f2b;*/
}
.definitionPrestation  .prestationOption  td {
    padding: 0;
}
.definitionPrestation  .prestationOption  td.prestationLabel {
    background: #ffffff;
}
.definitionPrestation tr.prestationOption  td {
    border-top:none;
}
.prestationOption .prestationLabel div {
    margin-left: 150px;
    background: #efe4d9;
    padding: 7px 10px;
    font-weight: bold;
    font-style: italic;
    font-size:14px;
}
.definitionPrestation tfoot tr td{
    text-align: left;
}
.definitionPrestation tfoot .totalPrice, #dossierPrice {
    padding: 13px 0px 13px 13px;
    font-size: 11px;
    font-weight: bolder;
    background-color: #afa79e;
}
.definitionPrestation tfoot .totalPrice span, #dossierPrice {
    font-size: 14px;
    margin: 0px 20px;
}
#dossierPrice {
    margin-top: 5px;
    margin-left: 585px;
}
.form_input {
    text-align: right;
}
#fn_devis_upd .print_button {
    margin-top: 10px;
}

/*****************
* Identification *
******************/
#contenu_identification {
    padding: 0px 28px;
    font-size:12px;
    font-weight: bold;
}
#contenu_identification h2 {
    font-size:15px;
    color: #c5381f;
    margin: 20px 0px 4px 0px;
}
.form_bloc {
    background: #afa79e;
    padding: 20px 10px;
}
#fn_login label {
    color: #000000;
    font-size:12px;
    margin-right: 12px;
    font-weight: bold;
}
#fn_login label.f_login_password {
    margin-left: 50px;
}
#fn_login span a {
    font-size: 9px;
    font-style: italic;
    text-decoration: underline;
    margin: 0px 25px 0px 5px;
    color: #ffffff;
}

#contenu_identification #fn_add label {
    display: inline-block; 
    width: 50px;
    margin-left: 60px;
}
#contenu_identification #fn_add label.first_column {
    width: 200px;
    margin-left: 0px;
}
#contenu_identification #fn_add label, #contenu_identification #fn_add input {
    vertical-align: middle;
}
#contenu_identification #fn_add #f_categorie option{
    text-transform: capitalize;
}
#contenu_identification #fn_add span.remarque {
    font-size: 11px;
    font-weight: normal;
}
#contenu_identification h3 {
    font-size:15px;
    color: #c5381f;
    margin-top: 30px;
}
#contenu_identification #fn_add input[type=submit] {
    margin-left: 650px;
}

#contenu_identification #fn_add .l_societyCode{
    cursor: help;
}
#contenu_identification #fn_add table {
    display: inline-block;
    vertical-align: middle;
}

#contenu_identification #mentions_obligatoires {
    margin-top:0px;
    font-size:10px;
    font-style: italic;
}

/**************
* Reservation *
***************/
#fn_reservation {
    margin: 0px 28px;
}
#definitionPrestation table {
    color: #000000;
    margin-bottom: 30px;
}
#definitionPrestation th {
    background-color: #b1b18d;
    font-size: 11px;
    padding: 12px 0px;
}
#definitionPrestation th.prestationLabel {
    text-align: left;
    padding-left: 12px;
}
#definitionPrestation tr.stepId {
    background-color: #afa79e;
    font-size: 14px;
}
#definitionPrestation tr > td:first-child {
    padding-left: 12px;
    text-transform: lowercase;
    font-weight: bold;
    width: 272px;
}
#definitionPrestation tr.stepId > td:first-child {
    text-transform: uppercase;
}
#definitionPrestation tr {
    background-color: #efe4d9;
    font-size: 12px;
}
#definitionPrestation td.prestationGroupe,
#definitionPrestation td.prestationHoraire,
#definitionPrestation td.prestationEtablissement,
#definitionPrestation td.prestationConcept,
#definitionPrestation td.prestationQuantity {
    text-align: center;
}
#definitionPrestation td.prestationDate,
#definitionPrestation td.prestationPriceHT,
#definitionPrestation td.prestationPriceTTC {
    text-align: right;
    padding-right: 5px;
}
#definitionPrestation th.prestationGroupe {
    width: 72px;
}
#definitionPrestation th.prestationDate {
    width: 66px;
}
#definitionPrestation th.prestationHoraire {
    width: 72px;
}
#definitionPrestation th.prestationEtablissement {
    width: 78px;
}
#definitionPrestation th.prestationConcept {
    width: 66px;
}
#definitionPrestation th.prestationQuantity {
    width: 80px;
}
#definitionPrestation th.prestationPriceHT {
    width: 72px;
}
#definitionPrestation th.prestationPriceTTC {
    width: 52px;
}
#definitionPrestation .totalPriceEmpty {
    /*background: #342f2b;*/
}

#definitionPrestation .totalPrice {
    background-color: #afa79e;
    padding: 10px 6px;
}
#definitionPrestation .totalPrice span {
    padding-left: 5px;
    font-weight: bold;
}
#fn_reservation #reservation_footer {
    font-size: 12px;
    font-weight: bold;
}
#fn_reservation #commentaires {
    width: 450px;
    text-align: center;
}
#fn_reservation #payement {
    width: 470px;
}
#fn_reservation #payement label {
    display: inline-block; 
    width: 200px;
}
#fn_reservation #payement label.labelCheckbox {
    display: inline-block; 
    width: 400px;
}
#fn_reservation .submitButton {
    text-align: center;
}

/******
* CGV *
*******/
#contenu_cgv {
    padding: 15px 30px;
    font-size: 10px;
}
#contenu_cgv h2, #contenu_cgv h3, #contenu_cgv h4, #contenu_cgv h5 {
    font-size: 10px;
    color: #c5381f;
}
#contenu_cgv h3 {
    margin-top: 15px;
}
#contenu_cgv h4, #contenu_cgv h5 {
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
}
#contenu_cgv ul {
    margin: 0px 1px;
    padding: 0px 1px;
}
#contenu_cgv li {
    list-style: none;
}
#contenu_cgv .conditions-generales-de-vente {
    text-align:center;
    margin-top: 20px;
}


/*****************
* Compte - login *
******************/
#contenu_compte_login {
    padding: 13px 30px 0px 30px;
    font-size: 15px;
}
#contenu_compte_login h2 {
    margin: 0px;
    padding: 0px;
    color: #c5381f;
    font-size: 15px;
    font-weight: bold;
}
#contenu_compte_login div#identification {
    width: 75%;
}
#contenu_compte_login div#identification ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style-image: url('/image/puce_tiret.png') ;
}
#contenu_compte_login div#nouveau_client a {
    text-decoration: underline;
    font-style: italic;
}
#contenu_compte_login .form_bloc {
    margin-top: 15px;
}

/*******
* Compte
********/
#contenu_compte {
    padding: 0px 15px;
    font-size: 12px;
}
#contenu_compte h2 {
    font-size: 15px;
    color: #000000;
    text-transform: none;
    margin: 15px 0px;
}
#contenu_compte #liste_dossier, #contenu_compte #change_password {
    background: #afa79e;
    padding: 10px;
}
#contenu_compte .dossierList {
    background: #ffffff;
    color: #000000;
    margin: 0 auto;
}
#contenu_compte .dossierList th {
    text-align: center;
    padding: 1px 5px;
    border: 1px solid #81725e;
}
#contenu_compte .dossierList td {
    padding:  5px;
}
#contenu_compte .dossierList tr td {
    border-left: 1px solid #81725e;
}
#contenu_compte .dossierList tr td:last-child {
    border-right: 1px solid #81725e;
}
#contenu_compte .dossierList tr:last-child td {
    border-bottom: 1px solid #81725e;
}

#contenu_compte .emptyDossier {
    font-style: italic;
}
#contenu_compte .texte_juridique {
    margin-top: 10px; 
    font-size: 10px;
    font-style: italic;
}
#contenu_compte .liste_fichier {
    text-align: right;
    font-size: 12px;
    color: #d5e43c;
    font-weight: bold;
    display: none;
}
#contenu_compte .liste_fichier_a,  #contenu_compte .liste_fichier a {
    text-decoration: underline;
    color: #d5e43c;
    font-weight: bold;
}


/******
* Avis
******/
#contenu_avis {
    padding: 2px 30px;
    font-size: 12px;
}

#contenu_avis h2 {
    font-size: 12px;
    color: #c5381f;
    text-transform: none;
    margin: 20px 0;
}
#contenu_avis table {
    background: #ffffff;
    border-collapse:collapse;
    color: #000000;
    text-align: center;
    width: 925px;
}
#contenu_avis table th {
    font-size: 12px;
    width: 15%;
}
#contenu_avis table td.first_column {
    text-align: left;
    padding: 2px 10px;
    width: 20%;
}
#contenu_avis table th,  #contenu_avis table td {
    border: 1px solid #81725e;
}
#contenu_avis table th.empty-cell {
    border-top: 1px solid #ffffff;
    border-left: none;
}

/******************
* Sites partenaires
*******************/
#contenu_partenaires {
    padding: 0px 30px;
}
#contenu_partenaires ul {
    margin: 0px;
}
#contenu_partenaires li {
    list-style: none;
    padding: 10px 0px;
}
#contenu_partenaires img {
    vertical-align: middle;
}

/*****************
* Mentions legales 
******************/
#contenu_mentions_legales {
    padding: 0px 30px; 
    font-size: 12px;
}
#contenu_mentions_legales #identification_societe {
    font-style: italic;
}
#contenu_mentions_legales h2, #contenu_mentions_legales h3 {
    font-size: 12px;
    color: #c5381f;
}
#contenu_mentions_legales h3 {
    margin-top: 10px;
}
#contenu_mentions_legales .extrait {
    font-weight: bold;
}

/********
* Contact
*********/
#contenu_contact {
    padding: 0px 30px;
    font-size: 12px;
}
#contenu_contact #fn_contact label {
    display: inline-block; 
    width: 50px;
    margin-left: 60px;
    font-weight: bold;
}
#contenu_contact #fn_contact label.first_column {
    width: 100px;
    margin-left: 0px;
}
#contenu_contact #fn_contact label, #contenu_identification #fn_contact input {
    vertical-align: middle;
}
#contenu_contact #fn_contact label.label_textarea{
    vertical-align: top;
}
#contenu_contact address {
    margin: 10px 0;
}

/*******************
* Perte identifiants
********************/
#contenu_perte_identifiant {
    padding: 0px 30px;
    font-size: 12px; 
}
#contenu_perte_identifiant h2{
    color: #000000;
    font-size: 12px;
}
#contenu_perte_identifiant #fn_perte_identifiant label {
    display: inline-block; 
    width: 50px;
    margin-left: 60px;
    font-weight: bold;
}
#contenu_perte_identifiant #fn_perte_identifiant label.first_column {
    width: 200px;
    margin-left: 0px;
}
#contenu_perte_identifiant #fn_perte_identifiant label, #contenu_identification #fn_perte_identifiant input {
    vertical-align: middle;
}

/**************************
* Reinitialise identifiants
***************************/
#contenu_reinitialise_identifiant {
    padding: 0px 30px;
    font-size: 12px; 
}
#contenu_reinitialise_identifiant h2{
    color: #000000;
    font-size: 12px;
}
#contenu_reinitialise_identifiant #fn_reinitialise_identifiant label {
    display: inline-block; 
    width: 50px;
    margin-left: 60px;
    font-weight: bold;
}
#contenu_reinitialise_identifiant #fn_reinitialise_identifiant label.first_column {
    width: 200px;
    margin-left: 0px;
}
#contenu_reinitialise_identifiant #fn_reinitialise_identifiant label, #contenu_identification #fn_reinitialise_identifiant input {
    vertical-align: middle;
}

/************
* RECHERCHE *
*************/
#contenu_recherche {
    padding: 0px 30px;
}

#contenu_recherche h3 {
    margin-top: 25px;
    color: #ffffff;
    background: #c3bbb2;
    padding: 10px 0 10px 12px;
    font-size: 15px;
    text-transform: uppercase;
}
#contenu_recherche .prestationBloc {
    margin: 8px 0;
    background: #f9f8f7;
    padding: 14px 16px 0 0;
}
#contenu_recherche h4 {
    font-size: 15px;
    color: #c5381f;
}
#contenu_recherche h4 span {
    text-transform: uppercase;
}
#contenu_recherche h5 {
    font-size: 15px;
    color: #81725e;
    margin: 15px 0 4px 0;
    text-transform: capitalize;
}
#contenu_recherche .prestationBloc div {
    float: left;
}
#contenu_recherche .prestationBloc p {
    margin: 0;
    font-size: 12px;
}
#contenu_recherche .prestationBloc div.prestationId {
    width: 610px;
    padding-right: 16px;
}
#contenu_recherche .prestationBloc div.prestationPrice {
    width: 100px;
    text-align: right;
    padding: 34px 37px 34px 0;
    border-left: 1px dashed #c3bbb2;
    border-right: 1px dashed #c3bbb2;
}
#contenu_recherche .prestationBloc div.prestationAdd {
    padding: 20px 0 0 20px;
}
#contenu_recherche .prestationBloc div.prestationAdd form {
    cursor: pointer;
}
#contenu_recherche .prestationBloc div.prestationAdd .bouton_valider {
    padding: 10px 0;
    color: #ffffff;
    background: #ff0000;
    font-weight: bold;
    text-transform: uppercase;
}
#contenu_recherche .etablissement {
    float: left;
    margin: 0 20px 20px 0;
}
#contenu_recherche .etablissementFinLigne{
    margin-right: 0px;
}
#contenu_recherche .etablissement img {
    width: 220px;
    height: 100px;
}
#contenu_recherche .etablissement div {
    background: #eef1f0 url('/css/image/etablissement_lien.png') no-repeat right center;
    font-size: 15px;
    font-weight: bold;
}
#contenu_recherche .etablissement div a {
    color: #81725e;
}
#contenu_recherche #mentions_obligatoires {
    margin-top: 100px;
}

/********
* English
*********/
#form_en {
    width: 460px;
}
#accueil_blocs.accueil_blocs_en {
    margin-left: 0px;
    width: 460px;
}
.explain_en {
    font-size: 16px;
}

/********
* Virus *
*********/
#virus_container {
    background: #000000;
    border-radius: 10px;
    color: #ff0000;
    font-size : 24px;
    height: 100%;
    left:0; 
    margin-left: 5%;
    opacity: 80%;
    position: absolute; 
    text-align: center;
    top: 0; 
    width: 90%;
    z-index: 100;
}
#virus_container p {
    margin-top: 70px;
}
#virus_container p.title {
    color: #ff0000;
}
#virus_container p.sub_title {
    color: #ffffff;
}

/***********/
/* Cookies */
/***********/
#sliding-popup h4 {
    font-family: 'FuturaBold';
    font-size: 1em;
    font-weight: 400;
    line-height: 1.33333em;
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
}
#sliding-popup.sliding-popup-bottom {
    background: #e0051d;
}

#sliding-popup .popup-content #popup-text h1,
#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text h3,
#sliding-popup .popup-content #popup-text p {
    color: #ffffff !important;
}