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

.introAccueil {
	display: flex;
	flex-direction: row;
	justify-content: center;
/*	background-color: salmon;*/
	width:80%;
	max-width:1366px;
	text-align: justify;
}

.textAccueil {
	width:40%;
}

.textePart {
	position:absolute;
	width:120%;
	z-index:3;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(20deg);
}

.partiesAccueil {
	position : relative;
	display: flex;
	width: 70%;
	max-width: 1366px;
	justify-content: space-around;
	margin-top:3%;
	margin-bottom:5%;
}

.partieVelo {
	position: absolute;
	z-index: 10;
	width : 40%;
	top : 450px;
	margin-right:100px;
}

.elementsAccueil {
	position: relative;
	width:30%;
}

#veloSmart {
	display: none;
}
#velo {
	display: block;
}

.btnAccueil {
	cursor: pointer;
}

.btnAccueil img {
	transition: all 400ms ease;

}

.btnAccueil img:hover {
	transform: rotate(-10deg);
}

.btnAccueil .imgPart img:hover {
	opacity:0.1;
}

.veloBorder {
	border: solid #FFF 0.5em;
	border-radius : 50%;
}

.elementsAccueil img {
	border-radius : 50%;
	width:100%;
	height:auto;
}


.titre-partieAccueil {
	position:absolute;
	color:#FFF;
	font-weight: 900;
	font-size:8em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	text-align:center;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.symboleAccueil {
	position:absolute;
	z-index: 2;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:98%;
}

.partieVelo .symboleAccueil {
	width:90%;
}

/**________________________________ POPUP ___________________________________________*/

.derniereMinute {
	display: flex;
	justify-content: center;
	align-items: center;
	width:350px;
	margin:0 auto;
	margin-bottom: 5em;
}

.chrono img {
	position: relative;
	left:3.5em;
	bottom: 0.5em;
	width:90%;
}

.texteDerniereMinute {
	background-color: rgba(65,141,141,0.5);
	color:#FFF;
	text-align: right;
	font-size:1.5em;
	font-weight:300;
	padding: 0.3em;
	line-height: 0.8em;
	width:100%;
	border-radius:0.5em;
	transition: all 0.5s ease;
	cursor: pointer;
}

#btnActivDM:hover {
	background-color: rgba(65,141,141,1);
}

.texteDerniereMinute span {
	text-transform: uppercase;
	font-weight:900;
}
