@charset "utf-8";
/* CSS Document */



@media screen and (min-width:800px){

	#slider-v2{
		width: 100%;
		background-image: url(../images/losanges-accueil.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position:relative;
		z-index: 100;
	}

	.slide-v2{
		width: 100%;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		z-index: 80;
	}


	.slide-v2 .contenu-slide-v2{
		text-align: center;
		z-index: 120;
		position: absolute;
		width: 60%;
		margin-right: 20%;
		margin-left: 20%;
	}

	.slide-v2 .contenu-slide-v2 h3{
	font-size: 15px;
	  text-transform: uppercase;
	  color: #757575;
		line-height: normal;
	}

	.slide-v2 .contenu-slide-v2 h4{
		font-size: 40px;
	  text-transform: uppercase;
	  color: #91939d;
		line-height: normal;
	}

	.slide-v2 .contenu-slide-v2 p{
		font-size: 20px;
	  color: #53420F;
		line-height: normal;
	}


	#TIMP{
		display: block;
		float: left;
		text-align: center;
		width: 37%;
		margin-left: 13%;
	}

	#TEJL{
		display: block;
		float: left;
		text-align: center;
		width: 37%;
		margin-right: 13%;
	}

	#TIMP h5, #TEJL h5 {
	  font-size: 25px;
	  color: #ffffff;
	  text-transform: uppercase;
		line-height: normal;
	}
	#TIMP a, #TEJL a {
	  text-decoration: none;
	  color: #000000;
	line-height: normal;
	}



	#billets-v2{
		display: block;
		float: none;
		clear: both;
		width: 37%;
		margin-right: 31.5%;
		margin-left: 31.5%;
		text-align: center;
	}

	#billets-v2 h6 {
	  font-size: 18px;
	  display: block;
	  text-align: center;
	}
	#billets-v2 h6 a {
	  color: #ffffff;
	  text-decoration: none;
	}

	
	a.btn-carre{
		width: 80%;
		position:absolute;
		left:0;
		top:0px;
		margin-left: 10%;
		height: auto;
		min-height: inherit;
	}
	
	.video{
		position: absolute;
		top:0px;
		left:0px;
		min-height: 100%;
	}
	.video iframe{
		width: 100%;
		height: auto;
	}
	
	.conteneur-video{
		position: absolute;
		top:0px;
		left:0px;
		min-height: 100%;
		overflow: hidden;
	}
}


@media screen and (max-width:799px){
	
	#slider-v2{
    width: 100%;
   
    position: relative;
    z-index: 100;
	}
	
	.slide-v2{
		width: 100%;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		z-index: 80;
		position: relative;
	}
	
	
	
	.contour-theatre-v2{
		border-top: 1px solid #9B9797;
   	 border-bottom: 1px solid #9B9797;
		margin-top:30px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.contenu-slide-v2{
		position:absolute;
		left:0px;
		bottom:0px;
		width:100%;
		 background-image: url(../images/triangle.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
	min-height: 330px;
	}
	
	.texte-v2{
		position:absolute;
		left:0px;
		bottom:-20px;
		width:100%;
	}
	
	a.btn-carre{
		width: 80%;
		position:absolute;
		left:0;
		top:0px;
		min-height: 100%;
		margin-left: 10%;
	}
	
	
	#TIMP {
		float: left;
		width: 50%;
		clear: none;
		z-index: 1000;
		position: relative;
		margin-bottom: 20px;
		margin-top: 20px;
		border-right: 1px solid #9B9797;
		box-sizing:border-box;
		padding: 0px;
		height: auto;
	}

	#TEJL {
		float: left;
		width: 50%;
		clear: none;
		z-index: 1010;
		position: relative;
		margin-bottom: 20px;
		margin-top: 20px;
		border-left: 1px solid #9B9797;
		margin-left: -1px;
		box-sizing:border-box;
		padding: 0px;
		height: auto;
	}

	
	#TIMP h5, #TEJL h5 {
		font-size: 16px;
		color: #9E9099;
		text-transform: uppercase;
		display: block;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		text-align: center;
	}
	#TIMP a, #TEJL a {
		text-decoration: none;
		color: #000000;
		font-size: 13px;
		display: block;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
		text-align: center;
	}
	
	
	#billets-v2  {
	  text-align: center;
	  position: relative;
	  z-index: 1700;
	  margin-left: auto;
	  margin-right: auto;
	width: 100%;
	float: none;
	clear: both;
	margin-bottom: 15px;
	margin-top: 30px;
	}

	#billets-v2  h6 {
	  font-size: 20px;
	  display: block;
	  text-align: center;
	  position: relative;
	  width: 100%;
	  z-index: 1200;
	}
	#billets-v2  h6 a {
	  color: #ffffff;
	  text-decoration: none;
	  z-index: 1750;
	  display: block;
	  position: relative;
	background-color: #9E9099;
		padding: 20px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.video{
		position: absolute;
		top:0px;
		left:0px;
		min-height: 100%;
	}
	.video iframe{
		width: 100%;
		height: auto;
	}
	
	.conteneur-video{
		position: absolute;
		top:0px;
		left:0px;
		overflow: hidden;
	}

}
