@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

*:focus {
	outline: none !important
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html, body {
	width: 100%;
}

body {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100vh;
    font-family: "Outfit", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
    color: #fff;
	background-color: #33486a;
	overflow-x: hidden;
}

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;
}

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

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

strong {
	font-weight: 400;
}

#top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 60px;
	font-weight: 100;
    color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	cursor: pointer;
	opacity: .6;
	z-index: 1000;
}
#top:hover {
	opacity: 1;
}

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

.lang {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 50px;
	text-align: center;
	z-index: 50;
	animation: fadeIn;
	animation-delay: 2s;
	animation-duration: 4s;
}
.lang a {
	display: inline-block;
	width: 100%;
	background-color: #283954;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
	padding: 8px 0;
	text-transform: uppercase;
	transition: .3s ease;
}
.lang a.off {
	background-color: #283954;
	transition: .3s ease;
}
.lang a.on {
	background-color: #33486A;
}
.lang a:hover.off {
	background-color: #33486A;
}

section.home {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100% !important;
	min-height: 100vh !important;
	text-align: center;
}
section.home div {
	width: 40%;
	margin: auto;
	animation: fadeIn;
	animation-duration: 4s;
}
section.home div a h1 {
	font-size: 7vw;
	font-weight: 100;
	font-style: normal;
	color: #acbbd1;
	margin: 0 !important;
	transition: .3s ease-in-out;
}
section.home div a:hover h1 {
	color: #fff;
}
section.home div a p {
	margin: -14px 0 0 !important;
	font-size: 3.5vw;
	font-weight: 200;
	color: #fff;
	text-align: right;
	transition: .3s ease-in-out;
}
section.home div a:hover p {
	color: #acbbd1;
}

/* interieur ***********************************/
body.interieur {
	animation: fadeIn;
	animation-duration: 4s;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #283954;
	z-index: 10;
	transition: .25s ease-in-out;
}
header .titre-h {
	text-align: left;
	display: block;
	height: 76px;
	line-height: 76px;
	padding-left: 60px;
	color: #fff;
	font-size: 1.6em;
	font-weight: 200;
	transition: .25s ease-in-out;
}
header .titre-h a {
	font-size: 1.2em;
	font-weight: 200;
	color: #acbbd1;
	margin-right: 5px;
	transition: .25s ease-in-out;
}
header .titre-h a:hover, header.scrolled .titre-h a:hover {
	color: #fff;
}
header.scrolled {
	height: 46px;
	line-height: 46px;
	font-size: .9em;
	transition: .25s ease-in-out;
}
header.scrolled .titre-h {
	height: 50px;
	line-height: 50px;
	transition: .25s ease-in-out;
}
header.scrolled .titre-h a {
	font-size: 1em;
	transition: .25s ease-in-out;
}

.sommaire-g {
	display: inline-block;
	width: auto;
	margin: 80px 80px 0 0;
	font-size: .9em;
	font-style: italic;
	font-weight: 300;
	text-align: justify;
	padding: 30px 60px 50px;
	background-color: #283954;
}
.sommaire-g p {
	margin: 0 0 1em;
}
.sommaire-g strong {
	font-weight: 400;
	color: #acbbd1;
}
.sommaire-g a {
	color: #acbbd1;
	transition: .25s ease-in-out;
}
.sommaire-g a:hover {
	color: #fff;
}
.sommaire-g p.sign {
	margin: 0;
	text-align: right;
	font-weight: 200;
}

section.galeries {
	display: inline-block;
	width: auto;
	margin: 0 80px 0 0;
	padding: 0 60px 60px 60px;
	background-color: #283954;
}
section.galeries a .item-g {
	position: relative;
	border: 1px solid transparent;
	transition: .3s ease-in-out;
	z-index: 1;
}
section.galeries a:hover .item-g {
	border: 1px solid #fff;
}
section.galeries a .item-g img {
	/*background-color: #fff;*/
	opacity: .85;
	transition: .3s ease-in-out;
}
section.galeries a:hover .item-g img {
	opacity: 1;
}
section.galeries a .item-g .left {
	position: absolute;
	top: -1px;
	right: 25px;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	background: linear-gradient(180deg,rgba(40, 57, 84, 1) 0%, rgba(40,57,84,0.7));
	padding: 10px 6px 12px 10px;
	transition: .3s ease-in-out;
}
section.galeries a .item-g .left h2 {
	font-size: 1.05em;
	font-weight: 200;
	color: #fff;
	margin: 0 !important;
}
section.galeries a:hover .item-g .left {
	background-color: #283954;
}

.accueil {
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	z-index: 50;
	transition: .25s ease-in-out;
}
.accueil a {
	font-size: 1.3em;
	font-weight: 200;
	color: #acbbd1;
	transition: .25s ease-in-out;
}
.accueil a:hover {
	color: #fff;
}
.accueil.scrolled {
	height: 46px;
	line-height: 46px;
	transition: .25s ease-in-out;
}

.sommaire-g h1, .sommaire-m h1 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	margin: 0 0 .25em;
}
.sommaire-g h1 .light {
	font-weight: 200;
}
.sommaire-g h1 a small {
	font-size: 1em;
	font-weight: 200;
	color: #acbbd1;
	transition: .3s ease-in-out;
}
.sommaire-g h1 a:hover small {
	color: #fff;
}

nav {
	position: fixed;
	top: 80px;
	right: 0;
	width: 80px;
	z-index: 50;
}
nav a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 1.4em;
	color: #acbbd1;
	text-align: center;
	transition: .25s ease-in-out;
}
nav a:hover, nav a.on {
	color: #fff;
}

a .pix {
	border: 1px solid transparent;
	transition: .3s ease-in-out;
}
a:hover .pix {
	border: 1px solid #fff;
}
a .pix img {
	opacity: .85;
	transition: .3s ease-in-out;
}
a:hover .pix img {
	opacity: 1;
}

footer {
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: left;
	font-size: .7em;
	font-weight: 300;
	line-height: 60px;
	background-color: #33486a;
}
footer span {
	display: inline-block;
	margin-left: 60px;
}
footer a {
	color: #acbbd1;
	transition: .25s ease-in-out;
}
footer a:hover {
	color: #fff;
}
footer small {
	font-size: 12px;
}

.rezo {
    position: fixed;
	display: block;
    width: 80px;
	top: 160px;
	right: 0;
	text-align: center;
}
.rezo a {
	display: inline-block;
	width: 100%;
	font-size: 1.6em;
	color: #acbbd1;
	margin: 0 0 15px;
	transition: .25s ease-in-out;
}
.rezo a:hover {
	color: #fff;
}

.sommaire-m {
	display: inline-block;
	width: auto;
	margin: 80px 80px 0 0;
	font-size: 1em;
	font-weight: 300;
	text-align: justify;
	padding: 30px 60px 60px;
	background-color: #283954;
}
.sommaire-m p {
	margin: 0 0 1em;
}
.sommaire-m strong {
	font-weight: 400;
	color: #acbbd1;
}
.sommaire-m a {
	color: #acbbd1;
	transition: .25s ease-in-out;
}
.sommaire-m a:hover {
	color: #fff;
}

/* du responsive sinon rien *******************************/

@media screen and (max-width: 741px){
	
	section.galeries a .item-g {
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 641px){
	
	section.home div {
		width: 70%;
	}
	section.home div a h1 {
		font-size: 11vw;
	}
	section.home div a p {
		margin: 0 20px 0 0 !important;
		font-size: 6vw;
	}
	header .titre-h {
		padding-left: 30px;
		font-size: 1.3em;
	}
	.accueil {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.rezo {
		width: 60px;
	}
	.sommaire-g, .sommaire-m {
		margin: 80px 60px 0 0;
		padding: 30px;
	}
	section.galeries {
		padding: 0 30px 30px;
		margin: 0 60px 0 0;
	}
	footer span {
		margin-left: 30px;
	}	
	
}
