﻿/* === CircularXXTT === */
@font-face {
  font-family: "CircularXXTT-Regular";
  src: url("../fonts/CircularXXTT/CircularXXTT-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CircularXXTT-Regular";
  src: url("../fonts/CircularXXTT/CircularXXTT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CircularXXTT-Regular";
  src: url("../fonts/CircularXXTT/CircularXXTT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "CircularXXTT-Medium";
  src: url("../fonts/CircularXXTT/CircularXXTT-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CircularXXTT-Medium";
  src: url("../fonts/CircularXXTT/CircularXXTT-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "CircularXXTT-Bold";
  src: url("../fonts/CircularXXTT/CircularXXTT-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* === CircularXX === */
@font-face {
  font-family: "CircularXX Book";
  src: url("../fonts/CircularXX/CircularXX-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CircularXX-Light";
  src: url("../fonts/CircularXX/CircularXX-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
/* === PGC-icons === */
@font-face {
  font-family: "pgc_icons";
  src: url("../fonts/PGC-icons/pgc_icons.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
[class^=pgc-],
[class*=" pgc-"] {
  font-family: "pgc_icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* === */
.pgc-facebook::before {
  content: "\e907";
}

.pgc-linkedin2::before {
  content: "\eaca";
}

.pgc-telephone::before {
  content: "\e90f";
}

.pgc-mail::before {
  content: "\e905";
}

.pgc-baliseMap::before {
  content: "\e90c";
}

.pgc-calendrier::before {
  content: "\e901";
}

.pgc-coeur::before {
  content: "\e90d";
}

.pgc-pin::before {
  content: "\e90c";
}

.pgc-maison::before {
  content: "\e915";
}

body {
  background-color: #FFF;
  color: #404040;
  font-family: "CircularXXTT-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
body:has(.header) {
  padding-top: 118px;
}
body ::selection {
  background-color: #F18700;
  color: white;
}
@media (width <= 768px) {
  body:has(.header) {
    padding-top: 128px;
  }
}
body a {
  color: #404040;
}
body input,
body button,
body textarea {
  font-family: "CircularXXTT-Regular";
}

/* === Class globales === */
.hide {
  display: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (width <= 1200px) {
  .container {
    max-width: 970px;
  }
}
@media (width <= 991px) {
  .container {
    max-width: 750px;
  }
}
@media (width <= 768px) {
  .container {
    max-width: none;
  }
}

.accordion {
  position: relative;
  overflow: hidden;
}
.accordion:has(.select--active) {
  overflow: visible;
}
.accordion--active .accordion__arrow {
  transform: rotate(-180deg);
}
.accordion--active .accordion__content {
  grid-template-rows: 1fr;
}
.accordion__head {
  cursor: pointer;
}
.accordion__arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease, margin-top 0.3s ease;
}
.accordion__desc, .accordion-list {
  overflow: hidden;
}
.accordion__desc:has(.select--active), .accordion-list:has(.select--active) {
  overflow: visible;
}

.fade-in {
  opacity: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.selectionHeart.selected {
  color: #F18700 !important;
}
