@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Handlee&display=swap");

/**********************************/
/****  Mixin souvents utilisés ****/
/**********************************/
@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;
  }
}

@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 {
  text-align: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: rgb(56, 51, 51);
  color: rgb(250, 250, 250);
  border-radius: 60px;
  min-height: 40px;
  border: none;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.5em 2em;
  font-family: "Handlee";
  box-shadow: inset 4px 4px 10px rgb(56, 51, 51), inset -4px -4px 10px rgba(255, 255, 255, 0.5);
  filter: drop-shadow(5px 6px 8px rgb(56, 51, 51));
  outline: none;
  overflow: hidden;
}

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

button {
  animation: floating 7s linear infinite;
}

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

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

.carrousel>div {
  width: 100%;
  height: 100%;
  background-color: rgb(56, 51, 51);
  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;
  }
}

footer {
  width: 100%;
}

footer .foot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(250, 250, 250);
  background-color: rgb(56, 51, 51);
  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, 0.95);
  font-size: 0.8em !important;
  padding: 0 0.5em;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  padding-bottom: 0.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: transparent;
  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;
}

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

  to {
    transform: rotate(360deg);
  }
}

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

footer .footer__logo img {
  z-index: 2;
  width: 5em;
}

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

footer .footer .faq a {
  display: flex;
  flex: 1 1 auto;
  text-decoration: none;
  color: rgb(250, 250, 250);
  font-weight: 700;
  letter-spacing: 6px;
}

footer .footer .faq:hover {
  opacity: 0.98;
  background-color: rgba(56, 51, 51, 0.9);
  box-shadow: inset 4px 4px 8px rgb(56, 51, 51), inset -2px -2px 8px rgba(255, 255, 255, 0.6), 1px 1px 6px rgb(250, 250, 250);
}

footer .footer .faq:hover a {
  color: rgb(250, 250, 250);
}

footer .footer .faq {
  /* Appliquer l'animation au bouton */
  animation: floating 10s linear infinite;
}

@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: 0.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: 0.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;
  }
}

.head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgb(56, 51, 51);
  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-family: 'Fredoka', sans-serif;
  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;
}

ul li p.sous-menu {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 0.3em 0.6em 0.5em 0.6em;
  text-decoration: none;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
  transition: all 0.5s ease;
}

.head nav ul li a,
.head nav ul li p.sous-menu {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  padding: 0.3em 0.6em 0.5em 0.6em;
  text-decoration: none;
  text-align: center;
  color: inherit;
  /* héritage de la couleur de la li */
  box-sizing: content-box;
  transition: all 0.5s ease;
}

.head nav ul li:hover {
  cursor: pointer;
  color: rgb(250, 250, 250);
  background-color: rgb(56, 51, 51);
  box-shadow: 4px 4px 14px rgb(56, 51, 51);
}

.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, 0.12);
  background-color: rgba(108, 99, 99, 0.9);
  color: rgb(250, 250, 250);
}

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

.head nav ul li>ul li.niv1:hover {
  cursor: pointer;
  background-color: rgb(56, 51, 51);
  color: rgb(250, 250, 250);
  opacity: 0.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: 0.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: 0.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: 0.3em 0.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: 0.3em 0.5em;
  }
}

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

  .head video {
    margin-top: 0.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: 0.1em;
    right: 1.3em;
    box-shadow: none;
  }

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

  .mobile-container .topnav button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0.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 rgb(56, 51, 51), inset -2px -2px 10px rgba(255, 255, 255, 0.4), 1px 1px 7px rgb(56, 51, 51);
  }

  .mobile-container .topnav button:hover {
    box-shadow: inset 1px 1px 8px rgba(79, 95, 126, 0.12), inset -1px -1px 2px rgba(255, 255, 255, 0.6), 1px 1px 5px rgb(56, 51, 51);
  }

  .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: 0.85em !important;
    height: auto;
    border-bottom: 1px solid rgb(250, 250, 250);
    background-color: rgba(56, 51, 51, 0.9);
    z-index: 2;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    font-size: 1.2em;
    transition: transform 0.4s ease-in-out, opacity 0.3s linear, z-index 0.3s ease-in-out;
    transform: translateX(-25%);
  }

  .mobile-container #myLinks a {
    text-decoration: none;
    padding: 0.6em;
    color: rgb(250, 250, 250);
    border-top: 1px solid rgb(250, 250, 250);
  }

  .mobile-container #myLinks a:hover {
    background-color: rgb(250, 250, 250);
    color: rgb(56, 51, 51);
  }

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

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

  .mobile-container .topnav button {
    right: 0.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: 0.9em;
    padding-right: 4em;
    min-width: 226px;
  }
}

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

  .head video {
    width: 170px;
  }
}

/**************************************/
/* Mise en forme de la fenêtre modale */
/**************************************/
#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(var(--gallery-bg), 0.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 0.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 0.8em;
  width: 100% !important;
  /******* Formulaire *****/
}

#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: rgb(56, 51, 51) rgba(242, 239, 236, 0.9);
  width: 100%;
  gap: 0.2em;
}

#contact.active .int-modale #form-contact .zone-saisie label {
  align-self: flex-start;
  padding-top: 0.5em;
  color: rgb(250, 250, 250);
}

#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: 0.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: 0.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: 0.9em;
  line-height: 1em;
  color: rgb(158, 250, 185);
  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 *****/
}

#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 rgb(250, 250, 250);
  margin-top: 1em;
  margin-bottom: 1em;
}

@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] {
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: rgb(56, 51, 51);
  color: rgb(250, 250, 250);
  border-radius: 60px;
  min-height: 40px;
  border: none;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0.5em 2em;
  font-family: "Handlee";
  box-shadow: inset 4px 4px 10px rgb(56, 51, 51), inset -4px -4px 10px rgba(255, 255, 255, 0.4), 3px 3px 14px rgb(250, 250, 250);
  filter: drop-shadow(0 0 10px rgb(56, 51, 51));
  outline: none;
}

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

#contact.active .int-modale #form-contact .pied-modale input[type=submit] {
  /* Appliquer l'animation au bouton */
  animation: floating 7s linear infinite;
}

#contact.active .int-modale #form-contact .pied-modale input[type=submit].avant-ok {
  border: 1px solid rgb(167, 167, 167);
  background-color: rgba(250, 250, 250, 0.95);
  color: rgb(79, 95, 126);
  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 {
    /******* Formulaire *****/
  }

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

  #contact.active .int-modale .zone-saisie {
    width: 100%;
    gap: 0.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: 0.3em;
  }

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

  #contact.active {
    /***** pied modale *****/
  }

  #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: 0.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 {
    /******* Formulaire *****/
  }

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

  #contact.active .int-modale .zone-saisie {
    gap: 0.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: 0.3em;
    width: 320px;
  }

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

  #contact.active {
    /***** pied modale *****/
  }

  #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: 0.5em 2em;
  }
}

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

body {
  color: rgb(56, 51, 51);
  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: 1640px;
  width: 100vw;
  min-width: 300px;
  padding-left: 2em;
  padding-right: 2em;
}

.head {
  max-width: 1640px;
}

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

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

section {
  padding: 2em 0;
  border-top: 1px solid rgb(56, 51, 51);
  width: 95%;
}