/* header */

.container:before{
    display: none;
}

header.header_top {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.header_top .header_bg-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 39%;
}

.header_top #header_top-container {
    display: flex;
    box-sizing: border-box;
    position:relative;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    padding-block: .7rem;
    flex-wrap: wrap;
}
.header_top #wrapper-logo a {
    display: block;
}
.header_top #wrapper-logo img {
    height: 65px;
    margin-bottom: 5px;
}
footer * {
    box-sizing: border-box;
}
.header_top .logo-text {
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
    line-height: 30px;
    padding-left: 21px;
}




.wrapper-langue-icon-menu {
    display: flex;
    align-items: center;
}

/* -----MENU LANGUE----- */
#langue{
    font-weight: 400;
    margin-right: 15px;;
}
#langue ul {
	display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

#langue li {
	display: inherit;
}
#langue li:first-child::after{
    content: '/';
    margin-right: 5px;
    margin-left: 5px;
}

#langue a {
    color: #000000;
    transition: none;
}
#langue a:hover {
    border-bottom: 1px solid;
}


#langue .wpml-ls-current-language a {
    color: #719eca;
}

/* -----END MENU LANGUE----- */


.header_wrapper-icon-menu {
    display: flex;
    align-items: center;
}

.header_top .container::after{
    display: none;
}
.header_top .overlay {
    position: absolute;
    top: 0 ;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}



@media (max-width:991px){


    .header_top #wrapper-logo img {
    height: 50px;
    margin-bottom: 3px;
    }
    .header_top .logo-text {
        font-size: 18px;
        line-height: 15px;
        padding-left: 11px;
    }

    div#wrapper-button {
        padding-left: 25px;
        margin-top: 17px;
    }
}


@media (max-width:767px){

    .header_top .logo-text {
        font-size: 15px;
        line-height: 15px;
        padding-left: 11px;
    }

}

@media (max-width:420px){

    .header_top #header_top-container {
        align-items: flex-end;
    }
    .header_top #wrapper-logo img {
    margin-bottom: 0px;
    }
    .header_top .logo-text {
        display: none;
    }

}

@media (max-width:381px){
    header #langue {
        padding-right: 0px;
    }

}




#fil-ariane{
    min-height: 42px;
    margin-bottom: 50px;
}

.spacer {
    padding-top: 0px;
    padding-bottom: 60px;
}



/* -----Eggimann code----- */


a {
    text-decoration: none;
}

p.espace-membre {
    margin-top: 50px;
    margin-bottom: 0;
    font-weight: bold;
}

p.menu {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#wrapper-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: end;
}

button.menu-action {
    display: ruby;
}

button.is-primary {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: none;
    background: #719ECA;
    cursor: pointer;
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

button.is-primary:hover {
    /*border-bottom: 1px solid;*/
}

i.bi.bi-box-arrow-left {
    margin-right: 10px;
}

button.menu-action {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

div#wrapper-menu {
    display: contents;
}

i.bi.bi-list {
    font-size: xx-large;
    padding-right: 5px;
}

.bande-bleu {
    min-height: 42px;
    margin-bottom: 50px;
    background: #719ECA;
}

.container-bmp {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

footer {
    padding: 15px 0;
    font-size: 1em;
    position:relative;
    background-color: white;
}

.footer-top {
    background: #719ECA;
    padding-top: 45px;
    padding-bottom: 35px;
}
.footer-top .container-bmp{
    margin-inline: auto;
}
.adresse-lien-directs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.adresse-lien-directs img {
    width: 100%;
}

footer h4 {
    color: #ffffff;
    border-bottom: none;
    font-weight: bolder;
    font-style: italic;
    margin-top: 0px;
    font-size: 1.2em;

}

footer p {
    color: #ffffff;
    margin-top: 0px;
}

footer li {
    color: #ffffff;
    font-size: 15px;
}

footer ul {
    padding-left: 13px;
    margin-top: 0px;
}

.footer-bottom {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#copyright a {
    margin-left: -5px;
    color: #719eca;
}

@media (max-width: 503px) {
    .lien-directs {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .adresse {
        margin-bottom: 50px;
    }
}

/* -----Eggimann code access----- */


p.login-submit {
    gap: 20px;
}

