/*	Theme Name: La Vannetaise 
	Theme URI: https://lavannetaise.com/
	Description: La Vannetaise 
	Version: 1
	Author: A l'Encre bleue
	Author URI: https://alencrebleue.com
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
    color: #000;
}
body{
	background:#fff;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
ul{
	list-style-type: none;
}
img {
    width: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
body{
	-webkit-font-smoothing: antialiased;
}
blockquote {
    box-shadow: 0 3px 6px #00000029;
    padding: 0.25em 1.5em;
    background: rgba(255,142,223,0.25);
    border-left: 5px solid #F92FC5;
    margin: 1.5em 0;
    font-weight: 600;
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('/wp-content/themes/LaVannetaise/assets/fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/LaVannetaise/assets/fonts/source-sans-pro-v21-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/LaVannetaise/assets/fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/LaVannetaise/assets/fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/wp-content/themes/LaVannetaise/assets/fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/LaVannetaise/assets/fonts/source-sans-pro-v21-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/wp-content/themes/LaVannetaise/assets/fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/LaVannetaise/assets/fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*------------------------------------*\
    MARGE SUR MENU ADMIN (lorsque le menu est en fixe, il est caché en partie)
\*------------------------------------*/
.logged-in.admin-bar header{
    margin-top: 32px;
}
.logged-in.admin-bar #wpadminbar {
    z-index: 999999;
}
/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
	width:90%;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row>* {
    float: left;
    width: 100%;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (min-width:1200px) {
.container {
	max-width:1140px;
}
}
@media screen and (min-width:1100px) and (max-width:1199px) {
.container {
	max-width:1060px;
}
}
@media screen and (max-width:1099px) {
.container {
	max-width:90%;
}
}
@media screen and (min-width:800px) {
.row>* {
    padding-left: .9375em;
    padding-right: .9375em;
}
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
a {
    color:#F92FC5;
    text-decoration: none;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
}
:focus {
    outline: none;
}
/* IMG POUR WISIWYG */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
hr{
	border:none;
}
hr.small{
	margin:0.5em 0;
}
hr.medium{
	margin:1em 0;
}
hr.large{
	margin:2em 0;
}
/* =====================================
             MENU
=======================================*/
#top.current {
	overflow: hidden;
}
#top.highlight {
    overflow: hidden;
    position: initial;
}
header{
	width:100%;
	background: #fff;
	top:0;
    /*z-index: 11;*/
    z-index: 999999;
	position: fixed;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#menu-aeb.dynamic, #menu-aeb.smallogo{
    background: #fff;
	box-shadow:0 4px 6px #00000017;
}
header.hidden {
    transform: translateY(-104px);
}
#menu-aeb *{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#menu-aeb .logactive{
    display:none;
}
/*#menu-aeb.dynamic .loghead, #menu-aeb.smallogo .loghead{
    display:none;
}*/
#menu-aeb.dynamic .logactive, #menu-aeb.smallogo .logactive{
    display:block;
}
#menu-aeb .contain{
	width:95%;
	max-width:1680px;
	margin:auto;
	display: flex;
	padding: .6em 0;
	position:relative;
}
.menu{
    display: none;
    position: fixed;
    background:rgba(255,255,255,0.5);
    height: 100%;
    width: 100%;
    z-index: 100;
    left: -100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.menu.active{
    display: block;
    right: 0%;
	left:inherit;
    transition: 0.5s;
}
.menu .wrap {
  height: 100%;
  position: relative;
  text-align: left;
  /*overflow: scroll;*/
}
.menu .wrap .mara{
  position: absolute;
  width: max-content;
  right: 0;
  padding: 2em 4em;
  background: #F92FC5;
  height: 100%;
	z-index:2;
}
.menu .wrap #horszone{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:2;
}
.menu .wrap .wrap-nav{
    margin:auto;
}
.menu .wrap ul.wrap-nav > li{
    position: relative;
    color: #fff;
    text-transform: uppercase;
	padding:1em 0 .25em;
}
.menu .wrap ul.wrap-nav > li > a, .itemnolink {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
}
.menu .wrap ul.wrap-nav > li > a:hover {
    color: #FEE0F9;
}
.menu .wrap ul.wrap-nav > li > a:hover:after {
    width: 100%;
}
.hamburger {
	cursor: pointer;
    display: inline-flex;
	overflow: hidden;
	align-self:center;
}
.buttonMenu {
    display: flex;
}
.buttonMenu .text {
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    display: initial;
    padding-left: 0.75em;
    position: relative;
}
.buttonMenu .text a:after {
    position: absolute;
    right: -1.5em;
    top: 0.3em;
    content: url(../wp-content/themes/AEB_AGENCY/images/flower.svg);
    zoom: 0.8;
}
.buttonMenu .text a{
    color: #fff;
}
.hamburger__container {
width: 55px;
height: 42px;
position: relative;
}
.hamburger:hover .hamburger__inner {
transform: translate(-51px, 50%);
opacity: 0;
}
.hamburger:hover .hamburger__inner::before,
.hamburger:hover .hamburger__inner::after {
transform: translate(102px, 0);
opacity: 0;
}
.hamburger.is-active .hamburger__inner {
display: none;
}
.hamburger__inner {
background-color:#F92FC5;
border-radius: 20px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
top: 50%;
transform: translate(0, -50%);
opacity: 1;
}
.hamburger__inner::before,
.hamburger__inner::after {
background-color:#F92FC5;
border-radius: 20px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
content: "";
opacity: 1; 
right:0;
}
.hamburger__inner::before {
top: -14px;
}
.hamburger__inner::after {
top: 14px;
}
.hamburger:hover .hamburger__hidden {
opacity: 1;
transform: translate(0, -50%);
}
.hamburger:hover .hamburger__hidden::before,
.hamburger:hover .hamburger__hidden::after {
opacity: 1;
transform: translate(0, 0);
}
.hamburger.is-active .hamburger__hidden {
opacity: 1;
transform: rotate(45deg);
}
.hamburger.is-active .hamburger__hidden::before {
transform: translate(0, 14px) rotate(90deg);
transform-origin: center;
}
.hamburger.is-active .hamburger__hidden::after {
transform-origin: center;
transform: translate(0, -14px) rotate(0);
	opacity: 0;
}
.hamburger__hidden {
opacity: 0;
background-color: #F92FC5;
border-radius: 20px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
top: 50%;
transform: translate(51px, -50%);
}
.hamburger__hidden::before,
.hamburger__hidden::after {
background-color: #F92FC5;
border-radius: 20px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
content: "";
transform: translate(102px, 0);
}
.hamburger__hidden::before {
top: -14px;
}
.hamburger__hidden::after {
top: 14px;
}	
#entete .nav-site{
	top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.nav-site {
    display: inline-flex;
    align-self: center;
    position: absolute;
    right: 0;
}
.nav-site a.billetterie {
    background: #F92FC5;
    color: #fff;
    line-height: 39px;
    font-size: 16px;
    font-style: inherit;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    align-self: center;
    border-radius: 45px;
	margin-right:2em;
}
/*.dynamic .nav-site a.billetterie, .smallogo .nav-site a.billetterie  {
    color: #000;
}*/
/* AJout Toggle sur le menu burger pour les liens en sous menu */
.dropdown-content {
	display: block;
	padding-top: 0.25em;
}
.dropdown span {
    position: relative;    
	padding: 0 0.5em 0 0;
}
.dropdown span:before{
    content: ' ';
    transform: rotate(45deg);
    position: absolute;
    right: -0.5em;
    top: .55em;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: #fff;
}
.dropdown span:after{
    content: ' ';
    transform: rotate(-45deg);
    position: absolute;
    right: -0.5em;
    top: .8em;
    margin: 0;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    background: #fff;
}
.dropdown .active:before{
    transition: 0.35s;
    transform: rotate(225deg);
    right: -0.47em;
    top: 0.75em;
	background:#FEE0F9;
}
.dropdown .active:after{
    transition: 0.35s;
    transform: rotate(-225deg);
    right: -0.75em;
    top: 0.75em;
	background: #FEE0F9;
}
.dropdown span.active{
    color: #FEE0F9;
    transition: 0.25s;
}
.dropdown > div > a:after{
    display: none;
}
.menu .dropdown .dropdown-content a {
    display: block;
    text-align: left;
    text-transform: initial;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
}
.menu .dropdown .dropdown-content a:hover {
	color: #FEE0F9;
} 
/*==========================================
========== MÉDIA QUERIES HEIGHT ============
===========================================*/
@media only screen and (max-height: 720px) {
.menu .wrap .mara {
	padding: 0em 4em;
	overflow: scroll;
}
}
/*==========================================
======== FIN MÉDIA QUERIES HEIGHT ==========
===========================================*/
@media only screen and (min-width: 1025px) {
header {
    position: fixed;
}
.hamburger__inner, .hamburger__inner::before, .hamburger__hidden, .hamburger__hidden::before,
.hamburger__hidden::after {
    width: 45px;
    height: 7px;
}
.hamburger__inner::after {
	width: 26px;
    height: 7px;
}
}
@media only screen and (min-width: 300px)  and (max-width: 1024px) {
.menu.active {
    margin-top: 76px;
    width: 100%;
}
.nav-site a.billetterie{
	display: none;
}
#menu-aeb .logo-site .logactive {
    display: block;
    max-height: 53px;
}
.nav-site {
    width: 40px;
}
.hamburger__inner, .hamburger__inner::before, .hamburger__hidden, .hamburger__hidden::before,
.hamburger__hidden::after {
    width: 40px;
    height: 6px;
}
.hamburger__inner::after {
	width: 22px;
    height: 6px;
}
#menu-aeb{
    position: fixed;
    z-index: 99;
    width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px #00000029;
}
header.hidden {
    transform: translateY(-79px);
}
.menu .wrap {
  padding: inherit;
}
.menu .wrap .wrap-nav {
    width: max-content;
}
.menu .wrap .resoc{
    display: block;
    margin: auto;
    width: max-content;
	/*margin-left: 5.5em;*/
}
.wrap a.billetterie {
    background: #fff;
	color: #F92FC5;
	line-height: 25px;
	font-size: 20px;
    font-style: inherit;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5em 1.5em;
    display: block;
    border-radius: 45px;
    width: max-content;
    margin: 1em auto 0.5em;
}
}
@media only screen and (max-width: 600px) {
.menu .wrap ul.wrap-nav > li {
  padding: .35em 0;
}
.wrap a.billetterie {
  margin: .5em auto;
  line-height: 22px;
  font-size: 19px;
	margin-left:0;
}
.menu .wrap .resoc {
  margin-left: 0;
}
.menu .wrap .mara {
  padding: 2em 2em 7em;
  overflow: scroll;
}
.menu .dropdown .dropdown-content a {
  line-height: 24px;
}
}
@media only screen and (max-width: 432px) {
.menu .wrap .mara {
  padding: 1em 2em 5em;
}
}
@media only screen and (max-width: 374px) {
#menu-aeb .logo-site img{
  width: 85%;
}
.menu.active {
	margin-top: 67px;
}
}
/* =========================
      FIN MENU 
===========================*/
/* DEBUT PERSONNALISATION */
html,body {
  margin:0;
  padding:0;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
	background:#fff;
	position:relative;
	margin:0;
}	
.btn {
    font-size: 20px;
    font-style: inherit;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.2em 1.5em;
    border-radius: 45px;
    line-height: 36px;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.content_aeb {
    position: relative;
    background: #fff;
	margin-top:75px;
}
.intro{
	position: relative;
}	
.content_aeb .intro{
	background:#F92FC5;
	padding:0;
}
.int.banniere {
    max-height: 180px;
}
.banniere{
    display: block;
    width: 100%;
    object-fit: cover;
}
.single img, .blog img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.text-ban{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:100%;
	max-width:890px;
}
.text-ban.inter{
    top: 55%;
}
.text-ban h1{
	font-size: 100px;
	font-style: italic;
	font-weight:900;
	color:#fff;
	line-height:80px;
	text-transform: uppercase;
	text-align: center;
}
.text-ban.inter h1{
	font-size: 45px;
	line-height:45px;
}
#breadcrumbs, #breadcrumbs * {
    color: #fff;
    z-index: 999;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
	letter-spacing: -0.32px;
}
/*@media only screen and (min-width:1025px) {
#siteWrapper .intro{
	margin-top:78px;
}
}
@media only screen and (max-width:1024px) {
#siteWrapper .intro{
	margin-top:72px;
}
}*/
@media only screen and (min-width:801px) and (max-width: 1280px) {
.text-ban h1{
	font-size: 80px;
	line-height: 66px;
}
.text-ban.inter h1{
	font-size: 45px;
	line-height:45px;
}
}
@media only screen and (max-width: 1024px) {
.text-ban, .text-ban.inter {
  top: 55%;
}
}
@media only screen and (min-width:320px) and (max-width: 800px) {
.text-ban h1 {
    font-size: 40px;
    line-height: 35px;
}
#breadcrumbs, #breadcrumbs span, #breadcrumbs a, #breadcrumbs * {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0.25em;
}
.banniere{
  max-height: 240px;
}
}
@media only screen and (max-width: 480px) {
.text-ban.inter h1 {
    font-size: 30px;
    line-height: 28px;
}
.text-ban.inter {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}
}
@media only screen and (max-width: 375px) {
.text-ban.inter h1 {
    font-size: 26px;
    line-height: 24px;
}
#breadcrumbs, #breadcrumbs span, #breadcrumbs a, #breadcrumbs * {
    font-size: 12px;
    line-height: 14px;
}
.int.banniere {
    height: 120px;
}
}
@media only screen and (max-width: 374px) {
.content_aeb {
	margin-top:67px;
}
}
/* =================
======Footer =======
===================*/
footer{
	background:#FC20C7;
	padding:2em 0 0;
}
footer *{
	color:#fff;
}
.logoprez {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.4%;
    flex: 0 0 26.4%;
    max-width: 26.4%;
    margin-right: 29px;
}
.logoprez p{
	font-size:14px;
	line-height:18px;
	margin:1em 0;
}
.menu-foot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.3%;
    flex: 0 0 14.3%;
    max-width: 14.3%;
    margin-right: 64px;
	margin-bottom: 1em;
}
.menu-foot .soumenu{
	display: grid;
}
.menu-foot .soumenu a{
	font-size:17px; 
	line-height:20px;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	display: block;
}
.menu-foot .soumenu a:hover {
    color: #fdadea;
}
.engagement {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.4%;
flex: 0 0 33.4%;
max-width: 33.4%;
	margin-right:40px;
	padding:0
}
.engagement .linkfoot {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 0.25em;
    display: block;
}
.engagement .enga{
    display: flex;
    justify-content: space-between;
}
.engagement .enga a{
	padding:7px 20px;
	font-size:15px;
	line-height: 17px;
	letter-spacing: -0.18px;
	color: #fff;
	background: #D1009F;
	border-radius:35px;
	text-transform: uppercase;
}
.engagement .enga a.don{
	background:#fff;
	color: #FC20C7;
}
.engagement .newsletter{
	margin-top:1.5em;
}
#gform_2 {
    position: relative;
    max-width: 340px;
}
#input_2_2{
    border-radius: 35px;
    border: none;
	background: #FDACEA;
	color:#D1179F;
}
#placeholder{
	color:#D1179F;
	letter-spacing: -0.17px;
	font-size:14px;
	line-height:12px;
}
#gform_2 .gfield input::-webkit-input-placeholder{
	color:#D1179F;
	letter-spacing: -0.17px;
	font-size:14px;
	line-height:12px;
	padding-left:.5em;
}
#field_2_3 > div > span{
	display: none;
}
#field_2_3 > div > label{
	font-size: 13px;
	line-height: 12px;
	font-weight:300;
	letter-spacing: -0.16px;
	color: #FFFFFF;
}
.gform_wrapper.gravity-theme #gform_fields_2.gform_fields {
    grid-row-gap: 5px;
}
#gform_submit_button_2{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    font-family: "Source Sans Pro";
	letter-spacing: -0.18px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #D1179F 0% 0% no-repeat padding-box;
	border-radius: 35px;
	padding:8px 20px;
	border:none;
	position: absolute;
	right:0;
	top:0;
}
footer .resoc {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.2%;
flex: 0 0 14.2%;
max-width: 14.2%;
	padding:0;
}
.resoc .linkfoot {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 0.35em;
    display: block;
	text-align: center;
}
footer .menu-rs{
    display: flex;
	justify-content: center;
}
.mara .menu-rs{
    display: flex;
	justify-content: flex-start;
	margin-top:1em;
}
.menu-rs li {
  margin: 0 .25em;
}
.sprites {
    width: 40px;
    height: 40px;
    background:  url(/wp-content/themes/LaVannetaise/images/resoc.svg) no-repeat center center;
    display: inline-block;
}
.sprites:hover {
    background:  url(/wp-content/themes/LaVannetaise/images/resoc-hover.svg) no-repeat center center;
}
.rs-facebook, .rs-facebook:hover {
    background-position: 0 0;
}
.rs-instagram, .rs-instagram:hover {
    background-position: -44px 0;
}
.rs-youtube, .rs-youtube:hover {
    background-position: -89px 0;
}
.resoc .hashtag{
	font-size: 16px;
	line-height:20px;
	text-align: center;
	margin-top: 1em;
}
.mbp{
    border-top: 1px solid #FDC0ED;
	padding: .5em 0;
}
.mbp p, .mbp a{
    font-size: 13px;
    color: #FEE0F9;
    font-weight:400;
	text-align: center;
}
@media only screen and (max-width: 1279px) {
.menu-foot{
	display: none;
}
.engagement .newsletter, footer .logoprez p{
	display: none;
}
footer .resoc,
footer .logoprez {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
footer .engagement {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
	margin:0;
}
footer .engagement div{
    width: max-content;
    min-width: 370px;
    margin: auto;
}
footer .resoc, footer .logoprez {
	margin: 0;
    padding: 0 0 1.5em;
}
footer .logoprez img {
    width: 40%;
    min-width: 205px;
    margin-right: 2.5em;
}
footer{
	position: relative;
}
footer .hashtag{
	display: flex; 
	position: absolute;
	bottom: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
}	
.engagement .linkfoot, .resoc .linkfoot{
    margin-bottom: 0.25em;
}
}
/*@media only screen and (min-width: 700px) and (max-width: 1023px) {
footer .resoc, footer .logoprez {
    padding: 0 0 2.5em;
}
}*/
@media only screen and (min-width: 850px) and (max-width: 972px) {
footer .engagement div{
    min-width: 310px;
}
.engagement .enga a {
    font-size: 13px;
}
}
@media only screen and (min-width: 850px) and (max-width: 920px) {
.engagement .enga a {
    padding: 5px 15px;
}
}
@media only screen and (min-width: 383px) and (max-width: 699px) {
footer .logoprez a {
    width: 100%;
	display: block
}
footer .logoprez img {
    width: 100%;
    max-width: 205px;
    margin: 0 auto;
	display: block
}
footer .resoc,
footer .logoprez {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
footer .resoc, footer .logoprez {
    padding: 0 0 1.5em;
}
}

@media only screen and (min-width: 701px) and (max-width: 849px) {
footer .logoprez{
	display: none;
}
footer .engagement, footer .resoc{
    margin-bottom: 1em;
}
footer .resoc,
footer .engagement {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; 
    max-width: 50%;
}
}
@media only screen and (max-width: 700px) {
footer .resoc,
footer .logoprez,
footer .engagement {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; 
    max-width: 100%;
	display: block;
}
.engagement .linkfoot {
	display: none;
}
.engagement .enga {
	margin:1em 0;
}
footer .hashtag {
    bottom: 10%;
}
footer .resoc{
    margin-bottom: 1em;
}
}

@media only screen and (min-width: 433px) and (max-width: 450px) {
footer .hashtag {
    bottom: 23%;
}
}
@media only screen and (max-width: 432px) {
footer .logoprez a {
    width: 100%;
	display: block
}
footer .logoprez img {
    width: 100%;
    max-width: 205px;
    margin: 0 auto;
	display: block
}
footer .logoprez {
    padding: 0;
}
footer .resoc {
    padding: 0 0 2.5em;
}
footer .hashtag {
    bottom: 13%;
}
footer .engagement .enga a:nth-child(2), footer .engagement .linkfoot{
	display: none;
}
footer .engagement div {
    width: 100%;
    min-width: inherit;
}
footer .engagement .enga {
	justify-content: space-evenly;
}
}



/* BANDEAU COOKIE */
#cookie-notice .cookie-notice-container {
    display: block;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.04);
}
#cn-notice-buttons .cn-button.bootstrap {
    background: #F8007B;
}
/* RESPONSIVE */
@media only screen and (min-width:320px) and (max-width: 800px) {
.btn {
    font-size: 18px;
    line-height: 28px;
}
}
@media only screen and (min-width: 801px) {
.bloc-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bloc-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bloc-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}
.bloc-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bloc-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.bloc-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66%;
flex: 0 0 16.66%;
max-width: 16.66%;
}
.bloc-2-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66%;
flex: 0 0 66.66%;
max-width: 66.66%;
}
.bloc-3-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bloc-2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.bloc-3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
.bloc-4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
@media screen and (min-height:600px) and (max-height:761px) {
.menu .wrap ul.wrap-nav > li > a, .itemnolink {
  font-size: 18px;
}
.menu .dropdown .dropdown-content a {
  font-size: 14px;
  line-height: 20px;
}
}
@media screen and (min-height:760px) and (max-height:845px) {
.menu .dropdown .dropdown-content a {
  font-size: 15px;
  line-height: 22px;
}
.menu .mara {
  padding: 1em 6.8em;
}
}
@media screen and (min-height:855px) and (max-height:980px) {
.menu.active > *, .menu .dropdown .dropdown-content a{
	font-size:110%;	
}
.menu .mara {
    padding: 1.5em 5.3em;
}
}
@media screen and (min-height:981px) and (max-height:1040px) {
.menu .dropdown .dropdown-content a {
    font-size: 130%;
    line-height: 1.5;
}
.menu .mara > ul > li > a, .itemnolink {
    font-size: 150%;
}
.dropdown-content {
    padding-top: 0.75em;
}
.menu .mara {
    padding: 2em 5em;
}
}
@media screen and (min-height:1041px) {
.menu .dropdown .dropdown-content a {
    font-size: 135%;
    line-height: 1.5;
}
.menu .wrap ul.wrap-nav > li > a, .itemnolink {
    font-size: 150%;
}
.dropdown-content {
    padding-top: 0.55em;
}
.menu .mara {
  padding: 1.5em 3.5em 1.5em 6em;
}
.menu .mara > ul > li {
  padding: 0.5em 0;
}
.menu .mara > ul > li {
  padding: 6% 0;
}
}
#cookie-notice, #cookie-notice * {
    color: #fff;
}
body #cookie-notice .cn-button:not(.cn-button-custom) {
    color: #000;
    font-weight: 500;
}
@media screen and (max-width:422px) {
body #cookie-notice .cn-button:not(.cn-button-custom) {
  margin: 0.5em;
}
}
/* ================
======POPUP========
=================*/
#box{
	padding:0;
}
#box img {
    margin: auto;
}
#button {
    cursor: pointer;
    transition: all 0.3s ease-out;
	background: #0509E9;
	padding: 0.75em 1em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: max-content;
    margin: 1em auto;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}
#popup .content {
    text-align: left;
    max-width: 100%;
    margin: auto;
    padding: 1.5em 1em;
}
#overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	z-index:99;
}
#overlay.close {
	visibility: hidden;
	opacity: 0;
    transition: all 1s ease-in-out;
	display: none;
}
#popup {
    border-radius: 20px;
    width: max-content;
    max-width: 680px;
    height: auto;
    max-height: 80vh;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
#popup #close {
    position: absolute;
    top: 10px;
    right:10px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    width: 28px;
    height: 28px;
    color: #fff;
    border-radius: 90px;
}
#popup #close:hover {
  background:#333;
}
#popup #close a{
    position: relative;
    width: 28px;
    height: 28px;
	display: block;
}
#popup #close a:before, #popup #close a:after {
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    content: "";
	width:18px;
	height:3px;
	border-radius: 5px;
	background: #fff;
	top: 50%;
}
#popup #close a:before {
    transform: translate(30%, -50%) rotate(135deg);
}
#popup #close a:after {
    transform: translate(30%, -50%) rotate(45deg);
}
#popup .content > ol{
	margin-left:1em;
}
.content > ol > li > ul{
	margin-left:2em;
}
.content p{
	margin:0.5em 0;
}
/* Personnalisé pour LaVannetaise */
.popactu h2 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    vertical-align: top;
    padding-bottom: 0.5em;
}
.poptext h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.poptext .btn {
    color: #000;
    border: 1px solid #000;
    background: #fff;
	display: block;
    width: max-content;
}
.poptext .btn:hover {
    color: #fff;
    border: 1px solid #000;
    background: #000;
}
@media only screen and (max-width: 900px) {
#box {
    display:none;
}
}
/* ===============
==== FIN POPUP ===
================*/


/* STYLE INTERNE COMMUN GENERAL¨*/

.content_aeb .intro .bloc-2{
	padding:0;
}
.content_aeb .intro .bloc-2 h1{
	font-size:40px;
	line-height:40px;
	letter-spacing: -0.8px;
	color: #FFFFFF;
	text-align: center;
	font-weight:700;
}
.content_aeb > section.intro > div.row, .content_aeb .intro .bloc-2 .tite-epre{
	position: relative;
}

.content_aeb  section.intro > div.container, .content_aeb .intro .bloc-2 .tite-epre .epre{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:100%;
}

/* STYLE DES COMPOSANT */

/* EFFET DE SURVOL (section édition 2022 et section epreuves) */
.survol .hover {
    opacity: 0;
    position: absolute;
	width:100%;
	height:100%;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .75s ease-in-out;
}
.survol:hover .hover {
    transition: .75s ease-in-out;
}
.survol:hover .hoverbloc{
    -webkit-animation: .75s ease 0s normal forwards 1 fadein;
    animation: .75s ease 0s normal forwards 1 fadein;
}
@keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
.survol .hoverbloc{
    transition: .55s ease-in-out;
	opacity: 0;
}
/*.survol .hover *  {
    transition: 0.5s ease-in-out;
}*/
.survol:hover .hover{
    display: block;
	height:100%;
	width:100%;
	background:rgba(252,32,199,0.84);
	opacity: 1;
}
.survol:hover .hoverbloc{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);	
}
.survol .hoverbloc span {
    position: relative;
    background: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 1em auto 0;
}
.survol .hoverbloc span:before, .survol .hoverbloc span:after {
    position: absolute;
    content: '';
    border-bottom: 3px solid #F92FC5;
    width: 20px;
    height: 20px;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.survol .hoverbloc span:after {
    transform: translate(-50%,-50%) rotate(90deg);
    top: 50%;
    margin-left: 10px;
}
/* FIN CSS SURVOL*/

/* SECTION BLOC INTRO */
#intro{
	position: relative;
	padding:0;
}	
#intro .rendezvous{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	height:100%;
}	
#intro .rendezvous > .row{
	height:100%;
}	
#intro .bloc-2{
	padding:0;
}	
#intro img{
    display: block;
    width: 100%;
}
#intro h1{
	text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
	letter-spacing: -0.8px;
	color: #FEE0F9;
}
#intro h1.titre-post-course{
	text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
	letter-spacing: -0.8px;
	color: #FFFFFF; 
}
#intro h2{
	text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
	letter-spacing: -0.8px;
	color: #FFFFFF;
}
#intro p {
    text-align: center;
    font-weight: 600;
    margin: 1em 0;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}
#intro a{
    display: block;
    width: max-content;
}
#intro a.inscri {
    font-weight: bold;
    font-size: 38px;
    line-height: 29px;
	letter-spacing: -0.46px;
    color: #F92FC5;
    background: #fff;
    padding: 15px 30px;
    margin: 0.5em auto;
}
#intro a.verif{
    font-weight: bold;
    font-size: 20px;
    line-height: 17px;
	border:3px solid #fff;
	color:#fff;
	padding:10px 25px;
    margin: 0.5em auto;
}
#intro .texteintro {
    position: relative;
    display: grid;
}
#intro .titre-lv {
	align-self: center;
}
#intro .hashtag {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: inherit;
}
#intro ul {
    display: flex;
    justify-content: space-evenly;
}
#intro ul li{
    font-size: 24px;
    line-height: 12px;
	letter-spacing: -0.29px;
	color: #FFFFFF;
}
@media only screen and (min-width: 1280px) {
#intro h1{
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
}
#intro h2{
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
}
#intro a.inscri {
    font-weight: bold;
    font-size: 38px;
    line-height: 29px;
}
#intro a.verif{
    font-weight: bold;
    font-size: 20px;
    line-height: 17px;
}
#intro ul li{
    font-size: 24px;
    line-height: 12px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    #intro h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 32px;
        font-family: "Source Sans Pro";
    }
    #intro h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 34px;
        line-height: 34px;
        font-family: "Source Sans Pro";
    }
    #intro a.inscri {
        font-style: normal;
        font-weight: bold;
        font-size: 30px;
        line-height: 25px;
        font-family: "Source Sans Pro";
    }
    #intro a.verif {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 16px;
        font-family: "Source Sans Pro";
    }
    #intro ul li {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 12px;
        font-family: "Source Sans Pro";
    }
}

@media only screen and (max-width: 1024px) {
    #intro h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 32px;
        font-family: "Source Sans Pro";
    }
    #intro h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 28px;
        font-family: "Source Sans Pro";
    }
    #intro a.inscri {
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 20px;
        font-family: "Source Sans Pro";
    }
    #intro a.verif {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 14px;
        font-family: "Source Sans Pro";
    }
    #intro ul li {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 12px;
        font-family: "Source Sans Pro";
    }
}

@media only screen and (max-width:800px) {
#intro div.bloc-2:nth-child(1), .intro div.bloc-2:nth-child(1){
		display: none;
}
#intro .titre-lv {
  padding-bottom: 2em;
}
#intro p {
    margin: .5em 0;
    font-size: 18px;
    line-height: 24px;
}
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    #intro h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 36px;
        font-family: "Source Sans Pro";
    }
    #intro h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
        font-family: "Source Sans Pro";
    }
    #intro a.inscri {
        font-style: normal;
        font-weight: bold;
        font-size: 38px;
        line-height: 29px;
        font-family: "Source Sans Pro";
    }
    #intro a.verif {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 17px;
        font-family: "Source Sans Pro";
    }
    #intro ul li {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 12px;
        font-family: "Source Sans Pro";
    }
}
@media only screen and (max-width: 432px) {
#intro h1.titre-post-course {
	font-size: 30px;
	line-height: 30px;
}
#intro img {
	height: 320px;
	object-fit: cover;
}
#intro .titre-lv *{
	padding: 0.25em 0 0;
}
#intro a.inscri {
  padding: 12px 25px;
	margin:1em auto.5em;
}
#intro a.verif {
  padding: 10px 15px;
}
}
@media only screen and (max-width: 360px) {
    #intro ul li {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 12px;
        font-family: "Source Sans Pro";
    }
}

/* ==========================
---- PROMOTION PARTENAIRE ---
============================*/
#promotion {
    padding: 3em 0 0;
    margin-bottom: -1em;
}
#promotion.fondation .row{
    border-color: #11843B;
}
#promotion .logo-promo, #promotion .info-promo{
    display: flex;
}
#promotion .logo-promo span{
    font-size:62px;
	line-height:87px;
    font-weight: 600;
    margin: 0 15px;	
}
#promotion.fondation .logo-promo span{
	color: #95CB45;
}
#promotion .info-promo p{
	font-size:20px;
	font-weight:600;
}
#promotion .info-promo span{
	text-transform: uppercase;
	font-weight:400;
}
#promotion.fondation .info-promo span{
	color: #95CB45;
}
#promotion .info-promo .btn {
    letter-spacing: -0.24px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 17px;
    font-family: "Source Sans Pro";
    margin-left: 1.75em;
    padding: 14px 25px 15px;
    height: fit-content;
}

#promotion.fondation .info-promo .btn{
	background: #95CB45;
}

@media only screen and (min-width: 1260px) {
#promotion .row{
    border: 16px solid;
}
	#promotion .bloc-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
	padding: 0;
}
#promotion .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}
#promotion .logo-promo{
	padding:1.5em 2em 1em;
}
#promotion .info-promo{
	padding:3em 2em 0;
}
}
@media only screen and (min-width: 800px) {
#promotion .row{
    width: calc(100% - 32px);
    margin-left: 16px;
}
}
@media only screen and (min-width: 975px) and (max-width:1259px) {
#promotion .bloc-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding: 0;
}
#promotion .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media only screen and (min-width: 736px) and (max-width:974px) {
#promotion .bloc-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
	padding: 0;
}
#promotion .bloc-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
}
@media only screen and (max-width:1259px) {
#promotion .bloc-2-3 img{
  object-fit: cover;
  height: 100%;
}
#promotion .info-promo {
  padding: 1em 0.5em;
}
#promotion .logo-promo {
  padding: 1em 0.5em 0.5em;
}
#promotion .row {
  border: 12px solid;
}
}
@media only screen and (max-width: 736px) {
#promotion .bloc-2-3, #promotion .bloc-3 {
	padding: 0;
}
#promotion .info-promo,
#promotion .logo-promo {
	width:max-content;
	margin:auto;
	max-width: 100%;
}
}
@media only screen and (max-width: 800px) {
#promotion {
  padding: 2em 0 0;
  margin-bottom: 0;
}
}
@media only screen and (max-width: 502px) {
#promotion .logo-promo img {
  max-width: 38%;
}
#promotion .logo-promo span {
  font-size: 50px;
  line-height: 75px;
}
#promotion .info-promo .btn {
    font-weight: 600;
    font-size: 17px;
    line-height: 13px;
}
#promotion .info-promo p {
  font-size: 16px;
}
#promotion .info-promo {
	width:100%;
	padding-top:0;
}
#promotion .info-promo .btn {
  margin-left: 0.75em;
}
}

@media only screen and (max-width: 420px) {
#promotion .logo-promo span {
  margin: 0 8px;
}
#promotion .info-promo {
	display: block;
}
#promotion .info-promo p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0.5em;
}
#promotion .info-promo .btn {
	display: block;
	width:max-content;
	margin: auto;
}
#promotion .logo-promo img {
  max-width: 42%;
}
}
/* =============
---- EDITION ---
===============*/

#edition .marraine{
	background:#F92FC5;
	display: flex;
	padding:1.5em;
}
#edition .marraine-content {
    width: 383px;
    max-width: 55%;
}
#edition .marraine-picture {
    width: 282px;
    max-width: 42%;
    margin-left: 24px;
}
#edition .marraine-content h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 35px;
    line-height: 35px;
    font-family: "Source Sans Pro";
    letter-spacing: -0.7px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0.9em;
}

#edition .marraine-content h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    font-family: "Source Sans Pro";
    letter-spacing: -0.29px;
}

#edition .marraine-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: "Source Sans Pro";
    color: #FFFFFF;
    margin: 1em 0;
}

#edition .marraine-content .btn {
    background: #fff;
    padding: 15px 25px;
    width: max-content;
    display: block;
    margin: 0.25em auto 0;
    font: normal normal 600 20px/17px Source Sans Pro;
    letter-spacing: -0.24px;
    color: #F92FC5;
}
#edition .partenaire-engage{
    border: 15px solid #FEE0F9;
    margin-top: 1.875em;
	padding:1em;
}
#edition .partenaire-engage h3{
	font: normal normal 300 35px/35px Source Sans Pro;
	letter-spacing: -0.7px;
	color: #FC20C7;
}
#edition #partenaires .groupe-btn {
    width:max-content;
	margin: auto;
}
#edition #partenaires .btn {
    background: #F92FC5;
    padding: 12px 25px;
    display: inline-table;
    z-index: 99;
    font: normal normal 600 20px/17px Source Sans Pro;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    border: 3px solid #F639C3;
}
#edition #partenaires .btn-border{
    background: #fff;
	color: #F92FC5;
	margin-left:.5em;
}

#edition .nouveaute{
    position: relative;
}
#edition .bloc-3 > div{
    margin-bottom: 1.65em;
}
#edition .bloc-3 > div:last-child{
    margin-bottom: 0;
}
#edition .nouveaute .onpicture {
    position: absolute;
    background: rgba(78,78,78,0.35);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
#edition .nouveaute h3{
	text-align: center;
	font: normal normal bold 20px/25px Source Sans Pro;
	letter-spacing: -0.4px;
	color: #FFFFFF;
	text-transform: uppercase;
	position: absolute;
	width:80%;
}
#edition .nouveaute .onpicture h3{
    bottom:0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nouveaute.survol .hoverbloc {
    width: 100%;
}
#edition .nouveaute.survol:hover .onpicture{
    opacity: 0;
}
#edition .nouveaute .hover h3{
    bottom:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nouveaute.survol:hover .hoverbloc {
    top: 65%;
}
.nouveaute.survol .hoverbloc span {
    margin: 2em auto 0;
}


@media only screen and (min-width: 1025px) and (max-width: 1120px) {
#edition .marraine-content h3 {
  font-size:32px;
}	
}
@media only screen and (min-width: 801px) and (max-width: 1120px) {
#edition .marraine {
  position: relative;
	padding-bottom:6em;
}
#edition .marraine-content, #edition .marraine-picture {
  align-self: center;
}
#edition .marraine-content h3 {
  margin-bottom: 0.5em;
}
#edition .marraine-content .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
#edition .marraine-content .btn {
    padding: 15px 25px;
    font: normal normal 600 17px/15px Source Sans Pro;
}
#edition #partenaires .btn {
    font: normal normal 600 17px/15px Source Sans Pro;
}
#edition .nouveaute h3 {
  font: normal normal bold 18px/21px Source Sans Pro;
}
}
@media only screen and (max-width: 1024px) {
#edition .bloc-3 > div {
  margin-bottom: .9375em;
}	
#edition .partenaire-engage {
  margin-top: .9375em;
}
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
#edition .marraine-content {
  width: 100%;
  max-width: initial;
}
#edition .marraine-picture {
  display: none;
}
#edition .bloc-3 {
  padding-left: 0;
}
#edition .bloc-3 > div {
  margin-bottom: .875em;
}
#edition .marraine {
  padding-bottom: 4.5em;
}
#edition .partenaire-engage {
  margin-top: .875em;
}
#edition #partenaires.partenaire-engage .slick-slide img {
  max-height: 135px;
  object-fit: cover;
}
}
@media only screen and (min-width: 580px) and (max-width: 800px) {
#edition .bloc-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - -22px);
  margin-left: -7px;
  margin-right: -7px;
}
#edition .bloc-3 > div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%;
	padding:.9375em .45em 0;
	margin-bottom: 0;
}
#edition .bloc-3 img {
  height: 180px;
  object-fit: cover;
}
#edition .nouveaute h3 {
  font: normal normal bold 16px/18px Source Sans Pro;
}
}
@media only screen and (max-width: 800px) {
#edition .marraine-content h3, #edition .partenaire-engage h3 {
  font: normal normal 300 28px/28px Source Sans Pro;
}
#edition .nouveaute h3 {
  font-weight: 600;
}
}
@media only screen and (min-width: 580px) and (max-width: 719px) {
#edition .marraine-picture {
  align-self: center;
}
#edition .marraine-content h3{
  display: none;
}
}
@media only screen and (max-width: 650px) {
#edition #partenaires .groupe-btn {
  width: auto;
}
#edition #partenaires .btn, #edition #partenaires .btn-border {
  margin: .5em auto 0;
  width: max-content;
  display: block;
}
#edition #partenaires.partenaire-engage .slick-slide img {
  max-height: 135px;
  object-fit: cover;
	height:inherit;
}
}
@media only screen and (max-width: 579px) {
#edition .marraine {
	display: block;
	padding: 1em;
}
#edition .marraine-content {
  width: 100%;
  max-width: inherit;
}
#edition .marraine-picture {
  width: 100%;
  max-width: inherit;
  margin: auto;
}
#edition .marraine-picture img {
  margin: 0 auto 0.5em;
}
#edition .marraine {
	position: relative;
	padding-bottom:5em;
}
#edition .marraine-content .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
#edition .marraine-content h3 {
  margin-bottom: 0.25em;
}
#edition .bloc-3 > div:first-child {
  margin-top: .9375em;
}
#edition .nouveaute img{
  width:100%;
}
#edition .nouveaute .onpicture h3 {
  bottom: 20%;
}
}

/* ================
==== CHIFFRES =====
==================*/
#chiffres{    
	background: url(/wp-content/themes/LaVannetaise/images/bandeau-chiffres.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
	padding:2em 0;
}
#chiffres .chi{    
    display: flex;
    justify-content: space-evenly;
}
#chiffres h2{    
	letter-spacing: -1.04px;
	color: #FFFFFF;
	text-align: center;
}
#chiffres > div > div > div:nth-child(1) > h2{
	margin-top:-7px;
}
#chiffres h2 span{
    color: #fff;
    vertical-align: super;
}
#chiffres p{    
	text-align: center;
	letter-spacing: -0.24px;
}
/* PAGE L4ASSOCIATION */
#chiffres.asso-chi h2, #chiffres > div > div > .bloc-6:nth-child(1) > h2{
	margin:0 0 0.25em;
}
.content_aeb #chiffres.asso-chi p {
    margin: 0.25em 0;
	font-size:18px;
}
.content_aeb #chiffres.asso-chi .chi .bloc-6{
	padding:0 0.5em;
}
.content_aeb #chiffres.asso-chi h2 span {
    vertical-align: inherit;
}
.content_aeb #chiffres.asso-chi  > div > div > .bloc-6:nth-child(6) > h2{
    margin-bottom: 0;
}

@media only screen and (min-width:1024px) {
#chiffres h2 {
	font: normal normal 600 52px/52px Source Sans Pro;
}
#chiffres h2 span {
  font-size: 22px;
}
#chiffres p {
	font: normal normal normal 20px/22px Source Sans Pro;
}
}
@media only screen and (max-width:1023px) {
#chiffres h2 {
  font: normal normal 600 38px/38px Source Sans Pro;
}
#chiffres h2 span {
  font-size: 18px;
}
#chiffres p {
  font: normal normal normal 16px/17px Source Sans Pro;
}
}
@media only screen and (max-width: 719px) {
#chiffres .chi > div:nth-child(5),#chiffres .chi > div:nth-child(6) {
	display: none;
}
}
@media only screen and (max-width: 550px) {
#chiffres .chi > div:nth-child(1) {
	display: none;
}
}
@media only screen and (max-width:414px) {
#chiffres .chi > div:nth-child(4) {
	display: none;
}
}
/* ================
==== EPREUVES =====
==================*/
#epreuves{
	padding:4em 0 3em;
}
#epreuves h3{
    font-size:20px;
	line-height: 25px;
	font-weight:400;
	max-width: 310px;
	margin-bottom: 2em;
}
#epreuves .btn{
    background: #F92FC5;
    color: #fff;
	line-height: 22px;
	padding:10px 25px;
}
#epreuves a.verif {
    display: block;
    margin-top: 1.5em;
    background: transparent;
    color: #F92FC5;
    text-decoration: underline;
    font-weight: 500;
}
#epreuves .epreuves .btn{
    background: rgba(249,47,197,0.8);
}
#epreuves .bloc-3 {
    padding: 0 7.5px 15px 7.5px;
}
#epreuves .epreuves {
	position: relative;
}
#epreuves .epreuves.survol img {
  width: 100%;
}
#epreuves .slide .epreuves {
	max-width: 350px;
	margin: auto;
}
#epreuves .epreuves .btn{
    position: absolute;
    bottom:10%;
    left: 50%;
    transform: translate(-50%,-50%);	
	text-align: center;
	width:max-content;
}
#epreuves .epreuves:hover .hoverbloc h3{
    color:#fff;
	font: normal normal bold 30px/32px Source Sans Pro;
	text-align: center;
	letter-spacing: -0.36px;
	text-transform: uppercase;
	margin-bottom: 0.10em;
}
#epreuves .epreuves:hover .hoverbloc h4 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    padding: 0.25em 0 0;
}
#epreuves .epreuves:hover .hoverbloc h4:first-child {
    padding:0;
}
#epreuves .epreuves:hover .hoverbloc li{
	text-align: center;
}
#epreuves .epreuves:hover .btn{
    opacity:0;	
}
.epreuves.survol:hover .hoverbloc {
    width: 100%;
    max-width: 80%;
    margin: auto;
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
#epreuves .epreuves:hover .hoverbloc h3{
	font: normal normal 600 26px/32px Source Sans Pro;
}
#epreuves .epreuves:hover .hoverbloc h4 {
    font-size: 19px;
}
}
@media only screen and (min-width: 900px) and (max-width: 996px) {
#epreuves .epreuves.survol img {
  height: 260px;
  object-fit: cover;
}
#epreuves .btn {
  line-height: 20px;
  font-size: 18px;
}
}
@media only screen and (max-width: 1100px) {
#epreuves .survol .hoverbloc span {
  display: none;
}
}
@media only screen and (max-width: 1023px) {
#epreuves h3 {
  margin-bottom: 1em;
}
}
@media only screen and (min-width: 481px) and (max-width: 899px) {
#epreuves .bloc-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#epreuves .epreuves:hover .hoverbloc h3{
	font: normal normal 600 26px/32px Source Sans Pro;
}
#epreuves .epreuves:hover .hoverbloc h4 {
    font-size: 19px;
}
}
@media only screen and (max-width: 800px) {
#epreuves {
  padding: 2em 0 1em;
}
#epreuves #partenaires {
  padding: 0;
}
#epreuves #partenaires .slick-next {
  right: -16px;
}
#epreuves #partenaires .slick-prev {
  left: -16px;
}
	
}



/* ================
==== ACTUALITES =====
==================*/
#actus{
    background: #FEE0F9;
	padding: 2em 0;
}
#actus .text-actu{
	align-self:center;
}
#actus h2{
	font: normal normal 300 35px/35px Source Sans Pro;
	letter-spacing: -0.7px;
	color: #FC20C7;
	text-transform: uppercase;
}
#actus .btn{
	font: normal normal bold 20px/17px Source Sans Pro;
	letter-spacing: -0.24px;
	color: #F92FC5;
	text-transform: uppercase;
	padding:15px 30px;
	margin-top:18px;
	background: #fff;
    display: inline-flex;
}
#actus .bloc-article{
	background:#fff;
}
#globe #actus .bloc-article{
	margin-bottom: 2em;
}
.bloc-article:hover {
    transform: translateY(-.5%);
    box-shadow: 0 1rem 1rem rgb(252 32 199 / 10%);
	transition: .5s ease-in-out;
}
#actus .bloc-article img{
	width:263px;
	height:177px;
	object-fit: cover;
}
#globe #actus .bloc-article img{
	width:350px;
	height:235px;
	object-fit: cover;
}
#actus .article{
	padding:.5em .75em;
}
#actus h3{
	font: normal normal 600 21px/23px Source Sans Pro;
	letter-spacing: -0.26px;
	color: #000000;
	text-transform: uppercase;
}
#actus h3 a{
	color: #000000;
}
#actus .article p{
	font-weight:400;
	font-size:14px;
	line-height:25px;
	letter-spacing: -0.17px;
	color: #F92FC5;
	position: relative;
	padding-left:1.75em;
}
#actus .article p:before{
	position: absolute;
	content: url(/wp-content/themes/LaVannetaise/images/calendar.svg);
	left:0;
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
#actus .bloc-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
#actus div.bloc-4:nth-child(4){
	display: none;
}
#actus .bloc-article img {
  width: 100%;
  height: auto;
	height:205px;
	object-fit: cover;
}
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
#actus .bloc-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#actus div.bloc-4:nth-child(3), #actus div.bloc-4:nth-child(4){
	display: none;
}
#actus .bloc-article img {
  width: 100%;
  height: auto;
}
}
@media only screen and (min-width: 433px) and (max-width: 599px) {
}
@media only screen and (max-width:599px) {
#actus{
	position:relative;
}
#actus .container{
	padding-bottom:3em;
}
#actus .text-actu *{
	text-align: center;
}
#actus .text-actu .btn{
	display: block;
	margin: 1em auto 0;
	width: max-content;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
#actus .bloc-article{
  display: flex;
}
#actus .bloc-article > a, #actus .bloc-article picture {
    width: 90px;
    height: 90px;
    display: contents;
}
#actus .bloc-article img {
	height: 90px;
    width: 90px;
}
.page-template-blog #actus .bloc-article img, .page-template-blog #actus .bloc-article {
  display: inherit;
}
#actus .bloc-article {
  margin-top: 1.2em;
}
}
@media only screen and (max-width: 432px) {

}
/* ==================
==== PROJETS =====
==================*/
#projets{
	padding:3em 0; 
}
#projets h2{
	font-size: 40px;
	line-height:43px;
	letter-spacing: -0.8px;
}
#projets .soutenu p{
	margin: 1.5em 0;
}
#projets .soutenu .btn {
    background: #F92FC5;
    padding: 12px 25px;
    display: inline-table;
    z-index: 99;
    font: normal normal 600 20px/17px Source Sans Pro;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    border: 3px solid #F639C3;
}
#projets #partenaires .slick-slide img {
    display: block;
    padding: 11px 6px;
    width: 100%;
}
#projets #partenaires .slick-next {
    right: -8px;
}
#projets #partenaires .slick-prev {
    left: -8px;
}
@media only screen and (min-width:801px) {
#projets.projet-composant .bloc-2 {
    margin:1em 0;
}
#projets .soutenu {
 	max-width:420px;
	align-self: center;
    padding-left: 4em;
}
#projets .soutenus {
	align-self: center;
    padding-left: 4em;
}
#projets .soutenu, #projets .soutenus h2 {
 	max-width:320px;
}
#projets.projet-composant .bloc-2 img {
    width: 100%;
    object-fit: scale-down;
}
}		
@media only screen and (min-width:600px) and (max-width:800px) {
#projets .bloc-2 {
    -webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
#projets .soutenu p {
  margin: 0.5em 0;
}
#projets .soutenu, #projets .soutenus {
 	max-width:290px;
	align-self: center;
    padding-left: 2em;
}
}	
@media only screen and (max-width:599px) {
#projets .bloc-2:nth-child(1) {
    order:2;
}
#projets .bloc-2:nth-child(2) {
    order:1;
}
#projets .bloc-2 *{
	text-align: center;
}
#projets {
	position: relative;
}
#projets * {
	text-align: center;
}
#projets .container {
	padding-bottom:3em;
}
#projets .soutenu p{
	display: none;
}
#projets .bloc-2 .btn{
	display: block;
	margin: 1em auto 0;
	width: max-content;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
}
#projets #partenaires .slick-slide img {
  padding: 0 6px;
}
#projets .soutenu, #projets .soutenus {
	align-self: center;
	display: block;
	margin: auto;
}
}	
/* ==================
====== GOODIES ======
===================*/
#goodies{    
	background: url(/wp-content/themes/LaVannetaise/images/fond-goodies.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
	padding:2em 0;
}
#goodies h2{    
	font: normal normal 600 40px/50px Source Sans Pro;
	letter-spacing: -0.8px;
	color: #FFFFFF;
}
#goodies .goodi p{    
	font-size:20px;
	line-height:24px;
}

#goodies .goodie p, #goodies-x .goodiesPage p{    
	text-align: center;
	text-transform: uppercase;
	font-size:16px;
	line-height:19px;
	padding-top:0.5em;
}

#goodies .goodie .prix-goodie, #goodies-x .goodiesPage .prix-goodie{    
	letter-spacing: -0.5px;
	color: #FC20C7;
	font-weight:700;
	font-size: 25px;
	line-height:1;
}
#goodies .btn {
    background: #fff;
    padding: 15px 25px;
    width: max-content;
    display: block;
    margin-top: 1.25em;
    font: normal normal 600 20px/17px Source Sans Pro;
    letter-spacing: -0.24px;
    color: #F92FC5;
}
#goodies-x #goodies{    
    background: #FEE0F9;
	padding:2em 0;
}
#goodies-x #goodies h2{    
	color: #FC20C7;
}
#goodies-x #goodies .goodi > p > br{    
	display: none;
}
#goodies-x #goodies .goodiesPage {
    background: #fff;
    padding: 1em 1em 0.1em;
    margin-bottom: 1.8em;
}
#goodies-x #goodies .goodiesPage img{    
	margin:auto;
}
#goodies-x #goodies .goodiesPage p {
    margin-top: 0;
}
#goodies #partenaires .slick-list {
    max-width: 694px;
    background: #fff;
	padding:1.2em 1em 0;
}
@media only screen and (max-width:1200px) {
#goodies  #partenaires .slick-next {
  right: -16px;
}
#goodies  #partenaires .slick-prev {
  left: -16px; 
}
#goodies #partenaires .slick-list {
  max-width: inherit;
  padding: 1.5em 1em;
}
}
@media only screen and (min-width:600px) and (max-width:909px) {
#goodies .bloc-3, #goodies .bloc-2-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
}
@media only screen and (max-width:599px) {
#goodies {
	position: relative;
}
#goodies * {
	text-align: center;
}
#goodies .container {
    padding-bottom: 35px;
}
#goodies .bloc-3 .btn{
	display: block;
	margin: 1em auto 0;
	width: max-content;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
}
#goodies #partenaires {
  padding: 0.5em 0;
}
#goodies #partenaires .slick-list {
  padding: 1em;
}
#goodies .goodie p {
  padding-bottom: 2em;
}
}
/* ==================
== RESEAUX SOCIAUX ==
===================*/
#reseaux-sociaux {
    background: #F6F6F6;
}
#rs h2{
	font: normal normal 600 40px/43px Source Sans Pro;
	letter-spacing: -0.8px;
	color: #000000;
	text-align: center;
}
#rs h3{
	font: normal normal normal 30px/12px Source Sans Pro;
	letter-spacing: -0.36px;
	color: #F92FC5;
	text-align:center;
	margin-top:.5em;
}
#rs p{
	position: relative;
	color:#000;
	font-size: 21px;
	font-weight:400;
	line-height:40px;
}
#rs p:before{
	position: absolute;
	content:url('/wp-content/themes/LaVannetaise/images/fleche.svg');
	left:-2em;
}	
.rs .rejoindre ul {
    display: inline-flex;
    float: right;
}
#reseaux-sociaux .ff-item .ff-content , [class*=ff-icon-], .ff-item-bar>a span{
    color: rgb(0, 0, 0, 0.85);
}
#reseaux-sociaux .ff-stream-wrapper{
    margin:0;
}
#reseaux-sociaux .ff-sc-label1 .ff-label-text{
	color: #fff;
}
#reseaux-sociaux #ff-stream-1 {
    padding-bottom: 0;
	background: transparent;
	padding-top:30px;
}

/* PARTENAIRES */ 
#bandeau-partenaire{
    padding-top: 2em;
}
#bandeau-partenaire h3{
    font: normal normal 300 35px/35px Source Sans Pro;
	letter-spacing: -0.7px;
	color: #FC20C7;
	text-transform: uppercase;
	text-align: center;
}
#partenaires .slick-arrow{
    position: absolute;
    border: none;
    color: transparent;
    top: 50%;
    cursor:pointer;
    display:none;
	height:31px;
	width:31px;
	z-index:9;
}
#bandeau-partenaire #partenaires .slick-arrow{
    top: 40%;
}
#partenaires .slick-next{
    right: 0;
    background: url(/wp-content/themes/LaVannetaise/images/fleche-right.svg) no-repeat;
}
#partenaires .slick-prev{
    left: 0;
	background: url(/wp-content/themes/LaVannetaise/images/fleche-left.svg) no-repeat;
}
#partenaires .slick-slide {
    margin: 0;
}
#goodies #partenaires .slick-slide {
    padding: 0 1em;
}
/*Commun avec l'autre caroussel*/
#partenaires .slide img{
    margin:auto;
}	
#partenaires .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
#partenaires .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    height: auto;
	max-width:620px;
}
#epreuves #partenaires .slick-list {
	max-width:1080px;
}
#bandeau-partenaire #partenaires .slick-list {
	max-width:1000px;
}
#partenaires .slick-list:focus {
    outline: none;
}
#partenaires .slick-list.dragging {
    cursor: pointer;
}
#partenaires .slick-slider .slick-track,
#partenaires .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#partenaires .slick-track {
    position: relative;
    top: 0; 
    left: 0;
    display: block;
}
#partenaires .slick-track:before,
#partenaires .slick-track:after {
    display: table;
    content: '';
}
#partenaires .slick-track:after {
    clear: both;
}
#partenaires .slick-loading .slick-track {
    visibility: hidden;
}
#partenaires .slick-slide {
    display: none;
    float: left;
	height: 50%;	
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
#partenaires .slick-slide img {
    display: block;
	padding: 0;
	width:100%;
}
#epreuves #partenaires .slick-slide img {
    max-width:350px;
	margin: auto;
}
#bandeau-partenaire #partenaires .slick-slide img {
	max-width:180px;
}
#goodies #partenaires .slick-slide img {
	max-width:160px;
}
#partenaires.partenaire-engage .slick-slide img {
	max-width:180px;
}
#partenaires .slick-slide.slick-loading img {
    display: none;
}
#partenaires .slick-slide.dragging img {
    pointer-events: none;
}
#partenaires .slick-initialized .slick-slide {
    display: block;
}
#partenaires .slick-loading .slick-slide {
    visibility: hidden;
}
#partenaires .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
#partenaires .slick-arrow.slick-hidden {
    display: none;
}
#partenaires .slick-dots{
	display:none !important;
}
@media only screen and (min-width:1200px) {
.partenaireslide{
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
}
}
@media only screen and (max-width: 599px) {
#partenaires .slick-slider {
    margin: 10px auto;
	padding:0;
	max-width: 100%;
}
#partenaires .slick-arrow {
    height: 31px;
    width: 31px;
}
#partenaires .slick-next{
    right: -32px;
    z-index:1;
}
#partenaires .slick-prev{
    left: -32px;
    z-index:1;
}
}
.partit h2{
    font-weight: 900;
    font-size: 45px;
	line-height:83px;
	font-style:italic;
    text-align: center;
	color:#000;
}
.slide img {
	display: block;
    padding: 6px;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}		
@media only screen and (max-width:480px) {
#partenaires .slick-slide img {
    width: auto;
}
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
#partenaires {
    padding: 2em 0 1em;
}
}	
/* BANDEAU PARTENAIRES OTHER PAGES */
@media only screen and (max-width: 600px) {
#bandeau-partenaire #partenaires  {
  padding:0;
}
}
@media only screen and (max-width: 600px) {
#bandeau-partenaire #partenaires .slick-slide img {
  max-width: 130px;
}
#bandeau-partenaire #partenaires .slick-next {
  right: -16px;
}
#bandeau-partenaire #partenaires .slick-prev {
  left: -16px;
}
}
/* PROJETS SOUTENUS */
@media only screen and (max-width: 600px) {
#projets #partenaires {
    padding: 0;
}
#projets #partenaires .slick-slider {
    margin: 0 auto;
}
}	

/* L'ASSOCIATION */

#lassociation-la-vannetaise-x > section:nth-child(2) > div > div > div:nth-child(1) > h2{
	text-align: center;
	margin: 0.25em 0 0.75em;
}
#lassociation-la-vannetaise-x > section:nth-child(2) > div > div > div:nth-child(2) > div > p{
    margin: 0 0 1em;
}
#lassociation-la-vannetaise-x >#projets{
	padding-bottom:0;
}
#lassociation-la-vannetaise-x section .bloc-2{
	align-self:center;
}
.chiffres-bene{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.chiffres-bene .chi-bene {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%;
	margin: 1em auto;
}
.chiffres-bene .chi-bene img{
    margin: auto;
    display: block;
    width: max-content;
}
.chiffres-bene .chi-bene p{
	text-align: center;
	font: normal normal 600 22px/25px Source Sans Pro;
	letter-spacing: -0.26px;
	text-transform: uppercase;
}
.chiffres-bene .chi-bene p span{
	font-size: 24px;
	line-height: 28px;
	display: block;
	color:#F92FC5;
	font-weight:600;
}
#inscription-x section:nth-child(2){
	padding-bottom: 0;
}
#inscription-x section .bloc-2{
	align-self:center;
}
/* PAGE CONTACT */
#contacted{
    padding: 3em 0 2em;
    background: #F6F6F6;
}
/* SECTION ACCUEIL */ 
#edition, #reseaux-sociaux{
	padding:4em 0;
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
#edition, #reseaux-sociaux {
  padding: 3em 0;
}
}
@media only screen and (max-width: 800px) {
#edition, #reseaux-sociaux, #projets {
  padding: 2em 0;
}
}
h2{
	letter-spacing: -1px;
	margin-bottom: 0.25em;
}
@media only screen and (min-width: 1200px) {
h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
}
}
@media only screen and (min-width: 1107px) and (max-width: 1199px) {
h2 {
    font-weight: 600;
    font-size: 44px;
    line-height: 44px;
}
}
@media only screen and (min-width: 601px) and (max-width: 1106px) {
h2,
#projets h2,
#goodies h2,
#rs h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
}
}
@media only screen and (max-width: 600px) {
h2,
#projets h2,
#goodies h2,
#rs h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
}
}
/* POPUP */
.highlight #horszone2{
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: rgba(252, 29, 184, 0.15);
	transition: opacity 500ms;
}
.box {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	max-width: max-content;
}
.overlay {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index:999;
	display: none;
}
.overlay.open {
    display: inherit;
    z-index: 9999999999;
    opacity: 1;
    visibility: inherit;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
    padding: 9px 7px 0;
    border-radius: 3px;
    max-width: 566px;
    transition: all 1s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 26px solid #FC20C7;
    background: #FC20C7;
	box-shadow: 5px 12px 26px #00000029;
}
.popup .content img{
    margin: 0 auto 1em;
}
.popup .close {
    position: absolute;
    top: -34px;
    right: -22px;
    transition: all 200ms;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.popup .close:hover {
  color:#FFB7E9;
}

.popup .content video{
	width:500px;
	height: 500px;
	max-width: 100%;
}
@media only screen  and (max-width:1024px) {
.popup {
    width: 95%;
	max-height: 85vh;
}
.popup .content video {
  height: auto;
}
}
/* MISE EN FORME ARTICLE */
.single #globe .container{
    max-width: 720px;
}
.single #globe .date-categorie {
    display: flex;
}
.single #globe .date, .single #globe .catgory {
    font-size: 14px;
    font-weight: 600;
    padding-top: 0.85em;
    padding-right: 0.95em;
    color: #F92FC5;
    position: relative;
}
.single #globe .date {
    padding-left: 2em;
}
.single #globe .catgory {
    padding-left: 2.8em;
}
.single #globe .date:before {
    content: url(/wp-content/themes/LaVannetaise/images/single-calendar.svg);
    position: absolute;
    left: 0;
    top: 0.65em;
}
.single #globe .catgory:before {
    content: url(/wp-content/themes/LaVannetaise/images/single-category.svg);
    position: absolute;
    left: 0.5em;
    top: 0.65em;
}
.single #globe article section:last-child {
    padding: 2em 0 0;
}
.single #globe .row > article{
    padding: 0;
}
strong{
	font-weight:700;
}
.btn-gen{
    background: #F92FC5;
    color: #fff;
    line-height: 39px;
    font-size: 18px;
    font-style: inherit;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.25em 1.5em;
    align-self: center;
    border-radius: 45px;
	display: block;
    width: max-content;
}
@media only screen  and (max-width:480px) {
.single #globe .catgory {
    margin:0;
}
.single .text-ban.actux h1 {
    font-size: 26px;
    line-height: 26px;
}
.content_aeb .intro.single .int.banniere {
    min-height: 140px;
    object-fit: cover;
}
#globe {
    padding: 2em 0;
}
.page-template-blog #globe {
    padding: 0;
}
.page-template-blog #globe #actus .bloc-article {
    margin-bottom: 0;
}
}


