/* ------
SOMMAIRE
---------*/
/*
@AUTHOR : Julie

00 - COULEURS
01 - SPRITE
03 - TITRES
04 - LIENS
05 - BOUTONS
06 - CONTENU WYSIWYG
07 - PADDING ET LARGEURS
08 - MENU SCROLL UP
09 - POPUP ACTUALITE
10 - MENU HAMBURGERS
11 - ICONES SOCIALES
12 - ANIM SCROLL
*/


/* ----------
00 - COULEURS
-------------*/


.white{
	color: var(--color00);
}
:root{
	--color00: #fff;    /*Blanc*/
	--color01: #000;    /*Noir*/
	--color02: #303788; /*Bleu */
	--color03: #1298a2; /*Bleu clair*/
	--color04: #cc5b14; /*Orange*/
	--color05: #ecf3f5; /*Gris clair*/
	--color06: #6f6f6f; /*Gris foncé*/
	--color07: #1a1d5c; /*Bleu foncé*/
	--color08: #e5f5f6; /*Bleu tres clair*/
}
/*
Utilisation :
background: var(--color1);
border-bottom: 3px solid var(--color1);
color: var(--color1);
*/



/* ----------
01 - SPRITE
-------------*/
.sprite{
	background-image: url('../img/charte/sprite.svg');
	background-repeat: no-repeat;
	background-size: 400px auto;
	display: block;
}

span.sprite.loupe{
	width: 28px;
    height: 29px;
    background-position: -367px -45px;
}
span.sprite.inscri{
	width: 28px;
    height: 28px;
    background-position: -327px -127px;
    margin-left: 10px;
}
span.sprite.inscri{
	width: 40px;
    height: 40px;
    background-position: -320px -120px;
    margin-left: 10px;
}
span.sprite.search {
    width: 70px;
    height: 70px;
    background-position: -6px -200px;
    margin-left: 10px;
    border-radius: 50%;
}
span.sprite.contact{
	width: 32px;
    height: 22px;
    background-position: -292px -129px;
    margin-left: 10px;
}

.sprite.phone{
	display: block;
	width: 18px;
	height: 18px;
	background-position: -371px -191px;
}
span.sprite.ico-accordeon{
	width: 25px;
    height: 25px;
    background-position: -208px -88px;
    margin-right: 10px;
}
span.sprite.lieu{
	width: 24px;
    height: 34px;
    background-position: -128px -4px;
}
span.sprite.voiesformation{
	width: 40px;
    height: 40px;
    background-position: -260px -180px;
}
span.sprite.duree{
	width: 40px;
    height: 40px;
    background-position: -320px -180px;
}
span.sprite.preinscri{
	width: 38px;
    height: 36px;
	background-position: -1px -2px;
	margin-bottom: 0px !important;
}
span.sprite.telecharger{
	width: 35px;
    height: 39px;
    background-position: -123px -80px;
}
span.sprite.calendrier{
	width: 32px;
    height: 33px;
    background-position: -4px -84px;
}
span.sprite.reussite{
	width: 40px;
    height: 40px;
    background-position: -160px 0px;
}
span.sprite.taux{
	width: 32px;
    height: 28px;
    background-position: -205px -8px;
}
span.sprite.charge{
	width: 31px;
    height: 32px;
    background-position: -44px -83px;
}
span.sprite.link-fb{
	width: 13px;
    height: 21px;
    background-position: -254px -10px;
}
span.sprite.link-lk{
	width: 18px;
    height: 19px;
    background-position: -252px -89px;
}
span.sprite.link-lk-contact{
	width: 32px;
    height: 31px;
    background-position: -252px -89px;
}
span.sprite.link-lk-contact:hover{
	width: 32px;
    height: 31px;
    background-position: -364px -85px;
}
span.sprite.link-fb-contact {
    width: 32px;
    height: 31px;
    background-position: -244px -5px;
}
span.sprite.link-fb-contact:hover{
    width: 32px;
    height: 31px;
    background-position: -284px -5px;
}
span.sprite.link-twitter{
	width: 17px;
    height: 14px;
    background-position: -11px -54px;
}
span.sprite.link-tw-contact{
	width: 32px;
    height: 31px;
    background-position: -4px -44px;
}
span.sprite.link-tw-contact:hover{
	width: 32px;
    height: 31px;
    background-position: -44px -44px;
}
span.sprite.link-insta{
	width: 22px;
    height: 21px;
    background-position: -328px -10px;
}
span.sprite.link-it-contact{
	width: 32px;
    height: 31px;
    background-position: -324px -5px;
}
span.sprite.link-it-contact:hover{
	width: 32px;
    height: 31px;
    background-position: -364px -5px;
}
span.sprite.link-lk-contact{
	width: 32px;
    height: 31px;
    background-position: -244px -84px;
}
span.sprite.link-mail{
	width: 33px;
    height: 21px;
    background-position: -324px -50px;
}
span.sprite.link-mail-contact{
	width: 33px;
    height: 32px;
    background-position: -324px -45px;
}
span.sprite.link-mail-contact:hover{
	width: 33px;
    height: 32px;
    background-position: -364px -125px;
}
span.sprite.objetDyna{
	width: 208px;
    height: 44px;
    background-position: -8px -124px;
}
span.sprite.fleche{
	width: 11px;
    height: 17px;
	background-position: -175px -52px;
	margin-right: 5px;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}
span.sprite.quotes {
    width: 32px;
    height: 25px;
    background-position: -24px -191px;
}

/* ------
03 - TITRES
---------*/
h1, h2, h3, h4, h5, h6, .like-h1, .like-h2, .like-h3, .like-h4, .like-h5, .like-h6{
	line-height:1;
	margin:0 0 30px 0;
	color: var(--color02);
	font-family: "sb", sans-serif;
}
h1, .like-h1{
	font-size: 4rem;
}
h2, .like-h2{
	font-size: 3rem;
}
h3, .like-h3{
	font-size: 2.5rem;
}
h4, .like-h4{
	font-size: 2rem;
}
h5, .like-h5{
	font-size: 1.8rem;
}
h6, .like-h6{
	font-size: 1.6rem;
}



/* ------------
04 - LIENS
--------------*/
a, a:link, a:visited{
	color: #4d4d4d;
	text-decoration: none;
}
a:hover, a:active{
	color: #000;
}


/* ------------
05 - BOUTONS
--------------*/

#cf7-reset,
a.bouton1, .bouton1 a,
a.bouton2, .bouton2 a,
a.bouton3, .bouton3 a,
a.bouton4, .bouton4 a {
	font-family: "sb", sans-serif;
	display: inline-block;
	padding: 3px 30px 2px 30px;
	color: #fff;
	margin: 10px 0;
	text-transform: initial;
	text-align: center;
}
/* a.bouton1:hover, a.bouton2:hover, a.bouton3:hover, a.bouton4:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
} */

a.bouton1, .bouton1 a {
	background-color: var(--color04);
	border-radius: 50px;
	border: 2px solid var(--color04);
	-webkit-transition: background 0.7s, color 0.7s;
	-webkit-transition: background 0.7s, color 0.7s, border 0.7s;
	transition: background 0.7s, color 0.7s, border 0.7s;
}
a.bouton1:hover, .bouton1 a:hover {
	background-color: rgba(255, 255, 255, 0);
	color: var(--color04);
	border: 2px solid var(--color04);
}
#cf7-reset,
a.bouton2, .bouton2 a {
	background-color: var(--color04);
	border-radius: 8px;
	border: 2px solid var(--color04);
	-webkit-transition: background 0.7s;
	-webkit-transition: background 0.7s, border 0.7s;
	transition: background 0.7s, border 0.7s;
}
#cf7-reset:hover,
a.bouton2:hover, .bouton2 a:hover {
	background-color: var(--color02);
	border: 2px solid var(--color02);
}
a.bouton3, .bouton3 a {
	background-color: var(--color03);
	border-radius: 50px;
	border: 2px solid var(--color03);
	-webkit-transition: background 0.7s, color 0.7s;
	-webkit-transition: background 0.7s, color 0.7s, border 0.7s;
	transition: background 0.7s, color 0.7s, border 0.7s;
}
a.bouton3:hover, .bouton3 a:hover {
	background-color: rgba(255, 255, 255, 0);
	color: var(--color03);
	border: 2px solid var(--color03);
}
a.bouton4, .bouton4 a {
	color: white;
	background-color: rgba(255, 255, 255, 0);
	border: 2px solid white;
	border-radius: 8px;
	-webkit-transition: background 0.7s, color 0.7s;
	-webkit-transition: background 0.7s, color 0.7s, border 0.7s;
	transition: background 0.7s, color 0.7s, border 0.7s;
}
a.bouton4:hover, .bouton4 a:hover {
	background-color: rgba(255, 255, 255, 1);
	color: var(--color04);
	border: 2px solid var(--color04);
}
#footer .bouton2:hover{
	background-color: var(--color03);
}



/* ------------
06 - CONTENU WYSIWYG
--------------*/
p{
	line-height: 1.5;
}
p:not(:last-child){
	margin: 0 0 30px 0;
}
strong{
	font-family: "sb", sans-serif;
	font-weight: normal;
}
em{
	font-style:italic;
}
	em strong, strong em{
		font-family: "sb", sans-serif;
		font-style: italic;
		font-weight: normal;
	}
u{
	text-decoration:underline;
}
strike{
	text-decoration: line-through;
}
address{
	color: #007AAA;
}
pre{
	background:#ccc;
	border:1px solid #007aaa;
	font-family:Courier, MS Courier New, Prestige, Everson Mono;
	font-size:1.1em;
	margin:20px auto;
	overflow:auto;
	padding:5%;
	width:80%;
}
code{
	background:#007aaa;
	color:#fff;
	font-family:Courier, MS Courier New, Prestige, Everson Mono;
	font-size:1.1em;
	padding:2px;
}
cite{
	color:#000;
	font-family: Arial, sans-serif;
	font-size:1.1em;
	padding:0 3px 0 3px;
}
acronym{
	border-bottom:1px dashed #007aaa;
	cursor:help;
}
q{
	color:#007aaa;
	font-style:italic;
}
	q:after{
		content: " ' Source: "attr(cite)" ";
		font-size:1em;
	}

ul{
	margin: 0 0 30px 15px;
}
	ul li{
		list-style: disc;
		line-height: 120%;
		margin-bottom: 10px;
		/* padding: 0 0 0 15px;
		position: relative; */
	}
	/* #wrapperInner ul li::before {
		content: '';
		width: 7px;
		height: 7px;
		background-color: #000;
		border-radius: 50%;
		position: absolute;
		top: 5px;
		left: 0;
	}
 */
	.bloc-texte-inte{
		margin-bottom: 30px;
	}

ol{
	color: #666;
	list-style: outside decimal-leading-zero;
	margin: 5px 0 5px 25px;
}

hr{
	border-bottom:2px ridge #666;
	border:0;
}
.separator{
	clear:both;
	visibility:hidden;
	margin: 5px 0 5px 0;
}
dl{
	margin:10px 5px;
}
	dt{
		color:#000;
		font-size:1.1em;
		font-weight:bold;
	}
	dd{
		font-style:normal;
		margin:0;
		padding:0;
		text-indent:10px;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: transparent;
	margin: auto;
	width: 100%;
	margin-bottom: 15px;
}
	table caption{
		color: #ccc;
		font-size: 14px;
		font-weight:bold;
		margin:5px 0;
		text-align:left;
	}
	tr {
		border-bottom: 3px solid #fff;
		text-align: center;
	}
	th {
		color: #fff;
		border: transparent;
		color: #666;
		font-size: 14px;
		font-weight: bold;
		padding: 2px;
		text-align: center;
	}
	th:first-child {
		color: var(--color02);
		text-align: center;
	}
	th:not(:first-child) {
		background: var(--color02);
		color: #fff;
		padding: 10px 0;
		border-left: 11px solid #fff;
		border-right: 11px solid #fff;
		font-weight: initial;
		font-family: "sb", sans-serif;
		text-align: center;
	}
	tbody tr:nth-child(2n-1) th,
	tbody tr:nth-child(2n+2) th {
		background-color: var(--color03);
		color: #fff;
		padding: 10px;
		line-height: 1;
		font-weight: initial;
		font-family: "sb", sans-serif;
		text-align: center;
	}
	tbody tr:nth-child(2n+2) th {
		background-color: var(--color04);
	}
	tbody tr:nth-child(2n-1) td {
		border-left: 11px solid #fff;
		border-right: 11px solid #fff;
		padding: 2px;
		vertical-align: middle;
		text-align: center;
	}
	tbody tr:nth-child(2n+2) td {
		border-left: 11px solid #fff;
		border-right: 11px solid #fff;
		padding: 2px;
		vertical-align: middle;
	}
	tbody tr td[rowspan="2"],
	tbody tr td[rowspan="3"] {
		color: var(--color02);
		font-family: "sl", sans-serif;
	}
td img{
	padding:3px;
}
.c-citation{
	color: var(--color02);
	text-align: center;
}





/*Glissière*/
.gliciere-item .titre{
	width: 100%;
	text-transform: uppercase;
	border-top: 2px solid var(--color04);
	padding: 10px 25px 10px 0px;
	cursor: pointer;
    border-top: 0px;
	border-bottom: 2px solid var(--color04);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	font-size: 1.6rem;
}


	.gliciere-item .titre *{
		color: var(--color04);
		margin: 0px;
		text-transform: none !important;
		padding:0;
		font-size: inherit;
	}

.gliciere-item .content{
	display: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.gliciere-item.active .content{
	display: block;
	padding: 20px 0;
}


.accordeon{
    margin-bottom: 60px !important;
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.gliciere-item{
	cursor: pointer;
	margin: 0;
}

.gliciere-item .content{
    padding: 10px 0px;
}
.accordeon {
    margin: 40px auto;
}
.gliciere-item .titre::before{
    content: "";
    background-image: url(../img/charte/sprite.svg);
    background-repeat: no-repeat;
    background-size: 400px auto;
    width: 26px;
    height: 26px;
    background-position: -207px -187px;
    margin: 0px;
    margin: 0 10px 0 0;
    -webkit-transition: background-position 0.5s;
    transition: background-position 0.5s;
}
.gliciere-item.active .titre::before{
    background-position: -167px -187px;
}
.single-formation .gliciere-item .titre::before{
	display: none;
}

/* ------------------------
08 - MENU SCROLL UP
--------------------------*/
.scrollUp{
	position: fixed;
	top: 0;
	width: 100%;
	z-index : 10000;
	-webkit-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}
.scrollUp.nav-up{
	-webkit-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}



/* ------------------------
09 - POPUP ACTUALITE
--------------------------*/
.popup-wrap{
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	padding: 15% 30%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
	.box-simple-popup{
		background: #fff;
		position: relative;
	}
		.box-simple-popup .box-titre{
			background: #46a1bf;
			color: #fff;
			padding: 15px 30px;
		}

		.box-simple-popup .popup-btn-close{
			background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAkFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADDIYgjAAAAL3RSTlMAFS3T6/HlN8nbDhskQvb6Cga+smmlA1tOAZeSi3jtuM/Eg10pHhBiVD443alvI7Ki/2AAAAHWSURBVFjDpdfZbuJAEEbhH0JM2GKzZAJjsy9ZZun3f7vpJGJKiJJKOZzLrvZ3YbXUtnLj0bLZ7Qe6ofasaWZtfTUq0kdlMxZsMEmfbY/KzdO5dSXUsDgLxTHrj+l/k4p657ZSkywkHrJnjdRLt4ntzgVQq0xYNM9aZxCL5llT3SUsmmc12iUsmme969RxROxNJb2VV8vbPvR6J+Xmj1eDhz7zBvps5InQC0TgQbG7cj0sdu8DLxJj764lATHwgBh4QAy8WDwhz0RnM/CsN2878IIHwjEW3/0hEINXjET/EOQBFINjCkTu+WLP924QoWci87hoHr3EuWci8KBoHhdjj4uTSrj2yvV48zIFFzDwQpF7JnLPrxhSD4jAM5F7t4vPrsfF50AzEXvrwhO5Nx0PXZF7ki9yLxCB54sH7vlip8293N+eIwLPGnxP3PseFmeBF4qx9zt7TPS9px8SEAMPibEXi8CLRO75Ypd7vnjfBZ7VunPEwIPi3veQuBpKx9L1oLhZqL5a/Jk9LM7168pbSFys5XpcXKv0PC5OtfE8Lu609DwutlUV0DNxY8LTxZd+vRCq/3D5BzOcpI+KF9Gquky5sq701eFl+Wc01g21XpfL15Zy/wAQgcwfcwB9iQAAAABJRU5ErkJggg==') no-repeat 0 0 / 40px 40px;
			cursor: pointer;
			height: 40px;
			position: absolute;
			right: -20px;
			top: -20px;
			width: 40px;
		}
		.box-simple-popup .popup-btn-close span{
			display: none;
		}




/* ----------
10 - MENU HAMBURGERS
-------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger{
	background-color: transparent;
	color: inherit;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	margin: 0;
	overflow: visible;
	padding: 5px 15px 0;
	text-transform: none;

	-webkit-transition-property: opacity, -webkit-filter;

	transition-property: opacity, -webkit-filter;

	transition-property: opacity, filter;

	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
}
	.hamburger:hover, .hamburger:focus{
		opacity: 0.7;
	}

.hamburger-box{
	display: inline-block;
	height: 24px;
	position: relative;
	width: 40px;
}

.hamburger-inner{
	display: block;
	margin-top: -2px;
	top: 50%;
}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
		background-color: #00b4cd;
		border-radius: 4px;
		height: 4px;
		position: absolute;
		width: 40px;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		-webkit-transition-duration: 0.15s;
		        transition-duration: 0.15s;
		-webkit-transition-timing-function: ease;
		        transition-timing-function: ease;
	}
	.hamburger-inner::before, .hamburger-inner::after{
		content: "";
		display: block;
	}
	.hamburger-inner::before{
		top: -10px;
	}
	.hamburger-inner::after{
		bottom: -10px;
	}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner{
	-webkit-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
	.hamburger--spin .hamburger-inner::before{
		-webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
		transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
	}
	.hamburger--spin .hamburger-inner::after{
		-webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
		transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
		transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
		transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

.hamburger--spin.is-active .hamburger-inner{
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
	-webkit-transition-delay: 0.14s;
	        transition-delay: 0.14s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
	.hamburger--spin.is-active .hamburger-inner::before{
		top: 0;
		opacity: 0;
		-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
		transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	}
	.hamburger--spin.is-active .hamburger-inner::after{
		bottom: 0;
		-webkit-transform: rotate(-90deg);
		        transform: rotate(-90deg);
		-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	}



/* ----------
11 - ICONES SOCIALES
-------------*/
.jssocials-shares {
	margin: 0.2em 0; }

  .jssocials-shares * {
	box-sizing: border-box; }

  .jssocials-share {
	display: inline-block;
	vertical-align: top;
	margin: 0.3em 0.6em 0.3em 0; }

  .jssocials-share:last-child {
	margin-right: 0; }

  .jssocials-share-logo {
	width: 1em;
	vertical-align: middle;
	font-size: 1.5em; }

  img.jssocials-share-logo {
	width: auto;
	height: 1em; }

  .jssocials-share-link {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1; }
	.jssocials-share-link.jssocials-share-link-count {
	  padding-top: .2em; }
	  .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
		display: block;
		font-size: .6em;
		margin: 0 -.5em -.8em -.5em; }
	.jssocials-share-link.jssocials-share-no-count {
	  padding-top: .5em; }
	  .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
		height: 1em; }

  .jssocials-share-label {
	padding-left: 0.3em;
	vertical-align: middle; }

  .jssocials-share-count-box {
	display: inline-block;
	height: 1.5em;
	padding: 0 0.3em;
	line-height: 1;
	vertical-align: middle;
	cursor: default; }
	.jssocials-share-count-box.jssocials-share-no-count {
	  display: none; }

  .jssocials-share-count {
	line-height: 1.5em;
	vertical-align: middle; }


.jssocials-share{

}
.jssocials-share-email{

}
.jssocials-share-twitter{

}
.jssocials-share-facebook{

}
.jssocials-share-googleplus{

}
	.jssocials-share a{

	}

		.jssocials-share .jssocials-share-logo{
			background-image: url(../img/charte/sprite.svg);
			background-repeat: no-repeat;
			background-size: 400px auto;
			display: block;
			height:40px;
			width: 40px;
		}
		.jssocials-share .jssocials-share-label{
			display: none;
		}

		.jssocials-share-email .jssocials-share-logo{
			background-position:-320px -40px;
		}
		.jssocials-share-email:hover .jssocials-share-logo, .jssocials-share-email:focus .jssocials-share-logo{
			background-position:-360px -120px;
		 }

		.jssocials-share-twitter .jssocials-share-logo{
			background-position:0 -40px;
		 }
		.jssocials-share-twitter:hover .jssocials-share-logo, .jssocials-share-twitter:focus .jssocials-share-logo{
			background-position: -40px -40px;
		}

		.jssocials-share-facebook .jssocials-share-logo{
			background-position: -240px 0px;
		}
		.jssocials-share-facebook:hover .jssocials-share-logo, .jssocials-share-facebook:focus .jssocials-share-logo{
			background-position: -280px 0px;
		 }

		.jssocials-share-googleplus .jssocials-share-logo{
			background-position: -240px 0px;
		 }
		.jssocials-share-googleplus:hover .jssocials-share-logo, .jssocials-share-googleplus:focus .jssocials-share-logo{
			background-position: -240px 0px;
		 }

		.jssocials-share-linkedin .jssocials-share-logo{
			background-position: -240px -80px;
		 }
		.jssocials-share-linkedin:hover .jssocials-share-logo, .jssocials-share-linkedin:focus .jssocials-share-logo{
			background-position: -360px -80px;
		 }



/**
* alert
*/
.alert
{
	background: green;
	color:#FFF;
	padding:10px;

	width:100%;
	text-align: center;
}

.alert.alert-error
{
	background: rgb(194, 24, 12);
}

/* CLASS GENERIQUES */

/* Width */


.w100 {
	width: 100%
}
.w90 {
	width: 90%
}
.w80 {
	width: 80%
}
.w70 {
	width: 70%
}
.w60 {
	width: 60%
}
.w50 {
	width: 50%
}
.w45 {
	width: 45%
}
.w40 {
	width: 40%
}
.w30 {
	width: 30%
}
.w25 {
	width: 25%
}
.w20 {
	width: 20%
}
.w10 {
	width: 10%
}

/* Width flex avec goutiere */


.w1-2 {
	width: calc(100% / 2.1)
}

.w1-3 {
	width: calc(100% / 3.2)
}

.w1-4 {
	width: calc(100% / 4.3)
}

/* Flex */


.flex {
	display: -webkit-box;
	display: flex
}
.flex-wrap {
	flex-wrap: wrap;
}

.flex-jcc {
	-webkit-box-pack: center;
	        justify-content: center
}

.flex-jce {
	-webkit-box-pack: center;
	        justify-content: end
}

.flex-jcfe {
	-webkit-box-pack: end;
	        justify-content: flex-end;
}

.flex-aic {
	-webkit-box-align: center;
	        align-items: center
}

.flex-aife {
	-webkit-box-align: end;
	        align-items: flex-end
}
.flex-jcfs {
  justify-content: flex-start;
}

.flex-jsb {
	-webkit-box-pack: justify;
	        justify-content: space-between
}

.flex-jsa {
	-webkit-box-pack: justify;
		justify-content: space-around;
}

.flex-dc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.flex-g1 {
	-webkit-box-flex: 1;
	        flex-grow: 1;
}

/* Padding */


.pad20 {
	padding: 20px
}
.pad15 {
	padding: 15px
}
.pad30 {
	padding: 30px
}
.pad100_0 {
	padding: 100px 0;
}
.pad90_0 {
	padding: 90px 0;
}
.pad80_0 {
	padding: 80px 0;
}
.pad70_0 {
	padding: 70px 0;
}
.pad60_0 {
	padding: 60px 0;
}

.pad50_0 {
	padding: 50px 0;
}

.pad40_0 {
	padding: 40px 0;
}

.pad30_0 {
	padding: 30px 0;
}

.pad20_0 {
	padding: 20px 0;
}

/* Position */

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

/* Border radius */

.br10 {
	border-radius: 10px;
}

/* Box shadow */

.box-shadow {
	box-shadow: 0px 2px 15px 0px rgba(130,130,130,0.4);
}

/* MEDIA // Cover */

.cover {
	overflow: hidden;
}
	.cover img{
		-o-object-fit: cover;
		   object-fit: cover;
		font-family: 'object-fit: cover';
		height: 100%;
		width: 100%;
	}

.center{
	text-align: center;
}

/* 12 - ANIM SCROLL */


/* ------
02 - ANIMATION SCROLL
---------*/
/*
Opacité seule : classSectionToAnimate
Opacité + top : classSectionToAnimate animateTop
Opacité + bottom : classSectionToAnimate animateBottom
Opacité + top Left : classSectionToAnimate animateTopLeft
Opacité + top Right : classSectionToAnimate animateTopRight
Opacité + bottom Left : classSectionToAnimate animateBottomLeft
Opacité + bottom Right : classSectionToAnimate animateBottomRight
*/
.animate-elem{
	opacity: 0.1;
	position: relative;
}
.animate-elem-25{
	opacity: 1;

	transition-duration: 2s;
	-webkit-transition-duration: 2s;
}

.animate-elem.animateTop{ top: -30px; }
.animate-elem-25.animateTop{ top: 0; }

.animate-elem.animateBottom{ bottom: -30px; }
.animate-elem-25.animateBottom{ bottom: 0; }

.animate-elem.animateTopLeft{ left: -30px; top: -30px; }
.animate-elem-25.animateTopLeft{ left: 0; top: 0; }

.animate-elem.animateTopRight{ right: -30px; top: -30px; }
.animate-elem-25.animateTopRight{ right: 0; top: 0; }

.animate-elem.animateBottomLeft{ left: -30px; bottom: -30px; }
.animate-elem-25.animateBottomLeft{ left: 0; bottom: 0; }

.animate-elem.animateBottomRight{ right: -30px; bottom: -30px; }
.animate-elem-25.animateBottomRight{ right: 0; bottom: 0; }

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: transform 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/*RESPONSIVE
01 - DESKTOP */
@media screen and (max-width: 1400px), (max-device-width: 1400px){
}
@media screen and (max-width: 1200px), (max-device-width: 1200px){
	.md-flex-wrap {
		flex-wrap: wrap
	}
	.md-w100 {
		width: 100%;
	}
	.md-w70 {
		width: 70%
	}
	.md-w50 {
		width: 50%
	}
	.md-w1-2 {
		width: calc(100% / 2.1);
	}
}
/*02 TABLETTE*/
@media screen and (max-width: 1024px), (max-device-width: 1024px){
	.sm-flex-wrap {
		flex-wrap: wrap
	}
	.sm-flex-jsb {
		-webkit-box-pack: justify;
		        justify-content: space-between;
	}
	.sm-w100 {
		width: 100%
	}
	.sm-w50 {
		width: 50%
	}
	.sm-w1-2 {
		width: calc(100% / 2.1);
	}
}
/*03 MINI-TABLETTE*/
@media screen and (max-width: 767px), (max-device-width: 767px){
	.xs-flex-wrap {
		flex-wrap: wrap
	}
	.xs-w100 {
		width: 100%
	}
	.xs-w90 {
		width: 90%
	}
	.xs-w50 {
		width: 50%
	}
	.xs-w1-2 {
		width: calc(100% / 2.1);
	}
	.xs-flex-jcc {
		-webkit-box-pack: center;
		        justify-content: center;
	}
	.xs-flex-dc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				flex-direction: column;
	}
	span.sprite.inscri {
		background-position: -327px -127px;
		margin-left: 0;
	}
	span.sprite.search {
		width: 60px;
		height: 60px;
		background-position: -1px -206px;
		margin-left: 10px;
	}
	span.sprite.contact {
		background-position: -283px -129px;
		margin-left: 0;
	}
}




/* @changelog 2025-04-23 [FIX] (Anne-Lyse Volant) Modification du comportement lors de l'envoi du formulaire afin d'éviter les doublons (202504230001) */



#cf7-reset,
#cf7-success,
#cf7-loader{
	display: none;
}


.cf7-reset-btn{
	padding: 50px 0;
	text-align: center;
	order: 1000;
}

.wpcf7-response-output{
	text-align: center;
	padding: 50px 20px;
}

.wpcf7-form.sent{
	display: flex;
	flex-direction: column;
}

.ancres {
	display: block;
	margin-top: calc(-60px - 100px);
	height: calc(60px + 100px);
	visibility: hidden;
}