@charset "UTF-8"; 
@charset "iso-8859-15"; 
/*------------------------------------*\
    $BODY
\*------------------------------------*/
*{
	margin : 0;
	padding: 0;
	outline: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
	font-family: 'poppinsregular', sans-serif;
	line-height: normal;
	box-sizing: border-box;
	font-size: 1em;
	color: #2d3e50;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: transparent;
}
body, html{
	height: 100%;
	width: 100%;
}
a{
	color: inherit;
	outline: none;
	text-decoration: none;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
	padding: 0;
}
ul.bullet
{
	list-style-type: disclosure-closed !important;
}
ul{list-style-position: inside;}
b,h1,h2,h3,h4,strong{
	font-weight: normal;
	font-size: 1em;
}
table{
	border-collapse: collapse;
}
table td, table th{
	text-align: initial;
	font-weight: normal;
}
/*------------------------------------*\
    $CLASS
\*------------------------------------*/
.row-flex{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-inline
{
	flex-wrap: nowrap; /* Tout sur une ligne */
}
.flex-center{
	justify-content: center;
}
.flex-left{
	justify-content: flex-start;
}
.flex-space{
	justify-content: space-between;
}
.vertical{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
.margin-top{
	margin-top: 50px;
}
.section-padding{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.bottom-0{
	padding-bottom: 0px;
}
.wrapper-mobile{
	padding-top: 79.83px;
}
/*------------------------------------*\
    $STYLES COMMUNS
\*------------------------------------*/
button{
	border : none;
	padding: 0;
}
button:disabled{
	opacity: 0.8;
}
button:disabled:hover{
	cursor: default;
}
button:hover{
	cursor: pointer;
}
p
{
	word-break: break-word;
    hyphens: auto;
    line-height: 1.4em;
}
.wrapper img
{
	max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}
.scroll-up{
	text-align: center;
	bottom: 20px;
	right: 20px;
	position: fixed;
	border-radius: 35px;
	-o-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-ms-border-radius: 35px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: #333;
	color: #fff;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	z-index: 5;
}
.scroll-up:hover{
	background-color: #000;
}
.scroll-up .icon{
	line-height: 37px;
}
.align-center{
	text-align: center;
}
.bg-white{
	background-color: #fff;
}
.bg-blue{
	background-color: #2d3e50;
}
.bg-light-blue{
	background-color : #eef5fd;
}
.clr-blue
{
	color : #2d3e50;
}
.bg-green
{
	background-color: #1eb060;
}
.clr-green{
	color: #1eb563;
}
.clr-white{
	color: #fff;
}
i.icon{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
i.margin-icon{
	margin-right: 3px;
}
.poppins-extralight{
	font-family: 'poppinsextralight', sans-serif;
}
.poppins-light{
	font-family: 'poppinslight', sans-serif;
}
.poppins-medium{
	font-family: 'poppinsmedium', sans-serif;
}
.poppins-semibold{
	font-family: 'poppinssemibold', sans-serif;
}
.poppins-bold{
	font-family: 'poppinsbold', sans-serif;
}
a.btn, button.btn{
	-webkit-appearance: none;
  	-moz-appearance: none;
 	appearance: none;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-family: 'poppinssemibold', sans-serif;
	padding: 1.4em 1.6em;
	border-radius: 30px;
	min-width: 150px;
	letter-spacing: 0.03em;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	transition: all 0.24s;
  	-webkit-transition: all 0.24s;
  	-moz-transition: all 0.24s;
  	-ms-transition: all 0.24s;
  	-o-transition: all 0.24s;
}
a.btn-min, button.btn-min{
	padding : 1em 1.3em;
	min-width: 70px;
	font-size: 11px;
}
.btn-green{
	background-color: #20c069;
}
.btn-green:hover:not(:disabled){
	background-color: #1db060;
	box-shadow: 0px 0px 0px 8px rgba(30,181,99,0.2);
	-o-box-shadow: 0px 0px 0px 8px rgba(30,181,99,0.2);
	-moz-box-shadow: 0px 0px 0px 8px rgba(30,181,99,0.2);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(30,181,99,0.2);
	-ms-box-shadow: 0px 0px 0px 8px rgba(30,181,99,0.2);
}
.btn-blue{
	background-color: #374b61;
}
.btn-blue:hover{
	background-color: #2d3e50;
	box-shadow: 0px 0px 0px 8px rgba(45,62,80,0.2);
	-o-box-shadow: 0px 0px 0px 8px rgba(45,62,80,0.2);
	-moz-box-shadow: 0px 0px 0px 8px rgba(45,62,80,0.2);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(45,62,80,0.2);
	-ms-box-shadow: 0px 0px 0px 8px rgba(45,62,80,0.2);
}
a.definition{
	color: #21b262;
	font-family: 'poppinssemibold';
	transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition : all .1s ease-in;
}
a.definition:hover{
	text-decoration: underline;
	color: #27d073;
}
/* Header contact */
.header-contact{
	font-size: 0.75em;
	letter-spacing: 0.04em;
	padding: 15px 0;
	line-height: 1.2em;
}
.header-contact a{
	text-decoration: underline;
	/*font-weight: 700;*/
}
.header-contact .icon{
	vertical-align: sub;
    margin-right: 10px;
}
/* Titre */
.margin-title
{
	margin-bottom: 40px;
}
.title > h2{
	font-size: 3em;
	font-family: 'poppinsbold', sans-serif;
	margin-bottom: 15px;/* 2%*/
	letter-spacing: -0.02em;
	position: relative;
}
.title > h3{
	text-transform: uppercase;
	font-family: 'poppinssemibold', sans-serif;
	font-size: 0.9375em;
	letter-spacing: 0.3rem;
}
.introduction .title-min{
	margin-bottom: 20px;
}
.title-min > h2{
	font-size: 2.3em;
}
.section-title
{
	background-size: cover;
	background-position-y : center;
	background-position-x: center;
}
.section-title .container > div:first-child{
	height: 285px;
}
.section-title h1
{
	color: #fff;
	font-size: 3.5em;
}
/* Ariane */
.section-title .ariane{
	padding-bottom: 30px; 
	font-family: 'poppinslight', sans-serif;
	font-size: 0.6875em;
	text-transform: uppercase;
	color: #d8d8d8;
}
.section-title .ariane ul > li{
	display: inline-block;
	letter-spacing: 0.04em;
}
.section-title .ariane a:hover{
	text-decoration: underline;
}
.section-title .ariane ul > li:last-child{
	color : #21b262;
	font-family: 'poppinsmedium', sans-serif;
}
.section-title .ariane ul > li:not(:last-child):after {
    padding: 0 10px 0 10px;
    content: ">";
}
/* Pas de résultats */
div.no-results{
	background-color: #fff;
	padding: 0.8em 1em;
	font-size: 0.85em;
	line-height: 1.4em;
	letter-spacing: 0.02em;
	border-left : 4px solid #2d3e50;
	-webkit-box-shadow: 0 0px 0px rgb(100 100 100 / 12%), 0 1px 43px rgb(100 100 100 / 24%);
	box-shadow: 0 0px 0px rgb(100 100 100 / 12%), 0 1px 43px rgb(100 100 100 / 24%);
	-moz-box-shadow: 0 0px 0px rgb(100 100 100 / 12%), 0 1px 43px rgb(100 100 100 / 24%);
	-ms-box-shadow: 0 0px 0px rgb(100 100 100 / 12%), 0 1px 43px rgb(100 100 100 / 24%);
	-o-box-shadow: 0 0px 0px rgb(100 100 100 / 12%), 0 1px 43px rgb(100 100 100 / 24%);	
	font-family: 'poppinssemibold', sans-serif;
	margin-bottom: 15px;
}
/*------------------------------------*\
    $MENU
\*------------------------------------*/
.header-menu{
	background-color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-moz-transition : all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
#logo{
	/*width: 200px;*/
	padding : 30px 0;
	text-align: center;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition : all 0.4s ease 0s;
	-ms-transition : all 0.4s ease 0s;
	-o-transition : all 0.4s ease 0s;
}
#logo .logo-min{
	display: none;
}
#logo img{
	-webkit-transition: all 0.4s ease 0s;
	-o-transition :all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
nav
{
	transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
}
nav ul > li:not(:last-child){
	margin-right: 5px;
}
nav ul > li > a{
	font-size: 0.75em;
	display: block;
	text-transform: uppercase;
    text-align: center;
    padding: 0.8rem 1rem;
    letter-spacing: 0.03em;
    color : #2d3e50;
    transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
nav ul > li > a:hover{
	background-color: #f9f9f9;
}
nav ul > li > a.active{
	font-family: 'poppinsbold', sans-serif;
	box-shadow: inset 0 -3px 0 #1eb563;
	-o-box-shadow: inset 0 -3px 0 #1eb563;
	-moz-box-shadow: inset 0 -3px 0 #1eb563;
	-webkit-box-shadow: inset 0 -3px 0 #1eb563;
	-ms-box-shadow: inset 0 -3px 0 #1eb563;
}
.header-menu.fixed{
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
    background-color: #2d3e50;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    -o-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    -ms-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
}
.header-menu.fixed #logo{
	padding: 15px 0;
}
.header-menu.fixed #logo img{
	width: 115px;
}
.header-menu.fixed nav ul li a{
	color: #fff;
}
.header-menu.fixed nav ul li a:hover{
	background-color: #374b61;
}
/* Menu mobile */
.nav-mobile{
	display: none;
	position: relative;
	width: 50px;
	height: 100%;
}
nav.toggled{
	left: 0;
}
#nav-toggle {
  position: absolute;
  left: 0;
  top: 34%;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #463f3f;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1100px) {
	.header-menu{
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		width: 100%;
		box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    	-webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    	-moz-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    	-ms-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    	-o-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%);
    	z-index: 150;
	}
	.nav-mobile {
		display: block;
	}
	#logo
	{
		max-width: 150px;
		padding : 0.6em;
		margin-left: 10px;
	}
	nav {
	    position: absolute;
	    top: 0;
	    left: -100%;
	    width: 100%;
	    background-color: #374b61;
	}
	nav ul {
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	nav ul li {
	    width: 100%;
	    text-align: center; 
	    color: #fff;
	}
	nav ul > li > a{
		color: #fff;
	}
	nav ul > li > a:hover{
		background-color: #2d3e50;
	}	
	nav ul > li > a.active{
		background-color: #2d3e50;
		box-shadow: none;
	}
	nav ul > li:not(:last-child){
		margin-right: 0px;
	}
}
/*------------------------------------*\
    $INTRODUCTION PAGE
\*------------------------------------*/
.introduction p, .introduction ul {
	padding-left: 0;
}
.introduction .paragraphe{
	margin-bottom: 25px;
    border-bottom: 1px solid #f3f3f3;
	padding: 15px 10px;
	max-width: 1050px;
}
.introduction ul{
	line-height: 1.4em;
}
.introduction .paragraphe h3{
	font-family: 'poppinsbold', sans-serif;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.indication{
	background-color: #f1f7fd;
	font-family: 'poppinssemibold', sans-serif;
	font-size: 0.875em;
	position: relative;
	padding: 10px 15px;
	border-left: 3px solid #374b61;
	margin-top: 30px;
	margin-bottom: 15px;
}
.indication:after{
	font-family: 'enseignement-agricole';
	position: absolute;
	content: "\4b";
	text-align: center;
	top: 0;
    left: -22px;
	font-size: 15px;
	color: #fff;
	background-color: #374b61;
	width: 22px;
	height: 22px;
	border-radius: 3px 0 0 3px;
	line-height: 22px;
}
.indication a{
	text-decoration: underline;
}
.indication a:hover{
	color : #1eb060;
}
/* listes */
.list{
	margin-top: 15px;
	margin-left: 10px;
	max-width: 800px;
	hyphens: auto;
	word-break: break-all;
    word-break: break-word;
}
.list.margin-bottom{
	margin-bottom: 20px;
}
.list.margin-0{
	margin-top : 0;
}
.list li{
	position: relative;
	font-family: 'poppinssemibold', sans-serif;
	font-size: 0.875em;
	margin-bottom: 10px;
	padding: 0.8rem 1.5rem;
	border : 1px solid #eaeaea;
	border-radius: 8px;
	background-color: #fff;
	letter-spacing: 0.01em;
}
.list li:after{
	background: linear-gradient(135deg,#21b262 0%, #28d676 100%);
    border-radius: 50%;
    font-family: "enseignement-agricole";
    text-align: center;
    color: #fff;
   	content: ">";
    height: 28px;
    width: 28px;
    top: calc(50% - 0.9rem);
    left: -0.9rem;
    line-height: 28px;
    overflow: hidden;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-o-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-ms-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	padding-left: 1px;
}
.list li b{
	font-family: 'poppinsbold', sans-serif;
}
.special > .row-flex{
  	margin-bottom: 1.6%;
  	line-height: 1.4;
  	overflow: hidden;
  	z-index: 0;
  	color: #fff;
  	min-height: 270px;
  	min-height: 330px;
}
.special .row-flex > div:first-child{
	flex-basis: 40%;
    height: auto;
    background-size: cover;
  	background-position: center;
  	position: relative;
}
.special .row-flex .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align :center;
	transition: left 0.2s;
	-o-transition: left 0.2s;
	-moz-transition: left 0.2s;
	-webkit-transition: left 0.2s;
	-ms-transition: left 0.2s;
	background : rgba(30,181,99,0.9);
	color: #fff;
	padding: 10px;
	width: 100%;
	font-size: 0.8em;
}
.special .row-flex .overlay span{
	font-size: 2.5em;
	font-family: 'poppinsbold', sans-serif;
}
.special .row-flex > div:nth-child(2){
	flex-basis: 60%;
	position: relative;
  	z-index: 1;
  	background-color: #374b61;
}
.special .row-flex > div:nth-child(2) > div{
	margin : 2rem 0;
}
.special .row-flex > div:nth-child(2):before {
    transform: skewX(-3deg);
    content: "";
    background: #374b61;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: -1px;
    z-index: -1;
}
.special .row-flex h3{
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.special .row-flex > div:nth-child(2) h4{
	font-family: 'poppinssemibold', sans-serif;
	margin-bottom: 1rem;
	padding: 0 0.8em;
}
.special ul li{
	font-size: 0.875em;
	background-color: #fff;
	background-color: #374b61;
	margin-bottom: 0.8rem;
	color: #f6f6f6;
	padding: 0.6rem 1rem;
	border-radius: 1rem 0 0 1rem;
	background-color: #2d3e50;
	margin-left: 0.5rem;
	margin-right: 0;
	padding-left: 1.5em;
    position: relative;
}
.special ul li:before{
	position: absolute;
    font-family: "enseignement-agricole";
    text-align: center;
    color: #f9f9f9;
   	content: ">";
   	left: 0.3em;
    top: 9px;
    position: absolute;
}
/* Inversé */
.special .reverse h3{
	margin-left: 0;
	border-radius: 10px 0 10px 0;
}
.special .reverse .overlay{
	padding-left: 25px;
}
.special .row-flex.reverse {
	flex-direction: row-reverse;
}
.special .row-flex.reverse > div:nth-child(2) div{
	float: none;
}
.special .row-flex.reverse > div:nth-child(2):before {
	left: inherit;
	right: -10px;
	transform: skew(3deg);
}
.special .reverse ul li{
	border-radius: 0 1rem 1rem 0;
	border-right: none;
	margin-right: 0.5rem;
	margin-left: 0;
}
/*------------------------------------*\
    $ACCUEIL
\*------------------------------------*/
/* Vignettes agenda (pour la page portes ouverte aussi) */
.agenda-accueil{
	margin-bottom: 20px;
}
.agenda-accueil .margin-item{
	margin-right: 2%;
}
.agenda-accueil .row-flex, .calendrier .month .row-flex{
	align-items: flex-start;
}
.item-agenda{
	width: 235px;
	margin-bottom: 15px;
	background-color: #fff;
	border-bottom : 4px solid #1eb563;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	-o-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	-ms-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.item-agenda .hidden{
	visibility: hidden;
}
.item-agenda > div:first-child{
	position : relative;
	height: 156px;
    overflow: hidden;
}
.item-agenda > div:first-child > span{
	background: #2d3e50 none repeat scroll 0 0;
	opacity: 0.9;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 8px 25px;
    position: absolute;
	text-align: center; 
	font-size: 1.4em;
	border-radius: 0 8px 0 0;
}
.item-agenda > div:first-child > span > span{
	display: block;
	font-size: 1.2em;
	font-family: 'poppinsbold', sans-serif;
}
.item-agenda > div:nth-child(2){
	text-align: center;
	padding: 1em;
}
.item-agenda > div:nth-child(2) .logo-agenda{
	height: 50px;
	margin-bottom: 15px;
}
.item-agenda .logo-agenda img{
    display: inline-block;
    margin: auto;
}
.item-agenda > div:nth-child(2){
	font-size: 0.875em;
}
.item-agenda > div:nth-child(2) p{
	text-transform: uppercase;
	font-family: 'poppinsbold', sans-serif;
	margin-bottom: 4px;
}
.item-agenda a:hover{
	text-decoration: underline;
}
.item-agenda > div:nth-child(2) span .icon{
	margin-right: 5px;
	color: #374b61;
}
.item-agenda #open-detail{
	display: block;
	margin-top: 9px;
	font-size: 12px;
	color: #1eb563;
}
.item-agenda #open-detail:hover{
	color: #1ba45a;
}
.item-agenda .detail-agenda{
	display: none;
	font-size: 13px;
	margin-top: 8px;
	padding: 0.7em;
	text-align: left;
	border-top: 1px solid #f2f2f2;
}
/* Items bonnes raisons */
.bg-pointilles{
	background: url("/img/points.png") repeat;
}
.bandeau-raisons{
	background: url("/img/bg-bandeau-raisons.jpg") no-repeat top;
	background-size: cover;
	padding: 125px 0;
}
.bandeau-raisons .title > h2{
	margin-bottom: 25px;
}
.items-raisons{
	margin-top: 1rem;
}
.items-raisons > .column{
	margin-bottom: 3rem;
}
.items-raisons > div > div{
	position: relative;
	border-radius: 10px;
	font-size: 0.875em;
	margin :auto;
	max-width: 260px;
	background-color: #fff;
	height: 100%;
	padding: 1.2rem 1rem;
	padding-bottom: 2rem; /* ajouté */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
    -moz-box-shadow : rgba(0, 0, 0, 0.2) 0px 4px 10px;
    -ms-box-shadow : rgba(0, 0, 0, 0.2) 0px 4px 10px;
    -o-box-shadow : rgba(0, 0, 0, 0.2) 0px 4px 10px;
}
.items-raisons > div > div > span
{
	text-align: center;
}
.items-raisons > div > div > span .icon{
	font-size: 75px;
	color: #1eb563;
	display: block;
}
.items-raisons > div > div .text{
	line-height: 1.3em;
}
.items-raisons > div > div .text > span{
	display: block;
	margin-bottom: 15px;
	font-family: 'poppinsbold', sans-serif;
}
.items-raisons > div > div .text p{
	text-align: justify;
	-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
	hyphens: auto;
}
/* slider établissements */
.etablissement-accueil{
	background: url("/img/bg-slider-etablissements.jpg") no-repeat bottom;
	background-size: cover;
}
.slider-etablissement{
	max-width: 900px;
    margin: auto;
    padding: 30px 0;
}
.slider-etablissement > div .rounded-logo{
	width: 130px;
	height: 130px;
	border-radius: 130px;
	background-color: #fff;
	margin: auto;
	border: 5px solid #2d3e50;
	position: relative;
	transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	-o-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	-moz-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
	-ms-transition: all 0.4s cubic-bezier(.25,.8,.25,1);
}
.slider-etablissement > div .rounded-logo:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-o-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-ms-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.slider-etablissement > div .rounded-logo img{
	max-width: 70px;
	max-height: 70px;
	margin: auto;
}
.slider-etablissement > div .rounded-logo .hover{
	opacity: 0;
    visibility: hidden;
    transform: rotate3d(0, 1, 0,60deg);
    transition: .55s all ease;
    -o-transition: .55s all ease;
	-moz-transition: .55s all ease;
	-webkit-transition: .55s all ease;
	-ms-transition: .55s all ease;
    text-align: center;
    background-color: rgba(55,75,97,0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom : 0;
    right: 0;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
}
.slider-etablissement > div .rounded-logo .hover .icon{
	font-size: 1.3em;
	color: #e8e8e8;
}
.slider-etablissement > div .rounded-logo:hover .hover{
	opacity: 1;
	visibility: visible;
	transform: rotate3d(0, 1, 0, 0deg);
}
.slider-etablissement > div .text{
	margin-top: 25px;
	color: #fff;
	text-align: center;
}
.slider-etablissement > div .text span{
	text-align: center;
	display: block;
	letter-spacing: 0.03em;
}
.slider-etablissement > div .text span:first-child{
	text-transform: uppercase;
	font-family: 'poppinsbold', sans-serif;
	font-size: 0.875em;
	margin-bottom: 18px;
}
.slider-etablissement > div .text a:hover{
	text-decoration: underline;
}
.slider-etablissement > div .text span:nth-child(2){
	display: inline-block;
	margin: auto;
	background-color: #374b61;
	font-size: 11px;
	padding: 0.3rem 1.5em;
	padding: 0.3rem 1.5em 0.3em 0.6rem;
	border-radius: 6px;
}
.slider-etablissement > div .text .icon{
	color: #20c069;
	margin-right: 5px;
}
/* Section citation */
.citation-accueil{
	background-image: linear-gradient(rgba(0, 250, 154, 0.8), rgba(0, 250, 154, 0.9)), url('/img/bg-citation-accueil.jpg');
	background-repeat: no-repeat;
	background-position-y : 5%; 
	background-size: cover;
}
.citation-accueil .vertical{
	height: 400px;
}
.citation-accueil p{
	text-align: center;
	font-size: 1.6em;
	line-height: 43px;
	letter-spacing: 2px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: rgba(32,192,105,0.2);
	position: relative;
}
.citation-accueil p .icon{
	font-size: 2em;
	color: rgba(255,255,255,0.8);
	position: absolute;
}
.citation-accueil p .icon-citation-debut{
	left: -10px;
	top: -23px;
}
.citation-accueil p .icon-citation-fin{
	right: -10px;
	bottom: -30px;
}
.citation-accueil p b{
	font-family: 'poppinsbold', sans-serif;
}
/*------------------------------------*\
    $FORMATIONS
\*------------------------------------*/
/* Introduction formations */
.introduction-formation{
	border-radius: 12px;
	margin : 0;
}
.introduction-formation > .column{
	padding: 0px;
}
.introduction-formation > .column:first-child p{
	font-family: 'poppinssemibold', sans-serif;
	padding: 0.5em 1em;
	text-align: justify;
	hyphens: manual;
}
.introduction-formation > .column:nth-child(2){
	position: relative;
}
.introduction-formation .cadre-lexique{
	position: absolute;
	top: calc(50% - 75px);
	left: calc(50% - 150px);
	max-width: 320px;
	border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	background-color: rgba(30,176,96, 0.85);
	padding: 1.2rem;
	text-align: center;
}
.introduction-formation .cadre-lexique p{
	font-size: 0.875em;
	margin-bottom: 15px;
	letter-spacing: 0.02em;
	hyphens: manual;
	font-family: 'poppinsmedium', sans-serif;
}
/* Catalogue formation : colonne filtres */
.catalogue-formations{
	width: 1350px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.catalogue-formations > .title{
	margin-bottom: 3em;
}
.catalogue-formations aside{
	color: #fff;
	border-radius: 10px;
	width: 290px;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}
#search-mobile{
	display: none;
}
.catalogue-formations aside > .filter{
	margin: 20px 10px;
	font-size: 0.75em; 
	font-family: 'poppinslight', sans-serif;
}
.catalogue-formations aside .filter .choices{
	display: none;
}
.catalogue-formations aside > div.align-center{
	margin: 20px 10px;
}
.catalogue-formations aside .filter h3{
	margin-bottom: 10px;
	padding : 10px 0px 10px 8px;
	text-transform: uppercase;
	font-family: 'poppinsbold', sans-serif;
	letter-spacing: 0.07em;
	background-color: #374b61;
	border-radius: 5px;
	position: relative;
}
.catalogue-formations aside .filter h3 .icon{
	position: absolute;
	opacity: 0.7;
	right: 7px;
	top: calc(50% - 9px);
	transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.catalogue-formations aside .filter h3.opened .icon{
	transition: transform 0.8s;
  	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  	transform: rotate(180deg);
  	top: calc(50% - 11px);
}
.catalogue-formations aside .filter h3:hover{
	cursor: pointer;
}
.catalogue-formations aside .filter h3:hover .icon{
	opacity: 1;
}
.catalogue-formations aside .filter .cbx-filter{
	margin-bottom: 5px;
	word-break: break-word;
    hyphens: auto;
    line-height: 1.3em;
}
.catalogue-formations aside .filter > .choices > .cbx-filter{
	padding-left: 8px;
}
.catalogue-formations aside .cbx-filter label{
	margin-left: 1px;
	letter-spacing: 0.01em;
}
.catalogue-formations aside .disabled label{
	color: #bcbcbcbd;
}
.catalogue-formations aside .cbx-filter label:hover:not(.disabled label){
	cursor: pointer !important;
	color: #eeeeee;
}
.catalogue-formations aside .cbx-filter > *{
	display: inline-block;
	vertical-align: text-top;
}
.catalogue-formations aside .cbx-filter > input:hover{
	cursor: pointer !important;
}
.catalogue-formations aside .cbx-filter .label-txt-long{
	width: 93%;
    vertical-align: top;
}
.catalogue-formations aside fieldset{
	border: 1px solid #557496;
	padding : 10px 0 10px 8px;
	margin-bottom: 8px;
	border-radius: 5px;
}
.catalogue-formations aside fieldset legend{
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.9em;
	padding: 0 5px;
	color: #fff; 
}
/* Catalogues formation : items */
.catalogue-formations #js-nb-formations{
	text-transform: uppercase;
	padding: 0 5px 10px 5px;
	letter-spacing: 0.05em;
}
.catalogue-formations .grid-formations{
	border-top: 1px solid #dee5ec;
	padding-top: 15px;
	position: relative;
}
.catalogue-formations .grid-formations .item{
	position: relative;
	margin: auto;
	margin-bottom: 1.5rem;
	width: 315px;
	height: 390px;
	background-color: #fff;
	hyphens: none;
    overflow-wrap: break-word;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-o-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-ms-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-bottom: 3px solid #2d3e50; /* Défaut avant couleur secteur*/
}
.catalogue-formations .grid-formations .item .margin-item{
	margin: 0px 10px 8px 18px;
}
.catalogue-formations .grid-formations .item .ico{
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	background-color: #29435F;
	text-align: center;
	line-height: 49px;
}
.catalogue-formations .grid-formations .item .ico .icon{
	color: #fff;
	font-size: 20px;
}
.catalogue-formations .grid-formations .item > .secteur{
	padding: 6px 5px 5px 48px;
	margin-bottom: 35px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #29435F;
	font-size: 0.625em;
	font-family: 'poppinsmedium', sans-serif;
	letter-spacing: 0.06em;
	background-color: #b8cbdf;
	text-overflow: ellipsis;
	overflow: hidden;
}
.catalogue-formations .grid-formations .item .title-item{
	font-family: 'poppinsbold', sans-serif;
	text-transform: uppercase;
	font-size: 0.9375em;
	min-height: 30px;
}
.catalogue-formations .grid-formations .item .title-item span{
	display: block;
	font-size: 0.73em;
	font-family: 'poppinsregular', sans-serif;
	letter-spacing: 0.015em;
	margin-top: 3px;
	line-height: 1.1em;
}
.catalogue-formations .grid-formations .item .tags > span{
	background-color: #2d3e50;
	color: #fff;
	letter-spacing: 0.04em;
	font-size: 0.625em;
	margin-right: 5px;
	margin-bottom: 4px;
	padding: 5px 12px 4px 12px;
	border-radius: 5px;
	display: inline-block;
	text-transform: uppercase;
}
.catalogue-formations .grid-formations .item .tags > span.margin-bottom{
	margin-bottom: 4px;
}
/* Contenu vignette */
.catalogue-formations .grid-formations .item > div:not(.secteur):not(.title-item):not(.tags){
	font-size: 0.8em; /* 0.81*/
}
.catalogue-formations .grid-formations .item .important{
	color: #178649;
	font-family: 'poppinssemibold', sans-serif;
	text-shadow: 0px 0px 0px #d1d1d1;
	-o-text-shadow: 0px 0px 0px #d1d1d1;
	-moz-text-shadow: 0px 0px 0px #d1d1d1;
	-webkit-text-shadow: 0px 0px 0px #d1d1d1;
	-ms-text-shadow: 0px 0px 0px #d1d1d1;
	letter-spacing: -0.01em;
	hyphens: auto;
}
.catalogue-formations .grid-formations .item .content{
    line-height: 1.15em;
}
.catalogue-formations .grid-formations .item .content.scroll{
	max-height: 220px;
    overflow: auto;
   	margin-right: 8px;
}
.catalogue-formations .grid-formations .item .scroll .important{
	padding-right: 2px;
}
.catalogue-formations .grid-formations .item .content::-webkit-scrollbar-track
{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 8px;
}
.catalogue-formations .grid-formations .item .content::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
.catalogue-formations .grid-formations .item .content::-webkit-scrollbar-thumb
{
	background-color: #333;
	border-radius: 8px;
}
.catalogue-formations .grid-formations .item .content > div{
	margin-bottom: 5px;
	padding: 2px 0;	
}
.catalogue-formations .grid-formations .item .content > div:not(:last-child){
	border-bottom: 1px solid #ebebeb;
}
.catalogue-formations .grid-formations .item .content img{
	max-width: 65px;
    max-height: 40px;
	margin-right: 10px;
}
.catalogue-formations .grid-formations .item .content > div:last-child > *:not(span){
	display: inline-block;
	vertical-align: middle;
}
.catalogue-formations .grid-formations .item .content > div span{
	display: block;
	letter-spacing: 0.01em;
	color: #374b61;
	font-family: 'poppinsbold', sans-serif;
	margin-bottom: 3px;
}
.catalogue-formations .grid-formations .item .content > div span .icon{
	font-size: 14px;
	margin-right: 4px;
	color: #374b61;
}
.catalogue-formations .grid-formations .item .content > div span .icon-sablier{
	font-size: 13px;
}
.catalogue-formations .grid-formations .item .content > div:last-child a{
	text-decoration: underline;
}
.catalogue-formations .grid-formations .item .content > div:last-child a:hover{
	font-family: 'poppinssemibold', sans-serif;
}
.catalogue-formations .grid-formations .item .link-item{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	line-height: 25px;
	width: 35px;
	height: 35px;
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -ms-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 100% 0 0 0; 
    transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
	-moz-transition: background-color 0.4s ease-in-out;
	-webkit-transition: background-color 0.4s ease-in-out;
	-ms-transition: background-color 0.4s ease-in-out;
}
.catalogue-formations .grid-formations .item .link-item .icon{
	color: #374b61;
	font-size: 14px;
	margin-top: 11px;
    margin-left: 7px;
    color: #5d5d5d;
}
.catalogue-formations .grid-formations .item .link-item:hover{
    background-color: #374b61;
}
.catalogue-formations .grid-formations .item .link-item:hover .icon{
	color: #f9f9f9;
}
/* Secteurs */
.catalogue-formations .grid-formations .agriculture-productions-animales{
	border-bottom: 3px solid #FF7F00;
}
.catalogue-formations .grid-formations .agriculture-productions-animales .ico{
	background-color: #FF7F00;
}
.catalogue-formations .grid-formations .agriculture-productions-animales .secteur{
	color: #c06000;
	background-color: rgba(255,127,0,0.4);
}
.catalogue-formations .grid-formations .agriculture-productions-vegetales{
	border-bottom: 3px solid #F4020D;
}
.catalogue-formations .grid-formations .agriculture-productions-vegetales .ico{
	background-color: #F4020D;
}
.catalogue-formations .grid-formations .agriculture-productions-vegetales .secteur{
	color: #8C1B1C;
	background-color: rgba(244,2,13,0.3);
}
.catalogue-formations .grid-formations .agriculture-productions-animales-vegetales{
	border-bottom: 3px solid #E54C0C;
}
.catalogue-formations .grid-formations .agriculture-productions-animales-vegetales .ico{
	background-color: #E54C0C;
}
.catalogue-formations .grid-formations .agriculture-productions-animales-vegetales .secteur{
	color: #b84514;
	background-color: rgba(238,89,26,0.5);
}
.catalogue-formations .grid-formations .agro-alimentaire{
	border-bottom: 3px solid #087E9C;
}
.catalogue-formations .grid-formations .agro-alimentaire .ico{
	background-color: #087E9C;
}
.catalogue-formations .grid-formations .agro-alimentaire .secteur{
	color: #0F677D;
	background-color: rgba(22,128,155,0.3);
}
.catalogue-formations .grid-formations .amenagements-paysagers{
	border-bottom: 3px solid #25B662;
}
.catalogue-formations .grid-formations .amenagements-paysagers .ico{
	background-color: #25B662;
}
.catalogue-formations .grid-formations .amenagements-paysagers .secteur{
	color: #016c2c;
	background-color: rgba(37,182,98,0.3);
}
.catalogue-formations .grid-formations .commerce-vente{
	border-bottom: 3px solid #294d94;
}
.catalogue-formations .grid-formations .commerce-vente .ico{
	background-color: #294d94;
}
.catalogue-formations .grid-formations .commerce-vente .secteur{
	color: #071A3D;
	background-color: rgba(41,77,148,0.3);
}
.catalogue-formations .grid-formations .enseignement-general{
	border-bottom: 3px solid #ffcf10;
}
.catalogue-formations .grid-formations .enseignement-general .ico{
	background-color: #ffcf10;
}
.catalogue-formations .grid-formations .enseignement-general .secteur{
	color: #AF8C02;
	background-color: rgba(255,207,16,0.4);
}
.catalogue-formations .grid-formations .foret{
	border-bottom: 3px solid #88421D;
}
.catalogue-formations .grid-formations .foret .ico{
	background-color: #88421D;
}
.catalogue-formations .grid-formations .foret .secteur{
	color: #4d3208;
	background-color: #d7a97f;
}
.catalogue-formations .grid-formations .gestion-eau-tri-dechets{
	border-bottom: 3px solid #10a7fe;
}
.catalogue-formations .grid-formations .gestion-eau-tri-dechets .ico{
	background-color: #10a7fe;
}
.catalogue-formations .grid-formations .gestion-eau-tri-dechets .secteur{
	color: #08517b;
	background-color: rgba(16,167,254,0.3);
}
.catalogue-formations .grid-formations .gestion-espaces-naturels{
	border-bottom: 3px solid #138D75;
}
.catalogue-formations .grid-formations .gestion-espaces-naturels .ico{
	background-color: #138D75;
}
.catalogue-formations .grid-formations .gestion-espaces-naturels .secteur{
	color: #0f4f2a;
	background-color: rgba(19,141,117,0.3);
}
.catalogue-formations .grid-formations .hotellerie{
	border-bottom: 3px solid #0083FF;
}
.catalogue-formations .grid-formations .hotellerie .ico{
	background-color: #0083FF;
}
.catalogue-formations .grid-formations .hotellerie .secteur{
	color: #003F7B;
	background-color: rgba(0,131,255,0.4);
}
.catalogue-formations .grid-formations .orientation-insertion{
	border-bottom: 3px solid #D4B131;	
}
.catalogue-formations .grid-formations .orientation-insertion .ico{
	background-color: #D4B131;
}
.catalogue-formations .grid-formations .orientation-insertion .secteur{
	color: #7E6716;
	background-color: rgba(212, 177, 49,0.4);
}
.catalogue-formations .grid-formations .productions-horticoles{
	border-bottom: 3px solid #78D315;	
}
.catalogue-formations .grid-formations .productions-horticoles .ico{
	background-color: #78D315;
}
.catalogue-formations .grid-formations .productions-horticoles .secteur{
	color: #467513;
	background-color: rgba(120, 211, 21,0.3);
}
.catalogue-formations .grid-formations .social-service-animation{
	border-bottom: 3px solid #fd6c9e;	
}
.catalogue-formations .grid-formations .social-service-animation .ico{
	background-color: #fd6c9e;
}
.catalogue-formations .grid-formations .social-service-animation .secteur{
	color: #a91749;
	background-color: rgba(253, 108, 158,0.4);
}
.catalogue-formations .grid-formations .viticulture{
	border-bottom: 3px solid #703689;
}
.catalogue-formations .grid-formations .viticulture .ico{
	background-color: #703689;
}
.catalogue-formations .grid-formations .viticulture .secteur{
	color: #33183e;
	background-color: rgba(112,54,137,0.5);
}
/*** Pagination ***/
#pagination_formations ul{
	background-color: #f8fafd;
	margin-top: 15px;
    padding: 0.6em 0.8em;
}
#pagination_formations > ul > li{
	margin-right: 4px;
}
#pagination_formations > ul > li a{
	font-size: 0.875em;
    border-radius: 0.2rem;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-align: center;
   	height: 28px;
   	width: 28px;
   	line-height: 29px;
   	transition: all 0.3s ease-in;
   	-webkit-transition: all 0.3s ease-in;
   	-moz-transition: all 0.3s ease-in;
   	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
#pagination_formations > ul > li a .icon{
	font-size: 14px;
}
#pagination_formations > ul > li a.pagination__prev, #pagination_formations > ul > li a.pagination__next{
	line-height: 30px;
}
#pagination_formations > ul > li:hover a, #pagination_formations > ul > li.active a {
	color: #fff;
	background-color: #374b61;
}
/** Rappel lexique fixed **/
.rappel-lexique{
	font-family: 'poppinsmedium', sans-serif;
	width : 145px;
	margin-right: -145px;
	color: #fff;
	position: fixed;
	right: 0;
	top: 40%;	
	font-size: 0.875em;
	-moz-transition: margin-right 0.4s linear;
  	-o-transition: margin-right 0.4s linear;
  	-webkit-transition: margin-right 0.4s linear;
  	transition: margin-right 0.4s linear;
  	-ms-transition: margin-right 0.4s linear;
  	line-height: 1.2em;
}
.rappel-lexique > span{
	background-color: #374b61;
	display: none;
	position: absolute;
	top: 10px;
	left: -30px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	z-index: -1;
	line-height: 30px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.rappel-lexique > span:hover{
	cursor: pointer;
	background-color: #2d3e50;	
}
.rappel-lexique > div{
	background-color: #20c069;
	padding: 1em 0.8em;
	border-radius: 5px 0 0 5px;
}
.rappel-lexique .icon{
	color: #fff;	
}
.rappel-lexique .btn{
	margin-top: 12px;
	padding: 0.6em 0.8em;
}
.rappel-lexique.opened{
	margin-right: 0;	
}
.rappel-lexique.opened > div{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  	-moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  	-o-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  	-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  	-ms-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/*------------------------------------*\
    $ÉTABLISSEMENTS
\*------------------------------------*/
/* Introduction */
.paragraphe.diversification-enseignement > h3{
	margin-bottom: 1.3rem;
}
.paragraphe.diversification-enseignement .row-flex > div:first-child{
	background-color: #eef5fd;
}
.paragraphe.diversification-enseignement .row-flex > div:first-child .vertical{
	height: 100%;
}
.diversification-enseignement .row-flex > div:first-child img{
	max-width: 250px;
	max-height: 135px;
	margin: auto;
}
/* Liste items */
.liens-structures .column > div{
	max-width: 275px;
	margin: auto;
	position: relative;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -ms-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 1.5rem;
}
.liens-structures .column > div > .bg-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 165px;
    overflow: hidden;
    margin: 0;
	padding: 0;
    transition: all .6s cubic-bezier(0.175, 0.885, 0, 1);
    -o-transition: all .6s cubic-bezier(0.175, 0.885, 0, 1);
	-moz-transition: all .6s cubic-bezier(0.175, 0.885, 0, 1);
	-webkit-transition: all .6s cubic-bezier(0.175, 0.885, 0, 1);
	-ms-transition: all .6s cubic-bezier(0.175, 0.885, 0, 1);
}
.liens-structures .column > div > .bg-img:hover{
	transform: scale(1.10, 1.10);
	-webkit-transform : scale(1.10, 1.10);
}
.liens-structures .column > div > .bg-img a{
	display: block;
	width: 100%;
	height: 100%;
}
.liens-structures .column > div > .text{
	padding: 0.8rem;
}
.liens-structures .column > div > .text h4{
	margin-bottom: 0.7rem;
	font-family: 'poppinssemibold', sans-serif;
}
.liens-structures .column > div > .text p{
	font-family: 'poppinslight', sans-serif;	
	line-height: 1.4em;
	margin-bottom: 0.5rem;
	font-size: 0.875em;
}
/*------------------------------------*\
    $ÉTABLISSEMENTS DÉTAIL
\*------------------------------------*/
.detail-etablissement .paragraphe p{
	text-align: justify;
	margin-bottom: 0.8rem;
}
.detail-etablissement .paragraphe ul li{
	margin-bottom: 0.8rem;
	position: relative;
	text-align: justify;
	padding-left: 1rem;
}
.detail-etablissement .paragraphe ul li:before{
	position: absolute;
    font-family: "enseignement-agricole";
    text-align: center;
    color: #21b262;
   	content: ">";
   	left: 0.3em;
    top: 9px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}
.detail-etablissement aside{
	width: 253px;
	margin : auto;
	border-radius: 10px;
	padding: 0.1rem;
	font-size: 0.875em;
	background-color: #374b61;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -ms-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -o-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.detail-etablissement aside > div{
	margin-bottom: 15px;
}
.detail-etablissement aside a:not(.lien-tel){
	text-decoration: underline;
}
.detail-etablissement a:hover{
	color: #21b262;
}
.detail-etablissement aside h3{
	font-family: 'poppinsbold', sans-serif;
	margin-bottom: 5px;
}
.detail-etablissement aside .logo-sidebar{
	text-align: center;
	margin : auto;
	margin-top: -40px;
	margin-bottom: 20px;
	width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 6px solid #fff;;
    box-shadow: 0 0 0 6px #2d3e50;
    -o-box-shadow: 0 0 0 6px #2d3e50;
	-moz-box-shadow: 0 0 0 6px #2d3e50;
	-webkit-box-shadow: 0 0 0 6px #2d3e50;
	-ms-box-shadow: 0 0 0 6px #2d3e50;
	background-color: #f8fafd;
}
.detail-etablissement aside .logo-sidebar img{
	display: block;
    max-width: 75px;
    max-height: 75px;
    margin: auto;
}
.detail-etablissement .coordonnees{
	padding: 0.6em 1em;
}
.detail-etablissement .coordonnees > p{
	display: block;
	position: relative;
	padding-left: 13px;
	margin-bottom: 4px;
}
.detail-etablissement .coordonnees > p .icon{
	position: absolute;
	color: #1eb563;
	left: -5px;
	top: 1px;
	font-size: 14px;
}
.detail-etablissement aside .rs{
	padding: 0.5em;
}
.detail-etablissement aside .rs a{
	width: 32px;
	height: 32px;
	background-color: #2d3e50;
	text-align: center;
	border-radius: 50%;
	line-height: 39px;
	margin-right: 5px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.detail-etablissement aside .rs a:hover{
	background-color: #eef5fd;
}
.detail-etablissement aside .rs a .icon{
	color: #fff;
}
.detail-etablissement aside .rs a:hover .icon{
	color : #374b61;
}
/* Blocs données */
.bloc-donnees{
	max-width: 350px;
	margin: auto;
}
.bloc-donnees .no-results{
	box-shadow: none;
}
.bloc-donnees h3{
	font-family: 'poppinsbold', sans-serif;
	margin-bottom: 10px;
	padding : 0.5em;
	border-bottom: 1px solid #d9eafd;
}
.bloc-donnees h3 .icon{
	color: #1eb563;
	font-size: 18px;
	margin-right: 8px;
}
.bloc-donnees ul{
	font-size: 0.875em;
	max-height: 270px;
	margin-bottom: 20px;
	overflow: auto;
}
.bloc-donnees ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 8px;
}
.bloc-donnees ul::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
.bloc-donnees ul::-webkit-scrollbar-thumb
{
	background-color: #333;
	border-radius: 8px;
}
.bloc-donnees ul li{
	margin-bottom: 7px;
	font-size: 0.9em;
	font-family: 'poppinsmedium', sans-serif;
	border-left: 3px solid #2d3e50;
	line-height: 1.2em;
	background-color: #fff;
	padding: 0.5em;
}
.bloc-donnees b{
	font-family: 'poppinssemibold', sans-serif;
}
/*------------------------------------*\
    $NOS VALEURS
\*------------------------------------*/
/* Taux de réussite */
.taux-reussite b{
	font-size: 1.2em;
}
/* Paragraphes introduction */
.introduction-valeurs .bg-ambition, .introduction-valeurs .bg-valeurs{
	height: 330px;
	background-repeat: no-repeat;
	background-position-x : center;
}
.introduction-valeurs .bg-ambition{
	background-image: url('/img/bg-notre-ambition.JPG');
}
.introduction-valeurs .bg-valeurs{
	background-image: url('/img/bg-nos-valeurs.jpg');
	justify-content: flex-end; /* Bloc à la fin */
}
.introduction-valeurs .paragraphe > .columns:first-child{
	margin-bottom: 1.2rem;
}
.introduction-valeurs .col-gapless .column > div{
	padding: 1.4rem;
	background-color: rgba(30,181,99,0.9);
	position: relative;
	max-width: 380px;
	height: 100%;
}
.introduction-valeurs .col-gapless .column > div.right{
	align-self: flex-end;
}
.introduction-valeurs .col-gapless .column > div h3{
	color: #fff;
}
.introduction-valeurs .col-gapless .column > div p{
	font-size: 0.875em;
	color: #f8f8f8;
	line-height: 1.5em;
	text-align: justify;
}
.introduction-valeurs .col-gapless .column > div.left:after{
	content : "";
	position: absolute;
	top: calc(50% - 16px);
	right: -16px;
	width: 0; 
	height: 0; 
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 16px solid rgba(30,181,99,0.9);
	z-index: 2;
}
.introduction-valeurs .col-gapless .column > div.right:after{
	content : "";
	position: absolute;
	top: calc(50% - 16px);
	left: -16px;
	width: 0; 
	height: 0; 
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-right: 16px solid rgba(30,181,99,0.9);
	z-index: 2;
}
.missions .row-flex:first-child > div:first-child{
	background-image: url('/img/mission-1.jpg');
}
.missions .row-flex:nth-child(2) > div:first-child{
	background-image: url('/img/mission-2.jpg');
}
.missions .row-flex:nth-child(3) > div:first-child{
	background-image: url('/img/mission-3.jpg');
}
/*------------------------------------*\
    $CALENDRIER
\*------------------------------------*/
/* Filtres */
.sort{
	margin-bottom: 10px;
	padding: 0.8em;
	margin-bottom: 15px;
	border-bottom : 1px solid #d9d9d9;
}
.sort h3{
	font-family: 'poppinssemibold', sans-serif;
}
.sort ul{
	margin-top: 10px;
	position: relative;
}
.sort ul li{
	display: inline-block;
}
.sort input {
	position: absolute;
	left: 0;
	opacity: 0.01;
}
.sort label {
	font-size: 0.75em;
	display: block;
	position: relative;
	padding: 0.6em 1em;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 0.02em;
	background-color: #374b61;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: background-color .2s, box-shadow .2s;
	-o-transition: background-color .2s, box-shadow .2s;
	-moz-transition: background-color .2s, box-shadow .2s;
	-webkit-transition: background-color .2s, box-shadow .2s;
	-ms-transition: background-color .2s, box-shadow .2s;
}
.sort label:hover{
	background-color: #2d3e50;
	box-shadow: 0 0 8px rgb(34 30 31 / 20%);
}
.sort input[type=checkbox]:checked + label {
	background-color: #1eb563;
}
/*Agenda*/
.calendrier #txt-year{
	font-size: 2.5rem;
	font-family: 'poppinsbold', sans-serif;
	color: #f5f9fd;
}
.calendrier .year{
	border-left: 2px solid #1eb563;
}
.calendrier .month{
	margin-bottom: 1rem;	
	padding: 1rem;
}
.calendrier > h3{
	font-family: 'poppinssemibold', sans-serif;
	margin-bottom: 1rem;
	letter-spacing: 0.08em;
	font-size: 1.5em;
}
.calendrier .year > h3{
	font-size: 0.875em;
	letter-spacing: 0.02em;
	background-color: #1eb563;
	display: inline-block;
	color: #fff;
	padding: 0.8rem 1.2rem;
	font-family: 'poppinssemibold', sans-serif;
}
.calendrier .row-flex > .item-agenda{
	margin-right: 2%;
}
/*------------------------------------*\
    $PARTENAIRES
\*------------------------------------*/
.partenaires{
	text-align: center;
	font-family: 'poppinsbold', sans-serif;
	font-size: 0.875em;
}
.partenaires img{
	max-width: 100%;
}
.partenaires a{
	display: block;
}
.partenaires > div{
	flex: 0 0 200px;
}
.partenaires > div > div:first-child {
	padding: 5px;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	-moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	-o-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	-ms-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.partenaires .overlay {
	background: rgba(27,157,86,0.9);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.partenaires .content-overlay {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	top: 80%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;	
	color: #fff;
}
.partenaires > div > div:first-child:hover .overlay{
	opacity: 1;
}
.partenaires > div > div:first-child:hover .content-overlay{
	top: 50%;
	left: 50%;
	opacity: 1;
}
.partenaires > div > div:first-child:hover .content-overlay .icon{
	margin-left: 5px;
}
.partenaires .vertical{
	height: 200px;
	margin-bottom: 0.7rem;
}
.partenaires > div > div:nth-child(2){
	line-height: 1.3em;
}
.partenaires > div > div:nth-child(2) a{
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.content:hover .content-overlay{
	opacity: 1;
}
/*------------------------------------*\
    $LEXIQUE
\*------------------------------------*/
.lexique, .introduction-lexique ul{
	max-width: 1000px;
	font-size: 0.875em;
	font-family: 'poppinsmedium', sans-serif;
}
.introduction-lexique ul li{
	margin-bottom: 0.3em;
}
.introduction-lexique ul a:hover{
	text-decoration: underline;
	color : #1eb060;
}
.lexique > div{
	margin-bottom: 25px;
	background-color: #fff;
	padding-bottom: 0.8em;
}
.lexique .indication{
	margin : 0 22px;
	margin-bottom: 5px;
}
.lexique h3{
	background-color: #374b61;
	color: #fff;
	padding: 10px;
	font-family: 'poppinssemibold', sans-serif;
}
.lexique p{
	padding : 1rem;
	font-family: 'poppinsmedium', sans-serif;
}
.lexique table{
	max-width: 100%;	
	line-height: 1.4em;
	margin-top: 10px;
	margin: 1rem;
	font-family: 'poppinsmedium', sans-serif;
}
.lexique table tr{
	border-bottom: 1px solid #d8d8d8;
	background-color: #fff;
}
.lexique table tr:first-child{
	background-color: #f1f7fd;
}
.lexique td, .lexique th{
	padding: 0.6em 1em;
}
.lexique th{
	font-family: 'poppinssemibold', sans-serif;
}
.lexique tr > td:nth-child(2), .lexique tr > th:nth-child(2){
	width: 50%;	
}
/*------------------------------------*\
    $CONTACT
\*------------------------------------*/
iframe#maps{
	max-width: 100%;
}
.contact .column{
	margin-bottom: 1.5rem;
}
.contact .column > div{
	background-color: #fdfdfd;
	color: #fff;
	color: #374b61;
	height: 100%;
	padding: 1em;
	border-left: 3px solid #1eb563;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	max-width: 330px;
	margin: auto;
}
.contact .column > div p{
	font-size: 0.875em;
	position: relative;
	padding: 5px 0;
	padding-left: 20px;
	top : 1px;
}
.contact .column > div .icon{
	color: #2d3e50;
}
.contact .column > div p:not(:last-child){
	border-bottom: 1px solid #f6f6f6;
}
.contact .column > div p .icon{
	position: absolute;
	left: -2px;
}
.contact .column > div img{
	margin-bottom: 10px;
	max-height: 43px;
    max-width: 70px;
}
.contact .column > div h3{
	font-family: 'poppinsbold', sans-serif;
	margin-bottom: 10px;
}
.contact .column > div a:not(.lien-tel){
	text-decoration: underline;
}
.contact .column > div a:hover{
	color: #1eb060;
}
/*------------------------------------*\
    $MENTIONS LÉGALES
\*------------------------------------*/
.mentions .paragraphe{
	margin-bottom: 25px;
    border-bottom: 1px solid #f3f3f3;
    padding: 1rem 0.2rem;
    max-width: 1000px;
}
.mentions b, .mentions strong{
	font-family: 'poppinssemibold', sans-serif;
}
.mentions a{
	color: #21b262;
}
.mentions .title-min > h2{
	font-size: 1.3em;
	margin-bottom: 0;
}
.mentions a:hover{
	text-decoration: underline;
}
.mentions > div:last-child{
	font-size: 0.875em;
	margin-top: 2rem;
}
.mentions .credit{
	padding: 0.4rem;
	margin-bottom: 10px;
	font-size : 0.875em;
}
.mentions .credit li{
	margin-bottom: 4px;
}
.mentions .credit i.icon{
	font-size: 14px;
}
/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
footer{
	font-size: 0.75em;
	background-color: #374b61;
	color: #e4e4e4;
	position: relative;
}
footer > .container{
	position: relative;
	z-index: 100;
}
footer .column > div{
	max-width: 220px;
	margin: auto;
}
footer h4{
	text-transform: uppercase;
	font-family: 'poppinssemibold', sans-serif;
	margin-bottom: 15px;
	letter-spacing: 0.02em;
}
footer ul li{
	line-height: 1.5em;
	letter-spacing: 0.01em;
	font-family: 'poppinsextralight', sans-serif;
	position: relative;
	padding-left: 13px;
}
footer ul li:before{
	font-family: "enseignement-agricole";
    text-align: center;
    color: #e4e4e4;
   	/* content: "\6b"; */
   	content: ">";
   	position : absolute;
   	left: 0px;
}
footer a:hover{
	color: #fff;
	text-decoration: underline;
}

/* icon bootstrap */
i.bi30 {
	font-size: 30px;
}

/* Responsive */
@media screen and (max-width: 1355px) {
	.catalogue-formations{
		width: 100%;
		padding-left: .9rem;
		padding-right: .9rem;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 1220px) {
	.container{
		width: 100%;
	}
	footer .columns > div:first-child{
		text-align: center;
	}
}
@media screen and (max-width: 1050px) {
	.title > h2{
		font-size: 2em;
	}	
	.title > h3{
		font-size: 0.8em;
	}
	.catalogue-formations > .title {
	    margin-bottom: 2em;
	}	
	.bandeau-raisons{
		padding: 100px 0;
	}
	.section-padding{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.citation-accueil .vertical{
		height: 315px;
	}
	.citation-accueil p{
		font-size: 1.3em;
	}
}
@media screen and (max-width: 1000px) {
	.slider-etablissement{
		max-width: 90%;
	}
	.section-title .container > div:first-child{
		height: 220px;
	}
	.section-title h1{
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 960px) {
	.catalogue-formations aside{
		margin-top: 0px;
		margin-bottom: 2rem;
		width: 100%;
	}
	.rappel-lexique{
		display: none;
	}
	.catalogue-formations #js-nb-formations{
		text-align: center;
	}
}
@media screen and (max-width: 840px){
	.detail-etablissement aside{
		width: calc(100% - 45px);
		margin-left: 45px;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 1em 0;
    	justify-content: space-between;
	} 
	.detail-etablissement aside > div{
		margin : 0;
	}
	.detail-etablissement aside .logo-sidebar{
		margin : 0 0 0 -45px;
		width: 90px;
		height: 90px;
	}
	.introduction-valeurs .col-gapless .column > div{
		max-width: 100%;
	}	
}
@media screen and (max-width: 768px) {
	.catalogue-formations aside{
		display: none;
		border-radius: 0px;
		height: 100%;
	    top: 0;
	    left: 0;
	    z-index: 3000;
	    width: 100%;
	    overflow : auto;
	    position: fixed;
	}
	#search-mobile{
		background-color: rgba(45,62,80,0.9);
		font-family: 'poppinssemibold', sans-serif;
		font-size: 0.875em;
		cursor: pointer;
	    display: block;
	    width: 100%;
	    position: fixed;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    z-index: 3000;
	    color: #fff;
	    text-align: center;
	    padding: 0.8rem 0.5rem;
	}
	.section-title h1{
		font-size: 2em;
	}
}
@media screen and (max-width: 740px){
	.special .row-flex, .special .row-flex.reverse{
		flex-direction: column;
	}
	.special .row-flex > div:first-child{
    	height: 200px;
    	flex-basis: auto;
	}
	.introduction .paragraphe h3{
		font-size: 1em;
	}
	.special .row-flex .overlay{
		bottom: 0;
		top: unset;
	}
}
/* Smartphones */
@media screen and (max-width: 600px) {
	.title > h2{
		font-size: 1.5em;
	}
	.title > h3{
		letter-spacing: 0.1rem;
	}
	.section-title .container > div:first-child{
		height: 175px;
	}
	.margin-title{
		margin-bottom: 25px;
	}
	.citation-accueil p .icon{
		font-size: 1.8em;
	}
	.introduction-formation > .column:first-child p{
		margin-bottom: 1.5rem;
	}
	.bloc-donnees{
		max-width: 100%;
		margin-bottom: 2rem;
	}
	.introduction-valeurs .bg-ambition, .introduction-valeurs .bg-valeurs{
		flex-direction: column;
		background-position: right;
	}
	.introduction-valeurs .bg-valeurs{
		justify-content: flex-start;
	}
	.introduction-valeurs .col-gapless .column > div.left:after, .introduction-valeurs .col-gapless .column > div.right:after{
	    top: unset;
	    left: calc(50% - 16px);
	    bottom: -16px;
	    border-bottom: none;
	    border-left: 16px solid transparent;
	    border-right: 16px solid transparent;
	    border-top: 16px solid rgba(30,181,99,0.9);
   	}
	.sort ul li{
		display: block;
		width: 95%;
		margin-bottom: 0.5em;
	}
	.contact .column > div{
		max-width: 90%;
	}
	iframe#maps{
		height: 300px;
	}
	footer .column{
		margin-bottom: 1.5rem;
	}
	footer .column:not(:first-child) > div{
		padding-left: 1rem;
	}
}
@media screen and (max-width: 480px) {
	.items-raisons > div > div{
		max-width: 90%;
	}
	.citation-accueil p .icon-citation-debut{
		top: -13px;
	}
	.partenaires{
		flex-direction: column;
	}
	.partenaires > div{
		margin-bottom: 2rem;
	}
	.partenaires img
	{
	    max-height: 200px;
	}
}
/*------------------------------------*\
    $LOADER FORMATIONS
\*------------------------------------*/
.loader {
  height: 20px;
  width: 250px;
  position: relative;
  margin: auto;
  margin-top: 20px;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 1px solid #eef5fd;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  font-size: 0.875em;
  top: 35px;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}
.loader--text:after {
  content: "Chargement..";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Chargement..";
  }
  25% {
    content: "Chargement..";
  }
  50% {
    content: "Chargement..";
  }
  75% {
    content: "Chargement...";
  }
}
/* IE 10 & 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.no-results{
		box-shadow: rgba(0,0,0,0.2) 0px 4px 10px !important;
	}
	.slider-container .slide__text-heading{
		line-height: 4rem;
	}
	.slider-container .slide__overlay{
		width: 65%;
	}
	.slider-etablissement > div .rounded-logo img{
		height: 70px;
		width: 70px;
		align-self: center;
	}
	.diversification-enseignement .row-flex > div:first-child img{
    	height: 135px;
	}
}