<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    font-size: 12px;
    --orange:#fa9305;
    --grisfonce : #312C28;
    --grisclair : #524b46;
}

strong {
    color: var(--orange);
    font-weight: bold;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
    
a {
    text-decoration: none;
    color: var(--orange);
}

a:hover {
    text-transform:uppercase;
}
    
html, body {
    background: rgb(21,20,22);
    font-size: 16px !important;
    margin:0;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden !important;
}


body, footer {
background: -moz-linear-gradient(90deg, rgba(21,20,22,1) 0%, rgba(0,0,0,1) 35%, rgba(34,27,21,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(21,20,22,1) 0%, rgba(0,0,0,1) 35%, rgba(34,27,21,1) 100%);
background: linear-gradient(90deg, rgba(21,20,22,1) 0%, rgba(0,0,0,1) 35%, rgba(34,27,21,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151416",endColorstr="#221b15",GradientType=1);   
font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
display: flex;
flex-direction: column;
}
.container {
    display: flex;
    flex-wrap: wrap; 
  }

header {
    margin: 0;
    padding: 0 20px; /* Ajoute un peu d'espace sur les cÃ´tÃ©s */
    width: 100%;
    height: 80px; /* Fixe la hauteur du header pour qu'il soit identique au menu */
    position: relative;
    background: linear-gradient(180deg, rgba(250,147,5,1) 0%, rgba(196,115,3,1) 100%);
    display: flex;
    justify-content: space-between; /* Le menu Ã&nbsp; gauche et le logo Ã&nbsp; droite */
    align-items: center; /* Centre verticalement le menu et le logo */
    z-index: 900;

    background: rgb(250,147,5);
background: -moz-linear-gradient(180deg, rgba(250,147,5,1) 0%, rgba(196,115,3,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(250,147,5,1) 0%, rgba(196,115,3,1) 100%);
background: linear-gradient(180deg, rgba(250,147,5,1) 0%, rgba(196,115,3,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa9305",endColorstr="#c47303",GradientType=1);
}

.page-annonce {
    display: block;
    font-size: 15px; 
    font-weight: normal;
    text-transform: uppercase; 
    color: #524b46; 
    margin: 10px; 
    text-align: left; 
}
@media (max-width: 768px) {
    .page-annonce {
        font-size: 15px; 
        margin-top: 25px;
    }
}
body.home .page-annonce {
    display: none;
}
body.home main{
    padding: 0 !important;
    max-width: 100% !important;
}
/*&lt;main style="display: block; clear: both !important; max-width: 80%; margin: 0 auto; justify-content: center; align-items: center;"&gt;*/
main{
    position: relative;
    color:white;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    clear: both !important;
    max-width: 85% !important;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
main.partenaires-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.partenaires-container a {
    display: inline-block;
    width: auto;
    max-width: 200px;
}
@media (max-width: 768px) {
    main {
        display: block;
        max-width: 100% !important;
        padding: 20px;
    }
}

h1,h2,h3,h4,h5 {
    margin-top: 3px;
    text-transform: uppercase;
    color:#fa9305;
}

h1 {
    font-size: 2.3rem !important; 
    color:#fa9305;
}

h2 {
    font-size: 1.9rem !important;
}
h3 {
    font-size: 1.5rem !important; 
}

h4 {
    font-size: 1.5rem !important;
}

p {
    font-size: 1rem !important; 
    line-height: 1.6 !important; 
    margin-bottom: 1em !important; 
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem !important;
    }
    h2 {
        font-size: 1.5rem !important;
    }
    h3 {
        font-size: 1.25rem !important;
    }
    h4 {
        font-size: 1.25rem !important;
    }
    p {
        font-size: 1rem !important;
    }
}

@media (max-width: 480px) { 
    h1 {
        font-size: 1.8rem !important;
    }
    h2 {
        font-size: 1.6rem !important;
    }
    h3 {
        font-size: 1.4rem !important;
    }
    h4 {
        font-size: 1.2rem !important;
    }
    p {
        font-size: 0.9rem !important;
    }
}
.light-supp{
    z-index: 950;
}
 /*-------------- Style pour la barre d'annonce ---------------- */

.announcement-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, #524b46 0%, #312C28 100%); /* DÃ©gradÃ© du haut vers le bas */
    text-align: center;
    color: #fa9305;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
    z-index: 1100; 
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.announcement-slide {
    display: none;
    font-size: 0.9rem; 
    font-weight: bold !important;
    color:#fa9305; 
    font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;;
    text-align: center;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Slide actif */
.announcement-slide.active {
    display: block;
}

/* FlÃ¨ches pour naviguer entre les annonces */
.arrow {
    width: 14px;
    height: 14px;
    color: #fff;
    background:  rgba(0, 0, 0, 0.3); 
    border: none;
    cursor: pointer;
    user-select: none;
    font-weight: normal;
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    z-index: 1105;
    border-radius: 50%; /* Ajout d'un arrondi pour un meilleur rendu */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
}
.arrow.left {
    left: 20px;
}

.arrow.right {
    right: 20px;
}

.arrow:hover {
    color: rgba(250, 147, 5, 0.7);;
}

/*---------- Responsive -----------*/
@media (max-width: 768px) {
    
.announcement-bar{
    height: 22px !important;
    font-size: 0.6rem !important; 
    position: fixed; 
    z-index: 1100;
}
.announcement-slide,
.announcement-slide.active {
    font-size: 0.6rem !important;
}
.arrow {
    font-size: 1rem !important;
    width: 14px;
    height: 14px;
    padding: 2px;
    font-weight: normal;
    border: none;
    cursor: pointer;
    border: none;
    line-height: 14px;
}
    .arrow.left {
        left: 5px !important;
    }
    
    .arrow.right {
        right: 5px !important;
    }
    .arrow:hover {
        color: #fa9305;
    }
    
}

/* ----------- MENU PRINCIPAL (desktop) ----------- */
#menu {
    display: flex;
    align-items: center; 
    justify-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start; /* Aligner Ã&nbsp; gauche */
    height: 80px;
    width: auto;
    position: relative;
    background: linear-gradient(180deg, rgba(250,147,5,1) 0%, rgba(196,115,3,1) 100%);
    box-shadow: none;
    z-index: 1000;
    padding: 0 20px; 
}

/* Liens du menu */
#menu a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 15px;
    font-size: 1.1rem !important;
    font-weight: bold;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
}

#menu a img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

/* ----------- LOGO ----------- */
#logo {
    height: 60px;
    width: auto;
    margin-left: auto; /* Place le logo Ã&nbsp; droite */
    align-self: center;
}

/* ----------- BOUTON MENU MOBILE ----------- */
#bouton_menu {
    display: none; /* CachÃ© sur desktop */
}

/* Responsive design */
@media screen and (max-width: 768px) {
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    html, body {
        width: 100%;
        overflow-x: hidden; /* Ã‰vite le dÃ©filement horizontal */
    }
    /* Ajustement du header */
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 22px;
        left: 0;
        height: 60px; 
        padding: 0 20px; 
        background: linear-gradient(180deg, rgba(250,147,5,1) 0%, rgba(196,115,3,1) 100%);
        position: fixed;
        width: 100%;
        z-index: 1050;
    }

    /* Bouton menu */
    #bouton_menu {
        display: block; /* Visible sur mobile */
        width: 40px;
        height: 40px;
        background: url('img/bouton_menu.png') no-repeat center center;
        background-size: contain;
        cursor: pointer;
        transition: transform 0.3s ease;
        margin-left: 20px;
        z-index: 1100;
    }

    /* Rotation du bouton menu quand on clique */
    #bouton_menu.active {
        background: url('./img/close_icon.png') no-repeat center center; /* IcÃ´ne de la croix */
        background-size: contain;
        transform: rotate(90deg); /* Effet de rotation pour plus de fluiditÃ© */
        transition: transform 0.3s ease;
        margin: 10px auto 20px;
    }

    /* Logo */
    #logo {
        height: 50px; /* Taille adaptÃ©e */
        width: auto;
        margin-right: 20px; /* Garde le logo Ã&nbsp; droite */
        margin-left: auto;    
    }

    /* Menu dÃ©roulant */
    #menu {
        position: fixed;
        top: 82px;
        left: -250px; /* CachÃ© par dÃ©faut */
        width: 250px;
        height: 90vh;
        background: linear-gradient(180deg, rgba(250,147,5,1) 0%, rgba(196,115,3,1) 100%);
        box-shadow: 2px 0 5px rgba(0,0,0,0.2);
        display: flex;
        flex-direction: column !important;
        align-items: center;
        justify-content: flex-start;
        padding: 10px;
        transition:  transform 0.3s ease-in-out;
        z-index: 1049;
        transform: translateX(-100%);
    }

    /* Quand le menu est ouvert */
    #menu.open {
        left: 0;
        transform: translateX(0);
        padding-top: 5px;
    }

    /* Style des liens du menu */
    #menu a {
        text-decoration: none;
        display: block;
        align-items: center;
        justify-content: center;
        align-self: center !important;
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        margin: 2px 0;
        padding: 5px 15px;
        color: white;
        line-height: 1.2;
        transition: background 0.3s;
    }

    #menu a:hover {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
    }
     /* Fond floutÃ© lors de l'ouverture du menu */
     #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(4px);
        z-index: 900;
        display: none;
    }

    #overlay.active {
        display: block;
    }

    /* Masquer la barre d'annonce lorsque le menu est ouvert */
    .menu-open .page-annonce .announcement-bar{
        display: none;
    }
    #menu a img {
        width: 22px; 
        height: 22px;
        margin-right: 5px; 
    }
}

/*--------------Diaporama page d'acceuil-----------------*/

 /* Conteneur principal du diaporama */
 .slideshow-container {
    position: relative;
    z-index: 900;
    top: 0;
    width: 100vw;
    height: calc(100vh - 60px); 
    overflow: hidden;
    margin: 0; 
    margin-bottom: 20px;
    }   

/* Slides */
.slide {
    display: none;
    width: 100%;
    height: min(100vh, 530px); 
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
}

.slide.active {
    display: block;
    opacity: 1;
}

.slide img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

/* Texte centrÃ© sur chaque slide */
.slide-content {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    font-weight: bolder;
}

.slide-content h1, .slide-content h2 {
    font-size: 64px !important;
    margin-bottom: 10px;
    font-weight: bold;
}

.slide-content p {
    font-size: 23px !important;
}/* FlÃ¨ches minimalistes */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 50;
    font-weight: normal;
}

.arrow.left {
    left: 40px;
}

.arrow.right {
    right: 40px;
}

.arrow:hover {
    color:  #312C28; /* Couleur plus foncÃ© au survol */
}
/* Afficher la premiÃ¨re slide */
.slide.active {
    display: block;
}

/* Responsive pour le texte */
@media (max-width: 768px) {
    .slide-content h1,
    .slide-content h2 {
        font-size: 2rem !important;
    }

    .slide-content p {
        font-size: 1.3rem !important;
    }
    .slideshow-container {
        width: 100vw;
        height: 530px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 900;
    }
    .arrow.left {
        left: 10px;
    }
    
    .arrow.right {
        right: 10px;
    }
    .slide {
        height: min(100vh, 530px);
    }
    .slide img {
        height: 530px; 
        object-fit: cover; /* Remplit lâ€™Ã©cran sans dÃ©former */
    }
}
    @media (max-width: 768px) {
    .slide:nth-child(1) img {
        content: url('images/mobile-image-1.png');
    }
    .slide:nth-child(2) img {
        content: url('images/mobile-image-2.png');
    }
}

/*------------- Pied de page ----------------- */

footer {
    flex-grow: 1;
    width: 100%;
    justify-content: end;
}

footer div {
    position: relative;
    bottom:0;
}

#imgfooter {
    position: relative;
    bottom:0;
    width: 100%;
    height: auto;
    z-index: 1;
}

#spanfooter {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    background: #ffffff30;
    width: 100%;
    padding: 5px;
    color : white;
    font-size: 0.7rem;
    z-index: 2;
}

footer a {
    color: white;    
}



/*---------------- Style pour le catalogue ---------------------- */

.galerie {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;   
    margin-bottom: 50px; 
}

figure {
    cursor:pointer;
    margin:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: 250px;
}

figure img{
    margin:0;
    padding:0;
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

figcaption {
    margin:0;
    background-color:#524b4660;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image {
    display: inline-block;
    width:250px;
}
/*Fin de catalogue */

section {
    flex-grow: 1;
    margin: 10px;
    padding: 15px;
    border-radius: 10px;
    border: var(--orange) 2px dotted;
}
#bienvenu, .section-container {
    width: 100%;
    background-color: #1a1a1a;
    padding: 20px 0;
}
#bienvenu .content-wrapper,
.section-container .content-wrapper {
    width: 80%; 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 20px; 
}
/*-----------Style pour section texte/image accueil 1 CR-----------*/

#bienvenu {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.section-title {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 30px;
}

.section-content {
    text-align: justify;
    line-height: 1.6;
    font-size: 14px;
    margin: 10px auto;
    margin-top: 20px;
}

.image-right {
    float: right;
    border-radius: 10px;
    margin: 25px;
    box-shadow: 0 0 15px rgba(245, 166, 35, 0.7);
    border-radius: 8px;
}

.subtitle {
    text-decoration: underline;
    color: #f5a623;
    margin-top: 25px;
    margin-bottom: 25px;
}

p {
    margin-bottom: 10px;
}

.social-media-text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-icons img {
    width: 50px;
    height: auto;
    transition: transform 0.3s ease;
}

.social-icons img:hover {
    transform: scale(1.1);
}
@media (max-width: 768px) {
    .image-right {
        float: none;
        margin: 10px auto;
        text-align: center;
        justify-content: center;
        box-shadow: 0 0 15px rgba(245, 166, 35, 0.7);
    border-radius: 8px;
    }
    #bienvenu .content-wrapper{
        width: 100%;
        padding: 15px;
    }
}
/*--------------Style pour texte defilant ------------------*/
/* Conteneur principal */
.marquee-container {
    width: 100%;
    height: 150px;
    overflow: hidden; /* Masque ce qui dÃ©passe */
    background-color: #1a1a1a; 
    box-shadow: 0 0 15px rgba(245, 166, 35, 0.7);
    padding: 10px 0; 
    margin-top: 10px;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

/* Texte dÃ©filant */
.marquee {
    display: flex;
    width: 200%;
    align-items: center;
}
.marquee-content {
    display: flex;
    animation: scroll-left 15s linear infinite;
    min-width: 100%;
    align-items: center;
}
.marquee-content span {
    font-size: min(24vh, 24vw);
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 30px; 
    color: #fa9305; 
    text-shadow: 
    1px 1px 2px rgba(255, 204, 0, 0.8), 
    2px 2px 4px rgba(255, 165, 0, 0.6),
    3px 3px 6px rgba(0, 0, 0, 0.4);
}
/* Animation fluide en boucle */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .marquee-container{
        max-width: 100vw;
        overflow: hidden;
        margin: 10px 10px;
    }
    .marquee-content span {
        font-size: min(14vh, 14vw);
        margin-right: 20px;
    }
    .marquee-content {
        animation-duration: 15s;
    }
}
/*----------------- Section sponsors accueil -----------------*/
.sponsors-title {
    text-align: center;
    margin-bottom: 25px;
    padding: 20px;
    font-size: 1.9rem;
    color: #fa9305; 
    font-weight: bold;
    text-transform: uppercase;
}
.grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}
.grid-item {
    position: relative;
    width: 250px;
    height: 350px;
    perspective: 1000px;
}
.grid-item .flip-card {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.grid-item .flip-card.flip {
    transform: rotateY(180deg);
}
.flip-card .front, .flip-card .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
}
.front {
    background-size: cover;
    background-position: center;
}
.back {
    background-color: #524b46;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    transform: rotateY(180deg);
}
.back h3 {
    margin-bottom: 10px;
    color: #fa9305;
}
.sponsors-accroche {
    color: white !important; 
    font-weight: normal !important; 
    text-transform: none !important; 
    max-width: 70% !important; 
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
}
.back p {
    color: white !important; 
    font-weight: normal !important; 
    text-transform: none !important; 
    max-width: 70% !important; 
    text-align: center;
}
.sponsors-indication {
    text-align: center;
    margin: 15px auto 10px;
    font-size: 13px !important;
    font-style: italic !important;
    font-weight: 400;
}
@media (max-width: 768px) {
    .sponsor-title {
        font-size: 1.5rem;
    }
    .sponsors-accroche{
        max-width: 100% !important;
        text-align: center;
    }
}
/*----------------Section texte et image accueil 2 ------------------*/

  /* Style global de la section */
  .section-container {
    background-color: #1a1a1a;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    padding: 20px 0;
    width: 100%;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
}

/* Titre de la section */
.section-title {
    text-align: center;
    color: #fa9305;
    margin-bottom: 20px;
}

/* Conteneur pour texte et image */
.text-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Texte */
.section-text {
    text-align: justify;
    line-height: 1.6;
}
.image-container {
    display: flex;
    justify-content: center; 
    align-items: center;
    max-width: 1200px; 
    margin: 10px auto 20px; 
    flex-wrap: nowrap;
    gap: 20px;
}

/* Style des images */
.section-image {
width: 300px; 
height: 300px;
border-radius: 50%; 
object-fit: cover;
box-shadow: 0 0 10px rgba(245, 166, 35, 0.7);
transition: transform 0.3s ease-in-out;
}
.section-image:hover {
    transform: scale(1.1); 
}
/* Bouton */
.section-button {
    display: block;
    text-align: center;
    margin: 15px auto 20px; 
    background-color: #fa9305;
    color: #312C28;
    font-size: 15.6px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    line-height: 32px;
    width: fit-content; /* Adapter Ã&nbsp; la taille du texte */
    box-shadow: 0 0 15px rgba(245, 166, 35, 0.7);
}

/* Responsive design pour mobile */
@media (max-width: 768px) {
    .section-container .content-wrapper {
        width: 100%;
        padding: 15px;
    }
    .text-image-container {
        flex-direction: column;
        gap: 10px;
    }
    .image-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 768px;
        padding: 0;  
    }
   /* .section-image{
        width: 100%;    
    }*/
    .section-image:nth-child(1),
    .section-image:nth-child(2) {
        width: 175px;
        height: 175px;
        border-radius: 50%;
    }
    .section-image:nth-child(3) { 
        grid-column: span 2;
        width: 95%;
        max-width: 100%;
        max-height: 180px;
        border-radius: 50% / 70%;
        margin: 10px auto 0;
    }
}
/*---------------fin de section texte et image accueil -------------*/

#avis_google {
    height: 400px;
    overflow-y: scroll;
    font-size: 18px !important;
}

#carte_google {
    width: 100%;
    height: 400px;
}
/*------------------ Cartes Google Maps - Contact  ---------------- */
/* Conteneur principal */
#cartes {
    display: inline-block;
    flex-wrap: nowrap; 
    justify-content: center; 
    margin-top: 50px;
    clear: both;
    max-width: 500px;
    margin-bottom: 50px;
}
.localisation {
        font-size: 1.6rem;
            }
.informations {
    text-align: center;
    font-size: 1.3rem;
}

/* Bloc magasin */
.magasin {
    display: inline-block;
    flex-direction: column; /* Adresse + carte en colonne */
    align-items: center;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 0 10px #524b46; 
    padding: 20px;
    border-radius: 10px;
    margin: 0 40px;
}

/* Iframe Google Maps */
.magasin iframe {
    width: 100%; 
    height: 300px; 
    border-radius: 15px;
    border: none;
}

#carte_google_1, #carte_google_2 {
    margin-top: 20px; 
}
/* Responsive pour mobile */
@media (max-width: 768px) {
    .localisation {
font-size: 1.8rem;
    }
    .magasin{
        font-size: 1.4rem;
        margin: 20px auto !important;
        width: 100%; 
    }
    #cartes {
        flex-direction: column; 
       align-items: center;
        margin-bottom: 30px;
        margin-top: 20px;
        display: flex;
    }
}


/*----------------- Encart Prendre Rdv --------------------*/
fieldset {
    display: flex;
    flex-direction: column;
    border : 1px solid var(--orange);
    border-radius: 10px;
    background-color: var(--grisfonce);
    margin: 5px 5px 40px 5px;
    padding: 15px;
    max-width: 600px;
    justify-content: center;
    margin: 5px auto 40px;
}

fieldset span {
    margin : 10px;
    padding: 10px;
    font-size: 1.4rem;
}
@media (max-width: 768px) {
    #rdv_form fieldset {
        width: 100%; 
        max-width: 90%; 
    }

    #rdv_form input,
    #rdv_form select,
    #rdv_form textarea {
        width: 100%; 
        font-size: 1.2rem; 
    }

    #rdv_form textarea {
        height: 150px; 
    }

    #rdv_submit {
        width: 90%;
        padding: 12px; 
        font-size: 1.2rem; 
    justify-content: center;
    }
}

legend {
    color: var(--orange);
}

.gras {
    font-weight: bold;
    color: var(--orange);
}

#lightbox{
    display: none;
}
/* Style pour encienne lightbox  

#lightbox {
    position: fixed;
    display: none; 
    justify-content: center; 
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 100; 
    overflow: auto;
}


#lightbox_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    min-height: 100vh;
}

#lightbox_container p {
    color: #fff;
}

strong {
    color:var(--orange);
    font-weight: bold;
}

.photolight {
    margin: auto;
    animation: lightboxIn 0.5s;
}

#lightbox_container img{
    max-width: 100%;
    height: auto;
}


#lightclose {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px; 
    right: 10px;
    z-index: 102;
}


.lightbutton {
    position: absolute;
    width: 40px;
    height: 60px;
    top: 50%; 
    transform: translateY(-50%);
    z-index: 101; 
}

.lightbutton:hover, #lightclose:hover{
    opacity: 1;
    transform: scale(1.2);
}

#lightprev{
    transform: rotate(180deg);
    right: auto;
    left: 0;
}


#facebook, #fb {
    flex-grow: inherit;
    width: 400px;
}

@keyframes lightboxIn {
    from {opacity: 0;}
    to {opacity: 1;}
}
Fin de la light box*/
/* Pour les Ã©crans plus grands*/

/*---------Section FAQ dans "nos services" ------------*/
.faq-title {
    text-align: center;           
    font-size: 2.5rem;              
    color: #fa9305;                
    margin: 40px auto 20px;        
    font-weight: bold;     
    display: block;       
    width: 100%; 
    margin: 40px auto;
}
.faq-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

  /* Conteneur principal */
  .faq-container {
    display: block;
    max-width: 800px;
    justify-content: center;
    margin: 20px auto 0;
    font-family: Candara, Calibri, Segoe, Arial, sans-serif;
    border-radius: 15px; 
    background: #312C28;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}

/* En-tÃªte */
.faq-header {
    text-align: center;
    margin-bottom: 20px;
}

.faq-header h3 {
    font-size: 2.1rem;
    color: #fa9305;
    margin: 0;
}

/* Questions */
.faq-item {
    border-bottom: 2px solid #fa9305;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 10px;
    box-shadow:0 -5px 10px rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    transition: color 0.3s;
}

.faq-question:hover {
    color: #fa9305; 
}

/* IcÃ´nes */
.faq-icon {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
    color: #fa9305;
}

.faq-question.active .faq-icon {
    transform: rotate(180deg); 
}

/* RÃ©ponse */
.faq-answer {
    display: none;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.5;
    padding: 10px;
}

/* Ajout d'icÃ´ne de question */
.faq-question span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-question span::before {
    content: "â“"; 
    font-size: 1.3rem;
    color: #fff;
}

/* Conteneur du bouton CTA vers RDV*/
.faq-cta {
    text-align: center; 
   margin: 20px 0;
   display: block;
   margin-bottom: 50px;
   clear: both;
}

/* Style du bouton */
.cta-button {
    display: block;
    clear: both;
    padding: 12px 30px;
    max-width: 200pxsss;
    background: linear-gradient(to top, #6d6a68,#312C28); 
    color: #fa9305;
    border: 2px solid #524b46; 
    border-radius: 15px;
    text-align: center;
    font-size: 16px; 
    font-weight: bold !important; 
    text-decoration: none; 
    transition: all 0.3s ease; /* Animation fluide au survol */
}

/* Effet au survol */
.cta-button:hover {
    color: #333; 
    border-color: #fa9305;
}

/* Effet au clic */
.cta-button:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
    transform: scale(0.98); 
}

/* Responsive */
@media (max-width: 768px) {
    .faq-title {
        text-align: center;             
        font-size: 2rem !important;
        margin: 10px auto 20px;
    }   
.faq-question, .faq-question span {
    font-size: 1.2rem;
}
    .faq-header h3 {
        font-size: 2.2rem; 
    }
    .faq-answer{
        font-size: 1.1rem;
    }
    .cta-button {
        width: 150px;
        height: 40px; 
        font-size: 12px;
        display: flex; 
        justify-content: center; 
        align-items: center;
        font-weight: bold;
        text-align: center;
        margin: 20px auto 30px;
        box-sizing: border-box
    }
}

/*----------------- Blocks de nos realisations -------------------*/

body {
    font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(51, 51, 51);
}

h2 {
    text-align: center;
    margin: 20px 0;
    color: #fa9305; 
}
    
.gallery-category {
    margin: 40px auto;
    padding: 10px 20px 20px;
    max-width: 900px;
    background: rgb(51, 51, 51);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.gallery-category h3 {
    font-size: 2rem;
    margin: 20px 0;
    color: #fff;
    text-align: center;
}

.gallery-category p {
    font-size: 1.4rem;
    margin: 20px 0;
    color: #fff;
    text-align: center;
}

.carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 10px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 10px 0;
}

.carousel-track::-webkit-scrollbar {
    display: none; 
}

.carousel-item {
    flex: 0 0 auto;
    width: 400px;
    height: 212px;
    scroll-snap-align: center;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: #fa9305;
    font-weight: lighter;
    font-size: 4rem;
    cursor: pointer;
    z-index: 20;
    padding: 5px;
    border-radius: 50%;
}

.carousel-btn.left {
    left: 10px;
}

.carousel-btn.right {
    right: 10px;
}

.carousel-btn:hover {
    color: #fff;
}
 /* Lightbox Styles */
 .lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-content {
    position: relative;
    max-width: 90%; 
    max-height: 90vh; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.lightbox img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 10px;
    object-fit: contain;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #524b46;
    cursor: pointer;
    z-index: 1100;
    padding: 8px;
    border-radius: 50%;
    transition: background 0.3s ease;
}
/* Navigation Arrows */
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    color: #fa9305;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: lighter;
    z-index: 1100;
    padding: 10px;
}

.lightbox-nav.left {
    left: 20px;
}

.lightbox-nav.right {
    right: 20px;
}
/* Responsive Design */
@media (max-width: 768px) {
    .gallery-category {
        margin: 20px 10px; 
        max-width: 90%;
        padding: 15px;     
        background: rgb(51, 51, 51);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    }
    .carousel {
        margin: 0 10px; 
        overflow: hidden;    
        position: relative;
    }
    .carousel-track {
        display: flex;
        gap: 10px; 
        padding: 10px 0;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;  
    }
    .carousel-item {
        height: 250px; 
        flex: 0 0 90%; 
        scroll-snap-align: center;
    }
    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;  
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);  
    }
    .carousel-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        font-size: 1.5rem; 
        padding: 8px;
        background: rgba(0, 0, 0, 0.2);  /* LÃ©ger fond pour la visibilitÃ© */
        border-radius: 50%;
        color: #fa9305;
        cursor: pointer;
        font-weight: lighter;
        z-index: 20;
    }
    .carousel-btn.left{
        left: 5px;
    }
    .carousel-btn.right{
        right: 5px;
    }
    .gallery-category h3 {
        font-size: 1.3rem;
        color: #fff;
        line-height: 1.4;
        margin: 10px 0;
        text-align: center;  
        padding: 0 10px;
    }

    .gallery-category p {
        line-height: 1.5;
        font-size: 0.9rem;
        color: #fff;
        margin: 10px 15px;
        word-wrap: break-word;
        text-align: center;
    }
    .lightbox-content {
        width: 90%;
        height: auto;
    }
    .lightbox-nav {
        font-size: 2.5rem;  /* Ajustement des flÃ¨ches lightbox */
        padding: 5px;
    }

    .close-btn {
        font-size: 2rem;
        color:#fa9305;
    }
}

/* Fin de style pour les blocks de nos realisations*/</pre></body></html>