/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Montserrat:wght@400;600&display=swap');


*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	font-weight: 400;
    color: #000;
    background-color: #fff;
	text-align: center;
	overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}
a {
    text-decoration: none;
	transition: .3s ease;
}

sup {
	vertical-align: text-top;
	font-size: .8em;
	white-space: nowrap;
}

ul.spip li {
	list-style: disc;
	margin-left: 2em;
}

hr {
	display: block;
	clear: both;
	height: 2px;
	width: 100%;
	margin: 2em 0;
	padding: 0;
	color: #444;
	background-color: #444;
	border: none;
}

#top {
	position: fixed;
	bottom: 50px;
	right: 30px;
    width: 50px;
    height: 50px;
	font-size: 40px;
    color: #fff;
	background-color: #444;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	line-height: 40px;
	border-radius: 25px;
	cursor: pointer;
	z-index: 1000;
}
#top:hover{
	background-color: #0061A1;
}

p.respire {
    display: block;
    width: 100%;
    margin: 1em 0 .5em;
}

iframe {
	display: inline-block;
	margin: 20px 0;
}

/* cache-cache */

.respscreen, .head-inter, .dakodak {
	display: none;
	opacity: 0;
	visibility: hidden;
}

/* dans le vif du sujet *********************************************/

/* ajout écran d'accueil ****************************************/

section.home {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100% !important;
	min-height: 100vh !important;
	text-align: center;
	background-color: #fff;
	animation-delay: .5s;
	animation-duration: 2.5s;
}
section.home img {
	width: 50%;
}
section.home h4 {
	font: 600 3vw 'Montserrat';
	text-transform: uppercase;
	margin: 1em 0 0;
}
section.home h4 a {
	color: #0061A1;
	transition: .25s linear;
}
section.home h4 a:hover {
	color: #444;
}

.left {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 240px;
	height: 100%;
	min-height: 100vh;
	border-top: 20px solid #fff;
	border-bottom: 10px solid #fff;
	padding: 0 10px 0 20px;
	font-family: 'Barlow Condensed';
	background: url("pix/bg_left.jpg") no-repeat;
	background-position: bottom center;
	background-size: contain;
	z-index: 10;
}
.txt-left {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	font-size: 1.1em;
	background-color: rgba(255,255,255,0.8);
	padding-bottom: 6px;
}
.txt-left a {
	font-size: 1.9em;
	color: #0061A1;
	transition: .3s linear;
}
.txt-left a:hover {
	color: #444;
}
a .txt-rappel {
	position: sticky;
	top: 218px;
	display: block;
	/*width: 100%;*/
	font-family: 'Barlow Condensed';
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #0061A1;
	padding: 12px 20px;
	color: #fff;
	border-bottom: 10px solid #fff;
	transition: .3s linear;
}
a:hover .txt-rappel {
	background-color: #444;
}

.main {
	position: absolute;
	top: 0;
	left: 270px;
	display: inline-block;
	width: auto;
}

.central {
	border-top: 20px solid #fff;
	border-right: 14px solid #fff;
	border-left: 14px solid #fff;
}
.central img.main-img, .central-inter img.main-img {
	display: block;
	width: auto;
	min-width: 100% !important;
}
.central a .submenu, .central-inter a .submenu {
	display: block;
	min-height: 50%;
	background-color: #0061A1;
	text-align: center;
	font: 600 1em 'Montserrat';
	color: #fff;
	padding: 20px 10px;
	transition: .3s linear;
}
.central a:hover .submenu, .central-inter a:hover .submenu {
	background-color: #444;
}
.central h2, .central-inter h2 {
	margin: 20px 0;
	font-size: 1.6em;
	font-weight: 600;
	
}
.right {
	background: url("pix/bg_right.jpg") no-repeat;
	background-position: top 80px center;
	background-size: 100%;
	background-attachment: local;
	height: 100%;
	min-height: 100vh;
}
.right nav {
	position: sticky;
	top: 0;
	border-top: 20px solid #fff;
	border-bottom: 10px solid #fff;
	background-color: #444;
	color: #fff;
	font-family: 'Barlow Condensed';
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px 20px;
	line-height: 1.15;
}
.right nav a.nav {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 1.6em;
	/*margin: 10px 0 5px;*/
	margin: 10px 0 0;
	transition: .3s linear;
}
nav a:hover.nav, nav a.nav.on, nav.interieur a:hover, nav.interieur a.on {
	color: #7fbae1;
}

.social {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.social a img {
	width: 32px;
	margin: 0 5px;
	transition: .15s linear;
}
.social a:hover img {
	transform: rotate(-10deg);
	transform-origin: center;
}

#chariot {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 30px;
}
#alaune .cycle-slideshow {
	position: relative;
	display: block;
	width: auto;
}
.anim {
	display: inline-block;
	width: 94% !important;
	margin: 0 3%;
	line-height: 1.2;
	background-color: #dfecf4;
}
.anim .slide-img {
	float: left;
	display: inline-block;
	width: 35% !important;
}
.anim .titre-une {
	width: 60%;
	height: auto;
	min-height: 100%;
	color: #000;
	padding: 20px 2.5%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.anim .titre-une .titre-big {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	font: 600 1.6em 'Barlow Condensed';
	color: #0061A1;
}
.anim .titre-une .titre-small {
	display: inline-block;
	width: 100%;
	font: 400 1em 'Montserrat';
	line-height: 1.35;
}
.anim .titre-une .titre-big p, .anim .titre-une .titre-small p {
	margin: 0!important;
}
#prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-40%);
	font-size: 42px;
	width: 42px;
	height: 42px;
	line-height: 36px;
	color: #fff;
	opacity: .7;
	transition: .15s linear;
	z-index: 1000;
	cursor: pointer;
	background-color: #0061A1;
	border-radius: 50%;
	
}
#next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-40%);
	font-size: 42px;
	width: 42px;
	height: 42px;
	line-height: 36px;
	color: #fff;
	opacity: .7;
	transition: .15s linear;
	z-index: 1000;
	cursor: pointer;
	background-color: #0061A1;
	border-radius: 50%;
}
#prev:hover, #next:hover {
	opacity: 1;
}
.cycle-pager { 
    text-align: center;
	width: 100%;
	display: inline-block;
}
.cycle-pager span { 
    font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	margin: 0 2px;
    display: inline-block;
	color: #444;
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active {
	color: #0061A1;
}
.cycle-pager > * { cursor: pointer;}

footer {
	display: block;
	width: auto;
	margin-top: 40px;
	padding: 0 20px 20px 30px;
	text-align: center;
}
footer iframe, .foot iframe {
	border: 1px solid #0062A3;
}
.boutons {
	text-align: center;
	padding: 20px 0;
}
.boutons a {
	display: inline-block;
	background-color: #0062A3;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	padding: 10px 15px;
	margin: 0 12px;
	transition: .3s linear;
}
.boutons a:hover {
	background-color: #4D575D;
}
.logos-labels div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logos-labels .droite-label {
	text-align: right;
}
.logos-labels .centre {
	text-align: center;
}
.logos-labels .gauche {
	text-align: left;
}
.logos-labels .droite-label img {
	width: 70%;
	margin: 0 0 0 auto;
}
.logos-labels .centre img {
	width: 70%;
	margin: 0 auto;
}
.logos-labels .gauche img {
	width: 70%;
	margin: 0 auto 0 0;
}
.logos-labels-seuls img {
	width: 100px;
	display: inline-block;
	margin: 0 10px;
}

/* intérieur **************************************************/

.main-rub {
	position: absolute;
	top: 0;
	left: 270px;
	display: inline-block;
	width: auto;
	background-color: #444;
}
.rub {
	padding: 25px 25px 0;
	text-align: left;
}

.ariane {
	position: sticky;
	top: 0;
	background-color: #444;
	padding: 20px 0;
	font-weight: 600;
	font-size: 1.2em;
	color: #ddd;
	z-index: 100;
}
.ariane a {
	color: #fff;
	transition: .25s linear;
}
.ariane a:hover {
	color: #ddd;
}
.ariane strong {
	font-weight: 600;
	color: #7fbae1;
	text-transform: uppercase;
}
.texterub {
	display: inline-block;
	padding: 15px;
	margin: 20px 0 40px;
	border-radius: 4px;
	background-color: #eee;
	color: #000;
	font: 400 .85em Arial, Helvetica;
	line-height: 1.3;
	text-align: left;
}
.texterub p {
	margin: 0 0 1em;
}
.texterub p:last-of-type {
	margin: 0!important
}
.article {
	display: inline-block;
	color: #fff;
	line-height: 1.4;
}
.article h3 {
	color: #7fbae1;
	margin: 0 !important;
	font-weight: 600;
	font-size: 1.4em;
}
.article h2.spip {
	color: #7fbae1;
	margin: 1.5em 0 0;
	font-weight: 600;
	font-size: 1.4em;
}
.article p {
	margin: .6em 0 0;
}
.article a {
	color: #ddd;
	border-bottom: 1px solid #7fbae1;
	transition: .2s linear;
}
.article a:hover {
	color: #fff;
}
a .art {
	background-color: #444;
	font-family: 'Barlow Condensed';
	position: relative;
	overflow: hidden;
}
a .art h3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	background-color: #7fbae1;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	transition: .25s linear;
}
a:hover .art h3 {
	background-color: #0061A1;
	color: #fff;
}
a .art img {
	position: relative;
	margin-top: 20px;
	overflow: hidden;
	transition: .2s linear;
	z-index: 2;
}
a:hover .art img {
	transform: scale(1.2);
	transform-origin: center;
}

.logo-art {
	float: right;
	width: 35%;
	margin: 0 0 0 25px;
}
.logo-art img {
	width: 100%;
	min-width: inherit;
}
.logo-plein {
	display: inline-block;
	width: 100%;
	margin: 0 0 25px;
}
.art-texte {
	display: inline-block;
	width: 100%;
	margin-top: 2em;
	color: #fff;
}
.art-texte:first-of-type {
	margin-top: 0;
}
.art-texte h3 {
	padding: 6px 0 6px 15px;
	background-color: #7fbae1;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 1em;
}
.art-texte p {
	margin: .6em 0 0;
}
.art-texte a {
	color: #7fbae1;
	transition: .25s linear;
}
.art-texte a:hover {
	color: #fff;
}

.logos-partner {
	background-color: #fff;
	padding: 25px;
	text-align: center;
}

.rub footer {
	display: block;
	width: auto;
	margin-top: 40px;
	padding: 0 0 20px;
	text-align: center;
}
.rub footer iframe, .foot iframe {
	border: 1px solid #0062A3;
}

/* formulaire ****************************/
.formulaire_spip {
	display: inline-block;
	width: 100%;
	margin: 2em auto 0 auto;
}
label {
	display: inline-block;
	width: 17%;
	text-align: right;
	height: 30px;
	line-height: 30px;
	margin: 0 2% .8em 0;
	font: 400 1.1em 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
input.text {
	display: inline-block;
	width: 76%;
	height: 30px;
	line-height: 30px;
	padding: 10px 2%;
	background-color: rgba(255,255,255,0.7);
	border: 0;
	border-radius: 6px;
	margin-bottom: .8em;
	font-size: 1em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	transition: .25s linear;
}
textarea {
	display: inline-block;
	width: 76%;
	padding: 10px 2%;
	background-color: rgba(255,255,255,0.7);
	border: 0;
	border-radius: 6px;
	font-size: 1em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	transition: .25s linear;
}
input.text:focus, textarea:focus {
	background-color: #fff;
	border: none;
}
p.boutons {
	margin: 1em 0 0;
	text-align: right;
}
button {
	cursor: pointer;
	background-color: #7fbae1;
	color: #000;
	font-size: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
	transition: .3s linear;
	border: 0;
	border-radius: 6px;
	padding: 10px 20px;
}
button:hover {
	background-color: #0062A3;
	color: #fff;
}

p.formulaire_erreur{
	color: red;
	background: white;
	padding: 1rem;
	border: 1px solid red;
	border-radius: 3px;
}

.infos {
	background-color: #ddd;
	color: #000;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 1em;
	font-size: .9em;
}
/* vignettes */
a .box {
	color: #ddd;
	line-height: 1.25!important;
	transition: .25s ease;
}
a .box:hover {
	color: #fff;
}
a .box img, a .box img {
	opacity: .85;
    width: 100%;
    height: auto;
	margin-bottom: 5px;
	transition: .4s ease;
}
a .box:hover img, a:hover .box img {
	opacity:1;
}


/* responsive ************************************************************************/

@media (max-width: 1120px) {
	
	nav.interieur {
		position: sticky;
		top: 0;
		left: 0;
		display: block;
		width: auto;
		border-top: 20px solid #fff;
		border-right: 30px solid #fff;
		border-bottom: 20px solid #fff;
		border-left: 14px solid #fff;
		background-color: #444;
		padding: 10px 0;
		font-size: 1.4em;
		color: #ccc;
		font-family: 'Barlow Condensed';
		text-transform: uppercase;
		text-align: center;
		z-index: 1000;
	}
	nav.interieur a {
		color: #fff;
		margin: 0 5px;
		transition: .25s linear;
	}
    
   section.home img {
		width: 70%;
	}
	section.home h4 {
		font: 600 4vw 'Montserrat';
	}
	.normal, .right {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	.respscreen {
		display: block;
		opacity: 1;
		visibility: visible;
		width: 100%;
	}
	.left-inter {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 200px;
		height: 100%;
		min-height: 100vh;
		border-top: 20px solid #fff;
		border-bottom: 10px solid #fff;
		padding: 0 10px 0 20px;
		font-family: 'Barlow Condensed';
		background: url("pix/bg_left.jpg") no-repeat;
		background-position: bottom center;
		background-size: contain;
		z-index: 10;
	}
	.main-inter {
		position: absolute;
		top: 0;
		left: 240px;
		display: block;
		width: auto;
	}
	.central-inter {
		border-right: 30px solid #fff;
		border-left: 14px solid #fff;
	}
	.central-inter-gris {
		border-right: 30px solid #fff;
		border-left: 14px solid #fff;
		background-color: #444;
		padding: 0 20px 20px;
		text-align: left;
		color: #fff;
	}
	
}

@media (max-width: 880px) {
	
	.left-inter, .tempo {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	.main-inter {
		left: 20px;
	}
	.head-inter {
		display: block;
		opacity: 1;
		visibility: visible;
		padding: 20px 0;
	}
	.dakodak {
		display: block;
		opacity: 1;
		visibility: visible;
		padding: 0 30px 20px 10px;
	}
	.logos-labels-tiny {
		display: block;
		width: 100%;
		margin-top: 1em;
	}
	.logos-labels-tiny div {
		/*float: left;*/
		display: inline-block;
		width: 28%;
		margin: 0 2%;
		text-align: center;
	}
	.logos-labels-tiny img {
		width: 80%;
		margin: auto;
		text-align: center;
	}
	
	
}

@media (max-width: 680px) {
    
   section.home img {
		width: 80%;
	}
	section.home h4 {
		font: 600 6vw 'Montserrat';
	}
	.central-inter a .submenu {
		margin-bottom: 20px;
	}
	a .art {
		margin-bottom: 20px;
	}
	#top {
		bottom: 30px;
		right: 10px;
	}
	label {
		width: 100%;
		text-align: left;
		margin: 0;
	}
	input.text {
		width: 94%;
		padding: 10px 3%;
	}
	textarea {
		width: 94%;
		padding: 10px 3%;
	}
	
}

@media (max-width: 560px) {
	
	.anim .slide-img, .logo-art {
		float: none;
		margin: 0;
		width: 100% !important;
	}
	.anim .slide-img img {
		width: 100%;
	}
	.anim .titre-une {
		width: 94%;
		height: auto;
		min-height: 100%;
		color: #000;
		padding: 20px 2.5%;
		text-align: left;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
}

