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

  html.html_stretched {
    margin: 0px !important;
  }

  #wpadminbar {
    /* position: fixed;
    display: block; */
    display: none !important;
  }

  /* COOkies */

  #top .avia-cookie-consent {
    z-index: 999999999999;
  }

  /*===========================================*/
  /**************** GENERALITES ****************/
  /*===========================================*/

  /* Variables */

  /* Animations */

  #top #wrap_all h1 {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: hidden;
  }

  #top #wrap_all h1.animated {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* SVG dessin */

  @keyframes dashWhite {
    to {
      stroke-dashoffset: 0;
      opacity: 1;
      fill: var(--white-op1);
    }
  }

  @keyframes dashBlue {
    to {
      stroke-dashoffset: 0;
      opacity: 1;
      fill: var(--saison-3);
      transform: translateY(0);
    }
  }

  @keyframes dashGreen {
    to {
      stroke-dashoffset: 0;
      opacity: 1;
      fill: var(--saison-2);
    }
  }

  @keyframes dashBlack {
    to {
      stroke-dashoffset: 0;
      opacity: 1;
      fill: var(--gris-fonce);
    }
  }

  @keyframes dashRose {
    from {
      fill: transparent;
      stroke: transparent;
    }
    to {
      stroke-dashoffset: 0;
      opacity: 1;
      fill: var(--saison-1);
    }
  }

  /* Display none */

  #top #wrap_all .dn {
    display: none !important;
  }

  #top #wrap_all .op-zi {
    opacity: 0;
    z-index: -99999;
  }

  #top .pt-54 {
    padding-top: 54px !important;
  }

  /********************/
  /****** HEADER ******/
  /********************/

  /***** BreadCrumbs ******/

  .fil-ariane-content a {
    color: var(--blanc);
  }

  #top #wrap_all #main > .title_container h1.main-title > a {
    color: var(--saison-1) !important;
  }

  /***** Header Main *****/

  #top #wrap_all #header {
    position: fixed !important;
  }

  /* Logo */

  #top #wrap_all #header div.container.av-logo-container {
    line-height: 80px;
    overflow: visible;
  }

  #top #wrap_all #header span.logo.avia-standard-logo {
    max-height: 70px !important;
    overflow: visible;
    position: absolute;
    z-index: 999999;
  }

  #top #wrap_all #header span.logo.avia-standard-logo a {
    overflow: visible;
    height: 70px !important;
    line-height: 70px !important;
    max-height: 70px !important;
  }

  #top #wrap_all #header a img {
    height: 75px !important;
    max-height: 75px !important;
  }

  #top #wrap_all #header.header-scrolled-full span.logo.avia-standard-logo {
    position: relative;
  }

  #top #wrap_all #header.header-scrolled-full a img {
    height: 45px !important;
    position: relative;
    max-height: 45px !important;
    top: 0 !important;
    left: 0 !important;
  }

  #top
    #wrap_all
    #header
    nav.main_menu
    li.av-burger-menu-main.menu-item-avia-special
    a {
    line-height: 70px !important;
    height: 70px !important;
  }

  /*************************/
  /****** BURGER MENU ******/
  /*************************/

  #top #wrap_all #overlay_infos {
    display: none !important;
  }

  #top #wrap_all #header #header_main .main_menu,
  #top #wrap_all #header #header_main .main_menu .avia-menu.av-main-nav-wrap {
    height: 70px !important;
  }

  #top #wrap_all #header #header_main div.av-burger-overlay {
    top: unset;
    bottom: 0;
  }

  #top #wrap_all #header #header_main div.av-burger-overlay-scroll {
    background-image: var(--musicos);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--gris-fonce);
    background-size: cover;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #top #wrap_all #header #header_main div.av-burger-overlay-scroll::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #143a4f;
    position: absolute;
    opacity: 0.48;
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
  }

  #top
    #wrap_all
    #header
    #header_main
    div.av-burger-overlay
    ul#av-burger-menu-ul {
    padding: 40px 0 0 0 !important;
    vertical-align: unset;
  }

  #top
    #wrap_all
    #header
    #header_main
    div.av-burger-overlay
    ul#av-burger-menu-ul
    li
    a {
    border: none;
  }

  #top
    #wrap_all
    #header
    #header_main
    div.av-burger-overlay
    div.av-burger-overlay-bg {
    opacity: 1;
    background-color: white;
  }

  /* Texte */

  #top
    #header
    div.av-burger-overlay
    #av-burger-menu-ul
    li
    a
    span.avia-menu-text {
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
  }

  #top
    #header
    .av-burger-overlay
    #av-burger-menu-ul
    li
    a:focus
    .avia-menu-text {
    color: var(--saison-3);
  }

  #top #header div.av-burger-overlay #av-burger-menu-ul > li:nth-child(4) {
    margin-top: 60px;
  }

  #top
    #wrap_all
    #header
    #header_main
    div.av-burger-overlay
    div.av-burger-overlay-info {
    position: absolute;
    height: 100%;
    width: 100%;
    right: -100%;
  }

  #top
    #header_main
    #av-burger-menu-ul
    li.overlayed.av-width-submenu.av-active-burger-items
    > a
    span.avia-menu-text {
    padding-left: 34px;
    position: relative;
  }

  /* Flèches */

  #top
    #header
    div.av-burger-overlay
    #av-burger-menu-ul
    li.av-width-submenu
    > a
    span.avia-menu-text::after {
    content: var(--fleche-white);
    padding-left: 12px;
    display: inline-block;
  }

  #top
    #header_main
    #av-burger-menu-ul
    li.overlayed.av-width-submenu.av-active-burger-items
    > a
    span.avia-menu-text::before {
    content: var(--fleche-white);
    padding-left: 12px;
    display: inline-block;
    rotate: 180deg;
    position: absolute;
    left: 0;
  }

  #top
    #header_main
    #av-burger-menu-ul
    li.overlayed.av-width-submenu.av-active-burger-items
    > a
    span.avia-menu-text::after {
    content: unset !important;
  }

  #top
    #wrap_all
    #header
    #header_main
    div.av-burger-overlay
    ul#av-burger-menu-ul
    span.av-submenu-indicator {
    display: none !important;
  }

  #top
    #wrap_all
    .av-burger-overlay
    li
    li.av-show-submenu
    > a
    span.avia-menu-text::after {
    rotate: 50deg;
    padding-left: 0px;
  }

  /* Overlay 2nd niveau */

  #top #wrap_all #header #header_main #av-burger-menu-ul li.overlayed {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    position: fixed;
    width: 100%;
    min-height: 120%;
    top: 0;
    right: 0;
    background-image: var(--musicos);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: var(--gris-fonce);
    z-index: 9;
    overflow: scroll;
    padding-bottom: 100px;
    max-height: max-content;
    opacity: 1;
    animation: slideFromRight 650ms ease-in-out 1;
    -webkit-animation: slideFromRight 650ms ease-in-out 1;
  }

  #top #wrap_all #header #header_main #av-burger-menu-ul li.overlayed > a {
    padding-bottom: 50px;
  }

  @keyframes slideFromRight {
    0% {
      left: 90%;
      opacity: 0;
    }
    100% {
      left: 0;
      opacity: 1;
    }
  }

  #top #wrap_all #header #header_main #av-burger-menu-ul li.overlayed::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #143a4f;
    position: fixed;
    opacity: 0.48;
    top: 50%;
    transform: translateY(-50%);
  }

  #top #wrap_all .av-burger-overlay li li a {
    padding-left: 50px !important;
  }

  #top #wrap_all .av-burger-overlay li li li a {
    padding-left: 70px !important;
  }

  #top #wrap_all .av-burger-overlay li li li a span.avia-menu-text::after {
    content: unset !important;
  }

  /************************/
  /* Side bar burger menu */
  /************************/

  #top #header #sidebar_overlay {
    position: fixed;
    height: 65px;
    width: 90%;
    bottom: 0;
    right: 0%;
    display: flex;
    z-index: 999;
    -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
  }

  /* Liens */

  #top #header #sidebar_overlay div#sidebar_search,
  #top #header #sidebar_overlay a {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
  }

  #top #header #sidebar_overlay a#sidebar_account {
    background-color: var(--saison-1);
  }

  #top #header #sidebar_overlay div#sidebar_search {
    background-color: var(--gris-fonce);
  }

  #top #header #sidebar_overlay div#sidebar_search span,
  #top #header #sidebar_overlay a#sidebar_account span {
    padding-left: 16px;
  }

  /* Span */

  #top #header #sidebar_overlay span {
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  #top #header #sidebar_overlay div#sidebar_search svg,
  #top #header #sidebar_overlay a#sidebar_account svg {
    width: 26px;
    height: 26px;
    overflow: visible !important;
  }

  #top #header #sidebar_overlay div#sidebar_search svg path,
  #top #header #sidebar_overlay a#sidebar_account svg path {
    fill: white;
  }
  /* Recherche */

  #top #sidebar_overlay.behind {
    animation: diseapear2 600ms ease-in-out forwards;
  }

  @keyframes diseapear2 {
    from {
      opacity: 1;
      right: 0;
    }
    to {
      opacity: 0;
      right: -90%;
    }
  }

  #top #sidebar_overlay.not-behind {
    animation: reapear2 600ms ease-in-out forwards;
  }

  @keyframes reapear2 {
    from {
      opacity: 0;
      right: -90%;
    }
    to {
      opacity: 1;
      right: 0;
    }
  }

  #top #search-sidebar-burger {
    display: block;
    right: -100%;
    opacity: 0;
    position: fixed;
    bottom: 0;
    z-index: -99;
    overflow: hidden !important;
  }

  #top #search-sidebar-burger.closed {
    animation: toRightSearch 500ms ease-in-out forwards;
  }

  @keyframes toRightSearch {
    from {
      display: block !important;
      right: 0;
      opacity: 1;
      display: flex;
      position: fixed;
      width: 90%;
      height: 65px;
      bottom: 0;
      z-index: 99999;
      background-color: white;
      overflow: hidden !important;
    }
    to {
      display: block;
      right: -100%;
      opacity: 0;
      display: flex;
      position: fixed;
      height: 65px;
      bottom: 0;
      z-index: 99999;
      background-color: white;
      overflow: hidden !important;
    }
  }

  #top #search-sidebar-burger.open-div {
    display: flex;
    display: block;
    position: fixed;
    width: 90%;
    height: 65px;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: white;
    overflow: hidden !important;
    animation: fromRightSerach 650ms ease-in-out forwards;
  }

  @keyframes fromRightSerach {
    from {
      right: -100%;
      opacity: 0;
    }
    to {
      right: 0;
      opacity: 1;
    }
  }

  #top #search-sidebar-burger form {
    height: 65px !important;
    margin: 0 !important;
    width: 80%;
  }

  #top #search-sidebar-burger #closer {
    display: none;
  }

  #top #search-sidebar-burger.open-div #closer {
    display: block !important;
    position: absolute;
    width: 20%;
    height: 65px;
    right: 0;
    bottom: 0;
    background-color: white;
    background-image: url("/wp-content/uploads/2023/05/cross-icone.png");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    overflow: hidden !important;
    z-index: -1;
  }

  @keyframes bigger2 {
    0% {
      background-size: 70%;
      rotate: 0deg;
    }
    50% {
      background-size: 90%;
    }
    100% {
      background-size: 70%;
      rotate: 540deg;
    }
  }

  #top #search-sidebar-burger form label {
    width: calc(100% - 65px) !important;
    height: 65px !important;
  }

  #top #search-sidebar-burger form label input {
    margin: 0 !important;
    height: 100% !important;
    color: var(--gris-fonce);
  }

  #top #search-sidebar-burger form label input::placeholder {
    color: var(--gris-fonce) !important;
  }

  #top #search-sidebar-burger button {
    height: 65px !important;
    width: 65px !important;
    height: 65px !important;
  }

  #top #search-sidebar-burger button .is-search-icon {
    padding: 18px !important;
    width: 65px !important;
    height: 65px !important;
    cursor: pointer;
  }

  /**************************************/
  /************* SIDEBAR ****************/
  /**************************************/

  #top #sidebar_fixe {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    min-height: 60px;
    height: max-content;
    background-color: white;
    display: flex;
    z-index: 99999999999;
    transition: 350ms;
    opacity: 1;
    -webkit-box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden !important;
  }

  #top #sidebar_fixe div#search_link,
  #top #sidebar_fixe a {
    cursor: pointer;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 5px 4px;
    row-gap: 5px;
  }

  #top #sidebar_fixe #search_link span,
  #top #sidebar_fixe a span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 8px;
    color: var(--gris-fonce);
  }

  /* Border */

  #top #sidebar_fixe a:nth-child(1) {
    border-right: 1px solid var(--gris);
  }

  #top #sidebar_fixe a:nth-child(2),
  #top #sidebar_fixe div#search_link,
  #top #sidebar_fixe a:nth-child(4) {
    border-right: 1px solid var(--gris);
  }

  /* Icones */

  #top #sidebar_fixe #search_link svg,
  #top #sidebar_fixe a svg {
    overflow: visible !important;
    path {
      fill: var(--saison-3);
    }
  }

  #top #sidebar_fixe #search_link svg g,
  #top #sidebar_fixe a svg g {
    clip-path: none !important;
  }

  /* Recherche */

  #top #sidebar_fixe.behind a {
    animation: diseapear 600ms ease-in-out forwards;
  }

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

  #top #sidebar_fixe.not-behind a {
    animation: reapear 600ms ease-in-out forwards;
  }

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

  #top #search-div {
    display: block;
    position: absolute;
    right: -100%;
    bottom: 0;
    z-index: -99;
  }

  #top #search-div.closed {
    animation: fromLeftSerach2 650ms ease-in-out forwards;
  }

  @keyframes fromLeftSerach2 {
    from {
      right: 20%;
      opacity: 1;
    }
    to {
      right: -100%;
      opacity: 0;
    }
  }

  #top #search-div.open-div {
    display: block;
    position: absolute;
    width: 80%;
    height: 60px !important;
    right: 20%;
    bottom: 0;
    z-index: 99;
    animation: fromRightSerach2 650ms ease-in-out forwards;
  }

  @keyframes fromRightSerach2 {
    from {
      right: -100%;
      opacity: 0;
    }
    to {
      right: 20%;
      opacity: 1;
    }
  }

  #top #sidebar_fixe #closer {
    display: none;
  }

  #top #sidebar_fixe #closer.open-div {
    display: block !important;
    position: absolute;
    width: 20%;
    height: 60px;
    right: 0;
    bottom: 0;
    background-color: white;
    background-image: url("/wp-content/uploads/2023/05/cross-icone.png");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    overflow: hidden !important;
    animation-iteration-count: 1;
  }

  @keyframes bigger {
    0% {
      background-size: 70%;
      rotate: 0deg;
    }
    50% {
      background-size: 90%;
    }
    100% {
      background-size: 70%;
      rotate: 540deg;
    }
  }

  #top #search-div form {
    height: 60px !important;
    margin: 0 !important;
  }

  #top #search-div form label {
    width: calc(100% - 60px) !important;
    height: 60px !important;
  }

  #top #search-div form label input {
    margin: 0 !important;
    height: 100% !important;
    color: var(--gris-fonce);
  }

  #top #search-div form label input::placeholder {
    color: var(--gris-fonce) !important;
  }

  #top #search-div button {
    height: 60px !important;
    width: 60px !important;
    height: 60px !important;
    border: none !important;
  }

  #top #search-div button .is-search-icon {
    padding: 18px !important;
    width: 60px !important;
    height: 60px !important;
    cursor: pointer;
  }

  /* ******************* */
  /* RESULTS AJAX SEARCH */
  /* ******************* */

  #top .is-ajax-search-result {
    position: fixed !important;
    bottom: 60px !important;
    top: unset !important;
    right: 0% !important;
    left: unset !important;
  }

  #top #is-ajax-search-result-471 {
    width: 97% !important;
    background-color: var(--gris-fonce);
    position: relative;
  }

  #top #is-ajax-search-result-480 {
    width: 87% !important;
    background-color: var(--gris-fonce);
    position: relative;
  }

  #top #is-ajax-search-result-480::before,
  #top #is-ajax-search-result-471::before {
    content: var(--zig-blue-svg);
    position: absolute;
    top: -32px;
    left: 10px;
    z-index: -10;
  }

  #top #is-ajax-search-result-480 div.is-ajax-search-posts div .is-title a,
  #top #is-ajax-search-result-471 div.is-ajax-search-posts div .is-title a {
    color: var(--gris-fonce);
    font-size: 18px;
  }

  /***********************************/
  /********** fil d'arianne **********/
  /***********************************/

  #top #main > div.stretch_full {
    background-color: var(--gris-fonce);
  }

  #top #main > div.stretch_full::after {
    content: var(--zig-whit-square);
    position: absolute;
    bottom: 7px;
    right: -5px;
    z-index: 99;
    rotate: 194deg;
  }

  #top #main > div.stretch_full div.container {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 50px;
  }

  #top #main > div.stretch_full div.container h1 {
    transform: translateX(0%) !important;
    margin-top: 14px;
  }

  #top #main > div.stretch_full div.container h1 a {
    font-family: "raelway", Helvetica, Arial, sans-serif;
    font-size: 40px;
  }

  #top #main > div.stretch_full div.container div.breadcrumb span {
    font-size: 12px;
    color: white;
  }

  #top #main > div.stretch_full div.container div.breadcrumb span a span {
    color: var(--saison-1);
  }

  /******************************************/
  /****************** BODY ******************/
  /******************************************/

  /*********** GENERALITE ************/
  /** Page d'accueil mise à l'écart **/

  #top #wrap_all #section-titre h1 {
    text-shadow: -2px -2px 9px #000000 !important;
    font-weight: bolder !important;
    letter-spacing: 8px !important;
    color: var(--saison-1) !important;
  }

  /* MAIN */

  #top #wrap_all #main {
    margin-top: 70px;
  }

  /* H2 */

  #top:not(.page-id-33) #wrap_all #main > div:not(#footer-page) h2 {
    color: var(--gris-fonce);
    text-transform: capitalize;
    font-size: 28px;
    font-weight: bolder;
    margin: 35px 0px 30px 0px;
  }

  /* H3 */

  #top:not(.page-id-33) #wrap_all #main > div:not(#footer-page) h3 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 24px;
  }

  /* P */

  #main > div:not(#footer-page) p {
    font-size: 14px;
    color: var(--gris-fonce) !important;
    line-height: 18px;
  }

  /* UL / LI */

  #top:not(.page-id-33) #wrap_all #main > div:not(#footer-page) ul li {
    font-size: 16px;
    color: var(--gris-fonce);
    line-height: 22px;
  }

  /* A */

  #top:not(.page-id-33)
    #wrap_all
    #main
    > div:not(#footer-page)
    a:not(.avia-button) {
    color: var(--saison-3);
    text-decoration: underline;
  }

  /* Accordéons */

  #top div.togglecontainer section p.toggler {
    padding: 16px 60px 16px 20px;
    & .toggle_icon {
      border-color: var(--gris-fonce);
      & span {
        border-color: var(--gris-fonce);
      }
    }
  }

  /* SECTION DOMAINES */

  #top #main #section-domaines {
    background: linear-gradient(
      0deg,
      white,
      white 22%,
      var(--saison-3) 22%,
      var(--saison-3) 87%,
      white 87%,
      white
    );
    position: relative;
  }

  #top #main #section-domaines #zig-white-larg-svg {
    top: 45%;
    position: absolute;
    z-index: 999;
  }

  #top #main #section-domaines #zig-white-larg-svg path {
    stroke: white;
  }

  #top #main #section-domaines #zig-white-larg-svg path {
    fill: var(--white-op0);
    stroke-dasharray: 570;
    stroke-dashoffset: 570;
    animation: dashWhite 2s ease-in-out forwards;
  }

  #top #main #section-domaines #zig-blue-pen-svg {
    position: absolute;
    bottom: 18%;
    left: -4%;
  }

  #top #main #section-domaines #zig-blue-pen-svg path {
    fill: transparent;
    stroke: transparent;
  }

  #top #main #section-domaines #zig-blue-pen-svg.animated path {
    fill: none;
    stroke: var(--saison-3) !important;
    stroke-dasharray: 570;
    stroke-dashoffset: 570;
    animation: dashBlue 1.5s ease-in-out forwards;
  }

  #top #main #section-domaines div.container {
    margin: 0 !important;
    width: 100% !important;
    min-width: unset;
    max-width: unset;
  }

  #top #main #section-domaines div.container > main.template-page {
    padding-top: 0 !important;
  }

  /* Colonne on apprend */

  #section-domaines #column-apprend div.avia-image-container {
    text-align: end !important;
  }

  #section-domaines #column-apprend div.avia-image-container-inner {
    width: 90% !important;
  }

  #section-domaines
    #column-apprend
    div.avia-image-container-inner
    .avia-image-overlay-wrap {
    display: flex;
    justify-content: end;
  }

  #section-domaines #column-apprend div.avia-image-container img {
    border-radius: 0px !important;
  }

  #section-domaines #column-apprend .avia_textblock {
    padding-right: 25%;
  }

  #section-domaines #column-apprend .avia_textblock p a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: white;
    position: relative;
  }

  #section-domaines #column-apprend .avia_textblock p a::after {
    content: var(--fleche-white);
    display: inline-block;
    position: absolute;
    padding-left: 12px;
  }

  #section-domaines #column-apprend .avia_textblock p {
    text-align: end;
    font-size: 13px;
    color: white;
  }

  #section-domaines #column-apprend .avia_textblock p:first-child {
    margin-bottom: 0px !important;
  }

  #section-domaines #column-apprend .avia_textblock p:last-child {
    margin: 0px !important;
  }

  /* Colonne on découvre */

  #section-domaines #column-decouvre #zig-white-square-svg {
    position: absolute;
    top: 44%;
    left: 78%;
    z-index: 999;
    overflow: visible !important;
  }

  #section-domaines #column-decouvre #zig-white-square-svg g {
    clip-path: none !important;
  }

  #section-domaines #column-decouvre #zig-white-square-svg path {
    stroke: white;
    fill: white;
  }

  #section-domaines #column-decouvre #zig-white-square-svg path {
    fill: var(--white-op0);
    stroke-dasharray: 570;
    stroke-dashoffset: 570;
    animation: dashWhite 2s ease-in-out 1.2s forwards;
  }

  #section-domaines #column-decouvre div.avia-image-container {
    text-align: start !important;
  }

  #section-domaines #column-decouvre div.avia-image-container-inner {
    width: 80% !important;
  }

  #section-domaines
    #column-decouvre
    div.avia-image-container-inner
    .avia-image-overlay-wrap {
    display: flex;
    justify-content: start;
  }

  #section-domaines #column-decouvre div.avia-image-container img {
    border-radius: 0px !important;
  }

  #section-domaines #column-decouvre .avia_textblock {
    padding-left: 10%;
  }

  #section-domaines #column-decouvre .avia_textblock p a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: white;
    position: relative;
  }

  #section-domaines #column-decouvre .avia_textblock p a::after {
    content: var(--fleche-white);
    display: inline-block;
    position: absolute;
    padding-left: 12px;
  }

  #section-domaines #column-decouvre .avia_textblock p {
    text-align: start;
    font-size: 13px;
    color: white;
  }

  #section-domaines #column-decouvre .avia_textblock p:first-child {
    margin-bottom: 0px !important;
  }

  #section-domaines #column-decouvre .avia_textblock p:last-child {
    margin: 0px !important;
  }

  /* colonne on partage */

  #section-domaines #column-partage div.avia-image-container {
    text-align: end !important;
  }

  #section-domaines #column-partage div.avia-image-container-inner {
    width: 70% !important;
  }

  #section-domaines
    #column-partage
    div.avia-image-container-inner
    .avia-image-overlay-wrap {
    display: flex;
    justify-content: end;
  }

  #section-domaines #column-partage div.avia-image-container img {
    border-radius: 0px !important;
  }

  #section-domaines #column-partage .avia_textblock {
    padding-left: 20%;
  }

  #section-domaines #column-partage .avia_textblock p a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: var(--gris-fonce);
    position: relative;
  }

  #section-domaines #column-partage .avia_textblock p a::after {
    content: var(--fleche-blue);
    display: inline-block;
    position: absolute;
    padding-left: 12px;
  }

  #section-domaines #column-partage .avia_textblock p {
    text-align: start;
    font-size: 13px;
    color: var(--gris-fonce);
  }

  #section-domaines #column-partage .avia_textblock p:first-child {
    margin-bottom: 0px !important;
  }

  #section-domaines #column-partage .avia_textblock p:last-child {
    margin: 0px !important;
  }

  /* SECTION AGENDA */

  #section-agenda {
    padding-top: 20px;
    background: linear-gradient(
      0deg,
      white,
      white 50%,
      var(--saison-1) 50%,
      var(--saison-1)
    );
    position: relative;
  }

  #section-agenda #line-white-svg {
    position: absolute;
    top: 26%;
    right: -6%;
    z-index: 9999;
  }

  #section-agenda #line-white-svg g {
    clip-path: none !important;
  }

  #section-agenda #line-white-svg path {
    stroke: transparent;
    fill: transparent;
  }

  #section-agenda #line-white-svg.animated path {
    fill: var(--white-op0);
    stroke: white !important;
    stroke-dasharray: 570;
    stroke-dashoffset: 570;
    animation: dashWhite 2s ease-in-out forwards;
  }

  #section-agenda .av-special-heading {
    position: relative !important;
    z-index: 100 !important;
  }

  #section-agenda h1 {
    color: white;
    position: absolute;
    font-size: 80px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize;
    z-index: 10;
  }

  #section-agenda .avia_textblock {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  /* Il n'est pas présent sur la maquette en mobile  */
  #section-agenda .avia_textblock .see-more {
    display: none;
  }

  /* Pour le site du Conservatoire, on va enlever le champ "Lieu" car il n'est pas pertinent */
  :is(#shortcode-card, #shortcode-slider)
    article
    .event-div-content
    .event-place-title {
    display: none;
  }

  /* SECTION ACTUALITES */

  #section-actualite {
    padding-top: 30px;
    background: linear-gradient(
      0deg,
      var(--saison-2),
      var(--saison-2) 60%,
      white 60%,
      white
    );
    position: relative;
  }

  #section-actualite #line-green-svg {
    position: absolute;
    top: 15%;
    left: -7%;
    z-index: 9999;
  }

  #section-actualite #line-green-svg g {
    clip-path: none !important;
  }

  #section-actualite #line-green-svg path {
    fill: transparent;
    stroke: transparent;
  }

  #section-actualite #line-green-svg.animated path {
    fill: var(--green-op0);
    stroke: var(--saison-2) !important;
    stroke-dasharray: 570;
    stroke-dashoffset: 570;
    animation: dashGreen 2s ease-in-out forwards;
  }

  #section-actualite .template-page {
    padding-bottom: 10px;
  }

  #section-actualite h1 {
    color: var(--saison-2);
    position: absolute;
    font-size: 60px;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize;
  }

  /* Carte d'actu */

  #section-actualite .avia-content-slider {
    margin-bottom: 0px !important;
  }

  #section-actualite .avia-content-slider article {
    display: flex;
    background-color: white;
    height: max-content;
    flex-direction: column;
    width: 100% !important;
    min-height: 140px;
    align-items: center;
    transform: translateX(-100%);
    opacity: 0;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }

  #section-actualite .avia-content-slider article.animated {
    animation: slideFromLeft 1000ms ease-in-out;
    transform: translateX(0%);
    opacity: 1;
  }

  @keyframes slideFromLeft {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0%);
      opacity: 1;
    }
  }

  #section-actualite .avia-content-slider article a {
    margin-bottom: 0px;
    border-radius: 0px;
  }

  #section-actualite .avia-content-slider article a img {
    border-radius: 0px !important;
  }

  #section-actualite .avia-content-slider article .slide-content {
    padding: 0px 8px;
    height: max-content;
  }

  #section-actualite .avia-content-slider article .slide-content h3 {
    padding-bottom: 0px;
    margin-bottom: 12px;
    padding-top: 4px;
    padding-right: 33px;
    line-height: 18px;
  }

  #section-actualite .avia-content-slider article .slide-content h3 a {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 18px !important;
    font-weight: bold;
  }

  #section-actualite .avia-content-slider article .slide-content h3 a::after {
    content: var(--fleche-blue);
    display: inline-block;
    top: 20px;
    position: absolute;
    right: 15px;
  }

  #section-actualite
    .avia-content-slider
    article
    .slide-content
    .blog-categories {
    display: none;
  }

  /* Voir plus */

  #section-actualite #see-more-actu {
    display: flex;
    justify-content: space-between;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }

  #section-actualite #see-more-actu .av_textblock_section {
    width: 80%;
  }

  #section-actualite #see-more-actu .av_textblock_section a {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: underline;
  }

  #section-actualite #see-more-actu span.av_font_icon {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  /*********** Réseaux sociaux ***********/

  #top #rs .container {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100%;
  }

  #top #rs .container .template-page {
    padding: 0px !important;
  }

  #rs .container .template-page #sbi_images .sbi_item,
  #rs .container .template-page #sbi_images {
    padding: 0px !important;
  }

  /*********************************************/
  /***************** CONTENU *****************/
  /*********************************************/

  /***** Page d'agenda *****/

  /* Surcharge du plugin */

  .single-lieu
    #main
    .single-lieu-content
    #event-from-this
    article
    #event-div-date
    .event-date,
  #main #shortcode-card article .event-div-content .event-date,
  #main #shortcode-card article .event-div-content .event-date,
  #main
    #shortcode-slider
    .slider
    .article-container
    article
    .event-div-content
    a,
  #shortcode-slider
    .slider
    .article-container
    article
    .event-div-content
    p.event-date,
  #shortcode-slider .slider .article-container article .link-img .price-event {
    color: var(--gris-fonce) !important;
  }

  #slider-single-event .picture-insight img.insight.insight-outline {
    outline: solid var(--gris-fonce) !important;
  }

  #top #wrap_all .second-infos-event {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 75%,
      var(--saison-2) 75%,
      var(--saison-2) 100%
    ) !important;
  }

  #top #wrap_all .single-event-content .more-events {
    padding: 0px 24px;
    background: linear-gradient(
      180deg,
      var(--saison-2) 0%,
      var(--saison-2) 60%,
      rgba(255, 255, 255, 1) 60%,
      rgba(255, 255, 255, 1) 100%
    ) !important;
  }

  /*********** Visite virtuelle ***********/

  #top.page-id-108 .avia_codeblock {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
  }

  .inter-map .av-hotspot-fallback-tooltip,
  .inter-map .flex_column:first-child {
    display: none !important;
  }

  .map-toggle {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 2px;
  }

  .map-toggle > div {
    flex-grow: 1 !important;
  }

  .map-toggle span {
    padding: 10px;
    border-radius: 8px;
    color: white;
    background-color: var(--saison-3);
  }

  .map-toggle span.active {
    background-color: var(--saison-1);
  }

  .hidden-map {
    display: none;
  }

  .inter-map .legend {
    margin: 14px 0px;
    padding: 8px 0px;
  }

  .inter-map .legend h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .inter-map .av-image-hotspot.animate .av-image-hotspot_inner {
    background-color: var(--saison-3);
  }

  .inter-map .legend_inter_map .animate {
    padding-left: 15px;
  }

  .inter-map .hotspot-content {
    padding: 10px 30px;
    animation: fadeIn 300ms ease-in-out forwards;
  }

  .inter-map .av-image-hotspot .hotspot-content p {
    max-width: 400px;
    text-align: left;
  }

  .avia-tooltip.avia-tt.av-tt-default-width.av-tt-pos-left.av-tt-align-top.av-mobile-fallback-active.main_color.av-tt-hotspot,
  .inner_tooltip + .avia-arrow-wrap,
  .inner_tooltip {
    display: none !important;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  #button-map a {
    background-color: var(--saison-3);
    color: white !important;
  }

  /***************** EQUIPE *****************/

  #top.page-id-99 a.av-masonry-entry figure div div.av-masonry-image-container {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 290px;
  }

  #top.page-id-99 a.av-masonry-entry {
    height: 399.3px;
    min-height: 399.3px;
    max-height: 399.3px;
  }

  #top.page-id-99 a.av-masonry-entry figure {
    height: max-content;
  }

  #top.page-id-99 a.av-masonry-entry figure > div {
    height: 290px;
  }

  #top.page-id-99 a.av-masonry-entry figure > div,
  #top.page-id-99 a.av-masonry-entry figure > figcaption {
    position: relative;
  }

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

  /* Logo */

  #top #footer-section-logo .template-page {
    padding-bottom: 0px;
  }

  /* Sections infos */

  #top #wrap_all #footer-section-infos {
    background: var(--saison-3);
    background: linear-gradient(
      0deg,
      var(--saison-3) 87%,
      rgba(255, 255, 255, 1) 87%
    );
  }

  #top #wrap_all #footer-section-infos #column-adress,
  #top #wrap_all #footer-section-infos #column-horraires {
    background-color: white;
    padding: 20px 0px;
  }

  #top #wrap_all #footer-section-infos a {
    color: var(--saison-3);
  }

  #top #wrap_all #footer-section-infos #column-horraires #zig-blue-svg {
    position: absolute;
    top: 73%;
    left: 87%;
    z-index: 999;
  }

  #top #wrap_all #footer-section-infos #column-horraires #zig-blue-svg g {
    clip-path: none !important;
  }

  #top #wrap_all #footer-section-infos #column-horraires #zig-blue-svg path {
    fill: transparent;
    stroke: transparent;
  }

  #top
    #wrap_all
    #footer-section-infos
    #column-horraires
    #zig-blue-svg.animated
    path {
    fill: var(--gris-fonce-op0);
    stroke: var(--gris-fonce) !important;
    stroke-dasharray: 570;
    stroke-dashoffset: 570;
    animation: dashBlack 2s ease-in-out forwards;
  }

  #top #footer-section-infos .template-page {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #top #wrap_all #footer-section-infos #column-horraires .avia_textblock p {
    font-size: 12px;
  }

  #top
    #wrap_all
    #footer-section-infos
    #column-horraires
    .avia_textblock
    .scolaire {
    margin-bottom: 10px;
  }

  #top
    #wrap_all
    #footer-section-infos
    #column-horraires
    .avia_textblock
    :is(.scolaire, .vacances)
    p:first-of-type {
    text-transform: uppercase;
  }

  #top
    #wrap_all
    #footer-section-infos
    #column-horraires
    .avia_textblock
    p:nth-child(1) {
    margin-top: 0 !important;
  }

  /* menu */

  #top #column-menu {
    margin-bottom: 0 !important;
  }

  #top #column-menu li {
    border: none !important;
    a {
      text-align: center;
      font-size: 12px;
      font-weight: bolder;
      text-transform: uppercase;
      color: white !important;
    }
  }
  /* Icônes */

  #top #wrap_all #footer-section-infos #column-adress .avia_textblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    & > p:last-of-type {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 8px;
    }
  }

  #top #wrap_all #footer-section-infos #column-adress .avia_textblock::before {
    content: var(--dot-blue);
    display: inline-block;
  }

  #top #wrap_all #footer-section-infos #column-horraires .avia_textblock {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #top
    #wrap_all
    #footer-section-infos
    #column-horraires
    .avia_textblock::before {
    content: var(--cadran-blue);
    display: inline-block;
  }

  /* socket */
  #top #footer-section-socket {
    height: max-content;
    min-height: 40px;
  }

  #top #footer-section-socket .template-page {
    padding: 0 !important;
    margin-bottom: 60px;
  }

  #top #footer-section-socket p {
    color: white;
    font-size: 12px;
  }

  #top #footer-section-socket a {
    color: var(--saison-1);
    text-decoration: underline;
  }

  /* Page maintenance */
  #top.page-id-27 #wrap_all h1 {
    transform: none;
    font-size: 42px !important;
    margin-top: 90px;
  }
}
