/*   ---------------------------------------   */
/*   ---------   header    ------------   */
/*   ---------------------------------------   */
#dummyHeader {
	display: block;
	height: 80px;
}

#headerWrap{
/*	position: relative;*/
	z-index: 998;
	max-height: 100vh;
	overflow: auto;
	
	background-origin: border-box;
/*	background-image: url('images/liensBkgd2.png');*/
	background-repeat: repeat-y;
/*	background-position: center;*/
	background-size: 110px;
	background-position: 65px 0px;
}

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

	#headerWrap{
		background-size: 90px;
		background-position: 60px 0px;
	}


}

#headerWrap.pullDownMenu-dsgn-open {
  		box-shadow: -5px 0px 20px rgba(0,0,0,0.2);	
}

#header {

	background: linear-gradient(180deg, rgba(255,255,255,1) 100px,rgba(255,255,255,0.3) 150px, rgba(255,255,255,0.3) 80%, rgba(255,255,255,1) 100%);
/*	background-color: rgba(255, 255, 255, 0.7);*/

/*	height: 80px;*/
/*	position: fixed;
	top: 0px;
/*	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);*/
}

/*	--------------  Logo -------------------*/
#logoMottoHeader {
/*	display: none;*/
	transition: 0.2s;
	max-height: 0px;
	position: absolute;
	overflow: hidden;
}
#logoMottoHeader.pullDownMenu-dsgn-open {
	display: block;
	max-height: 140px;
}


/*   ---------------------------------------   */
/**--------------- Menu ----------------*/
/*   ---------------------------------------   */
.displayMenuMob{
	display: block;
}

.menuMain {
	display: none;
}

#menuMainMob {

/*	display: block;*/
/*	position: fixed;
	top: 0px;
	right: -300px;
	bottom: 0px;*/
	z-index: 998;
	width:auto;	
	text-align: right;
/*    background-color: rgba(255, 255, 255, 1);*/
/*	box-shadow: -5px 0px 20px rgba(0,0,0,0.2);	*/
  
	-webkit-transition: 0.2s;
	-Moz-transition: 0.2s;
	-O-transition: 0.2s;
	-ms-transition: 0.2s;
    transition: 0.2s;
    height: 0px;
	overflow: hidden;
	margin: 0px 0px;
}
#menuMainMob.pullDownMenu-open  {
	margin-top: 30px;
	margin-bottom: 20px;
}

#menuMainMob ul {
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
		
	display: inline-block;
	margin: 0px;
	margin-top: 20px;
	padding:0px;
}
#menuMainMob ul.dropdown {
	margin-top: 0px;
	font-size: 16px;
	min-width: 80%;
}
#menuMainMob ul a {
	padding: 10px 20px 10px 30px;
	display: block;
}
#menuMainMob ul ul.dropdown a {
	margin-right: 40px;
	border-right: solid 1px rgba(150, 150, 150, 1);
	border-right: solid 1px rgba(186, 41, 49, 1);
}
#menuMainMob ul li{
	display: list-item;
	float: none;
	text-align: right;
	margin: 0px;
	width: auto;
	line-height: auto;
}


#menuIcon {
	-webkit-transition: -webkit-transform 0.2s;				
	-moz-transition: -moz-transform 0.2s;				
	-o-transition: -o-transform 0.2s;				
	-ms-transition: 0.2s;
	transition: transform 0.2s;				
}
#menuMainMob ul li.currentMenu {
	color: rgba(186, 41, 49, 1);
}
/*
#menuMainMob li:hover a,
#menuMainMob li:hover ul.dropdown li:hover,
#menuMainMob li:hover ul.dropdown li:hover a
{
	background-color: rgba(240, 240, 240, 1);
}
#menuMainMob li:hover ul.dropdown a {
	background-color: white;
}
*/
#menuMainMob ul a:active:hover {
	background-color: rgba(240, 240, 240, 1);
	color: rgba(186, 41, 49, 1);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {

	#protectScreen {
		-webkit-backdrop-filter: blur(7px);
		backdrop-filter: blur(7px);
		background-color: rgba(255, 255, 255,0.5);	
	}
}

#menuMainMob #dropdownCollaborations {
	display: none;
}
#bodyparcours #menuMainMob #dropdownCollaborations,
#bodycollaborations #menuMainMob #dropdownCollaborations {
	display: inline-block;
}

