/*
Theme Name: La Table
Description: THEME ENFANT DE SALIENT
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ASTERIUM
Author URI:  https://www.asterium.fr
Template: salient
Version: 1.0
*/
:root {
  --blanc: #fff;
  --noir: #000;
  --gris-clair: #848484;
  --gris-fonce: #414141;
  --gris-fond: #f5f5f5;
}

* {
  color: var(--noir);
}
body {
  overflow: unset !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--noir);
}
h1 {
  font-weight: 400;
  line-height: 56px;
}
@media (max-width: 899px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 900px) {
  h1 {
    font-size: 54px;
  }
}


a {
  text-decoration: underline;
}
ul li {
  list-style-type: circle;
}
blockquote {
  padding-left: 0;
  line-height: 25px;
}
blockquote::before {
  content: none !important;
  display: none !important;
}
/*
@media (max-width: 920px) {
  #ajax-content-wrap {
    overflow: hidden;
  }
}
*/
a.bouton {
  background: var(--noir);
  padding: 10px 20px;
  border-radius: 8px;
  color: var(--blanc);
  display: block;
  max-width: fit-content;
}
.sources {
  font-size: 14px;
  line-height: 19px;
}


.page #ajax-content-wrap .container-wrap .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 899px) {
  .page .container {
    flex-direction: column-reverse !important;
  }
}

.page .container .photos { /* colonne photos à gauche du contenu */
    padding: 36px 0;
}
@media (min-width: 900px) {
  .page .container .photos {
    flex: 0 0 18%;
    position: sticky;
    top: calc(var(--nectar-sticky-top-distance) - 12px);
    padding: 0;
  }

    body.page-id-195 .container .photos { /* ID 195 = Page La carte */
        display: none;
    }
    body.page-id-195 .container .row,
    body.home.page .container .row {
        flex: 0 0 100% !important;
    }
    .page .container .row {
        flex: 0 0 75%;
        padding-left: 22px;
    }
}



/*********
* Header
*********/
header .socials a span,
#slide-out-widget-area .socials a {
  text-indent: -9999px;
  display: block;
  width: 33px;
  height: 32px;
}
header .socials.linkedin a span {
  background: url("./images/icon_ln.png") center center no-repeat;
  background-size: contain;
}
header .socials.instagram a span {
  background: url("./images/icon_insta.png") center center no-repeat;
  background-size: contain;
}
header .socials.facebook a span {
  background: url("./images/icon_fb.png") center center no-repeat;
  background-size: contain;
}
#slide-out-widget-area .off-canvas-menu-container.mobile-only li {
  display: inline-block;
  width: 44px;
}
#slide-out-widget-area .socials.linkedin {
  background: url("./images/icon_ln.png") center center no-repeat;
}
#slide-out-widget-area .socials.instagram {
  background: url("./images/icon_insta.png") center center no-repeat;
}
#slide-out-widget-area .socials.facebook {
  background: url("./images/icon_fb.png") center center no-repeat;
}

.menuopen li {
  width: 100%;
  border-bottom: 1px solid var(--gris-fond);
}
.menuopen li a {
  font-weight: 600 !important;
  font-size: 30px !important;
  padding: 20px 0 !important;
  max-width: fit-content;
  margin: 10px auto;
  text-decoration: none !important;
  line-height: 32px !important;
}
@media (min-width: 1200px) {
  header .socials a span:hover {
    opacity: 66%;
  }
}
@media (max-width: 800px) {
  #off-canvas-menu-container[role="navigation"] .menuopen .menu-item a {
    font-size: 20px !important;
    padding: 7px 0 !important;
  }
}




/****************
* Page d'accueil
****************/

body.home #logo {
  opacity: 0;
}
body.home header {
  height: 110px;
}
body.home .main-content {
  width: 100%;
  height: fit-content;
  padding: 44px 40px;
}

#hover-table {
  z-index: 1;
  padding-top: 120px !important ;
  position: relative;
}
#hover-table .wpb_raw_html .wpb_wrapper {
  display: flex;
  justify-content: space-evenly;
}
#hover-table .logo {
  width: 120px;
}
#hover-table .logo::after {
  content: "la cité solidaire / la table";
  display: block;
  line-height: 18px;
}


#mention-obligatoire {
  display: block;
  font-size: 10px;
  line-height: 14px;
  margin: 10px 0;
  width: 100%;
  padding: 0 0 0 64px;
  background: url("./images/logo-europe-mentions.png") left center no-repeat;
  background-size: 56px;
}
    @media (min-width: 920px) and (max-width: 1199px) {
        #mention-obligatoire {
            width: 80%;
        }
    }
    @media (min-width: 1200px) and (min-height: 851px) {
      #mention-obligatoire {
        position: absolute;
        top: -20%;
        margin: 0;
        width: 50%;
      }
    }
    @media (min-width: 1413px) and (max-width: 1850px) {
      #mention-obligatoire {
        transform: translate(-10%, -47%);
      }
    }
    @media (min-width: 1850px) {
      #mention-obligatoire {
        transform: translate(-40%, -47%);
      }
    }

/************************
* Menu accueil (cercle)
*************************/
#hover-table #enfance {
  background: url("./images/menu-enfance.png");
  background-size: calc(50px + 7%);
}
#hover-table #citoyenne {
  background: url("./images/menu-actions.png");
  background-size: calc(50px + 7%);
}
#hover-table #environnement {
  background: url("./images/menu-environnement.png");
  background-size: 50px;
}
#hover-table #histoire {
  background: url("./images/menu-histoire.png");
  background-size: 50px;
}
#hover-table #partenaire {
  background: url("./images/menu-mecenat.png");
  background-size: 50px;
}
#hover-table #alimentation {
  background: url("./images/menu-alimentation.png");
  background-size: 50px;
}
#hover-table #insertion {
  background: url("./images/menu-insertion.png");
  background-size: 50px;
}
#hover-table #restaurant {
  background: url("./images/menu-carte.png");
  background-size: calc(50px + 7%);
}

#hover-table .menu-item {
  background-position: left center;
  background-repeat: no-repeat !important;
  padding: 30px 20px 30px 70px;
  height: 60px;
  display: flex;
  align-items: center;
  color: var(--noir);
  text-decoration: none;
  line-height: 18px;
}

@keyframes floatAnimationN1 {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-48%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes floatAnimationN2 {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-52%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

#hover-table #enfance {
  animation-delay: 0s;
}
#hover-table #citoyenne {
  animation-delay: 0.3s;
}
#hover-table #environnement {
  animation-delay: 0.8s;
}
#hover-table #histoire {
  animation-delay: 0.6s;
}
#hover-table #partenaire {
  animation-delay: 0.4s;
}
#hover-table #alimentation {
  animation-delay: 1s;
}
#hover-table #insertion {
  animation-delay: 1.5s;
}
#hover-table #restaurant {
  animation-delay: 1.4s;
}

@media (max-width: 879px) {
  body.home .main-content {
    padding: 99px 0;
  }
  #hover-table .table-icon {
    width: 100%;
    margin: 78px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hover-table .table-icon .logo {
    position: absolute;
    left: 30%;
    top: 0;
    display: flex;
    transform: translate(-50%, -87%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hover-table .valeurs {
    position: absolute;
    left: 58%;
    top: 0;
    transform: translate(45%, -90%);
  }

  #hover-table .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
  #hover-table .menu-item {
    margin: 10px 0;
    width: 49%;
    background-size: 44px !important;
    padding: 24px 20px 24px 52px;
    height: 52px;
    font-size: 13px;
  }
}

@media (max-width: 1199px) and (min-width: 880px) {
  #hover-table .table-icon {
    width: 50%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #hover-table .table-icon .logo {
    position: absolute;
    left: 40%;
    top: 0;
    display: flex;
    transform: translate(-50%, -87%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #hover-table .valeurs {
    position: absolute;
    left: 58%;
    top: 0;
    transform: translate(-50%, -90%);
  }
}

@media (min-width: 1200px) and (max-height: 850px) {
  #hover-table .table-icon {
    width: 50%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #hover-table .table-icon .logo {
    position: absolute;
    left: 40%;
    top: 0;
    display: flex;
    transform: translate(-50%, -87%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #hover-table .valeurs {
    position: absolute;
    left: 58%;
    top: 0;
    transform: translate(-50%, -90%);
  }
}

@media (min-width: 1200px) and (min-height: 851px) {
  #hover-table .menu-item {
    background-position: center !important;
    position: absolute;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    width: 250px;
    text-indent: -9999px;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out,
      background 0.4s ease-in-out;
  }

  body.home .main-content:hover #hover-table .menu-item {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
  }

  body.home .main-content:hover #mention-obligatoire {
    display: none;
  }
  body.home .main-content:hover #hover-table .valeurs {
    transform: scaleX(0);
    opacity: 0;
  }

  body.home #hover-table .valeurs {
    transform: scaleX(1);
    opacity: 1;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out;
  }

  #hover-table .menu-item:nth-child(1n) {
    animation: floatAnimationN2 4s infinite forwards;
  }

  #hover-table .menu-item:nth-child(2n) {
    animation: floatAnimationN1 4s infinite forwards;
  }

  body.home .main-content:hover #hover-table .logo {
    transform: translate(163%, 0);
  }

  #hover-table .logo {
    position: absolute;
    transition: 0.3s transform ease-in-out;
  }

  #hover-table .logo::after {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(135%, -50%);
  }

  body.home .main-content:hover #hover-table .logo::after {
    display: none;
  }

  #hover-table .menu-item:hover {
    background-position: left center !important;
    text-indent: unset !important;
  }
}





/* Partenaires -------------------------------------------------------------------- */
#logos-partenaires img {
  filter: saturate(0);
  transition: 0.3s filter ease-in-out;
}

#logos-partenaires img:hover {
  filter: saturate(1) !important;
}
@media (max-width: 1700px) and (min-width: 1100px) {
    body.page-id-141 #logos-partenaires .col {
        flex-direction: row !important;
    }
    #logos-partenaires .col img {
        width: 250px !important;
    }
}




/* Lien vers carte ---------------------------------------------------------------- */
.lien_carte {
    display: flex;
    background-color: var(--noir);
    color: var(--blanc);
    padding: 10px 20px;
    max-width: fit-content;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) {
    .lien_carte:hover {
        color: var(--blanc) !important;
        background: var(--gris-fonce);
    }
}

.content-wrapper-carte {
    padding-bottom: 20px;
}
    .la-carte {
        line-height: 20px;
    }
        .la-carte .dates {
            font-size: 20px;
            margin: 30px 0;
        }
        .la-carte .entree {
            background: url("./images/salad.png") left top no-repeat;
            background-size: 30px;
            padding-left: 40px;
            max-width: 63%;
        }
        .la-carte .plat {
            background: url("./images/lunch.png") left top no-repeat;
            background-size: 30px;
            padding-left: 40px;
            margin: 14px 0;
            max-width: 63%;
        }
        .la-carte .dessert {
            background: url("./images/dessert.png") left top no-repeat;
            background-size: 30px;
            padding-left: 40px;
            max-width: 63%;
        }
        .la-carte .infos {
            padding: 20px 0;
        }
        .lien-carte .bouton {
            text-decoration: none !important;
        }
.page-id-195 .lien-carte { /* Page la Carte */
  padding: 30px 0;
}
    .contenu-carte {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-between;
    }
    .contenu-carte .images {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
        .contenu-carte .images .image {
            max-width: 100%;
            max-height: auto !important;
            overflow: hidden;
            display: flex;
        }
            .contenu-carte .images .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                flex: 1;
            }
@media (max-width: 1099px) {
  .contenu-carte {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1100px) {
  .contenu-carte .images {
    flex: 0 0 30%;
  }
  .contenu-carte .texte {
    flex: 1;
  }
  .contenu-carte .texte.pdf .reservation {
    top: 44% !important;
  }
}








/* Page de la carte ----------------------------------------------------------------- */
.page-id-195 #popup-carte {
  display: none !important;
}
#popup-carte .images {
  display: none;
}





/********
Boutons
*********/

.nectar-button.accent-color span {
  color: var(--blanc) !important;
}

/********
Bouton contact
*********/

.nectar-global-section.after-nav {
  z-index: 14;
}
.nectar-global-section.after-nav .contact-button a {
  position: fixed;
  display: block;
  right: 120px;
  bottom: 50px;
  padding: 10px 20px 10px 50px;
  border-radius: 8px;
  text-transform: lowercase;
  max-width: fit-content !important;
  width: min-content;
  background: url("./images/pawn.png") left center no-repeat;
  background-size: 40px;
}

body.home .nectar-global-section.after-nav .contact-button a {
  right: 11px !important;
}

@media (min-width: 900px) {
  .nectar-global-section.after-nav .contact-button a {
    bottom: 70px !important;
  }
}

@media (max-width: 900px) {
  .nectar-global-section.after-nav {
    z-index: 20;
  }
  .nectar-global-section.after-nav .contact-button a {
    right: 11px;
  }
}

/***************
* Enfance et scolaire
***************/
.logos-gris img {
  filter: saturate(0);
  transition: 0.3s filter ease-in-out;
}

.logos-gris img:hover {
  filter: saturate(1);
}




/* Page contact --------------------------------------------------------------------*/
.page-id-141 .nectar-global-section.after-nav { /* ID contact = 141 */
    display: none;
}

@media (max-width: 1700px) {
    .page-id-141 .nectar-global-section.before-footer .col {
        justify-content: center;
    }
    .page-id-141 .nectar-global-section.before-footer #logos-partenaires .vc_col-sm-3 {
        width: 14%;
    }
}

.contact-form div {
  margin: 10px 0;
}

@media (min-width: 1243px) {
  .contact-form br {
    display: none;
  }
  .contact-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .contact-form div {
    flex: 0 0 49.5%;
  }
  .contact-form div p {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .contact-form p {
    flex: 0 0 100%;
  }
}

@media (max-width: 1243px) {
  .contact-form br {
    display: none;
  }
  .contact-form p span {
    margin: 10px 0;
  }
}


@media (max-width: 899px) {
  body.page-id-141 .row {
    width: 100%;
  }
}

@media (max-width: 1700px) and (min-width: 1100px) {
  body.page-id-141 .nectar-global-section.before-footer {
    position: absolute;
    bottom: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
  }

  body.page-id-141 #logos-partenaires .col {
    flex-direction: row !important;
  }

  #logos-partenaires .col img {
    width: 250px !important;
  }
}
#logos-partenaires .vc_col-sm-3 {
  width: 36%;
}
body.home #logos-partenaires .vc_col-sm-3 {
  width: 25% !important;
}

@media (max-width: 1099px) {
  body.page-id-141 .nectar-global-section.before-footer {
    position: static !important;
  }
}



/***********************
* Réservations flotant
***********************/

.reservation-float a {
  display: flex;
  align-items: center;
  right: 0;
  max-width: fit-content;
  text-transform: uppercase;
  color: var(--noir);
  border: 1px solid var(--noir);
  padding: 10px 20px;
  border-radius: 8px;
  background: var(--blanc);
  z-index: 30;
}

@media (min-width: 1100px) {
  .reservation-float a {
    top: -82px;
    right: -125px;
  }
}

.reservation-float a::before {
  content: "";
  width: 39px;
  height: 37px;
  display: block;
  background: url("./images/telephone.png") left center no-repeat;
  background-size: 28px;
}

.reservation-float a:hover::before {
  animation: cloche-move 0.4s ease-in-out infinite;
}

@keyframes cloche-move {
  0% {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
  }
  33% {
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
  }
  66% {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
  }
  100% {
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
  }
}


/*****************************
* Page submenu
******************************/
.page-submenu,
.page-submenu .full-width-content,
.page-submenu .full-width-content ul {
  background: transparent !important;
}

.page-submenu li a {
  color: var(--blanc) !important;
  padding: 10px 20px;
  background-color: var(--noir);
  border-radius: 8px;
  transition: 0.3s ease-in-out !important;
  text-decoration: none !important;
}



/*****************************
* Footer - logos partenaires 
******************************/
body.home .nectar-global-section.before-footer {
  position: static;
  bottom: 0 !important;
  transform: translate(0, 0);
  margin-bottom: 12px !important;
}

@media (min-width: 1100px) {
  body.home .nectar-global-section.before-footer {
    position: absolute !important;
    transform: translate(57%, 0);
  }
}

@media (min-width: 1200px) {
  body.home .nectar-global-section.before-footer {
    position: absolute !important;
    bottom: 0 !important;
  }
}

@media (min-width: 1200px) and (min-height: 980px) {
  body.home .nectar-global-section.before-footer {
    left: 50% !important;
    transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
  }
  body.home #logos-partenaires .col {
    flex-direction: row !important;
    align-items: center;
  }
}

@media (max-width: 1099px) {
  #logos-partenaires .col {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding: 0;
    flex-direction: row;
    align-items: center;
  }
  #logos-partenaires .col img {
    width: 250px !important;
  }
  #logos-partenaires .vc_col-sm-3 {
    width: fit-content;
    padding: 0;
    margin: 0;
  }
  #logos-partenaires .finance-europe .logo-europe {
    width: 100% !important;
    min-width: 100%;
  }
}
@media (min-width: 1100px) {
  .nectar-global-section.before-footer {
    background: transparent !important;
    position: sticky;
    right: 0;
    transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    bottom: 0;
  }
  #logos-partenaires .col {
    flex-direction: column;
  }
}
#logos-partenaires {
  margin-bottom: 0 !important;
}

/********
* Popup
*********/
#bouton-creche {
  position: fixed;
  right: 40px;
  top: 200px;
  z-index: 9999;
  background: var(--blanc);
  border: 1px solid var(--noir);
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  transform: translateX(-0%);
  font-size: 12.5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}

.menu-popup.minimized button#popup-close {
  display: none !important;
}

#popup-open {
  font-family: "Open Sans";
  position: fixed;
  right: 40px;
  top: 148px;
  z-index: 9999;
  background: var(--blanc);
  border: 1px solid var(--noir);
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transform: translateX(-0%);

  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 700px) {
  #popup-open {
    top: 150px;
  }
  .menu-popup {
    left: 50%;
    transform: translate(-50%, 39%);
  }
}

@media (max-width: 850px) {
  body.home button#popup-open {
    display: block !important;
  }
}

@media (max-width: 750px) and (max-height: 750px) {
  .menu-popup {
    transform: translate(-50%, 26%) !important;
    z-index: 9999 !important;
  }
  .menu-popup .contenu-carte .reservation {
    margin: 20px 0 0 0;
    text-decoration: none !important;
  }
  .menu-popup .dates {
    margin: 0 0 20px 0 !important;
  }
}

@media (max-height: 650px) and (min-width: 1100px) {
  .menu-popup {
    transform: translate(-50%, 62%) !important;
  }
}
.menu-popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  width: 80%;
  border-radius: 4px;
  border: 1px solid var(--noir);
  padding: 0 36px 10px 26px;
  transition: transform 0.3s ease, right 0.3s ease, bottom 0.3s ease,
    width 0.3s ease, height 0.3s ease;
}

.menu-popup #menu-popup-content {
  transform: translateY(-20px);
}



/* Style des boutons */
#popup-carte #menu-popup button {
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 40px;
  margin-right: -20px;
}

.menu-popup.pdf .bouton {
  text-decoration: none;
}

/* Header du popup */
#popup-carte #menu-popup-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: fit-content;
  margin: 11px 0 0 auto;
}

/* Ajuste le padding du bouton de réservation */
#popup-carte #reservation {
  padding: 2px 0;
}
#popup-carte #reservation p {
  padding-bottom: 0;
}
.reservation-float a {
  text-decoration: none !important;
}
#popup-carte #popup-close {
  display: block;
}

.hidden-popup {
  transform: translate(-50%, -5000px) !important;
}
body.home .hidden-popup {
  transform: translateY(10000px) !important;
}

body.home #popup-open.hidden-button,
#popup-open.hidden-button {
  transform: translate(5000%, 0);
}

.menu-popup .dates {
  font-size: 18px !important;
  margin: 0 0 30px 0 !important;
}
.menu-popup {
  left: 50%;
  transform: translate(-50%, 27%);
}

.menu-popup.pdf {
  transform: translate(-50%, 98%);
}

@media (max-width: 700px) {
  .menu-popup.pdf {
    transform: translate(-50%, 60%);
  }
}
.menu-popup h2 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 690px) {
  .menu-popup .texte {
    position: relative;
  }
  .menu-popup.pdf .texte {
    min-height: 250px;
  }
  .menu-popup .reservation {
    position: absolute;
    right: 8px;
    top: 18%;
  }

  .menu-popup.pdf .reservation {
    top: 66%;
  }

  .menu-popup.pdf .bouton {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 900px) {
  .menu-popup {
    width: 600px;
  }
}
.menu-popup .cross {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-popup .cross span {
  position: absolute;
  width: 25px;
  height: 4px;
  background: var(--noir);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-popup .cross span:first-child {
  transform: rotate(45deg);
}
.menu-popup .cross span:last-child {
  transform: rotate(-45deg);
}
.menu-popup .cross:hover span {
  background: var(--gris-clair);
}
.menu-popup .cross:hover span:first-child {
  transform: rotate(0);
}
.menu-popup .cross:hover span:last-child {
  transform: rotate(0);
}






/* Footer --------------------------------------------------------------------------------------- */
#footer-outer {
    background: var(--noir);
    z-index: 12;
}
    #footer-outer a {
        color: var(--blanc);
        text-decoration: none;
    }
    @media (min-width: 1200px) {
        #footer-outer a:hover {
            color: var(--gris-clair) !important;
        }
    }

#footer-outer .container {
  padding: 5px 20px 0 20px;
  margin: 0;
  width: 100% !important;
  max-width: 2100px !important;
}
    #footer-outer .row {
        padding: 10px 0 !important;
    }
    #footer-outer .widget_block {
        margin: 0;
    }
    #footer-outer .span_4:nth-child(2) {
        display: flex;
        gap: 20px;
    }
    #footer-outer .span_4:nth-child(2) .widget {
        flex: 0 0 35%;
    }
    #footer-outer #block-2 {
        line-height: 22px;
    }


#footer-outer .footer-reservation {
  color: var(--blanc);
  margin-left: auto;
  display: block;
  max-width: fit-content;
}
    #footer-outer .footer-reservation a {
      color: var(--blanc);
      text-transform: uppercase;
      padding-right: 50px;
      gap: 10px;
      display: flex;
      align-items: center;
    }
    #footer-outer .footer-reservation br {
        display: none;
    }

@media (min-width: 1000px) {
  #footer-outer .footer-reservation a {
    justify-content: flex-end;
  }
  #footer-outer .span_4:nth-child(2) {
    justify-content: center;
  }
}

#footer-outer .footer-reservation a::after {
  content: "";
  width: 39px;
  height: 37px;
  display: block;
  background: url("./images/telephone.png") left center no-repeat;
  filter: invert(1);
  background-size: 28px;
}
    @media (min-width: 1200px) {
        #footer-outer .footer-reservation a:hover::after {
          animation: cloche-move 0.4s ease-in-out infinite;
        }
        #footer-outer .footer-reservation a:hover {
            color: var(--blanc) !important;
        }
    }

/* On masque les logos certification en attendant la validation */
#footer-outer .col img {
  opacity: 0 !important;
}



/* ??? */
@media (max-width: 999px) {
  .row_col_wrap_12 {
    flex-direction: column-reverse;
  }
  body.home .row_col_wrap_12 {
    flex-direction: unset;
  }
}
