.fcm-titre{
    background: #f5f5f5;
    padding: 30px;
}

.fcm-titre h1{
    margin: 0;
    color: #c1d72e;
    text-transform: uppercase;
    font-size: 35px !important;
    text-align: center;
}

.fcm-intro p{
    text-transform: uppercase;
    color: black;
    text-align: center;
    padding: 30px;
}

.fcm-intro strong{
    color: #c1d72e;
}

.fcm-presentation{
    padding: 50px;
}

.fcm-sep-titre{
    height: 1px;
    width: 100%;
    background: #c5c5c5;
}

.fcm-presentation h2{
    text-transform: uppercase;
    color: #c1d72e;
    font-size: 25px !important;
    text-align: center;
    font-weight: 700 !important;
    white-space: nowrap;
    margin: 0;
    padding: 18px;
}

.fcm-presentation p{
    color: black;
    font-size: 18px !important;
    text-align: center;
    padding: 20px 50px;
}

.fcm-container-piliers{
    background: #c1d72e;
}

.fcm-container-piliers h2{
    color: #5a6771;
    text-transform: uppercase;
    font-size: 25px !important;
    text-align: center;
    font-weight: 700;
    padding: 30px;
}

.fcm-container-piliers h3{
    color: white;
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 25px !important;
    text-align: center;
}

.fcm-container-piliers .fcm-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 20px 10px 0px 10px;
}

.fcm-container-piliers .fcm-icon i{
    border: 5px solid white;
    border-radius: 50%;
    font-size: 38px;
    padding: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fcm-container-piliers p{
    text-align: center;
    color: black;
    font-size: 16px !important;
    padding: 20px;
}

.fcm-echange-conseillers{
    padding: 50px;
}

.fcm-echange-conseillers h2{
    color: #c1d72e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px !important;
    white-space: nowrap;
    margin: 0;
    padding-right: 20px;
}

.fcm-echange-conseillers p{
    font-size: 18px !important;
    padding-top: 10px;
}

.fcm-bouton a{
    border-radius: 10px;
    color: white;
    background: #232616;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 20px;
    white-space: nowrap;
    transition-duration: 0.3s;
}

@media screen and (max-width: 1200px){
    .fcm-echange-conseillers h2{
        white-space: normal;
    }
}

@media screen and (max-width: 991px){
    .fcm-echange-conseillers .fcm-sep-titre{
        display: none;
    }
}

@media screen and (max-width: 800px){
    .fcm-presentation h2{
        white-space: normal;
    }

    .fcm-sep-titre{
        width: 20%;
    }

    .fcm-presentation p{
        padding: 20px 0px;
    }
}

@media screen and (max-width: 767px){
    .fcm-bouton a{
        font-size: 18px;
    }
}

@media screen and (max-width: 576px){
    .fcm-bouton a{
        font-size: 12px;
    }
}