* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {overflow-y: scroll;}
article, aside, figure, footer, header, hgroup, nav, section, img {display: block;}
a {text-decoration:none;}
a:hover, a:active {outline: none;}
img {
	height: auto;
	border-radius: 3px;
}
sup {line-height: 0;}


/* ------------------------------------------------------------------------------

									MENU

-------------------------------------------------------------------------------*/

ul.menu {
	position: fixed;
	top: 30px;
	left: 30px;
}

/* ------------------------------------------------------------------------------

									HOMEPAGE

-------------------------------------------------------------------------------*/

.home-overlay {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-overlay__content {
    width: 30rem;
    max-width: 90%;
    max-height: 90vw;
    background-color: #fff;
    padding: 5rem;
}

.home-overlay__content__tile {
    font-family: 'Montserrat';
    margin-bottom: 1em;
}

.home-overlay__content__links {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.home-overlay__content__links__item {
    flex: 0 0 50%;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 12px;
    background-color: #D95B43;
    color: #fff;
    padding: 1em 1.2em;
}

a.home-overlay__content__links__item:hover {
    background-color: #720B0B;
    color: #fff;
}

button.home-overlay__content__links__item {
    background-color: transparent;
    border-radius: 1000px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}

button.home-overlay__content__links__item:hover {
    background-color: #eee;
}

#accueil {
	position: relative;
	width: 100%;
	min-height: 100%;
	text-align: center;
	background: #D95B43 url('img/ar5-bkg-accueil.jpg') no-repeat center fixed;
	background-size: cover;
	z-index: 2;
	margin-bottom: 330px;
	padding-bottom: 50px;
}
#accueil header,
.wrapper-centre header hgroup {
	background: url('img/ar5-bkg-header.png') no-repeat center -10px;
}
hgroup {
	padding-top: 65px;
	font: 15px 'Montserrat', Gotham, Lucida Grande, sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
}
#accueil hgroup h1,
.wrapper-centre hgroup h2 {
	font-size: 24px;
	font-weight: 700;
}
#accueil hgroup h2,
.wrapper-centre hgroup h3 {
	font-weight: 400;
	font-size: 16px;
}
.logoar5 {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: 159px;
}
.bloc-infos {
	width: 100%;
	max-width: 560px;
	margin: 30px auto;
	color: #fff;
	font-family: 'PT Sans', Arial, sans-serif;
}
.bloc-infos p:first-child {
	font: 18px 'Montserrat', Arial, sans-serif;
	padding-bottom: 7px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 8px;
}
.round-nav {
	width: 280px;
	height: 280px;
	border-radius: 140px;
	border: 1px solid #fff;
	font: 14px 'Montserrat',Arial,sans-serif;
	color: #fff;
	padding-top: 45px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0 10px;
}
.round-nav:hover,
a.lien-qr:hover {
	background: rgba(255,255,255,0.3);
	border-color: rgba(255,255,255,0);
}
.round-nav .numero {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	padding: 11px;
	font-size: 20px;
	font-weight: 700;
	border: 1px solid #fff;
	margin: 0 auto 20px auto;
}
.round-nav .titre {
	font-size: 24px;
	padding: 0 10px;
	margin-bottom: 4px;
	line-height:26px;
}
.round-nav .date {
	font-family: 'PT Sans';
	color: #5F0308;
	margin-bottom: 15px;
}
.round-nav .consulter {
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	display: inline-block;

}
#accueil > p {
	font: 38px 'Montserrat',arial,sans-serif;
	font-weight: 700;
	margin: 25px 0;
	color: #fff;
}
a.lien-qr {
	display: inline-block;
	color: #fff;
	font: 21px 'Montserrat', Arial,sans-serif;
	padding: 20px;
	border: 1px solid #fff;
	width: 560px;
	border-radius: 3px;
}
a.lien-qr span {
	font: 14px 'PT Sans';
	color: #5F0308;
	margin-top: 5px;
	display: block;
}

.rac {
	margin-top: 50px;
	color: #fff;
}
.rac img {
	margin: 0 auto 20px auto;
}
a.underline {
	color: #fff;
	font-family: 'Montserrat',Arial,sans-serif;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 2px solid #fff;
}
.rac p:last-child {
	margin-top: 50px;
}

#merci {
	position: fixed;
	z-index: 1;
	width: 100%;
	background: #fff;
	bottom: 0;
	padding: 50px 0;
	text-align: center;
}
#merci p {width: 560px;margin: 0 auto;
}
#merci img {margin: 30px auto 0 auto;}


/* ------------------------------------------------------------------------------

									MAIN

-------------------------------------------------------------------------------*/

body {
	font: 15px 'PT Sans', Arial, sans-serif;
	background: url('img/lightpaperfibers.png');
}
p:not(:last-child) {margin-bottom: 8px;}
.citation {
	word-spacing: 1px;
	font: 15px/20px 'Lato', Arial, sans-serif;
	padding: 10px 0 10px 0;
	border-top: 1px solid #720B0B;
	border-bottom: 1px solid #720B0B;
	text-transform: uppercase;
	font-weight: 300;
}
.flexslider + .citation {
	margin-top: 67px!important;
}
.citation:not(:first-child) {margin-top: 30px;}
.citation:first-child,
h2 + .citation {margin-bottom: 30px;}
h2 + .citation {margin-top: 0px!important;}
.citation:last-child {margin-bottom: 0!important;}
.sousTitre {
	padding: 15px 0px;
	border-top: 4px double #720B0B;
	border-bottom: 4px double #720B0B;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	font: 14px "Montserrat",sans-serif;
	color: #720B0B;
	text-transform: uppercase;
}
header + .sousTitre {
	margin-top: 50px;
}
span.miniProba {
	width: 26px;
	height: 26px;
	display: block;
	border-radius: 13px;
	text-align: center;
	font: 13px 'PT Sans', Theinhardt, Trebuchet, sans-serif;
	color: #bbb;
	padding-top: 4px;
	border: 1px solid #bbb;
}
.imgMargin img {margin: 20px auto;}
h2 + .box {margin: 0 0 30px 0!important;}
.bt {
    background: none repeat scroll 0% 0% #DDD;
    padding: 15px;
    font: 700 18px "Montserrat",sans-serif;
    text-transform: uppercase;
    color: #720B0B;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.2s ease 0s;
    text-decoration: none!important;
}
.bt:hover {
	background: #720B0B;
	color: #ddd!important;
	padding: 15px 30px;
}
.listeEspace li {margin-bottom: 8px;}

.box {
	padding: 30px;
	border-radius: 3px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.col .box:not(:first-child) {
	margin-top: 30px;
}
.marginBox {padding: 0 30px;}
.bkgNoir {background: #000;}
.bkgMarron {background: #720B0B;}
.bkgGris {background: #eee;}
.bkgGrisFonce {background: #2B383A;}
.bkgVert {background: #BAD6DD;}
.bkgVert2 {background: #30D764;}
.bkgBleu {background: #4AA2D3;	}
.bkgBleu .txt {color: #fff;}
.bkgOrange {
	background: #D95B43;
	color: #fff;
}
.bkgOrange .citation,
.bkgBleu .citation,
.bkgVert .citation,
.bkgMarron .citation,
.bkgNoir .citation,
.bkgGrisFonce p,
.bkgGrisFonce a,
.bkgGrisFonce {
	color: #fff;
	border-color: #fff;
}

.wrapper-centre {
	padding-top: 222px;
	width: 730px;
	margin: 0 auto;
	color: #777;
	line-height: 19px;
}
.wrapper-centre > div,
.wrapper-centre .col > div:not(.special) {margin-bottom: 50px;}
.wrapper-centre header {
	background: url('img/ar5-bkg-accueil.jpg');
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'montserrat';
	line-height: 34px;
}
.wrapper-centre > p {
	font: 700 24px 'Montserrat',Gotham,Lucida Grande,sans-serif;
	text-align: center;
	text-transform: uppercase	;
	color: #720B0B;
	width: 100%;
	margin: 30px 0;
	display: inline-block;
	padding: 0 30px;
}
.wrapper-centre > div h2 {
	font: 14px 'Montserrat';
	color: #D95B43;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.wrapper-centre h1,
footer a.nav {
	font-size: 24px;
	background: #720B0B;
	display: inline-block;
	padding: 20px;
	width: 800px;
	border-radius: 3px;
	position: relative;
	top: 32px;
}
.wrapper-centre .col div:last-child{margin-bottom: 0!important;}
.wrapper-centre .marginBox .col + .w12 {
	float: left;
	margin-top: 30px;
}
.wrapper-centre a:not(.bt) {
	font-weight: 700;
	text-decoration: underline;
}
.wrapper-centre .col a {color: #720B0B;}

footer {
	background: url('img/ar5-bkg-accueil.jpg');
	height: 200px;
	width: 100%;
	margin-top: 100px;
}
footer a.nav {
	font-family: 'Montserrat', Gotham, Lucida Grande, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	top: -32px;
	font-weight: 700;
	-webkit-animationtransition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer a.nav:hover {
	background: #fff;
	border: 1px solid #720B0B;
	color: #720B0B;
}
footer a.underline {
	display: inline-block;
	text-align: center;
	left: 50%;
	position: relative;
	margin-left: -68px;
}

/* ------------------------------------------------------------------------------

									PARTIE 1

-------------------------------------------------------------------------------*/

#nouveautes +div > img {
    margin-bottom: 50px;
    margin-top: 0;
}

#lienJauges {
	width: 315px;
	height: 40px;
	overflow: hidden;
}
#lienJauges canvas {float: left;}
#lienJauges > div:not(:first-child) canvas {margin-left: 36px;}
#lienJaugesTxt .miniJaugeTxt {
	font: 14px 'Montserrat', sans-serif;
	color: #C90A0A;
	display: inline-block;
	width: 80px;
	text-align: center;
}
#lienJaugesTxt .miniJaugeTxt:not(:last-child) {margin-right: 32px;}
#lienJaugesTxt .miniJaugeTxt .miniProba {margin: 5px 0 0 26px;}

/* ------------------------------------------------------------------------------

									PARTIE 2

-------------------------------------------------------------------------------*/

.concepts strong {
	font: 14px 'Montserrat';
	color: #720B0B;
	text-transform: uppercase;

}
.dot-map {
	background: #3E9ADA url(img/ar5-impact-carte.gif) no-repeat;
	width: 730pw;
	height: 400px;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.dot-map .dots {position: relative;}
.dot-map .contenu {
	height: 400px;
	position: absolute;
	transition: left 0.2s ease-in-out;
	overflow: hidden;
}
.dot-map .contenu.ouvert {left: 0!important;}
.dot-map .contenu img {margin: -4px 0 16px 0;}
.dot-map > p {
	font: 12px 'PT Sans';
	color: #fff;
	padding: 20px;
}
.dot-map .clicMe {
	position: absolute;
	cursor: pointer;
}
.dot-map .clicMe a {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
}
.dot-map .clicMe a span {position: absolute;}
.dot-map .clicMe a span.bkg {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	background: rgba(255,255,255,0.3);
	display: inline-block;
	-webkit-animation: dot 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: dot 1s infinite ease-in-out;
	-moz-transform-origin: 50% 50%;
	animation: dot 1s infinite ease-in-out;
	transform-origin: 50% 50%;
}
@-webkit-keyframes dot {
	0% {-webkit-transform: scale(1);}
	50% {-webkit-transform: scale(0.5);}
	100% {-webkit-transform: scale(1);}
}
@-moz-keyframes dot {
	0% {-moz-transform: scale(1);}
	50% {-moz-transform: scale(0.5);}
	100% {-moz-transform: scale(1);}
}
@keyframes dot {
	0% {transform: scale(1);}
	50% {transform: scale(0.5);}
	100% {transform: scale(1);}
}
.dot-map .clicMe a span.dot {
	width: 50%;
	height: 50%;
	border-radius: 50%;
	background: #fff;
	margin: 25%;
	display: block;
	transition: background 0.2s ease-in-out;
}
.dot-map .clicMe p {
	font: 14px 'Montserrat';
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	top: 9px;
	left: 190px;
	width: 300px;
	margin-left: -150px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.dot-map .clicMe a:hover + p,
#map-impact .clicMe.actif a + p {opacity: 1;}
.dot-map .arctic {
	left: 269px;
	top: 41px;
}
.dot-map .north-america {
	left: 191px;
	top: 130px;
}
.dot-map .small-islands {
	left: 134px;
	top: 196px;
}
.dot-map .south-america {
	left: 240px;
	top: 240px;
}
.dot-map .africa {
	left: 350px;
	top: 196px;
}
.dot-map .europe {
	left: 405px;
	top: 130px;
}
.dot-map .antarctic {
	left: 350px;
	top: 350px;
}
.dot-map .asia {
	left: 510px;
	top: 196px;
}
.dot-map .australia {
	left: 550px;
	top: 273px;
}
.dot-map .oceans {
	left: 455px;
	top: 273px;
}
.dot-map .polaire {
	left: 350px;
	top: 30px;
}
.dot-map + img {
	margin: -30px 0 50px 0;
}
#map-impact .contenu {
	width: 98px;
	left: -100px;
	background: url(img/ar5-impact-carte-pictos.gif) no-repeat;
}
.map-controls,
.map-controls .dots {transition: all 0.4s ease-in-out;}
.map-controls.actif {background-position: 130px 0px;}
.map-controls.actif .dots {margin-left: 130px;}
.map-controls .contenu {
	width: 240px;
	left: -240px;
	background: #245F84;
	color: #eee;
}
.map-controls .contenu div.group {
	width: 2160px;
	z-index: 99;
}
.map-controls .contenu div.group div {
	padding: 20px;
	width: 240px;
	height: 400px;
	float: left;
}
.map-controls .contenu .controls {
	position: absolute;
	z-index: 100;
	bottom: 20px;
	left: 20px;
	padding: 5px 0;
	background: #FFF;
	border-radius: 3px;
}
.map-controls .contenu .controls a {
	padding: 5px 16px;
	background: #FFF;
	text-decoration: none;
	font-size: 12px;
	display: inline-block;
	color: #245F84;
	text-align: center;
}
.map-controls .contenu .controls a:nth-child(2) {
	border-left: 1px dotted #245F84;
	border-right: 1px dotted #245F84;
	text-transform: uppercase;
	width: 104px;
}
.map-controls .clicMe.actif a span.dot {
	background: #245F84;
}

#intro-tableau p {
	display: inline-block;
	clear: both;
	float: left;
}
.slider2 {
	margin-bottom: 120px!important;
}
.slider2 .box {
	box-shadow: none;
	padding: 20px;
}
.entree-tableau {
	position: relative;
	color: #fff;
}
.entree-tableau > div {
	width: 62%;
	margin: 0 auto;
}
.entree-tableau h2 {
	font: 16px 'Montserrat';
	font-weight: 700;
	color: #fff!important;
	padding-bottom: 15px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 15px;
}
.entree-tableau ul {
	margin-left: 20px;
	margin-bottom: 16px;
}

.couleur1{background-color: #3E9ADA;}
.couleur2{background-color: #3A85A5;}
.couleur3{background-color: #295E7C;}

.step {
	width: 10px;
	height: 38px;
	background: url('img/tableau-indicateur.png') no-repeat;
	position: absolute;
	top: 10px;
	left: 91px;
	transform: rotate(270deg);
}
.step2 {background-position-x: -11px;}
.step3 {background-position-x: -22px;}
.step4 {background-position-x: -33px;}
.step5 {background-position-x: -44px;}
