/*
Theme Name: Équipe Cultures Éducation
Description: Thème custom pour Équipe Cultures Éducation
Author: Boréale Média
Author URI: https://borealemédia.com
Version: 1.0

*/

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

/*HTML5 BOILERPLATE MINIFIED*/

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

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

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

/*BODY STYLES*/

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

html {
    font-size: 100%;
	max-width: 100%;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

body { 
	background: #FFF; 
	color: #000; 
	font-family: brandon-grotesque, sans-serif;
	max-width: 100%;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

a { 
	text-decoration: underline;
	transition: all .5s ease;
	color: #6e4376;
}

a:hover {
	color: #a32c77;
}

.learndash-wrapper a {
	transition: all .5s ease;
	color: #00b5b2;
}

.learndash-wrapper a:hover {
	color: #a32c77;
}

.container {
	clear: both;
	margin: 0 auto; 
	position: relative;
	padding: 0 6% 0 0;
}
.page-a-propos .container{
	padding: 0 6%;
}
img {
	height: auto;
	max-width: 100%;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.accessibility {
  backface-visibility: hidden;
  left: -999999999px;
  position: absolute;
}
div.ranger{
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
	h1.has-x-large-font-size {
		font-size: 72px !important;
		line-height: 78px;
	}
}

h2{
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	color: #344391;
}
h3{
	font-weight: 700;
	margin-bottom: 0;
	font-size: 36px;
	color: #344391;
	line-height: 1;
}

h4{
	font-weight: 400;
	margin: 10px 0;
	font-size: 30px;
	color: #344391;
	line-height: 1;
}

p{
	line-height: 28px;
	color: #000;
	font-weight: 400;
	font-size: 19px;
}
li{
	font-size: 19px;
}
input:focus{
	outline: none!important;
}
ol {
	margin: 1em 0;
	padding: 0 0 0 28px;
}

/********WP BLOCKS*********/

.wp-block-buttons>.wp-block-button {
	width: fit-content;
}

.wp-block-cover {
	width: 100%;
}


/********custom select*********/
.custom-select {
	position: relative;
	border: 1px solid #1a1a1a;
	font-size: 19px;
	font-family: brandon-grotesque, sans-serif;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: rgba(95,56,109,0.25);
	height: 55px;
	position: relative;
	z-index: 1;
}

/* Style the arrow inside the select element: */
.select-selected:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 55px;
	width: 60px;
	background-color:  rgba(95,56,109,1);
	border-left: 1px solid #1a1a1a;
	z-index: 2;
	background-image: url("images/arrow-white-down.svg");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
}
div#form select{
	appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(95,56,109,0.25);
    height: 55px;
    padding: 0 20px;
    border: 1px solid #1a1a1a;
    font-family: brandon-grotesque, sans-serif;
    color: #1a1a1a;
    border-radius: 0;
    font-size: 19px;
	position: relative;
	z-index: 1;
	background-image: url("images/arrow-white-down.svg");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center right 20px;
}
div#form select:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 55px;
	width: 60px;
	background-color:  rgba(95,56,109,1);
	border-left: 1px solid #1a1a1a;
	z-index: 2;
	background-image: url("images/arrow-white-down.svg");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
}
div#form .with_frm_style .frm_message, div#form  .frm_success_style.with_frm_style .frm_message, div#form  .frm_success_style{
	border: 1px solid #000;
	color: #000;
	border-radius: 0;
	background-color: #fff;
}
div#form  .with_frm_style .frm_message p{
	color: #000;
	margin-top: 5px;
}
/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #1a1a1a;
  padding: 12px 20px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
	position: absolute;
	background-color: rgba(95,56,109,0.1);
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px solid #1a1a1a;
	border-top: none;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(95,56,109,0.15);
}
/******end*******/
div#form{
	margin-top: 80px;
}
/*******custom checkbox***/
/* Customize the label (the container) */
div#form input[type=checkbox] {
	-webkit-appearance: none;
	background-color: rgba(95,56,109,0.25);
	border: 1px solid #1a1a1a;
	padding: 9px;
	border-radius: 0px;
	display: inline-block;
	position: relative;
	height: initial;
	top: 5px;
}
div#form input[type=checkbox]:active, input[type=checkbox]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

div#form input[type=checkbox]:checked {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #1a1a1a;
}
div#form input[type=checkbox]:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #1a1a1a;
}
/****end ***/
div#form input, div#form textarea{
	background-color: rgba(95,56,109,0.25);
	height: 55px;
	padding: 0 20px;
	border: 1px solid #1a1a1a;
	font-family: brandon-grotesque, sans-serif;
	color: #1a1a1a;
	border-radius: 0;
	font-size: 19px;
}
div#form textarea{
	height: 200px;
}
div#form ::-webkit-input-placeholder { /* Edge */
  color: #1a1a1a;
}

div#form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1a1a1a;
}

div#form ::placeholder {
  color: #1a1a1a;
}
.responsive-video { 
    position:relative;
    padding-bottom:56.25%;
    padding-top:60px;
    margin:0 0 20px;
    overflow:hidden;
}
.responsive-video iframe,.responsive-video object,.responsive-video embed { 
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

div#form label{
	color: #000;
	font-size: 19px;
}
div#form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 40px;
}

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

/*popup gallerie STYLES*/

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

section#pages div.popup-gallerie{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999999999;
	background-color: rgba(255,255,255,0.90);
	width: 100%;
	height: 100%;
	display: none;
}
section#pages div.popup-gallerie div.scrolled{
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	margin-top: 100px;
	padding: 0 30px;
	overflow-y: scroll;
	max-height: calc(100vh - 160px);
}
section#pages div.popup-gallerie img.grosse{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
section#pages div.popup-gallerie div.ranger-onglet{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
section#pages div.popup-gallerie div.onglet{
	margin: 0 15px;
	cursor: pointer;
}
section#pages div.popup-gallerie div.onglet.active p{
	font-weight: 700;
}
section#pages div.popup-gallerie div.contenue{
	width: 100%;
}
section#pages div.popup-gallerie div.onglet-contenue{
	width: 100%;
	display: none;
}
section#pages div.popup-gallerie div.onglet-contenue.active{
	display: block;
}
section#pages div.popup-gallerie span.close-popup{
	position: absolute;
	top: 50px;
	right: 50px;
	color: #000;
	font-weight: 400;
	font-size: 50px;
	cursor: pointer;
}
section#pages img.pointeur{
	cursor: pointer;
}
/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

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


header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
header a{
	text-decoration: none;
}
/***************************************************************************************************************************************************************************************/

/*NAV STYLES*/

/***************************************************************************************************************************************************************************************/
/*
 *  ===================
 *  Menus personnalisés
 *  ===================
**/
/* menu mobile effect */
#bouton-mobile{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#bouton-mobile .container-menu {
    cursor: pointer;
	width: 40px;
	}
.bar1, .bar2, .bar3 {
    width: 40px;
    height: 3px;
    background-color: #000;
    margin: 6px 0;
    transition: 0.4s;
	transition: all .5s ease;
}

/* Rotate first bar */
.change .bar1 {
    width: 40px;
    -webkit-transform: rotate(-30deg) translate(-6px, 8px);
    transform: rotate(-30deg) translate(-6px, 8px);
}

/* Fade out the second bar */
.change .bar3 {
    width: 40px;
    -webkit-transform: rotate(30deg) translate(-5px, -7px);
    transform: rotate(30deg) translate(-5px, -7px);
}

/* Rotate last bar */
.change .bar2 {
	opacity: 0;
}
/* end menu mobile effect */
#bouton-mobile-mb{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#bouton-mobile-mb .container-menu {
    cursor: pointer;
	}

/**************************menu mobile*****************************/

div#reseaux-sociaux{
	flex-direction: column;
}
div#reseaux-sociaux div.colonne {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    position: relative;
    transition: all 1s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div.icon {
    float: left;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-color: #000;
    mask-repeat: no-repeat no-repeat;
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 1s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#reseaux-sociaux-mobile div.icon {
    float: left;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-color: #000;
    mask-repeat: no-repeat no-repeat;
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 1s ease;
    position: relative;
    top: 10px;
    left: 50%;
    transform: translate(-50%,-50%);
}
#reseaux-sociaux-mobile .colonne {
    width: 27px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
	height: 100%;
}
div#reseaux-sociaux div.colonne:hover div.icon{
	background-color: #a32c77;
}
header div.colonne-header{
	width: 145px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	height: 100vh;
	padding: 66px 20px 37px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
header div.colonne-header img.logo{
	width: 100%;
}
header div.ranger{
	position: relative;
}
header div.colonne-menu {
    height: 100vh;
    width: calc( calc( 100vw - 145px ) / 4 );
    max-width: calc( calc( 100vw - 145px ) / 4 );
    min-width: 0;
    overflow-y: scroll;
    transition: all .7s ease;
    opacity: 0;
    left: -400px;
    position: absolute;
    top: 0;
    z-index: 1;
    padding-top: 73px;
    padding-bottom: 60px;
}
header div.colonne-menu.primary-nav--formation {
	background-color: #231F20;
}
header div.colonne-menu.primary-nav--primary {
	background-image: linear-gradient(#343c90,#a32c77);
}
header div.colonne-menu.primary-nav--formation li a {
	font-size: 16px;
}
header div.colonne-menu.open {
    display: block;
    width: calc( calc( 100vw - 145px ) / 4 );
    max-width: calc( calc( 100vw - 145px ) / 4 );
    opacity: 1;
    left: 145px;
    padding: 73px 20px 60px 66px;
}
header a{
	color: #fff;
}
header a:hover{
	color: #fff;
}
header nav .menu > li > a{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.6vw;
	line-height: 2vw;
}

header nav .menu > li.menu-item-has-children > a{
	position: relative;
}
header nav .menu > li.menu-item-has-children > a:before{
	content: '';
	width: 1vw;
	height: 1vw;
	background-image: url("images/fleche-menu.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: -2vw;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s ease;
}
header nav .menu > li.menu-item-has-children.active > a:before{
	transform: translateY(-50%) rotate(180deg);
}

header nav .menu > li{
	padding: 13px 0;
}
header nav .menu {
    padding: 50px 0;
    padding-left: 0.6vw;
}
header nav .sub-menu li a{
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	position: relative;
	transition: all .5s ease;
}
header nav .sub-menu{
	padding-top: 20px;
	padding-bottom: 40px;
}
header nav .sub-menu{
	display: none;
}
header nav .sub-menu li{
	padding: 10px 0 10px 20px;
}
header nav .sub-menu li:hover a:after{
	content: '\2014';
	position: absolute;
	top: 0;
	left: -25px;
	color: #fff;
	font-weight: 500;
}
header nav .sub-menu li:hover a{
	margin-left: 25px;
	display: block;
}
header nav img.icon-search{
	width: 16px;
	float: left;
	margin-top: 8px;
	cursor: pointer;
}
header nav img.click-submit-page{
	display: none;
}
header nav input.submit{
	display: none;
}
header nav input{
	float: left;
	width: calc( 100%  - 25px );
	background-color: transparent;
	color: #fff;
	border: none;
	font-family: brandon-grotesque, sans-serif;
	font-size: 18px;
	padding-left: 4px;
}
header nav input:focus{
	outline: none!important;
	border: none;
}
header nav ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

header nav :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

header nav ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
header nav #submit-search{
	display: none;
}
header nav div.border {
    width: 100%;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding-bottom: 8px;
    margin-left: -20px;
	margin-bottom: 30px;
}
header nav#menu{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
div#header {
    display: none;
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #fff;
    z-index: 2;
    padding: 10px 0;
}
div#menu-mobile {
    display: none;
    position: fixed;
    right: -280px;
    width: 280px;
    background-color: #fff;
    transition: right .5s ease;
    padding: 0 20px;
    overflow-y: scroll;
    max-height: 100vh;
    background-image: linear-gradient(#343c90,#a32c77);
    height: 100%;
	padding-bottom: 60px;
	z-index: 999;
}
div#menu-mobile.mobile-nav-formation {
	background-image: none;
	background-color: #231f20;
}
div#menu-mobile div.logo-div{
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
div#menu-mobile div.logo-div img{
	width: auto;
	height: 60px;
}
body.open div#menu-mobile{
	right: 0;
}
body{
	position: relative;
	left: 0;
	width: 100vw;
	transition: left .5s ease;
}
body.open{
	max-width: calc(100vw + 180px);
	left: -280px;
}
div#header div.logo-div{
	width: 100px;
	height: 60px;
	padding-left: 30px;
}
div#header div.logo-div img{
	height: 60px;
	width: auto;
}
div#header div#bouton-mobile-mb {
    width: calc( 127px );
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div#header div#bouton-mobile-mb span{
	float: left;
	margin-right: 10px;
	position: relative;	
	top: 5px;
}
div#header div#button-mobile{
	float: left;
}
div#header div.ranger {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

div#menu-mobile a{
	color: #fff;
	text-decoration: none;
}
div#menu-mobile a:hover{
	color: #fff;
}
div#menu-mobile nav .menu > li > a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}

div#menu-mobile nav .menu > li.menu-item-has-children > a{
	position: relative;
}
div#menu-mobile nav .menu > li.menu-item-has-children > a:before{
	content: '';
	width: 20px;
	height: 15px;
	background-image: url("images/fleche-menu.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s ease;
}
div#menu-mobile nav .menu > li.menu-item-has-children.active > a:before{
	transform: translateY(-50%) rotate(180deg);
}

div#menu-mobile nav .menu > li{
	padding: 13px 0;
}
div#menu-mobile nav .menu {
    padding: 50px 0;
    padding-left: 23px;
}
div#menu-mobile nav .sub-menu li a{
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	position: relative;
	transition: all .5s ease;
}
div#menu-mobile nav .sub-menu{
	padding-top: 20px;
	padding-bottom: 40px;
}
div#menu-mobile nav .sub-menu{
	display: none;
}
div#menu-mobile nav .sub-menu li{
	padding: 10px 0 10px 20px;
}
div#menu-mobile nav .sub-menu li:hover a:after{
	content: '\2014';
	position: absolute;
	top: 0;
	left: -25px;
	color: #fff;
	font-weight: 500;
}
div#menu-mobile nav .sub-menu li:hover a{
	margin-left: 25px;
}
div#menu-mobile nav img.icon-search{
	width: 16px;
	float: left;
	margin-top: 8px;
	cursor: pointer;
}
div#menu-mobile nav img.click-submit-page{
	display: none;
}
div#menu-mobile nav input.submit{
	display: none;
}
div#menu-mobile nav input{
	float: left;
	width: calc( 100%  - 25px );
	background-color: transparent;
	color: #fff;
	border: none;
	font-family: brandon-grotesque, sans-serif;
	font-size: 18px;
	padding-left: 4px;
}
div#menu-mobile nav input:focus{
	outline: none!important;
	border: none;
}
div#menu-mobile nav ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

div#menu-mobile nav :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

div#menu-mobile nav ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
div#menu-mobile nav #submit-search{
	display: none;
}
div#menu-mobile nav div.border {
    width: 100%;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding-bottom: 8px;
	margin-bottom: 30px;
}
div#menu-mobile nav#menu{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

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

footer div.container-droite{
	width: calc(100% - 145px);
	margin-left: 145px;
	background-color: #1a1a1a;
}
footer div.container-droite div.ranger{
	padding: 5px calc(6% - 30px) 5px 0;
}
footer div.container-droite div.colonne-logo{
	width: 15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
footer div.container-droite div.colonne-logo:first-of-type img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
footer div.container-droite div.colonne-logo:nth-of-type(2) img{
	width: 45%;
	display: block;
	margin: 0 auto;
}
footer div.container-droite div.colonne-infolettre{
	width: 70%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
footer div.container-droite div.colonne-infolettre button{
	background-color: #fff;
	color: #000;
	font-family: inherit;
	font-weight: 700;
	font-size: 20px;
	border: none;
	border-radius: 20px;
	padding: 5px 10px;
	transition: all .5s ease;
}
footer div.container-droite div.colonne-infolettre button:hover{
	background-color: #cacaca;
}
footer div.container-droite div.colonne-infolettre div.center{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

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

section#accueil{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section#accueil a{
	text-decoration: none;
}
section#accueil div.container-accueil{
	margin-left: 145px;
	width: calc( 100% - 145px );
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
section#accueil div.container-accueil div.slider{
	height: 100%;
	position: relative;
	z-index: 9;
	margin: 0;
}
section#accueil div.container-accueil div.colonne {
    width: 25%;
    border-right: 1px solid #fff;
    height: 100vh;
    position: relative;
}
section#accueil div.container-accueil.opaque .slick-slide{
	background-color: rgba(0,0,0,0.2);
}
section#accueil div.container-accueil .slick-slide.hover{
	box-shadow: 0 0 40px 5px rgba(0,0,0,0.8);
	background-color: transparent;
}
section#accueil div.container-accueil div.colonne div.texte{
	width: 80%;
	position: absolute;
	bottom: 5%;
	left: 10%;
	text-shadow: 2px 2px 10px #000;
}
section#accueil div.container-accueil div.colonne div.texte div.hover-texte{
	display: none;
}
section#accueil div.container-accueil div.colonne.hover div.texte div.hover-texte{
}
section#accueil div.container-accueil div.bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .7s ease;
	opacity: 0;
}

section#accueil div.container-accueil div.bg.active{
	opacity: 1;
}
section#accueil div.container-accueil, section#accueil div.container-accueil a{
	color: rgba(255,255,255,0.40);
}
section#accueil div.container-accueil div.colonne.hover , section#accueil div.container-accueil div.colonne.hover a{
	color: rgba(255,255,255,1);
}
section#accueil div.container-accueil h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6vw;
    line-height: 2vw;
    margin: 0;
	text-align: center;
	color: #fff;
}
section#accueil div.container-accueil div.colonne:first-of-type{
	margin-bottom: 20px;
}
section#accueil div.container-accueil div.slick-slide:first-of-type div.colonne div.texte div.hover-texte{
	/*display: block;*/
}
section#accueil div.container-accueil ul{
	padding: 0;
	margin: 0;
}
section#accueil div.container-accueil li{
	padding: 10px 0 10px 0px;
	list-style: none;
}
section#accueil div.container-accueil li a{
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	position: relative;
}

section#accueil div.container-accueil li:hover a {
    margin-left: 25px;
}
section#accueil div.container-accueil li:hover a:after{
	content: '\2014';
	position: absolute;
	top: 0;
	left: -25px;
	color: #fff;
	font-weight: 500;
}
/*******Slider **********/
.slider {
        width: 100%;
        margin: 0px auto;
    }

    .slick-slide {
      margin: 0px 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: #ababab;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;

}
section#accueil .slick-prev:before {
    content: "‹";
    font-size: 60px;
}
section#accueil .slick-prev{
	left: 0;
}
section#accueil .slick-next:before {
    content: '›';
    font-size: 60px;
}
section#accueil .slick-next{
	right: 0;
}
section#accueil .slick-prev, section#accueil .slick-next {
    position: absolute;
    display: block;
    height: 80px;
    width: 40px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
	z-index:9;
}
.slider-nav-thumbnails .slick-prev, .slider-nav-thumbnails .slick-next{
    top: 39%;
}
.slider-nav-thumbnails .slick-next:before {
    content: '›';
    font-size: 40px;
}
.slider-nav-thumbnails .slick-prev:before {
    content: "‹";
    font-size: 40px;
}
.slider.one_silder {
        width: 100%;
        margin: 0px auto;
        opacity: 0;
    transition: opacity 1.5s ease;
    }
.slick-dots {
    bottom:-15px;
}
.slick-dots li {
    margin: 0;
}
/******end slider******/
section#accueil-mobile{
	display: none;
	margin-top: 80px;
}
section#accueil-mobile a{
	color: #fff;	
	text-decoration: none;
}
section#accueil-mobile div.ranger div.colonne{
	width: 100%;
	min-height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	position: relative;
}

section#accueil-mobile div.container-accueil h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;;
    margin: 0;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
section#accueil-mobile div.texte{
	position: absolute;
	width: calc( 100% - 60px );
	bottom: 20px;
	left: 30px;
}
section#accueil-mobile div.container-accueil ul{
	padding: 0;
	margin: 0;
	display: none;
}
section#accueil-mobile div.container-accueil li{
	padding: 10px 0 10px 0px;
	list-style: none;
}
section#accueil-mobile div.container-accueil li a{
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	position: relative;
}

section#accueil-mobile div.container-accueil li:hover a {
    margin-left: 25px;
}
section#accueil-mobile div.container-accueil li:hover a:after{
	content: '\2014';
	position: absolute;
	top: 0;
	left: -25px;
	color: #fff;
	font-weight: 500;
}
/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

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

.left { 
	float: left; 
	margin-right: 15px; 
}

.right { 
	float: right; 
	margin-left: 15px; 
}

.clear{
	clear:both;
}
section#pages{
	padding-bottom: 60px;
	min-height:  calc(100vh - 92px);
}
section#pages .container-droite {
    width: calc(100% - 0px);
    padding-left: 145px;
	position: relative;
	left: 0;
}

section#pages .titre {
    width: 100%;
    height: 10vw;
    min-height: 188px;
    position: relative;
    background-size: cover;
}

section#pages .titre h1 {
    position: absolute;
    top: 23%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    font-size: 45px;
	line-height: 1;
	padding: 0 10px;
}
section#pages img.click-submit{
	display: none;
}
section#pages img.icon-search {
    width: 16px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    margin-right: 5px;
	box-shadow: none;
}
section#pages .recherche{
	background-color: #1a1a1a;
}
section#pages .recherche div.ranger{
	justify-content: space-between;
	padding: 0 2%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
section#pages .recherche input.submit{
	display: none;
}
section#pages .recherche input#s {
    text-align: right;
    background-color: #fff;
    border: none;
    box-shadow: none;
    font-size: 10px;
    vertical-align: bottom;
    width: calc( 100% - 35px);
}
section#pages .recherche div.border {
    background-color: #fff;
    height: 28px;
    width: 280px;
}
section#pages .recherche p{
	margin: 0;
	color: #fff;
}
section#pages .recherche p a{
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}
section#pages .recherche div.colonne{
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section#pages div.two_col div.colonne{
	width: 50%;
	padding: 30px;
}
.page-a-propos section#pages div.ranger{
	width: calc( 100% + 60px );
	margin-left: -30px;
	margin-right: -30px;
	padding: 0 6% 0 6%;
	justify-content: center;
}
section#pages div.ranger {
    width: calc( 100% + 0px );
    margin-left: -0px;
    margin-right: -0px;
    padding: 0 6% 0 0;
    justify-content: center;
}
section#pages div.ranger.recherche, .page-a-propos section#pages div.ranger.recherche{
	width: calc( 100% + 0px );
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 1% 0 1%;
    justify-content: space-between;
}
section#pages div.ranger.papier {
    width: calc( 100% + 0px );
    margin-left: -0px;
    margin-right: -0px;
    padding: 0 6% 0 0;
    justify-content: center;
}
section#pages div.equipe div.colonne{
	padding: 30px;
	width: 33.3333%;
}
section#pages div.equipe div.colonne img{
	width: 100%;
}
section#pages div.equipe div.colonne p{
	text-align: center;
}
section#pages div.equipe div.colonne p strong{
	font-size: 20px;
	font-weight: 700;
	color: #344391;
}
section#pages div.equipe {
    background-image: url("images/bg-equipe.jpg");
    background-size: cover;
    background-position: top;
    padding-top: 65px;
	position: relative;
	z-index: 1;
	padding-bottom: 100px;
}
section#pages div.equipe:before{
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-image: url("images/top-equipe.jpg");
	z-index: 2;
	height: 40vw;
	background-size: cover;
	background-position: top;
}
section#pages div.equipe:after{
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url("images/bottom-equipe.jpg");
	z-index: 2;
	height: 20vw;
	background-size: cover;
	background-position: bottom;
}
section#pages div.equipe div.ranger, section#pages div.equipe div.container{
	position: relative;
	z-index: 3;
}
section#pages img {
    width: 100%;
    box-shadow: 15px 15px 15px 0px rgba(0,0,0,0.3);
}
.page-dossiers-culture-education section#pages .two_col h2{
	font-weight: 400;
	margin: 0;
}
.page-dossiers-culture-education section#pages .two_col h4{
	line-height: 1.4;
	margin-top: 40px;
	font-weight: 700;
}
section#pages .two_col h2:first-of-type, section#pages .two_col p:first-of-type{
	margin-top: 0;
}
section#pages div.ranger.papier:nth-child(odd){
	flex-direction: row-reverse;
}
section#pages div.ranger.papier div.colonne:first-of-type{
	width: 80%;
	padding-left: 50px;
}
section#pages div.ranger.papier:nth-child(4n + 2) div.colonne:first-of-type, section#pages div.ranger.papier:nth-child(4n + 4) div.colonne:first-of-type{
	padding-left: 30px;
	padding-right: 50px;
}
section#pages div.ranger.papier div.colonne:last-of-type{
	width: 20%;
	padding-left: 20px;
}
section#pages div.ranger.papier div.colonne:last-of-type img{
	width: 100%;
}
section#pages div.ranger.papier div.colonne{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section#pages div.ranger.papier{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	min-height: 27vw;
}
section#pages div.ranger.papier:nth-child(4n + 1){
	background-image: url("images/un_cinq_1.jpg");
}
section#pages div.ranger.papier:nth-child(4n + 2) img, section#pages div.ranger.papier:nth-child(4n + 4) img{
	box-shadow: -15px 15px 15px 0px rgba(0,0,0,0.3);
}
section#pages div.ranger.papier:nth-child(4n + 3){
	background-image: url("images/un_cinq_3.jpg");
}
section#pages  div.full-width{
	margin: 50px 0;
	margin-top: 100px;
	padding-left: 30px;
}

section#pages button:not(.slick-arrow){
	background-color: #344391;
	color: #fff;
	border: none;
	box-shadow: none;
	padding: 12px 40px;
	border-radius: 18px;
	font-weight: 700;
	font-size: 22px;
	font-family: inherit;
}
section#pages div.slider-video{
	width: calc(100% - calc(100px + 6%));
	display: block;
	margin: 0 auto; 
}
section#pages div.slider-video .slick-prev:before{
	content: '';
	background-image: url("images/slider-arrow.svg");
}

section#pages div.slider-video .slick-prev:before, section#pages div.slider-video .slick-next:before{
	width: 20px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
section#pages div.slider-video .slick-next:before{
	content: '';
	background-image: url("images/slider-arrow.svg");
	transform: rotate(180deg) translate(-50%,50%);
	left: initial;
	right: 50%;
}
section#pages div.slider-video div.colonne-slide{
	padding: 25px 40px calc(25px - 2em + 10px) 40px;
}
section#pages div.slider-video div.colonne-slide img{
	box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.3);
	cursor: pointer;
}
section#pages div.slider-video div.colonne-slide p{
	font-weight: 700;
	text-align: center;
	margin: 0;
	line-height: 1.1em;
	margin-top: 10px;
}
div#video{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.90);
	z-index: 999999999999999;
}
div#video:before{
	content: '×';
	font-size: 80px;
	color: #000;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index:999999999999999999;
}
div#video .pos {
    width: 1200px;
    height: auto;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: absolute;
    max-width: 90%;
}
div#video .pos div.video-container{
	width: 100%;
	padding-bottom: 56%;
	position: relative;
}
div#video .pos div.video-container iframe{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

section#pages div.document div.colonne:first-of-type{
	width: calc( 100% - 300px );
	padding-left: 30px;
}
section#pages div.document div.colonne:last-of-type{
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 3em;
	padding-right: 30px;
}
section#pages div.document div.colonne:last-of-type button{
	float: right;
}
section#pages div.full-width-video {
    width: calc( 70% - 100px );
    display: block;
    margin: 50px auto 0px;
	padding-top: 1px;
}
section#pages div.ranger.ressource:nth-child(2n) {
    flex-direction: row-reverse;
    background-image: url("images/bg ressources.png");
    background-size: cover;
    padding: 50px 0% 0 30px;
}

section#pages div.ranger.ressource div.colonne:first-of-type{
	width: 40%;
	padding-left: 0px;
	flex-direction: column;
	justify-content: center;
}
section#pages div.ranger.ressource div.colonne:last-of-type{
	width: 60%;
	padding-right: 30px;
}
section#pages div.ranger.ressource:nth-child(even) div.colonne:last-of-type{
	padding-left: 30px;
	padding-right: 30px;
}
section#pages div.ranger.ressource:nth-child(even) div.colonne:first-of-type{
	padding-left: 0px;
}
section#pages div.ranger.ressource img{
	box-shadow: none;
}
section#pages div.ranger.ressource button{
	margin-top: 1em;
}
section#pages p{
	text-align: justify;
}
section#pages div.ranger.untiers_deuxtiers img{
	box-shadow: none;
}
section#pages div.ranger.untiers_deuxtiers{
	padding: 0 6% 0 30px;
}
.page-formation-et-accompagnement section#pages div.ranger.untiers_deuxtiers {
    flex-direction: row-reverse;
}
.page-formation-et-accompagnement section#pages div.ranger.untiers_deuxtiers div.colonne:last-of-type{
	padding-right: 30px;
}
section#pages div.ranger.untiers_deuxtiers div.colonne:first-of-type{
	width: 33.3333%
}
section#pages div.ranger.untiers_deuxtiers div.colonne:first-of-type img{
	width: 100%;
}
section#pages div.ranger.untiers_deuxtiers div.colonne:last-of-type{
	width: 66.6666%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section#pages div.ranger.troiscinquieme_deuxcinquieme{
	padding: 0 6% 0 30px;
}
section#pages div.ranger.troiscinquieme_deuxcinquieme div.colonne:first-of-type{
	width: 60%;
	padding-right: 4.5%;
}
section#pages div.ranger.troiscinquieme_deuxcinquieme div.colonne:last-of-type{
	width: 40%;
}
section#pages div.ranger.videos{
	padding: 0 6% 0 30px;
}
section#pages div.ranger.videos h2{
	margin-top: 0;
}
section#pages div.ranger.videos div.colonne:first-of-type{
	width: 25%;
}
section#pages div.ranger.videos div.colonne:first-of-type div.img-video{
	padding-bottom: 30px;
	position: relative;
}
section#pages div.ranger.videos div.colonne:first-of-type div.img-video:after{
	position: absolute;
	content: '';
	width: 25%;
	height: 25%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url("images/play.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}
section#pages div.ranger.videos div.colonne:first-of-type a button{
	display: block;
	margin: 0 auto;
	text-decoration: none;
}
section#pages div.ranger.videos div.colonne:first-of-type a{
	text-decoration: none;
}
section#pages div.ranger.videos div.colonne:last-of-type{
	width: 75%;
	padding-left: 4.5%;
}
section#pages div.ranger.realisations{
	padding: 0 6% 0 30px;
}
section#pages div.ranger.realisations div.colonne-full{
	width: 100%;
}
section#pages div.ranger.realisations div.ranger{
	margin-left: -30px;
	margin-right: -30px;
	width: calc( 100% + 60px );
	padding: 0;
}
section#pages div.ranger.realisations div.ranger div.colonne{
	width: 25%;
	padding: 30px;
}
section#pages ul.doc{
	padding: 0;
	margin: 0 auto;
	margin-left: 50%;
	transform: translateX(-50%);
	list-style: none;
	margin-bottom: 70px;
}
section#pages ul.doc li{
	line-height: 36px;
}
section#pages ul.doc > li{
	font-weight: 700;
	font-size: 19px;
	color: #000;
}
section#pages ul.doc > li span.titre{
	position: relative;
	cursor: pointer;
}
section#pages ul.doc > li span.titre:after{
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background-image: url("images/fleche-doc.svg");
	width: 18px;
	height: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
section#pages ul.doc > li span.titre.close:after{
	content: 'X';
	background-image: none;
	right: -35px;
	transform: none;
	top: initial;
}
section#pages ul.doc > li > ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
}
section#pages ul.doc > li > ul li{
	font-weight: 400;
}
section#pages ul.doc > li > ul li a{
	text-decoration: underline;
	color: #344391;
}
section#pages div.bulletin button{
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
section#pages div.bulletin a{
	text-decoration: none;
}
section#pages div.bulletin div.colonne:last-of-type{
	padding-top: 100px;
}
section#pages div.bulletin.ranger{
	padding: 0 6%;
	margin-top: 50px;
}
section#pages div.slides-parution div.padding{
	padding: 0 8% 6%;
}
section#pages div.parution{
	padding: 0 6%;
}
section#pages div.parution .slick-prev:before{
	content: '';
	width: 30px;
	height: 60px;
	background-image: url("images/fleche.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	transform: translate(-50%,-50%);
	
}
section#pages div.parution .slick-prev{
	left: 0;
}
section#pages div.parution .slick-next:before{
	content: '';
	width: 30px;
	height: 60px;
	background-image: url("images/fleche.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	transform: translate(-50%,-50%) rotate(180deg);
}
section#pages div.parution .slick-next{
	right: 0;
}
section#pages div.slides-parution{
	padding: 0 6%;
}
section#pages img.back{
	width: 30px;
	box-shadow: none;
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}
section#pages div.infolettre{
	padding: 0 6%;
}
section#pages div.infolettre div.container{
	max-width: 1100px;
	margin: 0;
}
section#pages div.prev-page p{
	position: relative;
	margin-left: 10px;
}
section#pages div.prev-page a{
	cursor: pointer;
}
section#pages div.nous-joindre div.ranger{
	flex-direction: row-reverse;
}
section#pages div.nous-joindre div.colonne:last-of-type{
	width: 70%;
	padding: 30px;
}
section#pages div.nous-joindre div#form{
	margin-top: 0;
}
section#pages div.nous-joindre div.colonne:first-of-type{
	width: 30%;
	padding: 30px;
}
section#pages div.nous-joindre div.colonne:first-of-type p:first-of-type{
	margin-top: 0;
}
section#pages div.nous-joindre ul li{
	position: relative;
	margin: 15px 0;
	list-style: none;
	font-size: 19px;
}
section#pages div.nous-joindre ul{
	margin-top: 25px;
}
section#pages div.nous-joindre ul li:nth-child(1):before{
	content : '';
	width: 30px;
	height: 30px;
	background-image: url("images/phone.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -35px;
	top: 0;
}
section#pages div.nous-joindre ul li:nth-child(2):before{
	content : '';
	width: 30px;
	height: 30px;
	background-image: url("images/mail.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -35px;
	top: 0;
}
section#pages div.nous-joindre div#form label{
	color: #1a1a1a;
}
section#pages div.iframe-container{
	height: 0;
	position: relative;
	padding-bottom: 60%;
	width: 100%;
}
section#pages div.iframe-container iframe{
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/***************************************************************************************************************************************************************************************/

/*Par ici la culture en classe*/

/***************************************************************************************************************************************************************************************/
section#pages.culture{
	height: 100vh;
	display: flex;
}
section#pages.culture div.container-droite{
	background-image: url("images/ECE_Par_ici_la_culture.jpg");
	background-size: cover;
	height: inherit;
	position: relative;
}
section#pages.culture div.container-droite div.texte{
	width: 60%;
	top:60%;
	transform: translateY(-50%);
	position: absolute;
	right: 0;
	padding-right: 10%;
	color: #fff;
}
section#pages.culture div.container-droite div.texte p{
	color: #fff;
}
section#pages.culture div.container-droite div.texte h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    color: #fff;
}
section#pages.culture div.container-droite div.texte ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
section#pages.culture div.container-droite div.texte ul.menu > li{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	padding-bottom: 20px;
}
section#pages.culture div.container-droite div.texte  ul.menu > li span{
	position: relative;
}
section#pages.culture div.container-droite div.texte a{
	color: #fff;
	text-decoration: none;
}
section#pages.culture div.container-droite div.texte a:hover{
	text-decoration: underline;
}
section#pages.culture div.container-droite div.texte  ul.menu > li span:after{
	content: '';
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translate(-50%,-50%) rotate(-90deg);
	width: 24px;
	height: 24px;
	background-image: url("images/fleche-menu.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s ease;
}
section#pages.culture div.container-droite div.texte  ul.menu > li.active span:after{
	transform: translate(-50%,-50%) rotate(0deg);
}
section#pages.culture div.container-droite div.texte  ul.menu > li > ul > li{
	text-transform: none;
	font-size: 19px;
	font-weight: 400;
	padding-bottom: 20px;
}
section#pages.culture div.container-droite div.texte  ul.menu > li > ul.sub-menu{
	display: none;
	padding-top: 20px;
}
section#pages.culture div.container-droite div.texte ul.menu > li > ul > li:after{
	content: none;
}
body.page-amenagements-culturels section#pages div.ranger.untiers_deuxtiers div.colonne:first-of-type img {
    width: 90%;
	box-shadow: 15px 15px 15px 0px rgba(0,0,0,0.3);
}
body.page-amenagements-culturels section#pages div.ranger.untiers_deuxtiers:nth-child(odd){
	flex-direction: row-reverse;
}
body.page-amenagements-culturels section#pages div.ranger.untiers_deuxtiers:nth-child(odd) img{
	margin-left: 10%;
}
body.page-amenagements-culturels section#pages div.ranger.untiers_deuxtiers{
	margin-bottom: 80px;
	margin-top: 80px;
}
body.page-amenagements-culturels section#pages h2{
	margin-bottom: 20px;
	margin-top: 0;
}
body.page-amenagements-culturels section#pages h3{
	margin: 0;
}
body.page-amenagements-culturels section#pages div.ranger.untiers_deuxtiers div.colonne{
	justify-content: flex-start;
}


/* MAthematique */
section#pages .slider-citation{
	margin: 50px 100px;
	width: calc( 100% - 200px);
}
section#pages .slider-citation .slick-prev::before, section#pages .slider-citation .slick-next::before {
	content: '';
	width: 30px;
	height: 60px;
	background-image: url("images/fleche.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
}
section#pages .slider-citation .slick-prev::before {
    transform: rotate(0deg) ;
	left: -50px;
}
section#pages .slider-citation .slick-next::before {
    transform: rotate(180deg) ;
	right: -50px;
}
section#pages .slider-citation .slick-prev, section#pages .slider-citation .slick-next{
	width: 30px;
	height: 60px;
}
section#pages .slider-citation blockquote, section#pages .slider-citation blockquote p{
	color: #344390;
	margin: 0;
	font-size: 22px;
	font-style: italic;
}
section#pages div.ranger-barre{
	display: flex;
	flex-wrap: wrap;
	background-color: #344093;
	margin-bottom: 80px;
}
section#pages div.ranger-barre div.colonne-barre{
	flex: auto;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 10px 0;
}
section#pages div.ranger-barre div.colonne-barre a{
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	position: relative;
	cursor: pointer;
}
section#pages div.ranger-barre div.colonne-barre:after{
	content: '|';
	position: absolute;
	right: 0;
	font-size: 22px;
	color: #fff;
}
section#pages div.ranger-barre div.colonne-barre:last-of-type:after{
	content: none;
}
section#pages div.reperes-culturel img{
	width: calc( 100% - 120px );
	margin-left: 20px;
	box-shadow: none;
}
section#pages a.goto{
	float: right;
	text-align: right;
	margin-right: 40px;
	text-decoration: none;
	color: #000;
}
section#pages div.ranger-carousel-three-column{
	padding-top: 100px;
	padding-left: 30px;
	padding-right: 30px;
}

section#pages .slide-three-columns{
	margin: 50px 100px;
	width: calc( 100% - 200px);
}
section#pages .slide-three-columns .slick-prev::before, section#pages .slide-three-columns .slick-next::before {
	content: '';
	width: 30px;
	height: 60px;
	background-image: url("images/fleche.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
}
section#pages .slide-three-columns .slick-prev::before {
    transform: rotate(0deg) ;
	left: -50px;
}
section#pages .slide-three-columns .slick-next::before {
    transform: rotate(180deg) ;
	right: -50px;
}
section#pages .slide-three-columns .slick-prev, section#pages .slide-three-columns .slick-next{
	width: 30px;
	height: 60px;
}
section#pages .slide-three-columns div.colonne{
	padding: 5%;
}
section#pages .slide-three-columns div.colonne img{
	border: 1px solid #000;
}
section#pages .slide-three-columns div.colonne p{
	text-align: center;
}
body.page-mathematique section#pages div.ranger.untiers_deuxtiers div.colonne:first-of-type img {
    width: 90%;
	box-shadow: 15px 15px 15px 0px rgba(0,0,0,0.3);
}
body.page-mathematique section#pages div.ranger.untiers_deuxtiers:nth-child(even){
	flex-direction: row-reverse;
	margin-top: 50px;
}
body.page-mathematique section#pages div.ranger.untiers_deuxtiers:nth-child(even) img{
	margin-left: 10%;
}
body.page-mathematique section#pages div.ranger.untiers_deuxtiers{
	margin-bottom: 0px;
}
body.page-mathematique section#pages div.ranger.untiers_deuxtiers#bonne-ressources{
	padding-top: 100px;
	position: relative;
	z-index: 2;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
body.page-mathematique section#pages h2{
	margin-bottom: 20px;
	margin-top: 0;
}
body.page-mathematique section#pages h3{
	margin: 0;
}
body.page-mathematique section#pages div.ranger.untiers_deuxtiers div.colonne{
	justify-content: flex-start;
}
section#pages div.lire{
	width: calc(100% - 40px);
	margin-top: 80px;
	padding-left: 30px;
}
section#pages div.lire div.contenu_bas p{
	font-size: 22px;
	color: #344093;
	text-decoration: none;
}
section#pages div#image text, section#pages div#image tspan{
	font-family: brandon-grotesque, sans-serif;
}
g#nombre, g#suite, g#loterie, g#histoire-de-maths, g#calcul, g#mesure-de-longueur, g#circonference-de-la-terre, g#jeux-du-hasard_1_, g#mathematicien, g#carte-geographique{
	cursor: pointer;
}
section#pages div.popup-repere{
	display: none;
	background-image: linear-gradient(to right, #334092, #5e386e);
	position: relative;
	width: 97%;
	padding: 30px 40px;
	margin-bottom: 40px;
}
section#pages div.popup-repere button{
	color: #344093;
	background-color: #fff;
}
section#pages div.popup-repere span.close{
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
}
section#pages div.popup-repere h3, section#pages div.popup-repere p{
	color: #fff;
}
section#pages div.popup-repere div.ranger{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
}
section#pages div.popup-repere div.colonne:first-of-type{
	width: 40%;
	padding: 30px 30px 30px 30px;
	border-right: 1px solid #000;
}
section#pages div.popup-repere div.colonne:last-of-type{
	width: 60%;
	padding: 30px 30px 30px 30px;
}
section#pages div.popup-repere div.colonne img{
	width: 150px;
	box-shadow: none;
}
section#pages div.slider-citation span.read-more{
	float: left;
}
section#pages div.slider-citation div.more{
	display: none;
}
section#pages div.slider-citation div.less p{
	display: inline;
}
section#pages div.slider-citation p.lire{
	float: right;
	color: #344390;
	cursor: pointer;
}
section#pages div.slider-citation div.more strong{
	font-size: 22px;
	color: #344093;
}
section#pages .with_frm_style .frm_top_container .frm_primary_label{
	font-size: 28px;
	color: #1a1a1a;
	font-family: brandon-grotesque, sans-serif;
}
.page-odyssee-culturelle section#pages div.full-width-video {
    width: calc( 100% - 0px );
    padding: 0 6% 0 30px;
    padding-top: 1px;
}
/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1025*/

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

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

/*MQ MAX-WIDTH 850*/

/***************************************************************************************************************************************************************************************/
@media only screen and (max-width: 1279px) {
	header div.colonne-menu.open {
		padding: 73px 10px 60px 30px;
	}
	header nav div.border{
		margin-left: -10px;
	}
}

@media only screen and (max-width: 1023px) {
	section#accueil div.container-accueil h2{
		font-size: 30px;
		line-height: 33px;
	}
	section#accueil div.container-accueil div.colonne{
		border-right: none;
	}
  	section#accueil div.container-accueil div.colonne , section#accueil div.container-accueil div.colonne a{
		color: rgba(255,255,255,1);
	}
	section#accueil div.container-accueil div.colonne div.texte div.hover-texte{
		display: block;
	}
	section#accueil div.container-accueil div.colonne {
	}
	header div.colonne-menu.open{
		min-width: 250px;
		padding:  50px 10px 120px 25px;
	}
	header nav .menu > li > a{
		font-size: 20px;
		line-height: 23px;
	}
	header nav div.border {
		width: calc( 100% - 15px );
		margin-left: -0px;
	}
	header div.colonne-menu{
		padding-bottom: 120px;
		padding-top: 50px;
	}
	section#pages div.two_col div.colonne{
		width: 100%;
	}
	section#pages div.equipe div.colonne{
		width: 50%;
	}
	section#pages button:not(.slick-arrow){
		display: block;
		margin-bottom: 10px;
		clear: both;
	}
	section#pages div.nous-joindre div.colonne:first-of-type{
		width: 100%;
	}
	section#pages div.nous-joindre div.colonne:last-of-type{
		width: 100%;
	}
	section#pages.culture div.container-droite div.texte {
		width: 100%;
		margin-top: 150px;
		top: 0;
		transform: none;
		position: relative;
		right: 0;
		padding: 0 6%;
		padding-bottom: 80px;
		height: calc( 100vh - 80px);
	}
	section#pages div.ranger-barre{
		padding: 15px 6%;
	}
	section#pages div.ranger-barre div.colonne-barre{
		padding: 0 10px;
	}
	section#pages div.reperes-culturel {
		padding: 0 6%;
	}
	section#pages div.ranger-carousel-three-column{
		padding: 0 6%;
		margin-top: 100px;
	}
	section#pages div.full-width {
		margin-top: 50px;
	}
	section#pages div.lire {
		width: 100%;
		padding: 0 6%;
		margin-top: 167px;
	}
	section#pages div.ranger.untiers_deuxtiers div.colonne:last-of-type {
		width: 100%;
	}
	.page-formation-et-accompagnement section#pages div.ranger.untiers_deuxtiers div.colonne:last-of-type {
		padding-right: 0px;
	}
	body.page-mathematique section#pages div.ranger.untiers_deuxtiers:nth-child(even) img{
		margin-left: 0;
	}
	body.page-amenagements-culturels section#pages div.ranger.untiers_deuxtiers:nth-child(odd) img{
		margin-left: 0;
	}
	body.page-amenagements-culturels section#pages div.ranger.untiers_deuxtiers div.colonne:first-of-type img{
		width: 100%;
	}
	section#pages.culture div.container-droite{
		height: calc( 100vh + 80px);
		overflow-y: scroll;
	}
	section#pages .recherche div.colonne:last-of-type {
		flex-direction: row;
		justify-content: flex-end;
		float: right;
		width: 100%;
	}
	section#pages .recherche div.colonne{
		width: 100%;
		margin-bottom: 10px;
	}
	section#pages div.ranger.troiscinquieme_deuxcinquieme div.colonne:first-of-type{
		width: 100%;
		padding-right: 0;
	}
	section#pages div.ranger.troiscinquieme_deuxcinquieme div.colonne:last-of-type{
		width: 100%;
	}
	section#pages div.ranger.videos div.colonne:first-of-type{
		width: 100%;
	}
	section#pages div.ranger.videos div.colonne:last-of-type{
		width: 100%;
		padding-left: 0;
	}
	section#pages div.ranger.realisations div.ranger div.colonne{
		width: 50%;
	}
	section#pages div.popup-repere{
		padding: 15px;
	}
	section#pages div.popup-repere div.ranger{
		padding: 0;
	}
	section#pages div.popup-repere div.colonne:first-of-type {
		width: 100%;
		padding: 10px;
		border-right: none;
	}
	section#pages div.popup-repere div.colonne:last-of-type {
		width: 100%;
		padding: 10px;
	}
	section#pages div.popup-repere{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	header div.colonne-header{
		width: 100px;
	}
	section#accueil div.container-accueil {
		margin-left: 100px;
		width: calc( 100% - 100px );
	}
	section#accueil-mobile{
		display: block;
	}
	section#accueil{
		display: none;
	}
	header{
		display: none;
	}
	div#header{
		display: block;
	}
	div#menu-mobile{
		display: block;
	}
	section#pages div.equipe div.colonne{
		width: 100%;
	}
	section#pages .container-droite {
		width: calc(100% - 0px);
		margin-left: 0;
		padding-left: 0;
	}
	section#pages .container-droite.padding {
		padding: 100px 30px;
	}
	section#pages{
		margin-top: 80px;
	}
	section#pages .recherche{
		display: none;
	}
	.container{
		padding: 0 30px;	
	}
	section#pages div.ranger{
		padding: 0 6%;
	}
	section#pages div.ranger.papier div.colonne:first-of-type{
		width: 100%;
		padding-left: 0;
	}
	section#pages div.ranger.papier{
		padding: 0 6%;
	}
	section#pages div.ranger.papier div.colonne:last-of-type {
		width: 200px;
		padding-left: 0;
	}
	section#pages div.document div.colonne:last-of-type{
		width: 100%;
		justify-content: center;
	}
	section#pages div.document div.colonne:first-of-type {
		width: calc( 100% - 0px );
		padding-left: 0px;
	}
	section#pages div.document div.colonne:last-of-type button {
		float: none;
		margin-top: 1em;
	}
	section#pages div.ranger.ressource div.colonne:first-of-type {
		width: 100%;
		padding-left: 0px;
	}
	section#pages div.ranger.ressource div.colonne:first-of-type img{
		max-width: 200px;
	}
	section#pages div.ranger.ressource div.colonne:last-of-type {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 50px;
	}
	section#pages div.ranger.ressource:nth-child(2n) div.colonne:last-of-type {
		padding-left: 0px;
		padding-right: 0px;
	}
	section#pages div.ranger.ressource:nth-child(2n) {
		padding: 50px 6% 0 6%;
	}
	section#pages div.ranger {
		width: calc( 100% + 0px );
		margin-left: -0px;
		margin-right: -0px;
		padding: 50px 6% 0 6%;
	}
	section#pages div.two_col div.colonne{
		padding: 0;
	}
	section#pages div.full-width-video{
		width: 100%;
		padding: 6%;
	}
	section#pages .titre h1{
		font-size: 36px;
	}
	
	.page-a-propos section#pages div.ranger {
		width: calc( 100% + 0px );
		margin-left: -0px;
		margin-right: -0px;
	}
	section#pages h2 br{
		display: none;
	}
	section#pages div.ranger.papier:nth-child(4n + 2) div.colonne:first-of-type, section#pages div.ranger.papier:nth-child(4n + 4) div.colonne:first-of-type{
		padding-right: 0;
		padding-left: 0;
	}
	section#pages div.ranger.untiers_deuxtiers {
		padding: 0 30px 0 30px;
	}
	section#pages div.ranger {
		padding: 50px 30px 0 30px;
	}
	section#pages div.ranger.ressource:nth-child(2n) {
		padding: 50px 30px 0 30px;
	}
	section#pages.culture div.container-droite div.texte{
		padding: 0 30px;
	}
	section#pages div.ranger-carousel-three-column{
		padding: 0 30px;
	}
	section#pages div.reperes-culturel{
		padding: 0 30px;
	}
	footer div.container-droite {
		width: calc(100%);
		margin-left: 0;
	}
	footer div.container-droite div.colonne-infolettre button {
		font-size: 10px;
		border-radius: 10px;
		padding: 2px 5px;
	}
	footer div.container-droite div.colonne-logo{
		width: 25%;
	}
	footer div.container-droite div.colonne-infolettre{
		width: 50%;
		padding-right: 30px;
	}
	section#pages div.nous-joindre div.ranger{
		padding: 0;
	}
	section#pages div.nous-joindre div.ranger div.colonne{
		padding: 0;
	}
	section#pages div.nous-joindre div#form{
		margin-top: 30px;
	}
	section#pages div.infolettre div.container{
		padding: 0;
	}
	section#pages div.prev-page p{
		margin-left: 40px;
	}
	section#pages div.ranger.untiers_deuxtiers div.colonne:first-of-type {
		width: 100%;
	}
	body.page-mathematique section#pages div.ranger.untiers_deuxtiers div.colonne:first-of-type img{
		width: 100%;
	}
	section#pages div.full-width {
		margin-top: 130px;
		padding-left: 0;
	}
	section#pages.culture div.container-droite {
		background-position: -100px;
	}
	section#pages .slider-citation{
		margin: 50px 40px;
		width: calc( 100% - 80px);
	}
	section#pages .slider-citation .slick-prev {
		left: 8px;
	}
	section#pages .slider-citation .slick-next {
		right: 8px;
	}
	section#pages.culture div.container-droite div.texte a{
		padding-right: 30px;
	}
	section#pages .slide-three-columns div.colonne img{
		box-shadow: none;
	}
}
@media only screen and (max-width: 480px) {
	header div.colonne-header{
		width: 70px;
		padding: 50px 2px 120px;
	}
	section#accueil div.container-accueil {
		margin-left: 70px;
		width: calc( 100% - 50px );
	}
	section#accueil .slick-next {
		right: 18px;
	}
	section#accueil div.container-accueil h2{
		font-size: 22px;
		line-height: 26px;
	}
	section#accueil .slick-prev, section#accueil .slick-next{
		top: 80px;
	}
	section#accueil div.container-accueil div.colonne div.texte{
		bottom: 120px;
	}
	
}
@media only screen and (max-width: 330px) {
	header div.colonne-menu.open{
		min-width: 240px;
	}
	section#accueil div.container-accueil div.colonne div.texte div.hover-texte{
		font-size: 14px;
		line-height: 16px;
	}
}

/* Menu formation */
header div.colonne-menu.primary-nav--formation {
	overflow: auto;
	width: 272px;
	padding: 73px 20px 60px 40px;
}

header nav#menu.primary-nav__formation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


header nav#menu.primary-nav__formation .menu {
	padding: 40px 0;
}

.primary-nav--formation .learndash-wrapper a {
	padding: 12px 30px;
	border-radius: 46px;
	font-size: 16px;
	margin-top: 40px;
}

section#pages .formation-listing {
	max-width: 1600px;
	width: calc( 100% - 40px );
	margin: 0 auto;
}

section#pages .learndash-login {
	padding-top: 80px;
	padding-left: 205px;
	padding-right: 80px;
}

.container-with-background {
	background-color: #30D4B0;
	border-radius: 32px;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	overflow: hidden;
}

.container-with-background::before {
	content: '';
	position: absolute;
	background-image: url( 'images/logo-couleurs.svg' );
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.3;
    width: 708px;
    height: 748px;
    z-index: 0;
    bottom: -210px;
    right: -210px;
}

.container-with-background__content {
	max-width: 934px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

#pages .container-with-background__content form input {
	height: 58px;
	border-radius: 8px;
	border: 0;
}

#pages .container-with-background__content form {
	width: calc(100% - 40px);
}

#pages .container-with-background__content form input::placeholder {
	color: #231F20;
	font-weight: 700;
}

#pages .container-with-background__content form textarea {
	border-radius: 8px;
	border: 0;
	height: 400px;
	padding-top: 18px;
}

#pages .container-with-background__content form textarea::placeholder {
	color: #231F20;
	font-weight: 700;
}

#pages .container-with-background__content form .frm_checkbox input {
	height: 16px;
	width: 16px;
}

#pages .container-with-background__content form .frm_submit {
	width: 100%;
	text-align: center;
}

#pages .container-with-background__content form .frm_submit button {
	border: 2px solid white;
	background-color: transparent;
	border-radius: 45px;
	font-size: 16px;
}

/* Learndash forms */

.container-with-background__content .learndash-wrapper #learndash-registration-wrapper form input {
	height: 58px;
	border-radius: 8px;
	border: 0;
}

.container-with-background__content .learndash-wrapper #learndash-registration-wrapper form p {
	display: flex;
	flex-direction: column;
}

.container-with-background__content .learndash-wrapper #learndash-registration-wrapper form p:last-child {
	margin-bottom: 0;
}

.container-with-background__content .learndash-wrapper #learndash-registration-wrapper form #wp-submit {
	padding: 12px 24px;
	font-size: 16px;
	border-radius: 46px;
	border: 2px solid white;
	color: white;
	width: auto;
	margin: 0 auto;
	background-color: transparent;
	transition: 0.4s;
	margin-top: 0;
}

.container-with-background__content .learndash-wrapper #learndash-registration-wrapper form #wp-submit:hover {
	background-color: white;
	color: black;
}

#learndash-registration-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* learndash filter listing */

.formation-listing .learndash-course-grid-filter {
	max-width: none;
	width: 100%;
	margin-bottom: 62px;
	border: 0;
}

section#pages .formation-listing .learndash-course-grid-filter .buttons button {
	background-color: #30D4B0;
	padding: 18px 30px;
	border-radius: 46px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	font-family: brandon-grotesque, sans-serif;
	border: 2px solid #30D4B0;
	transition: 0.4s;
}

section#pages .formation-listing .learndash-course-grid-filter .buttons button:hover {
	background-color: transparent;
	color:#344290;
}


.formation-listing .learndash-course-grid-filter form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.formation-listing .learndash-course-grid-filter form .buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.formation-listing .learndash-course-grid-filter form .buttons button {
	margin: 0;
	margin-right: 12px;
	height: fit-content;
}

.formation-listing .learndash-course-grid-filter form .buttons button:last-child {
	margin-right: 0;
}

.formation-listing .learndash-course-grid-filter form {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 1024px) {
	.formation-listing .learndash-course-grid-filter form {
		display: flex;
		flex-direction: row;
	}

	section#pages .formation-listing .learndash-course-grid-filter .filter.search {
		display: flex;
		flex-direction: column;
		align-self: center;
	}
	
}

section#pages .learndash-course-grid .pagination .load-more {
	background-color: #30D4B0;
	padding: 18px 30px;
	border-radius: 46px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	font-family: brandon-grotesque, sans-serif;
	border: 2px solid #30D4B0;
	transition: 0.4s;
}

section#pages .learndash-course-grid .pagination .load-more:hover {
	background-color: transparent;
	color:#344290;
}

section#pages .learndash-course-grid-filter .ld_course_category .terms {
	display: flex;
	padding: 0;
	margin-top: 12px;
}

section#pages .learndash-course-grid-filter .ld_course_category label {
	font-size: 24px;
	font-weight: 500;
}

section#pages .learndash-course-grid-filter .ld_course_category .terms label {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}

section#pages .learndash-course-grid-filter .ld_course_category .terms .term {
	margin-right: 12px;
}

/* Learndash course grid style */

.type-sfwd-courses .image img {
	box-shadow: none !important;
	border-radius: 24px;
	height: 282px !important;
	object-fit: cover;
}

.type-sfwd-courses .image {
	overflow: hidden;
	border-radius: 24px;
	transform: scale( 1 );
}

.type-sfwd-courses img {
	transition: 0.4s;
}

.type-sfwd-courses:hover img {
	transform: scale( 1.1 );
}

@media only screen and (min-width: 1200px) {
	.type-sfwd-courses .image img {
		height: 382px !important;
	}
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses {
	border-radius: 24px;
	height: 100%;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .categories {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .categories .icon {
	display: none
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .categories::before {
	content: '';
	background-color: #30D4B0;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	border-radius: 100%;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .author {
	display: none;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .separator {
	display: none;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .entry-title a {
	font-weight: 700;
	font-size: 24px;
	color: #344290;
	line-height: 34px;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .content {
	padding: 38px 40px;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .entry-title {
	margin: 0 !important;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .top-meta {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 30px;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .dashicons {
	background-color: transparent !important;
}

.page-template .learndash-course-grid .items-wrapper .post.type-sfwd-courses .dashicons-clock::before {
	content: '';
	background-image: url('images/sablier.svg');
	background-size: cover;
	background-position: center;
	width: 18px;
	height: 24px;
	display: inline-block;
}

/* Bloc fullwidth background */

.container-fullwidth-background {
	padding: 120px 40px;
	background-color: #F1F1F1;
	width: 100%;
	z-index: 1;
}

.container-fullwidth-background h1, .container-fullwidth-background h2 .container-fullwidth-background h3, .container-fullwidth-background h4, .container-fullwidth-background h5, .container-fullwidth-background h6, .container-fullwidth-background p {
	width: 100% !important;
}

.container-fullwidth-background h1.has-x-large-font-size {
	margin: 20px 0;
}

.container-fullwidth-background .has-text-align-center {
	text-align: center !important;
}

.container-fullwidth-background.radius-border-bottom {
	border-radius: 0 0 124px 124px;
}

@media only screen and (min-width: 780px) {
	.container-fullwidth-background {
		padding: 120px 80px;
	}
}

.container-fullwidth-background div {
	width: 100%;
}

.container-gradient-background {
	border-radius: 32px;
	padding: 72px 80px;
	background: linear-gradient(180deg, rgba(49,207,181,1) 0%, rgba(64,135,254,1) 100%);
}

.page-template-page-bloc-gutenberg .entry-content {
	margin: 0 auto;
}

.page-template-page-bloc-gutenberg section#pages .wp-block-media-text__media img{
	box-shadow: none;
}

.page-template-page-bloc-gutenberg section#pages .wp-block-media-text__media img{
	box-shadow: none;
}

.page-template-page-bloc-gutenberg h2 {
	font-size: 36px;
	line-height: 52px;
}

/* Bloc Slider Images */

.images-swiper-container {
	position: relative;
	width: 100%;
}

section#pages .images-swiper-container.images-swiper-small .images-swiper .swiper-wrapper img {
	object-fit: contain;
}

.images-swiper .swiper-slide {
	display: flex;
	flex-direction: column;
}

.images-swiper h3 {
	margin: 0;
	margin-bottom: 12px;
}

.images-swiper span {
	margin-bottom: 12px;
}

section#pages .images-swiper .swiper-wrapper .swiper-slide img {
	box-shadow: none;
	width: 100%;
	object-fit: cover;
}

section#pages .images-swiper {
	padding: 0 40px;
}

@media screen and (min-width:600px) {
	section#pages .images-swiper {
		padding: 0 60px;
	}
}

.swiper-button-prev::after {
	display: none;
}

.images-swiper-container .swiper-button-prev {
	width: 40px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: white;
}

.swiper-button-prev::before {
	content: '';
	background-image: url( 'images/fleche_carrousel_gauche.svg' );
	width: 28px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
}

.swiper-button-next::after {
	display: none;
}

.images-swiper-container .swiper-button-next {
	width: 40px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	background-color: white;
}

.swiper-button-next::before {
	content: '';
	background-image: url( 'images/fleche_carrousel_droite.svg' );
	width: 28px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width:600px) {
	.images-swiper-container .swiper-button-next {
		width: 60px;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 1;
		background-color: white;
	}

	.images-swiper-container .swiper-button-prev {
		width: 60px;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background-color: white;
	}

	.swiper-button-prev::before {
		content: '';
		width: 42px;
		height: 32px;
	}

	.swiper-button-next::before {
		content: '';
		width: 42px;
		height: 32px;
	}
}

.container-wide {
	max-width: 1600px;
	width: calc( 100% - 40px );
	margin: 0 auto;
}

.page-template-page-bloc-gutenberg h1, .page-template-page-bloc-gutenberg h2, .page-template-page-bloc-gutenberg h3, .page-template-page-bloc-gutenberg h4, .page-template-page-bloc-gutenberg h5, .page-template-page-bloc-gutenberg h6, .page-template-page-bloc-gutenberg p {
	max-width: 1600px;
	width: calc( 100% - 40px );
}

.is-layout-flex {
	max-width: 1600px;
	width: calc( 100% - 40px );
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 1124px) {
	.is-layout-flex {
		display: flex;
		flex-direction: row;
	}
}

.page-template-page-bloc-gutenberg .entry-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Bloc overlap content */

.overlap-content-container {
	margin: 60px 0;
	width: 100%;
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.overlap-content-container::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #F1F1F1;
	top: 40px;
	left: 0;
	z-index: -1;
}

.overlap-content-container iframe {
	width: 1000px;
}

.overlap-content-container .player {
	max-width: none;
}


/* Bloc Thumbnail video */
.thumbnail-video-container {
	position: relative;
	max-width: 1000px;
	width: calc( 100% - 40px );
    height: 350px;
}

.thumbnail-video-container.thumbnail-video-radius {
	border-radius: 32px;
	overflow: hidden;
}

.thumbnail-video-container iframe {
	width: 100%;
    height: 350px;
}

@media only screen and (min-width: 1024px) {
	.thumbnail-video-container {
		height: 550px;
	}

	.thumbnail-video-container iframe {
		height: 550px;
	}
}

.thumbnail-video-filter .thumbnail-video__overlay {
	background: linear-gradient(180deg, rgba(49,207,181,1) 0%, rgba(64,135,254,1) 100%);
}

.thumbnail-video-filter .thumbnail-video__overlay img {
	opacity: 0.6;
}

.thumbnail-video__overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-video__overlay img {
	pointer-events: none;
    object-fit: cover;
    height: 100%;
    width: 100%;
	box-shadow: none !important;
}

.thumbnail-video__play-btn {
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #30D4B0 !important;
	border-radius: 100px !important;
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.thumbnail-video__play-btn::after {
	content: '';
	background-image: url('images/btn-play.svg');
	background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    background-size: contain;
}

.wp-block-columns.has-background {
	padding: 0;
}

section#pages .wp-block-columns.has-background img {
	box-shadow: none;
}

section#pages .wp-block-columns.has-background .wp-block-image {
	margin: 0;
}

ol li::marker {
	padding-right: 10px;
}

ol li {
	margin-bottom: 18px;
}

ol {
	padding-left: 60px;
}

ul li {
	margin-bottom: 18px;
	font-size: 16px;
}

ul li::marker {
	font-size: 10px;
}

section#pages .wp-block-columns li {
	font-size: 16px;
}

/* featured-formation-block */

.featured-formation-block .featured-formation-categories::before {
	content: '';
	display: inline-block;
	background-color: #30D4B0;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin-right: 20px;
}

.featured-formation-block .featured-formation-categories {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.featured-formation-block .featured-formation-categories span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 5px;
}

@media only screen and (min-width: 780px) {
	.featured-formation-block .featured-formation-categories span {
		font-size: 24px;
	}
}


.featured-formation-block .featured-formation-categories span::after {
	content: ', ';
}

.featured-formation-block .featured-formation-categories span:last-child::after {
	display: none;
}

.featured-formation-block .featured-formation-title {
	font-size: 48px;
	color: #344290;
	font-weight: 700;
	line-height: 52px;
	margin: 40px 0;
}

@media only screen and (min-width: 780px) {
	.featured-formation-block .featured-formation-title {
		font-size: 72px;
		line-height: 82px;
	}
}

.featured-formation-block .featured-formation-description p {
	font-size: 18px;
	line-height: 26px;
}

@media only screen and (min-width: 780px) {
	.featured-formation-block .featured-formation-description p {
		font-size: 24px;
		line-height: 36px;
	}
}

.featured-formation-btn-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

@media only screen and (min-width: 780px) {
	.featured-formation-btn-wrapper {
		flex-direction: row;
		align-items: center;
	}
}

.featured-formation-btn-wrapper .featured-formation-permalink {
	padding: 18px 30px;
	background-color: #30D4B0;
	color: white;
	font-weight: 700;
	border-radius: 46px;
	text-decoration: none;
	margin-bottom: 30px;
}

@media only screen and (min-width: 780px) {
	.featured-formation-btn-wrapper .featured-formation-permalink {
		margin-right: 30px;
		margin-bottom: 0;
	}
}

.featured-formation-btn-wrapper .featured-formation-additionnal-link {
	color:#344290;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.featured-formation-btn-wrapper .featured-formation-additionnal-link::after {
	content: '';
	background-image: url( 'images/flechedroite.svg' );
	background-size: cover;
	background-repeat: no-repeat;
	width: 24px;
	height: 18px;
    filter: invert(71%) sepia(38%) saturate(1677%) hue-rotate(-177deg) brightness(80%) contrast(89%);
	margin-left: 10px;
}

.featured-formation__caracteristics {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	max-width: 600px;
}

.featured-formation__caracteristics span {
	width: 100%;
	color: #523B77;
	font-weight: 500;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

@media only screen and (min-width: 780px) {
	.featured-formation__caracteristics {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.featured-formation__caracteristics span {
		width: calc(50% - 10px);
	}
}

.featured-formation__caracteristics span::before {
	content: '';
	background-image: url( 'images/checkmark.svg' );
	background-size: contain;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

/* Animated numbers bloc */

.number-animation-bloc {
	width: 100%;
	padding: 120px 0;
	overflow: hidden;
	position: relative;
}

.number-animation-bloc .number-animation-bloc__container {
	position: relative;
	max-width: 1600px;
	width: calc( 100% - 40px );
	margin: 0 auto;
}

.number-animation-bloc__container__content {
	position: relative;
	z-index: 2;
	max-width: 1200px;
    margin-left: 0;
    padding: 20px 0;
}

.number-animation-bloc__number-bubble {
	background-color: #30D4B0;
	color: white;
	width: 220px;
	height: 220px;
	border-radius: 100%;
	margin-bottom: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.number-animation-bloc__container__content h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 20px;
	width: 100%;
}

.number-animation-bloc__container__numbers {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

section#pages .number-animation-bloc .number-animation-bloc__container img {
	display: none;
}

.number-bubble__number {
	font-size: 28px;
	font-weight: 700;
}

.number-bubble__text {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.number-bubble__number {
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}

@media only screen and (min-width: 685px) {
	.number-bubble__number {
		font-size: 28px;
	}

	.number-bubble__text {
		font-size: 14px;
	}

	.number-animation-bloc__number-bubble{
		width: 140px;
		height: 140px;
		margin-right: 20px;
	}

	.number-animation-bloc__container__content {
		margin-left: 140px;
	}

	.number-animation-bloc__container__numbers {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	section#pages .number-animation-bloc .number-animation-bloc__container img {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.5;
		width: 266px;
		border-radius: 64px;
		height: 100%;
		object-fit: cover;
		z-index: 1;
		box-shadow: none;
	}
}

@media only screen and (min-width: 1200px) {
	.number-animation-bloc::after {
		content: '';
		background-image: url( 'images/cercle.svg' );
		width: 400px;
		height: 400px;
		position: absolute;
		right: -33px;
		bottom: 38px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.number-animation-bloc::before {
		content: '';
		background-image: url( 'images/cercle.svg' );
		width: 140px;
		height: 140px;
		position: absolute;
		right: 300px;
		bottom: -64px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.number-bubble__number {
		font-size: 48px;
	}

	.number-bubble__text {
		font-size: 24px;
	}

	.number-animation-bloc__container__content {
		max-width: 1200px;
		margin-left: 420px;
		padding: 60px 0;
	}

	.number-animation-bloc__number-bubble {
		width: 220px;
		height: 220px;
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.number-animation-bloc__container__content h2 {
		font-size: 48px;
		line-height: 68px;
		margin-bottom: 40px;
	}

	.number-animation-bloc__container__numbers {
		margin-top: 40px;
	}
	
	section#pages .number-animation-bloc .number-animation-bloc__container img {
		width: 466px;
	}
}


.number-animation-bloc__container__content p {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
}

.number-animation-bloc__number-bubble:last-child {
	margin-right: 0;
}

/* Radius Image Bloc */

.radius-image-bloc {
	width: 100%;
	height: 578px;
	border-radius: 32px;
	object-fit: cover;
	box-shadow: none !important;
}

/* Testimonials Bloc */

.testimonials-block {
	background-color: #FBFBFB;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.testimonials-block-container {
	max-width: 1600px;
	width: calc(100% - 40px);
	margin: 120px 0;
	margin: 0 auto;
	padding: 120px 0 0 0;
}

.testimonials-block.testimonials-overlap-style {
	margin-top: -120px;
	padding-top: 120px;
	z-index: 0;
}

.testimonials-block .testimonials-block__tag::before {
	content: '';
	width: 32px;
	height: 32px;
	background-color: #30D4B0;
	border-radius: 100%;
	margin-right: 20px;
}

.testimonials-block .testimonials-block__tag {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
}

.formation-btn {
	background-color: #30D4B0;
	border-radius: 46px;
	color: white;
	padding: 18px 30px;
	font-size: 16px;
	line-height: 23px;
	font-weight: 700;
	text-decoration: none;
	border: 2px solid #30D4B0;
	transition: 0.4s;
}

.formation-btn:hover {
	background-color: transparent;
	color: #344290;
}

.testimonials-block__testimonials-wrapper {
	display: flex;
	flex-direction: column;
}

.testimonials-wrapper__tesimonial {
	width: 100%;
	background-color: white;
	border-radius: 24px;
	position: relative;
	padding: 80px 15px 42px 15px;
	margin-bottom: 164px;
	box-shadow: 1px 1px 37px -29px rgba(0,0,0,0.75);
	-webkit-box-shadow: 1px 1px 37px -29px rgba(0,0,0,0.75);
	z-index: 1;
}

.testimonials-block .testimonials-block__top-info {
	display: flex;
	flex-direction: column;
	margin-bottom: 144px;
}

.top-info__custom-link {
	width: fit-content;
}

.testimonials-block h2 {
	font-size: 32px;
	line-height: 38px;
	color: #344290;
	max-width: 800px;
}

.testimonials-block .testimonials-block__tag {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 18px;
	font-weight: 500;
}

.testimonials-block::before {
	content: '';
	background-image: url('images/cercle.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 800px;
	height: 800px;
	position: absolute;
	right: -400px;
	bottom: -250px;
	z-index: 0;
}

.testimonials-block::after {
	content: '';
	background-image: url('images/cercle.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	right: 262px;
	bottom: 434px;
	z-index: 0;
}

@media only screen and (min-width: 800px) {
	.testimonials-wrapper__tesimonial {
		padding: 80px 40px 42px 40px;
	}

	.testimonials-block h2 {
		font-size: 48px;
		line-height: 68px;
	}

	.testimonials-block .testimonials-block__tag {
		font-size: 24px;
		line-height: 34px;
	}
}

@media only screen and (min-width: 1200px) {
	.testimonials-block__testimonials-wrapper {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.testimonials-wrapper__tesimonial {
		width: calc( 50% - 40px );
	}

	.testimonials-block .testimonials-block__top-info {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

.testimonials-wrapper__tesimonial img {
	position: absolute;
	height: 124px !important;
	width: 124px !important;
	border-radius: 24px;
	object-fit: cover;
	top: -84px;
	left: 40px;
	box-shadow: none !important;
}

.testimonials-wrapper__tesimonial .tesimonial__text {
	color: #344290;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	width: 100%;
}

.tesimonial__person-info-wrapper {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.tesimonial__name {
	font-size: 18px;
	font-weight: 500;
	color: black;
	margin-bottom: 5px;
}

.tesimonial__title {
	color: #676767;
	font-size: 14px;
	font-weight: 400;
}

/* Block styled link */

.styled-link {
	display: flex;
    margin: 0 auto;
    width: max-content;
}

/* Learndash Courses and Lecons */

.learndash-courses-single-header-container {
	max-width: 1600px;
	width: calc( 100% - 40px );
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

section#pages .learndash-courses-single-header__image {
	width: 100%;
	box-shadow: none;
	height: 378px;
	border-radius: 32px;
	object-fit: cover;
}

@media only screen and (min-width: 1024px) {
	.learndash-courses-single-header-container {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}

	section#pages .learndash-courses-single-header__image {
		width: calc( 50% - 45px ) !important;
		height: 578px;
	}
}


.learndash-shortcode-wrap {
	max-width: 1600px;
	width: calc( 100% - 40px );
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

.learndash-courses-single-header {
	background-color: #F1F1F1;
	padding: 120px 0;
}

.learndash-custom-single-header {
	padding: 60px 0;
	min-height: 320px;
	display: flex;
    align-items: center;
	background-size: cover;
	background-position: center;
}

.learndash-courses-header-custom-text {
	max-width: 1600px;
	width: calc( 100% - 40px );
	margin: 0 auto;
}

.learndash-courses-single-header h1 {
	color: #344290;
	font-weight: 700;
}

.learndash-courses-single-header-categories {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.learndash-courses-single-header-categories::before {
	content: '';
	display: inline-block;
	background-color: #30D4B0;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	margin-right: 20px;
}

.learndash-courses-single-header-categories span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 5px;
}

.single-sfwd-courses .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
	padding: 1.5em 1em;
}

.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar {
	height: 12px;
}

.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
	height: 12px;
	background-color: #30D4B0;
}

.learndash-courses-single-description {
	font-size: 24px;
	line-height: 36px;
	font-weight: 500;
}

.learndash-courses-single-header__col {
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.learndash-courses-single-header__col {
		width: calc( 50% - 45px );
	}
}

.wpProQuiz_content {
	max-width: 1600px;
	width: calc( 100% - 40px );
	margin: 0 auto;
}

.ld-tabs-content {
	max-width: 1600px;
	width: calc( 100% - 40px );
	margin: 0 auto;
}

.learndash-wrapper .ld-breadcrumbs span a {
	font-size: 16px;
	color: #344290 !important;
}

.learndash-wrapper .learndash-wrapper .ld-breadcrumbs, .learndash-wrapper .learndash-wrapper .ld-lesson-status {
	background-color: #F1F1F1;
	border-radius: 0;
	margin-bottom: 80px;
}

.learndash-wrapper .learndash-wrapper .ld-breadcrumbs {
	display: none;
}

.wpProQuiz_button {
	font-size: 16px !important;
	margin: 0 auto !important;
	padding: 18px 30px !important;
}

.wpProQuiz_questionListItem label {
	font-size: 16px !important;
	font-weight: 500 !important;
}

.wpProQuiz_questionList.disabled-incorect-answer .is-selected {
	border-color: #00c349 !important;
	background-color: #00c349 !important;
	color: white !important;
}

.wpProQuiz_question_text p {
	font-size: 24px !important;
	font-weight: 500 !important;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-bar {
	width: 100%;
}

.learndash-wrapper #learndash-reset-password-wrapper form input {
	height: 58px !important;
	border-radius: 8px !important;
}

.learndash-wrapper #learndash-reset-password-wrapper form input[type=submit] {
	background-color: #30D4B0;
	padding: 18px 30px;
	border-radius: 46px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	font-family: brandon-grotesque, sans-serif;
	border: 2px solid #30D4B0;
	transition: 0.4s;
	width: max-content;
	margin: 0 auto;
}

.learndash-wrapper #learndash-reset-password-wrapper form input[type=submit]:hover {
	background-color: transparent;
	color:#344290;
}

.learndash-wrapper .ld-alert-warning .ld-alert-icon {
	background-color: transparent !important;
}

.wpProQuiz_incorrect span:first-child {
	display: none;
}

/* Learndash chapiter list */
.ld-table-list-items .ld-table-list-item-preview .ld-topic-title {
	font-weight: 800;
}

.ld-table-list-items .ld-table-list-item-quiz {
	padding-left: 24px;
}

/* Custom back to course btn */

.back-to-course-container {
	width: calc( 100% - 40px );
    display: flex;
	flex-direction: row;
	margin: 0 auto;
	margin-top: 48px;
}

.back-to-course {
	background-color: #00b5b2;
	color: white;
	border-radius: 20px;
	text-decoration: none;
	font-weight: 800;
	font-size: 16px;
	position: relative;
	display: flex;
	flex-direction: row;
	width: fit-content;
	margin-right: auto;
	padding: 18px 30px;
}

.back-to-course:before {
	content:'';
	background-image: url( 'images/arrow-white-down.svg' );
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(90deg);
	display: block;
	margin-right: 12px;
}

.back-to-course:hover {
	opacity: 0.85;
	color: white;
}

/* Breadcrumb slider */
.breadcrumb-slider .swiper-slide {
	width: auto;
	color: white;
}

.breadcrumb-slider {
	height: 70px;
	display: table !important;
	margin-top: 16px;
}

.breadcrumb-slider .swiper-wrapper {
	height: 46px !important;
}

.breadcrumb-slider .swiper-pagination {
	bottom: 0 !important;
}

.breadcrumb-slider .swiper-pagination .swiper-pagination-bullet {
	background-color: white;
}

.breadcrumb-slider .swiper-slide a {
	color: white;
	text-decoration: none;
}

/* Block anchors */

.anchors-link-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.anchors-link-wrapper a {
	background-color: #00b5b2;
	color: white;
	border-radius: 20px;
	text-decoration: none;
	font-weight: 800;
	font-size: 16px;
	padding: 18px 30px;
	margin: 12px 12px;
}