@import url('https://fonts.googleapis.com/css2?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&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: #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, ol.spip {
	margin: 0 0 1em;
}
ul.spip li {
	list-style: disc;
	margin-left: 2em;
}
ol.spip li {
	margin-left: 2em;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	width: 50%;
	margin: 1em auto;
	padding: 0;
	color: #e30613;
	background-color: #e30613;
	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;
}

/**/
.centre-r, .respire, .resp, .partis-r {
	display: none;
	visibility: hidden;
	opacity: 0;
}
/*/

/* modale temporaire *****************************/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.modal.fade-in {
  opacity: 1; /* Devient visible */
}
    .modal-content {
      background-color: #fff;
      margin: 5% auto;
      padding: 2px;
      width: 480px;
      position: relative;
    }
    .close {
      color: #8F173E;
      float: right;
      font-size: 32px;
      font-weight: bold;
		margin: 0 10px 0 0;
      cursor: pointer;
    }
    .close:hover {
      color: black;
    }

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

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #EE2768;
	display: inline-block;
	/*border-bottom: .4rem solid #fff;*/
	z-index: 100;
}
header .logo {
	float: left;
	width: 20%;
	text-align: center;
}
header .logo img {
	height: 100px;
	width: auto;
}
header .unies {
	float: left;
	height: 100px;
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-family: 'Barlow Condensed';
	text-align: center;
}
header .unies span {
	display: inline-block;
	width: 100%;
	font-size: 1.3vw;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header .unies strong {
	font-size: 1.6vw;
	font-weight: 500;
}
header .social {
	float: right;
	width: 20%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
header .social a i {
	color: #fff;
	font-size: 2.2vw;
	margin: 0 5px;
	transition: .25s ease-in-out;
}
header .social a:hover i {
	opacity: .8;
}

.normal {
	display: inline-block;
	margin-top: 100px;
	border-top: .4rem solid #fff;
}

.temp {
	position: absolute;
	top: 100px;
	left: 0;
	width: 19.6%;
	height: 100%;
	min-height: 100%;
	z-index: 50;
}
.temp .cycle-slideshow {
	float: left;
	width: 100%;
	/*border-bottom: .4rem solid #fff;*/
}
.temp .kb {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #EE2768;
	padding: 0 0 1em;
	border-bottom: .4rem solid #fff;
	transition: .25s ease-in-out;
}
.temp .kb img {
	width: 70%;
	text-align: left;
	margin-left: 5%
}
.temp .kb.scrolled {
	position: sticky;
	top: 100px;
	left: 0;
	transition: .25s ease-in-out;
	z-index: 200;
}
.temp .local {
	float: left;
	width: 100%;
	background-color: #312E27;
	color: #FFF;
	font-family: 'Barlow Condensed';
	text-align: center;
	padding: 1em 0;
	border-bottom: .4rem solid #fff;
}
.temp .local strong {
	display: inline-block;
	width: 100%;
	font-size: 1.5vw;
	font-weight: 500;
	text-transform: uppercase;
}
.temp .local span {
	font-size: 1.3vw;
	font-weight: 400;
}
.temp .partis {
	width: 100%;
	padding: 20px 0;
	background-color: #EE2768;
	text-align: center;
}
.temp .partis span {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
.temp .partis span:first-child {
	margin: 20px 0 10px;
}
.temp .partis img.long {
	width: 8.5vw;
}
.temp .partis img.court {
	width: 6vw;
}
.temp .partis img.moyen {
	width: 5vw;
}
.temp img.deco {
	float: left;
}

.centre {
	display: inline-block;
	margin: 0 0 0 20%;
	width: auto;
	border-right: .4rem solid #fff;
}
.centre .item, .centre-r .item {
	position: relative;
}
/****** codes couleur *******/
.centre a .item.color-1, .centre-r a .item.color-1 {
	background-color: #EE2768;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-2, .centre-r a .item.color-2 {
	background-color: #0071ad;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-3, .centre-r a .item.color-3 {
	background-color: #e30613;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-4, .centre-r a .item.color-4 {
	background-color: #005a81;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-5, .centre-r a .item.color-5 {
	background-color: #3fa535;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-6, .centre-r a .item.color-6 {
	background-color: #6B0EAF;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-7, .centre-r a .item.color-7 {
	background-color: #FDCD01;
	color: #000;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-8, .centre-r a .item.color-8 {
	background-color: #078056;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-9, .centre-r a .item.color-9 {
	background-color: #f57203;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-10, .centre-r a .item.color-10 {
	background-color: #971b81;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-11, .centre-r a .item.color-11 {
	background-color: #0092d4;
	color: #fff;
	transition: .2s ease-in-out;
	overflow-x: hidden;
}
.centre a .item.color-theme, .centre-r a .item.color-theme {
	background-color: #f885ff;
	color: #000;
	transition: .2s ease-in-out;
}
.centre a:hover .item {
	transform: skewX(-6deg);
	opacity: .7;
	z-index: 10;
}
/* fin */

.centre .item img, .centre-r .item img {
	position: relative;
	display: block;
	width: 100%;
	min-width: 100%;
	z-index: 2;
}

.centre .item span.theme {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 1vw;
	font-weight: 400;
	text-transform: uppercase;
	z-index: 4;
}
.centre .item span.accroche {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	width: 80%;
	font-size: 1.2vw;
	font-weight: 400;
	z-index: 5;
}
.centre .item strong {
	font-size: 1.5vw;
	font-weight: 600;
}
.centre .item.color-theme strong {
	font-size: 1.8vw;
	font-weight: 600;
}

/* intérieur **********************************************/

.titre-art-1 {
	background-color: #EE2768;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.titre-art-1 span, .titre-art-2 span, .titre-art-3 span, .titre-art-4 span, .titre-art-5 span, .titre-art-6 span, .titre-art-7 span, .titre-art-8 span, .titre-art-9 span, .titre-art-10 span, .titre-art-11 span {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 1.4vw;
	font-weight: 400;
	text-transform: uppercase;
	z-index: 4;
}
.texte-1 {
	display: block;
	width: auto;
	padding: 30px 5% 30px 10%;
	background-color: rgba(238,39,104,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-1 strong, .titre-art-2 strong, .titre-art-3 strong, .titre-art-4 strong, .titre-art-5 strong, .titre-art-6 strong, .titre-art-7 strong, .titre-art-8 strong, .titre-art-9 strong, .titre-art-10 strong, .titre-art-11 strong {
	font-family: 'Barlow Semi Condensed';
	font-size: 2.5vw;
	font-weight: 600;
	text-transform: uppercase;
}
.texte-1 p, .texte-2 p, .texte-3 p, .texte-4 p, .texte-5 p, .texte-6 p, .texte-7 p, .texte-8 p, .texte-9 p, .texte-10 p, .texte-11 p {
	margin: 0 0 1em;
}
.titre-art-2 {
	background-color: #0071ad;
	color: #fff;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-2 {
	display: block;
	width: auto;
	padding: 30px 5% 30px 10%;
	background-color: rgba(0,113,173,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-3 {
	background-color: #e30613;
	color: #fff;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-3 {
	padding: 30px 5% 30px 10%;
	background-color: rgba(227,6,19,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-4 {
	background-color: #005a81;
	color: #fff;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-4 {
	padding: 30px 5% 30px 10%;
	background-color: rgba(0,90,129,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-5 {
	background-color: #3fa535;
	color: #fff;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-5 {
	padding: 30px 5% 30px 10%;
	background-color: rgba(63,165,53,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-6 {
	background-color: #6B0EAF;
	color: #fff;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-6 {
	padding: 30px 5% 30px 10%;
	background-color: rgba(107,14,165,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-7 {
	background-color: #FDCD01;
	color: #000;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-7 {
	padding: 30px 5% 30px 10%;
	background-color: rgba(253,205,1,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-8 {
	background-color: #078056;
	color: #fff;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-8 {
	padding: 30px 5% 30px 10%;
	background-color: rgba(7,128,86,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-9 {
	background-color: #f57203;
	color: #fff;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-9 {
	padding: 30px 5% 30px 10%;
	background-color: rgba(245,114,3,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-10 {
	background-color: #971b81;
	color: #fff;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-10 {
	width: 85%;
	padding: 30px 5% 30px 10%;
	background-color: rgba(151,27,129,.15);
	height: 100%;
	min-height: 100%;
}
.titre-art-11 {
	background-color: #0092d4;
	color: #fff;
	width: 90%;
	padding: 50px 5% 20px 5%;
	font-size: 2vw;
	font-weight: 400;
	position: relative;
}
.texte-11 {
	padding: 30px 5% 30px 10%;
	background-color: rgba(0,146,212,.15);
	height: 100%;
	min-height: 100%;
}
.texte-1 a .documents, .texte-2 a .documents, .texte-3 a .documents, .texte-4 a .documents, .texte-5 a .documents, .texte-6 a .documents, .texte-7 a .documents, .texte-8 a .documents, .texte-9 a .documents, .texte-10 a .documents, .texte-11 a .documents {
	float: right;
	display: block;
	width: 140px;
	margin: 0 -5% 1em 20px;
	background-color: #fff;
	padding: .4rem;
	text-align: center;
	transition: .25s ease-in-out;
}
.texte-1 a:hover .documents, .texte-2 a:hover .documents, .texte-3 a:hover .documents, .texte-4 a:hover .documents, .texte-5 a:hover .documents, .texte-6 a:hover .documents, .texte-7 a:hover .documents, .texte-8 a:hover .documents, .texte-9 a:hover .documents, .texte-10 a:hover .documents, .texte-11 a:hover .documents, a:hover h6.theme-1, a:hover h6.theme-2, a:hover h6.theme-3, a:hover h6.theme-4, a:hover h6.theme-5, a:hover h6.theme-6, a:hover h6.theme-7, a:hover h6.theme-8, a:hover h6.theme-9, a:hover h6.theme-10, a:hover h6.theme-11 {
	opacity: .8;
}
a h6.theme-1 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #EE2768;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-2 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #0071ad;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-3 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #e30613;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-4 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #005a81;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-5 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #3fa535;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-6 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #6B0EAF;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-7 {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #FDCD01;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-8 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #078056;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-9 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #f57203;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-10 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #971b81;
	margin-top: 5px;
	transition: .25s ease-in-out;
}
a h6.theme-11 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background-color: #0092d4;
	margin-top: 5px;
	transition: .25s ease-in-out;
}

.plus-1 {
	background-color: #EE2768;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-1 strong, .plus-2 strong, .plus-3 strong, .plus-4 strong, .plus-5 strong, .plus-6 strong, .plus-7 strong, .plus-8 strong, .plus-9 strong, .plus-10 strong, .plus-11 strong {
	font-weight: 600;
}
.plus-1 p, .plus-2 p, .plus-3 p, .plus-4 p, .plus-5 p, .plus-6 p, .plus-7 p, .plus-8 p, .plus-9 p, .plus-10 p, .plus-11 p {
	margin: 0 0 .5em;
}
.plus-1 a, .plus-2 a, .plus-3 a, .plus-4 a, .plus-5 a, .plus-6 a, .plus-8 a, .plus-9 a, .plus-10 a, .plus-11 a {
	display: inline-block;
	width: 100%;
	font-family: 'Barlow Semi Condensed';
	font-weight: 600;
	color: #fff;
	margin: 0 0 .5em;
	transition: .2s ease-in-out;
}
.plus-7 a {
	color: #000;
	margin: 0 5px;
	transition: .25s ease-in-out;
}
.plus-1 a:hover, .plus-2 a:hover, .plus-3 a:hover, .plus-4 a:hover, .plus-5 a:hover, .plus-6 a:hover, .plus-7 a:hover, .plus-8 a:hover, .plus-9 a:hover, .plus-10 a:hover, .plus-11 a:hover {
	opacity: .8;
}
.plus-2 {
	background-color: #0071ad;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-3 {
	background-color: #e30613;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-4 {
	background-color: #005a81;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-5 {
	background-color: #3fa535;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-6 {
	background-color: #6B0EAF;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-7 {
	background-color: #FDCD01;
	color: #000;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-8 {
	background-color: #078056;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-9 {
	background-color: #f57203;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-10 {
	background-color: #971b81;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}
.plus-11 {
	background-color: #0092d4;
	color: #fff;
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}

.logo-art {
		float: right;
		margin: 0 0 1em 25px;
		width: 30%;
	}

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

@media screen and (max-width: 1051px){
	
	header .ecran, .temp {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	
	.respire {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		text-align: center;
		width: 100%;
	}
	.respire .logo-r {
		float: left;
		margin: 10px 0 0 20px;
		width: auto;
		height: 80px;
	}
	.respire .logo-r img {
		height: 100%;
		width: auto;
	}
	.respire .social-r {
		float: right;
		height: 80px;
		line-height: 80px;
		text-align: center;
		margin: 10px 20px 0 0;
	}
	.respire .social-r a i {
		color: #fff;
		font-size: 4vw;
		margin: 0 5px;
		transition: .25s ease-in-out;
	}
	.respire .social-r a:hover i {
		opacity: .8;
	}
	.centre {
		margin: 0;
		border-right: .4rem solid #fff;
		border-left: .4rem solid #fff;
	}
	.centre .item span.theme {
		font-size: 1.6vw;
	}
	.centre .item span.accroche {
		font-size: 2vw;
	}
	.centre .item strong {
		font-size: 2.5vw;
	}
	.centre .item.color-theme {
		text-align: center;
	}
	.centre .item.color-theme strong {
		font-size: 3vw;
	}
	.partis-r {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		width: 90%;
		padding: 40px 5% 0;
		background-color: #EE2768;
		text-align: center;
		color: #fff;
	}
	.partis-r span {
		display: inline-block;
		width: 100%;
		margin: 10px 0;
		text-align: center;
		font-size: 2.5vw;
	}
	.partis-r span p {
		display: inline-block;
		margin: 0!important;
	}
	.centre .partis-r img {
		display: inline-block;
		width: 20%;
		margin: 10px 2%;
	}
	.partis-r p.sign {
		font-size: 1.2vw;
		margin: 2em auto;
	}
	
	.titre-art-1 strong, .titre-art-2 strong, .titre-art-3 strong, .titre-art-4 strong, .titre-art-5 strong, .titre-art-6 strong, .titre-art-7 strong, .titre-art-8 strong, .titre-art-9 strong, .titre-art-10 strong, .titre-art-11 strong {
		font-size: 2.2em;
	}
	.titre-art-1 span, .titre-art-2 span, .titre-art-3 span, .titre-art-4 span, .titre-art-5 span, .titre-art-6 span, .titre-art-7 span, .titre-art-8 span, .titre-art-9 span, .titre-art-10 span, .titre-art-11 span {
		font-size: 1em;
	}

}

@media screen and (max-width: 681px){
	
	.modal-content {
      width: 400px;
    }
	
	.resp {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		margin-top: 74px;
		border-top: .4rem solid #fff;
	}
	
	.respire .social-r, .centre {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.centre-r {
		display: inline-block;
		visibility: visible;
		opacity: 1;
		margin: 0;
		border-right: .4rem solid #fff;
		border-left: .4rem solid #fff;
	}
	.centre-r a:hover .item {
		opacity: .7;
		z-index: 10;
	}
	.centre-r .item span.theme {
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 4vw;
		font-weight: 400;
		text-transform: uppercase;
		z-index: 4;
	}
	.centre-r .item span.accroche {
		position: absolute;
		top: 50%;
		left: 10%;
		transform: translateY(-50%);
		width: 80%;
		font-size: 5vw;
		font-weight: 400;
		z-index: 5;
	}
	.centre-r .item strong {
		font-size: 6.5vw;
		font-weight: 600;
	}
	.centre-r .item.color-theme {
		text-align: center;
		padding-bottom: 20px;
	}
	.centre-r .item.color-theme strong {
		font-size: 8.5vw;
		font-weight: 600;
	}
	.centre-r .item {
		margin-bottom: .4rem;
	}
	.partis-r span {
		font-size: 6vw;
	}
	.partis-r img.long {
		width: 60%;
		margin: 1em 20%;
	}
	.partis-r img.court, .partis-r img.moyen {
		width: 40%;
		margin: 1em 30%;
	}
	.partis-r p.sign {
		font-size: 14px;
		margin: 0 0 20px;
	}
	
	.titre-art-1, .titre-art-2, .titre-art-3, .titre-art-4, .titre-art-5, .titre-art-6, .titre-art-7, .titre-art-8, .titre-art-9, .titre-art-10, .titre-art-11 {
		font-size: 1em;
	}
	.titre-art-1 strong, .titre-art-2 strong, .titre-art-3 strong, .titre-art-4 strong, .titre-art-5 strong, .titre-art-6 strong, .titre-art-7 strong, .titre-art-8 strong, .titre-art-9 strong, .titre-art-10 strong, .titre-art-11 strong {
		font-size: 2em;
		line-height: 1.1;
	}
	.titre-art-1 span, .titre-art-2 span, .titre-art-3 span, .titre-art-4 span, .titre-art-5 span, .titre-art-6 span, .titre-art-7 span, .titre-art-8 span, .titre-art-9 span, .titre-art-10 span, .titre-art-11 span {
		font-size: 1em;
	}
	
	.logo-art {
		float: none;
		display: inline-block;
		margin: 0 0 1.5em;
		width: 100%;
	}
	
}

@media screen and (max-width: 501px){
	
	.respire .logo-r {
		margin: 10px 0 0 20px;
		width: auto;
		height: 70px;
	}
	.resp {
		margin-top: 100px;
		border-top: .4rem solid #fff;
	}
	
	.titre-art-1 span, .titre-art-2 span, .titre-art-3 span, .titre-art-4 span, .titre-art-5 span, .titre-art-6 span, .titre-art-7 span, .titre-art-8 span, .titre-art-9 span, .titre-art-10 span, .titre-art-11 span {
		font-size: .85em;
	}
	.titre-art-1 strong, .titre-art-2 strong, .titre-art-3 strong, .titre-art-4 strong, .titre-art-5 strong, .titre-art-6 strong, .titre-art-7 strong, .titre-art-8 strong, .titre-art-9 strong, .titre-art-10 strong, .titre-art-11 strong {
		font-size: 1.5em;
		line-height: 1.1;
	}
	
}
