/*
Theme Name: Divi child
Theme URI: https://backtothetrees.net/wp-admin/themes/divi
Description: Back to the trees
Author: Code graphique
Author URI: https://codegraphique.fr/
Template: divi
Version: 0.1.0
*/

.et_header_style_left #et-top-navigation {
    padding-top: 0px;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 20px;
}

.demande-de-devis a{
    background-color: #ffd000;
    padding: 20px;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
     text-shadow: initial;
}
.mfp-bottom-bar{
  display: none;
}

.et_header_style_left .logo_container {
    height: auto;
    width: 125px;
}

#main-header {
    line-height: 0px;
}
#et-info{
  float: right;
}

#top-header{
  z-index: 2;
}
#logo{
    margin-top: -30px;
    z-index: 10;
}

.et_pb_post .entry-featured-image-url {
  margin-bottom: 20px;
    height: 220px;
    overflow: hidden;
}

.more-link{
      padding: 15px 40px;
    background-color: #000;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}

.post-content-inner{
    margin-bottom: 20px;
}
.et_mobile_menu li a {
    padding: 17px 5%;
}

@media (max-width: 470px) {
  #logo {
      margin-top: 8px;
      z-index: 10;
  }
}

@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 0px;
    }
}