/*
 Theme Name:   LPDW config
 Theme URL:    https://leplusduweb.com
 Description:  Theme enfant developpé par l'entreprise LE PLUS DU WEB
 Author:       Le plus du web
 Author URI:   http://leplusduweb.com
 Template:     enfold
 Version:      1.0.0
*/

/*
Mobile Styles
================================================== */
/* Note: CSS POUR VUE SMARTPHONE */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  /* =============== SLIDER ================= */
  #full_slider_1 .slideshow_caption,
  #full_slider_1 .slideshow_inner_caption {
    left: 0;
    bottom: 50%;
    transform: translate(0, 50%);
  }

  #full_slider_1 .slideshow_inner_caption {
    padding: 0;
  }

  #top #full_slider_1 .slideshow_align_caption .avia-caption-title {
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
  }

  #top #full_slider_1 .slideshow_align_caption form div {
    margin: 0 auto;
  }

  #top #full_slider_1 .slideshow_align_caption form .button {
    background-color: var(--green);
    height: 100%;
  }

  /* =============== SIDEBAR FIXE ================= */
  #sidebar_fixe {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: var(--blue);
    z-index: 999;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    width: 100%;
  }

  #sidebar_fixe a {
    color: white;
    padding: 0 46px;
    transition: color 350ms ease-in-out;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
  }

  #sidebar_fixe a:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }

  #sidebar_fixe a span::before {
    font-family: "entypo-fontello", serif;
    font-size: 22px;
  }

  /* =============== SECTION ACTUALITES ================= */
  #top #actualites .articles .title h2 {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 25px;
  }

  #top #actualites .articles article .blog-meta,
  #actualites .articles article .blog-meta .small-preview {
    width: 100%;
    height: 100%;
  }

  #actualites .articles article .blog-meta a,
  #actualites .articles article .blog-meta img {
    border-radius: 0;
  }

  #actualites .articles article .av-heading-wrapper h2.post-title.entry-title {
    padding: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: bold;
    font-size: 30px;
  }

  /* =============== SECTION CHIFFRES CLES ================= */
  #chiffres-cles .flex_column:not(:last-of-type)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.49);
    visibility: visible;
    transform: translateX(-50%);
  }

  #chiffres-cles .flex_column .avia-animated-number {
    padding-bottom: 30px;
  }


  /* =============== SECTION AFSTAL ================= */
  #afstal .presentation .title h3 {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 22px;
    line-height: 48px;
  }

  #afstal .flex_column:last-child {
    min-height: 450px;
  }

  /* =============== SECTION DOSSIERS ================= */
  #top #main #dossiers .title h5 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  #dossiers .slide-entry-wrap .slide-entry {
    margin-bottom: 50px !important;
  }
}
