@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  list-style: none;
  vertical-align: baseline;
  scroll-behavior: smooth;
  scroll-padding-top: 5.3rem;
}

::-moz-selection {
  color: #000;
  background-color: #CF9626;
}

::selection {
  color: #000;
  background-color: #CF9626;
}

h1, h2, h3 {
  margin-bottom: 1.5rem;
}

h1 {
  font-size: calc(1.475rem + 2.7vw);
  line-height: calc(2.5rem + 2.7vw);
}

h2 {
  font-size: 1.5rem;
}

h3 {
  color: #A6781E;
  font-size: 1.2rem;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

header span {
  font-size: 2rem;
}

#prices h2 span {
  font-size: 2rem;
}

#prices h3 span {
  color: #A6781E;
  font-size: 1.5rem;
}

#steps h2 {
  font-size: 2rem;
}

#steps a {
  color: #A6781E;
  font-weight: 700;
}

#steps a:hover {
  color: #000;
}

#textOne h2, #textOne strong, #textFive h2, #textFive strong, #gallery h2, #gallery strong, footer h2, footer strong {
  color: #CF9626;
}

#textFive a {
  color: #CF9626;
  font-weight: 700;
}

#textFive a:hover {
  color: #FFF;
}

#textOne h3, #textOne p, #textFive h3, #textFive p, footer h3, footer p {
  color: #FFF;
}

#textOne h3, #textFive h3, footer h3 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
}

#textTwo h2, #textThree h2, #textFour h2, .contactUsTextContent h2 {
  color: #A6781E;
}

#contactUs h3 {
  color: #000;
}

#textTwo a, #contactUs a {
  font-weight: 700;
  color: #A6781E;
}

#textTwo a:hover, #contactUs a:hover {
  color: #000;
}

footer span {
  color: #CF9626;
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: #CF9626;
}

footer address {
  color: #FFF;
}

.footerContactContent a {
  font-weight: 700;
  color: #CF9626;
}

.footerContactContent a:hover {
  color: #FFF;
}

#copyright p, #copyright a {
  color: #FFF;
}

#copyright a:hover {
  color: #333333;
}

body {
  margin: 0 auto;
  max-width: 2560px;
}

.container {
  margin: 0 auto;
  padding: 3rem 0;
  max-width: 1250px;
}

.btn {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 .75rem;
  color: #FFF;
  line-height: 2.25rem;
  font-weight: 700;
  border: 1px solid #FFF;
  background-color: #A6781E;
  z-index: 1;
  -webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover:after {
  width: 100%;
}

.btnPrices {
  margin-top: auto;
}

#contact {
  padding: .2rem 0;
  text-align: right;
  background-color: #000;
}

#contact .container {
  padding: 0;
}

#contact a {
  color: #CF9626;
}

#contact a:hover {
  color: #FFF;
}

#contact a:first-child {
  margin-right: 1.5rem;
}

.fixedContainer {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#logo img {
  height: 1.8rem;
  vertical-align: bottom;
}

nav {
  padding: .8rem 0;
  border-bottom: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.8);
}

nav .container {
  padding: 0;
}

nav ul, nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav div {
  padding: 0 0 0 1.5rem;
}

nav li a {
  padding: 1.05rem 1.6rem;
  border-right: 1px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFF;
}

nav li a:hover, nav li a.active {
  color: #FFF;
  background-color: #A6781E;
}

nav li:first-child a {
  border-left: 1px solid #000;
}

.menu .submenu {
  display: none;
  position: absolute;
  top: 5.3rem;
  padding: 0;
  background-color: #CF9626;
}

.menu .submenu.active {
  display: block;
}

.menu .submenu li a {
  display: block;
  padding: 0 1.6rem;
  color: #FFF;
  line-height: 2.5rem;
  border-top: 1px solid #000;
  border-left: none;
  border-right: none;
}

.menu .submenu li a:hover {
  background-color: #A6781E;
}

.dropdown:hover #dropdownArrow {
  fill: #FFF;
}

#dropdownArrow {
  margin-left: 10px;
  width: 12px;
  fill: #CF9626;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#dropdownArrow.active {
  fill: #FFF;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hamburger {
  display: none;
}

.hamburger.active div {
  background-color: #CF9626;
}

.hamburger.active div:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.hamburger.active div:nth-child(2) {
  opacity: 0;
}

.hamburger.active div:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  border-radius: 20px;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header {
  margin-top: 5.3rem;
  background: url(../img/fond-sepia-jaune-gold-md.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

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

header a:last-child {
  margin-top: .75rem;
}

.headerTextContent {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: auto 1rem auto 0;
  text-align: center;
}

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

.headerImgContent {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-left: 1rem;
  text-align: center;
}

.headerImgContent img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#prices .container, #steps .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#prices .card, #steps .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  text-align: center;
  border: 1px solid #edecec;
  width: 30%;
  -webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

#prices .card {
  height: 350px;
}

hr {
  margin: 0 auto 1.5rem;
  width: 50px;
  border: 1px solid #A6781E;
}

#textOne {
  background: url(../img/etoiles.png) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
}

#textTwo, #textFour {
  background-color: #edecec;
}

#textFive {
  background-color: #000;
}

#textThree .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.textThreeImgContent {
  margin-right: 2rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.textThreeImgContent img {
  width: 100%;
}

.textThreeTextContent {
  margin-left: 2rem;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.contactUsFormBg {
  background: url(../img/fond-sepia-jaune-gold-md.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

#contactUs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contactUs .contactUsTextBg, #contactUs .contactUsFormBg {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.contactUsTextContent, .contactUsFormContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 625px;
}

.contactUsTextContent {
  margin-left: auto;
  padding: 3rem 2rem 3rem 0;
}

.contactUsTextContent a {
  margin-bottom: 1rem;
}

.contactUsFormContent {
  padding: 3rem 0 3rem 2rem;
}

form {
  margin: 0;
}

form span {
  display: none;
}

form ::-webkit-input-placeholder {
  color: #B3B3B3;
}

form :-ms-input-placeholder {
  color: #B3B3B3;
}

form ::-ms-input-placeholder {
  color: #B3B3B3;
}

form ::placeholder {
  color: #B3B3B3;
}

form input:focus:invalid, form textarea:focus:invalid {
  border: 1px solid #F93154;
  outline: #F93154;
}

form input:focus:invalid + span, form textarea:focus:invalid + span {
  display: inline;
  margin-top: .25rem;
  color: #F93154;
  font-size: .9rem;
}

form input:valid, form textarea:valid {
  padding-left: 2rem;
  border: 1px solid #00B74A;
  outline: #00B74A;
  background: url(../img/success-icon.svg) 5px center no-repeat;
  background-color: #E6F8ED;
  background-size: 20px;
}

form textarea:valid {
  background: url(../img/success-icon.svg) 5px 5px no-repeat;
}

form .btnForm {
  margin-top: 2rem;
}

.requiredText {
  color: #F93154;
  font-size: .9rem;
}

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

.contact_form input, .contact_form textarea {
  border: 1px solid #000;
  padding: .25rem;
}

label:first-child {
  margin-top: 0;
}

label {
  margin-top: 1rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

#gallery {
  background-color: #000;
}

footer {
  background-color: #000;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footerProductsContent {
  -ms-flex-preferred-size: calc(75% - 2rem);
      flex-basis: calc(75% - 2rem);
}

.footerProductsContent h2:last-of-type {
  margin-top: 3rem;
}

.footerContactContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(25% - 2rem);
      flex-basis: calc(25% - 2rem);
}

.footerContactContent a {
  margin-top: 1rem;
}

.footerContactContent img {
  margin-bottom: 1rem;
  width: 150px;
}

#copyright {
  padding: .2rem 0;
  background-color: #A6781E;
}

#copyright p {
  text-align: center;
}

@supports (-webkit-touch-callout: none) {
  header, .contactUsFormBg {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 1280px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #contact .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  nav .container {
    padding: 0 2rem;
  }
  .contactUsTextContent {
    padding: 3rem 2rem;
  }
  .contactUsFormContent {
    padding: 3rem 2rem;
  }
}

@media only screen and (max-width: 980px) {
  #prices .container, #steps .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #prices .card, #steps .card {
    margin: 2rem auto 0;
    width: 65%;
  }
  #prices .card:first-child, #steps .card:first-child {
    margin-top: 0;
  }
  #prices .card {
    height: 325px;
  }
  .footerProductsContent {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footerProductsContent h2 {
    margin-top: 3rem;
  }
  .footerContactContent {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (max-width: 860px) {
  header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0;
  }
  header .container div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .headerImgContent {
    margin: 0 auto 0;
    width: 70%;
  }
  .headerTextContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .headerTextContent div:first-child {
    margin-top: 3rem;
  }
  .headerTextContent .btn:last-child {
    margin-top: 1.5rem;
  }
  #textOne {
    background-image: none;
    background-color: #000;
  }
  #contactUs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .textThreeTextContent, .contactUsTextBg, .contactUsFormBg {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .textThreeImgContent {
    display: none;
  }
  .textThreeTextContent {
    margin: 0;
  }
  .contactUsTextContent, .contactUsFormContent {
    max-width: 100%;
    padding: 3rem 2rem;
  }
}

@media only screen and (max-width: 768px) {
  * {
    scroll-padding-top: 3.4rem;
  }
  #contact {
    display: none;
  }
  header {
    margin-top: 3.4rem;
    background: url(../img/fond-sepia-jaune-gold-sm.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
  }
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: fixed;
    top: 3.4rem;
    left: -100%;
    overflow-y: scroll;
    width: 100%;
    height: calc(100vh - 3.4rem);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  nav ul.active {
    display: block;
    left: 0;
  }
  nav li a {
    display: block;
    padding: 0 1.6rem;
    line-height: 2.5rem;
    color: #FFF;
    border-bottom: 1px solid #3c3c3c;
  }
  nav li a:hover {
    background-color: #A6781E;
  }
  .menu .submenu {
    position: relative;
    top: 0;
    left: auto;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .menu .submenu li a {
    border-top: 1px solid #000;
    border-bottom: none;
  }
  .menu .submenu li:first-child a {
    border-top: none;
  }
  .hamburger {
    display: block;
    cursor: pointer;
  }
}

@media only screen and (max-width: 720px) {
  .headerImgContent {
    margin: 0 auto 0;
    width: 95%;
  }
  #prices .card, #steps .card {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  header {
    background: url(../img/fond-sepia-jaune-gold-xs.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
  }
  #prices .card {
    height: 380px;
  }
}
/*# sourceMappingURL=styles.css.map */