/*
Theme Name: Jôli Môme Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: joli-mome
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1739801898
Updated: 2025-02-17 15:18:18

*/



body {background-color:#fbf8f8;}
.page-header .entry-title {display: none;}


body {
  overflow-x: hidden; /* forcer à masquer l'ascenseur horizontal */
}

/*LIENS TEXTES*/

a {
    color: #263A52;
}


.elementor p a {
text-decoration: underline;
  text-decoration-color: #263A52;
  text-decoration-thickness: 1px;
   text-underline-offset: 2px;
}

.elementor p a:hover {
 color: #B15B34!important;
}


.elementor p a:hover {
 color: #B15B34!important;
}

.elementor-popup-modal a {
  text-decoration: none !important;
}
.elementor-location-footer a {
  text-decoration: none !important;
}


/*Menu header burger*/

.elementor-nav-menu--dropdown .elementor-item:focus {
    background-color: #3f444b;
}

.elementor-item {
    background-color: transparent !important;
}

.elementor-item:focus,
.elementor-item:active {
    background-color: transparent !important;
}

.elementor-nav-menu--dropdown {
    margin-top: -20px;
}


.elementor-nav-menu--dropdown .elementor-item:focus {
    color: #B15B34!important;
}

 .elementor-sub-item {
     margin-top:-10px;
    font-size: 12px!important;  /* Taille plus petite pour les sous-onglets */
}

/* Full width */
.elementor-element-686c6de {
    margin: 0 !important;
    padding: 0 !important;
}


/*CTA animé*/

.swipe-left-hover {
    line-height: 0; 
}

.swipe-left-hover .elementor-button {
    position: relative;
    overflow: hidden; 
}

.swipe-left-hover .elementor-button::before {
    content: ''; 
    position: absolute; 
    top: 0; 
    left: -100%; 
    width: 100%; 
    height: 100%; 
    background-color: #263A52; 
    transition: left 0.3s ease; 
}

.swipe-left-hover .elementor-button:hover::before {
    left: 0; 
}

.swipe-left-hover .elementor-button-text {
    z-index: 100; 
}


body[data-elementor-device-mode="tablet"]
.swipe-left-hover .elementor-button::before {
    transition-duration: 0s; /* Disable transition  tablet */
}

body[data-elementor-device-mode="mobile"]
.swipe-left-hover .elementor-button::before {
    transition-duration: 0s; 
}

/*BOUTONS FLOTTANTS*/

.floating-buttons {
    position: fixed;
    right: 0px; 
    top: 260px; 
    z-index: 9999; 
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.floating-button {
    background-color: #B15B34; border:3px solid #B15B34;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    letter-spacing: 5px;
font-family:inherit!important;
font-weight:800;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.floating-button:hover {
    background-color:#263A52!important;
 color:#fff;
 border:3px solid #B15B34;
}

.floating-button:hover::before {
  left: 0;
}

.floating-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff !important;
}

.floating-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #263A52;
  transition: left 0.3s ease;
  z-index: 0;
}

.floating-button:hover::before {
  left: 0;
}

.floating-button span {
  position: relative;
  z-index: 2;
  color: #fff !important;
}


/* Cacher sur mobile */
@media (max-width: 480px) {
    .floating-buttons {
        display: none;
    }
}



/*HEADER*/


.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    background: transparent !important;
    border: 2px solid #263A52 !important;
    padding: 15px 20px !important;
    font-size: 15px!important;
    letter-spacing: 5px !important;
    font-weight: bold;
    color: #1a2b3c;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 229px; 
    cursor: default!important; 
}

/* Empêche le changement de couleur au hover */
.dropdown-toggle:hover {
    color: #1a2b3c !important; 
}

/* Icône dropdown */
.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 12px;
    background: url("/wp-content/uploads/2025/03/arrow-header.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Menu déroulant */
.dropdown-menu {
    display: none;
    position: absolute;
    background: #fbf8f8;
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

/* Style des liens */
.dropdown-menu a {
    display: block;
    padding: 10px;
    transition: background 0.3s ease;
    font-family: 'Avenir';
    font-weight: 600;
    color: #263A52 !important;
    background-color: #fbf8f8;
    text-decoration: none;
}

/* Effet hover des liens uniquement */
.dropdown-menu a:hover {
    background: #263A52 !important;
    color: #fff !important;
}

/* Affichage du menu au hover */
.custom-dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle:focus {
    color: #263A52!important;
}

/*BARRE BLEUE HEADER LIENS ACTIFS - BATIGNOLLES*/

body.page-id-7131 .onglet-hotel a,
body.page-id-7131 .onglet-hotel .elementor-icon-list-text,
body.page-id-7131 .onglet-hotel .elementor-icon-list-icon,
body.page-id-12105 .onglet-chambres a,
body.page-id-12105 .onglet-chambres .elementor-icon-list-text,
body.page-id-12105 .onglet-chambres .elementor-icon-list-icon,
body.page-id-10409 .onglet-localisation a,
body.page-id-10409 .onglet-localisation .elementor-icon-list-text,
body.page-id-10409 .onglet-localisation .elementor-icon-list-icon,
body.page-id-10619 .onglet-offres a,
body.page-id-10619 .onglet-offres .elementor-icon-list-text,
body.page-id-10619 .onglet-offres .elementor-icon-list-icon {
  text-decoration:underline!important;
}

/*BARRE BLEUE HEADER LIENS ACTIFS - site principal*/

body.page-id-4983 #onglet-presse a,
body.page-id-4983 #onglet-presse .elementor-icon-list-text,
body.page-id-4983 #onglet-presse .elementor-icon-list-icon,
body.page-id-150 #onglet-jolie-gazette a,
body.page-id-150 #onglet-jolie-gazette .elementor-icon-list-text,
body.page-id-150 #onglet-jolie-gazette .elementor-icon-list-icon{
  text-decoration:underline!important;
color:white!important;
}


/* === Réduction générale du menu sticky === */
.elementor-sticky--effects {
    height:70px;
    padding: 5px 0 !important;
    transition: all 0.3s ease-in-out;
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important; 
}

/* === Changer le logo et réduire sa taille en mode sticky desktop et tablette=== */
@media (min-width: 768px) {
.elementor-sticky--effects .sticky-logo img {
    width: 40px !important; /* Réduction en sticky */
    content: url("/wp-content/uploads/2025/03/montgolfiere.svg") !important; /* Change l’image */
    transition: all 0.3s ease-in-out;
}
  }

/* === Réduire CTA réserver sticky === */
.elementor-sticky--effects .elementor-button {
    padding: 10px !important;
    width: 120px !important;
    font-size: 12px !important; 
    display: block;
    transition: all 0.3s ease-in-out;
}

/* === Réduire la taille des icônes en sticky === */
.elementor-sticky--effects .elementor-icon {
    font-size: 18px !important;
    width: 28px !important;
    height: 28px !important;
    transition: all 0.3s ease-in-out;
}

/* === Réduction du menu burger en sticky === */
.elementor-sticky--effects .menu-burger {
    width: 28px !important;
    height: 28px !important;
    transition: all 0.3s ease-in-out;
margin-top:30px!important;
}

/* === Réduction du menu burger en sticky des 3 sites === */

.elementor-sticky--effects .elementor-element-1a53fc6 {
    margin-top:5px!important;
}
.elementor-sticky--effects .elementor-element-2961472{
    margin-top:5px!important;
}


.elementor-sticky--effects .elementor-element-99ac450 {
    margin-top:5px!important;
}


/* Réduire l’espace à gauche du texte "DESTINATION" */
.elementor-sticky--effects .dropdown-toggle {
    font-size: 12px !important;
    padding: 5px 8px !important; 
    width: 190px !important;
    display: block;
    text-align: left !important; 
}

.elementor-sticky--effects .dropdown-toggle::after {
    width: 12px!important;
}


/* Supprimer l’excès de marge interne à gauche */
.elementor-sticky--effects .dropdown-toggle span {
    margin-left: 0px !important; 
    padding-left: 5px !important; 
}

/* Réduire la taille du menu déroulant */
.elementor-sticky--effects .dropdown-menu {
    font-size: 14px !important;
    padding: 5px 0 !important;
    transition: all 0.3s ease-in-out;
}

/* Réduire la taille des liens dans le menu déroulant */
.elementor-sticky--effects .dropdown-menu a {
    font-size: 13px !important;
    padding: 4px 8px !important;
    transition: all 0.3s ease-in-out;
    width:auto;
}

.elementor-sticky--effects .dropdown-menu a:hover {
 width:auto;
}

/* Réduire la taille du switcher de langue */
.elementor-sticky--effects .language-switcher {
    font-size: 14px !important;
}

/* Réduction des liens du switcher de langue */
.elementor-sticky--effects .dropdown-lang li a {
    font-size: 14px !important;
}



/* Réduction du lien Bon cadeaux*/
.elementor-sticky--effects .elementor-element-0f12518 .elementor-heading-title a {
    font-size: 12px !important;
    line-height: 1.2 !important;
padding-top:20px;
}
/*lien bon cadeaux*/
.elementor-element-0f12518 a 
     {
	font-weight:700;
text-decoration-color: #263A52;
	}



/* MENU MOBILE - Responsive < 640px */
@media (max-width: 640px) {

  /* Conteneur principal du menu centré */
  .elementor-nav-menu--dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Liens principaux du menu centrés avec flèche sur la même ligne */
  .elementor-nav-menu--dropdown .elementor-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* Flèche à droite du texte */
  .elementor-nav-menu--dropdown .sub-arrow {
    display: flex;
    align-items: center;
    margin-left: 8px;
  }


  /* Sous-menu centré */
  .elementor-nav-menu--dropdown .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0 !important;
  }

  /* Items du sous-menu centrés */
  .elementor-nav-menu--dropdown .sub-menu li {
    width: 100%;
    text-align: center;
  }

  /* Liens du sous-menu centrés */
  .elementor-nav-menu--dropdown .sub-menu a.elementor-sub-item {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
  }
}

@media (max-width: 640px) {
  .elementor-nav-menu--dropdown .sub-menu {
    display: none;
  }

  .elementor-nav-menu--dropdown .menu-item.current > .sub-menu,
  .elementor-nav-menu--dropdown .menu-item.open > .sub-menu {
    display: flex;
  }


}


/*BANNIERE MARQUEE HEADER*/


.marquee-container {
    width: 100%;
    overflow: hidden;
    background-color: #fbf8f8!important;
    white-space: nowrap;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    width: 200%;
    animation: marquee 30s linear infinite; 
}

.marquee-content {
    display: flex;
    gap: 10px;
    font-family: Default!important;
    font-size: 16px;
    font-weight: bold;
    color: #0c2340;
    flex: 0 0 auto; 
    min-width: 100%;
    justify-content: space-between;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}





/*PRESSE*/

.premium-blog-post-container .premium-blog-content-wrapper {
    background-color: #fbf8f8;
    padding: 0px;
}

.elementor-element.elementor-element-ca16246 .premium-blog-wrap {
    margin-top: 60px;
}

.premium-blog-content-inner-wrapper {
    border-left: 3px solid #B15B34;
    padding-left: 30px;
}

.premium-blog-entry-title {
    padding-top: 10px!important;
}

.premium-blog-filters-container li a.category {
    padding: 0px!important;
    width: 200px;
}

.elementor-150 .elementor-element.elementor-element-ca16246 .premium-blog-filters-container li a.category:hover {
  background-color:#263a52;
 color:#FBF8F8;
}



@media (max-width: 640px) {
    .premium-blog-content-inner-wrapper {
    border-left: 0px;
    padding-left: 0px;
}
.premium-blog-filters-container li a.category {
    width: 140px;
    padding:0px!important;
}
 }



/*SINGLE POST*/

@media (max-width: 640px) {
.single-post  .elementor-widget-container  {
    border-left: none !important;
}
	}


/*CONTACT FORM*/


.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    color: #263A52;
    font-family: Avenir!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: initial;
}

.frm_checkbox label {
  text-transform: initial;
  font-family: Avenir!important;
font-size:14px;
}

.with_frm_style .frm_inside_container.frm_label_float_top > label {
    font-size: 18px !important;
    font-size: calc(0.85 * var(--field-font-size));
    text-transform: initial;
    font-family: Avenir!important;
    font-weight: bold;
}

.frm_style_style-formidable.with_frm_style .form-field {
  margin-bottom: 20px;
  text-transform: initial !important;
}


.with_frm_style .frm_primary_label {
  font-family: Avenir!important;
font-weight:bold!important;
}

.frm_style_style-formidable.with_frm_style .form-field {
    font-family: 'Avenir'!important;
}

.with_frm_style .frm_message p {
  margin-bottom: 5px;
  color: var(--success-text-color)!important;
  font-family: Avenir!important;
  text-transform: initial;
  line-height: 20px;
}

.frm_style_style-formidable.with_frm_style .frm_error_style {
    background-color: #b15b34!important;
    color: #ffffff!important;
    line-height: 20px;
     font-family: 'Avenir'!important;
}

.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    background-color: var(--border-color-active) !important;
}

.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
    background-color: #263a52 !important;
}


/*Cookie Yes*/

.cky-btn {
    font-size: 12px!important;
margin-top: 10px!important;
}