@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap");

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: initial;
}

body {
	max-width: 1200px;
	margin: 0 auto;
}
ul li {
	margin-bottom: 10px;
}

.mobilMenu {
	display: none;
}

.topHeader {
	margin: 18px 10px;
	background-color: white;
	height: 115px;
	display: grid;
	grid-template-columns: repeat(24, 1fr);
	grid-template-rows: 1fr 1fr;
	grid-row-gap: 20px;
}

.topHeader #logo {
	grid-column: 2 / 5;
	grid-row: 1 / 3;
}

.topHeader #logo img {
	width: 100%;
}

.topHeader #navWeb {
	grid-column: 6 / 25;
	grid-row: 1;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 70% 1fr;
	text-align: center;
}

.navList li a {
	font-size: calc((25vw / 1536) * 100);
}

.topHeader .navList {
	padding: 0 18px;
	grid-column: 1;
	display: flex;
	justify-content: space-between;
	background-color: #cccccc;
}

.topHeader .qualiopi a{
	grid-column: 2;
	background-color: #f8921d;
	font-size: calc((38vw / 1536) * 100);
	height: 50px;
}

.topHeader .navListC {
	display: grid;
	background-color: white;
	grid-template-columns: 25% 10% 1fr;
	column-gap: 20px;
	height: 100%;
}

.topHeader ul {
	list-style: none;
}

.topHeader a,
.topHeader a:visited {
	text-decoration: none;
	color: black;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topHeader .topBar {
	grid-column: 10 / 24;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	height: 115px;
}

.topHeader #navContact {
	grid-column: 8 / 25;
	grid-row: 2;
	text-align: center;
}

.topHeader ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Bebas Neue";
	font-size: 24px;
	margin-bottom: 0;
}

.topHeader #contact {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	justify-content: center;
	font-size: 20px;
}

.topHeader #contact a {
	color: #00a99e;

	text-decoration: none;
}

.topHeader .faq a {
	padding: 0 10px;
	background-color: #8064a2;
	color: white;
	height: 50px;
	font-size: calc((32vw / 1536) * 100);
}

.topHeader .onlineInscription a {
	background-color: #00a99e;
	font-family: "Bebas Neue";
	font-size: calc((40vw / 1536) * 100);
	color: white;
}

.topHeader i {
	margin-right: 5px;
}

/*---------------------- FOOTER---------------------*/ /*
footer .backgroundFoot {
    width: 100vw;
    position: absolute;
    right: 0;
    margin-top: 75px;
    background-color: #333333;
    padding: 50px 10px;
}

.information {
    min-height: 300px;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 10% 75% 15%;
}

.information .cookies a {
    font-size: calc((16vw / 1536) * 100);
}

.information .cookies p {
    display: flex;
}

.information #infocontact {
    grid-column: 1;
    grid-row: 1/4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: calc((20vw / 1536) * 100);
}

.information a {
    height: auto;
    padding: 0;
    margin: 0;
}

#infocontact a {
    font-style: normal;
    font-weight: 700;
    font-size: calc((20vw / 1536) * 100);
}

.information ul {
    grid-column: auto;
    grid-row: 2;
}

.information div:last-child {
    grid-column: 2/5;
    grid-row: 3;
}

.information .fa-brands {
    font-size: calc((30vw / 1536) * 100);
}

.information ul li,
.information a {
    justify-content: flex-start;
    color: white;

}
.information ul li,
.information i{
margin-bottom: 10px;
margin-left: 20px;}
#infocontact a{
    margin: 10px;
}
*/
.information {
	max-width: 1400px;
	margin: auto;

	display: grid;

	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 9% 80% 9%;
}

footer .backgroundFoot {
	width: 100vw;
	max-width: 100%;
	position: absolute;
	right: 0;
	margin-top: 75px;
	background-color: #333333;
	padding: 50px 10px;
}
.information a {
	height: auto;
	padding: 0;
	margin: 0;
}

#infocontact {
	grid-column: 1;
	grid-row: 1 / 5;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	width: 80%;
}

#infocontact a {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
}

.information ul {
	grid-column: auto;
	grid-row: 2;
}
.information ul li {
	font-family: "Bebas Neue";
}

.information div:last-child {
	grid-column: 2 / 5;
	grid-row: 3;
}

.information .fa-brands {
	font-size: 30px;
}

.information ul li,
.information a {
	justify-content: flex-start;
	color: white;
	list-style: none;
}
.information a {
	text-decoration: none;
	font-size: 16px;

	width: 100%;

	display: flex;
	align-items: center;
}
@media screen and (min-width: 1536px) {
	.navList li a {
		font-size: 25px;
	}

	.information .fa-brands {
		font-size: 30px;
	}

	#infocontact a {
		font-size: 20px;
	}

	.topHeader .faq a {
		font-size: 32px;
	}

	.information #infocontact {
		font-size: 20px;
	}

	.information .cookies a {
		font-size: 16px;
	}

	.topHeader .onlineInscription a {
		font-size: 40px;
	}

	.topHeader .qualiopi a{
		font-size: 38px;
	}
}

@media screen and (max-width: 1000px) {
	.navList li a {
		font-size: calc((30vw / 1536) * 100);
	}
}

@media screen and (max-width: 600px) {
	body {
		background-color: white;
		background-image: none;
		background-size: 100vw;
		background-repeat: no-repeat;
		background-position: center 0;
		overflow-x: hidden;

		max-width: 100vw;
	}

	.mobilMenu {
		display: block;
	}
	.topHeader #logo {
		grid-column: 2 / 8;
	}
	#BurgerMenu {
		height: 100%;
		width: 250px;
		position: fixed;
		z-index: 1;
		top: 0;
		right: -250px;
		background-color: #000000c5;
		padding-top: 60px;
		transition: right 0.5s ease;
	}

	#BurgerMenu a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #ffffff;
		display: block;
		transition: 0.3s;
	}

	#BurgerMenu.active {
		right: 0px;
	}

	#BurgerMenu.close {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
	}

	#Burger.active {
		display: inline-block;
	}

	#Burger.cancel {
		display: none;
	}

	#Burger {
		display: block;
		position: absolute;
		right: 20px;
		font-size: 22px;
		color: #00a99e;
	}

	#Burger:hover {
		cursor: pointer;
	}

	.topHeader #navWeb,
	.topHeader #navContact {
		display: none;
	}
	.information {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.information ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.information ul li {
		margin-bottom: 15px;
		width: fit-content;
	}
	.information ul li a {
		margin-bottom: 15px;
	}

	#infocontact {
		display: flex;
		align-items: center;

		flex-direction: column;
		margin-bottom: 20px;
		text-align: center;
	}
	#infocontact img {
		width: 40%;
	}

	.information .cookies a {
		font-size: 12px;
		flex-wrap: wrap;
	}
	#infocontact a {
		font-size: 20px;
		width: fit-content;
		margin: 15px 0;
	}
	.information a {
		margin-left: 0px;
	}
	.information i {
		margin-left: 20px;
	}
}
