@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');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
.container {
  margin: 0 auto;
  max-width: 1280px;
}

* {
  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: #000;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

h2 {
  margin-bottom: 1rem;
  color: #c38010;
  font-size: 1.5rem;
}

.btn {
  display: inline-block;
  margin: 0 auto;
  padding: 0 1rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  border: 2px solid #000;
  background-color: #f8bd10;
  -webkit-filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
}

.btn:first-child {
  margin-bottom: 1rem;
}

#language {
  text-align: right;
  background-color: #ffe48f;
}

#language a {
  line-height: 2rem;
}

#language a:hover {
  color: #c38010;
}

#language span {
  margin: 0 0.25rem;
  color: #c38010;
}

#header {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-image: url('../img/image-mur-ceramique-entete-fond.jpeg');
  background-position: center;
}

#header .container {
  padding: 2rem 0;
}

#header p:last-of-type {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
}

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

#header .headerLogoContent div {
  -ms-flex-preferred-size: calc(50% - 1rem);
  flex-basis: calc(50% - 1rem);
  text-align: right;
}

#header .headerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#header .logoFr,
#header .logoEn {
  -webkit-filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.3));
}

#header .logoFr img,
#header .logoEn img {
  vertical-align: bottom;
}

#header .logoFr {
  width: 100%;
  max-width: 510px;
  height: auto;
}

#header .logoEn {
  width: 100%;
  max-width: 441px;
  height: auto;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

nav a {
  margin: 0 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

nav a:hover {
  color: #c38010;
}

nav span.pouce {
  position: relative;
  top: 5px;
  background: url(../img/pouce-up-dr-ceramique-jaune.svg) no-repeat
    top left;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 30px;
}

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

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

main .contentImg {
  overflow: hidden;
}

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

main .contentText {
  margin: auto 0;
  padding: 1rem 0;
}

main .pr {
  padding-left: 2rem;
}

main .pl {
  padding-right: 2rem;
}

#values {
  background-color: #ffe48f;
}

#values .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
}

#values p {
  display: block;
  margin: 0 2rem;
  font-size: 1.2rem;
  font-weight: 700;
}

#values span.pouce {
  position: relative;
  top: 5px;
  background: url(../img/pouce-up-dr-ceramique-jaune.svg) no-repeat
    top left;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 30px;
}

#contact {
  background-color: #000;
}

#contact .container {
  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;
  padding: 2rem 0;
}

#contact .container div {
  -ms-flex-preferred-size: calc((100% / 3) - 2rem);
  flex-basis: calc((100% / 3) - 2rem);
}

#contact .container div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#contact .container div:nth-child(2) {
  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;
}

#contact ul {
  list-style-position: inside;
}

#contact p,
#contact a,
#contact li {
  color: #fff;
}

#contact a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

#contact img {
  height: 110px;
  vertical-align: bottom;
}

#credit {
  background-color: #6e401f;
}

#credit p,
#credit a {
  padding: 0.5rem 0;
  text-align: center;
  color: #fff;
}

#credit a:hover {
  color: #f8bd10;
}

@media only screen and (max-width: 1280px) {
  #language a:last-of-type {
    margin-right: 2rem;
  }
  .headerLogoContent {
    padding-left: 2rem;
  }
  main .pr {
    padding-right: 2rem;
  }
  main .pl {
    padding-left: 2rem;
  }
  #contact .container {
    padding: 2rem;
  }
}

@media only screen and (max-width: 900px) {
  #header {
    padding: 0 2rem;
  }
  #header .headerLogoContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
  #header .headerLogoContent div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  #header .logoFr,
  #header .logoEn {
    margin-bottom: 1.25rem;
  }
  #header .logoFr img {
    max-width: 510px;
  }
  #header .logoEn img {
    max-width: 441px;
  }
  nav a {
    margin-bottom: 1rem;
  }
  nav a:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  main .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main .contentText {
    padding: 2rem;
  }
  #reparation .contentText,
  #infiltrationEau .contentText {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #contact {
    background-color: #000;
  }
  #contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact .container div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  #contact .container div:nth-child() {
    margin-bottom: 0;
  }
  #contact .container div:nth-child(3) {
    margin-bottom: 0;
  }
  #values p {
    margin: 0 auto 1rem;
    margin-bottom: 1rem;
  }
  #values p:last-of-type {
    margin-bottom: 0;
  }
}

.flex {
  position: relative;
}

.flex p {
  color: red;
}

.home {
  position: relative;
}
/*# sourceMappingURL=styles.css.map */
