	/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.3
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.dropdown-toggle.disabled,
.dropdown-toggle.disabled:active,
.dropdown-toggle.disabled:hover{
color:#ff0000 !important;
background-color: transparent !important;
border-color: transparent !important;

}



.container {
    max-width: 960px;
}
#footer .container {
        max-width: 951px;
}
@media (max-width: 1000px) {
.overlay{display:none !important;}
}


	#fondImage { background-image : url(image1); width : x; height : y; }
#fondImage:hover { background-image : url(image2); }

.rs_into{
background-image : url("/hpv2/images/topict-into.svg"); width : 32px; height : 28px;display:block; background-repeat: no-repeat;
}
.rs_into:hover, .rs_into:focus{
background-image:url("/hpv2/images/topict-into_over.svg"); width : 32px; height : 28px;display:block;
}
.rs_in{
background-image : url("/hpv2/images/topict-in.svg"); width : 32px; height : 28px;display:block; background-repeat: no-repeat;
}
.rs_in:hover, .rs_in:focus{
background-image:url("/hpv2/images/topict-in_over.svg"); width : 32px; height : 28px;display:block;
}

.rs_ph{
background-image : url("/hpv2/images/topict-ph.svg"); width : 32px; height : 28px;display:block; background-repeat: no-repeat;
}
.rs_ph:hover, .rs_ph:focus{
background-image:url("/hpv2/images/topict-ph_over.svg"); width : 32px; height : 28px;display:block;
}

.rs_tw{
background-image : url("/hpv2/images/topict-tw.svg"); width : 32px; height : 28px;display:block; background-repeat: no-repeat;
}
.rs_tw:hover, .rs_tw:focus{
background-image:url("/hpv2/images/topict-tw_over.svg"); width : 32px; height : 28px;display:block;
}

.rs_yt{
background-image : url("/hpv2/images/topict-yt.svg"); width : 32px; height : 28px;display:block; background-repeat: no-repeat;
}
.rs_yt:hover, .rs_yt:focus{
background-image:url("/hpv2/images/topict-yt_over.svg"); width : 32px; height : 28px;display:block;
}
@media (max-width: 1000px) {	
.mobile{
	display:block;
}
.desktop{
	display:none;
}
}
@media (min-width: 1000px) {	
.mobile{
	display:none;
}
.desktop{
	display:block;
}
}

@media (min-width: 768px) {
.navbar-header{display:none;}
}


	
.latest-news{
	width: 50%;
	margin-left: 0%;
	height: 272px;
	background: #c6c6c6;
	margin-bottom: 1%;
	padding: 0 22px 22px 0;
}
.ln-wrapper h2{
	font-family: avenirbold, 'Arial Bold', sans-serif;
	font-size: 22px;
	color: #eb280f;
	margin-bottom: 12px;
	float: left;
}
.latest-news__wrapper{
	background-color:#fff;
	float: left;
	width: 100%;
	position: relative;
}
.latest-news__item{
	width: 100%;
	position: relative;
}
.latest-news__item:after{
	content:'';
	display: block;
	clear: both;
}
.latest-news__image{
	width:270px;
	float:left;
}
.latest-news__text{
	float: left;
	width:calc(100% - 270px);
	font-size: 18px;
	font-family: avenir, 'Arial', sans-serif;
	color: #53565a;
	padding:4rem 2rem 0;
}
.latest-news__wrapper .slick-dots{
	position: absolute;
	right:2rem;
	bottom:0;
	padding:0;
	margin:0;
}
.latest-news__wrapper .slick-dots li{
	list-style: none;
	display: inline-block;
	margin:0.25rem;
	vertical-align: middle;
}
.latest-news__wrapper .slick-dots .slick-active button{
	background-color:#eb280f;
}
.latest-news__wrapper .slick-dots button{
	border:none;
	width:10px;
	height:10px;
	background-color:#c6c6c6;
	padding:0;
	overflow: hidden;
	text-indent:-999rem;
}
.latest-news__link{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}


@media screen and (max-width:360px) {
	.latest-news{
    height: 380px;
	}
}
@media screen and (max-width:450px) {
	.latest-news__image{
		display: none;
	}
	.latest-news__text{
		width:100%;
		padding:6rem 2rem;
	}
}
@media screen and (max-width:991px) {
	.latest-news{
		width:100%;
		margin-right: 0;
	}
}



























/* MODIF 28/06/2018 */

.highlights, .market-forecast{
	width: 50%;
	margin-left: 0%;
	height: 272px;
	background: #f0f0ef;
	margin-bottom: 1%;
	padding: 0 22px 22px 0;
}
.highlights{
	text-align: center;
}
.market-forecast{
	background: #ffffff;
	border:1px solid #909090;
	padding:0;
}
.market-forecast--smaller-height{
	height:234px;
}
.highlights__title{
	font-family: avenirbold, 'Arial Bold', sans-serif;
	font-size: 22px;
	color: #eb280f;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	position: relative;
	margin:0;
	padding:10px 0 20px;
}
.highlights__title:before, .highlights__title:after{
	content:'';
	display: block;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	width:32px;
	height:32px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.highlights__title:before{
	left:0;
	background-image:url('../images/lebourget/quote-open.svg');
}
.highlights__title:after{
	right: 0;
	background-image:url('../images/lebourget/quote-close.svg');
}
{
	text-align: center;
}
.highlights a{
	position: relative;
	display: block;
}
.highlights a:before{
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url('../images/lebourget/play-button.png');
	background-position: center;
	background-size: 84px;
	background-repeat: no-repeat;
}
.highlights img{
	display: inline-block;
}
.market-forecast{
	text-align: center;
}
.market-forecast-text{
	text-transform: uppercase;
	font-size: 24px;
	font-family: futura, 'Arial Bold', sans-serif;
	text-align: center;
	display: inline-block;
	padding:0 20px 0 0;
	vertical-align: bottom;
}
.market-forecast-text p{
	margin:0;
}
.market-forecast-text span{
	display: block;
}
.market-forecast-text--smaller{
	font-size: 0.85em;
}
.market-forecast-text--colored{
	color:#eb280f;
}
.market-forecast-text--bold{
	font-family: futurabold, 'FuturaLTBookBold', 'Arial Bold', sans-serif;
}
.market-forecast-image{
	display: inline-block;
	padding:50px 0 0 0;
	vertical-align: bottom;
}
.market-forecast--smaller-height .market-forecast-image{
	padding:35px 0 0 0;
}
.press-release{
	width: 49%;
	margin-left: 1%;
	height: 272px;
	background: #d9d9d9;
	margin-bottom: 1%;
	padding: 0;
	float: left;
}
.press-release__text, .press-release__image{
	width: 50%;
	float: left;
}
.press-release__text{
	padding:29px 20px 20px 10px;
}
.press-release__text h2{
	font-family: avenirbold, 'Arial Bold', sans-serif;
	font-size: 22px;
	color: #eb280f;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin:0;
}
.press-release__text p{
	font-size: 16px;
	margin:10px 0;
}
@media screen and (max-width:991px) {
	.highlights, .market-forecast, .press-release{
		width:100%;
		margin-right: 0;
		margin-left:0;
	}
	.highlights{
    height: 305px;
	}
	.press-release__text{
		width: calc(100% - 233px);
		padding:30px 20px 30px 10px;
	}
	.press-release__image{
		width: 233px;
	}
}
@media screen and (max-width:580px) {
	.market-forecast, .press-release, .highlights{
		height:inherit;
		padding:10px;
	}
	.market-forecast-text{
		padding:20px 0 0 0;
	}
	.market-forecast-image{
		padding:0 0 0 20px;
	}
	.press-release__text{
		width: 100%;
		padding:20px 10px;
	}
	.press-release__image{
		width: 100%;
		text-align: center;
	}
	.press-release img{
		display: inline-block;
	}
}
.market-forecast-intro{
	background-color:#fff;
	font-size: 0;
}
.market-forecast-intro:after{
	content:'';
	display: block;
	clear: both;
}
.market-forecast-intro-text{
	font-size:33px;
	text-transform: uppercase;
	text-align: center;
}
.market-forecast-intro-text span{
	display: block;
}
.market-forecast-intro__content,
.market-forecast-intro__image{
	width:50%;
	display: inline-block;
	vertical-align: middle;
}
.market-forecast-intro-cta{
	font-size:28px;
	text-align: center;
}
.market-forecast-intro-cta a{
	display: inline-block;
	padding:5px 10px;
}
.market-forecast-intro-cta--main a{
	color:#fff;
	background-color:#eb280f;
}
.market-forecast-intro-cta--secondary a{
	font-size:0.8em;
	color:#eb280f;
}
.market-forecast-intro__image{
	text-align: center;
}
.market-forecast-intro__image img{
	display: inline-block;
}
.market-forecast-world{
	background-color:#fff;
	display: block;
	border:1px solid #a7a7a6;
	width: 100%;
	padding:0 10px;
}
.market-forecast-world-line{
	padding:10px 0;
}
.market-forecast-world:after, .market-forecast-world-line:after{
	content:'';
	display: block;
	clear: both;
}
.market-forecast-world-item__spec{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	background-color:#eb280f;
	height:0;
	overflow: hidden;
	transition:all 0.25s;
}
.market-forecast-world-item{
	width: 25%;
	float: left;
	text-align: center;
	padding:0 20px;
	position: relative;
}
.market-forecast-world-item:hover .market-forecast-world-item__spec{
	height:100%;
	transition:all 0.25s;
}
.market-forecast-world-item a{
	display: block;
}
.market-forecast-world-item img{
	display: inline-block;
}
.market-forecast-world-item p{
	margin:0;
}
.market-forecast-world-item__title{
	text-transform: uppercase;
	font-size: 15px;
	font-family: avenir, 'Arial Bold', sans-serif;
	font-weight: bold;
}
.market-forecast-world-item__spec p{
	color:#fff;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-transform: uppercase;
	font-size: 23px;
	font-family: futura, 'Arial Bold', sans-serif;
	width: 100%;
}
.market-forecast-world-item__spec span{
	font-family: futurabold, 'Arial Bold', sans-serif;
}










@media screen and (max-width:1000px) {
	.countdown-wrapper{
		max-width: 100%;
		padding:10px 20px;
	}
}
@media screen and (max-width:900px) {
	.countdown__pre-title, .countdown__image{
		width:50%;
		text-align: center;
	}
	.countdown{
		width:100%;
		text-align: center;
	}
}
@media screen and (max-width:550px) {
	.countdown__pre-title{
		display: none;
	}
	.countdown__image{
		width:100%;
	}
	.countdown{
		margin:1rem 0;
	}
}
.header .header-top-dropdown .btn-group > button {
    padding: 3px 0;
}
.header-top-dropdown .btn-group:last-child > button {
    border-right-color: transparent;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.header-top-dropdown .btn-group > button {
    padding: 8px 10px;
    margin: 0;
        margin-left: 0px;
    font-size: 12px;
    color: #999;
    text-align: center;
    min-width: 0;
    background-color: transparent;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: none;
}
.header-top-dropdown .btn-group > button {
    border-right: 1px solid #e3e3e3;
        border-right-color: rgb(227, 227, 227);
    border-left: 1px solid transparent;
}

.header-banner{
	margin:0 auto;
	max-width: 951px;
}
.header-banner__wrapper{
	background-color:#eb280f;
	text-align: center;
}
.header-banner__element{
	display: inline-block;
	vertical-align: middle;
	margin:0;
}
.header-banner__text{
	color:#fff;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	padding:0 0.5rem;
	line-height: 16px;
}
.header-banner__icons{
	margin:0 1rem;
}
.header-banner__icons a{
	display: inline-block;
	vertical-align: middle;
	margin:0 1rem;
}
.header-banner__text span{
	font-size:0.625em;
}
.header-banner__link a{
	background-color:#fff;
	color:#eb280f;
	padding:0rem 1rem;
	font-weight: 800;
	font-size: 22px;
	border:2px solid #fff;
	text-decoration: none;
}
}
.header-banner__link a:hover{
	background-color:#eb280f;
	color:#fff;
}

@media screen and (max-width:960px) {
	.header-banner__text{
		font-size: 16px;
	}
	.header-banner__link a{
		font-size: 16px;
	}
}
@media screen and (max-width:768px) {
	.header-banner__element{
		width: 100%;
		text-align: center;
	}
	.header-banner__element a{
		display: inline-block;
	}
	.header-banner__element img{
		vertical-align: middle;
	}
	.header-banner__text, .header-banner__link{
		margin:0 0 1rem;
	}
}

.social-list a{
	display: inline-block;
	margin-bottom:5px;
}


.main-slider{
	max-width: 951px;
	width:100%;
	margin:0 auto;
	position: relative;
}
.main-slider__list{
	list-style: none;
	margin:0;
	padding:0;
}
.main-slider .slick-arrow{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	background-color:rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-size:13px 20px;
	width:40px;
	height:40px;
	border:none;
	text-indent:-999rem;
	overflow: hidden;
	border-radius: 50%;
	z-index:2;
	opacity: 0;
	transition:all 0.25s;
}
.main-slider:hover .slick-arrow{
	opacity: 1;
}
.main-slider .slick-arrow:hover{
	background-color:rgba(0,0,0,1);
}
.main-slider .slick-prev{
	left:1rem;
	background-image:url('../images/arrow-left-slider.png');
	background-position: center left 12px;
}
.main-slider .slick-next{
	right:1rem;
	background-image:url('../images/arrow-right-slider.png');
	background-position: center right 12px;
}



.documents__list{
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	padding:0;
}
.documents__content{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.documents__image{
	text-align: center;
}
.documents__caption{
	color:#000;
	text-transform: uppercase;
	font-size: 11px;
	padding:0 30px;
	line-height: 1.25;
}
.documents__item{
	padding:10px;
	max-width:180px;
}
.documents__item-inner{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.documents__content--active{
	position: absolute;
	top:-100%;
	left:0;
	height:100%;
	width: 100%;
	background-color:#eb280f;
	padding:10px;
	flex-direction: column;
	justify-content: center;
	display: flex;
	transition:all 0.25s;
}
.documents__caption--active{
	color:#fff;
	font-size:17px;
	text-transform: uppercase;
	text-align: center;
}
.documents__item:hover .documents__content--active,
.documents__item--is-selected .documents__content--active{
	top:0;
}