/*[fmt]0A90-0A0A-2*/
#zoombox iframe,#zoombox img{
	border:none;
}
#zoombox .zoombox_mask{
	background-color:#000;
	position:fixed;
	width:100%;
	z-index:1051;
	height:100%;
	top:0;
	left:0;
}
#zoombox .zoombox_container{
	position:absolute;
	z-index:1052;
}
#zoombox .relative{
	position:relative;
}
#zoombox .zoombox_prev{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	cursor:pointer;
	/*+opacity:0;*/
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#zoombox .zoombox_prev:hover{
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#zoombox .zoombox_next{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	/*+opacity:0;*/
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#zoombox .zoombox_close,#zoombox .zoombox_next,#zoombox .zoombox_prev{
	cursor:pointer;
}
#zoombox .multimedia .zoombox_next,#zoombox .multimedia .zoombox_prev{
	display:none;
}
#zoombox .zoombox_next:hover{
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#zoombox .zoombox_gallery{
	position:fixed;
	z-index:1054;
	bottom:-60px;
	left:0;
	right:0;
	text-align:center;
	/*+opacity:85%;*/
	filter:alpha(opacity=85);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	cursor:pointer;
	width:auto;
	background-color:#050505;
	height:60px;
	overflow: hidden;
	display:none;
}
#zoombox .zoombox_gallery img{
	height:50px;
	padding:5px;
	/*+opacity:50%;*/
	filter:alpha(opacity=30);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
#zoombox .zoombox_gallery img:hover,#zoombox .zoombox_gallery img.current{
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#zoombox_loader{
	background:url(img/loader.png) no-repeat left top;
	position:absolute;
	height:40px;
	width:40px;
	cursor:pointer;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	z-index:1053;
}
/** Zoombox Theme **/
.zoombox .zoombox_container{
	background:#000;
	color:#666;
	/*+box-shadow:0px 0px 10px #000000;*/
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	-o-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	-o-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}
.zoombox .content{
	background:#000;
}
.zoombox .zoombox_title{
	color:#FFF;
	/*+placement:anchor-top-left -1px -22px;*/
	position:absolute;
	left:-1px;
	top:-22px;
	/*+text-shadow:1px 1px #000000;*/
	-moz-text-shadow:1px 1px #000000;
	-webkit-text-shadow:1px 1px #000000;
	-o-text-shadow:1px 1px #000000;
	text-shadow:1px 1px #000000;
	-moz-text-shadow:1px 1px #000;
	-webkit-text-shadow:1px 1px #000;
	-o-text-shadow:1px 1px #000;
	text-shadow:1px 1px #000;
}
.zoombox .zoombox_close{
	background:url(img/close.png) no-repeat;
	width:30px;
	height:30px;
	/*+placement:anchor-top-right -15px -15px;*/
	position:absolute;
	right:-15px;
	top:-15px;
}
#zoombox.zoombox .zoombox_next{
	background:url(img/next.png) no-repeat right center;
}
#zoombox.zoombox .zoombox_prev{
	background:url(img/prev.png) no-repeat left center;
}
/** Lightbox Theme **/
.lightbox .zoombox_container{
	background:#FFF;
	margin-left:-30px;
	padding:10px 10px 37px;
	color:#666;
}
.lightbox .zoombox_close{
	background:url(img/lightclose.gif) no-repeat left top;
	width:66px;
	height:22px;
	top:auto;
	/*+placement:anchor-bottom-right 12px 6px;*/
	position:absolute;
	right:12px;
	bottom:6px;
}
.lightbox .zoombox_title{
	text-align:left;
}
.lightbox .zoombox_next{
	background:url(img/lightnext.gif) no-repeat right 50px;
}
.lightbox .zoombox_prev{
	background:url(img/lightprev.gif) no-repeat left 50px;
}
#zoombox.lightbox .zoombox_gallery{
	left:10px !important;
	right:10px;
	bottom:36px;
}
/** Pretty Photo Theme **/
.prettyphoto .zoombox_container{
	border:10px solid #0B0A0A;
	/*+border-radius:10px;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	background:#FFF;
	padding:10px 10px 37px;
	margin-left:-20px;
	color:#797979;
}
.prettyphoto .zoombox_title{
	text-align:left;
}
.prettyphoto .zoombox_close{
	background:url(img/ppsprite.png);
	width:27px;
	height:24px;
	top:auto;
	/*+placement:anchor-bottom-right 6px 8px;*/
	position:absolute;
	right:6px;
	bottom:8px;
}
.prettyphoto .zoombox_next{
	background:url(img/ppnext.png) no-repeat right center;
}
.prettyphoto .zoombox_prev{
	background:url(img/ppprev.png) no-repeat left center;
}
.prettyphoto .multimedia .zoombox_next,.prettyphoto .multimedia .zoombox_prev{
	display:none;
}
#zoombox.prettyphoto .zoombox_gallery{
	left:10px !important;
	right:10px;
	bottom:36px;
}
/** Dark Pretty Photo Theme **/
.darkprettyphoto .zoombox_container{
	/*+border-radius:10px;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	background:#0C0C0C;
	padding:10px 10px 37px;
	margin-left:-30px;
	color:#828282;
}
.darkprettyphoto .zoombox_title{
	/*[empty]position:;*/
	text-align:left;
}
.darkprettyphoto .zoombox_close{
	background:url(img/ppsprite.png);
	width:27px;
	height:24px;
	top:auto;
	/*+placement:anchor-bottom-right 2px 6px;*/
	position:absolute;
	right:2px;
	bottom:6px;
}
.darkprettyphoto .zoombox_next{
	background:url(img/ppnext.png) no-repeat right center;
}
.darkprettyphoto .zoombox_prev{
	background:url(img/ppprev.png) no-repeat left center;
}
.darkprettyphoto .multimedia .zoombox_next,.darkprettyphoto .multimedia .zoombox_prev{
	display:none;
}
#zoombox.darkprettyphoto .zoombox_gallery{
	left:10px !important;
	right:10px;
	bottom:36px;
}
/** Simple Theme **/
.simple .zoombox_container{
	background:#000;
}
.simple .zoombox_title{
	color:#FFF;
	/*+placement:anchor-top-left -1px -22px;*/
	position:absolute;
	left:-1px;
	top:-22px;
	/*+text-shadow:1px 1px #000000;*/
	-moz-text-shadow:1px 1px #000000;
	-webkit-text-shadow:1px 1px #000000;
	-o-text-shadow:1px 1px #000000;
	text-shadow:1px 1px #000000;
	-moz-text-shadow:1px 1px #000;
	-webkit-text-shadow:1px 1px #000;
	-o-text-shadow:1px 1px #000;
	text-shadow:1px 1px #000;
}
#zoombox.simple .zoombox_next{
	background:url(img/simplenav.png) no-repeat -20px center;
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
	right:-20px;
	width:20px;
}
#zoombox.simple .zoombox_next:hover{
	background-position-x:left;
}
#zoombox.simple .zoombox_prev{
	background:url(img/simplenav.png) no-repeat -40px center;
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
	left:-20px;
	width:20px;
}
#zoombox.simple .zoombox_prev:hover{
	background-position-x:-60px;
}
.simple .zoombox_prev{
	background:url(img/ppprev.png) no-repeat left center;
}
.simple .zoombox_close{
	background:url(img/simpleclose.png) no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	right:-10px;
}

#zoombox.simple .multimedia .zoombox_next,#zoombox.simple .multimedia .zoombox_prev{
	display:block;
}

/* Style des flèches de navigation du carousel */
#timeline .owl-carousel {
	position: relative;
}

#timeline .owl-carousel .owl-nav [class*=owl-] {
  background-color: transparent;
  color: #ff6f00;
  opacity: 0.6;
  font-size: 28px;
  position: absolute;
}

#timeline .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  opacity: 1;
}

#timeline .owl-carousel .owl-nav .owl-prev {
	top: 45%;
	left: 0;
}

#timeline .owl-carousel .owl-nav .owl-next {
	top: 45%;
	right: 0;
}


@media (max-width: 990px) {
	#timeline {
		width: 100%;
		position: relative;
		display: none;
	}

	#timeline p {
		color: white;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
	}

	.item {
		width: 100%;
		height: 100px;
		position: relative;
		float: left;
		transition: all 0.5s;
		overflow: hidden;
	}
	

	.item.focus {
		transition: all 0.5s;
		height: 900px;
	}
	.item section.wrap.disable{
		-webkit-filter: grayscale(1);
    	filter: grayscale(1);
	}
	.item section.wrap {
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		border-right: 1px solid #fff;
		position: relative;
		filter: initial;

	}

	/* Date sur la frise */
	.item .wrap > h2.date {
		margin: 0;
		color: #FF6F00;
		font-weight: 400;
		font-size: 40px;
		text-align: center;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateX(-50%);
	}

	/* Filtre de couleur sur la frise */
	.item .wrap > div.filter {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #224378;
		opacity: 0.7;
	}

	/* Contenu de la date */
	.item  .wrap > div.content {
		opacity: 0;
	 	transition: all 0.5s;
		padding: 50px 20px;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.item.visible .wrap > div.content {
		opacity: 1;
	 	transition: all 0.5s;
	}

	.item.visible .wrap > div.content .close {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.item.focus .wrap > h2.date {
		display: none;
	}

	.item .selector {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		cursor: pointer;
	}

	.item.focus .selector {
		display: none;
	}

	.item .wrap > div.content .inner-slides,
	.item .wrap > div.content .inner-slides .owl-carousel {
		width: 100%;
		height: 100%;
		color: white;
		cursor: default;
	}

	/*
		Slides de la frise

	 */

	.item .content .slide {
		// padding-top: 50px;
	}

	.item .content .slide h2 {
		font-size: 130px;
		line-height: 85px;
		margin-top: 0;
		margin-bottom: 30px;
		text-align: center;
	}

	.item .content .slide .title {
		background-color: transparent;
		color: #FF6F00;
		font-size: 17px;
		font-weight: bold;
		padding: 10px 20px 7px 10px;
		margin-bottom: 20px;
		text-align: center;
	}



	/* 
		Footer de la frise 

		4 états : 
		- Défaut
		- Opacité
		- Presque centré
		- Complément centré
	*/
	.item footer {
		display:none;
	}

	
}

/* Pour version desktop */
@media (min-width: 991px) {

	#timeline {
		overflow: scroll;
		width: 100%;
		height: 105vh;
		position: relative;
		display: none;
		background-color: #000;
	}

	#timeline p {
		color: white;
		font-size: 16px;
		line-height: 18px;
	}

	.item {
		width: 250px;
		height: 370px;
		position: relative;
		float: left;
		transition: all 0.5s;
	}

	.item.aside {
		width: 750px;
	}

	.item.focus {
		transition: all 0.5s;
		width: 750px;
	}
	.item.focus section.wrap{
		filter: initial;
	}
	
	.item section.wrap {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		border-right: 1px solid #fff;
		position: relative;
		
	}

	.item section.wrap.disable {
		background-image: url(../img/logo-seche-frise.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		-webkit-filter: grayscale(1);
    	filter: grayscale(1);
	}

	/* Date sur la frise */
	.item .wrap > h2.date {
		margin: 0;
		color: #FF6F00;
		font-weight: 400;
		font-size: 40px;
		text-align: center;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translateX(-50%);
	}

	/* Filtre de couleur sur la frise */
	.item .wrap > div.filter {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #224378;
		opacity: 0.7;
	}

	/* Contenu de la date */
	.item  .wrap > div.content {
		opacity: 0;
	 	transition: all 0.5s;
		padding: 50px 20px;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.item.visible .wrap > div.content {
		opacity: 1;
	 	transition: all 0.5s;
	}

	.item.visible .wrap > div.content .close {
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.item .wrap >div.content .owl-carousel {
		display: none;
	}

	.item.focus .wrap >div.content .owl-carousel {
		display: block;
	}

	.item.focus .wrap > h2.date {
		display: none;
	}

	.item .selector {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		cursor: pointer;
	}

	.item.focus .selector {
		display: none;
	}

	.item .wrap > div.content .inner-slides,
	.item .wrap > div.content .inner-slides .owl-carousel {
		width: 100%;
		height: 100%;
		color: white;
		cursor: default;
	}

	/*
		Slides de la frise

	 */

	.item .content .slide {
		// padding-top: 50px;
	}

	.item .content .slide h2 {
		font-size: 85px;
		line-height: 40px;
		margin-top: 5;
		margin-bottom: 25px;
	}

	.item .content .slide .title {
		background-color: #FF6F00;
		color: white;
		font-size: 17px;
		font-weight: bold;
		padding: 10px 20px 7px 10px;
		margin-bottom: 20px;
	}



	/* 
		Footer de la frise 

		4 états : 
		- Défaut
		- Opacité
		- Presque centré
		- Complément centré
	*/
	.item footer {
		height: 200px;
		background-color: #000;
		color: #fff;
		border-top: 2px solid #fff;
		transition: all 0.5s;
	}

	.item footer .wrap {
		margin-left: 15px;
		margin-right: 15px;
	}

	/* Ligne */
	.item footer .wrap > .line {
		background-image: url(../img/historique_timeline.png);
		background-repeat: repeat-y;
		background-position: center;
		width: 100%;
		height: 15px;
		opacity: 0;
	}
	.item footer.center-opacity .wrap > .line {
		transition: all 0.5s;
		opacity: 0.3;
		height: 20px;
	}
	.item footer.center-partial .wrap > .line {
		transition: all 0.5s;
		opacity: 1;
		height: 40px;
	}
	.item footer.center-full .wrap > .line {
		transition: all 0.5s;
		opacity: 1;
		height: 80px;
	}


	/* Point */
	.item footer .wrap > .point {
		background-image: url(../img/point_timeline.png);
		background-repeat: no-repeat;
		background-position: top center;
		width: 100%;
		height: 10px;
		opacity: 0.3;
	}
	.item footer.center-partial .wrap > .point,
	.item footer.center-full .wrap > .point {
		transition: all 0.5s;
		opacity: 1;
	}


	/* Date */
	.item footer .wrap  > .date {
		text-align: center;
		opacity: 0;
		cursor: default;
	}
	.item footer.center-opacity .wrap > .date {
		transition: all 0.5s;
		opacity: 0.3;
	}
	.item footer.center-partial .wrap > .date,
	.item footer.center-full .wrap > .date {
		transition: all 0.5s;
		opacity: 1;
	}

	.item footer .wrap.visible .date {
		opacity: 0.3;
	}

	


}

/* Changement style owl carousel dot*/
#timeline .owl-theme .owl-dots .owl-dot {
	zoom:2;
}

#timeline .owl-theme .owl-dots .owl-dot.active span {
	background: #FF6F00;
	opacity: 0.8;
}
#timeline .owl-theme .owl-dots .owl-dot:hover span {
	background: #FF6F00;
	opacity: 0.4;
}

#timeline .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	opacity: 0.2;
} 
.wrap-scroll {
	transition: all 0.5s;
	height: 15px;
	opacity:0.4;
}

.wrap-scroll:hover {
	transition: all 0.5s;
	opacity: 1;
}

.wrap-scroll .line {
	position: absolute;
	border: 1px solid rgba(255,255,255,0.8);
	height: 100%;
	width: 100%;
}

.wrap-scroll .cursor {
    border-radius: 2px;
    position: absolute;
    left: 0;
    width: 75px;
    height: 13px;
    margin: 1px 0;
    background-color: #FF6F00;
    transition: all 0.1s;
}

// .wrap-scroll .cursor:hover,
// .wrap-scroll .cursor:active,
// .wrap-scroll .cursor:focus {
//     transform: scale3d(1.5, 1.5, 1.5);
//     transition: all 0.3s;
// }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*!
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* ** CONSTANT ** */
/* ** ABSTRACT CLASS ** */
.box-shadow-little {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.text-shadow-little {
  text-shadow: 0px 0px 1px grey;
}
/* ** Helpers ** */
.white_bg {
  background-color: #fff;
}
.grey_lighten_bg {
  background-color: #f6f6f6;
}
.grey_light_bg {
  background-color: #dedede;
}
.grey_medium_bg {
  background-color: #F3F2F2;
}
.blue_dark_bg {
  background-color: #224378;
  color: white;
}
.blue_fushia_bg {
  background-color: #5284e2;
}
.blue_medium_bg {
  background-color: #2259ae;
}
.blue_light_bg {
  background-color: #42acf9;
}
.blue_light_2_bg {
  background-color: #1876aa;
}
.blue_light_3_bg {
  background-color: #628bc4;
}
.brown_dark_bg {
  background-color: #585857;
}
.orange_bg {
  background-color: #f57600;
}
.grey_lighten {
  color: #f6f6f6;
}
.blue_dark {
  color: #224378;
}
.blue_fushia {
  color: #5284e2;
}
.blue_medium {
  color: #2259ae;
}
.blue_light {
  color: #42acf9;
}
.blue_light_2 {
  color: #1876aa;
}
.blue_light_3 {
  color: #628bc4;
}
.brown_dark {
  color: #585857;
}
.grey {
  color: #818180;
}
.orange {
  color: #f57600 !important;
}
.red {
  color: red !important;
}
.white {
  color: #fff !important;
}
.bold {
  font-weight: 800 !important;
}
.underline {
  display: block;
  width: 25%;
  height: 2.5px;
  text-align: left;
}
.title-theme {
  color: #f57600;
  font-weight: 400;
}
h2.service.title-theme {
  margin-bottom: 0px;
}
hr {
  border-top: 1px solid #224378;
}
hr.orange {
  border-top: 1px solid #f57600;
}
.alert p {
  padding: 10px 30px;
}
/*
 ____  ____  ___ _   _ _____ 
|  _ \|  _ \|_ _| \ | |_   _|
| |_) | |_) || ||  \| | | |  
|  __/|  _ < | || |\  | | |  
|_|   |_| \_\___|_| \_| |_|  

*/
@media print {
  body * {
    visibility: hidden;
  }
  .page-container,
  .page-container * {
    visibility: visible;
  }
  .page-container {
    position: absolute;
    left: 0;
    top: 0;
  }
  a[href]:after {
    content: none !important;
  }
}
/*

 __  __                 _       
|  \/  | __ _ _ __ __ _(_)_ __  
| |\/| |/ _` | '__/ _` | | '_ \ 
| |  | | (_| | | | (_| | | | | |
|_|  |_|\__,_|_|  \__, |_|_| |_|
                  |___/ 
*/
/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}
.margin-l-5 {
  margin-left: 5px !important;
}
.margin-l-10 {
  margin-left: 10px !important;
}
.margin-l-20 {
  margin-left: 20px !important;
}
/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}
.margin-r-5 {
  margin-right: 5px !important;
}
.margin-r-10 {
  margin-right: 10px !important;
}
.margin-r-20 {
  margin-right: 20px !important;
}
/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}
.margin-t-5 {
  margin-top: 5px !important;
}
.margin-t-10 {
  margin-top: 10px !important;
}
.margin-t-20 {
  margin-top: 20px !important;
}
.margin-t-30 {
  margin-top: 30px !important;
}
.margin-t-40 {
  margin-top: 40px !important;
}
.margin-t-50 {
  margin-top: 50px !important;
}
.margin-t-60 {
  margin-top: 60px !important;
}
/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}
.margin-b-2 {
  margin-bottom: 2px !important;
}
.margin-b-5 {
  margin-bottom: 5px !important;
}
.margin-b-10 {
  margin-bottom: 10px !important;
}
.margin-b-20 {
  margin-bottom: 20px !important;
}
.margin-b-30 {
  margin-bottom: 30px !important;
}
.margin-b-40 {
  margin-bottom: 40px !important;
}
.margin-b-50 {
  margin-bottom: 50px !important;
}
.margin-b-60 {
  margin-bottom: 60px !important;
}
.margin-b-70 {
  margin-bottom: 70px !important;
}
.margin-b-80 {
  margin-bottom: 80px !important;
}
.margin-b-90 {
  margin-bottom: 90px !important;
}
.margin-b-100 {
  margin-bottom: 100px !important;
}
.max-width {
  width: 100%;
}
.page-container {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#opensans') format('svg');
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/karbon-regular.eot');
  src: url('../fonts/karbon-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/karbon-regular.woff2') format('woff2'), url('../fonts/karbon-regular.woff') format('woff'), url('../fonts/karbon-regular.ttf') format('truetype'), url('../fonts/karbon-regular.svg#karbonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/karbon-bold.eot');
  src: url('../fonts/karbon-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/karbon-bold.woff2') format('woff2'), url('../fonts/karbon-bold.woff') format('woff'), url('../fonts/karbon-bold.ttf') format('truetype'), url('../fonts/karbon-bold.svg#karbonbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/karbon-hairline-webfont.eot');
  src: url('../fonts/karbon-hairline-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/karbon-hairline-webfont.woff2') format('woff2'), url('../fonts/karbon-hairline-webfont.woff') format('woff'), url('../fonts/karbon-hairline-webfont.ttf') format('truetype'), url('../fonts/karbon-hairline-webfont.svg#karbonbold') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/karbon-light-webfont.eot');
  src: url('../fonts/karbon-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/karbon-light-webfont.woff2') format('woff2'), url('../fonts/karbon-light-webfont.woff') format('woff'), url('../fonts/karbon-light-webfont.ttf') format('truetype'), url('../fonts/karbon-light-webfont.svg#karbonbold') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Karbon-Light';
  src: url('../fonts/karbon-light-webfont.eot');
  src: url('../fonts/karbon-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/karbon-light-webfont.woff2') format('woff2'), url('../fonts/karbon-light-webfont.woff') format('woff'), url('../fonts/karbon-light-webfont.ttf') format('truetype'), url('../fonts/karbon-light-webfont.svg#karbonbold') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/karbon-medium-webfont.eot');
  src: url('../fonts/karbon-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/karbon-medium-webfont.woff2') format('woff2'), url('../fonts/karbon-medium-webfont.woff') format('woff'), url('../fonts/karbon-medium-webfont.ttf') format('truetype'), url('../fonts/karbon-medium-webfont.svg#karbonbold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/karbon-semibold-webfont.eot');
  src: url('../fonts/karbon-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/karbon-semibold-webfont.woff2') format('woff2'), url('../fonts/karbon-semibold-webfont.woff') format('woff'), url('../fonts/karbon-semibold-webfont.ttf') format('truetype'), url('../fonts/karbon-semibold-webfont.svg#karbonbold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Karbon';
  src: url('../fonts/karbon-thin-webfont.eot');
  src: url('../fonts/karbon-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/karbon-thin-webfont.woff2') format('woff2'), url('../fonts/karbon-thin-webfont.woff') format('woff'), url('../fonts/karbon-thin-webfont.ttf') format('truetype'), url('../fonts/karbon-thin-webfont.svg#karbonbold') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Karbon-Thin';
  src: url('../fonts/karbon-thin-webfont.eot');
  src: url('../fonts/karbon-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/karbon-thin-webfont.woff2') format('woff2'), url('../fonts/karbon-thin-webfont.woff') format('woff'), url('../fonts/karbon-thin-webfont.ttf') format('truetype'), url('../fonts/karbon-thin-webfont.svg#karbonbold') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-CondensedBold.eot');
  src: url('../fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'), url('../fonts/HelveticaNeue-CondensedBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue-Thin.eot');
  src: url('../fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Thin.woff') format('woff'), url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeue.eot');
  src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  min-width: 300px;
}
a {
  color: #224378;
}
/* MAJ 29062021 Renforcement de la visibilité des liens */
.page-container a {
  font-weight: bold;
}
/* End */
b {
  font-family: 'Karbon';
}
body,
html {
  font-family: 'Karbon';
}
p {
  color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
h2 {
  font-family: 'Karbon';
  font-weight: 200;
}
h3 {
  font-size: 25px;
  color: #f57600;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.35em;
  }
}
h2 {
  font-size: 40px;
  margin-right: 30px;
  color: #f57600;
}
.hat {
  font-size: 1.2em;
}
.float {
  float: left;
}
header.headband {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.headband-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(14, 59, 120, 0.8)), to(rgba(229, 229, 229, 0)));
  background: linear-gradient(to right, rgba(14, 59, 120, 0.8) 0%, rgba(229, 229, 229, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66224378', endColorstr='#00e5e5e5', GradientType=1);
}
.headband-title {
  color: #fff;
  position: absolute;
  top: 20px;
  font-size: 3em;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1125px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  /* left padding of page title on small device */
  .headband-title {
    padding-left: 0.5em;
    top: 10px;
  }
  .headband-title h1 {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 0.9em;
  }
}
.label-theme {
  background-color: #224378;
}
.label {
  font-weight: normal;
  font-size: 100%;
  padding: 0.2em 0.8em;
}
/* Champs obligatoire */
label.required:after {
  content: ' *';
  color: red;
}
label,
label.radio-inline {
  font-weight: 500;
  color: #224378;
  font-size: 16.5px;
}
.border-bottom {
  border-bottom: 1px solid #224378;
}
/*
 _____                    
|  ___|__  _ __ _ __ ___  
| |_ / _ \| '__| '_ ` _ \ 
|  _| (_) | |  | | | | | |
|_|  \___/|_|  |_| |_| |_|

 */
.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 1px 1px 5px #ababab;
  box-shadow: inset 1px 1px 5px #ababab;
}
button.light {
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  color: #224378;
  font-weight: 700;
  line-height: 20px;
}
button.dark {
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #224378;
  color: white;
  font-weight: 700;
  line-height: 20px;
  border: none;
}
button.theme {
  color: #224378;
  background-color: #fff;
  border: 1px solid orange;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 18px;
}
/* Import des fichiers less partials */
/* **** MENU **** */
#menu {
  height: 100%;
  position: fixed;
  z-index: 3;
  width: 175px;
  background: white;
  top: 0;
}
#menu a {
  text-decoration: none;
}
#menu #menu-wrapper {
  z-index: 3;
}
#menu #logo {
  display: block;
  margin: auto;
}
#menu #menu-border-launch {
  position: absolute;
  top: 0;
  right: -15px;
  height: 100%;
  width: 20px;
  background-color: #224378;
}
#hp #menu-border-launch {
  display: none;
}
#menu-first {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}
#menu-first .fp-slide {
  float: none;
  height: auto;
}
#menu-first a {
  color: #224378;
  text-decoration: none;
  padding-left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
  letter-spacing: 0.7px;
}
#menu-first li {
  text-align: center;
  cursor: pointer;
  font-family: 'Karbon';
}
#menu-first li:hover a,
#menu-first li.active a {
  padding-left: 10px;
  font-size: 15px;
  color: #f57600;
}
#menu-first li.active a {
  font-size: 17px;
}
#menu-first li.active a {
  color: #f57600;
}
#menu-first.active_hover a {
  padding-left: 20px;
  color: #f57600;
}
#menu-first .menu-first-el-wrapper {
  display: block;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  margin: auto;
}
#socials {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: transparent;
  text-align: center;
}
#socials .social-item {
  padding: 5px;
}
#socials .social-item a {
  font-size: 20px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
#socials .social-item a.facebook:hover {
  color: #3B5998;
}
#socials .social-item a.twitter:hover {
  color: #1DA1F2;
}
#socials .social-item a.mail:hover {
  color: #EC0B09;
}
#socials .social-item a.linkedin:hover {
  color: #0077B5;
}
#socials .social-item a.viadeo:hover {
  color: #F07355;
}
#socials .social-item a.youtube:hover {
  color: #E5322E;
}
#socials .social-item a:hover {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
#socials-mobile {
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding: 10px;
}
#socials-mobile .social-item {
  padding: 10px;
  display: inline;
}
#socials-mobile .social-item a {
  font-size: 20px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  color: #fff;
}
#socials-mobile .social-item a.facebook:hover {
  color: #3B5998;
}
#socials-mobile .social-item a.twitter:hover {
  color: #1DA1F2;
}
#socials-mobile .social-item a.mail:hover {
  color: #EC0B09;
}
#socials-mobile .social-item a.linkedin:hover {
  color: #0077B5;
}
#socials-mobile .social-item a.viadeo:hover {
  color: #F07355;
}
#socials-mobile .social-item a.youtube:hover {
  color: #E5322E;
}
#socials-mobile .social-item a:hover {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
#link-rse {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  background-color: #224378;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#link-rse * {
  color: white;
}
#link-rse a {
  color: white;
  text-decoration: none;
  display: block;
  margin: auto;
}
#link-rse span {
  padding-right: 10px;
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 15px;
}
#link-rse .icon {
  position: relative;
  width: 15px;
}
#link-rse:hover {
  background-color: #f19846;
}
#link-rse:hover .fa {
  right: 1px;
}
#link-seche-connect {
  position: absolute;
  bottom: 182px;
  left: 0;
  width: 100%;
  background-color: #224378;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#link-seche-connect * {
  color: white;
}
#link-seche-connect a {
  color: white;
  text-decoration: none;
  display: block;
  margin: auto;
}
#link-seche-connect span {
  padding-right: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 15px;
}
#link-seche-connect .icon {
  position: relative;
  width: 15px;
}
#link-seche-connect:hover {
  background-color: #1c509f;
}
#link-seche-connect:hover .fa {
  right: 1px;
}
#link-account {
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  background-color: #224378;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#link-account * {
  color: white;
}
#link-account a {
  color: white;
  text-decoration: none;
  display: block;
  margin: auto;
}
#link-account span {
  padding-right: 10px;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 15px;
}
#link-account .icon {
  position: relative;
  width: 15px;
}
#link-account:hover {
  background-color: #727679;
}
#link-account:hover .fa {
  right: 1px;
}
#bourse {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 10px;
}
#bourse .graphic {
  float: left;
  padding: 10px;
}
#bourse .date {
  color: #9E9E9E;
  font-size: 12px;
}
#bourse .cours-action {
  font-weight: 500;
  color: #55AAFF;
  margin-right: 2px;
  font-size: 17px;
}
#bourse .pourcent-cours {
  font-weight: 500;
  background-color: #9E9E9E;
  color: #fff;
  padding: 0px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 17px;
}
#bourse .source {
  font-weight: 500;
  color: #9E9E9E;
}
#langs {
  text-align: center;
}
#langs .flag {
  height: 25px;
  padding: 5px;
  opacity: 0.5;
}
#langs .flag.active {
  opacity: 1;
}
#langs .flag:hover {
  opacity: 1;
}
#menu-second {
  position: fixed;
  top: 0;
  z-index: 2;
}
#menu-second.active {
  left: 175px;
}
#menu-second .menu-second-el {
  background-color: #224378;
  height: 100%;
  width: 190px;
  margin-top: 0;
  list-style: none;
  padding-left: 20px;
  text-align: left;
  font-family: 'Karbon';
}
#menu-second .menu-second-el .menu-second-el_wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  padding-right: 30px;
}
#menu-second .menu-second-el .menu-second-el_wrapper li {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  font-size: 15px;
}
#menu-second .menu-second-el .menu-second-el_wrapper li a {
  color: white;
  text-decoration: none;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  font-size: 15px;
}
#menu-second .menu-second-el .menu-second-el_wrapper li:hover,
#menu-second .menu-second-el .menu-second-el_wrapper li:hover > a {
  font-family: 'Karbon';
  color: #f57600;
}
#menu-second .menu-second-el .menu-second-el_wrapper li.parent ul {
  padding-left: 7px;
  margin-left: 13px;
  list-style: none;
  border-left: 1px solid white;
  display: none;
}
#menu-second .menu-second-el .menu-second-el_wrapper li.parent ul li {
  font-family: 'Karbon';
  font-size: 13px;
  color: #f57600;
}
#menu-second .menu-second-el .menu-second-el_wrapper li.parent ul li:after {
  content: "";
}
#menu-second .menu-second-el .menu-second-el_wrapper li.parent.active:after {
  content: '';
  display: none;
}
#menu-second .menu-second-el .menu-second-el_wrapper li:not(.fast-access-menu):after {
  content: " ";
  display: block;
  height: 1px;
  width: 15px;
  background-color: white;
  margin-top: 5px;
  margin-bottom: 5px;
}
#menu-second .menu-second-el .menu-second-el_wrapper li:last-child::after {
  display: none;
}
.fast-access-menu {
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: -5px;
}
.fast-access-menu a:hover {
  color: white;
  cursor: initial;
}
#langs-mobile {
  text-align: center;
}
/* ** FOOTER ***/
#footer {
  background-color: #224378;
  overflow-x: hidden;
}
#footer.active #footer-menu {
  bottom: 0;
}
#footer.active #footer-menu:hover {
  bottom: 10px;
}
#footer ul {
  margin: 0;
  list-style: none;
  height: 100%;
}
#footer #menu-footter {
  width: 100%;
  height: 20px;
  position: relative;
  background-color: #585857;
  z-index: 2;
  border-top: 2px solid white;
}
#footer #menu-footter ul li {
  float: left;
  width: 16.666%;
  text-align: center;
  height: 100%;
}
#footer #menu-footter ul li.active {
  background-color: #f57600;
}
#footer #menu-footter ul li a {
  color: white;
  font-family: 'Karbon';
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 20px;
  padding-top: 0;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#footer #menu-footter ul li a::first-letter {
  text-transform: uppercase;
}
#footer #menu-footter ul li a:hover {
  color: #fff;
  background-color: #f57600;
}
input#searchBox {
  max-width: 115px;
}
#hp #footer-menu #nav-footer-menu,
#communication-tunnel #footer-menu #nav-footer-menu,
#investors-tunnel #footer-menu #nav-footer-menu,
#seche-connect #footer-menu #nav-footer-menu,
#seche-connect-form #footer-menu #nav-footer-menu,
#seche-connect-tunnel #footer-menu #nav-footer-menu,
#seche-connect-thank #footer-menu #nav-footer-menu {
  padding: 2em 2em 0em 2em;
}
#hp #footer-menu.active #nav-footer-menu,
#communication-tunnel #footer-menu.active #nav-footer-menu,
#investors-tunnel #footer-menu.active #nav-footer-menu,
#seche-connect #footer-menu.active #nav-footer-menu,
#seche-connect-form #footer-menu.active #nav-footer-menu,
#seche-connect-tunnel #footer-menu.active #nav-footer-menu,
#seche-connect-thank #footer-menu.active #nav-footer-menu {
  bottom: 0px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  min-height: 505px ;
}
#hp #footer-menu.active #btn-footer-menu,
#communication-tunnel #footer-menu.active #btn-footer-menu,
#investors-tunnel #footer-menu.active #btn-footer-menu,
#seche-connect #footer-menu.active #btn-footer-menu,
#seche-connect-form #footer-menu.active #btn-footer-menu,
#seche-connect-tunnel #footer-menu.active #btn-footer-menu,
#seche-connect-thank #footer-menu.active #btn-footer-menu {
  position: fixed;
  bottom: 505px !important;
}
#footer-menu.active #btn-footer-menu {
  bottom: 435px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#footer-menu.active .fa.fa-chevron-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#footer-menu.active #btn-footer-menu {
  bottom: 455px;
}
#footer-menu.active #nav-footer-menu {
  display: block;
  padding: 3px 0;
}
#footer-menu #btn-footer-menu {
  position: absolute;
  bottom: 0;
  width: 400px;
  left: -webkit-calc(50% - 200px + 100px);
  left: calc(50% - 200px + 100px);
}
#footer-menu #btn-footer-menu span {
  background-color: #224378;
  color: white;
  text-decoration: none;
  padding: 8px 40px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  display: table;
  margin: auto;
  -webkit-box-shadow: 0px 0px 5px #224378;
  box-shadow: 0px 0px 5px #224378;
  font-size: 15px;
  cursor: pointer;
  width: 300px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 7px;
}
#footer-menu #btn-footer-menu .fast-access {
  margin: 0 40px 0 40px;
  font-style: normal;
}
#footer-menu #nav-footer-menu {
  background-color: #224378;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 191px;
}
#footer-menu #nav-footer-menu ul {
  display: table;
  margin: auto;
}
#footer-menu #nav-footer-menu ul li {
  float: left;
  text-align: center;
  height: 100%;
  height: 25px;
  line-height: 25px;
}
#footer-menu #nav-footer-menu ul li::after {
  content: "|";
  padding: 2px 0px;
  margin: 0 10px;
  color: white;
  width: 2px;
}
#footer-menu #nav-footer-menu ul li:last-child::after {
  content: "";
  display: none;
}
#footer-menu #nav-footer-menu ul li::first-letter {
  text-transform: uppercase;
}
#footer-menu #nav-footer-menu ul li a {
  position: relative;
  top: 2px;
  font-size: 15px;
  color: white;
  padding: 5px 30px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: 'Karbon';
  text-transform: lowercase;
  white-space: nowrap;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#footer-menu #nav-footer-menu ul li a:hover {
  background-color: white;
  color: #f57600;
  text-decoration: none;
}
#footer-menu.active #nav-footer-menu {
  bottom: -18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 50px 0px 50px 0px;
}
#nav-footer-menu {
  color: white;
  background: url('/assets/frontend/img/logo-footer.png') no-repeat center left;
}
#nav-footer-menu h1 {
  font-size: 2.5em;
  padding-right: 200px;
}
#nav-footer-menu p.description-footer {
  color: white;
  text-align: justify;
  padding-right: 40px;
}
#nav-footer-menu p.description-footer .description-footer {
  padding-right: 90px;
}
#nav-footer-menu h3.title-nav {
  color: white;
  font-size: 1.3em;
}
#nav-footer-menu h3.title-nav:after {
  content: "";
  display: block;
  width: 30%;
  border: 2px solid white;
  margin-top: 5px;
}
#nav-footer-menu a.link-nav-footer {
  color: white;
  display: block;
  margin: 5px 0px 5px 0px;
}
#nav-footer-menu #socials {
  position: inherit;
  text-align: left;
}
#nav-footer-menu #socials .social-item {
  padding-left: 0px;
}
#nav-footer-menu #socials .social-item a {
  color: white;
}
#nav-footer-menu #socials .social-item:hover {
  text-decoration: none;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #f57600;
  background-image: none;
}
/* **** More Content **** */
.block_more_content {
  color: #224378;
  text-align: center;
  height: 350px;
  padding-top: 27px;
  cursor: pointer;
}
.block_more_content .fa {
  font-size: 50px;
  width: 70px;
  height: 70px;
  border: 4px solid #224378;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding-top: 7px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #224378;
}
.block_more_content .more_content {
  display: block;
  margin-top: 20px;
  font-family: 'Karbon';
  font-size: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #224378;
}
.block_more_content:hover .fa,
.block_more_content:hover .more_content {
  color: #5284e2;
  border-color: #5284e2;
}
/* **** PAGE **** */
#page_contenu {
  width: -webkit-calc(100% - 175px - 15px);
  width: calc(100% - 175px - 15px);
  float: right;
  background-color: #f6f6f6;
  color: #585857;
}
#page_contenu #page_bandeau {
  position: relative;
  height: 300px;
}
#page_contenu #page_bandeau h1 {
  color: white;
  position: absolute;
  left: 40px;
  top: 20px;
}
#page_contenu #page_bandeau h1 img {
  width: auto;
}
#page_contenu #page_bandeau.no-image #page_contenu_header {
  margin: 0;
  position: absolute;
  top: 100px;
  color: white;
  width: 70%;
  padding-left: 40px;
}
#page_contenu #page_bandeau.no-image #page_contenu_header h2 {
  margin-top: 0;
  color: white;
  font-size: 26px;
}
#page_contenu #page_bandeau.no-image #page_bandeau_layer {
  background: #2259ae;
}
#page_contenu #page_bandeau #page_bandeau_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: @blue_medium;
			background: -webkit-linear-gradient(left, @blue_medium , transparent); 
			background: -o-linear-gradient(right, @blue_medium, transparent); 
			background: -moz-linear-gradient(right, @blue_medium, transparent); 
			background: linear-gradient(to right, @blue_medium , transparent);*/
}
#page_contenu #page_bandeau_image {
  max-width: 1500px;
  min-width: 100%;
  height: 100%;
}
#international {
  /*.page-container{
        max-width: 940px;
    }*/
}
#international .article-international ul,
#international .article-international li,
#international .article-international p {
  font-size: 16.8px;
  color: #000;
}
#international .link-international {
  margin-top: 15px;
  text-align: center;
}
#international .link-international a {
  text-decoration: none;
  color: #9e9e9e;
  font-size: 1.6em;
  letter-spacing: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#international .link-international a:hover {
  color: #f57600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1024px) {
  #international .link-international a {
    /* set image under on small device */
  }
  #international .link-international a img {
    display: block;
    margin: 0 auto;
  }
}
#breadcrumb {
  margin-top: 10px;
  height: 30px;
  font-family: 'Karbon';
  font-size: 14px;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
}
#breadcrumb ul li {
  float: left;
  list-style: none;
}
#breadcrumb ul li::after {
  content: "/";
  padding-left: 5px;
  padding-right: 5px;
  color: #224378;
}
#breadcrumb ul li:last-child {
  color: #5284e2;
}
#breadcrumb ul li:last-child::after {
  content: "";
  display: none;
}
#page_menu_thirst ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page_menu_thirst ul li {
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  border-right: none;
  border-left: none;
}
#page_menu_thirst ul li:hover {
  background-color: #5284e2;
  border: 1px solid #blue_dark;
  border-right: none;
  border-left: none;
}
#page_menu_thirst ul li:hover a {
  color: white;
  text-decoration: none;
  padding-left: 10px;
}
#page_menu_thirst ul li a {
  color: #224378;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Karbon';
  width: 100%;
  display: block;
  font-size: 16px;
}
#page_contenu_header {
  margin-top: 10px;
  color: #585857;
  padding-left: 10px;
}
#page_contenu_header h1,
#page_contenu_header h2 {
  margin-top: 0;
  color: #224378;
  font-size: 26px;
}
#page_contenu_header_thirst {
  font-family: 'Karbon';
  color: #5284e2;
  border-top: 2px solid #224378;
  border-bottom: 2px solid #224378;
  margin-bottom: 20px;
  padding: 10px 20px;
}
#page_contenu_header_thirst h1 {
  margin: 0;
  color: #f57600;
}
.arrow-article {
  margin-right: 5px;
  margin-left: 5px;
}
#navigation-between-articles {
  background-color: #eae9e8;
}
#navigation-between-articles a {
  color: #acb6bf;
}
#navigation-between-articles .navigation-between-articles {
  padding: 15px;
}
#navigation-between-articles .navigation-between-articles.left {
  text-align: left;
}
#navigation-between-articles .navigation-between-articles.right {
  text-align: right;
}
.orange-button {
  width: 8.5em;
  height: 2.5em;
  background: #fff;
  border: solid 0.05em #f57600;
  color: #f57600;
  font-size: 2em;
}
@media screen and (max-width: 640px) {
  .orange-button {
    width: initial;
    height: initial;
    background: #fff;
    border: solid 1.5px #f57600;
    color: #f57600;
    font-size: 2em;
  }
}
.information-square {
  width: 231px;
  height: 211px;
  text-align: center;
}
.information-square a {
  text-decoration: none;
}
.information-square.information-square-custom p:first-child {
  font-size: 3em;
  line-height: 50px;
  font-weight: lighter;
}
.information-square p:nth-child(2) {
  width: 40%;
  height: 2px;
  margin-left: 30%;
}
.information-square p:nth-child(3) {
  width: 8%;
  height: 9%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 45%;
  margin-top: -9%;
}
.information-square p:first-child {
  font-size: 5em;
  font-weight: lighter;
}
.information-square p:last-child {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1;
}
.information-square.mini {
  width: 172px;
  height: 156px;
}
.information-square.mini p:first-child {
  font-size: 53px;
  margin-bottom: 0;
  padding-top: 15px;
}
.information-square.mini p:last-child {
  font-size: 1.4em;
}
.information-circle {
  height: 223px;
  width: 223px;
  border: solid 1px #224378;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.information-circle.two-rows_1 p:first-child {
  font-size: 6.2em;
  font-weight: lighter;
  margin-top: 22%;
  margin-bottom: -12%;
}
.information-circle.two-rows_1 p:last-child {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.1;
}
.information-circle.two-rows_2 p:first-child {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 22%;
  margin-bottom: -13%;
}
.information-circle.two-rows_2 p:last-child {
  font-size: 6.2em;
  font-weight: lighter;
}
.information-circle.three-rows p:first-child {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 15%;
  margin-bottom: -11%;
}
.information-circle.three-rows p:nth-child(2) {
  font-size: 6.2em;
  font-weight: lighter;
  margin-bottom: -9%;
}
.information-circle.three-rows p:last-child {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.1;
}
.information-circle.mini {
  height: 186px;
  width: 186px;
}
.information-circle.mini.two-rows_1 p:first-child {
  font-size: 5.2em;
  margin-top: 15%;
}
.information-circle.mini.two-rows_1 p:last-child {
  font-size: 1.4em;
}
.information-circle.implantation {
  background-image: url('/assets/frontend/img/pages/key-figure/bg_world.png');
  background-position: -1px;
}
.information-circle.implantation p:first-child {
  font-size: 1.7em;
  font-weight: bold;
  margin-top: 9%;
  margin-bottom: -16%;
  line-height: 1.1;
}
.information-circle.implantation p:nth-child(2) {
  font-size: 9em;
  font-weight: lighter;
  margin-bottom: -12%;
}
.information-circle.implantation p:last-child {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.1;
}
.arrow-circle {
  position: relative;
  height: 35px;
  width: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -18px;
  margin-bottom: -18px;
  padding-top: 6.865px;
  text-align: center;
  z-index: 1;
}
.arrow-circle i {
  display: inline-block;
  height: 0;
  width: 0;
  border: solid;
  border-width: 3px;
  padding: 3px;
  -webkit-transform: rotate(-135deg) skew(11deg, 11deg);
  -ms-transform: rotate(-135deg) skew(11deg, 11deg);
  transform: rotate(-135deg) skew(11deg, 11deg);
  border-color: #224378 transparent transparent #224378;
}
.arrow-circle.mini {
  height: 27px;
  width: 27px;
  margin-top: -14px;
  margin-bottom: -14px;
  padding-top: 3.39px;
}
.arrow-circle.mini i {
  border-width: 2px;
  padding: 2px;
}
.complement-circle {
  height: 123px;
  width: 123px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #f57600;
  text-align: center;
}
.complement-circle.two-rows p:first-child {
  margin-top: 20%;
  margin-bottom: -15%;
  font-size: 2.75em;
}
.complement-circle.two-rows p:first-child span {
  font-weight: bold;
}
.complement-circle.three-rows p:first-child {
  margin-top: 10%;
  margin-bottom: -15%;
  font-size: 2.75em;
}
.complement-circle.three-rows p:first-child span {
  font-weight: bold;
}
.complement-circle p:last-child {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.1;
}
.information-rectangle {
  height: 203px;
  width: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.information-rectangle div:first-child {
  height: 100%;
  width: 222px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.information-rectangle div:first-child p {
  width: 100%;
  font-size: 6em;
  font-weight: lighter;
}
.information-rectangle div:first-child div {
  height: 8px;
  width: 19px;
}
.information-rectangle div:last-child {
  height: 100%;
  width: 222px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.information-rectangle div:last-child p {
  width: 100%;
  font-size: 1.7em;
  font-weight: bold;
  margin-left: 19px;
}
.information-rectangle div:last-child div {
  height: 8px;
  width: 19px;
}
/*Include des less particuliers aux pages*/
/* PAGE COLLECTIVITE*/
#list-collectivites a {
  text-decoration: none;
  color: black;
}
#list-collectivites .collectivites-el {
  height: 370px;
  margin-bottom: 15px;
  background-image: url("/assets/frontend/img/icon_more_grey.png");
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
#list-collectivites .collectivites-el .content {
  max-height: 240px;
  overflow-y: scroll;
}
#list-collectivites .collectivites-el h3 {
  font-family: 'Karbon';
  color: #224378;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
}
#list-collectivites .collectivites-el img.collectivites-el-img {
  width: 100%;
  display: block;
  margin: auto;
  background-color: white;
}
#list-collectivites .collectivites-el-hastag {
  color: #42acf9;
  font-family: 'Karbon';
}
#list-collectivites .collectivites-el-hastag a {
  color: #42acf9;
  position: relative;
  top: 4px;
}
#list-collectivites .collectivites-el-hastag a::before {
  content: '@';
}
#offre-emploi.noscroll {
  overflow: hidden;
}
#offre-emploi-single .page-container {
  max-width: 1050px;
}
#offre-emploi-single #page_contenu {
  background-color: #ffffff;
}
#offre-emploi-single .header-offer {
  background-color: #224378;
  color: white;
  padding: 15px;
}
@media (max-width: 768px) {
  #offre-emploi-single .header-offer {
    margin-top: 30px;
  }
}
#offre-emploi-single .header-offer h3 {
  color: #f57600;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.6px;
}
#offre-emploi-single .header-offer .date {
  color: grey;
  font-size: 14px;
  line-height: 20px;
}
#offre-emploi-single .header-offer .fa {
  margin-right: 15px;
  font-size: 50px;
}
#offre-emploi-single .header-offer .details-offer span {
  font-size: 18px;
  position: relative;
  top: -12px;
}
#offre-emploi-single .info-offer {
  font-size: 18px;
}
#offre-emploi-single .info-offer h4 {
  font-size: 22px;
  color: #224378;
  font-weight: 400;
}
#offre-emploi-single .info-offer .description-offer {
  border-left: 1px solid #f57600;
  padding-left: 5px;
  font-size: 20px;
  margin-bottom: 10px;
}
#offre-emploi-single .info-offer .missions-offer,
#offre-emploi-single .info-offer .conditions-offer {
  background-color: #f6f6f6;
  padding: 10px;
  padding-left: 20px;
}
#offre-emploi-single .info-offer .profil-offer {
  padding: 10px;
  padding-left: 20px;
}
#offre-emploi-single .valider {
  position: relative;
  color: #f57600;
  font-size: 35px;
  cursor: pointer;
  padding-bottom: 20px;
  font-weight: 300;
  top: 30px;
  display: block;
  text-align: right;
}
#offre-emploi-single .retour {
  color: #f57600;
  font-size: 35px;
  font-weight: 300;
  cursor: pointer;
}
#offre-emploi-single .retour:hover {
  text-decoration: none;
}
#offre-emploi-single #page_contenu_header,
#offre-emploi-single #breadcrumb {
  padding-left: 15px;
}
#offre-emploi-single select {
  position: relative;
  width: 100%;
  left: 0%;
}
#offre-emploi-single .input-file-action {
  display: block;
  font-size: 16px;
  background-color: #224378;
  text-align: center;
  padding: 5px;
  color: white;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#offre-emploi-single .input-file-action:hover {
  background-color: #5284e2;
}
#offre-emploi-single .input-file-info {
  display: block;
  text-align: center;
  margin-top: 5px;
}
#offre-emploi-single .input-file-target {
  width: 0;
  height: 0;
}
#offre-emploi-single .form-horizontal .control-label {
  text-align: left;
}
#offre-emploi-single #popup-thank {
  display: none;
  text-align: center;
}
#offre-emploi-single #popup-thank .el {
  display: block;
  padding: 45px 0;
  margin: auto;
  font-size: 20px;
  color: grey;
}
#offre-emploi-single #popup-thank .el span {
  display: block;
  color: #224378;
  font-size: 34px;
  font-weight: 300;
  margin: 10px auto;
}
#offre-emploi-single #popup-thank .popup-close {
  cursor: pointer;
  font-size: 40px;
  font-weight: 300;
  opacity: 0.5;
}
#espace-candidat #postulate-free sup {
  color: red;
}
#espace-candidat form {
  position: relative;
  padding-bottom: 270px;
}
#espace-candidat form img.bg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 60%;
  margin-left: 0;
}
#espace-candidat form #submit-postulate-free {
  background-color: #224378;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  #espace-candidat form {
    padding-bottom: 415px;
  }
}
@media screen and (max-width: 640px) {
  #espace-candidat #choose-profil {
    display: none;
  }
}
#espace-candidat .input-file-action {
  display: block;
  font-size: 16px;
  background-color: #224378;
  text-align: center;
  padding: 5px;
  color: white;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#espace-candidat .input-file-action:hover {
  background-color: #5284e2;
}
#espace-candidat .input-file-info {
  display: block;
  text-align: center;
  margin-top: 5px;
}
#espace-candidat .input-file-target {
  width: 0;
  height: 0;
}
#espace-candidat .block-comment {
  position: relative;
  margin-top: 70px;
  z-index: 9;
}
#espace-candidat .block-comment label {
  color: #224378;
}
#espace-candidat .block-comment textarea {
  border-color: #5284e2;
}
#espace-candidat #popup-detail {
  display: none;
  position: fixed;
  top: 60px;
  left: 25%;
  width: -webkit-calc(80% - 175px - 15px);
  width: calc(80% - 175px - 15px);
  max-width: 876px;
  max-height: -webkit-calc(100% - 60px - 15px);
  max-height: calc(100% - 60px - 15px);
  overflow-y: auto;
  background-color: white;
  z-index: 9999;
}
@media (max-width: 768px) {
  #espace-candidat #popup-detail {
    width: 90%;
    left: 5%;
  }
}
#espace-candidat #popup-thank {
  display: none;
  text-align: center;
}
#espace-candidat #popup-thank .el {
  display: block;
  padding: 45px 0;
  margin: auto;
  font-size: 20px;
  color: grey;
}
#espace-candidat #popup-thank .el span {
  display: block;
  color: #224378;
  font-size: 34px;
  font-weight: 300;
  margin: 10px auto;
}
#espace-candidat #popup-thank .popup-close {
  cursor: pointer;
  font-size: 40px;
  font-weight: 300;
  opacity: 0.5;
}
.offre-emploi #footer {
  float: left;
  width: 100%;
}
.offre-emploi .list-categories > .el {
  padding-bottom: 20px;
  margin-top: 20px;
}
.offre-emploi .list-categories > .el .wrapper {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}
.offre-emploi .list-categories > .el .wrapper:hover .title,
.offre-emploi .list-categories > .el .wrapper.active .title {
  background-color: rgba(255, 255, 255, 0.7);
  color: #5284e2;
}
.offre-emploi .list-categories > .el .wrapper.active {
  border: 1px solid #f57600;
}
.offre-emploi .list-categories > .el .img {
  max-height: 293px;
}
.offre-emploi .list-categories > .el .title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: auto;
  background-color: rgba(34, 89, 174, 0.6);
  color: white;
  font-size: 25px;
  padding: 10px 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.offre-emploi .list-categories > .el .count-jobs {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  font-size: 23px;
  color: #224378;
}
.offre-emploi .list-categories .list-offers {
  display: none;
  position: relative;
  margin: 20px 0;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 4px solid #224378;
}
.offre-emploi .list-categories .list-offers:before {
  content: "";
  position: absolute;
  top: -20px;
  /* value = - border-top-width - border-bottom-width */
  left: 40px;
  /* controls horizontal position */
  border-width: 0 20px 20px;
  border-style: solid;
  border-color: #224378 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
@media screen and (max-width: 640px) {
  .offre-emploi .list-categories .list-offers:before {
    display: none;
  }
}
.offre-emploi .list-categories .list-offers:after {
  content: "";
  position: absolute;
  top: -13px;
  /* value = - border-top-width - border-bottom-width */
  left: 47px;
  /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 0 13px 13px;
  border-style: solid;
  border-color: #f6f6f6 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
@media screen and (max-width: 640px) {
  .offre-emploi .list-categories .list-offers:after {
    display: none;
  }
}
.offre-emploi .list-categories .list-offers[data-position="left"]:before {
  left: 176px;
}
.offre-emploi .list-categories .list-offers[data-position="left"]:after {
  left: 183px;
}
.offre-emploi .list-categories .list-offers[data-position="center"]:before {
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
}
.offre-emploi .list-categories .list-offers[data-position="center"]:after {
  left: -webkit-calc(50% - 3px);
  left: calc(50% - 3px);
}
.offre-emploi .list-categories .list-offers[data-position="right"]:before {
  left: auto;
  right: 176px;
}
.offre-emploi .list-categories .list-offers[data-position="right"]:after {
  left: auto;
  right: 183px;
}
.offre-emploi .list-categories .list-offers > .el {
  display: none;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px 20px;
}
.offre-emploi .list-categories .list-offers > .el:hover {
  background-color: #224378;
}
.offre-emploi .list-categories .list-offers > .el:hover .date,
.offre-emploi .list-categories .list-offers > .el:hover .intro-content {
  color: white;
}
.offre-emploi .list-categories .list-offers > .el a {
  text-decoration: none;
}
.offre-emploi .list-categories .list-offers > .el .title {
  color: #f57600;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.6px;
}
.offre-emploi .list-categories .list-offers > .el .separator {
  color: #f57600;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.offre-emploi .list-categories .list-offers > .el .date {
  color: grey;
  font-size: 14px;
  line-height: 20px;
}
.offre-emploi .list-categories .list-offers > .el .intro-content {
  color: grey;
  font-size: 18px;
}
.offre-emploi .list-categories .list-offers > .el .intro-content .first-info:nth-child(2) {
  border-left: 1px solid #224378;
  border-right: 1px solid #224378;
}
@media all and (max-width: 640px) {
  .offre-emploi .list-categories .list-offers > .el .intro-content .first-info {
    padding-left: 0;
    padding-right: 0;
  }
}
.offre-emploi .list-categories .list-offers > .el .intro-content span {
  position: relative;
  top: -12px;
}
.offre-emploi .list-categories .list-offers > .el .intro-content .fa {
  font-size: 50px;
  margin-right: 15px;
}
@media all and (max-width: 640px) {
  .offre-emploi .list-categories .list-offers > .el .intro-content .fa {
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }
}
.offre-emploi .list-categories .list-offers > .el .intro-content .fa-plus {
  margin-right: 0;
}
.offre-emploi .list-categories .list-offers > .el .content-popup {
  display: none;
}
.offre-emploi #background-black-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8888;
  background-color: rgba(0, 0, 0, 0.6);
}
.offre-emploi #popup-detail {
  display: none;
  position: fixed;
  top: 60px;
  left: 25%;
  width: -webkit-calc(80% - 175px - 15px);
  width: calc(80% - 175px - 15px);
  max-width: 876px;
  max-height: -webkit-calc(100% - 60px - 15px);
  max-height: calc(100% - 60px - 15px);
  overflow-y: auto;
  background-color: white;
  z-index: 9999;
}
@media (max-width: 768px) {
  .offre-emploi #popup-detail {
    width: 90%;
    left: 5%;
  }
}
.offre-emploi #popup-detail #popup-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.offre-emploi #popup-detail #popup-close .fa {
  color: #f57600;
  font-size: 35px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.offre-emploi #popup-detail #popup-close:hover .fa {
  color: white;
}
.offre-emploi #popup-detail #popup-header {
  background-color: #224378;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  padding: 5px 20px;
}
.offre-emploi #popup-detail #popup-header .date,
.offre-emploi #popup-detail #popup-header .intro-content {
  color: white;
}
.offre-emploi #popup-detail #popup-header .title {
  color: #f57600;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.6px;
}
.offre-emploi #popup-detail #popup-header .separator {
  color: #f57600;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.offre-emploi #popup-detail #popup-header .date {
  color: grey;
  font-size: 14px;
  line-height: 20px;
}
.offre-emploi #popup-detail #popup-header .intro-content {
  color: white;
  font-size: 18px;
}
.offre-emploi #popup-detail #popup-header .intro-content .first-info {
  border-right: 1px solid #224378;
}
.offre-emploi #popup-detail #popup-header .intro-content .first-info:last-of-type {
  border: none;
}
.offre-emploi #popup-detail #popup-header .intro-content span {
  position: relative;
  top: -12px;
}
.offre-emploi #popup-detail #popup-header .intro-content .fa {
  font-size: 50px;
  margin-right: 15px;
}
@media all and (max-width: 640px) {
  .offre-emploi #popup-detail #popup-header .intro-content .fa {
    margin-bottom: 15px;
  }
}
.offre-emploi #popup-detail #popup-body {
  background-color: white;
  font-size: 18px;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.offre-emploi #popup-detail #popup-body h4 {
  color: #224378;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 22px;
}
.offre-emploi #popup-detail #popup-body .description {
  color: #f57600;
  border-left: 1px solid #f57600;
  padding-left: 5px;
  font-size: 20px;
  margin-bottom: 10px;
}
.offre-emploi #popup-detail #popup-body .description h4 {
  color: #f57600;
}
.offre-emploi #popup-detail #popup-body .mission {
  background-color: #f6f6f6;
  padding: 10px;
  padding-left: 20px;
}
.offre-emploi #popup-detail #popup-body .profile {
  padding: 10px;
  padding-left: 20px;
}
.offre-emploi #popup-detail #popup-body .conditions {
  background-color: #f6f6f6;
  padding: 10px;
  padding-left: 20px;
}
.offre-emploi #popup-detail #popup-form {
  display: none;
  padding: 20px;
  padding-bottom: 0;
}
.offre-emploi #popup-detail #popup-form .status select.form-control {
  position: relative;
  width: 90%;
  left: 5%;
}
.offre-emploi #popup-detail #popup-form .input-file-action {
  display: block;
  font-size: 16px;
  background-color: #224378;
  text-align: center;
  padding: 5px;
  color: white;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.offre-emploi #popup-detail #popup-form .input-file-action:hover {
  background-color: #5284e2;
}
.offre-emploi #popup-detail #popup-form .input-file-info {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.offre-emploi #popup-detail #popup-form .input-file-target {
  width: 0;
  height: 0;
}
.offre-emploi #popup-detail #popup-form .block-comment {
  position: relative;
  top: 30px;
  z-index: 9;
}
.offre-emploi #popup-detail #popup-form .block-comment label {
  color: #5284e2;
}
.offre-emploi #popup-detail #popup-form .block-comment textarea {
  border-color: #5284e2;
}
.offre-emploi #popup-detail #popup-footer {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  height: 82px;
}
.offre-emploi #popup-detail #popup-footer img.bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
}
.offre-emploi #popup-detail #popup-footer .postuler {
  position: relative;
  z-index: 9;
  display: none;
  color: #f57600;
  font-size: 35px;
  cursor: pointer;
  padding-bottom: 20px;
  font-weight: 300;
}
.offre-emploi #popup-detail #popup-footer .valider {
  position: relative;
  z-index: 9;
  display: none;
  color: #5284e2;
  font-size: 35px;
  cursor: pointer;
  font-weight: 300;
}
.offre-emploi #popup-detail #popup-footer .attente img {
  width: 75px;
}
.offre-emploi #popup-detail #popup-footer img {
  margin-left: 10px;
}
.offre-emploi #popup-detail #popup-thank {
  display: none;
  text-align: center;
}
.offre-emploi #popup-detail #popup-thank .el {
  display: block;
  padding: 45px 0;
  margin: auto;
  font-size: 20px;
  color: grey;
}
.offre-emploi #popup-detail #popup-thank .el span {
  display: block;
  color: #224378;
  font-size: 34px;
  font-weight: 300;
  margin: 10px auto;
}
.offre-emploi #popup-detail #popup-thank .popup-close {
  cursor: pointer;
  font-size: 40px;
  font-weight: 300;
  opacity: 0.5;
}
.espace-candidat .candidat-form {
  margin-top: 40px;
  padding: 50px 30px;
  background-color: white;
}
.espace-candidat .candidat-form .adress,
.espace-candidat .candidat-form .status,
.espace-candidat .candidat-form .file,
.espace-candidat .candidat-form .comment {
  margin-bottom: 40px;
}
.espace-candidat .candidat-form .control-label {
  text-align: left;
}
/* Page Gallery */
@media screen and (max-width: 640px) {
  .gallery #choose-profil {
    display: none;
  }
}
.gallery h1 {
  padding-left: 10px;
}
.gallery #zoombox.zoombox .zoombox_prev,
.gallery #zoombox.zoombox .zoombox_next {
  width: 5%;
}
.gallery .zoombox .zoombox_title {
  position: absolute;
  /* left: -1px; */
  /* top: initial; */
  /* bottom: 0px; */
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  color: black;
  background-color: #fff;
  /* padding: 10px; */
  text-shadow: initial;
  /* height: 50px; */
}
.gallery #gallery_slider_block {
  height: 350px;
  background-color: #2259ae;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #2259ae), color-stop(80%, rgba(34, 89, 174, 0.8)));
  background: linear-gradient(to right, #2259ae 80%, rgba(34, 89, 174, 0.8));
  padding-top: 50px;
}
.gallery #gallery_slider_block #entete {
  text-align: center;
  padding-top: 110px;
  background-image: url("/assets/frontend/img/hover_gallery.png");
  background-repeat: no-repeat;
  background-position: center;
}
.gallery #gallery_slider_block #entete span {
  font-family: 'Karbon';
  color: white;
  font-size: 36px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.gallery #gallery_slider_block .flipster__button {
  height: 100%;
  top: -webkit-calc(50% - 125px);
  top: calc(50% - 125px);
  opacity: initial;
  width: 100px;
  margin: 0;
}
.gallery #gallery_slider_block .flipster__button svg {
  width: 3em;
}
.gallery #gallery_slider_block .flipster__button:focus {
  outline: 0;
}
.gallery #gallery_slider_block .flipster {
  overflow-y: hidden;
}
.gallery #gallery_slider_block .gallery_slider .video a {
  position: relative;
}
.gallery #gallery_slider_block .gallery_slider .video a .play {
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
}
.gallery #gallery_slider_block .gallery_slider p.title {
  text-align: center;
  color: #f57600;
  font-weight: 900;
  padding: 5px;
}
.gallery #gallery_slider_block .gallery_slider .flipster__button svg {
  stroke: #f57600;
}
.gallery #gallery_slider_block .gallery_slider .flipster__item {
  position: relative;
}
.gallery #gallery_slider_block .gallery_slider .flipster__item .hover {
  position: absolute;
  top: -webkit-calc(50% - 31px);
  top: calc(50% - 31px);
  left: -webkit-calc(50% - 30.5px);
  left: calc(50% - 30.5px);
  width: 61px;
  height: 62px;
  background-image: url("/assets/frontend/img/hover_gallery.png");
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.gallery #gallery_slider_block .gallery_slider .flipster__item.flipster__item--current .hover {
  display: block;
}
.gallery #gallery_slider_block .gallery_slider .flipster__item.flipster__item--current .hover:hover {
  -webkit-box-shadow: 0px 0px 9px white;
  box-shadow: 0px 0px 9px white;
}
.gallery hr {
  border-color: #5284e2;
  margin-top: 10px;
  margin-bottom: 30px;
}
.gallery .article-header {
  color: #f57600;
  font-weight: 500;
  font-size: 1.8em;
}
.gallery .article-content {
  max-height: 205px;
  overflow: hidden;
  font-size: 1.2em;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.gallery .article-content.reading {
  max-height: 1000px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.gallery .separator {
  border-bottom: 1px solid #f57600;
  width: 100%;
  height: 15px;
  margin-bottom: 40px;
  position: relative;
}
.gallery .roll {
  position: absolute;
  bottom: -15px;
  left: 50%;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gallery .roll:hover {
  border: 1px solid #f57600;
  -webkit-transform: scale(1.2) translateX(-50%);
  -ms-transform: scale(1.2) translateX(-50%);
  transform: scale(1.2) translateX(-50%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.gallery .roll.reverse {
  -webkit-transform: rotate(180deg) translateX(50%);
  -ms-transform: rotate(180deg) translateX(50%);
  transform: rotate(180deg) translateX(50%);
}
.gallery .first-child {
  width: 150%;
}
.gallery .gallery-wrap .el {
  color: white;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: relative;
  border: 10px solid white;
  margin-bottom: 15px;
  -webkit-box-shadow: 10px 0px 5px 0px #e0e0e0;
  -o-box-shadow: 10px 0px 5px 0px #e0e0e0;
  box-shadow: 10px 0px 5px 0px #e0e0e0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#e0e0e0, Direction=90, Strength=5);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.gallery .gallery-wrap .el .details {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery .gallery-wrap .el .details .title {
  display: block;
  font-family: 'Karbon';
  color: #224378;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}
.gallery .gallery-wrap .el .details .intro {
  font-family: 'Karbon';
}
.gallery .gallery-wrap .el:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 999;
}
.gallery .gallery-wrap .el:hover .title {
  color: #f57600;
}
.gallery .gallery-wrap .el.active {
  border: solid 1px #f57600;
}
.gallery .gallery-wrap .el .play {
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
}
.list-document .wrapper {
  position: relative;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 3px solid grey;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-image: url('/assets/frontend/img/pdf-transparent.png');
  background-position: center 40%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.list-document .wrapper .go-download {
  opacity: 0;
  position: absolute;
  bottom: -35px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  left: -webkit-calc(50% - 30.5px);
  left: calc(50% - 30.5px);
}
.list-document .wrapper:hover {
  border: 3px solid #224378;
  background-image: url('/assets/frontend/img/pdf-plain.png');
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list-document .wrapper:hover .go-download {
  opacity: 1;
  position: absolute;
  z-index: 3;
  bottom: -35px;
  left: -webkit-calc(50% - 30.5px);
  left: calc(50% - 30.5px);
}
.list-document .wrapper .item-block-text {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 40px;
}
.list-document .wrapper .item-title {
  font-weight: 500;
  color: #224378;
  font-size: 18px;
  display: block;
}
.list-document .wrapper .item-date {
  color: #224378;
  font-size: 16px;
  display: block;
}
.list-document .wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #choose-profil {
    display: none;
  }
}
@media (max-width: 450px) {
  .gallery .gallery-wrap .el .title {
    padding-top: 35px;
  }
  #contact #list-contact .col-xs-6 {
    width: 100% !important;
  }
  #sites-group #choose-profil {
    display: none;
  }
}
@media (max-width: 400px) {
  #list-collectivites .collectivites-el,
  .block_more_content {
    width: 100%;
  }
  .gallery-wrap .col-xs-6 {
    width: 100%;
  }
}
/* **** PAGE HISTORIQUE **** */
.historical #page_contenu {
  background-color: #222221;
  padding-bottom: 0;
}
body.historical {
  background-color: #000;
}
#historical footer#footer {
  /* force footer width ??? => 0px on small device */
  width: 100%;
}
#historical .modal .modal-dialog {
  padding-top: 2em;
}
@media only screen and (max-width: 1024px) {
  #historical .modal {
    /* start modal boostrap lower */
  }
  #historical .modal .modal-dialog {
    padding-top: 6em;
  }
}
#historical .modal .modal-content {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.3em;
  border: none;
}
#historical .modal .modal-content .modal-header {
  padding-bottom: 0;
  color: #f57600;
}
#historical .modal .modal-content .modal-body {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  #historical #choose-profil,
  #historical .modal-backdrop {
    display: none;
  }
}
#historique {
  position: relative;
}
#historique .btfHistorical-slide {
  position: relative;
  background-color: #b4b4b4;
  border-right: 0.5px solid #f6f6f6;
  cursor: pointer;
  z-index: 1;
  -webkit-filter: saturate(0.8);
  filter: saturate(0.8);
}
#historique .btfHistorical-slide.empty {
  background-color: #224378;
  border-right: 0;
  cursor: inherit;
}
#historique .btfHistorical-slide.empty:hover {
  -webkit-filter: saturate(0.8);
  filter: saturate(0.8);
}
#historique .btfHistorical-slide .date {
  position: absolute;
  top: -webkit-calc(40% - 19.5px);
  top: calc(40% - 19.5px);
  width: 100%;
  color: white;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#historique .btfHistorical-slide .btfHistorical-content-focus {
  padding: 40px;
  padding-top: 100px;
}
#historique .btfHistorical-slide .btfHistorical-content-focus .date-content {
  color: #f57600;
  font-family: 'Karbon';
  font-size: 150px;
  line-height: 150px;
  text-shadow: 0px 0px 1px grey;
}
#historique .btfHistorical-slide .btfHistorical-content-focus .intro {
  background-color: rgba(245, 118, 0, 0.8);
  font-family: 'Karbon';
  padding: 7.5px;
  color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#historique .btfHistorical-slide .btfHistorical-content-focus .description {
  color: white;
}
#historique .btfHistorical-slide .btfHistorical-content-focus .btfHistorical-slider .historique-slider-image {
  margin-top: 35px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#historique .btfHistorical-slide .btfHistorical-content-focus .btfHistorical-dots-block .btfHistorical-dots.active {
  background-color: #f57600;
}
#historique .btfHistorical-slide .btfHistorical-content-focus .btfHistorical-control.left {
  left: -13px;
}
#historique .btfHistorical-slide .btfHistorical-content-focus .btfHistorical-control.right {
  right: -13px;
}
#historique .btfHistorical-slide:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
#historique .btfHistorical-slide:hover .date {
  color: #f57600;
}
#historique .btfHistorical-slide.active {
  -webkit-filter: saturate(1);
  filter: saturate(1);
  z-index: 2;
}
#historique .btfHistorical-slide.active:hover {
  opacity: 1;
}
#historique #breadcrumb {
  position: absolute;
  z-index: 9;
  top: 810px;
  left: 20px;
  margin: 0;
  padding: 0;
  color: white;
}
#historique #breadcrumb a {
  color: white;
}
#historique #breadcrumb ul li:last-child {
  color: #f57600;
}
#historique #breadcrumb ul li::after {
  color: white;
}
/*HOMEPAGE 2*/
@media screen and (max-width: 1024px) {
  #help-me-to-see {
    display: none;
  }
}
#help-me-to-see {
  z-index: 1;
}
#btn-footer-menu {
  display: none;
}
#home2 {
  font-family: Karbon-Thin;
  padding-bottom: 3em;
}
#home2 h3,
#home2 h2 {
  font-family: Karbon-Light;
}
@media (min-width: 1200px) {
  #home2.container {
    width: 1100px !important;
  }
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#home2 #slider-home {
  position: relative;
}
#home2 #slider-home .item {
  width: 100%;
  height: auto;
}
#home2 #slider-home .item .info-text {
  position: absolute;
  left: 5%;
  top: 7%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.93);
  width: 350px;
  overflow: hidden;
  padding-bottom: 40px;
}
#home2 #slider-home .item .info-text h2 {
  padding: 1.5em 0.5em 0.25em 0.5em;
  margin-right: 0px;
  font-size: 2em;
  font-weight: 600;
}
#home2 #slider-home .item .info-text p.description {
  color: #333;
  font-size: 1.5em;
  line-height: 1.15em;
  padding: 0.25em 0.5em 1.0em 0.5em;
}
#home2 #slider-home .item .info-text a.link-more {
  color: #666;
  text-decoration: none;
  position: absolute;
  bottom: 0.05em;
  right: 1em;
  font-size: 1.1em;
  height: 45px;
}
#home2 #slider-home .item .info-text a.link-more i {
  padding-left: 0.5em;
  font-size: 1em;
}
#home2 #slider-home .item .info-text a.link-more .taille-img {
  width: 1400px;
}
@media screen and (max-width: 1199px) {
  #home2 #slider-home .item .info-text h2 {
    padding: 0.25em 0.5em 0.25em 0.5em;
  }
  #home2 #slider-home .item .info-text p.description {
    padding: 0.15em 0.5em 0.75em 0.5em;
  }
}
@media screen and (max-width: 991px) {
  #home2 #slider-home .item .info-text h2 {
    font-size: 20px;
  }
  #home2 #slider-home .item .info-text p.description {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 991px) {
  #home2 #slider-home .item .info-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#home2 #slider-home .owl-nav {
  margin-top: 0;
}
#home2 #slider-home .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
}
#home2 #slider-home .owl-prev {
  position: absolute;
  top: -webkit-calc(50% - 45px);
  top: calc(50% - 45px);
  left: 0;
}
#home2 #slider-home .owl-next {
  position: absolute;
  top: -webkit-calc(50% - 45px);
  top: calc(50% - 45px);
  right: 0;
}
#home2 #slider-home ul#carousel-custom-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#home2 #slider-home ul#carousel-custom-dots li.owl-dot {
  width: 15px;
  height: 15px;
  list-style: none;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
#home2 #slider-home ul#carousel-custom-dots li.owl-dot.active {
  background: #fff;
}
#home2 #mapmonde {
  background: url('/assets/frontend/img/home/bg_mapmonde.jpg') top center no-repeat;
  background-size: 90%;
}
#home2 #mapmonde h3 {
  color: #284774;
  font-weight: 700;
}
#home2 #mapmonde .bloc-implantation {
  padding: 3em;
  margin: 3em;
  background: rgba(255, 255, 255, 0.5);
}
#home2 #mapmonde .bloc-implantation h3 {
  font-family: Karbon;
  font-weight: 500;
}
#home2 #mapmonde .bloc-implantation p.description {
  color: #000;
  font-size: 1.3em;
  line-height: 1.15em;
  padding: 0.25em 0.5em 1.0em 0.5em;
}
@media screen and (max-width: 749px) {
  #home2 #mapmonde .bloc-implantation {
    margin: 1em;
    padding: 1em;
  }
}
@media screen and (max-width: 549px) {
  #home2 #mapmonde .bloc-implantation {
    margin: 0.25em;
  }
}
#home2 #mapmonde .bloc-chiffre-cles {
  margin-top: 10em;
}
#home2 #mapmonde .bloc-chiffre-cles h3 {
  letter-spacing: 0.1em;
  font-size: 2em;
  font-family: Karbon;
  font-weight: 500;
}
#home2 #mapmonde .bloc-chiffre-cles p.description {
  color: #333;
  font-size: 1.3em;
  line-height: 1.15em;
  padding: 0.25em 0.5em 1.0em 0.5em;
}
#home2 #mapmonde .bloc-chiffre-cles a {
  color: #e79824;
  text-decoration: underline;
}
#home2 #mapmonde .bloc-chiffre-cles .bloc {
  width: 180px;
  height: 180px;
  display: block;
  margin: auto;
  margin-top: 45px;
}
#home2 #mapmonde .bloc-chiffre-cles .bloc p {
  color: #fff;
  font-size: 1.75em;
  margin: 0;
  text-align: center;
  padding-bottom: 0.5em;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: Karbon;
}
#home2 #mapmonde .bloc-chiffre-cles .bloc span {
  font-size: 2.8em;
  line-height: 0.8em;
  display: block;
  font-family: Karbon-Light;
  font-weight: normal;
}
#home2 #mapmonde .bloc-chiffre-cles .bloc span em {
  font-style: normal;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  #home2 #mapmonde .bloc-chiffre-cles .bloc p {
    font-size: 24px;
  }
  #home2 #mapmonde .bloc-chiffre-cles .bloc p span {
    font-size: 2.3em;
  }
}
#home2 #mapmonde .bloc-chiffre-cles .bloc.bloc-blue {
  background-color: #457ae1;
}
#home2 #mapmonde .bloc-chiffre-cles .bloc.bloc-orange {
  background-color: #e79824;
  margin-top: 0px;
}
#home2 #mapmonde .bloc-chiffre-cles .bloc.bloc-grey {
  background-color: #aaa;
}
#home2 #mapmonde .bloc-chiffre-cles .bloc.bloc-blue-f {
  background-color: #28407e;
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  #home2 #mapmonde .bloc-chiffre-cles {
    margin-top: 2em;
  }
  #home2 #mapmonde .bloc-chiffre-cles .bloc {
    margin: auto;
    margin-bottom: 15px;
  }
  #home2 #mapmonde .bloc-chiffre-cles .bloc.bloc-orange {
    margin-top: 0px;
  }
}
#home2 #investor-home {
  background: url('/assets/frontend/img/home/bg_investor.jpg') center center no-repeat;
  background-size: cover;
  height: 360px;
}
#home2 #investor-home .bloc-bourse-parent {
  padding: 1em 0em 1em 1em;
  height: 360px;
}
#home2 #investor-home .bloc-bourse-parent .bourse {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1em 0em 1em 0em;
  color: #fff;
  font-size: 1em;
}
#home2 #investor-home .bloc-bourse-parent .bourse h3 {
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 15px;
}
#home2 #investor-home .bloc-bourse-parent .bourse .date {
  font-weight: 300;
  font-size: 2em;
  text-transform: uppercase;
}
#home2 #investor-home .bloc-bourse-parent .bourse .cours-action {
  font-size: 7em;
  font-family: Karbon;
  font-weight: bold;
  line-height: 125px;
}
@media screen and (max-width: 549px) {
  #home2 #investor-home .bloc-bourse-parent .bourse .cours-action {
    font-size: 4em;
  }
}
#home2 #investor-home .bloc-bourse-parent .bourse .pourcent-cours {
  font-size: 1.7em;
}
#home2 #investor-home .bloc-bourse-parent .bourse .pourcent-cours img {
  padding-right: 0.25em;
}
#home2 #investor-home .bloc-investor-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0em 1em 1em;
  height: 360px;
}
#home2 #investor-home .bloc-investor-parent .bloc-investor {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home2 #investor-home .bloc-investor-parent .bloc-investor a {
  font-weight: 700;
  font-size: 1em;
  text-decoration: none;
  color: #fff;
}
#home2 #investor-home .bloc-investor-parent .bloc-investor a i {
  font-size: 0.55em;
}
#home2 #investor-home .bloc-investor-parent .bloc-investor p {
  color: #fff;
  font-size: 1.3em;
}
@media screen and (max-width: 549px) {
  #home2 #investor-home .bloc-investor-parent .bloc-investor a {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #home2 #investor-home .bloc-investor-parent .bloc-investor {
    padding-top: 0em;
  }
}
@media screen and (max-width: 991px) {
  #home2 #investor-home .bloc-investor-parent {
    height: auto;
  }
  #home2 #investor-home .bloc-investor-parent .bloc-investor {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}
@media screen and (max-width: 991px) {
  #home2 #investor-home {
    height: auto;
  }
  #home2 #investor-home .col-md-6 {
    text-align: center;
  }
}
#home2 #carriere-home .carriere-parent {
  position: relative;
  height: 360px;
}
#home2 #carriere-home .carriere-parent .bloc-carriere {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home2 #carriere-home .carriere-parent .bloc-carriere h3 {
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0em;
}
#home2 #carriere-home .carriere-parent .bloc-carriere p {
  color: #000;
  font-size: 1.35em;
  line-height: 1.55em;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0em;
}
#home2 #carriere-home .carriere-parent .bloc-carriere a {
  color: #000;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.55em;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0em;
}
#home2 #carriere-home .carriere-parent .bloc-carriere a img {
  padding-left: 0.25em;
}
#home2 #carriere-home .bloc-offres {
  background: url('/assets/frontend/img/home/carriere-slider.png') no-repeat top center;
  background-size: cover;
  height: 360px;
}
#home2 #carriere-home .bloc-offres #slider-offre h3:not(.title) {
  color: white;
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 30px 0.5em 0em 0.5em;
  margin: 0em;
}
#home2 #carriere-home .bloc-offres #slider-offre .item {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}
#home2 #carriere-home .bloc-offres #slider-offre .item .info-text {
  background-color: white;
  margin: 30px 15px 15px 15px;
  padding: 20px;
  width: 65%;
  font-size: 16px;
  opacity: 0.9;
}
#home2 #carriere-home .bloc-offres #slider-offre .item .info-text h3.title {
  color: #284774;
  margin-left: 0px;
  margin-top: 0.5em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #home2 #carriere-home .bloc-offres #slider-offre .item .info-text h3.title {
    font-size: 1.25em;
  }
}
#home2 #carriere-home .bloc-offres #slider-offre .item .info-text .postulate {
  display: inline-block;
  background-color: #e49a25;
  padding: 5px 25px 5px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
#home2 #carriere-home .bloc-offres #slider-offre ul#carousel-custom-dots-offre {
  position: relative;
  right: 20px;
  bottom: 22px;
  z-index: 1;
  float: right;
}
#home2 #carriere-home .bloc-offres #slider-offre ul#carousel-custom-dots-offre li.owl-dot {
  width: 15px;
  height: 15px;
  list-style: none;
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
#home2 #carriere-home .bloc-offres #slider-offre ul#carousel-custom-dots-offre li.owl-dot.active {
  background: #e49a25;
}
#home2 #seche-connect {
  margin-bottom: 30px;
  padding: 4em 0px 2em;
  background: url('/assets/frontend/img/home/bg_seche-connect.jpg') no-repeat left center;
  background-size: cover;
  background-attachment: fixed;
}
#home2 #seche-connect .logo-seche-connect img {
  margin: auto;
  height: 150px;
  width: 271px;
}
#home2 #seche-connect .description * {
  color: #fff;
  font-size: 1.35em;
  line-height: 1.55em;
}
#home2 #seche-connect .description p {
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0em;
}
#home2 #seche-connect .description a {
  padding: 1.5em 0em;
  display: block;
  text-decoration: underline;
}
#home2 #seche-connect .description a i {
  font-size: 0.55em;
  padding-left: 0.5em;
  color: #f57600;
}
#home2 #seche-connect .item-solution {
  border-right: 1px solid white;
  margin-top: 0.5em;
}
#home2 #seche-connect .item-solution img {
  margin: auto;
  display: block;
  height: 53px;
}
#home2 #seche-connect .item-solution .title {
  color: #fff;
  text-align: center;
  margin-top: 0.75em;
  font-weight: 700;
}
#home2 #seche-connect .item-solution:last-child {
  border: none;
}
@media screen and (max-width: 991px) {
  #home2 #seche-connect .item-solution {
    border-right: 0px;
    padding: 1em 0em;
  }
}
@media screen and (max-width: 1024px) {
  #home2 #seche-connect {
    margin: 1em 0em;
  }
}
#home2 #contact-home {
  margin: 30px 0px;
}
#home2 #contact-home h3 {
  color: #f57600;
  font-weight: 700;
  margin: 15px 0px 40px 0px;
  letter-spacing: 0.1em;
  font-size: 32px;
  margin-top: -30px;
}
#home2 #contact-home img {
  margin: auto;
}
#home2 #contact-home img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#home2 #contact-home p {
  margin: 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #224378;
}
#home2 #mediatheque .col-md-6 {
  padding: 0;
}
#home2 #mediatheque .bloc-mediatheque #slider-mediatheque {
  position: relative;
}
#home2 #mediatheque .bloc-mediatheque #slider-mediatheque .item {
  width: 100%;
  height: auto;
}
#home2 #mediatheque .bloc-mediatheque owl-nav {
  margin-top: 0;
}
#home2 #mediatheque .bloc-mediatheque .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
}
#home2 #mediatheque .bloc-mediatheque .owl-prev {
  position: absolute;
  top: -webkit-calc(50% - 45px);
  top: calc(50% - 45px);
  left: 0;
}
#home2 #mediatheque .bloc-mediatheque .owl-next {
  position: absolute;
  top: -webkit-calc(50% - 45px);
  top: calc(50% - 45px);
  right: 0;
}
#home2 #mediatheque .bloc-mediatheque .owl-dots {
  display: none;
}
#home2 #mediatheque .bloc-mediatheque .link-mediatheque {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  margin: 15px;
  font-weight: bold;
  font-size: 1.75em;
}
#home2 #mediatheque .bloc-contact {
  height: 360px;
}
#home2 #mediatheque .bloc-contact a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f57600;
}
#home2 #mediatheque .bloc-contact a h3 {
  color: #f57600;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: normal;
  margin: 0em;
}
#home2 .no-padding {
  padding: 0;
}
/* HOMEPAGE */
#content_hp {
  position: relative;
  margin: auto;
}
#content_hp .bloc_hp {
  text-align: center;
  position: relative;
  /*video{
			visibility: visible !important;
			opacity: 1 !important;
		}*/
}
#content_hp .bloc_hp .hp_plus {
  margin-top: 10px;
}
#content_hp .bloc_hp h2 {
  margin: 0;
  font-family: 'Karbon';
}
#content_hp .bloc_hp p {
  margin: 0;
}
#content_hp .bloc_hp_txt {
  position: absolute;
  width: 300px;
  height: 120px;
  top: 40%;
  margin-top: -60px;
  left: -webkit-calc(50% - 50px);
  left: calc(50% - 50px);
  font-size: large;
  cursor: pointer;
  font-family: 'Roboto Slab', serif;
}
#content_hp .big_bloc_hp_wrapper {
  position: absolute;
  bottom: 20px;
}
#content_hp .bloc_video_hp {
  min-width: 100%;
  position: relative;
}
#content_hp .bloc_video_hp > div {
  z-index: 0 !important;
}
#blocs_hp #groupe {
  background-image: url("/assets/frontend/videos/groupe.jpg");
  background-size: cover;
}
#blocs_hp #metier {
  background-image: url("/assets/frontend/videos/metiers.jpg");
  background-size: cover;
}
#blocs_hp #finance {
  background-image: url("/assets/frontend/videos/finance.jpg");
  background-size: cover;
}
#blocs_hp #r_d {
  background-image: url("/assets/frontend/videos/r_d.jpg");
  background-size: cover;
}
#blocs_hp #rh {
  /*.bg-image('/rh.jpg');*/
  background-image: url("/assets/frontend/videos/groupe.jpg");
  background-size: cover;
}
#blocs_hp #communication {
  background-image: url("/assets/frontend/videos/communication.jpg");
  background-size: cover;
}
/* **** CLOUD ACTUALITE **** */
#cloud-actualite {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  height: 100px;
  width: 183px;
}
#cloud-actualite #cloud-actualite-header {
  background-color: transparent;
}
#cloud-actualite #cloud-actualite-header img {
  width: 100%;
}
#cloud-actualite.active #cloud-actualite-body .toggle.top {
  display: none;
}
#cloud-actualite.active #cloud-actualite-body .toggle.bottom {
  display: block;
  position: relative;
  left: -webkit-calc(100% - 16px);
  left: calc(100% - 16px);
  bottom: 10px;
}
#cloud-actualite.active #cloud-actualite-body {
  -webkit-border-radius: 0;
  border-radius: 0;
}
#cloud-actualite #cloud-actualite-body {
  background-color: rgba(34, 89, 174, 0.9);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#cloud-actualite #cloud-actualite-body .toggle.top {
  z-index: 99;
  position: absolute;
  bottom: 15px;
  right: 10px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#cloud-actualite #cloud-actualite-body .toggle.bottom {
  display: none;
}
#cloud-actualite #cloud-actualite-body #cloud-actualite-arobaz-tag {
  position: absolute;
  top: 30px;
  left: 10px;
  border-right: 1px solid white;
}
#cloud-actualite #cloud-actualite-body .cloud-actualite-el {
  text-align: left;
  font-size: 10px;
  width: 70%;
  position: absolute;
  top: 20px;
  left: 45px;
}
#cloud-actualite #cloud-actualite-body .cloud-actualite-el .intro_article {
  font-size: 12px;
}
#cloud-actualite #cloud-actualite-body .cloud-actualite-el .contenu_article {
  background-color: rgba(34, 89, 174, 0.9);
  color: white;
  width: 183px;
  position: relative;
  left: -45px;
  padding-left: 45px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#cloud-actualite #cloud-actualite-body #cloud-actualite-footer {
  border-top: 1px solid white;
  color: white;
  width: 183px;
  text-align: center;
  left: -44px;
  position: relative;
  font-size: 14px;
  padding-top: 5px;
  font-family: 'Karbon';
}
#cloud-actualite #cloud-actualite-body * {
  color: white;
}
#cloud-actualite #cloud-actualite-body a {
  color: white;
  text-decoration: none;
  display: block;
}
#news_bubble {
  background: rgba(50, 133, 221, 0.7);
  padding: 5px 15px;
  -webkit-border-radius: 20px 0 20px 20px;
  border-radius: 20px 0 20px 20px;
  position: absolute;
  right: 50px;
  top: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 1.3em;
  width: 270px;
  padding: 10px;
  padding-bottom: 15px;
}
#news_bubble p {
  color: #fff;
  font-weight: 400;
  line-height: 24px;
}
#news_bubble .head {
  font-size: 1.5em;
}
#news_bubble #actu_content,
#news_bubble #actu_preview {
  line-height: 15px;
}
#news_bubble #actu_content .intro,
#news_bubble #actu_preview .intro,
#news_bubble #actu_content .intro a,
#news_bubble #actu_preview .intro a {
  font-weight: 400;
  color: #fff;
  line-height: 16px;
}
#news_bubble #actu_content .content,
#news_bubble #actu_preview .content {
  font-weight: 400;
  color: #fff;
}
#news_bubble .footer .date {
  float: left;
  font-size: 0.8em;
}
#news_bubble .footer .roll_actuality {
  float: right;
  font-size: 1.2em;
  cursor: default;
}
#news_bubble .footer .roll_actuality:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2s;
  transition: all 2s;
}
#news_bubble .footer hr {
  clear: both;
  border-top: 2px solid #fff;
}
#news_bubble .footer .actu_all {
  font-size: 1.3em;
  font-weight: 200;
  color: #fff;
  text-align: center;
}
#news_bubble .footer .actu_all a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#news_bubble .footer .actu_all a:hover {
  margin-left: 15px;
}
#news_bubble .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  content: "";
  width: 0;
  height: 0;
  top: -15px;
  right: 0;
  border-right: 15px solid rgba(50, 133, 221, 0.7);
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 640px) {
  #news_bubble {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    top: 70px;
  }
  #news_bubble .triangle {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #hp .modal-backdrop {
    display: none;
  }
}
.block-toogle-menu-mobile {
  /*display:none;*/
}
#blocs_hp_mobile div {
  width: 100%;
  height: auto;
}
#blocs_hp_mobile img {
  width: 100%;
}
#blocs_hp_mobile .title {
  position: absolute;
  width: 100%;
  top: 40%;
  font-size: 2em;
}
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
input[type=checkbox] {
  -border-radius: 4px;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
input[type="checkbox"]:checked {
  background: white;
  position: relative;
}
input[type="checkbox"]:checked:before {
  font-family: FontAwesome;
  content: '\f00c';
  display: block;
  color: #f57600;
  position: absolute;
  font-size: 22px;
  margin-top: -2px;
}
#nos-implantations-france #page_contenu_header,
#nos-implantations-monde #page_contenu_header {
  padding-left: 0;
}
#nos-implantations-france p,
#nos-implantations-monde p {
  color: #818180;
  font-size: 1.2em;
}
#nos-implantations-france #page_contenu_wrapper,
#nos-implantations-monde #page_contenu_wrapper {
  background-color: white;
}
#nos-implantations-france .item,
#nos-implantations-monde .item {
  width: auto;
  height: auto;
  float: none;
}
#nos-implantations-france div.overlay,
#nos-implantations-monde div.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#nos-implantations-france #page_contenu {
  background-color: #ffffff;
}
#nos-implantations-france #page_contenu #breadcrumb {
  margin-left: 15px;
}
/* IMPLANTATIONS */
#content-site-implantation {
  position: absolute;
  width: 90%;
  z-index: 10;
  top: -250px;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #585857;
  display: none;
  padding: 20px;
  border: 1px solid #f57600;
}
#content-site-implantation footer .list-contact .contact:last-child {
  border: none !important;
}
#content-site-implantation .site-content .text {
  height: 320px;
  overflow: auto;
}
#content-site-implantation h2 {
  color: #f57600;
  line-height: 24px;
  font-size: 24px;
  font-family: 'Karbon';
}
#content-site-implantation .sub-title {
  font-family: 'Karbon';
  color: #818180;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 22px;
  display: block;
}
#content-site-implantation h4 {
  font-family: 'Karbon';
}
#content-site-implantation .certification {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#content-site-implantation .certification p {
  color: #224378;
  margin: 0;
}
#content-site-implantation .close {
  cursor: pointer;
  position: absolute;
  right: -12.5px;
  top: -16px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
#content-site-implantation .close .fa {
  color: #224378;
  font-size: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  width: 25px;
  height: 25px;
  border: 1px solid #f57600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  padding-left: 4px;
  padding-top: 1px;
}
#content-site-implantation .close .fa:hover {
  color: black;
}
#content-site-implantation .img {
  padding: 0;
}
#content-site-implantation .img img {
  max-width: 100%;
}
#content-site-implantation article {
  font-family: 'Karbon';
}
#content-site-implantation article .text h2 {
  margin-bottom: 0;
}
#content-site-implantation article .text h3 {
  margin: 0;
  font-size: 26px;
}
#content-site-implantation article .text .divider {
  border-color: #1876aa;
  background-color: #1876aa;
  margin: 10px 0;
  height: 1px;
}
#content-site-implantation article .text ul {
  padding-left: 15px;
}
#content-site-implantation article .text ul li {
  font-size: 16px;
  padding: 2.5px 0;
}
#content-site-implantation footer {
  background-color: #224378;
  font-family: 'Karbon';
  color: white;
}
#content-site-implantation footer h3 {
  margin-bottom: 5px;
  color: white;
  font-size: 20px;
}
#content-site-implantation footer a {
  text-decoration: underline;
  color: white;
}
#content-site-implantation footer .separator-address {
  font-size: 50px;
  line-height: 20px;
  position: relative;
  top: -2px;
}
#content-site-implantation footer aside {
  height: 100%;
  margin-top: 10px;
  padding: 10px 10px;
  -webkit-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: 'Karbon';
  padding-bottom: 0;
  text-align: center;
}
#content-site-implantation footer aside p {
  color: white;
}
#content-site-implantation footer .list-contact .block-contact {
  padding-right: 0;
  padding-left: 0;
  margin-right: -1px;
}
#content-site-implantation footer .list-contact .contact {
  border-right: 0px dashed white;
  height: 70px;
  overflow-y: auto;
  margin: 15px 0px;
  margin-bottom: 10px;
}
#content-site-implantation footer .list-contact .contact:first-child {
  padding-left: 0;
  font-size: 1.2em;
}
#content-site-implantation footer .list-contact .contact:nth-child(4n+12) {
  border-right: 1px dashed white;
  padding-right: 0;
}
#content-site-implantation footer .list-contact .contact span {
  display: block;
}
#content-site-implantation footer .list-contact .contact-link {
  font-size: 50px;
  position: relative;
  top: 15px;
}
#content-site-implantation footer .list-contact .contact-link h3 {
  font-size: 32px;
  font-weight: 200;
  margin-right: 10px;
}
/*Placement des points*/
/* NOS IMPLANTATIONS */
#map {
  width: 100%;
  height: 750px;
  background-color: white;
  position: relative;
}
.nos-implantations #page_contenu {
  background-color: white;
}
#nos-implantations-france #page_contenu_header {
  padding-left: 0;
}
#nos-implantations-france .select2-results__option {
  text-align: center;
}
#list-implantations .list-implantations-el {
  width: 20px;
  height: 32px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  background-image: url('../img/marker-map.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-left: -5px;
  margin-top: -12px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
#list-implantations .list-implantations-el:hover {
  background-image: url('../img/marker-map-hover.png');
}
#list-implantations .list-implantations-el .list-implantations-el-tooltip {
  color: #818180;
  background-color: white;
  width: 200px;
  text-align: center;
  position: absolute;
  top: -120px;
  left: -webkit-calc(-100px + 7.5px );
  left: calc(-100px + 7.5px );
  display: none;
  z-index: 2;
  font-family: 'karbon';
}
#list-implantations .list-implantations-el .list-implantations-el-tooltip .list-implantations-el-tooltip-header {
  background-color: #f57600;
  display: block;
  width: 100%;
  margin-top: 3px;
  color: white;
}
#list-implantations .list-implantations-el .list-implantations-el-tooltip p {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
  line-height: 18px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f57600;
}
#map-filtre {
  position: absolute;
  top: 100px;
  right: 0;
  color: #818180;
  font-family: 'Karbon';
  text-align: center;
  width: 350px;
}
#map-filtre h3 {
  color: #304372;
  font-size: 22px;
  font-family: 'Karbon';
  font-weight: 300;
}
#map-filtre h3 span {
  display: block;
  line-height: 22px;
}
#map-filtre h3 span.orange {
  font-weight: 400;
}
#map-filtre select {
  width: 300px;
}
#map-filtre .select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  border-radius: 0;
}
#map-filtre .select2 {
  border: 1px solid #0b6fa6;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: white;
  color: #585857;
  font-family: 'karbon';
  -webkit-border-radius: 0;
  border-radius: 0;
}
#map-filtre .select2 .select2-container--default .select2-selection--single {
  border: none;
}
#map-filtre .select2 > span {
  padding-top: 0;
  line-height: 24px;
}
#map-filtre .select2 * {
  font-family: 'karbon';
}
#list-implantations .list-implantations-el[data-id-site="0"] {
  top: 77px;
  left: 435px;
}
#list-implantations .list-implantations-el[data-id-site="1"] {
  top: 137px;
  left: 401px;
}
#list-implantations .list-implantations-el[data-id-site="2"] {
  top: 164px;
  left: 442px;
}
#list-implantations .list-implantations-el[data-id-site="3"] {
  top: 190px;
  left: 415px;
}
#list-implantations .list-implantations-el[data-id-site="4"] {
  left: 612px;
  top: 188px;
}
#list-implantations .list-implantations-el[data-id-site="5"] {
  top: 207px;
  left: 621px;
}
#list-implantations .list-implantations-el[data-id-site="6"] {
  top: 217px;
  left: 602px;
}
#list-implantations .list-implantations-el[data-id-site="7"] {
  top: 245px;
  left: 607px;
}
#list-implantations .list-implantations-el[data-id-site="8"] {
  top: 258px;
  left: 587px;
}
#list-implantations .list-implantations-el[data-id-site="9"] {
  top: 294px;
  left: 551px;
}
#list-implantations .list-implantations-el[data-id-site="10"] {
  top: 310px;
  left: 545px;
}
#list-implantations .list-implantations-el[data-id-site="11"] {
  top: 340px;
  left: 551px;
}
#list-implantations .list-implantations-el[data-id-site="12"] {
  top: 351px;
  left: 534px;
}
#list-implantations .list-implantations-el[data-id-site="13"] {
  top: 380px;
  left: 500px;
}
#list-implantations .list-implantations-el[data-id-site="14"] {
  top: 480px;
  left: 440px;
}
#list-implantations .list-implantations-el[data-id-site="15"] {
  top: 430px;
  left: 361px;
}
#list-implantations .list-implantations-el[data-id-site="16"] {
  top: 438px;
  left: 380px;
}
#list-implantations .list-implantations-el[data-id-site="17"] {
  top: 455px;
  left: 384px;
}
#list-implantations .list-implantations-el[data-id-site="18"] {
  top: 470px;
  left: 310px;
}
#list-implantations .list-implantations-el[data-id-site="19"] {
  top: 470px;
  left: 328px;
}
#list-implantations .list-implantations-el[data-id-site="20"] {
  top: 454px;
  left: 318px;
}
#list-implantations .list-implantations-el[data-id-site="21"] {
  top: 327px;
  left: 316px;
}
#list-implantations .list-implantations-el[data-id-site="22"] {
  top: 238px;
  left: 280px;
}
#list-implantations .list-implantations-el[data-id-site="23"] {
  top: 245px;
  left: 310px;
}
#list-implantations .list-implantations-el[data-id-site="24"] {
  top: 221px;
  left: 295px;
}
#list-implantations .list-implantations-el[data-id-site="25"] {
  top: 200px;
  left: 295px;
}
#list-implantations .list-implantations-el[data-id-site="26"] {
  top: 205px;
  left: 335px;
}
#list-implantations .list-implantations-el[data-id-site="27"] {
  top: 225px;
  left: 350px;
}
#list-implantations .list-implantations-el[data-id-site="28"] {
  top: 188px;
  left: 350px;
}
/* MONDE */
#list-implantations-monde {
  position: absolute;
  top: 0;
  bottom: 0;
}
#list-implantations-monde .list-implantations-el {
  height: 15px;
  width: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f57600;
  border: 1px solid white;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#list-implantations-monde .list-implantations-el a {
  display: block;
  width: 100%;
  height: 100%;
}
#list-implantations-monde .list-implantations-el:hover {
  background-color: #5284e2;
}
#list-implantations-monde .list-implantations-el-country {
  background-color: #f57600;
  height: 25px;
  width: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
}
#list-implantations-monde .list-implantations-el-country > span {
  line-height: 25px;
  color: white;
  display: block;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: 1px;
}
#list-implantations-monde .list-implantations-el-country:hover {
  background-color: #fb871c;
  border: 1px solid white;
  width: 26px;
  height: 26px;
}
#map-monde {
  position: relative;
  max-width: 1072px;
  padding-left: 20px;
}
#map-monde .implantations-big-contenu {
  z-index: 10;
  top: -webkit-calc(50% - 525px);
  top: calc(50% - 525px);
  left: 5%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #585857;
  display: none;
  padding: 20px;
  border: 1px solid #f57600;
}
#map-monde .implantations-big-contenu .text {
  height: 375px;
  overflow: scroll;
}
#map-monde .implantations-big-contenu .el-header h2 {
  position: relative;
  top: 8px;
  color: #f57600;
  line-height: 24px;
  font-family: 'Karbon';
  display: inline;
  margin-left: 10px;
}
#map-monde .implantations-big-contenu .el-header img {
  cursor: pointer;
}
#map-monde .implantations-big-contenu .sub-title {
  font-family: 'Karbon';
  color: #818180;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 22px;
  display: block;
}
#map-monde .implantations-big-contenu h4 {
  font-family: 'Karbon';
}
#map-monde .implantations-big-contenu .certification {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#map-monde .implantations-big-contenu .certification p {
  color: #224378;
  margin: 0;
}
#map-monde .implantations-big-contenu .close {
  cursor: pointer;
  position: absolute;
  right: -12.5px;
  top: -16px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
#map-monde .implantations-big-contenu .close .fa {
  color: #224378;
  font-size: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  width: 25px;
  height: 25px;
  border: 1px solid #f57600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  padding-left: 4px;
  padding-top: 1px;
}
#map-monde .implantations-big-contenu .close .fa:hover {
  color: black;
}
#map-monde .implantations-big-contenu .img {
  padding: 0;
}
#map-monde .implantations-big-contenu .img img {
  max-width: 300px;
  display: block;
  margin: auto;
  margin-top: 30px;
}
#map-monde .implantations-big-contenu article {
  font-family: 'Karbon';
}
#map-monde .implantations-big-contenu article .text h2 {
  margin-bottom: 0;
}
#map-monde .implantations-big-contenu article .text h3 {
  margin: 0;
  font-size: 26px;
}
#map-monde .implantations-big-contenu article .text .divider {
  border-color: #1876aa;
  background-color: #1876aa;
  margin: 10px 0;
  height: 1px;
}
#map-monde .implantations-big-contenu article .text ul {
  padding-left: 15px;
}
#map-monde .implantations-big-contenu article .text ul li {
  font-size: 16px;
  padding: 2.5px 0;
}
#map-monde .implantations-big-contenu footer {
  margin-top: 15px;
  background-color: #224378;
  font-family: 'Karbon';
  color: white;
}
#map-monde .implantations-big-contenu footer h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: white;
  font-size: 20px;
}
#map-monde .implantations-big-contenu footer a {
  text-decoration: underline;
  color: white;
}
#map-monde .implantations-big-contenu footer .separator-address {
  font-size: 50px;
  line-height: 20px;
  position: relative;
  top: -2px;
}
#map-monde .implantations-big-contenu footer aside {
  height: 100%;
  margin-top: 10px;
  padding: 10px 10px;
  -webkit-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: 'Karbon';
  padding-bottom: 0;
  text-align: center;
}
#map-monde .implantations-big-contenu footer aside p {
  color: white;
}
#map-monde .implantations-big-contenu footer .list-contact .block-contact {
  padding-right: 0;
  margin-right: -1px;
}
#map-monde .implantations-big-contenu footer .list-contact .contact {
  border-right: 1px dashed white;
  margin-bottom: 2px;
  padding-top: 5px;
  min-height: 85px;
  height: auto;
}
#map-monde .implantations-big-contenu footer .list-contact .contact:nth-child(3n) {
  border-right: none;
}
#map-monde .implantations-big-contenu footer .list-contact .contact:nth-child(3n+9) {
  border-right: 1px dashed white;
  padding-right: 0;
}
#map-monde .implantations-big-contenu footer .list-contact .contact span {
  display: block;
}
#map-monde .implantations-big-contenu footer .site_web {
  border-left: 1px dashed white;
  height: -webkit-calc(130px);
  height: calc(130px);
  text-align: center;
  color: white;
  font-size: 16px;
}
#map-monde .implantations-big-contenu footer .site_web a {
  color: white;
  text-decoration: none;
}
#map-monde .implantations-big-contenu footer .site_web img {
  display: block;
  margin: auto;
  margin-bottom: 12.5px;
}
#map-monde #implantation-france {
  position: absolute;
  left: 500px;
  top: 175px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#map-monde #implantation-france:hover {
  -webkit-box-shadow: 0px 0px 3px white;
  box-shadow: 0px 0px 3px white;
}
#popup-implantation,
#popup-implantation-country {
  display: none;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #868686;
}
#popup-implantation hr,
#popup-implantation-country hr {
  border-color: black;
}
#popup-implantation-country .implantations-big-contenu {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  padding-top: 0;
  min-height: 450px;
}
#popup-implantation-country .implantations-big-contenu .implantation-country-header {
  padding-top: 15px;
}
#popup-implantation-country .implantations-big-contenu .implantation-country-header img {
  cursor: pointer;
  position: relative;
  top: -4px;
  margin-right: 10px;
}
#popup-implantation-country .implantations-big-contenu .implantation-country-header h2 {
  display: inline-block;
  color: #f57600;
  margin: 10px 0;
  font-size: 24px;
}
#popup-implantation-country .implantations-country-list .el h3 {
  text-transform: uppercase;
  color: #818180;
  margin-bottom: 0;
}
#popup-implantation-country .implantations-country-list .el {
  max-width: 45%;
  margin-bottom: 15px;
  color: #818180;
  border-bottom: 3px solid #224378;
}
#popup-implantation-country .implantations-country-list .el .address {
  padding: 5px 0;
}
#popup-implantation-country .implantations-country-list .el .web_site a {
  text-decoration: underline;
  font-weight: bold;
  color: #818180;
}
#popup-implantation-country .implantations-country-list .el .fax_phone {
  padding: 10px 0;
  font-weight: bold;
  text-decoration: none;
}
#popup-implantation-country .implantations-country-list .el .el-link {
  position: relative;
  bottom: 27px;
  right: 0;
  color: #818180;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
#popup-implantation-country .implantations-country-list .el .el-link:hover {
  color: #f57600;
}
#popup-implantation-country .implantations-country-list .el .el-marker {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#popup-implantation-country .implantations-country-list .el:hover .el-marker {
  display: block !important;
  background-color: #f57600;
}
#implantation-show-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
#implantation-show-header .headband-title {
  display: block;
  height: 100%;
  top: 0px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#implantation-show-header .headband-title * {
  color: #fff;
}
#implantation-show-header .headband-title hr {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  width: 40%;
}
#implantation-show-header .headband-title .site {
  font-size: 0.65em;
}
#implantation-show-section {
  background: rgba(255, 0, 255, 0);
}
#implantation-show-section .implantation-content h2 {
  font-size: 25px;
}
#implantation-show-section .contact {
  background: #f57600;
  color: #fff;
  padding: 1em;
  margin-top: 1em;
}
#implantation-show-section .contact h2 {
  color: #fff;
  font-weight: 400;
}
#implantation-show-section .contact a {
  color: #fff;
  font-family: 'karbon';
  font-size: 16px;
}
#implantation-show-section .certifications {
  background: #224378;
  color: #fff;
  padding: 1em;
  margin-top: 1em;
}
#implantation-show-section .certifications h2 {
  color: #fff;
  font-weight: 400;
}
#implantation-show-section .coordonnees {
  background: #224378;
  color: #fff;
  padding: 1em;
  margin-top: 1em;
  text-transform: uppercase;
}
#implantation-show-section .coordonnees h5 {
  color: #fff;
}
#implantation-show-section .coordonnees a {
  text-decoration: underline;
  color: white;
}
#implantation-show-section .activite h2 {
  color: #f57600;
  font-weight: 400;
}
#implantation-show-section .blue_col {
  background: rgba(0, 0, 255, 0);
}
#implantation-show-section .blue_col h2 {
  color: #224378;
  font-weight: 400;
}
#implantation-show-section .blue_col > div:last-child {
  background: #224378;
  color: #fff;
  padding: 1em;
  margin-top: 2em;
  min-height: 250px;
  text-transform: uppercase;
}
#implantation-show-section .blue_col > div:last-child h2 {
  color: #fff;
  text-transform: none;
}
#implantation-show-section hr {
  border-top: 1px solid #eee;
}
#implantation-show-section .intervention {
  background: #000;
  color: #fff;
  background-image: url(/assets/frontend/img/who-we-are/implantation/picto-urgences.png);
  background-repeat: no-repeat;
  background-position: right 10px top 20px;
  padding: 1em;
}
#implantation-show-section .intervention h2 {
  color: #fff;
  font-weight: 400;
}
#implantation-show-section .intervention .leaf {
  width: 100px;
  padding: 1em;
}
#implantation-show-section .services h2 {
  color: #f57600;
  font-weight: 400;
}
#implantation-show-section .description h2 {
  color: #224378;
  font-weight: 400;
}
#implantation-show-section #map {
  width: 100%;
  height: 350px;
}
#implantation-show-section .autres_infos h2 {
  color: #224378;
  font-weight: 400;
}
/* MAP */
#implantation-map-section .category .btCat {
  color: #f57600;
  border-bottom: 2px solid #f57600;
  font-size: 25px;
}
#implantation-map-section .category .subcategories {
  padding-top: 1em;
}
#implantation-map-section .category.current .subcategories {
  display: block;
}
#implantation-map-section .subcategories .subcategory {
  font-weight: 400;
  font-size: 14px;
  height: 50px;
  cursor: pointer;
  display: inline-block;
}
#implantation-map-section .subcategories .subcategory:first-child {
  float: left;
}
#implantation-map-section .subcategories .subcategory:last-child {
  float: right;
}
#implantation-map-section .subcategories .subcategory.current {
  font-weight: 700;
  font-size: 16px;
}
#implantation-map-section .subcategories .subcategory.current:after {
  content: "";
  position: relative;
  bottom: -20px;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #f57600;
  display: block;
  margin-left: -15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#implantation-map-section .types {
  position: relative;
  min-height: 726px;
}
#implantation-map-section .mapid {
  width: 100%;
  height: 726px;
  position: absolute;
  top: 0px;
}
#implantation-map-section .mapid .leaflet-control-zoom {
  margin-top: 100px;
}
#implantation-map-section #box-marker {
  display: none;
  min-height: 60px;
  position: absolute;
  top: 170px;
  right: 5px;
  z-index: 999;
  padding: 1em;
  min-width: 350px;
  min-height: 200px;
  background: #fff;
  border: 1px solid #585859;
}
#implantation-map-section #box-marker .close {
  cursor: pointer;
}
#implantation-map-section #box-marker .link {
  text-decoration: underline;
  cursor: pointer;
}
#implantation-map-section #box-marker hr {
  margin-bottom: 5px;
  margin-top: 5px;
}
#implantation-map-section .types .first-type {
  display: none;
  padding: 1em 1em;
  background: #224378;
  border-top: 4px solid #c54721;
}
#implantation-map-section .types .first-type label {
  padding: 0em 2em;
  color: #fff;
  cursor: pointer;
}
#implantation-map-section .types .type {
  display: none;
  padding: 1em;
  background: rgba(34, 67, 120, 0.75);
  border-top: 4px solid #f57600;
  border-right: 30px solid #f57600;
}
#implantation-map-section .types .type label {
  padding: 0em 2em;
  color: #fff;
  cursor: pointer;
  line-height: 28px;
  font-size: 15.5px !important;
}
#implantation-map-section .types .type label input {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
#implantation-map-section .types .type.current {
  display: block;
  min-height: 60px;
  position: relative;
  top: 0px;
  z-index: 999;
}
#implantation-map-section .types .type.current .label {
  margin-right: -25px;
}
#implantation-map-section .markers span {
  /* padding: 0em 2em; */
}
#implantation-map-section div.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}
#implantation-map-section #implantationModal {
  top: 100px;
  width: 75%;
  margin: auto;
  z-index: 10000;
}
#implantation-map-section #implantationModal .modal-dialog {
  width: 100%;
}
/* MOBILE */
@media (max-width: 767px) {
  #go-france {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    background-color: #224378;
    padding: 7.5px;
    margin-top: 10px;
  }
  #implantation-map-section .category .subcategories {
    padding-right: 3em;
  }
  #nos-implantations-france #choose-profil,
  #nos-implantations-monde #choose-profil {
    display: none;
  }
  #map-filtre {
    position: static;
    margin: auto;
    width: 300px;
  }
  #list-implantations .list-implantations-el {
    width: 12px;
    height: 20px;
  }
  #map-bloc {
    background-color: white;
  }
  #map {
    padding-bottom: 100px;
    overflow-y: scroll;
    width: auto;
    height: auto;
    margin: auto;
  }
  #map .map-wrapper {
    position: relative;
    display: table;
    margin: auto;
  }
  #map,
  #map #map-img-mobile,
  #map #map-filtre,
  #map #map-filtre-select {
    width: 240px;
  }
  #map #map-filtre .select2 {
    width: 240px !important;
  }
  #map #content-site-implantation {
    padding: 5px;
  }
  #map #content-site-implantation h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #map #content-site-implantation .sub-title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
  }
  #map #content-site-implantation .site-content .text {
    height: auto;
  }
  #map #content-site-implantation .site-content .text .item {
    height: auto;
    float: none;
  }
  #map #content-site-implantation .site-content .text h4 {
    font-size: 16px;
  }
  #map #content-site-implantation .site-content .text p {
    font-size: 15px;
  }
  #map #content-site-implantation footer .contact {
    min-height: 60px;
  }
  #map #content-site-implantation footer h3 {
    font-size: 16px;
  }
  #map #content-site-implantation footer aside {
    font-size: 15px;
  }
  #map-filtre .select2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #list-implantation-mobile-count {
    text-align: center;
    color: #224378;
    font-size: 16px;
  }
  #list-implantation-mobile .name {
    font-size: 14px;
    color: #224378;
    padding: 5px 0;
    background-color: #f6f6f6;
    cursor: pointer;
    margin-bottom: 3px;
    padding-left: 5px;
  }
  #list-implantation-mobile .name span {
    padding-right: 20px;
    font-size: 1.2em;
  }
  #list-implantation-mobile .name .top {
    display: none;
  }
  #list-implantation-mobile .name img {
    height: 23px;
    position: relative;
    right: 20px;
  }
  #list-implantation-mobile .name.active .bottom {
    display: none;
  }
  #list-implantation-mobile .name.active .top {
    display: inline-block;
  }
  #list-implantation-mobile .wrapper {
    border-bottom: 1px solid #224378;
    font-size: 1.2em;
  }
  #list-implantation-mobile .wrapper article {
    padding: 0 3px;
  }
  #list-implantation-mobile .wrapper h2 {
    font-size: 16px;
  }
  #list-implantation-mobile .wrapper h4 {
    font-size: 14px;
  }
  #list-implantation-mobile .wrapper h3 {
    font-size: 14px;
    color: #818180;
  }
  #list-implantation-mobile .wrapper .item {
    font-size: 12px;
  }
  #list-implantation-mobile .wrapper ul {
    padding-left: 5px;
  }
  #list-implantation-mobile .wrapper .wrapper-btn-top {
    cursor: pointer;
    height: 30px;
    margin-bottom: 10px;
  }
  #list-implantation-mobile .wrapper p {
    font-size: initial;
  }
  #back-world {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    background-color: #224378;
    padding: 7.5px;
    margin-top: 10px;
  }
  #map-monde-mobile .zone {
    background-color: #999999;
    color: white;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 5px 0;
    padding-top: 10px;
    padding-left: 20px;
    margin-top: -1px;
    margin-bottom: 10px;
    border-top: 30px solid white;
  }
  #map-monde-mobile .site-content {
    padding-top: 5px;
  }
  #map-monde-mobile .site-content .name h2 {
    padding-left: 15px;
    font-weight: 400;
    color: #818180;
    text-transform: uppercase;
    font-size: 18px;
    margin: 2.5px 0;
  }
  #map-monde-mobile .site-content.active .name h2 {
    color: #f57600;
  }
  #map-monde-mobile .site-content .footer {
    position: relative;
  }
  #map-monde-mobile .site-content .footer .top {
    display: none;
  }
  #map-monde-mobile .site-content .footer img {
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #map-monde-mobile .site-content .footer p {
    margin-bottom: 2.5px;
    padding-right: 26px;
  }
  #map-monde-mobile .site-content .pre-block {
    cursor: pointer;
  }
  #map-monde-mobile .site-content .footer-wrapper {
    border-bottom: 1px solid #2a62bc;
  }
  #map-monde-mobile .site-content.active .bottom {
    display: none;
  }
  #map-monde-mobile .site-content.active .top {
    display: inline-block;
  }
  #implantation-show-header .headband-title h1 {
    font-size: 0.75em;
  }
  #implantation-show-section .certifications {
    margin-bottom: 2em;
  }
  #implantation-show-section .intervention {
    margin-top: 2em;
  }
  #implantation-show-section .intervention img {
    float: right;
  }
  .types .type.current {
    text-align: left !important;
  }
}
/* PAGE PROFIL */
#page_contenu_header h1 {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
}
#page_contenu_header a {
  display: inline-block;
  float: right;
}
.bloc {
  background-color: #FFE;
  -webkit-box-shadow: 1px 1px 4px #999999;
  box-shadow: 1px 1px 4px #999999;
  position: relative;
  padding: 15px 10px;
}
.bloc .arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.bloc .title {
  font-size: 25px;
  font-weight: 500;
}
.bloc.header {
  height: 345px;
}
.bloc.horizontal {
  height: 170px;
}
.bloc.horizontal-large {
  height: 240px;
}
.bloc.vertical {
  height: 600px;
}
#profil-financier a,
#profil-financier a:hover {
  text-decoration: none;
}
#profil-financier #bloc-infos {
  background-image: url('../img/profiles/investors/background-actu.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 10px 15px;
}
#profil-financier #bloc-infos .title {
  color: #fff;
}
#profil-financier #bloc-infos .info-title {
  font-size: 18px;
  font-weight: 500;
}
#profil-financier #bloc-infos .more {
  font-size: 16px;
  position: absolute;
  bottom: 30px;
  right: 80px;
}
#profil-financier #bloc-agenda {
  background-color: #224378;
  padding: 20px 0;
  text-align: center;
}
#profil-financier #bloc-actionnaires {
  padding: 15px 10px;
}
#profil-financier #bloc-actionnaires .title {
  color: #f57600;
}
#profil-financier #bloc-doc {
  background-image: url('../img/profiles/investors/background-infos.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f57600;
  padding-top: 10px;
}
#profil-financier #bloc-doc .title {
  background-color: #224378;
  padding: 10px 15px;
  color: white;
}
#profil-financier #bloc-doc .cat {
  color: white;
  font-size: 20px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}
#profil-financier #bloc-contact {
  padding: 20px 0;
  text-align: center;
}
#profil-financier #bloc-bourse {
  background-color: #224378;
  padding: 15px 10px;
}
#profil-financier #bloc-key-figure {
  padding: 15px 10px;
}
#profil-financier #bloc-key-figure .title {
  color: #f57600;
}
#profil-candidat a,
#profil-candidat a:hover {
  text-decoration: none;
}
#profil-candidat #bloc-why {
  color: #fff;
  position: relative;
  background-image: url('../img/profiles/candidat/background-why-choice-us.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 60px;
}
#profil-candidat #bloc-why footer {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#profil-candidat #bloc-politic {
  background-color: #224378;
  color: #fff;
}
#profil-candidat #bloc-implantations {
  background-image: url('../img/profiles/candidat/background-implantations.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#profil-candidat #bloc-offres {
  background-image: url('../img/profiles/candidat/background-offres.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
#profil-candidat #bloc-offres .title {
  color: #fff;
}
#profil-candidat #bloc-offres .offre {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
#profil-candidat #bloc-offres .place {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
#profil-candidat #bloc-rse .title {
  color: #224378;
}
#profil-candidat #bloc-cv {
  text-align: center;
}
#profil-candidat #bloc-key-figure .title {
  color: #f57600;
}
#profil-presse a,
#profil-presse a:hover {
  text-decoration: none;
}
#profil-presse #bloc-une {
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
#profil-presse #bloc-une p {
  color: #fff;
  font-size: 18px;
  width: 50%;
}
#profil-presse #bloc-une footer {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#profil-presse #bloc-implantations {
  background-image: url('../img/profiles/candidat/background-implantations.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#profil-presse #bloc-media {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#profil-presse #bloc-media .band {
  background-color: #fff;
  color: #224378;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
#profil-presse #bloc-media .band .title {
  font-size: 25px;
  margin-left: 15px;
  display: inline-block;
}
#profil-presse #bloc-media .band .arrow {
  bottom: 7px;
}
#profil-presse #bloc-metier {
  background-color: #224378;
  color: #fff;
}
#profil-presse #bloc-metier .band {
  background-color: #f57600;
  color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
}
#profil-presse #bloc-metier .band .title {
  font-size: 25px;
  margin-left: 15px;
  display: inline-block;
}
#profil-presse #bloc-metier .content {
  margin-top: 45px;
  margin-right: 20px;
}
#profil-presse #bloc-metier .content .job {
  font-size: 17px;
}
#profil-presse #bloc-blog {
  background-color: #224378;
  color: #fff;
}
#profil-presse #bloc-presse .title {
  color: #f57600;
}
#profil-presse #bloc-presse .subtitle {
  color: #f57600;
  font-size: 20px;
}
#profil-presse #bloc-presse .doc {
  color: #224378;
  font-size: 18px;
  font-weight: 400;
  margin-left: 15px;
}
#chiffres_cles .bloc-chiffre {
  margin-bottom: 50px;
  /* fix mobile */
}
@media screen and (max-width: 1024px) {
  #chiffres_cles .bloc-chiffre {
    padding: inherit 0px;
  }
  #chiffres_cles .bloc-chiffre .col-sm-3 {
    padding: inherit 0px;
  }
  #chiffres_cles .bloc-chiffre .col-sm-3 * {
    padding: inherit 0px;
  }
}
#chiffres_cles h2 {
  margin-bottom: 50px;
  margin-right: 30px;
  color: #FF6F00;
}
#chiffres_cles #chiffres-energetique .background {
  background-image: url('../img/pages/key-figure/1-background.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 100%;
  padding: 50px 0;
}
#chiffres_cles #chiffres-biodiversite .background {
  background-image: url(../img/pages/key-figure/3-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 100%;
  padding: 6vw 0;
  padding-bottom: 0px;
}
#chiffres_cles #chiffres-biodiversite h2 {
  color: #ffffff;
  font-weight: 500;
}
#chiffres_cles .legend {
  color: #224378;
  font-size: 1.2em;
}
#chiffres_cles .legend .orange {
  font-weight: bold;
  color: #ee731f;
}
#chiffres_cles .legend .light-orange {
  font-weight: bold;
  color: #ea973f;
}
#chiffres_cles .legend .grey {
  font-weight: bold;
  color: #a5a5a5;
}
#chiffres_cles .legend .light-grey {
  font-weight: bold;
  color: #c4c9cc;
}
#chiffres_cles .legend .dark-grey {
  font-weight: bold;
  color: #898989;
}
#chiffres_cles .legend .dark-grey-2 {
  font-weight: bold;
  color: #616262;
}
#chiffres_cles .legend .light-blue {
  font-weight: bold;
  color: #6f89ae;
}
#chiffres_cles .legend .light-blue-2 {
  font-weight: bold;
  color: #75aad9;
}
#chiffres_cles .legend .light-blue-3 {
  font-weight: bold;
  color: #628bc4;
}
#chiffres_cles .legend .medium-blue {
  font-weight: bold;
  color: #425a92;
}
#chiffres_cles .legend .dark-blue {
  font-weight: bold;
  color: #224378;
}
@media (max-width: 767px) {
  #chiffres_cles .legend {
    background-color: rgba(246, 246, 246, 0.5);
  }
}
#chiffres_cles .information-square_2 {
  height: 211px;
  width: 331px;
  text-align: center;
  padding: 15px;
}
#chiffres_cles .information-square_2 p:first-child {
  font-size: 6.2em;
  font-weight: bold;
  margin-bottom: -12%;
}
#chiffres_cles .information-square_2 p:last-child {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.1;
}
#chiffres_cles .complement-legend_1 .arrow-circle {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#chiffres_cles .complement-legend_1 .grey {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.1;
}
#chiffres_cles .complement-legend_1 .grey:first-child {
  font-size: 5.2em;
  font-weight: lighter;
  margin-top: -0.25em;
  line-height: 1;
}
#chiffres_cles .complement-legend_2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#chiffres_cles .complement-legend_3 {
  font-weight: bold;
  margin-top: 1em;
  font-size: 1.3em;
}
#chiffres_cles .timiline {
  border-collapse: collapse;
  font-size: 1.6em;
}
#chiffres_cles .timiline th:first-child {
  text-align: left;
}
#chiffres_cles .timiline th {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
#chiffres_cles .timiline td {
  text-align: center;
  border-top: 2px solid #75aad9;
  padding-top: 15px;
}
#chiffres_cles .timiline th:not(:first-child)::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ee731f;
  bottom: -8.5px;
  left: -webkit-calc(57.5%);
  left: calc(57.5%);
}
#chiffres_cles .timiline tr *:not(:first-child) {
  padding-left: 35px;
}
#contact {
  background-color: #fff;
}
#contact .overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
#contact .item-menu-contact {
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: auto;
  opacity: 0.4;
}
#contact .item-menu-contact .circle {
  padding: 30px;
}
#contact .item-menu-contact.active {
  opacity: 1;
}
#contact .item-menu-contact.active .circle {
  padding: 30px;
  border: 1px solid #224378;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#contact .item-menu-contact.active a p {
  display: none;
}
#contact .item-menu-contact img {
  margin: auto;
}
#contact #page_contenu {
  background-color: #fff;
}
#contact #page_contenu .popup-contact-1 {
  display: none;
  position: fixed;
  width: 70%;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid orange;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 20%;
}
#contact #page_contenu .popup-contact-1 .img img {
  width: 100%;
}
#contact #page_contenu .popup-contact-1 .close {
  cursor: pointer;
  position: absolute;
  right: -12.5px;
  top: -16px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
#contact #page_contenu .popup-contact-1 .close .fa {
  color: #224378;
  font-size: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  width: 25px;
  height: 25px;
  border: 1px solid #f57600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  padding-left: 4px;
  padding-top: 1px;
}
#contact #page_contenu .popup-contact-1 .close .fa:hover {
  color: black;
}
#contact #page_content_wrapper {
  background-color: #fff;
  position: relative;
}
#contact #page_content_wrapper .popup-contact-1 {
  display: none;
  position: fixed;
  width: 70%;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid orange;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 20%;
}
#contact #page_content_wrapper .popup-contact-1 .img img {
  width: 100%;
}
#contact #page_content_wrapper .popup-contact-1 .close {
  cursor: pointer;
  position: absolute;
  right: -12.5px;
  top: -16px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
#contact #page_content_wrapper .popup-contact-1 .close .fa {
  color: #224378;
  font-size: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  width: 25px;
  height: 25px;
  border: 1px solid #f57600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  padding-left: 4px;
  padding-top: 1px;
}
#contact #page_content_wrapper .popup-contact-1 .close .fa:hover {
  color: black;
}
#contact #page_content_wrapper .page-container {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 21vh;
}
#contact #page_content_wrapper .page-container #popup-contact {
  display: none;
  position: fixed;
  width: 70%;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid orange;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -10%;
}
#contact #page_content_wrapper .page-container #popup-contact .close {
  cursor: pointer;
  position: absolute;
  right: -12.5px;
  top: -16px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
#contact #page_content_wrapper .page-container #popup-contact .close .fa {
  color: #224378;
  font-size: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  width: 25px;
  height: 25px;
  border: 1px solid #f57600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  padding-left: 4px;
  padding-top: 1px;
}
#contact #page_content_wrapper .page-container #popup-contact .close .fa:hover {
  color: black;
}
#contact #page_content_wrapper #list-contact a:hover {
  text-decoration: none;
}
#contact #page_content_wrapper #list-contact .el:not(.index) {
  min-height: 311px;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: #F3F3F3;
  padding-right: 10px;
  padding-top: 5px;
  border: 1px solid transparent;
  position: relative;
}
#contact #page_content_wrapper #list-contact .el:not(.index) h3 {
  margin-left: 15px;
  color: #f57600;
  font-size: 20px;
}
#contact #page_content_wrapper #list-contact .el:not(.index) a:not(.mailto) {
  color: initial;
}
#contact #page_content_wrapper #list-contact .el:not(.index) .no-puce,
#contact #page_content_wrapper #list-contact .el:not(.index) li {
  list-style: none;
  margin-left: -1em;
  color: black;
}
#contact #page_content_wrapper #list-contact .el:not(.index) .no-puce a,
#contact #page_content_wrapper #list-contact .el:not(.index) li a {
  color: black;
}
#contact #page_content_wrapper #list-contact .el:not(.index) .no-puce a.mailto,
#contact #page_content_wrapper #list-contact .el:not(.index) li a.mailto {
  color: #224378;
}
#contact #page_content_wrapper #list-contact .el:not(.index) .no-puce a.tel span,
#contact #page_content_wrapper #list-contact .el:not(.index) li a.tel span {
  color: #224378;
}
#contact #page_content_wrapper #list-contact .el:not(.index) .fa {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #f57625;
}
#contact #page_content_wrapper #list-contact .el.selected {
  border: 3px solid #224378;
}
#contact #page_content_wrapper #list-contact .el.selected h3 {
  margin-top: 15px;
}
#contact #page_content_wrapper #list-contact .el.selected h1,
#contact #page_content_wrapper #list-contact .el.selected h3 {
  text-align: center;
  color: grey;
}
#contact #page_content_wrapper #list-contact .el.selected img {
  margin: auto;
}
#contact #page_content_wrapper #list-contact .el.contact:hover h3 {
  margin-top: 15px;
  color: #224378;
}
#contact #page_content_wrapper #list-contact .el.contact:hover h1,
#contact #page_content_wrapper #list-contact .el.contact:hover h3 {
  text-align: center;
  color: #224378;
}
#contact #page_content_wrapper #list-contact .el:hover h3 {
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  color: #224378;
}
@media screen and (max-width: 640px) {
  #contact #choose-profil {
    display: none;
  }
}
#contact #page_content_wrapper #list-contact .contact_wrapper {
  border-color: #224378;
  background-color: #224378;
}
#contact #page_content_wrapper #list-contact .contact_fr_wrapper {
  border-color: #f57600;
  background-color: #f57600;
}
#contact #page_content_wrapper #list-contact .contact_fr_wrapper .el {
  border-color: #f57600 !important;
  background-color: #f57600 !important;
}
#contact #page_content_wrapper #list-contact .contact_fr_wrapper .el h3 {
  margin-top: 15px;
  color: #f57600;
}
#contact #page_content_wrapper #list-contact .contact_fr_wrapper .el h1,
#contact #page_content_wrapper #list-contact .contact_fr_wrapper .el h3 {
  text-align: center;
  color: white;
}
#contact #page_content_wrapper #list-contact .contact_fr_wrapper .el a.mailto {
  color: #224378;
}
#contact #page_content_wrapper #list-contact .contact_fr_wrapper .el a.tel {
  color: #224378 !important;
}
#contact #page_content_wrapper #list-contact .contact_world_wrapper {
  border-color: #f57600;
  background-color: #f57600;
}
#contact #page_content_wrapper #list-contact .contact_world_wrapper .el {
  border-color: #f57600 !important;
  background-color: #f57600 !important;
}
#contact #page_content_wrapper #list-contact .contact_world_wrapper .el h3 {
  margin-top: 15px;
  color: #f57600;
}
#contact #page_content_wrapper #list-contact .contact_world_wrapper .el h1,
#contact #page_content_wrapper #list-contact .contact_world_wrapper .el h3 {
  text-align: center;
  color: white;
}
#nos_solutions {
  /*.page-container{
		max-width: 890px;
	}*/
}
#nos_solutions #tags {
  margin-left: 15px;
}
#nos_solutions #tags .tag {
  position: relative;
  margin-right: 25px;
  background-color: #224378;
  color: white;
  padding: 2.5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*&:before{
				content: " ";
				position: absolute;
				background-image: url('/assets/frontend/img/tags.png');
				background-size: contain;
				width: 12px;
				height: 12px;
				top: 0;
				left: -15px;
			}*/
}
#nos_solutions #breadcrumb {
  padding-left: 0px;
}
#nos_solutions .article-content {
  max-height: 70px;
  overflow: hidden;
  font-size: 1.2em;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#nos_solutions .article-content.reading {
  max-height: 1000px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#nos_solutions .separator {
  border-bottom: 1px solid black;
  width: 100%;
  height: 15px;
  margin-bottom: 40px;
  position: relative;
}
#nos_solutions .roll {
  position: absolute;
  bottom: -15px;
  left: 50%;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
}
#nos_solutions .roll:hover {
  border: 1px solid #f57600;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
#nos_solutions .roll.reverse {
  webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#nos_solutions #carousel {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #C7C7C7;
}
#nos_solutions .owl-carousel .owl-item {
  max-height: 191px;
}
#nos_solutions #next {
  margin-top: 75px;
  margin-right: 75px;
  color: #224278;
  font-weight: 500;
  font-size: 1.2em;
}
#nos_solutions .menu-solution-bottom {
  text-align: center;
}
#nos_solutions .menu-solution-bottom a {
  text-decoration: none;
  color: #9e9e9e;
  font-size: 1.2em;
  padding: 5px;
}
#nos_solutions .menu-solution-bottom a:hover {
  color: #f57600;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#nos_solutions .menu-solution-bottom span:not(:last-child):after {
  content: "";
  border-right: 1px solid #9e9e9e;
  width: 1px;
  padding-top: 2px;
}
#nos_solutions .menu-solution-bottom span.active a {
  color: #f57600;
}
@media screen and (max-width: 640px) {
  #nos_solutions #choose-profil {
    display: none;
  }
  #nos_solutions #next.pull-right {
    float: none !important;
    margin: auto;
  }
  #nos_solutions #next.pull-right img {
    margin-top: 20px;
  }
}
#why-choose-us p,
#why-choose-us li {
  font-size: 1.2em;
}
#why-choose-us .legend {
  color: #224378;
  font-size: 1em;
  font-weight: 400;
}
#why-choose-us .planet-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us #key_figure_employee {
  margin: 50px 0;
  padding: 30px 15px;
  color: #224378;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#why-choose-us #key_figure_employee .big-number {
  font-size: 10vmin;
  font-weight: 600;
  line-height: 0.8em;
  display: inline-block;
}
#why-choose-us #choice-seche {
  text-align: left;
  padding: 50px 0px;
}
#why-choose-us #choice-seche h2 {
  font-weight: 500;
  color: #224378;
}
#why-choose-us #choice-seche ul {
  padding-left: 20px;
}
#why-choose-us #choice-seche li {
  color: #224378;
}
@media screen and (max-width: 640px) {
  #why-choose-us #choose-profil {
    display: none;
  }
}
#politique p,
#politique ul {
  font-size: 1.2em;
}
#politique #categories,
#politique #straineeship {
  font-size: 0.9em;
}
#politique .planet-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  margin-left: auto;
  margin-right: auto;
}
#politique .orange {
  font-weight: bold;
  color: #ee731f;
}
#politique .light-orange {
  font-weight: bold;
  color: #ea973f;
}
#politique .grey {
  font-weight: bold;
  color: #a5a5a5;
}
#politique .light-grey {
  font-weight: bold;
  color: #c4c9cc;
}
#politique .dark-grey {
  font-weight: bold;
  color: #898989;
}
#politique .dark-grey-2 {
  font-weight: bold;
  color: #616262;
}
#politique .light-blue {
  font-weight: bold;
  color: #6f89ae;
}
#politique .light-blue-2 {
  font-weight: bold;
  color: #75aad9;
}
#politique .light-blue-3 {
  font-weight: bold;
  color: #628bc4;
}
#politique .medium-blue {
  font-weight: bold;
  color: #425a92;
}
#politique .dark-blue {
  font-weight: bold;
  color: #224378;
}
#politique .legend {
  color: #224378;
}
@media (max-width: 767px) {
  #politique .legend {
    background-color: rgba(246, 246, 246, 0.5);
  }
}
#politique .big-number {
  font-size: 10vmin;
  font-weight: 600;
  line-height: 0.8em;
  display: inline-block;
  color: #224378;
}
#politique #dialogue {
  position: relative;
}
@media (min-width: 768px) {
  #politique #dialogue .texte-dialogue {
    position: absolute;
    top: -webkit-calc(50% - 170px);
    top: calc(50% - 170px);
  }
  #politique #dialogue .texte-dialogue p {
    margin-right: 30px;
  }
}
#politique #training article {
  position: relative;
  min-height: 750px;
}
@media (max-width: 767px) {
  #politique #training article {
    min-height: 500px;
  }
}
#politique #training article .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 60px;
}
#politique #training article .content #accord div {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #politique #training article .content #accord div:nth-of-type(1) {
    margin-top: 350px;
  }
  #politique #training article .content #accord div:nth-of-type(2) {
    margin-top: 250px;
  }
  #politique #training article .content #accord div:nth-of-type(3) {
    margin-top: 150px;
  }
  #politique #training article .content #accord div:nth-of-type(4) {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #politique #training {
    margin-bottom: 0px !important;
  }
}
#politique #seniority {
  margin-top: 150px;
}
@media screen and (max-width: 640px) {
  #politique #choose-profil {
    display: none;
  }
}
#politique .information-square {
  width: 231px;
  height: 211px;
  text-align: center;
}
#politique .information-square p:first-child {
  font-size: 5em;
  font-weight: lighter;
}
#politique .information-square p:nth-child(2) {
  width: 40%;
  height: 2px;
  margin-left: 30%;
}
#politique .information-square p:nth-child(3) {
  width: 8%;
  height: 9%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 45%;
  margin-top: -9%;
}
#politique .information-square p:last-child {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #offre-emploi #choose-profil {
    display: none;
  }
}
#offre-emploi #breadcrumb {
  padding-left: 10px;
}
#offre-emploi #page_contenu_header h1 {
  color: #f57600;
}
hr.news {
  border-top: 1px solid #42acf9;
  margin-left: 15px;
}
#news .list-news .show-event {
  border-top: 2px solid #5284e2;
  padding-top: 10px;
}
#news .list-news .el {
  position: relative;
  margin: 20px 0;
  background-image: url("/assets/frontend/img/icon_more_grey.png");
  background-repeat: no-repeat;
  background-position: 90% 98%;
}
#news .list-news .el a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-decoration: none;
}
#news .list-news .el img {
  max-width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 140px;
}
#news .list-news .el .content {
  margin-top: 15px;
  height: 260px;
  overflow-y: hidden;
}
#news .list-news .el header {
  height: 80px;
  margin-bottom: 15px;
}
#news .list-news .el header h2 {
  font-weight: 500;
  margin: 0;
  margin-top: 5px;
  font-size: 20px;
  color: #224378;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#news .list-news .el header .date-news {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #224378;
}
#news .list-news .el .introduction {
  font-size: 16px;
  color: #818180;
  height: 120px;
  overflow-y: hidden;
}
#news .list-news .el .introduction,
#news .list-news .el p {
  color: #818180;
}
#news .list-news .el:hover img {
  opacity: 0.8;
}
#news .list-news .el:hover h2,
#news .list-news .el:hover .date-news {
  color: #f57600;
}
#news .list-news .tags {
  padding-left: 15px;
  height: 60px;
}
#news .list-news .tags .tag {
  position: relative;
  margin-right: 25px;
}
#news .list-news .tags .tag:before {
  content: " ";
  position: absolute;
  background-image: url('/assets/frontend/img/tags.png');
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 0;
  left: -15px;
}
@media screen and (max-width: 640px) {
  #news #choose-profil {
    display: none;
  }
}
#news-show .introduction.chapo p{
	font-weight: bold;
	font-size: 17px !important;
	color:#154279 !important;

}
#news-show {
  color: black;
}
#news-show .news-body,
#news-show .news-body p,
#news-show .news-body span {
  color: #818180 !important;
}
#news-show .tags {
  padding-left: 15px;
}
#news-show .tags .tag {
  position: relative;
  margin-right: 25px;
}
#news-show .tags .tag:before {
  content: " ";
  position: absolute;
  background-image: url('/assets/frontend/img/tags.png');
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 0;
  left: -15px;
}
#news-show .picture-block {
  text-align: center;
}
#news-show h1.single {
  font-weight: 500;
  margin: 0;
  margin-top: 5px;
  font-size: 20px;
  color: #f57600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#news-show .date-news {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #f57600;
}
#news-show .page-container img {
  margin: auto;
}
#news-show .introduction *,
#news-show .content * {
  font-family: 'Karbon' !important;
  font-size: 16px !important;
}
#events .list-events .show-event {
  border-top: 2px solid #5284e2;
  padding-top: 10px;
}
#events .list-events .el {
  position: relative;
  margin: 20px 0;
}
#events .list-events .el:nth-child(even) {
  background-color: #f6f6f6;
}
#events .list-events .el a.link-img {
  display: block;
  text-decoration: none;
  text-align: center;
}
#events .list-events .el img {
  border: 1px solid transparent;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto;
}
#events .list-events .el .content {
  height: 160px;
  overflow-y: hidden;
}
#events .list-events .el .content,
#events .list-events .el p {
  color: #818180;
}
#events .list-events .el header h2 {
  font-weight: 500;
  margin: 0;
  margin-top: 5px;
  font-size: 20px;
  color: #224378;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#events .list-events .el header .date {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #224378;
}
#events .list-events .el .introduction {
  font-size: 16px;
  color: black;
}
#events .list-events .el a.link-img:hover img {
  border: 1px solid #f57600;
}
#events .list-events .tags {
  padding-left: 15px;
}
#events .list-events .tags .tag {
  position: relative;
  margin-right: 25px;
}
#events .list-events .tags .tag:before {
  content: " ";
  position: absolute;
  background-image: url('/assets/frontend/img/tags.png');
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 0;
  left: -15px;
}
#event-show {
  color: #818180;
}
#event-show .tags {
  padding-left: 15px;
}
#event-show .tags .tag {
  position: relative;
  margin-right: 25px;
}
#event-show .tags .tag:before {
  content: " ";
  position: absolute;
  background-image: url('/assets/frontend/img/tags.png');
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 0;
  left: -15px;
}
#event-show .show-event .border-separator {
  border-top: 2px solid #5284e2;
  padding-top: 10px;
}
#event-show .picture-block {
  text-align: center;
}
#event-show p {
  color: #818180;
}
#event-show #page_contenu_wrapper h1 {
  font-weight: 500;
  margin: 0;
  font-size: 20px;
  color: #224378;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#event-show .date {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #224378;
}
#event-show img {
  margin: auto;
}
#event-show .introduction *,
#event-show .description * {
  font-family: 'Karbon' !important;
  font-size: 16px !important;
}
#espace-presse .list-press-posts .wrapper {
  position: relative;
  height: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-box-shadow: 0px 0px 10px #bbb !important;
  box-shadow: 0px 0px 10px #bbb !important;
  background-color: #fff;
  padding: 5px;
}
#espace-presse .list-press-posts .wrapper:hover {
  -webkit-box-shadow: 0px 0px 1px #ccc !important;
  box-shadow: 0px 0px 1px #ccc !important;
}
#espace-presse .list-press-posts .wrapper .item-block-text {
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
}
#espace-presse .list-press-posts .wrapper .item-title {
  font-weight: 500;
  color: #224378;
  font-size: 18px;
  display: block;
}
#espace-presse .list-press-posts .wrapper .item-date {
  color: #9E9E9E;
  font-size: 16px;
  display: block;
  font-weight: 500;
}
#espace-presse .list-press-posts .wrapper a.link-download {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #espace-presse #choose-profil {
    display: none;
  }
}
#espace-presse .go-download-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../img/pdf-download.png') !important;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
#espace-presse .item-block-text {
  padding: 0px 10px;
}
#espace-presse .item-thumbnail-wrapper {
  height: 120px;
}
#espace-presse .item-thumbnail {
  padding: 10px;
  max-height: 100%;
  margin: 0 auto;
}
#espace-presse .item-description * {
  color: #224378 !important;
  font-size: 16px !important;
  display: block !important;
}
#espace-presse .item-tags {
  display: block !important;
  padding: 5px;
  position: absolute;
  bottom: 10px;
}
#espace-presse .item-tag {
  position: relative;
  float: left !important;
  padding: 1px 5px;
  margin-right: 10px;
  background-color: #000066;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 3px;
  /*&:before{
        content: " ";
        position: absolute;
        background-image: url('/assets/frontend/img/tags.png');
        background-size: contain;
        width: 12px;
        height: 12px;
        top: 0;
        left: -15px;
      }*/
}
#espace-presse .list-press-posts .wrapper:hover {
  -webkit-box-shadow: 0px 0px 0px #eee;
  box-shadow: 0px 0px 0px #eee;
}
#espace-presse .list-press-posts .wrapper:hover .item-block-text {
  opacity: 0.15;
}
#espace-presse .list-press-posts .wrapper:hover .go-download-bg {
  display: block;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
#presentation {
  /*.page-container{
        max-width: 890px;
    }*/
}
#presentation p {
  font-size: 1.2em;
}
#presentation h2 {
  margin-bottom: 20px;
}
#presentation .list-presentation .wrapper {
  position: relative;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 3px solid grey;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-image: url('/assets/frontend/img/pdf-transparent.png');
  background-position: center 40%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
#presentation .list-presentation .wrapper .go-download {
  opacity: 0;
  position: absolute;
  bottom: -35px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  left: -webkit-calc(50% - 30.5px);
  left: calc(50% - 30.5px);
}
#presentation .list-presentation .wrapper:hover {
  border: 3px solid #224378;
  background-image: url('/assets/frontend/img/pdf-plain.png');
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#presentation .list-presentation .wrapper:hover .go-download {
  opacity: 1;
  position: absolute;
  z-index: 3;
  bottom: -35px;
  left: -webkit-calc(50% - 30.5px);
  left: calc(50% - 30.5px);
}
#presentation .list-presentation .wrapper .item-block-text {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 40px;
}
#presentation .list-presentation .wrapper .item-title {
  font-weight: 500;
  color: #224378;
  font-size: 18px;
  display: block;
}
#presentation .list-presentation .wrapper .item-date {
  color: #224378;
  font-size: 16px;
  display: block;
}
#presentation .list-presentation .wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #presentation #choose-profil {
    display: none;
  }
}
#glossary #glossaire-header {
  background-color: #2a62bc;
  padding-bottom: 80px;
}
#glossary #glossaire-header h1 {
  text-align: center;
  color: #f57600;
  font-size: 40px;
  font-weight: 700;
}
#glossary #glossaire-header .input-group {
  width: 238px;
  margin: auto;
}
#glossary #glossaire-header .input-group input {
  -webkit-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
#glossary #glossaire-header .input-group .input-group-addon {
  background-color: #999999;
  color: white;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
#glossary .list-letters {
  margin-top: 10px;
  margin-bottom: 10px;
}
#glossary .list-letters p {
  font-size: 16px;
  font-weight: 500;
  color: #585857;
}
#glossary .list-letters .el {
  color: #224378;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-right: 2px solid #224378;
  padding: 0 5px;
  font-size: 20px;
  cursor: pointer;
}
#glossary .list-letters .el.active,
#glossary .list-letters .el:hover {
  color: #f57600;
  border-right: 2px solid #f57600;
}
#glossary .list-letters .el:last-child {
  border-right: none;
}
#glossary .list-press-posts {
  margin-top: 55px;
}
#glossary .list-press-posts .wrapper .bloc-letter {
  display: none;
}
#glossary .list-press-posts .wrapper.active .bloc-letter {
  display: block;
}
#glossary .list-press-posts .wrapper.active:nth-of-type(even) .big-letter {
  left: auto;
  right: 0;
}
#glossary .list-press-posts .wrapper.active:nth-of-type(even) .big-letter:after {
  right: auto;
  left: -21px;
}
#glossary .list-press-posts .bloc-letter {
  position: relative;
  padding: 60px 0;
  border-top: 1px solid #224378;
}
#glossary .list-press-posts .bloc-letter .big-letter {
  position: absolute;
  top: -20px;
  background-color: #f6f6f6;
  color: #f57600;
  font-size: 125px;
  line-height: 65px;
  text-transform: uppercase;
  left: 0;
  padding: 0 50px;
  font-weight: 400;
  border: 1px solid #f57600;
}
#glossary .list-press-posts .bloc-letter .big-letter:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: -21px;
  background-color: #f6f6f6;
  width: 20px;
  height: 65px;
  z-index: 9;
}
#glossary .list-press-posts .bloc-letter .list-wrapper .el {
  margin-top: 10px;
  margin-bottom: 10px;
}
#glossary .list-press-posts .bloc-letter .list-wrapper .el.nuclear .el-title,
#glossary .list-press-posts .bloc-letter .list-wrapper .el.nuclear .el-description,
#glossary .list-press-posts .bloc-letter .list-wrapper .el.nuclear .el-description * {
  font-style: italic;
}
#glossary .list-press-posts .bloc-letter .list-wrapper .el-title {
  display: block;
  color: #224378;
  font-size: 16px;
  font-weight: 500;
}
#glossary .list-press-posts .bloc-letter .list-wrapper .el-description {
  display: block;
}
#glossary .list-press-posts .bloc-letter .list-wrapper .el-description,
#glossary .list-press-posts .bloc-letter .list-wrapper .el-description * {
  color: #224378;
  font-size: 15px !important;
  text-align: justify !important;
  font-family: 'Karbon' !important;
}
@media screen and (max-width: 640px) {
  #glossary #choose-profil {
    display: none;
  }
  #glossary #glossaire-header h1 {
    font-size: 20px;
  }
  #glossary .headband-title {
    left: 0px;
  }
}
/* Espace investisseurs*/
#investors p,
#investors li {
  font-size: 1.2em;
}
#investors .informations-financieres article:not(.section-info-finance) {
  padding-bottom: 15px;
  padding-top: 15px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0px 0px 5px 0px #e9e9e9;
  box-shadow: 0px 0px 5px 0px #e9e9e9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#investors .informations-financieres article:not(.section-info-finance) h3 {
  color: #224378;
  margin-bottom: 5px;
}
#investors .informations-financieres article:not(.section-info-finance) .info-date {
  color: #f57600;
  font-weight: bold;
}
#investors .informations-financieres article:not(.section-info-finance) hr {
  margin-top: 0px;
}
#investors .informations-financieres article:not(.section-info-finance) .dl-wrapper p {
  margin-bottom: 10px;
  color: #231f20;
}
#investors .informations-financieres article:not(.section-info-finance) .dl-wrapper .img-dl-wrapper {
  padding-left: 0;
}
#investors .doc-de-reference {
  min-height: 500px;
}
#investors .doc-de-reference .section-doc-ref .no-padding {
  padding: 0;
}
#investors .doc-de-reference .section-doc-ref h3 {
  color: #224378;
  margin-bottom: 5px;
  margin-top: 30px;
}
#investors .doc-de-reference .section-doc-ref .date {
  font-weight: bold;
}
#investors .doc-de-reference .section-doc-ref .doc-wrapper {
  padding: 0;
  margin-right: 15px;
}
#investors .doc-de-reference .section-doc-ref .doc-wrapper p {
  color: #231f20;
  margin-bottom: 0;
}
#investors .doc-de-reference .section-doc-ref .doc-wrapper .thumb {
  margin-bottom: 10px;
  width: 275px;
  height: 158px;
}
#investors .doc-de-reference .section-doc-ref .doc-wrapper a img,
#investors .doc-de-reference .section-doc-ref .doc-wrapper a span {
  display: inline-block;
}
#investors .doc-de-reference .section-doc-ref .doc-wrapper a span {
  font-size: 13px;
  line-height: 14px;
  text-decoration: underline;
}
#investors .doc-de-reference .section-doc-ref .doc-wrapper:nth-of-type(2) .thumb {
  border: 1px solid #f6871f;
}
#investors .doc-de-reference article .info-doc {
  margin-right: 0px;
}
#investors .doc-de-reference article .info-title {
  margin-top: 5px;
}
#investors .doc-de-reference .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#investors .doc-de-reference .bloc-dl {
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -30px;
}
@media all and (max-width: 769px) {
  #investors .doc-de-reference .info-title,
  #investors .doc-de-reference .info-date {
    text-align: center;
  }
}
#investors .doc-de-reference a.info-doc {
  display: block;
  float: none;
}
#investors .doc-de-reference a.info-doc:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#investors .doc-de-reference a.info-doc img {
  margin: auto;
  margin-right: 0;
  padding-top: 10px;
}
#investors .doc-de-reference a.link-dl {
  display: block;
  text-align: right;
  font-weight: bold;
}
#investors .doc-de-reference a.link-dl img {
  width: 20px;
}
@media all and (max-width: 640px) {
  #investors #choose-profil {
    display: none;
  }
}
#investors h4 {
  color: #f57600;
}
#investors .nav-tabs {
  border-bottom: 1px solid #f57600;
}
#investors .nav-tabs > li > a {
  color: #DFDFDF;
  font-size: 1.2em;
  font-weight: 500;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#investors .nav-tabs > li > a:hover {
  border-bottom-color: #f57600;
}
#investors .nav-tabs > li.active > a,
#investors .nav-tabs > li.active > a:hover,
#investors .nav-tabs > li.active > a:focus {
  border: 1px solid #f57600;
  border-bottom-color: transparent;
  color: #555;
}
#investors article {
  padding: 30px 0px;
}
#investors article .info-doc {
  float: left;
  margin-right: 15px;
}
#investors article .info-doc:hover {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#investors article .info-title {
  color: #224378;
  font-weight: 600;
  font-size: 20px;
}
#investors article .info-date {
  color: #f57600;
  font-size: 18px;
  font-weight: 500;
}
#investors article .info-content {
  margin-top: 30px;
}
#investors article .thumb .link-img img {
  border: 2px solid transparent;
}
#investors article .thumb .link-img img:hover {
  border: 2px solid #f57600;
}
#investors .item {
  width: inherit;
  height: inherit;
  display: block;
  float: none;
}
#investors-tunnel {
  /* fix display */
}
#investors-tunnel a:hover {
  text-decoration: none;
}
#investors-tunnel a {
  text-decoration: none;
}
#investors-tunnel ul {
  margin-bottom: 0px;
}
#investors-tunnel .bandeau-infos-investor {
  background: #78b51c;
  margin-left: 15px;
  padding: 10px;
}
#investors-tunnel .bandeau-infos-investor a {
  color: #fff;
  font-size: 1.6em;
}
#investors-tunnel .bandeau-infos-investor a:hover {
  text-decoration: underline;
}
#investors-tunnel .page-container {
  width: 1170px;
}
@media only screen and (max-width: 1024px) {
  #investors-tunnel {
    /* adjust on small */
  }
  #investors-tunnel .page-container {
    width: auto;
    /* force img width*/
    /*.bg-bourse{
				width:100%;
			}*/
  }
  #investors-tunnel .page-container .contact {
    text-align: center;
  }
}
#investors-tunnel .container-bloc {
  position: relative;
}
#investors-tunnel .content-bloc {
  position: absolute;
  top: 0px;
  height: 100%;
  margin: 5%;
  text-align: left;
}
#investors-tunnel .content-bloc h2 {
  font-weight: 400;
  color: white;
}
#investors-tunnel .content-bloc h6 {
  font-weight: 400;
  color: white;
  font-size: 20px;
}
#investors-tunnel .content-bloc .date {
  font-size: 2em;
  color: white;
  font-weight: 200;
  margin-top: -10px;
}
#investors-tunnel .content-bloc .cours-action {
  display: block;
  font-size: 2.8em;
  color: white;
  font-weight: bold;
}
#investors-tunnel .content-bloc .pourcent-cours {
  color: white;
  font-size: 1.6em;
}
#investors-tunnel .content-bloc.contact {
  margin-top: 5%;
}
#investors-tunnel .content-bloc.contact p,
#investors-tunnel .content-bloc.contact a,
#investors-tunnel .content-bloc.contact strong,
#investors-tunnel .content-bloc.contact li {
  color: white;
  margin: 0;
}
#investors-tunnel .content-bloc.contact ul {
  padding-left: 15px;
}
#investors-tunnel .content-bloc.contact a {
  margin-bottom: 5px;
  text-decoration: underline;
}
#investors-tunnel .content-bloc.communiques {
  background-color: white;
  margin-top: 20%;
  height: auto;
  padding: 15px;
}
#investors-tunnel .content-bloc.communiques h2 {
  color: #f57600;
  margin-bottom: 15px;
}
#investors-tunnel .content-bloc.communiques p.title {
  margin-bottom: 25px;
  font-size: 1.5em;
  line-height: 20px;
  color: #224378;
}
#investors-tunnel .content-bloc.communiques img.dl-home {
  float: left;
}
#investors-tunnel .content-bloc.communiques p {
  color: #224378;
}
@media all and (max-width: 992px) {
  #investors-tunnel .content-bloc.communiques {
    margin: 0%;
  }
}
#investors-tunnel .publications-financieres {
  position: absolute;
  top: 20px;
  line-height: 35px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: #011e56;
  z-index: 2;
  font-size: 250%;
}
#investors-tunnel .titre-finances {
  position: absolute;
  top: 100px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: white;
  z-index: 2;
  font-size: 150%;
}
#investors-tunnel .download-finances {
  position: absolute;
  top: 160px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: white;
  z-index: 2;
  font-size: 110%;
}
#investors-tunnel .doc-de-ref {
  position: absolute;
  top: 25px;
  line-height: 30px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: #011e56;
  z-index: 2;
  font-size: 250%;
}
#investors-tunnel .titre-doc-de-ref {
  position: absolute;
  top: 126px;
  text-align: left;
  margin-left: 25px;
  color: #043e8e;
  z-index: 2;
  font-size: 160%;
}
#investors-tunnel .download-ref {
  position: absolute;
  top: 160px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: #043e8e;
  z-index: 2;
  font-size: 110%;
}
#investors-tunnel .meetings {
  position: absolute;
  top: 25px;
  line-height: 30px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: #ffffff;
  z-index: 2;
  font-size: 250%;
}
#investors-tunnel .webcasts {
  position: absolute;
  top: 35px;
  line-height: 30px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: #ef7920;
  z-index: 2;
  font-size: 250%;
}
#investors-tunnel .infos-reglementees {
  position: absolute;
  top: 25px;
  line-height: 30px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: #011e56;
  z-index: 2;
  font-size: 250%;
}
#investors-tunnel .newsletter {
  position: absolute;
  top: 25px;
  line-height: 30px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: #ef7920;
  z-index: 2;
  font-size: 250%;
}
#investors-tunnel .contact {
  position: absolute;
  top: 150px;
  text-align: center;
  padding-left: 80px;
  padding-right: 20px;
  color: white;
  z-index: 2;
  font-size: 250%;
}
#investors-tunnel .agenda-fr {
  position: absolute;
  top: 90px;
  text-align: left;
  padding-left: 25px;
  padding-right: 20px;
  color: white;
  z-index: 2;
  font-size: 170%;
}
#investors-tunnel .date-agenda {
  background-color: #fff;
  padding: 4px;
  color: #ef7920;
  padding-bottom: 0px;
}
#investors-tunnel .date-agenda2 {
  background-color: #fff;
  padding: 4px;
  margin-left: 5px;
  color: #ef7920;
  padding-bottom: 0px;
}
.video-conteneur {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-conteneur iframe,
.video-conteneur object,
.video-conteneur embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*  VIDEO PLAYER
 		############################### */
.vid-main-wrapper {
  width: 100%;
  max-width: 1100px;
  min-width: 720px;
  background: #fff;
  margin: 0 auto;
}
.vid-container {
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0;
  width: 70%;
  float: left;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 360px;
}
/*  VIDEOS PLAYLIST 
 		############################### */
.vid-list-container {
  width: 30%;
  height: 360px;
  overflow: hidden;
  float: right;
}
.vid-list-container:hover,
.vid-list-container:focus {
  overflow-y: auto;
}
ol#vid-list {
  margin: 0;
  padding: 0;
  /*background: #222;*/
}
ol#vid-list li {
  list-style: none;
}
ol#vid-list li a {
  text-decoration: none;
  background-color: #fff;
  /*height:55px;*/
  display: block;
  padding: 10px;
}
ol#vid-list li a:hover {
  /*background-color:#666666*/
}
.vid-thumb {
  float: left;
  margin-right: 8px;
}
.active-vid {
  background: #3A3A3A;
}
#vid-list .desc {
  color: #000;
  /*font-size: 13px;*/
  margin-top: 5px;
}
html {
  height: 100%;
}
#seche-connect {
  height: 100%;
}
#seche-connect .btn-contain {
  margin-top: -110px;
}
@media all and (max-width: 990px) {
  #seche-connect .btn-contain {
    margin-top: 0px;
  }
}
#seche-connect .circle-btn:hover {
  border: solid 3px #edae2a;
  color: #edae2a;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#seche-connect .circle-btn {
  color: #636265;
  border: solid 3px #636265;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  min-width: 200px;
  margin: auto;
  font-size: 2em;
  padding: 5px;
  margin-bottom: 20px;
  width: 65%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#seche-connect #landing {
  position: relative;
}
#seche-connect #landing #header {
  position: relative;
  min-height: 380px;
}
#seche-connect #landing #header .band {
  position: absolute;
  background-color: #5AA5FF;
  width: 100%;
  height: 380px;
}
#seche-connect #landing #header .band_sante {
  position: absolute;
  background-color: #ffef00;
  width: 100%;
  height: 380px;
}
#seche-connect #landing #header .band-desktop {
  width: 100%;
  height: 380px;
  position: absolute;
  top: 20px;
}
@media all and (max-width: 768px) {
  #seche-connect #landing #header {
    min-height: 150px;
  }
  #seche-connect #landing #header .band {
    height: 150px;
  }
  #seche-connect #landing #header .band_sante {
    height: 150px;
  }
}
#seche-connect .wrap-iam {
  width: 100%;
  height: 380px;
  position: absolute;
  top: 0;
}
@media all and (min-width: 768px) {
  #seche-connect .iam {
    position: absolute;
    bottom: -90px;
    right: 100px;
  }
}
#seche-connect .iam img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
#seche-connect .iam img.shadow:hover {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-shadow: 2px 2px 5px #767676;
  box-shadow: 2px 2px 5px #767676;
  opacity: 1;
}
#seche-connect .iam img.opacity {
  opacity: 0.5;
}
#seche-connect .iam .btn-particulier {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#seche-connect .iam .btn-professionel {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}
#seche-connect #intro ul {
  list-style-type: none;
}
#seche-connect p,
#seche-connect li {
  font-size: 17px;
}
#seche-connect h2 {
  color: #59A5FF;
  font-weight: 500;
}
#seche-connect .accordion-wrap {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  opacity: 0.3;
}
#seche-connect .accordion-wrap:not(.last) {
  border-left: 2px solid #59A5FF;
}
#seche-connect .accordion-wrap.active {
  opacity: 1;
}
#seche-connect .accordion-wrap .accordion-title {
  color: #59A5FF;
  font-weight: 500;
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#seche-connect .accordion-wrap .accordion-title .circle {
  position: absolute;
  top: 0;
  left: -13px;
}
#seche-connect .accordion-wrap-sante {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  opacity: 0.3;
}
#seche-connect .accordion-wrap-sante:not(.last) {
  border-left: 2px solid #192546;
}
#seche-connect .accordion-wrap-sante.active {
  opacity: 1;
}
#seche-connect .accordion-wrap-sante .accordion-title-sante {
  color: #192546;
  font-weight: 500;
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#seche-connect .accordion-wrap-sante .accordion-title-sante .circle {
  position: absolute;
  top: 0;
  left: -13px;
}
#seche-connect a:hover {
  text-decoration: none;
}
#seche-connect .section-contact {
  margin-top: -15px;
  background-color: #e4e4e4;
  display: none;
}
#seche-connect .section-contact .triangle-bottom-right {
  width: 0;
  height: 0;
  border-bottom: 54px solid #e4e4e4;
  border-left: 36px solid transparent;
  position: absolute;
  left: -36px;
}
#seche-connect .section-contact .form-group {
  margin: 10px 0 10px 0;
}
#seche-connect .section-contact label.zip-connect {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  color: #636265;
}
#seche-connect h2.site-name {
  margin-right: 0;
}
#seche-connect h2.site-name:after {
  content: "";
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #59A5FF;
  width: 100px;
}
#seche-connect .infos-contact {
  font-size: 1.3em;
}
#seche-connect .action {
  position: fixed;
  right: 0;
  top: 400px;
  z-index: 99;
}
@media all and (max-width: 768px) {
  #seche-connect .action {
    top: 190px;
  }
}
#seche-connect-form #page {
  background-image: url('/assets/frontend/img/pages/seche-connect/background_2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3F74B4;
  background-position: center center;
}
#seche-connect-form #logo {
  margin-top: 20px;
  text-align: center;
}
#seche-connect-form form h2 {
  text-align: center;
  color: #fff;
}
#seche-connect-form form label {
  color: #fff;
}
#seche-connect-form .button,
#seche-connect-form .button:hover {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 35px;
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
}
#seche-connect-form .opacity {
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 40px;
  padding-bottom: 40px;
}
#seche-connect-form .mention {
  color: #fff;
}
#seche-connect-form .zoom-out {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#seche-connect-form .zoom-out:hover {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (max-width: 768px) {
  #seche-connect-form #identify-waste {
    padding-bottom: 0px;
  }
}
#seche-connect-thank {
  background-image: url('/assets/frontend/img/pages/seche-connect/background_2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3F74B4;
  background-position: center center;
  height: 100%;
}
#seche-connect-thank #page_contenu {
  background-color: transparent;
}
@media all and (max-width: 768px) {
  #seche-connect-thank {
    background-image: url('/assets/frontend/img/pages/seche-connect/background-seche-connect-mobile.jpg');
  }
}
#seche-connect-thank h2,
#seche-connect-thank h3 {
  color: #fff;
}
#seche-connect-thank a.button {
  color: #fff;
  font-size: 35px;
  font-weight: 200;
}
#seche-connect-thank a.button:hover {
  text-decoration: none;
}
#seche-connect-thank .zoom-out {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#seche-connect-thank .zoom-out:hover {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#seche-connect #help-me-to-see,
#seche-connect-form #help-me-to-see,
#seche-connect-thank #help-me-to-see {
  right: 10px;
  top: initial;
  top: 265px;
}
#seche-connect #footer,
#seche-connect-form #footer,
#seche-connect-thank #footer {
  margin-top: 0px;
}
#seche-connect #btnScrollTop,
#seche-connect-form #btnScrollTop,
#seche-connect-thank #btnScrollTop {
  visibility: hidden;
}
#tags .el {
  margin-bottom: 20px;
  padding: 5px 20px;
  -webkit-box-shadow: 0px 0px 10px #bbb !important;
  box-shadow: 0px 0px 10px #bbb !important;
  background-color: white;
}
#tags .el h2 {
  margin-top: 0;
  margin-bottom: 0;
}
#tags .el .block-tags {
  margin-left: 15px;
}
#tags .el .tag {
  position: relative;
  margin-right: 25px;
}
#tags .el .tag:before {
  content: " ";
  position: absolute;
  background-image: url('/assets/frontend/img/tags.png');
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 0;
  left: -15px;
}
/* Page rse */
@media screen and (max-width: 640px) {
  .rse #choose-profil {
    display: none;
  }
}
.rse h1 {
  padding-left: 10px;
}
.rse .zoombox .zoombox_title {
  position: absolute;
  /* left: -1px; */
  /* top: initial; */
  /* bottom: 0px; */
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  color: black;
  background-color: #fff;
  /* padding: 10px; */
  text-shadow: initial;
  /* height: 50px; */
}
.rse #rse_slider_block {
  height: 350px;
  background-color: #2259ae;
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #2259ae), color-stop(80%, rgba(34, 89, 174, 0.8)));
  background: linear-gradient(to right, #2259ae 80%, rgba(34, 89, 174, 0.8));
  padding-top: 50px;
}
.rse #rse_slider_block #entete {
  text-align: center;
  padding-top: 110px;
  background-image: url("/assets/frontend/img/hover_gallery.png");
  background-repeat: no-repeat;
  background-position: center;
}
.rse #rse_slider_block #entete span {
  font-family: 'Karbon';
  color: white;
  font-size: 36px;
  letter-spacing: 1.5px;
  font-weight: bold;
}
.rse #rse_slider_block .flipster__button {
  height: 100%;
  top: -webkit-calc(50% - 125px);
  top: calc(50% - 125px);
  opacity: initial;
  width: 100px;
  margin: 0;
}
.rse #rse_slider_block .flipster__button svg {
  width: 3em;
}
.rse #rse_slider_block .flipster__button:focus {
  outline: 0;
}
.rse #rse_slider_block .flipster {
  overflow-y: hidden;
}
.rse #rse_slider_block .gallery_slider .video a {
  position: relative;
}
.rse #rse_slider_block .gallery_slider .video a .play {
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
}
.rse #rse_slider_block .gallery_slider p.title {
  text-align: center;
  color: #f57600;
  font-weight: 900;
  padding: 5px;
}
.rse #rse_slider_block .gallery_slider .flipster__button svg {
  stroke: #f57600;
}
.rse #rse_slider_block .gallery_slider .flipster__item {
  position: relative;
}
.rse #rse_slider_block .gallery_slider .flipster__item .hover {
  position: absolute;
  top: -webkit-calc(50% - 31px);
  top: calc(50% - 31px);
  left: -webkit-calc(50% - 30.5px);
  left: calc(50% - 30.5px);
  width: 61px;
  height: 62px;
  background-image: url("/assets/frontend/img/hover_gallery.png");
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.rse #rse_slider_block .gallery_slider .flipster__item.flipster__item--current .hover {
  display: block;
}
.rse #rse_slider_block .gallery_slider .flipster__item.flipster__item--current .hover:hover {
  -webkit-box-shadow: 0px 0px 9px white;
  box-shadow: 0px 0px 9px white;
}
.rse hr {
  border-color: #5284e2;
  margin-top: 10px;
  margin-bottom: 30px;
}
.rse .article-header {
  color: #f57600;
  font-weight: 500;
  font-size: 1.8em;
}
.rse .article-content {
  max-height: 205px;
  overflow: hidden;
  font-size: 1.2em;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.rse .article-content.reading {
  max-height: 1000px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.rse .separator {
  border-bottom: 1px solid #f57600;
  width: 100%;
  height: 15px;
  margin-bottom: 40px;
  position: relative;
}
.rse .roll {
  position: absolute;
  bottom: -15px;
  left: 50%;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rse .roll:hover {
  border: 1px solid #f57600;
  -webkit-transform: scale(1.2) translateX(-50%);
  -ms-transform: scale(1.2) translateX(-50%);
  transform: scale(1.2) translateX(-50%);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.rse .roll.reverse {
  -webkit-transform: rotate(180deg) translateX(50%);
  -ms-transform: rotate(180deg) translateX(50%);
  transform: rotate(180deg) translateX(50%);
}
.rse .rse-wrap .el {
  color: white;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
  cursor: pointer;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: relative;
  border: 10px solid white;
  margin-bottom: 15px;
  -webkit-box-shadow: 10px 0px 5px 0px #e0e0e0;
  -o-box-shadow: 10px 0px 5px 0px #e0e0e0;
  box-shadow: 10px 0px 5px 0px #e0e0e0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#e0e0e0, Direction=90, Strength=5);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.rse .rse-wrap .el .details {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}
.rse .rse-wrap .el .details .title {
  display: block;
  font-family: 'Karbon';
  color: #224378;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}
.rse .rse-wrap .el .details .intro {
  font-family: 'Karbon';
}
.rse .rse-wrap .el:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 999;
}
.rse .rse-wrap .el:hover .title {
  color: #f57600;
}
.rse .rse-wrap .el.active {
  border: solid 1px #f57600;
}
.rse .rse-wrap .el .play {
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: calc(50% - 30px);
}
.rse .article-new {
  height: 46px;
  background-image: url('../../img/nouveau.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.list-document .wrapper {
  position: relative;
  width: 250px;
  height: 250px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 3px solid grey;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background-image: url('/assets/frontend/img/pdf-transparent.png');
  background-position: center 40%;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.list-document .wrapper .go-download {
  opacity: 0;
  position: absolute;
  bottom: -35px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  left: -webkit-calc(50% - 30.5px);
  left: calc(50% - 30.5px);
}
.list-document .wrapper:hover {
  border: 3px solid #224378;
  background-image: url('/assets/frontend/img/pdf-plain.png');
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list-document .wrapper:hover .go-download {
  opacity: 1;
  position: absolute;
  z-index: 3;
  bottom: -35px;
  left: -webkit-calc(50% - 30.5px);
  left: calc(50% - 30.5px);
}
.list-document .wrapper .item-block-text {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 40px;
}
.list-document .wrapper .item-title {
  font-weight: 500;
  color: #224378;
  font-size: 18px;
  display: block;
}
.list-document .wrapper .item-date {
  color: #224378;
  font-size: 16px;
  display: block;
}
.list-document .wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #choose-profil {
    display: none;
  }
}
@media (max-width: 450px) {
  .rse .rse-wrap .el .title {
    padding-top: 35px;
  }
  #contact #list-contact .col-xs-6 {
    width: 100% !important;
  }
  #sites-group #choose-profil {
    display: none;
  }
}
@media (max-width: 400px) {
  #list-collectivites .collectivites-el,
  .block_more_content {
    width: 100%;
  }
  .rse-wrap .col-xs-6 {
    width: 100%;
  }
}
#header {
  z-index: 100 !important;
  /*width:100%;*/
  margin: auto;
  background: #fff;
  width: 1100px;
}
#header .other_wrapper {
  padding-right: 0px;
}
#header #logo {
  padding-left: 1em;
  height: 99px;
}
#logo-left {
  max-width: 177px;
  margin-top: 17px;
}
#header .header-account-icon {
  height: 100%;
}
#header .account-picto {
  height: auto;
}
#header .access,
#header .stock-exchange,
#header .langs,
#header .phone {
  display: block;
  height: 80px;
}
/* mobile */
#header .lang-switcher-icon {
  cursor: pointer;
  position: fixed;
  right: 20%;
  top: 2.2%;
  background: transparent;
  color: #666;
  font-size: 25px;
  z-index: 99999;
  display: none;
  border: none;
  -webkit-border-radius: 5%;
  border-radius: 5%;
}
#header .lang-switcher-icon span {
  font-family: 'karbon-light';
  padding: 7px 7px;
  text-transform: uppercase;
  font-weight: 500;
}
/* lang switcher */
#header .lang-wrapper {
  display: none;
  font-size: 1.5em;
  height: 80px;
  font-family: 'karbon-Thin';
}
#header .lang-wrapper .lang {
  border-right: 1px solid #ddd;
  padding-top: 1.5em;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  height: 80px;
}
#header .lang-wrapper .lang:last-child {
  border-right: 0px solid #ddd;
  padding-top: 1.5em;
}
#header .lang-wrapper .lang img {
  float: right;
  width: 35px;
}
#header .lang-wrapper .lang a.active {
  font-family: 'Karbon-Light';
}
#header .lang-wrapper .lang-wrapper-close-icon {
  cursor: pointer;
  position: relative;
  background: transparent;
  color: #333;
  font-size: 14px;
  z-index: 99999;
  border: none;
  -webkit-border-radius: 5%;
  border-radius: 5%;
  border: 1px solid #ddd;
  padding: 0.25em 0.5em;
}
/* access */
#header .access {
  padding-top: 2.05em;
  padding-right: 1.75em ;
  text-align: right;
  font-size: 1.0em;
}
#header .access:after {
  content: '';
  width: 1px;
  border-right: 1px #ddd solid;
  position: absolute;
  right: 0;
  height: 65%;
  top: -webkit-calc(15px);
  top: calc(15px);
}
#header .access .account a {
  color: #aaa;
}
#header .access .account a span {
  float: left;
}
#header .access .account a span img {
  padding-right: 0.5em;
  height: auto !important;
}
#header .access .account a span div:last-child {
  position: relative;
  top: -0.01em;
}
/* stock-exchange */
#header .stock-exchange {
  padding-top: 1.55em;
  padding-right: 0.75em;
  text-align: center;
  font-weight: 500;
  font-size: 1.25em;
}
#header .stock-exchange:after {
  content: '';
  width: 1px;
  border-right: 1px #ddd solid;
  position: absolute;
  right: 0;
  height: 65%;
  top: -webkit-calc(15px);
  top: calc(15px);
}
#header .stock-exchange a {
  text-decoration: none;
}
#header .stock-exchange a .row div {
  padding: 0px;
}
#header .stock-exchange a .row div .value {
  text-align: left;
  padding: 0em 0.35em;
  margin-right: 0.05em;
  color: #aaa;
}
#header .stock-exchange a .row div .performance {
  color: #fff;
  background: #aaa;
  padding: 0em 0.5em;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  text-decoration: none;
}
#header .stock-exchange .source {
  padding-top: 0.05em;
  font-weight: 400;
  font-size: 0.75em;
  color: #999;
  letter-spacing: 0.10em;
  text-align: center;
}
/* langs */
#header .langs {
  padding-top: 1.35em;
  text-align: center;
}
#header .langs:after {
  content: '';
  width: 1px;
  border-right: 1px #ddd solid;
  position: absolute;
  right: 0;
  height: 65%;
  top: -webkit-calc(15px);
  top: calc(15px);
}
#header .langs p {
  display: block;
  cursor: pointer;
  padding: 0.75em 0.25em;
  color: #666;
  font-size: 1.35em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.05em;
}
/* phone */
#header .phone {
  padding-top: 1.70em;
  text-align: right;
}
#header .phone p {
  font-weight: 400;
  font-size: 0.97em;
  margin: 0 auto;
  letter-spacing: 0.058em;
  color: #999;
}
@media screen and (max-width: 1024px) {
  #header .other_wrapper .items_wrapper {
    margin: 0px;
  }
  #logo-left {
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #header .access {
    width: 23%;
  }
  #header .stock-exchange {
    width: 17%;
  }
  #header .langs {
    width: 12%;
  }
  #header .phone {
    width: 35%;
    margin-right: 5em;
  }
}
@media screen and (max-width: 991px) {
  #header .logo_wrapper {
    position: fixed;
    left: 0;
    background: #fff;
    z-index: 9999;
    height: 90px;
  }
  #header .other_wrapper {
    border-top: 1px solid #eee;
    margin-top: 90px;
  }
  #header .lang-wrapper .lang {
    padding-top: 1.25em;
  }
  #header .access,
  #header .stock-exchange,
  #header .phone,
  #header .langs {
    /*padding-top: 1.35em;*/
  }
}
@media screen and (min-width: 550px) and (max-width: 749px) {
  #header .stock-exchange {
    display: none;
  }
  #header .access {
    width: 31%;
  }
  #header .phone {
    width: 42%;
  }
  .lang-wrapper-close-icon {
    position: absolute;
    top: 0%;
    right: 0%;
  }
}
@media screen and (min-width: 420px) and (max-width: 549px) {
  #header .lang-switcher-icon {
    display: block;
  }
  #header .stock-exchange,
  #header .langs {
    display: none;
  }
  #header .access {
    width: 44%;
  }
  #header .lang-wrapper .lang {
    padding-top: 1.05em;
  }
  #header .phone {
    width: 54%;
  }
}
@media screen and (max-width: 419px) {
  #header .lang-switcher-icon {
    display: block;
  }
  #header .other_wrapper .row.pull-right {
    float: none !important;
  }
  #header .access,
  #header .stock-exchange,
  #header .langs {
    display: none;
  }
  #header .lang-wrapper .lang img {
    display: none;
  }
  #header .phone {
    width: 99%;
    margin-bottom: 1em;
  }
  #header .phone p {
    text-align: center;
    letter-spacing: 0.35em;
  }
  #header .phone img {
    margin: 0 auto;
  }
}
.menu-full-width-parent {
  padding: 0px;
  background: #224378;
}
.menu-full-width-parent .menu-full-width {
  width: 100%;
  max-width: 1400px;
  padding: 0px;
}
.menu-full-width-parent .menu-full-width .seche-hrmenu {
  width: 100%;
  background: #224378;
  font-family: 'Karbon-Light';
}
.menu-full-width-parent .menu-full-width .seche-hrmenu.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-image: url('/assets/frontend/img/logo-footer.png') no-repeat center left;
}
.menu-full-width-parent .menu-full-width .seche-hrmenu.sticky ul {
  text-align: center;
}
.menu-full-width-parent .menu-full-width .seche-hrmenu.sticky li {
  text-align: left;
}
/* LOGO */
#seche-hrmenu .logo-sticky {
  margin-left: 45px;
  display: none;
}
#seche-hrmenu .logo-sticky img {
  height: 37px;
  padding: 5px;
  display: none;
}
#seche-hrmenu.sticky .logo-sticky {
  -webkit-transition: all 1s;
  transition: all 1s;
  float: left;
  display: block;
}
/* general ul style */
/**
*	FIRST LEVEL 
*	- align right
*/
.seche-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* first level ul style */
.seche-hrmenu > ul,
.seche-hrmenu .seche-hrsub-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.875em;
}
.seche-hrmenu > ul > li {
  display: inline-block;
}
.seche-hrmenu .li-seche {
  font-weight: 500;
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
.seche-hrmenu .li-seche i {
  font-size: 0.55em;
}
.seche-hrmenu > ul > li:last-child {
  padding-left: 1.5em;
}
.seche-hrmenu > ul > li > a {
  font-weight: 400;
  padding: 0em;
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-top: 5px solid #224378;
  border-bottom: 5px solid #224378;
}
.seche-hrmenu > ul > li > a > span {
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  padding-left: 1.75em;
  padding-right: 1.75em;
  display: block;
  font-size: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.seche-hrmenu > ul > li > a:hover {
  color: #f57600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.seche-hrmenu > ul > li.seche-hropen a,
.seche-hrmenu > ul > li.seche-hropen > a:hover {
  color: #fff;
  background: #224378;
}
/* sub-menu */
.seche-hrmenu .seche-hrsub {
  display: none;
  position: absolute;
  background: #224378;
  width: 100%;
  left: 0;
  z-index: 9999;
}
.seche-hropen .seche-hrsub {
  /*display: block;*/
  padding: 2em 0em;
  font-size: 1.5em;
  background: #fff;
}
.seche-hropen .seche-hrsub a {
  background: #fff !important;
  color: #224378 !important;
  font-size: 21px !important;
}
.seche-hropen > a {
  border-bottom: 5px solid #f57600 !important;
}
.seche-hrmenu .seche-hrsub-inner .row > div {
  padding: 2em 2em 0;
}
/*.seche-hrmenu .seche-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 2em 2em 0;
}
*/
.seche-hrmenu .seche-hrsub-inner:before,
.seche-hrmenu .seche-hrsub-inner:after {
  content: " ";
  display: table;
}
.seche-hrmenu .seche-hrsub-inner:after {
  clear: both;
}
.seche-hrmenu .seche-hrsub-inner > div a {
  line-height: 2em;
}
.seche-hrsub h4 {
  color: #f57600;
  padding: 0em 0 0.6em;
  margin: 0;
  font-size: 200%;
  font-weight: 300;
}
/* close button */
.seche-hrmenu-close-icon {
  cursor: pointer;
  float: right;
  position: absolute;
  right: 10%;
  top: 5%;
  background: transparent;
  color: #224378;
  font-size: 25px;
  z-index: 99999;
  border: none;
  -webkit-border-radius: 5%;
  border-radius: 5%;
}
/* mobile */
.seche-hrmenu-icon {
  cursor: pointer;
  position: fixed;
  right: 3%;
  top: 2.2%;
  background: #22437800;
  color: #fff;
  font-size: 25px;
  z-index: 99999;
  display: none;
  border: none;
  -webkit-border-radius: 5%;
  border-radius: 5%;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
/* 
.seche-hrmenu-icon span{
	padding: 7px 7px;
}
*/
/* play with span from cross to list */
.seche-hrmenu-icon-wrapper {
  position: fixed;
  z-index: 9999;
  top: 17px;
  right: 10px;
}
.seche-hrmenu-icon-wrapper .seche-hrmenu-icon {
  cursor: pointer;
  position: fixed;
  height: 41px;
  width: 50px;
}
.seche-hrmenu-icon-wrapper .seche-hrmenu-icon span {
  position: absolute;
  width: 30px;
  height: 1px;
  top: 18px;
  left: 10px;
  background: #224378;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.seche-hrmenu-icon-wrapper .seche-hrmenu-icon span.top {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.seche-hrmenu-icon-wrapper .seche-hrmenu-icon span.bottom {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.seche-hrmenu-icon-wrapper .seche-hrmenu-icon.cross span.top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.seche-hrmenu-icon-wrapper .seche-hrmenu-icon.cross span.bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.seche-hrmenu-icon-wrapper .seche-hrmenu-icon.cross span.middle {
  opacity: 0;
}
.seche-hrmenu-icon:active {
  color: #ddd;
}
/* search */
.li-search .search-wrapper {
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0.15em 0.0em;
  margin: 0.25em 0em;
  position: relative;
}
.li-search .search-wrapper .icon {
  padding-right: 10px;
}
.li-search .search-wrapper input {
  border: 0px;
  font-size: 1.0em !important;
  background: #fff !important;
  padding: 2px  !important;
  border: 0px  !important;
  color: #244476 !important;
  width: 80%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#why-choose-us .li-search .search-wrapper input {
  font-size: 1.0em !important;
}
.seche-hropen .seche-hrmenu-close-icon span.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.seche-hropen .seche-hrmenu-close-icon span.rotate:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Examples for media queries */
@media screen and (min-width: 1025px) and (max-width: 1420px) {
  .seche-hrmenu > ul > li > a > span {
    padding: 0.35em 0.65em;
  }
}
@media screen and (min-width: 1025px) {
  .seche-hropen .seche-hrsub {
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.298);
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.298);
  }
}
@media screen and (max-width: 1024px) {
  .seche-hrmenu-icon {
    display: block;
  }
  .seche-hrmenu-close-icon {
    right: 5%;
    top: 2.5%;
  }
  .seche-hrmenu {
    font-size: 120%;
    border: none;
  }
  .seche-hrmenu .first-level {
    text-align: center;
  }
  .seche-hrmenu > ul,
  .seche-hrmenu .seche-hrsub-inner {
    width: 100%;
    padding: 0;
    padding: 0 0.5em;
  }
  /* search */
  .li-search .search-wrapper {
    width: 45%;
    margin: 1em auto;
  }
  .li-search .search-wrapper input {
    width: 80%;
    padding: 0.5em;
    margin: 0.5em;
  }
  .li-search .search-wrapper .icon {
    display: none;
    /*	    float: right;
	    margin: 1.00em auto;*/
  }
  .seche-hrmenu .seche-hrsub-inner .row {
    margin-right: 0em;
  }
  .seche-hrmenu .seche-hrsub-inner .row > div {
    padding: 0em 0em 0em 1em;
  }
  .seche-hrmenu .seche-hrsub-inner > div {
    width: 100%;
    float: none;
    padding: 0em;
  }
  .seche-hrmenu > ul > li {
    display: block;
    border-bottom: 1px solid #ffffff;
  }
  .seche-hrmenu > ul > li > a {
    display: block;
    padding: 0.5em 0em;
  }
  .seche-hrmenu > ul > li > a > span {
    display: block;
    border-right: 0px;
  }
  .seche-hrmenu .seche-hrsub {
    position: relative;
  }
  .seche-hrsub h4 {
    padding-top: 0.6em;
    font-size: 150%;
  }
  .seche-hrsub li {
    border-bottom: 1px solid #224378;
    padding: 0.5em 0em;
    visibility: hidden;
    -vendor-animation-duration: 0.5;
  }
}
@media all and (max-width: 1400px) {
  #header {
    width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #seche-hrmenu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .li-seche {
    display: block;
  }
  #header .logo_wrapper {
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.298);
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.298);
  }
}
@media screen and (max-width: 750px) {
  .seche-hropen .seche-hrsub {
    padding: 1em 0;
  }
  /* search */
  .li-search .search-wrapper {
    width: 85% !important;
  }
  .li-search .search-wrapper input {
    width: 85% !important;
  }
  /**
	 * open second level full screen
	 */
  .seche-hrmenu > ul > li.seche-hropen a,
  .seche-hrmenu > ul > li.seche-hropen > a:hover {
    line-height: 1em;
  }
  .seche-hropen {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
  }
  .seche-hropen h4 {
    padding-top: 0px;
    padding-bottom: 0em;
  }
  .seche-hropen li {
    padding: 0.15em 0em;
  }
  .seche-hropen li a span {
    font-size: 0.8em;
  }
  .seche-hropen * {
    font-size: 19px;
  }
}
/* WIDGETS */
.widget-content {
  margin-top: 10px;
  margin-bottom: 10px;
}
.widget-content h3 {
  color: #224378;
  font-size: 22px;
  font-family: 'Karbon';
}
.widget-content p,
.widget-content h1,
.widget-content h2,
.widget-content h3,
.widget-content h4,
.widget-content h5,
.widget-content h6,
.widget-content ul,
.widget-content li,
.widget-content span {
  max-width: 750px;
}
#help-me-to-see.connect {
  right: 10px;
}
#help-me-to-see.connect #choose-to-share.active {
  right: -10px;
}
#help-me-to-see {
  position: fixed;
  right: 0;
  top: -webkit-calc(50% - 45px);
  top: calc(50% - 45px);
  height: 60px;
}
#help-me-to-see .choose-help-to-see {
  background-color: #585857;
  color: white;
  font-size: 15px;
  width: 30px;
  text-align: center;
  position: relative;
  left: 10px;
  margin-top: 1px;
  line-height: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: default;
  display: none;
}
#help-me-to-see .choose-help-to-see.active {
  font-size: 20px;
  width: 40px;
  left: 0;
}
#help-me-to-see #choose-to-share.active {
  position: absolute;
  width: 236px;
  right: 0;
}
#help-me-to-see #choose-to-share .btn-share {
  background-color: #585857;
  color: white;
  font-size: 15px;
  width: 30px;
  text-align: center;
  position: relative;
  margin-top: 1px;
  line-height: 30px;
  height: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 4px;
  display: inline-block;
}
#help-me-to-see #choose-to-share .btn-share a {
  color: white;
}
#help-me-to-see #choose-to-share .btn-share:hover:not(#choose-to-share-btn) {
  background-color: #35BADB;
}
#help-me-to-see #choose-to-share #choose-to-share-btn {
  cursor: default;
}
#help-me-to-see #choose-to-share #choose-to-share-btn.active {
  cursor: pointer;
}
#help-me-to-see #choose-to-share #choose-to-share-btn:hover {
  color: #959594;
}
#help-me-to-see #choose-to-share #social-share {
  display: inline-block;
}
.highcharts-background {
  fill: transparent;
}
.highcharts-credits {
  display: none;
}
.accordion-wrap .accordion-header {
  color: #f57600;
  font-weight: 500;
  font-size: 1.8em;
}
.accordion-wrap .accordion-hr {
  position: relative;
  border-bottom: 1px solid #f57600;
  width: 100%;
  height: 15px;
  margin-bottom: 15px;
}
.accordion-wrap .accordion-hr img {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
.accordion-wrap .accordion-hr img:hover {
  border: 1px solid #f57600;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .2s;
  transition: all .2s;
}
.accordion-wrap .accordion-hr.extended img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-wrap .accordion-hr.extended img:hover {
  -webkit-transform: rotate(180deg) scale(1.2);
  -ms-transform: rotate(180deg) scale(1.2);
  transform: rotate(180deg) scale(1.2);
}
#btnScrollTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: 1px solid white;
  outline: none;
  background-color: rgba(34, 67, 120, 0.8);
  color: white;
  cursor: pointer;
  padding: 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#btnScrollTop:hover {
  background-color: #184484;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------- MOBILE ---------------- */
/* ----------------------------------- */
/* ----------------------------------- */
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
  #menu-mobile {
    z-index: 2;
  }
  .mm-menu {
    background-color: #224378;
    color: white;
  }
  .mm-menu .mm-navbar a,
  .mm-menu .mm-navbar > * {
    color: white !important;
  }
  .mm-arrow:after,
  .mm-next:after,
  .mm-menu .mm-btn:after,
  .mm-menu .mm-btn:before {
    border-color: white !important;
  }
  #page_contenu {
    width: 100%;
    float: none;
    z-index: 5;
  }
  #page_contenu #page_bandeau.no-image #page_contenu_header {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  #page_contenu #page_bandeau h1 {
    left: 20px;
  }
  #block-menu-mobile {
    text-align: right;
    padding-top: 50px;
  }
  #block-menu-mobile .container-fluid.no-padding {
    z-index: 1;
    padding: 0;
    position: fixed;
    background-color: white;
    top: 0;
    height: 51px;
    width: 100%;
  }
  #block-menu-mobile .block-toogle-menu-mobile {
    position: fixed;
    z-index: 1;
    top: 0px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #224378;
  }
  #block-menu-mobile .block-toogle-menu-mobile i.fa.fa-bars.fa-2x {
    color: #fff;
  }
  #block-menu-mobile .block-toogle-menu-mobile .toogle-menu-mobile.btn-close {
    display: none;
  }
  #block-menu-mobile .logo-mobile {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 10px;
  }
  #block-menu-mobile .logo-mobile img {
    height: 50px;
  }
  #block-menu-mobile .slogan {
    font-family: 'Karbon';
    font-size: 20px;
    text-transform: uppercase;
    padding-right: 10px;
  }
  #hp #choose-profil #btn-choose-profil {
    bottom: 10;
    left: -webkit-calc(50% - 200px);
    left: calc(50% - 200px);
    margin: 0;
  }
  #hp #choose-profil.active #btn-choose-profil {
    bottom: 150px;
  }
  #hp #choose-profil #nav-choose-profil {
    width: 100%;
    position: static;
    margin: auto;
    display: none;
  }
  #hp #choose-profil #nav-choose-profil ul {
    padding: 0;
  }
  #hp #choose-profil #nav-choose-profil ul li::after {
    display: none;
  }
  #hp #choose-profil #nav-choose-profil ul li a {
    padding: 5px 10px;
  }
  #hp #choose-profil #nav-choose-profil ul li a::after {
    display: none;
  }
  #hp #choose-profil.active #nav-choose-profil {
    display: block;
  }
  .widget-image-text img,
  .widget-text-image img {
    display: table;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  #mentions-legales #choose-profil {
    display: none;
  }
}
@media (max-width: 1200px) {
  #choose-profil #nav-choose-profil ul li a {
    padding: 5px 10px;
  }
}
@media (max-width: 992px) {
  #choose-profil #nav-choose-profil ul li a {
    padding: 5px 5px;
  }
  #choose-profil #nav-choose-profil ul li:after {
    margin: 0 5px;
  }
}
@media all and (min-width: 768px) {
  #espace-candidat .form-horizontal .control-label {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #espace-candidat form #submit-postulate-free {
    width: 100%;
    margin-bottom: 20px;
  }
  #choose-profil #nav-choose-profil ul li {
    float: none;
    height: 30px;
  }
  #choose-profil #nav-choose-profil ul li a {
    text-transform: uppercase;
  }
}
@media (max-width: 768px) {
  #choose-to-share.active {
    position: absolute;
    width: 236px;
    right: 0;
  }
  #choose-to-share .btn-share {
    background-color: #585857;
    color: white;
    font-size: 15px;
    width: 30px;
    text-align: center;
    position: relative;
    left: 10px;
    margin-top: 1px;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 4px;
    display: inline-block;
    top: 225px;
  }
  #choose-to-share .btn-share a {
    color: white;
  }
  #choose-to-share .btn-share:hover:not(#choose-to-share-btn) {
    background-color: #35BADB;
  }
  #choose-to-share #choose-to-share-btn {
    cursor: default;
  }
  #choose-to-share #choose-to-share-btn.active {
    cursor: pointer;
  }
  #choose-to-share #choose-to-share-btn:hover {
    color: #959594;
  }
  #choose-to-share #social-share {
    display: inline-block;
  }
  #offre-emploi .btn-share,
  #offre-emploi-single .btn-share {
    top: initial;
  }
}
.article-nouveau {
  height: 46px;
  background-image: url('../../img/nouveau.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.article-new {
  height: 46px;
  background-image: url('../../img/new.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.article-nuevo {
  height: 46px;
  background-image: url('../../img/nuevo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.popup-contact-1 {
  display: none;
  position: fixed;
  width: 70%;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid orange;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 20%;
}
.popup-contact-1 .img img {
  width: 100%;
}
.popup-contact-1 .close {
  cursor: pointer;
  position: absolute;
  right: -12.5px;
  top: -16px;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.popup-contact-1 .close .fa {
  color: #224378;
  font-size: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  width: 25px;
  height: 25px;
  border: 1px solid #f57600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  padding-left: 4px;
  padding-top: 1px;
}
.popup-contact-1 .close .fa:hover {
  color: black;
}
.cookie-consent {
  font-size: 1.4em;
  padding: 1em;
  background: #fff2e0;
  text-align: center;
  bottom: 0px;
  right: 0px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.cookie-consent__message {
  display: inline-block;
  color: #f57600;
}
.cookie-consent__message p {
  margin: 0;
}
.cookie-consent__agree {
  font-weight: bold;
  margin: 0 1em;
  padding: .5em 1em;
  color: #fff2e0;
  background-color: #d98e00;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px rgba(217, 142, 0, 0.15);
  box-shadow: 0 2px 5px rgba(217, 142, 0, 0.15);
}
.cookie-consent__agree:hover {
  background-color: #734d00;
}
.cookie-consent__agree:active {
  top: 1px;
}
.bandeau-rse {
  background: #f57600;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9999999;
  opacity: 0.9;
}
.bandeau-rse a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.modal-dialog {
  width: 800px;
}
@media all and (max-width: 800px) {
  .modal-dialog {
    width: 600px;
  }
}
.modal-backdrop.in {
  opacity: 0.8;
}
