.elementor-kit-6{--e-global-color-primary:#E83C4C;--e-global-color-secondary:#FFF4F4;--e-global-color-text:#344E9B;--e-global-color-accent:#E83C4C;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Climate Crisis";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Grand Hotel";--e-global-typography-accent-font-weight:500;background-color:#FFF9F9;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Helvetica", Sans-serif;color:var( --e-global-color-secondary );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFC5C5;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* règles générales */

a:visited {
  color: inherit !important;
}

body {
  background-color: #E83C4C !important;
}

/* menu mobile */

.elementor-widget-n-menu .e-n-menu-toggle svg {
    fill: #344E9B !important;
}

.elementor-kit-6 button {
    box-shadow: none;
}

#menubar-256 {
    /* margin-top: 30px; */
}

@media (max-width: 800px) {

.e-n-menu-heading li {
    border-top: 1px solid #FFDBDB;
}

.e-n-menu-heading li:last-child {
    border-bottom: 1px solid #FFDBDB;
}
}

/* comportement des images du carousel d'image */


.swiper-slide-image {
    aspect-ratio: 1 / 1; 
    overflow: hidden;
    object-fit: cover !important;
  object-position: center !important;
  padding: 0 25px 0;
}

.swiper-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
}

#carousel-conf .swiper-slide[data-swiper-slide-index="2"] img {
  object-position: top !important;
}

/* comportement des boutons */

.e-button-base {
    transition: background-color 0.3s ease;
}

a.e-button-base:hover,
a.e-button-base:visited {
  color: white !important;
  text-decoration: none;
}

.e-button-base:hover {
  background-color: #fe6271 !important;


}

/* effet sous lignage du menu */

.e-n-menu-title-container::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.e-n-menu-title-container:hover::after {
  width: 100%;
}

/* le petit trait bleu entre les avis */
@media (min-width: 800px) {
.elementor-element-a1939a1::after {
    content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 25%;
  background-color: #344E9B;
  border-radius: 2px;
}


.elementor-element-9e4beb0::after {
     content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 25%; 
  background-color: #344E9B;
  border-radius: 2px;
}
}

/* effet d'opacité quand on survole une vidéo */


.elementor-widget-video .elementor-custom-embed-image-overlay {
  transition: opacity 0.3s ease;
}

.elementor-widget-video:hover .elementor-custom-embed-image-overlay {
  opacity: 0.6;
}

/* couleur du lien footer */

.elementor-element-37e7544 a:visited, .elementor-element-37e7544 a {
    color: #ffffff !important;
}

/* retire le bouton du header sur écran pas assez haut */

@media (max-height: 890px) {
    .e-a75b466-dcf21ac {
        display: none !important;
    }
}
    
/* tweak de l'affichage de la hero section en fonction de la taille du navigateur */

  @media (min-width: 767px) and (max-width: 1175px) and (min-height: 1200px) {
      #button_hero {
          margin-top: 40px !important;
      }
      
      .elementor-element-3208249 {
          font-size: 22px !important;
          line-height: 1.3 !important;
      }
      
      .elementor-element-3208249 h1 {
          font-size: 26px !important;
      }
}/* End custom CSS */