@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/Segoe UI.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("../fonts/Segoe UI Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
* {
  font-family: "Segoe UI";
}
*:after, *:before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1, h2 {
  font-family: "Segoe UI" !important;
}

h2 {
  font-size: 3em;
}

.bg-accent {
  background-color: #97BE1E;
}

.bg-dark {
  background-color: #008292 !important;
}

.bg-darker {
  background-color: #055761 !important;
}

.bg-grey {
  background-color: #F1F1F1;
}

.txt-accent {
  color: #97BE1E;
}

.txt-dark {
  color: #008292;
}

.txt-light {
  color: #38BDC0;
}

.txt-white {
  color: #fff;
}

.corps, .one-rem {
  font-size: 1.1em;
}

.txt-big {
  font-size: 1.6em;
}

.a-btn, .a-btn-pill {
  display: block;
  padding: 0.5em 1em;
  font-weight: bold;
  text-decoration: none;
  margin: 20px 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3rem;
  transition: 0.2s;
  border: none;
  font-size: 1.2em;
  text-transform: uppercase;
}

.a-btn:hover, .a-btn-pill:hover {
  background-color: #fff;
}

.a-btn-primary-outline {
  background: none;
  border: 2px solid #97BE1E;
  color: #97BE1E;
}

.a-btn-primary-outline:hover {
  color: white;
  background-color: #97BE1E;
}

.a-btn-primary {
  background-color: #97BE1E;
  color: #fff !important;
}

.a-btn-secondary {
  background-color: #008292;
  color: #fff !important;
}

.a-btn-primary:hover {
  color: #97BE1E !important;
}

.a-btn-secondary:hover {
  color: #008292 !important;
}

.a-btn-pill {
  border-radius: 10rem;
}

.a-card {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 30px;
  box-shadow: 0 10px 15px rgba(0, 88, 75, 0.1058823529);
}

.a-sidebar {
  width: 250px;
  height: 100vh;
  transition: 0.2s ease-out;
  background-color: #fff;
  margin-left: -250px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.a-sidebar .d-flex a {
  font-size: 1.2em !important;
  color: #008292;
  transition: 0.2s;
  border-radius: 50px;
  padding: 10px 15px !important;
}
.a-sidebar .d-flex a svg {
  margin-right: 20px;
}
.a-sidebar .d-flex a svg path {
  fill: #008292;
}
.a-sidebar .d-flex .a-btn svg path {
  fill: #fff !important;
}
.a-sidebar .d-flex a:hover, .a-sidebar .d-flex a:focus, .a-sidebar .d-flex .sidebar-active {
  background-color: #008292;
  color: #fff;
}
.a-sidebar .d-flex a:hover svg path, .a-sidebar .d-flex a:focus svg path, .a-sidebar .d-flex .sidebar-active svg path {
  fill: #fff;
}
.a-sidebar .d-flex button {
  background-color: #7A7A7A;
  color: #fff;
  width: 100%;
}

.a-sidebar-show {
  width: 250px;
  margin-left: 0;
}

.home-cards .card-eshop, .home-cards .card-club {
  border-radius: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-blend-mode: color;
}
.home-cards .card-eshop::before, .home-cards .card-club::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 2rem;
  opacity: 0.8;
}
.home-cards .card-eshop .content, .home-cards .card-club .content {
  position: relative;
  z-index: 10;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 2rem;
}
.home-cards .card-eshop::before {
  background-color: #008292;
}
.home-cards .card-club::before {
  background-color: #97BE1E;
}
.home-cards .card-club::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 2rem;
  opacity: 0.8;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.home-coords {
  gap: 50px;
}
.home-coords .a-card {
  width: 300px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 400px);
  grid-gap: 20px;
}
.offer-grid-part, .offer-grid-serv, .offer-grid-lois {
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
}
.offer-grid-part::after, .offer-grid-serv::after, .offer-grid-lois::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.offer-grid-part {
  background-image: url("../../images/offre-partenaire.jpg");
  grid-column: 1;
  grid-row: 1;
}
.offer-grid-serv {
  background-image: url("../../images/offre-services.jpg");
  grid-column: 1;
  grid-row: 2;
}
.offer-grid-lois {
  background-image: url("../../images/offre-loisirs.jpg");
  grid-column: 1;
  grid-row: 3;
}

.grid-a .offer-grid-part, .grid-a .offer-grid-serv, .grid-a .offer-grid-lois {
  color: #008292;
  border-radius: 30px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2352941176);
}
.grid-a .offer-grid-part::after, .grid-a .offer-grid-serv::after, .grid-a .offer-grid-lois::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.334) 100%);
  border-radius: 30px;
}

.grid-na .offer-grid-part, .grid-na .offer-grid-serv, .grid-na .offer-grid-lois {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4392156863);
}
.grid-na .offer-grid-part::after, .grid-na .offer-grid-serv::after, .grid-na .offer-grid-lois::after {
  background: rgb(0, 130, 146);
  background: linear-gradient(0deg, rgb(0, 130, 146) 0%, rgba(0, 130, 146, 0) 100%);
  opacity: 0.8;
}

.offre-card {
  padding: 0;
  width: 200px;
  transition: 0.2s;
  background-color: #008292;
  cursor: pointer;
}
.offre-card a {
  text-decoration: none;
}
.offre-card-img {
  padding: 20px;
  display: flex;
  justify-content: center;
  background-color: white;
  border-radius: 1.5rem 1.5rem 0 0;
  height: 150px;
}
.offre-card-img img {
  height: 100px;
}
.offre-card-txt {
  color: #fff;
  text-align: center;
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 10px;
}
.offre-card:hover, .offre-card:focus {
  transform: scale(0.9);
  filter: brightness(0.9);
}

.header-pro {
  background-position: center;
  position: relative;
}
.header-pro:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.8;
  background: rgb(0, 130, 146);
  background: linear-gradient(90deg, rgb(0, 130, 146) 0%, rgb(151, 190, 30) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008292",endColorstr="#97be1e",GradientType=1);
}

.onglets {
  justify-content: center;
}

.choix-labo-btn {
  background-color: #97BE1E;
  color: white;
  text-decoration: none;
  text-align: center;
  margin: 5px 0;
  transition: 0.2s;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 0.2em;
}
.choix-labo-btn:hover {
  background-color: #008292;
  transform: scale(0.98);
  color: #fff;
}

.submit-btn {
  background-color: #97BE1E;
  color: white;
  text-decoration: none;
  text-align: center;
  margin: 5px 0;
  transition: 0.2s;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 0.2em;
  font-size: 16px;
}
.submit-btn:hover {
  background-color: #008292;
  transform: scale(0.98);
  color: #fff;
}

@media (max-width: 796px) {
  .a-sidebar {
    position: fixed;
  }
}
@media (min-width: 576px) {
  .offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 350px);
    grid-gap: 20px;
  }
  .offer-grid-part {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .offer-grid-part::after {
    background: linear-gradient(90deg, rgb(0, 130, 146) 0%, rgba(0, 130, 146, 0) 100%);
  }
  .offer-grid-serv {
    grid-column: 2;
    grid-row: 1;
  }
  .offer-grid-lois {
    grid-column: 2;
    grid-row: 2;
  }
  .grid-a .offer-grid-part::after {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
  }
  .grid-na .offer-grid-part::after {
    background: linear-gradient(90deg, rgb(0, 130, 146) 0%, rgba(0, 130, 146, 0) 100%);
  }
}
.pseudo-footer-menu a:hover {
  color: white;
}

@media (min-width: 993px) {
  .menu-title {
    border-left: 2px solid #444444 !important;
  }
  .a-sidebar {
    margin-left: 0;
    top: 85px;
    border: none !important;
  }
  main > .main-membre {
    margin-left: 250px;
  }
}/*# sourceMappingURL=styles.css.map */