/*
 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
*/

/*
==================================================
Styles tous médias
==================================================
*/

:root {
  --blue: #0e71b8;
  --yellow: #f39200;
  --grey: #ebebeb;
  --black: #1a171b;

  --shadow-color: #00000014;
  --border-color: #ffffff42;
}

/********************************************************************/
/**************************** ANIMATIONS ****************************/
/********************************************************************/

@keyframes slide_right {
  from {
    transform: translate(0%);
  }
  to {
    transform: translate(25%);
  }
}

/*
==================================================
Desktop Styles
==================================================
*/

@media only screen and (min-width: 768px) {
  /*********************************************************************/
  /**************************** GENERALITES ****************************/
  /*********************************************************************/
  #top #wrap_all .titre-seul {
    height: 140px;
  }

  #top #scroll-top-link {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 76px;
    background-color: var(--yellow);
    border: none;
    opacity: 1;
  }

  #top:is(.home) #wrap_all #main {
    padding-top: 40px;
  }

  #top #wrap_all #main {
    padding-top: 130px;
  }

  /**************************** Timeline ****************************/

  #main .avia-timeline-container .av-milestone-date {
    display: none;
  }

  #main .avia-timeline-container .milestone_icon {
    background-color: var(--blue);
  }

  #main .avia-timeline-container .milestone_icon .milestone_inner {
    background-color: var(--blue);
  }

  #main .avia-timeline-container .av-milestone-article-footer {
    background-color: var(--blue);
  }

  /**************************** Accordéon ****************************/
  .togglecontainer .av_toggle_section .single_toggle {
    margin-bottom: 1px;
  }

  .togglecontainer .av_toggle_section .single_toggle p.toggler {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    background-color: var(--blue);
  }

  .togglecontainer .av_toggle_section .single_toggle .toggle_content {
    color: white;
    border: none;
    margin: 0;
  }

  .togglecontainer .av_toggle_section .single_toggle .toggle_icon {
    opacity: 1;
    border-color: white;
  }

  .togglecontainer .av_toggle_section .single_toggle .toggle_icon :is(.vert_icon, .hor_icon) {
    border-color: white;
  }

  .togglecontainer .av_toggle_section .single_toggle .toggle_content {
    background-color: var(--black);
    color: white;
  }

  /****************************************************************/
  /**************************** HEADER ****************************/
  /****************************************************************/
  /**************************** Header meta ****************************/
  #header #header_meta {
    min-height: 40px;
    border: none;
    z-index: 1;
  }

  #header #header_meta .container {
    min-height: 40px;
  }

  #header_meta .container ul {
    height: 40px;
    padding: 0 0 0 10px;
  }

  #header_meta .container nav {
    top: 0;
  }

  #top #header_meta .container ul li {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
  }

  #top #header_meta .container ul li a:focus {
    text-decoration: none;
  }

  #header_meta .container ul li a {
    line-height: 40px;
    color: white;
    transition: all ease 300ms;
  }

  #header_meta .container ul li a:hover {
    text-decoration: none;
  }

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

  /**************************** Header main ****************************/
  #header .av-logo-container {
    display: none;
  }

  /* 
  #header #header_main .logo {
    position: absolute;
    top: -40px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    padding: 0 24px 8px 24px;
    height: 150px;
    width: 280px;
    background-color: white;
    z-index: 999;
  } */
  #header .header_bg {
    background-color: transparent;
  }

  #header_main .avia-menu li a {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all ease 300ms;
  }

  /* Logo au milieu du menu  */
  #header_main .avia-menu li.logo-item {
    z-index: 99;
  }

  #header_main .avia-menu li.logo-item a {
    height: 130px;
    position: relative;
    top: -40px;
    padding: 0;
  }

  #header_main .avia-menu li.logo-item a::before {
    content: "";
    display: block;
    width: 300px;
    height: 186px;
    background-image: url("/wp-content/themes/enfold_child/images/logo-impact-foudre.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  #header_main .avia-menu li a:is(:hover, :focus) {
    color: var(--yellow);
  }

  #header_main #header_main_alternate {
    left: 50%;
    height: 90px;
    transform: translate(-50%);
  }

  #wrap_all #header #header_main_alternate :is(.container, .avia-menu, #avia-menu) {
    height: 100%;
  }

  #header #header_main_alternate #avia-menu li a {
    height: 90px;
    line-height: 90px;
  }

  /* Item du menu dans lequel on se situe */
  #header #header_main_alternate #avia-menu li:is(.active-parent-item, .current_page_item) a {
    color: white;
  }

  #header #header_main_alternate #avia-menu li:is(.active-parent-item, .current_page_item:not(:is(.logo-item))) > a::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: var(--yellow);
    display: block;
    bottom: 28px;
    left: 50%;
    transform: translate(-50%);
  }

  /**************************** MEGA MENU ****************************/
  #header_main .avia-menu .avia_mega_div {
    right: unset;
    left: 0;
    margin: 0;
    padding: 64px 0;
    width: 1210px !important;
    background: white;
    overflow: visible;
  }

  #header_main .avia-menu .avia_mega_div::before,
  #header_main .avia-menu .avia_mega_div::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 2;
  }

  #header_main .avia-menu .avia_mega_div::before {
    right: 1200px;
  }

  #header_main .avia-menu .avia_mega_div::after {
    left: 1200px;
  }

  #header #header_main .avia-menu .avia_mega_div .sub-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 0;
  }

  #top #header .avia_mega_div .avia_mega_div .sub-menu li.menu-item-type-custom {
    padding: 0;
    width: 32%;
  }

  #top #header .avia_mega_div .sub-menu li.menu-item-type-custom {
    padding: 0;
    width: 32%;
  }

  #top #header .avia_mega_div .sub-menu li ul li.menu-item-object-page {
    height: 120px;
  }

  #top #header .avia_mega_div .sub-menu li ul li.menu-item-object-page a {
    position: relative;
    height: 120px !important;
    line-height: 120px !important;
    font-size: 18px;
    text-transform: initial;
    font-weight: bold;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all ease 300ms;
  }

  #top #header .avia_mega_div .sub-menu li ul li.menu-item-object-page a::after {
    content: "\e800";
    font-family: "fontello";
    display: block;
    position: absolute;
    top: 0;
    right: 32px;
    color: var(--yellow);
  }

  /* Suppression des puces des listes  */
  #top #header .avia_mega_div .sub-menu li ul li.menu-item-object-page a .avia-bullet {
    display: none;
  }

  #top #header .avia_mega_div .sub-menu li ul li.menu-item-object-page a .avia-menu-text {
    line-height: 26px;
    height: 120px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  /* Faire un effet pour les eléments ::actives  */
  #top #wrap_all #header li.active-parent-item .avia_mega_div .sub-menu li ul li.current_page_item a {
    background-color: #f39200c4;
    color: var(--black);
    background-image: none;
  }

  #top #header .avia_mega_div .sub-menu li ul li.menu-item-object-page:hover a {
    color: var(--yellow);
  }

  #top #header .avia_mega_div .sub-menu li ul li.menu-item-object-page:hover a::after {
    animation: 750ms infinite alternate slide_right;
  }

  #top #header .avia_mega_div .sub-menu li ul li#menu-item-76 a {
    background-image: url("/wp-content/themes/enfold_child/images/element_menu/ARF.jpg");
  }

  #top #header .avia_mega_div .sub-menu li ul li#menu-item-75 a {
    background-image: url("/wp-content/themes/enfold_child/images/element_menu/IPF.jpg");
  }

  #top #header .avia_mega_div .sub-menu li ul li#menu-item-440 a {
    background-image: url("/wp-content/themes/enfold_child/images/element_menu/AMOE.jpg");
  }

  #top #header .avia_mega_div .sub-menu li ul li#menu-item-431 a {
    background-image: url("/wp-content/themes/enfold_child/images/element_menu/Mission.jpg");
  }

  #top #header .avia_mega_div .sub-menu li ul li#menu-item-72 a {
    background-image: url("/wp-content/themes/enfold_child/images/element_menu/Verification.jpg");
  }

  #top #header .avia_mega_div .sub-menu li ul li#menu-item-275 a {
    background-image: url("/wp-content/themes/enfold_child/images/element_menu/Expertise.jpg");
  }

  /**************************** Sous menu ****************************/
  #header #header_main_alternate #avia-menu .sub-menu li.menu-item a {
    height: 45px;
    line-height: 35px;
  }
  #header #header_main_alternate #avia-menu .sub-menu li.current-menu-item a {
    color: var(--yellow);
  }
  #header #header_main_alternate #avia-menu .sub-menu li.current-menu-item a::after {
    display: none;
  }
  /**************************** Alignement du logo ****************************/
  .logo_gauche {
  }
  .logo_droite {
    margin-right: 35px;
  }
  /**************************** Header scrolled  ****************************/

  header#header.header-scrolled {
    background-color: var(--black);
  }

  header.header-scrolled #header_main {
    margin-top: 20px;
  }

  /*****************************************************************/
  /**************************** SIDEBAR ****************************/
  /*****************************************************************/
  #sidebar_fixe {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 76px;
    right: 0;
    top: 50%;
    z-index: 3;
  }

  #sidebar_fixe a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 4px 4px 6px 4px;
    width: 76px;
    height: 76px;
    background-color: var(--yellow);
    font-size: 14px;
    color: white;
    transition: all ease 300ms;
  }

  #sidebar_fixe a:hover {
    text-decoration: none;
    cursor: pointer;
  }

  #sidebar_fixe a::before {
    position: absolute;
    top: 12px;
    left: 50%;
    font-family: "entypo-fontello";
    transform: translate(-50%);
    font-size: 22px;
  }

  #sidebar_fixe_projet::before {
    content: "\e8d1";
  }

  #recontacter::before {
    content: "\e854";
  }

  #sidebar_fixe_contact::before {
    content: "\e805";
  }

  /*****************************************************************/
  /**************************** ACCUEIL ****************************/
  /*****************************************************************/
  /**************************** Partie slider ****************************/
  #main .main_color.ls-overflow-visible .template-page {
    padding-top: 0;
  }

  #top .main_color.ls-overflow-visible :is(.ls-nav-prev, .ls-nav-next) {
    background: none;
  }

  #top .main_color.ls-overflow-visible .ls-nav-prev {
    left: 0;
  }

  #top .main_color.ls-overflow-visible .ls-nav-next {
    right: 20px;
  }

  #top .main_color.ls-overflow-visible .ls-nav-prev::before,
  #top .main_color.ls-overflow-visible .ls-nav-next::before {
    content: "\e800";
    display: flex;
    justify-content: center;
    width: 65px;
    height: 65px;
    background-color: var(--black);
    color: var(--yellow);
    font-family: "fontello", sans-serif;
    font-size: 24px;
    line-height: 70px;
  }

  #top .main_color.ls-overflow-visible .ls-nav-prev::before {
    transform: rotate(180deg) translateY(-10%);
  }

  /**************************** Partie présentation ****************************/
  #section-presentation::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
    top: -150px;
    background-image: url("/wp-content/themes/enfold_child/images/sep_noir_bd_blanches.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 1;
  }

  #section-presentation .container {
    margin-top: -300px;
  }

  #section-presentation svg {
    display: block;
    margin: 0 auto;
  }

  /**************************** Partie prestations ****************************/
  #wrap_all #main .carte-prestation {
    position: relative;
    padding: 128px 82px;
    border: 1px solid white;
  }

  .carte-prestation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.3;
    transition: all ease 300ms;
  }

  .carte-prestation:hover::before {
    opacity: 0;
  }

  .carte-prestation .flex_column {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  .carte-prestation svg {
    height: 33px;
    width: 10px;
  }

  .carte-prestation svg path {
    height: 100%;
    width: 100%;
  }

  /**************************** Partie client ****************************/
  #section-clients {
    position: relative;
  }

  #section-clients::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 270px;
    background-image: url("/wp-content/themes/enfold_child/images/sep_gris_bd_noires.svg");
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 82%;
    left: 0;
    background-position: center bottom;
    z-index: 1;
  }

  #top #section-clients .carte-type-client {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 320px;
    width: 100%;
    box-shadow: 0 3px 6px var(--shadow-color);
  }

  #section-clients .carte-type-client svg {
    height: 110px;
  }

  #section-clients .carte-type-client .av-icon-char {
    position: relative;
  }

  #section-clients .carte-type-client:hover .av-icon-char {
    animation: 750ms infinite alternate slide_right;
  }

  #section-clients .carte-type-client .av_font_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 0;
    background-color: var(--black);
    color: var(--yellow);
  }

  /**************************** Partie slider ****************************/

  #wrap_all #main .slider-illustrations::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background-image: url("/wp-content/themes/enfold_child/images/sep_bas_gris_bd_blanches.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 9999;
  }

  #wrap_all #main .slider-illustrations .avia-slideshow-dots {
    margin-bottom: 14px;
  }

  #wrap_all #main .slider-illustrations .avia-slideshow-dots a {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    padding: 6px;
    background: var(--yellow);
    opacity: 0.3;
  }

  #wrap_all #main .slider-illustrations .avia-slideshow-dots a.active {
    opacity: 1;
  }

  #top #main .slider-illustrations .avia-slideshow-arrows a {
    top: 60%;
    width: 65px;
    height: 65px;
    background-color: var(--black);
    color: var(--yellow);
    line-height: 65px;
    opacity: 1;
  }

  #top #main .slider-illustrations .prev-slide::before,
  #top #main .slider-illustrations .next-slide::before {
    content: "\e800";
    line-height: 70px;
    font-family: "fontello", sans-serif;
  }

  #top #main .slider-illustrations .prev-slide::before {
    display: block;
    transform: rotate(180deg) translateY(-10%);
  }

  /**************************** Partie témoignages ****************************/
  #section-temoignages {
    position: relative;
    z-index: 2;
  }

  #section-temoignages .avia-testimonial .avia-testimonial_inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  #top #section-temoignages .avia-testimonial-wrapper .avia-slideshow-arrows a {
    top: 50%;
    margin-top: 0px;
    opacity: 1;
    font-size: 30px;
    color: var(--yellow);
  }

  #top #section-temoignages .avia-testimonial-wrapper .avia-slideshow-arrows .prev-slide::before,
  #top #section-temoignages .avia-testimonial-wrapper .avia-slideshow-arrows .next-slide::before {
    content: "\e800";
    line-height: 70px;
    font-family: "fontello", sans-serif;
  }

  #top #section-temoignages .avia-testimonial-wrapper .avia-slideshow-arrows .prev-slide::before {
    display: block;
    transform: rotate(180deg) translateY(-10%);
  }

  #section-temoignages .avia-testimonial-wrapper .avia-testimonial-row {
    height: auto !important;
  }

  #top #section-temoignages .avia-testimonial .avia-testimonial_inner .avia-testimonial-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 24px;
  }

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

  #top #section-temoignages .avia-testimonial .avia-testimonial_inner .avia-testimonial-meta :is(.avia-testimonial-name, .avia-testimonial-subtitle) {
    font-size: 30px;
    line-height: 39px;
    text-align: center;
  }

  #section-temoignages .avia-testimonial .avia-testimonial_inner .avia-testimonial-meta .avia-testimonial-name {
    margin-top: 24px;
  }

  #top #section-temoignages .avia-testimonial .avia-testimonial_inner .avia-testimonial-meta .avia-testimonial-subtitle {
    text-transform: uppercase;
  }

  #section-temoignages .avia-testimonial .avia-testimonial_inner .avia-testimonial-content p {
    font-size: 18px;
    line-height: 24px;
  }

  /**************************** Partie confiance ****************************/

  #section-confiance::before {
    content: "";
    position: relative;
    display: block;
    top: -50px;
    width: 100%;
    height: 170px;
    background-image: url("/wp-content/themes/enfold_child/images/sep_bas_noir_bd_noires.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 1;
  }

  #top #section-confiance .container::before {
    content: "";
    position: absolute;
    top: -280px;
    height: 725px;
    width: 230px;
    background-image: url("/wp-content/themes/enfold_child/images/eclair_blanc.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  #top #section-confiance .slide-entry-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
  }

  #top #section-confiance .slide-entry {
    height: 255px;
    width: 255px;
    box-shadow: 0 3px 6px var(--shadow-color);
  }

  #top #section-confiance .slide-entry img {
    height: 100%;
    width: 100%;
    background-color: white;
    box-shadow: none;
    object-fit: contain;
  }

  /******************************************************************************/
  /******************************BOUTON -CALLBACK********************************/
  /******************************************************************************/
  #lightbox {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }

  #top .modal-hidden {
    display: none;
  }

  #pop-up-callback-form {
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--black);
    color: white;
    border-radius: 3px;
    width: 70%;
    padding: 80px 0;
    text-align: center;
    animation: eased 500ms ease forwards;
    transform: translate(-50%, -50%);
  }

  @keyframes eased {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  #pop-up-callback-form h2 {
    margin-top: 15px;
  }

  .modal-quit::before {
    content: "\e813";
    position: absolute;
    cursor: pointer;
    margin: 15px;
    top: 5px;
    right: 15px;
    font-family: "entypo-fontello", serif;
    font-size: 45px;
    color: var(--yellow);
  }

  .callback-form {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-self: center;
  }

  .callback-form input,
  .callback-form button {
    height: 45px;
    border-radius: 25px;
    padding: 3px 10px;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    font-size: 16px;
  }

  .callback-form input {
    width: 100%;
    background-color: var(--grey);
  }

  .callback-form input::placeholder {
    color: var(--black);
  }

  .callback-form input:focus {
    border: 3px var(--yellow) solid;
    border-radius: 25px;
    outline: none;
  }

  .callback-form button {
    width: 25%;
    align-self: center;
    color: var(--yellow);
    border: 3px solid var(--yellow);
    cursor: pointer;
    border-radius: 0;
    background: var(--black);
  }

  .g-recaptcha {
    align-self: center;
    margin-bottom: 15px;
  }

  .error {
    background-color: var(--yellow);
    text-align: center;
    color: var(--black);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  /* BECALL FORM */

  #pop-up-callback-form fieldset {
    display: flex;
    flex-direction: column;
  }

  #pop-up-callback-form fieldset > p {
    width: 70%;
    margin: 0 auto !important;
  }

  #pop-up-callback-form fieldset > p span.value_verifier_label {
    color: #000;
  }

  /***************************************************************************/
  /**************************** PAGES SPÉCIFIQUES ****************************/
  /***************************************************************************/
  /**************************** Page de prestation ****************************/

  .resume-presta svg {
    width: 100%;
    margin: 0 auto;
  }

  #top .flex_column_table .av-horizontal-gallery-link {
    color: var(--yellow);
  }

  /****************************************************************/
  /**************************** FOOTER ****************************/
  /****************************************************************/

  #footer-page .impact-foudre::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    display: inline-block;
    height: 32px;
    width: 12px;
    background-image: url("/wp-content/themes/enfold_child/images/eclair.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  #footer-page .impact-foudre h3 {
    padding-left: 22px;
  }

  #footer-page .avia-icon-list-container .iconlist-char {
    font-size: 18px;
  }

  #footer-page .avia-icon-list-container li {
    margin-bottom: 8px;
  }

  #footer-page .avia-icon-list-container .entry-content-header {
    margin-left: 8px;
  }

  #top #footer-page .av_iconlist_title a {
    line-height: 25px;
  }

  #top #footer-page .widget .widgettitle {
    margin-top: 0;
  }

  #top #footer-page .widget ul {
    list-style-type: disc;
    list-style-position: inside;
  }

  #top #footer-page .widget li {
    width: max-content;
  }

  #top #footer-page .widget li a {
    display: inline-block;
    padding: 4px 2px;
    line-height: 20px;
  }

  #top #footer-page .widget li a:hover {
    background: none;
  }

  #top #footer-page .widget li.current_page_item,
  #top #footer-page .widget li.current_page_item a {
    background: transparent;
    color: var(--yellow);
  }

  #footer-page .liens-importants {
    border-top: 2px solid var(--border-color);
  }

  #footer-page .liens-importants :is(p, a) {
    color: var(--border-color);
  }

  #footer-page .liens-importants a {
    text-decoration: underline;
  }

  #footer-page .liens-importants a:hover {
    color: var(--yellow);
  }

  #top #footer-page .impact-temps-reel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  #top #footer-page .impact-temps-reel img {
    margin-right: 24px;
  }

  #footer-page .impact-temps-reel .avia_textblock {
    display: flex;
  }

  #footer-page .impact-temps-reel .avia_textblock .av_font_icon {
    margin-right: 0;
    margin-left: 12px;
  }

  /****************************************************************/
  /**************************** SOCKET ****************************/
  /****************************************************************/

  #socket.avia-section {
    min-height: 70px;
  }

  #top #wrap_all #main #socket .container {
    padding: 0;
  }

  #socket .template-page,
  #socket p {
    padding: 0;
    margin: 0;
  }

  #socket .avia-image-overlay-wrap {
    display: flex;
    justify-content: center;
    background-color: white;
  }

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

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
  #header #header_main .avia-menu li a {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all ease 300ms;
    padding: 0px 8px;
  }
}
