/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.8.1_webpack@5.88.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@13.3.2_sass@1.63.6+webpack@5.88.0/node_modules/sass-loader/dist/cjs.js!./assets/scss/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!

Theme Name: ISD web
Author: New generation agency
Theme URI: #
Version: 1.0

 */
@font-face {
  font-family: "CircularStd";
  font-weight: normal;
  src: url(18b9a00ce4a831f77978.eot) format("opentype"), url(f9f2be1512962ebe2bdc.ttf) format("truetype"), url(1dd319b87a915b106596.woff) format("woff"), url(2858431679b815919f95.woff2) format("woff2");
}
@font-face {
  font-family: "CircularStd";
  font-weight: bold;
  src: url(60ce8cdbbcad44767306.eot) format("opentype"), url(ce7af6ddb66d75a4a2bc.ttf) format("truetype"), url(b0808321079afca2aa34.woff) format("woff"), url(fb72b487cf867b50d2cb.woff2) format("woff2");
}
@font-face {
  font-family: "CircularStdBook";
  font-weight: normal;
  src: url(c3d14aa96cc844fa0019.eot) format("opentype"), url(8dd9b00439575cc09ae4.ttf) format("truetype"), url(21a2c3d36dbaade80e2c.woff) format("woff"), url(1f1f0b7a337d291e40d2.woff2) format("woff2");
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: clamp(0.88rem, 0.5rem + 0.42vw, 1rem);
  margin: 0;
  font-family: "CircularStd", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: clamp(1.81rem, -0.07rem + 2.09vw, 2.44rem);
}

h2 {
  font-size: clamp(1.67rem, 1.61rem + 0.34vw, 1.91rem);
}

h3 {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.14rem);
}

p, ul, a {
  font-size: clamp(0.88rem, 0.84rem + 0.18vw, 1rem);
  font-family: "CircularStdBook", sans-serif;
  color: #808080;
}

a {
  text-underline-offset: 3px;
}

.opacity0 {
  opacity: 0;
}

.desktop-width {
  max-width: min(88vw, 100rem);
  margin-left: auto;
  margin-right: auto;
}

.size-18px {
  font-size: 18px !important;
}

header {
  height: 76px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
}
header .menuMobile {
  display: none;
}
@media screen and (max-width: 1150px) {
  header .menuMobile {
    display: block;
  }
  header .menuDesktop {
    display: none;
  }
}
header.white, header.headerWhite {
  background-color: white;
  filter: drop-shadow(9px -9px 7px black);
}
header.white a, header.headerWhite a {
  color: black;
}
header div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: min(88vw, 100rem);
  margin: 0 auto;
}
header div img {
  max-height: 50px;
  margin: auto 0;
}
header div a {
  text-underline-offset: 6px;
  margin: auto 0;
  height: fit-content;
  color: white;
  font-size: clamp(0.88rem, 0.5rem + 0.42vw, 1rem);
  text-transform: uppercase;
  text-decoration: none;
}
header div a.currentPage {
  font-weight: bold;
}
header div a.currentPage:after {
  display: block;
  content: "";
  border-bottom: solid 3px #FFE010;
}
header div a:not(.currentPage):hover {
  font-weight: bold;
}
header div a:not(.currentPage):after {
  display: block;
  content: "";
  border-bottom: solid 3px #FFE010;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
header div a:not(.currentPage):hover:after {
  transform: scaleX(1);
}
header div a:not(.currentPage):after {
  transform-origin: 0% 50%;
}
header .menuMobile {
  position: relative;
}
header .menuMobile a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
  white-space: nowrap;
}
header .menuMobile a:hover {
  color: #60BEB0;
}
header .menuMobile #menuToggle {
  display: block;
  position: absolute;
  top: 28px;
  top: 28px;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
header .menuMobile #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
header .menuMobile #menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header .menuMobile #menuToggle span:first-child {
  transform-origin: 0% 0%;
}
header .menuMobile #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header .menuMobile #menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
header .menuMobile #menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .menuMobile #menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
header .menuMobile #menu {
  height: 110vh;
  position: absolute;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -110px;
  background: white;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
header .menuMobile #menu li {
  padding: 10px 0;
  font-size: clamp(1.67rem, 1.61rem + 0.34vw, 1.91rem);
}
header .menuMobile #menuToggle input:checked ~ ul {
  transform: none;
  opacity: 1;
}
header .linkLogo {
  z-index: 999;
}

footer {
  margin-top: auto;
}

.networks {
  background-color: #F9F9F9;
}
.networks__content {
  width: min(88vw, 100rem);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (max-width: 1400px) {
  .networks__content {
    margin: 0 auto;
  }
}
.networks__content__left a img {
  height: 24px;
  width: 24px;
}
.networks__content__left, .networks__content__right {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.networks__content__left p, .networks__content__right p {
  line-height: 25px;
  opacity: 0.5;
}
@media screen and (max-width: 630px) {
  .networks__content__left p, .networks__content__right p {
    display: none;
  }
}

.hpHeader {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  height: 93vh;
  position: relative;
}
@media screen and (max-width: 650px) {
  .hpHeader {
    flex-direction: column;
    height: fit-content;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 850px) and (min-width: 650px) {
  .hpHeader {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.hpHeader h2, .hpHeader h3, .hpHeader p {
  color: white;
}
.hpHeader__bg {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .hpHeader__bg {
    object-position: left;
  }
}
.hpHeader__left, .hpHeader__right {
  margin: auto 5%;
}
.hpHeader__left {
  max-width: 30%;
}
@media screen and (max-width: 1100px) {
  .hpHeader__left {
    max-width: 35%;
  }
}
@media screen and (max-width: 650px) {
  .hpHeader__left {
    margin-top: 6rem;
  }
}
.hpHeader__left__title {
  border-bottom: 1px solid #FFE010;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  width: 70%;
}
.hpHeader__left__description {
  font-size: 1.3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 650px) {
  .hpHeader__left__description {
    margin-bottom: 1rem;
  }
}
.hpHeader__left svg {
  height: 110px;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .hpHeader__left svg {
    height: 90px;
  }
}
.hpHeader__right {
  max-width: 20%;
}
@media screen and (max-width: 650px) {
  .hpHeader__right {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .hpHeader__right {
    max-width: 30%;
  }
}
.hpHeader__right__top h2 {
  color: #FFE010;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  .hpHeader__right__top h2 {
    margin-bottom: 0.5rem;
  }
}
.hpHeader__right__top p {
  font-size: 1rem;
}
@media screen and (max-width: 650px) {
  .hpHeader__right__top p {
    margin-top: 0;
    width: 100%;
  }
}
.hpHeader__right__info h3 {
  font-size: 1rem;
  font-weight: 100;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.hpHeader__right__info p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 650px) {
  .hpHeader__right__info .btn-yellow {
    margin-top: 0.5rem;
    padding: 10px 20px;
  }
}
.hpHeader__left, .hpHeader__right {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .hpHeader__left, .hpHeader__right {
    max-width: unset;
  }
}

.purpleGap {
  height: 15px;
  background-color: #654E92;
}

.ceo {
  margin-top: 3rem;
}
.ceo h1 {
  color: #654E92;
  text-align: center;
}
.ceo__content {
  display: flex;
  align-items: stretch;
  gap: 4rem;
  margin: 0 auto;
  width: 60%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1300px) {
  .ceo__content {
    width: 80%;
  }
}
@media screen and (max-width: 850px) {
  .ceo__content {
    flex-direction: column;
    gap: 2rem;
  }
}
.ceo__content p:not(:first-child) {
  margin-top: 1rem;
}
.ceo__content p:last-child {
  font-weight: bold;
  color: black;
}
.ceo__content img {
  border-right: 5px #5FB9AC solid;
  object-fit: cover;
  max-height: 430px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  .ceo__content img {
    border-right: none;
  }
}
@media screen and (max-width: 1300px) {
  .ceo__content img {
    width: 40%;
    object-fit: contain;
    height: fit-content;
    margin: auto;
  }
}
@media screen and (max-width: 850px) {
  .ceo {
    max-width: min(88vw, 100rem);
    margin: 0 auto;
  }
  .ceo__content {
    width: 100%;
  }
}

.partners {
  padding: 5rem 0;
  background-image: url(18f0c581f40fb6f22e0c.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.partners__preTitle {
  color: #60BEB0;
  text-align: center;
  margin-top: 0;
}
.partners__slick {
  width: 90%;
  margin: auto;
}
.partners__slick .slick-track {
  display: flex !important;
}
.partners__slick .slick-slide {
  height: inherit !important;
  display: flex;
}
.partners__slick__item .item__img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
}
.partners h1 {
  text-align: center;
  color: #60BEB0;
  margin-bottom: 3rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.slick-arrow {
  z-index: 1;
  top: 50%;
  height: 30px;
  width: 33px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  background-color: #1F2869;
  border: none;
  background-image: url(94c7fb3b81432e03363d.svg);
  background-repeat: no-repeat;
}

.video {
  padding-top: 8rem;
  padding-bottom: 4rem;
  max-width: min(88vw, 100rem);
  margin: 0 auto;
}
.video__title {
  margin-top: 0;
}
.video__title, .video__subtitle {
  color: #654E92;
  text-align: center;
}
.video__container {
  margin: 2rem auto 0;
  width: 70%;
}
@media screen and (max-width: 650px) {
  .video__container {
    width: 100%;
  }
}
.video__container iframe {
  width: 100%;
}

#formBrochure {
  scroll-margin-top: 100px;
}
#formBrochure .submit input {
  padding: 0 22px;
  font-size: 18px;
}

.formBrochure {
  background-color: #654E92;
  background-image: url(fb700792c24df784c4e0.svg);
  padding: 3.5rem 0;
  padding-bottom: 3rem;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
.formBrochure h2 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 630px) {
  .formBrochure h2 {
    margin: 0 3rem 2rem;
  }
}
.formBrochure .wpcf7 {
  margin: 0 auto;
  max-width: 610px;
  position: relative;
}
.formBrochure .wpcf7 form .line {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 630px) {
  .formBrochure .wpcf7 form .line {
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin: 0 auto;
  }
  .formBrochure .wpcf7 form .line div {
    margin-left: auto;
  }
}
.formBrochure .wpcf7 form .line.studies p {
  width: 100%;
}
.formBrochure .wpcf7 form .line.studies p span {
  width: 100%;
  max-width: unset;
}
.formBrochure .wpcf7 form p {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 21px;
  height: fit-content;
  color: white;
}
.formBrochure .wpcf7 form p:not(:nth-child(7)) {
  margin: 0;
  margin-bottom: 0.6rem;
}
.formBrochure .wpcf7 form p label {
  white-space: nowrap;
  margin: auto;
  margin-left: 0;
  text-align: right;
  margin-right: 0;
}
.formBrochure .wpcf7 form p span {
  max-width: 210px;
}
.formBrochure .wpcf7 form p input, .formBrochure .wpcf7 form p select {
  border-radius: 8px;
  border: none;
  height: 30px;
  padding: 0;
  width: 100%;
}
.formBrochure .wpcf7 form p input {
  padding: 3px;
}
.formBrochure .wpcf7 form .files {
  margin: 1rem 0 3rem;
}
.formBrochure .wpcf7 form .files p {
  justify-content: start;
  gap: 8px;
}
@media screen and (max-width: 630px) {
  .formBrochure .wpcf7 form .files p {
    gap: 4px;
  }
}
.formBrochure .wpcf7 form .files__input {
  background-color: #FFE010;
  color: black;
  padding: 11px 17px;
  border-radius: 5px;
  font-weight: bold;
  font-size: clamp(0.61rem, 0.51rem + 0.11vw, 0.64rem);
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #FFE010;
}
.formBrochure .wpcf7 form .files__input:hover {
  color: #FFE010;
  background-color: black;
}
@media screen and (max-width: 630px) {
  .formBrochure .wpcf7 form .files {
    width: fit-content;
    margin: 0 auto;
  }
}
.formBrochure .wpcf7 form .submit {
  margin-top: 1.5rem;
}
.formBrochure .wpcf7 form .submit input {
  width: fit-content;
  margin: 0 auto;
  padding: 0 17px;
  background-color: #60BEB0;
  color: white;
  height: 35px;
  transition: 0.3s;
  border: 1px solid #60BEB0;
  cursor: pointer;
  font-size: 18px;
}
.formBrochure .wpcf7 form .submit input:hover {
  color: #60BEB0;
  background-color: white;
}
.formBrochure .wpcf7 form .submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  margin: auto;
  transform: translate(55px, 6px);
}

.infos {
  display: flex;
  margin: 3rem auto;
  max-width: min(88vw, 100rem);
  width: 100%;
  justify-content: center;
  gap: 10rem;
}
@media screen and (max-width: 700px) {
  .infos {
    flex-direction: column;
    gap: 2rem;
  }
}
.infos__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.infos__content h1 {
  color: #60BEB0;
  margin-bottom: 2rem;
}
.infos__content p {
  font-weight: bold;
  margin: 0;
  color: black;
}
.infos__content p:last-child {
  margin-top: 2rem;
}
@media screen and (min-width: 700px) and (max-width: 950px) {
  .infos__map {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .infos__map iframe {
    width: 100%;
  }
}

.btn {
  font-size: 0.7rem;
  padding: 8px 13px;
  border-radius: 5px;
  text-decoration: none;
}

.btn-yellow {
  background-color: #FFE010;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s;
}
.btn-yellow:hover {
  color: #FFE010;
  background-color: black;
}

.title-blue {
  color: #60BEB0;
}

.title-purple {
  color: #654E92;
}

.formationCHead, .aboutHead {
  width: 100%;
  height: 60vh;
  position: relative;
}
.formationCHead__bg, .aboutHead__bg {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  object-fit: cover;
  height: 100%;
}
.formationCHead__content, .aboutHead__content {
  max-width: min(88vw, 100rem);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .formationCHead__content, .aboutHead__content {
    flex-direction: column;
    height: 100%;
    gap: 4rem;
    justify-content: flex-start;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 850px) {
  .formationCHead__content__left, .formationCHead__content__right, .aboutHead__content__left, .aboutHead__content__right {
    margin-right: auto;
  }
}
.formationCHead__content__left__title, .formationCHead__content__right__title, .aboutHead__content__left__title, .aboutHead__content__right__title {
  color: white;
  margin: 0;
}
.formationCHead__content__left svg, .aboutHead__content__left svg {
  margin-bottom: 1rem;
}
@media screen and (max-width: 850px) {
  .formationCHead__content__left svg, .aboutHead__content__left svg {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .formationCHead, .aboutHead {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.yellowGap {
  height: 15px;
  background-color: #FFE010;
}

.description {
  max-width: min(88vw, 100rem);
  width: 100%;
  margin: 0 auto;
}
.description ul {
  padding-left: 0.2rem;
}
.description ul li {
  list-style: none;
}
.description ul li:before {
  content: "·";
  font-size: 40px;
  vertical-align: top;
  line-height: clamp(0.88rem, 0.84rem + 0.18vw, 1rem);
}
.description__head {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8rem;
}
@media screen and (max-width: 1000px) {
  .description__head {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.description__head__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
}
@media screen and (max-width: 1000px) {
  .description__head__left {
    width: 100%;
  }
}
.description__head__right {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .description__head__right {
    width: unset;
  }
}
.description__head__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  margin: auto 0;
}
@media screen and (max-width: 1500px) {
  .description__head__right img {
    height: 60%;
  }
}
.description__grid {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .description__grid {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .description__grid__cell {
    max-width: 700px;
  }
}
.description__grid__cell h3 {
  margin-bottom: 0.5rem;
}
.description__grid__cell strong {
  color: black;
}
.description__grid__cell:nth-child(1) {
  grid-area: 1/1/2/2;
}
.description__grid__cell:nth-child(2) {
  grid-area: 1/2/2/3;
}
.description__grid__cell:nth-child(3) {
  grid-area: 2/1/3/2;
}
.description__grid__cell:nth-child(4) {
  grid-area: 2/2/3/3;
}
.description__grid__cell:nth-child(5) {
  grid-area: 3/1/4/2;
}
.description__grid__cell:nth-child(5) .content {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 550px) {
  .description__grid__cell:nth-child(5) .content {
    flex-direction: column;
    gap: 0;
  }
}
.description__grid__cell:nth-child(6) {
  grid-area: 3/2/4/3;
}
.description__grid__cell:nth-child(6) .content {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 550px) {
  .description__grid__cell:nth-child(6) .content {
    flex-direction: column;
    gap: 0;
  }
}

.tuition {
  width: min(88vw, 100rem);
  margin: 4rem auto;
  margin-top: 10rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6rem;
}
.tuition__array {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
  text-align: center;
  width: 70%;
}
.tuition__array p {
  margin: 0;
  color: #654E92;
  font-family: "CircularStd", sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.14rem);
  padding: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 440px) {
  .tuition__array p {
    font-size: clamp(0.88rem, 0.84rem + 0.18vw, 1rem);
  }
}
.tuition__array__col {
  width: 25%;
  max-width: 183px;
}
.tuition__array__col div {
  height: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tuition__array__col div:not(:first-child):not(:last-child) {
  margin-bottom: 0.2rem;
}
.tuition__array__col div:not(:first-child) {
  border: 1px solid #654E92;
}
.tuition__array__col div:first-child {
  border-radius: 3px 3px 0 0;
}
.tuition__array__col .head {
  background-color: #654E92;
}
.tuition__array__col .head p {
  color: white;
}
.tuition__array__col.col1 div {
  background-color: #D5F1ED;
  border: 1px solid white;
  align-items: unset;
  text-align: left;
}
.tuition__array__col.col1 div p {
  color: #60BEB0;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .tuition {
    flex-direction: column;
    align-items: center;
    margin-top: 6rem;
    gap: 3rem;
    text-align: center;
  }
  .tuition__array, .tuition__text {
    width: 100%;
  }
}
.tuition__subtext {
  position: absolute;
  right: 0;
  bottom: -42px;
}

.aboutContent {
  display: flex;
  flex-direction: column;
  width: min(88vw, 100rem);
  margin: 0 auto;
}
.aboutContent__article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7rem;
  margin-top: 3rem;
}
.aboutContent__article:not(:first-child) {
  flex-direction: row-reverse;
}
.aboutContent__article__text {
  width: 55%;
}
@media screen and (max-width: 1200px) {
  .aboutContent__article img {
    max-height: 300px;
  }
}
@media screen and (max-width: 900px) {
  .aboutContent__article img {
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 900px) {
  .aboutContent__article {
    flex-direction: column;
    gap: 1rem;
  }
  .aboutContent__article:not(:first-child) {
    flex-direction: column;
  }
  .aboutContent__article__text {
    width: 100%;
  }
}

.aboutTeam {
  text-align: center;
  background-image: url(4f1238bd4c18dbabdaa6.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5rem;
}
.aboutTeam__container {
  max-width: calc(min(88vw, 100rem) - 10rem);
  margin: 0 auto;
  padding: 4rem 0;
}
.aboutTeam__container h1 {
  margin-top: 0;
  margin-bottom: 4rem;
  white-space: nowrap;
}
.aboutTeam__container__employees {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.aboutTeam__container__employees .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}
.aboutTeam__container__employees .slick-prev {
  left: -40px;
}
.aboutTeam__container__employees .slick-next {
  right: -40px;
}
.aboutTeam__container__employees__employee {
  width: 20%;
  max-width: 220px;
}
@media screen and (max-width: 900px) {
  .aboutTeam__container__employees__employee {
    max-width: unset;
  }
}
.aboutTeam__container__employees__employee img {
  margin-bottom: 1rem;
  width: 100%;
  max-height: 264px;
  object-fit: cover;
}
.aboutTeam__container__employees__employee p {
  color: black;
  margin: 0;
}
.aboutTeam__container__employees__employee p.name {
  font-weight: bold;
}

.contact {
  width: 100%;
  max-width: min(88vw, 100rem);
  margin: 9rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 1000px) {
  .contact {
    margin-top: 8rem;
  }
  .contact__text {
    align-self: flex-start;
  }
}
.contact p, .contact a {
  color: black;
  margin: 0;
}
.contact__text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 4rem;
}
.contact__text__address {
  white-space: nowrap;
}
.contact__text__address .contact__infos {
  display: flex;
  align-items: center;
  gap: 7rem;
}
.contact__text__address .contact__infos p {
  font-weight: bold;
}
.contact__text__contacts .contact__line {
  display: flex;
}
.contact__text__contacts .contact__line.line1 p:first-child {
  font-weight: bold;
}
.contact__text__contacts .contact__line.line1 p:last-child {
  margin-left: 3px;
}
.contact__text__contacts .contact__line.line2 a {
  margin-right: 3px;
}
.contact__text__contacts .contact__line.line2:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .contact__text {
    margin-right: auto;
  }
}
.contact__map {
  width: 50%;
}
.contact__map iframe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .contact {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 4rem;
  }
  .contact__text {
    gap: 1rem;
  }
  .contact__map {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact__text__address .contact__infos {
    flex-direction: column;
    gap: 1rem;
    align-items: unset;
  }
}

.admission {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  margin: 0 auto;
  max-width: min(100vw, 100rem);
  gap: 5%;
}
.admission__text, .admission__form {
  padding-top: 10rem;
}
.admission__text {
  width: 32%;
  margin-left: 5.5rem;
}
.admission__form {
  width: 63%;
}
.admission__form h1 {
  margin: 0 1rem 2.5rem;
  text-align: center;
}
.admission__form.formBrochure {
  background-image: url(57ce6309f3a32656321a.svg);
}
.admission__form .wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
}
.admission__form .files__input input {
  display: none;
}
@media screen and (max-width: 1100px) {
  .admission {
    flex-direction: column;
    gap: 3rem;
    margin-top: 8rem;
    margin-bottom: 0;
  }
  .admission__text, .admission__form {
    width: 100%;
  }
  .admission__text {
    max-width: min(88vw, 100rem);
    margin: 0 auto;
    padding-top: 0;
  }
  .admission__form {
    padding-top: 4rem;
  }
}

.incubateur {
  max-width: 1000px;
  margin: 2rem auto;
}
@media screen and (max-width: 1060px) {
  .incubateur {
    margin: 2rem;
  }
}

.articles {
  margin: 10rem auto 0;
  max-width: min(91vw, 50rem);
}
.articles h1 {
  margin-bottom: 5rem;
}
.articles .article {
  margin-top: 0;
}

.article {
  margin: 10rem auto 4rem;
  max-width: min(91vw, 50rem);
}

.merci {
  margin: 10rem auto 0;
  max-width: min(88vw, 100rem);
  width: 100%;
}
