/*
    Lisa Monpierre
    EFRITS SAS
 
    Training center website
    Dec. 2021

	gris/noir #373737
	doré #C88F1A
	violet foncé #454859
	orange foncé #D2691E
	beige/gris  #B4A5A5 
*/

.logo
{
    background-size: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.toplogoMobile
{
    z-index : 13 !important;
    top: 0.2em !important;
	left: 0.2em !important;

	height: 3.1em !important;

	float: left !important;
	margin: auto 0 !important;

	background-image: url('../resource/logo/logo_blanc.png') !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.toplogo
{
    z-index : 13;
    top: 0.2em;
	left: 0.2em;

	height: 3.1em;
	width:200px;

	float: left;
	margin: 0;

	background-image: url('../resource/logo/logo_blanc.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.navbarMobile
{
	display: flex !important;
	flex-wrap: wrap !important;
	align-content: space-around !important;

	height: 60px !important;
	width: 100% !important;

	position: fixed !important;
	margin: 0 !important;
	padding: 0 !important;
	top: -2px !important;
	left: 0 !important;
	z-index: 10 !important;

	list-style-type: none !important;
	background-color: rgba(0,0,0,0.95) !important;
}

#navbarId
{
	background-color: rgba(0,0,0,0.6);
}

.navbar
{
	width: 100%;

	position: fixed;
	margin: 0;
	padding: 0;
	top: -2px;
	left: 0;
	z-index: 10;

	list-style-type: none;
}
.blockNavbar
{
	position: relative;
	height: 90px;
}
.navbar a 
{
	text-decoration: none;
}
.navbarLogo
{
	height: 120px;
	width: 320px;

	float: left;
	margin: 10px 10px;

	background-image: url('../resource/EFRITS_letters_dark2.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.subMenuBurger
{
	height: 100%;
	width: 100%;
	padding: 10px !important;
}
#cta, #ctaMenu
{
	opacity: 0;
}

#menuTitles 
{
    list-style: none;
    padding: 0;
    margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align:middle;
	height: fit-content;

}

#menuTitles > li {
	text-align: center;
	display: inline-block;
	vertical-align:middle;
    position: relative;
}

#menuTitles > li > a 
{
    display: block;
	margin: 5px 0 0 0;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    font-size: 1em;
	width: 160px;
	transition: all .8s ease;
}

#menuTitles > li > a:hover 
{
    background-color: #00FF00;
	cursor: pointer;
}

.dropdown 
{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown li a
{
    padding: 10px 0 10px 40%; 
    color: white;
    text-decoration: none;
    display: block;
	font-weight: bold;
    font-size: 1em;
	text-align: left;
	background-color: black;
	width: 200%;
}

.dropdown li a:hover 
{
    color: #00FF00;
}

.menuMobile
{
	height: fit-content !important;

	float: right !important;
	margin: auto 10px auto auto !important;
}

.menu
{
	height: fit-content;

	float: right;
	margin:10px;
}

/*


#menuTitles
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#menuTitles > li {
    position: relative;
}

.menuTitle a:hover
{
	color: #00FF00;
	cursor: pointer;
}

.menuTitle a
{
	position: relative;
	color: white;
	font-weight: bold;
	padding : 10px;
	margin: 0;
	text-align: center;
	display: inline-block;
	vertical-align:middle;
}

.dropdown
{
	text-align: center;
	display: inline-block;
	vertical-align:middle;
}

.dropbtn
{
	height: 100%;
	padding:5px 0;
	margin:0;
	display: inline-block;
	text-align:right;

	position: relative;
}

.menuTitle p, .dropbtn p, .dropdown-content a, .dropbtnSubMenu p, .dropdownSubMenu-content a
{
	font-size: 20px;
	width: 100%;
}
*/
.categoryMenuColor
{
	color: white !important;
	padding: 10px !important;
	margin:0;


	width: 100%;

	align-items: center;
	justify-content: center;
	
	font-weight:bolder;
}

.categoryMenuButtonMobile
{
	height: 50px;
	width: 150px;
}

.categoryMenu
{
	color: white !important;
	padding: 10px !important;
	margin:0;

	width: 100%;

	align-items: center;
	justify-content: center;
	
	font-weight: bold;
}

.subCategoryMenu
{
	color: #C88F1A !important;
	font-size: 17px;
	padding: 0;
}

.subCategoryMenu:hover
{
	text-shadow:none;
	color: white !important;
	background-color: #454859 !important;
}

.subCategorySubMenu
{
	color: #FAF9F9; 
	margin: 0 0 8px 0;
	font-style: italic;
	display: block;
}
#object {
    position: fixed;
    left: 0;
    bottom: 5%;
    height: 30px;
    width: 30px;
    border-radius:5px;
    background: #d3d3d3;
}

#iconBlockMenuListButton
{
	font-size: 18px;
}

.menuBarTopMobile, .menuBarMiddleMobile, .menuBarBottomMobile
{
	width: 40px !important;
	height: 2px !important;

	margin: 10px 6px !important;

	background-color: #00FF00 !important;
	transition: 0.4s !important;
}

.menuBarTop, .menuBarMiddle, .menuBarBottom
{
	width: 40px;
	height: 2px;

	margin: 10px 6px;

	background-color: #00FF00;
	transition: 0.4s;
}

.change .menuBarTopMobile 
{
	-webkit-transform: rotate(-45deg) translate(-14px, 14px) !important;
	transform: rotate(-50deg) translate(-14px, 14px) !important;
}

.change .menuBarMiddleMobile 
{
	opacity: 0 !important;
}

.change .menuBarBottomMobile 
{
	-webkit-transform: rotate(45deg) translate(-6px, -8px) !important;
	transform: rotate(45deg) translate(0px, -8px ) !important;
}

.change .menuBarTop 
{
	-webkit-transform: rotate(-45deg) translate(-12px, 14px);
	transform: rotate(-50deg) translate(-14px, 14px);
}

.change .menuBarMiddle 
{
	opacity: 0;
}

.change .menuBarBottom 
{
	-webkit-transform: rotate(45deg) translate(-12px, -12px);
	transform: rotate(45deg) translate(-14px, -8px );
}

.menuListMobile
{	
	width: 100% !important;
	height: 100% !important;

	display: none;
	position: fixed !important;
	flex-direction: column !important;
	z-index: 1 !important;
	left: 0px !important;
	top: 50px !important;
	border: none !important;
	margin: 0 !important;
	padding: 40px !important;

	background-color: black !important;
}

.menuList 
{	
	width: 100%;
	height: 100%;

	display: none;
	position: fixed;
	flex-direction: column;
	z-index: 1;
	left: 0px;
	top: 80px;
	border: none;
	margin: 0;

	background-color: #373737;
}

.menuListDownloadButton:hover
{
	animation-duration: 2.5s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: pulseEffect;
	
	background-color: #B4A5A5;
}

.menuListDownloadButton
{
	width: 400px;

	position: absolute;
	bottom: 20px;

	padding: 15px;
	margin: 15px 0 15px 0;

	border-radius: 6px;
	border: none;
	outline: none;

	text-align: right !important;
	font-weight: bold;
	color: #FAF9F9;
	background-color: #C88F1A;
	border-radius: 6px;
}

.menuListButton
{
	position: fixed;
	bottom: 100px;
	
	border-radius: 6px;
	border: none;
	outline: none;
	
	background-color: #c88f1a;
	
	color: #FAF9F9;
	font-weight: bold;
	text-align: right !important;
	border-radius: 6px;
}

.menuListButton:hover
{
	background-color: #454859;
}

.iconTextMenuListButton
{
	width: 100%;
	height: 100%;

	padding: 0;
	z-index: 0;
}

#iconBlockMenuListButton
{
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	margin: auto;
}

/**/

.dropdown-content a:hover
{
	text-shadow: none !important;
}
.dropdown-content 
{
  top: 70px;
  left:0px;
  position: absolute;
}

.dropdownSubMenu-content
{
	/*top: 0px;*/
}
.dropdownSubMenu
{
	/*
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	margin: 0;
	border:0;
	width:100%;
	text-align: left !important;

	position: relative;
	*/
}

.dropdown .dropbtn
{
	border: none;
	outline: none;
	background-color: inherit;
}

.dropdownSubMenu .dropbtnSubMenu
{
	/*
	border: none;
	outline: none;
	background-color: inherit;
	margin:0;
	height: 110px;
	width:100%;
*/
}

.dropdownSubMenu .dropbtnSubMenu p
{
	/*
	height:100%;
	width: 100%;
	margin:0;
	padding: 15px;
	text-align: left !important;
*/
}
  
.dropdown-content, .dropdownSubMenu-content
{
	/*
	display: none;
	position: absolute;
	width: 390px;

	z-index: 1;
	*/
}

.dropdownSubMenu-content
{
	/*
	background-color: #454859;
	left: 200px;
	width: 300px;
	*/
}
  
.dropdown-content a, .dropdownSubMenu-content a
{
	/*
	text-decoration: none;
	color: white;
	font-weight: bold;
	width: 100%;

	display: block;
	text-align: left !important;
	background-color:#97D321;

	padding: 15px;
	margin: 0;
	*/
}

.dropdownSubMenu-content a
{
	/*text-align: left !important;*/

}
  
.dropdown-content a:hover, .dropdownSubMenu-content a:hover, .menuList a:hover
{
	/*background-color: #202020;*/
}
  
.dropdown:hover .dropdown-content, .dropdownSubMenu:hover .dropdownSubMenu-content
{
	display: block;
}

.dropbtnSubMenu:hover
{
	background-color: #B4A5A5;
}

.change .menuBarTop 
{
	-webkit-transform: rotate(-45deg) translate(-18px, 9px);
	transform: rotate(-45deg) translate(-14px, 14px);
}

.change .menuBarMiddle 
{
	opacity: 0;
}

.change .menuBarBottom 
{
	-webkit-transform: rotate(45deg) translate(-12px, -12px);
	transform: rotate(45deg) translate(-10px, -12px );
}

.menuBarsMobile
{
	width: 200px !important;

	padding-top: 35px !important;
	padding-bottom: 25px !important;
}

.menuBars
{
	width: 100px;

	padding-top: 35px;
	padding-bottom: 25px;
}


@media 	only screen and 
		(min-width: 741px) 
		/* portrait tablet */
{
	.menu
	{
		display: block;
	}
	#menuTitles
	{
		display: none;
	}
	.navbar
	{
		height: 60px;
	}
	.subCategorySubMenu
	{
		display: block;
	}
	.subCategoryMenu
	{
		font-size: 28px !important;
	}
	.categoryMenu, .categoryMenuColor
	{
		font-size: 30px !important;
	}
	.subSubMenuBurger
	{
		font-size: 24px !important;
	}
	.menuList 
	{	
		width: 100%;
		height: calc(100% - 80px);
		
		padding: 0px 20px;
		top: 80px;
		background: linear-gradient(to bottom, #303030 0 1%, #373737 5% 100%);
	}
	
	.menuListButton
	{
		width: 260px;
		height: 80px;
		
		bottom: 10px;
		right: 10px;
		
		font-size: 20px;
		
		margin: 0;
		padding: 0 20px 0 0; 
	}
	
	.menuListDownloadButton
	{
		left: 20px;
	}
}

@media 	only screen and 
		(max-width: 740px) 
		/* portrait mobile */
{
	.menu
	{
		display: block;
	}
	#menuTitles
	{
		display: none;
	}
	.navbar
	{
		height: 60px;
	}
	.subCategorySubMenu
	{
		display: block;
	}
	.subCategoryMenu
	{
		font-size: 28px !important;
		width: 100%;
	}
	.categoryMenu, .categoryMenuColor
	{
		font-size: 30px !important;
		width: 100%;
	}
	.subSubMenuBurger
	{
		font-size: 18px !important;
		width: 100%;
	}
	.menuList 
	{
		padding: 0px 20px;
	}
	
	.menuListButton
	{
		width: 250px;
		height: 80px;
		
		bottom: 10px;
		right: 10px;
		
		font-size: 20px;
		
		margin: 0;
		padding: 0 20px 0 0; 
	}
	
	.menuListDownloadButton
	{
		left: 20px;
	}
}

@media 	only screen and 
		(min-width : 1825px) 
		/* desktop */
{
	.menu
	{
		display: none;
	}
	#menuTitles
	{
		display: block;
	}
	.navbar
	{
		height: 60px;
	}
	.subCategorySubMenu
	{
		display: block;
	}
	.subCategoryMenu
	{
		font-size: 18px;
	}
	.categoryMenu, .categoryMenuColor
	{
		font-size: 20px;
	}
	.menuList 
	{	
		padding: 30px 20px;
	}
	.menuListButton
	{
		width: 250px;
		height: 80px;
		
		bottom: 20px;
		
		margin: 0;
		padding: 0 20px 0 0; 
	}
	.menuListDownloadButton
	{
		left: 20px;
	}
}

@media 	only screen and 
		(orientation: landscape) and
		(min-width: 1601px) and
		(max-width: 1824px) 
		/* desktop */
{
	.menu
	{
		display: none;
	}
	#menuTitles
	{
		display: block;
	}
	.navbar
	{
		height: 60px;
	}
	.subCategorySubMenu
	{
		display: block;
	}
	.subCategoryMenu
	{
		font-size: 18px;
	}
	.categoryMenu, .categoryMenuColor
	{
		font-size: 20px;
	}
	.menuList 
	{	
		padding: 30px 20px;
	}
	.menuListButton
	{
		width: 250px;
		height: 80px;
		
		bottom: 20px;
		
		margin: 0;
		padding: 0 20px 0 0; 
	}
	
	.menuListDownloadButton
	{
		left: 20px;
	}
}

@media 	only screen and 
		(orientation: landscape) and 
		(min-width: 1225px) and 
		(max-width: 1600px) 
		/* laptop */
{
	.menu
	{
		display: none;
	}
	#menuTitles
	{
		display: block;
	}
	.navbar
	{
		height: 60px;
	}
	.subCategoryMenu
	{
		font-size: 18px;
	}
	.categoryMenu, .categoryMenuColor
	{
		font-size: 20px;
	}
	.menuList 
	{	
		padding: 30px 20px;
	}
	.menuListButton
	{
		width: 250px;
		height: 80px;
		
		bottom: 20px;
		
		margin: 0;
		padding: 0 20px 0 0; 
	}
	
	.menuListDownloadButton
	{
		left: 20px;
	}
}

@media 	only screen and 
		(orientation: landscape) and 
		(min-width: 961px) and 
		(max-width: 1224px) 
		/* landscape tablet */
{
	.menu
	{
		display: block;
	}
	#menuTitles
	{
		display: none;
	}
	.navbar
	{
		height: 60px;
	}
	.categoryMenu, .categoryMenuColor
	{
		font-size: 19px;
		padding: 0;
		margin: 0;
	}

	.subCategoryMenu
	{
		font-size: 18px;
		padding: 0;
		margin: 0;
	}
	.subCategorySubMenu
	{
		font-size: 17px;
		padding: 0;
		margin: 0;
	}
	
	.menuList 
	{	
		padding: 20px;
	}
	
	.menuListButton
	{
		width: 250px;
		height: 80px;
		
		bottom: 40px;
		
		margin: 0;
		padding: 0 20px 0 0; 
	}
	
	.menuListDownloadButton
	{
		left: 20px;
	}
}

@media 	only screen and 
		(orientation: landscape) and 
		(max-device-width: 960px) 
		/* landscape mobile */
{
	.menu
	{
		display: block;
	}
	#menuTitles
	{
		display: none;
	}
	.navbar 
	{
		height: 60px;
		margin: 0;
	}
	.menuList 
	{	
		overflow: scroll;

		padding: 0 20px;
	}

	.categoryMenu, .categoryMenuColor
	{
		font-size: 19px;
		padding: 0;
		margin: 0;
	}
	.subCategoryMenu
	{
		font-size: 18px;
		padding: 0;
		margin: 0;
	}
	
	.subCategorySubMenu
	{
		font-size: 17px;
		padding: 0;
		margin: 0;
	}

	.menuListButton
	{
		height: 80px;
		width: 250px;
		
		left: calc(100% - 285px);
		bottom: 30px;
		
		margin: 0;
		padding: 0 20px 0 0; 
	}
	
	.menuListDownloadButton
	{
		left: 20px;
	}
}
