/*	Theme Name: Learning Show | Edition 2025
	Theme URI: https://learning-show.com/
	Description: Learning Show
	Version: 6.0
	Author: A l'Encre bleue
	Author URI: https://alencrebleue.com
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,
s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
    color:#606060;
}
body{
	background:#fff;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
ul{
	list-style-type: none;
}
/*------------------------------------*\
    MARGE SUR MENU ADMIN (lorsque le menu est en fixe, il est caché en partie)
\*------------------------------------*/
.logged-in.admin-bar header{
    margin-top: 32px;
}
@media only screen and (min-width: 481px) {
#videomob{
    display: none;
}
}
@media only screen and (max-width: 480px) {
#videodesk{
    display: none;
}
}
/*------------------------------------*\
    LA GRID
\*------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
	width:90%;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row>* {
    float: left;
    width: 100%;
    padding-left: .9375em;
    padding-right: .9375em;
}
.row::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (min-width:1200px) {
.container {
	max-width:1170px;
}
#bandeauexperience .container{
    max-width: 1140px;	
}	
}
@media screen and (min-width:1100px) and (max-width:1199px) {
.container {
	min-width:1060px;
}
#bandeauexperience .container{
    min-width: 1030px;	
}	
}
@media screen and (min-width:720px) and (max-width:1099px) {
#bandeauexperience .container{
	width: calc(90% - 30px);
}	
}
@media screen and (max-width:1099px) {
.container {
	max-width:90%;
}
}
@media screen and (max-width:480px) {
.row > * {
  padding-left: 0;
  padding-right: 0;
}
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* Typo*/

h1{
	font-size:60px;
	line-height:1.15;
	font-weight:700;
	font-style: italic;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
}
h2{
	font-size:40px;
	line-height:1.15;
	font-weight:500;
	text-transform: uppercase;
	color:#705695;
}
h3{
	font-size:24px;
	line-height:1.15;
	font-weight:500;
	text-transform: uppercase;
	color:#705695;
}
h4{
	font-size:20px;
	line-height:1.15;
	font-weight:700;
	text-transform: uppercase;
	color:#705695;
}
p{
	font-size:18px;
	line-height:22px;
	font-weight:400;
}
.btn {
    font-size: 19px;
    line-height: 36px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: max-content;
    padding: 0.2em 1.5em;
    border-radius: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: transparent;
    color: #705695;
    border: 2px solid #705695;
}
.btn:hover {
    background: #705695;
    color: #fff;
}
strong{
	font-weight:700;
}
img{
  display: block;
  margin: auto;
  max-width: 100%;
}
@media screen and (min-width:1200px) {
#intro-page {
    background: url(/wp-content/themes/Learning_Show/images/1440x300px-desktop.jpg) no-repeat center center;
    background-size: cover;
    padding: 170px 0 100px;
}
h1{
	font-size:60px;
}
h2{
	font-size:40px;
}
h3{
	font-size:24px;
}
h4{
	font-size:20px;
}
p{
	font-size:18px;
}
.btn {
    font-size: 19px;
}
}
@media screen and (max-width:1199px) {
h4{
	font-size:18px;
}
}
@media screen and (min-width:481px) and (max-width:1199px) {
#intro-page {
    background: url(/wp-content/themes/Learning_Show/images/800x274px-tablette.jpg) no-repeat center center;
    background-size: cover;
    padding: 140px 0 60px;
}
h1{
	font-size:45px;
}
h2{
	font-size:32px;
}
h3{
	font-size:22px;
}
h4{
	font-size:18px;
}
.btn {
    font-size: 18px;
}	
}
@media screen and (max-width:480px) {
#intro-page {
    background: url(/wp-content/themes/Learning_Show/images/390x134px-mobile.jpg) no-repeat center center;
    background-size: cover;
    padding: 130px 0 40px;
}	
h1{
	font-size:32px;
}
h2{
	font-size:24px;
}
h3{
	font-size:20px;
}
.btn {
    font-size: 16px;
    line-height: 30px;
}
.built img{
  object-fit: contain;
	height:auto;
}
}
/* global box-sizing */
a {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
}
:focus {
    outline: none;
}
/* IMG POUR WISIWYG */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
/* =====================================
             MENU
=======================================*/
/*.menu-open-html, .menu-open-body {
    overflow: hidden;
    height: 100%;
}*/
#top.current {
	overflow: hidden;
}
#top.highlight {
    overflow: hidden;
    position: initial;
}

header{
	width:100%;
	top:0;
    z-index: 11;
	position: fixed;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.home header, .page-id-23222 header{
	background: #fff;
}
#menu-aeb{
	background: #fff;
}
header.hidden {
    transform: translateY(-76px);
}
#menu-aeb *{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#menu-aeb .logactive{
    display:none;
}
#menu-aeb.dynamic .loghead, #menu-aeb.smallogo .loghead{
    display:none;
}
#menu-aeb.dynamic .logactive, #menu-aeb.smallogo .logactive{
    display:block;
}
#menu-aeb .contain{
	width:95%;
	max-width:1680px;
	margin:auto;
	display: flex;
	padding: 1em 0;
	position:relative;
}
.head-left {
    display: flex;
}
.titre {
    color: #705695;
    text-transform: uppercase;
    font-weight: 700;
	align-self: center;
}
.titre span {
    font-weight: 400;
	color:#705695;
}
.titre a {
    color: #705695;
}
.menu{
    display: none;
    position: fixed;
    background: linear-gradient(121deg, #0BFFE9 26.6%, #FF07F4 64.12%);	height: 100%;
    width: 100%;
    z-index: 100;
    left: -100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.menu.active{
    display: block;
    right: 0%;
	left:inherit;
    transition: 0.5s;
}
.menu .wrap {
  height: 100%;
  position: relative;
  text-align: left;
  overflow: scroll;
}
.menu .wrap .mara {
  position: absolute;
  width: max-content;
  padding: 1em 4em;
  z-index: 2;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*.menu .wrap .mara {
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: max-content;
	height: 100%;
	margin:auto;
}*/
.menu .wrap .wrap-nav{
    margin:auto;
}
.menu .wrap #horszone {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.menu .wrap ul li{
    position: relative;
    color: #fff;
    text-transform: uppercase;
	padding:0.5em 0 .25em;
	text-align: center;
}
.menu .wrap ul li a, .itemnolink {
    color: #fff;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
}
.menu .wrap ul li a:hover{
    color: #21024E;
}
.menu .wrap ul li a:hover:after {
    width: 100%;
}

.buttonMenu {
    display: flex;
}
.buttonMenu .text {
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    display: initial;
    padding-left: 0.75em;
    position: relative;
}
.buttonMenu .text a:after {
    position: absolute;
    right: -1.5em;
    top: 0.3em;
    content: url(/wp-content/themes/AEB_AGENCY/images/flower.svg);
    zoom: 0.8;
}
.buttonMenu .text a{
    color: #fff;
}

/* MENU HAMBURGER */
.hamburger {
padding: 2px 15px;
cursor: pointer;
display: inline-block;
overflow: hidden;
background-color: transparent;
}
.buttonMenu .text{
text-align: left;
color:#fff;
font-size: 12px;
padding: 0 15px;
}
.hamburger__container {
width: 36px;
height: 36px;
position: relative;
margin-top:0.25em;
}
.hamburger:hover .hamburger__inner {
transform: translate(-51px, 50%);
opacity: 0;
}
.hamburger:hover .hamburger__inner::before,
.hamburger:hover .hamburger__inner::after {
transform: translate(102px, 0);
opacity: 0;
}
.hamburger.is-active .hamburger__inner {
display: none;
}
.hamburger__inner {
width: 35px;
height: 5.5px;
background-color: #705695;
border-radius: 10px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
top: 50%;
transform: translate(0, -50%);
opacity: 1;
}
.hamburger__inner::before,
.hamburger__inner::after {
width: 25px;
height: 5.5px;
background-color: #705695;
border-radius: 10px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
content: "";
opacity: 1;
}
.hamburger__inner::before {
top: -14px;
}
.hamburger__inner::after {
top: 14px;
}
.hamburger:hover .hamburger__hidden {
opacity: 1;
transform: translate(0, -50%);
}
.hamburger:hover .hamburger__hidden::before,
.hamburger:hover .hamburger__hidden::after {
opacity: 1;
transform: translate(0, 0);
}
.hamburger.is-active .hamburger__hidden {
opacity: 1;
transform: rotate(45deg);
}
.hamburger.is-active .hamburger__hidden::before {
transform: translate(0, 14px) rotate(90deg);
transform-origin: center;
}
.hamburger.is-active .hamburger__hidden::after {
transform-origin: center;
transform: translate(0, -14px) rotate(0);
}
.hamburger__hidden {
opacity: 0;
width: 100%;
height: 5.5px;
background-color: #705695;
border-radius: 10px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
top: 50%;
transform: translate(51px, -50%);
}
.hamburger__hidden::before,
.hamburger__hidden::after {
width: 100%;
height: 5.5px;
background-color: #705695;
border-radius: 4px;
position: absolute;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.4s;
content: "";
transform: translate(102px, 0);
}
.hamburger__hidden::before {
top: -14px;
}
.hamburger__hidden::after {
top: 14px;
}
.hamburger.is-active .hamburger__hidden, .hamburger.is-active .hamburger__hidden::before, .hamburger.is-active .hamburger__hidden::after {
width: 25px;
height: 5px;
}
.hamburger.is-active .hamburger__hidden {
opacity: 1;
transform: rotate(45deg);
left: 10px;
top: 23px;
}
.hamburger.is-active .hamburger__hidden::before {
  top: -26px;
  left: -10px;
}
.hamburger.is-active .hamburger__hidden::after {
  top: 14px;
  left: 2px;
}
/*#entete .nav-site{
	top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.nav-site {
    display: inline-flex;
    align-self: center;
    position: absolute;
    right: 0;
}*/
.head-right{
    position: absolute;
    right: 0;
    display: inline-flex;
}
.smallogo .head-right{
	padding: 0;	
}
/* HEADER - BTN BILLETTERIE / PROGRAMME */
.butt {
    align-self: center;
    display: inline-flex;
}
.butt a.btn-header, footer .btn {
	background: transparent;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.24px;
    border-radius: 30px;
    padding: 6px 18px;
	font-weight:400;
}
.butt a.btn-header{
    color: #705695;
	border:2px solid #705695;
}
footer .btn {
    color: #fff;
    border: 2px solid transparent;
    background-image: linear-gradient(#21024E, #21024E), linear-gradient(121deg, #0BFFE9 26.6%, #FF07F4 64.12%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.butt a.btn-header:hover, footer .btn:hover {
    background:  #705695;
	color: #fff;
}
/* HEADER - SPRITE RESEAUX SOCIAUX */
.rsHead{
	height:41px;
}
.menu-rs {
    display: inline-flex;
}
.menu-rs a{
    margin-left:.35em;
}
.sprites {
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/Learning_Show/images/sprite-landing.svg) no-repeat center center;
    display: inline-block;
}
.sprites:hover {
    background: url(/wp-content/themes/Learning_Show/images/sprite-landing-hover.svg) no-repeat center center;
}
.spritesfooter {
    width: 42px;
    height: 42px;
	background: url(/wp-content/themes/Learning_Show/images/sprite-footer.svg) no-repeat center center;
    display: inline-block;
}
.spritesfooter:hover {
    background: url(/wp-content/themes/Learning_Show/images/sprite-landing.svg) no-repeat center center;
}
.rs-facebook, .rs-facebook:hover {
    background-position: 0 0;
}
.rs-twitter, .rs-twitter:hover {
    background-position: -57px 0;
}
.rs-linkedin, .rs-linkedin:hover {
    background-position: -115px 0;
}
.rs-youtube, .rs-youtube:hover {
    background-position: -172px 0;
}
@media only screen and (min-width: 1025px) {
header {
    position: fixed;
}
.hamburger__inner, .hamburger__hidden,
.hamburger__hidden::after {
    width: 40px;
    height: 5.5px;
}
.hamburger__hidden::before {
    width: 27px;
    height: 5.5px;
}
.hamburger__inner::before, .hamburger__inner::after {
	width:27px;
    height: 5.5px;
}
#incris-menu, .resoc{
	display: none;
}
.titre {
    margin-left: 1rem;
    font-size: 36px;
}
.butt a.btn-header {
    margin-right: 0.5em;
}
}
@media only screen  and (max-width: 1024px) {
.menu.active {
    width: 100%;
}
.nav-site a.billetterie{
	display: none;
}
#menu-aeb .logo-site .logactive {
    display: block;
    max-height: 53px;
}
#menu-aeb .loghead{
    display: none;
}
.nav-site {
    width: 40px;
}
.hamburger__inner, .hamburger__inner::before, .hamburger__hidden, .hamburger__hidden::before,
.hamburger__hidden::after {
    width: 35px;
    height: 5px;
}
.hamburger__inner::after {
	width: 25px;
    height: 5px;
}
.hamburger__inner::before {
	width: 25px;
    height: 5px;
}
#menu-aeb{
    position: fixed;
    z-index: 9999;
    width: 100%;
}
.home #menu-aeb, .page-id-23222 #menu-aeb{
	box-shadow: none;
}
header.hidden {
    transform: translateY(-85px);
}
.menu .wrap {
    padding: inherit;
    background: linear-gradient(121deg, #0BFFE9 26.6%, #FF07F4 64.12%);
}
.menu .wrap .wrap-nav {
    width: max-content;
}
.menu .wrap .resoc{
    display: block;
    margin: auto;
    width: max-content;
	/*margin-left: 5.5em;*/
}
.wrap a.billetterie {
    background: #00E5FF;
    color: #000;
	line-height: 25px;
	font-size: 20px;
    font-style: inherit;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5em 1.5em;
    display: block;
    border-radius: 45px;
    width: max-content;
    margin: 1em auto 0.5em;
}
}
@media only screen and (max-width: 600px) {
.menu .wrap .mara {
  width: 100%;
}
}
@media only screen and (max-width: 880px) {
.rsHead {
    display: none;
}
}
@media only screen and (min-width: 481px)  and (max-width: 1024px) {
.titre {
    margin-left: .5em;
    font-size: 28px;
	line-height:26px;
}
}
@media only screen and (max-width: 480px) {
.hamburger{
	padding:0;
}
.titre {
    margin-left: .5em;
    font-size: 24px;
	line-height:22px;
}
.butt a.btn-header {
    padding: 8px 18px;
}
.smallogo .butt a.btn-header {
    line-height: 26px;
    display: block;
}
.menu .wrap ul li a{
    font-size: 21px;
    line-height: 40px;
}
.dynamic .butt a.btn-header {
    display:none;
}
.menu .wrap .mara{
	padding:0;
    top: 52%;	
}
.wrap-nav a.billet {
    text-transform: uppercase;
    letter-spacing: -0.24px;
    background: #21024E;
    border-radius: 30px;
    padding: 6px 30px;
    margin: 1em auto .5em;
    display: block;
    width: max-content;
}
.head-right{
	padding: 0;	
}	
}
@media only screen and (max-width: 359px) {
.butt {
    display: none;
}
}

/* =========================
      FIN MENU 
===========================*/
/* DEBUT PERSONNALISATION */
html,body {
  margin:0;
  padding:0;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}
body{
    font-family: 'Ubuntu', sans-serif;
	position:relative;
	margin:0;
}
.content_aeb {
    position: relative;
    background: #fff;
	margin-top:76px;
}
/*.intro{
	position: relative;
}	
.banniere{
    display: block;
    width: 100%;
    object-fit: cover;
}
.text-ban{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:100%;
	max-width:890px;
}
.text-ban.inter{
    top: 55%;
}
.text-ban h1{
	font-size: 100px;
	font-style: italic;
	font-weight:900;
	color:#fff;
	line-height:80px;
	text-transform: uppercase;
	text-align: center;
}
.text-ban.inter h1{
	font-size: 45px;
	line-height:45px;
}*/
#breadcrumbs, #breadcrumbs span, #breadcrumbs a {
    color: #000;
    z-index: 999;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
}
@media only screen and (min-width:801px) and (max-width: 1280px) {
/*.text-ban h1{
	font-size: 80px;
	line-height: 66px;
}
.text-ban.inter h1{
	font-size: 45px;
	line-height:45px;
}*/
}
@media only screen and (max-width: 1024px) {
/*.text-ban, .text-ban.inter {
  top: 55%;
}*/
}
@media only screen and (min-width:320px) and (max-width: 800px) {
/*.text-ban h1 {
    font-size: 40px;
    line-height: 35px;
}*/
#breadcrumbs, #breadcrumbs span, #breadcrumbs a {
    font-size: 14px;
    line-height: 18px;
    padding-top: 0.25em;
}
/*.banniere{
  max-height: 240px;
}*/
}
@media only screen and (max-width: 480px) {
/*.text-ban.inter h1 {
    font-size: 30px;
    line-height: 28px;
}
.text-ban.inter {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}*/
}
@media only screen and (max-width: 375px) {
/*.text-ban.inter h1 {
    font-size: 26px;
    line-height: 24px;
}*/
#breadcrumbs, #breadcrumbs span, #breadcrumbs a {
    font-size: 12px;
    line-height: 14px;
}
/*.int.banniere {
    height: 120px;
}*/
}
/* Footer */

footer{
	background: #21024E;
    padding: 3em 0 0;
}
footer *{
	color:#fff;
}
footer p{
	font-size:16px;
	line-height:22px;
	font-weight: 400;
}
footer .menuFooter a{
	font-size:15px;
	line-height:22px;
	text-transform: uppercase;
	font-weight:500;
}
.menufls a{
    text-transform: uppercase;
    line-height: 1.15;
    padding-bottom: .5em;
    display: block;
	font-size: 15px;
	font-weight: 700;
	
}
.menufls a:hover {
  color: #b0b0b0;
}
.menufls li:last-of-type a{
    padding-bottom: 0;
}
.mbp{
	padding: 1em 0;
}
.mbp p{
    font-size: 14px;
	color:#fff;
	text-align: center;
	font-weight: 100;
}
.mbp a:hover{
    color:#26E2FF;
}
.logoprez {
    display: contents;
}
footer .rs p{
	margin:1.5em .5em .5em;
}
/* BANDEAU COOKIE */
#cookie-notice .cookie-notice-container {
    display: block;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.04);
}
#cn-notice-buttons .cn-button.bootstrap {
    background: #F8007B;
}
@media only screen and (min-width:1100px) and (max-width:1260px)  {
.bloc-5.menu-foot.lesepreu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}
}
@media only screen and (min-width:801px) and (max-width:1099px)  {
.bloc-5.menu-foot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.logoprez {
    display: none;
}
}
@media only screen and (min-width:801px) and (max-width:1024px)  {
footer .bloc-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
}
@media only screen and (max-width:1024px)  {
footer .bloc-4.menufls {
    display: none;
}
}
@media only screen and (max-width:800px)  {
footer .bloc-4 {
    width: max-content;
	margin: 1em auto;
}
footer .bloc-4 *{
    text-align: center;
}
footer .bloc-4 .btn{
	margin:  auto;
}
footer .bloc-4:first-of-type {
	margin: 0 auto;
}
footer .bloc-4:last-of-type {
	margin: 1em auto 0;
}
footer .row {
    flex-direction: column;
}
.mbp {
    padding: .5em 0;
}	
}
@media only screen and (min-width:801px)  {
.bloc-5.menu-foot {
    padding-top: 2em;
}
}
@media only screen and (min-width:480px) and (max-width: 800px) {
.logoprez{
    width: 100%;
    display: block;
}	
.logoprez img{
    margin: auto;
	display: block;
}	
}
@media only screen and (max-width: 800px) {
.logoprez a{
    display: block;
    margin: auto;
}
.bloc-5.menu-foot {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.bloc-5.menu-foot:nth-child(3),
.bloc-5.menu-foot:nth-child(2){
    margin-top: -1em;
}
.mbp {
    border-top: none;
}
.mbp p {
    text-align: center;
    padding-bottom: .25em;
    padding-top: .75em;
}
.mbp span {
	right: inherit;
    bottom: -65px;
    width: 100%;
    left: 0;
    text-align: center;
    padding: .75em;
    border-top: 1px solid #707070;
}

}
/* RESPONSIVE */

@media only screen and (min-width: 801px) {
.bloc-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.bloc-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.bloc-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}
.bloc-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.bloc-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.bloc-2-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66%;
flex: 0 0 66.66%;
max-width: 66.66%;
}
.bloc-3-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.bloc-2-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
.bloc-3-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
.bloc-4-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #424242;
    color: #FFF;
    text-shadow: none;
}


@media only screen and (max-width: 480px) {
footer{
  display: flex;
  flex-direction: column;
}
footer .bloc-4:nth-child(1){order:1;}
footer .bloc-4:nth-child(2){order:3;}
footer .bloc-4:nth-child(3){order:4;}
footer .bloc-4:nth-child(4){order:2;}
footer .btn {
    display: none;
}
footer .rs{
    max-width: max-content;
    margin: 0 auto;
}
footer .rs p {
    text-align: center;
    font-weight: 500;
	margin:.5em .5em .5em;	
}
footer .menu-rs a:first-child {
    margin-left:0;
}
footer .menu-rs a{
    margin:0 5px;
}
footer .bloc-4.menufls *, footer .bloc-4.address *{
    font-weight:500;
}
footer .bloc-4.menufls {
    padding-left: 1.5em;
}
.mbp p {
    text-align: center;
    padding-bottom: 0;
    padding-top: .5em;
    max-width: 92%;
    margin: auto;
    font-size: 12px;
    line-height: 1.3;
}
}


/* BANDEAU NEWSLETTER */
#newsletter{
	padding:2em 0;
	background:#F9FAFC;
}
#newsletter h3{
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
#newsletter p{
    line-height: 21px;
}
#newsletter p span{
    font-size: 16px;
	font-style: italic;
}
#newsletter .news {
    align-self:center;
}
#newsletter .news p {
    display: inline-flex;
}
#newsletter .news input.wpcf7-form-control {
    border-radius: 30px;
    background: #E0DCE5;
	height: 49px;
	border:none;
}
#newsletter .news input.wpcf7-submit {
	font-size: 19px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: max-content;
    padding: 0.2em 1.5em;
    border-radius: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	margin-left:.75em;
	font-family: 'Ubuntu';
    color: #705695;
    border: 2px solid #705695;
    background: transparent;
	cursor:pointer;
}
#newsletter .news input.wpcf7-submit:hover {
    background: #705695;
    color: #fff;
}
@media only screen and (min-width:530px) and (max-width: 1023px) {
#newsletter .news p {
	margin-top:1em;
}
#newsletter .bloc-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }	
}
@media only screen and (max-width: 529px) {
#newsletter .news p {
  display: block;
}
#newsletter .news input.wpcf7-submit {
	margin-left:inherit;
	margin:1em auto 0;
}	
#newsletter {
	padding:2em 0 0;
}
#newsletter .news input {
    width: 100%;
    margin: 1em auto 0;
}

} 

/* INTRO PAGE */
/* COMPOSANT BANDEAU */
.composant-bandeau {
    padding:3em 0;
}
.composant-bandeau .bloc-2-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}
/* Bandeau experience */
#bandeauexperience{
    background: #21024E;
}
#bandeauexperience .container{
    background: #fff;
}
@media only screen and (min-width: 801px) and (max-width: 1023px) {
.composant-bandeau .bloc-2-3,
.composant-bandeau .bloc-3 {
-webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
}
.composant-bandeau .bloc-2-3 {
	padding-top:2em;
	padding-bottom:2em;
}
.composant-bandeau img{
    height: 100%;
    object-fit: cover;
}
}
@media only screen and (min-width: 801px) {
.composant-bandeau .bloc-2-3{
    padding-right: 30px;
}	
#bandeauexperience .bloc-3 {
    padding-left: 0;
    padding-right: 30px;
}
#bandeauexperience .bloc-2-3 {
    padding-left: 10px;
}
}

@media only screen and (min-width: 720px)  and (max-width: 800px) {
.composant-bandeau .bloc-2-3 {
		-webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
}
.composant-bandeau .bloc-3 {
		-webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
}
.composant-bandeau .bloc-2-3 {
	padding-top:1em;
	padding-bottom: 1em;
}
.composant-bandeau img{
    height: 100%;
    object-fit: cover;
}	
#bandeauexperience .bloc-3{
    padding-left: 0;
    padding-right: 0;
}	
}
@media only screen and (min-width: 481px)and (max-width: 719px) {
.composant-bandeau .bloc-3 {
	display: none;
}	
#bandeauexperience,
#bandeauexperience .container {
    background:#F9FAFC;
}
}
@media only screen and (max-width: 480px) {
.composant-bandeau{
    padding:2em 0;
}
#videomob{
    position: relative
}
.affiche-intro{
    width:100%;
}	
.logo-mob{
    position: absolute;
	bottom: 3%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	max-width: 90%;
}	
.intro-learn, .videodesk, .videotab{
    display: none;
}	
#bandeauvillage > div > div > div.bloc-2-3, #devenir-part > div > div > div.bloc-2-3{
    order:2
}
#bandeauvillage > div > div > div.bloc-3, #devenir-part > div > div > div.bloc-3{
    order:1
}
.composant-bandeau .bloc-3 img {
	width:100%;
}		
#bandeauvillage .bloc-3 img, #devenir-part .bloc-3 img {
    margin-bottom:1em;
}
#bandeauexperience .bloc-2-3 {
    padding: 15px;
}
}
