/* =============================================
    COMMON STYLE
================================================ */

.bouton {
    background: #6DF4B0;
    display: flex;
    width: max-content;
    transition: all .2s;
    border: 2px solid #6DF4B0;
}

.bouton:hover {
    background: #fff;
    border: 2px solid #6DF4B0;
}

.bouton a {
    padding: 12px 60px;
    font-weight: 900;
    text-transform: uppercase;
    color: #323A3E;
    text-decoration: none !important;
    outline: none !important;
    line-height: 100%;
}

.z5 {
    z-index: 5;
}

.slick-slide {
    outline: none;
}

.contenuType {
    padding-top: 250px;
    padding-bottom: 100px;
}

.contenuActu .pagination ul {
    list-style: none;
}

.contenuActu .pagination a {
    color: #323A3E;
}

.sectionActu .consulter {
    margin-left: auto;
}

.pageApropos .bouton a {
    color: #323A3E;
    text-decoration: none;
}

.pageApropos a {
    color: #58DE9B;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

/* =============================================
    BANNER HOMEPAGE
================================================ */

.jumbotronHomepage {
    height: calc(100vh - 160px);
    overflow-x: hidden;
}

.imgBannerHomepage {
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75%;
}

.bannerBar {
    height: 60px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.titleBannerHomepage {
    width: 50%;
}

.titleBannerHomepage h1 {
    font-size: 8em;
    color: #323A3E;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2.5px;
    line-height: 65%;
}

.titleBannerHome0 h1 {
    font-size: 7em;
    color: #323A3E;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2.5px;
    line-height: 65%;
    margin-bottom: 25%;
}

.titleBannerHomepage h1 span {
    padding-left: 40px;
    color: #58DE9B;
}

.contenuBannerHomepage {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 20px;
    letter-spacing: 1px;
    width: 70%;
}

.artboardBannerHomepage {
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.artboardBannerHomepage svg {
    height: 100%;
}

.bannerLeft {
    padding: 20px 30px;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    cursor: pointer;
}

.bannerRight {
    padding: 20px 30px;
    border-right: 1px solid #707070;
    cursor: pointer;
}

.bannerLeft i, .bannerRight i {}

.bannerLeft:hover i, .bannerRight:hover i {
    transform: scale(1.1);
}

.bannerKey, .dotNum .slick-dots li {
    font-weight: 700;
    position: relative;
    transition: all .2s;
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.bannerKey span, .dotNum .slick-dots li span {
    position: relative;
    z-index: 1;
}

.bannerKey.active, .dotNum .slick-dots li.slick-active {
    font-weight: 900;
    margin-right: 50px;
    font-size: 18px;
    transition: all .2s;
}

.bannerKey.active:after, .dotNum .slick-dots li.slick-active:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 50px;
    right: -150%;
    top: 0;
    left: auto;
    margin: auto;
    bottom: 0;
    background: #323A3E;
}

.bannerKey.active:before, .dotNum .slick-dots li.slick-active:before {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #6DF4B0;
}

.dotNum .slick-dots {
    position: relative;
    bottom: auto;
    display: flex;
}

.dotNum .slick-dots li {
    margin-top: auto;
    margin-bottom: auto;
}

.slickBanner slick-dots:nth-child(2) {
    display: none !important;
}

.scrollBottom {
    cursor: pointer;
    height: 50px;
    width: 60px;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}

.scrollBottom:after {
    position: absolute;
    content: '';
    left: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 250px;
    background: #323A3E;
    right: auto;
}

.scrollBottom svg {
    height: 100%;
    width: 100%;
}

.servicesRound {
    width: 200px;
    height: 200px;
    border: 6px solid rgb(109, 244, 176);
    border-radius: 100px;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 12px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 999;
    color: #323A3E !important;
    cursor: pointer;
}

.servicesRound:hover {
    background: rgb(109, 244, 176);
    text-decoration: none !important;
    color: white !important;
}

.containerRound {
    bottom: 25%;
    width: 50vw;
}

/* =============================================
    MEDIA Q
================================================ */

@media screen and (max-width: 1745px) {
    .titleBannerHomepage h1 {
        font-size: 6.5em;
    }
    h3.sectionTitle {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 1680px) {
    .imgBannerHomepage {
        width: 60%;
    }
}

@media screen and (max-width: 1440px) {
    .servicesRound {
        width: 160px;
        height: 160px;
    }
    .containerRound {
        bottom: 35%;
    }
    .titleBannerHomepage {
        width: 60%;
    }
    .artboardBannerHomepage {
        left: -10%;
    }
    .titleBannerHomepage h1 {
        font-size: 5em;
    }
    h3.sectionTitle {
        font-size: 2em;
    }
}

@media screen and (max-width: 1366px) {
    .menuContainer {
        width: 75%;
    }
    .titleBannerHomepage {
        width: 60%;
    }
    .artboardBannerHomepage {
        left: -15%;
    }
    .contenuBannerHomepage {
        width: 80%;
    }
    .titleBannerHomepage h1 {
        font-size: 4.5em;
    }
}

@media screen and (max-width: 992px) {
    .titleBannerHomepage {
        width: 80%;
        margin-left: 10%;
    }
    .titleBannerHomepage h1 {
        text-align: center;
    }
    .contenuBannerHomepage {
        width: 100%;
        text-align: center;
    }
    .titleBannerHomepage .bouton {
        margin: auto;
    }
    .imgBannerHomepage {
        width: 100%;
        left: 0;
        height: 40%;
        top: 0;
        bottom: auto;
        position: relative !important;
        order: 1;
        height: 400px;
        margin: 0;
    }
    .artboardBannerHomepage {
        display: none;
    }
    .rowBannerHomepage {
        order: 2;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .jumbotronHomepage {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .containerRound {
        bottom: 0;
        width: 100vw;
        font-size: 0.8em;
        padding: 5px;
    }
    .servicesRound {
        margin: 0 5px;
        width: 125px;
        height: 125px;
    }
    .titleBannerHomepage h1 {
        font-size: 3.5em;
    }
    .contenuBannerHomepage {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 415px) {
    .imgBannerHomepage {
        height: 300px;
    }
}