:root {
    --color1: #024B2C;
    --color2: #F46700;
    --color3: #fa7b1e;
}

body {
    font-family: 'Montserrat';
    color: #000000;
}

.container {
    max-width: 1000px !important;
}

.logo {
    max-width: 200px;
    width: 100%;
}

.btn-1 {
    font-weight: 700;
    display: block;
    border-radius: 10px;
    padding: 20px 25px;
    color: #fff;
    font-size: 18px;
    background: var(--color1);
    transition: all ease-in-out 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.btn-1:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-2 {
    font-weight: 600;
    display: block;
    border-radius: 20px;
    padding: 27px 40px;
    margin: 15px 5px;
    color: #fff;
    font-size: 21px;
    background: var(--color2);
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.25s;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.btn-2:hover {
    color: #fff;
    background: var(--color3);
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    color: var(--color1);
    margin: 15px 0;
}

h2 {
    font-style: normal;
    font-size: 31px;
    line-height: 41px;
    color: var(--color1);
}

h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;

    color: var(--color1);
}

.poste {
    font-weight: 500;
    font-size: 16px;
}

.subtitle {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10;
}

hr {
    border-top: 2px solid var(--color1);
    opacity: 1;
}

ul {
    list-style: none;
    padding-left: 0;
}

.etapes li {
    padding-bottom: 30px;
}

ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
}

.etapes .texte {
    margin-bottom: 0;
}

.num {
    border-radius: 100%;
    color: #fff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
}

.num-1 {
    background-color: #216146;
}

.num-2 {
    background-color: #077B07;
}

.num-3 {
    background-color: #7A9F5C;
}

.bg-subventions {
    background: rgba(33, 97, 71, 0.09);
    border-radius: 41px;
    padding: 40px 45px;
}

.bg-subventions ul li {
    padding-bottom: 15px;
}

.wrap-temoignages {
    margin-top: 50px;
}

.wrap-temoignages .fond {
    min-height: 425px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    background: #E8F0F6;
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.wrap-temoignages .photo img {
    border-radius: 100%;
    width: 130px;
    height: 130px;
}

.wrap-temoignages .nom {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-top: 15px;
}

.wrap-temoignages .texte {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.wrap-note {
    padding-top: 20px;
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-note i {
    color: var(--color2);
}

.wrap-note i.disable {
    color: #d9d9d9;
}

#scroller-anchor {
    margin-top: 80px;
}

#scroller-anchor.space {
    height: 112px;
}

.sticky-btn {
    display: block;
    background: var(--color2);
    padding: 25px 10px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}

.sticky-btn:hover {
    color: #fff;
    background: var(--color3);
}

.sticky-btn.fixed {
    position: fixed;
    bottom: 0;
}

footer {
    padding: 30px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background-color: #ededed;
}


/*@media (max-width: 1200px) {

    .btn-1 {
        margin: 50px auto;
    }

    .btn-2 {
        font-size: 24px;
    }

    h1 {
        margin: 0 0 80px;
        font-size: 40px;
        line-height: 54px;
    }

    h2 {
        font-size: 34px;
        line-height: 49px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 36px;
        line-height: 41px;
    }

    .poste {
        font-size: 24px;
    }

    .subtitle {
        font-size: 30px;
        line-height: 41px;
    }

    p {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 20px;
    }

    .etapes {
        margin-top: 30px;
    }

    .etapes li {
        padding-bottom: 25px;
    }

    ul li {
        font-size: 24px;
        line-height: 31px;
    }

    .sticky-btn {
        font-size: 30px;
    }

    .wrap-temoignages {
        margin-top: 40px;
    }

    .wrap-temoignages .fond {
        max-width: 100%;
    }

    #scroller-anchor {
        margin-top: 20px;
    }

   .carte{
    width: auto;
    padding-top: 20px;
    text-align: center;
   }
}*/

@media (max-width: 992px) {


}

@media (max-width: 768px) {

    .sticky-btn {
        font-size: 26px;
        padding: 20px 10px;
    }

    .wrap-temoignages .fond {
        min-height: auto;
    }

}

@media (max-width: 576px) {

    .btn-1 {
        margin: 20px 0;
        font-size: 12px;
        width: 100%;
        padding: 15px 5px;
    }

    .btn-2 {
        font-size: 16px;
        padding: 25px 10px;
        width: 100%;
        margin: 20px 0;
    }

    h1 {
        font-size: 22px;
        margin-top: 0;
        line-height: 30px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    h3 {
        font-size: 20px;
        line-height: 34px;
    }

    h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .poste {
        font-size: 16px;
    }

    .subtitle {
        font-size: 20px;
        line-height: 31px;
    }

    .num {
        margin-right: 14px;
    }

    p {
        font-size: 18px;
        line-height: 25px;
    }

    ul li {
        font-size: 18px;
        line-height: 25px;
    }

    .sticky-btn {
        font-size: 18px;
    }

    #scroller-anchor {
        margin-top: 20px;
    }

    footer {
        font-size: 14px;
    }

    hr {
        margin: 10px 0;
    }

    .bg-subventions {
        padding: 20px 25px;
    }

}

.wrap-modal-iframe {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.wrap-modal-iframe .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


.wrap-modal-iframe .modal-iframe {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    border-radius: 24px;
    max-width: 700px;
    width: 100%;
    z-index: 10;
    border: 4px solid var(--color2);
    display: flex;
}

.wrap-modal-iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: 21px;
}

.close-modal {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -10px;
    right: -10px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #F2F5F8;
    border-radius: 100%;
}

.close-modal svg {
    width: 25px;
}
