﻿#first-block, #second-block, #third-block, #fourth-block,#fifth-block  {
text-align:center;
padding:3.5em 0;
}
.box {
text-align:justify;
}
#carousel {
text-align:center;
background:#fff;
}
/* début-video */
/* Le parent */
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
/* L'enfant */
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} 
/* fin-video */


/* début-bg_video_divers-formats */


.videoWrapper{
width: 100%;
height: 100%;
padding-left: 0px;
padding-right:0px;
}

/* fin-bg_video_divers_formats */



#first-block {
text-align:justify;
}
#second-block {
background:#000000;
}
#third-block {
background:#87373B;
}
#fourth-block {
background:#fff;
}
#fifth-block {
background:#fff;
}

footer {
margin: 0 auto;
background:rgba(#,#,#,X);
background:;
padding:7.5em 0;
}

/*----- debut-Vignette logo-----*/
.imgLogoContainer
{
	position: relative;
	width: 140px;
}
.imgLogo
{
	position: absolute;
	top:0px;
	left:0px;
}
/*----- fin-Vignette logo-----*/
/*----- debut-Fiche logo-----*/
.imgFicheContainer
{
	position: relative;
	width: 100px;
}
.imgFiche
{
	position: absolute;
	top: +13px;
	left: 1px;
}
/*----- fin-Fiche logo-----*/



/*----- debut-Vignette bottom-----*/
.imgVignetteContainer
{
	position: relative;
	width: 100px;
}
.imgVignette
{
	position: absolute;
	top: -50px;
	left: 0;
}

/*----- fin-Vignette bottom-----*/
/*----- debut-Fiche bottom-----*/
.imgFicheContainer
{
	position: relative;
	width: 100px;
}
.imgFiche
{
	position: absolute;
	top: -50px;
	left: 0;
}
/*----- fin-Fiche bottom-----*/


@media screen and (max-width: 800px) {
  .right {
  float:none;
  }
}

/*----- debut-video -----*/
video.video{
width:288px;
height:216px;
margin-right:40px
}
/*----- fin-video -----*/


