body {
    margin: 0;
    padding: 0;
    font-family: 'Century', sans-serif;
    background-color: #b6c8e3;
}

.ecole-container {
    padding-top: 60px;
}

h2 {
    text-decoration: underline;
    text-align: center;
    font-size: 28px;
}

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

h3 {
    text-align: center;
    margin: 0px;
}

.scolarite-intro {
    padding-top: 8rem;
}

.valeurs-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.scolarite {
    width: 70%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.valeurs {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 40px;
    margin: 40px;
    border: 2px solid;
}

.valeurs-content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.points-container,
.valeurs-content-container,
.ecole-container,
.scolarite-intro,
.points {
    background-color: #b6c8e3 !important;
}


.scolarite-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.redirect {
    text-align: center;
    padding: 10px;
    background-color: #b5352e;
    font-size: 20px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    width: 20%;
    margin: 10px;
}

.description {
    text-align: center;
    height: 37vh;
    color: #ffffff;
}

.personnes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    margin: auto;
}

.width100,
.width100 img {
    width: 100% !important;
}

.no-margin {
    margin: 0px !important;
}

.no-space {
    text-decoration: none;
}

.first {
    padding-top: 85px;
}

.redirect {
    margin-top: 25px;
    color: rgb(255, 255, 255) !important;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.redirect:hover {
    color: black;
    text-decoration: underline;
}

.image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background {
    background-color: #b7cae0 !important;
}

.points {
    background-color: unset;
}

.no-margin {
    margin: 0px !important;
}

.padding-top {
    padding: 2rem 0px;

}

.valeurs-content {
    flex-direction: unset;
}

.personne {
    display: flex;
    align-items: center;
    justify-content: center;
}

.big img {
    width: 586px !important;
}

.title-description {
    font-size: 36px !important;
    font-weight: 800;
    color: white;
}

.title-equipe {
    font-size: 66px;
    font-weight: 800;
    padding: 1rem;
    text-align: center;
    font-style: italic;
}

.description {
    background-color: rgb(170, 170, 170);
    margin-bottom: 2rem;
}

.valeurs-content-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.logo-img {
    width: 120px;
}

.valeurs-content {
    display: flex;
    align-items: center;
    margin: 80px 0px;
    width: 90%;
}

.description p {
    padding: 20px;
    margin: 0;
    font-size: 26px;
}

.valeurs-content:last-child {
    margin-bottom: 4rem !important;
}

.valeur {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.title2 {
    width: 100% !important;
}

.redirect {
    width: 60%;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-h2 {
    margin: 4rem 0px;
    font-size: 44px;
}

.encadre,
.encadre2 {
    border: 2px solid rgb(131, 131, 131);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    width: 80%;
    margin: auto;
    margin-bottom: 3rem;
}

.encadre-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.title-encadre {
    font-size: 30px;
}

.partners {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.partners img {
    width: 200px;
    height: 200px;
    margin: 3%;
}

.demande-candidature {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 4rem;
}

.demande-candidature a {
    text-align: center;
    padding: 25px;
    font-size: 32px;
}

.logo-size {
    width: 492px;
    height: 13vh;
}

.custom-icon {
    width: 15% !important;
    height: 18vh !important;
    margin: 0px 2rem;
}

.no-background {
    background-color: unset !important;
}

.no-underline {
    text-decoration: unset !important;
}

@media screen and (max-width: 1600px) {
    .partners {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1300px) {
    .description {
        height: 46vh;
    }
}

@media screen and (max-width: 1000px) {
    .personnes {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .custom-icon {
        width: 40% !important;
    }

    .flex-content {
        flex-direction: column;
    }

    .description {
        height: auto;
    }

    .title-equipe {
        font-size: 50px;
    }

    .logo-img {
        width: 202px;
    }

    .valeur h3 {
        font-size: 28px;
        font-weight: 800;
    }

    .valeurs {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 460px) {
    .scolarite {
        width: 90%;
    }

    .redirect {
        font-size: 16px;
        width: 50%;
    }
}