/* Couleurs */
:root{
    --jaune:#F3C610;
    --bleu: #4BA5DC;
    --vert: #4EB270;
}

body {
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}

.shadow {
    box-shadow:0 3px 7px rgba(0,0,0,.20) !important;
    border-width: 0px !important;
}

.shadow-card {
    border-radius: 20px;
    box-shadow:0 0px 15px rgba(0,0,0,.18);
    border-width: 0px !important;
}
   
.pt-25 {
    padding-top: 25px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-70 {
    padding-top: 70px;
}

.mt-footer{
    margin-top: 0px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-auto {
    margin: auto;
}

.pt-40 {
    padding-top: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pbt-35 {
    padding: 35px 0;
}

.pxy-40-55 {
    padding: 40px 55px;
}

.py-100 {
    padding: 0 100px;
}

.py-5vw {
    padding: 0 5vw;
}

.texte-jaune {
    color : var(--jaune) !important;
}

.texte-jaune:hover {
    color: var(--jaune);
}

.texte-bleu {
    color : var(--bleu) !important;
}

.texte-bleu:hover {
    color: var(--bleu);
}

.texte-vert {
    color : var(--vert) !important;
}

.texte-vert:hover {
    color: var(--vert);
}

.btn-white {
    color: white;
    border-radius: 20px;
    border: 1px solid white;
    min-width: 150px;
    min-height: 50px;
}

.btn-yellow {
    color: white;
    background-color: var(--jaune);
    border-radius: 20px;
    border: 1px solid var(--jaune) !important;
    min-width: 150px;
    min-height: 50px;
}

.btn-green{
    color: white;
    background-color: var(--vert);
    border-radius: 20px;
    border: 1px solid var(--vert) !important;
    min-width: 150px;
    min-height: 50px;
}

.btn-blue{
    color: white;
    background-color: var(--bleu);
    border-radius: 20px;
    border: 1px solid var(--bleu) !important;
    min-width: 150px;
    min-height: 50px;
}

.btn-white:hover {
    color: var(--jaune);
    border-color: var(--jaune);
}

.btn-yellow:hover {
    color: var(--jaune);
    background-color: white;
    border: 1px solid var(--jaune); 
}

.btn-green:hover {
    color: var(--vert);
    background-color: white;
    border: 1px solid var(--vert); 
}

.btn-blue:hover {
    color: var(--bleu);
    background-color: white;
    border: 1px solid var(--bleu); 
}

h1,h2,h3,h4,h5 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: .5px;
}

.size-h1 { 
    font-size: 30px; 
}

.size-h2 { 
    font-size: 26px; 
}

.size-h3 { 
    font-size: 20px; 
}

.size-large-title { 
    font-size: 2rem; 
}

.size-text { 
    font-size: 22px; 
}

.size-text-footer {
    font-size: 18px;
}

.size-small-text {
    font-size: 17px;
}

.w-260 {
    max-width: 260px;
    width: 100%;
}

.w-400 {
    max-width: 400px;
    width: 100%;
}

.w-1000 {
    max-width: 1000px;
    width: 100%;
}

.w-1280 {
    max-width: 1280px;
    width: 100%;
}

.h-100 {
    height: 100%;
}

.h-375 {
    height: 375px;
}

.h-100px {
    height: 100px;
}

.title-ligne {
    width: 100px; 
    height: 2px; 
    background-color: black; 
    margin: -45px auto 40px;
}

.main-title-ligne {
    width: 300px; 
    height: 2px; 
    background-color: black; 
    margin-top: 30px;
    margin-bottom: 35px;
}
    
.title-ligne-white {
    width: 100px; 
    height: 2px; 
    background-color: white; 
    margin: -15px auto 40px;
}
    
.title-ligne-left {
    width: 100px; 
    height: 2px; 
    background-color: black; 
    margin-top: -45px;
    margin-bottom: 40px;
}

.title-ligne-text {
    width: 100px; 
    height: 2px; 
    background-color: white; 
    margin: -45px 0px 40px;
}

.img-600-400 {
    max-width: 600px;
    height: 400px;
    max-height: 400px;
    object-fit: cover;
}

.btn-bleu {
    background-color: var(--bleu);
    color: white;
    border: 1px solid var(--bleu);
}

.btn-outline-bleu {
    background-color: transparent;
    color: var(--bleu);
    border: 1px solid var(--bleu);
}

.btn-bleu:hover,
.btn-outline-bleu:hover {    
    background-color: var(--bleu);
    color: #fff;
    border-color: var(--bleu);
    opacity: 0.85
}

nav {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    background: rgba(0,0,0,.0);
}

nav ul {
    gap: 2vw;
}

.navbar {
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: white;
}

.hero-image {
    position: relative;
    margin-top: 100px;
    height: 400px;
    overflow: hidden;
}

.hero-image .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.credit-photo {
  position: absolute;
  bottom: 8px;
  right: 12px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 6px;
  border-radius: 3px;
}

.credit-photo-projet {
    font-size: 0.75rem;
    color: #888;
    margin-top: 6px;
    text-align: center !important;
}

.floating-contact {
    width: 55px;
    height: 55px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 14px 16px;
    background: var(--jaune);
    color: white;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 999;
}

footer {
    background:black;
    color:white;
    width:100%;
    a {
        word-break: break-all;
    }
}

footer .iconify {
    display: inline-flex;
    vertical-align: middle;
}

#footer {
    height: auto;

    a {
        color: white;
        text-decoration: none;
    }

    .col-md-3 {
        min-width: 220px;
    }
}

/* ----------- MEDIA QUERIES ----------- */
@media (max-width: 1200px) {
    #accueil {
        .col-md-4 {
            min-width: 360px !important;
            margin-left: auto;
            margin-right: auto;
        }
    }
}

@media (max-width: 1145px) {
    nav ul {
        gap: 1.5vw;
    }
}

@media (max-width: 1134px) {
    nav ul {
        gap: 0.5vw;
    }

    .py-5vw {
        padding: 0 3vw;
    }
}

@media (max-width: 1024px) and (min-width: 769px)  {
    
    nav {
        font-size: 18px;
        letter-spacing: 0.3px;
    }

    .size-h1 { font-size: 32px; }
    .size-h2 { font-size: 28px; }
    .size-h3 { font-size: 19px; }
    .size-large-title { font-size: 2.2rem; }
    .size-text { font-size: 23px; }
    .size-text-footer { font-size: 17px; }
    .size-small-text { font-size: 16px; }

    .title-ligne,
    .title-ligne-white,
    .title-ligne-left,
    .title-ligne-text {
        width: 90px;
        margin-bottom: 35px;
    }

    .hero-image {
        height: 320px;
    }

    .main-title-ligne {
        width: 250px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .img-600-400 {
        max-width: 500px;
        height: 330px;
        max-height: 330px;
    }

    footer {
        .container {
            margin-right: 0px !important;
            margin-left: 0px !important;
        }
    }

    #notre-projet {
        #img-atout {
            img {
                width: 420px;
                height: 280px;
            }
        }

    }
}

@media (max-width: 991px) {
    #menu {
        background-color: white;
        padding-left: 20px;
        border-radius: 20px;

        .dropdown-menu {
            font-size: 16px !important;
        }
    }

    nav {
        font-size: 18px;
        letter-spacing: 0.3px;
    }

    nav ul {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-link {
        padding: 8px 0;
    }

    .small-card {
        transform: none;
    }
}

@media (max-width: 826px) {
    .size-h1 { font-size: 28px; }
    .size-h2 { font-size: 25px; }
    .size-h3 { font-size: 18px; }
    .size-large-title { font-size: 2rem; }
    .size-text { font-size: 20px; }
    .size-text-footer { font-size: 16px; }
    .size-small-text { font-size: 15px; }
    .title-ligne,
    .title-ligne-white,
    .title-ligne-left,
    .title-ligne-text {
        width: 80px;
        margin-bottom: 30px;
    }

    .title-ligne { margin-top: -35px; }
    .title-ligne-left { margin-top: -35px; }
    .title-ligne-text { margin-top: -35px; }

    .main-title-ligne {
        width: 200px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    footer {
        .col-md-4 {
            min-width: 280px;
        }
    }
}

@media (max-width: 768px) {
    .hero-image {
        height: 260px;
    }

    .img-600-400 {
        max-width: 100%;
        height: 280px;
        max-height: 280px;
    }

    #notre-projet {
        .title-ligne-left {
            margin: -35px auto 30px;
        }
        .row.align-items-center {
            text-align: center;
        }

        .yt-thumb {
            max-width: 100%;
        }
    }

    #association {
        .justify-content-end {
            justify-content: center !important;
            margin-top: 40px;
        }
    }

    #scic {
        .justify-content-end {
            justify-content: center !important;
            margin-top: 40px;
        }
    }

    footer {
        .mt-footer {
            margin-top: 20px !important;
        }
    }
}

@media (max-width: 576px) {
    .p-15-resp {
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    nav {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .size-h1 { font-size: 24px; }
    .size-h2 { font-size: 22px; }
    .size-h3 { font-size: 17px; }
    .size-large-title { font-size: 1.8rem; }
    .size-text { font-size: 18px; }
    .size-text-footer { font-size: 15px; }
    .size-small-text { font-size: 14px; }
    .title-ligne,
    .title-ligne-white,
    .title-ligne-left,
    .title-ligne-text {
        width: 70px;
        margin-bottom: 25px;
    }

    .title-ligne { margin-top: -30px; }
    .title-ligne-left { margin-top: -30px; }
    .title-ligne-text { margin-top: -30px; }

    .main-title-ligne {
        width: 160px;
        margin-top: 18px;
        margin-bottom: 22px;
    }

    .hero-image {
        height: 200px;
    }

    #notre-projet {
        #img-atout {
            img {
                width: 100%;
                height: 200px;
            }
        }

    }

    .main-title-ligne {
        width: 150px !important;
        margin-top: 15px;
        margin-bottom: 20px;
    }    
}

/* ----------- ACCUEIL ----------- */
#accueil {
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }

    header.hero {
        position: relative;
        margin-top: 100px;
        height: 55vh;
        overflow: hidden;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    header.hero .hero-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }

    header.hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.15);
        z-index: 1;
    }

    .hero-content {
        position: relative;
        z-index: 2;
    }

    .intro {
        background: linear-gradient(to bottom, var(--jaune) 60%, white 40%);
    }

    .intro .card{
        border:none;
        border-radius:.75rem;
        height: 100%;
    }

    .intro .card:hover {
        cursor: pointer;
    }

    .intro .iconify{
        font-size:65px;
        color:var(--jaune);
    }

    /* ----------- ACTUALITÉ ----------- */
    .event-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    }

    .small-card {
    transform: scale(0.92);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    height: 500px !important;
    }

    .small-card:hover {
    transform: scale(0.97);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .actus-card img{
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        filter: invert(100%) brightness(0);
    }

    #bulletinModal .modal-dialog {
        max-width: 900px;
        height: 100vh;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

    #bulletinModal .modal-content {
        height: 95vh;
        display: flex;
        flex-direction: column;
        margin-top: -45px;
    }

    #bulletinModal .modal-body {
    overflow-y: auto;
    padding: 0;
}

    #bulletinCarousel .carousel-inner,
    #bulletinCarousel .carousel-item,
    #bulletinCarousel img {
        height: 100%;
        height: auto;
        object-fit: contain;
    }

    #bulletinCarousel img {
        object-fit: contain;
    }

    .title-ligne {
        background-color: var(--jaune);
    }
  
    footer {
        background:var(--jaune);
    }

    @media (max-width: 992px) {
        .size-large-title {
            font-size: calc(1rem + 1.5vw);
        }

        .size-h3 {
            font-size: calc(0.5rem + 1vw);
        }

        .col-md-4 {
            height: auto !important;
            margin-left: auto;
            margin-right: auto;
        }

        .intro {
            background: linear-gradient(to bottom, var(--jaune) 10%, white 90%);
        }

        .small-card {
            height: 100% !important;
        }

        header { 
            height:40vh;
        }
    }
}

/* ----------- PAGE HISTOIRE DES PAPETERIES ----------- */
#notre-histoire {
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }

    .title-ligne {
        background-color: var(--bleu); 
    }

    footer{
        background:var(--bleu);
    }
    
    .main-title-ligne {
        width: 300px; 
        height: 2px; 
        background-color: var(--bleu); 
        margin-top: 40px;
        margin-bottom: 35px;
    }
    
    .bg-blue {
        background-color: var(--bleu);
    }
    
    .timeline-list {
        list-style: none;
    }
    
    .timeline-list li {
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }  
    
    .timeline-list li:last-child {
        margin-bottom: 0;
    }

    .img {
        max-height:400px;
        min-height: 400px;
        object-fit:cover;
    }
    
    ul {
        margin-bottom: 0px !important;
    }

    .floating-contact {
        background: var(--bleu);
    }
}

/* ----------- PAGE NOTRE PROJET ----------- */
#notre-projet {
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }

    .title-ligne {
        background-color: var(--vert); 
    }
    
    .title-ligne-left {
        background-color: var(--vert); 
    }

    footer{
        background:var(--vert);
    }
    
    .main-title-ligne {
        width: 300px; 
        height: 2px; 
        background-color: var(--vert); 
        margin-top: 40px;
        margin-bottom: 35px;
    }
    
    .bg-vert {
        background: linear-gradient(to bottom, var(--vert) 70%, white 30%);
    }
    
    .bg-vert-last {
        background: var(--vert);
    }

    #img-atout {
        img {
            border-radius: 20px;
            height: 100%;
            width: 100%;
        }
    }

    .yt-thumb {
        position: relative;
        display: block;
        width: 100%;
        max-width: 500px;
        aspect-ratio: 500 / 333;
        border-radius: 20px;
        overflow: hidden;
        margin: 0 auto;
    }

    .yt-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Bouton play style YouTube */
    .yt-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 68px;
        height: 48px;
        background: rgba(205, 32, 31, 0.75);
        border-radius: 12px;
    }

    .yt-play::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%, -50%);
        width: 0;
        height: 0;
        border-left: 18px solid white;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .floating-contact {
        background: var(--vert);
    }
}

/* ----------- PAGE ASSOCIATION ----------- */
#association {    
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }

    #main-title {
        p {
            text-align: start;
        }
    }
    
    .main-title-ligne {
        width: 300px; 
        height: 2px; 
        background-color: var(--bleu); 
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .title-ligne {
        background-color: var(--bleu); 
    }

    .title-ligne-text {
        background-color: var(--bleu);
    }
    
    .title-ligne-left {
        background-color: var(--bleu);
    }

    #presentation-asso {
        p {
            text-align: center;
        }
    }

    p {
        text-align: justify;
        text-justify: inter-word;
    }

    .mb-p-list {
        margin-bottom: 5px !important;
    }

    #img-adhesion {
        img {
            border-radius: 20px;
            height: 250px;
            width: 375px;
            object-fit: cover;
            object-position: center;
        }
    }

    footer{
        background:var(--bleu);
    }

    .floating-contact {
        background: var(--bleu);
    }
}

/* ----------- PAGE SCIC ----------- */
#scic {    
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }

    #main-title {
        p {
            text-align: start;
        }
    }
    
    .main-title-ligne {
        width: 300px; 
        height: 2px; 
        background-color: var(--vert); 
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .title-ligne {
        background-color: var(--vert); 
    }

    .title-ligne-text {
        background-color: var(--vert);
    }
    
    .title-ligne-left {
        background-color: var(--vert);
    }

    #presentation-scic {
        p {
            text-align: center;
        }
    }

    p {
        text-align: justify;
        text-justify: inter-word;
    }

    .mb-p-list {
        margin-bottom: 5px !important;
    }

    #img-scic {
        img {
            border-radius: 20px;
            height: 250px;
            width: 375px;
            object-fit: cover;
            object-position: center;
        }
    }

    footer{
        background:var(--vert);
    }

    .floating-contact {
        background: var(--vert);
    }
}

/* ----------- PAGE Fonds de dotation ----------- */
#fonds-de-dotation {    
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }

    #main-title {
        p {
            text-align: start;
        }
    }
    
    .main-title-ligne {
        width: 300px; 
        height: 2px; 
        background-color: var(--jaune); 
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .title-ligne {
        background-color: var(--jaune); 
    }

    .title-ligne-text {
        background-color: var(--jaune);
    }

    #presentation-fonds-de-dotation {
        p {
            text-align: center;
        }
    }

    p {
        text-align: justify;
        text-justify: inter-word;
    }

    .mb-p-list {
        margin-bottom: 5px !important;
    }

    #img-fonds-de-dotation {
        img {
            border-radius: 20px;
            height: 250px;
            width: 375px;
            object-fit: cover;
            object-position: center;
        }
    }

    footer{
        background:var(--jaune);
    }

    .floating-contact {
        background: var(--jaune);
    }
}

/* ----------- PAGE Qui sommes-nous ----------- */
#qui-sommes-nous {    
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }

    .hero-image .hero-img {
        object-position: center 20%;
    }

    .title-ligne {
        background-color: var(--vert); 
    }

    #presentation-qui-sommes-nous {
        p {
            text-align: center;
        }
    }

    p {
        text-align: justify;
        text-justify: inter-word;
    }

    .mb-p-list {
        margin-bottom: 5px !important;
    }

    #img-qui-sommes-nous {
        img {
            border-radius: 20px;
            height: 250px;
            width: 375px;
            object-fit: cover;
            object-position: center;
        }
    }

    footer{
        background:var(--vert);
    }

    .floating-contact {
        background: var(--vert);
    }
}

/* ----------- PAGE ADHESION ----------- */
#adhesion2 {
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }
    
    .main-title-ligne {
        width: 300px; 
        height: 2px; 
        background-color: var(--jaune); 
        margin-top: 40px;
        margin-bottom: 35px;
    }

    #carte-adhesion {
        .btn-yellow-2 {
            color: white;
            background-color: var(--jaune);
            border-radius: 20px;
            border: 1px solid var(--jaune);
            min-width: 150px;
            min-height: 50px;
        }
    
        .iconify {
            font-size:50px;
            color:var(--jaune);
        }
    }

    footer{
        background:var(--jaune);
    }

    .floating-contact {
        background: var(--jaune);
    }
}

/* ----------- PAGE Galerie ----------- */
#galerie {
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }
    
    .main-title-ligne {
        width: 300px; 
        height: 2px; 
        background-color: var(--bleu); 
        margin-top: 40px;
        margin-bottom: 35px;
    } 

    .gallery-thumb {
        object-fit: cover;
        height: 220px;
        width: 100%;
        transition: transform .2s ease, opacity .2s ease;
    }

    .gallery-thumb:hover {
        transform: scale(1.03);
        opacity: 0.9;
    }

    footer{
        background:var(--bleu);
    }

    .floating-contact {
        background: var(--bleu);
    }
}

/* ----------- PAGE Mentions légales ----------- */
#mentions-legales {
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }

    #main-title {
        p {
            text-align: start;
        }
    }
    
    .main-title-ligne {
        width: 300px; 
        height: 2px; 
        background-color: var(--vert); 
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .title-ligne {
        background-color: var(--vert); 
    }

    .title-ligne-text {
        background-color: var(--vert);
    }

    p {
        text-align: justify;
        text-justify: inter-word;
    }

    .mb-p-list {
        margin-bottom: 5px !important;
    }

    footer{
        background:var(--vert);
    }

    .floating-contact {
        background: var(--vert);
    }
}

/* ----------- PAGE Plan du Site ----------- */
#plan-du-site {
    .dropdown-menu {
        margin-top: 0px ;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0;
        min-width: 100%;
        font-size: 20px;
    }

    .dropdown-menu[data-bs-popper] {
        left: -7px !important;
    }

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #e9ecef !important;
        color: #000 !important;
    }

    #main-title {
        p {
            text-align: start;
        }
    }
    
    .main-title-ligne {
        width: 300px; 
        height: 2px; 
        background-color: var(--vert); 
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .title-ligne {
        background-color: var(--vert); 
    }

    .title-ligne-text {
        background-color: var(--vert);
    }

    p {
        text-align: justify;
        text-justify: inter-word;
    }

    .mb-p-list {
        margin-bottom: 5px !important;
    }

    footer{
        background:var(--vert);
    }

    .floating-contact {
        background: var(--vert);
    }
}