/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Barlow:wght@400;500;600&display=swap');

/*****************************/


*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	width: 100%;
	background-color: #EAE7E2;
	display: flex;
	flex-direction: column;
	position: relative;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    color: #000;
	text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}
a {
    text-decoration: none;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
	text-transform: none !important
}

ul.spip li {
	list-style: disc;
	margin-left: 2em;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	margin: 2em 0;
	padding: 0;
	color: #777;
	background-color: #777;
	border: none;
}

#top {
	position: fixed;
	bottom: 50px;
	left: 40px;
	font-size: 36px;
    color: #000;
	background-color: #EAE7E2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
#top:hover{
	color: #225e9b;
}

.wow {
	animation-delay: .5s;
	animation-duration: .8s;
}

/* cache-cache ***********************************************/

a .item img.resp, #menu-wrapper #hamburger-menu, h1.resp, .lang .tiny {
	display: none;
	visibility: hidden;
	opacity: 0;
}

/* fin des généralités générales *****************************/

.logo {
	position: fixed;
	top: -24px;
	left: -44px;
	width: 220px;
	height: 220px;
	background-color: #fff;
	text-align: center;
	z-index: 1500;
	animation-duration: 1s;
	transition: .4s ease;
	border-radius: 110px;
	overflow: hidden;
}
.logo img.spip_logo {
	width: 50%;
	position: absolute;
	top: 20%;
	left: 40%;
	transform: translateX(-20%);
	background-color: #fff;
}

.lang {display: block;
	width: auto;
	min-width: 100%;
	background-color: #EAE7E2;
	position: fixed;
	top: 0px;
	right: 0px;
	text-align: right;
	padding: 5px 40px 0 0;
	z-index: 1200;
}
.lang a.trad, .lang a.trad.off {
	font: 500 16px 'Barlow';
	display: inline-block;
	padding-top: 10px;
	margin-right: 6px;
	color: #666;
	transition: .2s linear;
}
.lang a.trad.on {
	font: 500 16px 'Barlow';
	display: inline-block;
	padding-top: 10px;
	margin-right: 6px;
	color: #225e9b;
	transition: .2s linear;
}
.lang a:hover.trad {
	color: #000;
}

header {
	position: fixed;
	top: 30px;
	left: 0;
	width: auto;
	min-width: 100%;
	padding-left: 180px;
	height: 58px;
	line-height: 58px;
	background-color: #fff;
	text-align: left;
	border-top: 20px solid #EAE7E2;
	z-index: 1000;
}
header h1 {
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 1.5em;
	margin: 0;
}
header h1 span {
	font-family: 'Barlow';
	font-weight: 400;
	font-size: .7em;
	padding-left: .5em;
}
header .icons {
	position: fixed;
	top: 41px;
	right: 40px;
	z-index: 15;
}
header .icons a img {
	display: inline-block;
	width: 40px;
	margin: 0  0 0 15px;
	opacity: 0.5;
	transition: .2s linear;
}
header .icons a:hover img {
	opacity: 1;
}

/* menu **************************************/
nav {
	position: fixed;
	display: block;
    width: auto;
	top: 108px;
	right: 0;
	min-width: 100%;
	height: 44px;
	line-height: 44px;
	padding-right: 40px !important;
	background-color: #225e9b;
	z-index: 1000;
	text-align: right;
	font-family: 'Barlow Condensed';
	font-size: 1.3em;
	font-weight: 500;
    animation-delay: .5s;
    animation-duration: 2s;
}
.cbp-tm-menu,
.cbp-tm-menu ul {
	list-style: none;
}
.cbp-tm-menu {
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	margin: 0;
}
.cbp-tm-menu > li {
	display: inline-block;
	margin: 0 6px 0 0;
	position: relative;
	z-index: 110;
}
.cbp-tm-menu > li > a {
	line-height: 1;
	display: block;
	color: #fff;
	padding: 4px 8px 0;
    text-transform: uppercase;
    transition: .25s ease-in-out;
}
.cbp-tm-menu > li:hover > a, .cbp-tm-menu > li > a:hover, .cbp-tm-menu > li.on > a {
    color: #EAE7E2;
}
.cbp-tm-menu li a.on {
    color: #EAE7E2;
}

.cbp-tm-submenu {
	position: absolute;
	display: inline-block;
	visibility: hidden;
	top: 26px;
	left: -30px;
	opacity: 0;
	color: #fff;
	font-size: .8em;
	text-align: left;
	background-color: #225e9b;
	padding-bottom: 12px;
	pointer-events: none;
	-webkit-transition: visibility 0s, opacity 0s;
	-moz-transition: visibility 0s, opacity 0s;
	transition: visibility 0s, opacity 0s;
	z-index: 800;
}
.cbp-tm-submenu a {
	display: block;
	position: relative;
	width: 190px;
	height: 28px;
	background-color: #225e9b;
	color: #fff;
	transition: .25s ease;
	line-height: 1.1;
}
.cbp-tm-submenu a:hover, .cbp-tm-submenu a.on, .cbp-tm-submenu a:hover .item {
	color: #EAE7E2;
}
.cbp-tm-submenu a .item {
	position: absolute;
	top: 10px;
	left: 15px;
	width: auto;
	color: #fff;
	z-index: 2;
	transition: .25s ease;
}

.cbp-tm-show .cbp-tm-submenu {
	width: 12em;
	left: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cbp-tm-nospace-right .cbp-tm-submenu {
	right: 0;
	left: auto;
}

.cbp-tm-nospace-left .cbp-tm-submenu {
	left: 0;
}

.cbp-tm-menu > li:last-child .cbp-tm-submenu {
	right: 0;
}

/****************** fin menu ***************************/

/* fin haut */

.anim {
	position: fixed;
	display: block;
	width: 100%;
	top: 150px;
	animation-delay: .5s;
	animation-duration: 2.5s;
	z-index: 2;
}
.anim img {
	width: 100%;
	min-width: 100% !important
}

main {
	display: block;
	margin: 90vh 0 0;
	padding: 0 40px 40px 140px;
	text-align: left;
	position: relative;
	background: linear-gradient(transparent, #EAE7E2, #EAE7E2);
	flex: 1;
	z-index: 20;
}
.texte h2, .interieur h2 {
	font: 500 2em 'Barlow Condensed';
	color: #225e9b;
	margin: 0 0 1em;
	text-transform: uppercase;
}
main .positif {
	color: #000;
	text-align: justify;
	line-height: 1.35;
	margin-bottom: 40px;
}
main .intro {
	font-style: italic;
	font-size: .95em;
	animation-delay: .5s;
	animation-duration: 2s;
}
main .intro .logo-left {
	float: left;
	margin: 0 20px 10px 0;
	width: 30%;
}
main .intro p {
	margin: 0 0 .5em;
}

.gals {
	overflow: hidden;
}
.gals a img {
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: .2s ease-in-out;
}
.gals a:hover img {
	transform: scale(1.1);
	transform-origin: center;
}
.gals h2 {
	position: relative;
	z-index: 2;
	font: 500 1.4em 'Barlow';
	background-color: #225e9b;
	color: #fff;
	padding: 6px 12px;
	margin: 0 !important;
	text-transform: uppercase;
}
.gals a h3 {
	position: relative;
	z-index: 2;
	width: auto;
	background-color: #EAE7E2;
	font: 500 1.2em 'Barlow Condensed';
	color: #000;
	text-align: right;
	padding: 6px 12px 8px;
	margin: 0;
	transition: .3s ease;
}
.gals a:hover h3 {
	background-color: #225e9b;
	color: #fff;
}

#chariot {
	position: relative;
	display: block;
	width: 100%;
}
#alaune .cycle-slideshow {
	position: relative;
	display: block;
	width: auto;
}
.news {
	position: relative;
	display: inline-block;
	width: 94% !important;
	margin: 0 3%;
	line-height: 1.2;
	background-color: #fff;
	animation-delay: .5s;
	animation-duration: 2s;
}
.news h4 {
	padding: 10px 15px;
	font: 500 1.2em 'Barlow Condensed';
	color: #fff;
	background-color: #225e9b;
	transition: .25s linear;
}
.news .date {
	position: absolute;
	top: 20%;
	right: -10px;
	background-color: #fff;
	color: #000;
	padding: 5px 8px;
	font: 400 13px Arial, Helvetica;
	border: 1px solid #000;
	z-index: 2;
}
.news:hover h4 {
	background-color: #000;
}

#prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-40%);
	font-size: 42px;
	width: 42px;
	height: 42px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	opacity: .7;
	transition: .15s linear;
	z-index: 1000;
	cursor: pointer;
	background-color: #225e9b;
	border-radius: 50%;
	
}
#next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-40%);
	font-size: 42px;
	width: 42px;
	height: 42px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	opacity: .7;
	transition: .15s linear;
	z-index: 1000;
	cursor: pointer;
	background-color: #225e9b;
	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: #225e9b;
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active {
	color: #000;
}
.cycle-pager > * { cursor: pointer;}

footer {
	display: block;
	margin: auto 0 0;
	text-align: center;
	font: 400 12px Verdana, Helvetica;
	background-color: #c9c0b3;
	padding: 30px 40px;
	line-height: 1.4;
	color: #000;
}
footer a {
	color: #225e9b;
	transition: .25s ease;
}
footer a:hover {
	color: #000;
}


/* interieur ******************************************************************************************/

main.interieur {
	display: block;
	margin-top: 160px;
	padding: 0 40px 40px 180px;
	text-align: left;
	position: relative;
	flex: 1;
	z-index: 2;
	animation-duration: 2.5s;
}

.item {
	position: relative;
	background-color: #225e9b;
	animation-delay: .5s;
	animation-duration: 2s;
}
.item .logo-item img {
	transition: .2s linear;
}
.item .titre-item {
	position: absolute;
	top: 20px;
	right: -10px;
	background-color: #fff;
	color: #000;
	padding: 5px 10px;
	font: 500 1.2em 'Barlow Condensed';
	text-transform: uppercase;
	border: 1px solid #000;
	z-index: 4;
	transition: .15s linear;
}
.item:hover .logo-item img {
	transform: scale(.9);
}
.item:hover .titre-item {
	right: 15px;
}

.ariane {
	display: inline-block;
	width: 100%;
	font-size: 1.2em;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	color: #000;
	margin-bottom: 1em;
}
.ariane a, .texte a {
	color: #225E9B;
	transition: .2s linear;
}
.ariane a:hover, .texte a:hover {
	color: #000;
}

.texte {
	display: inline-block;
	width: 100%;
	margin: 1.5em 0 1em;
	line-height: 1.3;
}
.texte .logo_article {
	float: right;
	width: 30%;
	margin: 0 0 0 20px;
}
.texte p {
	margin: .8em 0 0;
}
.texte h2 {
	font-size: 1.6em;
	margin: 0 0 .8em;
}
.texte h2 .date-article {
	font: 600 16px Arial, Helvetica;
	color: #000;
	background-color: #fff;
	padding: 5px 8px;
}

/******************************************************************* attention à l'angliche ******/

@media only screen and (max-width: 1060px) {
	
	main {
		margin: 50vh 0 0;
	}
	
}

@media only screen and (max-width: 760px) {
	
	#menu-wrapper #hamburger-menu {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	
	header h1, nav, .lang .large {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	#top {
		left: auto;
		bottom: 30px;
		right: 20px;
		background-color: #FFF;
	}
	h1.resp {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		position: fixed;
		font-family: 'Barlow Condensed';
		font-weight: 500;
		font-size: 1.5em;
		top: 8px;
		left: 140px;
		margin: 0;
		z-index: 2000;
	}
	.lang .tiny {
		display: block;
		visibility: visible;
		opacity: 1;
		font-size: 20px;
		padding: 2px;
	}
	.logo {
		width: 180px;
		height: 180px;
		border-radius: 90px;
	}
	.lang {
		padding: 5px 20px 0 0;
	}
	header .icons {
		right: 20px;
	}
	.anim {
		top: 100px;
	}
	main {
		margin: 30vh 0 0;
		padding: 0 30px 40px 30px;
	}
	.gals {
		margin-bottom: 20px;
	}
	
	/* intérieur *************************************/
	main.interieur {
		margin-top: 160px;
		padding: 0 30px 40px 30px;
	}
	.ariane, .interieur h2 {
		text-align: right;
	}
	.galerie {
		margin-bottom: 20px;
	}
}

