*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}
header {
    height: 100vh;
    width: 100%;
    background: url(img/acc1.jpg);
    background-size: cover;
    text-align: center;
}
.navbar {
    position: absolute; /* le menu passe au dessus de l'header */
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.navbar .logo {
    width: 100px;
    padding: 5px;
    margin: 10px;
}
.navbar a {     /* dans la navbar tout les éléments en a sont en blanc */
    color: white;
    text-decoration: none;
}
.navbar .nav-links { /* aligne mon logo et ma liste à puce */
    display: flex;
    align-items: center;
} 
.navbar .nav-links ul {
    display: flex;

} 
.navbar .nav-links ul li {
    margin: 0 25px;
} 
.navbar .menu-hamburger {
    display: none;
    position: absolute;
    top: 50px;
    right: 15px;
    width: 50px;
}
.btn {
    border: 0;
    background: rgb(248, 147, 31);
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}
.btn.btn-secondary {
    background: transparent;
    border: 2px solid white;
    color: #fff;
}
@media screen and (max-width: 900px) {
    .navbar {
        padding: 0;
        
    }
    .navbar .menu-hamburger {
        display: block;
        color: white;
    }
    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        background: rgb(68, 75, 84);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s;
    }
    .nav-links.mobile-menu{
        margin-left: 0;
    }
    
    .nav-links ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar .nav-links ul li {
        margin: 25px 0;
        font-size: 1.2em;
    } 
    .navbar .logo {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 80px;
    }
    .navbar a{
        color: orange;
    }
}




/* //////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
//////////////Section D'arrivée CERCLE SOLVAY////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
*/

.txt-prst {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    color: white;
}
.txt-prst h1{
    font-size: 70px;
}
.txt-prst p{
    font-size: 30px;
}
.icon{
    width: 100px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #252422;
    font-size: 30px;
}
.icon a {
    color: white;
}
h1 {
    font-family: 'Poppins', sans-serif;
}
/* //////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
//////////////Section Présentation CERCLE SOLVAY/////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
*/
.section-presentation {
    display: table;
    height: 1vh;
    width: 100%;
    background: white;
    background-size: cover;
    padding-top: 10px;
}
.section-presentation1 {
    height: 75%;
    width: 75%;
}
.ph-txt-txt {
    height: 100%;
    width: 100%;
    color: #252422;
}

.pht-txt-prs img{
    width: 700px;
    padding-top: 110px;
}
.pht-txt-prs p{
    font-size: 30px;
}
.ph-txt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.txt-txt {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: justify;
}
.section-boutique {
    height: 70vh; /* Hauteur totale de la fenêtre */
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
}
.bureau {
    margin-bottom: 0px; /* Ajoute un espace entre le titre et les images */
}

.image-container-wrapper {
    display: flex; /* Utilisation de flexbox pour aligner les images horizontalement */
    justify-content: center; /* Centre les images horizontalement */
    gap: 50px; /* Espacement entre les images */
    flex-wrap: wrap; /* Permet aux images de passer à la ligne si l'écran est trop petit */
}
/* //////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
//////////////Section Boutique CERCLE SOLVAY ////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
*/
.intro {
    height: 50px;
}
.photo-bt:hover .hovered {
    opacity: 0.95;
}
.photo-bt {
    /*border: 5px solid red;*/
    position: relative;
    height: 340px;
    padding: 0;
    margin: 0;
}
.photo-bt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hovered {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    height: 100%; width: 100%;
    opacity: 0; transition: all .3s;
    background-color: #252422;   
}
.hovered span {
    color: white;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: arial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.text-boutique {
    font-size: 25px;
    text-align: center;
}

/* //////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
//////////////Section Comité CERCLE SOLVAY///////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
*/
.section-comité {
    display: table;
    height: 50vh;
    width: 100%;
    background: white;
    padding-top: 35px;
    /*border: 5px solid green;*/
}
.section-comité1 {
    /*border: 5px solid violet;*/
    height: 100%;
}
/*.comité-1 {
    /*border: 5px solid blue;
}*/
.comités-s {
    /*border: 5px solid red;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.comités-s  img {
    width: 200px;
}
/*.comité-2 {
    /*border: 5px solid blue;
}*/
.section-comité-lien {
    display: table;
    /*border: 5px solid green;*/
    height: 5vh;
    width: 100%;
    background: white;
    background-size: cover;
}
.comités-s-lien a{
    text-decoration: none;
    color: #252422;
}
.comités-s-lien{
    border: 2px solid white;
    height: 100%;
    /*border: 5px solid red;*/
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.bureau {
    text-align: center;
}
.section-comité a, h5{
    text-decoration: none;
    color: orange;
}

/* //////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
//////////////Section Status SEP CERCLE SOLVAY///////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
*/
.section-statu-sep {
    display: table;
    height: 30vh;
    /*border: 5px solid green;*/
    background: white;
    width: 100%;
    background-size: cover;
    padding-top: 35px;
}
.section-statu-sep1 {
    /*border: 5px solid red;*/
    padding: 15px;
    color: #252422;
}
.txt-stat {
    font-size: 25px;
    text-align: center;
    color: #252422;
}
.progress-bar {
    background: rgb(248, 147, 31);
}
.econ-sol .inge-gest {
    padding-top: 20px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
//////////////Section Contact CERCLE SOLVAY /////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
*/
.section-contact {
    display:  table;
    height: 30vh;
    background: white;
    /*border: 5px solid green;*/
    width: 100%;
    background-size: cover;
    padding-top: 35px;
}
.section-contact1 {
    /*border: 5px solid red;*/
    color: #252422;
    padding: 20px
}
.for-contact {
    /*border: 5px solid blue;*/
    display: table;
    text-align: center;
    justify-content: center;
}
.for-contact1 {
    padding: 20px;
    /*border: 5px solid blue;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.txt-contact {
    font-size: 25px;
    color: #252422;
}
.btn-custom {
    background-color: rgb(248, 147, 31);
    color: white;
}
/* //////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
//////////////Section sponsor CERCLE SOLVAY//////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
*/

.section-sponsor {
    display:  table;
    height: 30vh;
    background: white;
    width: 100%;
    background-size: cover;
}
.txt-sponsor {
    text-align: center;
    font-size: 25px;
}
.image-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-logo img {
    width: 200px;
}














/* //////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
//////////////Section Bas de page CERCLE SOLVAY//////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
*/
.section-bas-de-page {
    /*border: 5px solid green;*/
    display: table;
    height: 30vh;
    background: rgb(68, 75, 84);
    width: 100%;
    background-size: cover;
    color: orange;
    padding-top: 35px;

}
.section-bas-de-page1 {
    /*border: 5px solid red;*/
    padding: 10px;

}
.autres-rub {
    /*border: 5px solid blue;*/
    display: flex;
    align-items: center;
    flex-direction: column;
}

.section-bas-de-page a {
    text-decoration: none;
    color: orange;
}

/*box avec vidéo*/
        /* Conteneur de l'image */
        .image-container {
            position: relative;
            width: 300px;
            height: 200px;
            overflow: hidden;
            display: inline-block;
            margin: 10px;
            border-radius: 10px;
            cursor: pointer;
        }

        /* Effet de zoom sur l'image */
        .image-container img {
            width: 100%;
            height: 100%;
            display: block;
            transition: transform 0.5s ease;
        }

        /* Texte superposé */
        .image-container .text-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            text-align: center;
            padding: 10px;
            transition: background 0.5s ease, opacity 0.5s ease;
            opacity: 1;
            font-size: 16px;
        }
        /* Bouton de fermeture */
        .close-btn {
            position: absolute;
            top: -20px;
            right: -20px;
            font-size: 30px;
            color: white;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 50%;
            padding: 5px 10px;        
        

        }

        /* Effet au survol */
        .image-container:hover img {
            transform: scale(1.1);
        }

        .image-container:hover .text-overlay {
            background: rgba(0, 0, 0, 0);
            opacity: 0;
        }

        /* Modale pour la vidéo */
        .modal {
            display: none; /* Cachée par défaut */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8); /* Fond semi-transparent */
            align-items: center;
            justify-content: center;
            z-index: 999;
        }

        /* Contenu de la modale */
        .modal-content {

            position: relative;
            width: 80%;
            max-width: 800px;
        }

        .modal-content video {

            width: 100%;
            height: auto;
        }

        /* Bouton de fermeture */
        .close-btn {
            position: absolute;
            top: -20px;
            right: -20px;
            font-size: 30px;
            color: white;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 50%;
            padding: 5px 10px;
        }
        
        .caca {
            padding-top: 50px;
            padding-bottom: 50px;
        }




/* Caducee */
.new_caducee { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
}
.new_caducee img {
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.new_caducee h1 {
    margin-left: 3vw;
}

@media screen and (max-width: 600px) {
    .new_caducee img {
        max-width: 90vw;
    }
    .new_caducee {
        padding: 15px 0;
    }
}