@charset "UTF-8";
/* ---------------------------------------------
 * Style du site safeservice06.com
 *
 * Author : Alain Dessi
 * Uri : alain-dessi.com
 *
 * ------------------------------------------- */
/* ---------------------------------------------
 * couleurs du site safeservice06.com
 *
 * Author : Alain Dessi
 * Uri : alain-dessi.com
 *
 * ------------------------------------------- */
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-BoldItalic.woff2") format("woff2"), url("/fonts/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Light.woff2") format("woff2"), url("/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("/fonts/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-SemiBold.woff2") format("woff2"), url("/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-ExtraLight.woff2") format("woff2"), url("/fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Medium.woff2") format("woff2"), url("/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Thin.woff2") format("woff2"), url("/fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Italic.woff2") format("woff2"), url("/fonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-SemiBoldItalic.woff2") format("woff2"), url("/fonts/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-LightItalic.woff2") format("woff2"), url("/fonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-BlackItalic.woff2") format("woff2"), url("/fonts/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-MediumItalic.woff2") format("woff2"), url("/fonts/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Regular.woff2") format("woff2"), url("/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-ExtraBold.woff2") format("woff2"), url("/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-ThinItalic.woff2") format("woff2"), url("/fonts/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-ExtraLightItalic.woff2") format("woff2"), url("/fonts/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Bold.woff2") format("woff2"), url("/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/Poppins-Black.woff2") format("woff2"), url("/fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.mobile {
  display: none;
}
@media screen and (max-width: 1300px) {
  .mobile {
    display: inherit;
  }
}

@media screen and (max-width: 1300px) {
  .desktop {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #FDFDFD;
  font-size: 14px;
  color: #282B2B;
  width: 100vw;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.btn {
  background-color: #5b6464;
  text-decoration: none;
  font-size: 1rem;
  color: #FDFDFD;
  padding: 0.65rem 1.5rem;
  border-radius: 64px;
  transition: color 0.35s ease-in, background-color 0.35s ease-in, box-shadow 0.35s ease-in-out;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.35);
}
.btn.btn-jaune {
  background-color: #EDAF2E;
  color: #271D13;
}
.btn.btn-jaune:hover {
  background-color: #271D13;
  color: #EDAF2E;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
}
.btn.btn-vert {
  padding: 0.25rem 1rem;
  background-color: #27AE60;
  color: #FDFDFD;
  box-shadow: none;
  border: 2px solid #27AE60;
}
.btn.btn-vert:hover {
  background-color: #FDFDFD;
  color: #27AE60;
}
.btn.big {
  font-size: 2rem;
  font-weight: 700;
  padding: 0.65rem 2.5rem;
}
@media screen and (max-width: 1300px) {
  .btn.big {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.65rem 2.5rem;
  }
}

h2 {
  font-size: 2.75rem;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.85rem;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  h3 {
    font-size: 1.25rem;
  }
}

.container {
  width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .container {
    width: 100%;
    padding: 0 6px;
  }
}

.subtitle {
  color: #5b6464;
  font-size: 1.45rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .subtitle {
    font-size: 1rem;
  }
}

.flex-box {
  display: flex;
}

/* -----------------------------------------------
 * Main Menu
 * ---------------------------------------------*/
#main-menu {
  position: fixed;
  z-index: 900;
  top: 20px;
  left: 10%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 80%;
  height: 48px;
  background-color: #271D13;
  border-radius: 60px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1300px) {
  #main-menu {
    position: inherit;
    border-radius: 0;
    width: 100%;
    padding: 0;
  }
}
#main-menu .brand {
  position: relative;
}
#main-menu .brand .logo {
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url("/imgs/logo.png");
  background-position: 0 2px;
  background-size: 328px;
  background-repeat: no-repeat;
  width: 328px;
  height: 32px;
}
@media screen and (max-width: 1300px) {
  #main-menu .brand .logo {
    top: 0;
    display: block;
    width: 100vw;
    height: 48px;
    background-image: url("/imgs/logo-safeservice06-small.png");
    background-position: center center;
    background-size: auto;
  }
}
#main-menu .brand .brand-name {
  color: #FDFDFD;
  display: none;
}
@media screen and (max-width: 1300px) {
  #main-menu .menu-content {
    display: none;
  }
}
#main-menu .menu-content ul {
  display: flex;
  gap: 40px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#main-menu .menu-content ul li a {
  color: #FDFDFD;
  text-decoration: none;
  font-size: 1.15rem;
}
#main-menu .menu-content ul li a.contact {
  background-color: #27AE60;
  padding: 8px 24px;
  border-radius: 100px;
  transition: background-color 0.25s ease-in;
}
#main-menu .menu-content ul li a.contact:hover {
  color: #FDFDFD;
  background-color: #EDAF2E;
}

/* --------------------------------------------
 * Main Menu
 * -------------------------------------------- */
#main-banner {
  background-image: url("/imgs/background_safeservice.webp");
  background-size: cover;
  background-position: center center;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  #main-banner {
    padding: 0 6px;
    width: 100%;
    justify-content: start;
    align-items: inherit;
    padding-top: 60px;
  }
}
#main-banner .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1320px;
  background-color: #271D13;
  opacity: 0.75;
  padding: 6rem;
  border-radius: 64px;
}
@media screen and (max-width: 1300px) {
  #main-banner .banner-content {
    width: 100%;
    padding: 2rem;
    border-radius: 16px;
  }
}
#main-banner .banner-content .skills {
  opacity: 1;
  display: flex;
  gap: 2rem;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  #main-banner .banner-content .skills {
    gap: 8px;
  }
}
#main-banner .banner-content .skills li {
  position: relative;
  padding-left: 52px;
  font-size: 2rem;
  line-height: 40px;
  color: #FDFDFD;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  #main-banner .banner-content .skills li {
    padding-left: 28px;
    line-height: 22px;
    font-size: 1rem;
  }
}
#main-banner .banner-content .skills li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/imgs/check.webp");
  background-size: cover;
}
@media screen and (max-width: 1300px) {
  #main-banner .banner-content .skills li::before {
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
  }
}
#main-banner .banner-content p {
  padding: 1.25rem 0;
  opacity: 1;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  #main-banner .banner-content p {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------
 * Zone - 
 * -------------------------------------------- */
#zone {
  scroll-margin-top: 80px;
  text-align: center;
  padding-bottom: 2rem;
}
#zone h2 {
  margin: 2rem 0;
}
#zone .villes {
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  #zone .villes {
    gap: 1rem;
  }
}
#zone .villes li {
  padding: 0.55rem 2rem;
  border-radius: 64px;
  white-space: nowrap;
  font-size: 2rem;
  color: #FDFDFD;
  background-color: #2C3E50;
}
@media screen and (max-width: 1300px) {
  #zone .villes li {
    font-size: 1rem;
  }
}

/* --------------------------------------------
 * Services
 * -------------------------------------------- */
#services {
  scroll-margin-top: 80px;
  background-color: #EEEAE7;
  padding: 2rem 0 1rem 0;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  #services {
    scroll-margin-top: 0;
  }
}
#services .services-container {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 1300px) {
  #services .services-container {
    flex-direction: column;
    margin: 2rem 0;
    gap: 2rem;
  }
}
#services .services-container .card {
  position: relative;
  margin: 2rem 0;
  width: 26%;
  min-width: 26%;
  max-width: 26%;
  text-align: left;
  border-radius: 32px;
  background-color: #FDFDFD;
  box-shadow: none;
  transition: box-shadow 0.25s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  #services .services-container .card {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0;
  }
}
#services .services-container .card .button {
  position: absolute;
  right: 16px;
  bottom: 8px;
}
#services .services-container .card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
}
#services .services-container .card .photo {
  width: 100%;
  height: 275px;
  border-radius: 32px 32px 0 0;
  background-size: cover;
}
#services .services-container .card .photo.divers {
  background-image: url("/imgs/divers.webp");
}
#services .services-container .card .photo.jardinage {
  background-image: url("/imgs/jardin.webp");
}
#services .services-container .card .photo.nettoyage {
  background-image: url("/imgs/clean.webp");
}
#services .services-container .card .photo.info {
  background-image: url("/imgs/administratif.webp");
}
#services .services-container .card .photo.debarras {
  background-image: url("/imgs/debarras.webp");
}
#services .services-container .card .photo.meubles {
  background-image: url("/imgs/meubles.webp");
}
#services .services-container .card .card-content {
  padding: 1rem 1rem 3rem 1rem;
}
#services .services-container .card .card-content h3 {
  position: relative;
  padding: 0 0 1rem 0;
  margin: 0 0 2rem 0;
  font-size: 2.25rem;
  line-height: 2.35rem;
}
#services .services-container .card .card-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 6px;
  background-color: #EDAF2E;
  border-radius: 16px;
}
#services .services-container .card .card-content p {
  margin: 0;
}
#services .services-container .card .card-content p.button {
  margin: 2rem 0 0.25rem 0;
  width: 100%;
  text-align: right;
}
#services {
  /* Styles globaux */
  /* Pour la version mobile */
}
@media (max-width: 768px) {
  #services .services-container {
    position: relative;
  }
  #services .services-container .card {
    position: sticky;
    top: 80px;
    /* marge pour le header */
    z-index: 1;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: scale(0.98);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  #services {
    /* Petit effet d’empilement */
  }
  #services .services-container .card:hover {
    transform: scale(1);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 768px) {
  #services .services-container .card:nth-child(1) {
    z-index: 1;
  }
  #services .services-container .card:nth-child(2) {
    z-index: 2;
  }
  #services .services-container .card:nth-child(3) {
    z-index: 3;
  }
  #services .services-container .card:nth-child(4) {
    z-index: 4;
  }
  #services .services-container .card:nth-child(5) {
    z-index: 5;
  }
  #services .services-container .card:nth-child(6) {
    z-index: 6;
  }
}

/* --------------------------------------------
 * Services à la personne
 * -------------------------------------------- */
#service-person {
  padding: 2rem 0;
  text-align: center;
}
#service-person .flex-box {
  margin: 6rem 0;
}
@media screen and (max-width: 1300px) {
  #service-person .flex-box {
    margin: 2rem 0;
    flex-direction: column-reverse;
  }
}
#service-person .text {
  width: 75%;
  text-align: left;
  padding: 1rem;
}
@media screen and (max-width: 1300px) {
  #service-person .text {
    width: 100%;
    font-size: 1rem;
    text-align: justify;
  }
}
#service-person .img {
  width: 25%;
}
@media screen and (max-width: 1300px) {
  #service-person .img {
    width: 100%;
  }
}
#service-person .img img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
#service-person .skills {
  max-width: 100%;
}
#service-person .skills li {
  position: relative;
  padding-left: 32px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#service-person .skills li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/imgs/check.webp");
  background-size: cover;
}

/* --------------------------------------------
 * Safe service : votre allié ...
 * -------------------------------------------- */
#recap-ss06 {
  padding: 4rem 0;
  background-color: #EDAF2E;
}
@media screen and (max-width: 1300px) {
  #recap-ss06 {
    padding: 15px 15px 3rem 15px;
  }
}
#recap-ss06 h2 {
  font-size: 3.4rem;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  #recap-ss06 h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 1rem 0rem;
  }
}
#recap-ss06 .subtitle {
  font-size: 1.85rem;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  #recap-ss06 .subtitle {
    font-size: 1.35rem;
    line-height: 1.45rem;
    padding-bottom: 1rem;
  }
}
#recap-ss06 .flex-box {
  margin: 6rem 0;
  gap: 5%;
}
@media screen and (max-width: 1300px) {
  #recap-ss06 .flex-box {
    flex-direction: column;
    margin: 1rem 0;
    gap: 0.25rem;
  }
}
#recap-ss06 .text {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  #recap-ss06 .text {
    width: 100%;
    text-align: justify;
  }
}
#recap-ss06 .text p {
  font-size: 1.25rem;
  line-height: 1.45rem;
  color: #282B2B;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
  #recap-ss06 .text p {
    font-size: 1.15rem;
    width: 100%;
    text-align: justify;
    margin-bottom: 4rem;
  }
}
#recap-ss06 .text p.buttons {
  text-align: center !important;
  margin-bottom: 0;
}
#recap-ss06 .img {
  width: 35%;
}
@media screen and (max-width: 1300px) {
  #recap-ss06 .img {
    width: 100%;
  }
}
#recap-ss06 .img img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  border-radius: 32px;
}
@media screen and (max-width: 1300px) {
  #recap-ss06 .img img {
    border-radius: 24px;
  }
}
#recap-ss06 .btn {
  font-size: 1.75rem;
  font-weight: 900;
  padding: 1rem 2rem;
  border: none;
}
@media screen and (max-width: 1300px) {
  #recap-ss06 .btn {
    font-size: 1.15rem;
    text-align: center;
  }
}
#recap-ss06 .btn:hover {
  background-color: #FDFDFD;
  color: #27AE60;
  border-color: transparent;
}

/* --------------------------------------------
 * Contact
 * -------------------------------------------- */
#contact {
  scroll-margin-top: 80px;
  margin-top: 2rem;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #EDAF2E;
}
@media screen and (max-width: 1300px) {
  #contact {
    padding: 0 15px 2rem 15px;
    scroll-margin-top: 0;
  }
}
#contact .flex-box {
  margin-top: 2rem;
}
@media screen and (max-width: 1300px) {
  #contact .flex-box {
    flex-direction: column-reverse;
  }
}
#contact .text {
  padding-right: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1300px) {
  #contact .text {
    padding-right: 0rem;
  }
}
#contact .text p {
  font-size: 1rem;
}
#contact .adress-content {
  width: 100% !important;
}
#contact span {
  display: block;
}
#contact span.name {
  margin-top: 4rem;
  font-size: 1.45rem;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  #contact span.name {
    margin-top: 2rem;
  }
}
#contact span.adress {
  font-size: 1.2rem;
  line-height: 1.35rem;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
}
#contact span.phone, #contact span.email, #contact span.horaire {
  position: relative;
  font-size: 1.1rem;
  line-height: 2rem;
  padding-left: 36px;
  margin: 0.25rem 0;
}
#contact span.phone::after, #contact span.email::after, #contact span.horaire::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  background-size: cover;
  width: 24px;
  height: 24px;
}
#contact span.horaire {
  font-size: 0.85rem;
}
#contact span.phone::after {
  background-image: url(/imgs/ico_phone.svg);
}
#contact span.email::after {
  background-image: url(/imgs/ico_mail.svg);
}
#contact span.horaire::after {
  background-image: url(/imgs/ico_clock.svg);
}
#contact .flex-box div {
  width: 50%;
}
@media screen and (max-width: 1300px) {
  #contact .flex-box div {
    width: 100%;
  }
}
#contact form {
  width: 100%;
  margin: 1rem 0;
  font-family: system-ui, sans-serif;
}
#contact .field {
  width: 100% !important;
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}
#contact label {
  display: flex;
  color: #EDAF2E;
  font-weight: 600;
}
#contact label span {
  font-size: 0.75rem;
  font-weight: 900;
}
#contact input,
#contact textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid #a0a0a0;
  border-radius: 0.5rem;
}
#contact input:required:invalid,
#contact textarea:required:invalid {
  border-color: #a0a0a0;
}
#contact button {
  padding: 0.8rem 1.2rem;
  border: 1px solid #27AE60;
  border-radius: 64px;
  font-weight: 700;
  cursor: pointer;
  background-color: #27AE60;
  color: #FDFDFD;
  transition: background-color 0.25s, color 0.25s;
}
#contact button:hover {
  color: #27AE60;
  background-color: transparent;
}

/* --------------------------------------------
 * Contact
 * -------------------------------------------- */
#confiance {
  margin-top: 2rem;
  padding: 0 0 2rem 0;
  text-align: center;
}
#confiance .grid-partenaire {
  padding: 4rem 0;
  border-bottom: 1px solid #EDAF2E;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  place-items: center;
}
@media screen and (max-width: 1300px) {
  #confiance .grid-partenaire {
    display: flex;
    flex-direction: column;
  }
}
#confiance .grid-partenaire a.logo-part {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#confiance .grid-partenaire a.logo-part img {
  max-width: 180px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
  opacity: 0.9;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  #confiance .grid-partenaire a.logo-part img {
    filter: inherit;
  }
}
#confiance .grid-partenaire a.logo-part:hover img {
  filter: none;
}

/* --------------------------------------------
 * Footer
 * -------------------------------------------- */
footer {
  text-align: center;
  background-color: #271D13;
  color: #FDFDFD;
  padding: 2rem 0;
}
footer a {
  position: relative;
  color: #EDAF2E;
  text-decoration: none;
  font-size: 0.85rem;
}
footer a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 1px;
  background-color: #EDAF2E;
  transition: width 0.25s ease-in-out;
}
footer a:hover::after {
  width: 100%;
}
footer .copyright {
  font-size: 1.1rem;
  font-weight: 900;
  margin: 1rem 0;
}
footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 16px;
}
@media screen and (max-width: 1300px) {
  footer ul {
    margin-top: 1.45rem;
    flex-direction: column;
  }
}
footer ul li {
  font-size: 0.85rem;
}
footer .author {
  margin: 0.75rem 0;
  font-size: 0.65rem;
  opacity: 0.75;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  footer .author {
    margin: 1.45rem 0 0.75rem 0;
  }
}
footer .author a {
  font-size: 0.65rem;
}

/* --------------------------------------------
 * Mentions & Rgpd & Cookies
 * -------------------------------------------- */
.windows-legal {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  padding: 2rem;
  background-color: #fff;
  overflow-y: auto;
  transition: bottom 0.25s ease-in-out;
}
.windows-legal.open {
  bottom: 0;
}

.close-button {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 2rem;
  right: 4rem;
  background-image: url("/imgs/ico_close.svg");
  background-size: cover;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .close-button {
    top: 1rem;
    right: 1rem;
  }
}

#scroll-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 16px 16px;
  border: 8px solid #EDAF2E;
  background-image: url("/imgs/ico_scrollup.svg");
  background-size: cover;
  border-radius: 64px;
  transition: opacity 0.3s ease;
}

#scroll-up:hover {
  background-color: #555;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  z-index: 9999;
}

#cookie-banner p {
  margin: 0;
}

#cookie-banner a {
  color: #4ea3ff;
  text-decoration: underline;
}

#cookie-banner button {
  background: #4ea3ff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

#cookie-banner button:hover {
  background: #1d7de6;
}

/*# sourceMappingURL=style.css.map */
