@charset "UTF-8";
html[lang=en_US] .hide_en {
  display: none;
}

html[lang=fr-FR] .hide_fr {
  display: none;
}

.hide {
  display: none;
}

.wrap-body {
  margin: 35px 20px;
}
@media (min-width: 1600px) {
  .wrap-body {
    margin: 50px;
  }
}
@media (max-width: 767px) {
  .wrap-body {
    margin: 20px 10px;
  }
}
.wrap-body .container-body {
  margin: auto;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 24px;
  max-width: 1820px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.elementor-button {
  transform: translateY(0px);
}
.elementor-button:after {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.elementor-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.elementor-button:hover:after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.elementor-button:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.accueil_apropos_ligne {
  position: absolute;
  top: 0;
  height: 2px;
  background-color: #fff;
  width: calc(50% - 200px);
}
.accueil_apropos_ligne.ligne_gauche {
  left: 0;
}
.accueil_apropos_ligne.ligne_droite {
  right: 0;
}

.otgs-development-site-front-end {
  display: none;
}

.animation-texte-rond .texte-rond svg {
  -webkit-animation: t-r-a 15s infinite linear;
  animation: t-r-a 15s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.animation-texte-rond:hover .texte-rond svg {
  animation-play-state: running;
}

@keyframes t-r-a {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
ul.ingredients {
  margin: 0;
  list-style: none;
}
ul.ingredients li {
  display: flex;
}
ul.ingredients li::before {
  content: "•";
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  ul.ingredients li::before {
    padding-right: 12px;
  }
}
@media print {
  body.single-recette {
    background: #fff;
    color: #000;
  }
  body.single-recette .wrap-body .container-body {
    border: none;
    box-shadow: none;
    max-width: unset;
    margin: 0;
  }
  body.single-recette .wrap-body .container-body > :not(#page) {
    display: none;
  }
  #recette-titres,
  #recette-navigation,
  #imprimer-recette {
    display: none;
  }
  #recette-texte h2 {
    text-transform: none;
    font-family: inherit;
  }
  #recette-texte .elementor-element.e-con {
    border: none;
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  #recette-texte .elementor-element.e-con:not(:first-child) {
    padding: 35px 0 0;
  }
}

/*# sourceMappingURL=main.css.map */
