/*
 * Beaux-Arts Paris Bootstrap Theme
 * Custom CSS
 */

body {
 margin: 0 !important /* remove the magin from drupal-bootstrap.css */
}

/* Fix overscrolling on mobile */
@media(max-width:768px){
  .container {
    max-width: 100vw;
    overflow-x: hidden;
  }
  div.container.pdlr0 {
    height:67px;
  }

  #nav-icon {
    top:4px;
  }

  /* The homepage's carousel height = height of the screen */
  section.slider1 {
    height: 100vh;
  }

  /* Image in carrousel are as tall as the page height */
  #slider_landing_page .owl-item, #slider_landing_page .item {
    height: 100vh;
  }

}

.transparent {
  background-color: transparent;
}

div.navbar {
  margin-bottom: 0;
  padding-bottom: 20px;
}
/*.field--label-hidden {
  display: none
}*/

/*
 * Home Page
 */

section.slider3 {
  background-color: #d14905;
}

.gvbg section.slider3 {
  background-color: transparent;
}

section.slider4 h2 {
  color: #e90d59;
}

section.slider4 div.pull-right, div.newsletter {
  background-color: #e90d59;
  position: relative;
}

/* Remove the padding-top of the */
body.page-nav--active {
  padding-top:0px;
}

/* Page title */
section.page-header {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  /*padding: 60px 0;*/
  padding-bottom: 0
}

section.page-header h1 {
  font-size: 37.58px;
  font-family: "obibokbold";
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  /*padding: 60px 0;*/
  line-height: 1.2;
  border: none;
}

section.page-header div.mtb {
  margin: 60px 0;
}

section.page-header img {
  margin: auto;
}

.link-share {
    margin-top: 10px;
    margin-bottom: 0px;
}

/*
 * Page /organigramme
 */
#accordion .organigramme .panel-title button[aria-expanded="true"] {
  color: #108670;
  transition: .2s;
}

/*
 * Page /professeur
 */
#accordion .professeurs .panel-title button[aria-expanded="true"] {
  color: #d14905;
}

/*.field--label, .field--item {
  display: none;
}*/

/* Page exposition */
/*.expo1, body #salleslider, body.page-node-type-exposition {
  background: #e90d59;
}*/

body.page-node-type-presentation {
  background: #d14905;
}

/*.pres1 .owl-carousel .owl-item img {
  width: auto;
}*/


/*
 * Pager / pagination - Page podcast
 *
 */

div.view-podcast {
  background-color: #fb5201 !important;
}

section.block-views-blockpodcast-block-1 .pager,
section.block-views-blockpodcast-block-1 .pager ul{
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

section.block-views-blockpodcast-block-1 .pager li span {
  vertical-align: middle;
}

section.block-views-blockpodcast-block-1 form {
  color: white;  
  padding-top: 20px;
}

section.block-views-blockpodcast-block-1 nav.pager {
  padding-top: 40px;
}

section.block-views-blockpodcast-block-1 .pager li,
section.block-views-blockpodcast-block-1 li.pager__item.pager__item--next,
section.block-views-blockpodcast-block-1 li.pager__item.pager__item--previous {
  vertical-align: middle;
  color: white;
  display: inline-block;
  font-size: 24px;
  position: static !important;
}

section.block-views-blockpodcast-block-1 .pager li > a,
section.block-views-blockpodcast-block-1 .pager li > a:focus,
section.block-views-blockpodcast-block-1 .pager li > a:hover {
  border: none !important;
  background-color: transparent !important;
  color: white;
  padding: 0;
}


/*
 * Page /nosartistes/observatoire-diplomes
 */
form#views-exposed-form-annuaire-annuaire-liste-felicites .form-item,
form#views-exposed-form-annuaire-annuaire-liste-felicites .form-item .form-select {
  display:block;
}
form#views-exposed-form-annuaire-annuaire-liste-felicites .form-item .form-select,
form#views-exposed-form-annuaire-annuaire-liste-felicites .form-inline .select-wrapper {
  width:100% !important;
}
form#views-exposed-form-annuaire-annuaire-liste-felicites select[name="field_promotion_value"] {
    box-shadow: none!important;
    border-bottom: 1px solid #888888 !important;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
    background-size: 30px;
    font-size: 16px;
    font-family: "robotolight";
    font-weight: 700;
    color: #000;
    height: 63px;
    text-transform: uppercase;
}

form#views-exposed-form-annuaire-annuaire-liste-felicites .select-wrapper:after {
    /* content: '\f067'!important;
    -webkit-text-stroke: 7px #fff !important;
    color: #000 !important;   */
    -webkit-text-stroke: 7px #ffffff !important;
    color: #000 !important;
    content: '\f067'!important;
    font-size: 50px;
    position: absolute;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 50%;
    z-index: 0;
}
