/*
Theme Name: Coherence Child
Theme URI: http://weshore.com/
Author: Weshore Themes
Author URI: https://weshore.com
Template: coherence
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: Private License
License URI: license.txt
Text Domain: coherence-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/



/*-----------------------------------------***style header***----------------------------------*/
.section-footer .menu-icon-home > a i{display:none !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs {margin-inline: 5px !important;}
.section-header .coherence-core-nav-menu .menu-icon-rs > a {padding-inline: 5px !important;}
.home header:not(.sticky-active) .section-header  {background:transparent !important ;}
.custm-btn .elementor-button .elementor-align-icon-right {display: inline-block;transform: translateX(0px); transition: transform 0.3s ease;}
.custm-btn .elementor-button .elementor-align-icon-right svg {width:10px;}
.custm-btn .elementor-button:hover .elementor-align-icon-right {transform: translateX(10px); margin-right:10px !important ;}



@media only screen and (min-width: 1025px){
.section-header .menu-icon-home > a span{display: none;}  
.section-header a.coherence-core-menu-item { position: relative;}
.section-header a.coherence-core-menu-item::after { content: ""; position: absolute;left: 50% !important ; bottom: 10px; transform: translateX(-50%) !important ; width: 30px;  height: 1px; background: #fff!important; opacity:0 !important;}
.section-header a.coherence-core-menu-item:hover::after, .section-header li.current-menu-item a.coherence-core-menu-item::after{opacity:1 !important;}
}
@media only screen and (max-width: 1024px){
	.section-header .menu-icon-home > a i{display:none !important;}
	.section-header .coherence-core-dropdown .menu-icon-rs{display:none !important;}
}


/*------------------------------------------------------***End***------------------------------------------------------*/


/*------------------------------------------------------***Begin Pages internes Style***------------------------------------------------------*/


/*------------------------------------------------------***End***------------------------------------------------------*/
#reservation-header {color: var( --e-global-color-color_2 ) !important;position: relative !important;font-family: "Jost", Sans-serif;font-size: 18px;font-weight: 500;text-transform: capitalize;}
#reservation-header:after {position: absolute;content: "";bottom: -7px;left:0;right:0;margin:auto;width: 30px;height:1px;background: #fff;opacity:0;transform: scaleX(0);transform-origin: left;transition: .3s;}
#reservation-header:hover:after {transform: scaleX(1);opacity:1;}
/*------------------------------------------------------***Begin Home page Style***------------------------------------------------------*/

/**************************************Style : PRE-HOME*********************************/


/**************************************Style : SLIDER HOME*********************************/

.prime-slide-general .bdt-prime-slider .bdt-slideshow-items li > div{height: 100% !important;min-height: inherit !important;}
.col-slider-inner-content > .e-con-inner {margin-right: 0px !important;margin-left: auto !important;}


/**************************************Style : section_Carte*********************************/
@keyframes bounce-top {

   0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.img-bounce-top {
  animation: bounce-top 2s ease-in-out infinite;
}

@keyframes bounce-bottom {
 0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.img-bounce-bottom {
  animation: bounce-bottom 2s ease-in-out infinite;
}

/**************************************Style : section_prestations*********************************/


/**************************************Style : section_Actualites*********************************/
 

/**************************************Style : section_Realisations*********************************/


/**************************************Style : section_valeurs*********************************/


/**************************************Style : section_faceboock*********************************/
.fb-page.fb_iframe_widget {border: solid 15px var(--e-global-color-color_1) ;border-bottom: unset;border-radius: 50px 50px 0px 0px;overflow: hidden;margin-bottom: -6px !important;box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 17%);display: inline-block !important;} 



/**************************************Style : section_contact*********************************/

.number a {
    color: white!important
}
.number a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #fff
}
.nav-link {
    pointer-events: none
}
.btn-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  padding: 15px 40px;
  background: #996266;
  border-radius: 15px 15px 0px ;
  margin-top:20px;
}
.btn-wrapper:hover {padding-right:45px;}
.btn-wrapper input[type="submit"] {
background-color:transparent;
  padding:0px !important ;
  color:white;}
.btn-wrapper::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background:url("/wp-content/uploads/2025/09/le-16-art-restaurant-la-baule-Vector-1-1.svg") no-repeat center;
  transition: transform 0.3s ease;
 }
.btn-wrapper:hover::after {
  transform: translateX(10px);

}
.icon-clock {
  position: absolute;
  right: 10px;
  pointer-events: none;
  width: 20px;
  height: 75px;
  background: url('data:image/svg+xml;utf8,<svg fill="%23996666" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 1a11 11 0 1 0 11 11A11.013 11.013 0 0 0 12 1zm0 20a9 9 0 1 1 9-9 9.01 9.01 0 0 1-9 9zm.5-14h-1v6l5.2 3.1.5-.8-4.7-2.8z"/></svg>') no-repeat center;
  background-size: contain;
}
/*--------------------------------------------------------------***End***----------------------------------------------------------------------*/



/*------------------------------------------------------***Begin footer style***------------------------------------------------------*/
.coherence-logo svg{width: 130px !important;height: auto !important;}
.coherence-logo svg * {fill: #fff !important;}
.menu-main-footer .hide-sub-mn .sub-menu , .menu-main-footer .hide-sub-mn .sub-arrow {display: none !important;}


/*------------------------------------------------------***End***------------------------------------------------------*/



/*------------------------------------------------------***Begin Responsive Media query style***------------------------------------------------------*/

/*------------***Large devices (desktops, more than 800px)***------------*/
@media only screen and (min-width: 801px){
    
    /*style header*/

    /*style main content*/

    /*style footer*/
    
}

/*------------***Large devices (desktops, less than 1501px)***------------*/
@media only screen and (max-width: 1500px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Large devices (desktops, less than 1361px)***------------*/
@media only screen and (max-width: 1360px){

    /*style header*/

    /*style main content*/
	#reservation-header{font-size: 16px;}
	#reservation-header:after{bottom: -3px;}
    /*style footer*/

}

/*------------***Large devices (desktops, less than 1281px)***------------*/
@media only screen and (max-width: 1280px){

    /*style header*/

    /*style main content*/

    /*style footer*/
}


@media only screen and (max-width: 1200px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}


/*------------***Medium devices (tablets, less than 1025px)***------------*/
@media only screen and (max-width: 1024px){

	/*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Medium devices (tablets, Bootstrap less than 993px)***------------*/
@media only screen and (max-width: 992px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Tablet Media query style***------------*/
@media only screen and (max-width: 800px){
    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Tablet Mini Media query style***------------*/
@media only screen and (max-width: 767px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Between Big Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 601px) {

.coherence-footer-builder ul.coherence-core-nav-menu {display: flex;flex-wrap: wrap;}
.coherence-footer-builder .coherence-core-nav-menu > li:nth-child(n+1) {flex: 0 0 50%;}

}

/*------------***Begin Big Mobile Media query style***------------*/
@media only screen and (max-width: 600px){

    /*style header*/

    /*style main content*/

    /*style footer*/
   .coherence-footer-builder .coherence-core-nav-menu a {justify-content: center !important;}

}

/*------------***Between Mobile and Tablet Media query style***------------*/
@media only screen and (min-width: 498px) and (max-width: 600px){

    /*style header*/

    /*style main content*/

    /*style footer*/

}

/*------------***Mobile Media query style***------------*/
@media only screen and (max-width: 497px){

    /*style header*/

    /*style main content*/

    /*style footer*/
}

/*------------------------------------------------------***End Media query***------------------------------------------------------*/

.moved {
  display: inline-block;
  transition: transform 0.4s ease;
}

.moved:hover {
  animation: bounceMove 0.6s ease;
}

.pulse {
  animation: pulseAnimation 1.5s infinite;
}

@keyframes pulseAnimation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/*force popup reservation z-index*/
#alexframe-widget {z-index:99999 !important;}


.single-blog-inner .blog-meta{display:none !important;}
.post-thumbnail img{display:none !important;}