/*--------------------------------------------------------------
>>> Navbar
----------------------------------------------------------------*/
header
{
    width: 100%;
}

/*Navbar Desktop*/
.header-desktop
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background-color: white;
    z-index: 9995;
}

.hd-logo
{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    float: left;
    width: 12.1667%;
    min-width: calc(145px);
    height: 100%;
    padding: 10px;
    background-color: white;
    border-right: 1px solid rgb(236, 237, 240);
    position: relative;
}

.hd-logo a img 
{
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100px;
    transform: translate(-50%, -50%);
}

@media (min-width: 990px)
{
    .header-desktop {
        height: 120px;
    }
}

.hd-section
{
    display: flex;
    -webkit-box-align: right;
    align-items: right;
    -webkit-box-pack: right;
    justify-content: right;
    flex-direction: column;
    float: right;
    background: white;
    height: 100%;
    width: 87.8333%;
    max-width: calc(100% - 145px);
}

.hd-section-haute
{
    height: 60px;
    width: 100%;
    background-color: white;
    display: flex;
}
.hd-section-basse
{
    height: 60px;
    width: 100%;
    background-color: rgb(247, 248, 250);
    display: flex;
    transition: 0.3s;
}

.hd-section-basse div
{
    height: 60px;
    display: flex;
    text-align: center;
    line-height: 60px;
    padding: 0px 16px;
    /*text-transform: uppercase;*/
    font-size: 11.8px;
    font-family: "OpenSans-Light";
    font-weight: 300;
    color: rgb(7, 22, 33);
    text-decoration: none !important;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

.hd-section-basse div:hover a
{
    color: rgb(48, 130, 118);
    font-weight: 700;
    transition: 0.3s;
}

.hd-section-basse a
{
    color: rgb(25,33,45);
    font-family: 'OpenSans-SemiBold';
    text-decoration: none;
    margin-top: auto;
    margin-bottom: auto;
 
}

/*
.hd-section-basse div:nth-child(1)
{
    width: 134px 
}

.hd-section-basse div:nth-child(2)
{
    width: 78px;
}

.hd-section-basse div:nth-child(3)
{
    width: 78px;
}

.hd-section-basse div:nth-child(4)
{
    width: 80px;
}


.hd-section-basse div:nth-child(5)
{
    width: 196px;
}

.hd-section-basse div:nth-child(6)
{
    width: 180px;
}*/

.hd-section-haute-left
{
    margin-top: auto;
    margin-bottom: auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
    padding: 0px 30px;
    font-size: 11.8px;
    font-family: "OpenSans-Light";
    font-weight: 300;
    color: rgb(7, 22, 33);
    margin-right: 20px;
    transition: 0.3s;

}

.hd-section-haute-right
{
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.hd-section-haute-right > div 
{
    display: flex;
}

.navbar-search
{
    background-color: #ecedf0;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    text-align: center;
}

.navbar-search img
{
    height: 29px;
    padding-top: 9px;
}

.hd-section-haute-right-line
{
    height: 26px;
    border-left: 1px solid #c1c9d6;
    margin-top: 11px;
    margin-left: 30px;
    margin-right: 10px;
}

.hd-section-haute-right-btns
{
    display: flex;
}

.hd-section-haute-right-btns a
{
    text-decoration: none !important;
}


.navbar-nous-trouver, .navbar-contact
{
    text-align: center;
    margin-left: 20px;
}

.navbar-contact
{
    text-align: center;
    margin-right: 30px;
}

.navbar-nous-trouver, .navbar-contact
{
    padding-top: 4px;
}
.navbar-nous-trouver > img , .navbar-contact > img
{
    height: 23px;
}

.navbar-nous-trouver > p , .navbar-contact > p
{
    font-size: 12px;
    line-height: 16px;
    font-family: "OpenSans";
    display: flex;
    color: #004652;
    text-decoration: none !important;
    padding-top: 3px;
    
}

.navbar-devenir-client, .navbar-me-connecter
{
    height: 48px;
    font-size: 14px;
    font-family: "OpenSans-SemiBold";
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 36px;
    width: fit-content;
    padding: 8px 24px;
    position: relative;
    gap: 8px;
    border: 1px solid #007461;
    transition: 0.3s;
}

.navbar-devenir-client 
{
    color: #007461;
    background-color: #fff;
}

.navbar-me-connecter
{
    margin-left: 3px;
    margin-right: 28px;
}

.navbar-devenir-client:hover, .navbar-me-connecter
{
    background-color: #007461;
    color: #fff;
}

.navbar-me-connecter:hover
{
    background-color:#308276;
}

.navbar-devenir-client > span, .navbar-me-connecter > span
{
    margin-top: 5px;
}

/*Navbar Mobile*/
.header-mobile
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    background-color: white;
    z-index: 9995;
    /*
    position: fixed;
    height: 60px;
    background-color: white;
    display: flex !important;*/
}

.hm-left
{
    height: 100%;
}

.hm-left > a
{
    height: 100%;
    width: 100px;
    display: flex;
    justify-items: center;
    align-items: center;
    padding-left: 15px;
    
}

.hm-left img
{
    max-height: 40px;
    width: auto;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.hm-right
{
    margin-left: auto;
    display: flex;
}

.navbar-contact-mobile
{
    padding-top: 12px;
    margin-right: 15px;
}

.navbar-connexion-mobile
{
    background-color: rgb(0, 116, 97);
    border-radius: 48px;
    width: 48px;
    height: 48px;
    margin-top: 8px;
    text-align: center;
    margin-right: 15px;
}

.navbar-connexion-mobile img
{
    height: 35px;
    padding-top: 9px;
}

/*Affichage navbar*/

@media (min-width: 990px) {
    #header-mobile {display: none !important;}
    #header-desktop {display: block !important;}
    header
    {
        margin-bottom: 160px !important;
    }
}
@media (max-width: 989px) {
    #header-desktop {display: none !important;}
    #header-mobile {display: flex !important;}
    header
    {
        margin-bottom: 60px !important;
    }
    .padding-jc-mobile 
    {
        padding-top: 60px;
    }
}