.masque{visibility: hidden ; }
.show{visibility: visible; animation: fadeInHam .5s;  }
.hamburger-menu-icon-container{
    width: auto;
    height: 100%;
    position: absolute;
    right: 5px; 
    z-index: 999999999999999999999;
    transition: transform .5s;
	display:flex;
	align-items: center;
	cursor: url("../img/cursor.svg")9 9,pointer;
}
.hamburger-menu-icon{
    width: auto;
    height: 60%;
    content:url("../img/hamburger-icon.svg");  
    transition: transform .5s;
	cursor: url("../img/cursor.svg")9 9,pointer;
}
.hamburger-menu-lang{
    padding-right: 15px;
    width: auto;
    height: 40%;
    content:url("../img/language.svg");  
    transition: transform .5s;

	cursor: url("../img/cursor.svg")9 9,pointer;
}
.rotate{transform: rotate(90deg);}
.hamburger-menu-container{
    height: 92%;
    width: 100%;
    position: fixed;
    top: 8%;
    left: 0px;
	z-index: 99999999999999999999;
    align-items:center;
    align-content: center;
    display:flex;

}
.hamburger-item-container{
    height: auto;
    width: 50%;
    left: 25%;
    background-color:#d5dfd5;
    padding: 50px 0px 50px 0px;
    border: 3px solid;
    border-color: black;
    position: relative;
    display:grid;
    z-index: 99999999999999999999;
    justify-content: center;
    text-align: center;

}
.menu-fermer{
 	width: auto;
    height: 8%;
    position: absolute;
    right: 5px;
    top: 5px;
    content:url("../img/close.svg");  
    transition: transform .5s;
    cursor: url("../img/cursor.svg")9 9,pointer;
}
.hamburger-item{
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    padding: 20px;
    font-weight: 700;
    border-bottom: solid 1px black;   
}
.hamburger-item-moveright{
    transition: transform .5s;

}
.hamburger-lang-container{
    height: 50%;
    width: 50%;
    position: absolute;
	z-index: 9999999999999999999999999;
    left: 25%;
	top: 25%;
    display:inline-grid;
    justify-content: center;
	align-content: center;
    text-align: center;
	border-color: black;
	background-color: #d5dfd5;
	border: solid 3px;
}
.langue-fermer{
 	 width: auto;
    height: 10%;
    position: absolute;
    right: 5px;
    top: 5px;
    content:url("../img/close.svg");  
    transition: transform .5s;
	cursor: url("../img/cursor.svg")9 9,pointer;
}

.hamburger-item-moveright:hover{transform: translate(20px);}
@keyframes fadeInHam {0% { opacity: 0;}100% { opacity: 1;}}


@media (min-width:1919px){
	.hamburger-menu-container{	height: 95%;top: 5%;}
	
}
@media only screen and (hover:none) and (pointer:coarse){
	.hamburger-menu-container{	height: 95%;top: 5%;}
	.hamburger-item{font-size: 40px; padding: 20px;}
}