@charset "UTF-8";
/*
  Breapoints slicer pour gérer simplement les medias queries
  exemple:  @include from(small) {
              .selector {
                // ...
              }
            }
  http://documentation.laetis.loc/formation-sass/sass-media-queries-avec-breakpoint-slicer
*/
/*
  Site
  (créer des "modules" comme _meteo et les importer ci-dessous)
 */
.list--no-style {
  list-style: none;
}

.hidden {
  display: none;
  visibility: hidden;
}

.list--horizontal {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.list--horizontal.list--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list--horizontal.list--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list--horizontal.list--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.list--horizontal.list--justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ttu {
  text-transform: uppercase;
}

.lae-breadcrumb {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}

.lae-breadcrumb a {
  color: inherit;
}

.lae-breadcrumb a:focus {
  text-decoration: underline;
}

.lae-breadcrumb__separator {
  display: inline-block;
  margin: 0 7px;
}

/************************ Header ***************************/
#site-header.medium-header .top-col.col-1, #site-header.medium-header .top-col.col-3 {
  text-align: center;
}

/** Responsive header **/
@media (max-width: 767px) {
  #site-header.medium-header .oceanwp-mobile-menu-icon {
    float: right;
    position: absolute;
    right: 5% !important;
    top: 2em;
    z-index: 999;
  }
}

@media (max-width: 959px) {
  #site-header.medium-header #site-logo #site-logo-inner a .responsive-logo {
    max-height: 70px;
  }
}

.ct-menu-courant {
  padding: 8px;
  background-color: #010101;
  color: #ffffff;
}

.lae-menu-courant {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

.lae-menu-courant > .list--horizontal {
  margin: 0;
}

.lae-menu-courant > .list--horizontal > li {
  margin: 0 1%;
}

.lae-menu-courant > .list--horizontal > li + li {
  margin-left: 3%;
}

.lae-menu-courant a {
  position: relative;
  display: block;
  height: 90px;
  line-height: 90px;
  font-weight: 600;
  color: inherit;
}

.lae-menu-courant a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  height: 4px;
  width: 36px;
  margin-left: -18px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.lae-menu-courant a:hover:after, .lae-menu-courant a:focus:after {
  opacity: .6;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
}

.lae-menu-courant a[aria-current]:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.lae-menu-courant a[aria-current]:focus:after {
  -webkit-transform: scaleX(1.4);
          transform: scaleX(1.4);
}

.lae-menu-courant a .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.14;
}

#cookie-notice {
  background-color: #fff;
  left: 2%;
  bottom: 2%;
  right: 2%;
  min-width: 96%;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 4px 4px 100px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 100px rgba(0, 0, 0, 0.2);
}

.cookie-notice-container {
  position: relative;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}

.cookie-notice-container strong {
  display: block;
  font-size: 1.4em;
}

.cookie-notice-container #cn-notice-text {
  text-align: left;
}

.cookie-notice-container .cn-set-cookie {
  text-transform: uppercase;
  background-color: #1473e6;
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.15, 1.24, 0.51, 1);
  transition: all 0.2s cubic-bezier(0.15, 1.24, 0.51, 1);
  margin: 0;
}

.cookie-notice-container .cn-set-cookie:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

@media (min-width: 480px) {
  .cookie-notice-container {
    padding-right: 200px;
  }
  .cn-set-cookie {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -1.5em;
  }
}

.lae-toggle-cookie {
  display: inline-block;
  position: relative;
  padding-left: 4em;
  line-height: 2em;
}

.lae-toggle-cookie:before, .lae-toggle-cookie:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.lae-toggle-cookie:before {
  width: 3em;
  height: 2em;
  background: #f0f0f0;
  border-radius: 2em;
}

.lae-toggle-cookie:after {
  width: 2em;
  height: 2em;
  background: #fff;
  border-radius: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #f0f0f0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lae-toggle-cookie.lae-toggle-cookie--accepted:before {
  background-color: #d4f0dc;
}

.lae-toggle-cookie.lae-toggle-cookie--accepted:after {
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
  border-color: #d4f0dc;
}

.btn {
  -webkit-appearance: none;
  display: inline-block;
  background: 0 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.btn > .text {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
}

.btn > .icon:before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.btn:hover {
  color: #fff;
}

.btn--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn--icon > .icon {
  font-size: 2.2em;
  line-height: 1;
}

.btn--icon > .icon:before {
  line-height: 1.2;
}

.btn--icon-left > .icon {
  margin-right: 0.4em;
}

.btn--icon-right > .icon {
  margin-left: 0.4em;
}

.btn--icon-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--icon-top > .icon {
  margin-bottom: 0.1em;
}

body .btn--outline,
body .theme-button.btn--outline {
  border-style: solid;
  border-width: 3px;
  background-color: transparent;
}

body .btn--outline:hover, body .btn--outline:focus,
body .theme-button.btn--outline:hover,
body .theme-button.btn--outline:focus {
  border-color: rgba(0, 0, 0, 0);
}

body .btn--flat,
body .theme-button.btn--flat {
  background-color: transparent;
}

.lae-buttons {
  list-style: none;
  margin: 0;
}

.lae-buttons > li {
  display: inline-block;
}

.lae-buttons > li + li {
  margin-left: 0.5em;
}

.elementor-widget.buttonIngredient {
  margin: -10px 0 10px 0 !important;
}

.elementor-widget.buttonIngredient .btn.theme-button.btn--standard {
  padding: 5px 20px 5px 20px;
}

.lae-photos-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lae-photos-grid > .media > a {
  display: block;
  position: relative;
  padding-top: 75%;
  height: 0;
  overflow: hidden;
}

.lae-photos-grid > .media > a > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lae-photos-grid > .media--video > a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  border-radius: 50%;
}

.lae-photos-grid > .media--video > a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -7.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 24px;
  border-color: transparent transparent transparent #fff;
}

@media (max-width: 767px) {
  .lae-photos-grid > .media {
    width: calc(50% - 10px/2);
    margin-top: 10px;
  }
  .lae-photos-grid > .media--1 {
    width: 100%;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .lae-photos-grid > .media {
    width: calc(33.33333% - 13.33333px);
    margin-top: 20px;
  }
  .lae-photos-grid:not(.grid--3-medias) > .media--1,
  .lae-photos-grid:not(.grid--3-medias) > .media--2 {
    width: calc(50% - 10px);
    margin-top: 0;
  }
  .lae-photos-grid:not(.grid--3-medias) > .media--1 > a,
  .lae-photos-grid:not(.grid--3-medias) > .media--2 > a {
    padding-top: 66%;
  }
}

.lae-photos-grid.grid--m1-pano > .media > a {
  padding-top: 86%;
}

.lae-photos-grid.grid--m1-pano > .media--1 > a {
  padding-top: 42%;
}

@media (min-width: 768px) {
  .lae-photos-grid.grid--m1-pano > .media--1 {
    width: calc(66.66667% + 13.33333px - 20px);
    margin-top: 0;
  }
  .lae-photos-grid.grid--m1-pano > .media--2 {
    width: calc(33.33333% - 13.33333px);
    margin-top: 0;
  }
}

.lae-photos-grid > p {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  text-align: right;
}

.lae-photos-grid .trigger-diapo {
  text-transform: uppercase;
  color: inherit;
}

/* si pas de grille laëtis dans site */
.meteo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 20px 0;
}

.lae-meteo__title {
  display: none;
  visibility: hidden;
}

/* Météo style fond coloré */
.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j {
  margin: 25px 0 0 0;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__title {
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #323232;
  font-weight: bold;
  margin: 5px 0 5px 0;
  min-height: 45px;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__jour {
  position: relative;
  padding-left: 4em;
  margin-right: 2em;
  line-height: 20px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__jour--courant {
  display: table-cell;
  background: #e4f2f9;
  padding: 10px 30px 0 4em;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__jour.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__jour--courant .lae-meteo__condition > .lae-meteo__icon {
  top: 2rem;
  left: 1rem;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j.lae-meteo--details-4j > .lae-meteo__heures {
  margin-top: 0;
  background-color: #e4f2f9;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__condition {
  font-size: 16px;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__condition > .lae-meteo__icon {
  text-align: center;
  font-size: 3.4em;
  width: 1em;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures {
  margin: 0 0 50px 0;
  padding: 30px 0;
  background: #e4f2f9;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures li:not(:first-child) {
  border-left: 1px dotted #000;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures .lae-meteo__condition .lae-meteo__icon {
  font-size: 2.5em;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heures > li {
  padding: 0.6em;
  text-align: center;
  line-height: 1.6;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__heure {
  font-weight: bold;
  font-size: 1.3em;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 10px 0;
  display: inline-block;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__date {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__date:first-letter {
  text-transform: uppercase;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j__tmp {
  font-weight: bold;
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 400;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j .tmp__min {
  color: #0a9dbc;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j .tmp__max {
  color: #ff3d00;
}

.lae-meteo--details-4j--v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
}

.lae-meteo--details-4j--v2 .lae-meteo__jour--courant:before,
.lae-meteo--details-4j--v2 .jplus1:before,
.lae-meteo--details-4j--v2 .jplus2:before,
.lae-meteo--details-4j--v2 .jplus3:before {
  content: ' ';
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #FFF;
  display: block;
  height: 30px;
  line-height: 30px;
}

.lae-meteo--details-4j--v2 .lae-meteo__jour {
  text-align: center;
  margin: 0 0 20px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.lae-meteo--details-4j--v2 .lae-meteo__icon {
  display: block;
  text-align: center;
  font-size: 4.8em;
  margin-bottom: 20px;
}

.lae-meteo--details-4j--v2 p {
  line-height: 1.4;
  font-size: 16px;
  margin: 0;
  padding: 0 10px;
}

@media (max-width: 850px) {
  .lae-meteo--details-4j--v2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    margin: auto;
  }
  .lae-meteo--details-4j--v2 .lae-meteo__jour {
    width: 50%;
  }
  .lae-meteo--details-4j--v2 .jplus2:before,
  .lae-meteo--details-4j--v2 .jplus3:before {
    display: none;
  }
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j--v2 .lae-meteo__jour--courant:before {
  content: 'Aujourd\'hui';
  background: #91cae6;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j--v2 .jplus1:before {
  content: 'Demain';
  background: #badef0;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j--v2 .jplus2:before {
  background: #e4f2f9;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j--v2 .jplus3:before {
  background: #e4f2f9;
}

.lae-meteo-wrap.fond-couleur .lae-meteo--details-4j--v2 .lae-meteo__icon {
  color: #597c8d;
}

.lae-meteo--accueil-1j .lae-meteo__jours,
.lae-meteo--accueil-3j .lae-meteo__jours {
  padding: 0;
}

.lae-meteo--accueil-1j .lae-meteo__jour,
.lae-meteo--accueil-3j .lae-meteo__jour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  outline: none;
  cursor: default;
}

.lae-meteo--accueil-1j .lae-meteo__date,
.lae-meteo--accueil-3j .lae-meteo__date {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  text-align: center;
  width: 40%;
}

.lae-meteo--accueil-1j .lae-meteo__prevision,
.lae-meteo--accueil-3j .lae-meteo__prevision {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lae-meteo--accueil-1j .lae-meteo__icon,
.lae-meteo--accueil-3j .lae-meteo__icon {
  font-size: 4em;
  line-height: 1;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

.lae-meteo--accueil-1j .lae-meteo__tmp,
.lae-meteo--accueil-3j .lae-meteo__tmp {
  padding: 0 10px;
  font-size: 2em;
  min-width: 127px;
  text-align: center;
}

.lae-meteo--accueil-1j .lae-meteo__tmp__unite,
.lae-meteo--accueil-3j .lae-meteo__tmp__unite {
  display: inline-block;
  -webkit-transform-origin: 50% 30%;
          transform-origin: 50% 30%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.lae-meteo--accueil-1j .lae-meteo__condition,
.lae-meteo--accueil-3j .lae-meteo__condition {
  font-size: 1.2em;
  text-transform: uppercase;
}

.sshare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3% 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sshare > li {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #9d9d9d;
  text-transform: uppercase;
}

.sshare__btn {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: inherit;
  border: none;
  background: none;
}

.sshare__btn:hover {
  background: transparent !important;
  color: #abcf37 !important;
}

.sshare__btn .icon {
  margin-right: 10px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.sshare__btn:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #c3c3c3;
}

.sshare__btn--more {
  display: none;
}

.sshare__btn--more--visible {
  display: inline-block;
}

.sshare__display-more {
  text-transform: uppercase;
  font-size: inherit;
  border: none;
  background: none;
  padding: 0 10px;
}

.sshare__display-more:hover {
  background: transparent !important;
  color: #abcf37 !important;
}

@media screen and (max-width: 480px) {
  .sshare {
    text-align: center;
  }
  .sshare > li {
    margin: 10px 0;
  }
  .sshare > li:first-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sshare__btn:after {
    display: none;
  }
}

.lae-r-slider {
  position: relative;
}

.lae-r-slider > .lae-slides {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  margin: 0;
}

.lae-r-slider > .lae-slides div:not(.inner) {
  height: 100%;
}

.lae-r-slider .slick-slide > picture {
  display: block;
  height: 100%;
}

.lae-r-slider .slick-slide > picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lae-r-slider .nav-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
}

.lae-r-slider .slick-next, .lae-r-slider .slick-prev {
  position: absolute;
  top: 50%;
  pointer-events: initial;
}

.lae-r-slider .slick-prev {
  left: 0;
  right: auto;
}

.lae-r-slider .slick-prev > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lae-r-slider .slick-next {
  left: auto;
  right: 0;
}

.lae-r-slider .slick-dots {
  bottom: 0;
  padding: 20px;
  line-height: 1;
  pointer-events: initial;
}

.lae-r-slider .slick-dots > li {
  margin: 0;
  padding: 0;
  width: 14px;
}

.lae-r-slider .slick-dots > li + li {
  margin-left: 16px;
}

.lae-r-slider .slick-dots > li > button {
  width: 14px;
  padding: 14px 0 0;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  opacity: .25;
}

.lae-r-slider .slick-dots > li > button::before {
  display: none;
}

.lae-r-slider .slick-dots > li.slick-active > button {
  opacity: .75;
}

.lae-r-slider .lae-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  pointer-events: none;
  padding-top: 100px;
}

.lae-r-slider .lae-overlay > .inner {
  pointer-events: initial;
}

.lae-r-slider .lae-overlay .h,
.lae-r-slider .lae-overlay .elementor-widget-heading .elementor-heading-title,
.lae-r-slider .lae-overlay .elementor-widget-text-editor {
  color: inherit;
}
h1.elementor-heading-title{
  text-shadow: 2px 2px #000;
}
.lae-r-slider .lae-overlay .h {
  font-size: 6em;
  margin: 0;
  line-height: 1em;
}

@media (max-width: 991px) {
  .lae-r-slider .lae-overlay .h {
    font-size: 3em;
  }
}

@media (max-width: 479px) {
  .lae-r-slider .lae-overlay .h {
    font-size: 2em;
  }
}

.lae-r-slider .lae-overlay .h > em {
  display: block;
  text-transform: none;
  font-style: normal;
  font-family: "ZonaPro Bold", Sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4em;
}

@media (max-width: 767px) {
  .lae-r-slider .lae-overlay .h > em {
    font-size: 14px;
  }
}

.lae-r-slider .lae-overlay .h > em:before {
  content: '';
  display: block;
  height: 7px;
  width: 60px;
  background-color: #BC2716;
  margin: 20px auto;
}

@media screen and (min-width: 1950px) {
  .lae-r-slider {
    padding-top: 800px !important;
  }
}

/** Blog avec filterbar **/
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info span.lae-terms,
.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info h3.lae-post-title {
  opacity: 1;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info h3.lae-post-title {
  text-shadow: black 0.1em 0.1em 0.2em;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image img {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-entry-info {
  width: 85%;
}

.lae-portfolio-wrap .lae-taxonomy-filter div.lae-filter-item {
  border-bottom: 0 solid #DDDDDD;
}

.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a {
  text-transform: uppercase;
}

.lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item.lae-active:after {
  border-bottom: 3px solid #ABCF37;
}

.lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title {
  font-family: "Lobster", Sans-serif;
  font-size: 25px !important;
  line-height: 1.3em !important;
  font-weight: 500 !important;
}

/** Archive **/
.elementor-widget-posts .elementor-post,
.elementor-widget-archive-posts .elementor-post {
  position: relative;
}

.elementor-widget-posts.elementor-posts--thumbnail-top .elementor-post__text,
.elementor-widget-archive-posts.elementor-posts--thumbnail-top .elementor-post__text {
  width: 85%;
  text-align: center;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.elementor-widget-posts.elementor-posts--thumbnail-top .elementor-post__text .elementor-post__title, .elementor-widget-posts.elementor-posts--thumbnail-top .elementor-post__text .elementor-post__title a,
.elementor-widget-archive-posts.elementor-posts--thumbnail-top .elementor-post__text .elementor-post__title, .elementor-widget-archive-posts.elementor-posts--thumbnail-top .elementor-post__text .elementor-post__title a {
  color: #FFFFFF;
  font-family: "Lobster", Sans-serif;
  font-size: 25px;
  line-height: 1.3em;
}

.elementor-widget-posts .elementor-post__thumbnail img,
.elementor-widget-archive-posts .elementor-post__thumbnail img {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.elementor-widget-posts .elementor-post__thumbnail:hover img,
.elementor-widget-archive-posts .elementor-post__thumbnail:hover img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

/** Rich snipet recettes **/
.elementor-widget-container #snippet-box {
  display: none;
}

.bandeau {
  height: 600px;
  position: relative;
}

@media (max-width: 991px) {
  .bandeau {
    height: 500px;
  }
}

@media (max-width: 479px) {
  .bandeau {
    height: 500px;
  }
}

.bandeau .imageBandeau img {
  height: 600px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .bandeau .imageBandeau img {
    height: 500px !important;
  }
}

@media (max-width: 479px) {
  .bandeau .imageBandeau img {
    height: 500px !important;
  }
}

.bandeau .bandeauInfo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 600px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bandeau .bandeauInfo .elementor-container {
  height: auto !important;
}

@media (max-width: 991px) {
  .bandeau .bandeauInfo .elementor-container {
    height: auto !important;
  }
}

@media (max-width: 479px) {
  .bandeau .bandeauInfo .elementor-container {
    height: auto !important;
  }
}

@media (max-width: 991px) {
  .bandeau .bandeauInfo {
    height: 500px !important;
  }
}

@media (max-width: 479px) {
  .bandeau .bandeauInfo {
    height: 500px !important;
  }
}

.bandeau .authorDate {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.bandeau .pictoBandeau {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.bandeau .elementor-widget .elementor-icon-list-items.elementor-inline-items {
  margin: 0 !important;
}

.post-in-category-communaute .bgImage {
  background-image: url("/uploads/2019/07/bande-des-locos.jpg") !important;
}

.post-in-category-communaute .grandEspace,
.post-in-category-communaute .pictoBandeau,
.post-in-category-communaute .authorDate, .post-in-category-communaute .avatar {
  display: none !important;
}

.post-in-category-communaute .bandeauInfo .elementor-container {
  height: 600px !important;
}

@media (max-width: 991px) {
  .post-in-category-communaute .bandeauInfo .elementor-container {
    height: 500px !important;
  }
}

@media (max-width: 479px) {
  .post-in-category-communaute .bandeauInfo .elementor-container {
    height: 500px !important;
  }
}

.pictoBandeau img {
  width: 100px;
  border-style: solid !important;
  border-width: 5px 5px 5px 5px !important;
  border-color: #ffffff !important;
  border-radius: 100% 100% 100% 100% !important;
}

.pictoBandeau .elementor-shortcode {
  text-align: center;
}

.single-recette .bandeauInfo .elementor-container {
  height: 600px !important;
}

@media (max-width: 991px) {
  .single-recette .bandeauInfo .elementor-container {
    height: 500px !important;
  }
}

@media (max-width: 479px) {
  .single-recette .bandeauInfo .elementor-container {
    height: 500px !important;
  }
}

.elementor-widget-wrap > .elementor-element.logoProducteurs {
  width: auto;
  margin: 0 5px 20px 0;
}

.pictoRecette {
  text-align: center;
  margin: 0;
}

.pictoRecette .elementor-shortcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pictoRecette .elementor-shortcode img {
  max-height: 35px;
}

.pictoRecette .elementor-shortcode i {
  font-size: 35px;
}

.paveContact {
  color: #231f20;
}

.paveContact h3,
.paveContact a {
  color: #231f20;
}

.lienTypeRecette a {
  color: #000 !important;
}

.planSite ul {
  margin: 0 0 0 20px;
}

.planSite .fa {
  display: none;
}

.planSiteAccueil ul {
  list-style: disc !important;
  display: list-item;
}

.elementor-text-editor,
.elementor-icon-list-text {
  font-family: "Open Sans" !important;
}

#footer .oceanwp-recent-posts li {
  border-top-width: 0;
}

#footer .oceanwp-recent-posts .recent-posts-thumbnail img {
  border-radius: 100%;
}

#footer .oceanwp-recent-posts .recent-posts-title {
  font-size: 15px;
}

#footer .bandeVerte a {
  color: #000;
}

#footer .inline {
  display: inline-block;
  width: auto;
  margin: 0 5px;
}

#footer .boutonPiedPage a {
  padding: 20px 30px;
  background: #94B821;
}

#footer .boutonPiedPage a:hover {
  background: #7F9E1C;
}

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", Georgia, serif;
}

.elementor_library-template #wp-admin-bar-edit,
.elementor_library-template #wp-admin-bar-elementor_edit_page {
  display: none !important;
}

@media print {
  a[href]:after,
  .sshare,
  #scroll-top,
  #breadcrumbs,
  #top-bar-wrap,
  #site-header-sticky-wrapper,
  #site-header,
  .elementor-widget-LeafletLaetis,
  .masquerPrint {
    display: none;
  }
  .bandeau {
    color: #000 !important;
  }
  .bandeau .elementor-image {
    display: none !important;
  }
  .single-recette .bandeauInfo .elementor-container,
  .bandeau .bandeauInfo,
  .bandeau {
    height: auto !important;
    position: relative !important;
  }
  .bandeau .elementor-container {
    min-height: 0 !important;
  }
  #footer-widgets .elementor-section {
    display: none !important;
  }
  #footer-widgets .elementor-section.bandeVerte {
    display: block !important;
  }
  .home .lae-project-image img {
    display: none !important;
  }
  .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title a {
    color: #000 !important;
  }
  .home .lae-portfolio .lae-portfolio-item {
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
  }
  .home .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-entry-info {
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
  }
}
/*# sourceMappingURL=styles.css.map */