.jdo-menu-inner-container {
    width: 100%;
    max-width: 1600px;
    display: flex;
    align-items: center;
    z-index: -2;
}

.navbar-nav li:last-child {
    margin-right: 30px;
}

.nav-item {
    display: flex;
    align-items: center;
    margin-right: 6%;
}

.nav-link {
    font-weight: 700;
    transition: 0.3s ease;
    color: #002E45;
    padding: 0;
    line-height: 1;
    font-size: 18px;
}

.nav-link:focus,
.nav-link:hover {
    color: #FB8502;
    ;
}

.jdo-navbar {
    display: flex;
    padding: 0;
    font-size: 18px;
}

.jdo-navbar,
.nav-item a,
.nav-item a:after {
    transition: .2s ease-out;
}

.btn-ressources {
    position: relative;
    display: flex;
}

.btn-ressources-ul {
    padding: 0;
    display: none;
    position: absolute;
    top: 50px;
    left: -70px;
    right: -70px;
    background: #FFF;
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.15);
    z-index: 1;

    flex-direction: column;
}

.btn-ressources-ul li {
    list-style-type: none;
}

.btn-ressources-ul li:hover {
    background: #E9E9E9;
}

.btn-ressources:hover .btn-ressources-ul {
    display: flex;
}

.btn-ressources-link {
    display: flex;
    align-items: center;
    color: #383838;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 20px;
}

.menu-btn-submenu {
    background: #D43072;
    color: white !important;
    padding: 13px 22px;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    font-size: 16px;
    border: 0;
    transition: .2s ease;
}

.menu-btn-submenu:hover {
    background: #474747;
}

.menu-btn-submenu .far {
    font-size: 22px;
}

.current-menu-item {
    position: relative;
}

.current-menu-item::before {
    content: "";
    position: absolute;
    bottom: -72px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #FB8502;
border: 1px solid white;
    left: 50%;
    transform: translateX(-50%);
}

#menu-menu-principal {
    list-style-type: none;
}

#menu-menu-principal {
    display: flex;
    align-items: center;
    flex-direction: row;
flex: 1;
    min-width: 0;
margin-left: 7%;
}

.viewport-header {
    position: relative;
    z-index: 11;
}

.logo-header {
    max-width: 260px;
    height: 114px;
}

.logo-header {
    transition: .3s
}

.jdo-menu .menu-icon {
    margin-bottom: 0;
}

.jdo-menu {
    max-width: 1920px;
}

.jdo-menu,
.jdo-menu.fixed-menu {
    transform: translate(-50%, 0);
    z-index: 99999;
    /* top: 0; */
    opacity: 1;
}

.splash-top-placeholder {
    padding-top: 142px;
}

.jdo-menu.fixed-menu {
    background-color: #fff;
}

.jdo-menu.fixed-menu .jdo-menu-in .current-menu-item a::before,
.jdo-menu.fixed-menu .jdo-menu-in .current-page-ancestor a::before {
    background: #A4426D;
}

.jdo-menu {
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 142px;
    position: absolute;
    transition: .2s;
    left: 50%;
}

.translate-menu {
    position: absolute;
    transition: .2s;
    opacity: 0;
    transform: translate(-50%, -120px) !important;
    background: rgba(255, 255, 255, 0)
}

.jdo-menu.fixed-menu {
    position: fixed;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}


.jdo-menu .menu-icon,
.nav-item a {
    position: relative;
}

.jdo-menu-admin {
    top: 32px;
}

.jdo-menu-in {
    width: 100%;
}

.jdo-menu .menu-menu-principal-container {
    width: 100%;
    padding-left: 3vw;
    padding-right: 1vw;
}

.jdo-menu .menu-icon {
    transition: .3s;
    cursor: pointer;
    padding: 23px 15px 15px;
    border-radius: 4px;
    user-select: none;
    height: 50px;
    display: none;
}

.jdo-menu .menu-icon:hover {
    background-color: #5a5a5a;
}

.jdo-menu .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.jdo-menu .menu-icon .navicon:after,
.jdo-menu .menu-icon .navicon:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: .2s ease-out;
    width: 100%;
}

.jdo-menu .menu-icon .navicon:before {
    top: 5px;
}

.jdo-menu .menu-icon .navicon:after {
    top: -5px;
}


.jdo-menu .menu-btn {
    display: none;
}



.jdo-menu .menu-btn:checked~.menu-icon {
    background: #ffffff;
}

.jdo-menu .menu-btn:checked~.jdo-navbar {
    opacity: 1;
    display: flex;
    background: #ffffff;
}

.jdo-menu .menu-btn:checked~.menu-icon .navicon {
    background: 0 0;
}

.jdo-menu .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.jdo-menu .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.jdo-menu .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.jdo-menu .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.jdo-field-search {
    width: 220px;
    margin: 0 15px;
}

.search-form {
    position: relative;
    display: flex;
}

.search-form .search-field,
.search-form .search-submit {
    font-size: 16px;
    padding: 12px 20px;
}

.search-form label {
    width: 100%;
}

.search-form .search-field {
    width: 100%;
    border-width: 1px;
    border-style: solid;
}

.search-form label::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    position: absolute;
    font-size: 22px;
    right: 19px;
    top: 10px;
}

.search-form .search-field,
.search-form .search-field::placeholder,
.search-form label::before {
    color: #454545;
    border-color: #454545;
    background-color: transparent;
    border-radius: 50px;
}

textarea:focus,
input:focus,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

input[type="search" i]::-webkit-search-cancel-button {
    display: none;
}

.btn-menu-contact-mobile {
    display: none;
}

footer {
font-size: 13px;
color: #9A9A9A;
font-weight: 500;
}

footer a,
footer .titi a,
footer .titi a.active {
font-size: 13px;
font-weight: 600;
color: #9A9A9A;
text-decoration: none;
text-transform: uppercase;
transition: 0.2s ease;
}
footer .titi a.active::before {
    content: none;
}
footer .titi ul {
    padding-left: 15px;
}
footer a:hover {
    color: #FB8502
}
footer ul li {
    list-style-type: none;
padding-bottom: 10px;
position: relative;
}
footer ul li:before {
    content: "●";
position: absolute;
left: -15px;
top: -1px;
}
.footer-title {
color: white;
text-transform: uppercase;
font-weight: 600;
}
.menu-menu-footer-container {
    width: 100%;
}

.bg-color-dark {
    background-color: #002E45;
}




.footer-logo {
    max-width: 353px;
    position: relative;
}

.footer-initial-row {
    display: flex;
    align-items: start;
    margin-bottom: 40px;
}

footer .menu {
    padding-left: 15px;
    width: 100%;
    margin-bottom: 0;
}


.footer-list-partners .footer-partner:first-child {
max-width: 150px;
width: 100%;
height: auto;
margin: 0 10%;
}
.footer-list-partners .footer-partner:nth-child(3),
.footer-list-partners .footer-partner:nth-child(2) {
    margin: 0 3%;
}
.footer-list-partners .footer-partner:nth-child(3) img,
.footer-list-partners .footer-partner:nth-child(2) img{
   width: auto;
height: 60px;
}





footer .current-menu-item::before {
    content: none;
}







.footer-sub {
    padding-top: 10px;
    font-size: 16px;
}
.footer-p-social {
max-width: 20px;
padding-bottom: 3px;
opacity: 0.5;
transition: 0.2s ease;
}
.footer-p-social:hover {

    opacity: 1;
}
/* ////////////////////////////////////// */
@media only screen and (max-width:1650px) {

    .jdo-menu-inner-container {
        padding: 0 40px;
    }

}
@media only screen and (max-width:1410px) {
header .jdo-link {
        display: none !important;
    }
}


@media only screen and (max-width:1199px) {
.splash-top-placeholder {
        padding-top: 115px;
    }
.jdo-menu {
    height: 0;
}
    .logo-header {
        max-width: 160px;
        height: auto;
        top: 55px;
            position: relative;
    }

    .btn-ressources {
        margin-bottom: 6%;
    }

    .btn-ressources-ul {
        top: 75px;
    }

    .footer-first-row,
    .footer-second-row {
        align-items: start;
    }

    footer .jdo-field-search {
        width: initial;
    }

    .menu-menu-footer-container {
        width: initial;
    }

    footer .menu,
    footer .btn-ressources-ul {
        flex-direction: column;
    }

    footer .btn-ressources-link {
        display: inline-flex;
        margin-bottom: 10px;
    }

    .navbar-nav li:last-child {
        margin-right: 0;
    }

    .jdo-filter-search {
        margin-bottom: 30px;
    }

    .jdo-filter-search ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .sf-field-taxonomy-cat_actu {
        width: 100%;
    }

    .searchandfilter ul li {
        margin-right: 5%;
    }

    .searchandfilter ul .sf-field-reset {
        width: 100%;
    }

    .no-scroll {
        overflow: hidden;
    }

    .jdo-sub-menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .menu-btn-submenu {
        margin: 30px 0;
    }

    .jdo-field-search {
        margin-bottom: 6%;
        width: 100%;
    }

    .jdo-navbar {
        position: absolute;
        z-index: -1;
        opacity: 0;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
    }

    .fixed-menu .menu-btn:checked~.jdo-navbar {
        background: #f1f1f1f0;
    }

    .jdo-menu .menu-icon {
        display: inline-block;
        margin-right: 20px;
        top: 30px;
        background: #FB8502;
    }

    .jdo-menu-in {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: right;
        width: inherit;
        padding: 0;
        z-index: -1;
    }

    .no-scroll .jdo-menu-in {
        height: 100vh;

    }

    .nav-item {
        margin-right: 0;
        margin-bottom: 7vh;
    }

    .nav-link {
        line-height: 1;
        font-size: 17px;
    }

    .btn-menu-contact-desktop {
        display: none;
    }

    .btn-menu-contact-mobile {
        display: block;
        margin: 0;
    }

    #menu-menu-principal {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: start;
        width: 100%;
margin-left: 0;
    }
.current-menu-item::before {
    bottom: 0;
    left: -35px;
    transform: initial;
}
    .navbar-nav {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .jdo-menu.fixed-menu .logo-header {
        display: none;
    }

    .no-scroll .jdo-menu.fixed-menu .logo-header {
        display: block;
    }

    .jdo-menu.fixed-menu .menu-icon {
        background: #FB8502;
        top: 20px !important;

    }

    .jdo-menu .menu-btn:checked~.menu-icon {
        background: #FB8502;
    }

    .jdo-menu.fixed-menu {
        background-color: inherit;
    }



    .jdo-menu.fixed-menu {
        box-shadow: inherit;
    }
}

@media only screen and (max-width:700px) {
    .site-map {
        margin-left: 0;
    }

    footer .jdo-field-search {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-initial-row,
    .footer-second-row {
        flex-wrap: wrap;
    }
}

/* END HEADER */