@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: ltr;
  overflow-x: hidden;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0;
  margin: 0;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #E3702E;
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #E3702E
}
a:active, a:hover, a:visited, a:focus {
  outline: 0 !important
}
/*header*/
header {
  margin: 0;
  display: block;
  background: #fff;
  width: 100%;
  position: relative;
  padding: 0;
  top: 0;
  box-sizing: border-box;
}
.essential-block {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.essential-block img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
}
header:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
}
header .business {
  display: block;
  width: 100%;
  max-width: max-content;
}
header .business a {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 0;
  max-width: max-content;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .business a strong {
  display: block;
  margin: 0;
  width: 100%;
  max-width: max-content;
  text-transform: uppercase;
  font-size: 2em;
  background: #489f1c;
  padding: 0.5em;
  border-radius: 0 0 20px 20px;
}
header .business a span {
  font-style: normal;
  text-align: left;
  max-width: max-content;
  margin: 0 0 1em;
  display: flex;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #fff;
  gap: 5px;
  align-items: center;
  flex-direction: row;
  font-size: 18px;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
  color: #489f1c;
}
header .appel a {
  display: flex;
  background: #489f1c;
  color: white;
  font-size: 35px;
  align-items: center;
  width: 100%;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
  font-weight: 700;
  gap: 10px;
  padding-right: 10px;
}
header .appel a:before {
  content: '\f67d';
  font-family: 'Font Awesome 6 pro';
  background: #E3702E;
  color: white;
  padding: 10px;
  font-weight: 200;
  font-size: 24px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contents {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: 100%;
  max-width: max-content;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 100;
  color: white;
  flex-wrap: wrap;
  align-items: center;
}
.appel {
  width: 100%;
  max-width: max-content;
}
/*header*/
/*main-contents*/
.contents-title {
  display: flex;
  margin: 8em auto;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
  justify-content: center;
  position: relative;
  z-index: 100;
  align-items: center;
  color: white;
  text-align: center;
  padding: 0;
  background: #E3702E99;
  border-radius: 40px;
}
.contents-title span {
  color: white;
  font-size: 50px;
  padding: 0 0.5em 0.5em;
  max-width: max-content;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.contents-title strong {
  font-size: 20px;
  background: #489f1c;
  padding: 10px;
  border-radius: 100px;
  position: relative;
  top: -20px;
}
.contents-title img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  border-radius: 0 100px 0;
}
.contents-title div {
  display: block;
  background-color: #E3702E99;
  position: relative;
  z-index: 10;
  max-width: 75%;
  padding: 2em 2em 0em 0;
  border-radius: 0 100px 0 0;
}
.contents-title div:before {
  height: 100%;
  content: '';
  background: #E3702E
}
.main-contents h1 {
  color: #ffffff;
  font-weight: 900;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 28px;
  padding: 0;
}
.main-contents h2 {
  color: #fff;
  font-weight: 900;
  text-align: left;
  margin: 0;
  line-height: 1.2;
  font-size: 2.5em;
  background: #489f1c;
  max-width: max-content;
  padding: 15px 30px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0 20px 0 0;
}
.contents-title h2 {
  padding-left: 60px
}
.columns {
  width: 100%;
  align-items: normal !important;
  box-sizing: border-box;
  max-width: 1024px;
  margin: 1em auto 0;
  gap: 0;
  display: flex;
  position: relative;
  z-index: 100;
  flex-direction: column;
}
.columns p {
  font-size: 16px;
  margin: 1em 0;
  color: white;
}
.second-column {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  box-sizing: border-box;
}
.second-column img {
  width: 100%;
  height: auto;
}
.first-column {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  background: #E3702E;
  flex-wrap: wrap;
  gap: 0em;
  justify-content: space-between;
  border-radius: 0 20px 20px 20px;
}
.first-column div {
  max-width: 50%;
  padding-left: 3em;
}
.first-column h2 {
  color: #E3702E;
  font-weight: 900;
  text-align: left;
  margin: 0 0 15px !important;
  line-height: 1.2;
  font-size: 2.5em;
  background: #fff;
  max-width: 100%;
  padding: 0;
  display: flex;
  gap: 10px;
  padding-right: 0;
  flex-basis: 0;
  width: 100%;
}
.first-column h2 strong {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.2;
  color: #489f1c;
  text-transform: uppercase;
}
.first-column h2 span {
  width: auto
}
.first-column img {
  margin-top: 2em;
}
.first-column .intro {
  background: #489f1c;
  padding: 2em;
  color: #fff;
  font-weight: 500;
  border-radius: 20px 0 0 20px;
}
.first-column h3 {
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.2;
  color: #489f1c;
  text-transform: uppercase;
}
.prestations ul {
  display: flex;
  padding: 0;
  gap: 1em;
  margin: 1em auto 3em;
  box-sizing: border-box;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prestations li {
  background: #fff;
  height: auto;
  width: 100%;
  flex-basis: 49%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
  color: #E3702E;
  padding: 2em;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 10px 10px 0px 0px #489f1c;
  margin: 1em 0;
}
.coordinates {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1em;
  position: relative;
  min-height: 600px;
}
.coordinates div {
  max-width: 50%;
  margin: 0;
  display: block;
  padding: 0;
  position: relative;
  top: 130px;
  z-index: 100;
  color: #E3702E;
}
.coordinates iframe {
  border: 0;
  width: 100%;
  min-height: 100%;
  top: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  border-radius: 0 20px 20px 0px;
}
.coordinates iframe:focus, .coordinates:focus {
  outline: 0 !important
}
.location, .mail-contact, .phone-call {
  display: flex;
  gap: 5px;
  font-size: 15px;
  align-items: center;
  background: #489f1c;
  padding: 10px;
  margin: 0 !important;
  max-width: max-content;
  color: white;
  border-radius: 100px;
}
.location {
  background: #E3702E
}
.mail-contact, .phone-call {
  color: #ffffff;
  max-width: max-content;
  width: 100%;
}
.phone-call:before {
  content: '\f095';
  font-family: "Font Awesome 6 pro";
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.mail-contact:before {
  content: '\f0e0';
  font-family: "Font Awesome 6 pro";
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.location:before {
  content: '\f3c5';
  font-family: "Font Awesome 6 pro";
  display: flex;
  padding: 0;
  width: 25px;
  height: 25px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #489f1c;
  font-size: 17px;
  font-weight: 600;
  background: #FFF;
  border-radius: 100px;
}
.phone-call span {
  font-size: 20px;
  font-weight: 800
}
footer {
  max-width: 100%;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  padding: 1em;
  display: block;
}
footer p {
  max-width: max-content;
  margin: 0 auto;
  font-size: 13px;
}
.display a {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.display:before {
  color: white;
  border: 0;
  font-size: 20px;
}
.contact-us {
  margin-bottom: 3em;
  display: block;
}
.contact-us h2 {
  border-radius: 100px 0px 0 100px;
  padding: 10px 1em;
  color: #489f1c;
}
@media (max-width:767px) {
  header .mailing a {
    font-size: 24px;
    height: 50px;
    width: 50px;
  }
  header .logo img {
    max-height: 50px;
  }
  header .appel a:before {
    font-size: 22px;
    width: 30px;
  }
  .essential-block {
    align-items: center;
    gap: 1em;
  }
  .contents-title h1 {
    font-size: 2em;
    padding: 0 40px 0 0;
  }
  .contents-title {
    padding: 0 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 6em auto 0;
    border-radius: 0;
  }
  .contents-title h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
  }
  .contents-title p {
    font-size: 14px;
    padding: 10px;
    max-width: 100%;
  }
  .columns {
    margin: 0 auto;
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .prestations li {
    flex-basis: 100%;
  }
  .columns p {
    padding: 1em;
    text-align: center;
  }
  .first-column .intro {
    margin: 0;
    border-radius: 20px;
  }
  .first-column h3 {
    border-left: 0;
    padding: 0 10px 1em;
    margin-bottom: 0;
    text-align: center;
  }
  .prestations ul {
    padding: 0 10px;
  }
  .coordinates h2 {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
  }
  .mail-contact {
    font-size: 15px;
    margin: 0;
  }
  .mail-contact:before, .phone-call:before {
    font-size: 13px
  }
  header .business a strong {
    font-size: 22px;
  }
  .contents-title img {
    height: 100%;
    object-fit: cover;
  }
  .contents-title div {
    max-width: 100%;
    padding: 2em 3em 0 3em;
    border-radius: 30px;
  }
  .first-column h2 {
    padding: 0 0 0 1em;
  }
  .first-column img {
    max-width: 100%;
    height: auto;
  }
  header .business a {
    flex-direction: column;
  }
  .contents {
    flex-direction: column;
    align-content: flex-start;
    gap: 2em;
  }
  .essential-block img {
    object-fit: cover;
    height: 100%;
  }
  .contents-title span {
    font-size: 28px;
    padding-bottom: 1em;
  }
  .first-column div {
    max-width: 100%;
    padding: 0;
    height: auto;
  }
  .main-contents h2 {
    padding: 10px;
    display: block;
    height: auto;
    text-align: center;
    border-radius: 0;
  }
  .main-contents h1 {
    text-align: center;
    color: #489f1c;
    font-size: 3em;
    padding: 10px;
  }
  .first-column {
    padding: 1em 1em 2em;
    gap: 0;
    border-radius: 0;
  }
  .coordinates iframe {
    position: relative;
    height: auto;
    min-height: 330px;
    border-radius: 20px;
  }
  .coordinates {
    position: relative;
    min-height: 0;
    padding: 0;
  }
  .coordinates div {
    max-width: 100%;
    position: relative;
    top: 0;
  }
  .contact-us h2 {
    border-radius: 100px
  }
  .contact-us p {
    padding: 0
  }
}