@import"https://fonts.googleapis.com/css2?family=Handlee&display=swap";
@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Handlee&display=swap";

@font-face {
  font-family: "handelson", sans-serif;
  src: url("../fonts/Handelson-Two.woff") format("woff"), url("../fonts/Handelson-Two.ttf") format("truetype"), url("../fonts/Handelson-Two.otf") format("opentype")
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes fadeRight {
  from {
    transform: translate3d(-100px, 0, 0);
    opacity: 0
  }

  to {
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes fadeLeft {
  from {
    transform: translate3d(100px, 0, 0);
    opacity: 0
  }

  to {
    transform: translateZ(0);
    opacity: 1
  }
}

.head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #383333;
  z-index: 3;
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 66px;
  width: 95% !important;
  max-width: 1440px
}

.head video {
  margin-top: -0.3em;
  margin-bottom: -0.8em;
  z-index: 3;
  width: 25vw;
  max-width: 220px
}

.head .img-skrunch {
  display: none
}

.head nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  min-height: 2.8em
}

.head nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding: 0;
  margin: 0
}

.head nav ul li ul {
  display: none
}

.head nav ul li.openSM>ul {
  display: block
}

.head nav ul li {
  display: inline-flex;
  font-variant-caps: small-caps;
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: max-content;
  height: 2em;
  box-sizing: content-box;
  white-space: nowrap
}

.head nav ul li a,
.head nav ul li p.sous-menu {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: .3em .6em .5em .6em;
  text-decoration: none;
  text-align: center;
  color: inherit;
  box-sizing: content-box;
  transition: all .5s ease
}

.head nav ul li:hover {
  cursor: pointer;
  color: #fafafa;
  background-color: #383333;
  box-shadow: 4px 4px 14px #383333
}

.head nav ul li>ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  width: auto;
  padding: 0;
  margin: 0;
  border-top: 1px outset rgba(79, 95, 126, .12);
  background-color: rgba(108, 99, 99, .9);
  color: #fafafa
}

.head nav ul li>ul li.niv1 {
  display: flex;
  width: 100%;
  background-color: rgba(108, 99, 99, .9);
  color: #fafafa;
  font-size: .9em !important;
  border-bottom: 1px outset rgba(79, 95, 126, .12);
  transition: background-color .3s, color .3s
}

.head nav ul li>ul li.niv1:hover {
  cursor: pointer;
  background-color: #383333;
  color: #fafafa;
  opacity: .9
}

.head nav ul li:hover ul {
  display: block
}

.head.shrunk {
  height: 50px;
  border-bottom: none;
  background: linear-gradient(180deg, rgba(184, 182, 182, 0.95), rgba(208, 199, 196, 0.95), rgba(208, 199, 196, 0.95), rgba(208, 199, 196, 0.95), rgba(184, 182, 182, 0.95));
  top: 0%;
  left: 50%;
  width: 95% !important
}

.head.shrunk video {
  display: none
}

.head.shrunk .img-skrunch {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  gap: 1em
}

.head.shrunk .img-skrunch p {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
  padding-right: .5em
}

.head.shrunk nav ul li {
  height: 50px !important
}

.mobile-container {
  display: none
}

@media(max-width: 1245px) {
  video {
    width: 26vw
  }

  .head nav ul li {
    font-variant-caps: all-small-caps;
    font-size: 1.3em
  }

  .head.shrunk .img-skrunch {
    gap: .6em
  }

  .head.shrunk .img-skrunch p {
    font-size: 1em
  }
}

@media(max-width: 1000px) {
  video {
    width: 28vw
  }

  .head {
    max-width: 100vw !important
  }

  .head nav ul li {
    height: 2em;
    font-size: 1.2em
  }

  .head nav ul li a,
  .head nav ul li p.sous-menu {
    padding: .3em .6em
  }
}

@media(max-width: 930px) {
  .head video {
    width: 26vw;
    margin-bottom: -0.6em
  }

  .head nav ul li {
    height: 2em;
    font-size: 1.1em
  }

  .head nav ul li a,
  .head nav ul li p.sous-menu {
    padding: .3em .5em
  }
}

@media(max-width: 800px) {
  .head {
    height: 65px
  }

  .head video {
    margin-top: .2em;
    margin-bottom: -5px;
    width: 220px
  }

  .head nav {
    display: none
  }

  .head .img-skrunch {
    margin-right: 5em !important
  }

  .head.shrunk {
    padding-left: 1.3em;
    padding-right: 1.3em
  }

  .head.shrunk .mobile-container .topnav button {
    max-height: 45px;
    top: .1em;
    right: 1.3em;
    box-shadow: none
  }

  .mobile-container {
    display: flex;
    margin-right: 0;
    margin-top: .04em;
    aspect-ratio: 1/1
  }

  .mobile-container .topnav button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: .2em;
    right: 1em !important;
    height: 50px;
    border-radius: 0px;
    aspect-ratio: 1/1;
    animation: none;
    outline: none;
    overflow: hidden;
    box-shadow: inset 2px 2px 10px #383333, inset -2px -2px 10px rgba(255, 255, 255, .4), 1px 1px 7px #383333
  }

  .mobile-container .topnav button:hover {
    box-shadow: inset 1px 1px 8px rgba(79, 95, 126, .12), inset -1px -1px 2px rgba(255, 255, 255, .6), 1px 1px 5px #383333
  }

  .mobile-container .topnav button .hamb {
    display: block;
    width: 2em;
    height: auto
  }

  .mobile-container .topnav button .hamb img {
    width: 100%;
    vertical-align: middle
  }

  .mobile-container #myLinks {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 2.3em;
    right: .85em !important;
    height: auto;
    border-bottom: 1px solid #fafafa;
    background-color: rgba(56, 51, 51, .9);
    z-index: 2;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    font-size: 1.2em;
    transition: transform .4s ease-in-out, opacity .3s linear, z-index .3s ease-in-out;
    transform: translateX(-25%)
  }

  .mobile-container #myLinks a {
    text-decoration: none;
    padding: .6em;
    color: #fafafa;
    border-top: 1px solid #fafafa
  }

  .mobile-container #myLinks a:hover {
    background-color: #fafafa;
    color: #383333
  }

  .mobile-container #myLinks.open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto
  }
}

@media(max-width: 550px) {
  .mobile-container #myLinks {
    right: .84em !important
  }

  .mobile-container .topnav button {
    right: .8em !important;
    box-shadow: none
  }

  .head video {
    width: 220px
  }

  .head.shrunk {
    padding-left: 1em;
    padding-right: 1em
  }

  .head.shrunk .mobile-container .topnav button {
    right: 1em
  }

  .head.shrunk .img-skrunch p {
    font-size: .9em;
    padding-right: 4em;
    min-width: 226px
  }
}

@media(max-width: 400px) {
  .head {
    min-width: 320px;
    padding: .5em 0
  }

  .head video {
    width: 170px
  }
}

.carrousel {
  width: 100%;
  z-index: -1;
  height: 180px;
  overflow: hidden;
  display: grid;
  margin-bottom: 1em;
  background-color: rgba(56, 51, 51, .9);
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0px 15px 10px -5px #383333;
  margin-top: 65px;
  transition: margin-top .3s ease-in-out
}

.carrousel>div {
  width: 100%;
  height: 100%;
  background-color: #383333;
  background-size: cover;
  background-position: center
}

.img1 {
  animation: fondu1 47s ease-out infinite both
}

.img2 {
  animation: fondu2 42s ease-out infinite both
}

.img3 {
  animation: fondu3 45s ease-out infinite both
}

.img4 {
  animation: fondu4 44s ease-out infinite both
}

.img1:hover,
.img2:hover,
.img3:hover,
.img4:hover {
  animation: none;
  height: 100%;
  width: 100%
}

@keyframes fondu1 {
  0% {
    background-image: url("../../images/carrousel/Figure-allegorique-Tibre.webp")
  }

  33.33% {
    background-image: url("../../images/carrousel/gari-340px.webp")
  }

  66.67% {
    background-image: url("../../images/carrousel/Patine-Sandoz-lapin.webp")
  }

  100% {
    background-image: url("../../images/carrousel/Figure-allegorique-Tibre.webp")
  }
}

@keyframes fondu2 {
  0% {
    background-image: url("../../images/carrousel/outils-ciselure-patine-restauration-bronzes-340px.webp")
  }

  33.33% {
    background-image: url("../../images/carrousel/Alicia-Penalba-Gran.webp")
  }

  66.67% {
    background-image: url("../../images/carrousel/Andre-Masson-patine.webp")
  }

  100% {
    background-image: url("../../images/carrousel/outils-ciselure-patine-restauration-bronzes-340px.webp")
  }
}

@keyframes fondu3 {
  0% {
    background-image: url("../../images/carrousel/Restauration-crabe-articule.webp")
  }

  33.33% {
    background-image: url("../../images/carrousel/intervention-sur-site-Cesar-pouce.webp")
  }

  66.67% {
    background-image: url("../../images/carrousel/Barye-Cheval-Turc.webp")
  }

  100% {
    background-image: url("../../images/carrousel/Restauration-crabe-articule.webp")
  }
}

@keyframes fondu4 {
  0% {
    background-image: url("../../images/carrousel/perrin&perrin.webp")
  }

  33.33% {
    background-image: url("../../images/carrousel/outils-ciselure-patine-restauration-bronzes-340px.webp")
  }

  66.67% {
    background-image: url("../../images/carrousel/Gari-Scalaires.webp")
  }

  100% {
    background-image: url("../../images/carrousel/perrin&perrin.webp")
  }
}

@media(max-width: 1160px) {
  .carrousel {
    height: 170px
  }
}

@media(max-width: 992px) {
  .carrousel {
    height: 160px
  }
}

@media(max-width: 769px) {
  .carrousel {
    height: 155px
  }
}

@media(max-width: 700px) {
  .carrousel {
    height: 145px
  }
}

@media(max-width: 700px) {
  .carrousel {
    height: 120px
  }
}

@media(max-width: 500px) {
  .carrousel {
    height: 110px
  }
}

@media(max-width: 400px) {
  .carrousel {
    height: 90px
  }
}

#contact.close {
  display: none !important
}

#contact.active {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  z-index: 5;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 520px;
  width: 60%;
  min-width: 340px;
  height: auto;
  border-radius: 25px;
  background-color: rgba(56, 51, 51, .94);
  gap: 6px
}

#contact.active .tete-modale {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(350deg, rgba(169, 159, 148, 0.9), rgba(242, 239, 236, 0.9));
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  gap: 1em;
  padding: 1em .8em
}

#contact.active .tete-modale p.h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center
}

#contact.active .tete-modale .close-modale {
  top: 24px;
  right: 24px;
  cursor: pointer;
  display: flex;
  height: 1.5em
}

#contact.active .int-modale {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1.2em;
  padding: 0 .8em;
  width: 100% !important
}

#contact.active .int-modale #form-contact {
  width: 95%
}

#contact.active .int-modale #form-contact .zone-saisie {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 67vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #383333 rgba(242, 239, 236, .9);
  width: 100%;
  gap: .2em
}

#contact.active .int-modale #form-contact .zone-saisie label {
  align-self: flex-start;
  padding-top: .5em;
  color: #fafafa
}

#contact.active .int-modale #form-contact .zone-saisie input {
  font-family: "Fredoka", sans-serif;
  height: 2em;
  font-size: 1.2em;
  border: none;
  box-shadow: 0px 4px 14px #383333;
  padding: .4em;
  width: 100%
}

#contact.active .int-modale #form-contact .zone-saisie textarea {
  border: none;
  min-height: 4em;
  font-size: 1.2em;
  box-shadow: 0px 4px 14px #383333;
  padding: .4em;
  font-family: "Fredoka", sans-serif;
  max-height: 8em;
  width: 100%
}

#contact.active .int-modale #form-contact .message-send {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: .9em;
  line-height: 1em;
  color: #9efab9;
  margin: 0em 0 -0.5em 0
}

#contact.active .int-modale #form-contact .message-send.error {
  color: #ff6767
}

#contact.active .int-modale #form-contact .pied-modale {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%
}

#contact.active .int-modale #form-contact .pied-modale .separateur {
  width: 100%;
  height: 1px;
  border-top: 1px solid #fafafa;
  margin-top: 1em;
  margin-bottom: 1em
}

#contact.active .int-modale #form-contact .pied-modale input[type=submit] {
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #383333;
  color: #fafafa;
  border-radius: 60px;
  min-height: 40px;
  border: none;
  font-size: 1.2em;
  font-weight: 700;
  padding: .5em 2em;
  font-family: "Handlee";
  box-shadow: inset 4px 4px 10px #383333, inset -4px -4px 10px rgba(255, 255, 255, .4), 3px 3px 14px #fafafa;
  filter: drop-shadow(0 0 10px rgb(56, 51, 51));
  outline: none;
  animation: floating 7s linear infinite
}

@keyframes floating {
  from {
    transform: translate(0, 2%)
  }

  17% {
    transform: translate(0.1%, 4%)
  }

  25% {
    transform: translate(0.2%, 6%)
  }

  35% {
    transform: translate(0.1%, 8%)
  }

  50% {
    transform: translate(0, 10%)
  }

  67% {
    transform: translate(-0.1%, 8%)
  }

  75% {
    transform: translate(-0.2%, 6%)
  }

  85% {
    transform: translate(-0.1%, 4%)
  }

  to {
    transform: translate(0, 2%)
  }
}

#contact.active .int-modale #form-contact .pied-modale input[type=submit]:hover {
  opacity: .98;
  background-color: rgba(56, 51, 51, .9);
  box-shadow: 2px 2px 20px #fafafa
}

#contact.active .int-modale #form-contact .pied-modale input[type=submit].avant-ok {
  border: 1px solid #a7a7a7;
  background-color: rgba(250, 250, 250, .95);
  color: #4f5f7e;
  cursor: pointer
}

@media(max-width: 900px) {
  #contact.active {
    width: 65%
  }
}

@media(max-width: 769px) {
  #contact.active {
    width: 80%
  }

  #contact.active .tete-modale {
    gap: 1em;
    padding: 1em 1.2em
  }

  #contact.active .tete-modale p.h2 {
    font-size: 1.3em
  }

  #contact.active .tete-modale .close-modale {
    top: 25px;
    right: 20px;
    height: 1.3em
  }

  #contact.active .int-modale {
    margin-top: .9em
  }

  #contact.active .int-modale .zone-saisie {
    width: 100%;
    gap: .2em
  }

  #contact.active .int-modale .zone-saisie label {
    font-size: 1.1em
  }

  #contact.active .int-modale .zone-saisie input {
    height: 1.9em;
    font-size: 1.1em;
    padding: .3em
  }

  #contact.active .int-modale .zone-saisie textarea {
    font-size: 1.1em;
    padding: .3em
  }

  #contact.active .pied-modale .separateur {
    margin-top: 1em;
    margin-bottom: 1em
  }

  #contact.active .pied-modale input[type=submit] {
    min-height: 40px;
    font-size: 1.1em;
    font-weight: 700;
    padding: .5em 2em
  }
}

@media(max-width: 1000px) {
  #contact.active {
    width: 70%
  }
}

@media(max-width: 680px) {
  #contact.active {
    width: 85%
  }
}

@media(max-width: 550px) {
  #contact.active {
    width: 100%
  }
}

@media(max-width: 368px) {
  #contact.active .tete-modale {
    padding: 1em 1.1em
  }

  #contact.active .tete-modale p.h2 {
    font-size: 1.2em
  }

  #contact.active .int-modale {
    margin-top: .2em
  }

  #contact.active .int-modale .zone-saisie {
    gap: .2em
  }

  #contact.active .int-modale .zone-saisie label {
    font-size: 1.1em;
    width: 320px
  }

  #contact.active .int-modale .zone-saisie input {
    height: 1.9em;
    font-size: 1.1em;
    padding: .3em;
    width: 320px
  }

  #contact.active .int-modale .zone-saisie textarea {
    font-size: 1.1em;
    padding: .3em;
    width: 320px
  }

  #contact.active .pied-modale .separateur {
    margin-top: 1em;
    margin-bottom: 1em
  }

  #contact.active .pied-modale input[type=submit] {
    min-height: 40px;
    font-size: 1.1em;
    font-weight: 700;
    padding: .5em 2em
  }
}

footer {
  width: 100%
}

footer .foot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fafafa;
  background-color: #383333;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px
}

footer .foot .marieladev {
  display: flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: 1px ridge rgba(208, 199, 196, .95);
  font-size: .8em !important;
  padding: 0 .5em;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  padding-bottom: .4em !important;
  background: linear-gradient(120deg, rgb(250, 250, 250), #048b9a, rgb(250, 250, 250));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-size: 300% 100%;
  animation: gradient-color 5s infinite alternate linear
}

footer .foot .marieladev img {
  width: 20px
}

footer .foot .marieladev a {
  text-decoration: none
}

footer .footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 1em 3em;
  gap: 1.5em;
  width: 100%
}

footer .footer .adresse {
  padding-left: 2em
}

footer .footer__title {
  font-size: 25px;
  font-weight: 600;
  z-index: 2
}

footer .footer__logo img {
  padding: 0;
  margin: 0;
  width: auto;
  transform-origin: 50% 50%;
  animation: rotate 20s linear infinite;
  z-index: 2;
  width: 5em
}

@keyframes rotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

footer .footer__logo img {
  animation: rotate 40s linear infinite
}

footer .footer .faq {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #383333;
  vertical-align: middle;
  border-radius: 60px;
  font-size: 2em;
  padding: .5em;
  box-shadow: inset 4px 4px 10px #383333, inset -4px -4px 10px rgba(255, 255, 255, .4), 3px 3px 14px #fafafa;
  filter: drop-shadow(0 0 10px rgb(56, 51, 51));
  outline: none;
  animation: floating 10s linear infinite
}

footer .footer .faq a {
  display: flex;
  flex: 1 1 auto;
  text-decoration: none;
  color: #fafafa;
  font-weight: 700;
  letter-spacing: 6px
}

footer .footer .faq:hover {
  opacity: .98;
  background-color: rgba(56, 51, 51, .9);
  box-shadow: inset 4px 4px 8px #383333, inset -2px -2px 8px rgba(255, 255, 255, .6), 1px 1px 6px #fafafa
}

footer .footer .faq:hover a {
  color: #fafafa
}

@keyframes gradient-color {
  0% {
    background-position: 0% 50%
  }

  100% {
    background-position: 100% 50%
  }
}

@media(max-width: 950px) {
  footer .footer {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 1em;
    padding-bottom: 2em;
    gap: 1em;
    text-align: center
  }

  footer .footer__logo img {
    width: 5em;
    height: auto
  }

  footer .footer__title {
    font-size: 1.7em;
    font-weight: 600;
    padding-bottom: .3em
  }

  footer .footer .adresse {
    padding: 0
  }
}

@media(max-width: 550px) {
  footer .footer {
    padding-bottom: 2em;
    gap: 1em
  }

  footer .footer__logo img {
    width: 4em;
    height: auto
  }

  footer .footer__title {
    font-size: 1.2em;
    padding-bottom: .3em
  }

  footer .footer__address {
    font-size: 1rem
  }

  footer .footer__tel-hor {
    font-size: 1rem
  }

  footer .footer p {
    text-align: center
  }

  footer .footer .faq {
    font-size: 1.2em
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes fadeRight {
  from {
    transform: translate3d(-100px, 0, 0);
    opacity: 0
  }

  to {
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes fadeLeft {
  from {
    transform: translate3d(100px, 0, 0);
    opacity: 0
  }

  to {
    transform: translateZ(0);
    opacity: 1
  }
}

button {
  text-align: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: #383333;
  color: #fafafa;
  border-radius: 60px;
  min-height: 40px;
  border: none;
  font-size: 1.2em;
  font-weight: 700;
  padding: .5em 2em;
  font-family: "Handlee";
  box-shadow: inset 4px 4px 10px #383333, inset -4px -4px 10px rgba(255, 255, 255, .5);
  filter: drop-shadow(5px 6px 8px rgb(56, 51, 51));
  outline: none;
  overflow: hidden;
  animation: floating 7s linear infinite
}

@keyframes floating {
  from {
    transform: translate(0, 2%)
  }

  17% {
    transform: translate(0.1%, 4%)
  }

  25% {
    transform: translate(0.2%, 6%)
  }

  35% {
    transform: translate(0.1%, 8%)
  }

  50% {
    transform: translate(0, 10%)
  }

  67% {
    transform: translate(-0.1%, 8%)
  }

  75% {
    transform: translate(-0.2%, 6%)
  }

  85% {
    transform: translate(-0.1%, 4%)
  }

  to {
    transform: translate(0, 2%)
  }
}

button:hover {
  background-color: rgba(56, 51, 51, .9);
  box-shadow: inset 2px 2px 5px #383333, inset -3px -3px 8px rgba(255, 255, 255, .6), 2px 2px 8px #383333
}

@media(max-width: 950px) {
  button {
    padding: .5em 1em;
    font-size: 1em
  }
}

.cta {
  display: grid;
  grid-template-columns: 4fr 2fr;
  width: 90%;
  gap: 2.5rem;
  font-size: 1.21em;
  padding: 2em 0 1em 0;
  justify-content: center;
  align-items: center
}

.cta button {
  font-size: 1em;
  flex-wrap: nowrap;
  max-width: 250px
}

.cta2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em
}

.cta2__hightlight {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: rgba(199, 176, 144, .27);
  width: 70%;
  text-align: center;
  padding: .8em;
  gap: .8em;
  padding-bottom: 1.5em;
  box-shadow: 0px 5px 10px rgba(56, 51, 51, .9);
  background: linear-gradient(304deg, rgba(199, 176, 144, 0.27), rgba(108, 102, 99, 0.45), rgba(199, 176, 144, 0.27));
  background-size: 200% 200%;
  animation: gradient-animation 17s ease infinite
}

.cta2__hightlight span {
  font-size: 1.1em;
  font-weight: 500
}

.cta2__hightlight span strong {
  font-weight: 500
}

@media(max-width: 1020px) {
  .cta {
    font-size: 1em;
    gap: 1em
  }
}

@media(max-width: 950px) {
  .cta {
    gap: 1em;
    font-size: 1.1em;
    padding-top: 1.2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }

  .cta2__hightlight {
    margin-top: 1em;
    width: 85%;
    gap: .8em
  }

  .cta2__hightlight span {
    font-size: 1.1em;
    padding: .5em
  }
}

@media(max-width: 950px) {
  .cta {
    padding-top: .5em
  }
}

h1,
h2,
.h1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  margin: .3em 0 1em 0;
  line-height: 1em;
  padding: .3em;
  object-fit: contain;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  box-shadow: 0px 3px 8px rgba(56, 51, 51, .9);
  background: linear-gradient(304deg, rgba(199, 176, 144, 0.27), rgba(108, 102, 99, 0.45), rgba(199, 176, 144, 0.27));
  background-size: 200% 200%;
  animation: gradient-animation 22s ease infinite
}

.h3 {
  display: flex;
  background-color: rgba(56, 51, 51, .9) !important;
  background: none;
  box-shadow: 0px 3px 8px rgba(56, 51, 51, .9);
  color: #fafafa;
  text-align: left;
  justify-content: flex-start;
  font-size: 1.5em;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: .25em .4em;
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
  width: 100%
}

@media(max-width: 1000px) {

  h1,
  h2,
  .h1 {
    font-size: 2.1em
  }

  .h3 {
    font-size: 1.3em
  }
}

@media(max-width: 940px) {

  h1,
  h2,
  .h1 {
    font-size: 1.9em
  }
}

@media(max-width: 700px) {

  h1,
  h2,
  .h1 {
    font-size: 1.7em
  }

  h3 {
    font-size: 1.2em
  }
}

@media(max-width: 550px) {

  h1,
  h2,
  .h1 {
    font-size: 1.6em
  }

  h3 {
    font-size: 1.1em
  }
}

@media(max-width: 400px) {

  h1,
  h2,
  .h1 {
    font-size: 1.4em
  }

  h3 {
    font-size: 1em
  }
}

:root {
  background-color: #fafafa
}

:root {
  --anim1-fromY: -350px;
  --anim1-toY: 250px;
  --anim1-fromX: -5vw;
  --anim1-toX: 0vw;
  --anim2-fromY: -400px;
  --anim2-toY: 100px;
  --anim2-fromX: 10vw;
  --anim2-toX: 80vw;
  --anim3-fromY: 400px;
  --anim3-toY: -100px;
  --anim3-fromX: 100vw;
  --anim3-toX: 10vw;
  --anim4-fromY: -60px;
  --anim4-toY: 450px;
  --anim4-fromX: 0vw;
  --anim4-toX: 75vw;
  --anim5-fromY: 90px;
  --anim5-toY: -350px;
  --anim5-fromX: -0vw;
  --anim5-toX: 20vw;
  --anim6-fromY: 300px;
  --anim6-toY: -500px;
  --anim6-fromX: 5vw;
  --anim6-toX: 90vw
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body,
.anim-zone,
.w1440,
header,
main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

body {
  color: #383333;
  font-family: "Fredoka", sans-serif;
  font-size: 120%;
  line-height: 150%;
  overflow-x: hidden
}

.anim-zone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center !important;
  overflow: hidden;
  width: 100vw !important
}

.w1440 {
  max-width: 1440px;
  width: 100vw;
  min-width: 300px;
  padding-left: 2em;
  padding-right: 2em
}

header {
  width: 100%;
  padding-top: 0em;
  position: relative;
  min-width: 300px
}

main {
  width: 100%;
  padding: 20px 0 0 0
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
  border-top: 1px solid #383333;
  width: 100%
}

.introduction {
  gap: 2em
}

.introduction__image-g {
  width: 25%;
  margin-right: 1em;
  float: left;
  box-shadow: 2px 2px 12px rgba(56, 51, 51, .9)
}

.introduction__txt {
  flex-grow: 1
}

.introduction__txt p {
  text-align: justify
}

.animleft {
  transition-property: opacity, transform;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-name: fadeLeft
}

@media(max-width: 769px) {
  .animleft {
    animation: none
  }
}

.animright {
  transition-property: opacity, transform;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-name: fadeRight
}

@media(max-width: 769px) {
  .animright {
    animation: none
  }
}

.hidden {
  display: none !important
}

strong {
  font-weight: 600
}

.regular {
  font-weight: 400
}

.oeil {
  height: 37px;
  width: auto;
  vertical-align: -12%;
  display: inline-block;
  transform-origin: 50% 50%;
  animation: rotate 10s linear infinite;
  margin-bottom: -1px
}

@keyframes rotate {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.oeil {
  animation: rotate 10s linear infinite
}

.anim1 {
  position: absolute;
  left: 10vw;
  z-index: -10;
  width: 14vw;
  aspect-ratio: 1;
  background-color: rgba(208, 199, 196, .95)
}

@keyframes Translate1 {
  0% {
    transform: rotate(0deg);
    top: var(--anim1-fromY);
    left: var(--anim1-fromX);
    opacity: 0
  }

  10% {
    opacity: 0.5
  }

  90% {
    opacity: 0.5
  }

  100% {
    transform: rotate(200deg);
    top: var(--anim1-toY);
    left: var(--anim1-toX);
    opacity: 0
  }
}

.anim1 {
  animation: Translate1 130s linear infinite
}

.anim2 {
  position: absolute;
  left: 50vw;
  z-index: -10;
  width: 9vw;
  aspect-ratio: 1;
  background-color: rgba(99, 102, 72, .182)
}

@keyframes Translate2 {
  0% {
    transform: rotate(0deg);
    top: var(--anim2-fromY);
    left: var(--anim2-fromX);
    opacity: 0
  }

  10% {
    opacity: 0.5
  }

  90% {
    opacity: 0.5
  }

  100% {
    transform: rotate(-359deg);
    top: var(--anim2-toY);
    left: var(--anim2-toX);
    opacity: 0
  }
}

.anim2 {
  animation: Translate2 70s ease-in-out alternate infinite
}

.anim3 {
  position: absolute;
  left: 60vw;
  z-index: -10;
  width: 9vw;
  aspect-ratio: 1.25;
  background-color: #4f5f7e
}

@keyframes Translate3 {
  0% {
    transform: rotate(45deg);
    top: var(--anim3-fromY);
    left: var(Trans3-fromX);
    opacity: 0
  }

  10% {
    opacity: 0.15
  }

  90% {
    opacity: 0.15
  }

  100% {
    transform: rotate(444deg);
    top: var(--anim3-toY);
    left: var(--anim13-toX);
    opacity: 0
  }
}

.anim3 {
  animation: Translate3 90s ease-in-out infinite
}

.anim4 {
  position: absolute;
  left: 70vw;
  z-index: -10;
  width: 10vw;
  aspect-ratio: 1;
  background-color: rgba(195, 188, 182, .435)
}

@keyframes Translate4 {
  0% {
    transform: rotate(0deg);
    top: var(--anim4-fromY);
    left: var(--anim4-fromX);
    opacity: 0
  }

  10% {
    opacity: 0.8
  }

  90% {
    opacity: 0.8
  }

  100% {
    transform: rotate(300deg);
    top: var(--anim4-toY);
    left: var(--anim4-toX);
    opacity: 0
  }
}

.anim4 {
  animation: Translate4 60s ease-in-out alternate infinite
}

.anim5 {
  position: absolute;
  left: 100vw;
  z-index: -10;
  width: 17vw;
  aspect-ratio: 1.25;
  background-color: #4f5f7e
}

@keyframes Translate5 {
  0% {
    transform: rotate(0deg);
    top: var(--anim5-fromY);
    left: var(--anim5-fromX);
    opacity: 0
  }

  10% {
    opacity: 0.09
  }

  90% {
    opacity: 0.09
  }

  100% {
    transform: rotate(-359deg);
    top: var(--anim5-toY);
    left: var(--anim5-toX);
    opacity: 0
  }
}

.anim5 {
  animation: Translate5 90s ease-in-out alternate infinite
}

.anim6 {
  position: absolute;
  left: 90vw;
  z-index: -10;
  width: 12vw;
  aspect-ratio: 1.25;
  background-color: #4f5f7e
}

@keyframes Translate6 {
  0% {
    transform: rotate(0deg);
    top: var(--anim6-fromY);
    left: var(--anim6-fromX);
    opacity: 0
  }

  10% {
    opacity: 0.15
  }

  90% {
    opacity: 0.15
  }

  100% {
    transform: rotate(359deg);
    top: var(--anim6-toY);
    left: var(--anim6-toX);
    opacity: 0
  }
}

.anim6 {
  animation: Translate6 80s linear infinite
}

@media(max-width: 950px) {
  boby {
    font-size: 100%
  }
}

@media(max-width: 800px) {
  .w1440 {
    padding-left: 1.3em;
    padding-right: 1.3em
  }

  .head {
    max-height: 72px
  }
}

@media(max-width: 550px) {
  section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 0
  }

  .introduction__image-g {
    display: none
  }
}

.zone-img,
.ex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative
}

.zone-img img,
.ex img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 2px 12px rgba(56, 51, 51, .9)
}

.zone-img .label,
.ex .label {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  font-size: .9em;
  width: 100%;
  height: 50px;
  line-height: 1.1em;
  text-align: center;
  padding: .5em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(56, 51, 51, .9);
  color: #fafafa
}

.zone-img .label-small,
.ex .label-small {
  max-height: 50px;
  height: max-content;
  font-size: .7em;
  padding: .2em .8em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

.zone-img.w200 {
  padding-top: 1.2em;
  width: 35% !important
}

@media(max-width: 1100px) {
  .w200 {
    display: none
  }
}

@media(max-width: 550px) {
  .gallery .zone-img .label {
    font-size: .9em;
    max-height: 2em
  }
}

.references {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  gap: 2em
}

.references .h3 {
  margin-bottom: 0
}

.references .grid-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1.5em
}

.references .grid-row .flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%
}

.references .grid-row .flex .ref {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 auto
}

.references .grid-row .flex .ref .zone-img img {
  width: 170px !important
}

.references .grid-row .flex .ref__txt {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 1em
}

.references .grid-row .flex .ref__txt p {
  text-align: left
}

.cta2__hightlight {
  margin-bottom: 2em !important
}

@media(max-width: 1200px) {
  .ref h2 {
    font-size: 1.4em
  }
}

@media(max-width: 1100px) {
  .ref .references__txt {
    padding: 0
  }
}

@media(max-width: 950px) {
  .references h2 {
    font-size: 1.15em
  }
}

@media(max-width: 810px) {
  .references .grid-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
  }
}

@media(max-width: 550px) {
  .references h2 {
    font-size: 1.2em
  }
}