/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://use.typekit.net/qbp2ugh.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

sub {
  font-size: 0.8em;
}

em, i {
  font-style: italic;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! purgecss start ignore */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: white;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #222c65;
  border-radius: 5px;
  border: 2px solid white;
}

::-webkit-scrollbar-thumb:hover {
  background: #007bc4;
}

html {
  overflow-y: visible;
  scrollbar-width: thin;
  overflow-y: scroll;
  font-family: Calibri, arial, sans-serif;
  font-weight: 400;
  font-size: 0.59vw;
  background: #F5F5F5;
  color: #6c6c6c;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 650px) {
  html {
    font-size: 8px;
  }
}

body {
  padding: 0;
  margin: 0;
  line-height: 1.2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  font-size: 1.6rem;
  flex-grow: 1;
}

/*! purgecss end ignore */
.main-header {
  position: fixed;
  z-index: 1000;
  align-items: center;
  width: 100%;
  height: 8rem;
  background: #222c65;
  color: #FFFFFF;
  padding-top: 2rem;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: padding-top, background, box-shadow;
}
@media screen and (max-width: 1200px) {
  .main-header {
    padding-top: 0rem;
    color: #222c65;
    box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2);
  }
}
.scrolled .main-header, .no-header .main-header {
  padding-top: 0rem;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.2);
}
.main-header .header {
  position: relative;
  height: 100%;
}
.main-header .header-burger {
  display: none;
  width: 3.6rem;
  height: 3.9rem;
  cursor: pointer;
  position: absolute;
  right: 5vw;
  top: 2rem;
}
.main-header .header-burger span {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 3.6rem;
  transform: translate(0, -50%);
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
}
.main-header .header-burger span:before, .main-header .header-burger span:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  right: 0%;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: top, bottom, transform;
}
.main-header .header-burger span:before {
  top: 200%;
}
.main-header .header-burger span:after {
  bottom: 200%;
}
.main-header .header-burger:hover span:before {
  top: 300%;
}
.main-header .header-burger:hover span:after {
  bottom: 300%;
}
@media screen and (max-width: 1200px) {
  .main-header .header-burger {
    display: block;
  }
  .menuOpened .main-header .header-burger span {
    background: rgba(255, 255, 255, 0);
  }
  .menuOpened .main-header .header-burger span:before {
    top: 0;
    width: 100%;
    transform: rotate(135deg);
  }
  .menuOpened .main-header .header-burger span:after {
    bottom: 0;
    transform: rotate(-135deg);
  }
}
.main-header .header-logo {
  position: absolute;
  left: 5vw;
  top: 55%;
  width: 15rem;
  height: 6rem;
  padding: 0;
  transform: translate(0, -50%);
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: height, width;
}
.main-header .header-logo .logo {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FFFFFF;
}
.main-header .header-logo .logo .arc {
  fill: #007bc4;
}
.scrolled .main-header .header-logo .logo, .no-header .main-header .header-logo .logo {
  fill: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .main-header .header-logo {
    transition: none;
  }
  .main-header .header-logo .logo {
    fill: #222c65;
  }
}
.main-header .header-menu {
  font-size: 2rem;
  font-weight: 900;
}
.main-header .header-menu a {
  color: inherit;
  text-decoration: none;
  fill: #FFFFFF;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: color, fill, background, border-color;
}
.main-header .header-menu a:hover {
  color: #007bc4;
  fill: #007bc4;
  border-color: #007bc4;
}
.main-header .header-menu a.active {
  font-weight: 700;
}
.main-header .header-menu .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 10vw 2rem 20vw;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  font-family: Calibri, arial, sans-serif;
}
.main-header .header-menu .menu .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-header .header-menu .menu .nav > li {
  position: relative;
  padding: 1rem 1.7rem;
}
.main-header .header-menu .menu .nav > li.children > a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  transform: translate(0, -50%) rotate(45deg);
  border: 0.2rem solid #007bc4;
  border-left: 0rem none;
  border-top: 0rem none;
  margin-left: 1rem;
}
.main-header .header-menu .menu .nav > li .sub {
  position: absolute;
  left: -1.6rem;
  top: 100%;
  transform: translate(0, 7rem);
  opacity: 0;
  background: #FFFFFF;
  color: #000000;
  padding: 0rem;
  pointer-events: none;
  border: 0.1rem solid rgba(0, 0, 0, 0.3);
  border-radius: 0.4rem;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: transform, opacity;
}
.main-header .header-menu .menu .nav > li .sub li {
  display: block;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
}
.main-header .header-menu .menu .nav > li .sub li:first-child {
  border-top: 0px none;
}
.main-header .header-menu .menu .nav > li .sub li a {
  position: relative;
  display: block;
  white-space: nowrap;
  padding: 1rem 2rem 1rem 3.3rem;
}
.main-header .header-menu .menu .nav > li .sub li a:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 1.3rem;
  width: 0.7rem;
  height: 1.4rem;
  opacity: 0;
  background: #007bc4;
  border-radius: 0.7rem 0 0 0.7rem;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: left, opacity;
}
.main-header .header-menu .menu .nav > li .sub li a:hover {
  color: #000000;
}
.main-header .header-menu .menu .nav > li .sub li a:hover:before {
  left: 1.5rem;
  opacity: 1;
}
.main-header .header-menu .menu .nav > li:hover .sub {
  transform: translate(0, 0rem);
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 1200px) {
  .main-header .header-menu .menu .nav {
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 8rem;
    width: 100vw;
    height: 0rem;
    z-index: -1;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0;
    transition: 0.8s cubic-bezier(0.62, 0.16, 0.14, 0.99);
    transition-property: height, border-width;
  }
  .main-header .header-menu .menu .nav > li {
    width: 75vw;
    max-width: 40rem;
    margin-top: 3rem;
  }
  .main-header .header-menu .menu .nav > li:last-child {
    margin-bottom: 7rem;
  }
  .main-header .header-menu .menu .nav > li > a {
    font-size: 3.2rem;
    font-weight: 700;
  }
  .main-header .header-menu .menu .nav > li.children:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 0.7rem;
    height: 0.7rem;
    transform: translate(0, -50%) rotate(45deg);
    border: 0.3rem solid currentColor;
    border-left: 0rem none;
    border-top: 0rem none;
    margin-left: 1rem;
    transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
    transition-property: transform;
  }
  .main-header .header-menu .menu .nav > li.children > a:after {
    display: none;
  }
  .main-header .header-menu .menu .nav > li.children .sub {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    max-height: 0;
    overflow: hidden;
    background: transparent;
    color: #FFFFFF;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
    transition-property: max-height, padding-top;
  }
  .main-header .header-menu .menu .nav > li.children .sub li {
    font-size: 2rem;
    padding: 0.2rem 0;
  }
  .main-header .header-menu .menu .nav > li.children .sub li a {
    padding: 0.5rem 0 0.5rem 1.5rem;
    display: inline-block;
  }
  .main-header .header-menu .menu .nav > li.children .sub li a:hover {
    color: #007bc4;
  }
  .main-header .header-menu .menu .nav > li.children .sub li a:before {
    left: 0;
    top: 0.8rem;
    opacity: 1;
  }
  .main-header .header-menu .menu .nav > li.children.active:after {
    transform: translate(0, -50%) rotate(225deg);
  }
  .main-header .header-menu .menu .nav > li.children.active .sub {
    max-height: 40rem;
    padding-top: 1.5rem;
  }
  .menuOpened .main-header .header-menu .menu .nav {
    height: calc(100vh - 8rem);
  }
}
@media screen and (max-width: 1200px) and (max-height: 480px) {
  .main-header .header-menu .menu .nav {
    justify-content: flex-start;
  }
}
.main-header .header-menu .lang {
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  font-size: 1.3rem;
}
.main-header .header-menu .lang a {
  display: block;
  text-align: center;
  padding-top: 0.4rem;
  border-radius: 50%;
  border: 0.1rem solid #FFFFFF;
  height: 3rem;
  width: 3rem;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: border-color, background, color;
}
.main-header .header-menu .lang a:hover {
  color: #000000;
  background: #007bc4;
  border-color: #007bc4;
}
@media screen and (max-width: 1200px) {
  .main-header .header-menu .lang {
    opacity: 0;
    pointer-events: none;
    right: calc(10vw + 5rem);
    transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
    transition-property: opacity;
  }
  .menuOpened .main-header .header-menu .lang {
    opacity: 1;
    pointer-events: all;
  }
}

.main-footer {
  position: relative;
  background: #222c65;
  color: #FFFFFF;
  font-size: 1.6rem;
}
.main-footer a {
  text-decoration: none;
  color: inherit;
  fill: #FFFFFF;
  border-color: #FFFFFF;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: color, fill, border-color;
}
.main-footer a:hover {
  color: #007bc4;
  fill: #007bc4;
  border-color: #007bc4;
}
.main-footer p {
  margin: 2rem 0;
}
.main-footer .footer {
  display: flex;
  align-items: center;
  padding: 4rem 7vw 4rem 7vw;
}
.main-footer .footer .infos {
  flex-grow: 1;
  width: 50%;
}
.main-footer .footer .infos:nth-child(1) {
  min-width: 44rem;
}
.main-footer .footer .infos p {
  font-weight: 600;
  margin: 0;
  display: flex;
}
.main-footer .footer .infos p strong {
  display: inline-block;
  font-weight: 900;
  width: 9rem;
  padding: 0.5rem 0;
}
.main-footer .footer .infos p span {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(245, 245, 245, 0.3);
}
.main-footer .footer .logo {
  display: block;
}
.main-footer .footer .logo svg {
  display: block;
  height: 7rem;
  fill: #FFFFFF;
}
.main-footer .footer .logo svg .arc {
  fill: #007bc4;
}
@media screen and (max-width: 930px) {
  .main-footer .footer {
    flex-direction: column;
  }
  .main-footer .footer .infos {
    align-self: flex-start;
    width: 100%;
  }
  .main-footer .footer .logo {
    position: absolute;
    right: 3vw;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 550px) {
  .main-footer .footer .infos:nth-child(1) {
    min-width: 0;
  }
  .main-footer .footer .infos p {
    padding-top: 1rem;
    padding-left: 2rem;
    box-sizing: border-box;
  }
  .main-footer .footer .infos p span {
    display: block;
    position: relative;
    margin-bottom: 0.5rem;
    left: -2rem;
    border-right: 0 none;
    font-size: 2rem;
    border-bottom: 1px solid rgba(245, 245, 245, 0.3);
  }
  .main-footer .footer .infos:first-child p {
    padding-top: 0;
  }
  .main-footer .footer .logo {
    position: absolute;
    right: 3vw;
    top: 50%;
    transform: translate(0, 0);
  }
}

.alerts {
  position: fixed;
  left: 5rem;
  bottom: 5rem;
  z-index: 999;
}
.alerts .button {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: #FDE349;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: transform;
}
.alerts .button svg {
  fill: #000000;
  width: 2.5rem;
  height: 2.5rem;
}
.alerts .button .n {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  background: #FFFFFF;
  color: #000000;
  border-radius: 50%;
  height: 1.8rem;
  width: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  border: 1px solid #000000;
}
.alerts .button:hover {
  transform: scale(1.1);
}
.alerts .list {
  position: absolute;
  left: 0;
  bottom: -100%;
  opacity: 0;
  pointer-events: none;
  background: #000000;
  padding: 2rem 2rem 2rem;
  color: #FFFFFF;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: opacity, bottom;
  width: 45rem;
  box-sizing: border-box;
}
.alerts .list .alert {
  border-bottom: 0.1rem solid #FFFFFF;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.alerts .list .alert:last-child {
  border-bottom: 0 solid #FFFFFF;
  padding-bottom: 0;
  margin-bottom: 0;
}
.alerts .list .alert p {
  margin: 1rem 0;
}
.alerts .list .alert .btn {
  background: #000000;
  white-space: nowrap;
}
.alerts .list .close {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}
.alerts .list .close svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.alerts.opened .button:hover {
  transform: scale(1);
}
.alerts.opened .list {
  bottom: 0;
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 650px) {
  .alerts {
    left: 5vw;
    bottom: 5vw;
  }
  .alerts .list {
    width: 90vw;
  }
}

.actionsBlocs {
  position: relative;
  overflow: hidden;
}
.actionsBlocs .labyrinthe {
  position: absolute;
  left: 30%;
  top: 40%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 100vw;
  height: 100vw;
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.actionsBlocs .labyrinthe path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 0.05rem;
}
@media screen and (max-width: 650px) {
  .actionsBlocs .labyrinthe {
    width: 90rem;
    height: 90rem;
    left: 25%;
    top: 25%;
  }
}
.actionsBlocs .newsletter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45rem;
  color: #FFFFFF;
  background: url(../img/newsletter.jpg) no-repeat center center;
  background-size: cover;
}
.actionsBlocs .newsletter .btn span {
  color: #000000;
}
.actionsBlocs .newsletter:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.actionsBlocs .content {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2.5rem;
  width: 90%;
}
.actionsBlocs .content .title {
  font-weight: 600;
  font-size: 4.5rem;
}
.actionsBlocs .content p {
  margin-top: 1rem;
}
.actionsBlocs .content .btn {
  margin-top: 3rem;
}
@media screen and (max-width: 1200px) {
  .actionsBlocs .newsletter .content .title {
    font-size: 3.5rem;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#rgpd {
  position: fixed;
  bottom: 1vw;
  right: 10vw;
  opacity: 0;
  pointer-events: none;
  z-index: 2000;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: right, opacity;
}
#rgpd:before {
  content: "";
  display: block;
  background: #000000;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#rgpd .rgpd {
  width: 44rem;
  height: auto;
  background: #FFFFFF;
  padding: 2rem 2rem 2rem;
  color: #000000;
  font-size: 1.2rem;
  box-sizing: border-box;
}
#rgpd .rgpd h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
#rgpd .rgpd p {
  margin: 0 0 2rem 0;
}
#rgpd .rgpd button {
  display: inline-block;
  padding: 1rem 3rem;
  background: #000000;
  color: #FFFFFF;
  border: 0 none;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: background, color;
}
#rgpd .rgpd button.valid {
  font-weight: 700;
}
#rgpd .rgpd button:hover {
  background: #FDE349;
  color: #000000;
}
@media screen and (max-width: 650px) {
  #rgpd .rgpd {
    width: 98vw;
  }
}
#rgpd.active {
  right: 1vw;
  opacity: 1;
  pointer-events: all;
}

/*! purgecss start ignore */
main {
  overflow: hidden;
  position: relative;
}
.no-header main {
  padding-top: 8rem;
}
@media screen and (max-width: 1200px) {
  main {
    padding-top: 8rem;
  }
}

.top-head {
  width: 100%;
  height: 75vh;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  overflow: hidden;
  min-height: 35rem;
}
@media screen and (max-width: 1200px) {
  .top-head {
    height: 58vw;
  }
}
@media screen and (max-width: 650px) {
  .top-head {
    height: 58vw;
  }
}
.top-head .slider {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.top-head .slider .slide {
  position: absolute;
  left: 0;
  top: 10vw;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: top, opacity;
  pointer-events: none;
}
.top-head .slider .slide img {
  position: absolute;
  z-index: 4;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  width: 30rem;
  min-width: 101%;
  min-height: 101%;
  transform: translate(-50%, -50%);
}
.top-head .slider .slide figcaption {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: rgba(34, 44, 101, 0.6);
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  z-index: 4;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.top-head .slider .slide .overlay {
  position: absolute;
  width: 80rem;
  right: 0;
  bottom: 7rem;
  z-index: 7;
  color: #FFFFFF;
  background: rgba(34, 44, 101, 0.7);
  padding: 1.5rem 7vw 2.5rem 3rem;
  box-sizing: border-box;
}
.top-head .slider .slide .overlay .title {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  left: -5vw;
  opacity: 0;
  transition: 0.7s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: left, opacity;
}
.top-head .slider .slide .overlay .text {
  position: relative;
  font-weight: 500;
  left: -5vw;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: left, opacity;
}
.top-head .slider .slide .overlay .btns {
  position: relative;
  left: -5vw;
  opacity: 0;
  transition: 0.9s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: left, opacity;
  padding-top: 15px;
}
.top-head .slider .slide .overlay .btns .btn {
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: border, background;
}
.top-head .slider .slide .overlay .btns .btn:hover {
  background: #007bc4;
  border-color: #007bc4;
}
@media screen and (max-width: 650px) {
  .top-head .slider .slide .overlay .btns .btn {
    display: block;
    margin-right: 0;
  }
  .top-head .slider .slide .overlay .btns .btnDonate {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .top-head .slider .slide .overlay {
    width: 60rem;
  }
  .top-head .slider .slide .overlay .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 650px) {
  .top-head .slider .slide .overlay {
    width: 90%;
  }
  .top-head .slider .slide .overlay .title {
    font-size: 2rem;
  }
}
.top-head .slider .slide.active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
.top-head .slider .slide.active .overlay .title {
  left: 0;
  opacity: 1;
}
.top-head .slider .slide.active .overlay .text {
  left: 0;
  opacity: 1;
}
.top-head .slider .slide.active .overlay .btns {
  left: 0;
  opacity: 1;
}
.top-head .slider .commands {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 6;
}
.top-head .slider .commands .toLeft,
.top-head .slider .commands .toRight {
  position: absolute;
  top: 0;
  width: 5vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.top-head .slider .commands .toLeft svg,
.top-head .slider .commands .toRight svg {
  width: 32px;
  height: 32px;
  fill: #FFFFFF;
}
@media screen and (max-width: 650px) {
  .top-head .slider .commands .toLeft,
.top-head .slider .commands .toRight {
    display: none;
  }
}
.top-head .slider .commands .toLeft {
  left: 0;
}
.top-head .slider .commands .toRight {
  right: 0;
}
.top-head .slider .commands .dots {
  position: absolute;
  left: 5vw;
  bottom: 2.5rem;
  right: 5vw;
  display: flex;
  justify-content: center;
}
.top-head .slider .commands .dots .dot {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0.5rem;
  border-radius: 0.7rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.top-head .slider .commands .dots .dot.active {
  background: #007bc4;
}
@media screen and (max-width: 650px) {
  .top-head .slider .commands .dots {
    justify-content: center;
  }
}
.top-head figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.top-head figure:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top-head figure img {
  position: absolute;
  z-index: 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  width: 30rem;
  min-width: 101%;
  min-height: 101%;
  transform: translate(-50%, -50%);
}
.top-head figure figcaption {
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: rgba(34, 44, 101, 0.6);
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  z-index: 2;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.top-intro {
  padding: 3rem 7vw;
  text-align: center;
}
.top-intro .back {
  display: inline-block;
  color: inherit;
  font-size: 1.6rem;
}
.top-intro h1 {
  font-size: 3rem;
  color: #222c65;
  font-weight: 600;
  margin-bottom: 1rem;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .top-intro h1 {
    font-size: 2.6rem;
    width: 100%;
  }
}
.top-intro h2 {
  margin-bottom: 3rem;
  font-weight: 900;
  font-size: 2rem;
}
.top-intro p {
  font-size: 1.8rem;
  width: 50%;
  margin: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .top-intro p {
    width: 75%;
  }
}
@media screen and (max-width: 650px) {
  .top-intro p {
    width: 100%;
  }
}

section {
  padding: 0 7vw;
}
section h2,
section h3,
section p,
section ul,
section ol,
section .blockquote figcaption,
section .blockquote blockquote,
section .video,
section .image,
section .code,
section .gallery,
section .fiche,
section .form,
section .faq,
section .formations {
  display: block;
  margin: 2rem auto;
}
section h2 {
  margin: 7rem auto 2rem auto;
  font-size: 3rem;
  color: #222c65;
  font-weight: 600;
}
section .blockquote,
section .video,
section .image,
section .code,
section .gallery,
section .form,
section .formations,
section .fiche {
  margin: 7rem auto;
}
section ul li {
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 1.5rem;
}
section ul li:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.6rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 5rem;
  border: 0.1rem solid #007bc4;
}
section ol {
  line-height: 2.5rem;
  padding: 0;
  counter-reset: sectionOL;
  list-style: none;
}
section ol li {
  position: relative;
  padding-left: 5rem;
  padding-top: 1.5rem;
}
section ol li:before {
  counter-increment: sectionOL;
  content: counter(sectionOL) ".";
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  font-size: 3.6rem;
  font-weight: 500;
}
section p .btn:last-child {
  margin-right: 0;
}
section .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
section .btn {
  border: 0.2rem solid #6c6c6c;
  color: #6c6c6c;
  padding: 0.5rem 1rem;
  transition: 0.3s ease-out;
  transition-property: color, border-color, background;
  white-space: normal;
  text-align: center;
}
section .btn:hover {
  border-color: #222c65;
  background: #222c65;
  color: #FFFFFF;
}
section .strongBloc strong {
  display: inline-block;
  vertical-align: top;
}
section .images {
  max-width: 950px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  grid-auto-flow: row dense;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
section .images img {
  display: block;
  grid-column: auto/span 2;
  grid-row: auto/span 1;
  width: 100%;
  height: auto;
}
section .images img.vertical {
  grid-column: auto/span 1;
}
@media screen and (max-width: 500px) {
  section .images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section .images img {
    grid-column: auto/span 1;
  }
}
section .googlemap {
  height: 30rem;
}
section .icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0.5rem 1rem 3rem rgba(0, 0, 0, 0.15);
  width: 100%;
  gap: 2rem;
  margin: 0;
  padding: 3rem;
  box-sizing: border-box;
  flex-wrap: wrap;
}
section .icons li {
  text-align: center;
  padding: 0;
}
section .icons li:before {
  display: none;
}
section .icons svg {
  display: block;
  margin: auto;
  width: 3rem;
  height: 4rem;
  margin-bottom: 1rem;
  fill: #222c65;
}
section .icons:last-child {
  margin-bottom: 7rem;
}
@media screen and (max-width: 650px) {
  section .icons {
    flex-direction: column;
  }
}
section .fiche {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  align-items: flex-start;
}
section .fiche .img {
  position: relative;
  display: block;
  width: 35vw;
}
section .fiche .img:before {
  content: "";
  display: block;
  height: 80%;
  width: 80%;
  position: absolute;
  left: -2rem;
  top: -2rem;
  background: white;
}
section .fiche .img img {
  position: relative;
  z-index: 2;
  width: inherit;
}
section .fiche .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0 0 0 7vw;
}
section .fiche .text h2,
section .fiche .text h3,
section .fiche .text p,
section .fiche .text ul,
section .fiche .text ol {
  width: 100%;
}
section .fiche .text > *:first-child {
  margin-top: 0;
}
section .fiche .text > *:last-child {
  margin-bottom: 0;
}
section .fiche.inverse {
  flex-direction: row-reverse;
}
section .fiche.inverse .text {
  margin: 0 7vw 0 0;
}
section .fiche.inverse .img:before {
  left: auto;
  right: -2rem;
}
@media screen and (max-width: 650px) {
  section .fiche {
    display: block;
  }
  section .fiche .img {
    width: 100%;
    margin: auto;
  }
  section .fiche .text {
    margin: auto !important;
  }
}
section figure.photo img {
  display: block;
}
section figure.photo figcaption {
  margin-top: 1rem;
  font-style: italic;
  font-size: 1.6rem;
}
section .gallery {
  position: relative;
  display: -ms-grid;
  display: grid;
  /*
  .commands{
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;

      .left{
          position: absolute;
          width: 100%;
          height: 100%;
          left: -90%;
          top: 0;
          cursor: pointer;
      }
      .right{
          position: absolute;
          width: 100%;
          height: 100%;
          left: 90%;
          top: 0;
          cursor: pointer;
      }



      .toLeft, .toRight{
          display: block;
          position: absolute;
          z-index: 2;
          top: calc(100% + 1rem);
          cursor: pointer;
          background: currentColor;
          width: 5rem;
          height: 5rem;

          svg{
              position: absolute;
              left: 50%;
              top: 50%;
              width: 1.6rem;
              height: 1.6rem;
              fill: $white;
              transform: translate(-50%,-50%);
          }
      }
      .toLeft{
          right: 6rem;
      }
      .toRight{
          right: 0rem;
      }
  }
  */
}
section .gallery .photo {
  position: relative;
  top: 0;
  left: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  opacity: 0;
  transform: scale(0.7);
  transform-origin: center center;
  transition: 0.5s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: transform, opacity, left;
}
section .gallery .photo figcaption {
  opacity: 0;
  padding-right: 14rem;
  transition: 0.8s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: opacity;
}
section .gallery .photo[data-pos="-2"] {
  left: -200%;
  opacity: 0;
  transform: scale(0.7);
}
section .gallery .photo[data-pos="-1"] {
  left: -100%;
  opacity: 0.3;
  transform: scale(0.9);
}
section .gallery .photo[data-pos="0"] {
  left: 0;
  opacity: 1;
  transform: scale(1);
}
section .gallery .photo[data-pos="0"] figcaption {
  opacity: 1;
}
section .gallery .photo[data-pos="1"] {
  left: 100%;
  opacity: 0.3;
  transform: scale(0.9);
}
section .gallery .photo[data-pos="2"] {
  left: 200%;
  opacity: 0;
  transform: scale(0.9);
}
section .gallery .commands {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
section .gallery .commands .toLeft,
section .gallery .commands .toRight {
  position: absolute;
  top: 0;
  width: 15vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section .gallery .commands .toLeft svg,
section .gallery .commands .toRight svg {
  width: 32px;
  height: 32px;
  fill: #222c65;
}
section .gallery .commands .toLeft {
  right: 100%;
}
section .gallery .commands .toRight {
  left: 100%;
}
@media screen and (max-width: 650px) {
  section .gallery {
    width: 80%;
  }
  section .gallery .photo figcaption {
    padding-right: 0;
  }
  section .gallery .commands .toLeft svg,
section .gallery .commands .toRight svg {
    display: none;
  }
}
section img {
  display: block;
  width: 100%;
  height: auto;
}
section a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  position: relative;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
  overflow: hidden;
  vertical-align: bottom;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: color;
}
section iframe {
  width: 100% !important;
}
section .image {
  position: relative;
}
section .image img {
  position: relative;
  right: 2.5rem;
}
section .image:before {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  z-index: -1;
  top: 15%;
  bottom: 15%;
  right: 3rem;
  width: 500%;
}
section .image figcaption {
  position: relative;
  top: -2rem;
  left: -1rem;
  background: #ccc;
  display: block;
  width: 80%;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 1.8rem 2.5rem;
  background: #6c6c6c;
}
@media screen and (max-width: 789px) {
  section .image figcaption {
    left: -2.5rem;
  }
}
section.horizon {
  display: flex;
  gap: 3rem;
  width: 100%;
  box-sizing: border-box;
  padding-top: 3rem;
  padding-bottom: 7rem;
}
section.horizon .fiche {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  margin: 0;
  box-shadow: 0.5rem 1rem 3rem rgba(0, 0, 0, 0.15);
}
section.horizon .fiche.inverse .img {
  order: 10;
}
section.horizon .fiche .text {
  padding: 0 3rem 3rem 3rem;
  margin: 0;
}
section.horizon .fiche .text h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 9rem;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0;
  padding: 1.5rem 0;
}
section.horizon .fiche .text h2 + p {
  margin-top: 0;
  flex-grow: 1;
}
section.horizon .fiche .text .btns {
  display: flex;
}
section.horizon .fiche .text .btns a {
  flex-grow: 1;
}
section.horizon .fiche .img {
  width: 100%;
}
section.horizon .fiche .img:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  section.horizon {
    flex-wrap: wrap;
  }
  section.horizon .fiche {
    width: 40%;
    flex-grow: 1;
  }
}
@media screen and (max-width: 650px) {
  section.horizon {
    flex-wrap: wrap;
  }
  section.horizon .fiche {
    width: 80%;
  }
}
section .slider {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section .slider .slide {
  position: absolute;
  left: 0;
  top: 10vw;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: top, opacity;
  pointer-events: none;
}
section .slider .slide.active {
  top: 0;
  opacity: 1;
  pointer-events: all;
}
section .slider .slide.active .overlay .title {
  left: 0;
  opacity: 1;
}
section .slider .slide.active .overlay .btns {
  left: 0;
  opacity: 1;
}
section .slider .slide:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(10deg, rgba(0, 123, 196, 0.9) 0%, rgba(0, 123, 196, 0) 70%);
}
section .slider .commands {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 6;
}
section .slider .commands .toLeft,
section .slider .commands .toRight {
  position: absolute;
  top: 0;
  width: 5vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
section .slider .commands .toLeft svg,
section .slider .commands .toRight svg {
  width: 32px;
  height: 32px;
  fill: #FFFFFF;
}
@media screen and (max-width: 650px) {
  section .slider .commands .toLeft,
section .slider .commands .toRight {
    display: none;
  }
}
section .slider .commands .toLeft {
  left: 0;
}
section .slider .commands .toRight {
  right: 0;
}
section .slider .commands .dots {
  position: absolute;
  left: 5vw;
  bottom: 3rem;
  right: 5vw;
  display: flex;
  justify-content: flex-end;
}
section .slider .commands .dots .dot {
  display: block;
  height: 0.7rem;
  width: 0.7rem;
  border: 0.1rem solid #FFFFFF;
  margin: 0.5rem;
  border-radius: 0.7rem;
}
section .slider .commands .dots .dot.active {
  background: #FFFFFF;
}
@media screen and (max-width: 650px) {
  section .slider .commands .dots {
    bottom: 6rem;
    justify-content: center;
  }
}
section .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .form form .input {
  position: relative;
  width: 100%;
  margin: 1rem 0;
}
section .form form .input label {
  position: absolute;
  font-weight: 400;
  left: 0rem;
  top: -0.5rem;
  font-size: 0.6em;
  opacity: 0.7;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: left, top, font-size;
  pointer-events: none;
}
section .form form .input input,
section .form form .input select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 0rem;
  border: 0px none;
  border-bottom: 0.1rem solid #222c65;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}
section .form form .input input[value=""] + label,
section .form form .input select[value=""] + label {
  left: 0rem;
  top: 1.2rem;
  font-size: 1.6rem;
}
section .form form .input input:focus,
section .form form .input select:focus {
  outline: 0rem solid #222c65;
}
section .form form .input input:focus + label,
section .form form .input select:focus + label {
  left: 0rem;
  top: -0.5rem;
  font-size: 0.6em;
}
section .form form .input.select:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.2rem;
  top: 40%;
  width: 1rem;
  height: 1rem;
  transform: translate(0, -50%) rotate(45deg);
  border: 0.1rem solid #222c65;
  border-left: 0rem none;
  border-top: 0rem none;
  margin-left: 1rem;
}
section .form form .input textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 15rem;
  padding: 1rem 0rem;
  border: 0px none;
  border-bottom: 0.1rem solid #222c65;
  font: inherit;
  resize: none;
}
section .form form .input textarea:focus {
  outline: 0rem solid #222c65;
}
section .form form .input textarea::-moz-placeholder {
  color: #222c65;
  opacity: 0.5;
}
section .form form .input textarea:-ms-input-placeholder {
  color: #222c65;
  opacity: 0.5;
}
section .form form .input textarea::placeholder {
  color: #222c65;
  opacity: 0.5;
}
section .form form .input.demi {
  width: 49%;
}
section .form form .checkbox {
  padding: 2rem 0;
}
section .form form .checkbox input {
  border: 0.1rem solid #222c65;
  margin-left: 0;
}
section .form form .submit {
  width: 100%;
  margin-top: 1rem;
}
section .form form .submit .confirm {
  display: none;
}
section .form form .submit .error {
  color: rgb(153, 0, 0);
}
@media screen and (max-width: 650px) {
  section .form form .submit {
    text-align: center;
  }
  section .form form .submit .btn {
    margin-right: 0;
  }
}
section .form form.sent .input {
  opacity: 0.3;
  pointer-events: none;
}
section .form form.sent .checkbox {
  opacity: 0.3;
  pointer-events: none;
}
section .form form.sent .submit .btn {
  opacity: 0.3;
  pointer-events: none;
}
section .form form.sent .submit .confirm {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  section .form form.sent .submit .confirm {
    display: block;
    margin-top: 2rem;
  }
}
section .form form.error .submit .error {
  display: inline-block;
}
section .form.sent form .input {
  opacity: 0.3;
  pointer-events: none;
}
section .form.sent form .checkbox {
  opacity: 0.3;
  pointer-events: none;
}
section .form.sent form .submit .btn {
  opacity: 0.3;
  pointer-events: none;
}
section .form.sent form .submit .confirm {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  section .form.sent form .submit .confirm {
    display: block;
    margin-top: 2rem;
  }
}
section .filters {
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0.5rem 1rem 3rem rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
}
section .filters .icon {
  display: none;
}
section .filters .burger {
  display: none;
}
section .filters .remove {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 1rem 0;
  font-size: 1.3rem;
  cursor: pointer;
  width: 20rem;
  fill: #6c6c6c;
  transition: 0.3s ease-out;
  transition-property: color, fill;
}
section .filters .remove svg {
  width: 1.2rem;
  fill: inherit;
  display: inline-block;
  margin-right: 1rem;
}
section .filters .remove:hover {
  color: #007bc4;
  fill: #007bc4;
}
section .filters.filtering .remove {
  display: flex;
}
section .filters .total {
  white-space: nowrap;
  min-width: 12rem;
}
section .filters .total strong {
  font-weight: 400;
  color: #007bc4;
}
section .filters .total span {
  display: none;
}
section .filters.filtering span {
  display: inline;
}
section .filters ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
section .filters ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #F5F5F5;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s ease-out;
  transition-property: color, background;
}
section .filters ul li.active {
  background: #222c65;
  color: #FFFFFF;
}
section .filters ul li:before {
  display: none;
}
@media screen and (max-width: 650px) {
  section .filters .icon {
    display: block;
    order: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  section .filters .icon svg {
    width: 4rem;
  }
  section .filters .burger {
    display: none;
  }
  section .filters .total {
    order: 0;
  }
  section .filters ul {
    display: none;
  }
  section .filters.opened {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
  }
  section .filters.opened .burger {
    display: block;
    width: 3.6rem;
    height: 3.9rem;
    cursor: pointer;
    position: absolute;
    right: 5vw;
    top: 2rem;
  }
  section .filters.opened .burger span {
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 3.6rem;
    background: rgba(255, 255, 255, 0);
    transform: translate(0, -50%);
    transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  }
  section .filters.opened .burger span:before, section .filters.opened .burger span:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #222c65;
    position: absolute;
    right: 0%;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
    transition-property: top, bottom, transform;
  }
  section .filters.opened .burger span:before {
    top: 0;
    width: 100%;
    transform: rotate(135deg);
  }
  section .filters.opened .burger span:after {
    bottom: 0;
    transform: rotate(-135deg);
  }
  section .filters.opened .icon {
    cursor: default;
    order: 1;
    pointer-events: none;
  }
  section .filters.opened .icon span {
    display: none;
  }
  section .filters.opened .icon svg {
    width: 6rem;
  }
  section .filters.opened .total {
    order: 2;
    text-align: center;
    padding-bottom: 4rem;
  }
  section .filters.opened ul {
    display: flex;
    order: 3;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
  section .filters.opened ul li {
    font-size: 2.4rem;
    padding: 1rem 3rem;
  }
}
section .projets {
  padding: 4rem 0;
}
section .projets .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  gap: 3rem;
  width: 100%;
  padding: 3rem 0;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  section .projets .list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  section .projets .list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
section .projets .list.jobs {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
section .projets .list.jobs h3 {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  white-space: normal;
  padding: 2rem;
  color: #222c65;
  font-weight: 900;
  margin: 0;
  font-size: 2rem;
  box-shadow: 0.5rem 1rem 3rem rgba(0, 0, 0, 0.15);
}
section .projets .list.jobs p,
section .projets .list.jobs ul,
section .projets .list.jobs ol {
  padding: 0 2rem;
}
section .projets .list.jobs p li,
section .projets .list.jobs ul li,
section .projets .list.jobs ol li {
  margin-bottom: 0.5rem;
}
section .projets .list > li {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
section .projets .list > li:before {
  display: none;
}
section .projets .list > li.active {
  display: block;
}
section .projets .list > li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  white-space: normal;
  box-shadow: 0.5rem 1rem 3rem rgba(0, 0, 0, 0.15);
  transition-property: color, background;
}
section .projets .list > li a img {
  width: 100%;
  transition: 0.3s ease-in-out;
  transition-property: transform;
}
section .projets .list > li a .details {
  position: relative;
  z-index: 2;
  padding: 2rem;
  background: #ffffff;
  transition: 0.3s cubic-bezier(0.62, 0.16, 0.14, 0.99);
  transition-property: background;
}
section .projets .list > li a .details h3 {
  color: #222c65;
  font-weight: 900;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  transition: 0.3s ease-in-out;
  transition-property: color;
}
section .projets .list > li a .details p {
  font-weight: 400;
  margin: 0;
  font-size: 1.3rem;
}
section .projets .list > li a .details p span {
  display: block;
}
section .projets .list > li a:hover {
  color: #FFFFFF;
  background: #222c65;
}
section .projets .list > li a:hover .details {
  background: #222c65;
}
section .projets .list > li a:hover h3 {
  color: #FFFFFF;
}
section .projets .list > li a:hover img {
  transform: scale(1.1);
}
section.promo {
  display: flex;
  gap: 7vw;
}
section.promo .description {
  flex-grow: 1;
  margin-bottom: 7rem;
}
section.promo .bureaux {
  flex-grow: 1;
  min-width: 40rem;
  max-width: 50rem;
  margin-bottom: 7rem;
}
section.promo .bureaux ul {
  margin: 0;
  padding: 0;
}
section.promo .bureaux ul li {
  border-left: 0.5rem solid #007bc4;
  margin-bottom: 4rem;
}
section.promo .bureaux ul li:last-child {
  margin-bottom: 0;
}
section.promo .bureaux ul li:before {
  display: none;
}
section.promo .bureaux h2 {
  margin: 0;
  font-size: 2.4rem;
}
section.promo .bureaux h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (max-width: 1000px) {
  section.promo {
    display: block;
  }
  section.promo .bureaux {
    min-width: auto;
    max-width: none;
    margin: 7rem 0;
  }
  section.promo .bureaux ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  section.promo .bureaux ul li {
    box-sizing: border-box;
    width: calc(50% - 1.5rem);
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  section.promo .bureaux ul li {
    box-sizing: border-box;
    width: 100%;
  }
}
section .lightbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr) 3rem minmax(0, 1fr);
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 3rem;
  margin: 3rem 0 7rem 0;
}
@media screen and (max-width: 1600px) {
  section .lightbox {
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1300px) {
  section .lightbox {
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  section .lightbox {
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (max-width: 700px) {
  section .lightbox {
    -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media screen and (max-width: 400px) {
  section .lightbox {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section .lightbox .img {
  position: relative;
  cursor: pointer;
}
section .lightbox .img:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 44, 101, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
section .lightbox .img:hover:after {
  opacity: 1;
}
section .lightbox .zoom {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(34, 44, 101, 0.7);
}
section .lightbox .zoom.actif {
  display: block;
}
section .lightbox .zoom .photo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90vw;
  height: 90vh;
  transform: translate(-50%, -50%);
}
section .lightbox .zoom .photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
section .lightbox .zoom .fermer {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #222c65;
  color: #FFFFFF;
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-weight: bolder;
}
section .lightbox .zoom .aGauche {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  background: #222c65;
  color: #FFFFFF;
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-weight: bolder;
}
section .lightbox .zoom .aGauche.lock {
  opacity: 0.2;
  pointer-events: none;
}
section .lightbox .zoom .aDroite {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  background: #222c65;
  color: #FFFFFF;
  font-size: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  font-weight: bolder;
}
section .lightbox .zoom .aDroite.lock {
  opacity: 0.2;
  pointer-events: none;
}
section .lightbox .zoom .legende {
  display: none;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  background: #222c65;
  color: #FFFFFF;
  padding: 10px 10px 20px 10px;
  width: 100%;
  text-align: center;
}
section .lightbox .zoom .barre {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 10px;
  background: #007bc4;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #007bc4;
}

/*! purgecss end ignore */