

/* STYLE POUR ECRAN < 900 PX */

.over-900     { display: none!important; }
.over-b-900   { display: none!important; }
.over-ib-900  { display: none!important; }
.over-tb-900  { display: none!important; }
.over-tbc-900 { display: none!important; }
.under-900    { display: initial!important; }
.under-b-900  { display: block!important; }
.under-ib-900 { display: inline-block!important; }
.under-tb-900 { display: table!important; }
.under-tbc-900{ display: table-cell!important; }








html {
	font-size: 14px;
}












/**
* HEADER
**/
#masthead {
	min-height: 314px;
	z-index: 4;
}

#header-background {
	left: 0;
	right: 0;
	height: 300px;
	bottom: auto;
}

#header-top {
	width: 100%;
	left: 0;
	right: auto;
	padding: 0 20px;
	text-align: right;
}

#header-top #header-label-menu {
	float: left;
	width: 47px;
	margin: 0;
	border-radius: 0;
	border: none;
	outline: 0;
	z-index: 99999;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: var(--theme-color-secondary-dark);
	background-image: none;
	transition: padding-top .3s ease-in-out;
	padding: 16px 0;
}

#header-top #header-label-menu:hover {
	padding-top: 20px;
}

#header-top a {
	width: 47px;
	text-align: center;
	padding: 6px 0 8px 0;
}

#header-top a:hover {
	padding-top: 10px;
}

#header-top #header-label-menu > span,
#header-top #header-label-menu:before,
#header-top #header-label-menu:after {
	content: '';
	display: block;
	height: 2px;
	width: 22px;
	margin: 0 auto 6px auto;
	background-color: #FAEFD7;
	-webkit-transition: background-color .7s cubic-bezier(.2,.4,.2,1);
	-o-transition: background-color .7s cubic-bezier(.2,.4,.2,1);
	transition: background-color .7s cubic-bezier(.2,.4,.2,1);
}

#header-top #header-label-menu:hover > span,
#header-top #header-label-menu:hover:before,
#header-top #header-label-menu:hover:after {
	background-color: #FFFFFF;
}

body.primary-menu-open #header-top #header-label-menu > span,
body.primary-menu-open #header-top #header-label-menu:before,
body.primary-menu-open #header-top #header-label-menu:after {
	background-color: #FAEFD7;
}

#header-branding {
	margin-left: auto;
	margin-right: auto;
}

#header-branding svg {
	max-width: 180px;
}

#header-navigation {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transform: translateY(-100%);
	transition: transform .5s ease-in-out;
}

body.primary-menu-open #header-navigation {
	transform: translateY(0);
}

#header-top {
	z-index: auto;
}

#header-background {
	z-index: 1;
}

#header-top #header-label-menu-background {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.8;
	padding: 0;
	border: none;
	margin: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

body.primary-menu-open #header-top #header-label-menu-background {
	opacity: .8;
	pointer-events: all;
}

#header-navigation {
	z-index: 3;
}

#header-branding {
	z-index: 4;
}

#header-top a {
	z-index: 5;
}

#header-top #header-label-menu {
	z-index: 6;
}

#site:before {
	position: relative;
	z-index: 7;
}















/**
* CONTENT
*/

#content .entry-header {
	text-align: right;
}

#content .entry-title {
	font-size: 28px;
	font-size: 2rem;
	clip-path: none;
	display: block;
	position: static;
	max-width: none;
	padding-left: 35px;
	margin: 0 -20px 40px -20px !important;
}

#content .entry-title:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 65px;
	background: none;
	position: static;
}

hr:before {
	content: '';
	height: 20px;
	width: 35px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2253px%22%20height%3D%2231px%22%20viewBox%3D%220%200%20530%20310%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http://www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22none%22%20xml-space%3D%22preserve%22%3E%3Crect%20x%3D%2210%22%20y%3D%22270%22%20width%3D%22510%22%20height%3D%2280%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpolyline%20points%3D%220%20290%2011.969%20290%20123.5969%20155%20211.1938%20281.6512%20369.3333%2025.8372%20520.1085%20290%20530%20290%22%20fill%3D%22none%22%20stroke%3D%22%23cac8c8%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%2F%3E%3C%2Fsvg%3E");
}

#content .entry-content {
	padding-left: 10px;
	padding-right: 10px;
}

#content .wp-block-media-text {
	margin-left: -10px;
	margin-right: -10px;
}

#content .wp-block-media-text .wp-block-media-text__content:first-child,
#content .wp-block-media-text .wp-block-media-text__content:last-child,
#content .wp-block-media-text .wp-block-media-text__content {
	padding: 10px;
}

#content .wp-block-media-text .wp-block-media-text__content:first-child {
	padding-right: 20px;
}

#content .wp-block-media-text .wp-block-media-text__content:last-child {
	padding-left: 20px;
}

.style--button,
#content .btn,
#content .button,
#content a.btn,
#content a.button,
#content button,
#content input[type="button"],
#content input[type="submit"],
#content input[type="reset"],
#content .wp-block-button__link,
#content a.wp-block-button__link,
#content button.single_add_to_cart_button,
dialog.negative button.accept {
	font-size: 12px;
	font-size: 0.857143rem;
}













/**
* HOME
**/

body.page-template-homepage #content .entry .entry-inner,
body.page-template-homepage #content .entry:nth-child(even) .entry-inner,
body.page-template-homepage #content .entry.entry-presentation .entry-inner,
body.page-template-homepage #content .entry.entry-cours .entry-inner {
	padding: 70px 0 50px 0;
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body.page-template-homepage #content .entry.entry-slider .entry-inner {
	max-width: 430px;
	margin-bottom: -100px;
	min-height: 0;
	padding: 70px 0 0 0;
}

body.page-template-homepage #content .entry.entry-slider .entry-header {
	margin-right: 0;
}

body.page-template-homepage #content .entry.entry-slider .entry-title {
	margin-bottom: 20px;
}

body.page-template-homepage #content .entry.entry-slider .entry-title strong {
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

body.page-template-homepage #content .entry.entry-slider .entry-content {
	max-width: none;
}

body.page-template-homepage #content .entry.entry-slider .entry-content .btn {
	margin-left: 5px;
	margin-right: 5px;
}

body.page-template-homepage #content .entry.entry-slider .entry-content hr {
	display: none;
}

body.page-template-homepage #content .entry.entry-slider .entry-banner,
body.page-template-homepage #content .entry .entry-banner {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: auto;
	mask-size: 100% auto;
	display: block;
	width: 100%;
	height: 400px;
}

body.page-template-homepage #content .entry.entry-slider .entry-banner:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 300px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	background-repeat: repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: top center;
}

body.page-template-homepage #content .entry .entry-banner > .sps_slider_wrapper {
	position: relative;
	left: auto;
	top: auto;
	margin: 0;
	width: 100%;
	padding-top: 50%;
}

/*body.page-template-homepage #content .entry .entry-banner:before,*/
body.page-template-homepage #content .entry.entry-slider .entry-banner .sps_slider_wrapper:before {
	display: none;
}



body.page-template-homepage #content .entry.entry-formations .entry-inner {
	margin-bottom: -60px;
	min-height: 0;
	padding: 70px 0 0 0;
}

body.page-template-homepage #content .entry.entry-formations .entry-banner:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 200px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	background-repeat: repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: top center;
}


body.page-template-homepage #content .entry.entry-cours .entry-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 3%;
}

body.page-template-homepage #content .entry.entry-cours .entry-inner {
	-webkit-flex: 1 0 400px;
	-moz-flex: 1 0 400px;
	-ms-flex: 1 0 400px;
	-o-flex: 1 0 400px;
	flex: 1 0 400px;
}

body.page-template-homepage #content .entry.entry-avis .entry-title:after,
body.page-template-homepage #content .entry.entry-cours .entry-title:after {
	width: 140%;
	left: -20%;
	margin-left: 0;
}

body.page-template-homepage #content .entry.entry-cours .entry-banner {
	-webkit-flex: 0 0 350px;
	-moz-flex: 0 0 350px;
	-ms-flex: 0 0 350px;
	-o-flex: 0 0 350px;
	flex: 0 0 350px;
}

body.page-template-homepage #content .entry.entry-avis .entry-inner {
	border-radius: 60px;
	padding: 60px 50px 50px 50px;
}

body.page-template-homepage #content .entry.entry-avis .entry-title {
	padding-bottom: 0;
	margin-bottom: 20px;
}

body.page-template-homepage #content .entry.entry-avis .entry-content .sps_slide .avis .avis__content {
	max-height: 60px;
	margin-bottom: 20px;
}

body.page-template-homepage #content .entry.entry-avis .entry-content .sps_slide .avis {
	padding-left: 30px;
	padding-right: 30px;
}

body.page-template-homepage #content .entry.entry-avis .entry-content .sps_slider_wrapper {
	padding-top: 160px;
}

body.page-template-homepage #content .entry.entry-avis .entry-content .sps_arrows .sps_arrow:before {
	border-left-width: 12px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	margin-left: -12px;
	margin-top: -10px;
}

body.page-template-homepage #content .entry.entry-avis .entry-content .sps_arrows .sps_arrow.sps_arrow_previous:before {
	margin-top: 10px;
	margin-left: 0;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
}















/**
* CONTACT
*/
body.page-template-contact #content .entry-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
}

body.page-template-contact #content #contact-form {
	display: block;
	padding-right: 0;
	max-width: 400px;
	margin: 0 auto;
}

html .scf-label {
	font-size: 12px;
	font-size: 0.857143rem;
}

html .scf-group {
	min-height: 83px;
}

html .scf-select-2>.scf-select-2-selector,
html .scf-input>.scf-wysiwyg-editor,
html .scf-input>input,
html .scf-input>select,
html .scf-group.scf-select>select,
html .scf-input>textarea,
html scf-select {
	padding-top: 8px;
	padding-bottom: 10px;
}

body.page-template-contact #content #contact-infos {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 20px auto;
	padding: 0;
}

