.cavalier {
    display: block !important;
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.cavalier>figure {
    border-radius: 30px !important;
    border-top-left-radius: 0 !important;
    max-height: 450px;
}

.cavalier>div {
    display: block;
    position: relative;
    margin-left: 10%;
    margin-top: -20%;
    max-width: 450px;
    padding: 50px;
    border-radius: 30px;
    border-top-left-radius: 0;
    background-color: #eeeeee;
}

.cavalier>div h3 {
    line-height: 1;
    margin-bottom: 10px;
}

.cavalier>div p {
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
}


.trefle {
    display: block !important;
    position: relative;
    font-size: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.trefle * {
    font-size: 0px;
    padding: 0;
}

.trefle>div {
    display: block !important;
    position: relative;
    margin-bottom: 0px;
}

.trefle figure:before {
    content: '';
    float: left;
    padding-top: 75%;
}

.trefle figure {
    display: inline-block !important;
    position: relative !important;
    vertical-align: top !important;
    width: calc((100% - 30px) / 2) !important;
    margin: 0 !important;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
    border-radius: 30px !important;
    border-top-left-radius: 0px !important;
    overflow: hidden !important;
    padding: 0;
    min-width: initial;
    min-height: initial;
}

.trefle figure:nth-child(2n) {
    margin-right: 0px !important;
}

.trefle figure img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center;
    max-width: initial !important;
    vertical-align: top;
}



.temoignages {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    font-size: 0;
    align-items: flex-start !important;
}

.temoignages figure {
    display: inline-block;
    position: relative;
    width: 370px;
    height: 280px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 50px !important;
    border-top-left-radius: 0 !important;
    overflow: hidden !important;
}


.temoignages figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: top;
    max-width: initial;
}


.temoignages>p {
    display: flex;
    width: 370px;
    height: 280px;
    margin-right: 30px;
    font-size: 17px;
    text-align: center !important;
    margin-bottom: 30px;
    padding: 50px;
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    border-radius: 50px;
    border-top-left-radius: 0;
}

.temoignages>p:last-child {
    margin-right: 0px;
}

.temoignages>p:nth-child(2),
.temoignages>p:nth-child(3),
.temoignages>p:nth-child(6),
.temoignages>p:nth-child(7){
    background-color: var(--orange) !important;
    color: #fff;
}


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

    .trefle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .trefle>figure {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        max-width: 500px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

     .trefle figure:nth-child(n) {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        max-width: 500px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        
    }

    .trefle figure:nth-child(2n) {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
        max-width: 500px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        
    }

    .cavalier>div {
        margin-left: 0;
        width: 100% !important;
        max-width: 500px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cavalier>figure {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .temoignages>p {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .temoignages figure {
        width: 100%;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    
}


