.moduleEngagement{
    display: flex;
    position: relative;
    margin-bottom: 5rem;
    width: 80%;
    margin-top: 5rem;
}

.moduleImage{
    position: relative;
}



.moduleImage_0:before{
    content: url("../images/quote1.svg");
    position: absolute;
    left: -8rem;
    top: 6rem;
}
.moduleImage_1:before{
    content: url("../images/quote2.svg");
    position: absolute;
    left: -8rem;
    top: 6rem;
}
.moduleImage_2:before{
    content: url("../images/quote3.svg");
    position: absolute;
    left: -8rem;
    top: 6rem;
}
.moduleImage_3:before{
    content: url("../images/quote4.svg");
    position: absolute;
    left: -8rem;
    top: 6rem;
}
.moduleImage_4:before{
    content: url("../images/quote5.svg");
    position: absolute;
    left: -8rem;
    top: 6rem;
}
.moduleImage_5:before{
    content: url("../images/quote6.svg");
    position: absolute;
    left: -8rem;
    top: 6rem;
}
.moduleImage_6:before{
    content: url("../images/quote7.svg");
    position: absolute;
    left: -8rem;
    top: 6rem;
}
.moduleImage_7:before{
    content: url("../images/quote8.svg");
    position: absolute;
    left: -8rem;
    top: 6rem;
}
.moduleImage_8:before{
    content: url("../images/quote9.svg");
    position: absolute;
    left: -8rem;
    top: 6rem;
}



.noPadding{
    padding: 0!important
}
.moduleContainer{
    display: flex;
    justify-content: center;
    position: relative;
}
.moduleContainerGrey{
    display: flex;
    justify-content: center;
    position: relative;
}

.moduleContainerGrey:before{
    content:"";
    background-color:#F7F7F8;
    position: absolute;
    height: 100%;
    width: 90%;
    z-index: -1;
}

.container-metiers-0-titre{
    border-bottom: unset!important;
}

.modal-header{
    border-bottom: unset !important;
}

.modal-header .close{
    opacity: 1 !important;
}

.modal-body{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
    padding-bottom: 6rem !important;
}


.bigTitleModal{
    font-family: 'Raleway-Heavy';
    margin-top: 2rem;
    text-transform: uppercase;
    font-size: 51px;
    color: #D4B86B;
    line-height: 53px;
}
.modal-body .pastille{
    margin-right: 2rem;
}

.modal-content{
    border-radius: 0 !important;
}

.modal-dialog{
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 50% !important;
}



.column{
    display: flex;
    flex-direction: column;
    padding-right: 3rem;
}

.column.middleContent span, .column.middleContent div{
    margin-bottom: 2rem;
}
.moduleHeader{
    margin-bottom: 0 !important
}
.modal-body .bigTitle{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0 !important;
}

.modal-body .basicDescription{
    margin-top: 2rem;
}

.modal-body .basicDescription p {
    margin-bottom: 10px;
}

.borderBottom{
    border-bottom: 1px solid #D4B86B;
    padding-bottom: 2rem;
}

.column.moduleHeader{
    height: 30%;
}

.borderLeft{
    border-left: 1px solid #7e89ab;/*#44929F*/
    position: relative;
    padding-left: 10%;
    padding-right: 0;
}

.citation{
    font-family: "Vidaloka-Regular";
    font-size: 23px;
    color: #7e89ab;
    line-height: 27px;
}

.hashtags{
    font-family: "Vidaloka-Regular";
    font-size: 23px;
    color:#273150;
    line-height: 27px;
    margin-bottom: 1.5rem;
}

.exampleButton{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #44929F;
    border-radius: 29px;
    font-family: "Raleway-ExtraBold";
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
}

.exampleButton:hover{
    color: #D4B86B;
}

.popUpButton{
    border: 1px solid #D4B86B;
    background: white;
    width: max-content;
    position: relative;
    padding: 2%;
    color: #D4B86B;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 4rem;
    font-family: 'Raleway-Heavy';
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}


.popUpButton span{
    margin-bottom: 0 !important;
}

.popUpButton:before{
    content: url("../images/plusSvg.svg");
    position: absolute;
    right: -20px;
}

.pastille{
    font-family: 'Raleway-Bold';
    font-size: 17px;
    background: #D4B86B;
    line-height: 26px;
    color: white;
    width: max-content;
    padding: 2px;
    text-transform: uppercase;
}

.bigTitle{
    font-family: 'Raleway-Heavy';
    font-size: 51px;
    color: #D4B86B;
    line-height: 48px;
}

.marginTop{
    margin-top: 2%;
}

.marginBottom{
    margin-bottom: 2%;
}

.flex{
    display: flex;
}

.center{
    justify-content: center;
    align-items: center;
}

.left{
    justify-content: flex-start;
    align-items: flex-start;
}

.right{
    justify-content: flex-end;
    align-items: flex-end;
}




.topImage{
    width: 90%;
}

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


.customWidth{
    width: 80%;
}

.mainContent .title{
    font-family: 'Raleway-SemiBold' !important;
    font-size: 45px !important;
    color: #44929F !important;
    line-height: 48px !important;
}

.basicDescription{
    font-size: 13px;
    color: #273150;
    line-height: 19px;
}

.basicDescription strong{
    font-family: 'Raleway-ExtraBold';
}

.basicDescription em{
    font-family: 'Raleway-Regular';
    font-size: 25px;
    color: #44929F;
    line-height: 29px;
}


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

    .moduleImage_0:before{
        left: -6rem;
        top: 15rem;
    }
    .moduleImage_1:before{
        left: -6rem;
        top: 15rem;
    }
    .moduleImage_2:before{
        left: -6rem;
        top: 15rem;
    }
    .moduleImage_3:before{
        left: -6rem;
        top: 15rem;
    }
    .moduleImage_4:before{
        left: -6rem;
        top: 15rem;
    }
    .moduleImage_5:before{
        left: -6rem;
        top: 15rem;
    }
    .moduleImage_6:before{
        left: -6rem;
        top: 15rem;
    }
    .moduleImage_7:before{
        left: -6rem;
        top: 15rem;
    }
    .moduleImage_8:before{
        left: -6rem;
        top: 15rem;
    }

    .moduleEngagement{
        flex-direction: column;
    }

    .customWidth{
        width: 80%;
    }

    .basicDescription{
        width: 80%;
    }

    .borderLeft{
        border: unset;
        padding: 0 !important;
    }
}


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

    .mainContent .title{
        font-size: 25px !important;
        line-height: 28px !important;
    }
    .basicDescription em {
        font-size: 13px;
    }
    .moduleImage:before{
        display:none;
    }

    .moduleEngagement .bigTitle{
        text-align: center;
    }

    .column{
        padding: 0 !important;
        align-items: center;
    }

    .moduleEngagement .basicDescription{
        width: 90%;
        word-break: break-all;
    }

    .moduleEngagement img{
        width: 100%;
    }
    .moduleEngagement{
        width: 90% !important;
    }
    .column.borderLeft{
        width: 80%;
        text-align: center;
    }

    .exampleButton{
        padding: 5%;
    }

    .modal-dialog{
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        width: unset !important;
    }

    .bigTitleModal{
        font-size: 25px !important;
    }
    .modal-body{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        padding-bottom: 2rem !important;
    }


}