@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;
}

.interrogation {
	width: 25px;
}

/*--------------------------HEADER-----------------------------*/
body {
	max-width: 1200px;
	margin: 0 auto;
	background-image: url(../image/backgroundwebsite.jpg);
	background-size: 255vh;
	background-repeat: no-repeat;
	background-position: center 0;
}

.titleHeader h1,
.titleHeader h2 {
	text-shadow: 0px 0px 10px #ffffff;
}

.mobilMenu {
	display: none;
}

#Burger {
	display: none;
}

.fa-circle-xmark {
	display: none;
}

main section {
	margin-bottom: 100px;
}
#ourformation {
	/* Styles de la grille */
	.gridformation {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	/* Styles des filtres */
	#myBtnContainer {
		display: flex;
		justify-content: center;
		margin: 20px auto;
		gap: 20px;
		flex-wrap: wrap;
	}

	.btn {
		width: fit-content;
		padding: 20px;
		border-radius: 20px;
		color: white;
		background-color: #00a99e;

		&:hover {
			background-color: #ddd;
			color: black;
		}

		&.filteractive {
			background-color: #8064a2;
			color: white;
		}
	}

	/* Styles des cartes de formation */
	.theformation {
		display: none;
		position: relative;
		height: 350px;
		width: 270px;
		margin: 10px;
		border-radius: 25%;

		&.show {
			display: flex;
		}
	}

	.thetextformation {
		display: flex;
		border-radius: 20%;
		flex-direction: column;
		justify-content: flex-end;
		background-color: #3333338c;
		position: absolute;
		height: 100%;
		width: 100%;
		bottom: 0;
		padding: 10%;
	}

	.date {
		position: absolute;
		z-index: 1;
		font-size: 20px;
		background-color: #333333;
		padding: 10px;
		border-radius: 0 0 20% 20%;
		top: 0;
		left: 60%;
	}

	.satisfaction {
		position: absolute;
		top: -10%;
		left: -12%;
		width: 100px;
		transform: rotate(-15deg);
	}

	.bgforma {
		border-radius: 20%;
		width: 100%;
		object-fit: cover;
	}

	/* Styles des textes */
	h3 {
		font-family: "Bebas Neue", Arial, sans-serif;
		font-weight: 400;
		font-size: 40px;
		color: white;
		text-shadow: 1px 5px 2px rgba(0, 0, 0, 0.45);
		z-index: 2;
	}

	p {
		font-family: "Roboto", Arial, sans-serif;
		font-weight: 400;
		font-size: 15px;
		line-height: 26px;
		color: #ffffff;
	}

	/* Styles des boutons */
	button {
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: "Inter", Arial, sans-serif;
		font-weight: 700;
		font-size: 22px;
		line-height: 27px;
		color: #ffffff;
		width: 100%;
		max-height: 60px;
		background-color: transparent;
		border: 1px solid #ffffff;

		img {
			width: 25px;
			margin-right: 8px;
		}

		&:hover {
			cursor: pointer;
			box-shadow: 0px 3px 21px 5px rgba(255, 255, 255, 0.296);
			background-color: rgba(255, 255, 255, 0.245);
		}
	}

	.undefinedButton:hover {
		cursor: default;
		box-shadow: none;
		background-color: unset;
	}

	/* Media Queries */
	@media screen and (max-width: 890px) {
		.gridformation {
			justify-content: space-around;
		}

		.satisfaction {
			width: 70%;
		}

		.theformation {
			width: 300px;
			height: auto;
			aspect-ratio: 27 / 35;
		}

		#myBtnContainer {
			flex-wrap: wrap;
			justify-content: space-around;
		}
	}

	@media screen and (max-width: 660px) {
		.theformation {
			width: 100%;
			height: auto;
			aspect-ratio: 27 / 35;
		}

		.satisfaction {
			top: 0;
			left: 0;
			width: 70%;
			transform: translate(-10%, -20%) rotate(-15deg);
		}

		.date {
			font-size: 48px;
			padding: 20px;
		}
	}
}

main h2 {
	font-family: "Bebas Neue", Arial, sans-serif;
	font-size: 55px;
	color: #00a99e;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin-bottom: 60px;
}

header {
	height: 100%;
	min-height: 80vh;
	margin-bottom: 18vh;
}

.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((35vw / 1536) * 100);
	height: 50px;
}

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

.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", Arial, sans-serif;
	font-size: 24px;
}

.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);
}

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

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

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

ul li {
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: "Bebas Neue", sans-serif;
	font-size: 24px;
}

i {
	margin-right: 5px;
	width: 20px;
}

.titleHeader {
	margin: 95px 0 0 43px;
	color: #00a99e;
	font-family: "Bebas Neue", Arial, sans-serif;
}

.titleHeader h1,
.titleHeader h2 {
	font-size: 65px;
	font-weight: 400;
	line-height: 90%;
}

.titleHeader .soustitreheader {
	width: 30%;
	padding: 12px 0px;
	min-height: 25vh;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.titleHeader .soustitreheader h3 {
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
}

/*----------------------------------------------------------------CATEGORIE FORMATIONS----------------------------------------------------------------*/
.ourformationbtn {
	width: 176px;
	height: 40px;
	background-color: #8064a2;
}

.ourformationbtn a {
	color: white;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 30px;
	text-align: center;
}

.horizontal-shake {
	animation: horizontal-shaking 5s infinite;
}

@keyframes horizontal-shaking {
	0% {
		transform: translateX(0);
	}

	34% {
		transform: translateX(0);
	}

	37% {
		transform: translateX(5px);
	}

	40% {
		transform: translateX(-5px);
	}

	43% {
		transform: translateX(5px);
	}

	46% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(0);
	}
}

#ourformation {
	margin-top: 16px;
}

#ourformation h2 {
	color: white;
	margin-bottom: 35px;

	text-shadow: 0px 0px 5px #595959;
}

.task {
	height: 200px;
}

.CategoryFormation {
	display: flex;
	justify-content: space-between;
	color: #00a99e;
}

.CategoryFormation h3 {
	font-family: "Bebas Neue", Arial, sans-serif;
	font-weight: 500;
	font-size: 28px;
	text-transform: uppercase;
}

.CategoryFormation div {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
}

.CategoryFormation .categoryActive {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.CategoryFormation i {
	position: absolute;
	color: white;
	font-size: calc((100vw / 1536) * 100);
	width: 100px;
}

/*----------------------------------------------------------------TOP FORMATION----------------------------------------------------------------*/
.topFormation {
	display: flex;
	justify-content: space-between;
}

.topFormationDiv {
	position: relative;
	width: 385px;
	height: 325px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 20px;
	padding: 90px 10px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.topFormationDiv h3 {
	font-family: "Bebas Neue", Arial, sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: white;
	text-shadow: 1px 5px 2px rgba(0, 0, 0, 0.45);
}

.topFormationDiv p {
	font-family: "Roboto", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;

	color: #ffffff;
}

.topFormation button {
	display: flex;
	align-items: center;
	justify-content: center;

	font-family: "Inter", Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	color: #ffffff;
	width: 202px;
	height: 44px;
	background-color: #d9d9d900;

	border: 1px solid #ffffff;
}

.topFormation button:hover {
	cursor: pointer;
	box-shadow: 0px 3px 21px 5px rgba(255, 255, 255, 0.296);
	background-color: rgba(255, 255, 255, 0.245);
}

.topFormation button img {
	margin-right: 8px;
}

.topFormationDiv .tj {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333333;
	position: absolute;
	top: 0;
	right: 10%;
	width: 102px;
	height: 80px;
	border-radius: 0px 0px 10px 10px;
	font-family: "Roboto", Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 47px;
}

.FormEntreprise {
	background-image: linear-gradient(
			rgba(53, 159, 147, 0.5),
			rgba(53, 159, 147, 0.7)
		),
		url(../image/elegant-businesswoman-standing-office-with-digital-tablet.jpg);
}

.FormHabiliationE {
	background-image: linear-gradient(
			rgba(137, 7, 85, 0.5),
			rgba(137, 7, 85, 0.7)
		), url(../image/eletricformation.jpg);
}

.FormClim {
	background-image: linear-gradient(
			rgba(217, 120, 10, 0.5),
			rgba(217, 120, 10, 0.7)
		), url(../image/full-shot-man-climbing-ladder.jpg);
}

.allFormation {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-column-gap: 77px;
	grid-row-gap: 63px;
	width: 100%;
	max-width: 1200px;
}

.OtherFormation {
	background: #d9d9d9;
	border-radius: 15px;
}

.OtherFormation p {
	font-family: "roboto", Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	border-radius: 15px 15px 0 0;
	line-height: 40px;
	margin: 0 0 15px 0;
}

.OtherFormation p:first-child {
	background-color: #00a99e;
	color: white;
}

.OtherFormation a {
	height: auto;
	width: auto;
	font-size: 20px;
	font-family: "roboto", Arial, sans-serif;
	color: #8064a2;
}

/*--------------------------METHODES-----------------------------*/
#linkFormation {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #00a99e;
	margin-top: 25px;
}

#videoCalque {
	position: relative;
	width: 625px;
	height: 278px;
}

#videoCalque img {
	position: absolute;
}

#videoCalque img:first-child {
	width: 170px;

	bottom: 10px;
	left: 0;
	z-index: -1;
}

#videoCalque img:last-child {
	width: 105px;

	z-index: 1;
	bottom: 0;
	right: 0;
}

#videoCalque video {
	position: absolute;
	top: 0;
	right: 21px;
	z-index: 0;
	height: 264px;
	width: 514px;
	object-fit: cover;
}

#imageCalque {
	position: relative;
	width: 625px;
	height: 278px;
}

#imageCalque img:first-child {
	width: 170px;
	transform: scale(-1, 1);
	bottom: 10px;
	right: 0;
	z-index: -1;
}

#imageCalque img:last-child {
	width: 105px;

	transform: scale(-1, 1);
	z-index: 1;
	bottom: 0;
	left: -16px;
}

#imageCalque img {
	position: absolute;
}

#imageCalque .image {
	top: 0;
	left: 20px;
	z-index: 0;
	height: 264px;
	width: 514px;
	object-fit: cover;
}

#Nosmethodes article:last-child {
	margin-top: 120px;
}

#Nosmethodes article {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#Nosmethodes article:last-child {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}

#Nosmethodes article .txtt {
	align-self: flex-start;
	width: 45%;
}

#Nosmethodes article:last-child .txtt {
	display: flex;
	flex-direction: column;
	align-items: flex-end;

	width: 45%;
}

#Nosmethodes article .txtt p {
	margin-bottom: 25px;
	align-self: flex-start;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: #00a99e;
}

#Nosmethodes article:last-child {
	text-align: right;
}

#Nosmethodes article .txtt button {
	display: flex;
	padding: 0 4%;
	align-items: center;
	justify-content: space-between;

	width: 243px;
	height: 53px;
	background: #8064a2;
	font-family: "Inter", Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;

	text-transform: uppercase;

	color: #ffffff;
}

#Nosmethodes article .txtt button:hover {
	cursor: pointer;
}

.Qualiopi {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*--------------------------QUALIOPI-----------------------------*/
.Qualiopi img {
	width: 515px;
}

/*--------------------------FOOTER-CONTACT-----------------------------*/
footer {
	width: 100vw;
	max-width: 100%;
	background-image: url(../image/backgoungC.jpg);

	background-repeat: no-repeat;
	background-position: center 0;

	position: absolute;
	left: 0;
}

#contactdeux {
	margin: 0 auto;
	max-width: 1200px;
}

#contactdeux .flex {
	display: flex;
	justify-content: space-between;
}

#contactdeux .form {
	background-color: #8064a2;
	width: 350px;
	height: 755px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 31px 40px 61px 40px;
	width: 350px;
	color: white;
	overflow: hidden;
}

#contactdeux .form :where(input, textarea, select) {
	padding: 10px 15px;
	font-family: "Roboto", sans-serif;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 5px;
}

#contactdeux .form label {
	font-family: "Bebas Neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
}

#contactdeux .form #submit {
	width: 100px;
	background: #00a99e;
	font-family: "Bebas Neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: white;
}

#contactdeux .textC {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 55px;
}

#contactdeux h2 {
	font-family: "Bebas Neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 55px;
	line-height: 66px;
	text-align: center;
	color: white;
	margin: 20px 0;
}

#contactdeux h3 {
	font-family: "Bebas Neue", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: white;
}

.Question {
	background-color: #cccccc;
	margin-bottom: 55px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	transition-duration: 500ms;
}

.question {
	padding: 12px 16px 20px 10px;
	width: 795px;
	height: 100%;
}

.question:hover {
	cursor: pointer;
}

.reponse {
	padding: 12px 16px 20px 10px;
	width: 795px;
}

.Question p:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reponse {
	display: none;
}

/*--------------------------FOOTER FOOTER-----------------------------*/
.information {
	max-width: 1400px;
	margin: auto;

	display: grid;

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

.backgroundFoot {
	background-color: #333333;
	padding: 50px 10px;
	height: 400px;
	margin-top: 75px;
}

.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", sans-serif;
	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 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;
}

@media screen and (min-width: 1536px) {
	.topHeader .qualiopi {
		font-size: 38px;
	}

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

	.navList li a {
		font-size: 25px;
	}
}

@media screen and (max-width: 1200px) {
	.topFormationDiv {
		width: 30vw;
		height: 470px;
		padding: 40px 10px;
	}

	.topFormation button {
		width: auto;
	}
	.onlineInscription a {
		font-size: calc((50vw / 1536) * 100);
	}

	.topFormationDiv .tj {
		height: auto;
	}

	.reponse {
		width: 100%;
	}

	.flex {
		padding: 0px 15px;
	}

	#faq {
		width: 50vw;
	}

	.question {
		width: 50vw;
	}

	.information {
		background-color: #333333;
	}

	.backgroundFoot {
		height: 100%;
	}

	#infocontact {
		margin-bottom: 20px;
		width: 80%;
	}

	.information ul li,
	.information a {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1000px) {
	#Nosmethodes article,
	#Nosmethodes article:last-child {
		flex-direction: column-reverse !important;
		align-items: center;
		justify-content: space-evenly;
	}
	.task {
		width: 25vw;
		height: auto;
	}
	#Nosmethodes article .txtt,
	#Nosmethodes article:last-child .txtt {
		align-self: auto;
		text-align: center;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.navList li a {
		font-size: 18px;
	}

	#contactdeux .flex {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.topHeader .navList {
		height: fit-content;
		padding: 20px 20px;
	}
	.navList li {
		margin: 0 10px;
	}
}
@media screen and (max-width: 600px) {
	body {
		background-color: white;
		background-image: none;
		background-size: 100dvw;
		background-repeat: no-repeat;
		background-position: center 0;

		overflow-x: hidden;
		max-width: 100dvw;
	}

	.mobilMenu {
		display: block;
	}

	#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: 0px;
		right: 25px;
		font-size: 36px;
	}

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

	#Burger.cancel {
		display: none;
	}

	.rc-anchor-normal {
		width: 250px !important;
	}

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

	#Burger:hover {
		cursor: pointer;
	}

	#videoCalque {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	#videoCalque video {
		position: relative;
		margin: auto;
		top: 0;
		right: 0;
	}

	#videoCalque img:first-child,
	#videoCalque img:last-child,
	#imageCalque img:last-child,
	#imageCalque img:first-child {
		display: none;
	}

	header {
		height: 100%;
	}

	.Qualiopi img {
		width: 50vw;
	}

	html {
		max-width: 100vw;
		font-size: 1.4rem;
	}

	.task {
		width: 25vw;
	}

	.CategoryFormation h3 {
		font-size: 16px;
	}

	#ourformation {
		background-color: #333333;
	}

	.topFormation {
		flex-direction: column;
	}

	.topFormationDiv {
		width: 80vw;
		margin: 5px auto;
	}

	.allFormation {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 50px;
	}

	#videoCalque video {
		width: 99vw;
	}

	#Nosmethodes article {
		height: 100%;
		flex-direction: column-reverse;
	}

	#Nosmethodes article .txtt,
	#Nosmethodes article:last-child .txtt {
		text-align: center;
		width: 100%;
	}

	#Nosmethodes article .txtt button {
		margin: auto;
	}

	#Nosmethodes article:last-child {
		flex-direction: column-reverse;
		height: 100%;
	}

	#imageCalque {
		position: relative;
		display: flex;
		justify-content: center;
		width: 100%;
	}

	#imageCalque .image {
		width: 100%;
		top: inherit;
		left: inherit;
	}

	.reponse {
		width: 100%;
	}

	.flex {
		padding: 0px 15px;
		flex-direction: column;
	}

	#faq {
		width: 80vw;
		margin: auto;
	}

	.question {
		width: 100%;
	}

	#contactdeux .form {
		width: 80vw;
		margin: auto;
	}

	.topHeader {
		display: flex;
	}

	.topHeader #navWeb {
		display: block;
		width: 65vw;
		height: 100vh;
	}

	.topHeader a,
	.topHeader a:visited {
		color: white;
		font-size: 40px;
	}

	.topHeader .qualiopi {
		display: none;
	}

	.topHeader .navList {
		display: none;
	}

	.topHeader .navListC {
		display: none;
	}

	.topHeader #logo {
		grid-column: 2 / 8;
	}
	.information ul li,
	.information a {
		justify-content: center;
	}
	.information {
		background-color: #333333;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.information a {
		text-align: center;
		margin: auto;
	}
	.information img {
		width: 40%;
	}
	#infocontact {
		align-items: center;
	}
	#infocontact a {
		margin: 15px 0;
	}
	.backgroundFoot {
		height: 100%;
	}

	#infocontact {
		margin-bottom: 20px;
	}

	.information ul li,
	.information a {
		margin-bottom: 15px;
	}

	.CategoryFormation div {
		width: 25%;
	}

	#Croixicon {
		position: absolute;
		left: 20px;
		top: 20px;
		font-size: 22px;
		color: white;
		z-index: 3;
	}

	#Croixicon:hover {
		cursor: pointer;
	}

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