/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
/* Custom header */

.text-medium {
    font-size: 34px !important;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
}

.prestation {
 border:1px rgb(222, 226, 230) solid;
 min-height:350px;
 box-sizing: border-box;
 padding:30px;
}

.prestation ul {
 margin-left:40px;
}

.reservation {
 min-height:350px;
 box-sizing: border-box;
 padding:30px;
 vertical-align: top
}


#box_prix {
 width: 70%;
 background-color: rgba(222, 226, 230, 0.3);
 background-size: cover;
 margin: 0 auto;
 text-align: center;
 box-sizing: border-box;
 padding: 25px;
 color:#333;
}

.prix span, .prix strong {
 display: block;

}

.prix strong {
 font-size: 44px;
font-weight: 700;
margin:20px;
}

.prix span.detailChambre {
 font-size: 14px;
}
.box_prix_mentions {
 font-size: 11px;
}

a.ctaReservation {
 background-color: #719e43;
    border: medium none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 19px;
    margin: 15px auto 0;
    padding: 15px 24px;
    text-transform: capitalize;
    width: auto;
    cursor:pointer;
    transition: color 0.3s ease-in;
    
    margin-bottom:15px;
    font-weight:bold;
}

a.ctaReservation:hover {
 text-decoration: none;
 background-color: #5e8940;
 color:teal;
 font-weight:bold;
    color:#fff!important;

}

/* Chambres */



#page-title-chambre {
    clear: both;
    padding: 60px 0;
    background-color: #dac574;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    position: relative;
    color:#88a74e;
    background-image:url(../img/olive_bandeau.jpg);
    background-size:cover;
   }
   #page-title-chambre h1{
    /* font-weight:700; */
    margin-bottom:10px;
    color:#333;
    font-family: 'Abril Fatface', cursive;
   }

   .chambreHP {
       padding-top:0px!important;
   }

.chambreHP h3{
    font-weight: 700!important;
    /* color:#5e8940; */
    color:#333;
    margin-top:0px;

   }

.btn-outline {
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 18px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border-color: #333!important;
    border-width: 2px;
    border-style: solid;
    color: #333!important;
    
    background-color: transparent!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
}


.btn-outline:hover {
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    outline: none;
    padding: 10px 18px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border-color: #333!important;
    border-width: 2px;
    border-style: solid;
    background-color: #333!important;
    color: #fff!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
}

.iconChambre {
    margin-left:30px;
}

.img-Box {
    border: 8px solid #eee;
}


/* Réservation */

.reservation_title h2   {
    /* font-weight:700; */
    margin-bottom:10px;
    color:#333;
    /* font-family: 'Abril Fatface', cursive; */
   }

#box_contact {
    width: 70%;
    background-color: rgba(255, 255, 255, 1);
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 25px;
    color:#333;
   }

.post-item-description {
    min-height:260px;
}
.post-item-description p{
    margin-bottom:0px!important;
}


/* Equipements */
.icon-box {
    height: 46px;
    width: 100%;
    display: block;
}
.icon-box.small .icon {
    height: 46px;
    width: 100%;
    display: block;
}

.icon-box h3, .icon-box h5 {
    margin: 0 0px 10px 0px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}

#mainMenu nav > ul > li > span {
    position: relative;
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    padding: 11px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #252525;
    text-transform: uppercase;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
}

#sliderHP {
    height:100%;
}
#slider .rev_slider_33_1_wrapper{
    max-height:265px!important;
    
}

/* Responsive */
@media all and (max-width: 768px) { 
    #rev_slider_33_1 ul li {
        /* background-image: url(../img/chambre1/chambre1_slide.jpg)!important; */
        
        max-height: 90px!important;
        
    }
    #slider {
        height:90px;
        background-size:contain!important;
        background-position: 50% -100%!important;
    }
    
    .bandeauMobPiscine {
        height:90px;
        background: url(../img/piscine/piscine_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }
    .bandeauMobAcces {
        height:90px;
        background: url(../img/acces_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }
    .bandeauMobActivites {
        height:90px;
        background: url(../img/activites_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }
    .bandeauMobDomaine {
        height:90px;
        background: url(../img/domaine/domaine_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }
    .bandeauMobJardin {
        height:90px;
        background: url(../img/loliveraie/jardin_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }
    .bandeauMobReservation {
        height:90px;
        background: url(../img/reservation_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }
    .bandeauMobExterieur {
        height:90px;
        background: url(../img/exterieur_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }
    .bandeauMobChambres {
        height:90px;
        background: url(../img/chambres_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }
    .bandeauMobTarif {
        height:90px;
        background: url(../img/tarif_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }
    .bandeauMobPetitdej {
        height:90px;
        background: url(../img/petit-dej/petitdej_slideMob.jpg)!important; 
        background-size:cover!important;
        background-repeat:no-repeat!important;
        background-position: 50% 50%!important;
    }


    .sliderHP {
        height:auto!important;
    }

    #header .header-wrap {
        position: relative;
        height: 100px!important;
        border:none!important;
    }
    
    .hide {
        display: none!important;
    }
    .img-Box {
        border: 8px solid #eee;
        margin: 10px 0;
    }
    .iconChambre {
        margin:0px!important;
    }
    .btnChambre {
        margin-bottom:20px!important;
    }
    .chambreHP {
        padding:0px!important;
    }
    .sidebar-right {
        padding-top:0px!important;
    }
    .logoMob {
        margin-top:40px;
    }
    .mapMob {width: 100%}
    .tableMob {
        width:100%;
        font-size:12px!important;
    }
    .tableMob td{
        width:100%;
        font-size:16px!important;
    }
}

@media (max-width: 767px) {
section {
    padding: 0px 0!important;
}
.spaceNoMob {
    display:none!important;
}
}


.linkPartage {
    text-decoration: underline;
    color:  #5e8940;
}