


header {
	padding: 25px 25px;
	box-sizing: border-box;
	position: absolute;
	z-index: 99;
	width: 100%;
	background-color: initial;
	left: initial;
	top:0;
}
header nav {
	display: flex;
	margin-top: 0px;
}
header .nav-header li a{
	cursor: pointer;
	padding:initial;
}
header nav li a:hover {
	border-color: transparent;
	box-sizing: border-box;
}
header .formation.active{
	border-bottom: 2px solid #f1b53b;
}
header .formation.active .formation-zen{
	display:block;
}
/* header .nav-toggle .formation-zen{
	display:none;
} */
/* header .formation > ul.formation-zen {
	display:none;
} */
/* header .nav-toggle  .formation-zen{
	display:none;
} */

header .connect:hover{
	background: #1e6793;
	border-color: #1e6793;
	outline: 0;
	text-decoration: none;
}
header .formation.active a img {
	transform: rotate(180deg);
}
header > div{
	background: #FFFFFF;
	border-radius: 35px;
	height: 70px;
	box-sizing: border-box;
	position: relative;
	align-content: center;
	justify-content: flex-end;
	align-items: center;
}
header > div.div-pers{
	padding: 15px;
	display: flex;
}
header > div > a.lien-logo{
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -21px;
}
header > div > a .logo{
	width:130px;
}
header .content {
	box-sizing: border-box;
	max-height: 0;
	overflow: hidden;
	transition: max-height, .5s;
}

header	.scolarite .cross:before,.cross:after {
	content: '';
	border-top: 1px solid #3E474F;
	width: 11px;
	display: block;
	margin-top: 9px;
	transition: 0.3s;
}
header .cross:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: -1px;
}
header .cross{
	display:block;
	padding: 0 5px 0 0;
}
header .cross>a{
	padding: 0px 0 0 15px;
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	/* line-height: 35px; */
	color: #1E6794;
}
header input[type=radio]{
	display:none;
}
header input:checked ~ .content {
	padding: 8px 0 0 0;
	max-height: 400px;
	transition: max-height, 1s;
}

header input:checked ~  label .cross:before {
	transform: rotate(180deg);
}

header input:checked ~  label .cross:after {
	transform: rotate(0deg);
}
header .sous-liste{
	display:flex;
	position: relative;
	text-decoration: none;
}
header  .sous-liste span{
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #1E6794;
	overflow: hidden;
	word-wrap: break-word;
}
header .scolarite .content li a{
	font-family: Raleway;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #1E6794;
	text-decoration: none;
	text-align: left;
}
header .scolarite .content li a.plus {
	text-decoration: underline;
}
header .formation > ul {
	z-index:999;
	overflow: hidden;
	border-radius: 25px;
	left:0;
	top: 70px;
	background: #ffffff;
	position: absolute;
	display:none;
	max-width: 100%;
}
header .formation > .formation-pro {
	z-index: 999;
    line-height: 30px;
    overflow: hidden;
    top: 70px;
    background: rgba(240, 249, 251, 1);
    position: absolute;
    display: none;
    max-width: 100%;
	left: unset;
	border: 1px solid;
}


header .formation > ul > li > ul > li > ul {
	text-align: left;
	padding: 10px;
}
header .formation .scolarite li ul li{
	padding: 15px 0 0px 5px;
	display: block;
}
header .formation ul> ul> ul> a {
	font-family: Raleway;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #1E6794;
}

header>.formation > ul > ul > ul > li {
	padding: 15px 15px;
}

header .formation ul ul .theme-scolaire {
	background: rgba(240, 249, 251, 0.7);
	text-align: left;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}
header .formation> ul> li>div>img {
	width: 100%;
	object-fit: contain;
	height: 45px;
}

header .formation >ul > li > div > a{
	font-family: Raleway;
	font-style: normal;
	font-weight: bold;
	padding: 10px 0;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #1E6794;
}
header .formation ul ul .theme-scolaire:after{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 68px;
	height: 0px;
	left: 15px;
	border: 1px solid #C5CED5;
}

header .formation ul ul .theme-scolaire a {

	font-family: Raleway;
	font-style: normal;
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 18px;
	padding: 15px 0;
	text-transform: uppercase;
	color: #F1B53B;
}
header .formation > ul > li.scolaire > ul {
	display: grid;
	width: 100%;
	grid-template-rows: auto auto;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
header .formation > ul > li.parentalite > ul {
	display: flex;
	width:100%;
}
header .formation .navbar-toggle {
	display: none;
}

header .formation ul.scolarite img {
	display: block;
	width: auto;
	height: 40px;
}

header .formation > ul > li > div {
    background: rgba(240, 249, 251, 0.7);
    width: 135px;
    position: absolute;
    left: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-width: 135px;
    box-sizing: border-box;
    max-width: 135px;
}
header .formation> ul> li>div ,header .parentalite ul, header .formation ul ul .theme-scolaire {
	height: 135px;
}

header .formation> ul> li {
	padding: 0 0 0 135px;
	display:block;
}
header .formation > ul > li > .scolarite > li {
	display: block;
    position: relative;
	width: 100%;
	padding:0px;
    box-sizing: border-box;
	grid-row-start: 1;
	grid-row-end: 3;
	border-left: 1px dashed #7BB0CB;
}
header .formation > ul >.entreprise a img{
    margin-right: -18px;
}
header .formation > ul >.entreprise, header .formation > ul >.fonctionnaire{
	padding: 0 0 0 0px;
}
header .formation > ul > .fonctionnaire a img{
	height: 54px;
    margin-right: -18px;
}
header .formation > ul > .admin a img{
	width: 66px;
	height: 54px;
    margin-right: -18px;
    margin-top: 12px;
}
header .formation > ul > .entreprise a{
	color: #F1B53B;
    margin-bottom: 4px;
    word-wrap: break-word;
    font-weight: bold;
	padding: 0 15px 0 13px;
	border-bottom: 1px solid;
	border-radius: 0px;
	margin-top : 5px;
	display: flex;
}
header .formation > ul > .fonctionnaire a{
	color: #F1B53B;
    margin-bottom: 4px;
    word-wrap: break-word;
    font-weight: bold;
	padding: 0 15px 0 13px;
	margin-top : 5px;
	display: flex;
}
header .formation > ul > .admin{
    border-top: 1px solid;
}
header .formation > ul > .admin a{
	color: #1E6794;
    margin-bottom: 4px;
    word-wrap: break-word;
    font-weight: bold;
	padding: 0 15px 0 13px;
	margin-top : 5px;
	display: flex;
}
header .formation.active .formation-pro a img {
	transform: unset;
}
/* header .formation > ul > .entreprise span{
	margin-bottom: 15px;
} */
/* header .formation > ul > .fonctionnaire span{
	margin-bottom: 15px;
} */
header .formation > ul > .admin span{
	margin-top: 15px;
}

header .formation > ul > li > .scolarite > li.oral {
	grid-column-start: 5;
	grid-row-end: 2;
	grid-row-start: 1;
}
header .formation > ul > li > .scolarite > li.orientation {
	grid-row-start: 2;
	grid-column-start: 5;
}
header .formation a img {
	margin-left: 8px;
	width:auto;
}

header .formation > a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
	color: #05485D;
	
}

header nav li a {
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
	color: #05485D;
	text-decoration: none;
}
header > div > nav > ul {
    display: inline-flex;
	float:right;
	height:40px;
}

header > div > nav > ul > li{
    padding: 0 13px;
    align-items: center;
    display: flex;
}
header > div.div-pers > nav > ul > li{
	border-top:2px solid transparent;
	border-bottom: 2px solid transparent;
}
header > div.div-pers > nav > ul > li:hover{
	border-bottom: 2px solid #f1b53b;
}
header > div.div-pers > nav > ul > li:last-of-type {
    border-left: 1px solid #c8cfd4;
}
header .connect{
    display: flex;
    align-items: center;
    padding: 0px 16px;
    white-space: nowrap;
    border-color: transparent;
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
	text-align: center;
	text-decoration: none;
    color: #FFFFFF;
    background: #F5B700;
    box-shadow: 0px 5px 10px rgba(232, 151, 62, 0.4);
    border-radius: 35px;
}
header .parentalite{
	background: #f4fbfc;
	display: block;
    padding: 0;
}
header .parentalite ul{

	flex-wrap: wrap;
	align-content: space-evenly;
	justify-content: center;
	align-items: center;
	border-left: 1px dashed #7BB0CB;
}
header .parentalite ul li {
    text-align: center;
	padding: 2px 4px;

}
header .parentalite ul li a:hover{
	background: #1e6793;
	border-color: #1e6793;
	outline: 0;
	text-decoration: none;
	color:#ffff;
}
header .parentalite>img{
    width:auto;
    position: absolute;
    right: -13px;
    bottom: 75px;

}
header .parentalite ul li a {
    background: #FFFFFF;
    border: 1px solid #7BB0CB;
    border-radius: 25px;
    padding: 9px;
    flex-grow: 1;
    white-space: nowrap;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #05485D;
}
header .nav-mobile{
		display:none;
}
header label,.sp-checkbox + label {
	display: inline-flex;
	width: 100%;
	border-bottom: 1px solid #C5CED5;
    padding: 0 0 5px 0px;
    margin: 0px;
    font-weight: inherit;
	cursor: pointer; 
	border-radius: 0;
}
header .sp-checkbox:checked + label {
	border-bottom: 2px solid #f1b53b;
	border-top: transparent;
    border-left: transparent;
    border-right: transparent;
}
header .lock{
	display:none;
}
header .img-mobile{
	display:none;
}
header .formation > ul > .entreprise a>div,header .formation > ul > .fonctionnaire a>div {
	display: grid;
	margin-top:10px;
}
@media(max-width:1129px){
	header .formation > ul > li > ul > li > ul {
		padding: 0px;
	}
	header ul> li.pro >div {
		height:unset;
	}
	header ul> li>div, header .parentalite ul, header .formation ul ul .theme-scolaire {
		height: 150px;
	}
	ul.cour_list> li>div {
		height: 0px;
	}
	ul> li>div.chapter-title {
		height: 0px;
	}
	header .formation> ul> li>div, header .parentalite ul, header .formation ul ul .theme-scolaire {
		height: 150px;
	}
}
@media(max-width:992px){
	header .formation > ul > .entreprise a, header .formation > ul > .fonctionnaire a {
        display: inline-flex;
    }
    header .formation > ul > .entreprise span>span {
        margin-left: 15px;
    }
    header .formation > ul > .fonctionnaire span>span {
        margin-left: 15px;
    }
	header .formation> ul> li>div, header .parentalite ul, header .formation ul ul .theme-scolaire {
		height: 150px;
	}
	header>div> nav>ul>.formation.pro a>.flech{
		display:none;
	}
	header>div> nav>ul>.formation.pro{
		display: initial;
		width: 100%;
	}
	header>div> nav>ul>.formation.pro>a{
		font-family: Raleway;
		font-style: normal;
		font-weight: bold;
		/* padding: 10px 0; */
		font-size: 17px;
		line-height: 20px;
		text-align: center;
		color: #1E6794;
		display:block;
	}
	header .formation > ul > .admin{
		border-top: unset;
	}
	header>div> nav>ul>.formation.pro>div{
		display: inline-flex;
		position: relative;
		background: #ffff;
		left: 0;
		text-align: center;
		flex-wrap: initial;
		justify-content: center;
		align-items: center;
		align-content: center;
		min-width: 90px;
		box-sizing: border-box;
		height: 60px;
	}
	header .formation > ul > .entreprise a>div,header .formation > ul > .fonctionnaire a>div {
		display: grid;
		margin-top:0;
	}
	header .formation > ul > .entreprise a,header .formation > ul > .fonctionnaire a {
		border-bottom:unset;
		line-height: 18px;
		padding: 15px 0;
		text-transform: uppercase;
		font-family: Raleway;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
		padding: 15px 0;
		text-transform: uppercase;
		color: #F1B53B;
	}
	header>div> nav>ul>.formation.pro>ul{
		z-index: 999; 
		line-height: 30px; 
		overflow: hidden;
		border-radius: 0;
		background: rgba(240, 249, 251, 0.7);
		position: relative;
		display: block;
		max-width: 100%;
		top:0;border:unset;
		left: unset;
	}
	header>div> nav>ul>.formation.pro:after {
		content: "\f107";
		font-family: FontAwesome;
		position: relative;
		left: 93%;
		top: -48%;
		padding: 0px 5px;
		color: #151313;
	}
	header>div> nav>ul>.formation.pro.active:after {
		content: "\f106";
		font-family: FontAwesome;
		position: absolute;
		right: 17px;
		top: 17px;
		padding: 0px 5px;
		color: #151313;
	}
	header>div> nav>ul>.formation.pro:before{
		content: '\f07b';
		font-family:FontAwesome;
		position: absolute;
		left: 17px;
		top: 17px;
		padding: 0px 5px;
		color: transparent;
	}
	header > div > nav > ul{
		height:100%;
	}
	header .list2{
		display: inline-flex;
		width: 100%;
	}
	header .img-mobile {
		width: 27px;
		height: 27px;
		padding: 0 2px 0 5px;
	}
	header .list{
		display:none;
	}
	header>div> nav>ul>li {
		padding: 10px 0px;
	}
	header .img-mobile{
		display:block;
	}
	header .connect{
		display:none;
	}
	header .lock{
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		right: 75px;
		top: 50%;
		margin-top: -16px;
	}
	header nav {
		display: grid;
        margin-top:10px;
		background-color: #ffff;
		max-height:inherit;
		overflow:inherit;
	}
	header .lock img{
		width: 32px;
        height: 32px;
	}
	header > div.div-pers {
		background: #ffff;
		display: flow-root;
	}
	header>div>nav>ul {
		display: flow-root;
	}

	header .formation > ul {
		position:absolute;
	}
	header .formation > a {
		display:none;
	}
	header .formation> ul> li>div {
		display: inline-flex;
		position:relative;
		background: #ffff;
		left: 0;
		text-align: center;
		flex-wrap: initial;
		justify-content: center;
		align-items: center;
		align-content: center;
		min-width: 90px;
		box-sizing: border-box;
		
	}
	header .formation > ul {
		position:relative;
	}
	header .formation> ul> li {
		padding-left: 0px;
		text-align: left;
	}
	header .formation> ul> li>div>img {
		width: 27px;
		height: 27px;
		/* padding: 0 10px 0 27px; */
		padding: 0 5px 0 0px;
	}
	header .formation> ul> li>div, header .parentalite ul, header .formation ul ul .theme-scolaire {
			height: auto;

	}
	header .parentalite {
		background: #ffff;
	}
	header .parentalite ul li a {
		border: unset;
		border-radius: unset;
	}
	header .parentalite ul li {
		text-align: left;
	}

	header .formation > ul > li.parentalite > ul {
		display: none;
		width: 100%;
		padding: 15px;
	}
	header .formation > ul > li.scolaire > ul {
		display:none;
		width: 100%;
	}
	header .formation > ul > li.active > ul{
		display:block;
	}

	header .formation ul.scolarite img {
		display: inline-flex;
		object-fit: contain;
		padding-right: 5px;
		width: 25px;
	}
	header .formation ul ul .theme-scolaire {
		background: rgba(240, 249, 251, 0.7);
		text-align: left;
		display: flex;
		box-sizing: border-box;
		padding: 0 0 0 15px;
		position: relative;
	}
	header .formation ul ul .theme-scolaire a {
		display: inline-flex;
	}
	header .formation > ul {
		top:0px;
		display: block;
	}
	header .formation  ul {
		position:relative;
		width:100%;
	}
	header .formation  ul  .liste-parent:before{
		content: '\f07b';
		font-family:FontAwesome;
		position: absolute;
		left: 17px;
		top: 17px;
		padding: 0px 5px;
		color: transparent;
	}

	header .formation  ul  .liste-parent:after{
		content: "\f107";
		font-family: FontAwesome;
		position: absolute;
		right: 17px;
		top:17px;
		padding: 0px 5px;
		color: #151313;

	}
	header .formation  ul .active:before{
		content: '\f07c';
		font-family:FontAwesome;
		position: absolute;
		left: 17px;
		top: 94px;
		padding: 0px 5px;
		color: transparent;
	}
	header .formation.pro.active:after{
		content: "\f106";
		font-family:FontAwesome;
		position: absolute;
		right: 17px;
		top: 17px;
		padding: 0px 5px;
		color: #151313;
	}
	header .formation .active>ul{
		display:block;
	}
	header .formation > ul > li.parentalite .active > ul {
		display:block;
	}
	header .nav-mobile{
		display: block;
		position: absolute;		
		right: 32px;
		margin-top: -2.5px;
		top: 50%;
	}

	header #nav-toggle {
		height: 5px;
		width: 35px;
		cursor: pointer;
		text-align: right;
	}

	header #nav-toggle span,
	header #nav-toggle span:before,
	header #nav-toggle span:after {
		cursor: pointer;
		border-radius: 1px;
		height: 5px;
		width: 35px;
		background: #f1b53b;
		position: absolute;
		display: block;
		content: "";
		transition: all 300ms ease-in-out;
	}
	header #nav-toggle span:before {
		top: -10px;
	}
	header #nav-toggle span:after {
		bottom: -10px;
	}
	header #nav-toggle.active span {
		background-color: transparent;
	}
	header #nav-toggle.active span:before, #nav-toggle.active span:after {
		top: 0;
	}
	header #nav-toggle.active span:before {
		transform: rotate(45deg);
	}
	header #nav-toggle.active span:after {
		transform: rotate(-45deg);
	}
	header nav.active .list{
		display:block;
	}
	header .formation > ul > li > ul > li > ul {
		display:none;
	}
	header .formation ul ul .theme-scolaire:after {
		border:unset;
	}
	header .formation > ul > li > .scolarite > li {
		border-left:unset;
		padding:0;
	}
	header .parentalite>img {
		display:none;
	}
	header .parentalite{
		position: relative;
	}
	header .formation.active {
		border-bottom: unset;
	}


}

@media(max-width:768px){
	header .formation > ul >.entreprise a img {
		width: 55px;
		height: 30px;
	}
	header .formation > ul > .fonctionnaire a img {
		width: 55px;
		height: 30px;
	}
	header {
		padding: 11px 18px;
	}
}
