.ic-inscription img {
    width: 63%;
    float: left;
}

.dt-inscription h3 {
    color: #19390f;
    font-weight: 700;
}

.dt-inscription {
    background: white;
    padding: 30px;
    box-shadow: 1px -1px 20px 0px #d4d4d4bf;
    border-radius: 23px;
    position: relative;
    text-align: justify;
}

.dt-inscription::before {
    content: "";
    width: 37%;
    height: 5%;
    background: #a7ff74;
    position: absolute;
    top: 0;
}

.fonctionnalite .btn-valider {
    width: 27%;
    text-align: left;
    padding: 7px 5px 7px 17px;
    font-size: 19px;
    border-style: none;
    background: #406f2b;
    color: white;
    font-weight: 600;
    border-radius: 54px;
}

.fonctionnalite .btn-valider::after {
    content: "\f178";
    position: relative;
    font-family: 'FontAwesome';
    left: 5%;
    color: black;
    background: #a7ff74;
    padding: 5%;
    border-radius: 47px;
}

.fonctionnalite .row {
    margin-bottom: 150px;
}
.section-faq > p{ 
    font-style: normal;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    color: #406F2B;
}
.section-faq > h1{ 
    font-style: normal;
    font-size: 40px;
    text-align: center;
    color: #406F2B;
}

.section-faq > a{ 
    font-size: 40px;
    color: #406F2B !important;
    margin-left: 660px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}