* {
    font-family: Montserrat, sans-serif;
}

h1, h2, h3 {
    font-weight: bold;
    font-size: 40px;
}

p, a {
    font-weight: 500;
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

/* Ipad Responsive review */
@media screen and (max-width: 1440px) {

    .container-fluid {
        margin: 0 auto !important;
        padding: 0 !important;
    }

    h1, h2, h3 {
        font-size: 30px;
    }

    p, a {
        font-size: 14px!important;
        max-width: 70vw;
    }
    
}

/* Phone Responsive review */
@media screen and (max-width: 1023px) {
    section {
        width: 100vw;
        padding-left: 0px;
    }

    h1, h2, h3 {
        font-size: 25px;
    }

    p {
        font-size: 14px!important;
    }

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

    .row-phone-size {
        width: 100vw !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
 
    .full-width-phone-resize {
        width: 100vw !important;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .full-width-phone-resize-approche {
        width: 100vw !important;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .domaines-col-left-flex {
        display: block !important;
        align-items: center;
        padding-left: 19px;
    }

    .convictions-col-left-flex{
        display: block !important;
        max-width: 80vw;
    }

    .specialOne{
        display: block !important;
        max-width: 88%;
    }
}

/* == START 1st Section - Header + Carousel ==================== */
.header-section {
    height: 715px;
    padding-left: 30px;
}

.header-logo {
    background: url(images/logo.svg) no-repeat;
    background-position: bottom;
    width: 238px;
    height: 140px;
}

.header-logo-mobile {
    background: url(images/logo.svg) no-repeat;
    background-position: left;
    width: auto;
    height: 70px;
    margin-top: 30px;
    display: none;
    background-size: contain;
}

.header-bg-1 {
    background: url(images/headerSlide1.svg) no-repeat;
    background-position: right;
}

.header-bg-2 {
    background: url(images/headerSlide2.svg) no-repeat;
    background-position: right;
}

.header-bg-3 {
    background: url(images/headerSlide3.svg) no-repeat;
    background-position: right;
}

.header-bg-item-1 {
    background: url(images/headerSlide1.svg) no-repeat;
    width: 720px;
    height: 715px;
    display: none;
}

.header-bg-item-2 {
    background: url(images/headerSlide2.svg) no-repeat;
    width: 720px;
    height: 715px;
    display: none;
}

.header-bg-item-3 {
    background: url(images/headerSlide3.svg) no-repeat;
    width: 720px;
    height: 715px;
    display: none;
}

.header-flex {
    display: flex;
    justify-content: space-between;
}

.header-h2 {
    color: #3F5576;
    margin-top: 175px;
}

.header-pointeaux {
    display: flex;
    justify-content: space-between;
    width: 90px;
    margin-top: 53px;
}

.blocPointeaux{
    display: block;
    width: 100%;
}

.header-pointeau-square {
    background: url(images/headerPointeau1.svg) no-repeat;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.header-pointeau-circle {
    background: url(images/headerPointeau2.svg) no-repeat;
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.header-pointeau-triangle {
    background: url(images/headerPointeau3.svg) no-repeat;
    width: 15px;
    height: 13px;
    cursor: pointer;
}

/* Ipad Responsive review */
@media screen and (max-width: 1199px) {
    .header-h2, .header-pointeaux, .header-logo {
        margin-left: 0px
    }

    .header-bg-1, .header-bg-3 {
        background-position: top 0 right -30%;
    }
}    

/* Phone Responsive review */
@media screen and (max-width: 1023px) {
    .header-section {
        height: unset;
        padding-bottom: 50px;
    }

    .header-logo {
        display: none;
    }

    .header-logo-mobile {
        display: block;
        width: calc(94% - 15px);
        margin-left: calc(15px + 6%);
    }

    .header-h2 {
        margin: 50px 0px 50px 0px;
        width: calc(94% - 15px);
        margin-left: calc(15px + 6%);
    }

    .header-pointeaux {
        margin-left: calc(15px + 6%);
    }

    .header-bg-1 {
        background: none;
    }

    .header-bg-2 {
        background: none;
    }

    .header-bg-3 {
        background: none;
    }
    
    .header-bg-item-1 {
        width: 100vw;
        height: 100vw;
        background-size: contain;
        margin-top: 50px;
        display: block;
    }

    .header-bg-item-2 {
        width: 100vw;
        height: 100vw;
        background-size: contain;
        margin-top: 50px;
        display: block;
    }

    .header-bg-item-3 {
        width: 100vw;
        height: 100vw;
        background-size: contain;
        margin-top: 50px;
        display: block;
    }

    .header-flex {
        flex-direction: column;
        align-items: center;
    }

    .container{
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* == END 1st Section - Header + Carousel ==================== */

/* == START 2nd Section - Description + Carousel ============= */
.yellow-bg {
    background: #FFD056 0% 0% no-repeat padding-box;
}

.description-bg-item {
    background: url(images/backgroundSliderLayer2.svg) no-repeat;
    background-position: bottom right;
}

.description-section{
    padding-top: 145px;
}

.description-h2 {
    color: #FFFFFF;
    font-weight: bold;
    width: 445px;
}

.description-p {
    color: #FFFFFF;
    margin-top: 26px;
    margin-bottom: 90px;
}

/* Carousel */

.description-box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 445px;
    height: 445px;
    background: #3F5576 0% 0% no-repeat padding-box;
    margin-bottom: 90px;
}

.description-box-h3 {
    font-size: 20px;
    color: #77D6D4;
}

.description-box-p {
    color: #FFFFFF;
    margin-top: 28px;
}

.carousel-control-next-icon {
    background-image: url(images/flecheDroite.svg);
    width: 77px;
    height: 77px;
    margin-right: -65px;
}

.carousel-control-prev-icon {
    background-image: url(images/flecheGauche.svg);
    width: 77px;
    height: 77px;
    margin-left: -65px;
}

.description-box-carousel-indicators {
    bottom: -130px!important;
}

.description-box-carousel-indicators li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.description-box-carousel-indicators .active {
    background: #77D6D4 0% 0% no-repeat padding-box;
}

/* Ipad Responsive review */
@media screen and (max-width: 1440px) {
    .description-box {
        transform: scale(0.9);
        margin-top: -20px;
    }
    
}

/* Phone Responsive review */
@media screen and (max-width: 1023px) {
    .description-section {
        padding-bottom: 145px;
    }
    
    .description-box {
        transform: scale(1);
        max-width: 80vw;
        max-height: 80vw;
        margin-bottom: 30px;
    }
    
    .description-box-p {
        width: 445px !important;
        max-width: 80vw !important;
    }

    .description-bg-item {
        background: none;
    }
}

@media screen and (max-width: 500px) {
    .carousel-control-next-icon {
        transform: scale(0.7);
    }
    
    .carousel-control-prev-icon {
        transform: scale(0.7);
    }
}    

@media screen and (max-width: 400px) {
    .carousel-control-next-icon {
        transform: scale(0.6);
    }
    
    .carousel-control-prev-icon {
        transform: scale(0.6);
    }
}    
/* == END 2nd Section - Description + Carousel =============== */

/* == START 3rd Section - "Nos domaines d'interventions" ===== */
.domaines-section {
    padding-top: 157px;
    padding-bottom: 157px;
}

.domaines-h2 {
    color: #3F5576;
}

.domaines-yellow-square {
    background: url(images/pointeauSquare.svg) no-repeat;
    width: 15px;
    height: 13px;
    margin-bottom: 18px;
    margin-left: 16px;
}

.inner-domaines-col-left-flex {
    display: flex;
    align-items: flex-end;   
}

.domaines-col-left-flex {
    display: flex;
    align-items: center;
}

.domaines-box {
    height: 255px;
    width: 255px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.domaines-navy-square {
    background: #3F5576 0% 0% no-repeat padding-box;
    /* margin-top: 157px; */
    align-items: center;
}

.domaines-cyan-square {
    margin-top: 37px;
    background: #77D6D4 0% 0% no-repeat padding-box;
    align-items: center;

}

.domaines-red-circle {
    background: #FF5C62 0% 0% no-repeat padding-box;
    border-radius: 128px;
    align-items: center;
}

.domaines-yellow-triangle {
    margin-top: 37px; 
    background: url(images/yellowTriangle.svg) no-repeat;
    background-size: cover;
    background-position: left;
}

.domaines-box-h3 {
    color: #FFFFFF;
    font-size: 20px;
}

.domaines-box-h3-triangle {
    margin-top: 196px;
}

.domaine-flex {
    display: flex;
}

/* Ipad Responsive review */
@media screen and (max-width: 1440px) {
    .domaines-yellow-square {
        margin-bottom: 16px;
    }
}

/* Phone Responsive review */
@media screen and (max-width: 1023px) {
    .domaines-navy-square, .domaines-red-circle {
        margin-top: 37px;
    }

    .domaines-red-circle, .domaines-yellow-triangle {
        margin-right: 0!important;
    }
    
    .domaines-section .container-fluid {
        margin: 0 0 0 0!important;
        padding: 0 0 0 0!important;
        width: 100vw !important;
    }
    
    .domaines-yellow-square {
        margin-bottom: 14px;
    }
    
    .domaine-flex {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .domaines-box {
        max-width: 45vw;
        max-height: 45vw;
    }

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

@media screen and (max-width: 849px) { 
    .domaines-box {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 569px) { 
    .domaines-yellow-triangle {
        display: flex;
        align-items: flex-end;
    }

    .domaines-box-h3-triangle {
        margin: 0;
        margin-bottom: 15px;
    }

    .domaines-box h3 {
        font-size: 14px;
    }
}
/* == END 3rd Section - "Nos domaines d'interventions" ===--== */

/* == START 4th Section - "Notre approche" =================== */
.approche-section {
    padding-top: 175px;
}

.red-bg {
    background: #FF5C62 0% 0% no-repeat padding-box;
}

.approche-h2 {
    color: #FFFFFF;
}

.approche-green-circle {
    background: url(images/pointeauCircle.svg) no-repeat;
    width: 15px;
    height: 13px;
    margin-bottom: 18px;
    margin-left: 16px;
}

.inner-approche-col-left-flex {
    display: flex;
    align-items: flex-end;   
}

.approche-col-left-flex {
    display: flex;
    align-items: start;
    width: 88%;
}

.approche-picto {
    margin-top: 5px;
}

.approche-picto-client {
    background: url(images/pictoClient.svg);
    width: 71px;
    height: 71px;
}

.approche-picto-digital {
    background: url(images/pictoTerre.svg);
    width: 70px;
    height: 70px;
}

.approche-picto-simple {
    background: url(images/pictoSimple.svg);
    width: 71px;
    height: 72px;
}

.approche-picto-humaine {
    background: url(images/pictoHumains.svg);
    width: 64px;
    height: 72px;
}

.approche-picto-durable {
    background: url(images/pictoDurable.svg);
    width: 69px;
    height: 72px;
}

.approche-h3 {
    color: #3F5576;
    font-size: 20px;
    margin-left: 19px;
}

.approche-p {
    color: #FFFFFF;
    margin-left: 19px;
}

.approche-row-global {
    padding: 0px 0px 147px 0px;
}

.approche-margin-row2 {
    margin-top: 64px
}

.specialTwo.approche-margin-row2{
    margin-top: 50px;
}

.hide-desktop {
    display: none;
}

/* Ipad Responsive review */
@media screen and (max-width: 1440px) {
    .approche-green-circle {
        margin-bottom: 16px;
    }

    .hide-desktop {
        display: block;
    }
}

/* Phone Responsive review */
@media screen and (max-width: 1023px) {
    .approche-picto, .approche-h3 {
        margin-top: 37px;
    }

    .approche-margin-row2 {
        margin-top: 0;
    }

    .approche-p, .approche-h3 {
        width: 200px !important;
        margin-left: 25px !important;
        margin-right: 0 !important;
        /* margin-left: 0; */
    }
    
    .approche-green-circle {
        margin-bottom: 14px;
    }
}
/* == END 4th Section - "Notre approche" ===================== */

/* == START 5th Section - "Nos convictions" ================== */
.convictions-section {
    padding-top: 150px;
    padding-bottom: 155px;
}

.convictions-red-triangle {
    background: url(images/pointeauTriangle.svg) no-repeat;
    width: 15px;
    height: 13px;
    margin-bottom: 11px;
    margin-left: 16px;
}

.inner-convictions-col-left-flex {
    display: flex;
    align-items: flex-end;   
}

.convictions-col-left-flex {
    display: flex;
    align-items: center;
}

.convictions-h2 {
    margin: 0;
    color: #3F5576;
}

.convictions-p {
    width: 645px;
    color: #3F5576;
}

/* Ipad Responsive review */
@media screen and (max-width: 1440px) {
    .convictions-red-triangle {
        margin-bottom: 9px;
    }
}

/* Phone Responsive review */
@media screen and (max-width: 1023px) {
    .convictions-p {
        color: #3F5576;
        margin-top: 47px;
    }
    
    .convictions-p .convictions-br {
        display: none;
    }

    .convictions-red-triangle {
        margin-bottom: 6px;
    }
}
/* == END   5th Section - "Nos convictions" ================== */

/* == START 6th Section - "Contactez-nous" ================== */
.contact-bg {
    background: url(images/contactBackground.svg) no-repeat; 
    background-position: top left;
    background-size: contain;
    -webkit-background-position: contain;
    -moz-background-position: contain;
    -o-background-position: contain;
}

.blue-bg {
    background-color: #77D6D4;
}

.contact-section {
    padding-top: 230px;
    padding-bottom: 30px;
}

.facebook-icon {
    background: url(images/pictoFacebook.svg);
    width: 36px;
    height: 36px;
    margin-right: 14px;
}

.linkedin-icon {
    background: url(images/linkedIn.svg);
    width: 36px;
    height: 36px;
    margin-right: 14px;
}

.twitter-icon {
    background: url(images/pictoTwitter.svg);
    width: 36px;
    height: 36px;
    margin-right: 14px;
}

.insta-icon {
    background: url(images/pictoInstagram.svg);
    width: 36px;
    height: 36px;
}

.contact-h2 {
    color: #FFFFFF;
    width: 450px;
    text-align: center;
}

.contact-link {
    margin-top: 24px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    line-height: 69px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    width: 327px;
    height: 69px;
    background: #FF5C62 0% 0% no-repeat padding-box;
    border-radius: 35px;
}

.contact-link:hover {
    text-decoration: none;
    color: #FFFFFF;
    transform: scale(1.02);
    transition-duration: 0.3s;
    -webkit-box-shadow: 0px 6px 30px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 30px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 30px -10px rgba(0,0,0,0.75);
}

.contact-mentions-col {
    display: flex;
    align-items: flex-end;
}

.contact-mid-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mentions-link {
    color: #FFFFFF;
}

.mentions-link:hover {
    text-decoration: none;
    color: #FFFFFF;
    transform: scale(1.02);
    transition-duration: 0.3s;
}

.contact-social-col {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 30px
}

.contact-social {
    display: flex;
}

.contact-social a:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

@media screen and (max-width: 1023px) {
    .contact-bg {
        background-position: top center;
        background-size: auto; 
    }
    
    .social-full-width-phone {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
    }
    
    .contact-mentions-col {
        display: flex;
        align-items: center;
        margin-top: 100px;
    }
    
    .contact-link {
        height: 59px;
        line-height: 59px;
    }
    
}

@media screen and (max-width: 600px) {
    .contact-bg {
        background-position: top center;
        background-size: auto; 
    }
}
/* == END   6th Section - "Contactez-nous" ================== */

/* Update */

.zero-padding-left {
    padding-left: 0 !important;
}

.zero-margin-left {
    margin-left: 0 !important;
}

.zero-padding-right {
    padding-right: 0 !important;
}

.approche-row-global * {
    flex-wrap: nowrap;
}

.flex-wrap-none {
    flex-wrap: nowrap;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

@media screen and (max-width: 1023px) {
    .flex-start {
        align-items: start;
    }
    .flex-end {
        align-items: end;
    }
    
    .domaines-navy-square {
        margin-right: 18px;
    }
    
    .domaines-cyan-square {
        margin-right: 18px;
    }
    
    .domaines-red-circle {
        margin-left: 18px!important;
    }
    
    .domaines-yellow-triangle {
        margin-left: 18px!important;
    }

    .ml-4{
        margin-left: 10% !important;
    }
}

@media screen and (max-width: 569px) {    
    .domaines-red-circle {
        margin-left: 0px!important;
    }
    
    .domaines-yellow-triangle {
        margin-left: 0!important;
    }
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
}

#descriptionCarousel .carousel-item{
    height: 162px;
}