@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot');
    src: url('icomoon.eot#iefix') format('embedded-opentype'), url('icomoon.ttf') format('truetype'), url('icomoon.woff') format('woff'), url('icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fnt-rdvdiag-"],
[class*=" fnt-rdvdiag-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fnt-rdvdiag-info:before {
    content: "\e917";
}

.fnt-rdvdiag-mesurage:before {
    content: "\e900";
}

.fnt-rdvdiag-amiante:before {
    content: "\e901";
}

.fnt-rdvdiag-appartement:before {
    content: "\e902";
}

.fnt-rdvdiag-autre:before {
    content: "\e903";
}

.fnt-rdvdiag-autre-bien:before {
    content: "\e904";
}

.fnt-rdvdiag-avantages:before {
    content: "\e905";
}

.fnt-rdvdiag-coordonnees:before {
    content: "\e906";
}

.fnt-rdvdiag-cout:before {
    content: "\e907";
}

.fnt-rdvdiag-devis:before {
    content: "\e908";
}

.fnt-rdvdiag-dpe:before {
    content: "\e909";
}

.fnt-rdvdiag-elec:before {
    content: "\e90a";
}

.fnt-rdvdiag-elec-diag:before {
    content: "\e90b";
}

.fnt-rdvdiag-erp:before {
    content: "\e90c";
}

.fnt-rdvdiag-erp-diag:before {
    content: "\e90d";
}

.fnt-rdvdiag-gaz:before {
    content: "\e90e";
}

.fnt-rdvdiag-gaz-diag:before {
    content: "\e90f";
}

.fnt-rdvdiag-location:before {
    content: "\e910";
}

.fnt-rdvdiag-maison:before {
    content: "\e911";
}

.fnt-rdvdiag-plomb:before {
    content: "\e912";
}

.fnt-rdvdiag-rdv:before {
    content: "\e913";
}

.fnt-rdvdiag-termite:before {
    content: "\e914";
}

.fnt-rdvdiag-test:before {
    content: "\e915";
}

.fnt-rdvdiag-vente:before {
    content: "\e916";
}

.rdvdiag-section {
    padding: 40px 0;
    background: #1b985e;
}

.rdvdiag-section .title-devis {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Public Sans";
}

.rdvdiag-section .title-devis span {
    display: block;
    color: #162117;
    text-transform: uppercase;
}

.rdvdiag-section .list-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 10px;
    flex-wrap: wrap;
}

.rdvdiag-section .list-btn .label {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-family: "Poppins";
}

.rdvdiag-section .list-btn .label span {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    font-size: 20px;
}

.rdvdiag-section .list-btn .form-groupe {
    width: calc((100% - 20px) / 3);
}

.rdvdiag-section .list-btn .form-groupe button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 15px;
    font-family: "Poppins";
    gap: 10px;
    border: none;
    font-size: 13px;
    background: #fff;
    box-shadow: none;
    height: 45px;
    line-height: 20px;
    font-weight: 400;
    outline: none;
    border-radius: 0 20px 0 20px;
    outline: none;
    color: #333;
}

.rdvdiag-section .list-btn .form-groupe button:hover,
.rdvdiag-section .list-btn .form-groupe button.active {
    background: #000000;
    border: none;
    color: #fff;
}

.rdvdiag-section .list-btn .form-groupe button:hover i,
.rdvdiag-section .list-btn .form-groupe button.active i {
    color: #fff;
}

.rdvdiag-section .list-btn .form-groupe button i {
    font-size: 24px;
}

.rdvdiag-section .btn-devis {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 41px;
    height: 41px;
    border: none;
    border-radius: 50%;
    transition: 0.5s;
    background: #000000;
    color: #fff;
    padding: 0px;
}

.rdvdiag-section .btn-devis:hover {
    background-color: #3fa777;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.btn-custom {
    background-color: transparent;
    font-family: "Public Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    background-image: linear-gradient(135deg, #2F2B2A 0%, #000000 135%);
    border-style: none;
    border-radius: 0px 30px 0px 30px;
    padding: 15px 20px;
    height: 50px;
    display: inline-flex !important;
    justify-content: center;
    gap: 10px;
    box-shadow: none;
    align-items: center;
}

.btn-custom:hover {
    text-decoration: none;
    background: #1b985e;
    color: #fff;
}

@media screen and (min-width:1200px) and (max-width:1200px) {
    .rdvdiag-section .list-btn .form-groupe button {
        font-size: 12px;
    }
}

@media screen and (min-width:1200px) {
    .col-xl-title {
        flex: 0 0 290px;
        -ms-flex: 0 0 290px;
        max-width: 290px;
    }
    .col-xl-form {
        flex: 0 0 71px;
        -ms-flex: 0 0 71px;
        max-width: 71px;
    }
    .container-one.container {
        max-width: 1500px;
    }
    .col-xxl-form-1 {
        flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-form-2 {
        flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
        border-left: 1px solid #000000;
    }
}

@media screen and (min-width:1400px) {
    .rdvdiag-section .title-devis {
        font-size: 22px;
    }
    .btn-custom {
        padding: 15px 35px;
    }
    .col-xl-title {
        flex: 0 0 330px;
        -ms-flex: 0 0 330px;
        max-width: 330px;
    }
    .col-xl-form {
        flex: 0 0 71px;
        -ms-flex: 0 0 71px;
        max-width: 71px;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .col-xxl-form-1 {
        flex: 0 0 67%;
        -ms-flex: 0 0 67%;
        max-width: 67%;
    }
    .col-xxl-form-2 {
        flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        max-width: 33%;
        border-left: 1px solid #000000;
    }
}

@media screen and (min-width:1500px) {
    .rdvdiag-section .list-btn .form-groupe button {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .rdvdiag-section .list-btn .form-groupe {
        width: 100%;
    }
}