@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}

.image-wrapper {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 576px) {
    .inner {
        display: flex;
    }
    .carous-items {
        display: block;
        flex: 0 0 calc(100%/4);
    }
    .card {
        height: 22rem;
    }
    /*.school .card {
        margin-bottom: 30px;
    }*/
}


/*.inner {
    padding: 1em;
}*/

.card {
    height: 22rem;
}

.card h4 {
    font-size: 18px;
    font-weight: 500;
}

.card h5 {
    font-size: 15px;
}

@media screen and (max-width: 576px) {
    #ligneclear {
        visibility: hidden;
        display: none;
    }
    .clearfix {
        visibility: hidden;
        display: none;
    }
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    right: 0;
    left: 0;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


/* Style autres formations */

.formation-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
}

.title {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #333;
}

.body {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    padding-bottom: 30px;
}

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 120px;
}

.card1 {
    width: 380px;
    border-radius: 25px;
    background-color: #fff;
}

.card1 .card-content {
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button {
    border: none;
    padding: 8px 16px;
    background-color: #4070f4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

button a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.button:hover {
    background: #265df2;
}

.button a:hover {
    color: #fff;
}

.image-content {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070f4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070f4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #fff;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.name {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

@media screen and (max-width: 680px) {
    .body {
        min-height: auto;
    }
    .slide-container {
        max-width: none;
        width: auto;
        padding: 0;
    }
    .card-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .title {
        font-size: 40px;
        text-align: center;
    }
}


/* Style Organisation Académique */

.organisation {
    min-height: 70vh;
    background-color: #fff;
}

.acad-content-title {
    /*min-height: 10vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.acad-title {
    font-size: 35px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #333;
    border-bottom: solid 1px #9c6262;
}

.acad-body-content {
    /* min-height: 80vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.acad-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding: 30px;
}

.h3 {
    font-size: 25px;
    font-weight: bold;
    color: #121212;
    border-bottom: solid 1px #9c6262;
}

.description {
    font-size: 18px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}


/* Organisation Responsive */

@media screen and (max-width: 680px) {
    .organisation {
        min-height: auto;
    }
    .acad-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .acad-title {
        font-size: 40px;
        text-align: center;
    }
    .acad-condition,
    .acad-constitution,
    .acad-frais {
        text-align: justify;
    }
    .h3 {
        text-align: center;
    }
}


/* Fin organisation académique */


/* Mot du promoteur */

.promoteur {
    min-height: 100vh;
    background-color: #efefef;
}

.promoteur-body-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.promoteur-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 30px;
}

.img-promoteur {
    height: 750px;
}

.img-promoteur img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mot-promoteur {
    padding: 0 10px;
    text-align: justify;
}

.name-promo {
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    color: #0c47f9;
}

.description-mot {
    font-size: 18px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    color: #333;
}


/* Promoteur Responsive */

@media screen and (max-width: 680px) {
    .promoteur {
        min-height: auto;
    }
    .promoteur-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .img-promoteur {
        height: 250px;
    }
}


/* Fin section promoteur */


/* Section plus-info (flyers et partenaires) */

.plus-info {
    min-height: 40vh;
    background-color: #fff;
    width: 100%;
}

.info-body-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 30px;
}


/*.flyer-content,
.partenaire-content {
    height: 250px;
}*/

.flyer-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flyer-content .carousel-inner .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.partenaire-content,
.news-content {
    text-align: center;
}

.img-partenaire,
.actuality {
    margin-top: 10px;
}

.partenaire-content .img-part {
    height: 100px;
    object-fit: cover;
}


/* Plus-info Responsive */

@media screen and (max-width: 680px) {
    .plus-info {
        min-height: auto;
    }
    .info-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}


/* Fin plus-info */


/* Animation */

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}


/* Fin animation */


/** footer ***/

footer {
    bottom: 0;
    width: 100%;
    background: #111;
    color: #d9d9d9;
    font-family: Arial, Helvetica, sans-serif;
}

.main-content {
    display: flex;
}

.main-content .box {
    flex-basis: 50%;
    padding: 10px 20px;
}

.box h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}


/*.box a {
    text-decoration: none;
    color: #d9d9d9;
    transition: all 0.3s ease;
}

.box a:hover {
    color: #2696E9;
    text-decoration: none;
}*/

.box .content {
    margin: 20px 0 0 0;
}

.left .content .info {
    margin: 20px 0 0 0;
}

.left .content p {
    text-align: left;
}

.left .content .info a {
    cursor: pointer;
    text-decoration: none;
    color: #e1e1e1;
}

.left .content .info a i {
    height: 40px;
    width: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.left .content .info a i:hover,
.left .content .info a:hover {
    color: #2696E9;
    text-decoration: none;
}

.center .content .info i,
.center .content .info span {
    line-height: 45px;
}

.center .content .info i:hover,
.center .content .info span:hover {
    color: #2696E9;
}

.main {
    width: 100%;
    text-align: center;
    font-size: 12px;
    background: #353030;
    color: #d9d9d9;
}

@media screen and (max-width: 680px) {
    .main-content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .box h2 {
        color: greenyellow;
    }
    .main p {
        text-align: center;
    }
}


/** end footer **/