/* =======================================================
*
* 	Template Tokyo - Un design Equation Web 
*
*   Equation Web - Agence Web à Rennes
*   Mail : hello@equation-web.bzh
*   Tel : 02 30 96 11 11
*
*   Le design du site web est basé sur un modèle fourni par freehtml5.co,
*	adapté par Equation Web protégés par le droit d'auteur.
*
* ======================================================= */

/* Template version EW : 1.0 */

/*** COULEURS ***/
/* Couleur principale : #173054 */
/* Couleur principale - Exergue : #274063 */
/**/



.ew_tokyo .index_carrousel .slide {
	width:100%;
	height:100vh;
	max-height:100vw;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	background-color:#000000;
	color:#ffffff;
	}
	
.ew_tokyo .index_carrousel .slide.overlay:before {
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
	background:linear-gradient(#3f3f3f, #000000);
	opacity:35%;
	}
	
.ew_tokyo .index_carrousel .slide .slide_contenu {
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);
	text-align:center;
	width:100%;
	padding:50px;
	}
	
.ew_tokyo .index_carrousel .slide .slide_titre {
	font-size:3em;
	line-height:1.3;
	font-weight:300;
	margin:20px 0;
	animation: animate_tokyo 1.5s;
	}
	
.ew_tokyo .index_carrousel .slide .slide_sous_titre {
	font-size:1.4em;
	line-height:1.5;
	margin:20px 0;
	animation: animate_tokyo 1.5s
	}
	
.ew_tokyo .index_carrousel .slide .slide_image img {
	width:70% !important;
	height:fit-content !important;
	margin:auto;
	animation: animate_tokyo 1.5s;
	}
	
.ew_tokyo .index_carrousel .slide .slide_btn {
	font-size:1.1em;
	margin:10px 0;
	display:inline-block;
	animation: animate_tokyo 1.5s;
	}
	
.ew_tokyo .index_carrousel .owl-controls {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	}
	
@media (max-width: 750px) {
	.ew_tokyo .index_carrousel .slide .slide_image img {
		width:85% !important;
		}
	}
	
@media (max-width: 550px) {
	.ew_tokyo .index_carrousel .slide .slide_contenu {
		padding:25px;
		}
		
	.ew_tokyo .index_carrousel .slide .slide_image img {
		width:100% !important;
		}
	}