@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;
}

h2.kahushian_titles{
	font-family: "Kaushan Script", Sans-serif;
	font-size: 40px;
	/*font-weight: 400;*/
	color: #ffe586 !important;
	text-align: center;
}

h3{
	font-family: 'Oswald', sans-serif;
	color: #013740;
	font-size: 25px;
	padding-bottom: 20px;
}
.graph_subtitle_2{
	padding-bottom: 20px;
}


p, ul, li{
	color: white;
	font-size: 22px;
}
.global_content{
	margin: 100px 10% 50px 10%;
}
.global_content_with_back{
	margin: 50px 5% 50px 5%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}
.global_content_with_back h1,
.global_content_with_back h2{
	text-align: center;
}

.intro_pages{
	display: flex;
	flex-direction: row;
	align-items: center;
	/*margin: 50px 0;*/
	background-size: cover;
	background-position: center;
	/*height: 500px;*/
}
.intro_bar{
	display: block;
	width: 100px;
	height: 2px;
}
.intro_text{
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	color: #002126;
	margin: 0;
	width: 100%;
	/*height: 100%;*/
	padding: 75px 50px;
	line-height: 24px;
	font-size: 22px;
	background: linear-gradient(90deg,
		rgba(0, 144, 159, 0.8) 0%,
		rgba(137, 207, 199, 0.8) 100%);
}
.intro_text a{color: #013740;}
.intro_text a:hover{font-weight: bold;}

.intro_pic{
	width: 50%;
	background-color: #013740;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.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: 130px;
	border-bottom: 2px solid #89cfc7;
	background-color: #013740 !important;
	z-index: 100000;
}

.navbar-nav{
	justify-content: space-between;
	width: 80%;
}

/*Bouton HEADER Observatoire WW*/
.nav-link-ww{
	display: flex;
	justify-content: center; /* Centre horizontalement (X) */
	align-items: center;
	line-height: 22px;
	width: 180px;
	height: 60px;
	background-color: #89cfc7;
    color: #013740 !important;
	font-family: "Oswald", sans-serif;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	transition: all 0.2s;
	text-decoration: none;
}

.nav-link-ww.active-btn {
    background-color: #ffe586 !important; /* Couleur de fond quand actif */
    color: #013740 !important;           /* Couleur du texte quand actif */
}
/*Bouton HEADER Observatoire WW*/


/*Bouton HEADER autres*/
.nav-link{
	display: flex;
	justify-content: center; /* Centre horizontalement (X) */
	align-items: center;
	line-height: 22px;
	width: 180px;
	height: 60px;
	border: 3px solid #89cfc7;
    color: #89cfc7 !important;
	font-family: "Oswald", sans-serif;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	transition: all 0.2s;
	text-decoration: none;
}

.nav-link.active-btn {
	border: 4px solid #ffe586; 
    color: #ffe586 !important;
}
/*Bouton HEADER autres*/

.nav-link-sub{
	margin: 15px auto 0 auto;
	display: block;
	width: 70%;
	height: 3px;
	background-color: #ffe586;
}

.nav-link:hover,.nav-link-ww:hover{
	width: 160px;
	height: 80px;
	margin: 0px 20px 0px 20px;
	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;
	padding: 150px 0px;
}
.title_area h1, .title_area h2{
	text-shadow: black 0px 0 10px;
}

.index_img_section {
	margin: 50px 0 50px 0;
	display: flex;
	flex-direction: row;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 20px;
}

.index_img_section_text{
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index_img_section p,
.index_img_section h2,
.index_img_section ul,
.index_img_section li
{
	color: #013740 !important;
}
.index_img_section img{
	width: 100%;
	max-width: 700px;
	height: inherit;
	max-height: 700px;
	border-radius: 20px;
}
.index_titles_waves{
	width: 150px !important;
	margin: 20px auto !important;
}

.question_mark_sections{
	display: flex;
}
.question_mark_sections img{
	width: 300px;
	height: 300px;
	margin: 25px;

}
/*GLOBAL*/






/*ACCUEIL*/
.home_key_numbers{
	display: flex;
	flex-direction: row;
}
.home_key_numbers_item{
	margin: 0 1% 0 1%;
	width: 20%;
	border-radius: 15px;
	border: 3px solid white;
	padding: 20px;
	text-align: center;
}
.home_key_numbers_item img{
	margin-bottom: 20px;
}
.home_key_numbers_item_title{
	color: white;
	font-size: 40px;
	font-family: "Kaushan Script";
}
.home_key_numbers_item_text{
	color: white;
	font-size: 20px;
	font-family: "GillSans";
	font-weight: bold;
}



.home_boxes{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom:50px;
	width: 80%;
}

.home_boxes>*{
	font-size: 20px;
	color: #013740;
	background-color: #89cfc7;
	border-radius: 20px;
	width: 200px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home_indicators{
	text-align: center;
	background-color: #48807f;
	color: white;
	margin: 0 auto 25px auto;
	padding: 25px;
	border-radius: 20px;
	width: 100%;
}

.home_indicators i{
	color: white !important;
}
.home_indicators h2{
	color: #ffe586 !important;
}
.home_indicators a{
	text-decoration: none;
	color: white;
}
.home_indicators a:hover{
	color: #ffe586;
}
/*ACCUEIL*/







/*GRAPHIQUES*/
.graph_box strong {font-size: 18px;}
.graph_box p {font-size: 18px;}
.g20_box{
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
	width: 75%;
	margin: 10px auto;
	padding: auto;
}
.g20_box img{
	width: 140px;
	border-radius: 500px;
}
.g20_box_right{
	margin-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.g20_amount{
	font-family: 'Kaushan Script';
	font-size: 25px;
}

#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 1% 15px 1%;
	padding: 25px;
	border-radius: 15px;
	width: 48%;
	/*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;
	font-size: 25px;
}

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;
	display: inline-block;
	width: 250px;
	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: #ffe586;
	text-align: center;
	margin: 5px 0 25px 0;
}

.footer_socials_section{
	display: flex;
	flex-direction: row;
}

.bi_footer{
	display: flex;
	justify-content: center;
	align-items: center;
}

.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;
	text-decoration: none;
}
.footer_socials:hover{
	background-color: #ffe586;
}

.sub_footer_supports{
	text-align: center;
	color: #002a31;
	display: flex;
	flex-direction: row;
	width: 100%;
}
.sub_footer_supports_phrase{
	font-size: 12px;
	color: #625d5d;
}
.sub_footer_supports_left{
	width: 50%;
	background-color: white;
	border-right: 1px solid #013740;
}
.sub_footer_supports_right{
	width: 50%;
	background-color: white;
}
.sub_footer_supports_pics{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.sub_footer_supports_pics>*{
	height: 100px;
}

.sub_footer_mentions{
	font-size: 15px !important;
	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*/