/*
 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 */
  /***************************************************************/
  /************************HEADER_META****************************/
  /***************************************************************/
  #header_meta,
  #header_meta .container {
    height: 35px;
  }

  #header_meta .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: end;
  }

  #top #wrap_all #header #header_meta .phone-info {
    width: max-content;
  }

  .responsive #top #wrap_all #header #header_meta .social_bookmarks {
    display: block;
    width: max-content;
  }

  #top #header_meta .social_bookmarks li {
    border: none !important;
  }

  #header_meta .container .social_bookmarks li a::before {
    font-size: 18px;
  }

  #header_meta .container .social_bookmarks li.social_bookmarks_mail {
    margin-right: 20px;
  }

  #header_meta
    .container
    .social_bookmarks
    li.social_bookmarks_facebook
    a::before {
    content: "\e8f5";
  }

  #header_meta
    .container
    .social_bookmarks
    li.social_bookmarks_instagram
    a::before {
    content: "\e909";
  }

  #header_meta
    .container
    .social_bookmarks
    li.social_bookmarks_linkedin2
    a::before {
    font-size: 16px;
    vertical-align: sub;
  }

  #header_meta .container .phone-info a {
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
  }

  #header_meta .container .phone-info a::before {
    content: "\e854";
    font-family: "entypo-fontello", serif;
    display: inline-block;
    margin-right: 8px;
    transform: rotate(90deg);
    font-size: 16px;
  }

  /***************************************************************/
  /************************HEADER_MAIN****************************/
  /***************************************************************/
  #top #wrap_all #header_main .main_menu li.av-burger-menu-main {
    background-color: var(--dark-green);
  }

  #top #wrap_all #header_main .main_menu li.av-burger-menu-main > a {
    padding: 0 18px;
  }

  /***************************************************************/
  /***********************SECTION-SLIDER**************************/
  /***************************************************************/
  #slider {
    background: rgb(242, 235, 225);
    position: relative;
  }

  #slider::before {
    content: "";
    background: url("/wp-content/uploads/2022/02/arbre-svg.svg") no-repeat;
    width: 530px;
    height: 933px;
    display: inline-block;
    position: absolute;
    right: -8%;
    top: 16%;
  }

  #slider .avia-slideshow {
    position: relative;
    overflow: visible;
  }

  #slider .avia-slideshow::before {
    content: "";
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-color: var(--dark-green);
    position: absolute;
    bottom: 12%;
    left: -22%;
    z-index: 0;
  }

  #slider .avia-slideshow::after {
    content: "";
    height: 100%;
    width: 100%;
    display: inline-block;
    background-color: white;
    position: absolute;
    bottom: -30px;
    z-index: -1;
    left: -30px;
    border-radius: 50% 50% 0 0 / 50% 50% 0 0;
  }

  #slider .avia-slideshow li {
    border-radius: 50% 50% 0 0 / 50% 50% 0 0;
  }

  #slider .avia-slideshow img {
    height: 450px;
    object-fit: cover;
    border-radius: 0;
  }

  #slider .avia-slideshow .avia-slideshow-arrows a {
    opacity: 1;
    top: unset;
    bottom: 0;
    margin: 0;
  }

  #slider .avia-slideshow .avia-slideshow-arrows a.prev-slide {
    right: 60px;
    border-right: 1px solid var(--green);
  }

  #slider .avia-slideshow .avia-slideshow-arrows a.prev-slide::before {
    transform: rotateY(180deg);
  }

  #slider .avia-slideshow .avia-slideshow-arrows a::before {
    background: black;
    border-radius: 0;
    color: var(--green);
    font-family: "flaticon", serif;
    content: "\f10b";
    font-weight: bold;
  }

  #top #wrap_all #slider .flex_column:last-child {
    margin-top: 50px;
  }

  #slider .title h1 {
    font-family: "La Belle Aurore", serif;
    font-size: 40px;
    margin-top: 0;
    color: var(--dark-green);
    line-height: 35px;
    text-transform: none;
  }

  #slider .presentation p {
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    color: black;
  }

  /***************************************************************/
  /*********************SECTION-PRESENTATION**********************/
  /***************************************************************/
  #section-presentation .flex_column_table .flex_column:not(:last-child) {
    text-align: center;
  }

  #section-presentation .flex_column_table .flex_column svg {
    margin-bottom: 25px;
  }

  #top
    #wrap_all
    #section-presentation
    .flex_column_table
    .flex_column:last-child {
    border-top: 1px solid white;
    margin-top: 50px;
  }

  /***************************************************************/
  /*********************SECTION-PRESTATIONS***********************/
  /***************************************************************/
  #prestations {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  #prestations::before {
    content: "";
    background: url("/wp-content/uploads/2022/02/services-svg.svg") no-repeat;
    position: absolute;
    left: -70px;
    bottom: -80px;
    width: 100%;
    height: 100%;
  }

  #prestations::after {
    content: "";
    background: url("/wp-content/uploads/2022/02/svg-section-prestations.svg")
      no-repeat;
    position: absolute;
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
    width: 666px;
    height: 783px;
  }

  #top #wrap_all #prestations .flex_column {
    margin-bottom: 50px;
  }

  #prestations .flex_column .title h2 {
    font-family: "La Belle Aurore", serif;
    font-size: 50px;
    margin: 40px 0 0 0;
    line-height: 38px;
    text-transform: none;
  }

  #prestations .flex_column .avia_textblock:not(.title) p {
    margin: 0 0 10px 0;
  }

  #prestations .flex_column p a {
    font-size: 30px;
    font-weight: bold;
    color: var(--dark-green);
  }

  #prestations .flex_column p a::after {
    font-family: "flaticon", serif;
    content: "\f10b";
    color: var(--dark-green);
    font-weight: normal;
    vertical-align: middle;
    margin-left: 15px;
  }

  #prestations .flex_column p a:hover,
  #prestations .flex_column p a:focus {
    text-decoration: none;
  }

  /***************************************************************/
  /*********************SECTION-REALISATIONS**********************/
  /***************************************************************/
  #realisations {
    position: relative;
    padding-bottom: 100px;
  }

  #realisations .title p {
    font-size: 50px;
    font-family: "La Belle Aurore", serif;
    line-height: 38px;
  }

  #top #main #realisations .avia-button {
    border-radius: 25px;
    font-size: 18px;
    margin: 0;
    padding: 12px 28px;
  }

  #top #main #realisations .avia-button .avia_button_icon::before {
    font-family: "flaticon", serif;
    content: "\f10b";
    vertical-align: sub;
    margin-left: 8px;
  }

  #realisations .avia-content-slider {
    overflow: visible;
  }

  #realisations .slide-entry a,
  #realisations .slide-entry a img {
    border-radius: 0;
  }

  #top #realisations .avia-slideshow-arrows a {
    opacity: 1;
    margin: 0;
    top: unset;
    bottom: -40px;
  }

  #realisations .avia-slideshow-arrows a::before {
    background: none;
    font-family: "flaticon", serif;
    content: "\f10b";
  }

  #realisations .avia-slideshow-arrows a.prev-slide::before {
    transform: rotateY(180deg);
  }

  /***************************************************************/
  /*********************SECTION-TEMOIGNAGES***********************/
  /***************************************************************/
  #temoignages {
    position: relative;
    padding-bottom: 80px;
  }

  #temoignages::before {
    content: "";
    width: 452px;
    height: 531px;
    background: url("/wp-content/uploads/2022/02/svg-section-temoignages.svg")
      no-repeat;
    position: absolute;
    left: -5%;
    bottom: -60%;
    transform: translateY(-50%);
  }

  #temoignages .template-page {
    padding-bottom: 0;
  }

  #top #temoignages .avia-testimonial {
    background-color: white;
    width: unset !important;
    position: relative;
    border: none;
  }

  #temoignages .avia-testimonial::before {
    content: "";
    width: 100%;
    height: 13px;
    background-color: var(--kaki);
    visibility: visible;
    overflow: visible;
    position: absolute;
    top: 0;
  }

  #temoignages .avia-testimonial .avia-testimonial_inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px;
  }

  #temoignages
    .avia-testimonial
    .avia-testimonial_inner
    .avia-testimonial-meta
    .avia-testimonial-name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
  }

  #temoignages
    .avia-testimonial
    .avia-testimonial_inner
    .avia-testimonial-meta
    .avia-testimonial-image {
    width: 100px;
    height: 100px;
  }

  #temoignages
    .avia-testimonial
    .avia-testimonial_inner
    .avia-testimonial-meta
    .avia-testimonial-subtitle {
    font-size: 16px;
    margin-bottom: 18px;
    display: inline-block;
  }

  #temoignages
    .avia-testimonial
    .avia-testimonial_inner
    .avia-testimonial-content
    p {
    font-size: 20px;
    margin-bottom: 0;
  }

  /********************************************************************/
  /****************************FOOTER**********************************/
  /********************************************************************/
  #footer-page {
    position: relative;
    z-index: 99;
  }

  #footer-page .template-page {
    padding-top: 0;
  }

  #footer-page .avia-button-wrap {
    position: relative;
    top: -40px;
    z-index: 1;
  }

  #footer-page #form-rappel {
    display: none;
  }

  #footer-page .avia-button-wrap .avia-button {
    border-radius: 0;
    font-size: 26px;
  }

  #footer-page .avia-button-wrap .avia-button .avia_button_icon::before {
    display: inline-block;
    transform: rotate(90deg);
  }

  #footer-page .avia-button-wrap .avia-button .avia_iconbox_title::after {
    font-family: "flaticon", serif;
    content: "\f10b";
    margin-left: 12px;
    vertical-align: middle;
    font-size: 20px;
  }

  #footer-page .flex_column.infos p,
  #footer-page .flex_column.infos strong,
  #footer-page .flex_column.infos a {
    color: black;
    font-size: 16px;
  }

  #footer-page .flex_column.infos strong {
    text-transform: uppercase;
    margin: 8px 0;
    display: inline-block;
  }

  #footer-page .flex_column.infos .avia-icon-list {
    display: flex;
  }

  #footer-page .flex_column.infos .avia-icon-list .iconlist_icon {
    margin: 0;
    font-size: 22px;
  }

  #footer-page
    .flex_column.infos
    .avia-icon-list
    .iconlist_icon.avia-font-flaticon
    span::before {
    font-size: 19px;
  }

  #footer-page .flex_column.map {
    min-height: 350px;
  }

  #top #wrap_all #footer-page .widget_nav_menu h3 {
    text-transform: uppercase;
    font-family: "Lato", serif;
    font-size: 16px;
    margin-bottom: 25px;
  }

  #top #wrap_all #footer-page .widget_nav_menu ul {
    list-style: disc inside;
  }

  #top #wrap_all #footer-page .widget_nav_menu li {
    border: none;
  }

  #top #wrap_all #footer-page .widget_nav_menu li.current_page_item {
    background: none;
  }

  #top #wrap_all #footer-page .widget_nav_menu li a {
    display: inline-block;
    padding-bottom: 12px;
    font-size: 16px;
    padding-top: 0;
  }

  /********************************************************************/
  /******************************SOCKET********************************/
  /********************************************************************/
  #footer-page #socket {
    min-height: 70px;
    padding-bottom: 70px;
  }

  #footer-page #socket .template-page {
    padding: 0;
  }

  #footer-page #socket p {
    font-size: 18px;
  }

  #footer-page #socket a {
    position: relative;
  }

  #footer-page #socket a:hover {
    text-decoration: none;
  }

  /***************************************************************/
  /************************CONTENU********************************/
  /***************************************************************/
  /************************ PAGE DE PRESTATION ************************/
  #wrap_all #explication_prestation .avia-image-overlay-wrap {
    display: flex;
    justify-content: center;
  }

  #wrap_all #explication_prestation img {
    border-radius: 50% 50% 0 0;
    width: 75%;
    height: 600px;
    object-fit: cover;
  }

  #wrap_all #explication_prestation .av_font_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  #wrap_all #explication_prestation .av_font_icon .av-icon-char {
    padding: 22px;
  }

  #wrap_all #explication_prestation .av_font_icon .av_icon_caption {
    font-size: 18px;
  }

  #wrap_all
    #explication_prestation
    .av_font_icon
    :is(.av-icon-char, .av_icon_caption) {
    color: var(--kaki);
    border-color: var(--kaki);
  }

  /***************************************************************/
  /************************SIDEBAR********************************/
  /***************************************************************/
  #sidebar_fixe {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2%;
    width: 80%;
    z-index: 999;
    background-color: white;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
  }

  #sidebar_fixe a {
    color: black;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: block;
    line-height: 14px;
    padding: 14px 0;
  }

  #sidebar_fixe a:hover,
  #sidebar_fixe a:focus {
    text-decoration: none;
  }

  #sidebar_fixe a span::before {
    content: "";
    font-family: "entypo-fontello", serif;
    color: var(--green);
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
  }

  #sidebar_fixe a .sidebar_fixe_projet::before {
    content: "\e84d";
  }

  #sidebar_fixe a .sidebar_fixe_rappel::before {
    content: "\e854";
    transform: rotate(90deg);
  }

  #sidebar_fixe a .sidebar_fixe_contact::before {
    content: "\e805";
  }
}
