@font-face {
  font-family: "conduit";
  font-weight: 400;
  font-style: normal;
  src: url("res/fonts/conduit_itc.woff2") format("woff2"), url("res/fonts/conduit_itc.ttf") format("truetype");
}

@font-face {
  font-family: "conduit";
  font-weight: 500;
  font-style: normal;
  src: url("res/fonts/conduit_itc_medium1.woff2") format("woff2"), url("res/fonts/conduit_itc_medium1.ttf") format("truetype");
}

@font-face {
  font-family: "conduit";
  font-weight: 700;
  font-style: normal;
  src: url("res/fonts/conduit_itc_bold1.woff2") format("woff2"), url("res/fonts/conduit_itc_bold1.ttf") format("truetype");
}

@font-face {
  font-family: "glegoo";
  font-weight: 400;
  font-style: normal;
  src: url("res/fonts/Glegoo-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "glegoo";
  font-weight: 700;
  font-style: normal;
  src: url("res/fonts/Glegoo-Bold.ttf") format("truetype");
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, cite,
em, img, small, strong, sub, sup, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figure, figcaption, footer,
header, hgroup, menu, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

::selection {
  background: #ffe000;
}

::-webkit-scrollbar {
  width: 10px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #ffe000;
}

::-webkit-scrollbar-thumb:hover {
  background: #0600ea
}

/* typo */

html {
  font-family: conduit, sans-serif;
  font-size: 62.5%;
  color: #000000;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  background-color: #ffffff;
}

body {
  position: relative;
  line-height: 1;
  height: 100vh;
  overflow: hidden;
  margin:  0 auto;
}

h1, h2, h3, h4, h5, p, ul, ol, li, blockquote, small {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.h1,
h1 {
  font-size: 70px;
  line-height: 1;
}

.h2,
h2 {
  margin-bottom: 5px;
  font-family: "glegoo", serif;
  font-size: 30px;
  line-height: 1.3;
  color: #0600ea
}

.h3,
h3 {
  margin-bottom: 10px;
  font-family: "glegoo", serif;
  font-size: 20px;
  line-height: 1.3;
}

p {
  font-weight: 500;
}

em {
  font-style: normal;
  color: #0600ea;
}

a, span {
  color: inherit;
}

a {
  position: relative;
}

strong {
  font-weight: bold;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  width: 100%;
  min-height: 80vh;
}

/* forms */

input,
select,
textarea,
button {
    font-family: conduit, sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* helpers */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.mw {
  max-width: 1366px;
  padding: 0 40px;
  margin: 0 auto;
}

.fs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.fs picture,
.fs video,
.fs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fs video {
  pointer-events: none;
}

.vc {
  display: table;
  width: 100%;
  height: 100%;
}

.vc > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.vc > div > div {
  position: relative;
  width: 100%;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex > * {
  flex: 1;
}

body > header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 114px;
  overflow: hidden;
}

body > header > span {
  content: "";
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0600ea;
  opacity: 0.7;
  mix-blend-mode: multiply;
  display: none;
  opacity: 0;
  visibility: none;
}

body > header > div {
  position: relative;
  z-index: 100;
  background-color: white;
}

.menu-barre {
  position: relative;
  z-index: 101;
  width: 100%;
  height: 114px;
}

.menu-barre > .mw {
  height: 100%;
  max-width: 9999px;
}

.menu-barre > .mw > .flex {
  height: 100%;
}

.menu-barre > .mw > .flex > .flex {
  height: 100%;
  align-items: center;
}

body > header a {
  text-decoration: none;
  text-transform: uppercase;
}

.menu-logo {
  flex: 0;
}

.menu-logo > a {
  display: block;
  width: 192px;
  height: 74px;
}

.menu-logo > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-main {
  flex: 0 0 69%;
  align-content: center;
  justify-content: space-evenly;
}

.menu-main > a {
  flex: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.menu-main > a > svg {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px auto 0;
}

.menu-main > a > span {
  position: relative;
  top: 35px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0600ea transparent; 
  margin:  0 auto;
  opacity: 0;
}


.menu-main > a > svg path {
  fill: currentColor;
}

.menu-main > a:hover,
.menu-main > a.opened {
  color: #0600ea;
}

.menu-main > a + a:hover,
.menu-main > a + a.opened {
  color: #ff0062;
}

.menu-main > a + a + a:hover,
.menu-main > a + a + a.opened {
  color: #00d2ff;
}

.menu-main > a + a + a + a:hover,
.menu-main > a + a + a + a.opened {
  color: #ffe000;
}

.menu-main > a + a + a + a + a:hover,
.menu-main > a + a + a + a + a.opened {
  color: #0600ea;
}

.menu-main > a + a + a + a + a {
  white-space: nowrap;
}

.menu-main > a + a > span {
   border-color: transparent transparent #ff0062 transparent;  
}

.menu-main > a + a + a > span {
   border-color: transparent transparent #00d2ff transparent;  
}

.menu-main > a + a + a + a > span {
   border-color: transparent transparent #ffe000 transparent;
}

.menu-main > a + a + a + a + a > span {
   border-color: transparent transparent #0600ea transparent;
}

.menu-second {
  justify-content: flex-end;
}

.menu-second a {
  position: relative;
  flex: 0;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  transition: color 250ms ease;
}

.menu-second a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #0600ea;
  transition: all 250ms ease;
}

.menu-second a.active,
.menu-second a:hover {
  color: #0600ea;
  opacity: 1;
}

.menu-second a:hover:after {
  right: 0;
}

.menu-second > * {
  flex: 0
}

.menu-second > * + * {
  margin-left: 20px
}

.menu-lang > a {
  opacity: 0.5
}

.menu-lang > a.current {
  opacity: 1;
  pointer-events: none;
}

.menu-lang > a + a {
  margin-left: 3px
}

.menu-second button {
  display: block;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.menu-second button + button {
  display: none;
}

.menu-second button > svg {
  display: block;
  width: 19px;
  height: 19px;
}

.menu-second button path {
  transition: fill 250ms ease;
}

.menu-second button:hover path {
  fill: #0600ea;;
}

.menu-sous {
  z-index: 99;
  position: relative;
  height: 0;
  background-color: white;
  overflow: hidden;
}

.menu-sous > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0600ea;
}

.menu-sous + .menu-sous > span {
  background-color: #ff0062;
}


.menu-sous + .menu-sous + .menu-sous > span {
  background-color: #00d2ff;
}

.menu-sous + .menu-sous + .menu-sous  + .menu-sous  > span {
  background-color: #ffe000;
}

.menu-sous + .menu-sous + .menu-sous  + .menu-sous + .menu-sous > span {
  background-color: #0600ea;
}

.menu-sous > div {
  padding: 30px 60px;
  max-width: 9999px;
}

.menu-sous > div > div {
  position: relative;
  flex: 0;
  column-gap: 20px;
}

.menu-sous > div > div > div {
-webkit-column-break-inside: avoid;
break-inside: avoid-column;
page-break-inside: avoid
}

.menu-sous a,
.menu-sous p {
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  text-transform: none;
}

.menu-sous p {
  text-transform: uppercase;
color: #0600ea;
}

.menu-sous + .menu-sous p {
color: #ff0062;
}

.menu-sous + .menu-sous + .menu-sous p {
  color: #00d2ff;
}

.menu-sous + .menu-sous + .menu-sous + .menu-sous  p {
  color: #ffe000;
}
.menu-sous + .menu-sous + .menu-sous + .menu-sous + .menu-sous  p {
  color: #0600ea;
}




.menu-sous ul {
  list-style: none;
}

.menu-sous ul > li {
  display: block;
}

.menu-sous ul > li.active a {
  text-decoration: underline;
  text-decoration-color: #0600ea;;
}

.menu-sous a:hover {
  text-decoration: underline;
  color: #0600ea;
}

.menu-sous + .menu-sous a:hover {
  color: #ff0062;
}

.menu-sous + .menu-sous ul > li.active a {
  text-decoration-color: #ff0062;;
}

.menu-sous + .menu-sous + .menu-sous a:hover {
  color: #00d2ff;
}
.menu-sous + .menu-sous + .menu-sous + .menu-sous a:hover {
  color: #ffe000;
}

.menu-sous + .menu-sous + .menu-sous + .menu-sous + .menu-sous a:hover {
  color: #0600ea;
}


.menu-sous + .menu-sous + .menu-sous ul > li.active a {
  text-decoration-color: #00d2ff;;
}



.menu-sous + .menu-sous + .menu-sous + .menu-sous  ul > li.active a {
  text-decoration-color: #ffe000;;
}


.menu-min {
  position: fixed;
  z-index: 1;
  top: -44px;
  left: 0;
  width: 100%;
  height: 44px;
  background-color: white;
}

.menu-min > .mw {
  max-width: 9999px;
}

.menu-min > div > div {
  height: 44px;
  align-items: center;
}

.menu-min a {
  display: block;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
}

.menu-min svg {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-min button {
  display: block;
  padding: 0;
  border: 0;
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  background: none;
  cursor: pointer;
}

.menu-min *:hover > svg path {
  fill:  #0600ea;;
}

main {
  position: relative;
  padding-top: 114px;
  height: 100%;
  clip-path: circle(0%);
}

main:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33vh;

}

main.done:after {

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4a2f7+0,a4a2f7+100&0+0,0.4+100 */
  background: -moz-linear-gradient(top,  rgba(164,162,247,0) 0%, rgba(164,162,247,0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(164,162,247,0) 0%,rgba(164,162,247,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(164,162,247,0) 0%,rgba(164,162,247,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4a2f7', endColorstr='#66a4a2f7',GradientType=0 ); /* IE6-9 */
}

.sppb-addon-content.sppb-addon-content > h3 {
  margin-top: 2rem;
  color: black;
}

.sppb-addon-content {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
}

.single-faq2 main.done {
  height: auto;
}

.single-faq2 main.done:after {
  z-index: -1;
}

.site-header {
  position: relative;
  height: calc(100vh - 228px);
  overflow: hidden;
  max-height: 550px;
}

.site-header:before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0600ea;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.site-header:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -30%;
  left: -10%;
  width: 50%;
  height: 100%;
  background-color: #0600ea;
  border-top-right-radius: 130% 110%;
}


.site-header.notaires:after {
  background-color: #ff0062;
}

.site-header.citoyens:after {
  background-color: #00d2ff;
}

.site-header.ukraine:after {
  background-color: #ffe000;
}

.site-header > img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header > div {
  position: relative;
  z-index: 100;
  height: 100%;
  align-items: flex-end;
}

.site-header > div > div {
  padding: 0 40px 80px;
  color: white
}

.site-header > div > div h1 {
  text-transform: uppercase;
}

.site-section.site-ariane-shares {
  margin-bottom: 0
}

.site-ariane-shares + .site-section {
  padding-top: 40px;
}

.site-ariane-shares + .site-section.site-filtres {
  margin-top: 10px;
}

.site-ariane-shares + .nav-interne {
  padding-top: 0px;
}

.site-ariane-shares > div {
  padding-top: 7px;
}

.flex > .site-ariane {
  flex: 2;
}

.site-ariane > span,
.site-ariane > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-decoration: none;
  color: #6f6f6f;
  transition: color 250ms ease;
}

.site-ariane > a:first-child {
  color: #000
}

.site-ariane > a:first-child:hover {
  text-decoration: none;
}

.site-ariane > a:first-child:hover > span {
  text-decoration: underline;
}

.site-ariane > a > svg {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 11px;
  height: auto;
}

.site-ariane > a > svg > path {
  fill: currentColor;
}

.site-ariane > a:hover {
  color: #0600ea;
  text-decoration: underline;
}

.site-shares {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.site-shares > a {
  display: block;
  flex-basis: 35px;
}

.site-shares > a + a {
  margin-left: 17px;
}

.site-shares > a > svg {
  display: block;
  height: auto;
  width: 100%;
}

.site-shares > a > svg > path {
  transition: fill 250ms ease;
}

.site-shares > a:hover > svg > path {
  fill: #0600ea;
}

.site-nav-interne .flex {
  height: 65px;
  text-align: center;
  align-items: center;
  gap:  20px;
  overflow: auto;
  justify-content: center;
}

.site-nav-interne a {
  flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 250ms ease;
  white-space: nowrap;
}

.site-nav-interne a:hover {
  color: #0600ea;
  text-decoration: underline;
}

.site-filtres {
  position: relative;
  z-index: 100;
  overflow: hidden;
  padding: 25px 0;
  background-color: #f0f0f0
}

.site-filtres:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 70px;
  top: -35px;
  left: 10px;
  background-color: #ffe000;
}

.site-filtres:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-bottom-left-radius: 100% 110%;
  top: 0px;
  right: -50px;
  background-color: #ffe000;
}


.site-filtres > div > p {
  margin-bottom: 20px;
  font-family: "glegoo", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: #0600ea;
}

.site-filtres > div > div {
  justify-content: flex-start;
}

.site-filtres > div > div > div {
  flex: 0 0 auto;
  margin-right: 75px;
}

.site-filtre > button {
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.site-filtre > input {
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;

}

.site-filtre > input:hover {
  text-decoration: underline;
  color: #0600ea;
}

.site-filtre > button > * {
  display: inline-block;
  vertical-align: middle;
}

.site-filtre > button > svg {
  width: 15px;
  height: auto;
  margin-left: 9px;
  transform:  rotate(180deg);
}

.site-filtre > div {
  height: 0;
  overflow: hidden;
}

.site-filtre > div > label {
  display: block;
}

.site-filtre > div > label {
  padding-top: 17px;
  font-size: 1.6rem;
  line-height: 1.3rem
}

.site-filtre > div > label:first-child {
  padding-top: 27px;
}

.site-filtre > div > label > * {
  display: inline-block;
  vertical-align: middle;
}

.site-filtre > div > label > input {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  margin: 0 11px 0 0;
  background-color: #000000
}

.site-filtre > div > label > input:checked {
  background: #0600ea url(res/imgs/coche.svg) no-repeat center center / 10px auto;
}

.site-header + .site-diaporama {
  margin-top: 40px;
}

.site-diaporama > div {
  position: relative;
}

.site-diaporama > div > div:first-child {
  position: relative;
  padding-top: 37.05%;
}

.site-diaporama.alt-h > div > div:first-child {
  padding-top: 56.25%;
}

.slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide + .slide {
  display: none;
  z-index: 2;
}

.slide video,
.slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.full .slide video,
.full .slide img {
  width: 60%;
}

.slide img + svg,
.slide video + svg {
  position: absolute;
  z-index: 10;
  top:  50%;
  left: 25%;
  width: 64px;
  height: 64px;
  transform:  translate(-50%, -50%);
  cursor: pointer;
}

.alt-h .slide img + svg,
.alt-h .slide video + svg {
  left: 50%;
}

.slide img + svg:hover circle,
.slide video + svg:hover circle {
  fill:  #0600ea;;
}

.slide img + svg path,
.slide video + svg path {
  fill: white;
}

.slide-content-full {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  padding-left: 8%;
}

.slide-content-full:before {
  content: "";
  position: absolute;
  top: -8%;
  bottom: -8%;
  left: 0;
  width: 30%;
  background-color: #f0f0f0;
  border-top-left-radius: 100% 55%;
   border-bottom-left-radius: 100% 55%;
}

.slide-content-full > div {
  position: relative;
  z-index: 10;
  background-color: #f0f0f0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 14%;
}

.slide-content-full > div:after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background-color: #ffe000;
  border-top-left-radius: 999px;
}

.slide-content-full > div > div {
  position: relative;
  z-index: 1;
  transform: translateX(-6%)
}

.slide-content-full > div > div > p:first-child {
  margin-bottom: 10px;
  font-style: 1.8rem;
  color: #0600ea;
}

.slide-content-full > div > div > h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.slide-content-full .cta {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.slide-content-full .cta:hover {
  text-decoration: underline;
  color: #0600ea;
}

.slide-content-small {
  position: absolute;
  z-index: 100;
  bottom: 54px;
  left: 1px;
  padding: 10px 20px;
  background-color: white;
  color: #0600ea;
  max-width: 50%;
}

.slide-content-small > p {
  font-style: 2rem;
  line-height: 2.6rem;
}

.controls-arrow {
  position: absolute;
  z-index: 9999999;
  bottom: 0px;
  left: 1px;
  width: 147px;
  height: 52px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}

.controls-arrow button {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  transform: rotate(-90deg);
  transform-origin: center center;
  cursor: pointer;
}

.controls-arrow button:before {
  content:  "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 2px;
  margin-left: -1px;
  background-color: currentColor;
  transition:  height 250ms ease;
}

.controls-arrow button:hover:before {
  height: 10px;
}

.controls-arrow button + button {
  transform: rotate(90deg);
}

.controls-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 7px;
  transform: translate(-50%, -50%);
}

.controls-arrow path {
  fill: currentColor;
  transition: fill 250ms ease;
}

.controls-arrow button:hover {
  color:  #0600ea;;
}

.controls-counter {
  position: absolute;
  z-index: 999999;
  bottom: 1px;
  left: 1px;
  width: 147px;
  height: 52px;
  display: flex;
  justify-content: center;
  padding: 0 20px;
    background: #ffffff;
  align-items: center;
}

.controls-counter p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
}

.controls-counter p span:first-child {
  color: #0600ea;;
}

.controls-barre {
  position: absolute;
  z-index: 99999;
  bottom: 1px;
  left: 148px;
  height: 6px;
  width: calc(100% - 148px);
}



.controls-barre > div {
  position: relative;
  width: 0%;
  height: 100%;
  background-color: #ffe000;
}

.controls-barre > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2px;
  height: 2px;
  border: 2px solid #ffe000;
  border-radius: 99px;
  margin-left: 4px;
}





.site-section {
  margin-bottom: 50px;
}

.site-section.site-update {
  margin-bottom: 0;
}

.site-section:last-child {
  padding-bottom: 150px;
  margin:  0;
  position: relative;
  z-index: 1;
}



.site-section.half-margin {
  margin-bottom: 25px;
}

.site-section.no-margin {
  margin-bottom: 0px;
}

.site-section.alt-w .mw {
  max-width: 965px;
}

.site-section.alt-bg > div {
  background-color: #0600ea;
  color: #ffffff;
  padding: 30px 0;
}

.site-section.alt-bg em,
.site-section.alt-bg .h2,
.site-section.alt-bg h2 {
  color: #ffffff;
}

.site-section  .mw > .contenu-timeline > .grid > *,
.site-section  .mw > .grid > * {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.site-section  .mw > .contenu-timeline > .grid > div:only-child,
.site-section  .mw > .grid > div:only-child {
  display: block;
  width: 100%;
}

.contenu p {
  margin-bottom: 20px;
}

.contenu ul:last-child,
.contenu p:last-child {
  margin-bottom: 0;
}

.grid > div:first-child > .contenu-texte {
  padding-right: 20px;
}

.grid > div:first-child + div > .contenu-texte {
  padding-left: 20px;
}

.grid > div:only-child > .contenu-texte {
  padding-right: 0px;
}

.contenu-texte ul {
  padding-left: 2rem;
  margin-bottom: 20px;
}

.contenu-texte blockquote *,
.contenu-texte blockquote {
  font-family: "glegoo", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #0600ea;
}

.contenu-texte blockquote {
  position: relative;
  margin: 0;
  padding: 50px 0;
  text-align: center;
}

.contenu-texte blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 45px;
  height: 37px;
  background: url(res/imgs/guillemet_bleu.svg) no-repeat center center / 100% auto;
}

.contenu-texte blockquote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -22px;
  width: 45px;
  height: 37px;
  background: url(res/imgs/guillemet_bleu.svg) no-repeat center center / 100% auto;
  transform: rotate(180deg);
  transform-origin: center center;
}

.alt-bg .contenu-texte blockquote,
.alt-bg .contenu-texte blockquote * {
  color: #ffffff;
}

.alt-bg .contenu-texte blockquote::after,
.alt-bg .contenu-texte blockquote::before {
  background-image: url(res/imgs/guillemet_blanc.svg);
}

.contenu-visuel {
  position: relative;
}

.contenu-visuel img {
  width: 100%;
}

.contenu-visuel.has-caption:after {
  content:  "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0600ea;
  opacity: 0.5;
  mix-blend-mode: multiply;
}

.contenu-visuel figcaption {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: white;
}

.contenu-visuel figcaption h2 {
  font-family: conduit, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: inherit;
}

.contenu-visuel figcaption p {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  color: inherit;
}

.contenu-chiffres > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  text-align: center;
  row-gap: 20px;
}

.contenu-chiffres > ul > li {
  padding: 40px 0 20px;
  background: url(res/imgs/bulle_1.svg) no-repeat center center / contain;
}

.contenu-chiffres > ul > li + li {
  background: url(res/imgs/bulle_2.svg) no-repeat center center / contain;
}

.contenu-chiffres > ul > li + li + li {
  background: url(res/imgs/bulle_3.svg) no-repeat center center / contain;
}

.contenu-chiffres > ul > li > p:first-child {
  font-size: 10rem;
  line-height: 0.8;
  color: #0600ea;
}

.contenu-chiffres > ul > li > p:first-child + p {
  font-size: 3rem;
}

.contenu-liste > ul {
  list-style: none;
}

.contenu-liste > ul > li {
  background-color: #f0f0f0;
}

.contenu-liste > ul > li.has-hr {
  background-color: transparent;
}

.contenu-liste > ul > li.has-hr ~ li {
  display: none;
}

.contenu-liste > ul > li > div,
.contenu-liste > ul > li > a {
    padding: 20px;
    text-decoration: none;
}

.contenu-liste > ul > li + li {
  margin-top: 5px;
}

.contenu-liste > ul > li .h3 {
  color: #0600ea;
  margin: 7px 0 0 0;
}

.alt-bg .contenu-liste > ul > li {
  background-color: #ffffff;
}

.alt-bg .contenu-liste > ul > li p:first-child {
  color: #000000
}

.site-renvois > .mw > .flex {
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 35px;
  column-gap: 40px;
}

.site-renvois > .mw > .h3 {
  margin-bottom: 15px
}

.site-renvois > .mw > .flex > div {
  flex: 0 0 calc(33.33% - 26.666px);
}

.site-renvoi {

}

.site-renvoi > div {
  position: relative;
  padding-top: 100%;
}

.site-renvoi.renvoi-publication > div {
  position: relative;
  padding-top: 47.8%;
}

.tall .site-renvoi.renvoi-publication > div {
  padding-top: 100%;
}

.site-renvoi > div > a,
.site-renvoi > div > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #f0f0f0;
  text-decoration: none;
    overflow: hidden;
}

.site-renvoi h3 {
  color: #0600ea;
}

.site-renvoi .link {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 250ms ease;
}

.site-renvoi .link > i {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 36px;
  margin-right: 5px
}

.site-renvoi .link > i > svg {
  position: relative;
  top: -1px;
  display: block;
  width: 35px;
  height: 36px;
}

.site-renvoi .link > i > svg path {
  fill: currentColor;
}

.site-renvoi a:hover .link,
.site-renvoi .link:hover {
  color: #0600ea;
}

.site-renvoi .link > span {
  color: currentColor;
}

.site-renvoi a:hover .link > span,
.site-renvoi .link:hover > span {
  text-decoration: underline;
}

.site-renvoi.renvoi-libre > div > * {
  padding: 0;
}

.renvoi-libre > div > * > div:first-child {
  height: calc(100% - 70px)
}

.renvoi-libre > div > * > div:first-child {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.renvoi-libre > div > * > div:first-child > div {
  flex-basis: 47%;
}

.renvoi-libre > div > * > div:first-child + div {
  height: 70px;
  color: white;
  background-color: #0600ea;
}

.renvoi-libre > div > * > div:first-child + div.no-link {
  opacity: 0;
}

.renvoi-libre a:hover .link,
.renvoi-libre .link:hover {
  color: white;
}

.renvoi-libre img {
  position: absolute;
  top: -2%;
  right: -12%;
  width: 60%;
  height: 60%;
  object-fit: cover;
  border-top-left-radius: 30% 60%;
  border-bottom-left-radius: 60% 70%;
  border-bottom-right-radius: 70% 90%;
}

.site-renvoi.renvoi-evenement > div > * {
  padding: 0;
  overflow: hidden;
}

.renvoi-evenement > div > * > div:first-child {
  position: relative;
  left: -25%;
  width: 90%;
  height: 55%;
  padding: 35px 0 0 calc(35px + 25%);
  background-color: #0600ea;
  border-top-right-radius: 0;
  border-bottom-right-radius: 365% 455%;
  border-bottom-left-radius: 43% 37%;
}

.renvoi-evenement > div > * > div:first-child > p {
  font-size: 4rem;
  line-height: 4rem;
  color: white;
}

.renvoi-evenement > div > * > div:first-child > p > span {
  display: block;
  color: #ffe000
}

.renvoi-evenement > div > * > div:first-child + div {
  height: 45%;
  padding: 5px 20px 20px;
}

.site-renvoi.renvoi-actu > div > * {
  padding: 0;
  background-color: transparent;
}

.renvoi-actu > div > * > div:first-child {
  height: 30px;
  background-color: #0600ea;
  color: white;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}

.renvoi-actu > div > * > div:first-child > p {
  line-height: 1;
}

.renvoi-actu > div > * > div:first-child + div {
  display: flex;
  align-items: center;
  height: 90px;
}

.renvoi-actu > div > * > div:first-child + div > h3 {
  margin: 0;
  height: 50px;
  overflow: hidden;
}

.renvoi-actu > div > * > div:first-child + div + div {
  height: calc(100% - 160px);
  overflow: hidden;
  position: relative;
}

.renvoi-actu > div > * > div:first-child + div + div > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.renvoi-actu > div > * > div:first-child + div + div + div {
  display: flex;
  align-items: center;
  height: 40px;
}

.renvoi-actu > div > * > div:first-child + div + div + div .link {
  position: static;
  line-height: 1;
}

.home-renvois {
  position: relative;
  z-index: 1;
}

.home-renvois > div > div {
  gap:  35px;
}

.home-renvois > div > div > div:first-child {
  flex:  1;
}

.home-renvois > div > div > div:first-child + div {
  flex:  2;
}

.home-renvois > div > div > div:first-child + div > div {
  gap:  35px;
  flex-wrap: wrap;
}

.home-renvois > div > div > div:first-child + div > div > div {
  flex: 0 0 calc(50% - 17.5px);
}



.hrlink {
  flex:  0 0 100% !important;
  width: 100%;
  align-items: center;
  gap:  10px;  margin-top: 20px;
}

.hrlink.less {
  display: none;
}

.hrlink ~ .site-renvoi {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.hrlink hr {
  display: block;
  width: 100%;
  height: 1px;
  padding:  0;
  border: 0;
  margin: 0;
  background-color: #6f6f6f;
}

.hrlink a {
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex:  0;
  transition:  all 250ms ease;
}

.hrlink a:hover {
  text-decoration: underline;
  color: #0600ea;
}

.site-section.site-frise:last-child {
  margin-top: 70px;
}

.site-frise h3 {
  margin-bottom: 20px;
}

.site-frise > div {
  overflow: hidden;
}

.site-frise > div > div {
 overflow: hidden;
}

.site-frise > div > div > div {
  gap: 40px;
  padding-bottom: 00px;
}

.site-frise a {
  display: block;
  width: 150px;
  height: 150px;
  background-color: #f0f0f0;
}

.site-frise img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer {
overflow: hidden;
opacity: 0;
}

.footer-nl-rs {
  position: relative;
  height: 77px;
  background-color: #f0f0f0;
  overflow: hidden;
}

.footer-nl-rs * {
  user-select: none;
}


.footer-nl-rs:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  top: -35px;
  left: 10px;
  background-color: #ffe000;
}

.footer-nl-rs:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-top-left-radius: 100% 110%;
  bottom: 0px;
  right: -50px;
  background-color: #ffe000;
}

.footer-nl-rs > div {
  position: relative;
  z-index: 1;
  max-width: 1228px;
  height: 100%;
}

.footer-nl-rs > div > div {
  align-items: center;
  height: 100%;
}

.footer-nl-rs > div > div > div:first-child {
  align-items: center;
  gap:  25px;
}

.footer-nl-rs > div > div > div:first-child p {
  margin-bottom: 0;
  flex:  0;
  white-space: nowrap;
}

#recherche form,
.footer-nl-rs > div > div > div:first-child form {
  gap:  10px;
}

#recherche  input,
.footer-nl-rs > div > div > div:first-child input {
  height: 2rem;
  padding:  0;
  border:  0;
  margin:  0;
  font-weight: 700;
  line-height: 2rem;
  background-color: transparent;
}

#recherche  input[type=text],
.footer-nl-rs > div > div > div:first-child input[type=email] {
  flex:  1;
  font-size: 1.8rem;
  line-height: 2rem;
  border-bottom: 2px solid black;
}

#recherche input[type=text]::placeholder,
.footer-nl-rs > div > div > div:first-child input[type=email]::placeholder {
  color: black;
}

#recherche  input[type=submit],
.footer-nl-rs > div > div > div:first-child input[type=submit] {
  flex:  0;
  text-transform: uppercase;
  font-size: 2rem;
  text-decoration: none;
  cursor: pointer;
  transition:  all 250ms ease;
}

#recherche input[type=submit]:hover,
.footer-nl-rs > div > div > div:first-child input[type=submit]:hover {
  text-decoration: underline;
  color: #0600ea;;
}

.footer-nl-rs select {
  display: none !important;
}

.footer-nl-rs > div > div > div:first-child + div {
  flex:  0 0 100px;
  height: calc(100% - 28px);
}

.footer-nl-rs hr {
  width: 1px;
  height: 100%;
  padding:  0;
  border:  0;
  margin:  0 auto;
  background-color: black;
}

.footer-nl-rs > div > div > div:first-child + div + div {
  align-items: center;
  flex:  0 0 185px;
  gap:  40px;
}

.footer-nl-rs a {
  display: block;
  flex: 0 0 35px;
}

.footer-nl-rs a > svg {
  display: block;
  height: auto;
  width: 100%;
}

.footer-nl-rs a:hover > svg path {
  fill:  #0600ea;;
}

.footer-plan {
  height: 154px;
  background-color: #0600ea;
}

.footer-plan > div {
  max-width: 1228px;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-plan > div > div {
  height: 100%;
  align-items: center;
  color: white;
  gap: 40px;
}

.footer-plan-hr {
  flex:  0 0 1px;
  height: 100%;
}

.footer-plan-hr hr {
  width: 1px;
  height: 100%;
  padding:  0;
  border:  0;
  margin:  0 auto;
  background-color: white;
}

.footer-plan a {
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
  text-decoration: none;
}

.footer-plan a:hover {
  text-decoration: underline;
  color: #ffe000;;
}

.footer-plan p a {
  display: inline;
}

.footer-plan-adresse {
  flex: 3;
  display: flex;
  gap:  25px;
}

.footer-plan-adresse p {
  line-height: 2;
}

.footer-plan-logo {
  height: 100%;
  flex: 0 1 auto;
}

.footer-plan-logo > img {
  max-width: 200px;
  width: 100%;
}

.footer-plan-oo {
  flex:  0 0 65px;
}

.footer-plan-oo > a {
  flex:  0 0 24px;
}

.footer-plan-oo > a > svg {
  display: block;
  width: 100%;
  height: auto;
}

.footer-plan-oo svg > path {
  fill: white;
}

.footer-plan-oo > button {
  flex:  0 0 13px;
  padding:  0;
  border:  0;
  margin: 0;
  background-color: transparent;
  cursor: pointer;
}

.footer-plan-oo button:hover path,
.footer-plan-oo a:hover path {
  fill:  #ffe000;
}

.lueur {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

.lueur > div {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #0600ea;
}

.lueur > div:first-child {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.lueur > div + div {
  border-radius:  100%;
  opacity: 0.4;
  transform: translate(50%, 50%);
  box-shadow: -1px -1px 10px rgba(255, 255, 255, 0.2);
  max-width: 0;
  max-height: 0;
}

.lueur > div:first-child + div {
  z-index: 2;
  width: calc(68px * 5);
  height: calc(68px * 5);
}

.lueur > div:first-child + div + div {
  z-index: 3;
  width: calc(68px * 4);
  height: calc(68px * 4);
}

.lueur > div:first-child + div + div + div {
  z-index: 4;
  width: calc(68px * 3);
  height: calc(68px * 3);
}

.lueur > div:first-child + div + div + div + div {
  z-index: 5;
  width: calc(68px * 2);
  height: calc(68px * 2);
}

.lueur > div:first-child + div + div + div + div + div {
  z-index: 6;
  width: calc(68px * 1);
  height: calc(68px * 1);
}

.lueur.alt > div:first-child + div {
  width: calc(90px * 5);
  height: calc(90px * 5);
}

.lueur.alt > div:first-child + div + div {
  width: calc(90px * 4);
  height: calc(90px * 4);
}

.lueur.alt > div:first-child + div + div + div {
  width: calc(90px * 3);
  height: calc(90px * 3);
}

.lueur.alt > div:first-child + div + div + div + div {
  width: calc(90px * 2);
  height: calc(90px * 2);
}

.lueur.alt > div:first-child + div + div + div + div + div {
  width: calc(90px * 1);
  height: calc(90px * 1);
}

.stars {
  position: absolute !important;
  padding:  0 !important;
}

.stars > img {
  position: absolute;
}

.site-header .stars {
  top:  10%;
  left: 25%;
  width: 25%;
  height: 35%;
}

.site-header .stars > img {
  display: block;
  width: 50px;
  height: auto;
  left: 10%;
  top: 10%;
}

.site-header .stars > img + img {
  left: 45%;
  top: 0%;
  transform:  scale(0.9);
}

.site-header .stars > img + img + img {
  left: 40%;
  top: 50%;
}

.site-header .stars > img + img + img + img {
  left: 30%;
  top: 100%;
}

.site-header .stars > img + img + img + img + img {
  left: 0%;
  top: 60%;
 transform:  scale(1.1);
}

.renvoi-evenement .stars {
  top:  0;
  right: 0;
  width: 35%;
  height: 35%;
}

.renvoi-evenement .stars > img {
  display: block;
  width: 30px;
  height: auto;
  right: 10%;
  top: 10%;
}

.renvoi-evenement .stars > img + img {
  right: 55%;
  top: 30%;
  transform:  scale(0.9);
}

.renvoi-evenement .stars > img + img + img {
  right: 20%;
  top: 50%;
}

.renvoi-evenement .stars > img + img + img + img {
  right: 75%;
  top: 70%;
}

.renvoi-evenement .stars > img + img + img + img + img {
  right: 15%;
  top: 100%;
 transform:  scale(1.1);
}

#videobox {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding:  10%;
  background-color: rgba(6, 0, 234, 0.7);
  opacity: 0;
  visibility: hidden;
  display: none;
}

#videobox > button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}

#videobox > button > svg {
  width: 30px;
  height: 30px;
}

#videobox > button > svg > path {
  fill: white;
}

#videobox > button:hover > svg > path {
  fill: #ffe000;
}

#videobox > div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#videobox > div > div {
  flex: 1;
  padding-top: 56.25%;
  position: relative;
}

#videobox > div > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#recherche {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding:  10% 10% 40px;
  background-color: #f0f0f0;
  display: none;
}

#recherche form {
  padding-top: 30px;
}

#recherche .site-section {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  height: 100%;
}

#recherche .site-section > div:first-child {
  height: 100%;
  overflow: auto;
}

#recherche > div + div {
  position: absolute;
  top: -600px;
  right: -600px;
  width: 1200px;
  height: 1200px;
  background-color: #ffe000;
  border-radius: 9999px;
}

#recherche button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

#recherche button > svg {
  display: block;
  width: 100%;
  height: 100%;
}

#recherche button > svg path {
  fill: currentColor;
  transition:  fill 250ms ease;
}

#recherche button:hover > svg path {
   fill: #0600ea;
}

#resultat {
  margin-top: 40px;
}

#menu-mobile {
  position: absolute;
  z-index: 9999;
  top: 114px;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#menu-mobile > div {
  border-top: 1px solid #0600ea;
  padding: 20px 0;
  flex:  0 1 auto;
  background-color: white;
}

#menu-mobile > div + div {
  padding:  0;
  border:  0;
  flex: 1;
  background-color: rgba(6, 0, 234, 0.7);
}

#menu-mobile ul {
  list-style: none;
}

#menu-mobile ul ul {
  padding-left: 24px;
}

#menu-mobile button,
#menu-mobile p,
#menu-mobile a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
}

#menu-mobile p {
  text-transform: uppercase;
}

#menu-mobile button {
  padding:  0;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 12px;
}

#menu-mobile button + ul {
  height: 0;
  overflow: hidden;
}

#menu-mobile button svg {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 12px;
}

#menu-mobile > div > div > ul > li:last-child a.current {
  color: black;
}

#menu-mobile > div > div > ul > li:last-child a {
  font-size: 1.3rem;
  color:  #6f6f6f;
  text-transform: uppercase;
}

#menu-mobile > div > div > ul > li + li {
  margin-top: 10px;
}

#menu-mobile > div > div > ul > li > button path {
  fill: currentColor;
}

#menu-mobile > div > div > ul > li:first-child > button {
  color: #0600ea;
}

#menu-mobile > div > div > ul > li:first-child + li > button {
  color: #ff0062;
}

#menu-mobile > div > div > ul > li:first-child + li + li > button {
  color:  #00d2ff;
}

#menu-mobile > div > div > ul > li:first-child + li + li + li > button {
  color: #ffe000;
}

#menu-mobile > div > div > ul > li:first-child + li + li + li + li > button {
  color:  #0600ea;
}

#menu-mobile > div > div > ul > li {
  position: relative;
}

#menu-mobile > div > div > ul > li:after {
content: "";
  position: absolute;
    top: 7px;
    right: 0;
    width: 14px;
    height: 14px;
    background: url(res/imgs/fleche.svg) no-repeat center center / 14px auto;
    transform:  rotate(180deg);
    transition:  transform 250ms ease;
}

#menu-mobile > div > div > ul > li.opened:after {
  transform: rotate(0);
}

#menu-mobile > div > div > ul > li + li + li + li:after {
  content:  none;
}

#resultat {
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 35px;
  column-gap: 40px;
  display: flex;
}

#resultat > div {
  flex: 0 0 calc(50% - 20px);
}

#resultat .site-renvoi > div {
  padding-top: 50%;
}

#resultat .site-renvoi > div > a {
  background-color: white;
}

.renvoi-libre > div > * > div:first-child > div {
  flex:  1;
}

.flexbox-gap .home-renvois > div > div > div:first-child {
    margin-right: 35px;
}

.flexbox-gap .site-renvois > .mw > .flex {
  margin-left: -13px;
  margin-right: -13px;
}

.flexbox-gap .home-renvois > div > div > div:first-child + div > div > div {
  margin-bottom: 35px;
}

.flexbox-gap .site-renvois > .mw > .flex > div {
  margin: 13px;
}

.cookies {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 25px 0;
  overflow: hidden;
}

.cookies .flex {
  align-items: center;
  gap: 50px;
}

.cookies .flex div + div {
  position: relative;
  flex:  0 0 auto;
  align-items: center;
  text-align: center;
}

.cookies .flex div + div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 120%;
  padding-top: 100%;
  border-radius: 9999px;
  background-color: #ffe000;
  transform:  translate(-50%, -50%);
}

.cookies button {
  position: relative;z-index: 1;
  display: block;
  padding: 0;
  border: 0;
  margin: 0 auto;
  background: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.cookies button:hover {

  text-decoration: underline;
  color:  #0600ea;
  cursor: pointer;
}

.cookies button + button {
  margin-top: 10px;
  color:  black;
}

.contenu-timeline {
  position: relative;
  border-left: 2px solid #0600ea;
  padding-left: 60px;
  padding-top: 80px;
      min-height: 160px;
}


.contenu-timeline > .grid > div > * + * {
 margin-top: 20px;
}

.contenu-timeline .contenu-titre {
  position: relative;
}

.contenu-timeline .contenu-titre > .h3 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.contenu-timeline .contenu-titre span {
  background-color: white;
  font-family: "glegoo", serif;
  font-size: 30px;
  line-height: 1.3;
  position: absolute;
  left: -60px;
  top: -6px;
  color: #0600ea;
  transform: translate(-50%);
}

.contenu-timeline.last {
  min-height: 60px;
}

.contenu-timeline.last + .contenu-timeline.last {
  border-left: 2px dashed #0600ea;
  min-height: 0;
}

.eufunded {
  flex: 0 0 250px;
}

.eufunded img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-nl-rs.footer-nl-rs .eufunded.eufunded + div {
  flex: 0 0 calc(100% - 250px);
  padding-left: 50px;
}

.footer-nl-rs.footer-nl-rs .eufunded.eufunded + div p {
  font-size: 1.4rem;
  white-space: normal;
}


.faq-map {
  padding-top: 50px;
}

.site-faq-faq > div > div > h2 {
margin-bottom: 20px;
}

.faq-map.faq-map > div:first-child {
  width: 33%;
}

.single-faq5 .faq-map.faq-map > div:first-child {
  width: 40%;
}

.faq-map.faq-map > div:first-child + div {
  width: 66%;
}

.single-faq5  .faq-map.faq-map > div:first-child + div {
  width: 60%;
}

.faq-map > div + div > div{
  position: relative;
  margin-right: -250px;
}

.faq-map svg {
  width: 120%;
}

.faq-map svg .countrygroup *,
.faq-map svg .country {
  cursor: pointer;
}

.faq-map svg .country.hover,
.faq-map svg .country:hover {
  fill: #00d2ff;
}

.faq-map svg .countrygroup.hover *,
.faq-map svg .countrygroup:hover * {
  fill: #00d2ff;
}

.intro_adultes {
  margin-bottom: 60px;
}

.ukraine.de {
  pointer-events:   none;
}

.adulte.de {
  display:  none;
}

.introduction-link {
  display: none !important;
}

.countrylinks {
  columns: 2;
}

.countrylinks > div {
  padding-bottom: 10px;
}

.countrylink {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
 
  text-decoration: none;
}

.countrylink:hover,
.countrylink.hover {
  color: #0600ea;

}



.countrylink i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 17px;
  margin-right: 10px;
}


.countrylink.hover i:after,
.countrylink:hover i:after {
content: ""; 
}

.countrylink i:after {
   content: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00d2ff;
  opacity: 0.3;
}

.countrylink.france i {
  background: url('res/imgs/france.svg') no-repeat center center / 100% auto;
}

.countrylink.allemagne i {
  background: url('res/imgs/allemagne.svg') no-repeat center center / 100% auto;
}

.countrylink.autriche i {
  background: url('res/imgs/autriche.svg') no-repeat center center / 100% auto;
}

.countrylink.belgique i {
  background: url('res/imgs/belgique.svg') no-repeat center center / 100% auto;
}

.countrylink.bulgarie i {
  background: url('res/imgs/bulgarie.svg') no-repeat center center / 100% auto;
}

.countrylink.chypre i {
  background: url('res/imgs/chypre.svg') no-repeat center center / 100% auto;
}

.countrylink.croatie i {
  background: url('res/imgs/croatie.svg') no-repeat center center / 100% auto;
}

.countrylink.danemark i {
  background: url('res/imgs/danemark.svg') no-repeat center center / 100% auto;
}

.countrylink.espagne i {
  background: url('res/imgs/espagne.svg') no-repeat center center / 100% auto;
}

.countrylink.estonie i {
  background: url('res/imgs/estonie.svg') no-repeat center center / 100% auto;
}

.countrylink.finlande i {
  background: url('res/imgs/finlande.svg') no-repeat center center / 100% auto;
}

.countrylink.grece i {
  background: url('res/imgs/grece.svg') no-repeat center center / 100% auto;
}

.countrylink.hongrie i {
  background: url('res/imgs/hongrie.svg') no-repeat center center / 100% auto;
}

.countrylink.irlande i {
  background: url('res/imgs/irlande.svg') no-repeat center center / 100% auto;
}

.countrylink.italie i {
  background: url('res/imgs/italie.svg') no-repeat center center / 100% auto;
}

.countrylink.lettonie i {
  background: url('res/imgs/lettonie.svg') no-repeat center center / 100% auto;
}

.countrylink.lituanie i {
  background: url('res/imgs/lituanie.svg') no-repeat center center / 100% auto;
}

.countrylink.luxembourg i {
  background: url('res/imgs/luxembourg.svg') no-repeat center center / 100% auto;
}

.countrylink.malte i {
  background: url('res/imgs/malte.svg') no-repeat center center / 100% auto;
}

.countrylink.pays-bas i {
  background: url('res/imgs/paysbas.svg') no-repeat center center / 100% auto;
}

.countrylink.pologne i {
  background: url('res/imgs/pologne.svg') no-repeat center center / 100% auto;
}

.countrylink.portugal i {
  background: url('res/imgs/portugal.svg') no-repeat center center / 100% auto;
}

.countrylink.tchequie i {
  background: url('res/imgs/tchequie.svg') no-repeat center center / 100% auto;
}

.countrylink.roumanie i {
  background: url('res/imgs/roumanie.svg') no-repeat center center / 100% auto;
}

.countrylink.slovaquie i {
  background: url('res/imgs/slovaquie.svg') no-repeat center center / 100% auto;
}

.countrylink.slovenie i {
  background: url('res/imgs/slovenie.svg') no-repeat center center / 100% auto;
}

.countrylink.suede i {
  background: url('res/imgs/suede.svg') no-repeat center center / 100% auto;
}

.countrylink.ukraine i {
  background: url('res/imgs/ukraine.svg') no-repeat center center / 100% auto;
}

.question h3 {
  color: #0600ea;
  cursor: pointer;
}

.single-faq2 .question h3 br {
  display: none;
} 

.single-faq2 .questions2 .reponse > div > p:first-child {
  display: none;
} 

.part-expand {
font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;cursor: pointer;}

.question h3 > span:first-child {
  color: black;
  display: block;
  font-family: "conduit";
  font-size: 1.8rem;
}

.question i svg {
  width: 15px;
  height: auto;
  transform: rotate(180deg);
}

.question hr {
  background-color: #0600ea;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  padding: 0;
  display: block;
  border: 0;
}

.reponse {
  height: 0;
  overflow: hidden;
}

.reponse > div {
  padding-bottom: 20px;
}

.reponse p + p,
.reponse p + ul,
.reponse ul + p {
  margin-top: 10px;
}

.reponse ul {
  list-style: inside;
}

.site-faq-filtres {
  margin-bottom: 0;
}

.site-faq-filtres button {
  display: block;
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.site-faq-filtres button + div {
  height: 0;
  overflow: hidden;
}


.site-faq-filtres button#back:hover,
.site-faq-filtres button.filtre:hover  {
      text-decoration: underline;
    color: #0600ea;
}
.site-faq-filtres button.filtre.active {
    color: #0600ea;
}
.site-faq-filtres button#back:hover path {
  fill: #0600ea;
}

.site-faq-filtres button.filtre.active {
  pointer-events: none;
}

.site-faq-filtres button#back i {
  margin-right: 10px;
  margin-left: 0;
}

.site-faq-filtres button#back svg {
  transform: rotate(0deg);
}

.site-faq-filtres.site-section:after {
  content: none;
}


.site-faq-filtres > div > div > div:last-child > button {
  position: relative;
  z-index: 10;
  background-color: transparent;
}

.site-faq-filtres > div > div > div:last-child > button * {
  position: relative;
  z-index: 1;
}

.site-faq-filtres > div > div > div:last-child > button:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  background-color: #ffe000;
}

.site-langues {
  position: absolute;
  z-index: 10;
  text-align: center;
  left: 0;
  right: 0;
}

.site-langues > div {
  height: 0;
  overflow: hidden;
}

.site-langues > div > div {
  background-color: #ffe000;
  padding: 40px 0;
} 

.site-langues > div > div > div {
    max-width: 510px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.site-langues  a {
  text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
}

.site-langues  a.under,
.site-langues  a:hover {
  text-decoration: underline;
}


.faq-ssscat {
  position: absolute;
  z-index: 10;
  text-align: center;
  left: 0;
  right: 0;
}

.faq-ssscat .active {
  text-decoration: underline;
}

.faq-ssscat > div {
  height: 0;
  overflow: hidden;
}

.faq-ssscat > div > div {
  background-color: #f0f0f0;
  padding: 10px 0 40px;
} 

.faq-ssscat > div > div > div {
    max-width: 410px;
    margin: 0 auto;
        text-align: left;
}

.faq-ssscat  button {
  display: block;
      text-align: left;
  text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
}

.faq-ssscat  button:hover {
  text-decoration: underline;
}




.tabquestion + .tabquestion {
  visibility: hidden;
  display: none;
    opacity: 0;
}

.tabquestion  {
  min-height: 50vh;
}

.site-section.site-faq-faq {
  margin-top: 40px;
}


.site-faq-filtres button i:last-child {
  display: inline-block;
  margin-left: 10px;
}

.site-faq-filtres button i:last-child svg  {
  width: 15px;
    height: auto;
    transform: rotate(180deg);
}

.site-section.site-filtres.site-faq-filtres {
  padding: 40px 0;
}


.site-faq-filtres > div > div > div {
      margin-right: 0px;
}

.site-faq-filtres > div > .flex {
  justify-content: space-between;
}

@media (min-width: 2000px) {
  .site-header {
    max-height: 750px;
  }
}

@media (min-width: 1700px) {

  .menu-main {
    justify-content: left;
  }

  .menu-main > a {
    margin-right: 90px;
  }

}


@media (max-width: 1299px) {

  .mw {
    padding: 0 30px;
  }

  .site-renvois > .mw > .flex {
    column-gap: 30px;
    grid-row-gap: 30px;
  }

  .site-renvois > .mw > .flex > div {
      flex: 0 0 calc(33.33% - 20px);
  }

  .renvoi-libre img {
    top: -2%;
    right: -10%;
    width: 45%;
    height: 45%;
  }

  .renvoi-libre > div > * > div:first-child > div {
    flex-basis: 69%;
  }

  .renvoi-libre > div > * > div:first-child > div p {
    line-height: 1.3;
  }

  .renvoi-libre > div > * > div:first-child + div {
    height: 40px;
  }

  .renvoi-libre > div > * > div:first-child {
    height: calc(100% - 40px);
  }

  .site-renvoi.renvoi-libre .link {
    bottom: 2px;
  }

  .site-renvoi.renvoi-libre h3 {
    line-height: 1.1;
    padding-bottom: 5px;
  }

 .site-renvoi.renvoi-libre h3 span {
    font-size: 15px !important;
  }

}

@media (max-width: 1279px) {

  .site-renvoi h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-renvoi.renvoi-libre h3 {
    white-space: normal;
  }

  .renvoi-actu > div > * > div:first-child + div {
    height: 50px;
  }

  .renvoi-actu > div > * > div:first-child + div > h3 {
    height: auto;
  }

  .renvoi-actu > div > * > div:first-child + div + div {
    height: calc(100% - 120px);
  }

  .renvoi-evenement > div > * > div:first-child > p {
    font-size: 4rem;
    line-height: 4rem;
  }


  .footer-plan > div > div {
    gap:  20px;
  }

  .site-filtres:before,
  .site-filtres:after {
    content:  none;
  }
}

@media (max-width: 1099px) {

  .site-renvoi h3 {
    margin-bottom: 0;
  }

  .site-section.alt-w .mw {
    max-width: 1300px;
  }

  /*.renvoi-evenement > div > * > div:first-child > p {
    font-size: 3rem;
    line-height: 3rem;
  }*/

  .contenu-texte blockquote {
    margin:  0 24px;
  }

  .footer-plan-logo > img {
    max-width: 150px;
  }

  .contenu-timeline .contenu-titre span {
    font-size: 25px;
    top: -3px;
  }

}

@media (max-width: 999px) {

  .cookies .flex {
    display: block;
  }

  .cookies .flex div + div:before {
    display: none;
  }

  .cookies .flex div + div {
    margin-top: 20px;
  }

  body > header {
    position: absolute !important;
    top:  0 !important;
  }

  .mw {
    padding: 0 20px;
  }

  .site-renvois > .mw > .flex > div {
    flex: 0 0 calc(50% - 30px);
  }

  .site-diaporama > div > div:first-child {
    padding-top: 50%;
  }

  .contenu p {
    margin-bottom: 10px;
  }

  .menu-main {
    display: none;
  }

  .menu-second > a {
    display: none;
  }

  .menu-lang {
    display: none;
  }

  .menu-second > button + button {
    display: block;
  }

  .footer-nl-rs {
    height: 154px;
  }

  .footer-nl-rs > div > div {
    display: block;
  }

  .footer-nl-rs > div > div > div:first-child {
    height: 77px;
  }

  .footer-nl-rs > div > div > div:first-child + div {
    display: none;
  }

  .footer-nl-rs > div > div > div:first-child + div + div {
    height: 77px;
    justify-content: center;
  }

    .footer-plan-logo {
    display: none;
  }

  .home-renvois > div > div > div:first-child + div {
    flex: 1;
  }

  .home-renvois > div > div > div:first-child + div > div > div {
    flex: 0 0 100%;
}

  .home-renvois > div > div > div:first-child + div > div > div + div + div {
    display: none;
  }

  .home-renvois > div > div > div:first-child + div > div {
    gap: 22px;
 
  }

  .contenu-timeline .contenu-titre span {
    font-size: 20px;
    top: 0px;
  }

  .site-section .mw > .contenu-timeline > .grid > * {
    display: block;
    width: 100%;
  }

  .site-section .mw > .contenu-timeline > .grid > * + * 
{
  margin-top: 20px;
}

}

@media (max-width: 799px) {

  .site-filtres.site-faq-filtres > div > div > div:first-child {
    display: none;
  }
    .site-filtres.site-faq-filtres > div > div > div {
        margin-right: 16px;
    }

    .site-filtres.site-faq-filtres {
      margin-bottom: 0;
    }

    .site-faq-filtres > div > div > div:last-child > button:after {
      content: none;
    }

    .question hr {
      margin-right: 0;
      margin-left: 0;
    }

     .question h3 {
      font-size: 1.8rem;
     }

  .site-filtres.site-faq-filtres > div > div {
    padding-bottom: 0;
  }

     .single-faq  .footer-nl-rs {
        height: auto;
    }

    .single-faq .footer-nl-rs > div > div > div:first-child {
      height: auto;
    }

     .single-faq  .footer-nl-rs > div > div > div:first-child + div + div {
      padding-bottom: 0px;
    }

  .single-faq .footer-nl-rs > div > div > div:first-child {
    display: block;
  }

  .eufunded {
    padding: 20px 0;
  }

  .footer-nl-rs.footer-nl-rs .eufunded.eufunded + div {
    padding-left: 0;
  }

  .eufunded {
    width: 200px;
  }

  .faq-map > div {
    display: block !important;
    width: 100% !important;
  }

  .faq-map {
    padding-top: 0;
  }

  .faq-map svg {
    display: none;
  }

  .site-diaporama > div > div:first-child {
    padding-top: 0;
    height: calc(100vh - 88px);
  }

  .slide-content-full {
    left: 0;
    top: initial;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 0;
  }

  .slide-content-full:before {
    content:  none;
}

  .slide-content-full > div {
    padding:  20px 20px 50px 20px;
    align-items: flex-start;
  }

  .slide-content-full > div > div {
    transform:  none;
  }

  .site-section.site-filtres {
    padding-bottom: 0;
  }

  .site-filtres > div > div {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 25px;
    -webkit-overflow-scrolling:  touch;
  }

  .slide video + svg {
    left: 50%;
    top: 50%;
  }

  .full .slide video,
  .full .slide img {
    width: 100%;
  }

  .full .slide video + svg {
    top: 25%;
  }

  .full .slide video, .full .slide img {
    height: 40%;
  }

  .controls-counter p {
    font-size: 1.5rem;
  }

  .contenu p {
    font-size: 1.7rem;
  }

  .controls-counter,
  .controls-arrow {
    height: 37px;
  }

  .full .controls-barre,
  .full .controls-counter,
  .full .controls-arrow {
    left: 137px;
    bottom: 60%;
      width: calc(100% - 137px);
  }

  .full .controls-counter,
  .full .controls-arrow {
    left: 0;
    width: 137px;
  }

  .site-diaporama.full {
    padding-bottom: 40px;
  }

  .slide-content-full > div {
    padding:  30px 20px 20px;
  }

  .slide-content-small {
    bottom: 39px;
    max-width: calc(100% - 20px);
  }

  .footer-plan {
    height: 194px;
    padding-bottom: 40px;
  }

  .footer-plan-oo {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0;
    gap:  20px;
    justify-content: center;
  }

  .footer-plan-adresse + .footer-plan-hr + .footer-plan-links + .footer-plan-hr + .footer-plan-links + .footer-plan-hr {
    display: none;
  }

    .contenu-timeline {
margin-left: 3%;
    width: 97%;
  }

}

@media (max-width: 699px) {

  #recherche {
    padding-left:  0;
    padding-right: 0;
  }

  .home-renvois > div > div  {
    flex-wrap: wrap;
  }
  .home-renvois > div > div > div {
    flex: 0 0  100% !important;
  }

  .home-renvois > div > div > div:first-child + div > div > div + div + div {
    display: block;
  }



  .slide-content-full > div > div {
    overflow: auto;
    height: 100%;
  }

  .slide-content-full > div > div::-webkit-scrollbar {
  display: none;
}

  .slide-content-full > div:after {
    content:  none;
  }

  .slide-content-full .cta {
    font-size: 1.5rem;
  }



  .site-section  .mw > .grid > * {
    display: block;
    width: 100%;
  }

  .site-section  .mw > .grid > * + * {
    margin-top: 20px;
  }

  .grid > div:first-child > .contenu-texte,
  .grid > div:first-child + div > .contenu-texte {
    padding-left: 0;
    padding-right: 0;
  }

  .contenu-chiffres > ul > li > p:first-child {
    font-size: 6rem;
  }

  .contenu-chiffres > ul > li > p:first-child + p {
    font-size: 2rem;
  }

  .contenu-texte blockquote *, .contenu-texte blockquote {
    font-size: 2rem;
  }

  .contenu-visuel.has-caption img {
    width: 250%;
    max-width: 9999px;
  }

  .contenu-visuel figcaption h2 {
    font-size: 3rem;
  }

  .contenu-visuel figcaption p {
    font-size: 2rem;
  }

  .site-renvois > .mw > .flex {
    column-gap:  0;
  }

  .site-renvois > .mw > .flex > div {
    flex:  0 0 100%;
  }

.contenu-visuel figcaption {
  bottom: 20px;
    left: 20px;
    right: 20px;
}

  .site-diaporama.alt-h > div > div:first-child {
    padding-top: 0;
    height: 50vh;
  }

  .site-section:last-child {
    padding-bottom: 50px;
  }

  .site-header > div > div {
    padding:  0 0px 20px;
  }

  .h1, h1 {
    font-size: 5rem;
  }

  .site-header:after {
    width: 90%;
  }

  .site-header .stars {
    width: 80%;
    left: 10%;
  }

  .site-ariane-shares > div > .flex {
    display: block;
  }

  .site-ariane > span, .site-ariane > a {
    font-size: 1.3rem;
  }

  .flex > .site-ariane {
    padding-bottom: 20px;
  }

  .site-shares {
    justify-content: center;
  }

  .site-section {
    margin-bottom: 40px;
  }


  .footer-nl-rs .h3 {
    font-size: 1.6rem;
  }

  .footer-nl-rs > div > div > div:first-child input[type=submit] {
    font-size: 1.5rem;
  }

  .site-frise > div > div {
    padding-bottom: 0px;
  }

  .site-frise > div > div > div {
    padding-bottom: 100px;
  }

  .footer-plan > div > div {
    position: relative;
  }

  .footer-plan-adresse {
    flex: 0 0 100%;
  }

  .footer-plan-hr, .footer-plan-links {
    display: none;
  }

  .footer-plan-oo {
    top: 0;
    right: 0;
    left: initial;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-plan-oo > a {
    width: 24px;
  }

  .footer-plan-oo > button {
    width: 13px;
  }

  .footer-plan {
    height: 154px;
    padding-bottom: 0;
  }




}


@media (max-width: 450px) {

  h1, .h1 {
    font-size: 4rem;
  }

  .footer-plan-adresse {
    justify-content: inherit;
  }

    .footer-plan-adresse > * {
      font-size: 1.5rem;
    }

    .footer-plan-adresse > * + * {
      text-align: right;
    }


    .footer-nl-rs .h3 {
      display: none;
    }

    .contenu-timeline {
      padding-left: 30px;
    }

    .contenu-timeline .contenu-titre span {
      left: -30px;
    }

    .footer-plan {

      height: 194px;
      padding-top: 40px;
    }

    .footer-plan-oo {
      left: 0;
      top: -46px;
      flex-direction: row;
      bottom: initial;
      justify-content: inherit;
    }

    .site-filtres > div > div > div {
      margin-right: 50px;
    }

}

@media (max-width: 360px) {

.renvoi-libre img {
  opacity: 0;
}

.renvoi-libre > div > * > div:first-child > div {
  flex-basis: 100%;
}

}

@media print {

  .reponse {
    height: auto;
  }

  main:after,
  .hrlink,
  .site-shares,
  .site-nav-interne,
  .site-frise,
  .site-renvois,
  footer,
  .site-header,
  .site-diaporama,
  .menu-min,
  .menu-second,
  .menu-main {
    display: none !important;
  }

  .animate {
    opacity: 1 !important;
    visibility: visible !important;
    transform:  none !important;
  }

  .site-section.alt-bg > div {
    color: black;
    background-color: white;
  }

  .site-section.alt-bg em, .site-section.alt-bg .h2, .site-section.alt-bg h2 {
    color:  black;
  }


  * {
    color: black !important;
  }

  p {
    font-size:  15pt !important;
  }

  img {
    max-width: 100% !important;
  }

  main {
    clip-path: none !important;
  }

  body {
    height: auto !important;
  }

  .part-expand + div {
    display: block !important;
  }

  .part-expand {
    display: none;
  }

  .tabquestion + .tabquestion {
    display: block;
    visibility: visible;
    opacity: 1;
  }


  .reponse {
    height: auto;
     display: block;
    visibility: visible;
    opacity: 1;
  }

  .reponse + i {
    display: none;
  }

}