/*
.simple .richtext h3 {
  font-family: 'Go', Helvetica, sans-serif;
}
*/
/*** Font Awesome ***/
.fa, .fab, .fad, .fal, .far, .fas {
  font-family: "FontAwesome";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab, .far {
  font-weight: 400;
}
.fa-search::before {
  content: "\f002";
}
.fa-instagram-square::before {
  content: "\f16d";
}
.fa-facebook-square::before {
  content: "\f082";
}
.fa-linkedin::before {
  content: "\f08c";
}
.fa-youtube-square::before {
  content: "\f167";
}
/*** On Air ***/
.on-air {
  z-index: 10;
}
/*** Header ***/
.mainnav .h1 {
 margin:0;
 display: table-cell;
 vertical-align: middle;
}
.mainnav .h1 a {
 font:0/0 a;
 color:transparent;
 height:66px;
 width:235px;
 display:block;
 overflow:hidden
}
.mainnav .h1 a:hover svg {
 fill:#6e32ff
}
.mainnav .h1 svg {
 fill:#fff;
 width:100%;
 height:auto
}
.mainnav .h1 svg .motif {
 -ms-transform:translateX(0);
 -webkit-transform:translateX(0);
 -o-transform:translateX(0);
 transform:translateX(0);
 -o-transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
 transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,-webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
 transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s
}
.mainnav .h1 svg .trait {
 -ms-transform:translateX(0);
 -webkit-transform:translateX(0);
 -o-transform:translateX(0);
 transform:translateX(0);
 -o-transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s,-o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
 transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s,-webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
 transition:opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s,transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s
}
.mainnav .h1 svg .base {
 -ms-transform:translateX(0);
 -webkit-transform:translateX(0);
 -o-transform:translateX(0);
 transform:translateX(0);
 -o-transition:-o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
 transition:-webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s;
 transition:transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mainnav .h1 a {
    width: 164.5px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainnav .h1 {
    height: 60px;
    padding: 10px 0;
    display: block;
  }
  .mainnav .h1 a {
    height: 40px;
    width: 142.42424242424244px;
  }
}
/*** Pages ***/
main .gutter h1 {
  position: relative;
  margin-top: 0;
  font-size: 1.625em;
  line-height: 1;
  color: #fff;
  font-family: "Go", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
main .events.gutter h1 {
  color: #000;
}
main .gutter .section-header h1 {
  color: #6e32ff;
  text-align: center;
  margin-bottom: 80px;
}
/*
main .gutter .section-header h1::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #6e32ff;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
*/
main.simple h1 {
 color:#6e32ff;
 margin-top:0;
 margin-bottom: 20px;
 line-height: 36px;
}
main .gutter h1.category {
 color: #000;
 margin-bottom: 20px;
}
main .gutter h1.category span {
  color: #ff0306;
}
.page-education-a-limage main .gutter h2,
.page-education-a-limage main .gutter .richtext p {
  text-align: center;
}

.archive span.title-revue {
  height: 21px;
  width: 113.333333px;
}
main .gutter .author .content {
  width: 100%;
  float: none;
}
main .gutter .author h1 {
  color: #ff0306;
  margin-bottom: 20px;
}
main .gutter .author .content .subtitle {
  font-size: 16px;
}
.single .main-article .infos h1 {
 margin:0.5em 20%;
 font-size:4.5em;
 color: #000;
 line-height: 1.2;
 font-family: 'ITC', Helvetica, sans-serif;
}
main.simple .intro h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1;
}
/*** Fiches films ***/
main .gutter.single-fiche h1 {
 display:inline-block;
 background-color:#fff;
 z-index:3;
 padding:10px 15px;
 line-height: 36px;
 margin: 20px auto;
 color: #000!important;
}
.single-fiche h1:before,
.single-fiche h1:after {
 content:" ";
 display:table
}
.single-fiche h1:after {
 clear:both
}

/*** Education aux images ***/
.page-education-a-limage .section-header {
  margin: -60px -60px 60px;
  height: 250px;
  position:relative;
  background-color:#333;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image:url(../../../../../bannieres-education-image/cafe-des-profs-cafe-des-images.jpg);
  text-align: center;
}
.page-education-a-limage .section-header h1 {
  display: inline-block;
  margin-top: 105px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25em 0.8em;
  background-color: #fff;
  letter-spacing: 2px;
  max-width: 80%;
}
.education .nav ul {
  z-index: 2;
}
.education-sas li,
.education .nav h1 {
	position:relative;
	background-color:#333;
/*	background-size:90% auto;*/
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	height:250px;
  margin-bottom: 0;
}
.education .nav h1 {
  padding: 3em 0;
  text-align: center;
}
.education-sas li .opaque {
  display: table-cell;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.50);
}
.education-sas li:hover .opaque {
  background-color: rgba(0, 0, 0, 0);
}
.education-sas li a {
	padding:0px;
}
.education-sas span,
.education .nav h1 span {
  display: inline-block;
	margin-top:105px;
  padding: 0.25em 0.8em;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 2px;
  max-width:60%;
}
.education .nav h1 span {
	margin-top:0px;
	color:#000;
}
.education-sas .profs {
  background-image:url(../../../../../bannieres-education-image/education-a-l-image.jpg);
}
.education-sas .lycee {
	background-image:url(../../../../../bannieres-education-image/lycee.jpg);
}
.education-sas .college {
	background-image:url(../../../../../bannieres-education-image/college.jpg);
}
.education-sas .ecole {
	background-image:url(../../../../../bannieres-education-image/ecole.jpg);
}
.education-sas .maternelle {
  background-image:url(../../../../../bannieres-education-image/maternelle.jpg);
}
.education-sas .ressources {
  background-image:url(../../../../../bannieres-education-image/ressources-pedagogiques.jpg);
}

.education .menu .current-menu-item a {
	color:#6e32ff;
}
.education h1 {
	overflow: hidden;
	position: relative;
}
.education h1 span {
	position: relative;
	z-index: 2;
}
.education h1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;	
  object-fit: cover;
  object-position: center center;  
}
/* Bannières Lycée */

/*****
.education.lycee .menu-1 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/1.jpg);
}
.education.lycee .menu-2 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/2.jpg);
}
.education.lycee .menu-3 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/3.jpg);
}
.education.lycee .menu-4 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/4.jpg);
}
.education.lycee .menu-5 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/5.jpg);
}
.education.lycee .menu-6 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/6.jpg);
}
.education.lycee .menu-7 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/7.jpg);
}
.education.lycee .menu-8 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/8.jpg);
}
.education.lycee .menu-9 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/9.jpg);
}
.education.lycee .menu-10 h2 {
	background-image:url(../../../../../bannieres-education-image/lycee/10.jpg);
}
*****/
/* Bannières Collège */
/*****
.education.college .menu-1 h2 {
	background-image:url(../../../../../bannieres-education-image/college/1.jpg);
}
.education.college .menu-2 h2 {
	background-image:url(../../../../../bannieres-education-image/college/2.jpg);
}
.education.college .menu-3 h2 {
	background-image:url(../../../../../bannieres-education-image/college/3.jpg);
}
.education.college .menu-4 h2 {
	background-image:url(../../../../../bannieres-education-image/college/4.jpg);
}
.education.college .menu-5 h2 {
	background-image:url(../../../../../bannieres-education-image/college/5.jpg);
}
.education.college .menu-6 h2 {
	background-image:url(../../../../../bannieres-education-image/college/6.jpg);
}
.education.college .menu-7 h2 {
	background-image:url(../../../../../bannieres-education-image/college/7.jpg);
}
.education.college .menu-8 h2 {
	background-image:url(../../../../../bannieres-education-image/college/8.jpg);
}
.education.college .menu-9 h2 {
	background-image:url(../../../../../bannieres-education-image/college/9.jpg);
}
.education.college .menu-10 h2 {
	background-image:url(../../../../../bannieres-education-image/college/10.jpg);
}
*****/
/* Bannières Ecole */
/*****
.education.ecole .menu-1 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/1.jpg);
}
.education.ecole .menu-2 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/2.jpg);
}
.education.ecole .menu-3 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/3.jpg);
}
.education.ecole .menu-4 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/4.jpg);
}
.education.ecole .menu-5 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/5.jpg);
}
.education.ecole .menu-6 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/6.jpg);
}
.education.ecole .menu-7 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/7.jpg);
}
.education.ecole .menu-8 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/8.jpg);
}
.education.ecole .menu-9 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/9.jpg);
}
.education.ecole .menu-10 h2 {
	background-image:url(../../../../../bannieres-education-image/ecole/10.jpg);
}
*****/
.education-bloc-menu-ancres {
  text-align: center;
}
.education-bloc-menu-ancres a {
  text-transform: uppercase;
  font-family: 'Go', Helvetica, sans-serif;
  font-weight: bold;
  padding: 0 15px;
  text-decoration: none!important;
  border-bottom: none!important;
  color: #000;
}
.education-bloc-menu-ancres a.actif,
.education-bloc-menu-ancres a:hover {
  color: #6e32ff;
}
.education-bloc-text {
  padding-top: 60px;
}
.simple .richtext .p {
  font-family: 'Go', Helvetica, sans-serif;
  font-size: 1.125em;
	text-rendering: optimizeLegibility;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-moz-font-feature-settings: "liga", "dlig";
	-ms-font-feature-settings: "liga", "dlig";
	-o-font-feature-settings: "liga", "dlig";
	font-feature-settings: "liga", "dlig";
}
.info-bulle-definition {
	border-bottom:dotted 2px #6e32ff;
	color:#6e32ff!important;
}
#bulle {
	position:absolute;
	border:1px solid #fff;
	display:none;
	color:#121212;
	font-size:18px;
	max-width: 300px;
	text-align:left;
	padding:10px 15px 10px 15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	z-index:999999;
	background:#fff;
	box-shadow: 0px 0px 40px 20px rgba(0,0,0,.15);
}

/*** Bandes Annonces **/
@font-face {
  font-family: 'FontAwesome';
  src:url('../fonts/fontawesome-webfont.eot');
  src:url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fiche.flexbox {
  position: relative;
  display: flex;
}
.fiche.flexbox .illu {
  position: relative;
}
.fiche.flexbox .illu .button {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.illu figure {
  margin-bottom: 0!important;
}
.illu .bloc-bande-annonce a,
.illu .bloc-document a,
.illu .bloc-analyse a {
  background-color: transparent!important;
  padding: 0!important;
  font-size: 0!important;
}
.illu .bloc-bande-annonce a p,
.illu .bloc-document a p,
.illu .bloc-analyse a p {
  margin: 0!important;
}
.illu .bloc-bande-annonce .button,
.illu .bloc-document .button,
.illu .bloc-analyse .button {
  margin-top: 0!important;
  margin-bottom: 20px;
}
.illu .bloc-bande-annonce .button a,
.illu .bloc-document .button a,
.illu .bloc-analyse .button a {
  margin-top: 0!important;
  background-color: #000!important;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-size: 14.5px!important;
  padding: 0.5em 0!important;
  border: 0;
  transition: all 0.2s ease-in-out;  
}
.illu .bloc-bande-annonce:hover figure + .button a,
.illu .bloc-document:hover figure + .button a,
.illu .bloc-analyse:hover figure + .button a {
  background-color: #6e32ff!important;
}
.illu .bloc-bande-annonce .button a,
.illu .bloc-document .button a,
.illu .bloc-analyse .button a {
  border-radius: 0!important;
}
.illu .bloc-bande-annonce,
.illu .bloc-bande-annonce figure,
.illu .bloc-document,
.illu .bloc-document figure,
.illu .bloc-analyse,
.illu .bloc-analyse figure {
  position: relative;
  margin-bottom: 0!important;
}
.illu .bloc-bande-annonce figure a::before,
.illu .bloc-document figure a::before,
.illu .bloc-analyse figure a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.15);
  color: #fff;
  transition: all 0.2s ease-in-out;  
}

.illu .bloc-bande-annonce figure a::after,
.illu .bloc-document figure a::after,
.illu .bloc-analyse figure a::after {
  font-family: 'FontAwesome';
  content: '\f01d';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 60px;
  transition: all 0.2s ease-in-out;  
}
.illu .bloc-document figure a::after {
  content: "\f0f6";
}
.illu .bloc-bande-annonce:hover figure a::before,
.illu .bloc-document:hover figure a::before,
.illu .bloc-analyse:hover figure a::before {
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
}
.illu .bloc-bande-annonce:hover figure a::after,
.illu .bloc-document:hover figure a::after,
.illu .bloc-analyse:hover figure a::after {
  color: #6e32ff;
}
.illu .bloc-bande-annonce a + p,
.illu .bloc-document a + p,
.illu .bloc-analyse a + p {
  display: none;
}
.code-iframe {
	display: none;
}
.illu .button.bouton-menu-analyse {
  margin-top: 0;
}
@media (max-width: 767px) {
  .illu .bloc-bande-annonce .button a, 
  .illu .bloc-document .button a,
  .illu .bloc-analyse .button a {
    font-size: 12px!important;
  }
}
@media (max-width: 575px) {
  .education .content .fiche .illu {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
/*
  .illu .bloc-bande-annonce figure {
    height: 300px;
    overflow: hidden;
  }
  .illu .bloc-bande-annonce figure img {
    height: 100%;
    object-fit: cover;
    object-position: center center;    
  } 
  .illu .bloc-bande-annonce figure a {
    height: 300px;
  }
*/
  .illu .bloc-bande-annonce .button a, 
  .illu .bloc-document .button a,
  .illu .bloc-analyse .button a {
    font-size: 14px!important;
    height: auto;
  }
}
.dialog {
  display:none;
}
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:2000;
}
.ui-widget-overlay {
  background-color: #000;
  opacity: 1;
  filter: Alpha(Opacity=100);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background-color: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  .rounded(8px);
}
.ui-dialog {
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px 10px;
	outline: 0;
	z-index:3000;
  width:100%!important;
  height:auto!important;
}
.ui-widget-content {
  background:transparent!important;
  border:none!important;
  color:#fff!important;
}
.ui-widget-header {
  border: none!important;
  background: transparent!important;
  color: #fff!important;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 0em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
  display: inline-block;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
  line-height: 6px;
  text-transform: uppercase;
  color:#efede9;
  font-size:120%;
  padding-left:10px;
}
.ui-dialog .ui-dialog-titlebar-close::before {
  background: #fff;
  position: absolute;
  display:block;
  content:'';
  width: 70%;
  height: 5%;
  top: 48.5%;
  left: 15%;
  transform: rotate(45deg);
  transition: .2s all ease-in;
}
.ui-dialog .ui-dialog-titlebar-close::after {
  background: #fff;
  position: absolute;
  display:block;
  content:'';
  width: 5%;
  height: 70%;
  left: 48.5%;
  top: 15%;
  transform: rotate(45deg);
  transition: .2s all ease-in;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  outline: none!important;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  z-index: 2;
  right: -100px;
  top: -40px;
  width: 60px;
  margin: 0;
  height: 60px;
  padding: 0px;
  opacity: 0.95;
  filter: alpha(opacity=95);
  color: #fff;
  cursor:pointer;
  text-transform:uppercase;
  border:solid 3px #fff;
  border-radius: 50% 50%;
  background:transparent;
  font-style: normal;
  font-size: 0px;
  font-weight:normal!important;
  transition: .2s all ease-in;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
  filter: alpha(opacity=100); 
  outline: none!important;
  background-color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close:hover::before,
.ui-dialog .ui-dialog-titlebar-close:hover::after {
  background-color: #2A2A2A;
}
.ui-dialog-titlebar-close .close svg path.back {
	fill: transparent;
}
.ui-dialog-titlebar-close .close:hover svg path.back {
	fill: #fff!important;
}
.ui-dialog-titlebar-close .close:hover svg path.stroke {
 	fill:transparent
}
.no-close .ui-dialog-titlebar-close {
  display:none;
}
.ui-dialog .form-title > span {
  font-size: 18px !important;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em 1em;
	overflow: auto;
  color: #fff;
}
.ui-dialog #dialog-erreurs {
  background-color: #474543;
  border: 1px solid #282726;
  color: #fff;
}
.ui-dialog-content {
	width:auto;
}
.ui-dialog .ui-button-text {
    display: none;
}
.ui-dialog-content {
    font-size: 14px;
}
.ui-dialog-content .content {
  background-color: transparent;
  color: #fff;
  margin-top: 0;
  min-height: auto;
  padding-top: 100px;
}
.ui-dialog-content .content .ajax-loading {
  font-size: 40px;
  font-weight: lighter;
}
.ui-dialog-content .titre_principal h1 {
  color: #fff;
  font-size: 30px;
  font-weight: lighter;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.ui-dialog-content label {
  color: #fff;
  cursor: text;
  display: block;
  font-size: 16px;
  font-weight:normal;
  margin: 15px 0 0 10px;
  position: absolute;
}
.ui-dialog-content input[type="text"],
.ui-dialog-content select {
  background-color: #efede9;
  border: 2px solid #98948b;
  border-radius: 3px;
  color: #53504d;
  font-size: 16px;
  height: 36px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 5px 5px;
  width: 90%;
}
.ui-dialog-content .erreur {
  color: #b21212;
  display: none;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  margin: 13px 0 0 7px;
  position: absolute;
  z-index: 10;
}
.ui-dialog-content .error {
  background-color: #d2d2d2 !important;
  border: 2px solid #b21212 !important;
  opacity: 0.8;
}
.ui-dialog-content input[type="submit"], .ui-dialog-content button {
  background-color: #282726;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 90%;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
  margin: auto;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

.ui-dialog-content iframe,
.ui-dialog-content .video-responsive {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
  background: #000;
}
.ui-dialog-content .caption {
  text-align: left;
  line-height: 18px;
  color: #EFEDE9;
  word-wrap: break-word;
  padding-right: 36px;  
  margin-top:5px;
}
.ui-dialog-content .caption small {
  color: #C4BCB0;
  display: block;
  font-size: 12px;
  line-height: 14px; 
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
  background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #53504d;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 90%;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-dialog-content .form-container {
  margin:5px 0px 5px 0px;
}
.ui-dialog-content .form-container .form-buttons-footer {
  margin-bottom:0px;
  height:10px;
}
.ui-dialog .content,
.ui-dialog .dialog-content {
  padding:0;
  overflow:visible;
}
@media (min-width: 768px) {
  .ui-dialog {
    width:80%!important;
    height:auto!important;
  }
}

@media (min-width: 992px) {
  .ui-dialog {
    width:80%!important;
    height:auto!important;
  }
}

@media (min-width: 1200px) {
  .ui-dialog {
    width:75%!important;
    height:auto!important;
  }
}
@media (min-width: 1500px) {
  .ui-dialog {
    width: 70% !important;
    height: auto !important;
  }
}
@media (min-width: 2000px) {
  .ui-dialog {
    width: 65% !important;
    height: auto !important;
  }
}

@media (min-width: 360px) {
}

@media (min-width: 768px) {
	.education-sas span,
	.education .nav h2 span {
		font-size:0.85em;
  	max-width:80%;
	}
}
@media (min-width: 992px) {
	.education-sas span,
	.education .nav h2 span {
		font-size:1.00em;
	}
}
@media (min-width: 1200px) {
	.education-sas span,
	.education .nav h2 span {
		font-size:1.125em;
	}
}
@media (max-width:  767px) {
  .education h2 img {
    display: none;
  }
  .page-education-a-limage .section-header {
    background-image:url(../../../../../bannieres-education-image/cafe-des-profs-cafe-des-images-tablet.jpg);
  }
  .education-sas .profs {
    background-image:url(../../../../../bannieres-education-image/education-a-l-image-tablet.jpg);
  }
  .education-sas .lycee {
    background-image:url(../../../../../bannieres-education-image/lycee-tablet.jpg);
  }
  .education-sas .college {
    background-image:url(../../../../../bannieres-education-image/college-tablet.jpg);
  }
  .education-sas .ecole {
    background-image:url(../../../../../bannieres-education-image/ecole-tablet.jpg);
  }
  .education-sas .maternelle {
    background-image:url(../../../../../bannieres-education-image/maternelle-tablet.jpg);
  }
  .education-sas .ressources {
    background-image:url(../../../../../bannieres-education-image/ressources-pedagogiques-tablet.jpg);
  }
}
@media (max-width:  575px) {
  .page-education-a-limage .section-header {
    background-image:url(../../../../../bannieres-education-image/cafe-des-profs-cafe-des-images-mobile.jpg);
  }
  .education-sas .profs {
    background-image:url(../../../../../bannieres-education-image/education-a-l-image-mobile.jpg);
  }
  .education-sas .lycee {
    background-image:url(../../../../../bannieres-education-image/lycee-mobile.jpg);
  }
  .education-sas .college {
    background-image:url(../../../../../bannieres-education-image/college-mobile.jpg);
  }
  .education-sas .ecole {
    background-image:url(../../../../../bannieres-education-image/ecole-mobile.jpg);
  }
  .education-sas .maternelle {
    background-image:url(../../../../../bannieres-education-image/maternelle-mobile.jpg);
  }
  .education-sas .ressources {
    background-image:url(../../../../../bannieres-education-image/ressources-pedagogiques-mobile.jpg);
  }

}
@media (max-width:  450px) {
  .page-education-a-limage .section-header {
    background-image:url(../../../../../bannieres-education-image/cafe-des-profs-cafe-des-images-smart.webp);
  }
  .education-sas .profs {
    background-image:url(../../../../../bannieres-education-image/education-a-l-image-smart.webp);
  }
  .education-sas .lycee {
    background-image:url(../../../../../bannieres-education-image/lycee-smart.webp);
  }
  .education-sas .college {
    background-image:url(../../../../../bannieres-education-image/college-smart.webp);
  }
  .education-sas .ecole {
    background-image:url(../../../../../bannieres-education-image/ecole-smart.webp);
  }
  .education-sas .maternelle {
    background-image:url(../../../../../bannieres-education-image/maternelle-smart.webp);
  }
  .education-sas .ressources {
    background-image:url(../../../../../bannieres-education-image/ressources-pedagogiques-smart.webp);
  }

}

/*** Séances ***/
.single-fiche + .schedule thead th {
  width: 14.285714%;
}
.hors-les-murs {
  color: #6e32ff;  
}
.salle-a-fleurs a {
  color:#FF4C4F
}
.salle-coupole a {
  color:#fff
}
.salle-tati a {
  color:#999
}
.hors-les-murs a {
  color: #6e32ff;  
}
.fa-solid {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;  
  font-weight: lighter;
}
.fa-ear-deaf::before {
  content: "\f2a4";
  font-family: "FontAwesome";
  color: #fff;
}
.empty {
  display: inline-block;
  width: 13px;
  height: 13.5px;
}
tr.bloc-date {
  border-bottom: none;
}
td.jour_seances {
  width: 100%;
}
.custom-select .chosen-container {
  width:240px!important;
  border:none;
  background-color:#000;
  color:#ff4c4f;
  font-size:26px;
  padding:0px;
  border-radius:0px;
  text-align:left;
  border: solid 1px rgba(255,255,255,0.1);
}
.custom-select .chosen-container-single .chosen-single {
  border:none;
  height:auto;
  padding:0;
  background: transparent;
  box-shadow: none;
}
.custom-select .chosen-container-single .chosen-single span {
  font-size: 26px;
  color:#ff4c4f;
  margin-bottom: 0;
  padding: 10px;
}
.custom-select .chosen-container-single .chosen-single::before {
  position: absolute;
  content: "";
  top: 17px;
  right: 13px;
  width: 8px;
  height: 8px;
  border: 1px solid #ff4c4f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: all 0.2s ease-in;
}
.custom-select .chosen-container-single .chosen-single::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 5px;
  width: 24px;
  height: 24px;
  border: 2px solid #ff4c4f;
  border-radius: 50px;
}
.custom-select .chosen-with-drop .chosen-single::before {
  transform: rotate(-135deg);
  top: 19px;
}
.custom-select .chosen-container-single .chosen-default span {
  opacity: .5;
}
.custom-select .chosen-container-active.chosen-with-drop .chosen-single {
   border:none!important;
   background-image:none!important;
   box-shadow:none!important;
}
.custom-select .chosen-container-single .chosen-drop {
  left:0;
  border:solid 1px rgba(255,255,255,.1);
  background-color: #000;
  z-index: 1001;
/*  border-bottom:dashed 1px rgba(22, 22, 21, .75);*/
}
.custom-select .chosen-container .chosen-results li {
  text-align: left;
  font-size:22px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  padding: 8px 10px;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  background-color:#000;
  list-style: none;
}
.custom-select .chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
.custom-select .chosen-container .chosen-results li.highlighted {
  background-color:#ff4c4f;
  background-image:none;
}

/*
.custom-select {
  position: relative;
  width: 240px;
  font-size: 26px!important;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #000;
  text-transform: uppercase;
  font-weight: 900;  
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #ff4c4f;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.select-selected.select-arrow-active:after {
  transform: rotate(-135deg);
}
.select-items div,.select-selected {
  padding: 5px 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
  cursor: pointer;
}
.select-selected {
  border-color: rgba(255, 255, 255, 0.1);
}
.select-items {
  position: absolute;
  background-color: #000;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(255, 255, 255, 0.1);
}
*/
/*
.current-day select {
  background-color: #000;
  padding: 5px 0px 5px 10px;
  border: solid 1px #fff;
  text-transform: uppercase;
  font-weight: 900;  
}
.current-day select option {
  text-transform: uppercase;
}
*/
@media screen and (max-width: 767px)  {
  .on-air {  
    position: fixed;
    width: 100%;
    height: 60px;
    top: 60px;
    overflow: hidden;    
  }
  .on-air.active:not(.start) {
    height: auto;
  }
  .light .on-air {
    top: 60px;
  }
  .gutter {
    margin-top: 60px;
  }
  .page-education-a-limage .gutter,
  .page-lyceens-au-cinema .gutter,
  .page-cafe-des-profs .gutter,
  .page-college-au-cinema .gutter,
  .page-ecole-cinema .gutter,
  .page-ressources-pedagogiques .gutter,
  .education .gutter
  {
    margin-top: 0;
  }
  .empty {
    display: inline-block;
    width: 10.5px;
    height: 10.5px;
  }
  .events .filters,
  .affiche .filters {
    display: block;
    margin-bottom: 20px;
  }
  .events .filters li,
  .affiche .filters li {
    font-size: 14px;
    margin: 0 1em 1em;
  }
}
.back-to-top {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s; 
  background: rgb(0,0,0);
  border-radius:40px;
}
.back-to-top.visible {
  opacity:0.8;
}
.back-to-top a {
  height: 40px;
  position: relative;
  width: 40px;
  display: block;  
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1);
}
.back-to-top a::before {
  content: "";
  position:absolute;
  text-align:center;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  color:#fff;
  left: calc(50% - 10px);
  top: calc(50% - 5px);
  width: 20px !important;
  height: 20px !important;
  transform: rotate(45deg);
}
.back-to-top.visible:hover {
  opacity:1;
}
@media (min-width:992px) {
  .back-to-top {
    width:80px;
    height:80px;
  }
  .back-to-top a {
    height: 80px;
    width: 80px;
  }
  .back-to-top a::before {
    left: calc(50% - 15px);
    top: calc(50% - 10px);
    width: 30px !important;
    height: 30px !important;
  }
}

.bloc-hidden {
  padding: 40px 0;
  height: 0;
  transition: all 0.35s ease-in-out;
  box-sizing: border-box;
  opacity: 0;
}
.bloc-hidden.visible {
  height: auto;
  opacity: 1;
}
.intro img {
  object-fit: cover;
  object-position: center;
  top: auto;
  left: auto;
}

.single-fiche a.underline {
  text-decoration: underline;
}
.single-fiche a.underline:hover {
  color: #6e32ff;
}

.sticky-event h3,
.sticky-event h3.event {
  background-image: url('../img/global/logo-bg-blanc.png');  
}
header .mainnav .header-logo {
  transition: all .35s ease-in;
}
.light header .mainnav .header-logo {
  height: 46px;
  margin: 10px auto 10px -30px;
}

.menu-header {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.mainnav ul {
  display: block;
}
.menu-burger-container-mobile {
  display: none;
}
.menu-burger-container-mobile li.menu-item-has-children,
.menu-burger-container-desktop li.menu-item-has-children {
  position: relative;
}
.menu-burger-container-mobile li.menu-item-has-children button,
.menu-burger-container-desktop li.menu-item-has-children button {
  position:absolute;
  cursor:pointer;
  right:30px;
  top:0px;
  z-index:10;
  border:none;
  background:transparent;
  padding:0;
}
.menu-burger-container-desktop li.menu-item-has-children button {
  top:10px;
}
.menu-burger-container-mobile li.menu-item-has-children button::before,
.menu-burger-container-desktop li.menu-item-has-children button::before {
  display:block;
  content:"\f107";
  font-family: "FontAwesome";
  font-size:22px;
  line-height:26px;
  height:26px;
  width:26px;
  border:solid 1px #fff;
  border-radius:15px;
  color:#fff;
  transition:all .2s ease-in;
}
.menu-burger-container-mobile li.menu-item-has-children button:hover::before,
.menu-burger-container-desktop li.menu-item-has-children button:hover::before {
  background-color:#fff;
  color:#000;
}
.menu-burger-container-mobile li.menu-item-has-children.sub-menu-open button::before,
.menu-burger-container-desktop li.menu-item-has-children.sub-menu-open button::before {
  transform:rotate(180deg);
}
.menu-burger-container-mobile ul.sub-menu,
.menu-burger-container-desktop ul.sub-menu {
  display: none;
  opacity: 0;
}
.on-air .menu-burger-container-desktop {
  float: right;
  overflow: hidden;
  overflow-y: hidden;
  background-color: #000;
  width: 0;
  height: 100%;
  position: relative;
  z-index: 1;
  pointer-events: all;
  -o-transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.on-air .menu-burger-container-desktop .menu-burger {
  padding:0 30px;
  text-align: left;
}
.on-air .menu-burger-container-desktop .menu-burger li {
  text-transform: uppercase;
  padding: 10px 0;
}
.on-air .menu-burger-container-desktop .menu-burger li ul.sub-menu {
  padding: 10px 0 0 15px;
}
.on-air .menu-burger-container-desktop .menu-burger li ul.sub-menu li {
  text-transform: none;
  padding: 4px 0;
}
.on-air .menu-burger-container-desktop .menu-burger li a {
  color: #fff;
  letter-spacing: 2px;
}
.on-air .menu-burger-container-desktop .menu-burger li ul.sub-menu li a {
  letter-spacing: 0px;
}
.on-air .menu-burger-container-desktop .menu-burger li a:hover {
  color: #6e32ff;
}
.mainnav .inner {
  padding-right: 0;
}
.mainnav .menu-burger-open {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  z-index: 100;
  text-align: right;
  cursor: pointer;
}
.mainnav .menu-burger-open svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 10px;
}
.on-air.menu-burger-active .menu-burger-container-desktop {
  overflow-y: auto;
  width: 300px;
}
.on-air .extanded .schedule tbody .movie-name {
  word-wrap: anywhere;
}
.mainnav .header-right {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  padding-right: 15px;
}
.mainnav .header-right-container {
  display: flex;
}
.mainnav .header-search {
  color: white;
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
}
.mainnav .header-search {
  padding: 0 0 0 20px;
}
.mainnav .header-search a,
.mainnav .header-search .icon-recherche {
  color: white;
  font-size: 25px;
  transition: all 0.3s linear;
}
.mainnav .header-search a:hover, .mainnav .header-search a:focus,
.mainnav .header-search .icon-recherche:hover,
.mainnav .header-search .icon-recherche:focus {
  color: #6e32ff;
}
.mainnav .header-search .txt {
  display: none;
}
.mainnav .socials {
  min-width: 140px;
  width: 140px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.mainnav .socials li {
  padding-left: 0;
}
.mainnav .socials li a {
  color: #fff;
  width: 24px;
}
.mainnav .socials li.facebook a {
  background-image: none;
}
.mainnav .socials li a i {
  font-size: 24px;
}
.mainnav .socials li a:hover {
  color: #6e32ff;
}
/*** RECHERCHE ***/
#search-pannel {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11000;
  display: none;
  transition: all 1s linear;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,1);
}
#search-pannel.search-pannel-visible {
  display: flex !important;
}
#search-pannel #search-cross {
  position: absolute;
  top: 10%;
  right: 10%;
  fill: #fff;
  cursor: pointer;
}
#search-pannel #form-search #search-input-section {
  display: flex;
  width: 100%;
}
#search-pannel #form-search #search-input-section #search-input {
  background-color: transparent;
  border: none;
  padding: 30px 100px 30px 50px;
  width: 100%;
  color: #fff;
  font-size: xx-large;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-left: none;
}
#search-pannel #form-search #search-input-section #search-input:focus {
  outline: none;
}
#search-pannel #form-search #search-input-section #search-input::placeholder {
  color: #fff;
  opacity: 70%;
}
#search-pannel #form-search #search-input-section #search-input::-webkit-search-cancel-button {
  background: #fff !important;
}
#search-pannel #form-search #search-input-section input[type="search"]::-webkit-search-decoration, #search-pannel #form-search #search-input-section input[type="search"]::-webkit-search-cancel-button, #search-pannel #form-search #search-input-section input[type="search"]::-webkit-search-results-button, #search-pannel #form-search #search-input-section input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
#search-pannel #form-search #search-input-section input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
#search-pannel #form-search #search-input-section input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#search-pannel #form-search #search-input-section button[type="submit"] {
  text-indent: -999px;
  overflow: hidden;
  width: 70px;
  height: 60px;
  padding: 0;
  margin-left: -60px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
#search-pannel #form-search #search-input-section button[type="submit"]:focus, #search-pannel #form-search #search-input-section button[type="submit"]:hover {
  opacity: 1;
}
#list-search-result {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  max-width: 750px;
  margin: 2rem auto;
}
ol.gradient-list > li {
  background: #e6e6e6;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  position: relative;
}
ol.gradient-list li a {
  font-size: 18px;
}
ol.gradient-list li:hover a {
  color: #6e32ff;
}
ol.gradient-list li .description {
  font-size: 14px;
}
ol.gradient-list > li::after {
  background: #6e32ff;
  border-radius: 50%;
  content: '';
  height: 50px;
  width: 50px;
  left: -25px;
  top: -12.5px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
ol.gradient-list > li::marker {
  content: "";
}
ol.gradient-list > li::before {
  align-items: center;
  content: attr(data-counter);
  color: white;
  display: flex;
  font-weight: 700;
  font-size: 26px;
  justify-content: center;
  padding: 0.125em;
  position: absolute;
  top: -12.5px;
  left: -25px;
  height: 50px;
  width: 50px;
  text-align: center;
  z-index: 1;
}
ol.gradient-list > li + li {
  margin-top: 3rem;
}
.section-search-results h1 {
  text-align: center;
}
.section-search-results .pagination .currentpage {
  color: #6e32ff;
}
.overlay.active {
  z-index: 15;
}
@media screen and (min-width: 1152px) and (max-width: 1260px) {
  .mainnav li a,
  .on-air .menu-burger-container-desktop li a {
    font-size: .85em;
  }
  .mainnav li {
    padding-left: 0.7em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1151px) {
  .mainnav li a,
  .on-air .menu-burger-container-desktop li a {
    font-size: .7em;
  }
  .mainnav li {
    padding-left: 0.6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .mainnav .header-logo {
    height: 46px;
  }
  .light header .mainnav .header-logo {
    margin-left: 0;
  }
  .menu-header {
    padding-right: 20px;
  }
  .mainnav .h1 a {
    width: 280px;
  }
  .mainnav li a,
  .on-air .menu-burger-container-desktop li a {
    font-size: 0.75em;
  }
  .on-air.menu-burger-active .menu-burger-container-desktop {
    width: 240px;
  }
  .on-air .menu-burger-container-desktop .menu-burger {
    padding:0 20px;
  }
  .mainnav .socials li {
    vertical-align: top;
    margin-top: -4px;
  }
}
@media screen and (max-width: 767px) {
  header .mainnav .header-logo,
  .light header .mainnav .header-logo {
    height: 40px;
    margin-left: 0;
    margin-top: 0;
  }
  .mainnav.opened {
    max-height: 100%;
  }
  .mainnav .menu-burger-open {
    display: none;
  }
  .menu-header,
  .menu-burger-container-mobile {
    display: block;
  }
  .menu-header {
    padding-top: 60px;
  }
  .menu-burger-container-mobile ul {
    padding-top: 0;
  }
  .menu-burger-container-desktop {
    display: none;
  }
  .menu-burger-container-mobile li.menu-item-has-children button,
  .menu-burger-container-desktop li.menu-item-has-children button {
    right:10px;
  }
  .menu-burger-container-mobile li ul.sub-menu li {
    text-transform: none;
  }
  .menu-burger-container-mobile li ul.sub-menu li a {
    letter-spacing: 0px;
  }
  .mainnav .header-right {
    display: block;
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  .mainnav .header-right-container {
    justify-content: center;
  }
  .mainnav .header-search {
    padding: 10px 0 10px 0px;
  }
  .mainnav .socials {
    display: block;
    padding-right: 0;
  }
  .mainnav .socials ul {
    display: flex;
    justify-content: center;
  }
  .mainnav .socials ul li {
    padding: 0 4px;
  }
  .menu-burger-container-mobile li.menu-item-has-children button::before, 
  .menu-burger-container-desktop li.menu-item-has-children button::before {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    width: 22px;    
  }
}