.about-banner {
    height: 75vh;
    background: linear-gradient(45deg,rgba(121, 174, 70, 0.86), rgba(142, 204, 82, 0.88)), transparent url("../img/enfants-lisent-ensemble.jpg") top left/cover no-repeat scroll;
    padding-top: 125px;
    padding-bottom: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-banner-text {
    width: 70%;
}
.about-banner-text h2 {
    color: #ffffff;
    font-size: 3em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: center;
}
.about-banner-text h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 5px;
    opacity: 0.8;
}


.title-principal-icon {
    color: #79ae46;
    font-size: 38px;
}
.title-principal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-principal h2 {
    font-size: 42px;
    color: #2B2B2B
}
.title-principal span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #79ae46;
}
.text-centered {
    text-align: center !important;
}
.text-justified {
    text-align: justify !important;
}
.text-lefted {
    text-align: left !important;
}
.text-righted {
    text-align: right !important;
}

/* Vision side ... */
.about-vision-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.about-vision-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 150px;
}
.about-vision-text {
    width: 25%;
}
.about-vision-text h3 {
    font-size: 27px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 3px;
}
.about-vision-carousel {
    width: 40%;
    max-height: 40vh;
    padding-top: 60px;
}
.slider-wrapper {
    height: 40vh !important;
}
.slider-wrapper .img-cover {
    height: 100% !important;
}

/* Ouvrage side ... */
.about-ouvrage-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 70px;
}
.about-ouvrage-text {
    padding: 50px 150px 0 150px;
}
.about-ouvrage-content {
    padding: 0 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ouvrage-content-box {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ouvrage-content-title {
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #79ae46;
}
.ouvrage-content-title strong{
    font-size: 40px;
    margin-right: 10px;
}
.ouvrage-content-text {
    margin: 25px 0 25px 0;
}
.ouvrage-content-btn {
    width: 50%;
    text-transform: uppercase;
    border: 2px solid #79ae46;
    border-radius: 50px;
    color: #79ae46;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
}
.ouvrage-content-btn:hover {
    background-color: #79ae46;
    color: #ffffff;
}

/* Team side ... */
.about-team-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}
.about-team-content {
    padding: 0 150px 70px 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about-team-box {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-team-img {
    width: 70%;
    height: auto;
    border-radius: 100%;
}
.about-team-name {
    font-size: 20px;
    font-weight: 300;
    color: #444444;
    margin-top: 10px;
    margin-bottom: 10px;
}
.about-team-function {
    font-size: 12px;
    color: #383838;
}
.about-team-description {
    font-size: 14px;
    color: #565656cc;
}
.about-team-contacts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.about-team-contact-icon {
    text-decoration: none;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #79ae46;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin: 0 5px;
}
.about-team-contact-icon .fab, .about-team-contact-icon .fas{
    color: #fff;
}
.about-team-btn {
    width: 40%;
    text-transform: uppercase;
    border: 2px solid #79ae46;
    border-radius: 50px;
    color: #79ae46;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
.about-team-btn:hover {
    background-color: #79ae46;
    color: #ffffff;
}


@media only screen and (max-width: 600px) {
    .about-vision-title {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .about-vision-content {
        flex-direction: column;
        padding: 0 10px;
    }

    .about-vision-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-vision-carousel {
        display: none;
    }

    .about-vision-text .text-righted, .about-vision-text .text-lefted {
        text-align: center !important;
    }

    .about-ouvrage-title {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .about-ouvrage-text {
        padding: 20px 10px;
    }

    .about-ouvrage-text .text-centered {
        text-align: justify !important;
    }

    .about-ouvrage-content {
        padding: 0 10px;
        flex-direction: column;
    }

    .ouvrage-content-box {
        width: 100%;
        margin-bottom: 30px;
        align-items: center;
    }

    .ouvrage-content-title, .ouvrage-content-title strong {
        font-size: 20px;
    }

    .ouvrage-content-text {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .ouvrage-content-btn {
        width: 100%;
        border-width: 1px;
        font-size: 15px;
    }

    .about-team-title {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .about-team-content {
        padding: 0 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-team-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .about-team-img {
        width: 90%;
    }
}