@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  direction: ltr;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Wix Madefor Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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 {
  text-decoration: none;
  transition: all ease-in 0.2s
}
p {
  color: #000000
}
header {
  box-sizing: border-box
}
header .main {
  position: sticky;
  top: 0;
  max-width: 1100px;
  margin: 0 auto -5em;
  padding: 1em 0;
  z-index: 2000;
}
header .main .corporation {
  display: flex;
  flex-direction: column;
}
header .main .corporation .titre {
  font-size: 3em;
  font-weight: 800;
  color: #5BBA14;
}
header .main .corporation .ville {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  max-width: max-content;
  gap: 3px;
  border: solid 1px #00000033;
  border-radius: 100px;
  padding: 5px;
  background: #ffffff;
  align-items: center;
}
header .main .corporation .ville:before {
  content: '\f05f';
  font-variation-settings: 'FILL'0, 'wght'200, 'GRAD'0, 'opsz'24;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  background: #5BBA14;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
header .main .corporation a,
header .main .corporation a:hover {
    color: #5BBA14;
    max-width: max-content
}
header .main div {}
.background .contact {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-end;
}
.background .sticky-contact {
  position: sticky;
  top: 140px;
  display: flex;
  justify-content: flex-end;
  z-index: 1000;
  width: 100%;
}
.background .contact a {
  display: flex;
  height: 60px;
  width: 60px;
  background: #5BBA14;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.background .contact a .material-symbols-outlined {
  font-size: 36px;
  font-weight: 300;
  font-variation-settings: 'FILL'1, 'wght'300, 'GRAD'0, 'opsz'24;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: center;
}
.background .contact .phone div, .background .contact .mail-address div {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  overflow: hidden;
  transition: all ease-in 0.2
}
.background .contact .phone .number, .background .contact .mail-address .mail {
  max-width: 0
}
.background .contact a:hover {
  background: #5BBA14CC;
  color: #ffffff
}
.background .contact .phone:hover, .background .contact .mail-address:hover {
  width: 100%;
  max-width: max-content;
  white-space: nowrap;
}
.background .contact .phone:hover div, .background .contact .mail-address:hover div {
  padding-right: 1em
}
.background .contact .phone:hover .number, .background .contact .mail-address:hover .mail {
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  display: block;
  flex: 1 1 auto;
}
.background {
  transform: skew(0deg, -5deg);
  margin: 4em 0;
  padding: 0;
  display: flex;
  justify-content: center;
  max-height: 500px;
  align-items: center;
  position: relative;
  background-color: #5BBA14;
}
.background .bg {
  display: contents
}
.background .group-contact {
  position: relative
}
.background .group {
  overflow: hidden;
  display: block;
  max-height: 500px;
  height: 100%;
  width: 100%;
  position: fixed;
  border-style: solid;
  border-width: 0px 0 8em;
  border-color: #5BBA14;
}
.background .blur {
  filter: blur(25px);
  width: 100%;
  height: inherit;
  display: block;
  position: absolute;
  max-height: 500px;
  scale: 1.5;
  opacity: 0.9;
}
.background .blur figure {
  width: 100%;
  margin: 0 auto;
  scale: 1.3;
}
.background .blur figure img {
  margin: 0 auto;
  object-fit: none;
}
.background figure {
  padding: 0;
  margin: 0;
  max-width: 1100px;
  position: relative;
  z-index: 100;
  transform: skew(0deg, 0deg);
  overflow: hidden;
  box-shadow: 15px 15px #000;
}
.background figure img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
  transform: skew(0deg, 5deg);
  scale: 1.2;
}
.presentation {
  position: absolute;
  top: 15em;
  z-index: 1000;
  width: 100%;
  max-width: 400px;
  padding: 3em;
  background: #ffffff77;
  left: 2em;
}
.presentation h1 {
  font-size: 26px;
  line-height: 1;
}
.presentation h1 strong {
  display: block;
  font-weight: 800;
}
.presentation h2 {
  font-size: 18px;
  background: #5BBA14;
  display: inline;
  color: #ffffff;
  padding: 5px;
  line-height: 1.5;
}
.presentation p {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  font-weight: 600;
}
.group-blocks {
  max-width: 1100px;
  margin: 20em auto 7em;
  display: flex;
  box-sizing: border-box;
  gap: 5em;
}
.group-blocks .block {
  background: #ffffff;
  box-shadow: 10px 10px #000000;
  transform: skew(0deg, -5deg);
  border: solid 1px;
  padding: 2em 0 0;
}
.group-blocks div:nth-child(2) {
  position: relative;
  top: -3em;
}
.group-blocks div:nth-child(3) {
  position: relative;
  top: -6em;
}
.group-blocks .block div {
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  transform: skew(0deg, 5deg);
}
.group-blocks h2 {
  background: #5BBA14;
  padding: 1em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  position: relative;
}
.group-blocks h2:after {
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  background: #1467a0;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: -1em;
  transition: all ease-in 0.2s;
  content: '\f821';
  transform: rotate(90deg);
  position: absolute;
  bottom: -15px;
  font-size: 20px;
}
.group-blocks p {
  padding: 1em 2em;
  font-size: 14px;
}
footer {
  background: #000000;
  transform: skew(0deg, -5deg);
  position: relative;
  bottom: 0;
  width: 100%;
  box-shadow: 0px 10em 0em 7em;
}
footer .group {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  gap: 1em
}
footer .copyright, footer .address {
  width: 100%;
  background: #5BBA14;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 1em 0;
}
footer .phone {
  width: 100%;
}
footer .mail {
  width: 100%;
}
footer div .material-symbols-outlined {
  font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  background: #000000;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-top: -1em;
  border: solid 1px #000000;
  transition: all ease-in 0.2s
}
footer div a {
  width: 100%;
  background: #5BBA14;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 1em 0;
}
footer div a:hover {
  box-shadow: 5px 5px;
  margin-top: -5px;
}
footer div a:hover .material-symbols-outlined {
  flex-direction: column;
  gap: 6em;
}
@media (max-width:991px) {
  .group-blocks {
    flex-direction: column;
    padding: 2em;
    gap: 6em;
    margin: 0;
  }
  header .main .corporation {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  header .main .corporation .titre {
    font-size: 2em;
  }
  .presentation {
    max-width: 300px;
    padding: 1em 2em;
    position: relative;
    top: 0;
  }
  .background .sticky-contact {
    top: 120px;
    z-index: 2000;
  }
  .background {
    margin: 7em 0 1em;
    max-height: inherit;
  }
  .presentation p {
    color: #fff;
    background: #000;
    padding: 1em;
    margin-bottom: 0;
  }
  .background .blur {
    scale: 1.5;
  }
  .background .blur figure {
    width: 100%;
    margin: 0;
    scale: 1;
  }
  .background .blur figure img {
    width: auto
  }
  .background figure {
    margin: -14em 0 0;
  }
  .background .group {
    border-color: #000000;
    box-shadow: 10px 10px #1467a0;
    max-height: inherit;
  }
  .background .contact a:hover {
    background: #ffffff;
    color: #1467a0;
  }
  footer {
    padding-bottom: 2em
  }
  footer .group {
    gap: 3em;
    flex-direction: column;
  }
  footer div .material-symbols-outlined {
    color: #1467a0;
    background: #ffffff
  }
  footer div a:hover .material-symbols-outlined {
    padding: 0
  }
  footer .copyright, footer .address, footer div a {
    font-size: 14px
  }
}