:root {
    --dm-sans: "DM Sans", sans-serif;
    --quicksand: "Quicksand", sans-serif;
    /*--primary-color: #0CBBAA;*/
    --primary-color: #243772;
    --secondary-color: #e6006d;
    --sub-bg: #f2f2f2;
    --heading-color: #252525;
    --paragraph: #797979;
    --span: #797979;
    --border: #eaecf0;
    --white: #ffffff;
    --black: #222328;
    --black-sub: #292a2e;
    --border-1px: 1px solid #eaecf0;
    --border-2px: 2px solid #eaecf0;
    --transition: all 0.4s ease-in-out;
    --shadow: 0px 4px 25px 0px #0000000f;
}
.title-page, h1 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 75px;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 25px;
}
.banner-two__content {
    padding-top: 260px;
    padding-bottom: 160px;
    text-align: center;
    position: relative;
}
@media (max-width: 767px) {
    .banner-two__content {
        padding: 80px 0;
    }
    .title-page {
        font-size: 40px;
    }
    .mobile-nav {
        display: block;
        text-align: center;
    }
    .partnersimg {
        float: none !important;
        text-align: center !important;
        white-space-collapse: preserve-breaks;
        margin-left: auto;
        margin-right: inherit;
    }
    footer .bottom-bar__nav ul li:not(:first-child)::after {
        content: unset !important;
    }
    .hide-mobile {
        display: none;
    }
    .form-label {
        text-align: center;
    }
    .col50-left {
        width: 100% !important;
        padding: 6px !important;
    }
    .col50-right {
        width: 100% !important;
        padding: 6px !important;
    }
    form {
        padding: unset !important;
    }
    .form-input input {
        min-width: 100% !important;
    }
    .container {
        padding: 5px !important;
    }
    .title-page, h1 {
        font-size: 39px;
    }
    .bloc_download_docs .div_download_docs .span_doc_line {
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: table-row-group;
    }
    .bloc_download_docs .div_download_docs .icon_download_doc {
        float: unset;
        padding-right: 3%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .bloc_download_docs .link_doc {
        padding-left: 5%;
        text-align: left;
        left: 0;
        position: relative;
        width: 100%;
        cursor: pointer;
        transition: all 0.4s ease-in-out;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .bloc_download_docs .div_download_docs {
        border-bottom: 1px solid gray;
    }
    h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }
    /*.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }*/
    .event-area.download_docs_sections img{
        position: relative !important;
        top: calc(-6%) !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 12% !important;
        height: auto !important;
        padding: 10px;
    }
}
.banner-two__content h4, .banner-two__content h4 p {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: var(--white);
    margin-bottom: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .banner-two__content h4 , .banner-two__content h4 p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}
.banner-two__content h1 , .banner-two__content h1 p{
    color: var(--white);
    font-weight: 700;
    font-size: 29px;
    line-height: 90px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .banner-two__content h1, .banner-two__content h1 p {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 767px) {
    .banner-two__content .btn-one, .banner-two__content .btn-two {
        margin-top: 30px;
    }
    #header img {
        max-width: 250px;
    }
}
@media (min-width: 768px) {
    .bottom-bar__nav li + li::before {
        /*content: '/';*/
        /*margin-right: 1em;*/
    }
}


footer .bottom-bar__nav ul li:not(:first-child)::after {
    position: relative;
    right: 5px;
    content: "|";
    font-size: 13px;
    color: black;
    top: -37px;
}

.bottom-bar__nav, .bottom-bar__nav a {
    color: #343f4f;
    font-size: 12px;
    font-weight: 500;
}
.textarea ul {
    display: block !important;
}
.textarea li {
    text-decoration: auto;
    display: list-item !important;
    margin-left: 15px;
    list-style: inside;
    list-style-type: disc;
    list-style-position: inside;
}
.single-archive li {
    text-decoration: auto;
    display: list-item !important;
    margin-left: 15px;
    list-style: inside;
    list-style-type: disc;
    list-style-position: inside;
}
#footer .partners a.first-child img {
    height: 43px;
    margin-right: 30px;
    vertical-align: top;
    margin-top: 18px;
}
#footer {
    margin-bottom: 20px;
}
.partnersimg {
    float: right;
    text-align: right;
}
#footer .partners img {
    height: 80px;
    margin-right: 30px;
    vertical-align: top;
    margin-top: 0px;
}
.navbar-expand-md .navbar-nav .dropdown-menu li:hover {
    background-color: #0CBBAA;
    /*background-color: #404040;*/
    background-color: #243772;
    color: white;
}
.clear {
    clear: both;
}
.old-section {
    display: none;
}
.min_label_width {
    min-width: 293px;
}
select[name="studentsType"] {
    display: none;
}
.site-title > a > img {
    max-width: 205px;
    margin-right: 10px;
}
.headerlogoimg {
    max-width: 205px;
}
.bottom-bar__nav a.nav-link:hover {
    color: #e63129 !important;
}

/*// ADD SPAEC BETWEEN PAGE AND BOTTOM*/
.page {
    /*margin-bottom: 350px;*/
}


/*CUSTOM BLOCKS*/
.bloc_download_docs {
    box-shadow: 1px 1px 4px 1px black;
    background-color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    /*max-width: 650px;*/
}
.bloc_download_docs h4{
    background-color: #243772;
    color: white;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bloc_download_docs .link_doc {
    padding-left: 5%;
    text-align: left;
    left: 0;
    position: relative;
    width: 100%;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.bloc_download_docs .div_download_docs {

}
.bloc_download_docs .div_download_docs .span_doc_line{
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bloc_download_docs .div_download_docs .name_download_doc{

}
.bloc_download_docs .div_download_docs .icon_download_doc {
    float: right;
    padding-right: 3%;
}
.bloc_download_docs .div_download_docs .icon_download_doc img{
    max-width: 16px;
}
.bloc_download_docs .div_download_docs .size_download_doc{

}

.bloc_download_docs .link_doc:hover {
    background-color: #243772;
    color: white !important;
    transition: all 0.4s ease-in-out;

}
.bloc_download_docs .link_doc:hover span {
    background-color: #243772;
    color: white;
    transition: all 0.4s ease-in-out;

}

/*// ACF FORMS*/
/*.acf-form {
    box-shadow: 1px 1px 4px 1px black;
    background-color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.acf-label {
    background-color: #243772;
    color: white;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.acf-form input {
    outline: none;
    border-bottom: 1px solid black;
    border-left: unset;
    border-top: unset;
    border-right: unset;
    margin-left: 0px;
    line-height: 39px;
    overflow: hidden;
    background-color: #e9e8ec;
    border: 0;
    border-bottom: 1px solid #343f4f;
    box-shadow: none;
    min-height: 35px;
    color: black;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
    min-width: 75%;
}
.acf-form input[type="submit"] {
    color: #fff;
    background-color: #e63129;
    border-color: #e63129;
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
}*/

/*NEW USER*/
/*.new_user {
    box-shadow: 1px 1px 4px 1px black;
    background-color: white;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 55%;
}
.new_user input[type="submit"] {
    color: #fff;
    background-color: #e63129;
    border-color: #e63129;
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
}
.new_user button {
    color: #fff;
    background-color: #e63129;
    border-color: #e63129;
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
}
.new_user h4 {
    background-color: #243772;
    color: white;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.new_user .notice{
    font-style: italic;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    color: red;
}
.new_user .notice.green{
    color: #243772;;
}
.new_user .newuser_line {
    margin-top: 10px;
    margin-bottom: 10px;
}
.new_user .newuser_line_input {
    margin-top: 10px;
    margin-bottom: 10px;
   
    padding-left: 30px;
    padding-right: 30px;
}
.new_user .newuser_line_input input {
    outline: none;
    border-left: unset;
    border-top: unset;
    border-right: unset;
    margin-left: 0px;
    overflow: hidden;
    min-width: 100%;
    margin-bottom: 25px;
    list-style: upper-alpha;
    line-height: 40px;
    background-color: #e9e8ec;
    border: 0;
    border-bottom: 1px solid #343f4f;
    box-shadow: none;
    min-height: 35px;
    padding-left: 5px;
}*/
@media only screen and (max-width: 600px) {
    .new_user {
        max-width: 100%;
    }
}

.lds-ring {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: #0f2ede;
    opacity: 0.5;
    z-index: 10;
}
.lds-ring-bis {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0b549e transparent transparent transparent;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    /*top: 33%;*/
    z-index: 11;
    position-area: center;
    top: 0%;
}
.waitForit {
    width: 100%;
    height: 100%;
    position: absolute;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0b549e transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*USer profile*/
.userprofile h4 {
    display: block;
    font-weight: 500;
    margin: 0 0 3px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #243772;
}

/*// NAVBAR A*/
.navbar a {
    color: #243772;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #cc1f5f;
}

.acf-fields>.acf-field {
    padding: 0px;
}
.acf-fields>.acf-field>.acf-input {
    padding: 16px;
}

.profil-incomplete {
    text-align-last: center;
    font-style: italic;
    padding-top: 15px;
    font-size: 15px;
}

.event-area.download_docs_sections h4 {
    place-self: center;
    margin-bottom: 40px;
    margin-top: -45px;
    font-size: 40px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    color: #243772;
}
.event-area.download_docs_sections img {
    position: relative;top: calc(33%);padding-left: 10px;padding-right: 10px;
}
.event-area.download_docs_sections .doc_dl_buttom{
    cursor: pointer;
    float: right;
    color: #fff;
    background-color: #e63129;
    border-color: #e63129;
    transition-property: color, background-color;
    transition-duration: 100ms;
    padding: 9px 20px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 25px;
}
.event-area.download_docs_sections .event__content {
    background-color: var(--white);
    padding: 16px;
    width: 100%;
    padding-bottom: 0;
    padding-top: 5px;
}
/*.userprofile .acf-form {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px;
    
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 20%);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(https://espace-enseignant.plesk3.hosting.clickarmy.net/wp-content/uploads/2024/12/img2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: unset;

}
.userprofile .acf-field {
    border-top: none;
    margin-top: 0;
    box-shadow: 1px 1px 4px 1px black;
    margin-bottom: 25px;
    background-color: white;
}
.userprofile .acf-fields {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px;
}
*/

/*WRONG CSS TO FIX*/
.contact__form form input, .contact__form form textarea {
    width: 100%;
    padding: 18px 20px !important;

    border-radius: 4px;
    margin-bottom: 30px;
}
.contact__form form label {
    font-family: var(--quicksand);
    color: var(--heading-color);
    margin-bottom: 15px;
    font-weight: 700;
}
.acf-fields>.acf-field {
    border-top: none;
    margin-top: 1.5rem;
}
.acf-fields>.acf-field>.acf-input {padding: 0 !important;}

.contact__form .acf-field-67641ab1d8d14 {
    display: none;
}
.contact__form .acf-form-submit {
    margin-top:2rem;
}
.contact__form .acf-form-submit input{
    background-color: var(--primary-color);
    color:#fff;
}
.contact__form .acf-form-submit input:hover {background-color: var(--black-sub);}

/*GOOD CSS TO FIX*/
.contact__form input, .contact__form textarea {
    width: 100%;
    padding: 18px 20px !important;

    border-radius: 4px;
    margin-bottom: 30px;
}
.contact__form label {
    font-family: var(--quicksand);
    color: var(--heading-color);
    margin-bottom: 15px;
    font-weight: 700;
}
.acf-fields>.acf-field {
    border-top: none;
    margin-top: 1.5rem;
}
.acf-fields>.acf-field>.acf-input {padding: 0 !important;}

.contact__form .acf-field-67641ab1d8d14 {
    display: none;
}
.contact__form .acf-form-submit {
    margin-top:2rem;
}
.contact__form .acf-form-submit input{
    background-color: var(--primary-color);
    color:#fff;
}
.contact__form .acf-form-submit input:hover {background-color: var(--black-sub);}

.contact__form input, .contact__form textarea {
    width: 100%;
    padding: 18px 20px;
    background-color: var(--sub-bg);
    border-radius: 4px;
    margin-bottom: 30px;
}

section {
    margin-top: 30px;
    margin-bottom: 30px;
}