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

@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Charlotte';
src: url('typo/Charlotte-Southern.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}


body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto'; 
	font-size: 16px;
	/*line-height: 1.1em;*/
	background-color: #ffffff;
}


/* TYPO ------------------------------------ */
p{ margin: 0; padding: 0; }
.titreH1{
	font-family: 'Charlotte';
	font-size: 3.5em;
	line-height: 0.6em;
	font-weight: normal;
	color: #89b308;
	position: relative;
	float: left;
	clear: both;
	margin: 15px 0 10px 0;
	text-align: center;
}
.sstitreH1{
	width:100%; display: inline-block; 
	border-top: 1px solid #89b308;
	color:#955400;
	font-size: 0.35em;
	font-weight: 100;
	font-family: 'Roboto';
	text-align: center;
}

.vert{ color:#89b308; }
.marron{ color:#955400; }
/* ---------------------------------------- */

/* BOUTONS -------------------------------- */
.boutonTransparent{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 5;
}
/* --------------------------------------- */

.back{
	width: 100vw;
	height: 100vh;
	background-image: url("img/fd-travaux.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.central{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.logoP{
	width: 250px;
	height: 200px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #89b308;
	position: relative;
	float: left;
	z-index: 2;
}
.zoneLogoCoin{
	width: 100%;
	max-height: 140px;
	position: relative;
	float: left;
}
.zoneLogoCoin img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.villeLogoCoin{
	font-size: 0.8em;
	color: #955400;
}

.accroche{
	background-color: rgba(255,255,255,0.7);
	border-radius: 8px;
	position: relative;
	margin: 20px 0;
	padding: 20px;
}

.coord{
	width: 250px;
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap:5px;
	position: relative;
	float: left;
	z-index: 2;
}
.telCtCoin{
	width: calc(100% - 20px);
	background-color: #955400;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	border-radius: 8px;
	position: relative;
	float: left;
}
.emailCtCoin{
	width: calc(100% - 20px);
	background-color: #955400;
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	padding: 5px 0;
	border-radius: 8px;
	position: relative;
	float: left;
}
.ligneReseauCtCoin{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	float: left;
}
.rondReseauCtCoin{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffffff;
	border:1px solid #89b308;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	float: left;
	overflow: hidden;
}
.rondReseauCtCoin img{
	object-fit: contain;
	width: 80%;
	height: 80%;
}


@media screen and (max-width: 1279px){
	.titreH1{
	font-size: 2.7em;
	}
	.back{
	background-image: url("img/fd-travaux-moy.webp");
	}
	.accroche{
	margin: 10px 0;
	}
}
