.menuIconContainer {
    position: fixed;
    top: 20px;
    width: 70px;
    margin-top: -2.5em;
    z-index: 1;
}

.menuIcon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 5px 5px 105px rgba(0,0,0,.4);
    cursor: pointer;
    top: 0px;
    left: 5px;
    background: #fff;
    transition: all 1s;
    margin-top: 30px;
}

.menuIcon a {
    font-size : 20px;
    color : #651d4c;
}

.menuIconContainer1 {
    right: 80px;
}

.menuIconContainer2 {
    right: 150px;
}

.menuIconContainer3 {
    right: 220px;
}


.menuCircle {
    position: fixed;
    left: 10px;
    top: 20px;
    width: 70px;
    height:70px;
    margin-top: -2.5em;
    z-index: 1;

}

.menuNetwork {
    position: fixed;
    right: 10px;
    top: 20px;
    width: 100px;
    margin-top: -2.5em;
    z-index: 1;

}

.logoNetwork {

    margin-top: 60px;
}

.logoNetwork i{
    margin-right:20px;
}

.logoNetwork a{
    color:black;
    font-size:18px;
}

.owlMenu {
    width: 400px;
    /*height: 360px;*/
    /*background: #ac2e82;*/
    transform: translateX(-110%);
    transition: 1s;
    /* ajouté par rapport à base */
    margin-top : 5px;
    background-color: rgba(255  , 255, 255, 0.9);
    /*opacity:0.2;*/
}

.owlMenu ul {
display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;


}
.active {
    transform: translateX(10%);
}


.gerard {
    /*height: 360px;*/
    transform: translateX(150%);
    transition: 1s;
}

.bob {
    transform: translateX(10px);
}


li {
    list-style: none;
}
li:hover {

    background: white;
}

.owlMenu a {
    font-size:22px;
    display: block;
    text-decoration: none;
    color: #000;
    /*opacity:1;*/
    /*text-transform: uppercase;*/
    width: 100%;
    height: 100%;
    padding: 10px 20px;
}
.owlMenu a:hover {
    color:  #333;
}


.hamburger {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*box-shadow: 5px 5px 105px rgba(0,0,0,.4);*/
    cursor: pointer;
    top: 10px;
    left: 10px;
    background: #fff;
    transition: all 1s;
    margin-top: 30px;
    z-index: 1000;

}
.hamburger span {
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-45%);
    background: #000;
    transition: .5s;
    /*   box-shadow: 2px 2px 40px rgba(0,0,0,.5); */
}
.hamburger span::before {
    position: absolute;
    top: -8px;
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #000;
    transition: .2s;
}
.hamburger span::after {
    position: absolute;
    top: 8px;
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #000;
    transition: .2s;
}
.hamburger-active span {
    transform: rotate(180deg);
    left: 40%;
}
.hamburger-active span::before {
    transform: rotate(45deg);
    width: 10px;
    transform-origin: right top;
    top: 0;
    right: 0;
}
.hamburger-active span::after {
    transform: rotate(-45deg);
    width: 10px;
    transform-origin: right bottom;
    top: 0;
    right: 0;
}

.formBlock .btn {
    border-radius: 8px;
}

.logoSite {
    width:200px;
    margin-top:30px;
    margin-left:30px;
    margin-bottom:30px;
}

#lateralSearchMenu select {
background-color:#345634;
height:40px;
border : none;
color : white;
-webkit-appearance: none;
}

select#search_menu_organismPublic  {
    background-color:#1d5487;
    color : white;
    -webkit-appearance: none;
}

/*#lateralSearchMenu label {*/
/*color : black;*/
/*font-weight:normal;*/
/*}*/



#lateralSearchMenu2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;

}

.logoText p{
    font-size:30px;
}

.logoText {
    margin-top : 20px;
    margin-bottom : 20px;
}

.menuLiAct {
    padding-left:10px;
}


.menuLiAct a{
    color:#666;
}
@media screen and (max-width: 860px) {

    .menuIconContainer1 {
        right: 60px;
    }

    .menuIconContainer2 {
        right: 110px;
    }

    .menuIconContainer3 {
        right: 160px;
    }

    .menuIcon {
        width: 40px;
        height: 40px;
    }

    .menuCircle {
        width: 50px;
    }

    .hamburger {
        width: 40px;
        height: 40px;
    }

    .menuIconContainer {
        width: 50px;
        background-color:white;
    }

    .hamburger span, .hamburger span:after, .hamburger span:before {
        width: 15px;
        height: 2px;
    }

    .logoSite {
        width:150px;
        margin-top:20px;
        margin-left:20px;
    }

}

@media screen and (max-width: 860px) {

    /*#lateralSearchMenu {*/
    /*    margin-top : 10px;*/
    /*    padding-right: 10px;*/
    /*}*/

    /*.logoText{*/
    /*    text-align:center;*/
    /*    margin-top:0;*/
    /*}*/

    .logoText p{
        font-size: 17px;
    }
}

.effaceMobile {
    font-size : 28px;
}



@media screen and (max-width: 588px) {
    .effaceMobile {
        display:none;
    }

    .logoSite {
             width:120px;
             margin-top:70px;
             margin-left:20px;
    }

    .owlMenu{
        width:200px;
    }

    .owlMenu a {
        font-size:16px;
    }
}

@media screen and (max-width: 956px) {
    .effaceMobile {
        font-size:25px;
    }
}

@media screen and (max-width: 700px) {
    .effaceMobile {
        font-size:17px;
    }
}

@media screen and (max-width: 350px) {
    /*.menuIconContainer {*/
    /*    padding-top:60px;*/
    /*}*/
    /*.menuCircle {*/
    /*    padding-top:60px;*/
    /*}*/

    .cacheMobile {
        display:none;
    }

    .affichageMobile {
        display:block;
    }

}

@media screen and (min-width: 350px) {

    .affichageMobile {
        display:none;
    }

}

@media screen and (max-height: 500px) {

    .owlMenu a {
        font-size: 18px;
        padding: 0;
    }

}
/*.owlMenu .glyphicon {*/
/*    color:#be4a97;*/
/*}*/



