[x-cloak] {
  display: none !important;
}

:root {
  --inter: "Inter", sans-serif;
  --roboto: "Roboto", sans-serif;
  /* COLORS */
  --primary: #223654;
  --secondary: #006bb6;
  --light: #dae6f0;

  /* SIZING */
  --footer-container: 1720px;
  --nav-container: 1720px;
  --container: 1560px;
}
body {
  color: var(--primary);
}
:focus-visible {
  outline: hsl(204.73deg 100% 35.69% / 40%) auto 1px;
}
/* RESET */

/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--inter);
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  background: #fff;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

/* UTILS*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* LAYOUT */
.navigation .top-nav {
  padding-left: 1em;
  padding-right: 1em;
  max-width: var(--nav-container);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
}
.navigation .top-nav a {
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: var(--primary);
  text-decoration: none;
}
.navigation .top-nav > .end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.navigation .logo {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 60px;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.navigation .logo .caption {
  font-size: 18px;
}
.navigation button {
  border: none;
  background: transparent;
}
.navigation .mobile-btn {
  display: none;
}
.navigation .bottom-nav {
  display: none;
}

.megamenu-enter {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.megamenu-enter-start {
  --transform-scale-x: 0.9;
  --transform-scale-y: 0.9;
  opacity: 0;
}
.megamenu-enter-end {
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  opacity: 1;
}
.megamenu-leave {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 1201px) {
  .navigation .bottom-nav {
    background-color: var(--light);
    padding-left: 1em;
    padding-right: 1em;
    display: block;
  }
  .navigation .menu {
    max-width: var(--nav-container);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
  .navigation .menu .item {
    display: flex;
    align-items: center;
    padding: 1em 0.25em;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--primary);
    transition: color 0.2s ease-out;
    position: relative;
    cursor: pointer;
  }
  .navigation .menu .item:hover {
    color: var(--secondary);
  }
  .navigation .menu button.sub-nav:after {
    content: "";
    display: block;
    background-image: url(../images/icons/caret.svg);
    position: absolute;
    width: 11px;
    height: 8px;
    right: -1em;
    z-index: 10;
  }
  .mega-menus {
    background-color: var(--light);
    border-top: 2px solid #c8d4e0;
    overflow: hidden;
    position: absolute;
    z-index: 990;
    width: 100%;
  }
  .mega-menus .megamenu-item {
    height: 360px;
    max-width: 1720px;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .mega-menus .megamenu-item > .title {
    width: 450px;
    height: 100%;
    padding-top: 80px;
    padding-right: 60px;
    padding-left: 1em;
    border-right: 2px solid #c8d4e0; /* Le CSSBF */
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: var(--primary);
  }
  .mega-menus .megamenu-item > .megamenu-nav {
    flex: 1;
    padding-left: 80px;
  }
  .mega-menus .megamenu-item > .megamenu-nav > .megamenu-nav--item {
    margin-bottom: 1em;
  }
  .mega-menus .megamenu-item > .megamenu-nav > .megamenu-nav--item > a {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
    color: var(--primary);
    transition: opacity 0.2s ease-in-out;
  }
  
  .mega-menus
    .megamenu-item
    > .megamenu-nav.megamenu-nav-9plus {
    column-count: 2;  
  }

  /*.mega-menus
    .megamenu-item
    > .megamenu-nav.megamenu-nav-9plus
    > .megamenu-nav--item {
    margin-bottom: 0.25em;
  }
  .mega-menus
    .megamenu-item
    > .megamenu-nav.megamenu-nav-9plus
    > .megamenu-nav--item
    > a {
    font-size: 14px;
    line-height: 14px;
  }*/
  .mega-menus .megamenu-item > .megamenu-nav > .megamenu-nav--item > a:hover,
  .mega-menus .megamenu-item > .megamenu-nav > .megamenu-nav--item > a:focus {
    opacity: 0.7;
    text-decoration: underline;
  }
  .megamenu-back,
  .mobile-controls {
    display: none;
  }
}
@media (max-width: 1200px) {
  .navigation .bottom-nav.open {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 950;
    background: var(--primary);
  }
  .navigation .menu {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 120px;
  }
  .navigation .menu .item {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    border: none;
    background: none;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #284165;
    position: relative;
  }
  .navigation .menu .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
  }
  .navigation .menu .item.sub-nav {
    padding: 0 20px 20px 0;
  }
  .navigation .menu .item:last-child.sub-nav {
    padding: 0 20px 0 0;
  }
  .navigation .menu button.sub-nav:after {
    content: "";
    display: block;
    background-image: url(../images/icons/caret-mobile.svg);
    position: absolute;
    width: 8px;
    height: 14px;
    right: 0;
    top: 5px;
  }

  .navigation .top-nav .menu-item {
    display: none;
  }
  .navigation .mobile-btn {
    display: block;
  }
  /* .navigation button svg path {
    fill: var(--primary);
  } */

  .mega-menus {
    background-color: var(--primary);
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
  }
  .mega-menus .megamenu-back {
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: var(--light);
    margin-bottom: 50px;
  }
  .mega-menus .megamenu-back svg path {
    fill: var(--secondary);
  }
  .mega-menus .wrap {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 120px;
  }
  .mega-menus .megamenu-item .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    border-bottom: 2px solid #284165;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .mega-menus .megamenu-item .megamenu-nav {
  }
  .mega-menus .megamenu-item .megamenu-nav .megamenu-nav--item {
  }
  .mega-menus .megamenu-item .megamenu-nav .megamenu-nav--item a {
    transition: opacity 0.2s ease-in-out;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    display: block;
    text-decoration: none;
  }

  .mega-menus .megamenu-item > .megamenu-nav > .megamenu-nav--item > a:hover,
  .mega-menus .megamenu-item > .megamenu-nav > .megamenu-nav--item > a:focus {
    opacity: 0.7;
    text-decoration: underline;
  }

  .mobile-controls {
    position: absolute;
    top: 20px;
    right: 17px;
    z-index: 999;
  }
  .mobile-controls button {
    border: none;
    background: transparent;
  }
}
@media (max-width: 730px) {
  .navigation .top-nav {
    display: block;
    position: relative;
    height: auto;
    padding-bottom: 1em;
  }

  .navigation .top-nav > .end {
    position: absolute;
    top: 1.75em;
    right: 1em;
  }
  .navigation .logo {
    display: block;
  }
  .navigation .logo .caption {
    font-size: 16px;
  }
  .navigation .logo img {
    margin-bottom: 8px;
  }
}
@media (max-width: 375px) {
  .navigation .top-nav > .end {
    gap: 0.25em;
  }
}

.footer .menu {
  background-color: var(--primary);
  font-family: var(--inter);
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: var(--light);
}
.footer .menu .wrap {
  max-width: var(--footer-container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  height: 80px;
  display: grid;
  grid-template-columns: 400px auto 400px;
}
.footer .menu .socials {
  display: flex;
  align-items: center;
  gap: 2.25em;
}
.footer .menu svg path {
  fill: #fff;
}
.footer .menu .dgk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  color: var(--light);
  text-decoration: none;
}
.footer .menu .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.25em;
}
.footer .menu .nav > a {
  color: var(--light);
  text-decoration: none;
}
.footer .menu .nav > a:hover,
.footer .menu .nav > a:focus {
  text-decoration: underline;
}
.footer .copyright {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.footer .copyright .wrap {
  max-width: 242px;
  margin-left: auto;
  margin-right: auto;
}
.footer .copyright .caption {
  margin-top: 1em;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
@media (max-width: 1200px) {
  .footer .menu .wrap {
    grid-template-columns: auto auto;
  }
  .footer .menu .wrap .dgk {
    display: none;
  }
}

@media (max-width: 525px) {
  .footer .menu .wrap {
    display: block;
    text-align: center;
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .footer .menu .wrap .socials {
    justify-content: center;
  }
  .footer .menu .wrap .dgk {
    display: flex;
  }
  .footer .menu .wrap .dgk,
  .footer .menu .wrap .nav {
    margin-top: 0.5em;
    justify-content: center;
  }

  .footer .menu .wrap .nav {
    display: block;
  }
  .footer .menu .wrap .nav > a {
    display: block;
    margin-top: 0.5em;
  }
  .footer .copyright {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* HOME */
#home-header {
  height: 794px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  position: relative;
  overflow: hidden;
}
#home-header .inner {
  max-width: 600px;
  z-index: 800;
}
#home-header h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
#home-header .slogan {
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 84px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.5em;
}
#home-header .search-field {
  width: 100%;
  position: relative;
}
#home-header .search-field input {
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid var(--secondary);
  transition: border 0.2s ease-out;
  padding: 1em 50px 1em 12px;
  width: 100%;
  outline: none;
  color: #fff;
}

#home-header .search-field input:focus {
  border-bottom: 2px solid var(--light);
}
#home-header .search-field button {
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
}
#home-header .search-field svg {
  margin-left: 12px;
}

/* DÉFILEMENT IMAGES - ACCUEIL */
.scrolling-images {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  max-width: calc(90% - 600px); 
}

.scrolling-images.top-left {
  top: 0;
  left: 2%;
}

.scrolling-images.bottom-right {
  top: 0;
  right: 2%;
}

.scrolling-images .track {
  display: flex;
  flex-direction: column;
  animation: scroll-up 40s linear infinite;
}

.scrolling-images img {
  border-radius: 24px;
  margin-bottom: 20px;
  width: fit-content;
}

.scrolling-images .img-left-1 {
  margin-bottom: 420px;
}
.scrolling-images .img-left-2 {
  margin-left: 65px;
}
.scrolling-images .img-right-1 {
  margin-top: 300px;
  margin-bottom: 80px;
  margin-left: 120px;
}

.scrolling-images.mobile { display: none; }


@media (max-width: 1600px) {
  .scrolling-images.bottom-right { right: -50px; } 
}
@media (max-width: 1400px) {
  .scrolling-images.bottom-right {
    display: flex;
    justify-content: space-between;
  }
  .scrolling-images .img-right-1 {
    margin-left: 0;
  }
  .scrolling-images {
    max-width: calc(70% - 600px);  
  }
  .scrolling-images .img-left-2 {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .scrolling-images {
    max-width: 300px;  
  }
}
@media (max-width: 1100px) {
  .scrolling-images {
    max-width: 250px;  
  }
}
@media (max-width: 991px) {
  #home-header { flex-wrap: wrap; position: relative; }
  #home-header:after { content:''; background: #fff; height: 200px; width: 100%; position: absolute; bottom: -2px; left: 0; }
  .scrolling-images.top-left,
  .scrolling-images.bottom-right {
    display: none;
  }
  .scrolling-images.mobile {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: auto;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    order: 2;
  }
  .scrolling-images.mobile .track {
    flex-direction: row;
    animation: scroll-right-mobile 30s linear infinite; 
    gap: 30px;
  }
  .track img {
    width: auto;
    height: 260px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #home-header {
    height: 728px;
  }
  #home-header .inner {
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
  #home-header h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  #home-header .slogan {
    font-size: 56px;
    line-height: 60px;
  }
}
@media (max-width: 425px) {
  #home-header .slogan {
    font-size: 46px;
    line-height: 50px;
  }
}


/* Animations */
@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scroll-right-mobile {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-800%);
  }
}





#home-career {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 240px;
  padding-bottom: 120px;
}
#home-career .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home-career .layer-title {
  max-width: 640px;
}
#home-career .layer-title .title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 64px;
  color: var(--primary);
}
#home-career .layer-title .sm {
  font-weight: 600;
  font-size: 22px;
  color: var(--secondary);
}
#home-career .list .item {
  display: flex;
  align-items: center;
  gap: 2em;
  text-decoration: none;
  margin-bottom: 1.75em;
  transition: opacity 0.2s ease-out;
}
#home-career .list .item:hover,
#home-career .list .item:focus {
  opacity: 0.5;
}
#home-career .list .item .icon {
  background-color: var(--light);
  border-radius: 50%;
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-career .list .item .text {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;

  color: var(--primary);
}

@media (max-width: 1024px) {
  #home-career .layer-title .title {
    font-size: 44px;
    line-height: 44px;
  }
  #home-career .list .item .text {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  #home-career {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  #home-career .wrap {
    flex-wrap: wrap;
  }
  #home-career .layer-title {
    margin-bottom: 3em;
  }
}
@media (max-width: 425px) {
  #home-career .layer-title .title {
    font-size: 38px;
    line-height: 38px;
  }
  #home-career .list .item .text {
    font-size: 18px;
    line-height: 20px;
  }
}

.fullwidth-video > video {
  background-color: #000;
  width: 100%;
  height: 780px;
  object-fit: cover;
}
.fullwidth-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.fullwidth-video button.video-play {
  background: #f1f1f2;
  border: 4px solid #f1f1f2;
  border-radius: 200px;

  align-items: center;
  display: flex;
  gap: 1em;
  position: absolute;
  right: 2em;
  bottom: 2em;
  padding-right: 1.5em;
  cursor: pointer;
}

.fullwidth-video button.video-play > .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--primary);
  margin-left: -3px;
}

.fullwidth-video button.video-play > .text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;

  color: var(--primary);
}

@media (max-width: 768px) {
  .fullwidth-video > video {
    height: 570px;
  }
}
@media (max-width: 425px) {
  .fullwidth-video > video {
    height: 320px;
  }
}

#home-parents {
  background-color: var(--primary);
  color: #fff;
  padding: 12.5em 1em;
}
#home-parents .heading {
  text-align: center;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#home-parents .heading .title {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 0.5em;
}
#home-parents .heading .text {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 2em;
}
#home-parents .wrap {
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
#home-parents .parent-link {
  color: #fff;
  text-decoration: none;
  background: #284165;
  border-radius: 24px;
  padding: 30px;
  transition: opacity 0.2s ease-in-out;
  position: relative;
  display: block;
  height: 154px;
}
#home-parents .parent-link:hover,
#home-parents .parent-link:focus {
  opacity: 0.7;
}
#home-parents .parent-link > .text {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  width: 200px;
}
#home-parents .parent-link > .icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

@media (max-width: 1160px) {
  #home-parents {
    padding: 9em 1em;
  }
  #home-parents .wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }
}

@media (max-width: 615px) {
  #home-parents {
    padding: 6em 1em;
  }
  #home-parents .wrap {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
  }
  #home-parents .parent-link > .text {
    width: 100%;
  }
}

#home-news {
  background-color: #fff;
  color: var(--primary);
  padding: 12.5em 1em 10em 1em;
}

#home-news .wrap {
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
}
#home-news .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5em;
}
#home-news .heading .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 64px;
}
#home-news .heading .heading-btn {
  padding: 24px 40px;
  background: var(--light);
  border-radius: 200px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
#home-news .heading .heading-btn:hover,
#home-news .heading .heading-btn:focus {
  opacity: 0.7;
}

#home-news .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
.blog-post {
  color: var(--primary);
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  font-weight: 600;
}
.blog-post:hover,
.blog-post:focus {
  opacity: 0.7;
}
.blog-post > .image {
  margin-bottom: 1.25em;
}
.blog-post > .image img {
  border-radius: 24px;
}
.blog-post > .meta,
.title-section > .meta {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  gap: 1.25em;
  font-size: 14px;
  line-height: 14px;
  align-items: center;
  margin-bottom: 1.25em;
}
.blog-post > .meta > .category,
.title-section > .meta > .number {
  padding: 10px 16px;
  border: 2px solid var(--light);
  border-radius: 12px;
}
.blog-post > .meta > .date,
.title-section > .meta > .category {
  display: block;
  text-wrap: nowrap;
}
.blog-post > .title {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 1560px) {
  .blog-post > .image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #home-news .grid {
    grid-column-gap: 15px;
  }
}

@media (max-width: 1160px) {
  #home-news {
    padding: 9em 1em;
  }
}

@media (max-width: 1024px) {
  #home-news .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media (max-width: 767px) {
  #home-news .grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  #home-news .heading {
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 2em;
  }
}
@media (max-width: 615px) {
  #home-news {
    padding: 6em 1em;
  }
}

#home-external-sites {
  background-color: var(--light);
  padding-top: 120px;
  padding-bottom: 120px;
}
#home-external-sites .wrap {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
#home-external-sites .card {
  background-color: #fff;
  border-radius: 24px;
}
#home-external-sites .card .card-header {
  background-color: var(--primary);
  color: #fff;
  padding: 1.2em 2.5em;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
#home-external-sites .card .card-body {
  display: flex;
  align-items: center;
  padding: 2.5em;
}
#home-external-sites .card .card-logo {
  width: 220px;
}
#home-external-sites .card .card-content {
  color: var(--primary);
  flex: 1;
}
#home-external-sites .card .card-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;

  margin-bottom: 1em;
}
#home-external-sites .card .card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;

  margin-bottom: 1em;
}
#home-external-sites .card .card-link {
  display: inline-block;
  background-color: var(--light);
  color: var(--primary);
  padding: 12px 24px;
  border-radius: 200px;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
#home-external-sites .card .card-link:hover,
#home-external-sites .card .card-link:focus {
  opacity: 0.5;
}

@media (max-width: 1024px) {
  #home-external-sites .wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 620px) {
  #home-external-sites .card .card-body {
    flex-wrap: wrap;
  }

  #home-external-sites .card .card-logo {
    width: 100%;
    margin-bottom: 1em;
  }
}

#work-with-us {
  z-index: 990;
  width: 154px;
  height: 154px;
  bottom: 23px;
  right: 23px;
  position: fixed;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: var(--primary);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#work-with-us:hover,
#work-with-us:focus {
  background-color: var(--secondary);
  color: #fff;
}

#work-with-us > .inner {
  width: 144px;
  height: 144px;
  border-radius: 100%;
  border: 2.4px solid var(--light);
  transition: border 0.2s ease-in-out;
}
#work-with-us > .inner > .icon {
  margin-top: 30px;
  margin-bottom: 14px;
}
#work-with-us > .inner > .icon > svg {
  margin-left: auto;
  margin-right: auto;
}
#work-with-us > .inner > .text {
  width: 124px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#work-with-us > .inner > .icon > svg path {
  transition: stroke 0.2s ease-in-out;
}

#work-with-us:hover > .inner,
#work-with-us:focus > .inner {
  border: 2.4px solid var(--primary);
}
#work-with-us:hover > .inner > .icon > svg path,
#work-with-us:focus > .inner > .icon > svg path {
  stroke: #fff;
}

@media (max-width: 425px) {
  #work-with-us {
    display: none;
  }
}
/* MODALS */
.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 5000;
}

.modal .modal-box {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  width: 680px;
}
.modal .modal-video {
  position: relative;
}

.close-modal-btn {
  background: none;
  border: none;
  top: 1em;
  right: 0.75em;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}

.modal .modal-video video {
    max-width: 90vw;
    max-height: 90vh;
}

.modal .modal-body {
  padding: 6em 1em 2em 1em;
  text-align: center;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}

.modal .modal-footer {
  border-top: 2px solid var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .slide-btn {
  border: none;
  background: transparent;
  color: var(--primary);
  cursor: pointer;
  height: 68px;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .slide-btn:disabled,
.modal .slide-btn.inactive {
  opacity: 0.4;
}
.modal .slide-btn:disabled {
  cursor: default;
}
.modal .modal-icon {
  height: 60px;
  margin-bottom: 1em;
}
.modal .modal-icon > svg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.modal .modal-title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  text-align: center;

  color: var(--primary);
  margin-bottom: 0.5em;
}
.modal .modal-content {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;

  color: var(--primary);
  margin-bottom: 1em;
}
.modal .modal-content label,
.label {
  display: block;
  text-align: left;
  padding-left: 0.75em;
  margin-bottom: 0.5em;
}
.modal .counter {
  display: none;
  gap: 0.25em;
}
.modal .counter.always-display {
  display: flex !important;
}
@media (max-width: 715px) {
  .modal .modal-box {
    max-width: 100%;
  }
  .modal .counter {
    display: flex;
  }
  .modal .slide-num {
    display: none !important;
  }
}

/* ABOUT */
.directors > .items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.directors > .items > .director {
  width: 340px;
  display: flex;
  flex-direction: column;
}

.directors > .items > .director > .image img {
  border-radius: 12px;
}
.directors > .items > .director > .description {
  padding: 20px;
  background-color: var(--light);
  border-radius: 12px;
  height: 100%;
  flex: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.directors > .items > .director > .description > .name {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
}
.directors > .items > .director > .description > .role {
  font-size: 14px;
  line-height: 14px;
  color: #6b778a;
}

@media (max-width: 425px) {
  .directors > .items > .director,
  .directors.services > .items > .director {
    width: 100%;
  }

  .directors > .items > .director > .image img {
    width: 100%;
  }
}

/* Blog */
#actualites {
  padding-top: 140px;
  padding-bottom: 180px;
  padding-left: 1em;
  padding-right: 1em;
}

#actualites .wrap {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

#actualites .items {
  row-gap: 70px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}

#actualites .items .blog-post {
  width: 500px;
  display: flex;
  flex-direction: column;
  padding-left: 1em;
  padding-right: 1em;
}

#actualites .filters {
  margin-bottom: 50px;
}
#actualites .filters .select-input {
  width: auto;
}

@media (max-width: 1560px) {
  #actualites .items .blog-post {
    width: 50%;
  }
}

@media (max-width: 600px) {
  #actualites .items .blog-post {
    width: 100%;
  }

  #actualites .filters {
    width: 100%;
  }
  #actualites {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}

#blog-post-header {
  background-color: var(--primary);
  color: #fff;
  height: 1024px;
}

#blog-post-header > .inner {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  position: relative;
  color: #fff;
  height: 100%;
  flex-direction: column;
  display: flex;
}
#blog-post-header .over-picture {
  height: 100%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 510px;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 1380px;
}
#blog-post-header h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -0.02em;
  color: #ffffff;
  /* margin-top: 160px; */
  margin-bottom: 50px;
  flex: 1;
  bottom: 100px;
}
#blog-post-header .meta {
  display: flex;
  gap: 1.25em;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #ffffff;
  flex-wrap: wrap;
}
#blog-post-header .meta > .category {
  padding: 10px 16px;
  border: 2px solid var(--light);
  border-radius: 12px;
}
#blog-post-main-image {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -450px;
  margin-bottom: 100px;
  position: relative;
}
#blog-post-main-image .copyrightImg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #DAE6F0;
  border-radius: 6px;
  color: #6B778A;
  padding: 4px 6px;
  opacity: 1;
  font-size: 13px;
  font-weight: 600;
  max-width: 240px;
  line-height: 1.1;
}
#blog-post-main-image img {
  border-radius: 24px;
}
#blog-post-content {
  margin-bottom: 5em;
}
@media (max-width: 1400px) {
  #blog-post-header {
    height: 824px;
  }
  #blog-post-header > .inner {
    padding-left: 1em;
    padding-right: 1em;
  }
  #blog-post-header h1 {
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 25px;
  }
  #blog-post-header .over-picture {
    padding-bottom: 300px;
  }
  #blog-post-header h1,
  #blog-post-header .meta,
  #blog-post-header .over-picture {
    width: 100%;
  }

  #blog-post-main-image {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: -250px;
    margin-bottom: 4em;
  }

  #blog-post-main-image .copyrightImg {
    bottom: 20px;
    right: calc(1rem + 20px);
  }
}

@media (max-width: 600px) {
  #blog-post-header {
    height: auto;
  }

  #blog-post-header .over-picture {
    padding-bottom: 130px;
  }

  #blog-post-header h1 {
    padding-top: 2em;
    font-size: 34px;
    line-height: 38px;
  }
  #blog-post-main-image {
    margin-top: -100px;
    margin-bottom: 2em;
  }
  #blog-post-main-image .copyrightImg {
    bottom: 0;
    right: 1rem;
    font-size: 11px;
  }
}

/* SCHOOLS */
#schools-header {
  height: 555px;
  background: var(--primary);
  width: 100%;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  background-position: center center;
  background-size: cover;
}

#schools-header > .inner {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  position: relative;
  color: #fff;
  height: 100%;
}
#schools-header h1 {
  font-weight: 600;
  font-size: 80px;
  line-height: 84px;
  margin-bottom: 60px;
}
#schools-header .title-section {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 100px;
  z-index: 2;
}
#schools-header .title-section .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

#schools-header .title-section button {
  background: #284165;
  cursor: pointer;
  border-radius: 200px;
  padding: 4px 4px 4px 24px;
  display: flex;
  align-items: center;
  gap: 30px;
  border: none;
  transition: opacity 0.2s ease-in-out;
}
#schools-header .title-section button:hover,
#schools-header .title-section button:focus {
  opacity: 0.7;
}
#schools-header .title-section button .text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #ffffff;
}
#schools-header .title-section button .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 100%;
}
#schools-header .title-section button .icon path,
#schools-header .title-section button .icon rect {
  fill: #fff;
}
#schools-header .title-section button.active {
  background: #fff;
}
#schools-header .title-section button.active .text {
  color: var(--primary);
}

@media (max-width: 768px) {
  #schools-header {
    height: 400px;
  }
  #schools-header h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 40px;
  }
  #schools-header .title-section {
    padding-bottom: 75px;
  }
}

@media (max-width: 425px) {
  #schools-header {
    height: 400px;
  }
  #schools-header h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  #schools-header .title-section {
    padding-bottom: 50px;
  }
}

#ecoles {
  padding-top: 100px;
  padding-bottom: 140px;
  padding-left: 1em;
  padding-right: 1em;
}

#ecoles .filters {
  margin-bottom: 50px;
}

#ecoles .wrap,
#ecoles .filters {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

#ecoles .filters .filters-heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1em;
}

#ecoles .filters .current-filters {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5em;
}

#ecoles .filters .current-filters .filter a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  gap: 12px;

  border: 1px solid #dae6f0;
  border-radius: 200px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: #6b778a;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
#ecoles .filters .current-filters .filter a:focus,
#ecoles .filters .current-filters .filter a:hover {
  opacity: 0.7;
}

#ecoles .filters .filter-results {
  border: none;
  background: #fff;
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: var(--primary);
  cursor: pointer;
}

#ecoles .filters .filter-results .icon {
  width: 40px;
  height: 40px;
  background: #dae6f0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#ecoles .filters .filters-content {
  border-top: 2px solid var(--light);
  margin-top: 1em;
  padding-top: 1em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-bottom: 1em;
}
#ecoles .items {
  row-gap: 70px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}

#ecoles .items .school {
  width: 540px;
  display: flex;
  flex-direction: column;
  padding-left: 1em;
  padding-right: 1em;
  color: var(--primary);
  text-decoration: none;
}

#ecoles .items .school .image img {
  border-radius: 24px;
  margin-bottom: 20px;
}

#ecoles .items .school .content {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
#ecoles .items .school .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 0.5em;
}
#ecoles .items .school .location {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;

  border: 2px solid #dae6f0;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
}
#school-map {
  display: flex;
  justify-content: space-between;
}
#column-schools {
  width: 540px;
  height: 780px;
  background: #dae6f0;
  border-radius: 24px;
  overflow-y: auto;
}
#column-schools > a {
  padding: 20px 40px;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid #fff;
  color: var(--primary);
}
#column-schools > a .title {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

#column-schools > a .location {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.02em;
}

#ecoles #map {
  width: 1120px;
  height: 780px;
  border-radius: 24px;
}
@media (max-width: 1680px) {
  #school-map {
    gap: 20px;
  }
  #ecoles #map {
    width: 100%;
    height: 780px;
  }
  #column-schools {
    width: 540px;
    height: 780px;
  }
  #ecoles .items {
    justify-content: center;
  }
}
@media (max-width: 1560px) {
  #ecoles .items .blog-post {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  #school-map {
    gap: 20px;
  }
  #ecoles #map {
    width: 100%;
    height: 480px;
  }
  #column-schools {
    width: 400px;
    height: 480px;
  }

  #column-schools > a .location {
    font-size: 10px;
    line-height: 10px;
    padding: 0.5em 1em;
  }

  #column-schools > a .title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 6px;
  }

  #ecoles .filters .filters-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #school-map {
    flex-wrap: wrap;
  }

  #column-schools {
    display: none;
  }

  #ecoles .filters .filters-content {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  #ecoles .items .blog-post {
    width: 100%;
  }
  #ecoles {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}

/* SHOW SINGLE SCHOOL */
#school-post .content {
  display: flex;
  gap: 5em;
  margin-bottom: 5em;
  flex-wrap: wrap;
}
#school-post .content .main-content {
  flex: 1;
  min-width: 500px;
}
#school-post .content .main-content .description {
  margin-bottom: 32px;
}
#school-post .content .main-content + .sidebar {
  max-width: 400px;
}
#school-post .content .sidebar {
  text-align: center;
  margin: auto;
}
.box {
  text-align: left;
  padding: 20px;
  background-color: var(--light);
  border-radius: 12px;
  flex: 1;
  margin-bottom: 1em;
}
.box .box-title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px;
  font-weight: 600;
}
.box .box-content,
.box .box-content a {
  font-size: 16px;
  line-height: 1.2;
  color: #6b778a;
}
.box address {
  font-style: normal;
}
.box .box-content .social-links {
  display: flex;
  margin-top:18px;
}
.box .box-content .social-links .btn {
  width:40px;
  height: 40px;
  padding: 0;
  margin-right: 12px;
  text-align: center;
}
.box .box-content .social-links .btn svg {
  margin: auto;
}
.box .box-content .social-links .btn svg path {
    fill: #FFF;
}
.box.direction .box-content p {
  margin-bottom: 8px;
}
.box.direction .box-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #school-post .content {
    gap: 3em;
  }
  #school-post .content .main-content {
    min-width: 0;
    flex: auto;
    width: 100%;
  }
}
/* CALENDARS*/
.editor-content .calendars-category {
  margin-bottom: 2em;
}
.calendars-category,
.calendars-category > li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.calendars-category > li::before {
  display: none !important;
}
.calendar {
  text-align: left;
  padding: 0.5em 20px;
  background-color: var(--light);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
  gap: 1em;
}
.calendar .calendar--annotation {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #667d8d;
}
.calendar .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.calendar .btns > a {
  background-color: var(--primary);
  border-radius: 200px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  border: none;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar .btns > a:hover,
.calendar .btns > a:focus {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .calendar .text {
    width: 100%;
  }

  .calendar .btns > a {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
}
/* POSTS*/

.listing-posts,
.listing-posts > li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.listing-posts > li::before {
  display: none !important;
}
.listing-post {
  text-align: left;
  padding: 0.5em 20px;
  background-color: var(--light);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
  gap: 0.5em;
}
.listing-post .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.listing-post .btns > a {
  background-color: var(--primary);
  border-radius: 200px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  border: none;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing-post .btns > a > svg {
  width: 32px;
  height: 32px;
}
.listing-post .btns > a:hover,
.listing-post .btns > a:focus {
  opacity: 0.7;
}

.listing-post .listing-post--title {
  color: var(--primary);
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.listing-post .listing-post--title:hover,
.listing-post .listing-post--title:focus {
  opacity: 0.7;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .listing-post .text {
    width: 100%;
  }

  .listing-post .btns > a {
    width: 32px;
    height: 32px;
  }

  .listing-post .btns > a > svg {
    width: 16px;
    height: 16px;
  }
}
/* JOBS */
.job-offers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
.job-box {
  padding: 20px;
  background-color: var(--light);
  border-radius: 12px;
  color: var(--primary);
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.2;
  align-self: flex-start
}
.job-box:hover,
.job-box:focus {
  opacity: 0.7;
}
.job-box .job {
  width:100%;
}
.job-box strong {
  display: block;
}
.job-box .informations {
  display:flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: flex-end;
}
.job-box .number {
  padding: 4px 7px;
  border: 1px solid var(--primary);
  border-radius: 5px;
  font-size: small;
}
.job-box small {
  color: #6b778a;
}
.job-box .icon {
  margin-left:6px;
}
.job-box svg {
  width: 24px;
  height: 24px;
}
.call-to-action {
  width: 100%;
  background-color: var(--light);
  padding: 8em 0;
}
.call-to-action .inner {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
}
.call-to-action .text {
  font-weight: 600;
  font-size: 42px;
  line-height: 42px;
  color: var(--primary);
}

@media (max-width: 767px) {
  .job-offers {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Search */
#search:not(.empty) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}
#search .result {
  padding: 1em;
  background-color: var(--light);
  border-radius: 12px;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  color: var(--primary);
  line-height: 1.2;
}
#search .result:hover,
#search .result:focus {
  opacity: 0.7;
}
#search .result .title {
  margin-bottom: 5px;
  display: block;
}
#search .result .type {
  font-size: smaller;
  color: #6b778a;
}
/* COMMON TEMPLATING BITS*/
.mce-content-body {
  padding: 1em;
}
.cms-header,
.simple-header {
  height: 656px;
  width: 100%;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  background-position: center center;
  background-size: cover;
  background-color: var(--primary);
}
.cms-header:after,
.simple-header:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 54, 85, 0.5);
}
.cms-header > .inner,
.simple-header > .inner {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  position: relative;
  color: #fff;
  height: 100%;
}
.cms-header h1 {
  font-weight: 600;
  font-size: 80px;
  line-height: 84px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 100px;
  z-index: 2;
}
.cms-header .copyrightImg {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 6px;
  color: var(--light);
  padding: 4px 6px;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  max-width: 240px;
  line-height: 1.1;
  z-index: 2;
  border: 1px solid var(--light);
  opacity: .45;
}
@media (max-width: 600px) {
  .cms-header .copyrightImg {
    font-size: 11px;
    top: 6px; 
    right: 6px;
  }
}

.simple-header h1 {
  font-weight: 600;
  font-size: 80px;
  line-height: 84px;
}

.simple-header .title-section {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 100px;
  z-index: 2;
}
.simple-header a {
  color: #fff;
}

ul.breadcrumb {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 10px;
  z-index: 2;
  position: relative;
}

ul.breadcrumb li {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

ul.breadcrumb li + li:before {
  padding: 20px;
  color: #fff;
  content: "/\00a0";
  padding: 20px 14px 20px 20px;
}

ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

ul.breadcrumb li a:hover,
ul.breadcrumb li a:focus {
  opacity: 0.5;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .cms-header {
    height: 400px;
  }
  .cms-header h1,
  .simple-header h1 {
    font-size: 56px;
    line-height: 56px;
    padding-bottom: 75px;
  }

  ul.breadcrumb li {
    font-size: 14px;
    line-height: 14px;
  }

  ul.breadcrumb li + li:before {
    padding: 10px;
  }
}

@media (max-width: 425px) {
  .cms-header {
    height: 400px;
  }
  .cms-header h1,
  .simple-header h1 {
    font-size: 46px;
    line-height: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 375px) {
  ul.breadcrumb {
    display: none;
  }
}
.editor-content iframe {
  max-width: 100%;
}
.editor-content h2 {
  font-weight: 600;
  font-size: 54px;
  line-height: 1.2;
}
.editor-content h2,
.editor-content .heading {
  margin-bottom: 0.75em;
  color: var(--primary);
}
.editor-content h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.2;
}

.editor-content h2.smaller {
  font-size: 48px;
}

.editor-content .heading-link {
  padding: 28px 50px;

  background: var(--light);
  border-radius: 24px;
  display: flex;
  gap: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
  align-items: center;

  color: var(--primary);
  margin-bottom: 1em;
}
.editor-content .heading-link:before {
  content: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='12.3201' width='28' height='3.36' rx='1.68' fill='%23006BB6'/%3E%3Crect x='12.3203' y='28' width='28' height='3.36' rx='1.68' transform='rotate(-90 12.3203 28)' fill='%23006BB6'/%3E%3C/svg%3E%0A");
  display: block;
}
.editor-content .heading-link a {
  color: var(--primary);
  text-decoration: none;
}
.editor-content a {
  color: var(--primary);
}
.editor-content p,
.editor-content ul,
.editor-content ol {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  letter-spacing: -0.02em;
  margin-bottom: 1em;
}

.editor-content ul li {
  list-style: none;
  position: relative;
}

.editor-content ul li:before {
  content: "•";
  display: block;
  color: #4a98d9;
  position: absolute;
  top: 0;
  left: -1em;
}
.editor-content .filters {
  margin-bottom: 3em;
}
.editor-content img {
  margin-bottom: 1em;
  max-width: 100%;
  height: 100%;
}

.column-wrap {
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.column-wrap > .wrap {
  width: 1100px;
}

.cms-aside {
  flex: 1;
  min-width: 400px;
}

.cms-aside .navigation .menu-item a {
  display: block;
  width: 100%;
  border-bottom: 2px solid var(--light);
  padding: 1em;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease-in-out;
}

.cms-aside .navigation .menu-item a:hover,
.cms-aside .navigation .menu-item a:focus {
  opacity: 0.7;
}

.hr-after {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 2px solid var(--light);
}

hr {
  margin-top: 100px;
  margin-bottom: 100px;
  border-top: 2px solid var(--light);
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.max1380 {
  max-width: 1350px;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}

.pager {
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  justify-content: center;
  margin-top: 7em;
}
.pager .inner {
  display: flex;
  align-items: center;
}
.pager .inner .nav-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager .inner .nav-btn.prev-btn {
  padding-right: 1em;
}
.pager .inner .nav-btn.next-btn {
  padding-left: 1em;
}
.pager .inner .num {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-decoration: none;
  border-bottom: 1px solid var(--light);
  color: var(--primary);
}
.pager .inner .num.current {
  border-bottom: 2px solid var(--secondary);
}
.important-notice {
  background: var(--light);
  padding: 1em;
  margin-bottom: 1em;
}

@media (max-width: 1200px) {
  .column-wrap > .wrap {
    width: 100%;
  }
  .column-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .editor-content h2 {
    font-size: 46px;
  }

  .editor-content h2.smaller {
    font-size: 38px;
  }
  .editor-content h3 {
    font-size: 32px;
  }

  .hr-after {
    padding-bottom: 75px;
    margin-bottom: 75px;
  }

  hr {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

@media (max-width: 768px) {
  .column-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hr-after {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  hr {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .editor-content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .editor-content h2.smaller {
    font-size: 34px;
    line-height: 34px;
  }
  .editor-content h3 {
    font-size: 28px;
  }

  .editor-content p,
  .editor-content ul,
  .editor-content ol {
    font-size: 16px;
    line-height: 24px;
  }

  .editor-content .heading-link {
    padding: 1em;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .editor-content .heading-link {
    font-size: 18px;
  }
  .pager .inner .num {
    display: none;
  }
  .pager .inner .num:has(+ .current),
  .pager .inner .num.current + .num,
  .pager .inner .num.current {
    display: flex;
  }
}

@media (max-width: 425px) {
  .cms-aside {
    min-width: 10px;
  }
  .editor-content h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .editor-content h2.smaller {
    font-size: 28px;
    line-height: 28px;
  }
  .editor-content h3 {
    font-size: 24px;
  }
  .hr-after {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.form-group {
  margin-bottom: 1em;
}

.input {
  background: #ffffff;
  border-radius: 200px;
  border: 1px solid var(--light);
  padding: 0.75em 1.25em;
  width: 100%;
  transition: border 0.2s ease-in-out;
}
textarea.input {
  border-radius: 20px;
}
.input:focus {
  border: 1px solid var(--secondary);
}
.input.is-invalid {
  border: 1px solid #b91c1c;
}
.text-danger {
  color: #b91c1c;
}

.select-input {
  background: #ffffff;
  border-radius: 200px;
  width: 100%;
  border: none;
  display: inline-block;

  font-weight: 600;
  font-size: 16px;
  line-height: 16px;

  color: var(--primary);

  background-color: var(--light);
  background-image: url(../images/icons/select-btn.svg);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 52px 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 24px 60px 24px 40px;
}
.select-input:after {
  content: "";
}

.navigation button.btn,
.btn {
  cursor: pointer;
  display: inline-flex;
  gap: 1em;
  align-items: center;
  background-color: var(--light);
  border-radius: 200px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--primary);
  padding: 24px 40px;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
  border: none;
}
.btn.btn-secondary {
  background-color: var(--primary);
  color: #fff;
}
.btn-badge {
  border-radius: 3px;
  font-weight: normal;
  padding: 8px 10px;
  margin-right:4px;
  margin-bottom: 8px;
}
.navigation button.btn:focus,
.navigation button.btn:hover,
.btn:focus,
.btn:hover {
  opacity: 0.7;
}
.accordions-title {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  /* border-bottom: 2px solid var(--light); */
}
.faq, .programs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom:32px;
}
.accordion {
  width: 100%;
  /* border-bottom: 2px solid var(--light); */
}
.accordion .accordion-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
  cursor: pointer;
  background: #DAE6F0;
  border-radius: 16px;
  padding: 16px 32px;
}
.accordion .accordion-heading-text {
  font-weight: 700;
  font-size: 17px;
}
.accordion .accordion-heading-icon {
  transition: transform 0.2s ease-in-out;
}
.accordion.open .accordion-heading-icon {
  transform: rotate(135deg);
}
.accordion .accordion-heading-icon svg{
  width: 22px;
}
.accordion .accordion-content {
  padding-top: 1em;
  font-size: 16px;
  line-height: 1.4;
  color: #6b778a;
  background: #DAE6F0;
  border-radius: 16px;
  padding: 24px 32px;
}
.accordion .accordion-content a { 
  color: var(--primary);
}
.accordion .accordion-content ul, .accordion .accordion-content ol { 
  margin:8px 0;
}
.accordion .accordion-content li { 
  margin-bottom:4px;
}
.accordion .accordion-content li:last-child { 
  margin-bottom:0;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.board .items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.board-member {
  width: 540px;
  background: var(--light);
  border-radius: 12px;
}
.board-member .content {
  padding: 30px 40px 24px;
}

.board-member .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary);
  margin-bottom: 10px;
}
.board-member .role,
.board-member .description {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #6b778a;
}
.board-member .labelicon {
  padding: 12px 40px;

  background: var(--primary);
  color: #fff;
  border-radius: 0px 0px 12px 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 768px) {
  .board-member {
    width: 100%;
  }
}
.pointer {
  cursor: pointer;
}
/* LOADINGs */
.ld-ring {
  width: 1em;
  height: 1em;
  position: relative;
  color: inherit;
  display: inline-block;
  box-sizing: content-box;
}
.ld-ring:after {
  content: " ";
  display: block;
  width: 2em;
  height: 2em;
  box-sizing: border-box;
  transform-origin: 0 0;
  transform: translateZ(0) scale(0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  border: 0.3em solid currentColor;
  border-left-color: transparent;
}
@-webkit-keyframes ld-spin {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ld-spin {
  0% {
    -webkit-animation-timing-function: cubic-bezier(
      0.5856,
      0.0703,
      0.4143,
      0.9297
    );
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ld.ld-spin {
  -webkit-animation: ld-spin 1s infinite linear;
  animation: ld-spin 1s infinite linear;
}






