@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);
}

.section-header {
	text-align: center;
}

.section-header {
	/*width: 500px;*/
	color: #40407a;
	margin: 10px auto;
	line-height: 1.5;
}

.section-title {
	font-size: 2.5rem;
}

.line {
	width: 260px;
	background: #2c2c54;
	height: 3px;
	margin: auto;
}

.line span {
	display: block;
	width: 140px;
	height: 4px;
	background-color: #f39c12;
	margin: auto;
	position: relative;
	bottom: 0.5px;
}

#frate-title {
	margin: auto;
	width: 50%;
	color: #f7d794;
	background: #303952;
	font-size: 3rem;
	border-radius: 10px 60px 10px;
}

.fraternidad {
	margin-top: 30px;
	padding: 15px;
	font-size: 1.4rem;
	margin-bottom: 50px;
}

.schema-gpm {
	background: #303952;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 40px 0;
}

/*Debut schemas flèche*/
.dessin-head {
	background-color: #596275;
	padding: 10px;
	margin: auto;
	width: 40%;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	color: #fff;
	border-radius: 60%;
	font-size: 26px;
}

.global-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contenu-tableau {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mpi {
	background-color: rgba(241, 144, 102, 0.5);
	color: #fff;
}

#fk {
	background-color: rgba(241, 144, 102, 0.5);
	color: #fff;
}

#es {
	background-color: rgba(120, 111, 166, 0.5);
	color: #fff;
}

#ekf {
	background-color: rgba(120, 111, 166, 0.5);
	color: #fff;
}

.left {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 80px;
	margin-right: 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
}

.right {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 80px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
}

.right a {
	color: #fff;
	text-decoration: none;
}

.left, .right {
	font-size: 22px;
	font-weight: 700;
}

.left-l {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 80px;
	margin-right: 20px;
	text-align: center;
	background-color: yellow;
	border-radius: 5px;
}

.left-arrow {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 80px;
	margin-right: 20px;
	text-align: center;
	border-radius: 5px;
}

.right-arrow {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	height: 80px;
	text-align: center;
	border-radius: 5px;
}
/*Flèche verticale*/

.arrow-l {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
}

.arrow-l {
	background: rgba(255, 255, 255, 0.5);
	width: 0.4em;
	height: 3.8em;
	margin-right: 1em;
	position: relative;
	transition: all 0.2s;
}

.arrow-l::before,
.arrow-l::after {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.5);
	width: 0.4em;
	height: 0.8em;
	right: 0;
	bottom: 0;
}

.arrow-l::before {
	transform: rotate(45deg);
	transform-origin: right bottom;
}

.arrow-l::after {
	transform: rotate(-45deg);
	transform-origin: left bottom;
}


.arrow-r {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
}

.arrow-r {
	background: rgba(255, 255, 255, 0.5);
	width: 0.4em;
	height: 3.8em;
	margin-right: 1em;
	position: relative;
	transition: all 0.2s;
}

.arrow-r::before,
.arrow-r::after {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.5);
	width: 0.4em;
	height: 0.8em;
	right: 0;
	bottom: 0;
}

.arrow-r::before {
	transform: rotate(45deg);
	transform-origin: right bottom;
}

.arrow-r::after {
	transform: rotate(-45deg);
	transform-origin: left bottom;
}

/*Fin flèche*/

.missio {
	background: cornsilk;
	padding: 15px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}



.bloc-gpm {
	background: rgba(204, 174, 98, 0.3);
	padding: 15px;
}


.mpi {
	margin-bottom: 60px;
}

.mpi-flex {
	background: #d1ccc0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	box-shadow: 0 0 3px #0e0d0d5e;
}

.mpi-flex img {
	margin-right: 30px;
}

.mpi-flex p {
	font-size: 1.3rem;
}

.mpi h2 {
	margin-bottom: 30px;
}

.logo-gpm {
	width: 10%;
}

.fk {
	background: #303952;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 5px;
}

.fk img {
	background: #f7f1e3;
	width: 80%;
	padding: 20px;
	border-radius: 5px;
	margin-top: 30px;
	box-shadow: 0 0 6px #0e0d0d5e;
}

@media only screen and (max-width: 1048px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	#frate-title {
		margin: auto;
		width: 100%;
		font-size: 2.5rem;
		border-radius: 5px 30px 5px;
	}

	.fraternidad {
		margin-top: 20px;
		padding: 10px;
		font-size: 1.18rem;
		margin-bottom: 30px;
	}

	.dessin-head {
		background-color: #596275;
		padding: 10px;
		margin: auto;
		width: 40%;
		height: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
		color: #fff;
		border-radius: 60%;
	}

	.dessin-head h2 {
		font-size: 1.5rem;
	}

	.left, .right {
		font-size: 1.1rem;
		font-weight: 700;
	}

	.mpi h2 {
		font-size: 1.7rem;
	}

	.mpi-flex p {
		font-size: 1.18rem;
	}

	.mpi h2 {
		margin-bottom: 15px;
	}

	.mpi-flex img {
		width: 30%;
		margin-bottom: 15px;
	}

/*max 800*/

@media only screen and (max-width: 800px) {
.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	#frate-title {
		margin: auto;
		width: 100%;
		font-size: 1.rem;
		border-radius: 5px 30px 5px;
	}

	.fraternidad {
		margin-top: 20px;
		padding: 10px;
		font-size: 1.18rem;
		margin-bottom: 30px;
	}

	.dessin-head {
		background-color: #596275;
		padding: 10px;
		margin: auto;
		width: 40%;
		height: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
		color: #fff;
		border-radius: 60%;
		font-size: 0.8px;
	}

	.left, .right {
		font-size: 0.9rem;
		font-weight: 700;
	}

	.mpi h2 {
		font-size: 1.7rem;
	}

	.mpi-flex p {
		font-size: 1.18rem;
	}

	.mpi h2 {
		margin-bottom: 15px;
	}

	.mpi-flex {
		display: flex;
		flex-direction: column;
	}

	.mpi-flex img {
		width: 30%;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 800px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	#frate-title {
		margin: auto;
		width: 100%;
		font-size: 2.5rem;
		border-radius: 5px 30px 5px;
	}

	.fraternidad {
		margin-top: 20px;
		padding: 10px;
		font-size: 1.18rem;
		margin-bottom: 30px;
	}

	.dessin-head {
		background-color: #596275;
		padding: 10px;
		margin: auto;
		width: 40%;
		height: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
		color: #fff;
		border-radius: 60%;
	}

	.dessin-head h2 {
		font-size: 1.5rem;
	}

	.left, .right {
		font-size: 1.1rem;
		font-weight: 700;
	}

	.mpi h2 {
		font-size: 1.7rem;
	}

	.mpi-flex p {
		font-size: 1.18rem;
	}

	.mpi h2 {
		margin-bottom: 15px;
	}

	.mpi-flex {
		display: flex;
		flex-direction: column;
	}

	.mpi-flex img {
		width: 30%;
		margin-bottom: 15px;
	}

/* max 600px*/
}
@media only screen and (max-width: 600px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	#frate-title {
		margin: auto;
		width: 100%;
		font-size: 1.rem;
		border-radius: 5px 30px 5px;
	}

	.fraternidad {
		margin-top: 20px;
		padding: 10px;
		font-size: 1rem;
		margin-bottom: 30px;
	}

	.dessin-head {
		background-color: #596275;
		padding: 10px;
		margin: auto;
		width: 40%;
		height: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
		color: #fff;
		border-radius: 60%;
		font-size: 0.8px;
	}

	.dessin-head h2 {
		font-size: 1.2rem;
	}

	.left, .right {
		font-size: 0.8rem;
		font-weight: 700;
	}

	.mpi h2 {
		font-size: 1.5rem;
	}

	.mpi-flex p {
		font-size: 1rem;
	}

	.mpi h2 {
		margin-bottom: 15px;
	}

	.mpi-flex {
		display: flex;
		flex-direction: column;
	}

	.mpi-flex img {
		width: 50%;
		margin-bottom: 15px;
	}

}

/*max 432px*/

@media only screen and (max-width: 432px) {
		.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	#frate-title {
		margin: auto;
		width: 100%;
		font-size: 1.4rem;
		border-radius: 5px 30px 5px;
	}

	.fraternidad {
		margin-top: 20px;
		padding: 10px;
		font-size: 0.8rem;
		margin-bottom: 30px;
	}

	.dessin-head {
		background-color: #596275;
		padding: 10px;
		margin: auto;
		width: 40%;
		height: 160px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
		color: #fff;
		border-radius: 60%;
	}

	.dessin-head h2 {
		font-size: 0.88rem;
	}

	.left, .right {
		font-size: 0.6rem;
		font-weight: 700;
	}

	.mpi h2 {
		font-size: 1.3rem;
	}

	.mpi-flex p {
		font-size: 0.9rem;
	}

	.mpi h2 {
		margin-bottom: 15px;
	}

	.mpi-flex {
		display: flex;
		flex-direction: column;
	}

	.mpi-flex img {
		margin-bottom: 15px;
	}

}