
/* ----------------------------------------------------------------------------------------------------------- */
/* GLOBAL STYLE */
/* ----------------------------------------------------------------------------------------------------------- */


:root {
    
    
    
    
        --color1s: #FFFFFF;
    --color2s: #000000;
    --color3s: #04555f;
    --color4s: #371d13;
    --color5s: #000000;
    --colorblack: #OOOOOO;
    --colorwhite: #FFFFFF;
    --color1: #ff5722;;
    --color2: #ff5722;;

    --color3:#ff5722;; /* Blood Moon Red */
    --color4:#ff5722;; /* Mahogany Mist */
    --color5:#0D0D0D; /* Ebony Shadow */
    --color6:#FFFFFF; /* Bone White */


    --color1-d:#715C2A; /* Dark Gold Leaf */
    --color2-d:#4C1A57; /* Grape Royale */
    --color3-d:#6E3B3B; /* Bronze Velvet */
    --color4-d:#311D3F; /* Royal Plum */
    --color5-d:#1A1A1D; /* Obsidian Black */
    --color6-d:#FFF9F3; /* Ivory Dawn */
    
    
    
    --colorH-d:#36494E;
    --colorH:#D8C3A5;

}

/* ----------------------------------------------------------------------------------------------------------- */
/* COLORS */
/* ----------------------------------------------------------------------------------------------------------- */





    body, html {
 background-size: cover; /* Changez à 'contain' si vous souhaitez voir l'image entière */
 background-image: url('/images/interface/visual-panel-bg-contre-plaque-pin-des-landes.webp');
    background-position: center; /* Centre l'image sur l'écran */
    background-repeat: no-repeat; /* Évite que l'image se répète */
    background-attachment: fixed; /* Fixe l'image lors du défilement */
    height: 100vh; /* Assure que le fond couvre la totalité de la hauteur de la fenêtre */
   margin: 0;
   padding: 0;
   font-family: "Kanit", Arial, sans-serif;
   scroll-behavior: smooth;
   line-height: 1.5;
   font-size: 1.1rem; /* Taille plus confortable pour les grands écrans */

        }


 /* Conteneur principal */
   .main-container {
   max-width: 1920px; /* Limite de largeur */
     width: 100%;       
   margin: 0 auto; /* Centre le conteneur */
   padding: 0px; /* Ajoute du padding autour du contenu */
       background-size: contain; /* Changez à 'contain' si vous souhaitez voir l'image entière */
        background-position: center; /* Centre l'image sur l'écran */
           text-align: left;



        }

        header {
   padding: 15px;
  margin: 0px auto;
   z-index: 1200; /* Assure que le header est au-dessus du contenu */  
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); /* Ombre subtile */
background-color: var(--color1s); 
   color:var(--colorblack); 
        }
  

footer-container {

   padding: 15px;
   margin: 0px auto;
   max-width: 1920px; 
   background-color: var(--color1s); 
   color:var(--colorblack); 
        }
        .container {
   display: flex;
   justify-content: space-between;
   align-items: center;
        }
       
   
        .hamburger {
   font-size: 30px;
   cursor: pointer;
   color:var(--colorblack); 
        }       

h1 {
color: var(--color1); 
}


h2 {
color: var(--color2); 
}

h3 {
color: var(--color3); 
}



.section-introduction
 {
    display: flex;
    flex-wrap: wrap; /* Permet de s'adapter aux petites tailles d'écran */
    align-items: flex-start; /* Aligne l'image avec le haut du texte */
    gap: 20px;
    margin-bottom: 0px; /* Espacement entre les sections */
       background-color: var(--color1s); 
}

.section-introduction .h2 .h3
 {
color: var(--color1s); 
 font-size: 1.5rem;
 text-align: center;
}

.section-introduction .h1
 {
color: var(--color2s); 
 font-size: 1.5rem;
  text-align: center;
}







.text-image-right {
  background-color: var(--color2s); 
  color: var(--colorwhite);  
}

.text-image-left
 {
  background-color: var(--color3s); 
     color: var(--colorwhite);  
}

.text-image-right .p {
  color: var(--colorwhite);  
}

.text-image-left .p
 {
  color: var(--colorwhite); 
}


.text-image-right .h2 {
  color: var(--colorblack); 
}

.text-image-left .h2
 {
  text-decoration-line: 
        color: var(--colorwhite); 

}



.section-parallax {
}

.text-image-right {
background-color: var(--color2s);
}


.text-image-left
 {
  background-color: var(--color3s); 
}

.content-image-left {
      color: var(--colorwhite); 
}

.content-image-right {
      color: var(--colorblack); 
}




.gallery.container {
background-color: var(--color3s);
    }
    
    
    .gallery-item {
 background-color: var(--colorwhite);
}

 



.image-list-section {
}
.image-list-section .caption {
}   



/* Conteneur de la galerie galleryzoom */
.galleryzoom-grid {
background-color: var(--color2s);
}


.galleryzoom-section {
background-color: var(--color5s);;
}

.nav-arrow {
color:#fff;}
.close-btn-zoom {
color: #fff;}
.close-btn-zoom:hover, .nav-arrow:hover {
color: #950505;}

.overlay-content {
    color: #1A3F85;}


.back-to-top {
    background-color: var(--color3s);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); 
}

.back-to-top:hover {
    background-color:  var(--color5s); 
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3); 

}

.back-to-top:active {
    background-color:  var(--color1s); 
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4); 
}




.phone-button, .fixed-button-group a {
    background-color: #ff5722;
      color: black;



}

.phone-button:hover, .fixed-button-group a:hover {
    background-color: var(--color4s); 
  color: white;
}

.phone-button:active, .fixed-button-group a:active {
    background-color: var(--color2s); 
  color: darkorange;

 }


.table-of-contents  {
background-color: var(--color4s);
color:var(--colorwhite);  


 }

.table-of-contents li {
    font-size: 1.1rem;
    line-height:1.8rem;
    list-style: none;
    
}

.table-of-contents a {

    color: var(--colorblack);
    
}




.bibliography  {
background-color: var(--color2s);
color:var(--colorblack);  


 }

.bibliography  li {
    font-size: 1.1rem;
    line-height:1.8rem;
    list-style: none;
    
}

.table-of-contents a {

    color: var(--colorblack);
    
}




.breadcrumb-section {
   background-color: var(--color5s); 
color:var(--colorwhite);  


}


.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb-item a {
   color:var(--color1s); 

}

.breadcrumb-item a:hover {
    text-decoration: none;
    color:var(--color2s); 
 
}

.breadcrumb-item.active {
    font-weight: bold;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* TEXT */
/* ----------------------------------------------------------------------------------------------------------- */


p {font-size: 1.1rem;
   line-height: 1.5rem;

  font-family: "Kanit", serif;
  font-weight: 400;
  font-style: normal;
}



li 
{font-size: 1.3rem;
    line-height: 1.3rem;
    list-style: none
}

a
{text-decoration: none;
}

a:hover
{text-decoration: underline;
}


a:active
{text-decoration: underline;
}


  h1  {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
font-size: 1.8rem; 
 text-align: center;

     
}

  h2 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-style: normal;
   font-size: 1.5rem; 

}

 h3 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
        margin: 0;
   padding-bottom: 12px;
   font-size: 1.4rem; 
  
}

  h4 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
   margin: 0;
   padding-bottom: 8px;
   font-size: 1.2rem; 


}


.p20 {
padding: 20px;
}     
       
     .p40 {
padding: 40px;
}     
  



       .keywords {
    font-size: 0.8em; /* Petit caractère */
    font-style: italic; /* Italique */
    margin-top: auto; /* Aligne vers le bas du bloc */
}
.content {
    display: flex;
    flex-direction: column; /* Assure que les éléments enfants s'empilent verticalement */
    height: 100%; /* Permet d'utiliser margin-top: auto; */
    

    
} 
   .news-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    max-width: 200px; /* Limite la largeur maximale */
}     
 

/* ----------------------------------------------------------------------------------------------------------- */
/* TEXT & IMAGES SECTION */
/* ----------------------------------------------------------------------------------------------------------- */
      
/* Styles pour les sections avec image et texte */
.text-image-left,
.text-image-right {
    display: flex;
    flex-wrap: wrap; /* Permet de s'adapter aux petites tailles d'écran */
    align-items: flex-start; /* Aligne l'image avec le haut du texte */
    gap: 20px;
    margin-bottom: 0px; /* Espacement entre les sections */

}




.text-image-left .h2
 {
       color:var(--color5s); 

}
.text-image-left a
 {
       color:var(--color6s); 

}
.text-image-right a
 {
       color:var(--color6s); 

}

.text-image-right .h2{
       color:var(--color3s); 
}









/* Image avec transition slide */
.text-image-left .image {
    order: 1; /* L'image apparaît à gauche dans .text-image-left */
    animation: slide-in-left 0.5s ease-out;
        padding-top:40px
}
.text-image-right .image {
    order: 2; /* L'image apparaît à droite dans .text-image-right */
    animation: slide-in-right 0.5s ease-out;
        padding-top:40px
}
/* Contenu texte */
.text-image-left .content {
    order: 2; /* Le texte apparaît à droite dans .text-image-left */
    flex: 1;
    padding-left: 30px;
    padding-right: 20px;
    padding-top:0px
}
.text-image-right .content {
    order: 1; /* Le texte apparaît à gauche dans .text-image-right */
    flex: 1;
    padding-left: 30px;
    padding-right: 20px;
    padding-top:0px
}
/* Image responsive */
.text-image-left .image img,
.text-image-right .image img {
    width: 100%; /* Rend l'image responsive */
}





.bibliography-legend {
    width: 80%; /* Même largeur que l'image */
    max-width: 300px; /* Même largeur que l'image */
    background-color: rgba(255, 255, 200, 0.8); /* Fond blanc semi-transparent */
    border: 1px solid #ccc; /* Bordure grise légère */
    padding: 10px; /* Espace intérieur */
    margin-top: 10px; /* Espace au-dessus de la légende */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Ombre légère */
    border-radius: 8px; /* Coins arrondis */
   margin: 0 auto; /* Centre le conteneur */
}

.bibliography-legend p {
    margin: 0; /* Supprimer les marges par défaut */
    font-size: 14px; /* Taille de police */
}


/* ----------------------------------------------------------------------------------------------------------- */
/* TEXT SECTIONS */
/* ----------------------------------------------------------------------------------------------------------- */


 /*  text-section */
.text-section {
}
  /* Style pour le texte à l'intérieur de la section */
.text-section p {
    margin: 0; /* Suppression de la marge par défaut des paragraphes */
    line-height: 1.6; /* Hauteur de ligne pour améliorer la lisibilité */
    font-size: 16px; /* Taille de police */
}
   

  /*


.text-section-full-background {
  position: relative;
 background-image: url('/images/interface/visual-panel-bkg.webp');
    background-position: center; /* Centre l'image sur l'écran */
    /*  background-repeat: no-repeat;Évite que l'image se répète */
  /*  background-attachment: fixed;  Fixe l'image lors du défilement */
   /* height: 100vh;  Assure que le fond couvre la totalité de la hauteur de la fenêtre */ 
   /* background-size: cover;  L'image couvre toute la section 
}

.text-section-full-background .content {
    position: relative;
    z-index: 600; 
    padding-bottom:20px;
    padding-top:20px;
}


/* ----------------------------------------------------------------------------------------------------------- */
/* MENU SECTION */
/* ----------------------------------------------------------------------------------------------------------- */







#menu {
    background-color: var(--color1);
    color: var(--colorblack);
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    right: -100%; /* Par défaut hors écran à droite */
    height: 100%;
    width: 100%;
    transition: right 0.5s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centre le contenu verticalement */
    align-items: center; /* Centre le contenu horizontalement */
    overflow-y: auto;
    max-height: 100%;
    text-align: center; /* Centre le texte dans le menu */
}

#menu.open {
    right: 0;
}

#menu .logo img {
    max-width: 240px;
    height: auto;
    margin-bottom: 20px;
}

#menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu ul li {
    margin: 10px 0;
}

#menu ul li a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding: 7px 15px;
    display: inline-block; /* Garde chaque lien centré */
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transition: background-color 0.3s ease;
}

#menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}


    .contact-info {
    position: relative;
    padding: 20px;
    background: white;
    max-width: 400px;
    margin: auto;
    border-radius: 8px;
}

.close-menu {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    font-size: 40px;
    color: orangered;
    background: none;
    border: none;
      z-index: 2000; /* Assure que le header est au-dessus du contenu */
}







#menu.open {
    transform: translateX(0); /* Slide menu into view */
}


.hamburger {
    font-size: 30px;
    cursor: pointer;
    z-index: 600; /* Ensure the hamburger icons are above the menus */
    color: black;
}



/* Styles for the hamburger to cross transformation */
.hamburger.open {
    content: "\00d7"; /* Cross (×) */
    font-size: 40px;
    font-weight: bold;
    transform: rotate(0);
     z-index: 601; /* Ensure the hamburger icons are above the menus */

}



/* ----------------------------------------------------------------------------------------------------------- */
/*MENU CONTACT SLIDE BAS De pAGE */
/* ----------------------------------------------------------------------------------------------------------- */









#contact-menu {
    background-image: url('/images/interface/background-menu-contact.webp');
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: -110%;
    height: 100%;
    width: 100%;
    transition: bottom 0.5s ease;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    padding: 20px;
}

#contact-menu.open {
    bottom: 0;
}

/* Fermer le menu */
#contact-menu .close-menu2 {
    font-size: 40px;
    color: black;
    cursor: pointer;
    width:50px;
    height:50px;

}




   .close-menu2 {
   z-index: 1001; /* S'assure que le bouton de fermeture est au-dessus */
   background-color: rgba(255, 255, 255, 0.8); /* Fond clair pour plus de visibilité */
   border-radius: 2px; /* Ajoute des coins arrondis */
   padding: 3px; /* Ajoute un peu de padding */
        }

/* Mise en page de la fiche contact */
.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 1200px;
    transition: transform 0.8s ease-in-out;
}

/* Image à gauche et texte à droite */
.contact-image {
    flex: 1;
    margin-right: 20px;
    animation: slideInLeft 0.8s ease-in-out;
}

.contact-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.contact-text {
    flex: 2;
    animation: slideInRight 0.8s ease-in-out;
}

/* Textes et titres */
.contact-text h2, .contact-text h3, .contact-text p, .contact-text address {
    margin-bottom: 10px;
}

.contact-text h2 {
    font-size: 1.em;
    color: #333;
}

.contact-text h3 {
    font-size: 0.9em;
    color: #555;
}

.contact-text p {
    font-size: 0.8em;
    color: #666;
}

.contact-text address {
    font-style: normal;
    font-size: 0.7em;
    color: #666;
}

/* Pour les petits écrans, on inverse l'ordre pour avoir l'image au-dessus */
@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
    }

    .contact-image {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact-text {
        text-align: center;
    }
}



/* ----------------------------------------------------------------------------------------------------------- */
/* GALLERY SECTION - PAGES / META KEYWORD */
/* ----------------------------------------------------------------------------------------------------------- */

/* Style pour la galerie de page */
.gallery.container {
    display: flex;
    flex-direction: column;
    align-items: center;
        padding: 20px

}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); /* Ajuste la taille minimum des vignettes */
    gap: 20px;
    max-width: 100%; /* Évite le défilement horizontal */
}
.gallery-item {
    text-align: center;
    border: 1px solid #000000;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Ombre subtile */
}
.gallery-item img {
    max-width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; /* Effet de transition au survol */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Ombre subtile similaire à galleryzoom */
}
.gallery-item img:hover {
    transform: scale(0.80); /* Légère animation de zoom au survol */
}
.gallery-item p {
    margin: 10px 0;
     font-size: 1rem;
    line-height: 1.2rem;
      font-family: "Kanit", serif;
    font-style: bold;
}

.gallery-item a {
    color: var(--colorblack);
    font-style: bold;
}
.thumbnail {
    padding: 10px;
}




/* ----------------------------------------------------------------------------------------------------------- */
/* GALLERY SECTION - LINKS */
/* ----------------------------------------------------------------------------------------------------------- */

/* Style pour la galerie de page */
.gallerylink.container {
    display: flex;
    flex-direction: column;
    align-items: center;
 

}
.gallerylink {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Ajuste la taille minimum des vignettes */
    gap: 10px;
    max-width: 100%; /* Évite le défilement horizontal */
}
.gallerylink-item {
    text-align: center;
    border: 1px solid #000000;
    border-radius: 0px;
    overflow: hidden;
    background-color: white; /* Fond blanc pour les vignettes */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Ombre subtile */
}
.gallerylink-item img {
    max-width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    transition: transform 0.2s ease-in-out; /* Effet de transition au survol */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Ombre subtile similaire à galleryzoom */
}
.gallerylink-item img:hover {
    transform: scale(0.80); /* Légère animation de zoom au survol */
}
.gallerylink-item p {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold; /* Met le texte en gras */
}
.thumbnail {
    padding: 0px;
}





/* ----------------------------------------------------------------------------------------------------------- */
/* GALLERY ZOOM SECTION - IMAGES */
/* ----------------------------------------------------------------------------------------------------------- */

 /* Conteneur de la galerie images galleryzoom */
.galleryzoom-section {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
/* Conteneur de la galerie galleryzoom */
.galleryzoom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    padding:20px;
   max-width: 100%;
    margin: 0 auto;
 
    
    
}
/* Chaque image de la galerie */
.galleryzoom-grid-item img {
    width: 100%;
    height: auto;
    text-align: center;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* Ombre subtile */
}
.galleryzoom-grid-item img:hover {
    transform: scale(0.80); /* Légère animation au survol */
}
/* CSS pour l'image agrandie (modal) */
.modal-zoom {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fond sombre */
}
.modal-zoom-content {
    margin: auto;
    display: block;
    top: 20px;
    max-width: 100%;
    max-height: 100%;
    animation: zoomIn 0.3s ease-in-out;
}

/* Bouton de fermeture */
.close-btn-zoom {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
/* Bouton de navigation pour passer d'une image à l'autre */
.nav-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    user-select: none;
}
.nav-arrow.left {
    left: 20px;
}
.nav-arrow.right {
    right: 20px;
}
   

/* ----------------------------------------------------------------------------------------------------------- */
/* PARALLAX SECTION */
/* ----------------------------------------------------------------------------------------------------------- */
/* Parallax Section */
.section-parallax {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 500px; /* Set a height for large screens */
    background-attachment: fixed; /* Parallax effect */
    background-size: cover; /* Cover the area */
    background-position: center; /* Center the image */
}

/* Parallax Image Container */
.parallax-container {
    position: relative;
    height: 100%; /* Full height */
    overflow: hidden; /* Prevent overflow */
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Text shadow for readability */
    text-align: center;
}

.overlay-content .p .h2 .h3{
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-parallax {
        background-attachment: ; /* Disable parallax on mobile */
        background-position: center center;
        height: 300px; /* Reduce height for mobile */
    }

    .overlay-content h2 {
        font-size: 1.2rem; /* Smaller text on mobile */
    }

    .overlay-content p {
        font-size: 1rem; /* Smaller paragraph text */
    }
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Fading  Image Section / ANIMATION */
/* ----------------------------------------------------------------------------------------------------------- */

.section-fading-images {
    position: relative;
    max-width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    height: 500px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fading-container {
    position: relative;
    width: 100%;
    height: 100%;
}
/* Image styles */
.fade-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fadeInOut 16s infinite;
}
/* Set timing for each image fade */
.fade-image:nth-child(1) { animation-delay: 0s; }
.fade-image:nth-child(2) { animation-delay: 4s; }
.fade-image:nth-child(3) { animation-delay: 8s; }
.fade-image:nth-child(4) { animation-delay: 12s; }
/* Fade in/out animation */
@keyframes fadeInOut {
    0% { opacity: 0; }
    10% { opacity: 1; }
    30% { opacity: 1; }
    40% { opacity: 0; }
    100% { opacity: 0; }
}
/* Overlay text styles */
.overlay-content {
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    width: 100%; /* Full width for centering */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust position */
    opacity: 1; /* Always visible */
}
.overlay-content h2 {
    font-size: 2rem;
      text-align: center;
}
.overlay-content p {
    font-size: 1.5rem;
      text-align: center;
}









/* ----------------------------------------------------------------------------------------------------------- */
/* BREADCRUMB */
/* ----------------------------------------------------------------------------------------------------------- */ 

/* Style spécifique pour la section breadcrumb */
.breadcrumb-section {
    margin: 0px;

}

.breadcrumb {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 8px;
}


/* Container flex pour les trois colonnes */
.breadcrumb-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}

/* Colonne gauche (chemin de navigation) */
.breadcrumb-left {
    text-align: left;
    flex: 1;
}

/* Colonne du milieu (bouton téléphone) */
.breadcrumb-center {
    text-align: center;
    flex: 1;
}

/* Colonne droite (texte Visual Panel) */
.breadcrumb-right {
    text-align: right;
    flex: 1;
    font-weight: bold;
}
.breadcrumb a {
    color: var(--text-color); /* Couleur du texte */
    text-decoration: none; /* Pas de soulignement pour les liens breadcrumb */
}

.breadcrumb a:hover {
    text-decoration: underline; /* Ajoute un soulignement au survol */
}

/* ----------------------------------------------------------------------------------------------------------- */
/* TELEPHONE BUTTON CTA*/
/* ----------------------------------------------------------------------------------------------------------- */

.phone-button, .fixed-button-group a {
    text-decoration: none; /* Supprime le soulignement */
    font-size: 16px; /* Taille du texte */
    padding: 12px 20px; /* Ajoute de l'espace à l'intérieur du bouton */
    border-radius: 8px; /* Bordures arrondies */
    margin: 5px; /* Marge autour du bouton */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre douce */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Transition douce */
    display: inline-flex; /* Centrage vertical et horizontal */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 200px;
}

.phone-button:hover, .fixed-button-group a:hover {
    transform: translateY(-3px); /* Légère élévation au survol */

}

.phone-button:active, .fixed-button-group a:active {
    transform: translateY(0); /* Annule l'élévation */

}

/* Spécifique aux boutons fixes */
.fixed-button-group {
    position: fixed;
    bottom: 20px; /* Distance par rapport au bas de l'écran */
    right: 20px; /* Distance par rapport au côté droit de l'écran */
    display: flex;
    flex-direction: row; /* Aligne les boutons horizontalement */
    gap: 10px; /* Espacement entre les boutons */
    z-index: 1000; /* Assure que les boutons sont visibles au-dessus du contenu */
}

/* Taille et style des icônes dans les boutons fixes */
.fixed-button-group a img {
    width: 20px; /* Taille des icônes */
    height: 20px;
}


/* ----------------------------------------------------------------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------------------------------------------------------------- */
/* Grand écran */
@media (min-width: 1281px) {
 
    
    .container {
        display: flex;
        flex-direction: row;
    }

    /* Correction pour la taille de l'image sur grand écran */
    .text-image-left .image img,
    .text-image-right .image img {
        width: 512px; /* Largeur fixée à 512px */
        max-width: 100%; /* Ne dépasse pas la largeur de l'écran */
        height: auto; /* Garde le ratio de l'image */
    }
}

/* Moyen écran (tablette, mobile horizontal) */
@media (min-width: 681px) and (max-width: 1280px) {

    .container {
        display: flex;
        flex-direction: row;
    }

    .text-image-left .image img,
    .text-image-right .image img {
        width: 350px; /* Limite la taille de l'image à 350px */
        max-width: 100%; /* Ne dépasse pas la largeur de l'écran */
        height: auto; /* Garde le ratio de l'image */
    }
}

/* Petit écran (mobile vertical) */
@media (max-width: 680px) {
    .container {
        flex-direction: row;
    }

    .text-image-left,
    .text-image-right {
        flex-direction: column; /* Passe en colonne */
        align-items: center; /* Centrer l'image et le texte */
    }

    .text-image-left .image img,
    .text-image-right .image img {
        max-width: 100%; /* L'image prend toute la largeur disponible */
        height: auto; /* Garde le ratio de l'image */
        padding: 0px;
    }

  

    .phone-button {
        padding: 8px 12px; /* Réduire le padding sur petits écrans */
        font-size: 0.8rem; /* Réduire la taille de la police */
    }

    .header-content img {
        width: 120px; /* Largeur réduite */
        height: auto; /* Garde le ratio de l'image */
    }

    .breadcrumb-right {
        display: none;
    }

    /* Le bouton téléphone se déplace à gauche */
    .breadcrumb-center {
        text-align: left;
        flex: 1;
    }

    .breadcrumb {
        font-size: 1rem;
    }
}





/* Position for the top hamburger (main menu) */
#main-menu-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
}

/* Position for the bottom hamburger (contact menu) */
#contact-menu-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
}




















/* ----------------------------------------------------------------------------------------------------------- */
/*COLORS SETcION*/
/* ----------------------------------------------------------------------------------------------------------- */


.color1 {
    background-color: var(--color1);
    color: var(--colortxt);
}

.color2 {
    background-color: var(--color2);
    color: var(--colortxt);
}

.color3 {
    background-color: var(--color3);
    color: var(--colortxt);
}

.color4 {
    background-color: var(--color4);
    color: var(--colortxt);
}

.color5 {
    background-color: var(--color5);
    color: var(--colortxt);
}

.color6 {
    background-color: var(--color6);
    color: var(--colortxt);
}

.color1-d {
    background-color: var(--color1-d);
    color: var(--colortxt-d);
}

.color2-d {
    background-color: var(--color2-d);
    color: var(--colortxt-d);
}

.color3-d {
    background-color: var(--color3-d);
    color: var(--colortxt-d);
}

.color4-d {
    background-color: var(--color4-d);
    color: var(--colortxt-d);
}

.color5-d {
    background-color: var(--color5-d);
    color: var(--colortxt-d);
}

.color6-d {
    background-color: var(--color6-d);
    color: var(--colortxt-d);
}


  

/* ----------------------------------------------------------------------------------------------------------- */
/* ANIMATION */
/* ----------------------------------------------------------------------------------------------------------- */



    

@keyframes slideInLeft {
    0% { opacity: 0; transform: translateX(-100%); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
    0% { opacity: 0; transform: translateX(100%); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes bounceInDown {
    0% { opacity: 0; transform: translateY(-2000px); }
    60% { opacity: 1; transform: translateY(30px); }
    80% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@keyframes lightSpeedInLeft {
    0% { transform: translateX(-100%) skewX(30deg); opacity: 0; }
    60% { transform: translateX(20%) skewX(-20deg); opacity: 1; }
    80% { transform: translateX(-10%) skewX(10deg); }
    100% { transform: translateX(0) skewX(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-50px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes rotateIn {
    from { transform: rotate(-200deg); opacity: 0; }
    to { transform: rotate(0); opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.3); opacity: 0; }
    50% { opacity: 1; }
    to { transform: scale(1); }
}

@keyframes bounceInRight {
    0% { opacity: 0; transform: translateX(1000px); }
    60% { opacity: 1; transform: translateX(-30px); }
    80% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}

@keyframes slideInUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Slide-in classes */
.slide-in-left { animation: slideInLeft 0.8s ease-in-out forwards; }
.slide-in-right { animation: slideInRight 0.8s ease-in-out forwards; }
.bounce-in-down { animation: bounceInDown 1s ease-in-out forwards; }
.light-speed-in-left { animation: lightSpeedInLeft 1s ease-out forwards; }
.fade-in-down { animation: fadeInDown 0.8s ease-in forwards; }
.rotate-in { animation: rotateIn 0.8s ease-in-out forwards; }
.zoom-in { animation: zoomIn 0.6s ease-out forwards; }
.bounce-in-right { animation: bounceInRight 1s ease-in-out forwards; }
.slide-in-up { animation: slideInUp 0.8s ease-in-out forwards; }














/* ----------------------------------------------------------------------------------------------------------- */
/* GOOGLE FONTS */
/* ----------------------------------------------------------------------------------------------------------- */      
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
