/*NEW*/

section#topbar-section .row-container .row {
	padding: 0 36px;
}

.box-container {
	margin-top: 110px;
}

section#topbar-section .wpb_column {
	padding: 0;
}

div#topbar-menu {
	width: 57%;
}

div#topbar-logo {
	width: 23%;
}

header#masthead img {
	height: 80px;
	width: auto;
	display: block;
	/*margin-top: 10px;*/
}


header#masthead.site-header .simplebar-track.simplebar-vertical {
	background: rgba(0, 53, 131, 0.18);
	width: 9px;
	height: 97%;
	margin: auto;
	border-radius: 7px;
	right: 5px;
}

header#masthead.site-header .simplebar-track.simplebar-vertical.simplebar-hover {
	right: 4px;
}

/*-------------------------*/
/*MOBILE MENU SWITCH*/
/*-------------------------*/
div#mobile-menu-switch {
	position: fixed;
	right: 36px;
	top: 0;
	/* bottom: 0; */
	margin: 22.5px auto;
	height: 25px;
	width: 35px;
	display: none!important;
	z-index: 1000;
}

#nav-icon {
	width: 35px;
	height: 25px;
	position: relative;
	/* margin: 50px auto; */
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon span{
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #003583;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2) {
	top: 10px;
}

#nav-icon span:nth-child(3) {
	top: 20px;
}

header#masthead.menu-visible #nav-icon span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

header#masthead.menu-visible #nav-icon span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

header#masthead.menu-visible #nav-icon span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/*OLD*/

header#masthead.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: #fff;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.35);
	z-index: 100000;
}

header#masthead .row .uncol{
	overflow: visible;
}

header#masthead .vc_column-inner {
	padding: 0;
	margin: 0;
}

header#masthead .wpb_content_element {
	margin-bottom: 0;
}

/*Extra*/

div#topbar-extra {
	width: 8%;
}

div#target-menu .fake_list {
	padding-right: 0;
}

div#extra-header-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

div#target-menu {
	line-height: 110px;
	background: #BDCDE4;
	color: #003583;
	font-weight: 500;
	font-size: 17px;
}

div#search-menu {
	width: 110px;
	height: 110px;
	background: #003583;
	text-align: center;
	/* line-height: 110px; */
	cursor: pointer;
	display: flex;
	/* height: 100%; */
	align-items: center;
	justify-content: center;
}

div#search-menu i {
	color: #fff;
	font-size: 26px;
}

/*JE SUIS */
.fake_list_value a{
	background: #BDCDE4;
	color: #003583;
}

/*Social networks*/
div#social-networks {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	height: 25px;
	margin: auto;
	font-size: 20px;
	line-height: 110px;
	margin-left: 36px;
}

div#social-networks a {
	width: auto;
	background: none;
	color: #003583;
	padding: 10px;
	text-align: center;
}

div#social-networks .fake_list_label {
	width: 36px;
	background: none;
}

div#social-networks .fake_list_label i {
	margin: 0;
	font-size: 23px;
	color: #003583;
}

div#social-networks .fake_list_values {
	margin-top: 20px;
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.16);
	background: none;
}

div#social-networks .fake_list {
	padding: 0;
}

div#social-networks .fake_list_values {
	background: #ffffff;
}


@media (max-width: 1500px) and (min-width: 960px){

	div#social-networks {
		margin-left: 0px;
	}

}

@media (min-width: 1500px), (max-width: 960px){

	div#social-networks .fake_list_label {
		display: none;
	}

	div#social-networks .fake_list_values {
		position: relative;
		display: flex;
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
		width: 100%;
		margin: 0;
		min-width: 0;
		align-items: center;
		justify-content: center;
		line-height: 20px;
	}

	div#social-networks .fake_list {
		width: 100%;
		padding: 0;
	}

	div#social-networks a {
		width: 25px;
		background: none;
		padding: 0;
		text-align: center;
		margin-right: 5px;
	}

	div#social-networks .fake_list_values {
		box-shadow: none;
		background: none;
	}

}

@media (max-width: 1200px){

	section#topbar-section div#topbar-logo {
		width: 17%;
		padding-right: 36px;
	}

	header#masthead img {
		width: 100%;
	}

}

@media (max-width: 960px){

	.box-container{
		margin-top: 70px;
	}

	header#masthead.site-header{
		height: 70px;
	}

	div#topbar-menu {
		position: fixed;
		left: 0;
		top: 0;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		height: 100%;
		background: white;
		pointer-events: none;
		transition: .25s;
	}

	div#mobile-menu {
		display: block!important;
	}

	div#mobile-menu-switch {
		display: block!important;
	}

	header#masthead.menu-visible div#topbar-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
	}

	section#topbar-section div#topbar-logo {
		width: 170px;
		height: 70px;
	}

	header#masthead img {
		height: 50px;
		margin-top: 10px;
	}

	div#topbar-extra {
		/* position: fixed; */
		/* top: 0; */
		/* width: auto; */
		/* right: 112px; */
	}

	div#target-menu {
		line-height: 50px;
	}

	div#search-menu {
		position: fixed;
		top: 0;
		right: 112px;
		width: 70px;
		height: 70px;
	}

	div#social-networks {
		position: fixed;
		left: 0;
		bottom: auto;
		/* left: auto; */
		top: 85px;
		line-height: 20px;
		/*padding-left: 27px;*/
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: .25s;
		/* background: #ffffff; */
	}

	header#masthead.menu-visible div#social-networks {
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
	}

	div#target-menu .fake_list_label {
		justify-content: flex-start;
	}

	div#target-menu .fake_list {
		padding: 0;
	}

	header#masthead ul.menu > li > a, div#target-menu .fake_list {
		padding: 0 36px;
	}

	div#topbar-menu .fake_list_value a {
		padding: 10px 36px;
	}

	.menu-visible #topbar-section:before {
		content: '';
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #003583;
		z-index: 100000;
		margin-top: 0px;
	}

	div#social-networks a {
		padding: 0 10px;
		width: auto;
	}

}


@media (max-width: 600px){

	#nav-icon {
		width: 30px;
	}

	div#mobile-menu-switch {
		right: 31px;
	}

	div#search-menu {
		right: 102px;
	}

}

@media (max-width: 480px){

	div#mobile-menu-switch {
		right: 20px;
	}

	div#search-menu  {
		right: 80px;
	}

	section#topbar-section .row-container .row {
		padding: 0px 20px;
		/* border-bottom: 4px solid rebeccapurple; */
		/* z-index: 1; */
		/* padding-bottom: 11px; */
	}

}
