/*
Theme Name: Divi Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.17.3
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.avis-container .slick-list {
    padding: 2rem 0;
}

.avis-container .avis,
#avis-page .avis {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
    min-height: 210px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    position: relative;
}

#avis-page {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#avis-page .avis {
    padding: 2rem;
    margin: 0 1rem 2rem;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 10%);
    min-height: auto;
    flex-basis: calc(50% - 2rem);
}

.avis-container .avis:before,
#avis-page .avis:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
    background-image: url("/wp-content/uploads/2022/06/quote.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#avis-page .avis:before {
    background-size: 155px;
}

.avis-container .avis-nom,
#avis-page .avis-nom {
    font-weight: bold;
    font-size: 1.25rem;
    color: #e6a2b9;
    font-family: 'Alice', Georgia, "Times New Roman", serif;
    margin-bottom: 0.5rem;
}

.avis-container .avis-content,
#avis-page .avis-content {
    font-size: 1.05rem;
}


.paginate-pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.paginate-pagination ul>li {
    margin-bottom: 3px;
}

.paginate-pagination ul>li>a.page.active {
    opacity: 1;
    cursor: default;
    background-color: #e6a2b9;
    color: white;
    font-weight: bold;
    border-color: #e6a2b9;
    ;
}

.af-form .acf-fields>.acf-field {
    border: none;
}

.af-form .acf-field input,
.af-form .acf-field textarea {
    background-color: #eee;
    border: none;
    border-radius: 7px;
    color: #999;
    padding: 16px !important;
}

.af-form .af-submit {
    text-align: right;
}

.af-form .af-submit .af-submit-button {
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    background-color: #e6a2b9 !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    cursor: pointer;
    border-radius: 0;
}

.af-form .af-submit .af-submit-button:after {
    font-size: 1em !important;
    padding-left: 0.7em !important;
    line-height: inherit !important;
    content: "\35";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    font-family: ETmodules !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
}

.af-form .af-submit .af-submit-button:hover {
    border: 2px solid transparent;
    padding: 0.3em 2em 0.3em 0.7em;
    border-radius: 0;
}

.af-form .af-submit .af-submit-button:hover:after {
    opacity: 1;
    margin-left: 0;
}

.af-form .af-success p {
    text-align: center;
}

@media screen and (max-width:991px) {
    #avis-page .avis {
        margin: 0 0 2rem;
        flex-basis: 100%;
    }

    .avis-container .avis {
        min-height: auto;
    }
}