
body{
    margin: 0;
    padding: 0;
    margin-bottom: 170px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #f1f1f1;
}
header{
    background-image: url("../../../images/fond-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height:300px;
}
img{
    vertical-align: middle;
}
.chgLang{
    cursor: pointer;
}
@media(min-width: 768px){
    nav{
        max-width: calc(100% - 22px);
    }
}
nav a{
    text-decoration: none;
    color:#fff;
}
nav > ol {
    text-align: center;
    background: #ccc;
    padding: 0;
    text-transform: uppercase;
    height: 44px;
    list-style: none;
}

nav > ol >li{
    flex:1;
    color:#808080;
    padding: 10px;
    position: relative;
}
@media(min-width: 768px) {

    nav > ol > li > span {
        position: absolute;
        border: 22px solid transparent;
        border-left-color: #f1f1f1;
        border-right-width: 0;
        right: -22px;
        top: 0;
        content: '';
        z-index: 1;
    }

    nav > ol > li:not(:last-child):after {
        position: absolute;
        border: 22px solid transparent;
        border-left-color: #ccc;
        border-right-width: 0;
        right: -20px;
        top: 0;
        content: '';
        z-index: 1;
    }

    nav > ol > li:first-child:after {
        position: absolute;
        border: 22px solid transparent;
        border-left-color: #00a65a;
        border-right-width: 0;
        right: -20px;
        top: 0;
        content: '';
    }

    nav > ol > li:first-child:before {
        position: absolute;
        border: 22px solid #00a65a;
        border-left-color: #f1f1f1;
        border-right-width: 0;
        left: 0px;
        top: 0;
        content: '';
    }

    nav > ol > li:after {
        position: absolute;
        border: 22px solid #f1f1f1;
        border-left-color: #ccc;
        right: -20px;
        top: 0;
        content: '';
        /*z-index: 1;*/
    }

    nav > ol > li:first-child {
        background-color: #00a65a;
    }
    nav.coordonnee li:nth-child(-n+2), nav.paiement li:nth-child(-n+3) {
        background-color: #00a65a;
    }

    nav.coordonnee li:nth-child(-n+2):after, nav.paiement li:nth-child(-n+3):after {
        border-left-color: #00a65a;
    }

    nav.recherche li:nth-child(n+1) a, nav.coordonnee li:nth-child(n+2) a, nav.paiement li:nth-child(n+3) a {
        pointer-events: none;
    }

}
.formRecherche{
    /*max-width: 500px;
    margin: auto;*/
}
.formRecherche>form>div >div{
    margin: 0 5px;
}
.formRecherche h2{
    color: #00a65a;
}
.inputDate{
    background-color: #fff;
    padding: 10px;
    border: 1px solid #00a65a;
    border-radius: 10px;
    cursor: pointer;
    color: #666;
}
.inputSearchDate{
    border: 0;
    position: relative;
    padding: 0;
}
@media(max-width: 767px){
    .inputSearchDate{
        margin: 5px 0;
    }
    .options img{
        display: none;
    }
}
.options .visible-xs{
    margin-top: 10px;
    margin-bottom: 5px;
}
@media(min-width:768px){
    .visible-xs{
        display: none;
    }
}
.inputSearchDate button{
    position: absolute;
    top: 6px;
    right: 10px;
    color: #00a65a;
    border: 0;
    background-color: transparent;
    padding: 0;
    font-size: 18px;
}
.btnSubmit{
    background-color: #00a65a;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 25px;
    border-radius: 10px;
    border:0;
    cursor: pointer;
}
h1,h2,h3,h4{
    color: #00a65a;
}
.content h1{
    text-transform: uppercase;
}
.hebergementDispo{
    /*    border:1px solid #adadad;*/
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #ddd;
}
.hebergementDispo>div:last-child{
    padding: 15px;
    align-content: start;
}
.hebergementDispo h2{
    margin: 0;
    padding:10px;
    text-transform: uppercase;
    color:#fff;
    background-color:#00a65a;
    font-weight: normal;
}
.hebergementDispo>div:last-child>div:not(:first-child){
    padding: 5px;
}
.hebergementDispo h3{
    font-weight: normal;
    margin: 10px 0;
}
/*.hebergementDispo h3 .tarifs{
    color: #00a65a;
}*/
.hebergementDispo h3 .prix{
    font-size: 28px;
}
.prixHorsOption{
    font-size: 12px;
}
input.btn,a.btn{
    text-decoration: none;
    text-align: center;
    margin: auto;
    padding: 5px 15px;
    border-radius: 15px;
    border:0;
    cursor: pointer;
}
input.btn-reserver,a.btn-reserver{
    background-color: #00a65a;
    color:#fff;
    margin-top: 15px;
    font-size: 14px;
}
input.btn-reserver{
    font-weight: bold;
}
/*** DATEPICKER ***/
/*#ui-datepicker-div{
	z-index: 10000 !important;
}*/
.ui-widget
{
    font-size:0.8em;
}
.ui-widget-content
{
    /*background-color:#000;
    color:#FFF;	*/
}
.ui-widget-header
{
    border:0;
    background:#00a65a;
}
/*.ui-datepicker-trigger
{
    display:none;
}*/
/*** FIN DATEPICKER ***/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

.recap{
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 2px 2px 2px #ddd;
}
@media(max-width:767px){
    .recap{
        margin-top: 10px;
    }
    .recap h2{
        cursor:pointer;
    }
    .collapse{
        display: none;
        height:0;
    }
    .btn-reserver{
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}
.recap h2{
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 10px;
}
.recap h3{
    margin: 0;
    padding: 10px;
}
.recap p{
    margin: 0;
    /*padding: 10px;*/
}
#optionResa h3{
    margin-bottom: 0;
}
.options{
    padding: 0 10px;
    margin-top: 15px;
}
.options  >div:nth-child(1){
    padding: 5px 5px;
}
.options  >div{
    padding: 5px 5px;
}
.options  >div:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.options  >div:nth-child(2n+3){
    background: #efefef;
}
.options select,.options input,.options textarea{
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #00a65a;
    border-radius: 10px;
    cursor: pointer;
    color: #666;
    margin-right: 10px;
}
#personne_0{display: none;}
#recapResa{
    padding: 5px;
}
#recapResa>div{
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-top: 5px;
}
#recapResa>div>div:nth-child(2){
    text-align: right;
}

#total{background-color: #efefef;}
#total>span{
    display: block;
    color: #00a65a;
    font-size: 36px;
}
input[id^=choixOption_]{
    display: none;
}
p.option{
    padding: 0 10px;
    margin: 0;
}
.recap h4{
    font-weight: normal;
    margin: 0;
    padding: 0px 10px;
}
.recap p.detail{
    padding: 0px 10px;
}
form.coordonnees input[type=text],form.coordonnees textarea{
    width: calc(100% - 20px);
    margin-bottom: 10px;
    padding: 10px;
}
form.coordonnees input[type=checkbox],form.coordonnees input[type=radio],form.coordonnees select {
    margin-bottom: 10px;
}



/**bouton paiement**/
.blockPaiement{
    margin: 0 10px;
}
.blockPaiement button{
    font-size: 18px;
    padding: 10px 25px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background: #fff;
    border:1px solid #adadad;
    margin: 1px 0;
}
.blockPaiement button:hover{
    border:1px solid #00a65a;
    color:#00a65a;
}
.blockPaiement button i {
    font-size: 24px;
}
h2.paiement{
    margin-bottom: 0;
}
h3.paiement{
    margin-top: 0;
}












/** envoi Ã  un ami **/

#modalWindow{
    border: 1px solid #dfd7db;
    padding:0;
    width: 260px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#modalWindow{
    visibility:hidden;
    opacity:0;
    transition:visibility 0.5s,opacity 0.5s linear;
    z-index: 2;
}

#modalOverlay{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10000;
    font-family: 'latoRegular';
}
#modalMenu,#UserMenu{
    font-size: 14px;
    font-weight: bold;
    position: relative;
}
#connectezVous,#Sinscrire,#userConnectezVous,#userSinscrire{
    padding: 8px 26px;
}
#modalClose{
    position: absolute;
    cursor:pointer;
    top:calc(50% - 9px);
    right: 9px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #aaa;
    text-align: center;
    color:#fff;
}
#modal{
    background-color: #fff;
    position:fixed;
    z-index: 10001;
}
#modalForm,#userForm{
    padding: 20px 40px;
    border:1px solid #00a65a;
    border-top:0;
}
#modal input,#user input{
    width: calc(100% - 22px);
    margin-bottom: 10px;
    border:1px solid darkgray;
    padding: 8px 10px;
}
#modal .input:hover,#user .input:hover{
    border:1px solid #00a65a;
    box-shadow: 0 0 4px #00a65a;
}
#modal input[type=submit],#user input[type=submit]{
    width: 100%;
    background-color: #00a65a;
    color: #fff;
    font-weight: bold;
    border:0;
    cursor: pointer;
    /*padding: 5px 10px;*/
}
#modal input[type=submit]:hover,#user input[type=submit]:hover{
    background-color: #00512B;
}
#modalConnectWith hr {
    margin: 10px 0;
    border: 0;
    border-bottom: 1px solid darkgray;
}
.connectWith{
    margin-bottom: 40px;
}

.connectWith{
    position: relative;
}

.connectWithText{
    position: absolute;
    top: -11px;
    text-align: center;
    width: 100%;
}
.connectWithText span{
    background-color: #fff;
    padding: 0 10px;
}
.fbConnect,.gooConnect{
    border: 1px solid #00a65a;
    border-radius: 5px;
    padding: 13px 20px 13px 45px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
    display: block;
    margin: 0px 5px;
    color:#000;
    text-decoration: none;
}
.connection,.inscription{
    cursor: pointer;
}

#user{
    max-width:455px;
    margin:auto;
}
#userConnectezVous{
    border-top:1px solid #00a65a;
    border-left:1px solid #00a65a;
    cursor: pointer;
}
#userSinscrire{
    background-color:#C6FFBD;
    border:0;
    border-bottom:1px solid #00a65a;
    border-left:1px solid #00a65a;
    cursor: pointer;
}
#userFormInscription{
    display: none;
}

/* style du timer pour passer la commande */
.clock {
    color: #00a65a;
    font-size: 16px;
}
.content-overlay-clock{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content-overlay-clock-div {
    position: absolute;
    /*top: 0;
    left: 0;*/
    z-index: 32000;
    color: #454545;
    font-size: 15px;
    font-weight: 700;
    margin: auto;
    line-height: 25px;
    background-color: #fff;
    width: 300px;
    text-align: center;
    padding: 25px 50px 25px;
    border: 2px solid #00a65a;
    border-radius: 15px;
}
.content-overlay-clock-div a{
    color:#00a65a;
    text-decoration: none;
}
#timer{
    position: fixed;
    right:10px;
    text-align: center;
    width: 120px;
    z-index: 32002;
    bottom: 38px;
    border: 2px solid #56a6ec;
    padding: 10px;
    border-bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #eee;
    font-size: 12px;
}
@media(min-width:1280px){
    #timer{
        right:inherit;
        left: calc((100% - 1000px) / 2 + 1000px);
        font-size: 16px;
    }
    .clock{
        font-size: 24px;
    }
    body{
        margin-bottom: 55px;
    }
}

#optionResa {
    display: none;
}
#selectOptionResa > section {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
    box-shadow: 2px 2px 2px #ddd;
}
#optionBouton .btn-reserver{
    margin-top: 0;
}
#idvotrerecherche{
    margin:0px;
}
/*
#wrapperfooter{

    height: 20px;
    background: #444;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 3px;
}*/

#idvotresejourhebergement{
    padding: 10px;
}

#optiontitrecoordonnees{
    padding-top: 10px;
}

#idoptionpaiement{
    padding: 10px;
}

#idoptionpaiementcbunefois{
    padding: 10px;
}

#idsansoptionpaiement{
    padding: 10px;
}

#idChoixDePaiement{
    margin: auto;
    width: 60%;
    padding: 20px;
}

.footerTest {
    height: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #00a65a;
    color: white;
    text-align: center;
}
#footerfrontend{
    position: fixed;
    bottom: 0;
    width:calc(100% - 20px);
    background-color: #eeeeee;
    border-top:1px solid #adadad;
    padding: 10px;
    color:#1d7818;
    z-index: 32001;
    font-size: 16px;
}
@media(max-width:767px){
    #footerfrontend{
        font-size: 12px;
    }
}
#footerfrontend .version{
    padding-right: 50px;
    font-size: 12px;
}

#footer{
    max-width: 1000px;
    margin:auto;
}

/*
#footerfrontend{
    width: auto;
    height: auto;
    background-color: #00a65a;
    color:white;
    z-index: 10;
    margin-top: 800px;
    position: relative;
    clear: both;
    border-radius: 10px;
    padding: 10px;
}
*/
#inputImageCB{
    margin-top: 45px;
    padding: 0px;
    margin-left: 10px;

}

#idsansoptioncheque{
    padding: 10px;
}

#idsansoptionunefois{
    padding: 10px;
}

#idoptioncheque{
    padding: 10px;
}

#optionpaiementdeuxfois{
    padding: 10px;
}

#sansoptionpaiementdeuxfois{
    padding: 10px;
}
#contacttelephone{
    padding-bottom: 10px;
}

.labelChoixPaiement{
    text-align: left;
    margin-left: 15px;
}

#boutonPaiementPage{
    text-align: center;

}

#divBoutonPaiementPage{
    padding: 30px;
    margin-left: 15px;
}


.containerImage {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LogoCB{
    margin: auto;
    /*width: 50%;*/
    text-align: center;
    padding: 10px;

}
#idoptionpanier{
    padding: 10px;
}

#idsansoptionpanier{
    padding: 10px;
}

@media(max-width:991px){
    h1{
        width: 100%;
        order:1;
        text-align: center;
        margin: 0;
    }
    header{
        justify-content: space-around !important;
    }
}
@media(max-width:767px){
    header>div{
        width: 100%;
        text-align: center;
    }
    .recherche>ol>li:not(:first-child){
        display: none;
    }
    .coordonnee>ol>li:not(:nth-child(2)){
        display: none;
    }
    .paiement>ol>li:not(:last-child){
        display: none;
    }
    .recherche_dispo>div>*{
        width: 100%;
    }
    .hebergementDispo {
        margin-bottom: 20px;
    }
    .hebergementDispo h2 {
        padding: 10px;
        font-size: 18px;
    }
    h2{
        font-size: 18px;}
}
/* Changement de langue */

.changLang{
    position: relative;
    cursor: pointer;
    padding: 10px;
    width: auto;
    background-color: #fff;
}
.changLang a{
    color:#000;
    text-decoration: none;
}
.changLang span:after {
    width: 0;
    height: 0;
    border: .313em solid transparent;
    border-bottom: none;
    border-top-color: #bc9d59;
    content: '';
    display: inline-block;
    right: -5px;
    vertical-align: middle;
    position: relative;

}
.changLang ul {
    color: #fff;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-transform: none;
    /*text-shadow: none;*/
    font-size: 14px;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 20000;
    left: 0;
    right:0;
    text-align: center;
    background-color:#f1f1f1;
}
.changLang ul li{
    padding:5px 0;
}
.changLang ul li a{
    padding: 5px;
}
.changLang ul li a:hover, .changLang ul:not( :hover ) li.active a {
    background-color: #000;
    color: #fff
}
.changLang:hover ul{
    display: block;
}
/*** hotel lamalou**/
.lignePrix{
    border:1px solid #aaa;
    padding-top: 5px;
}
.lignePrix+.lignePrix{
    border-top:0px;
}
.lignePrix:nth-child(2n){
    background-color: #eee;
}
.lignePrix:hover{
    background-color: #ccc;
}
.lignePrix input.btn-reserver{
    margin-top: 0;
}
.hebergementDispo h3 {
    font-weight: normal;
    margin-bottom: 0;
}
.hebergementDispo .lignePrix>div{
    padding: 0 10px;
}
.btnPayer{
    background-color: #1d7818;
    border: none;
    border-radius: 10px;
    padding: 5px;

}
.btnPayer a{
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    padding: 5px;
}
.btnSupp{
    background-color: #f44336;
    border: none;
    border-radius: 10px;
}

.btnSupp a{
    text-decoration: none;
    color: #fff;
}
.recapAjoutHeb{
    margin-top: 5%;
}
header .logo img{
    max-height: 200px;
}

pre{
    white-space: pre-wrap;
    /* A supprimer si on ajoute un éditeur */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
