.header {
	background-image: url("assets/hero.jpeg");
	text-align: center;
	height: 45vw;
    background-size: cover;
	padding-top: 7vw;
}
.logo {
	max-width: 53vw;
	margin: auto;
}
.boxed {
	max-width: 70%;
	margin: auto;
}
.first_p {
	margin-top: -10vw;
}

/* FONTS */
h1 { 
	color: white;
	font-size: 2.3em;
 }
 h1, p, .button, h2 {
	font-family: 'Montserrat Alternates', sans-serif;
 }

h1, p {
	font-weight:400;
	line-height: 1.3em;
    letter-spacing: 1px;
}
h2, p { 
	color: #AC3086;
	text-align:center;
	font-size: 2.3em;
}
p.smaller { 
	font-size: 1.9em;
 }
p { font-size: 2.3em; }
h2 { font-size: 3em; }

.button1 {
	background: #AC3086;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 1.3em;
	border-radius: 25px;
	font-weight: 700;
	font-size: 1.2em;
}
/*BLOCS*/
.social {
	display: flex;
	justify-content: center;
	align-items: center;
}
.social img {
	height: 2em;
	padding: 1%;
}
.social p {
	font-size: 2em;
}
.social span {
	display: block;
	height: 2px;
	background: #AC3086;
	width:100%;
	margin-left: 1em;
	margin-right: 1em;
}
.pink {
	background: #EFE0ED;
	padding-top: 1em;
	padding-bottom: 2em;
	text-align:center;
}
.img {
	width: 100vw;
}
.button {
	width: 13.5em;
	height: 3em;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto;
	transition: .3s all;
}
.button:hover {
	transform: scale(1.05);	
	transition: .3s all;
}

.programme h2 { margin-bottom:0;}
.programme p { margin-top:0;}
img { max-width: 100vw;}
.deco {
	position: absolute;
    width: 11em;
    margin-top: -2em;
	left:0;
}
/* HORLOGE*/
.compteur {
	margin-bottom: 5em;
}
#horloge {
	display: flex;
}
#horloge .chiffre {
	width: 5em;
	position: relative;
	background: #AC3086;
	height: 6.6em;
	margin-right: 1em;
}

#horloge .remas {
	width: 100%;
	position: absolute;
	left: 0;
}

#horloge .interChiffre {
	color: white;
	font-size: 6em;
	text-align: center;
	font-family: 'Montserrat Alternates', sans-serif;
}
#horloge .virgule {
	margin-left: 1em;
}
#horloge .virgule::before {
	content: ",";
	font-size: 90px;
	font-family: 'Montserrat Alternates', sans-serif;
	line-height: 1.5em;
	letter-spacing: 2px;
	left: -1.5rem;
	position: absolute;
}
.jour {font-size: 1.2rem;
	font-style: italic;
	font-family: 'Montserrat Alternates', sans-serif;
	color: #AC3086;
}
	.bol {
		width: 95px;
		margin-bottom: -2.7em;
	}
	.atouts p {
		font-size: 1.9em;
		margin-bottom: 2em;
		margin-top: 2em;
	}
@media screen and (min-width: 700px) and (max-width: 1000px) {
	.boxed { max-width:90%;}
h1, p, .atouts p  {
	font-size: 1.6em;
}
h2 {
	font-size: 1.8em;
}
}
@media screen and (max-width: 399px) {
	#horloge { padding-left: 1em;}
	.compteur .flex {
		flex-wrap: wrap;
	}
	.bol { margin-top: 1em;}
}
@media screen and (max-width: 699px) {
	.atouts p {
		font-size: 1.2em;
	}
	p.smaller { font-size: 1.2em;}
	.jour { font-size: 1rem;}
	.deco { width: 5em;}
	.boxed { max-width:90%;}
	.header {
		height: 28vh;
		min-height: 23em;
		max-height: 50em;
		padding-top: 7vw;
	}
	h1 {
		padding: .4em;
	}
	h1, p {
		font-size: 1.2em;
	}
	h2 {
		font-size: 1.5em;
	}
	#horloge .chiffre {
		width: 3em;
		height: 3.95em;
	}
	#horloge .interChiffre {
		font-size: 3.3em;
	}
	.bol {
		width: 50px;
		margin-bottom: -1.7em;
	}
	#horloge .virgule::before {
		font-size: 56px;
	}
}

.flex { 
	display: flex;
	justify-content: center;
}
.logop { 
	width: 31%;
}
.logos {
	display: flex;
flex-wrap: wrap;
justify-content: center;
}
.separator {
	display: block;
	width: 2px;
	height: 2em;
	background: #AC3086;
	margin: auto;
}
@media screen and (min-width: 1000px) {
	.logop { 
		max-width: 12em;
	}
}
@media screen and (min-width: 700px) {
.footer {
	position: relative;
}
.footer p {
	position: absolute;
    color: white;
    text-align: center;
    width: 100vw;
    top: 30%;
}
}

.egal { 
	margin-bottom: 2em;
	justify-content: space-between;
    text-align: center;
	align-items: center;
}

.egal p{
	font-size: 1.5em!important;
	display: block;
	height: 4em;
	display: flex;
    align-items: center;
}

.egal b {
	display: block;
	width: 100%;

}

@media screen and (max-width: 767px) {
	.egal p{

		height: 5em;

	}
}
@media screen and (min-width: 768px) {
	.egal>div {
		width: 30%;
		text-align: center;
	}
	.deco1 {
		display: block;
		width: 2px;
		background: #AC3086;
		height: 4em;
	}
}

@media screen and (max-width: 767px) {
	.egal { flex-wrap: wrap;}
	.egal>div {
		width: 100%;
		text-align: center;
	}
	.deco1 {
		display: block;
		height: 2px;
		background: #AC3086;
		width: 4em;
		margin: auto;
	margin-top: 2em;
	}
}
@media screen and (max-width: 500px) {
	.social {
		flex-wrap: wrap;
		margin-bottom: 2em;
	}
	.social p {
		margin-bottom: 0!important;
	}
}