header {
    margin: 20px 0px 30px 0px;
}

.paddingLeft-0 {
    padding-left: 0px !important;
}

.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;;
    padding: 30px 0px !important;
    border: 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;
}

.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container {
    width: 100% !important;
}
.main-header>.container {
    padding-left: 70px !important;
}
.customFooter>.container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.mainContent {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    border: 1px solid #e6e7e8;
    background-color: #efefef;
    padding: 30px 30px 30px 30px !important;
}
   
.divContent {
    background: rgb(255, 255, 255);
    border-radius: 0px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 6%);
    margin-left: 50px;
    margin-right: 50px;
}

.contentTitle {
    color: #000000 !important;
    padding-bottom: 20px;
}

.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;
}

.LienPageSupport {
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
}

p {
    margin-bottom: 0px !important;
}

#loginP {
    color: #383838 !important;
}

.telInfo {
    font-size: 14px !important;
}

.memoriser-mdp {
    margin-top: 1.1rem;
    height: 2rem;
}

.input {
    width: 100%;
}

h2 {
    margin-block-start: 0.83em !important;
    margin-block-end: 0.83em !important;
    margin-inline-start: 0px!important;
    margin-inline-end: 0px !important;
    margin-bottom: 1.25rem !important;
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}

h3 {
    font-family: Roboto-Regular !important;
}

h1 {
    font-family: Roboto-Regular !important;
}

h4 {
    color: #000 !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;
}

.InformationAide {
    background-color: #F4F4F4;
    border-radius: 0px;
    margin-top: 10px;
    margin-right: 15px;
    padding: 5px 15px 25px 30px;
}

@media (max-width: 768px) {    
    .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-bottom: -3rem;
        align-self: flex-end;
        margin-left: auto;
        position: relative;
    }
}

@media (min-width: 768px) {
    .logos {
        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;
    }
}

@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');
}