@font-face {
    font-family: 'GillSans'; /*a name to be used later*/
    src: url('fonts/Gill Sans.otf'); /*URL to font*/
}
@font-face {
    font-family: 'GillSansMedium'; /*a name to be used later*/
    src: url('fonts/Gill Sans Medium.otf'); /*URL to font*/
}

/*GLOBAL*/
body{
	background-image: url('images/ocean0-23.jpg');
	background-size: cover;
	background-attachment: fixed;
	font-family: "GillSans", sans-serif;
	padding-top: 100px;
}
h1{
	font-family: 'Oswald', sans-serif;
	color: white;
	font-size: 50px;

}

h2{
	font-family: 'Oswald', sans-serif;
	color: white;
	font-size: 30px;
}

p, ul, li{
	color: white;
	font-size: 20px;
}
.global_content{
	margin: 100px 10% 50px 10%;
}
.global_content_with_back{
	margin: 50px 10% 50px 10%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.3);
}

.intro_pages{
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #89cfc7;
	margin: 50px 0;
	background-size: cover;
	background-position: center;
}
.intro_bar{
	display: block;
	width: 100px;
	height: 2px;
}
.intro_text{
	color: #002126;
	margin: 0;
	width: 50%;
	padding: 50px;
	font-size: 20px;
	background: linear-gradient(90deg,
		rgba(0, 144, 159, 0.8) 0%,
		rgba(137, 207, 199, 0.8) 100%);
}

.intro_pic{
	width: 50%;
	height: 100px;
}
.intro_pic_img{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.graphs_section{
	margin: 50px 0 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navbar{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 160px;
	border-bottom: 2px solid #89cfc7;
	background-color: #013740 !important;
	z-index: 100000;
}

.nav-link{
	display: flex;
	justify-content: center; /* Centre horizontalement (X) */
	align-items: center;
	line-height: 22px;
	width: 220px;
	height: 60px;
	color: white !important;
	font-family: "Oswald", sans-serif;
	border-radius: 100px;
	text-align: center;
	font-size: 20px;
	margin: 10px 30px 10px 10px;
	padding: 10px 30px 10px 30px;
	transition: all 0.2s;
}
.nav-link:hover{
	width: 200px;
	height: 80px;
	margin: 0px 30px 0px 30px;
	padding: 20px 20px 20px 20px !important;
}

.donation_btn{
	border: 1px solid white;
	border-radius: 100px;
	padding: 10px 20px;
	font-family: "Kaushan Script", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: white;
	text-decoration: none;
	justify-content: center;
	margin: 10px;
	transition: all 0.2s;
}
.donation_btn:hover{
	background-color: #FFE585;
	border: 1px solid #FFE585;
	justify-content: center;
	color: #013740;
}


.title_area{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/*GLOBAL*/


/*GRAPHIQUES*/
.g20_box{
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}
.g20_box img{
	width: 100px;
	border-radius: 500px;
}
.g20_box_right{
	margin-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#g30_box{
	background-color: rgba(255, 255, 255, 0.9);
	margin: 15px;
	padding: 25px;
	border-radius: 15px;

}
.graph_box{
	background-color: rgba(255, 255, 255, 0.9);
	margin: 15px;
	padding: 25px;
	border-radius: 15px;
	width: 45%;
	/*min-height: 700px;*/
}

.graph_box strong{
	font-family: "GillSansMedium";
	color: #013740;
}
.graph_box p{

	color: black;
}
/*GRAPHIQUES*/
















/*FOOTER*/
footer{
	background-color: black;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: #013740;
	padding: 50px 0;
	text-align: center;
}

footer > *{
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}

footer h3{
	font-family: "Oswald";
	text-align: center;
	color: white;
	text-align: center;
}

footer ul{
	list-style: none;
	line-height: 2;
}

.footer-logo{
	margin-bottom: 50px;
}

.contact-link{
	border-radius: 100px;
	padding: 10px 20px;
	font-family: "Kaushan Script", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #013740;
	background-color: white;
	text-decoration: none;
	justify-content: center;
	margin-top: 50px;
	width: 200px;
	transition: all 0.2s;
}
.contact-link:hover{
	background-color: #ffe586;
}

.footer-links{
	padding: 0;
}

.footer-links a{
	color: white;
	text-transform: capitalize;
	text-decoration: none;
}
.footer-links a:hover{
	color: #ffe586;
}

.footer_separator{
	display: block;
	width: 75px;
	height: 2px;
	background-color: yellow;
	text-align: center;
	margin: 5px 0 25px 0;
}

.footer_socials_section{
	display: flex;
	flex-direction: row;
}

.footer_socials{
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px !important;
	height: 60px !important;
	border-radius: 100px !important;
	color: #013740;
	font-size: 30px;
	margin: 0 5px 0 5px;

}
.footer_socials:hover{
	background-color: #ffe586;
}

.sub_footer_supports{
	background-color: white;
	text-align: center;
	color: #002a31;
}
.sub_footer_supports_pics{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.sub_footer_supports_pics>*{
	width: 130px;
}

.sub_footer_mentions{
	background-color: #013740;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 5% 20px 5%;
}

.sub_footer_mentions a{
	text-decoration: none;
	color: white;
}
.sub_footer_mentions a:hover{
	color: #ffe586;
}
/*FOOTER*/