﻿@charset "UTF-8";
/* --- RESET --- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0;
}

textarea {
  resize: none;
}

button,
select,
option {
  cursor: pointer;
}

body {
  font-family: sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

button {
  outline: 0;
  border: 0;
}

/* --- /RESET --- */
/* === 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";
}

html {
  scroll-behavior: smooth;
}

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__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;
}
