.section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.slide {
  width: 100%;
  height: auto;
  opacity: 1;
}

.slider {
  z-index: 0;
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2 {
  background-image: url('../images/2113x600.png');
  background-position: 0px 0px;
  background-size: auto;
}

.image-3 {
  position: static;
  z-index: 1;
  width: 120px;
  margin-bottom: 10px;
  padding-top: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-3.fixed {
  width: 90px;
}

.image-4 {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-2 {
  position: relative;
  z-index: 0;
  height: auto;
  max-height: 100vh;
  max-width: 100%;
  margin-top: 0px;
  box-shadow: 10px 10px 6px 0 rgba(0, 0, 0, 0.24);
}

.mask {
  overflow: hidden;
  height: auto;
}

.image-5 {
  height: 100%;
  max-height: 99vh;
  min-width: 100%;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-2 {
  height: auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.slider-2 {
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  height: 70px;
  margin-bottom: 0px;
  border-bottom: 2px none #e51102;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.72)), to(hsla(0, 0%, 100%, 0.72))), url('../images/istockphoto-943109648-170667a.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.72), hsla(0, 0%, 100%, 0.72)), url('../images/istockphoto-943109648-170667a.jpeg');
  background-position: 0px 0px, 0px 0px;
}

.navbar.fixed {
  border-bottom-style: none;
  border-bottom-width: 3px;
  box-shadow: 7px 7px 15px 5px rgba(0, 0, 0, 0.28);
}

.nav-link {
  margin-top: 22px;
  margin-right: 0px;
  padding: 5px 5px 5px 10px;
  border-right: 1px none rgba(229, 17, 2, 0.26);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
}

.nav-link:hover {
  border-style: none;
  border-width: 1px 1px 3px 3px;
  border-color: #000 rgba(229, 17, 2, 0.26) #e51102 #e51102;
  border-radius: 0px;
  background-color: rgba(229, 18, 2, 0);
  background-image: none;
  opacity: 1;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #e51102;
  font-weight: 700;
  text-shadow: none;
}

.nav-link:focus {
  color: #e51102;
}

.nav-link.w--current {
  font-size: 12px;
}

.nav-link.end {
  border-right-style: none;
}

.icon {
  background-color: rgba(229, 17, 2, 0);
  color: #e51102;
  font-weight: 700;
}

.icon-2 {
  display: none;
  color: #e51102;
  font-weight: 700;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 30px none rgba(229, 17, 2, 0.26);
  background-image: none;
  background-size: auto;
}

.image-6 {
  width: 32px;
  margin-top: 17px;
}

.paragraph {
  margin-top: 36px;
  margin-bottom: 27px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}

.paragraph.new {
  margin-top: 0px;
  color: #000;
  text-align: center;
  text-shadow: none;
}

.paragraph.new.noodle {
  color: #444;
}

.heading {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 27px;
  padding-left: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #e51102;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.26);
}

.text-span {
  font-family: 'Great Vibes', cursive;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 22px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px none rgba(11, 70, 142, 0.33);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.div-block-3.second {
  z-index: 100;
  margin-top: 10px;
  margin-bottom: 35px;
  padding-top: 40px;
  padding-right: 22px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-block-3.third {
  margin-top: 10px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 93.3%, 0);
  box-shadow: none;
}

.button {
  margin-top: -15px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  border-style: solid;
  border-color: #0b468e;
  background-color: #0b468e;
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  color: #fff;
}

.button.ss {
  margin-top: 19px;
}

.button.ss.mm {
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  border-style: none;
  border-color: #0b468e;
  border-radius: 8px;
  background-color: #e51102;
  color: #fff;
}

.button.ss.mm:hover {
  background-color: #0b468e;
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.button.tt {
  border-color: #0b468e;
  background-color: #fff;
  color: #0b468e;
}

.button.tt:hover {
  background-color: #0b468e;
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
  color: #fff;
}

.body {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.91)), to(hsla(0, 0%, 100%, 0.91))), url('../images/wallpaper-min.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.91), hsla(0, 0%, 100%, 0.91)), url('../images/wallpaper-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.slide-3 {
  margin-top: 0px;
}

.slider-3 {
  margin-top: 59px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.icon-4 {
  color: #0b468e;
}

.icon-5 {
  color: #0b468e;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-right: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  display: none;
  margin-top: 0px;
  margin-right: 0px;
  opacity: 1;
}

.text-span-2 {
  font-weight: 300;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 270px;
  margin-right: 5px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(229, 17, 2, 0.26);
}

.div-block-6.end {
  border-right-style: none;
}

.div-block-6.end.ss {
  background-color: #e51102;
}

.div-block-6.tt {
  background-color: rgba(255, 149, 0, 0.21);
}

.paragraph-2 {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
}

.paragraph-2.ss {
  color: rgba(255, 255, 255, 0.9);
}

.heading-2 {
  width: 100%;
  margin-top: 42px;
  padding-left: 15px;
  background-color: rgba(11, 70, 142, 0);
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-shadow: none;
}

.heading-2.ss {
  color: #fff;
}

.text-span-3 {
  font-weight: 500;
  text-decoration: underline;
}

.text-span-4 {
  font-weight: 500;
  text-decoration: underline;
}

.text-span-5 {
  border-bottom: 1px dotted #e51102;
  font-weight: 500;
}

.text-span-6 {
  border-bottom: 1px dotted #e51102;
  font-weight: 500;
}

.text-span-7 {
  border-bottom: 1px none #e51102;
  font-weight: 500;
}

.slider-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 93.3%, 0);
}

.slide-4 {
  width: 30%;
  height: 380px;
  margin-right: 20px;
  background-color: hsla(0, 0%, 93.3%, 0);
}

.slide-nav {
  display: none;
}

.section-4 {
  height: auto;
  margin-top: 14px;
}

.container {
  text-align: center;
}

.section-5 {
  position: relative;
  display: block;
  margin-top: -19px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 93.3%, 0);
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.mask-2 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 93.3%, 0);
  opacity: 1;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.div-block-7 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 300px;
  height: 450px;
  margin-top: -40px;
  margin-right: -75px;
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.3);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-7.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 400px;
  margin-top: 48px;
  margin-left: -65px;
  background-color: red;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-7.right {
  margin-top: -119px;
  border-right: 3px none #e51102;
  background-color: rgba(255, 149, 0, 0.21);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.container-2 {
  position: relative;
}

.section-6 {
  margin-top: 0px;
  padding-top: 57px;
}

.div-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 47px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-9 {
  position: relative;
  width: 14.28%;
  height: 550px;
  margin-top: 0px;
  cursor: pointer;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 100%;
  height: 550px;
  border-right: 2px none #fa0000;
  border-left: 2px none #e51102;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 550px;
  border-left: 1px solid #fff;
  background-color: #e51102;
}

.heading-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-left: 190px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
}

.heading-4 {
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
}

.div-block-11 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-11.s1 {
  margin-bottom: 63px;
  margin-left: -48px;
}

.div-block-11.s2 {
  margin-bottom: 70px;
}

.div-block-11.s3 {
  margin-bottom: 71px;
  margin-left: -52px;
}

.div-block-11.s4 {
  margin-left: -24px;
}

.div-block-11.s5 {
  margin-top: 0px;
  margin-bottom: 21px;
  margin-left: 10px;
}

.div-block-11.s6 {
  width: 300px;
  margin-bottom: 136px;
  margin-left: -120px;
}

.div-block-11.s7 {
  width: 300px;
  margin-bottom: 132px;
  margin-left: -114px;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 80px;
  height: 150px;
  margin-top: -32px;
  background-color: rgba(11, 70, 142, 0.07);
}

.container-3 {
  position: relative;
}

.div-block-13 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 100px;
  margin-top: 301px;
  background-color: #0b468e;
  box-shadow: 8px 8px 17px 5px rgba(0, 0, 0, 0.31);
}

.container-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 80px;
  height: 200px;
  background-color: rgba(11, 70, 142, 0.07);
}

.lottie-animation {
  width: 100px;
}

.section-7 {
  margin-top: 0px;
  padding-top: 81px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 69px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  width: 100%;
  height: 100%;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-19 {
  width: 50%;
  height: 100%;
  box-shadow: 14px 14px 13px 0 rgba(0, 0, 0, 0.27);
}

.div-block-20 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 350px;
  padding-right: 70px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 3px;
  border-color: #0b468e;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: rgba(11, 70, 142, 0);
  box-shadow: none;
}

.slider-5 {
  height: 100%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-5 {
  height: 400px;
}

.image-9 {
  min-height: 100%;
  border-radius: 30px 0px 0px 30px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-5 {
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.36);
}

.paragraph-3 {
  min-height: 50px;
  margin-top: 8px;
  padding-left: 0px;
  background-color: transparent;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  text-shadow: 3px 3px 9px rgba(0, 0, 0, 0.36);
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -93px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-6 {
  color: #e51102;
  font-size: 60px;
  font-weight: 700;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -101px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-7 {
  color: #0b468e;
  font-size: 60px;
  font-weight: 700;
}

.slide-nav-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 0px;
  padding-right: 21px;
  padding-left: 21px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.div-block-21 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 300px;
  height: 730px;
  margin-top: 43px;
  background-color: rgba(255, 149, 0, 0.21);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(11, 70, 142, 0);
}

.text-block {
  margin-left: 8px;
  color: #000;
  font-weight: 700;
}

.image-10 {
  margin-left: 18px;
  opacity: 1;
}

.section-8 {
  height: auto;
  margin-top: 0px;
  padding-top: 80px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-6 {
  margin-top: 45px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-6 {
  width: 33%;
  margin-top: -45px;
  border-right: 1px dotted #e51102;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #0b468e;
  background-color: hsla(0, 0%, 97.3%, 0);
}

.paragraph-4 {
  margin-top: 5px;
  padding-left: 30px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.slide-nav-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #0b468e;
}

.image-11 {
  max-height: 130px;
}

.div-block-26 {
  margin-top: 42px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-27 {
  min-height: 200px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 26px;
  border-left: 3px dotted rgba(229, 17, 2, 0.17);
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  margin-left: 10px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 16px;
}

.div-block-30 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-left: 12px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 149, 0, 0.21);
  box-shadow: none;
}

.paragraph-5 {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 20px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.image-12 {
  max-height: 140px;
  max-width: 150px;
}

.image-13 {
  width: 20px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.button-2 {
  width: 150px;
  margin-top: 0px;
  margin-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 4px;
  background-color: #e51102;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.button-2:hover {
  border-color: #0b468e;
  background-color: #0b468e;
  color: #fff;
}

.image-14 {
  width: 300px;
}

.image-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: -43px;
  margin-right: -75px;
  margin-left: 0px;
}

.image-16 {
  display: none;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: -22px;
}

.image-17 {
  margin-left: -40px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-33 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.container-5 {
  position: relative;
}

.image-18 {
  display: none;
  margin-top: 133px;
  margin-right: -146px;
  opacity: 0.4;
}

.heading-6 {
  margin-top: 52px;
  margin-bottom: -27px;
  font-family: 'Great Vibes', cursive;
  color: #0b468e;
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.heading-6.tt {
  margin-top: 46px;
  margin-bottom: 23px;
  font-size: 70px;
  text-align: center;
}

.heading-6.aa {
  text-align: left;
}

.heading-6.aa.cc {
  margin-bottom: 0px;
}

.text-span-8 {
  font-family: 'Lexend Deca', sans-serif;
}

.text-span-8.nn {
  font-size: 45px;
}

.text-span-9 {
  color: #e51102;
  line-height: 90px;
}

.right-arrow-3 {
  display: none;
}

.left-arrow-3 {
  display: none;
}

.image-19 {
  width: 40px;
}

.image-20 {
  width: 40px;
}

.image-20.left {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section-9 {
  display: block;
  height: 150px;
  margin-top: 0px;
  border-top: 2px none #e51102;
  background-color: rgba(11, 70, 142, 0);
}

.slider-7 {
  height: 150px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-7 {
  width: 14.3%;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35.ons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-21 {
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-22 {
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-nav-4 {
  display: none;
}

.section-10 {
  margin-bottom: 0px;
  padding-top: 47px;
  padding-bottom: 20px;
  background-color: #0b468e;
}

.section-10.new {
  border-top: 5px solid #e51102;
  background-color: #fffb00;
}

.section-10.noodle {
  background-color: #ffea00;
}

.text-block-3 {
  margin-bottom: 16px;
  padding-bottom: 9px;
  border-bottom: 1px dotted rgba(255, 253, 253, 0.45);
  font-family: 'Gill sans', sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
}

.text-block-3.dalia {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
}

.text-block-3.rs {
  font-family: Kickrush, sans-serif;
  color: #000;
  font-size: 35px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
}

.text-block-3.noodle {
  color: #000;
  font-weight: 500;
}

.footer-link {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: hsla(0, 0%, 100%, 0.42);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.text-53 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(0, 0, 0, 0.69);
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
}

.text-53:hover {
  padding-left: 8px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #e51102;
}

.text-53.noodle {
  color: rgba(0, 0, 0, 0.69);
}

.text-53.ar {
  font-family: Cairo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-nav-5 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  margin-right: 36px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-5 {
  margin-bottom: 12px;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 20px;
}

.text-block-6 {
  letter-spacing: 1px;
}

.text-field {
  width: 300px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}

.text-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}

.text-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.36);
}

.text-field::placeholder {
  color: rgba(0, 0, 0, 0.36);
}

.submit-button {
  margin-top: 8px;
  background-color: #e51102;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph-6 {
  margin-top: 39px;
  font-family: 'Gill sans', sans-serif;
  color: rgba(0, 0, 0, 0.89);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-6.noodle {
  color: #444;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field-2 {
  width: 100%;
  margin-top: 23px;
  border-style: dotted;
  border-width: 1px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
}

.text-field-2.noodle {
  border-color: #000;
  color: #000;
}

.text-field-2.noodle::-webkit-input-placeholder {
  color: #000;
}

.text-field-2.noodle:-ms-input-placeholder {
  color: #000;
}

.text-field-2.noodle::-ms-input-placeholder {
  color: #000;
}

.text-field-2.noodle::placeholder {
  color: #000;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted hsla(0, 0%, 100%, 0.39);
}

.image-23 {
  width: 25px;
  margin-right: 0px;
}

.image-24 {
  margin-right: 10px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dotted none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4) #fff #fff;
  background-color: #000;
}

.div-block-37.nouille {
  margin-top: 8px;
  background-color: rgba(0, 0, 0, 0.82);
}

.text-block-7 {
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(0, 0, 0, 0.48);
  font-size: 11px;
}

.text-block-7.noodle {
  color: rgba(0, 0, 0, 0.48);
}

.div-block-38 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
}

.form-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 0px 0px;
  background-color: rgba(11, 70, 142, 0);
}

.field-label {
  position: static;
  width: 100%;
  margin-bottom: 3px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 12px;
  font-weight: 400;
}

.field-label.noodle {
  color: #000;
}

.submit-button-2 {
  margin-top: 22px;
  border-radius: 5px;
  background-color: #e51102;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button-2.noodle {
  background-color: #fffb00;
  color: #000;
}

.text-field-3 {
  width: 80%;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fffefe #fffefe #000;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0);
}

.paragraph-7 {
  display: none;
  margin-top: 14px;
  margin-bottom: 6px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 22px;
  font-weight: 400;
}

.section-11 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 3px dotted rgba(229, 17, 2, 0.17);
  border-bottom: 3px dotted rgba(229, 17, 2, 0.17);
  background-color: rgba(255, 255, 255, 0.55);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-11.noodle {
  border-top-style: dotted;
  border-top-color: #fffb00;
  border-bottom-style: none;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-39 {
  height: 500px;
}

.columns {
  height: 100%;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
}

.heading-7 {
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
}

.heading-7.noodle {
  color: #000;
}

.paragraph-8 {
  width: 80%;
  margin-bottom: 27px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  font-weight: 300;
}

.paragraph-8.noodle {
  color: #000;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(51, 51, 51, 0.64);
}

.image-25 {
  width: 20px;
  margin-left: 10px;
}

.text-block-8 {
  margin-left: 10px;
  font-family: 'Lexend Deca', sans-serif;
}

.div-block-41 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41.fixed {
  border-bottom: 2px solid #e51102;
  background-color: #fff;
  box-shadow: 1px 1px 19px 10px rgba(0, 0, 0, 0.53);
}

.div-block-41.tt {
  background-color: rgba(0, 0, 0, 0.13);
}

.menubar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dotted #e51102;
  background-color: #fff;
  cursor: pointer;
}

.image-26 {
  background-color: #fff;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 8px;
  padding-right: 4px;
  padding-left: 4px;
}

.image-27 {
  width: 80px;
}

.sidebar-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 30000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 8px none #e51102;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none dotted none none;
  border-width: 1px;
  border-color: #000 #e51102 #000 #000;
  background-color: rgba(255, 255, 255, 0.32);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/wallpaper-min.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/wallpaper-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  cursor: pointer;
}

.div-block-46 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 93px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-46.ar {
  padding-right: 80px;
  padding-left: 0px;
}

.text-block-9 {
  position: relative;
  z-index: 10;
  width: 400px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px dotted rgba(229, 17, 2, 0.45);
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: rgba(0, 0, 0, 0.97);
  font-size: 30px;
  line-height: 61px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: 5px 5px 11px rgba(0, 0, 0, 0.32);
  cursor: pointer;
}

.text-block-9:hover {
  background-color: #fff;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
  color: #e51102;
}

.image-28 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 90px;
  margin-top: 0px;
  margin-bottom: 31px;
  margin-left: 20px;
  padding-left: 0px;
}

.div-block-47 {
  width: 20%;
}

.image-29 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -89px;
  margin-right: -47px;
}

.div-block-48 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.image-30 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  width: 220px;
}

.div-block-49 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #e51102;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.81)), to(hsla(0, 0%, 100%, 0.81)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.81), hsla(0, 0%, 100%, 0.81));
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #0b468e;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  cursor: pointer;
}

.button-3:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #e51102;
}

.button-3.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #e51102;
  color: #fff;
  cursor: pointer;
}

.heading-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-top: 0px;
  margin-bottom: 47px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  background-color: transparent;
  font-family: 'Great Vibes', cursive;
  color: rgba(255, 255, 255, 0.81);
  font-size: 64px;
  line-height: 90px;
  text-shadow: 1px 1px 6px #000;
}

.div-block-50 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.image-31 {
  margin-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-31.fixed {
  width: 100px;
}

.heading-9 {
  overflow: visible;
  margin-top: 71px;
  font-family: 'Great Vibes', cursive;
  color: rgba(255, 157, 0, 0.76);
  font-size: 80px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.64)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82) 33%, rgba(0, 0, 0, 0.64));
  text-align: center;
}

.button-4 {
  margin-top: 21px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-width: 3px;
  border-color: #e51102;
  border-radius: 0px;
  background-color: rgba(255, 149, 0, 0.68);
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #e51102;
}

.paragraph-9 {
  width: 60%;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.76);
  font-size: 16px;
  font-weight: 300;
}

.paragraph-10 {
  width: 50%;
  margin-top: 17px;
  font-family: 'Lexend Deca', sans-serif;
  color: hsla(0, 0%, 100%, 0.73);
  font-size: 18px;
}

.image-33 {
  position: absolute;
  max-height: 150px;
  max-width: 140px;
  min-width: 140px;
  margin-top: 29px;
  margin-left: -189px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-53 {
  position: relative;
  width: 30%;
  height: 400px;
  margin-top: 20px;
  margin-right: 20px;
}

.image-34 {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-10 {
  position: absolute;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.div-block-54 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 50px;
  margin-top: 0px;
}

.section-12 {
  display: none;
  height: auto;
}

.link-block-2 {
  position: relative;
  width: 30%;
  height: 400px;
  margin-top: 20px;
  margin-right: 20px;
}

.div-block-55 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin-top: 18px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
}

.image-35 {
  min-height: 40px;
  min-width: 40px;
  margin-top: 0px;
  margin-right: 0px;
}

.link {
  color: #e51102;
  text-decoration: none;
}

.div-block-56 {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-left: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block-10 {
  margin-bottom: 23px;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-57 {
  padding-left: 30px;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub-menu-item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #6f6b6b;
  font-size: 17px;
  text-transform: capitalize;
}

.sub-menu-item:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #e51102;
}

.link-block-4 {
  margin-top: 10px;
  margin-bottom: 3px;
  text-decoration: none;
}

.menu-item {
  width: 400px;
  border-bottom: 1px none #e51102;
}

.link-block-5 {
  text-decoration: none;
}

.sub-menu-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-13 {
  background-image: url('../images/wallpaper-min.png');
  background-position: 0px 0px;
  background-size: auto;
}

.body-2 {
  background-color: transparent;
}

.heading-11 {
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
}

.div-block-59 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.breadcrumb.temp {
  display: none;
}

.text-block-11 {
  font-family: 'Lexend Deca', sans-serif;
}

.famille-title-head {
  margin-left: 5px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  text-transform: capitalize;
}

.link-block-6 {
  color: #000;
  text-decoration: none;
}

.famille-title {
  margin-top: 17px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Great Vibes', cursive;
  color: #e51102;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.famille-title.nn {
  margin-bottom: 0px;
}

.famille-title.hh {
  margin-bottom: -27px;
}

.famille-title.ar {
  font-family: Cairo, sans-serif;
}

.image-36 {
  width: 50%;
  max-height: 200px;
  min-height: 200px;
}

.image-37 {
  margin-left: 14px;
}

.famille-description {
  margin-top: 21px;
  margin-bottom: 22px;
  padding: 5px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.46);
  font-family: 'Lexend Deca', sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  height: 250px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.paragraph-12 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.section-14 {
  position: relative;
  z-index: 10;
  min-height: 65vh;
  margin-bottom: 90px;
  padding-top: 37px;
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0);
}

.div-block-60 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
  margin-top: 0px;
  margin-right: 0px;
}

.image-38 {
  width: 25px;
  cursor: pointer;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 100%;
  min-width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #e51102;
  background-color: #fff;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-39 {
  width: 25%;
  height: 100%;
  margin-right: 4px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-scrolling-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  overflow: hidden;
  max-width: none;
  margin-bottom: 20px;
}

._w-scrolling-content {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-indicator {
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background-color: #717dff;
}

.c-scrolling-item {
  width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-scroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll-line {
  width: 100%;
  height: 3px;
  background-color: #ccc;
}

.scroll-line.last {
  display: none;
}

.scroll-details {
  margin-bottom: 0px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.c-details {
  margin-bottom: 40px;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px;
}

.timeline-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5f67ff;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 600;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.scroll-item-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
}

.text-colour-white {
  color: #fff;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_milestone-badge {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline_date-text {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.timeline_progress {
  position: absolute;
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #414141;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_quote {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
}

.timeline_item {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.timeline_image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  background-image: linear-gradient(138deg, #000, transparent 28%), url('../images/Image-Background.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.timeline_quote-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline_quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.timeline_badge {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.overlay-fade-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(180deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.timeline_left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: right;
}

.timeline_definition-wrapper {
  padding: 16px;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_text {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

.inline-block {
  display: inline-block;
}

.timeline_progress-bar {
  position: fixed;
  left: auto;
  top: 0px;
  right: auto;
  bottom: 50vh;
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7448), color-stop(51%, #ff4848), to(#6248ff));
  background-image: linear-gradient(180deg, #ff7448, #ff4848 51%, #6248ff);
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 8px;
}

.overlay-fade-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a0a0a), to(rgba(10, 10, 10, 0)));
  background-image: linear-gradient(0deg, #0a0a0a, rgba(10, 10, 10, 0));
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_circle {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.container-7 {
  width: 90vw;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.section-timeline {
  position: relative;
  z-index: 20;
  margin-top: 0px;
  background-color: #0a0a0a;
}

.text-colour-lightgrey {
  color: hsla(0, 0%, 100%, 0.65);
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dotted #e51102;
  border-bottom: 1px dotted #e51102;
}

.div-block-64 {
  margin-right: 0px;
  padding: 8px;
  background-color: #0b468e;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.76);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-block-64:hover {
  background-color: #e51102;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.text-block-13 {
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.div-block-65 {
  margin-top: 59px;
}

.annee-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-13 {
  margin-top: 30px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
  text-align: center;
}

.slider-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 45px;
  background-color: #fff;
}

.slide-nav-6 {
  display: none;
}

.slide-8 {
  width: 70px;
  height: 80px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-3 {
  border-top: 1px dotted rgba(229, 17, 2, 0.5);
  border-bottom: 1px dotted rgba(229, 17, 2, 0.5);
}

.icon-9 {
  color: #e51102;
}

.icon-10 {
  color: #e51102;
}

.left-arrow-4 {
  margin-left: -90px;
}

.right-arrow-5 {
  margin-right: -90px;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3d9d9;
  font-family: 'Lexend Deca', sans-serif;
}

.div-block-70 {
  display: block;
  height: auto;
  min-height: auto;
  margin-top: 31px;
  margin-bottom: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.annee-chiffre {
  width: 20%;
  margin-bottom: 9px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 30px;
  font-weight: 500;
}

.annee-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 25px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(11, 70, 142, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.annee-item:hover {
  background-color: rgba(229, 17, 2, 0);
  color: #0b468e;
}

.annee-item.active {
  width: 80px;
  background-color: #e51102;
  color: #fff;
  font-weight: 400;
}

.annees {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px none #e51102;
  border-bottom: 1px dotted #e51102;
}

.annee-collection-item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.annee-value {
  display: none;
}

.annee-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map {
  display: none;
  height: 300px;
  max-height: 300px;
  margin-top: 40px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.html-embed {
  position: static;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
}

.pays-code {
  display: none;
  margin-right: 10px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-72 {
  display: none;
}

.text-block-14 {
  margin-left: 5px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.produit-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-top: 30px;
  margin-right: 0px;
  padding: 0px 20px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 2px;
  background-image: none;
  background-position: 0px 0px;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.produit-all:hover {
  box-shadow: none;
}

.produit-titre {
  margin-top: 14px;
  margin-bottom: 1px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item-2 {
  width: 240px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 50px;
}

.pro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.produit-image {
  max-height: 260px;
  min-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-5 {
  margin-top: 17px;
  border-radius: 5px;
  background-color: #e51102;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #0b468e;
}

.section-15 {
  min-height: 65vh;
  padding-right: 10px;
  padding-left: 10px;
}

.heading-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-left: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.produit-cover {
  position: relative;
  z-index: 100;
  width: 500px;
  max-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-right: 1px none #e51102;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-16 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.attribute {
  min-width: 130px;
  border-right: 1px none #e51102;
  border-bottom: 1px none #e51102;
  background-color: rgba(255, 149, 0, 0.21);
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.value {
  width: 50%;
  margin-left: 10px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 17px;
}

.text-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-height: 40px;
  margin-top: 1px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #e51102;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.27);
}

.text-block-17.ss {
  margin-top: 0px;
}

.heading-14 {
  margin-top: 59px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #e51102;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 30px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

.autre-produits {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  border-top: 2px none #e51102;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/9925796_4259970.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/9925796_4259970.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.autre-produits.tt {
  display: none;
}

.icon-11 {
  color: #e51102;
}

.icon-12 {
  color: #e51102;
}

.slide-nav-7 {
  display: none;
}

.slider-9 {
  height: 300px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-9 {
  width: 25%;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-42 {
  height: 180px;
}

.text-block-18 {
  margin-top: 19px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
  text-align: center;
}

.mask-4 {
  padding-right: 30px;
  padding-left: 30px;
}

.dyn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination {
  margin-top: 24px;
}

.categorie-produit-image {
  max-height: 200px;
  min-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.categorie-produit-image.tt {
  min-height: 200px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.categorie-produit-titre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  min-width: 200px;
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.categorie-produit-titre.ar {
  font-family: Cairo, sans-serif;
  font-weight: 400;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 63px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div-block-79 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #e51102;
  background-color: #fff;
}

.div-block-80 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 350px;
  height: 600px;
  margin-top: -42px;
  margin-right: 0px;
  background-color: rgba(255, 149, 0, 0.21);
}

.div-block-81 {
  width: 50%;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 31px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.produit-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 30px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.produit-one:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-83.rc {
  height: auto;
  margin-top: 21px;
}

.produit-famille-lien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  text-decoration: none;
}

.produit-famille-titre {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
}

.produit-famille-titre:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.produit-famille-titre.ar {
  font-family: Cairo, sans-serif;
  font-weight: 600;
}

.text-block-21 {
  margin-top: 0px;
  margin-right: 17px;
  margin-left: 4px;
  font-family: 'PT Sans', sans-serif;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
}

.image-44 {
  width: 60px;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none rgba(229, 17, 2, 0.18);
}

.produit-proteines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-weight: 800;
  text-align: center;
}

.produit-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 31px;
  margin-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.produit-description.ar {
  font-family: Cairo, sans-serif;
  font-weight: 500;
}

.tabs {
  width: 100%;
  margin-top: 20px;
}

.tab-pane-tab-1 {
  padding-top: 29px;
  border-top: 1px dotted #e51102;
}

.tab-link-tab-1 {
  color: #e51102;
}

.tab-link-tab-1.w--current {
  background-color: hsla(0, 0%, 78.4%, 0);
}

.tab-link-tab-1.w--current:hover {
  background-color: #e51102;
  color: #fff;
}

.text-block-24 {
  font-family: 'Lexend Deca', sans-serif;
}

.tab-link-tab-2 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-25 {
  font-family: 'Lexend Deca', sans-serif;
}

.div-block-86 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none none dotted;
  border-width: 2px 2px 2px 1px;
  border-color: #e51102;
}

.video {
  width: 100%;
  margin-top: 20px;
}

.div-block-88 {
  width: 100%;
  margin-top: 32px;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-91 {
  width: 50%;
  margin-right: 10px;
}

.section-17 {
  position: relative;
  z-index: 10;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  box-shadow: 1px 1px 16px 4px rgba(0, 0, 0, 0.66);
}

.background-video {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  display: none;
  width: 100%;
  height: 114vh;
}

.div-block-92 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.09);
}

.heading-15 {
  display: none;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: 'Great Vibes', cursive;
  color: rgba(255, 255, 255, 0.8);
  font-size: 100px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.31);
}

.paragraph-15 {
  display: none;
  width: 700px;
  margin-top: 14px;
  font-family: 'Gill sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.43);
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.31);
}

.button-6 {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 2px none hsla(0, 0%, 100%, 0.78);
  border-radius: 3px;
  background-color: #e51102;
  font-family: 'Gill sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-93 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  overflow: visible;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.31);
}

.container-9 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-94 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-45 {
  margin-top: -9px;
  cursor: pointer;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header.fixed {
  position: fixed;
  height: 75px;
  border-bottom: 2px none #e51102;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
  background-position: 0px 0px;
  box-shadow: none;
}

.section-19 {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 60px;
  border-bottom: 1px none #e51102;
  background-color: transparent;
  box-shadow: none;
}

.heading-16 {
  font-family: 'Gill sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 38px;
  text-align: center;
}

.paragraph-16 {
  font-family: 'Gill sans', sans-serif;
  font-size: 17px;
  text-align: center;
}

.body-3 {
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.88)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.88), hsla(0, 0%, 100%, 0.88));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.body-3.tt {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.body-3.tt.noodle {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-7 {
  display: none;
  margin-top: 21px;
  padding-bottom: 5px;
  border-style: none;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 2px;
  background-color: #e51102;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-7:hover {
  background-color: #0b468e;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.logo {
  width: 200px;
  margin-top: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo.fixed {
  width: 100px;
}

.div-block-95 {
  background-color: #e51102;
}

.container-11 {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #e51102;
}

.div-block-96 {
  width: 80%;
}

.div-block-97 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: -8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-17 {
  position: static;
  font-family: 'Gill sans', sans-serif;
  color: #d1d1d1;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.button-8 {
  padding: 13px 20px;
  border-style: none;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 3px;
  background-color: #0b468e;
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.36);
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.button-8.tt {
  padding-top: 10px;
  padding-bottom: 8px;
  border-style: dotted;
  border-color: rgba(229, 17, 2, 0.41);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Cairo, sans-serif;
  color: #e51102;
  font-size: 14px;
  letter-spacing: 2px;
}

.button-8.tt:hover {
  background-color: #e51102;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #fff;
}

.button-8.tt.noodle {
  border-style: dashed;
  border-color: rgba(229, 17, 2, 0.47);
  color: #000;
}

.button-8.tt.noodle:hover {
  border-color: #fffb00;
  background-color: #fffb00;
}

.sec_produits {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-top: 7px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-98 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100px;
  height: 200%;
  margin-top: -40px;
  margin-left: -140px;
  background-color: #0b468e;
  box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, 0.61);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-98.p1 {
  display: none;
  width: 20px;
  margin-left: -34px;
  background-color: #e51102;
  box-shadow: 1px 1px 9px 5px rgba(0, 0, 0, 0.37);
}

.heading-17 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 17px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Gill sans', sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.29);
}

.heading-17.recettes {
  text-align: right;
}

.heading-17.right {
  z-index: 0;
  padding-left: 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: right;
}

.heading-17.right.noodle {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  font-family: 'Gill sans', sans-serif;
  font-weight: 500;
}

.heading-17.noodle {
  font-family: 'Gill sans', sans-serif;
  color: #444;
  font-weight: 500;
  text-shadow: none;
}

.div-block-99 {
  position: relative;
  z-index: 0;
  display: block;
  margin-top: 0px;
  padding-top: 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.famille-one1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 280px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: #e51102;
  border-radius: 0px;
  background-color: rgba(229, 17, 2, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.famille-one1:hover {
  z-index: 100;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.famille-titre {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.famille-titre.ar {
  font-family: Cairo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.famille-image {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  border-radius: 0px;
  opacity: 0.87;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.famille-image:hover {
  opacity: 1;
}

.container-12 {
  position: relative;
}

.div-block-101 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 20px;
  margin-top: -33px;
  background-color: red;
}

.div-block-102 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.52);
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 161px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e51102;
  background-color: rgba(0, 0, 0, 0.27);
}

.div-block-104 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 60px;
  border-bottom: 14px solid #fffb00;
}

.div-block-104.noodle {
  border-bottom: 20px solid #fffb00;
  border-radius: 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-105 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.famille-one {
  position: relative;
  width: 250px;
  height: auto;
  margin-top: 8px;
  margin-right: 20px;
  border-right: 1px none #e51102;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.famille-one:hover {
  -webkit-transform: rotate(2deg) scale(1.1);
  -ms-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1);
}

.produits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(224, 111, 111, 0);
}

.collection-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-106 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: -18px;
  margin-bottom: -65px;
}

.image-48 {
  display: none;
  margin-right: -7px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.heading-18 {
  font-family: 'Lexend Deca', sans-serif;
  text-align: right;
}

.section-21 {
  position: relative;
  z-index: 3;
  min-height: 300px;
  margin-top: 80px;
  padding-bottom: 0px;
}

.div-block-107 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 9px dotted rgba(229, 17, 2, 0.34);
  color: #000;
}

.div-block-107.noodle {
  border-bottom: 10px dotted #fffb00;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.div-block-108 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-109 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-49 {
  min-height: 100%;
}

.div-block-110 {
  width: 50%;
}

.slide-10 {
  width: 100%;
}

.image-50 {
  width: 100%;
  max-height: 200px;
  max-width: 300px;
  min-height: 200px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.52);
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-27 {
  max-width: 200px;
  margin-top: 18px;
  margin-bottom: 9px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px none rgba(229, 17, 2, 0.3);
  background-color: transparent;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  line-height: 18px;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.icon-13 {
  margin-top: 121px;
  color: #e51102;
  font-size: 25px;
}

.icon-14 {
  margin-top: 121px;
  color: #e51102;
  font-size: 25px;
}

.left-arrow-5 {
  margin-top: -18px;
  margin-left: -50px;
}

.right-arrow-6 {
  margin-top: -18px;
  margin-right: -50px;
}

.slider-10 {
  height: 300px;
  margin-top: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide-nav-8 {
  display: none;
  text-align: center;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #0b468e;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}

.button-9 {
  margin-top: 9px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  background-color: #0b468e;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.48);
  font-family: 'Gill sans', sans-serif;
  letter-spacing: 1px;
}

.section-22 {
  position: relative;
  z-index: 0;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  border-right: 2px none #000;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  box-shadow: none;
}

.container-13 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-14 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-51 {
  width: auto;
  height: 300px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.49);
}

.button-10 {
  margin-top: 24px;
  border-style: none;
  border-width: 1px;
  border-color: #0b468e;
  border-radius: 0px;
  background-color: #0b468e;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-10:hover {
  border-width: 0px;
  background-color: #e51102;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #fff;
}

.button-10.red {
  border-style: none;
  border-color: #e51102;
  border-radius: 0px;
  background-color: #000;
  box-shadow: none;
  color: #fff;
}

.button-10.red:hover {
  background-color: #e51102;
  color: #fff;
}

.button-10.red.noodle:hover {
  background-color: #fffb00;
  color: #000;
}

.button-10.red.tt {
  margin-top: 39px;
}

.button-10.noodle {
  background-color: #000;
  color: #fff;
}

.div-block-113 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  margin-bottom: -499px;
}

.div-block-113.tt {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.image-52 {
  display: block;
  width: 900px;
  margin-left: 0px;
  opacity: 0.14;
}

.section-23 {
  display: block;
  height: 500px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-image: url('../images/01DALIA_COVER-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: none;
}

.section-23.parallax {
  margin-top: 71px;
  margin-bottom: 60px;
  background-image: url('../images/Affiche-NOODY--A3-FINALE-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-23.parallax.noody {
  background-image: url('../images/WhatsApp-Image-2022-09-08-at-12.06.57.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.heading-19 {
  margin-top: 88px;
  font-family: 'Gill sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dotted #e51102;
  border-left: 1px dotted #e51102;
  background-color: rgba(0, 0, 0, 0.56);
}

.div-block-114 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-28 {
  margin-top: 21px;
}

.paragraph-18 {
  width: 100%;
}

.paragraph-19 {
  position: static;
  width: 70%;
  background-color: transparent;
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #000;
}

.button-11 {
  display: block;
  margin-top: 13px;
  padding: 10px 20px;
  border-style: none;
  border-width: 3px;
  border-color: red;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.51);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-11:hover {
  background-color: #e51102;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  color: #fff;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.recette-all {
  display: none;
  width: 100%;
  margin-right: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: rgba(229, 17, 2, 0.51);
  box-shadow: none;
}

.div-block-118 {
  width: 450px;
  margin-left: 0px;
}

.video-2 {
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.74);
}

.slider-11 {
  width: 100%;
  height: auto;
  padding-right: 80px;
  padding-left: 80px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.icon-15 {
  color: #e51102;
}

.icon-16 {
  color: #e51102;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-53 {
  width: 600px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.44);
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-20 {
  display: block;
  min-width: 200px;
  margin-top: 27px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gill sans', sans-serif;
  color: #0b468e;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.32);
}

.slide-nav-9 {
  display: none;
}

.slide-11 {
  width: 49%;
  height: auto;
}

.collection-item-4 {
  margin-right: 8px;
}

.div-block-120 {
  margin-top: 41px;
}

.column-8 {
  padding-top: 45px;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-2 {
  margin-top: 10px;
}

.link-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Lexend Deca', sans-serif;
  text-decoration: none;
}

.paragraph-21 {
  margin-top: 10px;
}

.body-4 {
  background-color: #fff;
}

.text-span-10 {
  border-bottom: 1px dotted #e51102;
  line-height: 30px;
  font-weight: 600;
}

.text-span-11 {
  border-bottom: 1px dotted #e51102;
  line-height: 24px;
  font-weight: 600;
}

.text-span-12 {
  color: #e51102;
}

.heading-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted rgba(11, 70, 142, 0.39);
  font-family: 'Gill sans', sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.rich-text-block {
  margin-bottom: 10px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.collection-list-3 {
  margin-top: 32px;
}

.div-block-121 {
  width: 75%;
  max-width: 75%;
  margin-right: 0px;
  padding-right: 25px;
}

.div-block-122 {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  margin-top: 23px;
  margin-left: 35px;
  padding: 33px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #e51102;
  border-radius: 5px;
  background-color: #e51102;
  box-shadow: none;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted hsla(4, 0%, 100%, 0.49);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Gill sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
}

.link-4.w--current {
  line-height: 16px;
}

.div-block-124 {
  position: -webkit-sticky;
  position: sticky;
}

.rich-text-block-2 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.div-block-125 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-126 {
  width: 70px;
}

.empty-state {
  display: none;
}

.empty-state-2 {
  display: none;
}

.empty-state-3 {
  display: none;
}

.page-content {
  position: relative;
  min-height: 65vh;
  padding-top: 27px;
  padding-bottom: 30px;
}

.div-block-127 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-25 {
  min-height: 65vh;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 65px;
}

.section-25.tt {
  min-height: auto;
}

.page-actualite-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.empty-state-4 {
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: 'Lexend Deca', sans-serif;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-list-4.faq {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 22px;
  margin-right: 22px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.56);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.collection-item-5:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.collection-item-5.rr {
  height: 240px;
}

.collection-item-5.rr.recette {
  width: 280px;
}

.collection-item-5.faq {
  box-shadow: none;
}

.collection-item-5.ac {
  width: 280px;
}

.page-actualite-image {
  display: block;
  width: 100px;
  max-height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-top: 0px;
  border-bottom: 2px solid #e51102;
  border-radius: 50px;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -o-object-fit: none;
  object-fit: none;
}

.page-actualite-image.rr {
  -o-object-fit: cover;
  object-fit: cover;
}

.page-actualite-image.nn {
  width: 100%;
  max-height: 100px;
  max-width: 100px;
  min-height: 100px;
  min-width: 100px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #e51102;
  border-radius: 50px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -o-object-fit: none;
  object-fit: none;
}

.page-actualite-image.recette {
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-actualite-image.actualite {
  border-radius: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.actualite-titre {
  position: relative;
  z-index: 100;
  max-width: 88%;
  min-width: 100%;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px none rgba(0, 0, 0, 0.14);
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(0, 0, 0, 0.93);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
}

.actualite-titre.tt {
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.88);
  text-align: left;
}

.actualite-titre.rr {
  font-size: 12px;
  line-height: 16px;
}

.actualite-titre.ar {
  font-family: Cairo, sans-serif;
}

.actualite-date {
  width: 100%;
  margin-top: 0px;
  border-bottom: 4px none rgba(0, 0, 0, 0.08);
  font-family: 'Gill sans', sans-serif;
  color: #e51102;
  font-weight: 500;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.11);
}

.actualite-date.ar {
  font-family: Cairo, sans-serif;
}

.page-actualite-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: auto;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 16px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted rgba(200, 190, 190, 0.51);
  border-radius: 5px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-actualite-one:hover {
  box-shadow: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-actualite-one.ss {
  overflow: visible;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
}

.page-actualite-one.tt {
  width: 100%;
}

.page-actualite-one.tt:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.page-actualite-one.home {
  position: relative;
  width: 30%;
  min-height: 90px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: dotted dotted solid;
  border-width: 1px 1px 4px;
  border-color: #fffb00;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.79);
  box-shadow: 1px 1px 3px 0 #e51102;
}

.page-actualite-one.home:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.act-titre {
  margin-bottom: 19px;
  margin-left: 13px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.act-titre.ar {
  font-family: Cairo, sans-serif;
}

.act-description {
  width: 100%;
  margin-top: 34px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.act-description.ar {
  font-family: Cairo, sans-serif;
  font-weight: 500;
}

.act-image {
  min-height: 300px;
  margin-top: 11px;
  border-radius: 8px;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Great Vibes', cursive;
  color: #e51102;
  font-size: 45px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.link-5.tt {
  margin-top: 18px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-130 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-31 {
  text-align: center;
}

.slides {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}

.actualite_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.actualite-all {
  display: none;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-3 {
  width: 100%;
}

.collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(0, 0, 0, 0.35);
  background-color: transparent;
}

.text-block-32 {
  max-width: 220px;
  margin-top: 24px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
  font-family: 'Gill sans', sans-serif;
  color: #0b468e;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.24);
}

.link-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.image-56 {
  max-height: 150px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.56);
}

.ac_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 265px;
  margin-right: 0px;
  margin-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ac_item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ac_item.ss {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  padding: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 2px none rgba(11, 70, 142, 0.34);
}

.collection-list-wrapper-4 {
  width: 100%;
}

.recette-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.recette-one:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.recette-image {
  max-height: 190px;
  min-height: 190px;
  min-width: 100%;
  border-radius: 30px;
  box-shadow: 1px 1px 3px 0 #e51102;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-item-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
}

.recette-titre {
  max-width: 100%;
  margin-top: 16px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.38);
}

.recette-titre.ar {
  font-family: Cairo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.recettes {
  overflow: visible;
  width: 300px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.57);
}

.collection-list-wrapper-5 {
  width: 300px;
}

.empty-state-5 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.text-block-34 {
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(229, 17, 2, 0);
}

.text-block-35 {
  text-align: center;
}

.accordion-item {
  margin-top: 0px;
  margin-bottom: -13px;
  border-bottom: 2px dotted #e51102;
  text-align: left;
}

.accordion-item.faq-one {
  border-bottom-style: none;
}

.accordion-item-trigger {
  cursor: pointer;
}

.question {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.question.ar {
  font-family: Cairo, sans-serif;
}

.bold-text {
  color: #333;
  font-size: 18px;
  text-align: center;
}

.accordion-item-content {
  overflow: hidden;
}

.paragraph-22 {
  font-family: Lato, sans-serif;
}

.reponse {
  padding-bottom: 18px;
  padding-left: 15px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.reponse.ar {
  font-family: Cairo, sans-serif;
  font-weight: 500;
}

.heading-23 {
  margin-right: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.29);
}

.heading-23.noodle {
  color: #444;
}

.div-block-133 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-134 {
  width: 100%;
}

.container-16 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.famille-all {
  display: none;
  overflow: visible;
  width: 100%;
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-36 {
  position: static;
  z-index: 100;
  margin-top: 0px;
  padding-right: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
  text-shadow: 1px 1px 6px transparent;
}

.text-block-36.noodle {
  color: #444;
}

.button-12 {
  margin-top: 0px;
  background-color: #000;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-12:hover {
  background-color: #e51102;
}

.button-12.noodle {
  width: 200px;
  background-color: #fffb00;
  color: #000;
  text-align: center;
}

.div-block-136 {
  width: 100%;
}

.paragraph-23 {
  margin-bottom: 16px;
  padding-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.paragraph-23.noodle {
  color: #444;
}

.text-span-13 {
  font-family: 'Great Vibes', cursive;
  font-size: 50px;
  font-weight: 400;
}

.paragraph-24 {
  margin-top: 84px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.paragraph-24.noodle {
  color: #444;
}

.section-26 {
  min-height: 65vh;
  padding-top: 31px;
  padding-bottom: 31px;
}

.famille-nom {
  margin-bottom: 11px;
  padding-left: 9px;
  border-bottom: 2px solid #e51102;
  background-color: transparent;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  text-transform: capitalize;
}

.text-block-37 {
  font-family: 'Lexend Deca', sans-serif;
}

.empty-state-6 {
  padding-left: 24px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.collection-item-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.famille-produit-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dotted;
  border-width: 2px;
  border-color: rgba(229, 17, 2, 0.53);
}

.famille-produit-one.tt {
  width: auto;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-color: rgba(229, 17, 2, 0.16);
}

.famille-produit-titre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  min-height: 30px;
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.link-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-138 {
  width: 100%;
  margin-top: 12px;
  background-color: transparent;
}

.empty-state-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.text-block-39 {
  font-family: 'Lexend Deca', sans-serif;
}

.collection-list-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-40 {
  padding-left: 0px;
  color: #0b468e;
  font-size: 13px;
}

.totop {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 20000;
  display: none;
  height: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image244 {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.famille-produit-image {
  height: auto;
  max-height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.produits-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-140:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.text-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  min-height: 40px;
  min-width: 110px;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-family: 'Gill sans', sans-serif;
  color: #0b468e;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.image-60 {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.familleover {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px dotted #e51102;
  border-bottom: 3px none #e51102;
  background-color: hsla(4, 0%, 100%, 0);
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.produits_liste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-6 {
  width: 100%;
  padding-left: 10px;
}

.produitover {
  margin-right: 20px;
  margin-bottom: 11px;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px none hsla(0, 0%, 100%, 0.4);
  border-left: 1px none hsla(0, 0%, 100%, 0.36);
}

.familleproduitover {
  display: none;
  color: rgba(51, 51, 51, 0.45);
}

.container-17 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-141 {
  display: none;
  width: 15%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 13px;
  font-weight: 400;
}

.text-block-42 {
  text-align: left;
}

.nomfamille {
  border-bottom: 1px dotted #e51102;
  font-weight: 600;
  text-transform: capitalize;
}

.div-block-142 {
  width: 100%;
}

.div-block-142.zoom-box {
  display: none;
  width: 100px;
  margin-right: 31px;
}

.achover {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100%;
  height: 350px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #e51102;
  border-bottom: 3px solid #e51102;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.9))), url('../images/wallpaper-min.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.9)), url('../images/wallpaper-min.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.image-61 {
  width: auto;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ac_image {
  width: auto;
  height: 100%;
  min-width: auto;
}

.ac_title {
  display: none;
  max-width: 300px;
  margin-left: 25px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
}

.text-span-14 {
  margin-top: -2px;
  margin-left: 14px;
  font-family: 'Great Vibes', cursive;
  font-size: 40px;
  text-transform: none;
}

.div-block-145 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  margin: 0px 0px -412px -219px;
  opacity: 0.39;
}

.image-62 {
  width: 600px;
}

.div-block-146 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-right: -75px;
  margin-bottom: -253px;
}

.image-63 {
  width: 500px;
  opacity: 0.56;
}

.div-block-147 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -61px;
}

.image-64 {
  width: 300px;
  opacity: 0.05;
}

.div-block-148 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  margin-bottom: -57px;
}

.image-65 {
  position: relative;
  z-index: -1;
  width: 1000px;
  opacity: 0.14;
}

.section-27 {
  position: relative;
  display: none;
}

.section-27.noodles {
  display: block;
}

.div-block-149 {
  position: absolute;
  overflow: hidden;
  width: 100%;
  margin-left: 0px;
  opacity: 0.6;
}

.image-66 {
  width: 700px;
  margin-left: 0px;
  opacity: 1;
}

.section-28 {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.section-28.tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-150 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 390px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0.56;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.image-67 {
  width: 400px;
  margin-right: 0px;
}

.image-67.tt {
  width: 50%;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-14:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.image-68 {
  width: 25px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.56);
}

.text-block-43 {
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.popup_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: -39px;
  margin-right: 16px;
  cursor: pointer;
}

.text-block-44 {
  padding: 10px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}

.div-block-151 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 90vh;
  margin-top: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-69 {
  max-height: 500px;
  max-width: none;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination-2 {
  display: none;
}

.collection-item-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-25 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
}

.menu_info {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  padding-top: 33px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-70 {
  height: 20px;
  max-width: none;
  min-height: 20px;
  margin-right: 5px;
}

.text-block-45 {
  margin-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-size: 12px;
  text-transform: uppercase;
}

.text-block-45.vv {
  text-transform: lowercase;
}

.link-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-15:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #e51102;
}

.link-block-16 {
  display: none;
  width: 32px;
}

.div-block-152 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-block-46 {
  margin-right: 3px;
  margin-left: 3px;
  color: #e51102;
}

.link-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.categorie-produit-lien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.categorie-produit-lien:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-block-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block-19 {
  color: #000;
  text-decoration: none;
}

.produit-miniatures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.produit-miniature {
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}

.empty-state-8 {
  display: none;
}

.text-block-47 {
  width: 100%;
  margin-top: 24px;
  padding-left: 12px;
  font-family: 'Lexend Deca', sans-serif;
}

.collection-item-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0b468e;
}

.video-3 {
  width: 100vh;
  height: 110vh;
  min-height: 110vh;
  min-width: 100vw;
}

.background-video-3 {
  width: 100%;
  height: 111vh;
}

.link-block-20 {
  text-decoration: none;
}

.section-29 {
  min-height: 65vh;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.95)), to(hsla(0, 0%, 100%, 0.95)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95));
  background-position: 0px 0px;
  background-size: auto;
}

.link-block-21 {
  margin-right: 10px;
}

.rec-titre {
  margin-top: 0px;
  border-bottom: 1px none #e51102;
  font-family: 'Great Vibes', cursive;
  color: #e51102;
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
}

.rec-titre.recette {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 35px;
  text-align: left;
}

.rec-titre.recette.ar {
  font-family: Cairo, sans-serif;
}

.div-block-155 {
  width: 200px;
}

.div-block-156 {
  width: 100%;
}

.div-block-156.rc {
  height: auto;
  margin-top: 0px;
  padding-top: 36px;
}

.image-produit {
  max-height: 250px;
  max-width: 200px;
  min-width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: dotted;
  border-width: 2px;
  border-color: #e51102;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-produit.nn {
  max-height: 100px;
}

.image-72 {
  width: 30px;
  margin-right: 10px;
}

.div-block-157 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e51102;
}

.rec-duree {
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
}

.text-block-49 {
  margin-left: 5px;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px none #e51102;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-161 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-top: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-50 {
  margin-bottom: 19px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 20px;
}

.rec-ingredients {
  margin-top: 0px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.rec-ingredients.ar {
  font-family: Cairo, sans-serif;
  font-weight: 400;
}

.rec-image {
  margin-bottom: 7px;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rec-preparation {
  margin-top: 21px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.rec-preparation.ar {
  font-family: Cairo, sans-serif;
  font-weight: 400;
}

.div-block-163 {
  margin-top: 19px;
}

.section-30 {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.heading-26 {
  border-style: none none dotted;
  border-width: 1px;
  border-color: #e51102;
  font-family: 'Lexend Deca', sans-serif;
  text-align: center;
}

.div-block-164 {
  margin-top: 19px;
}

.recette-liste {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-11 {
  width: 200px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.rich-text-block-6 {
  font-family: 'Lexend Deca', sans-serif;
}

.link-block-22 {
  width: 100%;
  color: #000;
  text-decoration: none;
}

.rich-text-block-7 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.collection-list-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-165 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-166 {
  display: block;
}

.famille-produit-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-7 {
  width: 100%;
}

.text-block-51 {
  margin-top: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 17px;
}

.pop_close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  cursor: pointer;
}

.step-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  margin-top: -1px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.scoll-wrap {
  position: absolute;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-base {
  width: 6px;
  height: 100%;
  background-color: #eeeff4;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dot {
  position: relative;
  z-index: 3;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  border-radius: 50%;
  background-color: #eeeff4;
}

.step-content-block {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.label {
  color: #006cd0;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

.step {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
}

.scroll-animate {
  position: absolute;
  bottom: 0px;
  width: 6px;
  height: 100%;
  background-color: #006cd0;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.steps-clone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bg-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 16px;
  box-shadow: 7px 7px 20px 0 rgba(18, 18, 18, 0.07);
}

.div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 150px;
  margin-left: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px dotted #e51102;
}

.text-block-53 {
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 40px;
}

.collection-item-12 {
  height: auto;
}

.rich-text-block-8 {
  margin-top: 10px;
  margin-left: 34px;
  padding-left: 0px;
  font-family: 'Lexend Deca', sans-serif;
}

.div-block-169 {
  margin-top: 39px;
}

.collection-list-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.text-block-54 {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  text-transform: capitalize;
}

.collection-item-13 {
  margin-right: 3px;
  margin-bottom: 3px;
  padding-right: 4px;
  padding-left: 4px;
  border-right: 1px none #e51102;
  border-radius: 3px;
  background-color: #0b468e;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-block-55 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 18px;
}

.collection-item-14 {
  margin-bottom: 3px;
  padding-left: 21px;
}

.collection-list-wrapper-8 {
  padding-left: 19px;
}

.text-block-56 {
  text-transform: capitalize;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-171 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-74 {
  margin-left: 11px;
}

.image-75 {
  margin-top: -4px;
  margin-left: -12px;
}

.footer_charte_dalia {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 90000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.div-block-172 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-172:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.image-76 {
  width: 40px;
}

.spot-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-9 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spot-video {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.collection-list-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-15 {
  margin-right: 17px;
}

.html-embed-2 {
  font-family: 'Lexend Deca', sans-serif;
}

.text-block-57 {
  font-family: 'Lexend Deca', sans-serif;
}

.empty-state-9 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image-77 {
  width: 100px;
  max-width: 200px;
}

.div-block-174 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.paragraph-26 {
  margin-left: 23px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.div-block-175 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-58 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 17px;
}

.text-block-59 {
  margin-top: 2px;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-weight: 500;
}

.collection-item-16 {
  margin-bottom: 10px;
  border-bottom: 1px dotted #e51102;
}

.div-block-176 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.logo-noody {
  display: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-span-15 {
  font-family: 'Tomatoes o8l8', sans-serif;
}

.text-span-15.noodles {
  color: #e51102;
}

.text-block-60 {
  font-family: 'Lexend Deca', sans-serif;
}

.div-block-177 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-17 {
  width: 25%;
  margin-top: 39px;
  margin-right: 28px;
  -webkit-transition: all 200ms cubic-bezier(.55, .055, .675, .19);
  transition: all 200ms cubic-bezier(.55, .055, .675, .19);
}

.collection-item-17:hover {
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
}

.text-block-61 {
  max-width: 100px;
  margin-top: 7px;
  font-family: 'Lexend Deca', sans-serif;
  color: #444;
  text-align: center;
}

.collection-list-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-178 {
  margin-top: 12px;
  margin-bottom: 35px;
}

.link-block-23 {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.empty-state-10 {
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: 'Lexend Deca', sans-serif;
}

.video-5 {
  margin-top: 25px;
}

.mascotte {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10000;
  display: none;
  margin-left: 10px;
}

.image-80 {
  height: 200px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.famille-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.actualite-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-180 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recette-loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-62 {
  margin-top: 68px;
  text-align: center;
}

.link-6 {
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.famille-page-loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffb00;
}

.page-produit-famille-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-produit-famille-one {
  width: 100%;
}

.page-produit-famille-titre {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 9px;
  border-bottom: 1px dotted #e51102;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 39px;
}

.page-produit-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  padding-left: 26px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-produit-all.tt {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-produit-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-produit-one:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-produit-one.tt {
  width: 30%;
  max-height: 300px;
}

.page-produit-image {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-produit-titre {
  margin-top: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  text-align: center;
}

.page-produit-titre.ar {
  font-family: Cairo, sans-serif;
  font-size: 15px;
}

.page-produit-famille-lien {
  text-decoration: none;
}

.link-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 20px;
  text-decoration: none;
}

.link-7:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.body-5 {
  background-color: hsla(0, 0%, 100%, 0);
}

.body-6 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94))), url('../images/filgrane_mascotte_logo.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94)), url('../images/filgrane_mascotte_logo.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.produit-poids {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.produit-poids.ar {
  font-family: Cairo, sans-serif;
  font-weight: 400;
}

.categorie-produit-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.categorie-produit-one {
  height: auto;
  padding: 10px;
}

.div-block-182 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}

.div-block-183 {
  width: 75%;
  padding-right: 43px;
}

.div-block-184 {
  position: relative;
  top: 20px;
  width: 25%;
  padding-top: 22px;
}

.presentation-all {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #e51102;
}

.presentation-lien {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  line-height: 19px;
  text-decoration: none;
  text-transform: capitalize;
}

.presentation-lien:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.presentation-one {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.48);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 16px;
}

.presentation-one:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.presentation-one.ar {
  font-family: Cairo, sans-serif;
}

.presentation-titre {
  margin-bottom: 16px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 30px;
  line-height: 39px;
}

.presentation-titre.ar {
  font-family: Cairo, sans-serif;
}

.presentation-description {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.presentation-description.ar {
  font-family: Cairo, sans-serif;
  font-weight: 400;
}

.annee-all {
  display: none;
  margin-top: 25px;
  padding-left: 20px;
}

.annee-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #e51102;
}

.presence-all {
  display: none;
  margin-top: 19px;
  margin-bottom: 21px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.presence-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pays-nom {
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px;
  border-radius: 3px;
  background-color: #0b468e;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}

.contact {
  display: none;
}

.timeline {
  margin-top: 30px;
  padding-top: 20px;
  padding-left: 20px;
}

.div-block-185 {
  border-left: 1px solid #e51102;
}

.body-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94));
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.annee-description {
  position: static;
  margin-bottom: 0px;
  padding-left: 15px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.div-block-186 {
  margin-right: 26px;
  margin-left: 26px;
}

.div-block-186.recette {
  margin-left: 10px;
}

.rec-nb-personne {
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Lexend Deca', sans-serif;
  font-size: 20px;
}

.div-block-187 {
  margin-top: 22px;
}

.link-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Lexend Deca', sans-serif;
  text-decoration: none;
}

.text-block-63 {
  font-family: 'Lexend Deca', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.faq-all {
  margin-top: 52px;
}

.spot-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.footer-presentation-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-famille-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-81 {
  width: 100px;
  height: 100px;
  margin-top: -105px;
}

.div-block-188 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-189 {
  margin-right: 13px;
  margin-left: 11px;
}

.text-block-64 {
  font-family: 'Lexend Deca', sans-serif;
  color: rgba(0, 0, 0, 0.68);
}

.image-83 {
  width: 30px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-84 {
  width: 30px;
}

.div-block-190 {
  margin-right: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div-block-190:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.image-85 {
  width: 35px;
  margin-top: 0%;
  margin-bottom: 21px;
}

.div-block-192 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-194 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-86 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-86:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-block-65 {
  font-family: 'Lexend Deca', sans-serif;
  color: #0b468e;
  font-weight: 400;
}

.success-message {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.error-message {
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #fff;
}

.text-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Lexend Deca', sans-serif;
  color: #e51102;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  text-align: left;
}

.success-message-2 {
  background-color: #0b468e;
  font-family: 'Lexend Deca', sans-serif;
  color: #fff;
}

.text-block-67 {
  font-weight: 300;
}

.text-block-68 {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 300;
}

.link-block-25 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.text-span-16 {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Kickrush, sans-serif;
  color: #e51102;
  font-size: 65px;
  font-weight: 400;
}

.div-block-195 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
}

.div-block-195.ar {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.actualite-image {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  margin-top: 0px;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-31 {
  display: none;
}

.text-block-69 {
  margin-left: 0px;
  font-family: Kickrush, sans-serif;
  font-size: 40px;
}

.div-block-196 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-70 {
  width: 100%;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 700;
  text-align: center;
}

.image-88 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-89 {
  display: block;
  width: auto;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
}

.link-block-26 {
  position: relative;
  z-index: 100;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  color: rgba(51, 51, 51, 0);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .div-block {
    height: 100px;
    margin-bottom: 33px;
  }

  .slide {
    background-position: 50% 50%;
    background-size: contain;
  }

  .slider {
    height: auto;
    margin-top: 0px;
  }

  .image-3 {
    width: 130px;
  }

  .image-4 {
    margin-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-2 {
    margin-top: -1px;
  }

  .icon-3 {
    margin-top: 13px;
    color: #0b468e;
    font-size: 40px;
  }

  .paragraph {
    font-size: 13px;
  }

  .paragraph.new {
    text-align: center;
  }

  .div-block-3.second {
    margin-top: 26px;
    margin-bottom: 13px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button {
    margin-top: -15px;
  }

  .body {
    margin-left: 0px;
  }

  .div-block-6 {
    width: 48%;
    height: 200px;
    margin-top: -47px;
    margin-bottom: 47px;
  }

  .div-block-6.end {
    border-right-style: dotted;
  }

  .div-block-6.end.ss {
    background-color: #e51102;
  }

  .paragraph-2 {
    text-align: center;
  }

  .heading-2 {
    text-align: center;
  }

  .section-5 {
    margin-top: 11px;
  }

  .div-block-7.left {
    background-color: #e51102;
  }

  .section-6 {
    display: none;
  }

  .section-7 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .slide-5 {
    width: 100%;
    height: 300px;
    margin-left: 48px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 28px;
  }

  .right-arrow-2 {
    margin-right: -50px;
  }

  .left-arrow-2 {
    margin-left: -31px;
  }

  .div-block-21 {
    height: 630px;
  }

  .section-8 {
    margin-top: -17px;
  }

  .heading-6.aa {
    margin-top: 0px;
    text-align: center;
  }

  .slide-7 {
    width: 25%;
  }

  .section-10 {
    margin-left: 0px;
  }

  .section-11 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .column-5 {
    padding-left: 27px;
  }

  .heading-7 {
    margin-bottom: 11px;
  }

  .paragraph-8 {
    margin-bottom: 27px;
  }

  .div-block-40 {
    margin-bottom: 17px;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .menubar {
    display: none;
  }

  .sidebar-menu {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .div-block-46 {
    width: 100%;
    padding-top: 86px;
    padding-left: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-9 {
    padding-left: 0px;
    text-align: left;
  }

  .image-28 {
    width: 140px;
  }

  .image-30 {
    width: 200px;
  }

  .image-31 {
    margin-left: 0px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-12 {
    display: block;
  }

  .link-block-2 {
    width: 45%;
    height: 350px;
  }

  .div-block-55 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 25px;
    margin-right: 30px;
    border-style: none;
    border-radius: 40px;
  }

  .image-35 {
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-radius: 50px;
  }

  .div-block-61 {
    width: 50%;
    height: 100%;
  }

  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-6.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-item-2 {
    margin-bottom: 10px;
  }

  .pro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-79 {
    min-width: auto;
  }

  .section-17 {
    height: 400px;
  }

  .logo {
    width: 100px;
  }

  .container-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-104 {
    width: 60%;
  }

  .produits {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .actualite-all {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .famille-all {
    display: none;
  }

  .div-block-145 {
    display: none;
  }

  .div-block-146 {
    display: none;
  }

  .background-video-3 {
    height: 111%;
  }

  .image-80 {
    height: 160px;
  }

  .famille-page-loading {
    display: none;
    background-color: rgba(255, 219, 151, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe100), to(#ffe100));
    background-image: linear-gradient(180deg, #ffe100, #ffe100);
    background-position: 0px 0px;
  }

  .image-85 {
    margin-top: 35%;
  }

  .div-block-193 {
    width: 65%;
  }

  .div-block-194 {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .image-3 {
    width: 100px;
  }

  .section-2 {
    margin-top: 0px;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: -22px;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
  }

  .div-block-3.second {
    margin-top: -44px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button.tt {
    margin-top: 23px;
  }

  .div-block-6 {
    width: 48%;
    height: auto;
    margin-top: 4px;
  }

  .div-block-6.end {
    border-right-style: dotted;
  }

  .heading-2 {
    text-align: center;
  }

  .slide-4 {
    width: 48%;
  }

  .section-4 {
    margin-top: 60px;
  }

  .section-5 {
    margin-top: 42px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-7.left {
    display: none;
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-7.right {
    width: 200px;
    height: 500px;
    margin-right: 0px;
  }

  .section-6 {
    display: none;
  }

  .div-block-8 {
    display: none;
  }

  .section-7 {
    margin-top: 14px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-16 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-18 {
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-19 {
    width: 90%;
    height: 50%;
    border-radius: 30px;
  }

  .div-block-20 {
    width: 90%;
    margin-top: 28px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-5 {
    height: auto;
  }

  .slide-5 {
    width: 80%;
    height: auto;
  }

  .image-9 {
    max-height: 300px;
    min-height: 300px;
    min-width: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .heading-5 {
    margin-top: -63px;
    text-align: center;
  }

  .paragraph-3 {
    margin-top: 5px;
  }

  .div-block-21 {
    width: 100%;
    height: 900px;
    margin-top: -13px;
  }

  .div-block-22 {
    margin-top: -69px;
  }

  .div-block-23 {
    margin-top: -5px;
  }

  .section-8 {
    margin-top: 29px;
  }

  .div-block-27 {
    padding-left: 0px;
  }

  .div-block-28 {
    padding-right: 10px;
  }

  .div-block-30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paragraph-5 {
    margin-top: 18px;
  }

  .div-block-31 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-2 {
    width: 100px;
    margin-top: 17px;
    text-align: center;
  }

  .div-block-32 {
    margin-top: 4px;
  }

  .heading-6 {
    margin-top: 17px;
  }

  .heading-6.aa {
    margin-bottom: -73px;
    text-align: center;
  }

  .text-span-8 {
    font-size: 45px;
    line-height: 40px;
  }

  .text-span-9 {
    font-size: 55px;
  }

  .slide-7 {
    width: 33%;
  }

  .section-10.new {
    padding-top: 9px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .section-10.new.ar {
    float: none;
    clear: none;
    text-align: right;
  }

  .text-block-3 {
    margin-top: 20px;
  }

  .div-block-39 {
    height: auto;
  }

  .column-5 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sidebar-menu {
    z-index: 4000;
    width: 100%;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }

  .div-block-46 {
    padding-top: 98px;
    padding-left: 80px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-9 {
    font-size: 25px;
    line-height: 50px;
  }

  .image-28 {
    width: 100px;
  }

  .image-30 {
    width: 180px;
  }

  .heading-9 {
    margin-top: 47px;
    font-size: 50px;
  }

  .div-block-51 {
    height: 220px;
  }

  .button-4 {
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-10 {
    margin-top: -3px;
    font-size: 12px;
  }

  .div-block-55 {
    z-index: 3000;
    margin-top: 20px;
    margin-right: 20px;
  }

  .breadcrumb {
    height: 100px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .famille-title {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
  }

  .famille-title.hh {
    margin-bottom: -40px;
    margin-left: 0px;
    font-size: 44px;
    text-align: center;
  }

  .section-14 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-61 {
    width: 100%;
    height: 100%;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    width: 100%;
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline_centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0px;
  }

  .div-block-75 {
    margin-top: 22px;
    margin-left: 0px;
  }

  .text-block-17 {
    margin-top: 13px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-style: dotted;
    font-weight: 500;
  }

  .heading-14 {
    margin-top: 39px;
  }

  .autre-produits.tt {
    display: none;
  }

  .categorie-produit-image {
    max-height: 180px;
    min-width: 180px;
  }

  .div-block-78 {
    width: 95%;
    margin-top: -4px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-79 {
    width: 100%;
  }

  .produit-one {
    width: 40%;
    margin-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-83 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-83.rc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-22 {
    min-height: 30px;
  }

  .produit-proteines {
    margin-top: -1px;
  }

  .produit-description {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .div-block-87 {
    width: 100%;
  }

  .section-17 {
    z-index: 400;
  }

  .div-block-92 {
    padding-bottom: 56px;
  }

  .heading-15 {
    font-size: 80px;
  }

  .paragraph-15 {
    width: 90%;
    margin-top: 1px;
    font-size: 20px;
    line-height: 26px;
  }

  .header {
    z-index: 401;
  }

  .header.fixed {
    z-index: 500;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    box-shadow: none;
  }

  .button-7 {
    font-size: 14px;
  }

  .logo {
    width: 80px;
  }

  .button-8.tt {
    margin-top: 53px;
  }

  .button-8.tt.ff {
    margin-top: -4px;
  }

  .sec_produits {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-17 {
    font-size: 25px;
  }

  .famille-titre {
    margin-top: 9px;
    font-weight: 300;
  }

  .famille-image {
    max-width: 80%;
    min-height: auto;
    min-width: 80%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-104 {
    width: 80%;
    font-size: 13px;
  }

  .famille-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 2px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .section-21 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider-10 {
    width: 100%;
  }

  .section-22 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-13 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-14 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-10.red {
    margin-top: 0px;
  }

  .paragraph-19 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-116 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .recette-all {
    display: none;
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-118 {
    width: 80%;
    margin-top: 23px;
    margin-left: 0px;
  }

  .image-53 {
    max-width: 400px;
  }

  .heading-20 {
    font-size: 25px;
    line-height: 33px;
  }

  .div-block-121 {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }

  .div-block-122 {
    display: block;
    width: 90%;
    margin-left: 0px;
  }

  .div-block-123 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-25 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .actualite-titre {
    margin-top: 5px;
    margin-left: 0px;
    color: #0b468e;
  }

  .page-actualite-one {
    width: 90%;
    margin-bottom: 0px;
  }

  .page-actualite-one.home {
    width: 100%;
    min-height: auto;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(229, 17, 2, 0.61);
    border-left-style: none;
  }

  .act-titre {
    font-size: 20px;
  }

  .div-block-129 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-5.tt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .actualite-all {
    display: none;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .collection-list-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ac_item {
    width: 90%;
    margin-bottom: 25px;
    margin-left: 0px;
  }

  .ac_item.ss {
    width: 70%;
    margin-bottom: 16px;
  }

  .recette-one {
    width: 37%;
    margin-bottom: 20px;
  }

  .recette-image {
    max-height: 130px;
    min-height: 130px;
    border-radius: 15px;
  }

  .collection-item-7 {
    width: 100%;
  }

  .recette-titre.ar {
    margin-top: 10px;
  }

  .recettes {
    width: 100%;
  }

  .collection-list-wrapper-5 {
    width: 100%;
  }

  .question {
    font-size: 18px;
    line-height: 24px;
  }

  .reponse {
    font-size: 13px;
    line-height: 17px;
  }

  .heading-23 {
    font-size: 35px;
  }

  .div-block-134 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .famille-all {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-36 {
    text-align: left;
    text-shadow: none;
  }

  .paragraph-24 {
    text-align: center;
  }

  .section-26 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .famille-nom {
    font-size: 25px;
    line-height: 32px;
  }

  .famille-produit-one.tt {
    width: 100%;
  }

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

  .produits-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .familleover {
    height: 0px;
    max-height: 0px;
    min-height: 0px;
  }

  .achover {
    height: 0px;
  }

  .section-27 {
    display: none;
  }

  .section-28 {
    display: none;
  }

  .menu_info {
    height: 0px;
  }

  .produit-miniatures {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: rgba(255, 174, 0, 0);
  }

  .section-29 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .rec-titre {
    margin-top: 23px;
    margin-bottom: -19px;
    font-size: 30px;
    line-height: 38px;
    text-transform: capitalize;
  }

  .rec-titre.recette {
    font-size: 29px;
    line-height: 32px;
  }

  .div-block-155 {
    width: auto;
    height: 200px;
  }

  .image-produit {
    height: 200px;
  }

  .image-72 {
    width: 35px;
  }

  .rec-duree {
    font-size: 18px;
  }

  .div-block-158 {
    margin-top: 25px;
  }

  .div-block-159 {
    margin-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-160 {
    width: 100%;
  }

  .div-block-161 {
    width: 100%;
  }

  .text-block-50 {
    text-align: left;
  }

  .section-30 {
    margin-top: -23px;
    padding-top: 0px;
  }

  .collection-list-9 {
    width: 100%;
  }

  .step-block {
    min-height: 110vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scoll-wrap {
    bottom: 50%;
    z-index: 1;
    height: 100%;
  }

  .dot {
    position: absolute;
    bottom: 50%;
    z-index: 99;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .step-content-block {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .img-block {
    position: relative;
    z-index: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .content-wrap {
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step {
    padding: 8%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-list-wrapper-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-list-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-15 {
    margin-right: 0px;
    margin-bottom: 22px;
  }

  .collection-item-17 {
    width: 40%;
  }

  .image-80 {
    height: 130px;
  }

  .famille-page-loading {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe100), to(#ffe100));
    background-image: linear-gradient(180deg, #ffe100, #ffe100);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .page-produit-famille-all {
    margin-top: 34px;
  }

  .page-produit-famille-titre {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-style: none;
    color: rgba(0, 0, 0, 0.73);
    font-size: 25px;
    line-height: 30px;
  }

  .page-produit-all {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-produit-one {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-produit-one.tt {
    width: 48%;
  }

  .page-produit-one.tt:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }

  .div-block-181 {
    margin-bottom: 14px;
  }

  .div-block-182 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-183 {
    width: 100%;
    margin-top: -21px;
    padding-right: 0px;
  }

  .div-block-184 {
    width: 100%;
  }

  .presentation-all {
    position: static;
    width: 100%;
  }

  .presentation-titre {
    margin-top: -8px;
    line-height: 32px;
    text-align: center;
  }

  .image-82 {
    margin-top: -287px;
  }

  .image-85 {
    width: 50px;
    margin-top: 0%;
  }

  .div-block-191 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dotted #e51102;
    background-color: rgba(11, 70, 142, 0);
    color: #fff;
  }

  .div-block-192 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-193 {
    width: 100%;
  }

  .div-block-194 {
    width: 100%;
    margin-top: 6px;
  }

  .image-86:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-87 {
    max-height: 200px;
  }

  .image-89 {
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .image-3 {
    width: 80px;
  }

  .section-2 {
    margin-top: 0px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.new {
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.73);
    text-align: left;
  }

  .button {
    margin-top: 11px;
  }

  .button.ss.mm {
    font-size: 12px;
  }

  .div-block-6 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    border-bottom: 1px none rgba(229, 17, 2, 0.26);
    border-right-style: none;
  }

  .heading-2 {
    margin-top: 21px;
  }

  .slide-4 {
    width: 98%;
  }

  .section-4 {
    margin-top: -22px;
  }

  .container-3 {
    margin-top: 34px;
  }

  .section-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-19 {
    border-radius: 30px;
  }

  .slide-5 {
    width: 100%;
    margin-left: 0px;
  }

  .image-9 {
    max-height: 300px;
    min-height: 300px;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heading-5 {
    margin-top: -103px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .right-arrow-2 {
    display: none;
  }

  .left-arrow-2 {
    display: none;
  }

  .div-block-21 {
    z-index: 0;
  }

  .div-block-23 {
    margin-top: 1px;
  }

  .text-block {
    font-size: 12px;
  }

  .image-10 {
    width: 20px;
  }

  .div-block-24 {
    margin-top: 27px;
  }

  .text-span-8 {
    font-size: 35px;
  }

  .text-span-9 {
    font-size: 50px;
    line-height: 60px;
  }

  .slide-7 {
    width: 50%;
  }

  .section-10.new {
    padding-right: 14px;
  }

  .column-5 {
    padding-left: 10px;
  }

  .sidebar-menu {
    width: 100%;
  }

  .div-block-46 {
    padding-top: 106px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block-9 {
    width: 100%;
    padding-left: 0px;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
  }

  .image-28 {
    display: none;
    width: 80px;
    padding-left: 0px;
  }

  .image-30 {
    width: 150px;
  }

  .image-31 {
    width: 100px;
  }

  .heading-9 {
    margin-top: 31px;
    font-size: 30px;
    line-height: 38px;
  }

  .div-block-51 {
    height: 180px;
  }

  .paragraph-10 {
    width: 90%;
    margin-top: -7px;
    font-size: 11px;
    line-height: 17px;
  }

  .right-arrow-4 {
    display: none;
  }

  .icon-8 {
    display: none;
  }

  .div-block-52 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-34 {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .link-block-2 {
    overflow: hidden;
    width: 90%;
    margin-right: 0px;
  }

  .div-block-55 {
    width: 40px;
    height: 40px;
    margin-top: 21px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #fff;
  }

  .menu-item {
    width: 90%;
  }

  .div-block-59 {
    width: 100%;
  }

  .link-block-6 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .famille-title {
    margin-top: 9px;
    margin-bottom: -6px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
  }

  .famille-title.nn {
    margin-top: 3px;
    margin-left: 0px;
    text-align: left;
  }

  .famille-title.hh {
    margin-bottom: -58px;
    font-size: 29px;
  }

  .famille-description {
    text-align: left;
  }

  .section-14 {
    margin-bottom: 28px;
    padding-top: 5px;
  }

  .div-block-61 {
    height: 100%;
    min-width: 100%;
  }

  .timeline-header {
    font-size: 2em;
  }

  .timeline_item {
    -ms-grid-columns: 48px 1fr;
    grid-template-columns: 48px 1fr;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .produit-all {
    margin-bottom: 15px;
  }

  .div-block-75 {
    margin-top: -1px;
  }

  .produit-cover {
    width: 80%;
    max-width: 80%;
  }

  .text-block-17 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .text-block-17.ss {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-14 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 30px;
  }

  .autre-produits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .autre-produits.tt {
    margin-top: -40px;
  }

  .collection-item-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-78 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-79 {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .div-block-83 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .produit-famille-titre {
    font-size: 17px;
  }

  .div-block-84 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-22 {
    min-height: 30px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 14px;
  }

  .image-44 {
    width: 40px;
  }

  .div-block-85 {
    width: 25%;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .produit-proteines {
    margin-top: -9px;
  }

  .div-block-87 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-style: none;
    border-top-width: 1px;
    border-left-style: none;
  }

  .section-17 {
    height: 230px;
  }

  .section-17.noodles {
    height: 230px;
  }

  .div-block-92 {
    padding-bottom: 0px;
  }

  .heading-15 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .paragraph-15 {
    margin-top: -22px;
    color: hsla(0, 0%, 100%, 0.56);
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-94 {
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header.fixed {
    background-color: hsla(0, 0%, 100%, 0);
    background-image: none;
    background-position: 0px 0px;
  }

  .section-19 {
    padding-top: 27px;
  }

  .body-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    background-attachment: scroll;
  }

  .button-7 {
    margin-top: 6px;
  }

  .logo {
    width: 70px;
  }

  .div-block-97 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-8.tt {
    width: auto;
    text-align: center;
  }

  .button-8.tt.ff {
    width: 100%;
    margin-top: 24px;
  }

  .heading-17 {
    width: 100%;
    max-width: 100%;
    margin-top: -4px;
    padding-left: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    line-height: 29px;
    text-align: right;
  }

  .heading-17.right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .famille-one1 {
    width: 90%;
    height: 200px;
    margin-top: 12px;
  }

  .famille-titre {
    margin-top: 0px;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
  }

  .famille-image {
    max-height: 150px;
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
  }

  .div-block-102 {
    height: 150px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-103 {
    height: 50px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-104 {
    width: 100%;
    height: 30px;
  }

  .famille-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 43%;
    height: auto;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .produits {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-21 {
    margin-bottom: 20px;
  }

  .div-block-107 {
    width: 100%;
    height: 30px;
  }

  .section-23.parallax {
    margin-top: 0px;
  }

  .paragraph-19 {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }

  .button-11 {
    padding: 8px 15px;
    font-size: 11px;
  }

  .recette-all {
    margin-top: 29px;
  }

  .slider-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-119 {
    width: 100%;
  }

  .image-53 {
    max-width: 250px;
  }

  .paragraph-20 {
    min-width: auto;
    margin-top: 23px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    text-align: center;
  }

  .collection-item-4 {
    width: 45%;
  }

  .left-arrow-6 {
    display: none;
  }

  .right-arrow-7 {
    display: none;
  }

  .heading-20 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-122 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-123 {
    margin-top: 12px;
  }

  .section-25 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-actualite-all {
    margin-top: 20px;
  }

  .collection-item-5 {
    margin-right: 0px;
  }

  .page-actualite-image.nn {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .actualite-titre.tt {
    text-align: center;
  }

  .actualite-date {
    width: 100%;
    text-align: left;
  }

  .page-actualite-one {
    width: 100%;
  }

  .page-actualite-one.ss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .act-titre {
    line-height: 25px;
  }

  .act-image {
    min-height: auto;
    min-width: 100%;
    box-shadow: none;
  }

  .actualite-all {
    display: none;
  }

  .ac_item.ss {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-23 {
    margin-bottom: 7px;
    color: #000;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }

  .famille-all {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-36 {
    margin-top: -36px;
    color: rgba(0, 0, 0, 0.72);
    text-align: left;
  }

  .button-12 {
    width: 70%;
    text-align: center;
  }

  .paragraph-23 {
    margin-top: -43px;
    color: rgba(0, 0, 0, 0.73);
    text-align: left;
  }

  .paragraph-24 {
    margin-top: 46px;
    margin-bottom: 0px;
    color: rgba(0, 0, 0, 0.73);
    text-align: left;
  }

  .famille-nom {
    margin-bottom: 13px;
  }

  .collection-item-8 {
    width: 33%;
    margin-top: 5px;
    margin-right: 0px;
  }

  .famille-produit-one.tt {
    width: 80%;
    height: 180px;
  }

  .totop {
    display: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .image244 {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .famille-produit-image {
    max-height: 130px;
    min-height: 130px;
  }

  .produits-list {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-142.zoom-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu_info {
    display: none;
  }

  .div-block-153 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .produit-miniatures {
    border-right: 1px dotted #e51102;
  }

  .produit-miniature {
    min-height: 40px;
    min-width: 40px;
  }

  .background-video-3 {
    height: 111%;
  }

  .background-video-3.noodles {
    height: 111%;
  }

  .rec-titre.recette {
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-156.rc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-157 {
    margin-top: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .rec-duree {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-158 {
    margin-top: -13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-165 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-wrapper-7 {
    width: 100%;
  }

  .img-block {
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .steps-clone {
    position: static;
    display: block;
  }

  .div-block-171 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-74 {
    width: 80px;
    margin-top: -25px;
  }

  .image-75 {
    margin-top: -32px;
    margin-left: 0px;
  }

  .collection-item-15 {
    margin-right: 0px;
  }

  .logo-noody {
    display: block;
    margin-left: -22px;
  }

  .collection-item-17 {
    width: 90%;
    margin-right: 0px;
    margin-bottom: -33px;
  }

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

  .collection-list-wrapper-10 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-80 {
    height: 100px;
  }

  .div-block-180 {
    padding-left: 20px;
  }

  .famille-page-loading {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 219, 151, 0.82);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe100), to(#ffe100));
    background-image: linear-gradient(180deg, #ffe100, #ffe100);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .page-produit-all {
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .page-produit-one {
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-produit-one.tt {
    width: 100%;
  }

  .div-block-181 {
    margin-top: 6px;
    margin-bottom: -9px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .produit-poids {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .presentation-titre {
    margin-top: 6px;
    font-size: 25px;
    line-height: 28px;
  }

  .rec-nb-personne {
    font-size: 14px;
    line-height: 18px;
  }

  .spot-one {
    margin-bottom: 25px;
  }

  .image-81 {
    width: 50px;
    height: 50px;
    margin-top: 50px;
  }

  .image-82 {
    margin-top: 0px;
  }

  .image-85 {
    width: 30px;
    margin-top: 0%;
  }

  .div-block-193 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-194 {
    margin-right: 0px;
  }

  .image-86 {
    width: 130px;
  }

  .text-span-16 {
    margin-top: -4px;
    font-size: 45px;
    line-height: 60px;
  }

  .text-block-69 {
    margin-left: 8px;
  }

  .image-89 {
    display: none;
    height: 60px;
  }
}

@font-face {
  font-family: 'Tomatoes o8l8';
  src: url('../fonts/Tomatoes-O8L8.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quickkisspersonaluse pxlz';
  src: url('../fonts/QuickKissPersonalUse-PxlZ.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '2znv';
  src: url('../fonts/ConsertaDemoRegular-2znv.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kickrush';
  src: url('../fonts/kickrush.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barniesfreetrial axe0o';
  src: url('../fonts/BarniesFreeTrial-axE0o.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans condensed';
  src: url('../fonts/GillSans-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gillsans condensed';
  src: url('../fonts/GillSans-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill sans';
  src: url('../fonts/Gill-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}