    header {
        margin: 20px 0px 30px 0px;
    }
    
    .customHeaderHr {
        border-color: #828186;
        width: 100px;
        border-top: 1px solid #828186 !important;
        margin-top: 2.8125rem !important;
        margin-bottom: 2.8125rem !important;
    }
    
    .transparentHeaderBackground {
        background-color: rgb(255, 255, 255) !important;
        opacity: 0.9 !important;
        padding: 40px 0px 35px 0px !important;
    }
    
    .customFooter {
        background-color: #292b2f;
        padding: 40px 0px 40px 0px;
        text-align: center;
    }
    
    .footerHr {
        border-color: grey;
        margin: 40px 0px 30px 0px !important;
    }
    
    .rightBorderFooter {
        border-right: 1px solid grey;
    }
    
    .legalNote {
        color: grey;
        text-align: center;
        font-size: 1.2rem;
    }
    
    .mainContent {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
        border: 1px solid grey;
        background-color: white;
        padding: 30px 30px 30px 30px !important;
    }
    
    #containerDarck {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .backgroundTextureImage {
        background: url(../img/texture-ardoise-full.jpg) no-repeat;
        background-size: 100% 620px, cover;
    }
    
    .contentTitle {
        color: #000000 !important;
        padding-bottom: 20px;
        text-align: center;
    }

    .contentTitleGreen {
        padding-bottom: 20px;
        text-align: center;
    }
    
    .in-content-title {
        margin: 20px 0px 20px 0px;
    }
    
    .transparentHeaderBackground label {
        color: #828186;
    }
    
    .customFooter a {
        color: white !important;
        font-size: 1.4rem;
        text-decoration: none;
    }
    
    a {
        color: #007944 !important;
    }
    
    p {
        margin-bottom: 0px !important;
    }
    
    #loginP {
        color: #383838 !important;
    }
    
    .input {
        width: 100%;
    }
    
    h2 {
        font-family: Roboto-Regular !important;
        font-weight: 400;
        line-height: 1.2222;
        margin-bottom: 4.4rem;
    }
    
    h3 {
        font-family: Roboto-Regular !important;
    }
    
    h1 {
        font-family: Roboto-Regular !important;
    }
    
    h2::first-letter {
        font-size: 120%;
    }
    
    .btn-custom {
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #0E7944 !important;
        color: #0E7944 !important;
        width: 100% !important;
        display: inline-block;
        line-height: 1.5;
        margin-top: auto;
        padding: .9rem 1.6rem;
        position: relative;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        z-index: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 1.2rem 5.4rem 1.2rem 2rem;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    
    .btn-customDark {
        background-color: transparent;
        border: 1px solid #ffffff !important;
        color: #ffffff !important;
        width: 100% !important;
        display: inline-block;
        line-height: 1.5;
        margin-top: auto;
        padding: .9rem 1.6rem;
        position: relative;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        z-index: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 1.2rem 5.4rem 1.2rem 2rem;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    
    .btn-customDark::after,
    .btn-custom::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.45 12.93' width='20.45' height='12.93'%3E %3Cpath fill='none' stroke='%23838286' d='M14 12.58l5.81-6.12L14 .34M20 6.4H0'/%3E %3C/svg%3E");
        background-repeat: no-repeat;
        content: '';
        height: 1.4rem;
        position: absolute;
        right: 1.6rem;
        top: calc(50% - (1.4rem / 2));
        -webkit-transition: background-image .3s ease-out;
        -o-transition: background-image .3s ease-out;
        transition: background-image .3s ease-out;
        width: 2.3rem;
    }
    
    .btn-customDark:hover::after,
    .btn-customDark:focus::after,
    .btn-custom:hover::after,
    .btn-custom:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.45 12.93' width='20.45' height='12.93'%3E %3Cpath fill='none' stroke='%23FFF' d='M14 12.58l5.81-6.12L14 .34M20 6.4H0'/%3E %3C/svg%3E") !important;
        background-repeat: no-repeat;
        content: '';
        height: 1.4rem;
        position: absolute;
        right: 1.6rem;
        top: calc(50% - (1.4rem / 2));
        -webkit-transition: background-image .3s ease-out;
        -o-transition: background-image .3s ease-out;
        transition: background-image .3s ease-out;
        width: 2.3rem;
    }
    
    .btn-customDark:hover,
    .btn-custom:hover {
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        padding: 1.2rem 5.4rem 1.2rem 2rem;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        background-color: #007944 !important;
        color: #ffffff !important;
        background-repeat: no-repeat;
    }
    
    #logo-bouton-droite::after {
        height: 0px !important;
    }
    
    #logo-bouton-droite {
        padding-bottom: 0rem !important;
        margin-bottom: -2rem !important;
        margin-top: -1rem !important;
    }
    
    @media (max-width: 768px) {
        .backgroundTextureImage {
            background: url(../img/texture-ardoise-full.jpg) no-repeat center center fixed;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        .logos {
            margin-bottom: 1.6rem;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .logos .logo:first-child {
            margin-right: 1.6rem;
        }
        .logos .logo-section-droite {
            margin-top: 2rem;
            margin-bottom: -3rem;
            align-self: flex-end;
            margin-left: auto;
            position: relative;
        }
    }
    
    @media (min-width: 768px) {
        .logos {
            margin-top: 2rem;
            width: 100%;
        }
        .logos .logo:not(:last-child) {
            margin-right: 4.8rem;
        }
        .logos .logo-section-droite {
            -ms-flex-item-align: end;
            align-self: flex-end;
            margin-bottom: .4rem;
            margin-left: auto;
            padding-bottom: 1rem;
            position: relative;
        }
        .logos .logo-section-droite::after {
            background-color: #828186;
            bottom: 0;
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            right: 0;
            width: 36px;
        }
        #containerDarck {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
    }
    
    @font-face {
        font-family: 'Roboto-Bold';
        src: url('../fonts/roboto-v16-latin-500.woff2') format('truetype');
    }
    
    @font-face {
        font-family: 'Roboto-Black';
        src: url('../fonts/roboto-v16-latin-700.woff2') format('truetype');
    }
    
    @font-face {
        font-family: 'Roboto-Regular';
        src: url('../fonts/roboto-v16-latin-regular.woff2') format('truetype');
    }