.annuaire_content {
  position: absolute;
  height: 100%;
  padding: 1rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.searcher__subtitle {
  display: flex;
  flex-direction: row;
  font-family: Luciole, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #2d2d3d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  padding-bottom: 0.313rem;
  font-weight: bold;
}
.annuaire_content .heading {
  margin: 0;
}

.annuaire__annuaire-img .picture-caption-wrapper {
  padding: 0;
}

.card-highlight {
  margin: 1rem;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
}

.card-highlight img {
  border-radius: 10px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.card-highlight figure figcaption {
  display: none;
}

.card-highlight .annuaire_content a {
  color: var(--white);
  font-family: Luciole, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
  width: 250px;
  z-index: 10;
}

.card-highlight .annuaire__annuaire-fonction {
  font-family: Luciole, sans-serif;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  padding-top: 5px;
  text-align: left;
  z-index: 10;
  width: 50%;
  color: var(--white);
}

.annuaire_content .content--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.annuaire_content .content--bottom .lab-acronym {
  color: var(--white);
  font-family: Luciole, sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  z-index: 10;
}

.annuaire_content .content--bottom .lab-label {
  font-family: Luciole, sans-serif;
  font-style: italic;
  font-size: 10px;
  line-height: 12px;
  padding-top: 5px;
  text-align: left;
  z-index: 10;
  color: var(--white);
}

.card-highlight .field--type-image {
  position: relative;
}

article.card-highlight {
  position: relative;
  overflow: hidden;
  margin: 0.4rem;
}

article.card-highlight img {
  display: block;
  width: 100%;
}

article.card-highlight::after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgb(0 0 0 / 10%)),
    color-stop(10%, rgb(0 0 0 / 35%)),
    to(rgb(0 0 0 / 55%))
  );
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 10%) 0%,
    rgb(0 0 0 / 35%) 10%,
    rgb(0 0 0 / 55%) 100%
  );
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
  border-radius: 10px;
}

.content--bottom {
  width: 70%;
}

.card-highlight .annuaire_content {
  z-index: 2;
}

article.card-highlight:hover::after,
article.card-highlight:focus-within::after {
  background-color: #2d2d3d;
}

.card-highlight .stretched-link:focus-visible {
  outline: 3px solid #005fcc; /* contraste suffisant */
  outline-offset: 4px;
}

.content .view-annuaire-a-la-une header h2 {
  font-family: Luciole, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #2d2d3d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.7px;
  margin: 50px 0 30px;
  padding: 0 5px 10px;
  border-bottom: 1px dotted #2d2d3d;
}

.contact-list__item {
  margin: 1rem 0;
  color: #2d2d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px dotted #2d2d3d;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition:
    background-color 0.3s ease-out 0s,
    border-color 0.3s ease-out 0s,
    color 0.3s ease-out 0s,
    opacity 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
  transition:
    background-color 0.3s ease-out 0s,
    border-color 0.3s ease-out 0s,
    color 0.3s ease-out 0s,
    opacity 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
  transition:
    background-color 0.3s ease-out 0s,
    border-color 0.3s ease-out 0s,
    color 0.3s ease-out 0s,
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
  transition:
    background-color 0.3s ease-out 0s,
    border-color 0.3s ease-out 0s,
    color 0.3s ease-out 0s,
    opacity 0.5s ease-out,
    transform 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
  -webkit-transition-delay: 0s, 0s, 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s, 0s, 0s;
}

.content .contact-list__content h2 {
  margin: 0;
  width: 40%;
}

.contact-list__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-list__content h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Luciole, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: inherit;
}

.contact-list__content .annuaire__annuaire-prenom {
  margin-right: 0.5rem;
}

.page-view-annuaire
  .view-content
  .views-row:nth-child(odd)
  .contact-list__item {
  background: #f9b335;
}

.page-view-annuaire
  .view-content
  .views-row:nth-child(even)
  .contact-list__item {
  background: #2d2d3d;
  color: var(--white);
}

.page-view-annuaire .view-content .views-row .contact-list__item:focus-within,
.page-view-annuaire .view-content .views-row .contact-list__item:hover {
  background: var(--white);
}

.page-view-annuaire
  .view-content
  .views-row:nth-child(even)
  .contact-list__item:focus-within,
.page-view-annuaire .view-content .views-row .contact-list__item:hover {
  color: #2d2d3d;
}

.page-view-annuaire
  .view-content
  .views-row
  .contact-list__item
  .stretched-link:focus-visible {
  outline: 3px solid #005fcc; /* contraste suffisant */
  outline-offset: 4px;
}

.contact-list__annuaire-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-view-annuaire
  .view-content
  .views-row:nth-child(even)
  .contact-list__item
  .contact-list__annuaire-content
  .contact-list__arrow
  svg {
  fill: var(--white);
}

.page-view-annuaire
  .view-content
  .views-row:nth-child(even)
  .contact-list__item
  h2 {
  color: inherit;
}

.contact-list__arrow {
  width: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fleche-droite 1s infinite both;
          animation: fleche-droite 1s infinite both;
}

.page-view-annuaire
  .view-content
  .views-row
  .contact-list__item:hover
  .contact-list__annuaire-content
  .contact-list__arrow
  svg {
  fill: #2d2d3d;
}

.node--type-annuaire.node--view-mode-full .searcher__header {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.node--type-annuaire.node--view-mode-full .searcher__header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px dotted #2d2d3d;
}

.node--type-annuaire.node--view-mode-full .searcher__header .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: Luciole, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #2d2d3d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  padding-bottom: 0.313rem;
  font-weight: bold;
}

.node--type-annuaire.node--view-mode-full .searcher__header .searcher__lab {
  font-family: Luciole, sans-serif;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: #2d2d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  .searcher__fonction {
  font-family: Luciole, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #2d2d3d;
  margin-bottom: 1rem;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  .searcher__lab--acronym {
  font-weight: bold;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  .searcher__lab--label {
  font-style: italic;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  .heading
  .annuaire__annuaire-prenom {
  margin-right: 1rem;
}

.node--type-annuaire.node--view-mode-full .searcher__header .searcher__img {
  width: 13.375rem;
  aspect-ratio: 1 / 1;
  border-radius: 0.625rem;
  float: left;
  overflow: hidden;
  margin: 0 2rem 0 0;
}

.node--type-annuaire.node--view-mode-full .searcher__header .searcher__id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.node--type-annuaire.node--view-mode-full .searcher__header .searcher__intro {
  clear: both;
  margin-top: 2rem;
  font-family: Luciole, sans-serif;
  font-size: 0.938rem;
  line-height: 1.2;
  color: #2d2d3d;
  padding-bottom: 1.25rem;
}

.node--type-annuaire.node--view-mode-full .searcher__topic {
  margin-bottom: 2rem;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  .annuaire__annuaire-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  font-family: Luciole, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  .annuaire__annuaire-topic
  div {
  color: #2d2d3d;
  border-style: solid;
  border-radius: 20px;
  border-width: 1px;
  border-color: #2d2d3d;
  padding: 0.375rem 0.625rem 0.313rem;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  .annuaire__annuaire-telephone,
.node--type-annuaire.node--view-mode-full
  .searcher__header
  .annuaire__annuaire-email {
  background: #fff;
  padding: 8px 15px 4px;
  border-radius: 50px;
  border: 1px solid #2d2d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition:
    color 0.3s ease,
    -webkit-filter 0.3s ease;
  transition:
    color 0.3s ease,
    -webkit-filter 0.3s ease;
  transition:
    filter 0.3s ease,
    color 0.3s ease;
  transition:
    filter 0.3s ease,
    color 0.3s ease,
    -webkit-filter 0.3s ease;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  a.searcher__contact:focus,
.node--type-annuaire.node--view-mode-full
  .searcher__header
  a.searcher__contact:hover {
  color: #e94e1b;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  a.searcher__contact:focus
  icon-searcher,
.searcher__header a.searcher__contact:hover .icon-searcher {
  background: #e94e1b;
}

.node--type-annuaire.node--view-mode-full
  .searcher__header
  a.searcher__contact:hover
  .annuaire__annuaire-telephone,
.node--type-annuaire.node--view-mode-full
  .searcher__header
  a.searcher__contact:focus
  .annuaire__annuaire-telephone,
.node--type-annuaire.node--view-mode-full
  .searcher__header
  a.searcher__contact:focus
  .annuaire__annuaire-email,
.node--type-annuaire.node--view-mode-full
  .searcher__header
  a.searcher__contact:hover
  .annuaire__annuaire-email {
  background: transparent;
  border-color: #e94e1b;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.page-annuaire-picto svg {
  height: 20px;
  fill: #fff;
}

.node--type-annuaire.node--view-mode-full .icon-searcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2d2d3d;
  border-radius: 20px;
  margin-right: 0.5rem;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.node--type-annuaire.node--view-mode-full .icon-searcher svg {
  height: 20px;
  fill: #fff;
}

.node--type-annuaire.node--view-mode-full .searcher__header .searcher__mail,
.node--type-annuaire.node--view-mode-full .searcher__header .searcher__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4rem;
}

.node--type-annuaire.node--view-mode-full a.searcher__contact {
  color: var(--black-raisin);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-node-type-annuaire .content > .grid-container > .grid-x {
  margin: 0 9.5rem;
}

.page-node-type-annuaire .paragraph--type--book:before {
  content: '';
  height: 2px;
  width: 80%;
  border-top: 1px dotted #2d2d3d;
  padding-top: 3rem;
  margin-top: 3rem;
  position: absolute;
  top: -3rem;
  left: 10%;
}

.page-node-type-annuaire .paragraph--type--book {
  position: relative;
  padding-top: 3rem;
  margin-top: 3rem;
}

.paragraph--type--book .book__book-img {
  width: 12.75rem;
  float: left;
  margin-right: 2rem;
  border-radius: 10px;
}

.paragraph--type--book .book__image img {
  border-radius: 10px;
}

.paragraph--type--book .book__text {
  clear: both;
}

.paragraph--type--book .book__cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 250px;
  padding: 10px 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px dotted #2d2d3d;
  background-color: transparent;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition:
    background-color 0.5s ease,
    border-color 0.5s ease;
  transition:
    background-color 0.5s ease,
    border-color 0.5s ease;
  color: #2d2d3d;
  cursor: pointer;
  font-family: Luciole, sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  text-transform: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-node-type-annuaire .paragraph.paragraph--type--book .book__cta a:focus,
.page-node-type-annuaire .paragraph.paragraph--type--book .book__cta a:active,
.page-node-type-annuaire .paragraph.paragraph--type--book .book__cta a:hover {
  background-color: #2d2d3d;
  border-color: #2d2d3d;
  color: #fff;
  text-decoration: none;

  & svg {
    fill: #fff;
  }
}

.paragraph.paragraph--type--book .book__arrow svg {
  height: 30px;
  width: 30px;
  fill: #2d2d3d;
  margin-left: 20px;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
  -webkit-animation: fleche-droite 1s infinite both;
          animation: fleche-droite 1s infinite both;
}

@-webkit-keyframes fleche-droite {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fleche-droite {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.page-node-type-annuaire .block-annuaire-full-block .paragraph-picture {
  width: 980px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}

.page-node-type-annuaire .block-annuaire-full-block .paragraph-picture img {
  -webkit-transform: translateY(-12rem);
          transform: translateY(-12rem);
}

h1.heading,
h1.page-title.heading {
  font-family: Luciole, sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  color: #2d2d3d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  margin: 50px 0 20px;
}

.vibrate {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  -webkit-animation: phone-vibrate 0.7s ease-in-out infinite;
          animation: phone-vibrate 0.7s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
}

@-webkit-keyframes phone-vibrate {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-1.2px, 0.8px) rotate(-1.2deg);
            transform: translate(-1.2px, 0.8px) rotate(-1.2deg);
  }

  40% {
    -webkit-transform: translate(1.2px, -0.8px) rotate(1.2deg);
            transform: translate(1.2px, -0.8px) rotate(1.2deg);
  }

  60% {
    -webkit-transform: translate(-1px, -1px) rotate(-1deg);
            transform: translate(-1px, -1px) rotate(-1deg);
  }

  80% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
            transform: translate(1px, 1px) rotate(1deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes phone-vibrate {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-1.2px, 0.8px) rotate(-1.2deg);
            transform: translate(-1.2px, 0.8px) rotate(-1.2deg);
  }

  40% {
    -webkit-transform: translate(1.2px, -0.8px) rotate(1.2deg);
            transform: translate(1.2px, -0.8px) rotate(1.2deg);
  }

  60% {
    -webkit-transform: translate(-1px, -1px) rotate(-1deg);
            transform: translate(-1px, -1px) rotate(-1deg);
  }

  80% {
    -webkit-transform: translate(1px, 1px) rotate(1deg);
            transform: translate(1px, 1px) rotate(1deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.paperplane {
  fill: #fff;
  -webkit-animation: vibrate-mail 3.5s ease-in-out infinite;
          animation: vibrate-mail 3.5s ease-in-out infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  transform-box: fill-box;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@-webkit-keyframes vibrate-mail {
  0% {
    -webkit-transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(0);
            transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(0);
  }

  25% {
    -webkit-transform: perspective(1400px) rotateY(-15deg)
      /* grosse inclinaison aile gauche */ rotateX(12deg)
      /* nez qui descend fortement */ translateY(-4px);
            transform: perspective(1400px) rotateY(-15deg)
      /* grosse inclinaison aile gauche */ rotateX(12deg)
      /* nez qui descend fortement */ translateY(-4px); /* monte */
  }

  50% {
    -webkit-transform: perspective(1400px) rotateY(0deg) rotateX(-10deg)
      /* nez qui remonte */ translateY(5px);
            transform: perspective(1400px) rotateY(0deg) rotateX(-10deg)
      /* nez qui remonte */ translateY(5px); /* descend visiblement */
  }

  75% {
    -webkit-transform: perspective(1400px) rotateY(15deg)
      /* grosse inclinaison aile droite */ rotateX(12deg) translateY(-4px);
            transform: perspective(1400px) rotateY(15deg)
      /* grosse inclinaison aile droite */ rotateX(12deg) translateY(-4px);
  }

  100% {
    -webkit-transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(0);
            transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(0);
  }
}

@keyframes vibrate-mail {
  0% {
    -webkit-transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(0);
            transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(0);
  }

  25% {
    -webkit-transform: perspective(1400px) rotateY(-15deg)
      /* grosse inclinaison aile gauche */ rotateX(12deg)
      /* nez qui descend fortement */ translateY(-4px);
            transform: perspective(1400px) rotateY(-15deg)
      /* grosse inclinaison aile gauche */ rotateX(12deg)
      /* nez qui descend fortement */ translateY(-4px); /* monte */
  }

  50% {
    -webkit-transform: perspective(1400px) rotateY(0deg) rotateX(-10deg)
      /* nez qui remonte */ translateY(5px);
            transform: perspective(1400px) rotateY(0deg) rotateX(-10deg)
      /* nez qui remonte */ translateY(5px); /* descend visiblement */
  }

  75% {
    -webkit-transform: perspective(1400px) rotateY(15deg)
      /* grosse inclinaison aile droite */ rotateX(12deg) translateY(-4px);
            transform: perspective(1400px) rotateY(15deg)
      /* grosse inclinaison aile droite */ rotateX(12deg) translateY(-4px);
  }

  100% {
    -webkit-transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(0);
            transform: perspective(1400px) rotateY(0deg) rotateX(0deg) translateY(0);
  }
}

.page-view-annuaire .views-exposed-form.bef-exposed-form > div {
  width: 100%;
  position: relative;
}

#edit-submit-annuaire-clone {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  color: var(--white);
}

.page-view-annuaire
  .views-exposed-form.bef-exposed-form
  .form-type-select.js-form-type-select {
  width: 70%;
}

.page-view-annuaire
  .views-exposed-form.bef-exposed-form
  .form-actions.form-wrapper {
  width: 27%;
  -ms-flex-line-pack: end;
      align-content: end;
}

.page-view-annuaire .views-exposed-form.bef-exposed-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 980px;
  margin: 10px auto;
  padding: 30px;
  border-radius: 10px;
  background: #2d2d3d;
  color: #fff;
  font-family: Luciole-Regular, sans-serif;
}

.page-view-annuaire .views-exposed-form.bef-exposed-form .form-text {
  width: 100%;
  height: 40px;
  padding: 10px 45px 10px 15px;
  border-radius: 4px;
  border: 0;
  background-color: #1d71b8;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-view-annuaire .views-exposed-form.bef-exposed-form .form-text:focus {
  background-color: #f9b335;
  color: #2d2d3d;
  outline: none;
}

.page-view-annuaire
  .views-exposed-form.bef-exposed-form
  .form-type-select
  label,
.page-view-annuaire .views-exposed-form.bef-exposed-form .fieldset-legend {
  margin: 10px 0 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ccc;
}

.page-view-annuaire
  .views-exposed-form.bef-exposed-form
  .form-checkboxes.bef-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-view-annuaire
  .views-exposed-form.bef-exposed-form
  .bef-checkboxes
  .js-form-type-checkbox {
  width: 25%;
}

.page-view-annuaire
  .views-exposed-form.bef-exposed-form
  .bef-checkboxes
  .js-form-type-checkbox.highlight {
  text-align: unset;
}

.page-view-annuaire
  .views-exposed-form.bef-exposed-form
  .bef-checkboxes
  .js-form-type-checkbox
  label {
  font-size: 13px;
  color: #fff;
  font-family: Luciole, sans-serif;
}

.page-view-annuaire .views-exposed-form.bef-exposed-form .form-select {
  width: 100%;
  cursor: pointer;
  background-color: #1d71b8;
  height: 40px;
  border-radius: 4px;
  padding-left: 15px;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20width%3D"292.4"%20height%3D"292.4"%20viewBox%3D"0%200%20292.4%20292.4"><path%20fill%3D"%23333"%20d%3D"M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z"%2F><%2Fsvg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
  padding-right: 0;
  border: 0;
}

.page-view-annuaire .views-exposed-form.bef-exposed-form .form-select:focus {
  background-color: #f9b335;
  color: #2d2d3d;
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.page-view-annuaire
  .views-exposed-form.bef-exposed-form
  .button.js-form-submit.form-submit {
  cursor: pointer;
  height: 40px;
  padding: 0 25px;
  border: none;
  background: #f9b335;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.page-view-annuaire
  .views-exposed-form.bef-exposed-form
  .button.js-form-submit.form-submit:hover {
  background: #e94e1b;
}

.view-annuaire-a-la-une .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.view-annuaire-a-la-une .view-content > div {
  width: 33%;
}

@media screen and (max-width: 800px) {
  .content .contact-list__content h2 {
    margin: 0;
    width: 100%;
  }

  .content .annuaire__annuaire-fonction {
    width: 100%;
  }

  .contact-list__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  .view-annuaire-a-la-une .view-content > div {
    width: 50%;
  }

  .page-view-annuaire
    .views-exposed-form.bef-exposed-form
    .form-type-select.js-form-type-select {
    width: 100%;
  }

  .page-view-annuaire
    .views-exposed-form.bef-exposed-form
    .form-actions.form-wrapper {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .page-view-annuaire
    .views-exposed-form.bef-exposed-form
    .bef-checkboxes
    .js-form-type-checkbox {
    width: 100%;
  }

  .page-view-annuaire
    .views-exposed-form.bef-exposed-form
    .form-checkboxes.bef-checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .page-view-annuaire
    .views-exposed-form.bef-exposed-form
    .form-type-select.js-form-type-select {
    width: 100%;
  }

  .view-annuaire-a-la-une .view-content > div {
    width: 100%;
  }
}

/* ============================================================
   ANIMATION SVG (BLOCANIM)
============================================================ */

.blocanim-fond-noir {
  fill: #2d2d3d;
  stroke: #2d2d3d;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-contour-blanc {
  fill: none;
  stroke: #fff;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-fond-blanc {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-contour-noir {
  fill: none;
  stroke: #2d2d3d;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-fond-vert {
  fill: #2fac66;
  stroke: #2fac66;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-contour-vert {
  fill: none;
  stroke: #2fac66;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-fond-orange {
  fill: #f9b335;
  stroke: #f9b335;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-contour-orange {
  fill: none;
  stroke: #f9b335;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-fond-rouge {
  fill: #e94e1b;
  stroke: #e94e1b;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-contour-rouge {
  fill: none;
  stroke: #e94e1b;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-fond-bleu {
  fill: #1d71b8;
  stroke: #1d71b8;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim-contour-bleu {
  fill: none;
  stroke: #1d71b8;
  stroke-width: 0.7362;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.blocanim {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 40px;
  z-index: 200;
}

.blocanim-fond {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.blocanim-contour-rond {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-animation: trait 1.5s linear forwards;
          animation: trait 1.5s linear forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.blocanim-contour {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  -webkit-animation: trait 2s linear forwards;
          animation: trait 2s linear forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes trait {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes trait {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* blocanim dans les cartes annuaire */

.blocanim-flex {
  display: block;
  width: 40px;
  z-index: 200;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* On empêche l'écrasement */

  /* Si vous voulez remonter l'icône légèrement par rapport au texte */
  margin-bottom: 2px;
}

.blocanim-flex svg {
  display: block; /* Supprime l'espace fantôme sous le SVG */
  overflow: visible; /* Autorise le trait (stroke) à dépasser un peu du cadre SVG sans être coupé */
  height: auto; /* Sécurité */
}

.card-picto {
  width: 3rem;
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
}
