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

.title {
    height: 75vh;

    position: relative;
    overflow: hidden;
}

.img-wrapper img {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-wrapper {
    display: inline-block;
    /* change the default display type to inline-block */
    overflow: hidden;
}

.above {
    z-index: -99;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgba(19, 19, 19, 0.20);
}

.title-texte {
    padding-top: 200px;
    color: white;
    width: 70%;
    margin: 0 auto;
}

.title-texte h1 {
    font-size: 3rem;
    text-align: center;
}


.title-texte p {
    text-align: center;
}


.chiffres {
    height: auto;
}

.chiffres h1 {
    font-size: 3rem;
    color: black;
    text-align: center;
    margin-bottom: 20px;
}

.chiffres-boxs {
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 100px;
    gap: 5px;
}

.chiffres-boxs i {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.chiffres-box {
    width: 300px;
    height: 350px;
    box-shadow: 0 10px 15px rgba(31, 33, 33, 0.2), 0 4px 6px rgba(31, 33, 33, 0.1);
    border-radius: 16px;
    text-align: center;
    padding: 20px;
    border: 1px solid rgba(31, 33, 33, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.chiffres-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px rgba(31, 33, 33, 0.2), 0 10px 10px rgba(31, 33, 33, 0.1);
}



.inte {
    background-color: #14171c;
    height: auto;
    padding-bottom: 20px;
}

.inte-texte h1 {
    font-size: 3rem;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.inte-container {
    padding: 20px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    margin: 0 auto;
}

.inte-texte {
    width: 70%;
    color: white;
    font-size: 1.2rem;
    margin-right: 20px;
}


.inte-texte p {
    text-align: center;
    margin-bottom: 20px;
}

.container-button {
    display: grid;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.container-button-rentree {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.container-button a {
    margin: 0 auto;
    display: flex;
}

/* color astrop 730928 */

/* .button-vieasso {
    font-size: 1rem;
   
    height: 50px;
    background-color: #005177;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
    padding: 10px 20px;
    
    white-space: nowrap;
}

.button-vieasso p {
    color: white;
    text-align: center;
  
} */

.button-classic {
    font-size: 1rem;

    height: 50px;
    background-color: #005177;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
    padding: 10px 20px;

    white-space: nowrap;

}

.button-classic p {
    color: white;
    text-align: center;
    white-space: nowrap;
}

.button-inte {
    font-size: 1rem;
    /* width: 150px; */
    height: 50px;
    background-color: #005177;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;

}

.button-inte p {
    color: white;
    text-align: center;
    white-space: nowrap;
}

.inte-reseaux {
    width: 30%;
    color: white;
    font-size: 1.2rem;
    margin-right: 20px;
    border: 3px solid white;
    border-radius: 30px;
}

.inte-reseaux h1 {
    margin-top: 20px;
    margin-bottom: 95px;
    text-align: center;
}

.inte-reseaux  b, .mdp b, .vieasso b {
    color: white;
}






.bt {
    text-align: center;
    background-color: #3b5998;
    border-radius: 30px;
    width: 200px;
    color: white;
    margin: 0 auto;
}




.lebde {
    height: auto;
    background-color: #005177;
    padding-bottom: 100px;
}

.lebde-container {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    padding-top: 100px;
    align-items: center;

}

.lebde-img {
    width: 500px;
    box-shadow: 0px 10px 50px -10px #1f2121;

}

.lebde-img img {
    width: 500px;
}

.lebde-texte {
    display: flex;
    flex-direction: column;
    width: 500px;
    color: white;
    font-size: 1.2rem;
    margin-left: 20px;
}

.lebde-texte h1 {
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.lebde-container a {
    margin: 0 auto;
}

.button-lebde {
    font-size: 1rem;
    width: 150px;
    height: 50px;
    background-color: #14171c;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
}

.button-lebde p {
    text-align: center;
    transform: translateY(13px);
}

.vieasso {
    background-color: #14171c;
    height: auto;
    padding-bottom: 100px;
}

.vieasso-container {
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 150px;
    align-items: center;
}

.vieasso-texte {
    display: flex;
    flex-direction: column;
    width: 500px;
    color: white;
    font-size: 1.2rem;
    margin-right: 20px;
}

.vieasso-texte h1 {
    text-align: center;
    margin-bottom: 20px;
}

.vieasso-texte a {
    margin: 0 auto;
}

.button-vieasso {
    font-size: 1rem;
    /*width: 150px;*/
    height: 50px;
    background-color: #005177;
    color: white;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
    padding: 10px 20px;
    /* Adjust as needed */
    white-space: nowrap;
}

.button-vieasso p {
    color: white;
    text-align: center;
    /* transform: translateY(13px); */
}

.vieasso-image {
    transform: translateY(40px);
    width: 500px;
    padding-bottom: 50px;

}

.vieasso-image img {
    width: 500px;
}

.lesecoles {
    height: auto;
    color: black;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 50px;

}

.lesecoles a {
    font-size: 1.2rem;
    color: black;
    margin-bottom: 10px;
}

.lesecoles h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 40px;
}

.lesecoles-container {
    display: flex;
    justify-content: space-evenly;
}

.tsp {
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 500px;
    height: auto;
    border-radius: 30px;
    box-shadow: 0px 10px 30px -10px #1f2121;
    border: 2px solid black;

}

.tsp img {
    height: 300px;
    margin: 0 auto;
}

.imtbs {
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 500px;
    height: auto;
    border-radius: 30px;
    box-shadow: 0px 10px 30px -10px #1f2121;
    border: 2px solid black;

}

.imtbs img {
    padding-top: 10px;
    height: 300px;
    margin: 0 auto;
    max-width: 99%;
}



a {
    text-decoration: none !important;
}

.mdp {
    height: auto;
    padding-top: 50px;
    background-color: #005177;
    color: white;
}

.mdp-container {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
}

.mdp-image {
    text-align: center;
    width: 400px;
    display: flex;
    flex-direction: column;
    text-align: center;

}

.mdp-image img {
    border-radius: 50%;
    width: 300px;
    margin: 0 auto;
}

.mdp-texte {
    width: 800px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    text-align: center;
}

.mdp-texte h1 {
    margin-bottom: 50px;
    color: white;
}





@media screen and (max-width: 1300px) {
    .title-texte {
        padding-top: 200px;
    }

    .chiffres-box{
        width: 250px;
        height: 300px;
    }

    .chiffres-boxs i {
    font-size: 2rem;
    margin-bottom: 5px;
}
}




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

    .title-texte {
        padding: 10px;
        padding-top: 220px;
        width: 100%;
    }

    .title-texte h1 {
        font-size: 30px;
    }

    .chiffres-boxs {
        flex-direction: column;
        margin-bottom: 50px;
    }


    .chiffres h1 {
        font-size: 2rem;
    }

    .chiffres-box {
        margin: 0 auto;
        margin-bottom: 30px;
        width: 90%;
        height: 200px;
    }

    .inte {
        height: auto;
    }

    .inte-container {
        flex-direction: column;
        padding-top: 50px;
    }


    .inte-texte {
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .inte-reseaux {
        margin: 0 auto;
        width: 90%;
    }



    .inte-reseaux h1 {
        margin-bottom: 20px;
    }

    .lebde {
        height: auto;
    }

    .lebde-container {
        flex-direction: column;
        padding-top: 50px;

    }

    .lebde-img {
        margin: 0 auto;
        margin-bottom: 50px;
    }



    .lebde-texte {
        margin: 0 auto;
    }

    .vieasso {
        height: auto;
    }

    .vieasso-container {
        flex-direction: column;
        padding-top: 50px;
    }

    .vieasso-image {
        margin: 0 auto;
    }


    .vieasso-texte {
        margin: 0 auto;
        margin-bottom: 50px;
    }

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

    .tsp {
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .imtbs {
        padding: 0;
        margin: 0 auto;
    }

    .imtbs p {
        padding: 30px;
    }

    .button-classic {
        width: 100%;
    }

    .button-vieasso {
        width: 100%;
    }
}

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

    .title {
        height: 100vh;
    }

    .container-button-rentree {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .container-button-rentree a {
    margin: 0 auto;
    display: flex;
}

    .chiffres-boxs {
        margin-bottom: 30px;
    }

    .chiffres-box {
        height: auto;
    }




    .inte-texte {
        width: 300px;
    }

    .inte-texte h1 {
        font-size: 2rem;
    }

    .inte-container {
        padding: 20px;
    }



    .button-inte {
        margin: 0 auto;
        margin-top: 30px;
    }

    .lebde-texte {
        width: 300px;
    }

    .lebde-img,
    .lebde-img img {
        width: 300px;
    }

    .vieasso-texte {
        width: 300px;
    }

    .vieasso-image,
    .vieasso-image img {
        width: 300px;
    }

    .imtbs {
        width: 300px;
        overflow: hidden;
    }

    .imtbs img {
        padding: 5px;
        height: 200px;
    }

    .tsp {
        width: 300px;
    }

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

    .mdp-texte {
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }

    .mdp-image {
        margin: 0 auto;
    }

    .mdp-image {
        width: 300px;
    }
}


@media screen and (max-height: 600px) {
    .title {
        height: 100vh;
    }
}

@media screen and (max-height: 800px) and (min-width: 1000px) {
    .title-texte {
        padding-top: 150px;
    }

}


@media screen and (max-height: 500px) and (max-width: 900px) {
    .title-texte {
        padding-top: 150px;
    }

}