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

.nav-fixe {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
}

.button {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #000;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
}

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

.image {
  height: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.brand {
  padding: 10px 40px;
  border-right: 1px solid #ddd;
  border-bottom: 0px solid #ccc;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.6;
}

.navbar {
  background-color: #fff;
}

.menu-button {
  padding: 10px 30px;
  border-bottom: 0px solid #888;
  background-color: #000;
}

.link-block {
  padding: 15px 40px;
  float: right;
  clear: none;
  border-bottom: 0px solid #ddd;
  border-left: 1px solid #ccc;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block:hover {
  opacity: 0.6;
}

.link-block-2 {
  padding: 15px 40px;
  float: right;
  border-bottom: 0px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-2:hover {
  opacity: 0.6;
}

.nav-menu {
  padding-top: 20px;
  padding-left: 40px;
  background-color: #000;
  color: #fff;
}

.link {
  display: block;
  padding-right: 140px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.div-block {
  margin-top: 180px;
}

.div-block.div2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.titre {
  margin-top: 220px;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 55px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.titre.titre2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 80px;
  color: #fff;
}

.titre.titre3 {
  margin-top: 60px;
}

.titre.titre3.titre5 {
  margin-bottom: 40px;
}

.titre.titre3.titre5.titre6 {
  margin-top: 0px;
  margin-bottom: 100px;
  color: #fff;
}

.paragraph {
  width: 500px;
  margin: 40px auto 20px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 2px;
}

.rouge {
  color: #f34d30;
}

.div-block-2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.ligne {
  height: 1px;
  margin-top: 60px;
  margin-bottom: 30px;
  background-color: #ccc;
}

.ligne.ligne2 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.ligne.ligne2.lign3 {
  margin-top: 60px;
}

.ligne.ligne3 {
  margin-top: 80px;
}

.ligne.ligne4 {
  margin-top: 30px;
  margin-bottom: 0px;
}

.ligne.ligne4.ligne6 {
  margin-top: 60px;
}

.ligne.ligne4.ligne6.ligne7 {
  margin-bottom: 80px;
}

.grid {
  margin-right: 60px;
  margin-left: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.grid2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block {
  font-family: Raleway, sans-serif;
  color: #000;
  text-align: right;
}

.text-block-2 {
  font-family: Raleway, sans-serif;
  color: #000;
  text-align: left;
  letter-spacing: 2px;
}

.image-2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.body {
  text-align: center;
}

.section {
  padding-bottom: 0px;
  background-color: #000;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2px;
}

.icon {
  color: #fff;
  font-size: 30px;
}

.dropdown-toggle {
  z-index: 1000;
  display: block;
  width: 700px;
}

.dropdown-list {
  padding-left: 40px;
}

.dropdown-list.w--open {
  position: relative;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 140px;
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.paragraph-2 {
  width: 700px;
  padding-top: 20px;
  padding-left: 100px;
}

.text-span {
  color: hsla(0, 0%, 100%, 0.4);
}

.st {
  color: hsla(0, 0%, 100%, 0.4);
}

.dropdown {
  z-index: 1000;
  width: 100%;
}

.slider {
  height: 500px;
  margin-top: 100px;
}

.slide-nav {
  display: none;
}

.slide {
  height: auto;
  border: 0px solid #000;
  background-color: #000;
  text-align: center;
}

.image-3 {
  margin-left: 0px;
}

.image-4 {
  margin-top: 60px;
  margin-bottom: 30px;
}

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

.slide-2 {
  background-color: #fff;
}

.icon-2 {
  color: #000;
}

.icon-3 {
  color: #000;
}

.block-quote {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  border: 0px solid #000;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.slider-2 {
  height: 200px;
}

.right-arrow {
  width: 200px;
}

.left-arrow {
  width: 200px;
}

.label {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.text-field {
  width: 700px;
}

.input {
  margin-bottom: 20px;
  border: 0px solid #000;
  background-color: #f2f2f2;
  color: #000;
}

.form {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.submit-button {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
}

.form-block {
  margin-bottom: 100px;
}

.section-2 {
  padding-top: 100px;
  background-color: #000;
}

.grid-2 {
  margin-bottom: 60px;
  margin-left: 100px;
  grid-column-gap: 253px;
  -ms-grid-columns: 1fr minmax(350px, 350px);
  grid-template-columns: 1fr minmax(350px, 350px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-3 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 100px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}

.st2 {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 25px;
}

.text-span-2 {
  color: #cc9173;
}

.bold-text {
  color: #e73263;
  text-decoration: none;
}

.image-7 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-7:hover {
  opacity: 0.6;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.grid-3 {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.btn1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f34d30;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 4px;
}

.btn1:hover {
  background-color: #000;
}

.btn2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #f34d30;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 4px;
}

.btn2:hover {
  background-color: #000;
}

.mask {
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .dropdown-list.w--open {
    padding-left: 20px;
  }
  .slider {
    height: 760px;
  }
  .image-3 {
    width: 100%;
    height: auto;
  }
  .right-arrow {
    width: 50px;
  }
  .left-arrow {
    width: 50px;
  }
  .grid-2 {
    margin-left: 0px;
    grid-column-gap: 42px;
  }
  .paragraph-3 {
    padding-left: 40px;
    font-size: 20px;
  }
  .st2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-fixe {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
  }
  .nav-haute {
    background-color: #fff;
  }
  .button {
    font-size: 20px;
  }
  .image {
    height: 35px;
  }
  .brand {
    padding: 15px 7px 20px 10px;
    border: 0px solid #000;
  }
  .navbar {
    z-index: 0;
  }
  .menu-button {
    padding: 20px;
  }
  .link-block {
    padding: 20px 20px 22px;
  }
  .link-block-2 {
    padding: 20px 20px 22px;
  }
  .titre {
    margin-top: 200px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 40px;
    line-height: 40px;
  }
  .titre.titre3.titre5.titre6 {
    margin-bottom: 60px;
  }
  .paragraph {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .rouge {
    font-size: 45px;
  }
  .ligne.ligne2 {
    margin-bottom: 0px;
  }
  .ligne.ligne2.lign3 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .grid {
    margin-right: 20px;
    margin-left: 20px;
  }
  .grid.grid2 {
    grid-column-gap: 1px;
  }
  .image-2 {
    width: 100%;
  }
  .text-block-3 {
    font-size: 20px;
  }
  .dropdown-toggle {
    z-index: 0;
    width: 100%;
  }
  .paragraph-2 {
    width: 100%;
    padding-left: 0px;
  }
  .slider {
    height: 100vw;
  }
  .icon-2 {
    font-size: 15px;
  }
  .icon-3 {
    font-size: 15px;
  }
  .block-quote {
    width: 90%;
  }
  .form {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .grid-2 {
    -ms-grid-columns: minmax(200px, 100vw);
    grid-template-columns: minmax(200px, 100vw);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .paragraph-3 {
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-5 {
    height: 28px;
  }
  .image-6 {
    height: 28px;
  }
  .image-7 {
    height: 30px;
  }
  .html-embed {
    margin-top: 60px;
  }
  .image-8 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .grid-3 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

#w-node-9d704314169d-e77b4f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8c3aa62fe4dc-e77b4f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-95b4ffef12e3-e77b4f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-47aad9618285-e77b4f54 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-2aff64661844-e77b4f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-47aad9618285-e77b4f54 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

