/************************************/
/* Fix an issue with Flex that      */
/* hides the Google maps credits    */
/* This could have you black listed */
/************************************/
a[href*="//maps.google.com/maps"],
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: inherit!important;
}

.justify-content-center, .justify-content-center .sppb-row {
    justify-content: center!important;
}

/**Top Menu**/
#sp-header #sp-menu .sp-megamenu-parent >li >a {
    text-transform: uppercase;
}

.sp-megamenu-parent >li >a {
    padding: 0 25px;
}

#sp-header #sp-menu .sp-dropdown .sp-dropdown-inner {
    border-radius: 0 0 0px 0px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 10px 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    border-radius: 0px;
}

sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item>a, #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item.active>a, #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item.active:hover>a, #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover {
    color: #000 !important;
    background-color: #F1E8DE !important;
}

#sp-header .logo img, svg {
    max-width: 80%;
}

.sticky .sticky__wrapper {
    padding-left: 30px;
}

.sticky .logo img, svg {
    max-width: 80%;
}

/**Language Switcher**/
.sp-module-content .mod-languages ul.lang-inline {
    margin: 0;
    padding: 0 0px;
    border-left: none;
    border-right: none;
}

/**Type**/
body {
    line-height: 30px;
}

h2 {
  color: #707070 !important;
}

/*H3*/
h3 {
  color: #707070 !important;
}

.sppb-addon h3.sppb-addon-title:after {
    background: none;
}

.sppb-addon h3.sppb-addon-title {
    box-shadow: none;
}

.sppb-addon h3.sppb-addon-title {
    margin: 10px 0;
}

/*H5*/
h5 {
  color: #707070;
}

h6 {
  color: #DF8D2F;
}

/*UNDERLINE TITLES*/
.title-underline {
    display: inline-block;
    width: 100%;
}

.title-underline h1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0CEBB;
    padding-bottom: 20px;
}

.title-underline h5 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0CEBB;
    padding-bottom: 20px;
}

/**LSR PAGE TITLES**/
.lsr-page-title {
  position:relative;
  overflow:hidden;
}

.lsr-page-title :after {
  content:'';
  display:inline-block;
  width:100%; height:100%;
  margin-right:-100%;
  border-bottom:1px solid #E0CEBB;
  margin-left: 10px;
}

/**LSR Button**/
.lsr-btn {
  margin: 0px auto;
  position: relative;
  width: calc(100% + 90px);
  text-align: left!important;
}
.lsr-btn:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #DF8D2F;
  right: 30px;
  top: 55%;
  position: absolute;
}
.lsr-btn:hover:after {
  background: #000;
}

/**Accueil**/
.no-projects div.style1 ul.jb-portfolio-filter {
    display: none !important;
}

/**Nos valeurs**/
.vertical-separator .sppb-row > div {
  border-right: 1px solid #E0CEBB;
}
.vertical-separator .sppb-row > div:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  /*In mobile the vertical separator is hidden*/
  .vertical-separator .sppb-row > div {
    border-right: none;
  }
}

.bordered{ 
  border: 1px solid #E0CEBB;
  border-color: #E0CEBB;
}
.bordered-top{border-style: solid none none none;}
.bordered-right{border-style: none solid none none;}
.bordered-bottom{border-style: none none solid none;}
.bordered-left{border-style: none none none solid;}
.bordered-left-right{border-style: none solid none solid;}
.bordered-top-bottom{border-style: solid none solid none;}
.bordered-left-top{border-style: solid none none solid;}
.bordered-left-bottom{border-style: none none solid solid;}
.bordered-right-bottom{border-style: none solid solid none;}
.bordered-right-top{border-style: solid solid none none;}
@media (max-width: 767px) {
  /*In mobile the whole column is painted blue*/
  .bordered-left-right {border-style: none;}
}

/**Notre equipe - Accordion Styling**/
.sppb-panel-heading .sppb-panel-title {
    font-size: 28px;
    font-family: Playfair Display, sans-serif;
}

.sppb-panel-flex >.sppb-panel-heading.active {
    border-bottom: 1px solid #E0CEBB;
}

.sppb-panel-flex >.sppb-panel-heading +.sppb-panel-collapse > .sppb-panel-body {
    border-bottom: 1px solid #E0CEBB;
}

.sppb-panel-flex >.sppb-panel-heading {
    padding: 20px 12px;
}

@media only screen and (min-width: 1025px) {
    .sppb-panel-flex >.sppb-panel-heading +.sppb-panel-collapse > .sppb-panel-body {
    padding-left: 150px;
}
    } 

/**Notre parcours**/

.sp-pagebuilder-row, .sppb-row .timeline-line {
    border-right: 4px solid #DF8D2F;
}

.parcours-year h2.sppb-addon-title  {
  font-size: 60px !important;  
  color: #DF8D2F !important;
}

@media (max-width: 768px) {
  .timeline-line {
      border-right: none;
  }
}

@media (max-width: 768px) {
  .mobile-alignment {
    text-align: center !important;
  }
}

/**Nos projets - Articles**/
hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0;
    border-top: 0px solid #fff !important;
}

.article-info {
    padding-top: 0px;
    line-height: 0px;
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div>div {
    display: none;
}

.jb-portfolio-thumb .item-title {
    font-family: Open-sans, sans-serif;
    font-size: 20px;
    font-weight: 300;
}

/**Nouvelles + Presse**/
.entry-header h1, .entry-header h2 {
    box-shadow: none;
    font-size: 28px;
}

.entry-header h1:after, .entry-header h2:after {
    display: none;
}


.article-info >dd >i, .article-info >dd >span.fa-eye, .article-info >dd >span.far.fa-eye {
    display: none;
    margin-right: 0px;
}

.article-info >dd {
    font-size: 16px;
    padding-top: 10px;
}

/**PORTFOLIO THUMB PAGE**/
.jb-portfolio-thumb {
  position:relative;
}
.jb-portfolio-thumb .item-title {
  position:absolute;
  bottom:0;
  width:100%;
  text-align:center;
  text-transform:uppercase;
  background-color: rgb(255,255,255,.8);
  padding: 20px;
  color:#333;
  margin:0;
}

.sppb-panel-flex >.sppb-panel-heading:after {
  display:none;
}