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

/* cache-cache ********************/
#menu-wrapper #hamburger-menu {
	display: none;
	visibility: hidden;
	opacity: 0;
}
/* fin ***********************/

header .titre span.saut {
	display: none;
	visibility: hidden;
	opacity: 0;
}

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

.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;
	border-bottom: 2px solid #fff;
	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: 500;
	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-l {
	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-l a {
    color: #fff;
}
.accordion-l ul {
	margin: 0;
	padding: 0;
}
.accordion-l li {
	display: block;
	background-color: #F70059;
}
.accordion-l label {
	cursor: pointer;
	display: block;
	padding: 5px 30px 0 10px;
	font-size: 18px;
	font-family: "Barlow";
	font-weight: 500;
	overflow: hidden;
}
.accordion-l input[type="radio"],
.accordion-l input[type="checkbox"] {
	display: none;
}
.accordion-l .sub > li {
	background-color: #F70059;
    color: #fff;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	padding: 6px 30px 6px 10px;
	transition: .3s ease-in-out;
	height: auto;
    border-bottom: 2px solid #fff;
}
/*.accordion-l input:checked + .sub > li {
	padding: 8px 30px 8px 10px;
	transition: .3s ease-in-out;
	height: auto;
	opacity: 1;
}*/
.accordion-l .sub > li:hover, .accordion-l .sub > li.on {
	background-color: #8e0090;
}
.accordion-l .sub > li:first-child {
    border-top: 2px solid #fff;
	margin-top: 6px;
}
.accordion-l li.adhesion a {
	display: block;
	background-color: #05d17e;
	color: #000;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	font-family: "Barlow";
	font-size: 20px;
	font-weight: 600;
	padding: 8px 30px 8px 10px;
	transition: .3s ease-in-out;
	height: auto;
}
.accordion-l li.adhesion a:hover {
	background-color: #ddd;
}

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

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

main.site {
	display: block;
	width: auto;
	margin: 108px 0 2px 0;
	padding: 30px 0 30px 70px;
	flex: 1;
	background-color: #fff;
	font: 400 20px "Barlow";
	color: #000;
	border-right: 192px solid #F70059;
}
main.site p {
	margin: 0 0 .8em;
}
.contenu {
	padding: 30px 20px 30px 30px;
	border-left: 2px solid #8E0090;
}
main.site h2 {
	font-family: "Arvo";
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 2em 0 1em;
	background-color: #8E0090;
	padding: 8px 20px;
	color: #fff;
}
main.site h2:first-of-type {
	margin-top: 0;
}
main.site .ariane {
	display: inline-block;
	width: 100%;
	font-family: "Arvo";
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 0 -20px;
	color: #fff;
	background-color: #F70059;
}
main.site .ariane a.home {
	display: inline-block;
	background-color: #8E0090;
	padding: 10px 20px;
	color: #fff;
	font-family: "Barlow";
	font-weight: 500;
	font-size: 20px;
	text-transform: none;
	transition: .3s ease-in-out;
	vertical-align: middle;
}
main.site .ariane a:hover.home {
	background-color: #F70059;
}
main.site .ariane strong {
	background-color: #F70059;
	padding: 8px 20px;
	vertical-align: middle;
}
main.site .ariane strong a {
	color: #ddd;
	transition: .25s ease-in-out;
}
main.site .ariane strong a:hover {
	color: #fff;
}

a .national {
	background-color: #05d17e;
	color: #000;
	padding: 20px;
	transition: .3s ease-in-out;
}
a:hover .national {
	background-color: #ddd;
}
a .national h3 {
	font-family: "Arvo";
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
a .national p {
	font-size: 15px;
	margin: .5em 0 0;
}

a .item-section {
	position: relative;
	transition: .3s ease-in-out;
}
a .item-section .rose {
	position: absolute;
	right: 8px;
	bottom: 50px;
	width: 18%;
	opacity: .65;
	transition: .3s ease-in-out;
}
a:hover .item-section .rose {
	opacity: 1;
	bottom: 70px;
}
a .item-section h4 {
	background-color: #F70059;
	color: #fff;
	font-family: "Arvo";
	font-size: 20px;
	font-weight: 700;
	padding: 8px 12px;
	text-align: right;
	transition: .3s ease-in-out;
}
a:hover .item-section h4 {
	background-color: #8E0090;
}

.communiques {
	display: inline-block;
	width: 100%;
	margin-top: 2em;
}
.communiques a .communique {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: auto;
	height: 90%;
	background-color: #F70059;
	color: #fff;
	font-family: "Barlow";
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	margin-bottom: 1em;
	transition: .3s ease-in-out;
}
.communiques a:hover .communique {
	background-color: #8E0090;
}
.communiques a .communique p {
	text-align: right;
	font-family: "Barlow";
	font-size: 14px;
	font-weight: 600;
	margin: 10px 0 0;
}
.communiques a .plus {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto;
	height: 90%;
	background-color: #8E0090;
	color: #fff;
	font-family: "Barlow";
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	margin-bottom: 1em;
	text-align: center;
	transition: .3s ease-in-out;
}
.communiques a:hover .plus {
	background-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;
}
.portfolio h4 {
	background-color: #05d17e;
	color: #000;
	padding: 10px 14px;
	text-align: left;
	font-family: "Barlow Condensed";
	font-size: .85em;
	font-weight: 500;
	margin: 0 !important;
	line-height: 1.2
}
.portfolio h3 {
	background-color: #8E0090;
	color: #fff;
	padding: 10px 14px 2px;
	text-align: right;
	font-family: "Barlow Condensed";
	font-size: 1em;
	font-weight: 500;
	margin: 0 !important;
	line-height: 1.2
}
img.logo-r {
	float: right;
	margin: 0 0 0 20px;
	width: 35%;
}
img.logo-rs {
	float: right;
	margin: 0 20px 0 30px;
	width: 30%;
}
.texte-art a .doc-pdf {
	display: inline-block;
	padding: 10px;
	border-radius: 3px;
	background-color: #ddd;
	text-align: center;
	transition: .25s ease-in-out;
}
.texte-art a .doc-pdf img {
	width: 52px;
}
.texte-art a .doc-pdf p {
	margin: 6px 0 0;
	color: #000;
	font: 400 .75em "Barlow";
}
.texte-art a:hover .doc-pdf {
	background-color: #ededed;
}

footer {
	display: block;
	margin: auto;
	width: 90%;
	background-color: #ddd;
	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: #F70059;
	font-weight: 500;
	transition: .25s ease-in-out;
}
footer a:hover {
	color: #000;
}

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

@media screen and (max-width: 1054px){
	
	main.site {
		padding: 30px;
	}
	
}
@media screen and (max-width: 861px){
	
	.logo {
		width: 180px;
		padding: 6px 30px;
	}
	
	header .titre span.saut {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	nav.menu, nav.sections, .accordion-l, header .titre span.temp-saut {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	#menu-wrapper #hamburger-menu {
		display: block;
		visibility: visible;
		opacity: 1;
		width: 100%;
	}
	header {
		height: 80px;
	}
	header .titre {
		padding-top: 14px;
		height: auto !important;
		line-height: 1.2;
	}
	main.site {
		margin: 80px 0 2px 0;
		padding: 30px 0 30px 30px;
		border-right: 80px solid #F70059;
	}
	#top {
		bottom: 30px;
		right: 20px;
		font-size: 42px;
		color: #fff;
	}
	#top:hover{
		color: #000;
	}
	
}

@media screen and (max-width: 681px){
	
	a .item-section {
		display: inline-block;
		margin-bottom: 20px;
	}
	/*a .item-section:last-of-type {
		margin-bottom: 0;
	}*/
	img.logo-r, img.logo-rs {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	
}

@media screen and (max-width: 561px){
	
	/*main.site {
		padding: 0;
		border-right: 0;
	}*/
	.contenu {
		padding: 30px 30px 30px 0;
		border-left: 0;
	}
	.col-2, .col-3 {
		margin-bottom: 20px;
	}
	#top {
		color: #F70059;
	}
	#top:hover{
		color: #000;
	}
	
}
