/*!
Theme Name: avpu_001
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avpu_001
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

avpu_001 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

footer a {
	color: #1e1e1e;

}
a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	font-family: GillSans,sans-serif;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
    font-family: "GillSans";
    src: url('fonts/GillSans-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: "GillSans";
    src: url('fonts/GillSans-Bold.ttf');
		font-weight:bold;
}
@font-face {
    font-family: "GillSans";
    src: url('fonts/GillSans-SemiBold.ttf');
		font-weight:500;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
	font-family: Gillsans;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
*/
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
/*
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #5c57a3;
	font-weight: normal;

}

.entry-content a,
.bpress-content a
 {
	text-decoration: none;
	color: #5c57a3;
	border-bottom: 1px solid #5c57a3;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,x
.bpress-content a:hover,
.bpress-content a:focus,
.bpress-content a:active {
	text-decoration: none;
	color: #5c57a3;
	border-bottom: 2px solid #5c57a3;
}

a:visited {
	color: #5c57a3;
}

a:hover, a:focus, a:active {
	color: #5c57a3;

}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.primary-menu{
	display: inline-block;
}

// container class first unordered list
.primary-menu ul {
	width: 100%;
	text-align: center;
}

//unordered list within an unordered list
#header .primary-menu ul ul {}

 // each navigation item
#header .primary-menu li {
	display: inline-block;
	padding: 0 25px 0 25px;

}

// each navigation item anchor
#header .primary-menu li a {
	font-family: "GillSans";
	font-size: 15px;
	color: white;
}

// unordered list if there is drop down items
#header .primary-menu li ul {}

// each drop down navigation item
#header .primary-menu li li {}

// each drap down navigation item anchor
#header .primary-menu li li a {}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0 0;
}

.entry-meta{
	font-family: 'GillSans', sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: var(--_violet);
	height: 30px;
	text-transform: uppercase;
	width: 150px;
	color: white;
	padding-left: 5px;
}

.entry-meta a{
	color: white;
	font-weight: regular;
}

.entry-meta span{
	line-height: 30px;
}


.entry-content {
	display: block;
	padding-top: 30px !important;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6{
	font-family: "GillSans", sans-serif;
	font-weight: 600;
}

h3{
	color: var(--_lightgreen);
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  clear: both;
}

@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans';
    src:url('fonts/GillSans-Light.ttf') format('truetype'),
        url('fonts/GillSans-Light.svg#GillSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans-UltraBold.ttf') format('truetype');
		font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GillSans';
    src: url('fonts/GillSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.ttf') format('truetype');
		font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EloquentJF';
    src: url('fonts/EloquentJF-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



 :root {
  --_white: #ffffff;
  --_violet: #5c57a3;
  --_lightgreen: #97bf0d;
  --_pink: #e6748a;
  --_orange: #ecb75a;
  --_darkgreen: #3e7f5c;
}

html{
  font-size: 100%;
}
body {overflow-x: hidden;}

/*********************************************************************/
/*********************** Table of content ****************************/
/*********************************************************************/



a {
  cursor: pointer;
}

#agenda-events-container::-webkit-scrollbar,
.em-articles-list-container::-webkit-scrollbar {
    width: 10px;
    background-color: #e4e4e4;
}

#agenda-events-container::-webkit-scrollbar-thumb ,
.em-articles-list-container::-webkit-scrollbar-thumb   {
    background-color: #e4e4e4;
}
#agenda-events-container::-webkit-scrollbar-track,
.em-articles-list-container::-webkit-scrollbar-track  {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

body,html, a{
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a, a:visited, a:active,{
  text-decoration: none,
}

p{
  font-family: "GillSans";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}
h5{
  font-family: "GillSans";
  font-size: 16px;
  font-weight: 600;
  font-style:normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
}
#primary{
  display: block;
  width: 100%;
  height: auto;
  max-width: 2600px;
	min-height: 750px;
}

.no-bg-content-area{min-height: 150px !important;}
#header{
  display: block;
  width: 100%;
  z-index: 100;
}

#main{
  display: block;
  position: relative;
	z-index: 20;
}

.slider,
#n2-ss-2-align{
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  height: 100vh !important;
  z-index: 5;
}

.n2-ss-layer-content{
	padding-top: 140px !important;
}

.slider-container{
  position: absolute;
  width: 41.666vw;
  bottom: 100px;
  left: 200px;
}
.slider-title{
	position: absolute;
	width: 41.666vw;
	bottom: 5%;
	left: 15%;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.89vw;
  line-height: 4.44vw;
  color: #fff;
  z-index: 2;
}
.slider-subtitle{
	position: absolute;
	width: 41.666vw;
	left: 15%;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px !important;
  margin-bottom: 10px;
	color: #fff;
  z-index: 2;}

.slider-action{
	position: absolute;
	bottom: 5%;
	left: 15%;
  margin-top: 35px;
  width: 213px;
  height: 54px;
  background: linear-gradient(to left, #97bf0d, #3e7f5c);
  font-family: GillSans;
  font-size: 14px;
  font-weight: normal;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-image: none;
  transition: background 1s;
}

.slider-action a::after{
  content:'';
  position: relative;
  display: inline-block;
  padding-left: 10px;
  transition: padding-left 0.5s, content 0.5s;

}

.slider-action:hover a::after{
  content:url('images/arrow-right.svg');
  padding-left: 25px;
}

.slider-action a{
  text-transform: uppercase;
  text-decoration: none;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 1.4px;
  padding-left: 16px;
  color: #ffffff;
	font-family: GillSans;
	font-size: 14px;
}

.slider-action:hover{
  background: linear-gradient(to left, #ffffff, #ffffff);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to right, #97bf0d, #3e7f5c);
  border-image-slice: 1;
  cursor: pointer;

}

.slider-action:hover a{
  background-image: linear-gradient(to right, #97bf0d, #3e7f5c), linear-gradient(#3e7f5c, #3e7f5c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.slider-nav{
  position: absolute;
  width: 130px;
  height: 70px;
  bottom: 0;
  right: 369px;
  display: block;
  z-index: 4;
}
.slider-nav-previous-container,
.slider-nav-next-container{
  display: inline-block;
  width: 60px;
  height: 70px;
  background-color: #f7f7f7;
  cursor: pointer;
}

.slider-nav-previous-container:hover,
.slider-nav-next-container:hover {
  background-color: #d3d2d2;
}

.slider-nav-previous-container:hover .slider-nav-previous img ,
.slider-nav-next-container:hover .slider-nav-next img{
  opacity: 1;
}

.slider-nav-previous img{
  transform: rotate(-180deg);
  position: absolute;
  top: 50%;
  left: 0%;
  width: 28px;
  height: 13px;
  margin-top: -6px;
  margin-left: 14px;
  opacity: 0.4;
}

.slider-nav-next img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 13px;
  margin-top: -6px;
  margin-left: 14px;
  opacity: 0.4;

}

.slider-nav-next-container{
  display: inline-block;
  width: 60px;
  height: 70px;
  background-color: #f7f7f7;
  cursor: pointer;

}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 0.5s;
}

.fade-content {
  -webkit-animation-name: fade-content;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-name: fade-content;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

@keyframes fade-content {
  0%  {opacity: 0; }
  100%  {opacity: 1;}
}

@-webkit-keyframes fade-content {
  0%  {opacity: 0;}
  100%  {opacity: 1;}
}

.fade-action {
  -webkit-animation-name: fade-action;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in;
  animation-name: fade-action;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  opacity: 1;
}

@keyframes fade-action {
  0%  {opacity: 0; transform: translateX(100px);}
  100%  {opacity: 1;transform: translateX(0px);}
}

@-webkit-keyframes fade-action {
  0%  {opacity: 0; transform: translateX(100px);}
  100%  {opacity: 1; transform: translateX(0px)}
}







#agenda{
  z-index: 100000000;
  width: 375px;
  height: 335px;
  margin-left: 100px;
  background-color: white;
  position: fixed;
  bottom: 0;
  right: 0;
}
#agenda.closed-agenda {
  height:70px !important;
}
#agenda.closed-agenda .agenda-title-container{
  background-image: none;
  background-color: #5c57a3 !important;
  cursor: pointer;
}
#agenda.closed-agenda #agenda-events-container{
  display: none !important;
}

.agenda-title-container{
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 4;
  background: url('images/test_03.png') 0 0 no-repeat;

}

.agenda-title{
  display: inline-block;
  width: 80%;
  padding-left: 30px;
  font-family: GillSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  line-height: 4.86;
  letter-spacing: 1.4px;
  color: #ffffff;
  color: var(--_white);
}
.agenda-toggle-action{
  cursor: pointer;
  font-family: GillSans;
  font-size: 14px;
  color: #1a1a1a;
  display: inline-block;
  width: 40px;
  height: 80px;
}

.agenda-event::before{
  position: relative;
  margin-left: 0;
  margin-top: 40px;
  content:"";
  width: 60px !important;
  height: 1px;
  float:left;
  background-color: black;
  vertical-align: -50%;
  display: inline-block;
  z-index: 3;

}

.agenda-event-2::before{
  position: relative;
  margin-left: 0;
  margin-top: 40px;
  content:"";
  width: 30px !important;
  height: 1px;
  float:left;
  background-color: black;
  vertical-align: -50%;
  display: inline-block;
  z-index: 3;

}

#agenda-events-container{
  display: block;
  width: 100%;
  height: 230px;
  overflow-y: scroll;
  margin-top: 15px;
}
.agenda-event-date{
  display: inline-block;
  float: left;
  padding: 15px;
}

.agenda-event-day{
  width: 30px;
  height: auto;
  font-family: EloquentJF;
  font-size: 28px;
	line-height: 30px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.71;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}

.agenda-event-month{
  width: 24px;
  height: 9px;
  font-family: GillSans;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.agenda-event-year{
  width: 24px;
  height: 7px;
  font-family: GillSans;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #1a1a1a;
}
.agenda-event-desc-container{
  display: inline-block;
  width: 70%;
  margin: 0;
}

.agenda-event-desc{
 font-family: GillSans;
 font-size: 16px;
 font-weight: normal;
 font-style: normal;
 font-stretch: normal;
 line-height: 1.25;
 letter-spacing: normal;
 text-align: left;
 color: #1a1a1a;
}

.agenda-event-link{padding-bottom: 20px;}

.agenda-event-link a,
.agenda-event-link a:visited{
  width: 173px;
  height: 15px;
  font-family: GillSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--_violet);
  border-bottom: 1px solid var(--_violet);
  padding-bottom: 10px;
  transition: border-bottom 2s linear;
}
.agenda-event-link a:hover{
  border-bottom: 1px solid var(--_violet);
}

.nouveaux-adherents-container{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 95px;
  background-color: #1a1a1a;
  overflow: hidden;
  z-index: 3;
}

.nouveaux-adherents-title{
  width: auto ;
  display: inline-block;
  padding-left: 25px;
  float: left;
  font-family: GillSans;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 95px;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  color: var(--_white);
}

.anouveaux-adherents-title::after{
  content: '•';
  font-family: GillSans;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2px;
  text-align: center;
  vertical-align:middle;
  color: #e6748a;
  display: block;
}

ul.nouveaux-adherents-villes{
  width: 80%;
  float: right;
  text-decoration: none;
  display: inline-block;
  line-height: 95px;
  -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    white-space: nowrap;
        overflow: hidden;
}


/* Make it move
@keyframes marqueeA {
    0%   { transform: translateY(0x); }
    49% { transform: translateY(-80px); }
    50% { transform: translateY(1000px); display: none;}
    51% { transform: translateY(80px); display: inline-block;}
    100% { transform: translateY(0px); }
}
@keyframes marqueeB {
    0%   { transform: translateY(0px); }
    49% { transform: translateY(80px); }
    50% { transform: translateY(-1000px); display: none;}
    51% { transform: translateY(-80px); display: inline-block;}
    100% { transform: translateY(0px); }
}*/

.nouveaux-adherents-item{
	display: inline-block;
  font-family: GillSans;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  color: var(--_white);
  text-indent: 0;
	width: 90%;
}

.nouveaux-adherents-item marquee{
	line-height: 3;
}

/*.nouveaux-adherents-item::after{
  content: 'NEW!';
  font-family: GillSans;
  font-size: 12.5px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 5.48;
  letter-spacing: 0.5px;
  text-align: left;
  color: #e6748a;
  vertical-align: text-bottom;
}
.nouveaux-adherents-item:nth-child(odd){
  animation: marqueeA 2s linear infinite;

}
.nouveaux-adherents-item:nth-child(even){
  animation: marqueeB 2s linear infinite;

}

*/
.header-container{
  z-index: 20;
  display: block;
  position: relative;
  width: 100%;

}

.header-content{
  display: block;
	position: fixed;
  width: 100%;
  height: 130px;
  padding-left: 70px;
  padding-top: 40px;
  z-index: 200;
}

.scrolled-header{
	background-color: #fff;
	opacity: 0;
}
.header-logo{
  display: inline-block;
  float: left;
}
.header-logo img{
  width: 120px;
  height: auto;
}
.menu-container{
  display: inline-block;
	margin-top: 7px;
	width: 75%;
	text-align: center;
}



ul.menu-items {
  width: 94%;
  text-align: center;
	margin: 0 !important;
}

ul.menu-items > li{
  display: inline-block;
  padding: 0 2%;
  font-family: "GillSans";
  font-size: 15px;
  color: white;
}

ul.menu-items a,
ul.menu-items a:visited,
ul.menu-items a:focus
{
  line-height: 20px;
  color: #ffffff !important;
  border-bottom: 2px solid rgba(0,0,0,0);
  transition: border-bottom 1s;
  padding-bottom: 10px;
}

ul.menu-items > li > a:hover{
  border-bottom: 2px solid #fff;
	color: var(--_white);
  line-height: 20px;
  padding-bottom: 10px;
}

ul.no-bg-item {
  text-align: center;
	width: 94%;
	margin: 0 !important;
}

ul.no-bg-item > li{
  display: inline-block;
	padding: 0 2%;
  font-family: "GillSans";
  font-size: 15px;
  color: #747474 !important;
}

ul.no-bg-item a,
ul.no-bg-item a:visited,
ul.no-bg-item a:focus
{
  line-height: 20px;
  color: #747474 !important;
  border-bottom: 2px solid rgba(169,169,169,0);
  transition: border-bottom 1s;
  padding-bottom: 10px;
}

ul.no-bg-item > li > a:hover{
  border-bottom: 2px solid #747474;
	color: #747474 !important;
  line-height: 20px;
  padding-bottom: 10px;
}

ul.menu-ea {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  padding-start: 0px;
  width: 220px;
  height: 130px;
  background-color: var(--_lightgreen);
  float: right;
	transition: background-color 1s;
}

.menu-ea:hover {
	background-color: var(--_darkgreen);
	cursor: pointer;
}


ul.menu-ea > li{
  font-family: GillSans;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 120px;
  letter-spacing: normal;
  color: #fff;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;

}

ul.menu-ea > li::before{
  content:url('images/ico-ea.png');
  padding: 20px;
}

ul.menu-ea > li > a{
  line-height: 20px;
  color: #fff;

}

ul.menu-ea > li > a:hover{
	text-decoration: none;
}

.highlight-news-container{
  display: block;
  width: 100%;
  height: 600px;
  background-color: #f7f7f7;
}

.highlight-news{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 76px;

}
.aaahighlight-news-title{
    -webkit-transform:rotate(90deg);
   -moz-transform:rotate(90deg);
   -o-transform: rotate(90deg);
   -ms-transform:rotate(90deg);
   transform: rotate(90deg);
   white-space:nowrap;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;

}
.highlight-news-read-more{
	display: block;
	text-align: right;
}

.highlight-news-read-more a{
	display: inline-block;
	float:right;
	font-family: "GillSans", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
  text-decoration: none;
  color: #1a1a1a4c;
  border-bottom: 1px solid #1a1a1a4c;
}

.highlight-article-container{
  display: inline-flex;
  width: 40%;
  height: 30%;
  min-height: 400px;
  text-align: center;
  margin: 20px;
  background-size: 170%;
	background-position: center center;
  -moz-transition: background-size .8s;
  -webkit-transition: background-size .8s;
  transition: background-size .8s;
}

.highlight-article-container:hover{
  background-size: 200% !important;
	background-position: center center;

}

.highlight-article{
  position: relative;
  min-height: 400px;
}

.highlight-article-title{
  display: block;
  position: absolute;
  width: 400px;
  height: auto;
  bottom: 50px;
  left: 50px;
  max-height: 300px;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  color: var(--_white);
}

.highlight-article-action{
  display: block;
  position: absolute;
  bottom: 0;
  left: 50px;
  transform: translateY(28px);
  width: 213px;
  height: 54px;
  background: linear-gradient(to left, #97bf0d, #3e7f5c);
  border-style: solid;
  border-width: 2px;
	border-image-source: linear-gradient(to left, #97bf0d, #3e7f5c);
  border-image-slice: 1;
	transition: background 0.8s;

}

.highlight-article-action:hover a::after{
  content:url('images/arrow-right.svg');
  padding-left: 25px;
}

.highlight-article-action a{
  font-family: GillSans;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 1.4px;
  text-align: left;
  color: #ffffff;

}

.highlight-article-action:hover{
  background: linear-gradient(to left, #ffffff, #ffffff);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #97bf0d, #3e7f5c);
  border-image-slice: 1;
  cursor: pointer;

}

.highlight-article-action:hover a{
  background-image: linear-gradient(to left, #97bf0d, #3e7f5c), linear-gradient(#3e7f5c, #3e7f5c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: padding-left 0.5s, content 0.5s;

}


.club-area-container{
  background-color: #fff;
  width: 80%;
  height: auto;
  min-width: 800px;
  margin-left: 10%;
  margin-right: 10%;
}

.club-grid{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.club-item-container{
	padding-top: 100px;
  position: relative;
  display: inline-flex;
  width: 275px;
  height: 450px;
  min-height: 450px;
  text-align: left;
  margin: 40px;
}

.club-item-category{
	position: absolute !important;
	top: 0px;
	left: 0px;
}

.club-item-category-title{
	line-height: 90px;
	font-family: GillSans;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	color: white;
	left: 20;
	text-transform: uppercase;
	z-index: 1000;
}

.club-item-title-container{
	position: relative;
  display: block;
  width: 275px;
  height: 310px;
  background-color: lightgrey;
}

.club-item-title{
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  color: var(--_white);
}
.club-content{
  display: block;
	z-index: 10;
  width: auto;
  height: auto;
  margin: 0;
	bottom: 0;

}
.club-content-desc{
  font-family: GillSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}

.club-content-action{
  margin-top: 20px;
}
.club-content-action a,
.club-content-action a:visited{
  font-family: GillSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  transition: border-bottom 2s linear;
}



/**
 * TROPHEES UNIQUEMENT
 **/
.trophy-introduction-container{
	background-color: #f7f7f7;
	width: 100%;
	height: auto;
	min-height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.trophy-introduction-text::before {
	position: absolute;
	content: 'INTRO';
	opacity: 0.3;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	  -moz-transform: rotate(-90deg) translate(-42px,-50px);
	  -o-transform: rotate(-90deg) translate(-42px,-50px);
	  -ms-transform: rotate(-90deg) translate(-42px,-50px);
	  transform: rotate(-90deg) translate(-42px,-50px);
			color: #1a1a1a4c;
}

.trophy-content-container{
	padding-top: 50px;
	background: url('http://avpu.fr/images/bg-trophees-2.png') 50% 50% repeat-y;
	overflow-x: hidden;
}

.trophy-title-container {
	margin-top: 36px;
	margin-bottom: 36px;

}

.trophy-title {
	font-family: Montserrat;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #1a1a1a;
 }

.trophy-subtitle {
	font-family: GillSans;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.7;
	letter-spacing: 2px;
	text-align: justify;
	text-transform: uppercase;
	color: #1a1a1a;
 }

 .trophy-vainqueur-container{
	 width: 80%;
	 margin-left: auto;
	 margin-right: auto;
 }


.presentation-nom-intervenant{
	font-family: GillSans;
	font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-align: left;
  color: #1a1a1a;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media only screen and (min-width:780px){

 .trophy-vainqueur-container div:first-child:nth-last-child(1){
		 margin-bottom: 50px;
 }
 .trophy-vainqueur-container > div:first-child:nth-last-child(2),
 .trophy-vainqueur-container > div:first-child:nth-last-child(2) ~ div.col-md-3{
	 margin-bottom: 50px;
 }
 .trophy-vainqueur-container > div:first-child:nth-last-child(3),
 .trophy-vainqueur-container > div:first-child:nth-last-child(3) ~ div.col-md-3{
	 margin-bottom: 50px;
 }
 .trophy-vainqueur-container > div:first-child:nth-last-child(4),
 .trophy-vainqueur-container > div:first-child:nth-last-child(4) ~ div.col-md-3{
	 margin-bottom: 50px;
 }
}



footer.main-footer{
  width: 100%;
  height: 330px;
	margin-top: 150px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.footer-logo{
  display: inline-block;
  content:' ';
  width: 20%;
  transform: translate(-35px, -35px);
}

.footer-sitemap{
  display: inline-block;
  width: 75%;
  padding-top: 70px;
	float: right;
}
ul.footer-sitemap-list{
  list-style: none;
	column-count: 1;
	display: inline-block;
	vertical-align: text-top;
}

.footer-sitemap-list li{
  font-family: GillSans;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
	padding: 5px 0;
	text-decoration: none;
}

.footer-sitemap-item,
.footer-sitemap-item:hover,
.footer-sitemap-item:active,
.footer-sitemap-item:visited {
	color: #1e1e1e !important;
}

.footer-sitemap-item::after{
	display: block;
	width: 0;
	height: 1px;
	content: '';
	background: #97bf0d;
	transition: width .3s;
}

.footer-sitemap-item:hover::after{
	width: 100%;
}

.category-title{
  font-weight: 600 !important;
	font-size: 14px;
	margin-bottom: 20px !important;
}


.--link-rose{
  color: var(--_pink) !important;
  border-bottom: 1px solid var(--_pink) !important;

}

.--link-violet{
  color: var(--_violet) !important;
  border-bottom: 1px solid var(--_violet) !important;
}

.--link-orange{
  color: var(--_orange) !important;
  border-bottom: 1px solid var(--_orange) !important;
}

.n2-ss-slider-1 {
	min-height: 750px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * Responsive : mobile   * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media only screen and (max-width:780px){


	/* * * * * * * * * * * * *
	 GENERAL
	* * * * * * * * * * * * * */
	p {
		font-size: 18px !important;
	}

	h1 {
		font-size: 20px !important;
	}
	h5 {
		font-size: 18px !important;
	}

	p.n2-ow{
		font-size: 325% !important;
	}

	#primary {min-height: 80vh !important;}
	#primary.no-bg-content-area {min-height: 50px !important;}
  .header-content{
    width: 100%;
    padding: 0 !important;
		height: 90px;

  }

	#n2-ss-2{
		font-size: 100% !important;
	}

	.n2-ss-layer-content{
		padding-top: 0px !important;
	}

	.slider, #n2-ss-2-align{
		height: 80vh !important;
	}

	.n2-ss-slider-1 {
		min-height: 530px;
	}
	.n2-ss-slide{
		min-height: 530px !important;
	}
	.n2-ss-layers-container {
		margin-top: 100px !important;
	}

	.n2-ss-layer{
		margin-left: 20px !important;
	}
	.cta-slider{
		left: 0% !important;
	}
	.slider-subtitle{
		font-size: 8px !important;
		font-weight: normal !important;
		left: 0% !important;
	}
  .header-logo{
    width: 90px;
    display: block;
    float: none;
    margin:auto;
    padding-top: 21px !important;
    text-align: center;
  }

	.header-logo img{
		max-height: 50px !important;
		width: auto;
	}
  .menu-items{
    display: none;
  }
  .menu-ea{
  }

  .slider-container {
    position: absolute;
    left: 20px;
    width: 60%;
    bottom: 180px;
		vertical-align: bottom;
  }

	.slider-title{
		position: absolute;
		width: 75vw !important;
		bottom: 5%;
		left: 0px;
		padding-right: 20px;
	  font-family: "Montserrat";
	  text-transform: uppercase;
	  font-weight: bold;
	  font-size: 10px !important;
	  line-height: 34px;
	  color: #fff;
	  z-index: 2;
	}
	.slider-title > div > p{
		width: 75vw !important;

	}

  .slider-action{ width: 100%; height: 60px; min-width: 300px !important; line-height: 60px; left: 0% !important; padding-top: 10px !important;}
	.slider-action:hover > div > a {color: var(--_lightgreen) !important;}
	.n2-ss-button-container:hover {color: black !important;}
  #agenda {
    width: 100%;
    height:90vh;
  }
  #agenda-events-container{
    overflow-y: scroll;
		height: 100%;
  }

  .slider-nav{
    bottom: 70px;
    right: 0;
    float: right;
  }
  .highlight-article-container{
    display: inline-flex;
    width: 80%;
  }

  .highlight-news-container{
    display: block;
    width: 100%;
    height: auto;
    background-color: #f7f7f7;
    padding-bottom: 5px;
  }

  .highlight-news{
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 76px;
  }

  .highlight-article-container{
    display: block;
    width: 80%;
    height: auto;
		max-height: 250px !important;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    background-position: center center;
    background-size: cover;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
  }

  .highlight-article-title{
    width: auto;
  	left: 20px;
	 }

  .club-area-container{
    display: block;
    margin: auto;
    width: 90%;
    min-width: 0;
    height: auto !important;
	}

  .club-grid{display: block; width: 100%; margin: auto;}

  .club-item-container{
    display: inline-block;
    width: 100% !important;
    height: auto;
    margin: auto;
		padding-top: 40px !important;
  }
  .club-item-title-container{
    width: 100%;
    height: 300px;
    max-height: 400px;
  }
  .club-content{
    display: block;
    width: 100%;
    bottom: 80px;
  }
	.club-content-action{
	  margin-top: 0px;
	}


	.row { margin: 0!important;}
	.club-item-container img {
		left: 0px !important;
	}


  footer.main-footer{
    width: 100%;
    height: auto;
		padding: 0;
		margin: 40px 0 0 0  !important;
  }
  .footer-logo{
    display: none !important;
    width: 100%;
  }
  .footer-sitemap {
		display: block;
		width: 90% !important;
		float: none;
		margin: auto !important;
	}
  ul.footer-sitemap-list{
    display: inline-block;
    column-count: 1;
		padding-left: 0px !important;
		margin: 0 !important;
  }

  li.footer-sitemap-item {
    display: block;
    padding: 10px;
    font-size: 16px !important;
		font-weight: normal !important;
    text-align: left !important;
  }


	/* responsive Qui Sommes Nous */
	.avpu-intro-container{
		width: 90% !important;
	}
	.avpu-intro-content{
		width: 100% !important;
		display: block!important;
	}
	.avpu-highlight-cover{
		display: block !important;
		position: relative !important;
		width: 100% !important;
		height: auto !important;
		margin: auto !important;
		text-align: center !important;

	}
	.avpu-text-intro-container{
		width: 100% !important;
		text-align: left !important;
	}
	.avpu-container p{
		font-size: 18px !important;
		line-height: 26px !important;
		text-align: left !important;
	}

	.avpu-body-objectifs-content{
		transform: none !important;
	}
	.avpu-body-objectifs-container{
		padding-bottom: 0 !important;
	}
	.avpu-body-objectifs-col1{
		display: block !important;
		width: 90% !important;
		margin: auto !important;
		padding: 0 !important;
	}
	h2.avpu-body-objectifs-title{
		width: 70% !important;
		padding: 40px 0 !important;

	}
	.avpu-body-objectifs-col2{
		display: block !important;
		width: 100% !important;
		padding: 40px 0 0 0 !important;
		float: none !important;
		margin: auto;
		transform: none !important;
	}
	.avpu-team-container{
		padding-bottom: 0 !important;
	}
	.avpu-team-content{
		width: 100% !important;
	}
	.team-college-elus h2{
		padding: 20px 0 20px 15% !important;
		width: 90% !important;
	}
	.team-college-elus ul{
		margin: 0 !important;
		padding: 0 !important;
	}
	.team-ul-list{
		font-size: 18px !important;
	}
	.team-college-elus ul li{
		text-align: left !important;
	}

	/*****
	 RESPONSIVE TROPHEES PRESENTATIONS
	 *****/
	 .trophy-vainqueur-container{
		 width: 100% !important;
		 padding: 20px 0 !important;
	 }
	 .trophy-introduction-container{
		 padding-top: 15px !important;
	 }
	 .trophy-vainqueur-container div:first-child:nth-last-child(1) {
		 margin-top: 0px !important;
	 }
	 .trophy-vainqueur-container > div {
		 margin-bottom: 20px !important;
	 }
	 .trophy-title{
		 font-size: 18px !important;
	 }

	 .team-name{
		 font-size: 18px !important;
	 }
	 .presentation-nom-intervenant{
		 font-size: 14px !important;
		 padding-top: 5px !important;
		 padding-bottom: 0px !important;
	 }
	 /*****
 	 RESPONSIVE BDD
 	 *****/
	 .bdd-categories-list-container{
		 display: none;
	 }
	 /*****
 	 RESPONSIVE ESPACE ADHERENT
 	 *****/
	 .page-header-container {
	   display: block;
	   width: 100%;
	   height: 100%;
	   /*position: absolute;*/
	   top: 0;
	   left: 0;
	   -webkit-background-size: cover; /* pour anciens Chrome et Safari */
	   background-size: cover; /* version standardisée */
	   z-index: -1;
	 	background-attachment: fixed;
		max-height: 500px !important;
	 }
	 .page-header-container::before{
		 max-height: 500px !important;
	 }
	 .entry-content{
		 padding: 40px 20px !important;
	 }
	 .page-header-content {
		 top: 160px !important;
		/* margin: auto !important;*/
	 }
	 .page-header-login {
		 top: 180px !important;
	 }
	 .page-container {
			margin-left: auto !important;
    	margin-right: auto !important;
	 }
	 .em-pw-container
	 {
		 width: 75% !important;
	 }
	 .em-visuel-off{
		 margin-top: 20px !important;
	 }
	 .em-articles-list-container{
		 height: auto !important;
		 overflow-y: hidden !important;
	 }
	 .em-article a{
		 line-height: 2.25 !important;
	 }
	 .em-article p{
		 font-size: 14px !important;
	 }


    .responsive-menu-inner {
        display: block;
        top: 50%;
        margin-top: -1.5px;
    }

    .responsive-menu-inner,
    .responsive-menu-inner::before,
    .responsive-menu-inner::after {
         width: 25px;
         height: 1px !important;
				 background-color: var(--_lightgreen) !important;
         border-radius: 0!important;
         position: absolute;
         transition-property: transform;
         transition-duration: 0.15s;
         transition-timing-function: ease;
    }

    .responsive-menu-open .responsive-menu-inner,
    .responsive-menu-open .responsive-menu-inner::before,
    .responsive-menu-open .responsive-menu-inner::after {
			background-color: var(--_lightgreen) !important;
    }

    button#responsive-menu-button:hover .responsive-menu-inner,
    button#responsive-menu-button:hover .responsive-menu-inner::before,
    button#responsive-menu-button:hover .responsive-menu-inner::after,
    button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner,
    button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::before,
    button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::after,
    button#responsive-menu-button:focus .responsive-menu-inner,
    button#responsive-menu-button:focus .responsive-menu-inner::before,
    button#responsive-menu-button:focus .responsive-menu-inner::after,
    button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner,
    button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::before,
    button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::after {
        background-color: var(--_lightgreen) !important;
    }

    .responsive-menu-inner::before,
    .responsive-menu-inner::after {
         content: "";
         display: block;
    }

    .responsive-menu-inner::before {
         top: -8px;
    }

    .responsive-menu-inner::after {
         bottom: -8px;
    }

}

.page-header-container {
  display: block;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  top: 0;
  left: 0;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  z-index: -1;
	background-attachment: fixed;
}

.page-header-container::before{
  content: ' ';
  position: absolute;
  width: 100%;
  height: auto;
	max-height: 570px !important;
	overflow: hidden;
  z-index: 0;
  background-color: rgba(0,0,0,0.2);
}


.page-header-content{
  position: relative;
  display: inline-block;
  top: 250px;
}

.page-container{
  margin-top: 60px;
}
.page-title{
  font-family: Montserrat;
  font-size: 2.75em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: var(--_white);
  color: #fff;
  margin-bottom: 40px;
}

h4{
  font-family: GillSans;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  color: var(--_white);
}

.bdd-categories-list-container{
	position: absolute;
	width: 100%;
	bottom: 0;
	margin: auto;
	z-index: 10000;
	transform: translateY(50px);

}

ul.bdd-categories-list{
  list-style-type: none;
  text-decoration: none;
	clear:both;
	width: 80%;
  margin: auto;
}

li.bdd-category{
  display: inline-block;
	width: 22% !important;
	margin: 0.5rem !important;
  height: 100px;
  font-family: GillSans;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 100px;
  text-align: center;
  color: #ffffff !;
  color: var(--_white);
}

li.bdd-category img{
  vertical-align: middle;
	width: auto;
	height: auto;
	margin-right: 10px;
}

li.bdd-category a,
li.bdd-category a:active,
li.bdd-category a:hover,
li.bdd-category a:focus,
{
	color: #ffffff !important;
	color: white !important;
}

.green-cat{background-color: var(--_darkgreen);}
.yellow-cat{background-color: var(--_orange);}
.pink-cat{background-color: var(--_pink);}
.violet-cat{background-color: var(--_violet);}




.em-articles-list-container{
  height: 400px;
  overflow-y: scroll;
}

.page-header-login{
	position: relative;
	display: inline-block;
	top: 270px;

}
.em-pw-container{
  position: relative;
	width: 45%;
  height: 80px;
  display: inline-block;
  background-color: white;
  font-family: GillSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a4c;
}

.em-pw-send{
  display: inline-block;
  width: 80px;
  height: 80px;
	color: white;
  background: linear-gradient(to right, #97bf0d, #3e7f5c);
	border: none !important;
	padding-left: 16px;
	color: white;
	font-family: "GillSans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 80px;

}

.em-article p{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.em-article a,
.em-article a:visited{
  padding-bottom: 20px;
  font-family: GillSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--_violet);
  border-bottom: 1px solid var(--_violet);
  padding-bottom: 10px;
  transition: border-bottom 2s linear;
}

.em-articles-list-title{
  padding: 0;
  margin-bottom: 40px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #1a1a1a;
}
article.em-article{
  padding-bottom: 60px;
}

.em-quick-access{
	display: inline-block !important;
	vertical-align: top !important;
}

.em-quick-access-container{
	padding-bottom: 50px;
}
/*








*/

img {
    width: auto;
    height: auto;
}

.avpu-container{
  width: 100%;
  margin: auto;
	margin-top: 80px;
}

.avpu-intro-container{
  width: 70%;
  margin: auto;
  display: block;
}
.avpu-intro-content{
  width: 50%;
  margin: auto;
  display: inline-block;
}

h1.avpu-title{
  width: 100%;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
	text-transform: uppercase;
}

.avpu-text-intro-container{
  display: inline-block;
  width: 80%;
}

.avpu-text-intro-container p {
  font-family: GillSans;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: justify;
  color: #1a1a1a;
}
.avpu-highlight-cover{
  display: inline-block;
  width: auto;
  position: absolute;
  right: 0;
  transform: translateY(40px);
}

.avpu-text-intro-container a,
.avpu-text-intro-container a:visited{
  width: 173px;
  height: 15px;
  font-family: GillSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--_violet);
  border-bottom: 1px solid var(--_violet);
  padding-bottom: 10px;
  transition: border-bottom 2s linear;
}
.avpu-text-intro-container a:hover{
  border-bottom: 1px solid var(--_violet);
}

.avpu-body-container{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.avpu-body-objectifs-container{
  display: block;
  width: 100%;
  margin-top: 100px;
  background: url("images/bg-objectifs.png") no-repeat;
  position: relative;
  padding-bottom: 100px;

}

.avpu-body-objectifs-content{
  display: block;
  width: 100%;
  transform: translateY(-35px);
}

.avpu-body-objectifs-col1{
  display: inline-block;
  width: 40%;
  padding-left: 15%;

}

.avpu-body-objectifs-col2{
  display: inline-block;
  float:right;
  transform: translateY(100px);
}


h2.avpu-body-objectifs-title{
  font-family: Montserrat;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  text-transform: uppercase;
}
.avpu-body-objectifs-container p{
  font-family: GillSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}

.cta-action{
  margin-top: 35px;
  width: 300px;
  height: 54px;
  background: linear-gradient(to left, #97bf0d, #3e7f5c);
  font-family: GillSans;
  font-size: 14px;
  font-weight: normal;
	border-image-source: linear-gradient(to left, #97bf0d, #3e7f5c);
  border-style: solid;
  border-width: 2px;

  transition: background 1s;
}

.cta-action a::after{
  content:'';
  position: relative;
  display: inline-block;
  padding-left: 10px;
  transition: padding-left 0.5s, content 0.5s;

}

.cta-action:hover a::after{
  content:url('images/arrow-right.svg');
  padding-left: 25px;
}

.cta-action a{
  text-transform: uppercase;
  text-decoration: none;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 1.4px;
  padding-left: 16px;
  color: #ffffff;
}

.cta-action:hover{

  background: linear-gradient(to left, #ffffff, #ffffff);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to left, #97bf0d, #3e7f5c);
  border-image-slice: 1;
  cursor: pointer;
}

.cta-action:hover a{
  background-image: linear-gradient(to left, #97bf0d, #3e7f5c), linear-gradient(#3e7f5c, #3e7f5c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-slider {
	width: 300px;
	height: 54px;
	left: 15%;
	background: linear-gradient(to left, #97bf0d, #3e7f5c);
	border-style: solid;
	border-width: 2px;
	border-image-source: linear-gradient(to left, #97bf0d, #3e7f5c);
	border-image-slice: 1;
	cursor: pointer;
	font-family: GillSans;
	font-size: 14px;
	font-weight: normal;
	color: #1e1e1e;
}

.cta-slider:hover {
	background: white;
	cursor: pointer;
}

.cta-slider a{
	color: white !important;
	z-index: 2000000000;
	line-height: 54px !important;
	padding: auto;
}
.cta-slider:hover a {
	color: #3e7f5c !important;
}

.cta-slider a::after{
  content: "";
}
.cta-slider:hover a::after{
  position: relative;
  display: inline-block;
  padding-left: 10px;
  content:url('images/arrow-right.svg');
  padding-left: 25px;
}

.avpu-team-container{
  display: block;
  width: 100%;
  margin: auto ;
  padding-bottom: 200px;
}
.avpu-team-content{
  width: 80%;
  margin: auto !important;
}

.avpu-team-title{
  padding-left: 15%;
  margin-top: 50px;
  margin-bottom: 50px;

}
.avpu-team-title h2 {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  text-transform: uppercase;
}

.team-job-title{
  display: block;
	padding-top: 0px;
	padding-bottom: 10px;
  font-family: GillSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
	letter-spacing: 1.4px;
  text-align: left;
  text-transform: uppercase;
  color: #5c57a3;
  color: var(--_violet);
}

.team-name{
  font-family: GillSans;
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
}

.team-city{
  font-family: GillSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.6px;
  text-align: left;
  color: #1a1a1a;
}
.team-member-infos{
  width: 80%;
  margin: auto;
  text-align: left;
}

.h2-avpu{
  font-family: Montserrat;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #1a1a1a;
  text-transform: uppercase;
}
.team-college-elus ul{
	margin: 0 !important;
}
.team-ul-list{
  margin-top: 60px;

  font-family: GillSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: justify;
  color: #1a1a1a;
}
.team-ul-list ul{
  list-style-type: none;
}
.team-ul-list li::before{
  content: ' — ';
  padding-left: 5px;
}


#dpsp-floating-sidebar.dpsp-position-right.dpsp-shape-circle {
    right: 20% !important;
}


/******
RESPONSIVE
*********/

@media screen and (max-width: 1100px){


	ul.menu-ea {
	  position: absolute;
	  top: 0;
	  right: 0;
	  -webkit-padding-start: 0px;
	  -webkit-margin-before: 0px;
	  -webkit-margin-after: 0px;
	  padding-start: 0px;
	  width: 220px;
	  height: 130px;
	  background-color: var(--_lightgreen);
	  float: right;
		transition: background-color 1s;
		overflow: hidden;
	}
	ul.menu-ea:hover{
	}
}
@media screen and (max-width: 640px) {
.page-title{
	font-size: 2em !important;
}
