@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
:root {
  --blue: 240, 100%, 46%;
  --black: 0, 2%, 9%;
  --cyan: 187, 91%, 58%;
  --red: 6, 100%, 79%;
  --green: 155, 96%, 67%;
  --yellow: 47, 100%, 50%;
}

/*use : @include bp('medium'){}*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-family: "Lexend", sans-serif;
  scroll-behavior: smooth;
  font-weight: 300;
}
html strong {
  font-weight: 600;
}

body .primary-color {
  color: hsl(var(--blue));
}

.arrow_cta {
  padding: 0.7rem 0.6rem;
  border-radius: 50%;
  margin-bottom: -2rem;
  margin-right: -2.5rem;
  aspect-ratio: 1;
  display: flex;
}
@keyframes arrowCta {
  0% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
  50% {
    clip-path: inset(0% 0% 0% 50%);
    -webkit-clip-path: inset(0% 0% 0% 50%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}
.arrow_cta img {
  width: 26px;
  animation: arrowCta 1s infinite;
  -webkit-animation: arrowCta 1s infinite;
}
.arrow_cta.primary {
  background-color: hsl(var(--cyan));
}
.arrow_cta.red {
  background-color: hsl(var(--red));
}
.arrow_cta.green {
  background-color: hsl(var(--green));
}
.arrow_cta.yellow {
  background-color: hsl(var(--yellow));
}

.cta {
  display: inline-block;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  border-radius: 3em;
  text-decoration: none;
  margin: 1em 0;
  padding: 1em 1.5em;
  line-height: 1em;
  transition: background-color 0.3s ease;
  cursor: pointer;
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
}
.cta.blue {
  background: hsl(var(--blue));
  border: 1px white solid;
  color: white;
}
.cta.blue:hover {
  color: hsl(var(--blue));
  background: white;
  border: 1px hsl(var(--blue)) solid;
}
.cta.black {
  background: black;
  border: 1px black solid;
  color: white;
}
.cta.black:hover {
  color: black;
  background: white;
  border: 1px black solid;
}

.contactBtn {
  position: fixed;
  z-index: 11;
  right: 0;
  top: 70px;
  background: black;
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
@media (min-width: 768px) {
  .contactBtn {
    top: 150px;
  }
}
.contactBtn img {
  width: 12px;
}
.contactBtn a {
  color: white;
}

.sgpb-popup-builder-content-1466 .form-content,
.sgpb-popup-builder-content-755 .form-content {
  max-width: 360px;
  margin-inline: auto;
  margin-block: 2rem;
  border: solid 1px black;
  border-radius: 4rem;
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sgpb-popup-builder-content-1466 .wpcf7-text,
.sgpb-popup-builder-content-755 .wpcf7-text {
  width: 90%;
  border: none;
  background: transparent;
  font-family: "Lexend", sans-serif;
  color: black;
  outline: none;
}
.sgpb-popup-builder-content-1466 .wpcf7-text::placeholder,
.sgpb-popup-builder-content-755 .wpcf7-text::placeholder {
  color: black;
}
.sgpb-popup-builder-content-1466 .wpcf7-text:focus,
.sgpb-popup-builder-content-755 .wpcf7-text:focus {
  outline: none;
  border-bottom: thin dotted;
}
.sgpb-popup-builder-content-1466 .wpcf7-submit,
.sgpb-popup-builder-content-755 .wpcf7-submit {
  border: none;
  text-indent: -50000px;
  width: 1.5rem;
  height: 1rem;
  background: transparent url("../../img/picto_arrow_b.svg") no-repeat center center/contain;
}
.sgpb-popup-builder-content-1466 .wpcf7-spinner,
.sgpb-popup-builder-content-755 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

hr {
  border: 1px solid #EFEFF0;
}

.displaySmall {
  font-size: clamp(2.5rem, 2.3571428571rem + 0.7142857143vw, 3rem);
}

.headlineLarge {
  font-size: clamp(2rem, 1.8571428571rem + 0.7142857143vw, 2.5rem);
}

.site-main {
  font-size: clamp(0.875rem, 0.7678571429rem + 0.5357142857vw, 1.25rem);
  line-height: 1.2;
}
.site-main p {
  line-height: 1.5;
}

h1 span,
h2 span,
h3 span {
  color: hsl(var(--blue));
  font-weight: 700;
}

h1 {
  font-weight: 400;
}

h2,
h3 {
  font-weight: 300;
}

.head-title-page {
  box-shadow: 0 12px 19px rgba(0, 0, 0, 0.15);
  width: 100%;
  border-bottom-right-radius: 33px;
  border-bottom-left-radius: 33px;
  text-align: center;
}
@media (min-width: 768px) {
  .head-title-page {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px;
  }
}
.head-title-page h1 {
  padding: 1em;
  font-weight: 400;
}
.head-title-page hr {
  width: 90%;
  margin-inline: auto;
}

.container {
  max-width: 1440px;
  margin-inline: auto;
}

.wrapper-content-page {
  max-width: 1020px;
  margin-inline: auto;
}

.edito {
  font-size: clamp(1.375rem, 1.2678571429rem + 0.5357142857vw, 1.75rem);
  font-weight: 300;
}

picture.visu_bg {
  width: 100%;
  overflow: hidden;
  display: block;
  aspect-ratio: 6/5;
  max-height: 430px;
}
@media (min-width: 992px) {
  picture.visu_bg {
    max-height: 400px;
    aspect-ratio: 16/9;
  }
}
picture.visu_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card {
  position: relative;
}
.card picture {
  aspect-ratio: 1;
  display: block;
  position: relative;
}
.card picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-description {
  position: initial;
  inset: initial;
  width: calc(90% - 2em);
  margin-top: -6em;
  padding: 1em;
  margin-inline: auto;
  max-height: initial;
  color: white;
  background: hsl(var(--blue), 0.8);
  -webkit-backdrop-filter: blur(0.8em);
  backdrop-filter: blur(0.8em);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  text-align: center;
  transition: all 0.3s;
}
.card-description h3 {
  font-size: clamp(1.375rem, 1.2678571429rem + 0.5357142857vw, 1.75rem);
  font-weight: 400;
}
.card-description .hide p {
  padding-top: 0.5em;
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
}
.card-description .hide a {
  display: block;
  margin-inline: auto;
  margin-top: 1em;
  background: transparent;
  border: 1px white solid;
  color: white;
}

@media (min-width: 768px) {
  .card-description {
    inset: 83% 5em 7% -1em;
    max-height: 35px;
    position: absolute;
    width: initial;
    padding: 0;
    margin-top: initial;
    background: transparent;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    align-items: flex-start;
    transition: all 0.3s;
  }
  .card-description h3 {
    background: hsl(var(--blue), 0.8);
    padding: 0.2em 0.7em;
    transition: all 0.2s;
    min-width: 10%;
    text-align: left;
  }
  .card-description .hide {
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    transition-delay: 0.2s;
    margin-inline: auto;
  }
  .card-description .hide .cta-primary {
    background: transparent;
    border: 1px white solid;
    color: white;
    transition: all 0.3s;
  }
  .card-description .hide .cta-primary:hover {
    background: white;
    color: hsl(var(--blue));
  }
  .card:hover .card-description {
    inset: 7% 1em 7% -1em;
    padding: 1em;
    max-height: 100%;
    -webkit-backdrop-filter: blur(0.8em);
    backdrop-filter: blur(0.8em);
    background: hsl(var(--blue), 0.8);
  }
  .card:hover .card-description h3 {
    background: hsl(var(--blue), 0);
    min-width: 100%;
    text-align: center;
  }
  .card:hover .card-description .hide {
    opacity: 1;
  }
}
.cta-simple {
  color: hsl(var(--blue));
  text-decoration: underline;
  font-weight: 500;
}

.cta-primary {
  background: white;
  border: 2px white solid;
  color: hsl(var(--blue));
  border-radius: 50px;
  text-decoration: none;
  width: 3em;
  height: 3em;
  line-height: 3em;
}
.cta-primary-reverse {
  color: white;
  background: hsl(var(--blue));
}

.cta-secondary {
  background: hsl(var(--black));
  border: 1px white solid;
  color: white;
  border-radius: 50px;
  text-decoration: none;
  line-height: 3em;
  transition: 0.3s ease;
}
.cta-secondary:hover {
  color: hsl(var(--black));
  background: white;
  border: 1px hsl(var(--black)) solid;
}
.cta-secondary-reverse {
  color: hsl(var(--black));
  background: white;
  border: 1px #EFEFF0 solid;
}
.cta-secondary-reverse:hover {
  background: hsl(var(--black));
  color: white;
  border: 1px white solid;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.failed .wpcf7 form.aborted, .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7 form.aborted, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7 form.aborted, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7 form.aborted {
  color: #dc3232;
}

header.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: top 0.5s;
}
header.site-header .site-branding {
  padding: 0.5em;
  position: relative;
  transition: padding 0.3s;
}
@media (min-width: 768px) {
  header.site-header .site-branding {
    padding: 1em 3em;
  }
}
header.site-header .site-branding .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.site-header .site-branding:before {
  content: "";
  position: absolute;
  background: white;
  inset: 0;
  transition: background 0.3s ease;
}
header.site-header .site-branding .logo,
header.site-header .site-branding button {
  z-index: 2;
}
header.site-header .site-branding .logo {
  position: relative;
  width: 165px;
  height: 48px;
}
header.site-header .site-branding .logo img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
}
header.site-header .site-branding .logo img.show {
  opacity: 0;
}
header.site-header .site-branding .logo img.hide {
  opacity: 1;
}
@media (min-width: 768px) {
  header.site-header .site-branding .logo {
    width: 245px;
    height: 70px;
  }
}
header.site-header .site-branding button#toggle-burger {
  background: hsl(var(--blue));
  border: none;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.site-header .site-branding button#toggle-burger span,
header.site-header .site-branding button#toggle-burger span::before,
header.site-header .site-branding button#toggle-burger span::after {
  content: "";
  display: block;
  background: white;
  height: 2px;
  right: 0;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
header.site-header .site-branding button#toggle-burger span {
  max-width: 2.5em;
  position: relative;
}
header.site-header .site-branding button#toggle-burger span::before {
  position: absolute;
  top: -9px;
  max-width: 2em;
}
header.site-header .site-branding button#toggle-burger span::after {
  position: absolute;
  top: 9px;
  max-width: 1.5em;
}
header.site-header .site-branding button#toggle-burger.nav-open span {
  background: transparent;
}
header.site-header .site-branding button#toggle-burger.nav-open span::before,
header.site-header .site-branding button#toggle-burger.nav-open span::after {
  top: 0;
  max-width: 100%;
}
header.site-header .site-branding button#toggle-burger.nav-open span::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header.site-header .site-branding button#toggle-burger.nav-open span::after {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header.site-header.hide {
  top: -100%;
}
header.site-header.fit-navbar .site-branding {
  padding: 0.5em;
}
header.site-header.fit-navbarForce .site-branding {
  padding: 0.5em !important;
}
header.site-header.nav-open .site-branding:before {
  background: transparent;
}
header.site-header.nav-open .site-branding .logo img.show {
  opacity: 1;
}
header.site-header.nav-open .site-branding .logo img.hide {
  opacity: 0;
}
header.site-header.nav-open .site-branding button#toggle-burger {
  background: white;
}
header.site-header.nav-open .site-branding button#toggle-burger span::before,
header.site-header.nav-open .site-branding button#toggle-burger span::after {
  background: hsl(var(--blue));
}
header.site-header .main-navigation {
  background: hsl(var(--blue), 0.8);
  -webkit-backdrop-filter: blur(0.5em);
  backdrop-filter: blur(0.5em);
  position: fixed;
  inset: 0;
  transition: opacity 0.3s ease;
  transform: translate(9999px);
  opacity: 0;
}
header.site-header .main-navigation.nav-open {
  transform: translate(0);
  opacity: 1;
}
header.site-header .main-navigation .menu-principal-container {
  display: flex;
  justify-content: center;
  padding-top: 1em;
}
header.site-header .main-navigation .menu-principal-container ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header.site-header .main-navigation .menu-principal-container ul li.current-menu-item a {
  color: white;
}
header.site-header .main-navigation .menu-principal-container ul li a {
  font-size: clamp(2rem, 1.8571428571rem + 0.7142857143vw, 2.5rem);
  color: hsl(var(--black), 0.7);
  transition: color 0.2s;
  line-height: 2em;
  padding-left: 0.7em;
  font-weight: 600;
}
@media (min-width: 768px) {
  header.site-header .main-navigation .menu-principal-container {
    padding-top: 4em;
  }
  header.site-header .main-navigation .menu-principal-container ul li a {
    font-size: clamp(4rem, 3.8571428571rem + 0.7142857143vw, 4.5rem);
    line-height: 1.4em;
    padding-left: 0.3em;
  }
  header.site-header .main-navigation .menu-principal-container ul li a:hover {
    color: white;
  }
}

.site-footer {
  background-color: hsl(var(--black));
  font-size: 14px;
  line-height: 1.25;
  color: white;
  padding: 2rem 1rem;
}
@media (min-width: 500px) {
  .site-footer {
    padding: 2rem;
  }
}

.footer-wrapper {
  max-width: 1440px;
  margin: auto;
}

.footer-top {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-bottom {
  border-top: solid 1px white;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-form p.rgpd-link a {
  color: white;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer-form div {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .footer-form p.rgpd-link {
    max-width: 700px;
  }
  .footer-form p.rgpd-link a {
    text-decoration: underline;
  }
}
.footer-form .form-content {
  max-width: 360px;
  margin-block: 2rem;
  border: solid 1px white;
  border-radius: 4rem;
  padding: 1px 5px 1px 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-form .wpcf7-text {
  width: 90%;
  border: none;
  background: transparent;
  font-family: "Lexend", sans-serif;
  color: white;
  outline: none;
}
.footer-form .wpcf7-text::placeholder {
  color: white;
}
.footer-form .wpcf7-text:focus {
  outline: none;
  border-bottom: thin dotted;
}
.footer-form .wpcf7-submit {
  border: none;
  text-indent: -50000px;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent url("../../img/arrow_news.svg") no-repeat center center/contain;
}
.footer-form .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social-network {
  display: flex;
  align-items: center;
  line-height: 1;
}
.social-network img {
  margin-left: 1.5rem;
}

.site-info {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 16px;
}
.site-info img {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .site-info {
    margin-bottom: 0;
  }
}

.footer-navigation .menu > li {
  display: inline;
}
.footer-navigation .menu > li + li:before {
  content: "| ";
}
.footer-navigation a {
  font-weight: 300;
  color: white;
}
.footer-navigation a:hover {
  text-decoration: underline;
}

.page-realisation #textChange {
  text-align: center;
  margin-top: 4rem;
  padding: 0 3.5rem;
}
.page-realisation ul.title-taxonomy {
  display: flex;
  text-align: center;
}
.page-realisation ul.title-taxonomy li {
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-realisation ul.title-taxonomy li {
    flex-direction: row;
  }
}
.page-realisation #delete_filter {
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
  color: hsl(var(--blue));
  text-align: center;
  padding: 2rem 0 1em 0;
  cursor: pointer;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-realisation #delete_filter {
    text-align: left;
    padding: 3rem 0 1em 4em;
  }
}
.page-realisation #btnModalFilter {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 1.5em;
  display: inline-block;
}
.page-realisation #modalFilter {
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 100;
  background: white;
  transition: top 0.5s;
  box-shadow: 0 12px 19px rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 33px;
  border-bottom-left-radius: 33px;
  height: calc(80dvh - 25px);
  height: calc(80vh - 25px);
}
.page-realisation #modalFilter #header-modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2em 1em;
}
.page-realisation #modalFilter #header-modal #close-modal {
  font-family: "Lexend", sans-serif;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  font-weight: 400;
  font-size: 34px;
  padding: 0 15px 5px 15px;
  color: white;
  background: hsl(var(--blue));
  cursor: pointer;
}
.page-realisation #modalFilter .result-part .search-btn {
  position: relative;
}
.page-realisation #modalFilter .result-part .search-btn .cta-secondary {
  padding: 0 1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.page-realisation .filters-custom-taxonomy {
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: white;
  border-radius: 33px;
  transition: background-color 0.3s;
  padding-bottom: 25px;
}
.page-realisation .filters-custom-taxonomy .btnDropdown {
  width: 100%;
  transition: all 0.3s;
  border-radius: 66px;
}
.page-realisation .filters-custom-taxonomy .btnDropdown p {
  padding: 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}
.page-realisation .filters-custom-taxonomy .btnDropdown p span:last-child {
  margin-right: 0.5em;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox {
  font-size: 0.8em;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox-inside {
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox .group-checkbox {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox .group-checkbox label {
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 0.5em 1em;
  display: flex;
  align-items: center;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox .group-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox .group-checkbox .checkmark {
  display: inline-block;
  position: relative;
  height: 20px;
  border-radius: 3px;
  width: 20px;
  background-color: white;
  border: 1px #D9D9D9 solid;
  margin-left: 0.5em;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox .group-checkbox:hover input ~ .checkmark {
  background-color: #EFEFF0;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox .group-checkbox input:checked ~ .checkmark {
  background-color: hsl(var(--blue));
  border: 1px hsl(var(--blue)) solid;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox .group-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox .group-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox .group-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .page-realisation #btnModalFilter {
    display: none;
  }
  .page-realisation #modalFilter {
    position: initial;
    width: initial;
    top: initial;
    background: none;
    box-shadow: none;
    border-radius: 0;
    height: auto;
  }
  .page-realisation #modalFilter #header-modal {
    display: none;
  }
  .page-realisation #modalFilter .result-part .search-btn {
    padding-top: 2em;
  }
  .page-realisation .filters-custom-taxonomy {
    overflow-y: initial;
    flex-direction: row;
    border: 1px #D9D9D9 solid;
    border-radius: 66px;
    max-width: 95%;
    margin-inline: auto;
    padding-bottom: 0;
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown p {
    padding: 1em 1em 1em 2.5em;
    font-weight: initial;
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown p::after {
    content: "";
    background: transparent url("../../img/fleche.svg") no-repeat center center/contain;
    width: 1em;
    height: 1em;
    display: inline-block;
    transition: transform 0.3s;
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown.active {
    background-color: white;
    box-shadow: 0 12px 19px rgba(0, 0, 0, 0.15);
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown.active p::after {
    transform: rotate(-180deg);
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox {
    width: 66.66%;
    position: absolute;
    overflow: hidden;
    top: 4.5em;
    font-size: 0.8em;
    border-radius: 35px;
    z-index: 1;
    height: 0;
    transition: height 0.3s;
    box-shadow: 0 12px 19px rgba(0, 0, 0, 0.15);
    background: white;
    display: grid;
    align-content: center;
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox.show {
    height: 195px;
    border: 2px #EFEFF0 solid;
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox-inside {
    border-radius: 35px;
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox-expertises {
    right: initial;
    left: 0;
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox-secteurs {
    transform: translateX(-50%);
    right: initial;
    left: 50%;
  }
  .page-realisation .filters-custom-taxonomy .btnDropdown .list-checkbox-marques {
    right: 0;
  }
}
.page-realisation .list-realisation {
  padding: 4rem 0;
}
.page-realisation .list-realisation #response {
  padding: 0 1em;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}
.page-realisation .list-realisation #response .card {
  min-width: 100%;
  padding: 1rem 0;
}
.page-realisation .list-realisation #response .card-description .hide {
  opacity: 1;
}
@media (min-width: 768px) {
  .page-realisation .list-realisation #response .card {
    min-width: 45%;
    max-width: 45%;
  }
}

.single-cpt {
  overflow-x: hidden;
}
.single-cpt .wp-block-embed iframe {
  width: 100%;
  min-height: 490px;
}
.single-cpt .container-btnBack {
  position: relative;
}
.single-cpt .container-btnBack .back-btn {
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  background: hsl(var(--black));
  padding: 0.5em 1em;
  z-index: 1;
  margin-left: 3em;
}
.single-cpt section.hero {
  position: relative;
}
.single-cpt section.hero picture {
  display: block;
  aspect-ratio: 144/53;
  position: relative;
}
.single-cpt section.hero picture::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(-180deg, rgba(255, 255, 255, 0) 50%, rgba(209, 209, 209, 0) 60%, hsl(var(--black), 0.7) 100%);
  background: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 50%, rgba(209, 209, 209, 0) 60%, hsl(var(--black), 0.7) 100%);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 50%, rgba(209, 209, 209, 0) 60%, hsl(var(--black), 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}
.single-cpt section.hero picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.single-cpt section.hero .container-title {
  position: relative;
}
.single-cpt section.hero .container-hero {
  display: flex;
  justify-content: flex-start;
}
.single-cpt section.hero .container h1 {
  position: absolute;
  bottom: 0;
  left: 0.3em;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  margin-left: 1rem;
  font-weight: 500;
}
.single-cpt section.hero .container ul.attributs {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  position: relative;
  margin-left: 1rem;
}
.single-cpt section.hero .container ul.attributs::before {
  content: "";
  position: absolute;
  background: hsl(var(--blue));
  inset: 0 0 0 -100vw;
}
.single-cpt section.hero .container ul.attributs li {
  padding: 0 1em;
  color: white;
  font-weight: 400;
  position: relative;
}
.single-cpt section.hero .container ul.attributs li::after {
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.single-cpt section.hero .container ul.attributs li:last-child {
  padding-right: 3em;
}
.single-cpt section.hero .container ul.attributs li:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  .single-cpt section.hero .container ul.attributs {
    max-width: 65%;
    transform: translateY(-50%);
  }
}
.single-cpt .wrapper-dispositif {
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.15);
}
.single-cpt .wrapper-content-page {
  padding: 0 1em;
}
.single-cpt .wrapper-content-page.p0 {
  padding: 0;
}
.single-cpt .wrapper-content-page .headlineLarge {
  padding-bottom: 0.5em;
  font-weight: 300;
}
.single-cpt .wrapper-content-page .headlineLarge strong {
  font-weight: 700;
}
.single-cpt .wrapper-content-page .headlineLarge.points {
  padding-bottom: 0.1em;
  font-weight: 600;
}
.single-cpt .wrapper-content-page hr {
  max-width: 200px;
  margin-inline: auto;
}
.single-cpt .wrapper-content-page hr.grass {
  max-width: 100%;
  box-shadow: 0px 12px 19px rgba(0, 0, 0, 0.15);
}
.single-cpt .wrapper-content-page section.pbmatique {
  padding: 2em 0;
  text-align: center;
}
.single-cpt .wrapper-content-page section.pbmatique p {
  font-size: clamp(1.375rem, 1.2678571429rem + 0.5357142857vw, 1.75rem);
  font-weight: 300;
}
@media (min-width: 768px) {
  .single-cpt .wrapper-content-page section.pbmatique {
    padding: 0 0 2em 0;
  }
}
.single-cpt .wrapper-content-page section.contexte {
  text-align: center;
  padding: 2em 0 3.5em 0;
}
.single-cpt .wrapper-content-page section.dispositif {
  text-align: center;
  padding: 3.5em 0 2em 0;
}
.single-cpt section.impact {
  background-color: #EFEFF0;
  padding: 1.5em 0 1em 0;
  text-align: center;
}
.single-cpt section.impact .wrapper-content-page {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.single-cpt section.impact .wrapper-content-page .wrapper-points {
  color: white;
  background-color: hsl(var(--blue));
  text-align: left;
  padding: 0.5em;
  border-radius: 1.5em;
  display: flex;
  max-width: 400px;
  align-self: flex-start;
  margin-top: -3em;
  margin-bottom: 1em;
  margin-inline: auto;
}
.single-cpt section.impact .wrapper-content-page .wrapper-points img {
  margin-inline: auto;
  display: block;
  max-width: 50px;
}
.single-cpt section.impact .wrapper-content-page .wrapper-points .info-point {
  padding: 1em;
}
.single-cpt section.impact .wrapper-content-page .wrapper-points div p.headlineLarge {
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .single-cpt section.impact {
    padding: 1em 0;
    background: #EFEFF0;
    text-align: left;
  }
  .single-cpt section.impact .wrapper-content-page {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  .single-cpt section.impact .wrapper-content-page .txt-impact {
    max-width: 50%;
  }
  .single-cpt section.impact .wrapper-content-page .wrapper-points {
    margin-top: -2em;
    margin-bottom: 0;
  }
}
.single-cpt section.cross_content {
  padding: 4em 0 2em 0;
}
.single-cpt section.cross_content .title {
  text-align: center;
  padding-bottom: 2em;
}
.single-cpt section.cross_content .title .headlineLarge {
  font-weight: 300;
}
.single-cpt section.cross_content .title .cta-simple {
  display: block;
  padding-top: 1em;
}
.single-cpt section.cross_content .swiper {
  padding-bottom: 3em;
}
.single-cpt section.cross_content .swiper .swiper-wrapper .swiper-slide.card picture {
  aspect-ratio: 5/6;
}
.single-cpt section.cross_content .swiper .swiper-button-next,
.single-cpt section.cross_content .swiper .swiper-button-prev {
  bottom: 0;
  top: initial;
  left: initial;
  right: 4em;
}
.single-cpt section.cross_content .swiper .swiper-button-next::after,
.single-cpt section.cross_content .swiper .swiper-button-prev::after {
  font-size: 1.2em;
  color: hsl(var(--blue));
  font-weight: 900;
}
.single-cpt section.cross_content .swiper .swiper-button-prev {
  right: 6em;
}
.single-cpt section.cross_content .swiper .swiper-button-next.swiper-button-disabled,
.single-cpt section.cross_content .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.15;
}
.single-cpt section.cross_content .swiper .swiper-button-next.swiper-button-disabled::after,
.single-cpt section.cross_content .swiper .swiper-button-prev.swiper-button-disabled::after {
  color: hsl(var(--black));
}
@media (min-width: 768px) {
  .single-cpt section.cross_content {
    display: flex;
    padding-top: 4em;
  }
  .single-cpt section.cross_content .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 25%;
    padding: 0 2.5em 3em 0;
    text-align: left;
  }
  .single-cpt section.cross_content .title .cta-simple,
  .single-cpt section.cross_content .title h2.headlineLarge {
    padding-left: 1.5rem;
  }
  .single-cpt section.cross_content .title h2.headlineLarge {
    font-weight: 300;
  }
  .single-cpt section.cross_content .title h2.headlineLarge strong {
    font-weight: 700;
  }
  .single-cpt section.cross_content .swiper {
    width: 80%;
    padding-left: 1em;
  }
}

.contact h1 {
  font-weight: 300;
}

.contact-form .head-title-page h1 {
  font-weight: 300;
}
.contact-form .formulaire {
  padding: 5rem 1rem;
  max-width: 50rem;
  margin-inline: auto;
  transition: 0.5s;
}
.contact-form .formulaire p {
  font-weight: 700;
}
.contact-form .formulaire .content-form {
  margin-top: 4rem;
}
.contact-form .formulaire small {
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
}
.contact-form .formulaire p {
  text-align: center;
  padding-bottom: 1.5rem;
}
.contact-form .formulaire.invisible {
  display: none;
}
.contact-form .formulaire .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.38rem;
}
.contact-form .formulaire .wpcf7-textarea {
  width: 100%;
  padding: 1em;
}
.contact-form .formulaire .wpcf7-text,
.contact-form .formulaire .wpcf7-select {
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #696969;
  background: #FFF;
  padding: 1rem;
  font-family: "Lexend", sans-serif;
  color: var(--black);
  outline: none;
}
.contact-form .formulaire .wpcf7-text::placeholder,
.contact-form .formulaire .wpcf7-select::placeholder {
  color: var(--black);
}
.contact-form .formulaire .wpcf7-text:focus,
.contact-form .formulaire .wpcf7-select:focus {
  outline: none;
  border-bottom: thin dotted;
}
.contact-form .formulaire .wpcf7-list-item {
  margin: 0.5rem 0;
}
.contact-form .formulaire .wpcf7-list-item label {
  font-size: 0.875rem;
  line-height: 1em;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.contact-form .formulaire .wpcf7-list-item input {
  width: 1.625rem;
  height: 1.625rem;
}
.contact-form .formulaire .wpcf7-list-item .wpcf7-list-item-label {
  flex: 1;
}
.contact-form .formulaire .wpcf7-submit {
  align-self: center;
  display: inline-block;
  background: black;
  border: 1px white solid;
  color: white;
  font-family: "Lexend", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 3em;
  text-decoration: none;
  margin: 1em 0;
  padding: 1em 1.5em;
  line-height: 1em;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.contact-form .formulaire .wpcf7-submit:hover {
  color: black;
  background: white;
  border: 1px black solid;
}

.contact {
  /*  .test{
  background: #0000eb;
  opacity: .7;
  transform: matrix(-0.32, 0.96, -0.93, -0.36, 0, 0);
  width: 100%;
  height:100%;
  border-radius: 75%;
  margin-inline: auto;
  backdrop-filter: blur(10px);
  box-shadow: 7px -7px 10px 0 rgba(0, 0, 0, 0.5);
   }*/
  /*  .country {
  position: relative;
  margin-bottom: 5.5em;

  .container {
    position: absolute;
    width: 100%;
    inset: 0 0 -4em 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;

    .address {
  	width: 100%;
  	max-width: 300px;
  	position: relative;
  	margin-inline: auto;
  	  isolation: isolate;

  	@include bp('medium') {
  	  margin-inline: initial;
  	  margin-left: 5em;
  	  max-width: 415px;
  	}

  	&::before {
  	  content: '';
  	  background: hsl($tertiary-color);
  	  width: 3.2em;
  	  height: 1em;
  	  display: block;
  	  position: absolute;
  	  transform: skewX(30deg);
  	  right: -0.7em;
  	  top: 55%;
  	  z-index: 1;
  	}

  	picture {
  	  position: relative;
  	  margin-top: 4em;
  	  display: flex;
  	  justify-content: center;
  	  align-items: flex-end;

  	  img{
  		width: 100%;
  		position: relative;
  		opacity: 0.8;
  	  }

  	  &::before, &::after {
  		content: '';
  		position: absolute;
  		top: -4em;
  		left: 50%;
  		aspect-ratio: 2/1;
  		width: 80%;
  		transform: translateX(-50%);
  	  }

  	}

  	.infos {
  	  position: absolute;
  	  transform: translate(-50%, -50%);
  	  top: calc(50% + 2em);
  	  left: 50%;
  	  text-align: right;
  	  min-width: 200px;

  	  @include bp('medium') {
  		max-width: 300px;
  		min-width: 235px;
  	  }

  	  p, a {
  		color: white;
  	  }

  	  a {
  		font-weight: 700;
  		display: block;

  		&:last-child {
  		  padding-top: 0.5em;
  		}
  	  }
  	}
    }


    &-reverse {
  	justify-content: flex-end;

  	.address {
  	  @include bp('medium') {
  		margin-right: 5em;
  		margin-left: initial;
  	  }

  	  &::before {
  		right: initial;
  		left: -1.6em;
  	  }

  	  .infos {
  		text-align: left;
  	  }
  	}
    }
  }

   }


   #paris {
  .country {
    .container {
  	.address {
  	  picture {
  		&::before {
  		  z-index: 0;
  		  background: transparent url("../../img/contact/paris.svg") no-repeat center center/contain;
  		}

  		&::after {
  		  background: transparent url("../../img/contact/paris-stroke.svg") no-repeat center center/contain;
  		}
  	  }
  	}
    }
  }
   }

   #lille {
  .country {
    .container {
  	.address {
  	  picture {
  		&::before {
  		  z-index: 0;
  		  background: transparent url("../../img/contact/lille.svg") no-repeat center center/contain;
  		}

  		&::after {
  		  background: transparent url("../../img/contact/lille-stroke.svg") no-repeat center center/contain;
  		}
  	  }
  	}
    }
  }
   }

   #lyon {
  .country {
    .container {
  	.address {
  	  picture {
  		&::before {
  		  z-index: 0;
  		  background: transparent url("../../img/contact/lyon.svg") no-repeat center center/contain;
  		}

  		&::after {
  		  background: transparent url("../../img/contact/lyon-stroke.svg") no-repeat center center/contain;
  		}
  	  }
  	}
    }
  }
   }*/
}
.contact .implantation {
  padding: 2em 0;
  text-align: center;
}
.contact .implantation ul {
  display: flex;
  justify-content: center;
  padding-top: 1.5em;
  max-width: 250px;
  margin-inline: auto;
}
.contact .implantation ul li {
  display: flex;
  justify-content: space-between;
  width: 33.33%;
}
.contact .implantation ul li a {
  width: 100%;
  text-align: center;
  color: hsl(var(--black));
}
.contact .implantation ul li:nth-child(2)::after, .contact .implantation ul li:nth-child(2)::before {
  content: "|";
}
.contact .country {
  margin-bottom: 5rem;
}
.contact .country-bull {
  position: relative;
}
.contact .country-bull .content-contact {
  max-width: 1440px;
  margin-inline: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact .country-bull .contact-bull {
  position: absolute;
  width: 90%;
  bottom: 0;
  max-width: 400px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 2em;
}
.contact .country-bull .contact-bull h2 {
  color: white;
  font-size: clamp(4rem, 3.8571428571rem + 0.7142857143vw, 4.5rem);
  padding-bottom: 0.2em;
}
.contact .country-bull .contact-bull-reverse {
  right: 0;
  padding-left: 0;
  padding-right: 2em;
  align-items: flex-end;
}
.contact .country-bull .contact-bull-reverse h2 {
  align-self: flex-start;
}
@media (min-width: 500px) {
  .contact .country-bull .contact-bull {
    width: 100%;
  }
}
.contact .country-bull .contact-bull .infos {
  max-width: 360px;
  padding: 1em;
  background-color: white;
  border-radius: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  width: 100%;
}
.contact .country-bull .contact-bull .infos .map {
  align-self: flex-start;
}
.contact .country-bull .contact-bull .infos .map img {
  width: 50px;
}
.contact .country-bull .contact-bull .infos .address {
  font-size: 0.8em;
  padding: 0.5em;
}
.contact .country-bull .contact-bull .infos .address p,
.contact .country-bull .contact-bull .infos .address a {
  color: black;
}
.contact .country-bull .contact-bull .infos .address p {
  padding-bottom: 0.5rem;
}
.contact .country-bull .contact-bull .infos .address a {
  font-weight: 700;
  display: block;
}
.contact .country-bull .contact-bull .infos .address a:last-child {
  padding-top: 0.5em;
}
.engagements h1 {
  font-weight: 300;
}
.engagements .edito {
  padding-bottom: 3rem;
}
.engagements .two_col_picto {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-block: 3em;
  padding-inline: 1em;
}
.engagements .two_col_picto img {
  max-width: 55px;
}
.engagements .two_col_picto p {
  padding: 0 1em;
}
.engagements section.hdp {
  margin-top: 10rem;
}
.engagements section.hdp .wrapper-content {
  max-width: 1440px;
  margin: auto;
}
.engagements section.hdp .wrapper-edito {
  padding: 3em 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .engagements section.hdp .wrapper-edito {
    flex-direction: row;
  }
  .engagements section.hdp .wrapper-edito::after, .engagements section.hdp .wrapper-edito::before {
    margin: 0 1em;
  }
}
.engagements section.hdp .full-txt-backdrop {
  background-image: url("../../img/engagement/bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: white;
  padding: 6em 3em 2.5em 3em;
  text-align: center;
  position: relative;
  margin-top: 100px;
}
.engagements section.hdp .full-txt-backdrop p {
  padding-bottom: 1em;
}
.engagements section.hdp .full-txt-backdrop p:last-child {
  padding-bottom: 0;
}
.engagements section.hdp .full-txt-backdrop .wrapper-content-img {
  max-width: 655px;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.engagements section.hdp .full-txt-backdrop .wrapper-content-img img {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .engagements section.hdp .full-txt-backdrop {
    padding: 8em 6em 2.5em 6em;
  }
}
.engagements section.details-infos .edito {
  padding: 2em 0;
  text-align: center;
}
.engagements section.details-infos .two_col_picto {
  padding-block: 1.5em;
}
.engagements section.details-infos .block1 {
  background-color: #EFEFF0;
  /* For browsers that do not support gradients */
  background-image: linear-gradient(white 5rem, #EFEFF0 0%);
  padding-bottom: 2em;
}
.engagements section.details-infos .block1 .wrapper-content-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.engagements section.details-infos .block1 .visu {
  width: 90%;
  margin: auto;
}
.engagements section.details-infos .block1 .visu img {
  width: 100%;
}
.wpcf7-response-output {
  margin-top: 0 !important;
}

.wpcf7-spinner {
  position: absolute;
}

.publications {
  padding-bottom: 4rem;
}
.publications .publication {
  display: flex;
  padding: 4rem 0 4rem 4rem;
  flex-direction: column;
  align-items: center;
}
.publications .publication .wrapper-visu {
  overflow: hidden;
  display: block;
  aspect-ratio: 5/3;
  width: 100%;
}
.publications .publication .wrapper-visu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publications .publication .wrapper-infos {
  aspect-ratio: 5/3;
  margin-top: -2rem;
  margin-bottom: -4rem;
  margin-left: -4rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  border-radius: 2rem;
  box-shadow: 0 12px 19px rgba(0, 0, 0, 0.15);
  z-index: 1;
  background: white;
  position: relative;
  padding: 2rem 5.5vw;
}
.publications .publication .wrapper-infos span {
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
  padding: 1rem 0 0.5rem 0;
}
.publications .publication-reverse {
  padding: 4rem 4rem 4rem 0;
}
.publications .publication-reverse .wrapper-infos {
  margin-left: 0;
  margin-right: -4rem;
}
@media (min-width: 768px) {
  .publications .publication {
    flex-direction: row;
  }
  .publications .publication .wrapper-visu {
    width: 50%;
  }
  .publications .publication .wrapper-infos {
    width: 50%;
    margin-top: 4rem;
  }
  .publications .publication-reverse {
    flex-direction: row-reverse;
  }
}
.publications .formulaire {
  padding: 0 1rem;
  max-width: 33.5rem;
  margin-inline: auto;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.publications .formulaire .title-form {
  margin-top: 4rem;
}
.publications .formulaire .content-form {
  margin-top: 1rem;
}
.publications .formulaire .content-form.invisible {
  display: none;
}
.publications .formulaire small {
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
}
.publications .formulaire p {
  text-align: center;
  padding-bottom: 1.5rem;
}
.publications .formulaire .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.38rem;
}
.publications .formulaire .wpcf7-text,
.publications .formulaire .wpcf7-select {
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #696969;
  background: #FFF;
  padding: 1rem;
  font-family: "Lexend", sans-serif;
  color: var(--black);
  outline: none;
}
.publications .formulaire .wpcf7-text::placeholder,
.publications .formulaire .wpcf7-select::placeholder {
  color: var(--black);
}
.publications .formulaire .wpcf7-text:focus,
.publications .formulaire .wpcf7-select:focus {
  outline: none;
  border-bottom: thin dotted;
}
.publications .formulaire .wpcf7-list-item {
  margin: 0.5rem 0;
}
.publications .formulaire .wpcf7-list-item label {
  font-size: 0.875rem;
  line-height: 1em;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.publications .formulaire .wpcf7-list-item input {
  width: 1.625rem;
  height: 1.625rem;
}
.publications .formulaire .wpcf7-list-item .wpcf7-list-item-label {
  flex: 1;
}
.publications .formulaire .wpcf7-submit {
  align-self: center;
  display: inline-block;
  background: hsl(var(--blue));
  border: 1px white solid;
  color: white;
  font-family: "Lexend", sans-serif;
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
  font-weight: 700;
  border-radius: 3em;
  text-decoration: none;
  margin: 1em 0;
  padding: 1em 1.5em;
  line-height: 1em;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.publications .formulaire .wpcf7-submit:hover {
  color: hsl(var(--blue));
  background: white;
  border: 1px hsl(var(--blue)) solid;
}
.publications .formulaire.ouvert {
  height: 900px;
  opacity: 1;
  overflow: initial;
}
.publications .smallest {
  height: 200px !important;
}
.publications .download-file {
  display: none;
  text-align: center;
}
.publications .download-file.visible {
  display: block;
}

.home .separation {
  display: block;
  margin-inline: auto;
  width: 42.5%;
  max-width: 200px;
  height: 3px;
  background-color: #D9D9D9;
  border: none;
  border-radius: 3px;
}
.home h2.big_blue {
  color: hsl(var(--blue));
  font-weight: 500;
  font-size: clamp(2rem, 1.8571428571rem + 0.7142857143vw, 2.5rem);
}
.home .entry-header {
  background-image: url("../../img/homepage/bg_noise.png");
  background-size: 100% 100%;
  margin-inline: 0;
  padding-block: 1rem;
}
@media screen and (min-width: 1280px) {
  .home .entry-header {
    margin-inline: 3rem;
  }
}
.home .entry-header .slides_clients {
  position: relative;
  min-height: 620px;
}
@media screen and (min-width: 1280px) {
  .home .entry-header .slides_clients {
    min-height: 680px;
  }
}
.home .entry-header .slides_clients .slide {
  display: flex;
  flex-direction: column;
  padding-block: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.home .entry-header .slides_clients .slide.current {
  z-index: 3;
  pointer-events: auto;
}
.home .entry-header .slides_clients .slide.previous {
  z-index: 1;
}
.home .entry-header .slides_clients .slide.next {
  z-index: 1;
}
.home .entry-header .slides_clients .slide .testimonial {
  width: 465px;
  position: relative;
  /*&::before {
  	content: '';
  	position: absolute;
  	height: 4em;
  	width: 100%;
  	bottom: -2em;
  	z-index: -2;
  	border-bottom-right-radius: 2rem;
  }*/
}
.home .entry-header .slides_clients .slide .testimonial .item {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  color: white;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  width: 465px;
  height: 140px;
  clip-path: inset(100% 0% 0% 0%);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1.4s;
  z-index: 1;
}
.home .entry-header .slides_clients .slide .testimonial .item.active {
  clip-path: inset(0% 0% 0% 0%);
  z-index: 4;
  transition-delay: 0.4s;
}
@media screen and (max-width: 496px) {
  .home .entry-header .slides_clients .slide .testimonial {
    width: 300px;
  }
  .home .entry-header .slides_clients .slide .testimonial .item {
    width: 300px;
  }
}
.home .entry-header .slides_clients .slide .testimonial .testi_txt {
  width: 85%;
  font-size: clamp(1rem, 0.8571428571rem + 0.7142857143vw, 1.5rem);
  padding-right: 0.5rem;
}
.home .entry-header .slides_clients .slide .testimonial .testi_txt small {
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
}
@media screen and (min-width: 1280px) {
  .home .entry-header .slides_clients .slide .testimonial .testi_txt {
    padding: 1rem;
  }
}
.home .entry-header .slides_clients .slide .testimonial .picto {
  width: 15%;
}
.home .entry-header .slides_clients .slide .testimonial .picto img {
  width: 100%;
  max-width: 55px;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
}
.home .entry-header .slides_clients .slide .testimonial .avatar {
  position: absolute;
  width: 100px;
  right: 0;
  bottom: 0;
  transform: translateY(83%);
  z-index: 4;
  scale: 0;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
}
.home .entry-header .slides_clients .slide .testimonial .avatar img {
  width: 100%;
}
.home .entry-header .slides_clients .slide .testimonial .avatar.active {
  scale: 1;
  opacity: 1;
}
.home .entry-header .slides_clients .slide #client {
  width: 95%;
  align-self: flex-end;
  margin-top: 30px;
  overflow: hidden;
  max-width: 800px;
}
@media screen and (max-width: 496px) {
  .home .entry-header .slides_clients .slide #client {
    margin-top: 30px;
  }
}
.home .entry-header .slides_clients .slide #client .logo_client {
  height: 55px;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.6s;
  position: relative;
  z-index: 1;
}
.home .entry-header .slides_clients .slide #client .logo_client img {
  height: 100%;
  width: auto;
  display: block;
}
.home .entry-header .slides_clients .slide #client .logo_client.active {
  opacity: 1;
  z-index: 2;
}
.home .entry-header .slides_clients .slide #client .wrapper_client {
  padding-top: 0.5em;
  position: relative;
  top: 0;
  height: 310px;
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  clip-path: inset(0% 0% 0% 100%);
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1.4s;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .home .entry-header .slides_clients .slide #client .wrapper_client {
    height: 500px;
  }
}
.home .entry-header .slides_clients .slide #client .wrapper_client.active {
  clip-path: inset(0% 0% 0% 0%);
  z-index: 2;
  transition-delay: 0.4s;
}
.home .entry-header .slides_clients .slide #client .wrapper_client .client_visu {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 105%;
  height: 105%;
  object-fit: cover;
  object-position: top;
}
.home .entry-header .slides_clients .slide #client .wrapper_client a.arrow_cta {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  margin: 0;
}
.home .entry-header .slides_clients .slide:first-child .testimonial::before {
  background: hsl(var(--blue));
}
.home .entry-header .slides_clients .slide:first-child .testimonial .item {
  background: hsl(var(--blue));
}
.home .entry-header .slides_clients .slide:first-child #client div a.arrow_cta {
  background: hsl(var(--cyan));
}
.home .entry-header .slides_clients .slide:nth-child(2) .testimonial::before {
  background: white;
}
.home .entry-header .slides_clients .slide:nth-child(2) .testimonial .item {
  background: white;
  color: black;
}
.home .entry-header .slides_clients .slide:nth-child(2) #client div a.arrow_cta {
  background: hsl(var(--yellow));
}
.home .entry-header .slides_clients .slide:nth-child(3) .testimonial::before {
  background: hsl(var(--blue));
}
.home .entry-header .slides_clients .slide:nth-child(3) .testimonial .item {
  background: hsl(var(--blue));
}
.home .entry-header .slides_clients .slide:nth-child(3) #client div a.arrow_cta {
  background: hsl(var(--green));
}
@media screen and (min-width: 1280px) {
  .home .entry-header .slides_clients .slide {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-block: 3rem;
  }
  .home .entry-header .slides_clients .slide .testimonial .item {
    margin-left: -3rem;
    height: 230px;
    padding: 2rem 1rem 2rem 2rem;
  }
  .home .entry-header .slides_clients .slide .testimonial .avatar {
    width: 180px;
    right: 90px;
    transform: translateY(90%);
  }
  .home .entry-header .slides_clients .slide #client {
    margin-right: -3rem;
    width: 100%;
    padding-left: 3rem;
    align-self: initial;
    margin-top: 0;
  }
  .home .entry-header .slides_clients .slide #client .logo_client {
    height: 70px;
  }
}
.home .entry-header .slides_clients .slider-nav {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5em;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .home .entry-header .slides_clients .slider-nav {
    bottom: 1rem;
  }
}
.home .entry-header .slides_clients .slider-nav .nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid hsl(var(--blue));
  background: hsl(var(--blue));
  padding: 0;
  cursor: pointer;
  transition: background-color 0.1s ease;
  outline: none;
  /* Add focus state for accessibility */
}
.home .entry-header .slides_clients .slider-nav .nav-dot:focus-visible {
  box-shadow: 0 0 0 2px white, 0 0 0 4px hsl(var(--blue));
}
.home .entry-header .slides_clients .slider-nav .nav-dot:first-child.active {
  background: hsl(var(--cyan));
  border: 2px solid hsl(var(--cyan));
}
.home .entry-header .slides_clients .slider-nav .nav-dot:first-child:hover {
  background: hsl(var(--cyan));
  border: 2px solid hsl(var(--cyan));
}
.home .entry-header .slides_clients .slider-nav .nav-dot:nth-child(2).active {
  background: hsl(var(--yellow));
  border: 2px solid hsl(var(--yellow));
}
.home .entry-header .slides_clients .slider-nav .nav-dot:nth-child(2):hover {
  background: hsl(var(--yellow));
  border: 2px solid hsl(var(--yellow));
}
.home .entry-header .slides_clients .slider-nav .nav-dot:last-child.active {
  background: hsl(var(--green));
  border: 2px solid hsl(var(--green));
}
.home .entry-header .slides_clients .slider-nav .nav-dot:last-child:hover {
  background: hsl(var(--green));
  border: 2px solid hsl(var(--green));
}
.home .impact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 2rem;
  background-image: url("../../img/homepage/bg_impact.png");
  background-size: 300%;
  background-repeat: no-repeat;
  background-position: 20%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home .impact {
    flex-direction: row;
    background-size: 100% 100%;
    background-position: initial;
    padding-block: 8rem;
  }
}
.home .impact div:first-child {
  min-width: 300px;
  margin-inline: 2rem;
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
}
.home .impact div:first-child::after {
  content: "";
  position: absolute;
  background: url("../../img/homepage/picto_impactm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 120%;
  aspect-ratio: 2/1;
  transform: translateX(-50%);
  left: 45%;
  bottom: -6rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .home .impact div:first-child {
    padding-bottom: 0;
  }
  .home .impact div:first-child::after {
    content: "";
    position: absolute;
    background: url("../../img/homepage/picto_impactd.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 120%;
    aspect-ratio: 2/1;
    transform: translateX(-50%);
    left: 40%;
    bottom: -5rem;
  }
}
.home .impact div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: white;
  border-radius: 1.5rem;
  max-width: 488px;
  padding: 2.5rem 3rem;
  margin: 3rem 1rem 1rem 1rem;
  webkit-box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.1);
}
.home .impact div:last-child p strong {
  font-size: clamp(1rem, 0.8571428571rem + 0.7142857143vw, 1.5rem);
}
.home .expertise_bloc .white-bg {
  background-color: white !important;
}
.home .expertise_bloc .visuel_employe {
  overflow: hidden;
  aspect-ratio: 1;
  display: flex;
  justify-content: flex-end;
}
.home .expertise_bloc .visuel_employe img {
  object-fit: contain;
  height: 100%;
  object-position: center;
  margin-right: -2.5rem;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .home .expertise_bloc .visuel_employe {
    aspect-ratio: 4/1;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .home .expertise_bloc .visuel_employe img {
    margin-right: 0;
  }
}
.home .expertise_bloc .wrapper_expertise {
  text-align: center;
  padding: 2rem 1rem;
  background-image: url("../../img/homepage/bg_expertises.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home .expertise_bloc .wrapper_expertise .sub_title {
  font-size: clamp(0.875rem, 0.7678571429rem + 0.5357142857vw, 1.25rem);
  max-width: 600px;
  margin: auto;
}
@media (min-width: 768px) {
  .home .expertise_bloc .wrapper_expertise {
    padding: 4rem 1rem;
  }
}
.home .expertise_bloc .wrapper_expertise h2 {
  padding-bottom: 1rem;
  font-size: clamp(1.75rem, 1.6071428571rem + 0.7142857143vw, 2.25rem);
}
.home .expertise_bloc .wrapper_expertise h2 span {
  color: hsl(var(--blue));
}
.home .expertise_bloc .wrapper_expertise h2.blue {
  color: hsl(var(--blue));
  font-weight: 600;
}
.home .expertise_bloc .wrapper_expertise p {
  font-size: clamp(0.6875rem, 0.6517857143rem + 0.1785714286vw, 0.8125rem);
  overflow: hidden;
}
.home .expertise_bloc .wrapper_expertise .type_exp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-block: 1rem;
}
.home .expertise_bloc .wrapper_expertise .type_exp div.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: white;
  text-align: left;
  border-radius: 1.5rem;
  padding: 1.8rem;
  margin: 0.5rem;
  max-width: calc(100% - 3.6rem);
  transition: all 0.3s ease-in-out;
  webkit-box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.1);
}
.home .expertise_bloc .wrapper_expertise .type_exp div.item > div {
  overflow: hidden;
}
.home .expertise_bloc .wrapper_expertise .type_exp div.item h2 {
  white-space: nowrap;
  margin-bottom: 1rem;
}
.home .expertise_bloc .wrapper_expertise .type_exp div.item p {
  margin: 0;
  opacity: 0;
  font-size: 0.9em;
}
.home .expertise_bloc .wrapper_expertise .type_exp div.item a {
  align-self: flex-end;
  margin-bottom: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .home .expertise_bloc .wrapper_expertise .type_exp {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-block: 0;
  }
  .home .expertise_bloc .wrapper_expertise .type_exp div.item {
    margin: 3rem 0.3rem;
    min-height: 215px;
    max-width: 500px;
  }
  .home .expertise_bloc .wrapper_expertise .type_exp div.item p {
    font-size: 0.9em;
  }
}
.home .engagements {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .home .engagements {
    padding: 4rem 0;
  }
  .home .engagements .logo_rse {
    padding-left: 4em;
  }
}
.home .engagements div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home .engagements div h2 {
  text-align: center;
  padding-bottom: 2rem;
}
.home .engagements div .cta {
  margin-top: 2rem;
}
.home .engagements div img {
  max-width: 295px;
  width: 95%;
}
.home .engagements div img.hidden {
  display: none;
}
.home .engagements div img.show {
  display: block;
}
@media (min-width: 768px) {
  .home .engagements div img {
    max-width: 730px;
  }
  .home .engagements div img.hidden {
    display: block;
  }
  .home .engagements div img.show {
    display: none;
  }
}
.home .confiance {
  background-image: url("../../img/homepage/bg_noise.png");
  background-size: cover;
  padding: 2rem 0;
}
.home .confiance p {
  text-align: center;
  padding: 0 1em;
}
.home .confiance .container {
  position: relative;
}
.home .confiance .title2 {
  text-align: center;
}
.home .confiance .swiper-button-prev::after,
.home .confiance .swiper-button-next::after {
  display: none;
}
.home .confiance .swiper-button-prev,
.home .confiance .swiper-button-next {
  width: 3em;
  height: 3em;
  background-color: white;
  border-radius: 50%;
  background-image: url("../../img/arrow_b.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2em;
}
.home .confiance .swiper-button-prev {
  transform: rotate(180deg);
  transform-origin: center;
  display: none;
}
.home .confiance .swiper-button-next {
  position: initial;
  margin-block: 1em;
  margin-inline: auto;
}
.home .confiance .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.home .confiance .swiper-wrapper .swiper-slide > img {
  width: 85%;
  height: auto;
}
@media (min-width: 768px) {
  .home .confiance .swiper {
    margin-inline: 3em;
  }
  .home .confiance .swiper-button-prev {
    display: block;
  }
  .home .confiance .swiper-button-next {
    position: absolute;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-bottom: 0;
    margin-inline: 0;
  }
}

.voeux-2025 {
  background-color: #EFEFF0;
  position: relative;
}
.voeux-2025 .bg {
  display: block;
  position: absolute;
  inset: 0;
  object-fit: cover;
  overflow: hidden;
}
.voeux-2025 .bg img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.voeux-2025 #voeux-2025 {
  position: relative;
  z-index: 1;
  width: 90%;
  min-height: 95svh;
  max-width: 640px;
  margin-inline: auto;
  padding-block-end: 2rem;
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.voeux-2025 .chat-container {
  font-size: 0.8em;
}
.voeux-2025 .messages-wrapper {
  position: relative;
}
.voeux-2025 .loader {
  display: grid;
  place-content: center;
  width: fit-content;
  padding: 1rem;
}
.voeux-2025 .loader .dot {
  animation: bounce 1s infinite;
}
.voeux-2025 .loader .dot:nth-child(2) {
  animation-delay: 0.3s;
}
.voeux-2025 .loader .dot:nth-child(3) {
  animation-delay: 0.6s;
}
.voeux-2025 .message {
  display: none;
  position: relative;
  background-color: #FFFFFF;
  margin: 1.5rem 0;
  border-radius: 12px;
  width: fit-content;
  scroll-margin-top: 200px;
}
.voeux-2025 .message p {
  line-height: 1.25;
}
.voeux-2025 .message picture {
  inset: 0;
  object-fit: cover;
  overflow: hidden;
}
.voeux-2025 .message picture img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.voeux-2025 .message .content {
  padding: 1.875em;
}
.voeux-2025 .message .cta {
  display: inline-block;
  background-color: #0000EB;
  border: solid 1px transparent;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 3em;
  text-decoration: none;
  margin: 1em 0;
  padding: 1em 1.5em;
  line-height: 1em;
  transition: background-color 0.3s ease;
}
.voeux-2025 .message .cta:hover {
  background-color: #FFFFFF;
  color: #0000EB;
}
.voeux-2025 .message.dps {
  margin-inline-start: 4rem;
}
.voeux-2025 .message.dps::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -66px;
  width: 54px;
  height: 54px;
  background-image: url(../../../assets/img/voeux/2025/avatar_dps.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.voeux-2025 .message.right {
  margin-left: auto;
}
.voeux-2025 .message.blue {
  background-color: #0000EB;
  color: #FFFFFF;
}
.voeux-2025 .message.blue .link {
  color: #FFFFFF;
  text-decoration: underline;
}
.voeux-2025 .message.blue .cta {
  background-color: #FFFFFF;
  color: #0000EB;
}
.voeux-2025 .message.blue .cta:hover {
  background-color: #0000EB;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.voeux-2025 .message.menu {
  display: none;
  min-width: 50%;
}
.voeux-2025 .message.menu p {
  line-height: 1.25;
}
.voeux-2025 .message.menu ul {
  padding-block-start: 0.5rem;
}
.voeux-2025 .message.menu ul li + li {
  border-top: solid 1px #000000;
}
.voeux-2025 .message.menu button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75em 0;
  cursor: pointer;
  background: none;
  border: none;
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 1em;
  font-style: normal;
  transition: padding-left 0.3s ease, font-weight 0.3s ease;
}
.voeux-2025 .message.menu button:hover {
  color: #0000EB;
  padding-left: 1em;
}
.voeux-2025 .message.menu button.active {
  color: #0000EB;
  padding-left: 0;
  font-weight: 700;
  pointer-events: none;
}
.voeux-2025 .message .propositions > li {
  background-color: #FFFFFF;
  margin: 1.5rem 0;
  border-radius: 12px;
  padding: 1em;
}
.voeux-2025 .message .propositions > li h2 {
  color: #0000EB;
  font-size: 2em;
}
.voeux-2025 .message .propositions > li p {
  color: #000000;
}
.voeux-2025 .souhait {
  display: none;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

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