.btn-offer {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #fff;
    background: #228B22;
    text-transform: uppercase;
    text-align: center;
    content: 'Voir ';
}

.btn-offer {
    border: 2px solid #fff;
}

.btn-offer:hover {
    background: #32CD32;
    border-color: #32CD32;
    color: #fff;
}


.conditions {
    margin:0;
    padding:0;
    margin-top: -30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;

    font-size:11px;
    color: gray;
}

.sansengagement {
    margin-top: -20px;
    padding-right: 20px;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    color: #666;
}



#sticky-footer {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.7);
    overflow: hidden;
}

#sticky-footer a {
    display: block;
    font-size: 14px;
}
#sticky-footer a:link, #sticky-footer a:visited, #sticky-footer a:focus, #sticky-footer a:hover, #sticky-footer a:active  { color: white; text-decoration: none; }


@media (max-width: 768px) {
    .btn-offer {
        padding: 20px 62px;
    }

    .btn-offer[data-abbr]::before {
        content: attr(data-abbr);
    }

    /* Hide the original label */
    .btn-offer > span { display: none; }

    #services .col-sm-6, #services .col-sm-12 {
        text-align: center;
        padding:0;
        padding-bottom: 15px;
    }

    #services .title, #services .description {
        margin:0;
    }

    #sticky-footer {
        display: block;
    }

    /* DEBUT OPTIMISATION MOBILE */
    #header, .section-header p, .conditions {
        display:none;
    }
    .section-header h3 {
        font-size: 18px;
    }

    #about {
        padding: 0;
    }

    #services {
        padding: 10px 0 40px 0;
    }

    #services .box {
        margin: 0 10px 10px 10px;
    }

    .hidden-md {
        display: none !important;
    }
    /* FIN OPTIMISATION MOBILE */

}


/* CUSTOM COLOR */
body {
    color: #000033;
}
#header .logo h1 a, #header .logo h1 a:hover {
    color: #006600;
}
.section-header h3 {
    color: #003300;
}
.section-header p {
    color: #666666;
}
.text-montant {
    color: #228B22;
    font-size: 18px;
}
.text-argent {
    color: #000033;
}
.text-mois {
    color: #000033;
}
.btn-offer {
    background: #228B22;
}