.c {
	clear:both;
}

.btn-back-formations:hover {
	text-decoration:none;
}
.btn-back-formations::before {
	content:"\E87c";
	padding-right:8px;
	font-family: 'entypo-fontello';
}
#liste-formations .formations-loader {
	position:absolute;
	width: 100%;
    height: 100px;
    padding-top: 50px;
	background:none;	
}
#liste-formations .formations-loader .av-siteloader {
	border-radius: 50%;
    width: 40px;
    height: 40px;
	font-size: 10px;
    position: relative;
    text-indent: -9999em;
    margin: 0 auto;
	border-top-color: #eee !important;
	border-right-color: #eee !important;
	border-bottom-color: #eee !important;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #0f5778;
    -webkit-animation: av-load8 0.8s infinite linear;
    animation: av-load8 0.8s infinite linear;
}
@-webkit-keyframes av-load8 {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes av-load8 {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

#toutes-formations-btn {
	position: absolute;
	top: -350px;
}
.bandeau-liste-formations.avia-section .av-section-color-overlay:before {
	content:"";
	display:block;
	width:100%;
	height:100px;
	background: linear-gradient(#000000aa, #00000000);
}
#top #wrap_all #toutes-formations-btn .avia-button {
	width:50px;
	height:50px;
    border-radius: 0px;
	padding: 14px 22px;
	background:rgba(0,0,0,0.2);
}
#top #wrap_all #toutes-formations-btn .avia-button .avia_button_icon:before {
	font-size:22px;
	font-weight: 600;
}
#top #wrap_all #toutes-formations-btn .avia-button:hover {
	color:#fff;
	background:rgba(0,0,0,0.3);
}
#liste-formations {
	position:relative;
	margin-top:0px;
}
#nb-formations {
	color:#fff;
	font-size: 30px;
    position: absolute;
	font-weight: 600;
    right: 0px;
    top: -100px;
}
#liste-formations .content {
	padding-top:10px;
	background:none;
}
#liste-formations .col-formation {
	margin-top:50px;
}
#liste-formations .col-formation .etablissement {
	position: absolute;
	text-align: left;
	bottom: 15px;
	right: 20px;
	color:#145774;
}
#liste-formations .col-formation .resume {
	position: absolute;
	top: 0px;
	left: 0px;
	color:#FFF;
	display: none;
	padding: 20px;
	z-index: 500;
}
#formation-search-div {
	position: relative;
	z-index: 100;
}
.formations-search {
	position: relative;
	background: #0f5778;
	padding: 30px 0 20px 0;
}
.formations-search:before {
	content:"";
	left:-2000px;
	top:0px;
	position: absolute;
	width:6000px;
	height:100%;
	z-index: -1;
	background: #0f5778;
}
#top #formations-search-form {
	margin-bottom:0px;
}
#formations-search-form select,
#formations-search-form input {
	background: #FFF !important;
	border: 0px;
	border-radius: 0px !important;
	border-color: #ebebeb !important;
	color: #145774 !important;
	font-family: 'Titillium', Arial, sans-serif !important;
	padding: 20px 40px 20px 15px !important;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.06);
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.06);
	-moz-box-shadow: 0 0 40px 0 rgba(0,0,0,0.06);
}
#formations-search-form select:focus {
	box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}
#formations-search-form .select-wrapper,
#formations-search-form .input-wrapper {
	position: relative;
	padding:0px 15px;
}
#formations-search-form .select-wrapper .form-icon.chevrondown::after {
	position: absolute;
    content: "";
	font-family: 'entypo-fontello';
	font-size: 22px;
	font-weight: 300;
	width: 30px;
	height: 30px;
	color: #145774 !important;
	transform: rotate(-180deg);
	top:15px;
	right:23px;
	z-index: 100;
	pointer-events:none;
	visibility: visible !important;	
	display: flex;
    align-items: center; 
    justify-content: center;
	-moz-transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
}
#formations-search-form .select-wrapper.opened .form-icon.chevrondown:after {
	transform: rotate(0deg);
}
#formations-search-form .select-wrapper.filtered select {
	font-weight:600;
}
#formations-search-form .flex_column.pr {
	padding-right:30px;
}
#formations-search-form .s_sousdomaine-container {
	position:relative;
}
#formations-search-form .s_sousdomaine-container .formations-loader {
	position:absolute;
	top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 20px);
}
#formations-search-form .s_sousdomaine-container .formations-loader:after {
	content:"";
	position:absolute;
	top:0px;
	z-index:150;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.8);
}
#formations-search-form .s_sousdomaine-container .formations-loader .av-siteloader {
	width:20px;
	height:20px;
	top:20px;
	z-index:151;
}
#formations-search-form .checkbox-container {
	display: inline-block;
    padding: 10px 10px;
}
#formations-search-form .checkbox-container label {
	font-weight:400;
	color:#fff;
	font-size:16px;
}
.formations {
	margin-top:-50px;
}
.formations #formation-search-div {
	margin-top:0px;
}
.formations #liste-formations .domaine h2 {
	margin-top:30px;
	margin-bottom:20px;
	padding-left:15px;
	font-size:28px; 
	font-weight: 700;
}
.formations #liste-formations .formationc {
	position:relative;
	padding:15px 25px;
	margin-top: 20px;
	background:#f6f7f9;
	cursor:pointer;
}
.formations #liste-formations .formationc h3 {
	display:inline-block;
	width:50%;
}
.formations #liste-formations .formationc span.ref {
	display:inline-block;
	font-size:14px;
}
.formations #liste-formations .formationc::before {
	content: "";
	position: absolute;
	visibility: visible !important;
	width: 10px;
	height: 100px;
	background: #bddde1;
	top: -10px;
	left: -10px;
	z-index: 99;	
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.formations #liste-formations .formationc::after{
	content: "";
	position: absolute;
	visibility: visible !important;
	width: 100px;
	height: 10px;
	background: #bddde1;
	top: -10px;
	left: -10px;
	z-index: 98;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.formations #liste-formations .formationc.hovered::before {
	height: 110px;
}
.formations #liste-formations .formationc.hovered::after {
	width: 110px;
}
.formations #liste-formations .financements {
	position: absolute;
	right:5px;
	top:10px;
}
.formations #liste-formations .financements span {
	display:inline-block;
	font-size:14px;
	font-weight: 600;
	cursor: default;
	border-radius:10px;
	margin-right: 8px;
	padding:3px 8px;
	background:#fff;
}
.formations #liste-formations .formationc .finfos {
	display: flex;
	font-size:14px;
	line-height: 20px;
}
.formations #liste-formations .formationc .finfos .finfos-col {
	width:50%;
}
.formations #liste-formations .formationc .finfos .titreinfo {
	font-size:14px;
	font-weight: 600;
	margin: 0px;
}
.formations #liste-formations .formationc .finfos .titreinfo {
	font-size:14px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 0px;
}
.formations #liste-formations .formationc .finfos ul {
	margin-bottom: 0px;
	line-height:14px;
}
.formations #liste-formations .formationc a {
	text-decoration:none;
	font-weight:600;
	font-size:20px;
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.formations #liste-formations .formationc .footf {
	display: flex;
}
.formations #liste-formations .formationc .footf-col {
	width:50%;
}
.formations #liste-formations .formationc .footf-col:last-child {
	text-align: right;
}
.formations #liste-formations .formationc .etiquettes {
	display:block;
	padding: 15px 0 0 0;
	font-size:14px;
	font-weight: 600;
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.formations #liste-formations .formationc .etiquettes span.av-icon-char {
	font-size: 18px;
	margin-right: 5px;
}
.formations #liste-formations .formationc .etiquettes span.etiquette {
	display: block;
	padding-left:0px;
	line-height: 18px;
	margin-right:15px;
}
.formations #liste-formations .formationc .read-more  {
	display:inline-block;
	background:#fff;
	color:#0f5778;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
	padding:10px 20px;
	margin-right: -10px;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.formations #liste-formations .formationc .read-more:hover {
	color:#fff;
	background:#0f5778;
}
@media only screen and (max-width: 767px) {
	#formations-search-form .flex_column select {
		margin-bottom:0px;
	}
	#formations-search-form .flex_column.pr {
		padding-right:0px !important;
	}
	#formations-search-form .flex_column {
		margin-bottom:10px !important;
	}
	#wrap_all #liste-formations .col-formation.flex_column {
		margin-top:50px;
		margin-bottom:0px;
	}
	#detail-formation #etablissements li.partenariat{
		width: 100%;
		padding-top: 15px;	
	}
	.formations #liste-formations .formationc {
		display:block;
		width:100%;
		padding: 15px 15px;
	}
	.formations #liste-formations .formationc .fnom h3 {
		width: 100%;
	}
	.formations #liste-formations .formationc .fnom .ref {
		margin-left:0px;
	}
	.formations #liste-formations .formationc .etiquettes {
		display:block;
	}
	.formations #liste-formations .formationc .etiquettes span.etiquette {
		padding:0 10px 0 0;
	}
	#nb-formations {
		font-size:20px;
	}
	.formations #liste-formations .domaine h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.formations #liste-formations .financements {
		position: relative;
		top:auto;
		right: auto;
		text-align: right;
		margin-bottom:10px;
	}
	.formations #liste-formations .financements span {
		margin-right: 0px;
		margin-left:8px;
	}
	.formations #liste-formations .formationc .read-more {
		padding: 5px 10px;
		font-size: 14px;
		margin-top:10px;
		margin-right:0px;
	}
	.formations #liste-formations .formationc .finfos,
	.formations #liste-formations .formationc .footf {
		flex-wrap:wrap;
	}
	.formations #liste-formations .formationc .footf {
		margin-top:10px;
	}
	.formations #liste-formations .formationc .finfos .finfos-col,
	.formations #liste-formations .formationc .footf .footf-col {
		width:100%;
	}
	.formations #liste-formations .formationc .etiquettes {
		padding:0px;
	}
	#formations-search-form .select-wrapper, #formations-search-form .input-wrapper {
		padding:0px;
	}
	#formations-search-form .select-wrapper .form-icon.chevrondown::after {
		right:13px;
	}
}

/* Filières / sessions home */
#catalogue-formations-accueil h2 {
	line-height:36px;
}
.formations-filieres h3, .formations-sessions h3{
	color:#005677;
	font-size:16px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:400;
	padding-bottom:20px;
	position: relative;
	
}
.formations-filieres h3 span, .formations-sessions h3 span{
	background: #FFF;
	display: inline-block;
	height: 32px;
	padding-right: 10px;
}
.formations-filieres h3::after, .formations-sessions h3::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #f6f7f9;
	right: 0px;
	bottom: 32px;
	z-index: -1;	
}
.formations-filieres .filieres ul{
	display:flex;
	flex-wrap:wrap;
	list-style: none;
	margin:0px;
}
.formations-filieres .filieres ul li {
	width:45%;
	margin:0px 5% 10px 0px;
	height: 50px;
	line-height: 50px;
	background: #f6f7f9;
	padding: 0 !important;
}
.formations-filieres .filieres ul li:nth-child(2n){
	margin:0px 0px 10px 5%;	
}
.formations-filieres .filieres ul li a{
	position: relative;
	display: block;	
	text-decoration: none !important;
	padding-left: 30px;
	font-weight: 600;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.formations-filieres .filieres ul li a::after{
	position: absolute;
	font-family: "entypo-fontello";
	content: "\e87d";
	font-size: 24px;
	right: 30px;
	top: calc(50% - 25px);	
}
.formations-filieres .filieres ul li a:hover, .formations-filieres .filieres ul li a:hover::after{
	color: #FFF !important;	
}

.col-formation{
	position: relative;
	padding: 30px;
	min-height: 240px !important;
	background-color: #f6f7f9;
	z-index: 100;
	cursor:pointer;
	margin-bottom: 30px;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.col-formation::before{
	content: "";
	position: absolute;
	visibility: visible !important;
	width: 100px;
	height: 10px;
	z-index: 10;
	top: -10px;
	left: -10px;
	background: #14a2dd;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.col-formation::after{
	content: "";
	position: absolute;
	visibility: visible !important;
	width: 10px;
	height: 110px;
	z-index: 10;
	top: -10px;
	left: -10px;
	background: #14a2dd;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.col-formation.hovered::before{
	width: 110px;
}
.col-formation.hovered::after{
	height: 120px;
}
.col-formation .avia-button{
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin-bottom: 0px;
	padding: 14px 20px !important;
	background: #FFF !important;	
}
.col-formation .avia-button:hover{
	color: #FFF !important;	
}
.formations-sessions .avia-button.toutes-sessions-btn{
	width: 100%;
	color: #FFF;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.formations-sessions h4 {
	line-height: 24px;
} 
.formations-sessions .duree, 
.formations-sessions .lieu,
.formations-sessions .session {
	line-height: 18px;
}
@media only screen and (max-width: 1250px) {
	.formations-filieres .filieres ul li a{
		font-size: 14px;
		padding-left: 20px;	
	}
	.formations-filieres .filieres ul li a::after{
		right: 20px;	
	}
	.formations-filieres .filieres ul li{
		width: 48%;
		margin:0px 2% 10px 0px;	
	}
	.formations-filieres .filieres ul li:nth-child(2n){
		margin:0px 0px 10px 2%;	
	}
}
@media only screen and (max-width: 1000px) {
	.formations-filieres .filieres ul li {
		width: 100%;
		margin: 0 0 10px 0;	
	}
	.formations-filieres .filieres ul li:nth-child(2n){
		margin:0px 0px 10px 0;	
	}
	.formations-filieres .filieres ul li a{
		font-size: 16px;
		padding-left: 20px;	
	}
	.formations-filieres .filieres ul li a::after{
		right: 30px;	
	}
}
@media only screen and (max-width: 767px) {
	.formations-filieres{
		margin-bottom: 50px;	
	}
	.col-formation .avia-button{
		position: relative;
		bottom: auto;
		right: auto;
		float: right;
	}
}

/* Détail formations */
#formation-detail .template-page.content {
	padding-bottom:0px;
}
.formations-detail .encart-exergue-formation {
	display:flex;
	position: relative;
	margin-top:-80px;
	padding:40px 30px;
	color:#0f5778;
	background:#f6f7f9;
	line-height: 22px;
}
.formations-detail .encart-exergue-formation .col {
	width: 50%;
	padding:0 20px;
}
.formations-detail .encart-exergue-formation .desc {
	margin-bottom:20px;
}
.formations-detail .encart-exergue-formation::before {
	content: "";
	position: absolute;
	visibility: visible !important;
	width: 100px;
	height: 100px;
	z-index: -1;
	top: -10px;
	left: -10px;
	background: #0c9cd3;	
}
.formations-detail .encart-exergue-formation::after {
	content: "";
	position: absolute;
	visibility: visible !important;
	width: 200px;
	height: 200px;
	z-index: -1;
	right: -15px;
	bottom: -15px;
	background: #0c9cd3;
}
.formations-detail .encart-exergue-formation ul {
	margin-bottom:0px;
}
.formations-detail .encart-exergue-formation li {
	padding:0px;
}
.formations-detail .blason-container {
	text-align: center;
}
.formations-detail .blason-container img {
	width:80%;
}
.formations-detail .introduction {
	position: relative;
	font-size:22px;
	line-height:32px;
	padding-left:70px;
	padding-right:70px;
	margin:80px 0;
}
.formations-detail .introduction::before {
	content:"";
	position: absolute;
	left:0px;
	top:-20px;
	width:55px;
	height:55px;
	background:url('../img/quotes.svg') no-repeat;
}
.formations-detail .introduction::after {
	content:"";
	position: absolute;
	right: 0px;
	bottom: -30px;
	width:65px;
	height:55px;
	transform: rotate(180deg);
	background:url('../img/quotes.svg') no-repeat left center;
}
.avia-button-fullwidth {
	width:100% !important;
}
.formations-detail .objectifs h2,
.formations-detail .programme h2,
.formations-detail .partenaires h2 {
	padding-left:100px;
	margin-bottom:30px;
}
.formations-detail .programme h2,
.formations-detail .partenaires h2 {
	margin-top:60px;
}
.formations-detail .desc2 {
	padding-left:60px;
}
.formations-detail .desc2 li{
	padding:0px;
}
.hexagone {
	position: absolute;
	top:-20px;
	left:0px;
	width: 80px;
	overflow: hidden;
}
.hexagone:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	display: block;
	margin-top: 28.86751%;
	padding-bottom: 86.602%;
}
.hexagone:before {
	content:"";
	position: absolute;
	top:0px;
	left: 0px;
	display: block;
	width:80px;
	height: 80px;
	z-index: 1000;
	text-align: center;
}
.hexagone .hexagonemain{
	display: block;
	position: absolute;
	width: 100%;
	padding-bottom: 115.47005%;
	overflow: hidden;
	visibility: hidden;
	-webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	-ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	z-index: 1;
}
.hexagone .hexagonemain:before{
	content: "";
	display: block;
	position: absolute;
	visibility: visible;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #0f5778;
	-webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	-ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.objectifs h2 .hexagone:before {
	top:3px;
	left:3px;
	background:url('../img/goals.svg') no-repeat center center;
}
.programme h2 .hexagone:before {
	top:5px;
	left:0px;
	background:url('../img/program.svg') no-repeat center center;
}
.partenaires h2 .hexagone:before {
	top:5px;
	left:1px;
	background:url('../img/handshake.svg') no-repeat center center;
}
.partenaires .partenaire {
	display:inline-block;
}
.version {
	text-align: center;
	font-style: italic;
	color: #0f5778;
}
.liste-partenaires {
	padding:0px 50px;
}


#bandeau-temoignages {
	position: relative;
	margin-top:120px;
	padding:90px 0px;
	background:#c8e2e8;
}
#bandeau-temoignages::before {
    content: "";
    left: -2000px;
    top: 0px;
    position: absolute;
    width: 6000px;
    height: 100%;
    z-index: -1;
    background: #c8e2e8;
}
#bandeau-temoignages .entry-footer {
	display: none;
}
#bandeau-temoignages h2 {
	top:-80px;
	position: absolute;
	display: inline-block;
	text-align: center;
	min-width: 355px;
	color:#0f5778 !important;
	padding:40px 50px;
	background:#f6f7f9;
}
#bandeau-temoignages h2::before {
	content:"";
	position: absolute;
	left:calc(50% - 30px);
	bottom:-30px;
	display:block;
	width:60px;
	height:60px;
	transform: rotate(45deg);
	background:#f6f7f9;
}
#bandeau-temoignages .slide-content .slide-meta {
	display:none;
}
#bandeau-temoignages .slide-content .av-vertical-delimiter {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display:block;
	width:60px;
	height:60px;
	text-align: center;
	padding: 17px 0;
	background:#f6f7f9;
	transition: all 0.2s ease-out;
	-webkit-transition: all .2s ease-out;
}
#bandeau-temoignages .slide-content .av-vertical-delimiter::before {
	content:"";
	font-family: 'entypo-fontello';
	font-size: 30px;
}
#bandeau-temoignages .slide-content h3.slide-entry-title {
	margin-bottom:10px;
}
#bandeau-temoignages article.slide-entry:hover .slide-content .av-vertical-delimiter  {
	background:#0f5778;
	color:#fff;
}
.encart-reference,
.encart-passerelle {
	padding:30px 30px;
	background:#f6f7f9;
}
.encart-reference {
	margin-bottom: 30px;
}
.encart-passerelle {
	margin-bottom: 30px;
}
.encart-reference h3,
.encart-passerelle h3 {
	margin-bottom: 3px;
}
.encart-reference .desc,
.encart-passerelle .desc,
.encart-reference .centres,
.encart-reference .financements {
	margin-bottom:10px;
}
.encart-reference .centres .btn-centre {
	display:inline-block;
	font-size:14px;
	font-weight: 600;
	background:#fff;
	text-decoration: none !important;
	padding:3px 10px;
	margin-right:3px;
	margin-bottom:3px;
	transition: all 0.2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.encart-reference .centres .btn-centre:hover {
	color:#fff !important;
	background:#0f5778;
}
.encart-reference .financements span {
	display:inline-block;
	font-size:14px;
	font-weight: 600;
	cursor: default;
	border-radius:10px;
	margin-right: 8px;
	padding:3px 8px;
	background:#fff;
}
.encart-statistiques {
	position: relative;
	margin-bottom:30px;
	margin-top:60px;
	padding:60px 30px 30px 30px;
	text-align: center;
	background:#f6f7f9;
}
.encart-statistiques::before {
	content:"";
	position: absolute;
	top:-40px;
	left:calc(50% - 40px);
	display:block;
	width:80px;
	height:80px;
	border-radius:80px;
	z-index:51;
	background:#0f5778;
}
.encart-statistiques::after {
	content:"";
	position: absolute;
	top:-40px;
	left:calc(50% - 40px);
	display:block;
	width:80px;
	height:80px;
	z-index:52;
	background:url('../img/graph.svg') no-repeat center center;
}
.encart-statistiques h3 {
	font-size:16px;
	font-weight: 400;
}
.encart-statistiques .desc {
	font-size:32px;
	font-weight: 600;
	margin-bottom:15px;
}
.encart-statistiques .desc.na {
	font-size:16px;
	font-style: italic;
}
.boutons .avia-button-wrap {
	margin-bottom:25px;
}
.boutons .avia-button-wrap.btn-preinscription-programme {
	margin-bottom:25px;
}

@media only screen and (max-width: 1280px){
	#bandeau-temoignages h2 {
		min-width: 300px;
		left: calc(50% - 150px);
	}
}



@media only screen and (max-width: 767px){
	#toutes-formations-btn {
		top:-420px;
	}
	.formations-detail .encart-exergue-formation {
		margin-top:0px;
		padding: 20px 5px;
	}
	.formations-detail .encart-exergue-formation h3,
	.formations-detail .encart-reference h3 { 
		font-size:16px;
	}
	.formations-detail .encart-exergue-formation .col {
		padding:0px 10px;
	}
	.formations-detail .introduction {
		font-size: 18px;
		line-height: 26px;
		padding-left: 30px;
		padding-right: 30px;
		margin: 40px 0 60px 0;
	}
	.formations-detail .introduction::before,
	.formations-detail .introduction::after {
		width: 35px;
		height: 25px;
		background-size: 90%;
	}
	.formations-detail .desc2 {
		padding-left:10px;
	}
}

