/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 


/* ------------------------------------------------ */
/* ------------------ SLIDER ---------------------- */
/* ------------------------------------------------ */

.slider {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


.SliderGrandTitre {	
	color:#ffffff;
	font-size:200px;	
	font-family: 'Bodoni Moda', serif;
	/*font-style: italic;*/
	font-weight: 400;	
	/*text-transform: uppercase;	*/
	line-height:200px; 
	text-align: center; 
	
}
.SliderGrandTitreNoir {	
	color:#000000;	
	
}
.SliderGrandTitreBleu {	
	color:#0000c8;	
	
}
.SliderSousTitre {
	color:#ffffff;
	font-size:30px;
	font-family: 'Rams', sans-serif;
	font-weight:300;
	line-height:34px;	
	text-align: center; 
	/*text-transform: uppercase;	*/
	margin:10px 0px 0px 0px;
}




/* Large screen and bigger */
@media (max-width: 1220px) {
    .SliderGrandTitre {		
	font-size:140px;
	line-height:140px;			
}
  
}
/* AJOUT ALEX ETAT INTERMEDIAIRE*/
@media (max-width: 900px) { 
  .SliderGrandTitre {		
	font-size:110px;
	line-height:110px;			
}

}
/* BORDURE POUR PETITS ECRANS ajout*/
@media (max-width: 767px) {  
.SliderGrandTitre {		
	font-size:90px;
	line-height:90px;	
	/*display:none;	*/ 	
			
}

.SliderSousTitre {
	display:none; 	
}


.wk-slideshow .next, .wk-slideshow .prev {
  display:none;
}
.wk-slideshow-pinkribbon .nav {
  display:none;
}
}
@media (max-width: 480px) {  
.SliderGrandTitre {		
	font-size:80px;
	line-height:80px;	
	/*display:none;	*/ 	
			
}
}






 /* ------------------------------------------------ */
/* ------------------ INTRO ---------------------- */
/* ------------------------------------------------ */
.intro{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
	
}
.intro_titre{
	z-index: 1;
	
	position: absolute;
	margin: auto;
	padding:0px 0px 0px 0px;
     bottom: 0px;     
     left: 0;
	/*background: #ffffff;*/
	/*text-align: left;
	vertical-align: middle;*/
	color:#ffffff;		
	font-family : 'Roboto', Helvetica, Arial, sans-serif;	
	font-size:100px;
	font-weight: 700;		
	line-height:80px;
	/*width:800px;
	height:150px;*/

}

.intro_animation {
  -webkit-animation-name: animintro;
  animation-name: animintro;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
  
  
}




.intro .legende{	
	position: absolute;
	z-index: 0;
	left: 50px;
	bottom: 50px;
	font-size:20px;
	font-weight: 500;	
	color:#ffffff;		
	font-family : 'Roboto', Helvetica, Arial, sans-serif;		
}
.intro_referencement{	
	z-index: 50;	
}
@-webkit-keyframes animintro {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
}
@keyframes animintro {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


/* Large screen and bigger */
@media (max-width: 1220px) {
  
  
}
/* AJOUT ALEX ETAT INTERMEDIAIRE*/
@media (max-width: 900px) { 
.intro_titre{	
	font-size:80px;		
	line-height:65px;	
}

}
/* BORDURE POUR PETITS ECRANS ajout*/
@media (max-width: 767px) {  
.intro_titre{	
	font-size:70px;		
	line-height:55px;

}
}
@media (max-width: 480px) {  
.intro_titre{
	font-size:50px;		
	line-height:42px;	

}
}