/* CSS Document */
*{margin:0;
padding: 0;}

body {background: #000;
font-family: 'Open Sans', sans-serif;
}
p {font-size: 1.2em;
	text-align: center;
line-height: 1.2;}
.center {text-align: center;}
/*header*/

#bandeau {
	background: url('../images/lion-de-la-compagnie-clarance.jpg') right 0 no-repeat;
	background-size: cover;
	padding: 4%;
}
#bandeau .title {
	color:#fff;
	display:inline-block;
	font-size: 2em;margin-left: .5em}
#bandeau #logoclarance{
	display:inline-block;
}
/*video*/
.video iframe {
   width: 100%;
    max-width: 100%;
    float: left;
    
}


/*premiere section*/
.decor {
	background: url('../images/fond-parc.jpg') 0 0 no-repeat; 
	background-size: cover;
	display:flex;
	padding: 3% 1%;
}
img.affiche {
	max-width:100%; 
	width: 100%;
}
img.illustra {
	max-width:100%; 
	width: 40%;	
	float:right;
}

.affiche {
	display: block;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}
h1 {
	color:#fff;
	text-transform: uppercase;
}
p.mauve {
	color: #fff;
	text-align: left;
}
.decor .textvertical {
	margin-top: 3%;
	
}
h1.t1 {
	font-size: 3em;
	line-height:1.5em;
}
h1.t2 {
	font-size: 3.6em;
	line-height:.8em;
	font-weight: 600;
}

/*setcion rendez vous*/
.rendezvous {
	background: #e63487;
	color:#fff;
}
h2 {
	font-weight: 200;
	font-size:3em;
	line-height: 4em;
}
h3 {
	font-weight: 200;
	font-size:3.5em;
	line-height: 2em;
	text-align: center;
}
h4 {
	font-weight: 200;
	font-size:2.5em;
	line-height: 2em;
	text-align: center;
}
h5 {
	
	font-size:2.5em;
	line-height: 2em;
	text-align: center;
	color:#fff;
}
span.icon-arrow-down2 {
	text-align: center;
	font-size:5em;
	padding: 1em;
	display: block;
}
.infos, .ombre, small{
   text-align: center;
 text-shadow: 3px 3px 0px #070a4a;
}
.infos {font-weight:700;line-height: 1em; padding: 20px 0 8px 0}
small {
	width: 100%;
}
.icon {
	font-weight: 200;
	font-size:6em;
	line-height: 2em;
	text-align: center;
}
h6 { color:beige;
    font-weight:bold;
    font-size:2em;}
.cadre {background: #ce2674;}

/*bouton*/
.bouton {
	background: yellow;
	color:red;
	text-align: center;
	padding:1.25em 0.5em 0.5em 0.5em;
	font-weight: 900;
	display: inline-block;
	margin: 2em auto;
	text-transform: uppercase;
}

/*section compagnie*/
.compagnie {
	background: url('../images/paysage2.jpg') 0 0 repeat-x; 
	background-size: cover;
	padding: 2em 0;
}
h3 {
	color:#fff;
}
.vers a{
	color:#fff;
	background: transparent url(../images/carres.png) center left no-repeat;
    display: inline-block;
    font-size: 2.5em;
    font-weight: 900;
    letter-spacing: 0.091em;
    line-height: 1em; 
    text-transform: uppercase;
	transition: opacity 100ms cubic-bezier(0.694, 0, 0.335, 1);
	padding-left: 3em;
	text-align: center;
	
}
.nav {
	padding: 1em;
}
.nav a {color:#fff;}

/*carousel*/
.carousel-item img {
	max-width: 100%;
	width: 75%;
	height: auto;
}