@font-face {
	font-family: 'DINRegular';
	src:url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DIN-Regular.woff') format('woff'),
		url('../fonts/DIN-Regular.ttf') format('truetype'),
		url('../fonts/DIN-Regular.svg#DIN-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  	font-family: 'DINBold';
  	src:url('../fonts/DINBold.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/DINBold.woff') format('woff'),
  		url('../fonts/DINBold.ttf') format('truetype'),
  		url('../fonts/DINBold.svg#DINBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeueBold';
	src:url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BebasNeueBold.woff') format('woff'),
		url('../fonts/BebasNeueBold.ttf') format('truetype'),
		url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body{
	height: 100%;
}
*{
	box-sizing: border-box;
}

.btn-itw{
    width: 75px;
    height: 75px;
    position: relative;
    display: block;
    float: left;
    left: 10px;
    top: -20px;
    z-index: 100;
}

.itw1{background: url("../img/itw.png") 0px 0px no-repeat;}
.itw2{background: url("../img/itw.png") -75px 0px no-repeat;}

#btn_container{
	width: 650px;
	text-align: center;
	margin-bottom: 50px;
    display: block;
    position: relative;
    float: right;
    top: 40px;
    left: 90px;
 }

.btn{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #fff;
	background-color: #e67e22;
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	float: left;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn a{
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.btn:hover {
	background-color: #fdb839;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


h1{
	font: 25px 'Noto Sans', sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

#content_chapo{
	margin-top: 20px;
	margin-bottom: 20px;
}
#content_container{
	margin-top: 0px;
}
.clearfix{
	clear: both;
}

.valign_table{
	display: table;
	width: 100%;
	height: 100%;
}
.valign_row{
	display: table-row;
	height: 100%;
}
.valign_cell{
	display: table-cell;
	vertical-align: middle;
}
.content_section.left{
	width: 650px;
}
.content_section.right{
	width: 300px;
}

#main_section{
	position: relative;
}
#main_section .h1{
    font: 44px 'BebasNeueBold';
    line-height: 30px;
    color: #e67e22;
    text-align: center;
    padding: 30px 0 20px;
}
#main_section .h1 em{
	font: 26px 'DINBold';
	line-height: 28px;
	color: #d35400;
}
#main_section #auteur{
	position: absolute;
	width: 100%;
	text-align: center;
}
#main_section #auteur div{
	display: inline-block;
	text-align: center;
}
#main_section #auteur div span{
	line-height: 14px;
	font: 13px 'Noto Sans', sans-serif;
	color: #a5a5a5;
}
#main_section #auteur div span img{
	margin: 3px 0 0 5px;
}
#main_section #banner{
	position: relative;
	height: 160px;
	width: 950px;
	background: url(../img/header.png) no-repeat;
	margin: 0px;
	font: 30px 'BebasNeueBold';
	line-height: 32px;
	color: #fff;
	text-align: center;
}
#main_section #banner #banner_title{
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 29px;
}
#main_section #banner #banner_title div{
	width: 170px;
	margin: 0 auto;
    background: #e67e22;
}
.chapo{
	font-weight: bold !important;
	font-style: italic !important;
}
#main_section p{
	font: 13px 'Noto Sans', sans-serif;
	line-height: 18px;
	padding-bottom: 18px;
	padding-right: 20px;
	color: #000;
}
#main_section p em{
	font-weight: 700;
	color: #e67e22;
}
#main_section p a{
	color: #d35400;
	text-decoration: underline;
}
#main_section #rdv{
	padding-top: 10px;
}
#main_section #rdv div{
	line-height: 28px;
	font: 18px 'DINBold';
	color: #fff;
	text-align: center;
	background: #e67e22;
	margin: 0px 0px 25px 15px;
	padding: 10px 0px;
	position: relative;
}

#main_section #sponsors{
    font: 12px Arial, sans-serif;
    color: #555555;
    text-align: center;
    display: block;
    padding-bottom: 20px;
}
#main_section #partenaires{
	display: inline-block;
	width: 100%;
	margin-right: 20px;
}
#main_section #partenaires li{
	width: 25%;
	height: 105px;
	float: left;
}
#main_section #partenaires li a{
	display: block;
	text-align: center;
	text-decoration: none;
}
#main_section #partenaires li a div{
	height: 80px;
}
#main_section #partenaires li a img{

}
#main_section #partenaires li a span{
	display: block;
	font: 11px Arial, sans-serif;
	text-align: center;
	color: #000;
}

#main_section #date{
	width: 268px;
	height: 278px;
	position: relative;
	background: url(../img/polygon.png) no-repeat;
	margin: -7px 0 0 12px;
}
#main_section #date .valign_cell{
	font: 40px 'BebasNeueBold';
	line-height: 42px;
	color: #fff;
	text-align: center;
	padding: 12px 0 0 30px;
}
#main_section #date:after{
    content: "7000014306 – 06/16";
    position: absolute;
    font: 10px Arial, sans-serif;
    color: #646464;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    right: -64px;
    top: 152px;
}
#main_section #programme{
	margin-top: 0px;
}
#main_section #programme ul{
	width: 100%;
	height: 152px;
	position: relative;
}
#main_section .digest #programme ul{
	height: 202px;
}
#main_section #programme ul:before, #main_section #programme ul:after{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background: url(../img/dot-gold.png) repeat;
	background-position: 0 0;
}
#main_section #programme ul:before{
	left: 0;
	top: 0;
}
#main_section #programme ul:after{
	left: 0;
	bottom: 0;
}
#main_section #programme ul li{
	position: relative;
}
#main_section #programme ul li:first-child{
	font: 28px 'BebasNeueBold';
	line-height: 28px;
	position: relative;
	height: 102px;
}
#main_section #programme ul li:first-child:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: url(../img/dot-gold.png) repeat;
	background-position: 0 0;
}
#main_section #programme ul li:first-child a{
    color: #ad8847;
    text-decoration: none;
    padding-left: 115px;
    display: inline-block;
    height: 100%;
    position: relative;
}
#main_section #programme ul li:nth-child(2){
	font: 26px 'BebasNeueBold';
	text-align: center;
}
#main_section #programme ul li:last-child{
	line-height: 48px;
	text-align: center;
}
#main_section .digest #programme ul li:nth-child(2){
	text-align: left;
}
#main_section #programme ul li:nth-child(2) a{
	text-decoration: none;
	color: #e67e22;
}
#main_section #programme ul li:nth-child(2) div{
    position: relative;
    display: table;
    margin: 0 auto;
    padding-left: 52px;
	padding: 9px 0 10px 52px;
}
#main_section #programme ul li:first-child a:before{
	content: "";
	position: absolute;
	width: 51px;
	height: 53px;
	background: url(../img/picto_save.png) no-repeat;
	top: 24px;
	left: 32px;
}
#main_section #programme ul li:nth-child(2) div:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 100%;
	background: url(../img/picto_programme.png) no-repeat;
	background-position: 12px 8px;
}
#main_section .digest #programme ul li:first-child a:before{
	background: url(../img/picto_save_big.png) no-repeat;
	background-size: 30px auto;
	width: 30px;
	height: 31px;
	top: 33px;
	left: 12px;
}
#main_section #programme ul li:nth-child(2) div:before{
	background: url(../img/picto_programme_small.png) no-repeat;
	top: 7px;
    left: 10px;
}
#main_section .digest #programme ul li:first-child a{
	color: #e67e22;
	padding-left: 55px;
}
#main_section .digest #programme ul li:nth-child(2) a{
	color: #ad8847;
}
#main_section .digest #programme ul li:nth-child(2):after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: url(../img/dot-gold.png) repeat;
	background-position: 0 0;
}
#main_section #programme ul li:last-child a{
	font: 17px 'Noto Sans', sans-serif;
	color: #8f8f8f;
	text-decoration: none;
}
#main_section #programme ul li:last-child a:hover{
	text-decoration: underline;
}

#main_section #sepa{
    width: 100%;
    height: 5px;
    background: url(../img/dot.png) repeat;
    background-position: 0 0;
    margin: 26px 0 0;
}
#main_section #videos_container{
	position: relative;
}
#main_section #videos_container ul{
	width: 100%;
	display: inline-block;
}
#main_section #videos_container ul li{
	padding-bottom: 55px;
	position: relative;
	height: 240px;
}
#main_section #videos_container ul li:last-child:after{
	display: none;
}
#main_section #videos_container ul li div p:last-child:after{
	content: "";
	position: absolute;
	width: 283px;
	height: 2px;
	right: 0;
	bottom: -15px;
	background: url(../img/dot-grey.png) repeat;
	background-position: 0 0;
}
#main_section #videos_container ul li div{
	float: right;
	width: 283px;
}
#main_section #videos_container ul li div:first-child{
	height: 159px;
	background: #383838;
}
#main_section #videos_container ul li div:last-child{
	width: 300px;
	padding-left: 17px;
}
#main_section #videos_container ul li div:last-child h4{
	font: 16px 'Noto Sans', sans-serif;
	line-height: 18px;
	font-weight: 700;
	color: #d35400;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_section #videos_container ul li div:last-child p{
	font: 13px 'Noto Sans', sans-serif;
	color: #787878;
	padding: 0 0 0 8px;
	position: relative;
}
#main_section #videos_container ul li div:last-child p:last-child{
	margin-bottom: 30px;
}

#main_section #videos_container ul li div:last-child p:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #7d7d7d;
    border-radius: 5px;
    left: 0;
    top: 7px;
}
#main_section #videos_container ul li div:last-child p strong{
	color: #000;
	font-weight: 700;
}

#main_footer{
	margin-top: 10px;
}





#wrapper #col_right #video_block a{
	text-decoration: none;
}
#wrapper #col_right #video_block a div{
	background: #ccc;
	height: 26px;
	line-height: 26px;
	color: #004fb6;
	padding-left: 12px;
}

#overlaid{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(232,232,232,0.5);
	z-index: 10;
}
.box-movie{
	position: fixed;
    z-index: 20;
}
.movie-box:hover{
	cursor: pointer;
}



.block {
	opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.movie-box:hover .block {
	opacity: 0.5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box-skin{
	width: 616px;
    height: 440px;
    border: solid #ffffff 14px;
    border-radius: 5px;
    position: relative;
}
#frame-movie{
	width: 100%;
	height: 100%;
}
.close-movie{
	position: absolute;
	right: -30px;
	top: -30px;
	z-index: 200;
	cursor: pointer;
}