/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    background: #3f5c3f !important;
}

h1, .entry-content h1 {
	text-transform: initial;
}

@media screen and (min-width: 900px) {
  h1, .entry-content h1 {
    font-size: 8.2rem;
  }
}

@media screen and (max-width: 480px) {
  .home h1 {
        font-size: 3em !important;
    }
    .home h2 {
        font-size: 1.8em !important;
        margin-bottom: 20px !important;
    }
}

a:focus {
  outline: none;
}

/* Enlève la limite de largeur sur tout le site */
.ast-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/** MENU **/

.main-header-bar {
    background: none;
}
header .custom-logo-link img {
  max-width: 200px;
}


@media screen and (min-width: 921px) {

  .ast-theme-transparent-header #masthead {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }

  div#ast-desktop-header .site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    padding: 0px;
  }

  div#ast-desktop-header .ast-mobile-header-wrap .ast-below-header-bar, div#ast-desktop-header .ast-below-header-bar .site-below-header-wrap {
    padding-top: 50px;
    font-size: 20px;
  }

  div#ast-desktop-header {
      display: grid;
      grid-template-columns: auto auto;
      align-items: center;
  }

  div#ast-desktop-header .ast-main-header-wrap.main-header-bar-wrap, div#ast-desktop-header .ast-below-header-wrap {
      width: 100%;
  }

  div#ast-desktop-header .ast-main-header-wrap .main-header-bar, div#ast-desktop-header .ast-below-header-wrap .ast-below-header {
      text-align: left;
  }
  div#ast-desktop-header .ast-grid-section-center {
    justify-content: left;
  }
}
@media screen and (max-width: 921px) {
  .ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-menu,
  .ast-theme-transparent-header .main-header-menu .menu-link {
    background-color: #FFFBFA !important;
  }
  .ast-theme-transparent-header .ast-builder-menu .main-header-menu {
    color: #FFFBFA !important;
  }
}

.ast-theme-transparent-header #masthead {
    position: relative;
}

@media screen and (max-width: 480px) {
  div#pHome {
    background-color: #fbeaec;
    border-radius: 20px;
    padding: 25px;
  }
  div#phoneScope {
    padding-top: 10px;
  }
}



/** FOOTER **/
footer.site-footer {
    background-color: #000;
}

div#phoneScope {
    display: block;
    font-weight: 400;
    font-size: 16px;
}
div#phoneScope p {
    margin-bottom: 13px;
}
div#phoneScope a {
  font-weight: 600;
  display: block;
  font-size: 22px;
}

div#phoneScope b {
    font-size: 18px;
    line-height: initial;
    font-weight: 500;
    padding-bottom: 15px;
}


.hfe-before-footer-wrap {
    display: none;
}
.ast-hfb-header .site-footer {
    padding-top: 0;
}


/** AVIS **/
.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: 18px !important;
    margin-top: 10px;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .elementor-560 .elementor-element.elementor-element-1baba56 img {
      max-width: 75px;
  }
}


/** REALISATIONS **/
.realHP figure.gallery-item .gallery-icon {
    overflow: visible;
    margin-bottom: 5px;
    margin-top: 25px;
}
.realHP figure.gallery-item img {
    box-shadow: -30px -30px 0px #C79999;
    transition: all ease-out 0.2s;
}
.realHP figure.gallery-item figcaption {
    padding-bottom: 50px;
    border: none;
}
.realHP figure.gallery-item a:hover img {
    box-shadow: -20px -20px 0px #C79999;
    transform: scale(0.95);
}


/** BOUTON APPELER **/

.WrapboxDesktop {
    display: flex;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.WrapboxDesktop .boxDesktop {
    max-width: 1140px;
    display: flex;
    height: auto;
    width: 100%;
    justify-content: right;
    margin: auto;
    padding-top: 28px;
    padding-right: 2px;
    padding-left: 20px;
}


.bouton-appeler {
    position: relative;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #6FB7C8;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s;
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    box-shadow: 0px 3px 10px 0px #00000073;
}

a.bouton-appeler:focus {
  color: #fff;
}

.bouton-appeler svg {
    height: 24px;
    width: 24px;
    fill: #fff;
}

.bouton-appeler:hover {
    background-color: #3F5C3F;
    color: #fff;
}

.bouton-appeler span {
  margin-left: 12px;
}

@media screen and (max-width: 921px) {
  .bouton-appeler span {
    display: none;
  }

  .bouton-appeler {
    position: fixed;
    top: inherit;
    bottom: 30px;
    right: 30px;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    padding: 2px;
    justify-content: center;
  }

  .bouton-appeler svg {
    height: 28px;
    width: 28px;
  }
}


/** PRICE TABLE **/
.pricingTable table {
    max-width: 780px;
    margin: auto;
    text-transform: uppercase;
}

.pricingTable table th {
  background-color: #F8EFEF;
}
.pricingTable table th h3 {
  text-align: left;
  margin: 0;
}
.pricingTable table th {
  text-align: right;
}
.pricingTable table tr td:last-child {
    text-align: right;
    min-width: 115px;
}


/** BLOG ARTICLE **/
.single-format-standard.single-post p {
    margin-bottom: 20px;
}

/** FOOTER **/
.footer-widget-area-inner.site-info-inner li {
    padding-bottom: 10px;
    border-bottom: 1px solid;
    padding-top: 10px;
}


