@font-face {
  font-family: 'DK';
  src: url('/wp-content/themes/yatatheme/fonts/DK/dk_liquid_embrace-webfont.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/DK/dk_liquid_embrace-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cera';
  src: url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Regular.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cera';
  src: url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Bold.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.section-textecycle {
  width: 100%;
}
.section-textecycle .wrapper {
  max-width: 1360px;
  margin: 0px auto 100px;
}
.section-textecycle .wrapper .textecycle__container {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
}
.section-textecycle .wrapper .textecycle__container::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  right: 100%;
  background-color: #3C286B;
  border-top: 3px solid #F4aa3a;
  border-bottom: 3px solid #F4aa3a;
}
.section-textecycle .wrapper .textecycle__container .textecycle__texte {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6rem 4rem 6rem 0;
  background-color: #3C286B;
  -webkit-border-radius: 0px 30px 30px 0px;
  -moz-border-radius: 0px 30px 30px 0px;
  border-radius: 0px 30px 30px 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #F4aa3a;
  border-left: none;
}
.section-textecycle .wrapper .textecycle__container .textecycle__texte p {
  font-size: 2rem;
  line-height: 1.7;
  color: #ffffff;
  padding: 0 5% 0 0;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer {
  order: 2;
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 400px;
  align-items: center;
  justify-content: flex-end;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle {
  position: relative;
  display: flex;
  width: 340px;
  height: 320px;
  align-items: center;
  justify-content: center;
  background-image: url('/wp-content/themes/yatatheme/img/svg/CycleAmpoule.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-image: url('/wp-content/themes/yatatheme/img/svg/CycleAmpoule.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div {
  position: absolute;
  display: flex;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div .contenu {
  display: flex;
  position: absolute;
  width: max-content;
  flex-direction: column;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div .contenu .titre {
  color: #F4aa3a;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div .contenu .texte {
  font-size: 1.4rem;
  margin: 0;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div:hover .texte {
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron {
  top: -30px;
  left: 51%;
  transform: translateX(-50%);
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron svg {
  width: 70px;
  height: 70px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron .contenu {
  top: -50px;
  left: -50%;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron .contenu .titre {
  color: #F4aa3a;
  order: 2;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron .contenu .texte {
  order: 1;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron1 {
  top: 19%;
  right: 0;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron1 svg {
  width: 70px;
  height: 70px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron1 .contenu {
  top: 0;
  left: 80px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron2 {
  bottom: 15%;
  right: 8%;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron2 svg {
  width: 45px;
  height: 45px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron2 .contenu {
  top: 0;
  left: 80px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre {
  bottom: -30px;
  right: 44%;
  transform: translateX(-50%);
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre svg {
  width: 30px;
  height: 75px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre .contenu {
  top: 80px;
  left: -32px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre2 {
  bottom: 15%;
  left: -2%;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre2 svg {
  width: 55px;
  height: 90px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre2 .contenu {
  top: 30px;
  left: -100px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre2 .contenu .titre {
  text-align: right;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre2 .contenu .texte {
  text-align: right;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre3 {
  top: 8%;
  left: -2%;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre3 svg {
  width: 45px;
  height: 80px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre3 .contenu {
  top: 30px;
  left: -100px;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre3 .contenu .titre {
  text-align: right;
}
.section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre3 .contenu .texte {
  text-align: right;
}
body.lightmode main .section-textecycle .wrapper .textecycle__container::before {
  background-color: #c9c9f2;
}
body.lightmode main .section-textecycle .wrapper .textecycle__container .textecycle__texte {
  background-color: #c9c9f2;
}
body.lightmode main .section-textecycle .wrapper .textecycle__container .textecycle__texte p {
  color: #251654;
}
body.lightmode main .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div svg {
  fill: #251654;
}
body.lightmode main .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div .contenu .titre {
  color: #251654;
}
body.lightmode main .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle {
  position: relative;
  background-image: unset;
}
body.lightmode main .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0);
  align-items: center;
  justify-content: center;
  background-image: url(/wp-content/themes/yatatheme/img/svg/CycleAmpoule.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1650px) {
  .section-textecycle .textecycle__container .textecycle__cyclecontainer .cycle {
    width: 320px;
    height: 300px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer {
    justify-content: center;
  }
}
@media (max-width: 1400px) {
  .section-textecycle .wrapper .textecycle__container .textecycle__texte {
    padding: 6rem 15px;
  }
}
@media (max-width: 1300px) {
  .section-textecycle .wrapper {
    max-width: 1360px;
    margin: 0 auto 100px auto;
  }
  .section-textecycle .wrapper .textecycle__container {
    grid-template-columns: repeat(1,1fr);
  }
  .section-textecycle .wrapper .textecycle__container::before {
    display: none;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__texte {
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem;
    margin: 0rem auto 10rem auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (max-width: 1200px) {
  .section-textecycle .textecycle__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-textecycle .textecycle__container .textecycle__texte {
    padding: 0 20% 200px;
  }
  .section-textecycle .textecycle__container .textecycle__texte h2 {
    font-size: 3.2rem;
  }
  .section-textecycle .textecycle__container svg {
    right: 0;
  }
}
@media (max-width: 992px) {
  .section-textecycle .textecycle__container::before {
    content: unset;
    display: none;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__texte {
    background-color: #251654;
    padding: 50px 10% 50px;
    margin: 0 0 80px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-left: 2px solid #F4aa3a;
  }
}
@media (max-width: 767.98px) {
  .section-textecycle .wrapper .textecycle__container .textecycle__texte {
    padding: 3rem 8%;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__texte p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media (max-width: 576px) {
  .section-textecycle {
    overflow: hidden;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__texte h2 {
    font-size: 2.8rem;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle {
    width: 280px;
    height: 260px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron svg {
    width: 50px;
    height: 70px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron .contenu {
    left: 50%;
    transform: translateX(-50%);
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron1 svg {
    width: 50px;
    height: 50px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron2 svg {
    width: 45px;
    height: 35px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre svg {
    width: 30px;
    height: 55px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre2 svg {
    width: 50px;
    height: 70px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre3 svg {
    width: 30px;
    height: 55px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div .contenu {
    display: block;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div .contenu .titre {
    font-size: 1.4rem;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle div .contenu .texte {
    display: none;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre3 {
    top: 9%;
    left: -1%;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron .contenu {
    top: -20px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron1 .contenu {
    top: -35px;
    left: 15px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconCitron2 .contenu {
    top: 50px;
    left: 25px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre .contenu {
    top: 65px;
    left: -20px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre2 .contenu {
    top: 85px;
    left: -25px;
  }
  .section-textecycle .wrapper .textecycle__container .textecycle__cyclecontainer .cycle .iconVerre3 .contenu {
    top: -30px;
    left: -15px;
  }
}
