.navbar-brand h1{
  margin: 0;
  line-height: 0;
}
.navbar-brand h1 span{
  font-size: 0;
}

@media (max-width: 1200px){
  .container{
    width: auto;
  }
}
@media (min-width: 1200px){
  .container{
    width: 1140px;
  }
}
@media screen and (max-width: 992px){
  .navbar .dropdown-menu .container,
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.shadow{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.ombre{
  position: relative;
}
.ombre:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  -ms-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}
a.wrapper-push.ombre:hover:before,
a.wrapper-push:hover .wrapper-push-image.ombre:before{
  background-color: #dfa237;
  color: #fff;
}
.image-wrapper.ombre:hover:before,
.actualites-stef a.wrapper-push.push-image.ombre:hover:before{
  background-color: rgba(0, 0, 0, 0); 
}
.div-table{
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.cell{
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 992px){
  .div-table-desktop{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .cell-desktop{
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

.absolute{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.inline-blocks{
  text-align: center;
  letter-spacing: -1em;
  font-size: 0;
}
.inline-blocks .col{
  float: inherit;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  font-size: 16px;
}

/*** carousel ***/
.carousel-indicators{
  position: static;
  width: 100%;
  margin: 30px auto 0;
}
.carousel-indicators li{
  background-color: #e0e8f2;
  width: 10px;
  height: 10px;
  border: 0px;
  margin: 0 5px;
}
.carousel-indicators li.active{
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #00aeef !important;
}

.bg-1{
  background-color: #e0e8f2;
}
  
@media (max-width: 991px){
  .mob-bg-1{
    background-color: #e0e8f2;
  }
  .mob-bg-1 .carousel-indicators li{
    background-color: #fff;
  }
}

/*** iframe carte ***/
.section-map{
  margin-bottom: 35px;
}
.section-map iframe{
  width: 100%;
  height: 670px;
  border: 0;
}
.implantation .rebonds{
  padding-top: 0;
}

@media (max-width: 991px){
  .section-map{
    margin-bottom: 0;
  }
  .section-map iframe{
    height: 400px;
  }
}

/*** iframe bourse ***/
.section-bourse{
  margin-bottom: 70px;
}
.section-bourse iframe{
  width: 100%;
  height: 2130px;
  border: 0;
}

@media (max-width: 991px){
  .section-bourse{
    margin-bottom: 50px;
  }
  .section-bourse iframe{
    height: 3126px;
  }
}

/*** plan du site ***/
.plan-site .bloc-intro .h2{
  padding-bottom: 0;
}
.plan-site .bloc-intro{
  padding-bottom: 23px;
}
.sitemap{
  white-space: normal;
}
.sitemap li{
  margin: 16px 0;
}
.sitemap .h3{
  margin-bottom: 18px;
}
.sitemap .h3,
.sitemap a{
  font-weight: 500;
  color: #005aaa;
}
.sitemap .sous-menu{
  padding-left: 15px;
}
.sitemap .sous-menu a{
  font-size: 14px;
  font-weight: 300;
  color: #005aaa;
}
.sitemap a:hover{
  text-decoration: none;
  color: #00aeef;
}
.sitemap .menu-top{
  margin-bottom: 21px;
}
.sitemap .primary-menu{
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}
.sitemap .secondary-menu{
  margin: 34px 0;
  text-align: center;
}
.sitemap .secondary-menu li{
  display: inline-block;
  margin: 0 20px;
}

/*** connexion admin ***/
form#user-login-form{
  width: 100%;
  max-width: 500px;
  margin: 62px auto 50px;
}
form#user-login-form .form-group label,
form#user-login-form label.js-form-required.form-required.active{
  font-size: 16px;
  font-weight:  bold;
  top: -19px;
  color: #31363b;
}
form#user-login-form input:not(.form-submit){
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #00aeef;
  color: #00aeef;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 12px;
}

form#user-login-form input.form-submit{
  margin-top: 20px;
}
form#user-login-form .help-block{
  display: none;
}

/*** toolbar drupal ***/
div#toolbar-administration {
  position: relative;
  z-index: 99999;
}
.toolbar-fixed .node-preview-form-select{
    position: relative;
    z-index: 1;
}
.toolbar-fixed .dialog-off-canvas-main-canvas{
    position: relative;
    z-index: 0;
}
