::selection { background: transparent; color:inherit; }
::-moz-selection { background: transparent; color:inherit; }

section{
	min-height: calc(var(--heightScreen)*0.9);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	width: 100vw;
}

h1{
	color: var(--peugeot_blue);
}

#sec_1{
	background-color: var(--peugeot_blue);
	justify-content: flex-end;
	min-height: var(--heightScreen);
}
#sec_2{
	background-color: var(--background2);
}
#sec_3{
	background-color: var(--background3);
}
#sec_4{
	background-color: var(--background4);
}

#service{
	color: var(--text_ebebeb);
	font-size: 2em;
	font-weight: 300;
	text-align: center;
}
#service p{
	margin: 0;
}
#service ul{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-align: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

#reparation:hover div{
	transform: scaleY(1);
	height: 150px;
}
#reparation div{
	font-size: 0.8em;
	transform: scaleY(0);
	transition: transform 1s, height 1s;
	height: 0px;
	margin-bottom: 15px;
	color: var(--lightslategray);
}
#reparation div p{
	font-size: 1.2em;
	transition: font-size 0.5s, color 0.5s;
}
#reparation div p:hover{
	font-size: 1.7em;
	color: white;
}
#reparation ul{
	height: 4em;
	line-height: 0;
	align-items: center;
}
#reparation li{
	width:auto;
	transform: rotate(-35deg);
	padding: 0;
	transition: transform 0.3s;
}
#reparation li:hover{
	transform: rotate(0deg);
}
#sec_2 table{
	width: 100%;
}

#sec_3 article{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
#sec_3 article div.white{
	width: 100%;
	margin-bottom: 20px;
}
#sec_3 img{
	max-width: 100%;
}

#sec_4 .flexligne{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#sec_4 div{
	margin: 15px 0px;
}
#sec_4 ul{
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0;
}
#sec_4 li.li-{
	width: 40px;
	text-align: center;
}
#sec_4 p{
	text-align: justify;
}

.entret h3:first-child{
	margin: 0;
}
.entret h3:nth-child(2){
	text-align: center;
}

.sep{
	padding-top: 30px;
}
.sep div{
	width: 0; 
	height: 0;
	margin: auto;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
}
#sep1{
	background-color: var(--peugeot_blue);
}
#sep1 div{
	border-bottom: 20vw solid var(--background2);
}
#sep2{
	background-color: var(--background2);
}
#sep2 div{
	border-bottom: 20vw solid var(--background3);
}
#sep3{
	background-color: var(--background3);
}
#sep3 div{
	border-bottom: 20vw solid var(--background4);
}

h2{
	color: var(--text_ebebeb);
	font-size: 3em;
	margin-bottom: 20px;
}

article{
	min-height: calc(var(--heightScreen)*0.8);
	width: 90vw;
	font-size: 1.3em;
}

.white{
	background-color: white;
	padding: 20px;
}
.white p{
	margin: 0;
}

.souligner:hover{
	color: var(--background4);
	text-decoration:underline;
}

footer{
	position: static;
}

.ebebeb{
	background-color: #ebebeb;
}

#form_rdv .fulllong{
	width: 100%;
}

#form_rdv .form-row{
	margin-bottom: 20px;
}

#form_rdv label{
	margin-bottom: 0;
}

#rdv_lst_inter{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#rdv_lst_inter .custom-checkbox{
	min-width: 200px;
}

#contactbutton{
	background-color: transparent;
	padding: 10px;
}