@charset "UTF-8";
@font-face {
  font-family: "OpenDyslexicAlta";
  src: url("../fonts/OpenDyslexicAlta-Regular.eot");
  src: url("../fonts/OpenDyslexicAlta-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenDyslexicAlta-Regular.woff2") format("woff2"), url("../fonts/OpenDyslexicAlta-Regular.woff") format("woff"), url("../fonts/OpenDyslexicAlta-Regular.svg#OpenDyslexicAlta-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-font: "Poppins", sans-serif;
  --secondary-font: "bebas-neue-pro", sans-serif;
  --terciary-font: var(--secondary-font);
}

.amplitudeblack {
  font-family: "amplitude", sans-serif;
  font-weight: 800;
  font-style: normal;
}

:root {
  --dark: #000000;
  --white: #FFFFFF;
  --white-dark: #F8F7F6;
  --beige: #EADDCF;
  --yellow: #FFF065;
  --orange: #FF5528;
  --ligh-violet: #E8F3FD;
  --violet: #B8A0FF;
  --dark-violet: #8C3AED;
  --gray1: #F5F5F5;
  --gray2: #C6D9DB;
  --gray3: #9AA9B8;
  --gray4: #8B9398;
  --gray5: #72818E;
  --blue: #142D43;
  --text: var(--blue);
  --main-color: var(--dark-violet);
  --main-color-middle: var(--violet);
  --main-color-light: var(--ligh-violet);
  --main-color-dark: var(--blue);
  --secondary-color:var(--orange);
  --secondary-color-light: var(--white-dark);
  --terciary-color:var(--yellow);
  --secondary-color-dark: var(--beige);
  --radius1: 8px;
  --radius2: 12px;
  --radius3: 24px;
  --space1: 20px;
  --space2: 40px;
  accent-color: var(--main-color-dark);
}

.dark {
  color: var(--dark);
}

.white {
  color: var(--white);
}

.gray1 {
  color: var(--gray1);
}

.gray2 {
  color: var(--gray2);
}

.gray3 {
  color: var(--gray3);
}

.gray4 {
  color: var(--gray4);
}

.bg-gray1 {
  background: var(--gray1);
}

.bg-gray2 {
  background: var(--gray2);
}

.bg-gray3 {
  background: var(--gray3);
}

.bg-gray4 {
  background: var(--gray4);
}

.main-color {
  color: var(--main-color);
}

.main-color-light {
  color: var(--main-color-light);
}

.main-color-dark {
  color: var(--main-color-dark);
}

.secondary-color {
  color: var(--secondary-color);
}

.secondary-color-light {
  color: var(--secondary-color-light);
}

.secondary-color-dark {
  color: var(--secondary-color-dark);
}

.bg-main-color {
  background: var(--main-color);
}

.bg-main-color-light {
  background: var(--main-color-light);
}

.bg-main-color-dark {
  background: var(--main-color-dark);
}

.bg-secondary-color {
  background: var(--secondary-color);
}

.bg-secondary-color-light {
  background: var(--secondary-color-light);
}

.bg-secondary-color-dark {
  background: var(--secondary-color-dark);
}

/*
!  RESPONSIVE
*/
/*
!  FONTS
*/
/*
!  ANIM
*/
.transition, .path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-profil,
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-adn, .user-logged-in #bottom-admin ul li a, .user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a *, body #main-wrapper #menu-content .menu-inner, #main-menu #nav-icon span, #menu-content ul.menu > li.menu-item .sub-menu, .social-link ul li a, .social-link ul li a .svg-icon, .partage ul li a, .partage ul li a .svg-icon, article table tr, .slick-slider .slick-arrow,
.carrousel .slick-arrow,
.slick .slick-arrow, #main-wrapper .onglets-wrapper .content-item, .overlay {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/*
article > * + * {
  margin-top: 1em;
}*/
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
strong {
  font-weight: bold;
}

/*
!  RESET EFIL
*/
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

.clear {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.ombre {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

small {
  font-size: 70%;
}

iframe {
  max-width: 100%;
  width: 100%;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 60%;
}

img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

button {
  outline: none !important;
}

section {
  padding-bottom: var(--space2);
}

.ajax-progress {
  display: none !important;
}

.visually-hidden {
  display: none !important;
}

.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

a {
  display: inline-block;
  color: var(--secondary-color);
}

a.file {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  line-height: 1;
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin: 0 0 15px;
}

address {
  font-style: normal;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

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

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

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

.visible-phone,
.hidden-desktop {
  display: none;
}
@media (max-width: 1199px) {
  .visible-phone,
  .hidden-desktop {
    display: block;
  }
}

.visible-desktop,
.hidden-phone {
  display: block;
}
@media (max-width: 1199px) {
  .visible-desktop,
  .hidden-phone {
    display: none;
  }
}

.transition { /*transition: all 0.3s linear;*/
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*
!  GRID
*/
.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.line {
  display: grid;
  margin: 0;
  min-width: 0;
  /* grid-template-columns initialisation */
}
.line.example div {
  border: 1px solid var(--gray2);
  padding: 5px;
}
.line.line-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.line.line-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.line.line-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.line.line-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.line.line-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.line.line-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.line.line-1-1 {
  grid-template-columns: 1fr 1fr;
}
.line.line-1-1-1 {
  grid-template-columns: 1fr 1fr 1fr;
}
.line.line-1-1-2 {
  grid-template-columns: 1fr 1fr 2fr;
}
.line.line-1-1-3 {
  grid-template-columns: 1fr 1fr 3fr;
}
.line.line-1-2 {
  grid-template-columns: 1fr 2fr;
}
.line.line-1-2-1 {
  grid-template-columns: 1fr 2fr 1fr;
}
.line.line-1-2-2 {
  grid-template-columns: 1fr 2fr 2fr;
}
.line.line-1-2-3 {
  grid-template-columns: 1fr 2fr 3fr;
}
.line.line-1-3 {
  grid-template-columns: 1fr 3fr;
}
.line.line-1-3-1 {
  grid-template-columns: 1fr 3fr 1fr;
}
.line.line-1-3-2 {
  grid-template-columns: 1fr 3fr 2fr;
}
.line.line-1-3-3 {
  grid-template-columns: 1fr 3fr 3fr;
}
.line.line-2-1 {
  grid-template-columns: 2fr 1fr;
}
.line.line-2-1-1 {
  grid-template-columns: 2fr 1fr 1fr;
}
.line.line-2-1-2 {
  grid-template-columns: 2fr 1fr 2fr;
}
.line.line-2-1-3 {
  grid-template-columns: 2fr 1fr 3fr;
}
.line.line-2-2 {
  grid-template-columns: 2fr 2fr;
}
.line.line-2-2-1 {
  grid-template-columns: 2fr 2fr 1fr;
}
.line.line-2-2-2 {
  grid-template-columns: 2fr 2fr 2fr;
}
.line.line-2-2-3 {
  grid-template-columns: 2fr 2fr 3fr;
}
.line.line-2-3 {
  grid-template-columns: 2fr 3fr;
}
.line.line-2-3-1 {
  grid-template-columns: 2fr 3fr 1fr;
}
.line.line-2-3-2 {
  grid-template-columns: 2fr 3fr 2fr;
}
.line.line-2-3-3 {
  grid-template-columns: 2fr 3fr 3fr;
}
.line.line-3-1 {
  grid-template-columns: 3fr 1fr;
}
.line.line-3-1-1 {
  grid-template-columns: 3fr 1fr 1fr;
}
.line.line-3-1-2 {
  grid-template-columns: 3fr 1fr 2fr;
}
.line.line-3-1-3 {
  grid-template-columns: 3fr 1fr 3fr;
}
.line.line-3-2 {
  grid-template-columns: 3fr 2fr;
}
.line.line-3-2-1 {
  grid-template-columns: 3fr 2fr 1fr;
}
.line.line-3-2-2 {
  grid-template-columns: 3fr 2fr 2fr;
}
.line.line-3-2-3 {
  grid-template-columns: 3fr 2fr 3fr;
}
.line.line-3-3 {
  grid-template-columns: 3fr 3fr;
}
.line.line-3-3-1 {
  grid-template-columns: 3fr 3fr 1fr;
}
.line.line-3-3-2 {
  grid-template-columns: 3fr 3fr 2fr;
}
.line.line-3-3-3 {
  grid-template-columns: 3fr 3fr 3fr;
}
@media (max-width: 1199px) {
  .line {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.line > * {
  min-width: 0;
}

/*
!  FLEX
*/
.flex-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px !important;
}

/*
!  TITLE
*/
.h1 {
  font-size: 2.4705882353em;
  line-height: 1.2;
  line-height: 1;
  font-family: var(--terciary-font);
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 15px;
}
.h1 span {
  color: var(--main-color-dark);
}

.h2, article h2 {
  font-size: 1.8823529412em;
  line-height: 1.2;
  line-height: 1;
  font-family: var(--terciary-font);
  margin: 30px 0 10px;
  color: var(--main-color-dark);
}

.h3, article h3 {
  font-size: 1.1764705882em;
  line-height: 1.2;
  margin: 20px 0 10px;
  color: var(--main-color-dark);
}

@media (max-width: 1199px) {
  .h1 {
    font-size: 1.8823529412em;
    line-height: 1.2;
    line-height: 1.1;
  }
  .h2, article h2 {
    line-height: 1;
  }
}
.secondary-color {
  color: var(--secondary-color);
}

.sur-titre {
  display: inline-block;
  font-size: 46px;
  line-height: 0.9;
  font-family: var(--secondary-font);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .sur-titre {
    font-size: 42px;
  }
}

/*
!  SEPARATOR
*/
hr {
  margin: var(--space2) 0;
  background: var(--gray2);
}

/*
!  BUTTON
*/
form .form-actions .button:after, [class^=button-]:after, .button:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
form .form-actions .button:hover, [class^=button-]:hover, .button:hover {
  color: var(--main-color-dark);
  background-color: #FFF;
}
[class^=button-]:hover:after, .button:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(22);
  transform: translate(-50%, -50%) scale(22);
}

form .form-actions .button, [class^=button-], .button {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: var(--radius2);
  border: 2px solid var(--main-color-dark);
  padding: 8px 20px;
  margin: 10px 0;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  background-color: var(--main-color-dark);
  color: var(--white);
}
form .form-actions .button svg, [class^=button-] svg, .button svg {
  width: 20px;
  height: 20px;
  display: block;
}
.picto-before[class^=button-] svg, .picto-before.button svg {
  margin-right: 10px;
}
.picto-after[class^=button-] svg, .picto-after.button svg {
  margin-left: 10px;
}
form .form-actions .button:last-child, [class^=button-]:last-child, .button:last-child {
  margin-bottom: 0;
}

.button-picto {
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-picto svg {
  margin-right: 0;
}

.button-secondary {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}
.button-secondary:hover {
  color: var(--secondary-color);
}

.button-outline {
  background-color: var(--white);
  color: var(--main-color);
  border: 2px solid var(--main-color);
}
.button-outline:after {
  background-color: var(--main-color);
}
.button-outline:hover {
  color: #FFF;
}

.button-outline-secondary {
  background-color: var(--white);
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}
.button-outline-secondary:after {
  background-color: var(--secondary-color);
}
.button-outline-secondary:hover {
  color: #FFF;
}

.button-square {
  background-color: var(--main-color-dark);
  color: var(--white);
  border: 2px solid var(--main-color-dark);
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-family: var(--secondary-font);
  text-transform: uppercase;
}
.button-square:after {
  background-color: var(--white);
}
.button-square:hover {
  color: var(--main-color-dark);
}

/* OLD */
/*
.button-picto-plus{@include btn-picto-old("picto-plus.svg");}
.button-picto-contact{@include btn-picto-old("picto-mail.svg");}
*/
/*
.button-outline[class^="button-picto-"]{
    &:before{background: var(--main-color)}
    &:hover:before{background: var(--white)}
}

[class^="button-picto-"]{
    &:before{@include transition(0.15s); content:""; display: block; height: 20px; width: 20px; background: var(--white); margin-right: 10px; mask-size: contain;}
}
.button-picto-plus:before{ mask-image:url(../images/icons/picto-plus.svg); }
.button-picto-contact:before{ mask-image:url(../images/icons/picto-mail.svg); }
 */
.messages {
  padding: 15px 30px;
  background: var(--main-color);
  color: var(--white);
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: disparition 5s forwards;
  animation: disparition 5s forwards;
}

@-webkit-keyframes disparition {
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes disparition {
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/*
!  TAGS
*/
.tags {
  background: var(--main-color);
  color: var(--white);
  margin-top: 20px;
  padding: 5px 15px;
  text-transform: uppercase;
  display: inline-block;
}

p:has(.tags) {
  margin-bottom: 0;
}

p:has(.tags) + h2 {
  margin-top: 5px;
}

/*
!  PICTO
*/
.picto {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*
!  LIST
*/
.puce {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
}
.puce.puce-vert {
  background: #00ff00;
}
.puce.puce-rouge {
  background: #ff0000;
}

.info-alert {
  background: rgba(255, 0, 0, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  margin: 15px 0;
}

.info-success, div[role=contentinfo] {
  background: rgba(0, 255, 0, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  margin: 15px 0;
}

.paragraph,
.text-formatted {
  margin: 30px 0;
}
.paragraph ul,
.text-formatted ul {
  margin-left: 0;
  padding-left: 20px;
}
.paragraph ul li,
.text-formatted ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.paragraph ul li:before,
.text-formatted ul li:before {
  position: absolute;
  margin: 5px 0 0 -20px;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  background-color: var(--secondary-color);
  -webkit-mask: url(../images/icons/puce.svg) no-repeat 50% 50%;
  mask: url(../images/icons/puce.svg) no-repeat 50% 50%;
}
@media (max-width: 1199px) {
  .paragraph .float-right,
  .text-formatted .float-right {
    float: none;
  }
}

/*
!  MEDIAS IMAGE
!  MEDIAS IMAGE + CAPTION => figure
!  MEDIAS ROND
!  MEDIAS POPIN
*/
figure.align-right,
.media--type-image.align-right {
  float: right;
}
figure.align-right img,
.media--type-image.align-right img {
  margin-left: 30px;
}
figure.align-right figcaption,
.media--type-image.align-right figcaption {
  text-align: right;
}
figure.align-left,
.media--type-image.align-left {
  float: left;
}
figure.align-left img,
.media--type-image.align-left img {
  margin-right: 30px;
}
figure.align-center img,
.media--type-image.align-center img {
  margin: auto;
}
figure.align-center figcaption,
.media--type-image.align-center figcaption {
  text-align: center;
}
figure.media--view-mode-rond img,
.media--type-image.media--view-mode-rond img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
figure.media--view-mode-pop-in .media-popin,
.media--type-image.media--view-mode-pop-in .media-popin {
  display: block;
  text-decoration: none;
  color: #000;
}
figure.media--view-mode-pop-in .media-popin span,
.media--type-image.media--view-mode-pop-in .media-popin span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
figure.media--view-mode-pop-in .media-popin span svg,
.media--type-image.media--view-mode-pop-in .media-popin span svg {
  margin-right: 10px;
}
figure span,
.media--type-image span {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
figure figcaption,
.media--type-image figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  font-weight: bold;
}
figure figcaption:before,
.media--type-image figcaption:before {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 20px;
  margin-right: 5px;
  background: var(--main-color);
  -webkit-mask: url(../images/icons/caption.svg);
  mask: url(../images/icons/caption.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (max-width: 1199px) {
  figure,
  .media--type-image {
    float: none !important;
  }
  figure img,
  .media--type-image img {
    margin: auto !important;
    width: 100%;
  }
}

.media--type-image {
  margin-bottom: 30px;
}
.media--type-image img {
  border-radius: var(--radius3);
}

figure {
  margin-bottom: 30px;
}
figure .media--type-image {
  margin-bottom: 20px;
}
figure .media--type-image + figcaption {
  margin-top: -10px;
}

/*
!  MEDIAS POPIN
*/
.media-popin {
  display: block;
  text-decoration: none;
  color: #000;
}
.media-popin span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.media-popin span svg {
  margin-right: 10px;
}

/*
!  MEDIAS LINK
*/
.media--type-document a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.media--type-document a:before {
  content: "";
  background-color: var(--main-color);
  -webkit-mask: url(../images/icons/download.svg) no-repeat 50% 50%;
  mask: url(../images/icons/download.svg) no-repeat 50% 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  position: relative;
  top: 2px;
}
.media--type-document a:hover:before {
  background-color: #000;
}
.media--type-document span:last-child {
  display: none;
}

/*
!  MEDIAS VIDEOS
*/
.media--type-remote-video iframe,
.paragraph--type--video-media iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/*
!  BLOCKQUOTE
*/
blockquote {
  font-size: 1.25rem;
  line-height: 1;
  margin: 20px 0;
  padding: 20px 0;
}

/*
!  QUOTE
*/
.quote::before {
  content: "“";
}

.quote::after {
  content: "”";
}

/*
!  EFFECT
*/
.scroll-anim-left {
  position: relative;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.scroll-anim-right {
  position: relative;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.scroll-anim-top {
  position: relative;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.scroll-anim-bottom {
  position: relative;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

.scroll-anim-delay-1 {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.scroll-anim-delay-2 {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.scroll-anim-delay-3 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.scroll-anim-delay-4 {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.scroll-anim {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.scroll-anim.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

svg {
  fill: currentColor;
}

.anim_left {
  position: relative;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.anim_left:hover {
  left: 10px;
}

.img_up {
  overflow: hidden;
}
.img_up img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_up:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* ********************************
|  SCROLL TO TOP
========================================================================== */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 100%;
  padding: 10px;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  fill: var(--main-color);
}

/*
!  MENU
*/
#main-menu #nav-icon {
  width: 50px;
  height: 40px;
  position: relative;
  z-index: 100;
  background: none;
  border: none;
  cursor: pointer;
}
#main-menu #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 40px;
  left: 5px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #FFF;
}
#main-menu #nav-icon span:nth-child(1) {
  top: 8px;
}
#main-menu #nav-icon span:nth-child(2), #main-menu #nav-icon span:nth-child(3) {
  top: 18px;
}
#main-menu #nav-icon span:nth-child(4) {
  top: 28px;
}
#main-menu #nav-icon.active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#main-menu #nav-icon.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-menu #nav-icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu #nav-icon.active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu-content {
  /* CATEGORY */
}
#menu-content ul.menu {
  max-width: 415px;
}
@media all and (min-width: 1199px) and (max-width: 1750px) {
  #menu-content ul.menu {
    max-width: 280px;
  }
}
@media (max-width: 1199px) {
  #menu-content ul.menu {
    max-width: 100%;
  }
}
#menu-content ul.menu > li.menu-item {
  margin: 0;
  position: relative;
}
#menu-content ul.menu > li.menu-item a {
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFF;
  font-weight: normal;
  padding: 6px 0;
}
#menu-content ul.menu > li.menu-item a.is-active {
  font-weight: bold;
}
#menu-content ul.menu > li.menu-item a:hover {
  color: var(--gray2);
}
#menu-content ul.menu > li.menu-item > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
#menu-content ul.menu > li.menu-item > span:hover {
  color: var(--gray2);
}
#menu-content ul.menu > li.menu-item.menu-item--expanded {
  border-top: 1px solid #FFF;
  padding: 10px 0;
}
#menu-content ul.menu > li.menu-item.menu-item--expanded:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 28px;
  height: 23px;
  background: url(../images/icons/plus.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 1750px) {
  #menu-content ul.menu > li.menu-item.menu-item--expanded {
    padding: 15px 0;
  }
  #menu-content ul.menu > li.menu-item.menu-item--expanded:after {
    top: 13px;
    width: 20px;
    height: 20px;
  }
}
#menu-content ul.menu > li.menu-item .sub-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: block;
  margin: 0;
}
#menu-content ul.menu > li.menu-item.active span {
  color: var(--white);
}
#menu-content ul.menu > li.menu-item.active span:after {
  background: url(../images/icons/minor.svg) no-repeat center;
}
#menu-content ul.menu > li.menu-item.active .sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 15px 0;
}
@media (max-width: 1450px) {
  #menu-content ul.menu > li.menu-item > span {
    font-size: 15px;
  }
  #menu-content ul.menu > li.menu-item a {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  #menu-content ul.menu > li.menu-item > span {
    font-size: 1.125rem;
    line-height: 1;
  }
  #menu-content ul.menu > li.menu-item a {
    font-size: 1.125rem;
    line-height: 1;
  }
}
#menu-content .menu-cat ul.menu .menu-item.last {
  margin-bottom: 12px;
}
#menu-content .menu-cat > ul.sub-menu > li.last {
  border-bottom: 1px solid #FFF;
}
#menu-content .menu-cat .menu-0 > .last {
  border-top: 1px solid #FFF;
  padding-top: 20px;
}
#menu-content div.menu-cat-filter {
  height: 100%;
}
@media (max-width: 1199px) {
  #menu-content div.menu-cat-filter {
    display: none;
  }
}
#menu-content div.menu-cat-filter .menu-category {
  height: 55%;
}
#menu-content div.menu-cat-filter .menu-category > ul {
  padding: 50px 0 50px 100px;
}
@media all and (min-width: 1199px) and (max-width: 1750px) {
  #menu-content div.menu-cat-filter .menu-category > ul {
    padding: 20px 0 50px 20px;
  }
}
#menu-content div.menu-cat-filter .menu-category > ul > li {
  display: none;
}
#menu-content div.menu-cat-filter .menu-category > ul > li:not(.menu-item--active-trail) u.sub-menu li.menu-item--active-trail a {
  font-weight: bold;
}
#menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail {
  display: block;
  border: none;
}
#menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail span {
  color: #000 !important;
  border: none;
  font-size: 2.625rem;
  line-height: 1;
  font-family: var(--terciary-font);
  pointer-events: none;
}
#menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail span:after {
  display: none;
}
@media all and (min-width: 1199px) and (max-width: 1750px) {
  #menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail span {
    font-size: 1.375rem;
    line-height: 1;
  }
}
#menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail ul.sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 20px;
}
#menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail ul.sub-menu li a {
  color: #000;
  padding: 5px 0;
  font-size: 1.125rem;
  line-height: 1;
  line-height: 1.3;
  position: relative;
}
@media all and (min-width: 1199px) and (max-width: 1750px) {
  #menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail ul.sub-menu li a {
    font-size: 1.0625rem;
    line-height: 1;
  }
}
#menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail ul.sub-menu li a.is-active:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -15px;
  width: 10px;
  height: 10px;
  display: block;
  background: url(../images/icons/puce.svg) no-repeat;
}
#menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail ul.sub-menu li:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
}
#menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail ul.sub-menu li.last:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
}
#menu-content div.menu-cat-filter .photo-category {
  height: 45%;
}
#menu-content div.menu-cat-filter .photo-category .media {
  height: 100%;
}
#menu-content div.menu-cat-filter .photo-category .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

#block-efil-footer #block-efil-footer-menu {
  text-transform: uppercase;
}
#block-efil-footer .menu {
  margin: 0;
}
#block-efil-footer .menu li a {
  color: var(--gray2);
  text-decoration: none;
}
#block-efil-footer .menu li a:hover {
  color: var(--gray1);
}

/*
!  BREADCRUMB
*/
#breadcrumb .breadcrumb {
  background: none;
}
#breadcrumb .breadcrumb ol {
  list-style-image: url(../images/icons/puce.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
}
#breadcrumb .breadcrumb ol li {
  color: var(--gray4);
  font-weight: bold;
  margin-left: 30px;
}
#breadcrumb .breadcrumb ol li a {
  color: var(--main-color);
}
#breadcrumb .breadcrumb ol li:before {
  margin: 0 5px;
}

/*
!  FORM
*/
form .form-item {
  margin-bottom: 20px;
}
form .form-item.js-form-type-radio,
form .form-item.js-form-type-checkbox {
  margin-bottom: 0;
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0 !important;
  display: block;
}
form fieldset .fieldset-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}
form fieldset .fieldset-wrapper .form-item:only-child {
  grid-column: span 3;
}
form fieldset.line-1-2 .fieldset-wrapper > .form-item:nth-child(1) {
  grid-column: span 1;
}
form fieldset.line-1-2 .fieldset-wrapper > .form-item:nth-child(2) {
  grid-column: span 2;
}
form fieldset.line-2-1 .fieldset-wrapper > .form-item:nth-child(1) {
  grid-column: span 2;
}
form fieldset.line-2-1 .fieldset-wrapper > .form-item:nth-child(2) {
  grid-column: span 1;
}
@media (max-width: 1199px) {
  form fieldset .fieldset-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
form label.form-required {
  position: relative;
}
form label.form-required:after {
  content: "*";
  color: #D00;
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: 0;
}
form label {
  margin-bottom: 5px;
  display: inline-block;
}
form input:not(.button):not(.form-radio):not(.form-checkbox):not(.form-file) {
  border-radius: 5px;
  height: 40px;
  width: 100%;
  margin: 0;
  background: var(--white);
  border: 2px solid var(--gray2);
  padding: 0 20px;
  line-height: 40px;
}
form input:not(.button):not(.form-radio):not(.form-checkbox):not(.form-file)::-webkit-input-placeholder {
  font-weight: normal;
}
form input:not(.button):not(.form-radio):not(.form-checkbox):not(.form-file)::-moz-placeholder {
  font-weight: normal;
}
form input:not(.button):not(.form-radio):not(.form-checkbox):not(.form-file):-ms-input-placeholder {
  font-weight: normal;
}
form input:not(.button):not(.form-radio):not(.form-checkbox):not(.form-file)::-ms-input-placeholder {
  font-weight: normal;
}
form input:not(.button):not(.form-radio):not(.form-checkbox):not(.form-file)::placeholder {
  font-weight: normal;
}
form input.form-checkbox,
form input.form-radio {
  margin-right: 5px;
  float: left;
  margin-top: 3px;
}
form input.form-file {
  padding-left: 0;
  line-height: 36px;
  border: none;
}
form textarea {
  border-radius: 5px;
  height: 200px;
  width: 100%;
  margin: 0;
  background: var(--white);
  border: 2px solid var(--gray2);
  padding: 0 20px;
  line-height: 40px;
}
form .form-actions {
  text-align: center;
}
form .form-actions .button {
  width: auto;
}
form select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("../images/icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input.form-file {
  border-radius: 5px;
  height: 40px;
  width: 100%;
  margin: 0;
  background: var(--white);
  border: 2px solid var(--gray2);
  padding: 0 20px;
}
form .description {
  display: none;
}
form .form-type-checkbox .description {
  display: block;
  margin: 0;
}
form .form-type-checkbox .description a {
  color: var(--main-color);
}
form input[type=number],
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/*
!  PAGINATE
*/
.pager-container nav.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.pager-container nav.pager ul li a {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  width: 30px;
  height: 30px;
  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;
  text-decoration: none;
  line-height: 1;
}
.pager-container nav.pager ul li a:hover {
  background: var(--main-color-light);
  color: #FFF;
}
.pager-container nav.pager ul li.active a {
  background: var(--main-color);
  color: #FFF;
}
.pager-container nav.pager ul li:first-child a {
  border-bottom-left-radius: var(--radius1);
  border-top-left-radius: var(--radius1);
  width: 34px;
  padding-left: 4px;
}
.pager-container nav.pager ul li:last-child a {
  border-bottom-right-radius: var(--radius1);
  border-top-right-radius: var(--radius1);
  width: 34px;
  padding-right: 4px;
}

/*
!  SOCIAL
*/
.social-link {
  margin-top: 40px;
}
.social-link p {
  color: #FFF;
  font-weight: bold;
}
.social-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-link ul li a {
  background: #FFF;
  border: 1px solid #FFF;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px 0 0;
}
.social-link ul li a .svg-icon {
  width: 20px;
  height: 20px;
  color: var(--main-color);
}
.social-link ul li a:hover {
  background: var(--main-color);
}
.social-link ul li a:hover .svg-icon {
  color: #FFF;
}

.partage p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.partage ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid var(--gray5);
}
.partage ul li a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}
.partage ul li a .svg-icon {
  width: 20px;
  height: 20px;
  fill: var(--main-color-dark);
}
@media (max-width: 1199px) {
  .partage {
    display: none;
  }
  .partage ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

/*
!  TABLE
*/
article table {
  width: 100%;
  margin: var(--space1) 0;
}
article table th {
  background: var(--main-color);
  font-weight: bold;
  color: var(--white);
}
article table th, article table td {
  padding: 10px 20px;
  border-bottom: 1px solid var(--gray1);
}
article table tr:hover {
  background: #F6F6F6;
}

/*
!  SLIDER
*/
.slick-slider,
.carrousel,
.slick {
  margin: 20px -20px;
}
.slick-slider .slick-arrow,
.carrousel .slick-arrow,
.slick .slick-arrow {
  color: #000;
  position: absolute;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  background: none;
  top: 50%;
  height: 100px;
  width: 26px;
  display: block;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  /*
      &.slick-prev{left: -30px; color: #FFF; background: url(../images/icons/chevron-left.svg) no-repeat center; background-size: 30px;}
      &.slick-next{right: -30px; color: #FFF; background: url(../images/icons/chevron-right.svg) no-repeat center; background-size: 30px;}
      &:hover{opacity: 0.6;}
  */
}
.slick-slider .slick-arrow .picto,
.carrousel .slick-arrow .picto,
.slick .slick-arrow .picto {
  display: block;
  width: 40px;
  height: 40px;
}
.slick-slider .slick-arrow.slick-prev,
.carrousel .slick-arrow.slick-prev,
.slick .slick-arrow.slick-prev {
  left: -30px;
}
.slick-slider .slick-arrow.slick-next,
.carrousel .slick-arrow.slick-next,
.slick .slick-arrow.slick-next {
  right: -30px;
}
.slick-slider .slick-dots,
.carrousel .slick-dots,
.slick .slick-dots {
  position: absolute;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.slick-slider .slick-dots li,
.carrousel .slick-dots li,
.slick .slick-dots li {
  margin: 5px;
  padding: 0 !important;
}
.slick-slider .slick-dots li button,
.carrousel .slick-dots li button,
.slick .slick-dots li button {
  padding: 1px 6px;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #FFF;
  border: 1px solid var(--gray2);
}
.slick-slider .slick-dots li.slick-active button,
.carrousel .slick-dots li.slick-active button,
.slick .slick-dots li.slick-active button {
  background: var(--main-color);
}

/* Marge entre les slides */
.slick-slide {
  margin: 0 20px;
}

.slick-list {
  margin: 0 -20px;
}

/* Hauteur égale */
.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

/*
!  BACKGROUND HEADER
*/
/* #bg-header{height: 400px; overflow: hidden;
    img{object-fit: cover; object-position: center; width: 100%; height: 100%;}
    .field--name-field-background{height: 100%;}
    .media{width: 100%;
        .field--type-image{width: 100%;
            picture{height: 400px; width: 100%; display: flex;
                img{object-fit: cover; object-position: center; width: 100%; height: 100%;}
            }
        }
    }
} */
/*
!  GALLERY PHOTO
*/
.galerie-photo {
  gap: 40px;
}
.galerie-photo .galerie-photo-col a {
  height: 100%;
  display: block;
}
.galerie-photo .galerie-photo-col a img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
/*
!  TABS
*/
#main-wrapper .onglets-wrapper {
  position: relative;
  margin: 40px 0;
}
#main-wrapper .onglets-wrapper .link-item {
  background: var(--gray1);
  padding: 10px;
  cursor: pointer;
  color: var(--main-color);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main-wrapper .onglets-wrapper .link-item.active {
  background: var(--main-color);
  color: #FFF;
  font-weight: bold;
  /* .more{background: var(--main-color); color: #FFF; display: flex; justify-content: center; align-items: center; padding: 5px; pointer-events: none; width: 40px; height: 40px;
      &:before{content:""; background-color: #FFF; mask-image: url(../images/icons/plus.svg); mask-size: 30px; mask-repeat: no-repeat; width: 30px; height: 30px; display: block;}
  } */
}
#main-wrapper .onglets-wrapper .link-item.active .picto {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
#main-wrapper .onglets-wrapper .link-item h2 {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: normal;
}
#main-wrapper .onglets-wrapper .content-item {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  padding: 30px;
  background: var(--gray1);
}
#main-wrapper .onglets-wrapper .content-item.active {
  opacity: 1;
  visibility: visible;
  max-height: 1000px; /* transform: scaleY(1); height: auto; */
}
@media (min-width: 1200px) {
  #main-wrapper .onglets-wrapper.onglets_verticaux {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-wrapper .onglets-wrapper.onglets_verticaux .nav-onglet {
    width: 300px;
  }
  #main-wrapper .onglets-wrapper.onglets_verticaux .onglets {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
  }
  #main-wrapper .onglets-wrapper.onglets_horizontaux .nav-onglet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-wrapper .onglets-wrapper.onglets_verticaux-1 .onglets {
    margin: 0;
  }
  #main-wrapper .onglets-wrapper.onglets_verticaux-1 .onglets .onglets_verticaux {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  #main-wrapper .onglets-wrapper.onglets_verticaux-1 .onglets .onglets_verticaux .link-item {
    width: 50px;
    position: relative;
  }
  #main-wrapper .onglets-wrapper.onglets_verticaux-1 .onglets .onglets_verticaux .link-item .titre-onglet {
    white-space: nowrap;
    top: 50%;
    right: 50%;
    position: absolute;
    -webkit-transform: scale(-1) translate(-50%, 50%);
    transform: scale(-1) translate(-50%, 50%);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}
@media (max-width: 1199px) {
  #main-wrapper .onglets-wrapper .nav-onglet {
    display: none !important;
  }
  #main-wrapper .onglets-wrapper .onglets .link-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*
!  VIDEOS
*/
.video_player {
  position: relative;
  aspect-ratio: 16/9;
}
.video_player iframe {
  width: 100%;
  height: 100%;
}
.video_player .tac_activate {
  background: var(--noir);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*
!  TACJS
*/
#tarteaucitronRoot #tarteaucitron #tarteaucitronServices #tarteaucitronMainLineOffset #tarteaucitronPrivacyUrlDialog {
  margin: 5px auto;
}
#tarteaucitronRoot #tarteaucitronIcon {
  display: none !important;
}
#tarteaucitronRoot #tarteaucitronIcon button:before {
  content: "";
  display: block;
  background: url(../images/iconssecurity.svg);
  background-size: 40px;
  width: 40px;
  height: 40px;
}
#tarteaucitronRoot #tarteaucitronIcon button img {
  display: none !important;
}

/*
!  MODAL
*/
body.modal-open {
  overflow: hidden;
}

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 10000000;
  top: 0;
  width: 100%;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay .overlay-bg {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3137254902);
}
.overlay .overlay-inner {
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.overlay .overlay-inner .overlay-close {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/icons/xmark.svg) center no-repeat #FFF;
  background-size: 16px;
  border: 2px solid #000;
}
.overlay .overlay-inner .overlay-content {
  background: #FFF;
  padding: 40px;
  max-height: calc(100vh - 200px);
  overflow: scroll;
}
.overlay .overlay-inner .overlay-content .overlay {
  display: block;
}

.modal-container {
  display: none;
}

/*
!  CARD
*/
.card, .card-line {
  border: 2px solid var(--gray1);
  border-radius: var(--radius2);
  overflow: hidden;
}
.card .card-header img, .card-line .card-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card .card-body, .card-line .card-body {
  padding: 20px;
}
.card .card-body .card-title, .card-line .card-body .card-title {
  margin-bottom: 15px;
}

.card-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-line .card-header {
  width: 30%;
}
.card-line .card-body {
  width: 70%;
}
@media (max-width: 1199px) {
  .card-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-line .card-header,
  .card-line .card-body {
    width: 100%;
  }
}

/*
!  PARRALAX
*/
.parralax {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.parralax .parralax-photo {
  position: absolute;
  width: 100%;
}
.parralax .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #000;
  text-shadow: 0px 0px 50px var(--gray2), 0px 0px 80px var(--gray2);
}

#bg-fixed {
  height: 50vh;
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
}

/*
!  TAG
*/
.tag {
  padding: 3px 10px;
  background: var(--main-color);
  color: #FFF;
  font-weight: bold;
  border-radius: 3px;
}
.tag.tag-2 {
  margin-left: 15px;
}
.tag.tag-3 {
  margin-left: 30px;
}
.tag.tag-4 {
  margin-left: 45px;
}

/*
!  BLOC
*/
.paragraph--type--bloc-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  color: var(--secondary-color);
  padding-top: 20px;
}

.paragraph--type--bloc-title + .bloc.paragraph--style--info {
  margin-top: 5px;
}

.paragraph--type--bloc > h2 {
  margin-top: 0;
}

.node--type-page #main-wrapper #content article .sur-titre {
  font-size: 46px;
  line-height: 0.9;
  margin-bottom: -7px;
}
@media (max-width: 1199px) {
  .node--type-page #main-wrapper #content article .sur-titre {
    font-size: 42px;
    line-height: 0.9 !important;
  }
}
.node--type-page #main-wrapper #content article p {
  line-height: 1.25 !important;
}

.node--type-page #main-wrapper #content article .paragraph--type--personne blockquote p:first-child span,
.node--type-page #main-wrapper #content article .bloc blockquote p:first-child span {
  position: relative;
  font-size: 32px;
  line-height: 1;
  font-family: var(--secondary-font);
  font-weight: bold;
  color: var(--main-color-dark);
}
.node--type-page #main-wrapper #content article .paragraph--type--personne blockquote p:first-child span:after,
.node--type-page #main-wrapper #content article .bloc blockquote p:first-child span:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 4px;
  width: 68px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--secondary-color);
}
.node--type-page #main-wrapper #content article .bloc.paragraph--style--citation {
  max-width: 65%;
}
@media (max-width: 1199px) {
  .node--type-page #main-wrapper #content article .bloc.paragraph--style--citation {
    max-width: 100%;
  }
}
.node--type-page #main-wrapper #content article .bloc.paragraph--style--citation blockquote p:first-child span {
  position: relative;
  font-size: 32px;
  line-height: 1;
  font-family: var(--secondary-font);
  font-weight: bold;
  color: var(--main-color-dark);
}
.node--type-page #main-wrapper #content article .bloc.paragraph--style--citation blockquote p:first-child span:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 4px;
  width: 68px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--secondary-color);
}
@media (max-width: 1199px) {
  .node--type-page #main-wrapper #content article {
    padding: 20px;
  }
  .node--type-page #main-wrapper #content article p {
    font-size: 32px;
  }
}

.bloc.paragraph--style--info {
  padding: 30px;
  background: var(--beige);
  border-radius: var(--radius3);
  overflow: hidden;
}
.bloc.paragraph--style--info .lettrine {
  font-size: 4rem !important;
}
.bloc.paragraph--style--info .secondary-color {
  color: var(--secondary-color) !important;
}

.bloc.paragraph--style--temoignages {
  padding: 30px;
  background: var(--yellow);
  border-radius: var(--radius3);
  overflow: hidden;
}

/*
!  PERSONNE
*/
.paragraph--type--personne {
  text-align: left;
  margin: 20px 0 20px;
  position: relative;
}
.paragraph--type--personne .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .paragraph--type--personne .cols {
    gap: 1rem;
  }
}
@media (max-width: 420px) {
  .paragraph--type--personne .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.paragraph--type--personne .cols p {
  margin-bottom: 0;
}
.paragraph--type--personne .cols .photo {
  width: 160px;
  border-radius: var(--radius3);
  overflow: hidden;
  min-width: 140px;
}
.paragraph--type--personne .cols .photo img {
  width: 160px;
}
.paragraph--type--personne .cols .col-right {
  max-width: 300px;
}
@media (max-width: 1199px) {
  .paragraph--type--personne .cols .col-right {
    max-width: 100%;
  }
}
.paragraph--type--personne .cols .col-right p.nom {
  font-size: 1em;
  line-height: 1.2;
  color: var(--main-color-dark);
  display: block;
  font-weight: bold;
}
.paragraph--type--personne .cols .col-right p.fonction {
  font-size: 1em;
  line-height: 1.2;
}

/*
!  2 col
*/
.paragraph--style--info .layout--two-col,
.paragraph--type--contenu .layout--two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media (max-width: 1199px) {
  .paragraph--style--info .layout--two-col,
  .paragraph--type--contenu .layout--two-col {
    grid-template-columns: 1fr;
  }
}
.paragraph--style--info .layout--two-col .layout__col .media--type-image img,
.paragraph--type--contenu .layout--two-col .layout__col .media--type-image img {
  aspect-ratio: initial;
  -o-object-fit: initial;
  object-fit: initial;
  -o-object-position: initial;
  object-position: initial;
}
.paragraph--style--info .layout--two-col + .layout--two-col,
.paragraph--type--contenu .layout--two-col + .layout--two-col {
  margin-top: 30px;
}

.layout--two-col {
  padding-bottom: 0;
  display: grid;
  grid-template-columns: 160px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
.layout--two-col + .layout--two-col {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .layout--two-col {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .layout--two-col h2 {
    text-align: left !important;
    margin-top: 0;
  }
  .layout--two-col p {
    text-align: left !important;
  }
}
.layout--two-col .layout__col > h2 {
  margin-top: 0;
}
.layout--two-col .layout__col .media--type-image {
  margin-bottom: 0;
}
.layout--two-col .layout__col .media--type-image img {
  aspect-ratio: 160/180;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 1199px) {
  .layout--two-col .layout__col .media--type-image img {
    width: 33%;
    margin: 0 !important;
  }
}
@media (max-width: 575px) {
  .layout--two-col .layout__col .media--type-image img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .col-photo-right .layout--two-col .layout__col:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col-photo-right .layout--two-col .layout__col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .col-photo-right .layout--two-col .text-align-right {
    text-align: left;
  }
}
#accessibility #accessibility-menu {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: -85px;
  -webkit-transform: translateY(77px);
  transform: translateY(77px);
  background: var(--main-color-light);
}
#accessibility #accessibility-menu a {
  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;
  width: 80px;
  height: 80px;
  padding: 20px;
}
#accessibility #accessibility-menu a img {
  width: 100%;
}
#accessibility #accessibility-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  font-family: var(--main-font);
  font-size: 1.0625rem;
  line-height: 1;
  line-height: 1.3;
  color: var(--text);
  font-weight: 300;
}
body #accessibilite {
  position: absolute;
  top: -300px;
  z-index: 100000;
  width: 100%;
}
body #accessibilite li a {
  background: #FFF;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px 0;
  text-decoration: none;
  display: block;
  color: #000;
}
body #accessibilite li a:focus, body #accessibilite li a:hover {
  top: 300px;
}
body #header {
  -webkit-box-shadow: 0 0 5px var(--gray2);
  box-shadow: 0 0 5px var(--gray2);
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: #FFF;
}
body #header #header-content {
  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;
  height: 120px;
  padding: 20px 40px;
}
body #header #header-content #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body #header #header-content #logo p {
  padding-left: 80px;
  padding-bottom: 7px;
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  line-height: 1;
  text-transform: uppercase;
}
body #header #header-content #logo p span {
  color: var(--main-color);
  font-weight: bold;
}
body #header #fondation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
body #header #fondation #accessibility {
  margin-top: auto;
  position: relative;
  color: var(--main-color-dark);
}
body #header #fondation #download {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  body #header #header-content {
    height: 90px;
    padding: 10px;
  }
  body #header #header-content #logo img {
    max-width: 140px;
  }
  body #header #header-content #logo p {
    padding-left: 30px;
    font-size: 1.25rem;
    line-height: 1;
    line-height: 1;
    width: 100px;
    padding-bottom: 0;
  }
  body #header #header-content #fondation {
    display: none;
  }
}
body #main-wrapper {
  background: #FFF;
  margin-top: 120px;
  position: relative;
}
body #main-wrapper #menu {
  width: 80px;
  height: calc(100vh - 120px);
  position: fixed;
  z-index: 90;
  top: 120px;
  background: var(--main-color);
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: auto;
}
@media all and (min-width: 1199px) and (max-width: 1750px) {
  body #main-wrapper #menu {
    width: 60px;
  }
}
body #main-wrapper #menu #main-menu {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
body #main-wrapper #menu-content {
  position: fixed;
  z-index: 80;
  top: 120px;
  left: 0;
  width: 600px;
  height: calc(100vh - 120px);
  background: url(../images/photos/bg-menu.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  body #main-wrapper #menu-content {
    background-image: url(../images/photos/bg-menu2.jpg);
  }
}
body #main-wrapper #menu-content.with-category {
  background: var(--white-dark);
}
body #main-wrapper #menu-content .svg {
  position: absolute;
  width: 0;
  height: 0;
}
body #main-wrapper #menu-content .mask {
  position: absolute;
  pointer-events: none;
  z-index: 100;
  right: -1px;
  top: -1px;
  height: 102%;
  background: url(../images/photos/mask-menu.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 99/960;
}
body #main-wrapper #menu-content .mask-mobile {
  position: absolute;
  z-index: 6;
  height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body #main-wrapper #menu-content .mask-mobile img {
  width: 100%;
  position: relative;
  top: 1px;
}
body #main-wrapper #menu-content .menu-inner {
  height: 100%;
  width: 100%;
  background: var(--main-color); /* clip-path: url(#menu-path); */
  position: absolute;
  z-index: 70;
  left: -520px;
  padding: 50px 0 50px 100px;
  overflow-y: scroll;
}
body #main-wrapper #menu-content .menu-inner .menu-cat {
  margin-top: 30px;
}
body #main-wrapper #menu-content .menu-cat-select {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 50px 0;
}
body #main-wrapper #menu-content.active .menu-inner {
  left: 0;
}
@media all and (min-width: 1199px) and (max-width: 1750px) {
  body #main-wrapper #menu-content {
    width: 320px;
    left: 60px;
  }
  body #main-wrapper #menu-content .menu-inner {
    padding: 20px 0 50px 0px;
  }
}
body #main-wrapper #main-content {
  width: calc(100% - 600px);
  margin-left: 600px;
}
body #main-wrapper #main-content #content {
  width: 880px;
  margin: auto;
  padding: 40px;
}
@media all and (min-width: 1199px) and (max-width: 1750px) {
  body #main-wrapper #main-content {
    width: calc(100vw - 380px);
    margin-left: 380px;
  }
  body #main-wrapper #main-content #content {
    width: 820px;
    margin: auto;
    padding: 40px 20px;
  }
}
@media (max-width: 1199px) {
  body #main-wrapper {
    margin-top: 90px;
  }
  body #main-wrapper #menu {
    width: 80px;
    top: 0;
    right: 0;
    height: 90px;
    z-index: 1000;
  }
  body #main-wrapper #menu #accessibility,
  body #main-wrapper #menu #download {
    display: none;
  }
  body #main-wrapper #menu-content {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    position: relative;
  }
  body #main-wrapper #menu-content .menu-inner {
    position: fixed;
    height: calc(100vh - 90px);
    overflow: scroll;
    padding: 20px;
    left: 0;
    top: 90px;
    opacity: 0;
    pointer-events: none;
  }
  body #main-wrapper #menu-content.active .menu-inner {
    opacity: 1;
    pointer-events: all;
  }
  body #main-wrapper #main-content {
    width: 100%;
    margin: 0;
    padding-top: 30px;
  }
  body #main-wrapper #main-content #content {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  body #main-wrapper #main-content #content {
    padding: 0;
  }
}
body footer {
  -webkit-box-shadow: 0 -3px 3px #EEE;
  box-shadow: 0 -3px 3px #EEE;
  background: #FFF;
  color: #000;
  padding: var(--space1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #EEE;
}
body footer .logo .logo-fondation {
  width: 200px;
  margin-right: 50px;
}
body footer .logo .logo-institut {
  width: 120px;
  margin-right: 30px;
}
body footer a {
  color: #000 !important;
}
body footer p {
  padding: 0;
  margin: 0 0 0 0 !important;
}
body footer .adresse {
  padding-left: 30px;
}
body footer .copyright {
  margin-left: auto;
  text-align: right;
}
@media all and (min-width: 1199px) and (max-width: 1750px) {
  body footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body footer .logo {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    padding-left: 30px;
  }
  body footer .logo img {
    margin: 0 40px 0 0 !important;
  }
}
@media (max-width: 1199px) {
  body footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  body footer a {
    display: inline-block;
  }
  body footer .logo {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body footer .logo img {
    margin: 10px !important;
  }
  body footer .logo-institut {
    display: none;
  }
  body footer .adresse {
    padding: 20px;
  }
  body footer .copyright {
    text-align: center;
    margin: auto;
  }
}

.user-logged-in.role--administrator #header {
  top: 54px;
}
.user-logged-in.role--administrator #main-wrapper #menu-content,
.user-logged-in.role--administrator #main-wrapper #menu {
  top: 174px;
}

.maintenance-page {
  width: 100% !important;
  text-align: center;
}
.maintenance-page header a {
  display: block;
  margin: auto;
  width: 250px;
}

.user-login-form {
  margin: 80px 0;
  overflow: hidden;
}
.user-login-form .left {
  background: #FFF;
  padding: 40px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: right;
  transform-origin: right;
  border: 2px solid var(--gray2);
  border-top-left-radius: var(--radius2);
  border-bottom-left-radius: var(--radius2);
}
.user-login-form .left .picto-login {
  width: 100%;
  height: 300px;
  opacity: 0.2;
}
.user-login-form .right {
  background: var(--main-color);
  padding: 40px;
  position: relative;
  border-top-right-radius: var(--radius2);
  border-bottom-right-radius: var(--radius2);
}
.user-login-form .right .form-login {
  position: relative;
  z-index: 2;
}
.user-login-form .right .form-login h2 {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 40px;
}
.user-login-form .right .form-login label {
  color: #FFF;
}
.user-login-form .right .form-login .button {
  background: #FFF;
  color: var(--main-color);
  border: 2px solid #FFF;
}
.user-login-form .right .form-login .button:hover {
  background: var(--main-color);
  color: #FFF;
}
.user-login-form .right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background: var(--main-color);
  background-color: inherit;
  padding-bottom: 100%;
  width: 20%;
  z-index: 1;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
@media (max-width: 1199px) {
  .user-login-form {
    margin-top: 20px;
  }
  .user-login-form .left {
    display: none;
  }
  .user-login-form .right {
    border-radius: var(--radius2);
  }
  .user-login-form .right:before {
    display: none;
  }
}

/*
!  MENU FOOTER
*/
.user-logged-in #bottom-admin {
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
  position: fixed;
  z-index: 2000;
  bottom: 0;
  left: 0;
  background: #FFF;
  margin: auto;
  width: 100%;
}
.user-logged-in #bottom-admin ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}
.user-logged-in #bottom-admin ul li {
  padding: 0;
  margin: 0;
}
.user-logged-in #bottom-admin ul li:hover a {
  background: #666;
  color: var(--white);
}
.user-logged-in #bottom-admin ul li a {
  color: var(--main-color);
  display: block;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  border: none !important;
  text-decoration: none !important;
}
.user-logged-in #bottom-admin ul li a.active {
  background: #666;
}
.user-logged-in #bottom-admin ul li.nav-item-admin {
  background: var(--main-color);
}
.user-logged-in #bottom-admin ul li.nav-item-admin a {
  color: var(--white);
}
.user-logged-in #bottom-admin ul li.nav-item-admin:hover a {
  color: var(--white);
}
.user-logged-in #bottom-admin ul li.nav-item-disconnect {
  margin-left: auto;
  background: var(--secondary-color);
}
.user-logged-in #bottom-admin ul li.nav-item-disconnect a {
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-logged-in #bottom-admin ul li.nav-item-disconnect a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.user-logged-in #bottom-admin ul li.nav-item-disconnect:hover a {
  color: var(--white);
}
.user-logged-in .region-footer-after {
  padding-bottom: 30px;
}

body.page-node-1 #bottom-admin .modifier {
  display: none;
}

/*
!  DASHBOARD
*/
.user-logged-in.page-node-1 #block-efil-page-title {
  display: none;
}
.user-logged-in.page-node-1 #page #main-wrapper {
  font-size: 1rem;
  line-height: 1;
}
.user-logged-in.page-node-1 #page #main-wrapper #main {
  max-width: 1240px;
}
.user-logged-in.page-node-1 #page #main-wrapper #main-before {
  display: none !important;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin {
  margin-top: 30px;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin h1 {
  font-size: 30px;
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #CCC;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin h1 span:first-child {
  text-transform: uppercase;
  padding: 0 10px 0 0;
  background: var(--white);
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin h1 span:last-child {
  background: var(--white);
  position: relative;
  font-size: 1.25rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 15px;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin h1 span:last-child svg {
  width: 26px;
  height: 26px;
  margin-left: 10px;
  fill: #60cd30;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin h1:before {
  content: "";
  display: block;
  background: var(--noir);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 10px;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin {
  gap: 40px;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul {
  margin: 0;
  padding: 0;
  gap: 20px;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li {
  padding: 0;
  list-style: none;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a {
  background: var(--gray1);
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a .picto {
  background: var(--gray1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 5px solid #DDD;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a .picto svg {
  fill: #FFF;
  width: 70px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a .picto svg .svg2,
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a .picto svg .svg1 {
  stroke-width: 0;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a .picto svg .svg2 {
  fill: var(--main-color);
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a .picto svg .svg1 {
  fill: #000;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a .picto .menu-title {
  text-transform: uppercase;
  color: #000;
  line-height: 18px;
  margin-left: 10px;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a:hover {
  text-decoration: none;
  color: var(--main-color);
  font-weight: bold;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a:hover .picto { /* background: #333; */
  border-color: var(--main-color);
  /*
      .svg1{fill: #FFF; stroke-width: 1px; stroke:#FFF }
      .svg2{fill: #FFF }
      .menu-title{color: #FFF;}
  */
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a:hover .picto svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .line-admin .menu .menu-admin ul li a:hover .picto .svg1 {
  stroke-width: 1px;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .info {
  background: var(--gray1);
  border-radius: var(--radius1);
  padding: 20px;
  text-align: center;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .info h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .info .title {
  padding: 40px 0 10px;
  text-align: center;
}
.user-logged-in.page-node-1 #page #main-wrapper #page_admin .info div {
  margin-bottom: 15px;
}

/*
!  SEO
*/
.seo .seo-header {
  background: var(--main-color);
  color: #FFF;
  text-align: center;
  padding: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
.seo .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid var(--main-color);
}
.seo .line .seo-picto {
  color: var(--main-color);
  width: 70px;
  margin-right: 30px;
}
.seo .line .seo-picto .picto {
  width: 40px;
  height: 40px;
}
.seo .line .seo-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.seo .line .seo-content hr {
  border: 1px dashed #DDD;
  margin: 10px 0;
  background: transparent;
}
.seo .line .seo-content .seo-h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.seo .line .seo-content .line-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.seo .line .seo-content .line-table > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.seo .line .seo-content .seo-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.seo .line .seo-content .seo-colors .tag {
  border: 1px solid #CCC;
}
.seo .line .seo-content .seo-colors .tag.light {
  color: #000;
}
.seo .line .seo-content .line-picto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.seo .line .seo-content .line-picto svg {
  margin-right: 20px;
  width: 50px;
  height: 50px;
}
.seo .line .seo-content .line-picto .seo-h2 {
  margin-bottom: 0;
}

.admin-button-bloc > div,
.admin-color-bloc > div {
  margin: 10px;
}

.bloc-square {
  width: 80px;
  height: 80px;
}

.path-frontpage #header #header-content #logo p {
  display: none;
}
.path-frontpage #main-wrapper #menu-content {
  background: url(../images/photos/bg-menu.jpg) no-repeat;
  background-size: cover;
  min-height: 300px;
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #menu-content {
    background-image: url(../images/photos/bg-menu2.jpg);
  }
}
.path-frontpage #main-wrapper #main-content #content {
  width: 1180px;
  padding: 40px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content {
    width: 100%;
    padding: 20px;
  }
}
.path-frontpage #main-wrapper #main-content #content section {
  padding-bottom: 100px;
}
.path-frontpage #main-wrapper #main-content #content section .sur-titre {
  border: none;
  padding: 0 0 0 0;
  margin: auto;
  position: relative;
}
.path-frontpage #main-wrapper #main-content #content section .sur-titre:before {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -100px;
  left: 50%;
  width: 1px;
  height: 75px;
  display: block;
  background: var(--main-color-dark);
}
.path-frontpage #main-wrapper #main-content #content section .sur-titre:after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -36px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  background: #FFF;
  border: 1px solid var(--main-color-dark);
}
.path-frontpage #main-wrapper #main-content #content section h2 {
  margin-top: 0;
}
.path-frontpage #main-wrapper #main-content #content article header {
  text-align: center;
  height: calc(100vh - 160px);
  position: relative;
}
.path-frontpage #main-wrapper #main-content #content article header .home-title {
  position: absolute;
  top: 20%;
  left: 0;
  text-align: left;
  width: 50%;
  overflow: hidden;
}
.path-frontpage #main-wrapper #main-content #content article header .home-title .home-title-content h1 {
  font-family: var(--secondary-font);
  font-size: 5.625rem;
  line-height: 1;
  font-weight: bold;
  width: 280px;
  line-height: 0.9;
  display: block;
  color: var(--main-color-dark);
  text-transform: uppercase;
}
.path-frontpage #main-wrapper #main-content #content article header .home-title .home-title-content h1 span {
  color: var(--main-color);
  font-size: 5.625rem;
  line-height: 1;
  line-height: 0.9;
  display: block;
}
.path-frontpage #main-wrapper #main-content #content article header .home-title .home-title-content h2 {
  font-size: 1.5rem;
  line-height: 1;
  font-family: var(--main-font);
  width: 220px;
  display: block;
  color: var(--main-color-dark);
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
.path-frontpage #main-wrapper #main-content #content article header .home-title:after {
  content: "";
  position: absolute;
  bottom: 55px;
  margin-left: 160px;
  width: 200px;
  left: 0;
  height: 8px;
  display: block;
  background: var(--main-color-dark);
  border-radius: 4px;
}
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn {
  height: 100%;
}
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn:before {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 150px);
  width: 1px;
  background: var(--gray5);
  left: 50%;
  top: 62px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-profil,
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-adn {
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  width: 128px;
  height: 128px;
  border-radius: 1.5rem;
  border: 1px solid var(--main-color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--white-dark);
  color: #000;
  cursor: pointer;
}
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-profil span,
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-adn span {
  font-family: var(--secondary-font);
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-profil:hover,
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-adn:hover {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  color: var(--secondary-color);
}
.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-adn {
  top: calc(35% + 170px);
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article header .home-profil-adn:after {
    content: "";
    width: 100px;
    height: 1px;
    background: var(--main-color-dark);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.path-frontpage #main-wrapper #main-content #content article header .home-popin {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid var(--main-color-dark);
  padding: 40px 25px;
  border-radius: var(--radius3);
  width: 360px;
  background: #FFF;
}
.path-frontpage #main-wrapper #main-content #content article header .home-popin .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.path-frontpage #main-wrapper #main-content #content article header .home-popin .close .picto {
  color: var(--main-color-dark);
}
.path-frontpage #main-wrapper #main-content #content article header .home-popin .sur-titre {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1.8823529412em;
  line-height: 1.2;
  font-weight: 700;
}
.path-frontpage #main-wrapper #main-content #content article header .home-popin h2 {
  font-family: var(--main-font);
  color: var(--main-color-dark);
  font-size: 1.4117647059em;
  line-height: 1.2;
  line-height: 1.13;
  margin: 25px 0 10px;
}
.path-frontpage #main-wrapper #main-content #content article header .home-popin h2 span {
  color: var(--secondary-color);
}
.path-frontpage #main-wrapper #main-content #content article header .home-popin p {
  font-size: 0.9411764706em;
  line-height: 1.2;
  padding: 0 1rem;
}
.path-frontpage #main-wrapper #main-content #content article header .home-popin.active {
  display: block;
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article header .home-popin {
    z-index: 90;
    width: calc(100% - 20px);
  }
}
.path-frontpage #main-wrapper #main-content #content article header #scroll-anim {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  background: #FFF;
  padding: 20px 0;
}
.path-frontpage #main-wrapper #main-content #content article header #scroll-anim #cursor {
  -webkit-animation: fleche 1.3s ease infinite;
  animation: fleche 1.3s ease infinite;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@-webkit-keyframes fleche {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fleche {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article header {
    height: auto;
  }
  .path-frontpage #main-wrapper #main-content #content article header .home-title {
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    margin: 0;
  }
  .path-frontpage #main-wrapper #main-content #content article header .home-title:before, .path-frontpage #main-wrapper #main-content #content article header .home-title:after {
    display: none;
  }
  .path-frontpage #main-wrapper #main-content #content article header .home-title .home-title-content h1 {
    width: 100%;
    font-size: 3.75rem;
    line-height: 1;
    line-height: 1;
  }
  .path-frontpage #main-wrapper #main-content #content article header .home-title .home-title-content h1 span {
    font-size: 3.75rem;
    line-height: 1;
  }
  .path-frontpage #main-wrapper #main-content #content article header .home-title .home-title-content h2 {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 10px;
  }
  .path-frontpage #main-wrapper #main-content #content article header .home-profil-adn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-profil,
  .path-frontpage #main-wrapper #main-content #content article header .home-profil-adn .btn-adn {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 20px;
    width: 120px;
    height: 120px;
  }
  .path-frontpage #main-wrapper #main-content #content article header .home-profil-adn:before {
    top: 0;
    height: 100%;
  }
  .path-frontpage #main-wrapper #main-content #content article header #scroll-anim {
    display: none;
  }
}
.path-frontpage #main-wrapper #main-content #content article .contenu {
  margin-top: 50px;
  text-align: center;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito {
  padding-bottom: 150px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito h2 {
  max-width: 720px;
  margin: 0 auto 10px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .author {
  margin-bottom: 30px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .author .small {
  font-style: normal;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito {
  border: 1px solid var(--main-color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: var(--radius3);
  overflow: hidden;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito .left {
  width: 48%;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito .left img {
  width: 100%;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito .right {
  width: 52%;
  padding: 20px;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito .right h3 {
  font-family: var(--secondary-font);
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito .right h3 span {
  text-transform: uppercase;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito .right .button {
  display: inline-block;
  text-align: center;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito.bloc-emmanuel {
  position: relative;
  top: 60px;
  left: -1px;
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-edito {
    padding-bottom: 160px;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .line {
    grid-template-columns: 1fr 1fr !important;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito .left {
    width: 100%;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito .right {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .line {
    grid-template-columns: 1fr !important;
  }
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .sur-titre:before {
  top: -115px;
  height: 80px;
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .sur-titre:before {
    top: -100px;
    height: 70px;
  }
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list {
  margin: 0;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .slick-list {
  margin: 0;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .slick-prev {
  left: 10px;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .slick-prev {
    left: 0;
  }
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .slick-next {
  right: 10px;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .slick-next {
    right: 0;
  }
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  border-radius: var(--radius3);
  overflow: hidden;
  margin: 0 1px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding: 20px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content .right .date {
  font-size: 1.375rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--secondary-color);
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content .right h3 {
  font-size: 1.375rem;
  line-height: 1;
  margin-top: 10px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content .right p {
  width: 450px;
  max-width: 100%;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content .right .button {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-faits .home-faits-list .onglets-content .right p {
    width: 100%;
  }
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .bloc-panorama {
  border: 1px solid var(--main-color-dark);
  border-radius: var(--radius3);
  overflow: hidden;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .bloc-panorama h3 {
  background: var(--terciary-color);
  color: var(--main-color-dark);
  padding: 10px;
  margin: 0;
  text-transform: uppercase;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .bloc-panorama p {
  height: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .bloc-panorama p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--main-font);
  color: var(--main-color-dark);
  font-weight: 600;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .bloc-panorama p a:hover {
  color: var(--main-color);
}
@media (max-width: 1450px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .bloc-panorama p a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .bloc-panorama img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .chiffres-cles {
  margin: 0;
  background: var(--gray1);
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .chiffres-cles .bloc-chiffre {
  height: 180px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .chiffres-cles .bloc-chiffre .nombre {
  font-family: var(--terciary-font);
  color: var(--secondary-color);
  font-size: 6.25rem;
  line-height: 1;
  line-height: 1;
  font-weight: bold;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .chiffres-cles .bloc-chiffre .text {
  font-size: 1.625rem;
  line-height: 1;
  line-height: 1;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .chiffres-cles .slick-prev {
  left: 10px;
  opacity: 0.5;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .chiffres-cles .slick-next {
  right: 10px;
  opacity: 0.5;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper {
  margin: 0;
  border-radius: var(--radius3);
  overflow: hidden;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .link-item {
  padding: 15px 30px;
  background: var(--main-color-dark);
  color: #FFF;
  border: none;
  border-bottom: 1px solid var(--gray2);
  width: 100%;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .link-item .titre-onglet {
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  font-size: 1.375rem;
  line-height: 1;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .link-item.active {
  background: var(--terciary-color);
  color: var(--main-color-dark);
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .link-item.active .titre-onglet {
  margin: 0;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item {
  padding: 0;
  background: #FFF;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .left {
  width: 50%;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .right {
  width: 50%;
  padding: 30px;
  text-align: left;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .right h3 {
  color: var(--main-color-dark);
  font-size: 1.375rem;
  line-height: 1;
  line-height: 1.2;
  font-weight: bold;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .right a {
  text-decoration: none;
  color: var(--main-color-dark);
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .right p {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: normal;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .right .link-arrowed:before {
  content: "> ";
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .right .button {
  color: var(--white);
  margin-top: 30px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .right .button:hover {
  color: var(--main-color-dark);
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .link-item .titre-onglet {
    font-size: 1.25rem;
    line-height: 1;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .left {
    width: 100%;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .right {
    width: 100%;
    padding: 20px;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-intervention .onglets-wrapper .content-item .onglets-content .right h3 {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 0;
  }
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance {
  background: var(--white-dark);
  padding: 30px;
  border-radius: var(--radius3);
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance .line .bloc {
  width: 16%;
  min-width: 166px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance .line .bloc a {
  text-decoration: none;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance .line .bloc a figure {
  margin-bottom: 10px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance .line .bloc a figure img {
  border-radius: var(--radius3);
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance .line .bloc a figure figcaption {
  padding: 10px 0;
  display: block;
  font-weight: bold;
  color: var(--main-color-dark);
  font-style: normal;
  margin-top: 5px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance .line .bloc a figure figcaption:before {
  content: "";
  display: none;
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance .line .bloc a figure figcaption {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-gouvernance .bloc-gouvernance .line .bloc a:hover figcaption {
  color: var(--secondary-color);
  line-height: 1.2;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources {
  width: 100%;
  margin: 0 auto;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources {
  background: var(--beige);
  padding: 30px;
  border-top-left-radius: var(--radius3);
  border-top-right-radius: var(--radius3);
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources h2 {
  font-size: 2.625rem;
  line-height: 1;
  font-family: var(--terciary-font);
  font-weight: bold;
  max-width: 820px;
  margin: 0 auto 30px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources blockquote {
  border: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1;
  line-height: 1.2;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources blockquote p {
  font-weight: normal;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources figcaption {
  font-size: 1.0625rem;
  line-height: 1;
  line-height: 1.2;
  text-align: left;
  color: var(--main-color-dark);
  margin-top: 20px;
  font-style: normal;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources figcaption strong {
  font-size: 1.25rem;
  line-height: 1;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources figcaption:before {
  display: none;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources .button {
  margin: 20px auto 0;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources .flex-line {
  padding: 0 30px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources .flex-line .left {
  width: 160px;
  height: 220px;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources .flex-line .left img {
  border-radius: var(--radius3);
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources .flex-line .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .img-ressource {
  border-bottom-left-radius: var(--radius3);
  border-bottom-right-radius: var(--radius3);
}
@media (max-width: 1199px) {
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources {
    padding-bottom: 40px;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .bloc-ressources h2 {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .flex-line {
    display: none;
  }
  .path-frontpage #main-wrapper #main-content #content article .contenu .home-ressources .img-ressource {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.node--type-page h1 {
  font-size: 46px;
  line-height: 0.9;
}
@media (max-width: 1199px) {
  .node--type-page h1 {
    font-size: 42px;
  }
}
.node--type-page #main-wrapper aside .mask-mobile {
  display: none !important;
}
.node--type-page #main-wrapper #content article header .partage {
  margin-bottom: 30px;
  text-align: center;
}
.node--type-page #main-wrapper #content article header .chapo {
  margin-bottom: 30px;
}
.node--type-page #main-wrapper #content article header .chapo p {
  font-size: 1.1764705882em;
  line-height: 1.2;
  font-weight: bold;
}
.node--type-page #main-wrapper #content article header .chapo .layout--two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.node--type-page #main-wrapper #content article header .chapo .layout--two-col .layout__col:first-child {
  width: 75%;
}
.node--type-page #main-wrapper #content article header .chapo .layout--two-col .layout__col:nth-child(2) {
  width: 25%;
}
@media (max-width: 1199px) {
  .node--type-page #main-wrapper #content article header .chapo p {
    font-size: 1.0588235294em;
    line-height: 1.2;
  }
}
.node--type-page #main-wrapper #content article .illustration img {
  margin: 30px auto 40px;
}
.node--type-page #main-wrapper #content article .bloc-question {
  margin: 30px 0 40px 0;
  max-width: 600px;
  position: relative;
}
@media (max-width: 1199px) {
  .node--type-page #main-wrapper #content article .bloc-question {
    margin: 20px 0 -20px 0;
  }
}
.node--type-page #main-wrapper #content article .bloc-question .paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2rem;
}
@media (max-width: 1199px) {
  .node--type-page #main-wrapper #content article .bloc-question .paragraph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
  }
}
.node--type-page #main-wrapper #content article .bloc-question .paragraph .photo {
  width: 160px;
  border-radius: var(--radius3);
  overflow: hidden;
  max-width: 160px;
}
.node--type-page #main-wrapper #content article .bloc-question .paragraph .photo img {
  width: 160px;
}
.node--type-page #main-wrapper #content article .bloc-question .paragraph .question-container {
  width: 100%;
}
.node--type-page #main-wrapper #content article .bloc-question .paragraph .question-container p {
  font-size: 1.4117647059em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 3px;
}
.node--type-page #main-wrapper #content article .bloc-question .paragraph .question-container .nom {
  font-size: 1.4117647059em;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.node--type-page #main-wrapper #content article .bloc-question .paragraph .question-container .fonction {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .node--type-page #main-wrapper #content article .bloc-question .paragraph .question-container p, .node--type-page #main-wrapper #content article .bloc-question .paragraph .question-container .nom {
    font-size: 1.1764705882em;
    line-height: 1.2;
  }
}
.node--type-page #main-wrapper #content article .contenu .note {
  font-size: 15px;
}
.node--type-page #main-wrapper #content article .contenu .lettrine {
  font-size: 7.5rem;
  line-height: 1;
  color: var(--secondary-color);
  line-height: 0.75;
  padding-bottom: 6px;
  padding-right: 15px;
  font-weight: bold;
  float: left;
}
.node--type-page #main-wrapper #content article .contenu .question {
  font-size: 1.25rem;
  line-height: 1;
  line-height: 1.2;
  font-family: var(--main-font);
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 10px;
  color: var(--dark);
}
.node--type-page #main-wrapper #content article .contenu p.evenement {
  font-size: 1.8823529412em;
  line-height: 1.2;
  font-family: var(--terciary-font);
  font-weight: 900;
  margin-bottom: 0;
}
.node--type-page #main-wrapper #content article .contenu p.evenement + h2 {
  margin: 0 0 30px;
}
@media (max-width: 1199px) {
  .node--type-page #main-wrapper #content article .contenu .lettrine {
    font-size: 5rem;
    line-height: 1;
    line-height: 0.75;
    padding-bottom: 4px;
  }
}
.node--type-page #main-wrapper #content article p {
  font-size: 1em;
  line-height: 1.2;
}
.node--type-page #main-wrapper #content article ul {
  font-size: 1em;
  line-height: 1.2;
}

/* EXCEPTION : https://rapportactivite2024.institut-vision.org/decouverte-du-gene-ubap1l-une-avancee-majeure-dans-les-dystrophies-retiniennes-hereditaires */
.page-node-26 article .contenu .paragraph--type--personne,
.page-node-16 article .contenu .paragraph--type--personne {
  float: left;
  width: 40%;
}
.page-node-26 article .contenu #paragraph-id-175,
.page-node-26 article .contenu #paragraph-id-127,
.page-node-16 article .contenu #paragraph-id-175,
.page-node-16 article .contenu #paragraph-id-127 {
  margin-left: 10%;
}
.page-node-26 article .contenu .paragraph--type--bloc,
.page-node-16 article .contenu .paragraph--type--bloc {
  clear: both;
}
@media (max-width: 1199px) {
  .page-node-26 article .contenu .paragraph--type--personne,
  .page-node-16 article .contenu .paragraph--type--personne {
    width: 50%;
  }
  .page-node-26 article .contenu #paragraph-id-127,
  .page-node-16 article .contenu #paragraph-id-127 {
    margin-left: 0;
  }
}

.page-node-31 article .contenu .image-style-wide {
  width: 180px;
}

/* EXCEPTION : https://rapportactivite2024.institut-vision.org/une-annee-de-reconnaissance-pour-les-talents-de-linstitut-de-la-vision */
.page-node-12 article .contenu .layout--two-col h2 {
  margin-bottom: 0;
}
.page-node-12 article .contenu .layout--two-col h2 + h3 {
  margin-top: 0;
}

/*
!  VUE :: FRONT
*/
#block-actualites-accueil .articles .actualites {
  margin-bottom: 30px;
}

/*
!  VUE :: LIST
*/
#block-actualites-liste .articles .actualites {
  margin-bottom: 30px;
}

/*
!  VUE :: ARTICLE
*/
body #accessibility .accessibility-btn {
  color: var(--main-color-dark);
  width: 55px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
}
@media all and (min-width: 1199px) and (max-width: 1750px) {
  body #accessibility .accessibility-btn {
    width: 60px;
  }
}
body #accessibility #normal-text {
  background: var(--main-color-dark);
  color: var(--white);
  text-decoration: none;
}
body #accessibility a {
  border-left: 1px solid var(--gray5);
}
body.contrast-black #main-wrapper {
  background: #000;
}
body.contrast-black #main-wrapper #menu {
  background: #000;
}
body.contrast-black #main-wrapper #menu-content {
  color: #FFF !important;
}
body.contrast-black #main-wrapper #menu-content div.menu-cat-filter .menu-category > ul * {
  color: #FFF !important;
}
body.contrast-black #main-wrapper #menu-content.with-category {
  background: #8B9398;
}
body.contrast-black #main-wrapper #menu-content .mask {
  background-image: url(../images/photos/mask-menu-noir.svg);
}
body.contrast-black #main-wrapper #menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail ul.sub-menu li::before {
  background: #FFF;
}
body.contrast-black #main-wrapper #menu-content div.menu-cat-filter .menu-category > ul > li.menu-item--active-trail ul.sub-menu li::after {
  background: #FFF;
}
body.contrast-black #main-wrapper #main-content .sur-titre {
  border-color: #FFF;
}
body.contrast-black #main-wrapper #main-content .bloc-question::before,
body.contrast-black #main-wrapper #main-content .paragraph--type--personne::before {
  background: #FFF !important;
}
body.contrast-black #main-wrapper #main-content .question {
  color: var(--secondary-color);
}
body.contrast-black #main-wrapper #main-content .bloc.paragraph--style--citation {
  border-color: #FFF;
}
body.contrast-black #main-wrapper #main-content .bloc.paragraph--style--citation p {
  color: #FFF;
}
body.contrast-black #main-wrapper #main-content .bloc.paragraph--style--info {
  border: 1px solid #FFF;
  background: #000;
}
body.contrast-black.node--type-page #main-wrapper #main-content {
  color: #FFF !important;
}
body.contrast-black.path-frontpage #main-wrapper #main-content #content article header .home-title .home-title-content h2 {
  color: #FFF;
}
body.contrast-black.path-frontpage #main-wrapper #main-content #content article .contenu .home-edito .bloc-home-edito {
  background: #FFF;
}
body.contrast-black.path-frontpage #main-wrapper #main-content #content article .contenu .home-panorama .bloc-panorama {
  background: #FFF;
}
body.contrast-black.path-frontpage #main-wrapper #main-content #content section .sur-titre::before {
  background: #FFF;
}
body.contrast-black.path-frontpage #main-wrapper #main-content #content article header .home-profil-adn::before {
  background: #FFF;
}
body.contrast-black.path-frontpage #main-wrapper #main-content #content article header .home-title::before {
  background: #FFF;
}
body.contrast-black.path-frontpage #main-wrapper #main-content #content article header #scroll-anim {
  background: #000;
}
body.contrast-black.path-frontpage #main-wrapper #main-content #content article header #scroll-anim #Groupe_158,
body.contrast-black.path-frontpage #main-wrapper #main-content #content article header #scroll-anim #Groupe_159 {
  fill: #FFF;
}
body.size1 {
  font-size: 1.125rem;
  line-height: 1;
}
body.size2 {
  font-size: 1.25rem;
  line-height: 1;
}
body.size3 {
  font-size: 1.375rem;
  line-height: 1;
}
body.size4 {
  font-size: 1.5rem;
  line-height: 1;
}
body.size5 {
  font-size: 1.625rem;
  line-height: 1;
}
body.typo-dyslexique * {
  font-family: "OpenDyslexicAlta" !important;
}
/*# sourceMappingURL=style.css.map */
