@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Serif+Display:ital@0;1&family=Frijole&family=Nunito:wght@400;700&family=Oswald:wght@200;300;400;500;600;700&family=Raleway&family=Timmana&display=swap');

@font-face {
	font-family: "DMSerif";
	src: url(./public/fonts/DMSerifDisplay-Regular.ttf);
}

footer {
	flex-shrink: 0;
	border-top: 1px dashed #000;
	width: 100%;
	background: #303952;
	color: #e2d3b4;
}

.contenu-footer {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 20px;
	padding: 50px 0 100px;
}

.bloc {
	width: 25%;
	margin: 0 30px;
}

/* contact */
.footer-contact h3, 
.footer-services h3,
.footer-formation h3,
.footer-medias h3 {
	font-size: 1.8rem;
	padding-bottom: 20px;
}


.footer-contact {
	/*background: red;*/
	/*margin-right: 80px;*/
	
}

.footer-contact p {
	padding: 15px;
}

.footer-contact p #mailto_gpm {
	color: #f19066;
	text-decoration: none;
	font-size: 1.2rem;
} 

.footer-contact p #mailto_gpm:hover {
	color: #000;
}

.liste-services,
.liste-formations,
.liste-medias  {
	font-size: 1.2rem;
	list-style-type: none;
}

/* Services */
.liste-services {
	position: relative;
	/*right: 40px;*/
}

.liste-services li {
	padding: 2px 0;
}

.liste-services a {
	text-decoration: none;
	color: #e2d3b4;
}

.liste-services a:hover {
	color: rgb(3, 3, 3);
}

.liste-medias {
	position: relative;
	/*right: 48px;*/
}

.liste-medias img {
	width: 40px;
	margin: 10px 10px;
}

 /* Formations */
.liste-formations {
	position: relative;
	/*right: 38px;*/
}

.liste-formations li {
	padding: 2px 0;
	font-size: 1.1rem;
}

.liste-formations a {
	text-decoration: none;
	color: #e2d3b4;
	display: flex;
	align-items: center;
}

.liste-formations a:hover {
	color: rgb(3, 3, 3);
}

 /* Medias */
.liste-medias a {
	text-decoration: none;
	color: #e2d3b4;
	display: flex;
	align-items: center;
	font-size: 25px;
}

/* Medias Query */
@media screen and (max-width: 1300px) {
	.contenu-footer {
		width: 700px;
		flex-wrap: wrap;
	}
	.bloc {
		width: 40%;
		margin: 0 0;
	}
	.bloc:nth-child(1),
	.bloc:nth-child(2) {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 800px) {
	.contenu-footer {
		width: 320px;
	}

		.footer-contact {
	margin-right: 40px;
}
	.bloc {
		width: 300px;
		margin: 30px 30px;
	}

	.bloc:nth-child(1),
	.bloc:nth-child(2) {
		margin-bottom: 30px;
	}
	.bloc:nth-child(1) {
		margin-top: 0;
	}
}