@import url('https://fonts.googleapis.com/css2?family=Chewy&display=swap&family=Source+Sans+Pro:wght@200;400;700&display=swap');

*, html, body, div, table, span, a {
	font-family: 'Source Sans Pro', sans-serif;
}
a,
a.btn.btn-link {
	color: #01b18b;
}
a:hover,
a.btn.btn-link:hover {
	color: #fabc02;
}
body{
	background-color:#01b18b;
}
.fontSerif {
	/*font-family: 'Bree Serif', serif;*/
	font-family: 'Chewy', cursive;
}
.textColor1 {
	color:#01b18b;
}
/* adminlte public part */
.content-wrapper {
	background-color: #ffffff;
}
.content-header h1 {
	font-weight: 100;
	padding-top: 0.2rem;
}
/* end adminlte public part */




/* global section paddings*/
section.content {
	padding-top:5em;
	padding-bottom:5em;
	background-color: #FFFFFF;

}
section.content.first {
	padding-top:30px;
}
section.content.no-padding {
	padding-top:0px;
	padding-bottom:0px;
}
section.content.gray{
	background-color: #F2F2F2;
}
section.content.color{
	background-color: #01b18b;
	color:#eeeeee;
}

section.content.light{
	/*background-color: rgba(248, 164, 0, 0.9);*/
	background-color: #b1f3e5;
}

section.content h1.section {
	font-family: 'Chewy', cursive;
	font-weight: 700;
	color:#fabc02;
	text-align: center;
	font-size:3rem;
	padding:0;
	margin:0;
	padding-bottom:1em;
	text-transform: uppercase;
}
section.content h1.subsection {
	font-family: 'Chewy', cursive;
	font-weight: 700;
	color:#01b18b;
	text-align: center;
	font-size:2.5rem;
	padding:0;
	margin:0;
	padding-bottom:0.3em;
	text-transform: uppercase;
}
section.content h2.section {
	font-weight: 100;
	text-align: center;
	font-size:2rem;
	padding:0;
	margin:0;
	padding-bottom:1em;
	text-transform: uppercase;
}
section.content h2.subsection {
	margin-top:-1em;
}
section.content h3.section {
	font-weight: 200;
	text-align: center;
	font-size:1.4rem;
	padding:0;
	margin:0;
	padding-bottom:1em;
	text-transform: uppercase;
}

section.content h2.subtitle {
	font-weight: 400;
	font-size:1.5rem;
	padding:0;
	margin:0;
	padding-bottom:0.3em;
	text-transform: uppercase;
	color:#fabc02;

}

section.content.color h1.section
{
	color: #ffffff;
}
section.content.light h1.section
{
	color: #fabc02;
}

section.content .soustitre {
	font-family: 'Chewy', cursive;
    font-weight: 700;
    color:#3663a8;
    font-size:3vh;
    text-transform: uppercase;
    line-height: 1.2em;
    /*padding-bottom:1em;*/
	padding-top:0.5em;
}
section.content .evidence {
	font-family: 'Chewy', cursive;
    font-weight: 700;
    color: #3663a8;
}
section.content.color .evidence {
	color: #ffffff;
}
section.content.light .evidence {
	color: #3663a8;
}

section.content ul li{
    padding-top:0.5em;
}


div.avantages .card-header {
	background-color: #01b18b;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

/* customise forms*/
.form-group label {
	font-size: smaller;
	margin-bottom: 0;
}

.form-group input::placeholder{
	font-size: smaller;
	color: #a6a6a6;
}

.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon{
	top:25px!important;
}
/* end customise forms*/

.container-full {
	width:100%;
}

.page-top-image {
	position:relative;
	min-height: 200px;
	height: 40vh;
	/*-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);*/
	z-index:1;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
}

/*
.page-top-image:before{
	content:"";
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	background-color:#000000;
	opacity:0.4;
}*/
.page-top-image .container .slogan {
	position: absolute;
	top: 70%;
	left: 50%;
	max-width:90%;
	transform: translateX(-50%) translateY(-70%);
	width:100%;
	color:#fff;
	font-family: 'Chewy', cursive;
	font-size: 6vh;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 0px;
	z-index: 3;
	font-weight: 700;
	text-transform: uppercase;
}
.container .slogan span {
	display: block;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 4vh;
}
.page-top-image .container .slogan img{ /*logo recycle*/
	padding-top:0px;
	padding-bottom: 1em;
	width: 15vh;
}

.citation {
	color: #444;
	font-weight: 300;
}


.docs h1.stitle {
	text-align: left;
	font-size:2.5em;
	color:#3663a8;
	padding:0;
	margin:0;
}
.docs h2 {
	text-transform: uppercase;
	font-size:1.2em;
	color:#5d5d5d;
	font-weight: 700;
	margin:0;
	margin-top:0.6em;
	margin-bottom:0.4em;
}
.docs p{
	/*margin-bottom:3em;*/
}

.docs ul{
	margin:0;
	padding-left:1em;
	margin-bottom:3em;
}

.docs .row.section {
	padding-top:0em;
	padding-bottom:2em;
}


/* pre-footer*/
.pre-footer{ padding: 2em 0;}
.pre-footer h1{
	color: #ffffff;
	text-shadow: 1px 1px 0px #000;
	font-family: 'Chewy', cursive;
	font-size: 4vh;
	text-align: center;
	margin:0 auto;
	text-transform: uppercase;
	font-weight: 700;
}
/* FOOTER */




/*footer*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; margin-bottom: 0px;}
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none; padding-left:0;  }
.social_footer_ul li { padding-left:10px;padding-right: 10px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}






/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	section.content.first {
		padding-top:60px;
	}

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {  }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	section.content.first {
		padding-top:50px;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	section.content.first {
		padding-top:60px;
	}

}
