@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;
  text-decoration: none;
  color: #E61D25;
  list-style: none;
  vertical-align: baseline;
  scroll-padding-top: 4.1rem;
}

h1 {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 2rem;
}

h2 {
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

nav a {
  font-size: 1rem;
}

.lang {
  color: #000;
}

header p {
  color: #FBFBFB;
  text-align: center;
}

header p:first-of-type {
  font-size: 1.5rem;
}

#title h1, #title p {
  color: #FBFBFB;
}

#title h2 {
  color: #000;
}

#services h2 {
  color: #E61D25;
}

#services h3, #services p {
  color: #292f33;
}

#services h3 {
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

#contact h2, #contact p, #gallery h2, #gallery p {
  color: #FBFBFB;
}

#contact h3, #gallery h3 {
  color: #292f33;
}

.copyright p {
  color: #FBFBFB;
}

.form h2 {
  text-align: center;
}

label {
  margin-bottom: .3rem;
  color: #E61D25;
}

footer a:hover, .copyright a:hover {
  color: #000;
}

footer h2 {
  margin-bottom: .75rem;
  color: #E61D25;
}

footer address, footer p, footer a {
  color: #FBFBFB;
}

.client {
  font-size: 1.2rem;
  word-spacing: 15px;
}

address {
  margin-bottom: 1rem;
}

.copyright a, .copyright p {
  font-size: .8rem;
}

.btn {
  display: inline-block;
  padding: 0 .75rem;
  color: #FBFBFB;
  line-height: 2rem;
  border: none;
  border-radius: .3rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #E61D25;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

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

.btnSecondary {
  margin: 1.2rem auto;
}

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

nav {
  padding: .8rem 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #292f33;
  background-color: #E61D25;
  z-index: 2;
}

nav .desktop {
  padding: 0 0.8rem 0 2rem;
}

nav ul, nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

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

nav li a:hover {
  color: #292f33;
}

.menu .submenu {
  display: none;
  position: absolute;
  top: 3.4rem;
  padding: 0;
  background: #a6781e;
}

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

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

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

.hamburger {
  display: none;
}

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

.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: #FBFBFB;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.para {
  background-image: url(../img/dernier.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.para .desktop {
  padding: 0;
}

.headerContainer {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.headerContainer img {
  margin: 0 auto .5rem;
  max-width: 450px;
}

.headerContainer a {
  margin: 1rem auto 0;
}

.desktop {
  margin: 0 auto;
  max-width: 1280px;
}

#title {
  background-color: #E61D25;
}

#title .desktop {
  padding: 2rem;
  text-align: center;
}

.servicesRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.servicesRow img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}

.servicesRow div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.servicesRow .servicesContainer {
  margin: auto 0;
  padding: 1rem 0;
}

.servicesRow .servicesContainer:nth-child(even) {
  padding-left: 1.75rem;
}

.servicesRow .servicesContainer:nth-child(odd) {
  padding-right: 1.75rem;
}

#contact, #gallery {
  background-color: #E61D25;
}

#contact .desktop, #gallery .desktop {
  padding: 2rem 0;
  text-align: center;
}

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

.primaryPageImg img {
  width: 100%;
}

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

.freeOfCharge {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #E61D25;
}

.freeOfCharge .desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 2rem 0;
  text-align: center;
}

.freeOfCharge .desktop img {
  width: 5rem;
}

.freeOfCharge .desktop a {
  color: #fff;
}

.rea {
  background-color: #E61D25;
}

.rea .desktop {
  padding: 2rem 0;
}

.rea img {
  max-width: calc((100% / 3) - 2rem);
}

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

.autre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.autre .nousjoindre, .autre .laform {
  width: 50%;
}

.autre .nousjoindre {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fcfafa;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.autre .lel {
  padding-right: 1rem;
  max-width: calc(1280px / 2);
}

.autre .laform {
  padding: 2rem 0 2rem 1rem;
  background: url(../img/fond-sepia-jaune-gold.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

footer {
  border-top: 1px solid #000;
  background-color: #000;
}

footer img {
  margin-bottom: 1rem;
  height: 3rem;
  vertical-align: bottom;
}

footer .desktop {
  padding: 2rem 0;
}

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

.footer div:first-child {
  -ms-flex-preferred-size: calc(35% - 2rem);
      flex-basis: calc(35% - 2rem);
}

.footer div:last-child {
  -ms-flex-preferred-size: calc(65% - 2rem);
      flex-basis: calc(65% - 2rem);
}

.copyright {
  padding: .25rem 0;
  background-color: #E61D25;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .etoile .desktop, .gris .desktop, .etImage .desktop, .rea .desktop, .grisPale .desktop {
    padding: 2rem 2rem;
  }
  .lel {
    padding-left: 2rem;
  }
  .laform {
    padding: 2rem 2rem 2rem 1rem;
  }
}

@media only screen and (max-width: 768px) {
  nav .desktop {
    padding: 0 2rem;
  }
  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;
    left: -100%;
    top: 3.3rem;
    overflow-y: scroll;
    width: 100%;
    height: calc(100vh - 4.1rem);
    text-align: center;
    background-color: #FBFBFB;
    -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: #E61D25;
  }
  nav li a:hover {
    background-color: #000;
  }
  .menu .submenu {
    position: relative;
    top: 0;
    left: 550rem;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .hamburger {
    margin-right: 0;
    display: block;
    cursor: pointer;
  }
  .headerContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headerContainer img, .headerContainer p {
    display: block;
  }
  .headerContainer img {
    margin: 0 auto;
  }
  .headerContainer p {
    margin-bottom: 0;
  }
  .btn {
    display: block;
  }
  .btn:last-child {
    margin-top: 1rem;
    margin-left: auto;
  }
  .primaryPage .desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .primaryPage .desktop .servicesText {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .primaryPageImg {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 720px) {
  .headerImg {
    display: none;
  }
  .headerContainer {
    margin: 2rem auto;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media only screen and (max-width: 470px) {
  .freeOfCharge .desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .freeOfCharge .desktop div {
    margin: 1.25rem auto;
  }
}

@media only screen and (max-width: 490px) {
  footer .footer div:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  footer .footer div:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  footer .footer div:nth-child(2) {
    margin-top: 2rem;
  }
  .thumbnail:hover {
    display: none;
  }
}

@media only screen and (max-width: 435px) {
  header .desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn {
    display: block;
  }
  .btn:last-child {
    margin-top: 1rem;
    margin-left: auto;
  }
}
/*# sourceMappingURL=styles.css.map */