/*
Theme Name: Ensa 2018
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: Yodel
Author URI: http://yodel-yodel.com/
Description: Thème créé par Yodel pour l'École Nationale Supérieure d'Architecture de Nantes
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* site Anglais */

#homeen {
    margin-top:45vh !important;
    z-index: 999;
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.menu-menu_ensa_uk-container{
    width: 70%;
    max-width: 1400px;
    margin: auto;
    margin-top: 0px;
}

.menu-menu_ensa_uk-container .nav-pills>li>a:hover:before {
    content: "";
    display: block;
    width: 30px;
    float: left;
    margin: 4px 14px 0 0px;
    color:#fff !important;
    animation: sheene .65s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:25px;
}

@keyframes sheene {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 30px;
  }
}


.menu-menu_ensa_uk-container .nav-pills>li>a:before {
    content: "";
    display: block;
    width: 0px;
    float: left;
    margin: 4px 0px 0 0px;
    color:#fff !important;
    animation: sheenee .65s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:25px;
}

@keyframes sheenee {
  0% {
    opacity: 1;
    width: 30px;
  }

  100% {
    opacity: 0;
    width: 0;
  }
}



.menu-menu_ensa_uk-container .nav-pills>li>a {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 200;
    border-radius: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0px;
    -webkit-transition: all 0.65s linear;
    transition: all 0.65s linear;
}


/* fin site anglais */



.vc_custom_1517935296572 {
    margin-top:55% !important;
    z-index: 999;
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.vc_custom_1557408406621 {
    margin-top:45vh !important;
    z-index: 999;
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.slidemedia{width:100%; height:100%; min-height:100% !important;min-width:100% !important;position:fixed; top:0;left:0;}

#imageaccueil{width:100%; height:100%; min-height:100%;min-width:100%;}

#contientcat{
    margin: auto;
    max-width: 1400px;
    width: 99%;
    padding-left: 13px;
}

.site{

    color: #262bae;
    -webkit-transition: all 0.65s linear;
    transition: all 0.65s linear;
    font-size: 16px;
    font-weight: 600;
}

.site:hover{color: #333;}

.souscontent{
    font-size: 14px;
    color:#333;
    font-weight: 600;
}

.imgenseignantpop{
    width:230px;
    height: 230px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
}

.contentpop h4{
    color: #262bae;
    text-transform: uppercase;
    font-size: 25px !important;
    letter-spacing: 1px;
    margin: auto;
    line-height: 26px !important;
    text-align: left;
    margin-bottom: 0px !important;
    font-weight: 600;
}

.contentpop .sousenseignant{
    color: #333;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    text-align: left;
    margin-top: 19px;
    margin-bottom: 19px;
   /*color: #666;*/
}

.contentpop{
    display: inline-block;
    vertical-align: middle;
    max-width: 420px;
    padding-top: 45px;
}

.position_pop_fermer{width:30px;height:auto; position: absolute; top:15px;right:15px;cursor: hand;cursor: pointer;}

.enseignantpopup svg{fill:#333; stroke-width: 6 !important;}

.enseignantpopup .cls-1{fill:#333;stroke-width: 6 !important;}

.position_pop_fermer .cls-1{fill:#333;stroke-width: 6 !important;stroke: #333 !important;}

#fond-alpha{
    position: fixed;
    top:0; bottom:0;left:0;right: 0;
    background: #262bae;
    z-index: 9998;
    width: 100%; height: 100%;
    -webkit-transition: opacity 0.4s, background 0.4s;
    transition: opacity 0.4s, background 0.4s;
}

#fond-alpha.fond-alpha-fin{
    opacity: 0;
    display:none;
    -webkit-transition: opacity 0.4s, background 0.4s;
    transition: opacity 0.4s, background 0.4s;
}

#fond-alpha.fond-alpha{
    opacity: 0.8;
    display:block;
    -webkit-transition: opacity 0.4s, background 0.4s;
    transition: opacity 0.4s, background 0.4s;
}

.enseignantpopup{
    width: 50%;
    min-height: 500px;
    /*min-width: 760px;*/
    background: #fff;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -350px;
    padding:60px;
}

.enseignant {
    float: left;
    width: 228px;
    max-width: 228px;
    margin: auto;
    padding: 0px;
    border: 0px solid #e7e7e7;
    text-align: left;
    cursor: hand;
    cursor: pointer;
    margin-right: 0;
    padding-left: 13px;
    margin-bottom: 10px;
    min-height:370px;
}

.sous{
    color:#333;
}

.sousenseignant {
    color: #333;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #666;
}

.enseignantcontenu h4 {
    color: #333;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 10px !important;
    line-height: 16px !important;
    text-align: left;
    margin-bottom: 0px !important;
    font-weight: 600;
}

.imgenseignant{
    width:232px;
    height: 232px;
}

.actus-load-more  {
    font-size: 20px;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all 0.65s linear;
    transition: all 0.65s linear;
    text-align: center;
    margin-top: 130px;
    margin-bottom: 30px;
}

/* page 404 */

.div404 {margin-top:60px; margin-bottom: 60px;text-align: center !important;}

.sous404 p{font-size: 40px; line-height: 50px; color:#000; font-weight: 300; margin: 30px;}

.soussous404 p{font-size: 20px; line-height: 30px; color:#000; font-weight: 300; margin:30px;}

.btn404{font-size: 18px; text-transform:uppercase;background: #262bae; border: 1px solid #dddddd; padding: 20px 15px; color:#fff;cursor:hand;cursor:pointer;width:235px;margin:auto;-webkit-transition: all 0.4s;transition: all 0.4s;margin-top: 10px;margin-bottom: 20px;}
.btn404:hover{background: #dddddd; color:#262bae; border: 1px solid #262bae;}

/* fin page 404 */

/*  CSS admissions  */

.malinky-load-more{margin-bottom:50px;}
.malinky-load-more a{font-size: 20px; text-decoration: none; color:#333;text-transform: uppercase;-webkit-transition: all 0.65s linear;transition: all 0.65s linear;}
.malinky-load-more a:hover{ text-decoration: none; color:#000;}

.decalfleche{padding-left: 40px;}

.corps{

background:#fff;
width:90%;
max-width: 1000px;
height:560px;
}


.etape1,.etape2,.etape3{width:70%;margin:auto;height:220px;margin-top:150px;}

.etape2,.etape3{display: none;}

#etape5{display: none;width:70%;margin:auto;}

.lesetapes{margin:auto;width:105px;}

.numeroetape{
    width: 204px;
    margin:auto;
    padding-top: 80px;
}

.numero1{
    width:50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
    background: #ccc;
    color:white;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.numero2{
    width:50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
    background: #ccc;
    color:white;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.liaison{width:100px; height:0; border: 2px solid #ccc;float: left;margin-top: 25px;}

.puces{
    width: 15px;
height: 15px;
margin: 1px 1px;
background: transparent;
border: 1px solid #fff;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
display: inline-block;
vertical-align: top;
cursor: hand; cursor: pointer;
}

.surpuces{width:21px;height: 21px;border-radius: 42px;-webkit-border-radius: 42px;-moz-border-radius: 42px;border:2px solid #2227a4;display: inline-block;vertical-align: top;cursor: hand; cursor: pointer;margin-right:30px;}

.puces:hover{
    background: #2227a4;
}

.puces-active{
    background: #2227a4 !important;
}

.texte-puces{
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    font-size: 20px;
    color:#5b5b5b;
    margin-top: -2px;
}

.separation{margin-top: 20px;}

.etapesuiv{
    width: 50px;
    margin:auto;
    padding-top: 0px;
    display: inline-block;
vertical-align: top;
}

.suiv{
    width:50px;
    height: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
-moz-border-radius: 120px;
    background: #ccc;
    color:white;
    font-size: 20px;
    text-align: center;
    cursor: hand; cursor: pointer;
    -webkit-backface-visibility: visible;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
}

.suiv img{margin-top:12px;}

.suiv:hover{background: #2227a4 !important;}

.actif{background: #2227a4;}

.etapeprec{
    width: 50px;
    margin:auto;
    padding-top: 0px;
    display: inline-block;
vertical-align: top;
margin-right: 5px;

}

.prec{
    width:50px;
    height: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
-moz-border-radius: 120px;
    background: #ccc;
    color:white;
    font-size: 20px;
    text-align: center;
    cursor: hand; cursor: pointer;
    -webkit-backface-visibility: visible;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
}

.prec img{margin-top:12px; transform: rotate(180deg);}
.prec:hover{background: #2227a4 !important;}


.valide{margin:auto;width:62px;margin-top:0px;}
.load{margin:auto;width:100px;margin-top:50px;}
.texte{
    width: 600px;
    margin: auto;
    margin-top: 80px;
    font-size: 20px;
    color: #5b5b5b;
}

/* fin css admissions */

.gauche-actu .h1,.gauche-actu h1 {
    font-size: 36px;
    line-height: 46px;
    font-family: 'avenir-regular';
    text-transform: uppercase;
}

.h1, h1 {
        font-size: 50px;
    line-height: 60px;
    font-family: 'avenir-regular';

}

.h2, h2 {
        font-size: 40px;
    line-height: 50px;
    font-family: 'avenir-regular';
}
.h3, h3 {
        font-size: 26px;
    line-height: 36px;
}
.h4, h4 {
        font-size: 22px;
    line-height: 32px;
}


.archiveur {width:90% !important; padding-left:35px;}

.archiveur header>h1 {color:#262bae !important; font-size: 30px !important; text-align: left !important;}

.archiveur header>h1:before {color:#262bae !important; font-size: 30px !important; text-align: left !important; content:'—'; margin-left: 20px; margin-right: 10px;}

#titrerecherche h1 {color:#262bae !important; font-size: 30px !important; text-align: left !important;}
#titrerecherche h1:before {color:#262bae !important; font-size: 30px !important; text-align: left !important; content:'—'; margin-left: 20px; margin-right: 10px;}

.indexactu{width:100%; max-width: 1400px; margin: auto;}

h4>a{text-decoration: none;}

.pagination>.disabled>a, .pagination>.disabled>span {
    color: #262bae;
    cursor: pointer; cursor:hand;
    background-color: transparent;
    border-color: transparent;
}

 .pagination>.disabled>span:focus, .pagination>.disabled>span:hover, .pagination>span:hover, .pagination>li>a:hover {
    color: #262bae;
    cursor: pointer; cursor:hand;
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline !important;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #262bae;
    text-decoration: none;
    background-color: transparent !important;
    border: 0px solid #ddd;
    text-transform: uppercase !important;
    font-size: 20px;
}

.paginationclass{
    display: block;
    margin: auto !important;
}

.listecate{
    width:500px;
    margin:auto;
    position: relative;
    height: 50px;
    padding-top: 25px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.decal50{margin-left:-50px !important;}
.decal100{margin-left:-100px !important;}
.decal150{margin-left:-150px !important;}
.decal200{margin-left:-200px !important;}
.decal250{margin-left:-250px !important;}

.desaturate {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.65s linear;transition: all 0.65s linear;
    cursor: hand;
    cursor: pointer;
}

.saturate {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.65s linear;transition: all 0.65s linear;
     cursor: hand;
    cursor: pointer;
}

.footermilieutitre a:hover{opacity:0.5;}
.footermilieutitre a{opacity:1;-webkit-transition: all 0.65s linear;transition: all 0.65s linear;}

.footermilieu a:hover{opacity:0.5;}
.footermilieu a{opacity:1;-webkit-transition: all 0.65s linear;transition: all 0.65s linear;}

.rondsociauxfoot i{
    font-size: 16px;color: #000;font-weight: bold;margin-top: 7px;margin-left: 1px;
}

.rondsociauxfoot{
    cursor: pointer;
    background: #fff;
    border-radius: 90px 90px 90px 90px;
    -moz-border-radius: 90px 90px 90px 90px;
    -webkit-border-radius: 90px 90px 90px 90px;
    width:30px;
    height:30px;
-webkit-transition: all 0.45s linear;
    transition: all 0.45s linear;
    opacity: 1;
    text-align: center;
}

.rondsociauxfoot:hover{
    opacity:0.5;
}

.noborder{
   border-right: none !important; 
}

.footerinner{
    width:90%;
    margin: auto !important;
    border-right: 1px solid #333;
        min-height: 300px;
}

.last{border-right: 0px solid #333 !important;}

#titrerecherche {
    position: relative;
    margin: auto;
    max-width: 1400px;
    width: 90%;
    margin-right: 3vw;
    padding-left: 40px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
    background: transparent !important;
} 

.nofoothead{ padding:0px; }

/*.custom-html-widget{

    width: 350px;
    margin: auto;
    padding-left: 40px;

}*/
    

.strong{font-weight: bold;}

.container {
    width:100%;    
    max-width: 1400px;
    padding-bottom: 0;
}

/*.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}*/

.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
    margin-bottom: 0 !important;
}

.main-content-inner {
    padding-bottom: 0 !important;
}

.rondsociaux i{
    font-size: 16px;color: #262bae;font-weight: bold;margin-top: 7px;margin-left: 1px;
}

.rondsociaux{
    cursor: pointer;
    background: #fff;
    border-radius: 90px 90px 90px 90px;
    -moz-border-radius: 90px 90px 90px 90px;
    -webkit-border-radius: 90px 90px 90px 90px;
    width:30px;
    height:30px;
-webkit-transition: all 0.45s linear;
    transition: all 0.45s linear;
    opacity: 1;
    text-align: center;
}

.rondsociaux:hover{
    opacity:0.5;
}


.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}

input[type="search"]{

   border: none !important;
    outline:  none !important;
      -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

}

input:focus
{
    border: none !important;
    outline:  none !important;
      -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

textarea:focus
{
    border: none !important;
    outline:  none !important;
      -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#popupRecherche input:focus {
  outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

html {
    margin-top: 0px !important;
}

/* Style ENSA */

/* logos sociaux menu */

.position-sociaux{
    width: 155px;
height: 30px;
position: absolute;
bottom: 25px;
right: 10px;
cursor: hand;
cursor: pointer;
z-index: 9997;
}

.position-sociaux .cls-1 {
        fill: none !important;
        stroke: #fff;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 3px !important;
      }

/* fin logos sociaux menu */

/* recherche */

.position-recherche{
        width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    left: 16px;
    cursor: hand;
    cursor: pointer;
    z-index: 9997;
}

.position-recherche .cls-1 {
        fill: none !important;
        stroke: #fff;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 3px !important;
      }

/*.position-recherche svg{width: 100px; height: 100px;}*/

/* pop up Recherche */

#articleSearchres{
    margin-left: 25px;margin-right: 25px;
}

.searchtext{font-size: 34px;text-align: center;}

.form-control {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 45px;
    line-height: 64px;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: none !important;
    text-transform: uppercase;

     -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#popupRecherche{
  width:100%;
  height:100%;
  background: #fff;
  opacity: 0.9;
  text-align: center;
  position:fixed;
  padding-top: 15px;
  display: none;
  top:0;
  left:0;
  z-index: 9991;
}

#fermer-recherche{
  width:35px;
  height:35px;
  cursor: hand;
  cursor: pointer;
  position: absolute;
    right: 20px;
    top: 20px;
}

#fermer-recherche .cls-1{
  fill:#000;
    stroke: #000;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    -webkit-transition: all 0.45s ease; transition: all 0.45s ease;
}

#fermer-recherche:hover .cls-1{
  fill:#999;
    stroke: #999;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

#pictopopupRecherche{
  width:70px;
  margin:auto;
}

#popupRecherche ::placeholder{

  color:#000 !important;

}


#popupRecherche input{

  text-align: center;
  width:70%;
  margin:auto;
  border-radius: 0 !important;
  margin-top: 45vh; transform: translateY(-50%);
  color:#000 !important;

}

.soustitrerecherche{    margin-top: -90px;
    font-style: italic;}

#titreRecherche{
      color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 20px;

}

/* fin gestion pop up Recherche */

/* fin recherche */


/* actualités single */

.sociaux-actu ul{padding-left: 0 !important}

.content-actu-dte h2{margin-bottom:20px; font-size: 25px !important; line-height: 35px;}



/*.content-actu-dte{margin: 5vh 6vw;color:#000; font-size: 14px; line-height: 24px; font-family: 'avenir-regular';}*/

.content-actu-dte{color:#333; font-size: 14px; line-height: 24px; margin-left: -2px !important;}

.img-actu-dte{width:100%; height:350px; max-height: 350px;background-size: cover !important;}

.excerpt-actu{color: #fff; font-size:20px; line-height: 30px;}

.date-actu{color:#fff; font-size: 15px; letter-spacing: 1px;margin-bottom: 50px;}



.lien-cate{margin-bottom: 50px;}

.lien-cate a{color:white; text-decoration: none;-webkit-transition: all 0.2s ease; transition: all 0.2s ease;font-size: 12px;line-height: 24px;border-bottom: 0px solid #fff;padding-bottom: 0px; display: block;}
.lien-cate a:hover{border-bottom: 0px solid #fff;color:white !important;}

.lien-cate a:hover:before {
    /*content: url(/wp-content/uploads/flecheb.png);*/
    content: "";
    display: block;
    width: 15px;
    float: left;
    margin: 5px 10px 0 0px;
    color:#fff !important;
    animation: sheena .45s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:15px;
}

@keyframes sheena {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 15px;
  }
}

.lien-cate a:before {
    /*content: url(/wp-content/uploads/flecheb.png);*/
    content: "";
    display: block;
    width: 0px;
    float: left;
    margin: 5px 0px 0 0px;
    color:#fff !important;
    animation: sheenaa .45s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:15px;
}

@keyframes sheenaa {
  0% {
    opacity: 1;
    width: 15px;
  }

  100% {
    opacity: 0;
    width: 0;
  }
}

.gauche-content{color:white; margin:auto; width:80%;margin-top: 50vh; transform: translateY(-50%);}

.actu-content{width:100%; height:100%;letter-spacing: 1px;min-height: 100vh; background: #262bae;}

.gauche-actu{
    float: left;
    width: 50%;
    position: fixed;
    height: 100%;
    min-height: 100%;
    background: #262bae;
    overflow: hidden;
    z-index: 0;
    min-height: 100vh;
}

.droite-actu{float:right;width: 50%;position: relative; height: 100%; min-height: 100%;background: #eee;overflow: auto;min-height: 120vh;}

/* fin actualités single */


.vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_col-has-fill > .vc_column-inner {
    padding-top: 0px !important;
}

#toTop{
    position: fixed;
    bottom: -5px;
    right: 30px;
    cursor: pointer;
    /*display: none;*/
    background: transparent;
    border-radius: 90px 90px 90px 90px;
    -moz-border-radius: 90px 90px 90px 90px;
    -webkit-border-radius: 90px 90px 90px 90px;
    border: 0px solid #666;
    width:50px;
    height:50px;
z-index: 999;
-webkit-transition: all 0.85s linear;
    transition: all 0.85s linear;
    padding: 0 !important;
}

#toTop:hover{
    background: transparent$;
    border: 0px solid #999;
}

#toTop .fa {margin: auto;margin-top: 5px;}

@-moz-document url-prefix() { 
  #toTop .fa {
    margin: auto;
    margin-top: 5px;
    display: block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 25px;
height: 30px;
  }
}

#colophon{background: #000; z-index: 999;position: relative;}

.footensa{background: #000; padding: 50px 0px 50px 0px;position: relative;}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.vc_row {
    margin-left: 0px;
    margin-right: 0px;
}

.container-fluid{width: 100%;}

.site-navigation-mob{display: none;}
.site-navigation{display: block;}

.open{ 

    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;

}

.dropdown-menu{ 

    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;

}

.open>.dropdown-menu {
    display: block;
     -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}


.nav-pills>li.active>a {
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.nav .open>a:hover:before, .nav .open>a:focus:before, .nav .open>a:before {
    content: "";
    display: block;
    width: 30px;
    float: left;
    margin: 9px 14px 0 0px;
    color:#fff !important;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:15px;
}

.nav-pills>li {
    float: none;
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 0px;
    clear: both;
    font-weight: 200;
    color: #fff;
    background: transparent;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.dropdown-menu>li>a:hover {
    display: block;
    clear: both;
    font-weight: 200;
    padding: 7px 0px;
    color: #fff;
    background: transparent;
}



/*.dropdown-menu>li>a:before {
    content: '';
    display: block;
    width: 0px;
    float: left;
    margin: 3px 0px 0 0px;
    color:#fff !important;
     -webkit-transition: all 0.3s linear;
     transition: all 0.3s linear;
}*/



.dropdown-menu>li>a:hover:before {
   content: "";
    display: block;
    width: 30px;
    float: left;
    margin: 9px 14px 0 0px;
    color:#fff !important;
    animation: sheene .45s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:15px;
}

.dropdown-menu>li>a:before {
   content: "";
    display: block;
    width: 0px;
    float: left;
    margin: 9px 0px 0 0px;
    color:#fff !important;
    animation: sheenee .35s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:15px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 0px;
    left: 450px;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 18px;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    /*-webkit-transition: all 0.65s linear;
     transition: all 0.65s linear;*/
    -webkit-box-shadow: none !important;
    box-shadow:  none !important;
    border: none !important;
    opacity:0;
}

.nav-stacked>li {
    float: none;
    max-width: 450px;
}

.caret {
    display: none !important;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.menu-menu_ensa-container{
    width: 70%;
    max-width: 1400px;
    margin: auto;
    margin-top: 0px;
}

.menu_haut1 img{
    max-height: 110px;
}

.menu_haut2{

    display: inline-block;
    width:45%;
    max-width:380px;
    vertical-align: top;

}

.menu_haut1{

    display: inline-block;
    width:45%;
    max-width:280px;
    vertical-align: middle;
    margin-right: 35px;
}

.position_menu_haut{
    width:70%;
    max-width: 1400px;
    margin:auto;
      height:95px;
      margin-top: 30vh;
transform: translateY(-50%);
}

.position-menu {
	position: absolute;
	top: 17px;
	cursor: pointer;
	cursor: hand;
}
.acces_menu {
	float: left;
}
.acces_menu .trait-un, .acces_menu .trait-deux, .acces_menu .trait-trois {
	border-top: 1px solid #ffffff;
	width: 42px;
	margin-bottom: 6px;
}
.acces_menu_bis {
	float: left;
	margin-top: -4px;
	margin-left: 20px;
}
.acces_menu_bis p, .fermer_menu_bis p {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
}
.menu-header-container {
	padding-top: 22px;
	/* height: 650px; */
}
.site-navigation-inner {
    position: fixed;
    top: 0px;
    z-index: 1100;
    background: transparent url(img/fond-menu-ensa.jpg) no-repeat center fixed;
    -webkit-transition: opacity 1s linear;
     transition: opacity 1s linear;
    height: 100%;
    min-height:100%;
    width: 100%;
    background-size: cover;
    opacity: 0;
    left: -3800px;
}

.site-navigation-inner.animation {
    left: 0px;
    opacity: 1;
    background: transparent url(img/fond-menu-ensa.jpg) no-repeat center fixed;
    position: fixed;
    top: 0px;
    z-index: 1100;
    background: transparent url(img/fond-menu-ensa.jpg) no-repeat center fixed;
    height: 100%;
    min-height:100%;
    width: 100%;
    background-size: cover;
}

.menu-menu-fixe-ensa-container .nav-pills>li>a:hover:before {
    /*content: url(/wp-content/uploads/flecheb.png);*/
    content: "";
    display: block;
    width: 20px;
    float: left;
    margin: 2px 12px 0 0px;
    color:#fff !important;
    animation: sheen .45s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:15px;
}

@keyframes sheen {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 20px;
  }
}

.menu-menu-fixe-ensa-container .nav-pills>li>a:before {
    /*content: url(/wp-content/uploads/flecheb.png);*/
    content: "";
    display: block;
    width: 0px;
    float: left;
    margin: 2px 0px 0 0px;
    color:#fff !important;
    animation: sheeni .45s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:15px;
}

@keyframes sheeni {
  0% {
    opacity: 1;
    width: 20px;
  }

  100% {
    opacity: 0;
    width: 0;
  }
}

.menu-menu_ensa-container .nav-pills>li>a:hover:before {
    content: "";
    display: block;
    width: 30px;
    float: left;
    margin: 4px 14px 0 0px;
    color:#fff !important;
    animation: sheene .65s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:25px;
}

@keyframes sheene {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    width: 30px;
  }
}


.menu-menu_ensa-container .nav-pills>li>a:before {
    content: "";
    display: block;
    width: 0px;
    float: left;
    margin: 4px 0px 0 0px;
    color:#fff !important;
    animation: sheenee .65s alternate;
    animation-fill-mode: both;
    background:  url(img/flecheb.png) no-repeat center left;
    background-size: 100%;
    height:25px;
}

@keyframes sheenee {
  0% {
    opacity: 1;
    width: 30px;
  }

  100% {
    opacity: 0;
    width: 0;
  }
}

/*.nav-pills>li>a:before {
    content: '';
    display: block;
    width: 0px;
    float: left;
    margin: 3px 0px 0 0px;
    color:#fff !important;
     -webkit-transition: all 0.5s;
    transition: all 0.5s;
}*/


.nav-stacked>li {
	padding-left: 5px;
	padding-right: 0px;
}

.nav-stacked>li.dropdown {
    padding-left: 5px;
    padding-right: 0px;
  
}

.nav-pills>li.active {
    
}

.menu-menu-fixe-ensa-container .nav-pills>li>a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 200;
	border-radius: 0px;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 0px;
    -webkit-transition: all 0.65s linear;
    transition: all 0.65s linear;
}

.menu-menu_ensa-container .nav-pills>li>a {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 200;
    border-radius: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0px;
    -webkit-transition: all 0.65s linear;
    transition: all 0.65s linear;
}

.nav>li:hover, .nav>li:focus {
	
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}
.fermer_menu .trait-un, .fermer_menu .trait-deux {
	border-top: 1px solid #ffffff;
	width: 42px;
	margin-bottom: 6px;
}
.close-thin:after {
  content: '×'; /* UTF-8 symbol */
}
[class*='close-'] {
	color: #ffffff;
	font: 40px/100% arial, sans-serif;
	text-decoration: none;
}
.position_menu_fermer {
	cursor: pointer;
	cursor: hand;
}


/*-------------------------------------------------------------------------*/
/*	XXX. Spécies ENSA
/*-------------------------------------------------------------------------*/

.ced{
  width:350px; height:95px;
  position: absolute;
  left:0;
  cursor: hand;
  cursor: pointer;
}
#footer-outer .col .span_4{border-right: 1px solid #999 !important;}

.footermilieu{

    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 20px;

}

.footermilieutitre{

    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 17px;
    border-bottom: 3px solid #fff;
    width:70%;

}

.footermilieu a{ color: #fff !important;}
.footermilieutitre a{ color: #fff !important;}

.textesouslogo{
  font-size: 15px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 22px;
    margin-top: 40px;
    letter-spacing: 1px;
    color: #fff;
}

.textesouslogo ul li{display: inline-block !important;
    margin-right: 25px !important;}

#mainpressemedia{
    position:relative;
    margin:auto;
    max-width: 1400px;
    width:99%;
  }

#header-outer{padding-top: 0 !important;z-index:9998;}

#toutesactus{
    width: 280px;
    margin: auto;
    margin-top: 50px;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
  }

  a:hover{text-decoration: none !important}

.thin{font-weight: 200;}
.sctrong{font-weight: bold;}

.pressecontenu{padding: 15px 30px; border:2px solid transparent;margin:auto; margin-top:7px;-webkit-transition: all 0.4s;transition: all 0.4s;width: 100%;}

.pressecontenu:hover{
  border:2px solid #fff;
  }

  .imagelien:hover + a .pressecontenu{
  border:2px solid #fff;
  text-decoration: none !important
  }

.btnart{padding-left: 0px; background: transparent;cursor:hand;cursor:pointer;width:35px;margin:auto;-webkit-transition: all 0.4s;transition: all 0.4s;margin-top: 10px;margin-bottom: 20px;margin-left:0px;}
.btnart:hover{padding-left: 10px;}

.btnartactu{padding-left: 0px; background: transparent;cursor:hand;cursor:pointer;width:210px;margin:auto;-webkit-transition: all 0.4s;transition: all 0.4s;margin-top: 25px;margin-bottom: 20px;margin-left:0px;}
/*.btnartactu:hover{padding-left: 10px;}*/

.imgpresseliste{
  width:100%;
  overflow: hidden;
  text-align: center;
  margin-left: 0px;
  margin: auto;
}

.imgpresseliste img{
  width:100% !important;
}

.datepresse{
  color: #999;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 5px;
}


.pressemedia h4{
  color: #333;
        text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 15px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 0px !important;
  }

  .pressemedia p{
    color: #000;
    
    
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    opacity: 0.7;
   
  }

  .soustitrepresse{

        color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;

  }

.pressemedia{
  float: left;
  width:48%;
  /*max-width: 590px;*/
  font-size: 20px;
  margin: auto;
 padding: 30px;
 border:0px solid #e7e7e7;
 text-align: center;
 cursor:hand;
 cursor: pointer;
  /*margin-right:2%;*/
 /*padding-left: 17px;
    padding-right: 12px;*/
    padding-left:13px;
}


.imgpresseliste img{
  margin:auto;
  }

.position-menu{width:20px;height:auto; position: fixed; top:20px;left:20px;z-index: 9998;}

.position_menu_fermer{width:35px;height:auto; position: absolute; top:15px;left:15px;width: 35px;}

.position-menu svg{fill:#fff; stroke-width: 6 !important;}

.position_menu_fermer .cls-1{fill:#fff;stroke-width: 6 !important;}


.visible{display: block !important;}
.invisible{display: none !important;}

.onlefthand{font-size:12px !important; text-align: left !important;}

.posts-container article .inner-wrap.animated{opacity: 1 !important}

.off-canvas-menu-container{width:1200px;margin: auto !important;text-align: left !important;}

#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
	display: inline-block;
    position: relative;
    color: #fff !important;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}

#slide-out-widget-area.fullscreen-alt .inner #nav_menu-2 li a {
  display: inline-block;
    position: relative;
    color: #fff !important;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px !important;
    line-height: 29px !important;
    font-family: 'Montserrat';
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 0;
}

#nav_menu-2{width:1200px !important;text-align: left !important;position:absolute; top:-180px; left:50%; margin-left:-600px !important;padding-left: 0 !important;}

.menu-menu-fixe-ensa-container  {
    margin-left: 0px !important;
}

.menu-menu-fixe-ensa-container ul{     width: 500px;
    float: left;
    border-left: 1px solid #fff;
    padding-left: 35px;
    padding-top: 0 !important;
    height: 76px;}

.midnightHeader.light{display: none !important}
.midnightHeader.default{display: none !important}

.clip-wrap{display: none !important;}

.sf-menu{display: none !important;}


/*-------------------------------------------------------------------------*/
/*	XXX. FIN Spécies ENSA
/*-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------*/
/*  XXX. Spécies ENSA mobile 
/*-------------------------------------------------------------------------*/

@media all and (min-device-width : 360px) and (max-width : 1000px) and (orientation : portrait)  {

    .vc_custom_1557408406621 {
    margin-top: 54vh !important;
    z-index: 999;
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    #contientcat .simpleselect .options {
    width: 320px !important;
}

    #contientcat .simpleselect {
    position: relative;
    border: 0px solid #262bae;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* color: #262bae; */
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-left: 0px;
    padding-top: 0px;
    width: 320px !important;
    background: #fff;
    float: left;
    text-transform: uppercase !important;
    margin-right: 20px;
    height: 35px;
}

   .enseignantpopup {
    width: 50%;
    min-height: 500px;
    min-width: 320px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -43%;
    top: 50%;
    margin-top: -320px;
    padding: 45px;
}

/** {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}*/

.simpleselect{
    float: none !important;
    margin: auto !important;
    margin-bottom: 15px !important;
}

.listecate{
    width:90%;
    margin:auto;
    position: relative;
    height: 130px;
    padding-top: 25px;
    }

#toutesactus {
    width: 280px;
    margin: auto;
    margin-top: 30px;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.footermilieutitre {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin: auto;
    margin-top: 25px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 17px;
    border-bottom: 3px solid #fff;
    width: 70%;
}

.footerinner {
    width: 90%;
    margin: auto !important;
    border-right: 0px solid #333;
    min-height: 100px;
    text-align: center;
    margin-bottom: 35px !important;
}

.decal50{margin-left:0px !important;}
.decal100{margin-left:0px !important;}
.decal150{margin-left:0px !important;}
.decal200{margin-left:0px !important;}
.decal250{margin-left:0px !important;}


    .form-control {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 64px;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: none !important;
    text-transform: uppercase;

     -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

div#slideaccueil.vc_row.wpb_row.vc_row-fluid.vc_custom_1517569853878.vc_row-has-fill.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-flex{min-height: 0 !important;}


.vc_row{

 margin-left: 0px !important; 
 margin-right: 0px !important;

}

/* 404 */

.sous404 p{font-size: 30px; line-height: 37px; color:#000; font-weight: 300; margin: 30px;}

/* fin 404 */


    /* actualités single */

.sociaux-actu ul{padding-left: 0 !important}

.content-actu-dte h2{margin-bottom:20px; font-size: 25px !important; line-height: 35px;}

.content-actu-dte a{color:#000; text-decoration: none;-webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.content-actu-dte a:hover{color: #999;text-decoration: underline;}

/*.content-actu-dte{margin: 5vh 6vw;color:#000; font-size: 16px; line-height: 26px;}*/
.content-actu-dte{color:#000; font-size: 16px; line-height: 26px;margin-left: -1px !important;}

.img-actu-dte{width:100%; height:350px; max-height: 350px;background-size: cover !important;}

.excerpt-actu{color: #fff; font-size:17px; line-height: 23px;}

.date-actu{color:#fff; font-size: 15px; letter-spacing: 1px;margin-bottom: 30px;}

.gauche-content h1{font-size: 30px; line-height: 35px; font-weight: 700;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 0 !important;}

.lien-cate{margin-bottom: 30px;}

.lien-cate a{color:white; text-decoration: none;-webkit-transition: all 0.2s ease; transition: all 0.2s ease;font-size: 15px;line-height: 24px;border-bottom: 0px solid #fff;padding-bottom: 8px;}
.lien-cate a:hover{border-bottom: 2px solid #fff;}

.gauche-content{color:white; margin:auto; width:75%;margin-top: 50px; margin-bottom: 50px; transform: translateY(0); }

.actu-content{width:100%; height:auto;letter-spacing: 1px;}

.gauche-actu{
    float: none;
    width: 100%;
    position: relative;
    height: auto;
    min-height: 100%;
    background: #262bae;
    overflow: hidden;
    z-index: 0;
    display: block;
}
.h1, h1 {
    font-size: 34px;
    line-height: 44px;
}
.h2, h2 {
    font-size: 30px;
    line-height: 40px;
}
.h3, h3 {
    font-size: 22px;
    line-height: 30px;
}
.h4, h4 {
    font-size: 18px;
    line-height: 28px;
}

.droite-actu{float:none;width: 100%;position: relative; height: auto; min-height: auto;background: #eee;overflow: auto;display: block;}

/* fin actualités single */

    .site-navigation-mob{display: block;}
    .site-navigation{display: none;}

.pressemedia {
    float: none !important;
    width: 100%;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    border: 0px solid #e7e7e7;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
}

.imgpresseliste{
  width:100%;
  overflow: hidden;
  text-align: center;
  margin: auto;
}

.pressecontenu {
    padding: 10px 25px;
    border: 2px solid transparent;
    margin: auto;
    margin-top: 7px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}

.datepresse {
    color: #999;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 5px;
    line-height: 15px;
}

.pressemedia h4 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px !important;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 15px;
    line-height: 28px !important;
    text-align: left;
    margin-bottom: 0px !important;
}

#nav_menu-2 {
    width: 100% !important;
    text-align: left !important;
    position: absolute;
    top: -90px;
    left: 25px;
    margin-left: 0px !important;
    padding-left: 0 !important;
}

.menu-ensa-ferme {
    width: 100px;
    height: auto;
    position: fixed;
    top: 5px;
    left: 5px;
    width: 50px;
}

.menu-menu_ensa-container, .menu-menu-fixe-ensa-container {
    /*width: 50%;
    min-width: 325px;*/
    width: 280px;
    /*margin: auto !important;*/
    margin-left: 20px;
    
}

.menu-menu_ensa-container{

     margin-bottom: 30px;
     margin-top: -15px !important;

}

.separate-menu{  border-top: 1px solid #fff;height: 1px;width: 100% !important;width: 85% !important; margin: auto;}

.menu-menu-fixe-ensa-container {

    margin-top: 50px;

    }

.position_menu_fermer .cls-1 {
    fill: #262bae !important;
    stroke-width: 2 !important;
    stroke: #262bae !important;
}

.position_menu_fermer {
    height: auto;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 60px;
    z-index: 9;
    left: inherit;
}

.rondsociaux {
    cursor: pointer;
    background: #fff;
    border-radius: 90px 90px 90px 90px;
    -moz-border-radius: 90px 90px 90px 90px;
    -webkit-border-radius: 90px 90px 90px 90px;
    width: 28px;
    height: 28px;
    -webkit-transition: all 0.45s linear;
    transition: all 0.45s linear;
    opacity: 1;
    text-align: center;
}

.rondsociaux i {
    font-size: 16px;
    color: #262bae;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 0px;
}

/*.position_menu_haut {
    width: 50%;
    min-width: 320px;
    margin: auto;
    height: 95px;
    margin-top: 18vh;
    transform: translateY(-50%);
    margin-bottom: 30px;
}*/

/*.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    height: 100%;
    overflow: auto;
}*/

.nav-stacked>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
    color:#fff;
    font-size: 18px;
}

li.menu-item-has-children>a:after{
    content : '+';
    position: absolute;
    right: 0;
    -webkit-transition: all 0.65s linear;
    transition: all 0.65s linear;
    transform: rotate(0deg);
}

/*li.menu-item-has-children>a:hover:after{
    transform: rotate(45deg);
}*/

li.menu-item-has-children.open>a:after{
    transform: rotate(45deg);
}


.nav .open>a:before

.menu-menu_ensa-container .nav>li>a:before {
    content: "";
    display: none;
    width: 0px;
    float: none;
    margin: inherit;
    color:#fff !important;
    animation: none;
    animation-fill-mode: none;
    background: transparent;
    background-size: 100%;
    height:inherit;
}

.menu-menu_ensa-container .nav>li>a:hover:before {
    content: "";
    display: none;
    width: 0px;
    float: none;
    margin: inherit;
    color:#fff !important;
    animation: none;
    animation-fill-mode: none;
    background: transparent;
    background-size: 100%;
    height:inherit;
}


.dropdown-menu>li>a:hover:before {
   content: "";
    display: none;
    width: 0px;
    float: none;
    margin: 9px 14px 0 0px;
    color:#fff !important;
    animation: none;
    animation-fill-mode: none;
    background:  transparent;
    background-size: 100%;
    height:inherit;
}

.dropdown-menu>li>a:before {
   content: "";
    display: none;
    width: 0px;
    float: none;
    margin: 9px 14px 0 0px;
    color:#fff !important;
    animation: none;
    animation-fill-mode: none;
    background:  transparent;
    background-size: 100%;
    height:inherit;
}

.nav .open>a:hover:before, .nav .open>a:focus:before, .nav .open>a:before {
    content: "";
    display: none;
    width: 0;
    float: none;
    margin: 9px 14px 0 0px;
    color:#fff !important;
    background:  transparent;
    background-size: 100%;
    height:15px;
}

.position_menu_haut {
    width: 110%;
    min-width: 320px;
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
    height: 95px;
    margin-top: 46px;
    /* transform: translateY(-50%); */
    margin-bottom: 0px;
    background: white;
}

.position_menu_haut img{     
    width: 180px;
    margin: auto;
    margin-left: 40px;
    margin-top: 25px;
}

.menu-menu-fixe-ensa-container ul {
    width: 100%;
    float: none;
    border-left: 0px solid #fff;
    padding-left: 40px;
    height: auto;
}

.menu-menu-fixe-ensa-container .nav-pills>li>a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 200;
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    -webkit-transition: all 0.65s linear;
    transition: all 0.65s linear;
}

/*.dropdown-menu {
    position: relative;
    top:inherit;
    left:inherit;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}*/

.dropdown-menu {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    /* padding: 10px 0; */
    margin: 2px 0 0;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    opacity: 1;
    padding-left: 30px;
}

 /*  CSS admissions  */

.decalfleche{padding-left: 40px;}

.corps{

background:#fff;
width:90%;
max-width: 1000px;
height:560px;
}

body{background: #000;/*margin-top: 200px;*/}

.etape1,.etape2,.etape3{width:85%;margin:auto;height:220px;margin-top:110px;}

.etape2,.etape3{display: none;}

#etape5{display: none;width:85%;margin:auto;}

.lesetapes{margin:auto;width:105px;margin-top: 50px;}

.numeroetape{
    width: 204px;
    margin:auto;
    padding-top: 35px;
}

.numero1{
    width:50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
    background: #ccc;
    color:white;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.numero2{
    width:50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
    background: #ccc;
    color:white;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}

.liaison{width:100px; height:0; border: 2px solid #ccc;float: left;margin-top: 25px;}

.puces{
    width: 15px;
height: 15px;
margin: 1px 1px;
background: transparent;
border: 1px solid #fff;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
display: inline-block;
vertical-align: top;
cursor: hand; cursor: pointer;
}

.surpuces{width:21px;height: 21px;border-radius: 42px;-webkit-border-radius: 42px;-moz-border-radius: 42px;border:2px solid #2227a4;display: inline-block;vertical-align: top;cursor: hand; cursor: pointer;margin-right:10px;}

.puces:hover{
    background: #2227a4;
}

.puces-active{
    background: #2227a4 !important;
}

.texte-puces{
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    font-size: 16px;
    color:#5b5b5b;
    margin-top: 0px;
    max-width: 200px;
}

.separation{margin-top: 20px;}

.etapesuiv{
    width: 50px;
    margin:auto;
    padding-top: 0px;
    display: inline-block;
vertical-align: top;
}

.suiv{
    width:50px;
    height: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
-moz-border-radius: 120px;
    background: #ccc;
    color:white;
    font-size: 20px;
    text-align: center;
    cursor: hand; cursor: pointer;
    -webkit-backface-visibility: visible;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
}

.suiv img{margin-top:12px;}

.suiv:hover{background: #2227a4 !important;}

.actif{background: #2227a4;}

.etapeprec{
    width: 50px;
    margin:auto;
    padding-top: 0px;
    display: inline-block;
vertical-align: top;
margin-right: 5px;

}

.prec{
    width:50px;
    height: 50px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
-moz-border-radius: 120px;
    background: #ccc;
    color:white;
    font-size: 20px;
    text-align: center;
    cursor: hand; cursor: pointer;
    -webkit-backface-visibility: visible;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
}

.prec img{margin-top:12px; transform: rotate(180deg);}
.prec:hover{background: #2227a4 !important;}


.valide{margin:auto;width:62px;margin-top:75px;}
.load{margin:auto;width:100px;margin-top:5px;}
.texte{
    width: 90%;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
    color: #5b5b5b;
}

/* fin css admissions */


} /*   Fin media queries mobile  */

@media all and (min-device-width : 60px) and (max-width : 360px) and (orientation : portrait)  {/*    media queries mobile pour iphone4  */

	.h1, h1 {
    font-size: 34px;
    line-height: 44px;
}
.h2, h2 {
    font-size: 30px;
    line-height: 40px;
}
.h3, h3 {
    font-size: 22px;
    line-height: 30px;
}
.h4, h4 {
    font-size: 18px;
    line-height: 28px;
}
    .vc_custom_1557408406621 {
    margin-top: 54vh !important;
    z-index: 999;
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    #contientcat .simpleselect .options {
    width: 320px !important;
}

    #contientcat .simpleselect {
    position: relative;
    border: 0px solid #262bae;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* color: #262bae; */
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-left: 0px;
    padding-top: 0px;
    width: 320px !important;
    background: #fff;
    float: left;
    text-transform: uppercase !important;
    margin-right: 20px;
    height: 35px;
}


   .enseignantpopup {
    width: 50%;
    min-height: 500px;
    min-width: 320px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -43%;
    top: 50%;
    margin-top: -350px;
    padding: 45px;
}


    .puces{
    width: 15px;
height: 15px;
margin: 1px 1px;
background: transparent;
border: 1px solid #fff;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
display: inline-block;
vertical-align: top;
cursor: hand; cursor: pointer;
}

.surpuces{width:21px;height: 21px;border-radius: 42px;-webkit-border-radius: 42px;-moz-border-radius: 42px;border:2px solid #2227a4;display: inline-block;vertical-align: top;cursor: hand; cursor: pointer;margin-right:10px;}

.puces:hover{
    background: #2227a4;
}

.puces-active{
    background: #2227a4 !important;
}

.texte-puces{
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    font-size: 12px;
    color:#5b5b5b;
    margin-top: 0px;
    max-width: 200px;
}

    .simpleselect {
    float: none !important;
    margin: auto !important;
    margin-bottom: 15px !important;
}

    .listecate{
    width:90%;
    margin:auto;
    position: relative;
    height: 120px;
    padding-top: 25px;
    padding-left: 45px;
    }

    .site-navigation-mob{display: block;}
    .site-navigation{display: none;}

    .position_menu_fermer .cls-1{fill:#262bae !important ; stroke: #262bae ;stroke-width: 6 !important;}

    .menu-menu_ensa-container, .menu-menu-fixe-ensa-container {
    /*width: 50%;
    min-width: 325px;*/
    width: 280px;
    /*margin: auto !important;*/
    margin-left: 20px;    
    }

    .position_menu_haut{

        width: 110%;
        min-width: 320px;
        margin: 0;
        margin-left: -5px;
        margin-right: -5px;
        height: 55px;
        margin-top: 25px;
        /* transform: translateY(-50%); */
        margin-bottom: 0px;
        background: white;

    }

    .position_menu_haut img{
        width: 120px;
        margin: auto;
        margin-left: 40px;
        margin-top: 12px;
    }

    .position_menu_fermer{
        height: auto;
        position: absolute;
        top: 12px;
        right: 15px;
        width: 30px;
        z-index: 9;
        left: inherit;
    }

    .menu-menu-fixe-ensa-container{
        margin-top: 30px;
    }


    }/*   Fin media queries mobile  */


 /* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
.h1, h1 {
    font-size: 34px;
    line-height: 44px;
}
.h2, h2 {
    font-size: 30px;
    line-height: 40px;
}
.h3, h3 {
    font-size: 22px;
    line-height: 30px;
}
.h4, h4 {
    font-size: 18px;
    line-height: 28px;
}
    .vc_custom_1557408406621 {
    margin-top: 54vh !important;
    z-index: 999;
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

     #contientcat .simpleselect .options {
    width: 320px !important;
}

    #contientcat .simpleselect {
    position: relative;
    border: 0px solid #262bae;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* color: #262bae; */
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-left: 0px;
    padding-top: 0px;
    width: 320px !important;
    background: #fff;
    float: left;
    text-transform: uppercase !important;
    margin-right: 20px;
    height: 35px;
}

   .enseignantpopup {
    width: 50%;
    min-height: 500px;
    min-width: 320px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -43%;
    top: 50%;
    margin-top: -350px;
    padding: 45px;
}

    .puces{
    width: 15px;
height: 15px;
margin: 1px 1px;
background: transparent;
border: 1px solid #fff;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
display: inline-block;
vertical-align: top;
cursor: hand; cursor: pointer;
}

.surpuces{width:21px;height: 21px;border-radius: 42px;-webkit-border-radius: 42px;-moz-border-radius: 42px;border:2px solid #2227a4;display: inline-block;vertical-align: top;cursor: hand; cursor: pointer;margin-right:10px;}

.puces:hover{
    background: #2227a4;
}

.puces-active{
    background: #2227a4 !important;
}

.texte-puces{
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    font-size: 10px;
    color:#5b5b5b;
    margin-top: 0px;
    max-width: 200px;
}

    .simpleselect {
    float: none !important;
    margin: auto !important;
    margin-bottom: 15px !important;
}

    .listecate{
    width:90%;
    margin:auto;
    position: relative;
    height: 120px;
    padding-top: 25px;
    padding-left: 45px;
    }

	 .site-navigation-mob{display: block;}
    .site-navigation{display: none;}

	.menu-menu_ensa-container, .menu-menu-fixe-ensa-container {
    /*width: 50%;
    min-width: 325px;*/
    width: 280px;
    /*margin: auto !important;*/
    margin-left: 20px;    
    }

    .position_menu_haut{

        width: 110%;
        min-width: 320px;
        margin: 0;
        margin-left: -5px;
        margin-right: -5px;
        height: 55px;
        margin-top: 25px;
        /* transform: translateY(-50%); */
        margin-bottom: 0px;
        background: white;

    }

    .position_menu_haut img{
        width: 120px;
        margin: auto;
        margin-left: 40px;
        margin-top: 12px;
    }

    .position_menu_fermer{
        height: auto;
        position: absolute;
        top: 12px;
        right: 15px;
        width: 30px;
        z-index: 9;
        left: inherit;
    }

    .menu-menu-fixe-ensa-container{
        margin-top: 30px;
    }

	}  /* fin media queries iphone<5  */

/* iPhone 5: */
@media screen and (device-aspect-ratio: 40/71) and (max-device-width: 640px) and (orientation:portrait) {
.h1, h1 {
    font-size: 34px;
    line-height: 44px;
}
.h2, h2 {
    font-size: 30px;
    line-height: 40px;
}
.h3, h3 {
    font-size: 22px;
    line-height: 30px;
}
.h4, h4 {
    font-size: 18px;
    line-height: 28px;
}
    .vc_custom_1557408406621 {
    margin-top: 54vh !important;
    z-index: 999;
    position: relative;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

     #contientcat .simpleselect .options {
    width: 320px !important;
}

    #contientcat .simpleselect {
    position: relative;
    border: 0px solid #262bae;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* color: #262bae; */
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    padding-left: 0px;
    padding-top: 0px;
    width: 320px !important;
    background: #fff;
    float: left;
    text-transform: uppercase !important;
    margin-right: 20px;
    height: 35px;
}

   .enseignantpopup {
    width: 50%;
    min-height: 500px;
    min-width: 320px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    left: 50%;
    margin-left: -43%;
    top: 50%;
    margin-top: -315px;
    padding: 45px;
}

    .puces{
    width: 12px;
height: 12px;
margin: 1px 1px;
background: transparent;
border: 1px solid #fff;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 24px;
display: inline-block;
vertical-align: top;
cursor: hand; cursor: pointer;
}

.surpuces{width:16px;height: 16px;border-radius: 32px;-webkit-border-radius: 32px;-moz-border-radius: 32px;border:1px solid #2227a4;display: inline-block;vertical-align: top;cursor: hand; cursor: pointer;margin-right:10px;}

.puces:hover{
    background: #2227a4;
}

.puces-active{
    background: #2227a4 !important;
}

.texte-puces{
    display: inline-block;
    vertical-align: top;
    padding-top: 0px;
    font-size: 12px;
    color:#5b5b5b;
    margin-top: 0px;
    max-width: 200px;
}

.corps {
    background: #fff;
    width: 100%;
    max-width: 1000px;
    height: 560px;
}

.valide{margin:auto;width:62px;margin-top:0px;}
.load{margin:auto;width:100px;margin-top:5px;}
.texte{
    width: 100%;
    margin: auto;
    margin-top: 10px;
    font-size: 12px;
    color: #5b5b5b;
}

.etape1, .etape2, .etape3 {
    width: 95%;
    margin: auto;
    height: 220px;
    margin-top: 90px;
    padding-left: 15px;
}

    .simpleselect {
    float: none !important;
    margin: auto !important;
    margin-bottom: 15px !important;
}

    .listecate{
    width:90%;
    margin:auto;
    position: relative;
    height: 120px;
    padding-top: 25px;
    padding-left: 45px;
    }

    #toutesactus {
    width: 280px;
    margin: auto;
    margin-top: 30px;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.footermilieutitre {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin: auto;
    margin-top: 25px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 17px;
    border-bottom: 3px solid #fff;
    width: 70%;
}

.footerinner {
    width: 90%;
    margin: auto !important;
    border-right: 0px solid #333;
    min-height: 100px;
    text-align: center;
    margin-bottom: 35px !important;
}

.decal50{margin-left:0px !important;}
.decal100{margin-left:0px !important;}
.decal150{margin-left:0px !important;}
.decal200{margin-left:0px !important;}
.decal250{margin-left:0px !important;}


    .form-control {
    display: block;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 64px;
    color: #000;
    background-color: transparent;
    background-image: none;
    border: none !important;
    text-transform: uppercase;

     -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

div#slideaccueil.vc_row.wpb_row.vc_row-fluid.vc_custom_1517569853878.vc_row-has-fill.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-flex{min-height: 0 !important;}


.vc_row{

 margin-left: 0px !important; 
 margin-right: 0px !important;

}

/* 404 */

.sous404 p{font-size: 30px; line-height: 37px; color:#000; font-weight: 300; margin: 30px;}

/* fin 404 */


    /* actualités single */

.sociaux-actu ul{padding-left: 0 !important}

.content-actu-dte h2{margin-bottom:20px; font-size: 25px !important; line-height: 35px;}

.content-actu-dte a{color:#000; text-decoration: none;-webkit-transition: all 0.2s ease; transition: all 0.2s ease;}
.content-actu-dte a:hover{color: #999;text-decoration: underline;}

/*.content-actu-dte{margin: 5vh 6vw;color:#000; font-size: 16px; line-height: 26px;}*/
.content-actu-dte{color:#000; font-size: 16px; line-height: 26px;margin-left: -1px !important;}

.img-actu-dte{width:100%; height:350px; max-height: 350px;background-size: cover !important;}

.excerpt-actu{color: #fff; font-size:19px; line-height: 24px;}

.date-actu{color:#fff; font-size: 15px; letter-spacing: 1px;margin-bottom: 30px;}

.gauche-content h1{font-size: 30px; line-height: 35px; font-weight: 700;text-transform: uppercase;letter-spacing: 1px;margin-bottom: 0 !important;}

.lien-cate{margin-bottom: 30px;}

.lien-cate a{color:white; text-decoration: none;-webkit-transition: all 0.2s ease; transition: all 0.2s ease;font-size: 15px;line-height: 24px;border-bottom: 0px solid #fff;padding-bottom: 8px;}
.lien-cate a:hover{border-bottom: 2px solid #fff;}

.gauche-content{color:white; margin:auto; width:75%;margin-top: 50px; margin-bottom: 50px; transform: translateY(0); }

.actu-content{width:100%; height:auto;letter-spacing: 1px;}

.gauche-actu{
    float: none;
    width: 100%;
    position: relative;
    height: auto;
    min-height: 100%;
    background: #262bae;
    overflow: hidden;
    z-index: 0;
    display: block;
}

.droite-actu{float:none;width: 100%;position: relative; height: auto; min-height: auto;background: #eee;overflow: auto;display: block;}

/* fin actualités single */

    .site-navigation-mob{display: block;}
    .site-navigation{display: none;}

.pressemedia {
    float: none !important;
    width: 100%;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    border: 0px solid #e7e7e7;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
}

.imgpresseliste{
  width:100%;
  overflow: hidden;
  text-align: center;
  margin: auto;
}

.pressecontenu {
    padding: 10px 25px;
    border: 2px solid transparent;
    margin: auto;
    margin-top: 7px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
}

.datepresse {
    color: #999;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 5px;
    line-height: 15px;
}

.pressemedia h4 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px !important;
    letter-spacing: 1px;
    margin: auto;
    margin-top: 15px;
    line-height: 28px !important;
    text-align: left;
    margin-bottom: 0px !important;
}

#nav_menu-2 {
    width: 100% !important;
    text-align: left !important;
    position: absolute;
    top: -90px;
    left: 25px;
    margin-left: 0px !important;
    padding-left: 0 !important;
}

.menu-ensa-ferme {
    width: 100px;
    height: auto;
    position: fixed;
    top: 5px;
    left: 5px;
    width: 50px;
}

.menu-menu_ensa-container, .menu-menu-fixe-ensa-container {
    /*width: 50%;
    min-width: 325px;*/
    width: 280px;
    /*margin: auto !important;*/
    margin-left: 20px;
    
}

.menu-menu_ensa-container{

     margin-bottom: 30px;
     margin-top: -15px !important;

}

.separate-menu{  border-top: 1px solid #fff;height: 1px;width: 100% !important;width: 85% !important; margin: auto;}

.menu-menu-fixe-ensa-container {

    margin-top: 50px;

    }

.position_menu_fermer .cls-1 {
    fill: #262bae !important;
    stroke-width: 2 !important;
    stroke: #262bae !important;
}

.position_menu_fermer {
    height: auto;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 60px;
    z-index: 9;
    left: inherit;
}

.rondsociaux {
    cursor: pointer;
    background: #fff;
    border-radius: 90px 90px 90px 90px;
    -moz-border-radius: 90px 90px 90px 90px;
    -webkit-border-radius: 90px 90px 90px 90px;
    width: 28px;
    height: 28px;
    -webkit-transition: all 0.45s linear;
    transition: all 0.45s linear;
    opacity: 1;
    text-align: center;
}

.rondsociaux i {
    font-size: 16px;
    color: #262bae;
    font-weight: bold;
    margin-top: 7px;
    margin-left: 0px;
}

/*.position_menu_haut {
    width: 50%;
    min-width: 320px;
    margin: auto;
    height: 95px;
    margin-top: 18vh;
    transform: translateY(-50%);
    margin-bottom: 30px;
}*/

/*.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    height: 100%;
    overflow: auto;
}*/

.nav-stacked>li>a {
    position: relative;
    display: block;
    padding: 8px 15px;
    color:#fff;
    font-size: 18px;
}

li.menu-item-has-children>a:after{
    content : '+';
    position: absolute;
    right: 0;
    -webkit-transition: all 0.65s linear;
    transition: all 0.65s linear;
    transform: rotate(0deg);
}

/*li.menu-item-has-children>a:hover:after{
    transform: rotate(45deg);
}*/

li.menu-item-has-children.open>a:after{
    transform: rotate(45deg);
}


.nav .open>a:before

.menu-menu_ensa-container .nav>li>a:before {
    content: "";
    display: none;
    width: 0px;
    float: none;
    margin: inherit;
    color:#fff !important;
    animation: none;
    animation-fill-mode: none;
    background: transparent;
    background-size: 100%;
    height:inherit;
}

.menu-menu_ensa-container .nav>li>a:hover:before {
    content: "";
    display: none;
    width: 0px;
    float: none;
    margin: inherit;
    color:#fff !important;
    animation: none;
    animation-fill-mode: none;
    background: transparent;
    background-size: 100%;
    height:inherit;
}


.dropdown-menu>li>a:hover:before {
   content: "";
    display: none;
    width: 0px;
    float: none;
    margin: 9px 14px 0 0px;
    color:#fff !important;
    animation: none;
    animation-fill-mode: none;
    background:  transparent;
    background-size: 100%;
    height:inherit;
}

.dropdown-menu>li>a:before {
   content: "";
    display: none;
    width: 0px;
    float: none;
    margin: 9px 14px 0 0px;
    color:#fff !important;
    animation: none;
    animation-fill-mode: none;
    background:  transparent;
    background-size: 100%;
    height:inherit;
}

.nav .open>a:hover:before, .nav .open>a:focus:before, .nav .open>a:before {
    content: "";
    display: none;
    width: 0;
    float: none;
    margin: 9px 14px 0 0px;
    color:#fff !important;
    background:  transparent;
    background-size: 100%;
    height:15px;
}

.position_menu_haut {
    width: 110%;
    min-width: 320px;
    margin: 0;
    margin-left: -5px;
    margin-right: -5px;
    height: 95px;
    margin-top: 46px;
    /* transform: translateY(-50%); */
    margin-bottom: 0px;
    background: white;
}

.position_menu_haut img{     
    width: 180px;
    margin: auto;
    margin-left: 40px;
    margin-top: 25px;
}

.menu-menu-fixe-ensa-container ul {
    width: 100%;
    float: none;
    border-left: 0px solid #fff;
    padding-left: 40px;
    height: auto;
}

.menu-menu-fixe-ensa-container .nav-pills>li>a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 200;
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    -webkit-transition: all 0.65s linear;
    transition: all 0.65s linear;
}

/*.dropdown-menu {
    position: relative;
    top:inherit;
    left:inherit;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}*/

.dropdown-menu {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    /* padding: 10px 0; */
    margin: 2px 0 0;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    opacity: 1;
    padding-left: 30px;
}



	.menu-menu_ensa-container, .menu-menu-fixe-ensa-container {
    /*width: 50%;
    min-width: 325px;*/
    width: 280px;
    /*margin: auto !important;*/
    margin-left: 20px;    
    }

    .position_menu_haut{

        width: 110%;
        min-width: 320px;
        margin: 0;
        margin-left: -5px;
        margin-right: -5px;
        height: 55px;
        margin-top: 25px;
        /* transform: translateY(-50%); */
        margin-bottom: 0px;
        background: white;

    }

    .position_menu_haut img{
        width: 120px;
        margin: auto;
        margin-left: 40px;
        margin-top: 12px;
    }

    .position_menu_fermer{
        height: auto;
        position: absolute;
        top: 12px;
        right: 15px;
        width: 30px;
        z-index: 9;
        left: inherit;
    }

    .menu-menu-fixe-ensa-container{
        margin-top: 30px;
    }

} /* fin media queries iphone 5  */





/* fin Style ENSA */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
    	background-color: #dddddd;
	font-size: 16px;
	/*line-height: 26px;*/
	color: #666;
}
a {
    color: #262bae;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 !important;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */



/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}




/* styles hero box */
.hero-box p.hero-box-caption {
    line-height: 1.7em;
}
