
.nom_equipe {
    margin-top: 0.4rem;
}

.img-border-radius {
    border-radius: 16px;
}

.wrapper {
    min-height: 100vh;
    padding-bottom: 100px;
    padding-top: 150px;
    background-color: #005177;
    display: flex;
    flex-direction: column;
}

.wrapper p {
    font-size: 1.2rem;
}

.president,
.VP {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 20px 50px 20px;

    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;

}

h1 {
    text-align: center;
    margin-bottom: 50px;
}

.president-container {
    display: flex;
    align-items: center;

}

.president-img {
    padding: 50px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 50%;
}

.president-img img {
    margin: 0 auto;
    height: 250px;
    border-radius: 50%;
}

.president-img p {
    text-align: center;
}

.reseaux {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    font-size: 40px;
}

.reseaux i {
    margin: 0 10px 0 10px;
}


.president-texte {
    padding: 50px;
    margin: 0 auto;
    width: 75%;
    text-align: center;
}

.VP-container {
    display: flex;
    flex-direction: column;
}

.VP-img {
    padding: 50px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.VP-img img {
    margin: 0 auto;
    height: 200px;
    border-radius: 50%;
    max-width: 200px;
}

.VP-bachelor,
.VP-TSP,
.VP-IMT-BS {
    display: flex;
    flex-direction: column;
}

.VP-texte {
    text-align: center;
}

.treso-sec {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: 0 auto;

}

.treso {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 20px 50px 20px;

    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
    margin-right: 5%;
}

.treso h1 {
    margin-bottom: 50px;
}

.treso-img {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
}

.treso-img img {
    margin: 0 auto;
    width: 200px;
    border-radius: 50%;
}

.treso1,
.treso2 {
    display: flex;
    flex-direction: column;
}

.treso-texte {
    text-align: center;

}

.sec {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding: 50px 20px 50px 20px;

    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
    margin-left: 5%;
}

.sec h1 {
    margin-bottom: 50px;
}


.sec-img {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}

.sec-img img {
    margin: 0 auto;
    width: 200px;
    border-radius: 50%;
}

.sec-texte {
    text-align: center;
}

.com {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 20px 50px 20px;
    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.com h1 {
    margin-bottom: 50px;
}

.com-container {
    display: flex;
    flex-direction: column;
}

.com-img {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.com1,
.com2,
.com3,
.com4,
.com5,
.com6 {
    display: flex;
    flex-direction: column;
}

.com-img img {
    width: 180px;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 180px;
}



.event {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 20px 50px 20px;
    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.event h1 {
    margin-bottom: 50px;
}

.event-container {
    display: flex;
    flex-direction: column;
}

.event-img {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.event1,
.event2,
.event3,
.event4 {
    display: flex;
    flex-direction: column;
}

.event-img img {
    width: 180px;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 180px;
}

.RE {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 20px 50px 20px;
    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.RE h1 {
    margin-bottom: 50px;
}

.RE-container {
    display: flex;
    flex-direction: column;
}

.RE1,
.RE2,
.RE3 {
    display: flex;
    flex-direction: column;
}

.RE-img img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.RE-img {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}


.soiree {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 20px 50px 20px;
    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.soiree h1 {
    margin-bottom: 50px;
}

.soiree-container {
    display: flex;
    flex-direction: column;
}

.soiree1,
.soiree2,
.soiree3,
.soiree4 {
    display: flex;
    flex-direction: column;
}

.soiree-img img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.soiree-img {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.seculog {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 20px 50px 20px;
    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.seculog h1 {
    margin-bottom: 50px;
}

.seculog-container {
    display: flex;
    flex-direction: column;
}

.seculog1,
.seculog2,
.seculog3,
.seculog4 {
    display: flex;
    flex-direction: column;
}

.seculog-img img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.seculog-img {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}


.num {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 50px 20px 50px 20px;
    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.num h1 {
    margin-bottom: 50px;
}

.num-container {
    display: flex;
    flex-direction: column;
}

.num1,
.num2 {
    display: flex;
    flex-direction: column;
}

.num-img img {
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.num-img {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.ritz-prev {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: 0 auto;

}

.ritz {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 50px 20px 50px 20px;

    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
    margin-right: 2%;
}

.ritz h1 {
    margin-bottom: 50px;
}

.ritz-img {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.ritz1,
.ritz2 {
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 10px;

}

.ritz-img img {
    margin: 0 auto;
    width: 180px;
    border-radius: 50%;
}

.zoom-on-hover {
    transition: transform .2s;
    /* Animation */
}

.zoom-on-hover:hover {
    transform: scale(1.6);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* .glow-on-hover-aquila:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 1);
} */

.glow-on-hover-aquila {
    transition: all 0.3s ease;
    box-shadow: 0 0 5px #9ee2ff, 0 0 15px #9ee2ff, 0 0 20px #9ee2ff, 0 0 30px #9ee2ff;
}

.reflection-effect {
    position: relative;
    overflow: hidden;
}

.reflection-effect::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    background-size: 500% 500%;
    animation: reflection 2s infinite;
}

@keyframes reflection {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 100%;
    }
}

/* .reflection-effect {
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  background-size: 500% 500%;
  animation: reflection 2s infinite;
}

@keyframes reflection {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 100%;
  }
} */


/* .glow-on-hover-aquila:hover {
    box-shadow: 0 0 5px #740352, 0 0 10px #740352, 0 0 20px #740352, 0 0 30px #740352;
} */

.ritz-texte {
    text-align: center;

}

.prev {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 50px 20px 50px 20px;

    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
    margin-left: 0%;
}

.prev h1 {
    margin-bottom: 50px;
}


.prev-img {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.prev1,
.prev2 {
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 10px;
}

.prev-img img {
    margin: 0 auto;
    width: 180px;
    border-radius: 50%;
}

.prev-texte {
    text-align: center;
}

.DD-RI-TMA {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    margin: 0 auto;
}

.DD-RI-TMA h1 {
    font-size: 2rem;
}

.DD,
.ri,
.TMA {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 50px 20px 50px 20px;
    min-width: 30%;

    border-radius: 30px;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.DD {
    margin-right: 2%;
}


.TMA {
    margin-left: 2%;
}



.DD-img,
.ri-img,
.TMA-img {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}



.DD-img img,
.ri-img img,
.TMA-img img {
    margin: 0 auto;
    width: 200px;
    border-radius: 50%;
}





footer {
    color: white;
    text-align: center;
    background-color: black;
}

footer p {
    margin-bottom: 0;
}


@media screen and (max-width: 1250px) {
    .com-img img {
        width: 120px;
    }

    .soiree-img img {
        width: 160px;
    }

    .seculog-img img {
        width: 160px;
    }


}


@media screen and (max-width: 1400px) {

    .president,
    .VP,
    .treso-sec,
    .com,
    .event,
    .RE,
    .soiree,
    .seculog,
    .num,
    .ritz-prev,
    .DD-RI-TMA {
        width: 90%;
        max-width: 90%;
    }

    .DD,
    .ri,
    .TMA {
        width: 33%;
    }

    .prev {
        margin-left: 1%;
    }

    .ritz {
        margin-right: 1%;
    }


}

@media screen and (max-width: 850px) {

    .wrapper p {
        font-size: 1rem;
    }

    .reseaux {
        font-size: 30px;
    }

    .president,
    .VP {
        width: 80%;
        padding: 40px 20px 40px 20px;
    }

    .president-container {
        flex-direction: column;
    }

    .president-img {
        width: 100%;
        padding: 5px;
    }

    .president-img img {
        height: 200px;
    }

    .president-texte {
        padding: 5px;
        width: 100%;
    }

    .VP-img {
        flex-direction: column;
    }

    .VP-img {
        width: 100%;
        padding: 5px;
    }

    .VP-texte {
        padding: 5px;
        width: 100%;
    }

    .VP-TSP,
    .VP-IMTBS,
    .VP_bachelor {
        margin-bottom: 30px;
    }

    .treso-sec {
        width: 100%;
        flex-direction: column;
        padding: 0;
    }

    .treso {
        padding: 40px 20px 40px 20px;
        margin: 0 auto;
        width: 80%;
        margin-bottom: 80px;
    }

    .treso-img {
        flex-direction: column;
        width: 100%;
        padding: 5px;
    }

    .treso1,
    .treso2 {
        margin-bottom: 30px;
    }

    .treso-texte {
        width: 100%;
        padding: 5px;
    }

    .sec {
        padding: 40px 20px 40px 20px;
        margin: 0 auto;
        width: 80%;
        margin-bottom: 50px;
    }

    .com {
        margin: 0 auto;
        width: 80%;
        margin-bottom: 50px;
    }

    .com-texte {
        width: 100%;
        padding: 5px;
    }

    .com-img {
        width: 100%;
        flex-direction: column;
        padding: 5px;
    }

    .com-img img {
        width: 200px;
    }


    .com1,
    .com2,
    .com3,
    .com4,
    .com5,
    .com6 {
        margin-bottom: 30px;
    }

    .event {
        margin: 0 auto;
        width: 80%;
        margin-bottom: 50px;
    }

    .event-texte {
        width: 100%;
        padding: 5px;
    }

    .event-img {
        width: 100%;
        flex-direction: column;
        padding: 5px;
    }

    .event-img img {
        width: 200px;
    }

    .event1,
    .event2,
    .event3,
    .event4 {
        margin-bottom: 30px;
    }

    .RE1,
    .RE2,
    .RE3 {
        margin-bottom: 30px;
    }


    .RE {
        margin: 0 auto;
        width: 80%;
        margin-bottom: 50px;
    }

    .RE-texte {
        width: 100%;
        padding: 5px;
    }

    .RE-img {
        width: 100%;
        flex-direction: column;
        padding: 5px;
    }

    .RE-img img {
        width: 200px;
    }


    .soiree1,
    .soiree2,
    .soiree3,
    .soiree4 {
        margin-bottom: 30px;
    }


    .soiree {
        margin: 0 auto;
        width: 80%;
        margin-bottom: 50px;
    }

    .soiree-texte {
        width: 100%;
        padding: 5px;
    }

    .soiree-img {
        width: 100%;
        flex-direction: column;
        padding: 5px;
    }

    .soiree-img img {
        width: 200px;
    }


    .seculog1,
    .seculog2,
    .seculog3,
    .seculog4 {
        margin-bottom: 30px;
    }


    .seculog {
        margin: 0 auto;
        width: 80%;
        margin-bottom: 50px;
    }

    .seculog-texte {
        width: 100%;
        padding: 5px;
    }

    .seculog-img {
        width: 100%;
        flex-direction: column;
        padding: 5px;
    }

    .seculog-img img {
        width: 200px;
    }

    .num1,
    .num2 {
        margin-bottom: 30px;
    }


    .num {
        margin: 0 auto;
        width: 80%;
        margin-bottom: 50px;
    }

    .num-texte {
        width: 100%;
        padding: 5px;
    }

    .num-img {
        width: 100%;
        flex-direction: column;
        padding: 5px;
    }

    .num-img img {
        width: 200px;
    }

    .ritz-prev {
        width: 100%;
        flex-direction: column;
        padding: 0;
    }

    .prev {
        padding: 40px 20px 40px 20px;
        margin: 0 auto;
        width: 80%;
        margin-bottom: 80px;
    }

    .prev-img {
        flex-direction: column;
        width: 100%;
        padding: 5px;
        margin-bottom: 30px;
    }

    .prev1,
    .prev2 {
        margin-bottom: 30px;
    }

    .prev-texte {
        width: 100%;
        padding: 5px;
    }

    .ritz {
        padding: 40px 20px 40px 20px;
        margin: 0 auto;
        width: 80%;
        margin-bottom: 50px;
    }

    .ritz1,
    .ritz2 {
        margin-bottom: 30px;
    }

    .ritz-img {
        flex-direction: column;
        width: 100%;
        padding: 5px;
        margin-bottom: 30px;
    }


    .ritz-texte {
        width: 100%;
        padding: 5px;
    }

    .DD-RI-TMA {
        flex-direction: column;
    }

    .DD,
    .ri,
    .TMA {
        margin: 0 auto;
        width: 80%;
        margin-bottom: 50px;
    }

}