@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

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

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

html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	width: 100%;
    font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
    color: #000;
	background-color: #fff;
	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: 50%;
	margin: 1em auto;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
	border: none;
}

strong {
	font-weight: 600;
}

#top {
	position: fixed;
	bottom: 30px;
	right: 40px;
	font-size: 42px;
    color: #000;
	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: #444;
}

/* fin ***********************/

/* page d'accueil temporaire **********************************************/

.top-left {
	color: #fff;
	text-align: center;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	animation-duration: 1.5s;
	animation: fadeInDown;
}
.top-left img {
	width: 100%;
}

section.home {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f70059;
	color: #fff;
	width: 100%;
	height: 100% !important;
	min-height: 100vh !important;
	text-align: center;
	font-family: "Barlow";
	font-size: 1.2em;
	font-weight: 400;
}
section.home strong {
	font-weight: 600;
	font-size: 1.2em;
}
section.home small {
	font-size: .85em;
}
section.home a {
	color: rgba(255,255,255,0.75);
	transition: .3s ease-in-out;
}
section.home a:hover {
	color: #fff;
}
section.home h1 {
	margin: 0 0 1em;
	font-family: "Arvo";
	font-weight: 400;
	font-size: 2em;
}
section.home h1 img {
	width: 40%;
}
section.home p {
	margin: 2em 0 0;
}

a button {
	background-color: #fff;
	color: #f70059;
	padding: 12px 20px;
	font-weight: 600;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	transition: .25s ease-in-out;
}
a:hover button {
	background-color: rgba(255,255,255,0.7);
}

/* fin de la page d'accueil temporaire *****************************/

/* c'est là que les choses sérieuses commencent *********************************/

.logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 220px;
	padding: 15px 30px;
	background-color: #f70059;
	animation: fadeInDown;
	animation-duration: .6s;
	z-index: 10;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 53px;
	background-color: #f70059;
	color: #fff;
	text-align: right;
	z-index: 5;
}
header .titre {
	display: inline-block;
	width: auto;
	height: 53px;
	line-height: 53px;
	font-family: "Arvo";
	font-size: 18px;
	font-weight: 400;
	margin-right: 30px;
	animation: fadeInRight;
	animation-duration: 1s;
}
header .titre strong {
	letter-spacing: 1px;
	font-size: 1.25em;
}

nav.menu {
	position: fixed;
	top: 53px;
	left: 0;
	width: 100%;
	height: 53px;
	background-color: #8e0090;
	z-index: 5;
}
nav.menu p {
	margin: 0 0 0 280px;
	height: 53px;
	line-height: 53px;
}
nav.menu p a {
	display: inline-block;
	height: 53px;
	font-family: "Barlow";
	font-weight: 400;
	font-size: 20px;
	background-color: #8e0090;
	color: #fff;
	padding: 0 20px;
	transition: .3s ease-in-out;
}
nav.menu p a:hover, nav.menu p a.on {
	background-color: #f70059;
}

nav.menu p.titre-nl {
	display: inline-block;
	height: 53px;
	font-family: "Barlow";
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	padding: 0 20px;
}

nav.sections {
	position: fixed;
	top: 106px;
	right: 0;
	width: 190px;
	background-color: #fff;
	text-align: right;
	z-index: 5;
	animation: fadeInRight;
	animation-duration: 1s;
}
nav.sections a p {
	color: #fff;
	font-family: "Barlow Condensed";
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #f70059;
	margin: 0 0 2px;
	padding: 6px 30px 6px 10px;
	transition: .3s ease-in-out;
}
nav.sections a:hover p, nav.sections a.on p {
	background-color: #8e0090;
}
nav.sections a p:first-child {
	margin: 2px 0 0;
}

/* déroulant ************************************/
.accordion {
	position: relative;
	width: auto;
	max-width: 100%;
	padding: 0;
    font-family: "Barlow Condensed";
	font-weight: 500;
	font-size: 18px;
    color: #fff;
	text-align: right !important;
    margin: 2px 0 0 0;
    border: none;
    background-color: #F70059;
	animation: fadeIn;
	animation-duration: 1s;
	z-index: 1500!important;
}
.accordion a {
    color: #fff;
}
.accordion ul {
	margin: 0;
	padding: 0;
}
.accordion li {
	display: block;
}
.accordion label {
	cursor: pointer;
	display: block;
	padding: 5px 30px 0 10px;
	font-size: 18px;
	font-family: "Barlow";
	font-weight: 500;
	overflow: hidden;
}
.accordion input[type="radio"],
.accordion input[type="checkbox"] {
	display: none;
}
.accordion .sub > li {
	background-color: #F70059;
    color: #fff;
	cursor: pointer;
	overflow: hidden;
	height: 0;
	margin: 0;
	opacity: 0;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out;
    border-bottom: 2px solid #fff;
}
.accordion input:checked + .sub > li {
	padding: 8px 30px 8px 10px;
	transition: .3s ease-in-out;
	height: auto;
	opacity: 1;
}
.accordion input:checked + .sub > li:hover, .accordion input:checked + .sub > li.on {
	background-color: #8e0090;
}
.accordion .sub > li:first-child {
    border-top: 2px solid #fff;
	margin-top: 6px;
}

/* fin déroulant *******************************************/

/***************** contenus **********/

main {
	display: block;
	width: auto;
	margin: 108px 192px 2px 0;
	padding: 30px;
	flex: 1;
	background-color: #05d17e;
}
main p {
	margin: 0 0 .8em;
}
main.lettre {
	display: block;
	width: auto;
	margin: 108px 0 2px;
	padding: 40px 90px;
	font: 400 20px "Barlow";
	color: #000;
	flex: 1;
	background-color: #eee;
}
main.lettre .intro-nl {
	display: inline-block;
	background-color: #8E0090;
	padding: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}
main.lettre .lettre-nl {
	background-color: #fff;
	padding: 30px;
}
main.lettre h2 {
	font-family: "Arvo";
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 2em 0 0;
	background-color: #F70059;
	color: #fff;
	padding: 15px 30px;
}
main.lettre h2:first-of-type {
	margin-top: 0;
}
main.lettre .texte-nl {
	padding: 30px 0 30px 30px;
	font-size: 20px;
}
main.lettre .texte-nl a {
	color: #8E0090;
	transition: .3s ease-in-out;
}
main.lettre .texte-nl a:hover {
	color: #F70059;
}
.portfolio {
	display: inline-block;
	width: auto;
	margin: 1em 0 0;
}
a .pdfs {
	background-color: #05d17e;
	padding: 10px;
	text-align: center;
	transition: .25s ease-in-out;
}
a:hover .pdfs {
	background-color: #F70059;
}
a .pdfs h6 {
	color: #fff;
	font: 500 15px "Barlow";
	margin: 4px 0 0;
}

/******************/
main.index {
	display: block;
	width: auto;
	margin: 108px 192px 2px 40px;
	padding: 40px;
	flex: 1;
	background-color: #fff;
}

footer {
	display: block;
	margin: auto;
	width: 90%;
	background-color: rgba(142,0,144,0.2);
	color: #000;
	padding: 30px 5%;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 1px;
}
footer strong {
	font-weight: 500;
}
footer a {
	color: #8E0090;
	font-weight: 500;
	transition: .25s ease-in-out;
}
footer a:hover {
	color: #000;
}

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

@media screen and (max-width: 681px){
	
	.logo {
		width: 120px;
		padding: 5px 10px;
	}
	
	nav.menu p {
		margin: 0 !important;
		/*text-align: center;*/
	}
	
	section.home h1 img {
		width: 70%;
	}
	main.lettre {
		padding: 20px;
	}
	main.lettre .intro-nl {
		padding: 10px;
		color: #fff;
		font-size: 16px;
		line-height: 1.3;
		margin: 0;
	}
	main.lettre .lettre-nl {
		padding: 10px;
	}
	main.lettre h2 {
		font-size: 19px;
		padding: 8px 16px;
	}
	main.lettre .texte-nl {
		padding: 10px 0;
		font-size: 16px;
	}
	
}
@media screen and (max-width: 581px){
	
	section.home {
		font-size: 1.1em;
	}
	section.home strong {
		font-size: 1.1em;
	}
	section.home h1 img {
		width: 80%;
	}
	section.home h1 {
		font-size: 1.6em;
	}
	
}
