* {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #D1D3D9;
}

::selection {
  background-color: #D1D3D9;
}

/* TINYMCE */
.mce-content-body {
  padding: 1rem;
}

/* GRID */
.container-fluid {
  margin: 0;
  padding: 0;
}
.container-fluid .row {
  margin: 0;
  padding: 0;
}
.container-fluid .row [class*=col] {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html.menu-open, body.menu-open {
  overflow: hidden;
}

html {
  font-size: 16px;
}

@media (max-width: 1199px) {
  html {
    font-size: 15px;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A2740;
  background: white;
  padding: 4rem 0 0;
}
body.home {
  padding: 0;
}
body.has-parent {
  padding: 8rem 0 0;
}

@media (max-width: 991px) {
  body.has-parent {
    padding: 4rem 0 0;
  }
}
h1, h2, h3, h4, ul, ol, p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 200;
  padding: 0 0 1.5rem;
  margin: 0 0 2.5rem;
  position: relative;
}
h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  border-bottom: solid 2px #1A2740;
}
h1 strong {
  font-weight: 600;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 2.3rem;
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
  }
}
h2 {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 200;
  margin: 0 0 2rem;
}
h2.small {
  font-size: 2rem;
}
h2 strong {
  font-weight: 600;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 1.6rem;
  }
}
h3 {
  font-family: "Aleo", serif;
  font-size: 1.6rem;
  color: #C87351;
  font-weight: 300;
  margin: 0 0 1.5rem;
}
h3.has-small-font-size {
  margin: 0;
  font-size: 1.2rem !important;
}
h3.default {
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 1.3rem;
    margin: 0 0 0.75rem;
  }
}
h4 {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
}

@media (max-width: 1199px) {
  h4 {
    font-size: 1.1rem;
  }
}
p {
  margin: 0 0 2rem;
}
p:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  p {
    margin: 0 0 1rem;
  }
}
strong {
  font-weight: 600;
}

small {
  font-size: 0.85rem;
}

blockquote {
  font-size: 1.3rem;
  margin: 0 0 2rem;
}
blockquote p {
  margin: 0 0 2rem;
  display: inline;
  background-image: linear-gradient(to bottom, transparent 50%, rgba(200, 115, 81, 0.15) 50%);
}

@media (max-width: 767px) {
  blockquote {
    margin: 0 0 1rem;
  }
  blockquote p {
    margin: 0 0 1rem;
  }
}
a {
  color: #1A2740;
  text-decoration: none;
  transition: color 0.3s ease;
}

ul, ol {
  margin: 0 0 2rem;
}
ul:last-child, ol:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  ul, ol {
    margin: 0 0 1rem;
  }
}
address {
  font-style: normal;
  font-size: 1.3rem;
  margin-top: -1rem;
}

@media (max-width: 1199px) {
  address {
    font-size: 1.1rem;
  }
}
form label {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  line-height: 3rem;
  pointer-events: none;
  transition: transform 0.3s ease, font-size 0.3s ease;
}
form input[type=radio], form input[type=checkbox] {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
}
form input[type=radio]:checked + label:after, form input[type=checkbox]:checked + label:after {
  opacity: 1;
}
form input[type=radio] + label, form input[type=checkbox] + label {
  position: relative;
  padding: 0 0 0 3rem;
  display: block;
  height: calc(1.5rem + 4px);
  line-height: calc(1.5rem + 4px);
  pointer-events: inherit;
}
form input[type=radio] + label:before, form input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  border: solid 2px #D1D3D9;
}
form input[type=radio] + label:after, form input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: calc(0.25rem + 2px);
  left: calc(0.25rem + 2px);
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: #1A2740;
  opacity: 0;
  transition: opacity 0.3s ease;
}
form input[type=checkbox] {
  opacity: 0;
}
form input[type=checkbox] + label {
  padding-top: 0.25rem;
  height: auto;
  line-height: 1.5;
}
form input[type=checkbox] + label:before {
  border-radius: 0;
}
form input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 0.33rem;
  left: 0.65rem;
  border: solid #1A2740;
  border-width: 0 3px 3px 0;
  padding: 5px 3px;
  border-radius: 0;
  width: auto;
  height: auto;
  background: none;
  transform: rotate(45deg);
}
form input[type=checkbox] + label a {
  text-decoration: underline;
}
form input[type=checkbox] + label a:hover {
  color: #C87351;
}
form .form-group {
  margin: 0 0 3rem;
  position: relative;
}
form .form-group.inline {
  display: flex;
}
form .form-group.inline div {
  margin: 0 2rem 0 0;
  position: relative;
}
form .form-group.error label {
  color: #CC0000;
}
form .form-control, form .form-control-textarea {
  width: 100%;
  border: 0;
  background: white;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #1A2740;
  border-bottom: solid 2px #D1D3D9;
  padding: 0;
  height: 3rem;
  line-height: 3rem;
  transition: border 0.3s ease;
}
form .form-control::-moz-placeholder, form .form-control-textarea::-moz-placeholder {
  color: transparent;
}
form .form-control:-ms-input-placeholder, form .form-control-textarea:-ms-input-placeholder {
  color: transparent;
}
form .form-control::placeholder, form .form-control-textarea::placeholder {
  color: transparent;
}
form .form-control:focus, form .form-control-textarea:focus {
  outline: 0;
  border-bottom-color: #1A2740;
}
form .form-control:focus + label, form .form-control-textarea:focus + label {
  transform: translateY(-1.5rem);
  font-size: 0.85rem;
}
form .form-control:not(:-moz-placeholder-shown) + label, form .form-control-textarea:not(:-moz-placeholder-shown) + label {
  transform: translateY(-1.5rem);
  font-size: 0.85rem;
}
form .form-control:not(:-ms-input-placeholder) + label, form .form-control-textarea:not(:-ms-input-placeholder) + label {
  transform: translateY(-1.5rem);
  font-size: 0.85rem;
}
form .form-control:not(:placeholder-shown) + label, form .form-control-textarea:not(:placeholder-shown) + label {
  transform: translateY(-1.5rem);
  font-size: 0.85rem;
}
form .form-control-textarea {
  height: 15rem;
  line-height: 1.5rem;
  padding: 1rem 0;
  resize: none;
}
form .btn-required {
  display: flex;
  justify-content: space-between;
}
form .btn-required p {
  margin: 0;
}
form .msg-error {
  color: #CC0000;
  display: none;
  margin: 2rem 0 0 0;
}
form .msg-success {
  color: #4EB142;
  display: none;
  margin: 2rem 0 0 0;
}

section {
  padding: 5rem 0;
  border-top: solid 2px #D1D3D9;
}
section:first-of-type {
  border: 0;
}

@media (max-width: 767px) {
  section {
    padding: 3rem 0;
  }
}
/* STRUCTURE */
header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  height: 4rem;
  background: white;
  box-shadow: 0 0 30px rgba(26, 39, 64, 0.1);
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
header.home {
  background: transparent;
  box-shadow: none;
}
header.home .has-logo {
  display: none;
}
header.home .has-menu {
  width: 100%;
}
header.home .has-menu nav ul li {
  padding: 0 3rem;
}
header.off {
  transform: translateY(-4rem);
}
header.on {
  transform: translateY(0rem);
}
header nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
header nav ul li {
  list-style: none;
  padding: 0 2.5rem;
  font-weight: 500;
  height: 4rem;
  display: flex;
  align-items: center;
}
header nav ul li.current-menu-item {
  font-weight: 800;
}
header nav ul li.current-menu-item.menu-item-has-children ul {
  display: flex;
}
header nav ul li.current-menu-item a:before {
  right: 0;
  opacity: 1;
}
header nav ul li.current-menu-parent.menu-item-has-children ul {
  display: flex;
}
header nav ul li a {
  display: flex;
  text-transform: uppercase;
  position: relative;
  padding: 0.3rem 0;
}
header nav ul li a:hover:before {
  right: 0;
  opacity: 1;
}
header nav ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  border-bottom: solid 3px #1A2740;
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease;
}
header nav ul li ul {
  display: none;
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  background: #1A2740;
  justify-content: center;
  margin: 0;
}
header nav ul li ul li {
  list-style: none;
}
header nav ul li ul li.current-menu-item {
  font-weight: 700;
}
header nav ul li ul li.current-menu-item a {
  color: #C87351;
}
header nav ul li ul li a {
  text-transform: uppercase;
  color: white;
}
header nav ul li ul li a:hover {
  color: #C87351;
}
header nav .externe {
  display: none;
}
header nav .burger {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: no-repeat center/2rem url(../images/burger.svg);
}
header nav .burger.active {
  background: no-repeat center/2rem url(../images/croix.svg);
}
header .logo {
  height: 4rem;
  display: flex;
  align-items: center;
}

@media (max-width: 1399px) {
  header nav ul li {
    padding: 0 2rem;
  }
}
@media (max-width: 1199px) {
  header nav ul li {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  header nav ul {
    flex-direction: column;
  }
  header nav ul li {
    height: auto;
    flex-direction: column;
  }
  header nav ul li a {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border-bottom: dotted 2px #D1D3D9;
  }
  header nav ul li a:before {
    content: none;
  }
  header nav ul li ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
  }
  header nav ul li ul li a {
    color: #1A2740;
  }
  header nav .contain {
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    height: calc(100vh - 4rem);
    background: white;
    display: none;
  }
  header nav .contain.active {
    display: block;
  }
  header nav .externe {
    display: block;
  }
  header nav .externe ul {
    flex-direction: row;
  }
  header nav .externe ul li a {
    text-transform: none;
    display: flex;
    border: 0;
  }
  header nav .externe ul li a span {
    margin: 0 0 0 0.5rem;
  }
  header nav .burger {
    display: block;
  }
}
footer {
  padding: 2rem 0;
  font-size: 0.85rem;
  border-top: solid 2px #1A2740;
}
footer ul {
  margin: 0;
}
footer ul li {
  list-style: none;
  margin: 0 0 0.5rem;
}
footer ul li a:hover {
  color: #C87351;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  max-width: 50%;
  position: relative;
  left: 3%;
  margin: 0 0 1rem;
}
footer .externe ul li a {
  display: flex;
}
footer .externe ul li a span {
  margin: 0 0 0 0.5rem;
}
footer .mentions {
  border-top: solid 1px #D1D3D9;
  text-align: center;
  margin: 2rem 0 0;
  padding: 2rem 0 0;
}
footer .mentions ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
footer .mentions ul li {
  list-style: none;
  margin: 0 2rem;
}

@media (max-width: 767px) {
  footer .logo {
    margin: 0 0 3rem;
  }
  footer .logo img {
    width: 40%;
    left: 1%;
    max-width: 200px;
  }
  footer .externe {
    margin: 1rem 0 0;
  }
  footer .externe ul {
    display: flex;
  }
  footer .externe ul li {
    width: 50%;
  }
  footer .mentions ul {
    flex-direction: column;
    align-items: center;
  }
  footer .mentions ul li {
    margin: 0 0 0.5rem;
  }
  footer .mentions ul li:last-child {
    margin: 0;
  }
}
/* CLASSES */
/* IMAGES */
.image img {
  width: 100%;
  height: auto;
  display: block;
}

.liste-image {
  display: flex;
  align-items: center;
}
.liste-image li {
  list-style: none;
  margin: 0 2rem 0 0;
}

@media (max-width: 767px) {
  .liste-image {
    flex-wrap: wrap;
  }
  .liste-image li {
    width: 50%;
    text-align: center;
    margin: 0 0 2rem;
  }
}
/* BTN */
.btn {
  background: none;
  border: 0;
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0 2rem;
  font-family: "Poppins", sans-serif;
  line-height: 0.85rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #C87351;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  transition: padding 0.3s ease;
}
.btn:hover {
  padding: 0 0 0 2.5rem;
}
.btn:hover:before {
  width: 2rem;
  transition: width 0.3s ease;
}
.btn:hover:after {
  opacity: 1;
  transform: translateY(-50%) rotate(-45deg) scale(1);
  transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 2px;
  background: #C87351;
  transition: width 0.3s ease 0.1s;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.46rem;
  border: solid #C87351;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: translateY(-50%) rotate(-45deg) scale(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.btn-group {
  display: flex;
  flex-direction: column;
}
.btn-group .btn + .btn {
  margin: 2rem 0 0;
}

.liste-btn.has-hr li {
  padding: 0 0 2rem;
  border-bottom: solid 1px #D1D3D9;
}
.liste-btn li {
  list-style: none;
  margin: 0 0 2rem;
}
.liste-btn li:last-child {
  border: 0;
  margin: 0;
}
.liste-btn li a {
  display: block;
  padding: 0 0 0 2rem;
  position: relative;
}
.liste-btn li a:hover {
  color: #C87351;
}
.liste-btn li a:before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 1.5rem;
  border-top: solid 2px #C87351;
}

/* TEXTE */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-lowercase {
  text-transform: none;
}

.has-small-font-size {
  font-size: 0.85rem !important;
}

/* PADDING / MARGIN */
.sp-0 {
  padding: 0rem;
}

.spt-0 {
  padding-top: 0rem;
}

.spb-0 {
  padding-bottom: 0rem;
}

.sm-0 {
  margin: 0rem;
}

.smt-0 {
  margin-top: 0rem;
}

.smb-0 {
  margin-bottom: 0rem;
}

.sp-1 {
  padding: 1rem;
}

.spt-1 {
  padding-top: 1rem;
}

.spb-1 {
  padding-bottom: 1rem;
}

.sm-1 {
  margin: 1rem;
}

.smt-1 {
  margin-top: 1rem;
}

.smb-1 {
  margin-bottom: 1rem;
}

.sp-2 {
  padding: 2rem;
}

.spt-2 {
  padding-top: 2rem;
}

.spb-2 {
  padding-bottom: 2rem;
}

.sm-2 {
  margin: 2rem;
}

.smt-2 {
  margin-top: 2rem;
}

.smb-2 {
  margin-bottom: 2rem;
}

.sp-3 {
  padding: 3rem;
}

.spt-3 {
  padding-top: 3rem;
}

.spb-3 {
  padding-bottom: 3rem;
}

.sm-3 {
  margin: 3rem;
}

.smt-3 {
  margin-top: 3rem;
}

.smb-3 {
  margin-bottom: 3rem;
}

.sp-4 {
  padding: 4rem;
}

.spt-4 {
  padding-top: 4rem;
}

.spb-4 {
  padding-bottom: 4rem;
}

.sm-4 {
  margin: 4rem;
}

.smt-4 {
  margin-top: 4rem;
}

.smb-4 {
  margin-bottom: 4rem;
}

.sp-5 {
  padding: 5rem;
}

.spt-5 {
  padding-top: 5rem;
}

.spb-5 {
  padding-bottom: 5rem;
}

.sm-5 {
  margin: 5rem;
}

.smt-5 {
  margin-top: 5rem;
}

.smb-5 {
  margin-bottom: 5rem;
}

.sp-6 {
  padding: 6rem;
}

.spt-6 {
  padding-top: 6rem;
}

.spb-6 {
  padding-bottom: 6rem;
}

.sm-6 {
  margin: 6rem;
}

.smt-6 {
  margin-top: 6rem;
}

.smb-6 {
  margin-bottom: 6rem;
}

.sp-7 {
  padding: 7rem;
}

.spt-7 {
  padding-top: 7rem;
}

.spb-7 {
  padding-bottom: 7rem;
}

.sm-7 {
  margin: 7rem;
}

.smt-7 {
  margin-top: 7rem;
}

.smb-7 {
  margin-bottom: 7rem;
}

.sp-8 {
  padding: 8rem;
}

.spt-8 {
  padding-top: 8rem;
}

.spb-8 {
  padding-bottom: 8rem;
}

.sm-8 {
  margin: 8rem;
}

.smt-8 {
  margin-top: 8rem;
}

.smb-8 {
  margin-bottom: 8rem;
}

.sp-9 {
  padding: 9rem;
}

.spt-9 {
  padding-top: 9rem;
}

.spb-9 {
  padding-bottom: 9rem;
}

.sm-9 {
  margin: 9rem;
}

.smt-9 {
  margin-top: 9rem;
}

.smb-9 {
  margin-bottom: 9rem;
}

.sp-10 {
  padding: 10rem;
}

.spt-10 {
  padding-top: 10rem;
}

.spb-10 {
  padding-bottom: 10rem;
}

.sm-10 {
  margin: 10rem;
}

.smt-10 {
  margin-top: 10rem;
}

.smb-10 {
  margin-bottom: 10rem;
}

.sp-11 {
  padding: 11rem;
}

.spt-11 {
  padding-top: 11rem;
}

.spb-11 {
  padding-bottom: 11rem;
}

.sm-11 {
  margin: 11rem;
}

.smt-11 {
  margin-top: 11rem;
}

.smb-11 {
  margin-bottom: 11rem;
}

.sp-12 {
  padding: 12rem;
}

.spt-12 {
  padding-top: 12rem;
}

.spb-12 {
  padding-bottom: 12rem;
}

.sm-12 {
  margin: 12rem;
}

.smt-12 {
  margin-top: 12rem;
}

.smb-12 {
  margin-bottom: 12rem;
}

.sp-13 {
  padding: 13rem;
}

.spt-13 {
  padding-top: 13rem;
}

.spb-13 {
  padding-bottom: 13rem;
}

.sm-13 {
  margin: 13rem;
}

.smt-13 {
  margin-top: 13rem;
}

.smb-13 {
  margin-bottom: 13rem;
}

.sp-14 {
  padding: 14rem;
}

.spt-14 {
  padding-top: 14rem;
}

.spb-14 {
  padding-bottom: 14rem;
}

.sm-14 {
  margin: 14rem;
}

.smt-14 {
  margin-top: 14rem;
}

.smb-14 {
  margin-bottom: 14rem;
}

.sp-15 {
  padding: 15rem;
}

.spt-15 {
  padding-top: 15rem;
}

.spb-15 {
  padding-bottom: 15rem;
}

.sm-15 {
  margin: 15rem;
}

.smt-15 {
  margin-top: 15rem;
}

.smb-15 {
  margin-bottom: 15rem;
}

.sp-16 {
  padding: 16rem;
}

.spt-16 {
  padding-top: 16rem;
}

.spb-16 {
  padding-bottom: 16rem;
}

.sm-16 {
  margin: 16rem;
}

.smt-16 {
  margin-top: 16rem;
}

.smb-16 {
  margin-bottom: 16rem;
}

@media (min-width: 1200px) {
  .sp-xl-0 {
    padding: 0rem;
  }
  .spt-xl-0 {
    padding-top: 0rem;
  }
  .spb-xl-0 {
    padding-bottom: 0rem;
  }
  .sm-xl-0 {
    margin: 0rem;
  }
  .smt-xl-0 {
    margin-top: 0rem;
  }
  .smb-xl-0 {
    margin-bottom: 0rem;
  }
  .sp-xl-1 {
    padding: 1rem;
  }
  .spt-xl-1 {
    padding-top: 1rem;
  }
  .spb-xl-1 {
    padding-bottom: 1rem;
  }
  .sm-xl-1 {
    margin: 1rem;
  }
  .smt-xl-1 {
    margin-top: 1rem;
  }
  .smb-xl-1 {
    margin-bottom: 1rem;
  }
  .sp-xl-2 {
    padding: 2rem;
  }
  .spt-xl-2 {
    padding-top: 2rem;
  }
  .spb-xl-2 {
    padding-bottom: 2rem;
  }
  .sm-xl-2 {
    margin: 2rem;
  }
  .smt-xl-2 {
    margin-top: 2rem;
  }
  .smb-xl-2 {
    margin-bottom: 2rem;
  }
  .sp-xl-3 {
    padding: 3rem;
  }
  .spt-xl-3 {
    padding-top: 3rem;
  }
  .spb-xl-3 {
    padding-bottom: 3rem;
  }
  .sm-xl-3 {
    margin: 3rem;
  }
  .smt-xl-3 {
    margin-top: 3rem;
  }
  .smb-xl-3 {
    margin-bottom: 3rem;
  }
  .sp-xl-4 {
    padding: 4rem;
  }
  .spt-xl-4 {
    padding-top: 4rem;
  }
  .spb-xl-4 {
    padding-bottom: 4rem;
  }
  .sm-xl-4 {
    margin: 4rem;
  }
  .smt-xl-4 {
    margin-top: 4rem;
  }
  .smb-xl-4 {
    margin-bottom: 4rem;
  }
  .sp-xl-5 {
    padding: 5rem;
  }
  .spt-xl-5 {
    padding-top: 5rem;
  }
  .spb-xl-5 {
    padding-bottom: 5rem;
  }
  .sm-xl-5 {
    margin: 5rem;
  }
  .smt-xl-5 {
    margin-top: 5rem;
  }
  .smb-xl-5 {
    margin-bottom: 5rem;
  }
  .sp-xl-6 {
    padding: 6rem;
  }
  .spt-xl-6 {
    padding-top: 6rem;
  }
  .spb-xl-6 {
    padding-bottom: 6rem;
  }
  .sm-xl-6 {
    margin: 6rem;
  }
  .smt-xl-6 {
    margin-top: 6rem;
  }
  .smb-xl-6 {
    margin-bottom: 6rem;
  }
  .sp-xl-7 {
    padding: 7rem;
  }
  .spt-xl-7 {
    padding-top: 7rem;
  }
  .spb-xl-7 {
    padding-bottom: 7rem;
  }
  .sm-xl-7 {
    margin: 7rem;
  }
  .smt-xl-7 {
    margin-top: 7rem;
  }
  .smb-xl-7 {
    margin-bottom: 7rem;
  }
  .sp-xl-8 {
    padding: 8rem;
  }
  .spt-xl-8 {
    padding-top: 8rem;
  }
  .spb-xl-8 {
    padding-bottom: 8rem;
  }
  .sm-xl-8 {
    margin: 8rem;
  }
  .smt-xl-8 {
    margin-top: 8rem;
  }
  .smb-xl-8 {
    margin-bottom: 8rem;
  }
  .sp-xl-9 {
    padding: 9rem;
  }
  .spt-xl-9 {
    padding-top: 9rem;
  }
  .spb-xl-9 {
    padding-bottom: 9rem;
  }
  .sm-xl-9 {
    margin: 9rem;
  }
  .smt-xl-9 {
    margin-top: 9rem;
  }
  .smb-xl-9 {
    margin-bottom: 9rem;
  }
  .sp-xl-10 {
    padding: 10rem;
  }
  .spt-xl-10 {
    padding-top: 10rem;
  }
  .spb-xl-10 {
    padding-bottom: 10rem;
  }
  .sm-xl-10 {
    margin: 10rem;
  }
  .smt-xl-10 {
    margin-top: 10rem;
  }
  .smb-xl-10 {
    margin-bottom: 10rem;
  }
  .sp-xl-11 {
    padding: 11rem;
  }
  .spt-xl-11 {
    padding-top: 11rem;
  }
  .spb-xl-11 {
    padding-bottom: 11rem;
  }
  .sm-xl-11 {
    margin: 11rem;
  }
  .smt-xl-11 {
    margin-top: 11rem;
  }
  .smb-xl-11 {
    margin-bottom: 11rem;
  }
  .sp-xl-12 {
    padding: 12rem;
  }
  .spt-xl-12 {
    padding-top: 12rem;
  }
  .spb-xl-12 {
    padding-bottom: 12rem;
  }
  .sm-xl-12 {
    margin: 12rem;
  }
  .smt-xl-12 {
    margin-top: 12rem;
  }
  .smb-xl-12 {
    margin-bottom: 12rem;
  }
  .sp-xl-13 {
    padding: 13rem;
  }
  .spt-xl-13 {
    padding-top: 13rem;
  }
  .spb-xl-13 {
    padding-bottom: 13rem;
  }
  .sm-xl-13 {
    margin: 13rem;
  }
  .smt-xl-13 {
    margin-top: 13rem;
  }
  .smb-xl-13 {
    margin-bottom: 13rem;
  }
  .sp-xl-14 {
    padding: 14rem;
  }
  .spt-xl-14 {
    padding-top: 14rem;
  }
  .spb-xl-14 {
    padding-bottom: 14rem;
  }
  .sm-xl-14 {
    margin: 14rem;
  }
  .smt-xl-14 {
    margin-top: 14rem;
  }
  .smb-xl-14 {
    margin-bottom: 14rem;
  }
  .sp-xl-15 {
    padding: 15rem;
  }
  .spt-xl-15 {
    padding-top: 15rem;
  }
  .spb-xl-15 {
    padding-bottom: 15rem;
  }
  .sm-xl-15 {
    margin: 15rem;
  }
  .smt-xl-15 {
    margin-top: 15rem;
  }
  .smb-xl-15 {
    margin-bottom: 15rem;
  }
  .sp-xl-16 {
    padding: 16rem;
  }
  .spt-xl-16 {
    padding-top: 16rem;
  }
  .spb-xl-16 {
    padding-bottom: 16rem;
  }
  .sm-xl-16 {
    margin: 16rem;
  }
  .smt-xl-16 {
    margin-top: 16rem;
  }
  .smb-xl-16 {
    margin-bottom: 16rem;
  }
}
@media (min-width: 991px) {
  .sp-lg-0 {
    padding: 0rem;
  }
  .spt-lg-0 {
    padding-top: 0rem;
  }
  .spb-lg-0 {
    padding-bottom: 0rem;
  }
  .sm-lg-0 {
    margin: 0rem;
  }
  .smt-lg-0 {
    margin-top: 0rem;
  }
  .smb-lg-0 {
    margin-bottom: 0rem;
  }
  .sp-lg-1 {
    padding: 1rem;
  }
  .spt-lg-1 {
    padding-top: 1rem;
  }
  .spb-lg-1 {
    padding-bottom: 1rem;
  }
  .sm-lg-1 {
    margin: 1rem;
  }
  .smt-lg-1 {
    margin-top: 1rem;
  }
  .smb-lg-1 {
    margin-bottom: 1rem;
  }
  .sp-lg-2 {
    padding: 2rem;
  }
  .spt-lg-2 {
    padding-top: 2rem;
  }
  .spb-lg-2 {
    padding-bottom: 2rem;
  }
  .sm-lg-2 {
    margin: 2rem;
  }
  .smt-lg-2 {
    margin-top: 2rem;
  }
  .smb-lg-2 {
    margin-bottom: 2rem;
  }
  .sp-lg-3 {
    padding: 3rem;
  }
  .spt-lg-3 {
    padding-top: 3rem;
  }
  .spb-lg-3 {
    padding-bottom: 3rem;
  }
  .sm-lg-3 {
    margin: 3rem;
  }
  .smt-lg-3 {
    margin-top: 3rem;
  }
  .smb-lg-3 {
    margin-bottom: 3rem;
  }
  .sp-lg-4 {
    padding: 4rem;
  }
  .spt-lg-4 {
    padding-top: 4rem;
  }
  .spb-lg-4 {
    padding-bottom: 4rem;
  }
  .sm-lg-4 {
    margin: 4rem;
  }
  .smt-lg-4 {
    margin-top: 4rem;
  }
  .smb-lg-4 {
    margin-bottom: 4rem;
  }
  .sp-lg-5 {
    padding: 5rem;
  }
  .spt-lg-5 {
    padding-top: 5rem;
  }
  .spb-lg-5 {
    padding-bottom: 5rem;
  }
  .sm-lg-5 {
    margin: 5rem;
  }
  .smt-lg-5 {
    margin-top: 5rem;
  }
  .smb-lg-5 {
    margin-bottom: 5rem;
  }
  .sp-lg-6 {
    padding: 6rem;
  }
  .spt-lg-6 {
    padding-top: 6rem;
  }
  .spb-lg-6 {
    padding-bottom: 6rem;
  }
  .sm-lg-6 {
    margin: 6rem;
  }
  .smt-lg-6 {
    margin-top: 6rem;
  }
  .smb-lg-6 {
    margin-bottom: 6rem;
  }
  .sp-lg-7 {
    padding: 7rem;
  }
  .spt-lg-7 {
    padding-top: 7rem;
  }
  .spb-lg-7 {
    padding-bottom: 7rem;
  }
  .sm-lg-7 {
    margin: 7rem;
  }
  .smt-lg-7 {
    margin-top: 7rem;
  }
  .smb-lg-7 {
    margin-bottom: 7rem;
  }
  .sp-lg-8 {
    padding: 8rem;
  }
  .spt-lg-8 {
    padding-top: 8rem;
  }
  .spb-lg-8 {
    padding-bottom: 8rem;
  }
  .sm-lg-8 {
    margin: 8rem;
  }
  .smt-lg-8 {
    margin-top: 8rem;
  }
  .smb-lg-8 {
    margin-bottom: 8rem;
  }
  .sp-lg-9 {
    padding: 9rem;
  }
  .spt-lg-9 {
    padding-top: 9rem;
  }
  .spb-lg-9 {
    padding-bottom: 9rem;
  }
  .sm-lg-9 {
    margin: 9rem;
  }
  .smt-lg-9 {
    margin-top: 9rem;
  }
  .smb-lg-9 {
    margin-bottom: 9rem;
  }
  .sp-lg-10 {
    padding: 10rem;
  }
  .spt-lg-10 {
    padding-top: 10rem;
  }
  .spb-lg-10 {
    padding-bottom: 10rem;
  }
  .sm-lg-10 {
    margin: 10rem;
  }
  .smt-lg-10 {
    margin-top: 10rem;
  }
  .smb-lg-10 {
    margin-bottom: 10rem;
  }
  .sp-lg-11 {
    padding: 11rem;
  }
  .spt-lg-11 {
    padding-top: 11rem;
  }
  .spb-lg-11 {
    padding-bottom: 11rem;
  }
  .sm-lg-11 {
    margin: 11rem;
  }
  .smt-lg-11 {
    margin-top: 11rem;
  }
  .smb-lg-11 {
    margin-bottom: 11rem;
  }
  .sp-lg-12 {
    padding: 12rem;
  }
  .spt-lg-12 {
    padding-top: 12rem;
  }
  .spb-lg-12 {
    padding-bottom: 12rem;
  }
  .sm-lg-12 {
    margin: 12rem;
  }
  .smt-lg-12 {
    margin-top: 12rem;
  }
  .smb-lg-12 {
    margin-bottom: 12rem;
  }
  .sp-lg-13 {
    padding: 13rem;
  }
  .spt-lg-13 {
    padding-top: 13rem;
  }
  .spb-lg-13 {
    padding-bottom: 13rem;
  }
  .sm-lg-13 {
    margin: 13rem;
  }
  .smt-lg-13 {
    margin-top: 13rem;
  }
  .smb-lg-13 {
    margin-bottom: 13rem;
  }
  .sp-lg-14 {
    padding: 14rem;
  }
  .spt-lg-14 {
    padding-top: 14rem;
  }
  .spb-lg-14 {
    padding-bottom: 14rem;
  }
  .sm-lg-14 {
    margin: 14rem;
  }
  .smt-lg-14 {
    margin-top: 14rem;
  }
  .smb-lg-14 {
    margin-bottom: 14rem;
  }
  .sp-lg-15 {
    padding: 15rem;
  }
  .spt-lg-15 {
    padding-top: 15rem;
  }
  .spb-lg-15 {
    padding-bottom: 15rem;
  }
  .sm-lg-15 {
    margin: 15rem;
  }
  .smt-lg-15 {
    margin-top: 15rem;
  }
  .smb-lg-15 {
    margin-bottom: 15rem;
  }
  .sp-lg-16 {
    padding: 16rem;
  }
  .spt-lg-16 {
    padding-top: 16rem;
  }
  .spb-lg-16 {
    padding-bottom: 16rem;
  }
  .sm-lg-16 {
    margin: 16rem;
  }
  .smt-lg-16 {
    margin-top: 16rem;
  }
  .smb-lg-16 {
    margin-bottom: 16rem;
  }
}
/* GRILLE */
.grid-8 {
  width: 880px;
  margin: 0 0 0 calc(75% - 660px + var(--bs-gutter-x) / 2);
}

@media (max-width: 1399px) {
  .grid-8 {
    width: 760px;
    margin: 0 0 0 calc(75% - 570px + var(--bs-gutter-x) / 2);
  }
}
@media (max-width: 1199px) {
  .grid-8 {
    width: 640px;
    margin: 0 0 0 calc(75% - 480px + var(--bs-gutter-x) / 2);
  }
}
@media (max-width: 991px) {
  .grid-8 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 calc(var(--bs-gutter-x) / 2);
  }
}
@media (max-width: 767px) {
  .grid-8 {
    max-width: 540px;
  }
}
/* BACKGROUND */
.bg-or {
  background: #C87351 no-repeat center/cover url(../images/bg-or.jpg);
  color: white;
  border: 0;
}
.bg-or h1:after {
  border-bottom-color: white;
}
.bg-or h2, .bg-or h3 {
  color: white;
}
.bg-or .btn {
  color: white;
}
.bg-or .btn:before {
  background: white;
}
.bg-or .btn:after {
  border-color: white;
}

.bg-noir {
  background: #1A2740;
  color: white;
  border: 0;
}
.bg-noir h1 {
  color: #C87351;
}
.bg-noir h1:after {
  border-bottom-color: #C87351;
}
.bg-noir h2, .bg-noir h3 {
  color: white;
}
.bg-noir a {
  color: white;
}
.bg-noir .btn:hover {
  color: #C87351;
}

.has-bg {
  padding: 0;
  position: relative;
  border: 0;
}
.has-bg.noir:after {
  background: #1A2740;
}
.has-bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100% - 1320px) / 2);
}
.has-bg .wrapper {
  padding: 5rem 0;
}

@media (max-width: 1399px) {
  .has-bg:after {
    width: calc((100% - 1140px) / 2);
  }
}
@media (max-width: 1199px) {
  .has-bg:after {
    width: calc((100% - 960px) / 2);
  }
}
@media (max-width: 991px) {
  .has-bg:after {
    width: calc((100% - 720px) / 2);
  }
}
@media (max-width: 767px) {
  .has-bg:after {
    content: none;
  }
  .has-bg .wrapper {
    padding: 3rem 0;
  }
}
.has-filigrane {
  position: Relative;
}
.has-filigrane:after {
  content: "";
  position: absolute;
  top: -15%;
  right: -2%;
  width: 35vw;
  height: 35vw;
  background: no-repeat center/contain url(../images/filigrane.svg);
}

@media (max-width: 767px) {
  .has-filigrane:after {
    content: none;
  }
}
/* FEATURED */
.featured {
  height: 60vh;
  border: 0;
  padding: 0;
  position: relative;
}
.featured.home {
  height: 100vh;
}
.featured.home .wrapper {
  height: 100vh;
  align-items: center;
}
.featured.home .wrapper img {
  max-width: 60%;
}
.featured.has-bg .wrapper {
  height: 60vh;
  padding: 5rem 2rem;
}
.featured .image {
  height: 60vh;
}
.featured .wrapper {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured .wrapper h1 {
  text-transform: none;
  text-align: center;
  margin: 2rem 0 0 0;
}
.featured .wrapper h1:after {
  content: none;
}
.featured .over {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 2rem;
}
.featured .over h1, .featured .over h2, .featured .over p {
  margin: 0 0 0.5rem;
  padding: 0;
  position: relative;
}
.featured .over h1:before, .featured .over h2:before, .featured .over p:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  right: 100%;
  background: white;
}
.featured .over h1:after, .featured .over h2:after, .featured .over p:after {
  content: none;
}
.featured .over h1 span, .featured .over h2 span, .featured .over p span {
  background: white;
  display: inline-block;
  padding: 0.25rem 1rem 0 0;
}

@media (max-width: 767px) {
  .featured {
    height: auto;
  }
  .featured.has-bg {
    padding-top: 40vh;
  }
  .featured.has-bg .wrapper {
    height: auto;
    padding: 3rem 0;
  }
  .featured .image {
    height: 15rem;
  }
  .featured .wrapper {
    height: auto;
  }
}
/* BOX */
.box {
  border: solid 2px #D1D3D9;
  padding: 2.5rem;
}
.box + .box {
  border-top: 0;
  margin: 0 0 3rem;
}
.box a:hover {
  color: #C87351;
}

@media (max-width: 991px) {
  .box + .box {
    margin: 0 0 3rem;
  }
}
/* AUTEUR */
cite {
  margin-top: 1rem;
  display: block;
}

cite, .auteur {
  font-family: "Aleo", serif;
  color: #C87351;
  font-size: 1rem;
  font-style: normal;
  /*display: flex;*/
}
cite strong, .auteur strong {
  padding: 0 0.5rem 0 0;
  position: relative;
}
cite strong:before, .auteur strong:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border-right: solid 1px #C87351;
}
cite span, .auteur span {
  padding: 0 0 0 0.5rem;
  position: relative;
}

cite strong:before {
  content: none;
}
cite span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  border-left: solid 1px #C87351;
}

/* HAS BORDER */
.has-border {
  padding: 0 0 0 1rem;
}
.has-border.border:before {
  left: 0;
}

.border {
  position: relative;
}
.border.auto:before {
  height: 3rem;
}
.border:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 5px;
  height: 100%;
  background: #C87351;
}

/* EQUIPES */
.equipes {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem -2rem 0;
}
.equipes .equipe {
  width: calc(33.3333333333% - 4rem);
  margin: 0 2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.equipes .equipe .image {
  position: relative;
}
.equipes .equipe .image .over {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  left: 0;
}
.equipes .equipe .image .over p {
  padding: 0 5px 0 0;
  display: inline;
  background: white;
}
.equipes .equipe .image .over p.poste {
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .equipes {
    flex-wrap: wrap;
  }
  .equipes .equipe {
    width: calc(100% - 4rem);
    margin: 0 2rem 2rem;
  }
}
/* FILTRES */
.filtres {
  margin: 4rem 0 2rem;
  font-size: 0.85rem;
}
.filtres ul {
  display: flex;
}
.filtres ul li {
  list-style: none;
  text-transform: uppercase;
  padding: 0 0 0.5rem;
  margin: 0 2rem 0 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
.filtres ul li.active {
  font-weight: 700;
  color: #C87351;
  position: relative;
}
.filtres ul li.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 2px #C87351;
}
.filtres ul li:hover {
  color: #C87351;
}

/* OPERATIONS */
.operations {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.operations .operation {
  width: calc(50% - 2rem);
  margin: 0 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.operations .operation a:hover .image img {
  transform: scale(1.1);
}
.operations .operation a .image img {
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .operations {
    flex-wrap: wrap;
  }
  .operations .operation {
    width: calc(100% - 2rem);
  }
}
.operation .image {
  position: relative;
}
.operation .image + p {
  margin: 1rem 0 1.5rem;
}
.operation .image .over {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  left: 0;
  right: 2rem;
}
.operation .image .over p {
  display: inline;
  background: white;
  padding: 0 5px 0 0;
  margin: 0 0 0.5rem;
}
.operation .image .over p.nom {
  font-size: 1.65rem;
  font-weight: 200;
}

/* ICONES */
.icones {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem 3rem;
}
.icones .icone {
  width: calc(33.3333333333% - 3rem);
  display: flex;
  align-items: center;
  margin: 0 1.5rem;
}
.icones .icone .image {
  margin: 0 1rem 0 0;
  width: 3.3rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C87351;
}
.icones .icone .image img {
  width: 70%;
  height: auto;
}
.icones .icone p {
  margin: 0;
}
.icones .icone p small {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .icones {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem 1rem;
  }
  .icones .icone {
    width: calc(100% - 3rem);
    margin: 0 1.5rem 2rem;
  }
}
/* REMERCIEMENTS */
.remerciements {
  padding: 4rem 5rem;
  text-align: center;
}

/* TRANSPORTS */
.transports {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 2rem;
}
.transports .transport {
  width: calc(50% - 2rem);
  margin: 0 1rem 0.75rem;
}

@media (max-width: 767px) {
  .transports {
    margin: 0 0 2rem;
  }
  .transports .transport {
    width: 100%;
    margin: 0 0 0.75rem;
  }
}
.transport {
  display: flex;
  align-items: flex-start;
}
.transport p {
  width: calc(100% - 3.25rem);
}
.transport .image {
  display: flex;
  justify-content: flex-end;
  width: 3.25rem;
  margin: 0 0.5rem 0 0;
}
.transport .image img {
  width: 1.5rem;
}
.transport .image img + img {
  margin: 0 0 0 0.25rem;
}

/* GALERIE */
.galerie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 2rem;
  margin: 0 0 5rem;
}
.galerie .image {
  position: relative;
  cursor: pointer;
}
.galerie .image:hover:before {
  opacity: 1;
}
.galerie .image:hover:after {
  opacity: 1;
}
.galerie .image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 39, 64, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.galerie .image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: no-repeat center/2rem url(../images/zoom.svg);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.galerie .image:nth-child(6n+5), .galerie .image:nth-child(6n+6) {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}
.galerie .image:nth-child(6n+5) img, .galerie .image:nth-child(6n+6) img {
  aspect-ratio: 1.8/1;
}
.galerie .image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .galerie {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* NAVIGATION */
.navigation {
  display: flex;
  justify-content: space-between;
  border-top: solid 2px #D1D3D9;
  border-bottom: solid 2px #D1D3D9;
}
.navigation a {
  width: 50%;
  text-decoration: none;
  display: flex;
}
.navigation a:last-child {
  justify-content: flex-end;
}
.navigation a p {
  margin: 0.5rem 1rem;
}
.navigation a p small {
  text-transform: uppercase;
}
.navigation a p span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.navigation a .image img {
  width: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .navigation {
    flex-direction: column;
    border: 0;
  }
  .navigation a {
    width: 100%;
    border-top: solid 2px #D1D3D9;
    border-bottom: solid 2px #D1D3D9;
  }
  .navigation a:last-child {
    margin: 2rem 0 0;
    justify-content: flex-end;
  }
}
/* CHIFFRES */
.chiffres {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 3rem;
}
.chiffres .chiffre {
  position: relative;
  margin: 0 0 3rem;
  padding: 0 0 3rem;
}
.chiffres .chiffre:last-child {
  margin: 0;
  padding: 0;
}
.chiffres .chiffre:last-child:after {
  content: none;
}
.chiffres .chiffre:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  border-bottom: solid 1px white;
}
.chiffres .chiffre p {
  margin: 0 0 1rem;
}
.chiffres .chiffre p:last-child {
  margin: 0;
}
.chiffres .chiffre p span {
  font-family: "Aleo", serif;
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 1.2;
  color: #C87351;
}

@media (max-width: 1199px) {
  .chiffres .chiffre p span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .chiffres {
    height: auto;
    padding: 3rem 0;
  }
}
/* PRESSE */
.presse {
  margin: 0 0 3rem;
}
.presse .image {
  margin: 0 0 2rem;
}

/* PROJET */
@media (max-width: 991px) {
  .projet.has-bg:after {
    content: none;
  }
}
/* GROUPE */
.groupe .frise {
  height: 12rem;
  margin: 0;
}

@media (max-width: 991px) {
  .groupe.has-bg:after {
    content: none;
  }
  .groupe .frise {
    height: auto;
  }
}
/* ILLUSTRATION GDG */
.illustration-gdg {
  background: no-repeat bottom left/40% auto var(--image);
}

@media (max-width: 1920px) {
  .illustration-gdg {
    background: no-repeat top left/40% auto var(--image);
  }
}
@media (max-width: 991px) {
  .illustration-gdg {
    background: none;
  }
}
/* CONVICTIONS */
.convictions {
  padding: 5rem 0 0;
}

@media (max-width: 767px) {
  .convictions {
    padding: 3rem 0 0;
  }
}
/* SLIDER */
.slider {
  padding: 0 0 10rem;
  margin-top: -11rem;
  border: 0;
}
.slider .slick-slide {
  position: relative;
  margin: 0 2rem;
}
.slider .slick-slide.slick-center .image {
  /*box-shadow: 0 0 10px rgba($noir, 0.2);*/
}
.slider .slick-slide.slick-center .image:before {
  opacity: 0;
}
.slider .slick-slide .image {
  position: relative;
  transition: box-shadow 0.5s ease;
}
.slider .slick-slide .image:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 0.5s ease;
}
.slider .slick-dots {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.slider .slick-dots li {
  list-style: none;
  cursor: pointer;
}
.slider .slick-dots li.slick-active button {
  border-color: #C87351;
}
.slider .slick-dots li button {
  width: 1.5rem;
  height: 1.5rem;
  border: solid 2px #D1D3D9;
  margin: 0 0.5rem;
  overflow: hidden;
  color: transparent;
  background: none;
  transition: border 0.3s ease;
}
.slider .slick-dots li button:hover {
  border-color: #C87351;
}

@media (max-width: 767px) {
  .slider .slick-slide {
    margin: 0 calc(var(--bs-gutter-x) * 0.5);
  }
}
/* POPIN */
.popin-back {
  position: fixed;
  z-index: 9;
  inset: 0;
  background: #1A2740;
  display: none;
}
.popin-back.active {
  display: block;
}

.popin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  display: none;
  align-items: center;
}
.popin.active {
  display: flex;
}
.popin .close {
  position: absolute;
  z-index: 2;
  top: 2rem;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask: no-repeat center/1.5rem url(../images/close.svg);
          mask: no-repeat center/1.5rem url(../images/close.svg);
  background: white;
  cursor: pointer;
  transition: background 0.3s ease;
}
.popin .close:hover {
  background: #C87351;
}
.popin .carousel {
  position: absolute;
  inset: 0;
}
.popin .carousel .image {
  height: 100vh;
  display: flex;
  align-items: center;
}
.popin .carousel .image img {
  width: auto;
  max-width: 80vw;
  max-height: 70vh;
  margin: 2rem auto;
}
.popin .carousel .slick-slider {
  position: absolute;
  inset: 6rem 0;
  display: flex;
  align-items: center;
}
.popin .carousel .slick-prev, .popin .carousel .slick-next {
  position: absolute;
  z-index: 2;
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  color: transparent;
  overflow: hidden;
  background: white;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.popin .carousel .slick-prev.slick-disabled, .popin .carousel .slick-next.slick-disabled {
  opacity: 0;
}
.popin .carousel .slick-prev:hover, .popin .carousel .slick-next:hover {
  background: #C87351;
}
.popin .carousel .slick-prev span, .popin .carousel .slick-next span {
  display: none;
}
.popin .carousel .slick-prev {
  top: -4rem;
  -webkit-mask: no-repeat center/4rem url(../images/top.svg);
          mask: no-repeat center/4rem url(../images/top.svg);
}
.popin .carousel .slick-next {
  bottom: -4rem;
  -webkit-mask: no-repeat center/4rem url(../images/bottom.svg);
          mask: no-repeat center/4rem url(../images/bottom.svg);
}

/* GENERIQUE */
.generique {
  border: 0;
}
.generique a {
  color: #C87351;
}
.generique ul {
  margin: 0 0 2rem 2rem;
}
.generique figure {
  position: relative;
}
.generique figure figcaption {
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  right: 4rem;
  left: 0;
  background: white;
  padding: 2px 5px;
}
.generique .wp-block-columns {
  gap: 2rem;
}

/* RENSEIGNEMENTS */
.renseignements {
  text-align: center;
}
.renseignements img {
  margin: 0 0 2rem;
}
.renseignements > p {
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  position: relative;
}
.renseignements > p:after {
  content: "";
  position: absolute;
  width: 4rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: solid 2px #D1D3D9;
}

/* FRISE */
.frise {
  width: 100%;
  height: 16rem;
  margin: 0 0 3rem;
  position: relative;
}
.frise.has-bottom {
  padding-bottom: 6rem;
}
.frise:before {
  content: "";
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
  border-bottom: dotted 2px #1A2740;
}
.frise:after {
  content: "";
  position: absolute;
  top: calc(10rem - 4px);
  right: 0;
  border: solid #1A2740;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(-45deg);
}
.frise a:hover {
  color: #C87351;
}
.frise .date {
  position: absolute;
  left: var(--left);
  display: flex;
  padding: 0 10px;
  font-size: 0.7rem;
  border-left: solid 1px #1A2740;
  opacity: 0;
  transform: translateY(-1rem);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.frise .date.top-1 {
  height: 10rem;
  top: 0;
}
.frise .date.top-2 {
  height: 8rem;
  top: 2rem;
}
.frise .date.top-3 {
  height: 6rem;
  top: 4rem;
}
.frise .date.bottom-1 {
  height: 6rem;
  top: 10rem;
  align-items: flex-end;
  transform: translateY(1rem);
}
.frise .date.bottom-1:before {
  bottom: inherit;
  top: -2px;
}
.frise .date.active {
  opacity: 1;
  transform: translateY(0);
}
.frise .date.active:before {
  transform: scale(1);
}
.frise .date:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #1A2740;
  transform: scale(0);
  transition: transform 0.3s ease 0.1s;
}
.frise .date .annee {
  font-family: "Aleo", serif;
  font-size: 0.85rem;
  color: #C87351;
  font-weight: 700;
}

@media (max-width: 767px) {
  .frise {
    height: auto;
  }
  .frise.has-bottom {
    padding-bottom: 0;
  }
  .frise:before {
    top: 0;
    bottom: 0;
    border: 0;
    border-left: dotted 2px #1A2740;
  }
  .frise:after {
    top: calc(100% - 10px);
    left: -4px;
    right: inherit;
    transform: rotate(45deg);
  }
  .frise .date {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    border: 0;
    padding: 0 0 0 3rem;
    margin: 0 0 1rem;
  }
  .frise .date.top-1 {
    height: auto;
    top: 0;
  }
  .frise .date.top-2 {
    height: auto;
    top: 0;
  }
  .frise .date.top-3 {
    height: auto;
    top: 0;
  }
  .frise .date.bottom-1 {
    height: auto;
    top: 0;
  }
  .frise .date.bottom-1:before {
    top: 6px;
  }
  .frise .date:before {
    top: 6px;
    left: -2px;
    bottom: inherit;
  }
  .frise .date:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    border-top: solid 1px #1A2740;
    width: 2rem;
  }
  .frise .date .libelle br {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */