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

/*
Desktop Styles
================================================== */
/* Note: CSS POUR VUE PC CLASSIQUE */

@media only screen and (min-width: 768px) {
  /* ============== HEADER ================ */
  #header_main .logo,
  #header_main .logo a {
    overflow: visible;
  }

  #header_main .logo a {
    display: flex;
    align-items: center;
    column-gap: 25px;
    padding-top: 16px;
    padding-bottom: 10px;
  }

  #header_main .logo a::after {
    content: 'Environnement de developpement';
    color: var(--dark-blue);
    max-width: 380px;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
  }

  #top #header_main .social_bookmarks {
    top: 0;
    margin-top: 0;
    height: 100%;
  }

  #top #header_main .social_bookmarks li {
    width: unset;
  }

  #top #header_main .social_bookmarks li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
    line-height: 15px;
    row-gap: 8px;
  }

  #top #header_main .social_bookmarks li a::before {
    font-size: 22px;
  }

  #top #header_main .social_bookmarks .social_bookmarks_mail {
    background-color: var(--green);
  }

  #top #header_main .social_bookmarks .social_bookmarks_mail a::after {
    content: 'Contact';
  }

  #top #header_main .social_bookmarks .social_bookmarks_user {
    background-color: var(--purple);
  }

  #top #header_main .social_bookmarks .social_bookmarks_user a:after {
    content: 'Mon compte';
  }

  #top #wrap_all #header_main .social_bookmarks_mail:hover a,
  #top #wrap_all #header_main .social_bookmarks_mail a:focus {
    background-color: var(--green);
    color: var(--purple);
  }

  #top #wrap_all #header_main .social_bookmarks_user:hover a,
  #top #wrap_all #header_main .social_bookmarks_user a:focus {
    color: var(--green);
  }

  /* =============== MENU PRINCIPAL ================= */
  #header_main_alternate {
    background-color: var(--blue);
  }

  #top #header_main_alternate .avia-menu,
  #top #header_main_alternate .avia-menu .menu,
  #top #header_main_alternate .avia-menu a {
    height: 55px;
  }

  #top #wrap_all #header_main_alternate .menu a {
    line-height: 55px;
    border-color: rgba(255 255 255 / 0.25);
    padding: 0 25px;
    font-weight: normal;
  }

  #top #wrap_all #header_main_alternate .menu a:hover {
    color: var(--green);
  }

  #top #header_main_alternate .menu li.menu-item-top-level:last-of-type {
    border-right: 1px solid;
  }

  #top #header_main_alternate .sub-menu li a {
    background-color: var(--blue);
  }

  /* =============== SLIDER ================= */
  #full_slider_1 .slideshow_caption,
  #full_slider_1 .slideshow_inner_caption {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }

  #full_slider_1 .slideshow_inner_caption {
    width: max-content;
  }

  #full_slider_1 .slideshow_align_caption {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #full_slider_1 .slideshow_align_caption .avia-caption-title {
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    text-align: center;
  }

  #top #full_slider_1 .slideshow_align_caption form div {
    max-width: 380px;
    width: 380px;
  }

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

  /* =============== SIDEBAR FIXE ================= */
  #sidebar_fixe {
    position: fixed;
    top: 48%;
    right: 0;
    background-color: var(--blue);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 12px;
  }

  #sidebar_fixe a {
    color: white;
    padding: 16px 0;
    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-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  #sidebar_fixe a:hover {
    color: var(--green);
  }

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

  /* =============== SECTION ACTUALITES ================= */
  #actualites .articles .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #top #actualites .articles .title h2 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: bold;
  }

  #actualites .articles article {
    display: flex;
    align-items: center;
    column-gap: 35px;
  }

  #actualites .articles article:not(:last-of-type) {
    margin-bottom: 22px;
  }

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

  #actualites .articles article .blog-meta a {
    height: 100%;
  }

  #actualites .articles article .blog-meta a img {
    height: 100%;
    object-fit: cover;
  }

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

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

  /* =============== SECTION AFSTAL ================= */
  #wrap_all #afstal .presentation .title h3 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 22px;
    line-height: 42px;
    text-transform: uppercase;
  }

  /* =============== SECTION DOSSIERS ================= */
  #dossiers .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #top #main #dossiers .title h5 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
  }

  /* =============== SECTION REVUES ================= */
  #revues .revues .av-horizontal-gallery-slider {
    display: flex;
    column-gap: 35px;
  }

  #revues .revues .av-horizontal-gallery-slider img {
    width: 100%;
  }

  #revues .revues .avia_textblock {
    display: flex;
    column-gap: 35px;
    margin-top: 16px;
  }

  #revues .revues .avia_textblock p {
    width: 400px;
  }

  #revues .revues .av_textblock_section:last-of-type p::after {
    content: '\e800';
    font-family: 'fontello', serif;
    margin-left: 12px;
    font-size: 25px;
    vertical-align: middle;
  }

  #revues .revues .avia_textblock p strong {
    color: var(--blue);
    font-size: 30px;
  }

  /* =============== FOOTER ================= */
  #footer {
    padding: 0;
  }

  #footer .col-1 .av_textblock_section {
    display: flex;
    column-gap: 45px;
  }

  #footer .col-1 .av_textblock_section::before {
    content: url('/wp-content/uploads/2023/10/logo-blanc.png');
  }

  #footer .col-1 p {
    margin: 0 0 20px;
  }

  #footer-page #footer .widget_nav_menu {
    margin: 0;
  }

  #footer-page #footer h3.widgettitle {
    color: white;
    text-transform: uppercase !important;
  }

  #footer-page #footer .widget li a {
    padding: 4px 0;
    color: white;
  }

  /* =============== SOCKET ================= */
  #socket {
    min-height: unset;
  }

  #socket .container {
    padding: 0 50px;
  }

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

  #socket p {
    margin: 0;
    font-weight: 500;
  }

  /* Page offres d'emploi */
  .page-id-2921 .avia-content-slider-inner .slide-entry-wrap {
    margin: 0;
  }

  .page-id-2921 .avia-content-slider-inner .slide-entry-wrap:not(:last-child)::after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: black;
    display: inline-block;
    margin: 50px auto;
  }

  .page-id-2921 .avia-content-slider-inner .slide-image {
    border-radius: 0;
    margin: 0 0 10px;
    width: max-content;
  }

  .page-id-2921 .avia-content-slider-inner .slide-image img {
    margin: 0;
    border-radius: 0;
  }

  body#top.page-id-2921 .avia-content-slider-inner .entry-title {
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
  }

  body#top.page-id-2921 .avia-content-slider-inner .slide-entry-excerpt {
    margin-bottom: 10px;
  }

  body#top.page-id-2921 .avia-content-slider-inner p::before {
    font-family: 'entypo-fontello', serif;
    margin-right: 5px;
  }

  body#top.page-id-2921 .avia-content-slider-inner p.date::before {
    content: '\e862';
  }

  body#top.page-id-2921 .avia-content-slider-inner p.lieu::before {
    content: '\e842';
    margin-right: 10px;
    font-size: 16px;
  }

  body#top.page-id-2921 .avia-content-slider-inner p.etablissement::before {
    content: '\e8bb';
    margin-right: 5px;
  }

  body#top.page-id-2921 .avia-content-slider-inner p {
    margin: 0;
  }

  body#top.page-id-2921 .avia-content-slider-inner .link {
    display: inline-block;
    margin-top: 12px;
    background: var(--purple);
    color: white;
    padding: 10px 12px;
    border-radius: 4px;
    line-height: 1;
  }

  body#top.page-id-2921 .avia-content-slider-inner .blog-categories,
  .page-id-2921 .avia-content-slider-inner .entry-footer {
    display: none;
  }

  /*  Pages enfant de comissions */
  #top.parent-pageid-2421 .actualites .slide-entry :is(.blog-categories, .entry-footer, .slide-entry-excerpt) {
    display: none;
  }

  /* =============== ACTUALITES ================= */

  .page-id-2658 h3.entry-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
