body,
html {
  font-size: 28px;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: omnes-pro, sans-serif;
  color: #666;
  overflow-x: hidden;
}

@media screen and (max-width: 2000px) {
  body,
  html {
    font-size: 28px;
  }
}
@media screen and (max-width: 1700px), (max-height: 1200px) {
  body,
  html {
    font-size: 26px;
  }
}
@media screen and (max-width: 1600px), (max-height: 1000px) {
  body,
  html {
    font-size: 24px;
  }
}
@media screen and (max-width: 1450px), (max-height: 980px) {
  body,
  html {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px), (max-height: 700px) {
  body,
  html {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px), (max-height: 600px) {
  body,
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px), (max-height: 500px) {
  body,
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px), (max-height: 400px) {
  body,
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  body,
  html {
    font-size: 13px;
  }
}

#smoother-wrapper,
#smoother-content {
  overflow-x: hidden;
}

footer {
  background: #194196;
  padding: 1px;
  padding-top: 5rem;
  position: relative;
  color: #fff;
  font-weight: 600;
}
footer p {
  margin: 0;
  line-height: 2rem;
}
footer p strong {
  margin-right: 1rem;
  font-weight: 800;
}
img.logo {
  position: absolute;
  height: 3.2rem;
  width: auto;
  left: 3rem;
  top: 3rem;
  z-index: 4;
}
img.logo-vertical {
  position: absolute;
  width: 3.2rem;
  height: auto;
  right: 3rem;
  bottom: 3rem;
  z-index: 4;
}

footer p.socials {
  line-height: 2.2rem;
  position: absolute;
  margin: 0;
  right: 3rem;
}
footer p.socials a {
  display: inline-block;
  margin-left: 0.2rem;
}
footer p.socials a.texte {
  margin-left: 1rem;
}
footer p.socials a svg {
  height: 2.2rem;
  width: auto;
}
footer p.socials a svg path,
footer p.socials a svg rect {
  fill: #fff;
  transition: fill 0.2s;
}
footer p.socials a:hover svg path,
footer p.socials a:hover svg rect {
  fill: #0096aa;
}
a {
  cursor: pointer;
  text-decoration: none;
}

#toggleMenu {
  position: fixed;
  z-index: 102;
  top: 3rem;
  right: 3rem;
}
#toggleMenu svg {
  width: 1.8rem;
  height: 1.8rem;
}
#toggleMenu svg path {
  fill: #fff;
  transition: all 0.2s;
  backface-visibility: hidden;
}
#toggleMenu.dark svg path {
  fill: #194196;
}
.openMenu #toggleMenu.dark svg path {
  fill: #fff;
}

#toggleMenu svg path.closer {
  opacity: 0;
  transform: scale(0.8);
}
.openMenu #toggleMenu svg path.menu {
  opacity: 0;
  transform: scale(0.8);
}
.openMenu #toggleMenu svg path.closer {
  opacity: 1;
  transform: scale(1);
}

#mainMenu {
  position: fixed;
  backface-visibility: hidden;
  transition: all 0.35s;
  transform: scale(0.97);
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  background: #194196;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.openMenu #mainMenu {
  opacity: 1;
  transform: none;
  pointer-events: fill;
}
#mainMenu .center {
  min-height: 3rem;
}

#mainMenu .picture {
  margin-left: 1.5rem;
  padding: 30% 0;
  background: #e2e4e6 no-repeat 90% 10% url(../images/menu.jpg);
  background-size: cover;
}

#mainMenu a {
  color: #fff;
  transition: color 0.2s;
  text-decoration: none;
}
#mainMenu a:hover/*  , #mainMenu a.actif  */ {
  color: #0096aa;
}

#mainMenu #menu-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 6rem 0 6rem;
  z-index: 3;
  font-size: 200%;
  font-weight: 800;
}
#mainMenu #menu-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 3rem 6rem 3rem 3rem;
  z-index: 3;
  font-size: 125%;
  font-weight: 800;
}
#mainMenu #menu-content p {
  margin: 0 0 0.4em 0;
  line-height: 100%;
}
#mainMenu #menu-bottom p {
  margin: 0.4em 0 0 0;
  line-height: 100%;
}

#mainMenu .bottom {
  background: no-repeat right center url(../images/out-fill.svg);
  padding-right: 1.2em;
}

#menu-picture {
  width: 40%;
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  max-width: calc(50% - 8rem);
  height: auto;
  width: auto;
  max-height: 60%;
  max-height: calc(100% - 14rem);
}

#bullet-menu {
  position: fixed;
  top: 0;
  height: 100%;
  right: 2.9rem;
  pointer-events: none;
  width: 1em;
  z-index: 3;
  display: flex;
  font-size: 16px;
}
#bullet-menu div {
  margin: auto;
}
#bullet-menu a {
  display: block;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  margin: 0.8em 0;
  text-indent: -5000px;
  white-space: nowrap;
  border-radius: 100%;
  pointer-events: fill;
  transition: all 0.2s;
  position: relative;
}
#bullet-menu a.dark {
  border-color: #194196;
}

#bullet-menu a.actif {
  background-color: #fff;
  border-color: #fff;
}
#bullet-menu a.actif.dark {
  background-color: #194196;
  border-color: #194196;
}

#bullet-menu a span {
  position: absolute;
  right: 100%;
  text-align: right;
  height: 0;
  line-height: 1em;
  padding: 0 0.3em;
  width: 10rem;
  margin: -2px -1.5em;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}
#bullet-menu a span:before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  background: #fff;
  height: 1em;
  width: 1em;
  right: 9px;
  top: 1px;
  border-radius: 100%;
  transition: all 0.2s;
}
#bullet-menu a strong {
  text-align: right;
  background: #194196;
  height: 1em;
  line-height: 1em;
  padding: 0 1.8em 0 0.7em;
  color: #fff;
  border-radius: 1em;
  border: 0 solid #194196;
  border-width: 2px 0 3px 0;
  transition: all 0.25s;
  margin-right: -0.6em;
}
#bullet-menu a:hover span {
  opacity: 1;
  pointer-events: fill;
}

#bullet-menu a:hover strong {
  margin-right: -2px;
}

#bullet-menu a.dark span:before {
  background: #194196;
}
#bullet-menu a.dark strong {
  background: #fff;
  border-color: #fff;
  color: #194196;
}

/* #bullet-menu  a span:before { background:#FFF;}
#bullet-menu  a strong {  background: #0096AA; border-color: #0096AA; color: #FFF; } */

.wrap {
  margin: 3rem 6rem;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  margin: -5px;
  object-fit: cover;
}

section#videos article.playing video.video-sylpa {
  object-fit: contain;
  background-color: #000;
}

.buttons a {
  position: relative;
  display: inline-block;
  line-height: 100%;
  padding: 0.3em 0.4em 0.4em 0.4em;
  margin-right: 0.25em;
  border-radius: 0.3em;
  background: #fff;
  color: #194196;
  font-weight: 800;
  transition: color 0.2s;
  overflow: hidden;
}
.buttons a span {
  position: relative;
}
.buttons a:hover {
  color: #fff;
}
.buttons a:before {
  content: "";
  padding: 2px;
  margin: -2px;
  height: 100%;
  width: 0;
  opacity: 0;
  border-radius: 0.3em;
  background: #194196;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s;
}
.buttons a:hover:before {
  width: 100%;
  opacity: 1;
}
section {
  padding: 1px 0;
  box-sizing: border-box;
}
section.blue {
  background: #194196;
  color: #fff;
}
section.green {
  background: #0096aa;
  color: #fff;
}
section#home menu {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

section#home {
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}
section#home video {
  opacity: 0.85;
}
section#home .content {
  margin: auto 0 0 0;
  position: relative;
  z-index: 2;
}
sup {
  font-size: 50%;
  line-height: 0;
}
section#home h1 {
  font-size: 500%;
  font-weight: 900;
  line-height: 88%;
  margin: 2rem 0;
  opacity: 0;
}
section#home h1 span {
  display: block;
  font-size: 50%;
  margin-top: 0.2em;
}

.picture img {
  border-radius: 0.4rem;
  display: block;
  max-width: 100%;
  height: auto;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}

.col-30 {
  width: 30%;
}
.col-50 {
  width: 50%;
}
.col-60 {
  width: 60%;
}
p {
  margin: 1rem 0;
  max-width: 35rem;
}

p.legende {
  font-weight: 500;
  color: #194196;
  line-height: 115%;
}
p.legende strong {
  font-weight: 800;
  font-size: 120%;
}
.fw-light {
  font-weight: 300;
}

.fw-bold {
  font-weight: 600;
}

a {
  color: currentColor;
  font-weight: 600;
  font-style: italic;
}

.border-bottom {
  border-bottom: 1px solid #fff;
}
.bulletpoint p {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem;
}

.columns {
  display: flex;
  flex-direction: row;
  gap: 6rem;
}
.columns.reverse {
  flex-direction: row-reverse;
}

blockquote,
q {
  quotes: none;
  padding: 0;
  margin: 1.5rem 0;
  font-size: 260%;
  color: #194196;
  font-weight: 800;
  line-height: 115%;
  max-width: 11em;
  font-style: italic;
}

section#videos {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

section#videos article {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

section#videos article + article {
  left: 100%;
}
section#videos article + article + article {
  left: 200%;
}
section#videos article + article + article + article {
  left: 300%;
}

section#videos article a.play {
  margin: -0.1em;
  opacity: 0.6;
  transition: opacity 0.25s;
}
section#videos article a.play:hover {
  opacity: 1;
}

section#videos article a img {
  height: 3.5em;
}
section#videos article .content {
  position: relative;
  z-index: 3;
  padding: 1px;
  background: #0096aa;
  margin: auto 6rem auto auto;
  border-radius: 0.4rem;
  width: 50%;
  max-width: 24rem;
  transition: opacity 0.3s;
}
section#videos article .content .wrap {
  margin: 2rem;
}
section#videos article h2 {
  font-size: 160%;
  font-weight: 800;
  margin: 1rem 0;
  line-height: 110%;
  color: #fff;
}
section#videos article blockquote {
  color: #fff;
  font-weight: 600;
  font-size: 140%;
  max-width: 30em;
  margin: 1rem 0;
}

section#videos article p.auteur {
  font-weight: 800;
}
section#videos article p.auteur span {
  display: block;
  font-weight: 500;
}

section#videos article.playing .content {
  opacity: 0;
  pointer-events: none;
}

section#videos article.playing video {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
}

h2 {
  color: #194196;
  font-weight: 800;
  line-height: 110%;
  font-size: 250%;
  margin: 2rem 0;
}
.green h2,
.blue h2 {
  color: #fff;
}

#faits-marquants .columns {
  margin: 3.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 65rem;
}
#faits-marquants .columns article {
  width: 40%;
  min-width: 15rem;
  margin: 0;
}

#faits-marquants .columns h3 {
  color: #fff;
  margin: 0;
  font-size: 100%;
  line-height: 100%;
}
#faits-marquants p {
  color: #fff;
  margin: 0;
  line-height: 100%;
}

#faits-marquants p strong {
  line-height: 100%;
  display: block;
  font-size: 300%;
  margin: 0.2rem 0;
  white-space: nowrap;
  font-weight: 700;
}

#indicateurs-cles .columns {
  margin: 3.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 65rem;
}
#indicateurs-cles .columns article {
  width: 30%;
  min-width: 15rem;
  margin: 0;
}
#indicateurs-cles .columns h3 {
  color: #0096aa;
  margin: 0;
  font-size: 100%;
  line-height: 100%;
}
#indicateurs-cles .columns p {
  color: #194196;
  margin: 0;
  line-height: 100%;
  font-weight: 600;
}

#indicateurs-cles .columns p strong {
  line-height: 100%;
  display: block;
  font-size: 300%;
  margin: 0.2rem 0;
  white-space: nowrap;
  font-weight: 700;
}

.footnotes {
  font-size: 90%;
  margin: 3rem 0;
}

.footnotes p {
  margin: 0 0;
  font-weight: 500;
  display: flex;
}
.footnotes p span {
  width: 1.8em;
  min-width: 1.8em;
}
#agenda h2 {
  font-size: 200%;
}
#agenda ul {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  font-size: 125%;
}
#agenda li {
  border-bottom: 1px solid #fff;
  line-height: 125%;
  font-weight: 500;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem;
}
#agenda li strong {
  display: block;
  font-size: 125%;
  line-height: 100%;
}

#zoom h2 {
  font-size: 200%;
}
#zoom ul {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
#zoom li {
  border-bottom: 1px solid #fff;
  line-height: 125%;
  font-weight: 500;
  margin-bottom: 1rem !important;
  padding-bottom: 1rem;
}
#zoom li strong {
  display: block;
  line-height: 100%;
}

section#videos article .video-content a {
  height: 38px;
  width: 38px;
  display: none;
  line-height: 38px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-radius: 0.3rem;
  top: 0.5rem;
  right: 0.5rem;
  position: fixed;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-decoration: none;
}

/* section#videos article:before , section#videos article:after { position: absolute; z-index: 2; content: ""; background: #000; width: 1px; height: 100%;}
section#videos article:after { right: 0;} */

@media screen and (max-width: 1100px) {
  /*     .sticky-president { transform: none !important;} */
  .columns {
    display: block;
  }
  .col-30 {
    width: 100%;
  }
  .col-50 {
    width: 100%;
  }
  .col-60 {
    width: 100%;
  }

  /* .pin-spacer { transform: none !important; height: auto !important; width: auto !important;} */
  #menu-picture {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #mainMenu #menu-content {
    font-size: 180%;
    margin-right: 3rem;
  }
  .wrap {
    margin: 3rem;
  }
  section#home h1 {
    font-size: 320%;
  }

  section#videos article .content .wrap {
    margin: 1.5rem;
  }
  section#videos article .content {
    margin: auto 2rem 2rem auto;
    width: 100%;
    max-width: calc(100% - 4rem);
  }

  section#videos {
    height: auto !important;
    transform: none !important;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem;
    background: #fff;
  }
  section#videos article {
    position: relative !important;
    left: 0 !important;
    top: auto;
    height: auto;
    padding-top: 8rem;
    min-height: 44rem;
    transform: none !important;
    box-sizing: border-box;
    border-radius: 0.4rem;
  }
  section#videos article + article {
    margin-top: 1.5rem;
  }
  #bullet-menu {
    display: none;
  }

  footer p.socials a svg {
    height: 1.9rem;
  }
  footer p {
    margin-left: 3rem;
    font-size: 85%;
    line-height: 110%;
  }
  footer p strong {
    margin-right: 0.5em;
  }
  footer p.socials a {
    margin-left: 0;
    margin-right: 0.5rem;
  }
  footer p.socials a.texte {
    margin-right: 0;
    margin-left: 0.2em;
  }
  footer p.socials {
    margin-top: -0.3em;
  }

  section#videos article.playing .video-content a {
    display: block;
  }

  section#videos article.playing .video-content {
    position: fixed;
    z-index: 1002;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
  }
  section#videos article.playing .video-content video {
    width: 100%;
    height: auto;
    margin: auto;
    position: static;
    object-fit: contain;
  }
  section#videos article.playing .content {
    background: #000;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 1000;
    margin: 0;
    box-sizing: border-box;
  }
  section#videos article.playing .content .wrap {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  footer p.socials {
    position: relative;
    margin: 4rem 3rem 1rem 6rem;
    width: 100%;
  }
}

@media screen and (max-height: 640px) {
  #mainMenu #menu-content,
  #menu-picture {
    top: 8rem;
    transform: none;
  }
}

@media screen and (max-height: 540px) {
  img.logo-vertical {
    display: none;
  }
  #bullet-menu {
    display: none;
  }
  #menu-picture {
    display: none;
  }
}
