@font-face {
  font-family: "Mosk extra 800";
  src: url('../fonts/Mosk-Extra-Bold-800.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Mosk ultra 900";
  src: url('../fonts/Mosk-Ultra-Bold-900.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Mosk semi 600";
  src: url('../fonts/Mosk-Semi-Bold-600.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Mosk 500";
  src: url('../fonts/Mosk-Medium-500.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Mosk 700";
  src: url('../fonts/Mosk-Bold-700.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Chromate;
  src: url('../fonts/Chromate-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --gold: #000;
  --grey: #f9f9f9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-image: url('../images/officinadellapizza.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.section.new {
  background-image: url('../images/Officina-della-pizza-Chi-siamo.jpg');
  background-position: 50%;
  background-attachment: scroll;
  height: 50vh;
}

.section.new.menu {
  background-image: url('../images/pizza-officina.jpg');
}

.section.new.menu.l {
  height: 20vh;
}

.navbar {
  background-color: #0000;
  height: 50px;
}

.liennav {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 320px;
  padding-left: 60px;
  padding-right: 100px;
  font-family: Chromate, sans-serif;
  transition: text-shadow .3s cubic-bezier(.567, .061, 0, .985);
  display: block;
}

.liennav:hover {
  text-shadow: 0 -12px 0 var(--gold), 0 12px 0 var(--gold);
}

.nav-menu {
  background-color: var(--grey);
  height: 100vh;
  padding-top: 40px;
  transition: text-shadow .2s cubic-bezier(.55, .032, 0, .968);
}

.image {
  width: 80px;
  transition: width .2s cubic-bezier(1, .009, 0, 1.003);
  position: fixed;
  inset: 40px 60px 0% auto;
}

.image:hover {
  width: 85px;
}

.image-2 {
  transition: opacity .2s;
  position: fixed;
  top: 10px;
  left: 30px;
}

.image-2:hover {
  opacity: .49;
}

.langue {
  color: #fff;
  letter-spacing: 3px;
  margin-left: 20px;
  font-family: "Mosk 700", sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.langue:hover {
  color: var(--gold);
}

.div-block {
  text-align: center;
  width: 100px;
  position: fixed;
  inset: auto 0% 20px 40px;
}

.image-3 {
  color: #fff;
  background-color: #0000;
}

.image-4 {
  padding-top: 15px;
  transition: opacity .2s;
  display: block;
}

.image-4:hover {
  opacity: .5;
}

.div-block-2 {
  width: 50px;
  position: fixed;
  inset: auto 50px 20px auto;
}

.div-block-3 {
  background-image: linear-gradient(90deg, #71a8a8 38%, #4668689e 47%, #2c414163 54%, #0000 69%);
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-3.chisiamo {
  height: 50vh;
}

.div-block-3.chisiamo.lo {
  height: 20vh;
}

.heading {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 60px;
}

.div-block-4 {
  background-color: #fff;
  width: 30%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.button {
  padding: 10px 60px;
}

.image-5 {
  display: inline;
  position: relative;
  bottom: 2px;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  margin-right: 10px;
  font-family: "Mosk 700", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.text-block.btn2 {
  color: #72a8a9;
  text-transform: uppercase;
  transition: text-shadow .3s;
}

.text-block.btn2:hover {
  text-shadow: 0 28px #ccc, 0 14px #ccc;
}

.link-block {
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  transition: padding .2s, border .2s, background-color .2s;
}

.link-block:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  padding-left: 60px;
  padding-right: 60px;
}

.link-block.btn2 {
  color: var(--gold);
  border-width: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block.btn2:hover {
  background-color: #0000;
  border-color: #0000;
}

.div-block-5 {
  background-image: url('../images/fond-arrow.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 100px;
  height: 100px;
}

.image-6 {
  transition: height .2s, width .2s;
  position: relative;
  inset: 2px 0% 0%;
}

.image-6:hover {
  width: 35px;
  height: 30px;
}

.div-block-6 {
  text-align: center;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.body {
  background-color: var(--grey);
}

.section-2 {
  height: auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 300px) 1fr minmax(300px, 300px);
  margin-top: 220px;
  margin-bottom: 140px;
  margin-right: 5px;
}

.div-block-7 {
  text-align: center;
  background-color: #fff;
  padding: 60px 100px;
}

.image-7 {
  width: 330px;
  transition: box-shadow .2s;
  position: relative;
  right: 60px;
}

.image-7:hover {
  box-shadow: 1px 1px 30px #0006;
}

.image-7.img2 {
  transition-property: none;
  transform: rotate(109deg);
}

.image-7.img2:hover {
  box-shadow: none;
}

.image-8 {
  width: 330px;
  transition: box-shadow .2s;
  position: relative;
  left: 60px;
}

.image-8:hover {
  box-shadow: -1px 1px 30px #000000a6;
}

.image-8.img2 {
  transition-property: none;
}

.image-8.img2:hover {
  box-shadow: none;
}

.text-span {
  color: #000;
  letter-spacing: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
}

.text-span-2 {
  color: #71a7a8;
  letter-spacing: 5px;
  font-family: "Mosk 700", sans-serif;
  font-size: 12px;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 30px;
}

.paragraph-2._2titre {
  width: 520px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2._2titre.ll {
  margin-bottom: 60px;
}

.paragraph-3 {
  color: #555;
  letter-spacing: 1px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-3.wh, .paragraph-3.whitee {
  color: #fff;
}

.div-block-8 {
  text-align: center;
}

.image-9 {
  position: relative;
  top: 2px;
}

.section-3 {
  background-image: url('../images/Officina-della-pizza-Chi-siamo.jpg');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
  padding-top: 100px;
  padding-left: 200px;
  padding-right: 400px;
}

.paragraph-4 {
  color: #000;
  font-family: Chromate, sans-serif;
  font-size: 30px;
  line-height: 20px;
}

.text-span-3 {
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-4 {
  color: #ffffff75;
  letter-spacing: 4px;
  font-family: "Mosk 700", sans-serif;
  font-size: 14px;
  line-height: 10px;
}

.div-block-9 {
  margin-bottom: 10px;
  line-height: 30px;
}

.text-span-5 {
  font-size: 10px;
  line-height: 0;
}

.text-span-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  line-height: 35px;
}

.section-4 {
  text-align: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 500px;
}

.section-4.lll {
  padding-bottom: 100px;
}

.section-4.lll.llk {
  padding-top: 100px;
}

.dropdown-toggle {
  color: #000;
  border-bottom: 1px solid #ddd;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: var(--gold);
}

.text-block-2 {
  letter-spacing: 3px;
  width: 710px;
  font-family: Chromate, sans-serif;
  font-size: 25px;
  display: inline-block;
}

.text-block-2:hover {
  color: var(--gold);
}

.image-10 {
  transform: rotate(90deg);
}

.text-span-7 {
  float: right;
  text-align: right;
}

.paragraph-5 {
  background-color: var(--grey);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 5px 150px;
  font-family: "Mosk 700", sans-serif;
}

.paragraph-5.droite {
  padding-left: 150px;
  padding-right: 150px;
}

.dropdown-list {
  background-color: var(--grey);
}

.dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.sous-titre {
  color: #00000059;
  letter-spacing: 1px;
  text-transform: none;
  font-family: "Mosk 500", sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.section-5 {
  height: auto;
  padding-bottom: 10px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-11 {
  border: 10px solid var(--grey);
}

.image-12 {
  border: 10px solid var(--grey);
  position: relative;
  bottom: 20px;
}

.image-13, .image-14, .image-15, .image-16 {
  border: 10px solid var(--grey);
}

.image-17 {
  border: 10px solid var(--grey);
  position: relative;
  bottom: 30px;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr .75fr;
  justify-content: center;
  margin-left: 140px;
  margin-right: 140px;
}

.section-6 {
  height: auto;
}

.section-6.l {
  margin-bottom: 30px;
}

.titre-contact {
  color: #71a6a7;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.titre-contact.l {
  color: #fff;
}

.div-block-10 {
  padding: 10px;
}

.div-block-10.ll {
  background-color: #72a5a6;
  border: 1px #72a5a6;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-11 {
  padding: 10px;
}

.div-block-12 {
  margin-top: 20px;
  padding: 10px;
}

.div-block-13 {
  padding: 10px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.text-block-3, .text-block-4 {
  color: #fff;
  letter-spacing: 1px;
  font-family: "Mosk 700", sans-serif;
  line-height: 25px;
}

.txtcontact {
  letter-spacing: 2px;
  font-family: "Mosk 700", sans-serif;
  font-size: 16px;
  transition: color .2s;
}

.txtcontact:hover {
  color: var(--gold);
}

.form-block {
  margin-top: 100px;
  margin-left: 140px;
  margin-right: 140px;
}

.label {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  border: 0 solid #000;
  font-family: "Mosk 500", sans-serif;
  font-size: 14px;
}

.input {
  letter-spacing: 1px;
  border: 0 solid #000;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  font-family: "Mosk 500", sans-serif;
  transition: border .2s, box-shadow .2s;
}

.input:hover {
  box-shadow: -1px 1px 11px #0000001a;
}

.input:focus {
  border-color: var(--gold);
  border-bottom-width: 2px;
}

.submit-button {
  border: 2px solid var(--gold);
  color: var(--gold);
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Mosk 700", sans-serif;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  background-color: var(--gold);
  color: #fff;
}

.form {
  margin-bottom: 100px;
}

.html-embed {
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: auto;
}

.div-block-14 {
  text-align: center;
  margin-top: 30px;
}

.div-block-15 {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph-6 {
  font-family: "Mosk 700", sans-serif;
}

.paragraph-6._2e {
  text-align: center;
}

.paragraph-6._3e {
  text-align: right;
}

.text-span-8 {
  color: var(--gold);
}

.brand {
  position: absolute;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-left: 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s;
  display: block;
}

.nav-link:hover {
  color: var(--gold);
}

.nav-link-2, .nav-link-3 {
  font-family: "Mosk 500", sans-serif;
}

.nav-menu-2 {
  background-color: #72a8a9;
}

.navbar-2 {
  background-color: #0000;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-18 {
  margin-top: 20px;
}

.div-block-16 {
  width: 600px;
  margin-top: 100px;
  margin-left: 100px;
}

.rotating-box {
  width: 25vw;
  max-width: 375px;
  height: 25vw;
  max-height: 375px;
  position: relative;
  overflow: hidden;
}

.rotating-box.a1a {
  height: 40vw;
  max-height: 40vh;
}

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.link.kk.ff {
  background-color: #72a8a9;
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-stacked {
  grid-column-gap: 16px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-stacked.large {
  grid-row-gap: 200px;
}

.section-7 {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 180px;
  position: relative;
  overflow: visible;
}

.section-7._22 {
  padding-top: 100px;
}

.grid-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.rotating-background {
  background-image: url('../images/Image040.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.rotating-background.portrait-four {
  background-image: url('../images/6.jpg');
  background-position: 50% 80%;
}

.rotating-background.portrait-four.frt4 {
  background-image: url('../images/5_1.jpg');
}

.rotating-background.portrait-four.foto4 {
  background-image: url('../images/4_2.jpg');
}

.rotating-background.portrait-three {
  background-image: url('../images/5.jpg');
  background-position: 50% 100%;
}

.rotating-background.portrait-three.frit3 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
}

.rotating-background.portrait-three.foto3 {
  background-image: url('../images/3_1.jpg');
}

.rotating-background.portrait-one {
  background-image: url('../images/3.jpg');
  background-position: 50% 90%;
}

.rotating-background.portrait-one.frit {
  background-image: url('../images/4_1.jpg');
  background-position: 50%;
}

.rotating-background.portrait-one.foto1 {
  background-image: url('../images/1_1.jpg');
  background-position: 50%;
}

.rotating-background.portrait-two {
  background-image: url('../images/4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.rotating-background.portrait-two.frit2 {
  background-image: url('../images/6_1.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.rotating-background.portrait-two.foto2 {
  background-image: url('../images/2_1.jpg');
}

.content-box {
  align-items: center;
  max-width: 550px;
  padding-left: 0;
  display: flex;
}

.rotating-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: center;
  display: grid;
  position: relative;
  inset: 0% auto 0% 0%;
}

.rotating-banner-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body-display {
  color: #ffffffe6;
  font-size: 18px;
  line-height: 1.6em;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle {
  z-index: 10;
  color: #71a7a8;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.stacked-intro {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
}

.image-19 {
  filter: invert();
}

.div-block-17 {
  background-color: #74aaab;
  padding-top: 70px;
  padding-bottom: 70px;
}

.lightbox-link, .lightbox-link-2 {
  box-shadow: 0 2px 5px #0003;
}

.footer-contact-list-item {
  padding-left: 35px;
  position: relative;
}

.image-46 {
  width: auto;
  height: auto;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}

.bottom-footer-col-right {
  text-align: right;
}

.footer {
  background-color: #72a5a6;
  padding-top: 20px;
  padding-bottom: 1px;
  font-size: 13px;
}

.footer-contact-icon {
  width: 17px;
  position: absolute;
  top: 2px;
  left: 0;
}

.footer-social-wrapper {
  margin-top: 9px;
}

.top-some-block {
  float: left;
  text-align: center;
  background-color: #05a6da;
  width: 40px;
  height: 40px;
}

.top-some-block:hover {
  background-color: #1c2562;
}

.container-19 {
  position: relative;
}

.bottom-footer-text {
  color: #fff;
  font-family: Lato, sans-serif;
}

.bottom-footer {
  background-color: #fff;
  margin-top: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.bottom-footer.a {
  background-color: #000;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-29 {
  color: #fff;
  font-weight: 300;
}

.top-social-icon {
  opacity: .6;
  padding: 12px;
}

.top-social-icon:hover {
  opacity: 1;
}

.link-2 {
  color: #1ca6ac;
}

.link-2:hover {
  color: #e95500;
}

.link-2.bottom-footer-link {
  color: #72a5a6;
}

.link-2.bottom-footer-link:hover {
  color: #f49223;
}

.lop {
  margin-left: 10px;
  margin-right: 10px;
}

.section-9 {
  padding-top: 147px;
  padding-bottom: 50px;
}

.text-block-124 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.text-block-125 {
  color: #000;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-277 {
  background-color: #00000008;
  height: 2px;
  margin-top: 20px;
}

.text-block-123 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.container-12 {
  margin-top: 100px;
}

@media screen and (min-width: 1280px) {
  .dual-grid {
    grid-column-gap: 100px;
  }

  .intro-box {
    min-height: 475px;
  }
}

@media screen and (min-width: 1440px) {
  .section-4.lll {
    padding-bottom: 240px;
  }

  .section-5 {
    margin-top: 100px;
  }

  .section-6.l {
    margin-bottom: 0;
  }

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

  .grid-4 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .dual-grid {
    grid-column-gap: 120px;
  }

  .intro-box {
    min-height: 500px;
  }

  .section-7 {
    padding-bottom: 70px;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .bottom-footer.a {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-columns: minmax(100px, 100px) 1fr minmax(100px, 100px);
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7.img2, .image-8.img2 {
    width: 100px;
  }

  .section-3 {
    padding: 100px;
  }

  .dropdown-toggle {
    width: 600px;
  }

  .text-block-2 {
    width: 500px;
  }

  .grid-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .rotating-box {
    width: 35vw;
    max-width: 350px;
    height: 35vw;
    max-height: 350px;
  }

  .dual-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .intro-box {
    min-height: auto;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .content-stacked.large {
    grid-row-gap: 120px;
  }

  .section-7 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-wrapper {
    grid-row-gap: 48px;
  }

  .content-box {
    max-width: 600px;
  }

  .footer {
    padding-top: 45px;
    font-size: 12px;
    line-height: 19px;
  }

  .bottom-footer-col-left {
    padding-left: 0;
  }

  .top-some-block {
    width: 30px;
    height: 40px;
  }

  .bottom-footer {
    margin-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .footer-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-social-icon {
    padding: 13px 8px 8px;
  }
}

@media screen and (max-width: 767px) {
  .rotating-box {
    width: 50vw;
    height: 50vw;
  }

  .dual-grid {
    grid-row-gap: 48px;
  }

  .content-stacked {
    grid-row-gap: 80px;
  }

  .content-stacked.large {
    grid-row-gap: 100px;
  }

  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rotating-banner-wrapper {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .stacked-intro {
    grid-row-gap: 36px;
  }

  .footer-column {
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-column.last {
    padding-bottom: 0;
  }

  .footer-title {
    margin-bottom: 7px;
  }

  .bottom-footer-col-right {
    padding-top: 9px;
    padding-left: 0;
  }

  .footer {
    padding-top: 25px;
  }

  .bottom-footer-col-left, .bottom-footer-text {
    text-align: left;
  }

  .bottom-footer {
    margin-top: 15px;
    padding: 15px 25px;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 90vh;
  }

  .div-block-2 {
    right: 20px;
  }

  .div-block-3 {
    height: 90vh;
  }

  .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .image-6 {
    vertical-align: baseline;
    display: none;
  }

  .grid {
    grid-template-columns: minmax(0, 0) 1fr minmax(0, 0);
    margin-top: 30px;
    margin-bottom: 0;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-2._2titre {
    width: 300px;
  }

  .section-3 {
    background-attachment: scroll;
    height: 300px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .text-span-6 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-4.lll {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dropdown-toggle {
    width: 300px;
  }

  .text-block-2 {
    width: 200px;
  }

  .paragraph-5, .paragraph-5.droite {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(48%, 48%) 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

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

  .form-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-5, .navbar-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-16 {
    width: 300px;
    margin-left: 10px;
  }

  .content-stacked {
    grid-row-gap: 60px;
  }

  .content-stacked.large {
    grid-row-gap: 80px;
  }

  .section-7 {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .content-box {
    max-width: none;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 40px;
  }

  .div-block-17 {
    padding: 40px 10px 39px;
  }

  .image-20 {
    margin-bottom: 17px;
  }

  .footer-contact-list-item {
    padding-left: 30px;
  }

  .footer-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    font-size: 13px;
  }

  .bottom-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-124 {
    font-size: 20px;
  }
}

#w-node-_325f9f40-9018-a143-5f9b-e64e2a848596-154ba053 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_325f9f40-9018-a143-5f9b-e64e2a8485af-154ba053 {
  justify-self: start;
}

#w-node-d6404f6a-7c89-aa7c-51a9-65169a88a476-154ba053 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d6404f6a-7c89-aa7c-51a9-65169a88a492-154ba053 {
  justify-self: start;
}

#gallerie.w-node-b4e75325-aad6-956f-fcbe-7523266271f7-154ba053 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_86cd01c3-a4da-5b74-7255-7a107cd5ebe5-154ba053 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c97fc480-5ce4-831b-c560-83819982a0e7-154ba053 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_70fc8747-77b7-41c5-7d05-1c9cc5620d89-154ba053 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9ba1935b-0ab8-f185-d10a-f205a4e0ced9-154ba053 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_8f65b2b5-d6cf-eb23-1d38-caa576db8c3d-154ba053 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_6e557269-ed62-b08e-6d9d-aaa124fea601-154ba053 {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_73b00577-2bc7-8070-a444-f75213bf0e68-154ba053 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c71713e2-d762-771b-3aa9-9845a233aaf6-154ba053 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-bed91b26-d45f-c085-fccf-dcfcc7fe9bcb-154ba053 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5338ec1a-eff3-5c76-dc88-fa6ef66e9ade-154ba053 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6a6bcc77-1b24-f2d2-2d01-c8bdaaab8672-154ba053 {
  justify-self: start;
}

#w-node-_325f9f40-9018-a143-5f9b-e64e2a848596-861758c2 {
  grid-area: 1 / 2 / 2 / 3;
}

#gallerie.w-node-b4e75325-aad6-956f-fcbe-7523266271f7-861758c2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_86cd01c3-a4da-5b74-7255-7a107cd5ebe5-861758c2 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c97fc480-5ce4-831b-c560-83819982a0e7-861758c2 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_70fc8747-77b7-41c5-7d05-1c9cc5620d89-861758c2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9ba1935b-0ab8-f185-d10a-f205a4e0ced9-861758c2 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_8f65b2b5-d6cf-eb23-1d38-caa576db8c3d-861758c2 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_6e557269-ed62-b08e-6d9d-aaa124fea601-861758c2 {
  grid-area: 3 / 3 / 5 / 4;
}

#w-node-_73b00577-2bc7-8070-a444-f75213bf0e68-861758c2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c71713e2-d762-771b-3aa9-9845a233aaf6-861758c2 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-bed91b26-d45f-c085-fccf-dcfcc7fe9bcb-861758c2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5338ec1a-eff3-5c76-dc88-fa6ef66e9ade-861758c2 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6a6bcc77-1b24-f2d2-2d01-c8bdaaab8672-861758c2 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_325f9f40-9018-a143-5f9b-e64e2a848597-154ba053 {
    justify-self: center;
  }

  #w-node-_325f9f40-9018-a143-5f9b-e64e2a848598-154ba053 {
    justify-self: start;
  }

  #w-node-_325f9f40-9018-a143-5f9b-e64e2a8485a2-154ba053 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d6404f6a-7c89-aa7c-51a9-65169a88a477-154ba053 {
    justify-self: center;
  }

  #w-node-d6404f6a-7c89-aa7c-51a9-65169a88a478-154ba053 {
    justify-self: start;
  }

  #w-node-d6404f6a-7c89-aa7c-51a9-65169a88a482-154ba053 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_325f9f40-9018-a143-5f9b-e64e2a848597-861758c2 {
    justify-self: center;
  }

  #w-node-_325f9f40-9018-a143-5f9b-e64e2a848598-861758c2 {
    justify-self: start;
  }

  #w-node-_325f9f40-9018-a143-5f9b-e64e2a8485a2-861758c2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Mosk extra 800';
  src: url('../fonts/Mosk-Extra-Bold-800.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk ultra 900';
  src: url('../fonts/Mosk-Ultra-Bold-900.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk semi 600';
  src: url('../fonts/Mosk-Semi-Bold-600.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk 500';
  src: url('../fonts/Mosk-Medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk 700';
  src: url('../fonts/Mosk-Bold-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chromate';
  src: url('../fonts/Chromate-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}