/* Enter Your Custom CSS Here */
.goog-te-gadget{
  text-align:center !important;
}
.panel-booking .toggle button{
	background: #94bbd1;
}

.panel-booking .panel-item>li>a:hover{
  	background-color: #94bbd1;
}

.closed-aside .side-element{
	border: 1px solid #e6e6e6;
}

.closed-aside .side-element:hover{
	border-color: #aedce8;
}

.closed-aside .side-element:hover a{
  	background-color: #94bbd1;
    color: #ffffff;
}

.ep-offres-full{
  margin-top: 5%;
}

.carte-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px!important;
    max-width: 1500px;
  text-align:left;
}

.cartes {
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 0 10px;
    overflow: hidden;
    /* margin: 0; */
    width: 32%;
    vertical-align: top;
    position: relative;
    display: inline-block;
    text-align:left;
}

.carte-inner{
     background: #e6e6e6;
}
  

.cartes img{    
    min-width: 100%;
    width: auto;
    max-width:none;  
    max-width: 100%;    
}

.carte-content p{
    color: #818181;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    padding-top:2px;
    margin-bottom:0px  
}

.cartes .prix{
    color: #94bbd1;
    font-size: 20px;
    position:absolute;
    background-color:#fff;
    top : -25px;
    right:0px;
    padding: 10px;
}

.carte-content-wrapper{    padding: 20px 10px 10px;}

.carte-content-wrapper .offer-title{
  color:#d8b31d;
    font-size:18px;
  font-weight:700;
}

@media only screen and (min-width: 1342px){
	.cartes {
		width: 25%;
	}
}

@media only screen and (min-width: 768px){
	.cartes {
		width: 32%;
	}
  
  .cartes img{
    height: 100%;
  }
}

.offres-links {
  text-align:center;
  margin-bottom: 26px;  
}

.offres-links .button {
  cursor:pointer
}

.offres-button-section{
 background:none !important 
}

.offres-button-section .block-text{
    background:none !important
}

.left-link a,.left-link li:before{
   content:"" !important;
  margin:0 !important;
}
.left-link {
    list-style: outside none none;
    margin-left: 0 !important;
    padding-top: 20px;
}
.left-link li{
  list-style: none;
}


.left-link li a{
	min-width: 287px;
}
.left-link .button{
	min-width: 287px;
}
.left-link .button .fa-long-arrow-right{
	float: right;
    text-align: right;
}

.block-text a{
 color:#d8b31d 
}

.block-text a:hover{
 color:#fff; 
}

.block-text .left-link a:hover{
 color:#fff 
}

.read_more{
 	margin:30px 0; 
}
.read_more a{
  color:#fff;
  background-color:#94bbd1;
  border : 1px solid #aedce8;
  padding : 16px 26px;
  margin-top:5px;
  width:60%
}

.read_more a> i{
   margin-left:30px; 
  vertical-align:middle
}
@media (max-width: 800px) {
.cartes{width:48% !important;}
}
@media (max-width: 600px) {
.cartes{width:100% !important;}
}
#google_translate_element{
    text-align: right;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
@media (max-width: 1350px) {
 .menu-primary ul li{
	padding: 0 6px;
 }
}
@media (max-width: 1200px) {
.menu-primary ul li{
	padding: 0;
 }
.logo-front {
    max-width: 150px;
}
}
.ep-mobile-header .ep-mobile-menu-booking {
    float: right;
    position: absolute;
    z-index: 2;
    height: 100%;
    right: 17px;
    top: 4px;
}