.jarallax {
  position: relative;
  z-index: 0;
}

.cta-site-ecole {
  display: flex;
  justify-content: center;
  margin-top: 200px;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.lottie-animation-9 {
  height: 7vh;     
}

.logo-cms-navbar {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 1px 1px 17px 0 hsla(0, 0%, 50.7%, 0.1);
}

.logo-photo {
  height: 7vh;
  width: 15%;
  background-image: url('../img/logo_csm.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../img/logo_csm.png'), linear-gradient(180deg, #fff, #fff);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  padding: 12px;
  background-color: #fff;
}

.logo-cms-navbar.w--current {
  width: 15%;
  height: auto;
  box-shadow: none;
}

.menu {
  display: block;
  width: 60px;
  height: 60px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-radius: 5px;
  background-image: url('../img/grid-1_1grid(1).png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../img/grid-1_1grid(1).png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: 30px 30px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.06);
}

.header-home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 7%;
  padding-left: 7%;
  background-color: #fafbff;
  background-image: none;
}

.header-home-page-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.heading {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.shape1-homepage {
  width: 550px;
  height: 550px;
  background-image: url('../img/Groupe-61.png');
  background-position: 50% 50%;
  background-size: 500px;
  background-repeat: no-repeat;
}

.text-span {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, #96c225), color-stop(90%, #0294b6));
  background-image: linear-gradient(270deg, #96c225 10%, #0294b6 90%);
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-home-page-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.div-block-5 {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  background-image: url('../img/Groupe-20.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.section-school {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 10vh 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbfe), to(rgba(253, 253, 255, 0)));
  background-image: linear-gradient(180deg, #fafbfe, rgba(253, 253, 255, 0));
}

.school-home-page-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-right: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.school-home-page-btn {
  width: 100%;
  height: 6vh;
}

.btn-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  min-height: 50px;
  margin-top: 0%;
  margin-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0094b6), color-stop(49%, #248485), to(#96c225));
  background-image: linear-gradient(90deg, #0094b6, #248485 49%, #96c225);
  line-height: 1.5em;
  text-decoration: none;
}

.btn-blue:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15))), -webkit-gradient(linear, left top, right top, from(#0094b6), color-stop(49%, #248485), to(#96c225));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), linear-gradient(90deg, #0094b6, #248485 49%, #96c225);
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.school-home-page-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.school {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pigier {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 20vh;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../img/pigier-performance-ecole-de-commerce-management.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.iscom {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 20vh;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../img/logo-iscom-rouen-ecole-de-communication-et-publicite-1_1.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.nfactory {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 20vh;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../img/nfactory-school-ecole-informatique-numerique-rouen.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.supveto {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 20vh;
  border-radius: 5px;
  background-color: #fff;
  background-image: url('../img/sup-veto-formation-assistant-veterinaire_1.png');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 6px 10px 0 rgba(62, 84, 99, 0.05);
}

.section-formations {
  position: static;
  top: -10vh;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100vw;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.div-block-8 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: auto;
  min-width: 450px;
  margin-right: 3%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(62, 84, 99, 0.05);
}

.formations-header {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  height: auto;
  min-height: 60vh;
  margin-right: 2%;
  padding-top: 5vh;
  padding-bottom: 2%;
  padding-left: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 253, 255, 0)), to(hsla(0, 0%, 100%, 0.12)));
  background-image: linear-gradient(180deg, rgba(253, 253, 255, 0), hsla(0, 0%, 100%, 0.12));
  -o-object-fit: fill;
  object-fit: fill;
}

.formations-header.home {
  position: relative;
  z-index: 6;
  min-height: 60vh;
  background-image: none;
}

.div-block-12 {
  position: absolute;
  top: 48.3vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-12.job-board {
  position: static;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #0a8fa8;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-block-3.purple {
  color: #248385;
}

.text-block-3.orange {
  color: #fbb500;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.8em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.text-block-4 {
  width: 75%;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.text-span-4 {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.4em;
  font-weight: 700;
}

.text-block-6 {
  position: absolute;
  right: 0px;
  bottom: 5%;
  margin-right: 4%;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.9em;
  font-weight: 700;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.section-3-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 80vh;
  margin-top: 0vh;
  padding: 20vh 7%;
  background-color: rgba(250, 251, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 50%, hsla(0, 0%, 100%, 0));
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.section-3-div-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3-div-right {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-mask {
  position: absolute;
  left: -494px;
  right: auto;
  width: auto;
  height: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.text-span-5 {
  font-family: Montserrat, sans-serif;
  color: #9c1c77;
  font-weight: 700;
}

.paragraph-2-section-3-home {
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.div-block-17 {
  width: 25%;
}

.btn-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: auto;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#951e81), color-stop(100%, #e41019), to(#96c225));
  background-image: linear-gradient(90deg, #951e81, #e41019 100%, #96c225);
  text-decoration: none;
}

.btn-red:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15))), -webkit-gradient(linear, left top, right top, from(#951e81), color-stop(100%, #e41019), to(#96c225));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), linear-gradient(90deg, #951e81, #e41019 100%, #96c225);
}

.section-4-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35vh;
  margin-top: 20vh;
  padding: 10% 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(250, 251, 255, 0);
  color: #3e5463;
}

.section-4-header.padding {
  height: auto;
  min-height: 35vh;
  padding-right: 17%;
  padding-bottom: 1%;
  padding-left: 17%;
}

.section-4-header.about {
  margin-top: 0vh;
}

.section-4-header.nomargin {
  overflow: hidden;
  height: auto;
  margin-top: 9vh;
  padding: 10vh 7% 5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(#fff));
  background-image: linear-gradient(180deg, #fafbff, #fff);
}

.heading-6 {
  z-index: 2;
  margin-bottom: 5vh;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.heading-6.about {
  width: 70%;
  font-size: 2.6em;
  line-height: 1.5em;
  text-align: center;
}

.text-span-6 {
  color: #0094b6;
  font-weight: 900;
}

.paragraph-5 {
  width: 85%;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
}

.paragraph-5.schools-paragraph {
  width: 70%;
  line-height: 1.5em;
}

.div-block-10-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}

.div-block-20 {
  position: relative;
  width: 75%;
  height: 110vh;
  background-image: url('../img/Tracé-62.png');
  background-position: 0% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.05;
  -webkit-transform: translate(-850px, -400px);
  -ms-transform: translate(-850px, -400px);
  transform: translate(-850px, -400px);
}

.section-video-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 86vh;
  margin-top: -2vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(250, 251, 255, 0);
}

.section-video-header.about-page {
  padding-top: 4vh;
  padding-bottom: 10vh;
}

.section-video-header.home {
  overflow: hidden;
  margin-top: 0vh;
  padding-top: 5vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.video-header {
  width: 89vw;
  height: auto;
  min-height: 75vh;
  padding: 20px;
  border-radius: 10px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.section-6-header {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(250, 251, 255, 0);
}

.div-block-24 {
  position: absolute;
  width: 400px;
  height: 450px;
  background-image: url('../img/Polygone-1.png');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.27;
}

.div-block-25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45vh;
  margin-top: 20vh;
  padding-right: 17%;
  padding-left: 17%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25.nomargin {
  margin-top: 0vh;
  padding-top: 20vh;
}

.body {
  background-color: #fdfdff;
}

.avis-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 60vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
}

.slider-thumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 50px;
  min-width: 50px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 50px;
  background-image: none;
  background-size: auto;
}

.slider-thumb-wrap.list-avis {
  width: 50px;
  height: 50px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}

.section-7-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 90vh;
  margin-top: 20vh;
  padding-right: 17%;
  padding-left: 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
}

.section-7-header.no-top-margin {
  margin-top: 10vh;
}

.div-block-34 {
  position: absolute;
  width: 35%;
  height: 30vh;
  background-image: url('../img/Tracé-69.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transform: translate(-400px, -81px) rotate(15deg);
  -ms-transform: translate(-400px, -81px) rotate(15deg);
  transform: translate(-400px, -81px) rotate(15deg);
}

.heading-5-copy {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 400;
}

.text-span-5-copy {
  font-family: Lato, sans-serif;
  color: #0094b6;
  font-weight: 900;
}

.div-block-10-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}

.arrow-blue {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-image: url('../img/right-arrow_2right-arrow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-yellow {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-image: url('../img/right-arrow_1right-arrow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-3-copy-copy {
  font-family: Montserrat, sans-serif;
  color: #0a8fa8;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-actu-header2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 20vh;
  padding-top: 16px;
  padding-right: 7%;
  padding-left: 7%;
}

.sep-yellow {
  width: 12%;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #fbb500;
}

.actus-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(62, 84, 99, 0.05);
}

.div-block-39 {
  width: 50%;
  height: 40vh;
  border-radius: 10px 0px 0px 10px;
  background-image: url('../img/524A3862-JPEG_HD_300_Dpi.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-span-7 {
  color: #0094b6;
}

.heading-8 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}

.link-actu {
  position: static;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.link-actu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-top: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}

.shape-1-copy {
  position: absolute;
  left: 12px;
  top: 214px;
  right: 84px;
  width: 110px;
  height: 110px;
  background-image: url('../img/Tracé-66.png');
  background-position: 0px 0px;
  background-size: contain;
  opacity: 0.4;
}

.lottie-animation {
  width: 20%;
}

.load {
  position: fixed;
  z-index: 999999999999999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafbff;
}

.avis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  min-height: 40vh;
  margin-top: -69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.paragraph-7 {
  width: 70%;
  margin-left: 10%;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
}

.paragraph-8 {
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
  line-height: 1.2em;
}

.div-block-47 {
  min-height: auto;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-block-48 {
  min-height: 30vh;
  background-image: url('../img/524A3862-JPEG_HD_300_Dpi.png');
  background-position: 50% 50%;
  background-size: auto;
}

.div-block-49 {
  min-height: 30vh;
  padding: 2% 5%;
  background-color: #fff;
}

.paragraph-9 {
  margin-top: 10px;
  font-family: Merriweather, serif;
  color: #3e5463;
  font-size: 1em;
  line-height: 1.2em;
}

.link-actu-a-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-decoration: none;
}

.shape-actu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 2% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 17px -10px rgba(0, 0, 0, 0.14);
}

.shape-1-copy {
  position: absolute;
  left: auto;
  top: -2.7vh;
  right: 92px;
  width: 110px;
  height: 110px;
  background-image: url('../img/Tracé-66.png');
  background-position: 0px 0px;
  background-size: contain;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-31-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 7vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  margin-top: 20vh;
  margin-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-rigth {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-51 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 73%;
  height: 40vh;
  padding: 2% 5% 2% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  text-decoration: none;
}

.div-block-51:hover {
  background-color: #0f1e30;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
}

.heading-13 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.text-span-8 {
  background-image: -webkit-gradient(linear, left top, right top, from(#0294b6), color-stop(55%, #248385), to(#96c225));
  background-image: linear-gradient(90deg, #0294b6, #248385 55%, #96c225);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-span-9 {
  background-image: -webkit-gradient(linear, left top, right top, from(#e61117), to(#fbb500));
  background-image: linear-gradient(90deg, #e61117, #fbb500);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block-52 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0294b6), color-stop(54%, #248385), to(#96c225));
  background-image: linear-gradient(90deg, #0294b6, #248385 54%, #96c225);
}

.div-block-52-copy {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e61117), color-stop(100%, #fbb500), to(#fbb500));
  background-image: linear-gradient(90deg, #e61117, #fbb500 100%, #fbb500);
}

.footer {
  width: 100%;
  height: auto;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(10, 144, 171, 0.04);
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7vh;
  padding: 2px 2px 2px 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #0294b6;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-block-8 {
  margin-top: 2%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
}

.text-span-10 {
  font-weight: 800;
}

.div-block-59 {
  width: 75px;
  height: 7vh;
  background-image: url('../img/csmlogo_1csmlogo.png');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  height: 7vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.foooter-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 7vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-60-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  text-decoration: none;
}

.text-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}

.link4-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-61 {
  width: 50px;
  height: 3vh;
  background-image: url('../img/facebook-1_1facebook (1).png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-61-copy {
  width: 50px;
  height: 3vh;
  background-image: url('../img/instagram-3_1instagram (3).png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-13-copy {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #0294b6;
}

.div-block-60-copy-copy-copy {
  display: none;
  width: 30%;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-formations {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-right: 7%;
  padding-left: 7%;
}

.formations-home-page-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.sbape {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70%;
  height: 100vh;
  background-image: url('../img/Tracé-60_1.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.body-2 {
  background-color: #fafbff;
}

.formations-home-page-rigth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.form-formation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(62, 84, 99, 0.05);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-formation-3 {
  width: 95%;
  height: 6vh;
  border-radius: 5px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #999;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGZpbGw9JyM0MTQxNDEnIGlkPSdDYXBhXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB3aWR0aD0nNDUxLjg0N3B4JyBoZWlnaHQ9JzQ1MS44NDdweCcgdmlld0JveD0nMCAwIDQ1MS44NDcgNDUxLjg0Nycgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PGc+PHBhdGggZD0nTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eicvPjwvZz48L3N2Zz4=);
  background-size: 11px;
  background-position: 92% 50%;
  background-repeat: no-repeat;

}

.search-formation-4 {
  width: 95%;
  height: 6vh;
  border-radius: 5px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #999;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGZpbGw9JyM0MTQxNDEnIGlkPSdDYXBhXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB3aWR0aD0nNDUxLjg0N3B4JyBoZWlnaHQ9JzQ1MS44NDdweCcgdmlld0JveD0nMCAwIDQ1MS44NDcgNDUxLjg0Nycgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PGc+PHBhdGggZD0nTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eicvPjwvZz48L3N2Zz4=);
  background-size: 11px;
  background-position: 92% 50%;
  background-repeat: no-repeat;

}

.div-block-66 {
  width: 50%;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.submit-button {
  width: 100%;
  height: 6vh;
  margin-top: 30px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0294b6), to(#96c225));
  background-image: linear-gradient(90deg, #0294b6, #96c225);
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.submit-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15))), -webkit-gradient(linear, left top, right top, from(#0294b6), to(#96c225));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), linear-gradient(90deg, #0294b6, #96c225);
}

.search-formation {
  width: 100%;
  height: 6vh;
  border-radius: 5px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
}

.search-formation-2 {
  width: 100%;
  height: 6vh;
  border-radius: 5px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #999;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGZpbGw9JyM0MTQxNDEnIGlkPSdDYXBhXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB3aWR0aD0nNDUxLjg0N3B4JyBoZWlnaHQ9JzQ1MS44NDdweCcgdmlld0JveD0nMCAwIDQ1MS44NDcgNDUxLjg0Nycgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PGc+PHBhdGggZD0nTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eicvPjwvZz48L3N2Zz4=);
  background-size: 11px;
  background-position: 92% 50%;
  background-repeat: no-repeat;

}

.navbar-1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formations-list {
  width: 100%;
  height: auto;
  min-height: 120vh;
  margin-top: 20vh;
  padding-right: 7%;
  padding-left: 7%;
}

.formations-list.no-margin {
  position: relative;
  z-index: 1;
  margin-top: -23vh;
  padding-top: 40vh;
  padding-bottom: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 255, 0)), color-stop(24%, #fff));
  background-image: linear-gradient(180deg, rgba(250, 251, 255, 0), #fff 24%);
}

.heading-15 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0294b6;
  font-size: 2.5em;
  line-height: 1.2em;
  text-align: center;
}

.titre-formations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avant-formation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.formation {
  width: 100%;
  height: auto;
  margin-top: 10vh;
}

.formation.higher-margin {
  margin-top: 25vh;
}

.avant-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  height: auto;
  min-height: 40vh;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 4px 30px 0 rgba(62, 84, 99, 0.05);
  color: #3e5462;
  text-decoration: none;
}

.image-formation-avant1 {
  width: 50%;
  height: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url('../img/524A4146-JPEG_HD_300_Dpi-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-16 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
  line-height: 1.2em;
}

.div-block-69 {
  width: 30%;
  height: 5px;
  margin-top: -10px;
  background-color: #0094b6;
}

.paragraph-10 {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.avant-2 {
  width: 39%;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 4px 30px 0 rgba(62, 84, 99, 0.05);
  color: #3e5462;
  text-decoration: none;
}

.div-block-71 {
  width: 100%;
  height: auto;
  min-height: 20vh;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('../img/nfactory.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-72 {
  width: 100%;
  height: auto;
  padding: 20px 5%;
}

.text-block-5-copy {
  font-family: Merriweather, serif;
  font-size: 1.2em;
  font-weight: 700;
}

.text-block-5-copy {
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 1.2em;
  font-weight: 700;
}

.div-block-73 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-top: 5vh;
  padding-top: 2vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-block-69-copy {
  width: 20%;
  height: 5px;
  margin-top: -10px;
  background-color: #0094b6;
}

.div-block-69-copy {
  width: 25%;
  height: 5px;
  margin-top: 0px;
  background-color: #0094b6;
}

.text-block-5-copy-copy {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.paragraph-10-copy {
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}

.div-block-69-copy-copy {
  width: 20%;
  height: 5px;
  margin-top: -10px;
  background-color: #0094b6;
}

.section-last-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 66vh;
  margin: 0vh auto;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.section-last-copy.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.section-last-copy.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.section-last-copy.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.section-last-copy.home-last {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(61%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 61%);
}

.section-last-copy.home-last.home {
  background-image: linear-gradient(358deg, #fff, hsla(0, 0%, 100%, 0) 61%);
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  min-height: 5vh;
  margin-left: auto;
  padding-top: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 14px 0 hsla(0, 0%, 62%, 0.09);
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 5vh;
  padding-right: 1%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field {
  width: 40%;
  margin-right: 1%;
}

.text-field.search-formation-2 {
  height: 4vh;
}

.text-field.search-formation-2.line {
  width: 30%;
  height: auto;
  min-height: 4vh;
  border-radius: 0px;
}

.select-field {
  width: 20%;
  margin-right: 1%;
}

.select-field.search-formation-2 {
  height: auto;
  min-height: 4vh;
  color: #3e5463;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGZpbGw9JyM0MTQxNDEnIGlkPSdDYXBhXzEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB3aWR0aD0nNDUxLjg0N3B4JyBoZWlnaHQ9JzQ1MS44NDdweCcgdmlld0JveD0nMCAwIDQ1MS44NDcgNDUxLjg0Nycgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ3OycgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PGc+PHBhdGggZD0nTTIyNS45MjMsMzU0LjcwNmMtOC4wOTgsMC0xNi4xOTUtMy4wOTItMjIuMzY5LTkuMjYzTDkuMjcsMTUxLjE1N2MtMTIuMzU5LTEyLjM1OS0xMi4zNTktMzIuMzk3LDAtNDQuNzUxYzEyLjM1NC0xMi4zNTQsMzIuMzg4LTEyLjM1NCw0NC43NDgsMGwxNzEuOTA1LDE3MS45MTVsMTcxLjkwNi0xNzEuOTA5YzEyLjM1OS0xMi4zNTQsMzIuMzkxLTEyLjM1NCw0NC43NDQsMGMxMi4zNjUsMTIuMzU0LDEyLjM2NSwzMi4zOTIsMCw0NC43NTFMMjQ4LjI5MiwzNDUuNDQ5QzI0Mi4xMTUsMzUxLjYyMSwyMzQuMDE4LDM1NC43MDYsMjI1LjkyMywzNTQuNzA2eicvPjwvZz48L3N2Zz4=);
  background-size: 11px;
  background-position: 92% 50%;
  background-repeat: no-repeat;

}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-78 {
  width: 10%;
  height: 5px;
  background-color: #0294b6;
}

.form-up {
  position: fixed;
  left: 7%;
  top: 0px;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: auto;
  min-height: 5vh;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-17 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
  font-weight: 500;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: none;
}

.header-formations-single {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-right: 0%;
  padding-left: 7%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.formations-single-left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.formations-single-rigth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Tracé-60.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 10% 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-81 {
  width: 50%;
  height: auto;
  padding-right: 6%;
}

.heading-18 {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.text-span-11 {
  color: #0094b6;
  font-weight: 900;
}

.text-span-12 {
  color: #0094b6;
  font-weight: 900;
}

.paragraph-13 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.paragraph-14 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.div-block-82 {
  width: 50%;
  height: 40vh;
  min-height: 40vh;
  border-radius: 10px;
  background-image: url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.body-3 {
  background-color: #fafbff;
}

.formations-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  min-height: 40vh;
  margin-top: 0vh;
  margin-right: 2%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffeff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fffeff, hsla(0, 0%, 100%, 0));
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-4-copy {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
}

.div-block-13-copy-copy {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #0294b6;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20vh;
  margin-bottom: 20vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-87 {
  width: 50%;
  height: 50vh;
  background-image: url('../img/Groupe-141.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-88 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/Groupe-141.png'), url('../img/Groupe-30.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.div-block-89 {
  width: 75%;
  height: auto;
  margin-bottom: 5%;
  padding: 20px 2%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(62, 84, 99, 0.05);
}

.div-block-88-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-15 {
  margin-top: 35px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.div-block-90 {
  width: 20%;
  height: 3px;
  margin-top: 3px;
  background-color: #0294b6;
}

.div-block-91 {
  width: 75%;
  height: auto;
  padding: 20px 2%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
  line-height: 1.2em;
}

.header-ecoles {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-right: 0%;
  padding-left: 7%;
}

.div-block-93 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(250, 251, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(52%, hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, 0) 52%, #fff);
  text-align: center;
}

.div-block-94 {
  width: 90%;
  height: auto;
  line-height: 1.2em;
}

.heading-21 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
}

.text-span-13 {
  color: #0094b6;
  font-weight: 900;
}

.div-block-95 {
  position: static;
  z-index: 1;
  width: 100%;
  height: auto;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 45vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  box-shadow: 2px 2px 16px 0 hsla(0, 0%, 53.3%, 0.03);
}

.div-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 5% 7% 5% 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.paragraph-16 {
  margin-top: auto;
  margin-bottom: 2vh;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.text-block-3-copy-copyy {
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-96-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 45vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: 2px 2px 16px 0 hsla(0, 0%, 53.3%, 0.03);
}

.nfactory-card {
  width: 50%;
  height: auto;
  min-height: 40vh;
  background-image: url('../img/nfactory-school-ecole-informatique-numerique-rouen_1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.89)), to(rgba(0, 68, 92, 0.81))), url('../img/nfactory.jpg');
  background-image: url('../img/nfactory-school-ecole-informatique-numerique-rouen_1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.89), rgba(0, 68, 92, 0.81)), url('../img/nfactory.jpg');
  background-position: 80% 50%, 0px 0px, 50% 50%;
  background-size: 240px, auto, contain;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.supveto-card {
  width: 50%;
  height: auto;
  min-height: 40vh;
  background-image: url('../img/sup-veto-formation-assistant-veterinaire.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(16, 22, 0, 0.88))), url('../img/supveto.jpg');
  background-image: url('../img/sup-veto-formation-assistant-veterinaire.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(16, 22, 0, 0.88)), url('../img/supveto.jpg');
  background-position: 25% 50%, 0px 0px, 50% 50%;
  background-size: 240px, auto, contain;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.iscom-card {
  width: 50%;
  height: auto;
  min-height: 40vh;
  background-image: url('../img/logo-iscom-rouen-ecole-de-communication-et-publicite-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(37, 5, 25, 0.89))), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
  background-image: url('../img/logo-iscom-rouen-ecole-de-communication-et-publicite-1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(37, 5, 25, 0.89)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
  background-position: 75% 50%, 0px 0px, 50% 50%;
  background-size: 240px, auto, contain;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.iscom-card.iscom-content {
  background-position: 50% 50%, 0px 0px, 50% 50%;
}

.pigie-card {
  width: 50%;
  height: auto;
  min-height: 40vh;
  background-image: url('../img/pigier-performance-ecole-de-commerce-management_1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(56, 30, 3, 0.72))), url('../img/iscom.jpg');
  background-image: url('../img/pigier-performance-ecole-de-commerce-management_1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(56, 30, 3, 0.72)), url('../img/iscom.jpg');
  background-position: 75% 50%, 0px 0px, 50% 50%;
  background-size: 240px, auto, contain;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.zone-01-card {
  width: 50%;
  height: auto;
  min-height: 40vh;
  background-position: 25% 50%, 0px 0px, 50% 50%;
  background-size: 240px, auto, contain;
  background-repeat: no-repeat, repeat, repeat;
  background-attachment: scroll, scroll, fixed;
}

.pigie-card.content-pigier {
  background-position: 30% 50%, 0px 0px, 50% 50%;
}

.text-span-copy {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, #e61117), color-stop(90%, #fbb500));
  background-image: linear-gradient(270deg, #e61117 10%, #fbb500 90%);
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-12-copy {
  margin-top: 10vh;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-100 {
  width: 16%;
  height: 10vh;
  background-image: url('../img/nfactory-school-ecole-informatique-numerique-rouen.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-17 {
  width: 75%;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.text-span-14 {
  color: #0094b6;
  font-weight: 900;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-22 {
  position: static;
  z-index: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0094b6;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 700;
}

.paragraph-18 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.div-block-103 {
  width: 100%;
}

.div-block-104 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-105 {
  width: 60px;
  background-image: url('../img/right-arrow_2right-arrow.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-span-6-copy {
  color: #0094b6;
  font-weight: 900;
}

.text-span-6-copy.purple {
  color: #b76699;
}

.text-span-6-copy.green {
  color: #248385;
}

.body-4 {
  background-color: #fafbff;
}

.div-block-100-copy {
  width: 16%;
  height: 10vh;
  background-image: url('../img/logo-iscom-rouen-ecole-de-communication-et-publicite-1_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nfactory-single-rigth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Groupe-113.png'), url('../img/Tracé-60.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.iscom-single-rigth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Groupe-114.png'), url('../img/Tracé-60.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.icom-text {
  color: #b76699;
  font-weight: 900;
}

.iscom-number {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #b76699;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 700;
}

.btn-purple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, #b76699), color-stop(51%, #9374b9), color-stop(100%, #00749e), to(#00749e));
  background-image: linear-gradient(90deg, #b76699 13%, #9374b9 51%, #00749e 100%, #00749e);
  text-decoration: none;
}

.arrow-purple {
  width: 58px;
  height: 50px;
  background-image: url('../img/Groupe-78_2Groupe 78.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.supveto-single-rigth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Groupe-115.png'), url('../img/Groupe-113_1.png'), url('../img/Tracé-60.png');
  background-position: 50% 50%, 50% 50%, 50% 50%;
  background-size: contain, contain, contain;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.supveto-text {
  color: #248385;
  font-weight: 900;
}

.supveto-number {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #248385;
  font-size: 4.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.btn-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#96c225), color-stop(51%, #248485), color-stop(100%, #0094b6), to(#00749e));
  background-image: linear-gradient(90deg, #96c225, #248485 51%, #0094b6 100%, #00749e);
  text-decoration: none;
}

.arrow-green {
  width: 58px;
  height: 50px;
  background-image: url('../img/Groupe-78_1Groupe 78.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sep-supveto {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #96c225;
}

.arrow-green-2 {
  width: 58px;
  height: 50px;
  background-image: url('../img/right-arrow_3right-arrow.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.pigier-logo {
  width: 16%;
  height: 10vh;
  background-image: url('../img/pigier-performance-ecole-de-commerce-management.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pigier-text {
  color: #fbb500;
  font-weight: 900;
}

.pigier-single-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.pigier-single-rigth {
  width: 50%;
  height: 100vh;
  background-image: url('../img/Groupe-125_1.png'), url('../img/Tracé-60.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.pigier-number {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fbb500;
  font-size: 4.5em;
  line-height: 1.2em;
}

.sep-pigier {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #fbb500;
}

.btn-orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fabb00), color-stop(46%, #ed6d05), to(#e41019));
  background-image: linear-gradient(90deg, #fabb00, #ed6d05 46%, #e41019);
  text-decoration: none;
}

.sep-iscom {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #b76699;
}

.iscom-text {
  font-family: Montserrat, sans-serif;
  color: #0a8fa8;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.iscom-text.purple {
  color: #b76699;
}

.arrow-orange {
  width: 58px;
  height: 50px;
  background-image: url('../img/Groupe-78_3Groupe 78.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-span-6-copy-copy {
  color: #0094b6;
  font-weight: 900;
}

.text-span-6-copy-copy.orange {
  color: #fbb500;
}

.supveto-logo {
  width: 16%;
  height: 10vh;
  background-image: url('../img/sup-veto-formation-assistant-veterinaire_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-107 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-108 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 50%;
  height: 100vh;
  background-image: url('../img/Groupe-125.png');
  background-position: 50% 30%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.div-block-110 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 50%;
  height: 100vh;
  background-image: url('../img/Groupe-118_1.png');
  background-position: 50% 70%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.div-block-111 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 8vh;
  margin-top: 2vh;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-block-112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 1px;
  border-bottom-color: #0294b6;
  background-color: #fff;
  cursor: pointer;
}

.div-block-112:hover {
  border-bottom-style: solid;
  background-color: #f9fcff;
}

.div-block-113 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.heading-23 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-114 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100vh;
  padding-right: 7%;
  padding-left: 7%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-115 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  min-height: 30vh;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date_post {
  margin-right: 4%;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 700;
}

.cta-jobtitle {
  font-family: Montserrat, sans-serif;
  color: #0a8fa8;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.arrow-blue-copy {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('../img/right-arrow_2right-arrow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-6-copy {
  position: static;
  right: 0px;
  bottom: 5%;
  margin-right: 4%;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.9em;
  font-weight: 700;
}

.text-block-6-copy {
  position: absolute;
  right: 0px;
  bottom: 5%;
  margin-right: 4%;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.9em;
  font-weight: 700;
}

.text-block-6-copy {
  position: static;
  right: 0px;
  bottom: 5%;
  margin-right: 4%;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 2px;
}

.text-block-6-copy.highlight {
  margin-top: auto;
  font-size: 0.8em;
}

.div-block-117 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-118 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 5vh;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f8fcfd;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.body-5 {
  background-color: #fafbff;
}

.div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/Polygone-1.png');
  background-position: 50% 80%;
  background-size: 20%;
  background-repeat: no-repeat;
}

.sep-contact {
  width: 20%;
  height: 3px;
  margin-top: 0px;
  background-color: #fbb500;
}

.paragraph-2-copy {
  width: 49%;
  margin-top: 2vh;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.div-block-120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 5vh;
  margin-bottom: 0vh;
  padding-right: 7%;
  padding-bottom: 20vh;
  padding-left: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fafbff), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fafbff 50%, #fff);
}

.div-block-121 {
  width: 49%;
  height: auto;
  padding: 5% 2% 0%;
  border-radius: 10px;
  background-color: #fefeff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.text-field-2 {
  width: 49%;
}

.text-field-2.line {
  min-height: 50px;
  font-family: Montserrat, sans-serif;
}

.text-field-3 {
  width: 49%;
}

.text-field-3.line {
  min-height: 50px;
  font-family: Montserrat, sans-serif;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field-4 {
  width: 100%;
}

.text-field-4.line {
  min-height: 50px;
  font-family: Montserrat, sans-serif;
}

.text-field-5 {
  width: 49%;
}

.text-field-5.line {
  min-height: 50px;
  font-family: Montserrat, sans-serif;
}

.textarea {
  width: 100%;
  height: 25vh;
  min-height: 25vh;
  min-width: 100%;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-123 {
  width: 100%;
}

.div-block-124 {
  width: 100%;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  color: rgba(62, 84, 99, 0.61);
  font-size: 1em;
}

.div-block-121-copy {
  position: relative;
  width: 49%;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(299deg, rgba(231, 251, 255, 0.03), #fff 62%);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-block-125 {
  width: 100%;
  height: 25vh;
  min-height: 25vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../img/524A3746-JPEG_HD_300_Dpi-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/524A3746-JPEG_HD_300_Dpi-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-126 {
  position: absolute;
  left: 20px;
  top: 18vh;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-image: url('../img/csmlogo_1csmlogo.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../img/csmlogo_1csmlogo.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.text-block-7-copy {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: none;
}

.text-span-15 {
  color: #0094b6;
  font-weight: 700;
}

.text-span-16 {
  color: #0094b6;
  font-weight: 700;
}

.text-block-7-copy-copy {
  margin-top: 3%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: none;
}

.text-block-8-copy {
  margin-top: 2%;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}

.div-block-127-copy {
  width: 100%;
  height: auto;
  padding-top: 8%;
  padding-left: 7%;
}

.text-block-7-copy-copy-copy {
  margin-top: 3%;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 800;
  text-transform: none;
}

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7vh;
  margin-top: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-129 {
  width: 40px;
  height: 40px;
  margin-right: 2%;
  background-image: url('../img/1200px-Facebook_icon_black.svg_11200px-Facebook_icon_(black).svg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-130 {
  width: 40px;
  height: 40px;
  margin-left: 2%;
  background-image: url('../img/Groupe-de-masques-1_1Groupe de masques 1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.select-field-2 {
  min-height: 50px;
  border-radius: 5px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-131 {
  width: 100%;
  height: auto;
}

.div-block-132 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20vh;
  padding: 10% 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(#fff)), url('../img/Trace-242.png');
  background-image: linear-gradient(180deg, #fafbff, #fff), url('../img/Trace-242.png');
  background-position: 0px 0px, -100% 0%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.div-block-133 {
  position: -webkit-sticky;
  position: sticky;
  top: 1vh;
  z-index: 280;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 86%; 
  margin-left: 7%;
}

.div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  height: 8vh;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.div-block-134-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  width: auto;
  height: 8vh;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  text-align: center;
}

.div-block-134-copy:hover {
    border-bottom: 1px solid #0294b6;
    background-color: #f7fcfd;
}
.div-block-134:hover {
  border-bottom: 1px solid #0294b6;
  background-color: #f7fcfd;
}
.body-6 {
  background-color: #fafbff;
}

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-block-46-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-top: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-actu-header-copy {
  width: 100%;
  height: auto;
  margin-top: 15vh;
  padding-right: 7%;
  padding-left: 7%;
}

.div-block-118-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 5vh;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f8fcfd;
}

.div-block-136 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-137 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  min-height: 30vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.heading-26 {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.div-block-138 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sep-yellow-copy {
  width: 40%;
  height: 3px;
  background-color: #fbb500;
}

.heading-26-copy-copy {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.heading-26-copy-copy {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.div-block-139 {
  display: -ms-grid;
  display: grid;
  width: 48%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body-7 {
  background-color: #fafbff;
}

.div-block-140 {
  background-origin: content-box;
  padding: 25px;
  width: 100%;
  height: 120px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-block-141-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 5% 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-142 {
  width: 50%;
}

.paragraph-19 {
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
}

.heading-27 {
  margin-bottom: 40px;
}

.div-block-143 {
  width: 49%;
  border-radius: 10px;
  background-image: url('../img/524A1139-JPEG_HD_300_Dpi-JPEG_HD_300_Dpi.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partenaires-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.actu-header {
  text-align: center;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.div-block-51-copy {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 73%;
  height: 40vh;
  padding: 2% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: background-color 725ms ease;
  transition: background-color 725ms ease;
  text-decoration: none;
}

.div-block-51-copy:hover {
  background-color: #0f1e30;
}

.div-block-146 {
  position: fixed;
  z-index: 9;
  display: none;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fafbff;
  opacity: 0;
}

.div-block-147 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafbff;
}

.div-block-148 {
  width: 55%;
  height: 90vh;
  background-color: #fafbff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-2 {
  margin-bottom: 20px;
  padding-top: 5%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.div-block-150 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sep-menu-formations {
  width: 72%;
  height: 5px;
  margin-top: 1%;
  margin-bottom: 5%;
  background-color: #0094b6;
}

.sep-menu-ecoles {
  width: 68%;
  height: 5px;
  margin-top: 1%;
  margin-bottom: 5%;
  background-color: #0094b6;
}

.sep-menu-actu {
  width: 65%;
  height: 5px;
  margin-top: 1%;
  margin-bottom: 5%;
  background-color: #0094b6;
}

.sep-menu-jobboard {
  width: 64%;
  height: 5px;
  margin-top: 1%;
  margin-bottom: 5%;
  background-color: #0094b6;
}

.sep-menu-alumni {
  width: 47%;
  height: 5px;
  margin-top: 1%;
  margin-bottom: 5%;
  background-color: #0094b6;
}

.sep-menu-partenaires {
  width: 100%;
  height: 5px;
  margin-top: 1%;
  margin-bottom: 5%;
  background-color: #0094b6;
}

.sep-menu-contact {
  width: 50%;
  height: 5px;
  margin-top: 1%;
  margin-bottom: 5%;
  background-color: #0094b6;
}

.header-about-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-left: 7%;
  background-color: #fafbff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(#fff));
  background-image: linear-gradient(180deg, #fafbff, #fff);
}

.heading-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.div-block-151 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 5% 7%;
}

.div-block-152 {
  width: 50%;
}

.div-block-153 {
  width: 50%;
}

.paragraph-20 {
  padding-right: 5%;
  padding-left: 5%;
  border-left: 3px solid #fbb500;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}

.paragraph-21 {
  padding-right: 5%;
  padding-left: 5%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
}

.body-8 {
  background-color: #fafbff;
}

.text-span-17 {
  color: #0094b6;
  font-weight: 900;
}

.text-span-18 {
  color: #0094b6;
  font-weight: 700;
}

.ecoles {
  position: static;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.div-block-155 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.div-block-102-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/Trace-232.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-102-copy.indicator1 {
  position: relative;
  min-height: 200px;
  min-width: 200px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-102-copy.indicator1 {
  min-height: 200px;
  min-width: 200px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-102-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-102-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-102-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/Trace-233.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-102-copy-copy.indicator2 {
  min-height: 200px;
  min-width: 215px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-102-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-102-copy-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.paragraph-18-copy {
  position: static;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-span-19 {
  color: #0094b6;
  line-height: 1.5em;
  font-weight: 900;
}

.div-block-156 {
  width: 100%;
  margin-top: 10vh;
  padding-right: 2%;
  padding-left: 2%;
}

.div-block-156.no-padding {
  overflow: hidden;
  padding-right: 0%;
  padding-left: 0%;
}

.div-block-157 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 81px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-158 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  height: auto;
  min-height: 25vh;
  min-width: auto;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(#fff)), url('../img/524A3746-JPEG_HD_300_Dpi-min.jpg');
  background-image: linear-gradient(180deg, #fafbff, #fff), url('../img/524A3746-JPEG_HD_300_Dpi-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.03);
}

.div-block-158.value1 {
  border-bottom: 5px solid #0294b6;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fafbff), to(#fff)), url('../img/524A3746-JPEG_HD_300_Dpi-min.jpg');
  background-image: linear-gradient(0deg, #fafbff, #fff), url('../img/524A3746-JPEG_HD_300_Dpi-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.heading-28 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0294b6;
  font-size: 2.2em;
  line-height:1.2em;
}

.paragraph-22 {
  margin-top: 2%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}

.paragraph-22.value-paragraph {
  color: #fff;
  font-size: 1.2em;
}

.div-block-160 {
  width: 50%;
  height: auto;
}

.div-block-160.about-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 38vh;
  padding-right: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-20 {
  color: #961e80;
}

.paragraph-23 {
  margin-bottom: 70px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
}

.heading-6-copy {
  z-index: 2;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.div-block-12-copy-copy {
  position: static;
  top: 62vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-12-copy-copy {
  position: static;
  top: 62vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-3-copy-copy {
  font-family: Montserrat, sans-serif;
  color: #0294b6;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.header-home-page-right-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.div-block-12-copy-copy {
  position: static;
  top: 62vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-span-6-copy {
  color: #fbb500;
  font-weight: 900;
}

.div-block-161 {
  width: 100%;
  height: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 7%;
  padding-left: 7%;
  background-color: rgba(250, 251, 255, 0);
}

.div-block-161.no-margin {
  margin-top: 0vh;
  padding-top: 0vh;
  padding-bottom: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
}

.div-block-162 {
  
  display: grid;
  padding-top: 30px;
  padding-bottom: 52px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 20px;
  background-color: transparent;
}

.div-block-163 {
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 1px 1px 18px -4px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.div-block-164 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 11vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blurBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.overlayBackground {
  width: 100%;
  height: 100%;
  background: rgb(251,181,0);
  background: radial-gradient(circle, rgba(251,181,0,1) 0%, rgba(230,17,23,1) 30%, rgba(150,30,128,1) 100%);
  position: relative;
  z-index: 2;
  opacity: 1;
}

.div-block-165 {
  background: -webkit-linear-gradient(55deg, #e61117, #961e80);
  background: -moz-linear-gradient(55deg, #e61117, #961e80);
  background: -o-linear-gradient(55deg, #e61117, #961e80);
  background: linear-gradient(145deg, #e61117, #961e80);
/*   box-shadow:  5px 5px 10px #cccccc, -5px -5px 10px #ffffff; */
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 6px solid white;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  top: 20px;
  left: auto;
  right: auto;
}

.text-block-15 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0294b6;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.text-block-16 {
  margin-bottom: 20px;
  color: #fbb500;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
}

.div-block-166 {
  padding: 60px 1% 5% 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #f8faff;
}

.section-4-header-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35vh;
  margin-top: 20vh;
  padding: 0% 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #3e5463;
}

.section-4-header-copy.no-margin {
  height: auto;
  min-height: 35vh;
  margin-top: 0vh;
  padding-top: 9%;
  background-color: #fff;
}

.title-header-home {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.school-scroll {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  background-image: url('../img/Groupe-20.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.school-scroll.school {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.title-section-school {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 500;
}

.color-blue-school-1 {
  color: #0294b6;
  font-weight: 900;
}

.color-blue-school-2 {
  color: #0294b6;
  font-weight: 900;
}

.paragraph-school {
  position: static;
  width: 100%;
  margin-bottom: 60px;
  padding-right: 5%;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 500;
  white-space: normal;
}

.meet-our-school {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.school-home-page-right-grid {
  display: none;
  width: 50%;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.formation-home-page {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: auto;
  min-width: 450px;
  min-height: 350px;
  margin-right: 3%;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(62, 84, 99, 0.05);
  text-decoration: none;
}

.div-view-all-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 2%;
  padding-right: 2%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.view-all-formations-home-page {
  position: static;
  top: 62vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.title-section-4-home {
  z-index: 2;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.title-section-4-home.home {
  width: 66%;
}

.paragraph-section-4-home {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.paragraph-section-4-home.nf {
  margin-bottom: 40px;
  color: #3e5463;
  font-weight: 500;
}

.paragraph-section-4-home.nf {
  margin-bottom: 40px;
  color: #3e5463;
  font-weight: 500;
}

.title-sec-3 {
  margin-bottom: 70px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 500;
}

.paragraph-section-3-home {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.call-to-action-home {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
}

.title-sec-6-home {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20vh;
  padding-right: 17%;
  padding-left: 17%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.title-sec-6-home-h2 {
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.title-sec-6-home-h2.about {
  width: 70%;
  font-size: 2.6em;
}

.title-sec-7-home {
  position: static;
  z-index: 2;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.7em;
  line-height: 1.5em;
  font-weight: 400;
}

.title-actu-home {
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 700;
}

.img-actu-first-home {
  width: 47%;
  height: auto;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: 120%;
  background-repeat: no-repeat;
  box-shadow: 5px 4px 7px -2px rgba(0, 0, 0, 0.05);
}

.title-actu-first-home {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}

.paragraph-actu-first {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.other-actu-home {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-bottom: 2%;
  padding-top: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.actus-home {
  min-height: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(62, 84, 99, 0.05);
}

.img-actu-home {
  min-height: 22vh;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 35, 43, 0))), url('../img/nfactory.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 35, 43, 0)), url('../img/nfactory.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-actu-home {
  height: auto;
  padding: 20px 5% 20px 7%;
  background-color: #fff;
}

.title-actus-home {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
}

.paragraph-actu-home {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.card-text-green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  height: 40vh;
  padding: 2% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 10px 0 rgba(62, 84, 99, 0.05);
  text-decoration: none;
}

.title-blue-green {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.border-down-gradiant-green {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0294b6), color-stop(54%, #248385), to(#96c225));
  background-image: linear-gradient(90deg, #0294b6, #248385 54%, #96c225);
}

.card-text-red {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  height: 40vh;
  padding: 2% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  text-decoration: none;
}

.title-red-orange {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.border-down-gradiant-red {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e61117), color-stop(100%, #fbb500), to(#fbb500));
  background-image: linear-gradient(90deg, #e61117, #fbb500 100%, #fbb500);
}

._1-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(10, 144, 171, 0.04);
}

.adresse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horaires {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-sep-footer {
  font-family: Montserrat, sans-serif;
  color: #0294b6;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.info-sep-footer {
  margin-top: 2%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
}

._2footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 7vh;
  padding: 2px 2px 2px 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

.logo-csm-footer {
  width: 75px;
  height: 7vh;
  background-image: url('../img/csmlogo_1csmlogo.png');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.logo-csm-footer.bottom {
  width: 80px;
  margin-right: auto;
}

.pages-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 7vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy-r-footer-mobile {
  display: none;
  width: 30%;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy-r-footer-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-footer-nf-ml {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 7vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-network-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facebook-footer {
  width: 15px;
  height: 3vh;
  min-height: 3vh;
  min-width: 15px;
  margin-right: 10px;
  background-image: url('../img/facebook-1_1facebook (1).png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.instagram-footer {
  width: 30px;
  height: 3vh;
  min-height: 3vh;
  min-width: 30px;
  margin-left: 10px;
  background-image: url('../img/instagram-3_1instagram (3).png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.nos-formations-link-footer {
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  text-decoration: none;
}

.mention-legales-link-footer {
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  text-decoration: none;
}

.copy-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}

.actus-title-home {
  margin-bottom: 40px;
}

.color-text-gradiant-home {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, #e61117), color-stop(90%, #fbb500));
  background-image: linear-gradient(270deg, #e61117 10%, #fbb500 90%);
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.link-3 {
  color: #3e5463;
  text-decoration: none;
}

.shape-page-foramtion {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70%;
  height: 100vh;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.formations-foramtion-page-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.formations-foramtion-page-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.title-formation-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.title-span-green {
  background-image: linear-gradient(135deg, #0094b6 10%, #96c225 90%);
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.div-block-5-copy {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  background-image: url('../img/Groupe-20.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.div-block-167 {
  width: 100%;
}

.view-all-formation-header {
  font-family: Montserrat, sans-serif;
  color: #0a8fa8;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-arrow {
  width: 100%;
}

.div-arrow-about-home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-campus-cta-home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-17 {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-about-home {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-contact-us-home {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  /*margin-left: 142px;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.cta-contact-us-home.home {
  margin-left: 0px;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.cta-contact-link {
  font-family: Montserrat, sans-serif;
  color: #fbbb02;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.cta-link-readmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  width: auto;
  height: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-block-19 {
  width: 45%;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.read-article-home-page {
  width: auto;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.read-article-home-page2 {
  width: auto;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.div-block-168 {
  width: 100%;
  height: 5vh;
}

.div-view-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.view-all-cta-actus {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.div-cta-view-all-actus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-cta-view-all-avis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-all-cta-avis {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.categories-formation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.categories-actus-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-title-foramtion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-courses {
  position: static;
  z-index: 1;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0294b6;
  font-size: 2.8em;
  line-height: 1.2em;
  font-weight: 900;
  text-align: center;
}

.sep-yellow-courses {
  width: 10%;
  height: 5px;
  background-color: #fbb500;
}

.title-formation-card {
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.6em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.title-formation-card.highlight {
  font-size: 2em;
}

.text-bloc-campus {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 3.2vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.cta-ecodes-card {
  position: relative;
  z-index: 4;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 3.2vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
  cursor: none;
}

.by-school-formation {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.title-single-formation {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.niveau-etudes-single-page {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: none;
}

.section1-single-formation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 10% 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(#fff));
  background-image: linear-gradient(180deg, #fafbff, #fff);
}

.block-text-single-page {
  width: 50%;
  height: auto;
  padding-right: 6%;
}

.title-section1-single-page {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.title-section-span1 {
  color: #0094b6;
  font-weight: 900;
}

.title-section-span2 {
  color: #0094b6;
  font-weight: 900;
}

.paragraph-single-page-1 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.img-section1-single-formation {
  width: 50%;
  height: 40vh;
  min-height: 40vh;
  border-radius: 10px;
  background-image: linear-gradient(302deg, rgba(0, 23, 31, 0.87), rgba(0, 0, 0, 0.14)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.img-pigier-ipad {
  min-height: 80vh;
}

.formation-desc-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: auto;
  min-width: 450px;
  margin-right: 3%;
  padding: 20px 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.title-desc-formation {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2em;
  text-transform: uppercase;
}

.sep-desc-card {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #0294b6;
}

.paragraph-card {
  width: 75%;
  margin-top: 35px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.card-nf-single-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  height: 40vh;
  padding: 2% 5% 2% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-cards-single-page {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shape-single-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/Groupe-141.png'), url('../img/Groupe-30.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.card-ne-single-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  height: 40vh;
  padding: 2% 5% 2% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.title-header-ecoles {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: none;
}

.paragraph-header-ecoles {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: none;
}

.nfactory-logo-black {
  width: 16%;
  height: 10vh;
  background-image: url('../img/nfactory-school-ecole-informatique-numerique-rouen.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.title-section-4-ecole {
  z-index: 2;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.section-4-ecole {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35vh;
  margin-top: 20vh;
  padding: 10% 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafbff;
  color: #3e5463;
}

.desc-ecole-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.stats1-ecole {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-stats-ecole {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0094b6;
  font-size: 4.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.desc-number-stats-ecole {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.span-home-section-about {
  color: #fbb500;
  font-weight: 900;
}

.div-choix-avis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 7vh;
  margin-top: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-169 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3vh;
  margin-bottom: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-21 {
  padding-right: 2%;
  padding-left: 2%;
  font-family: Montserrat, sans-serif;
  color: #ccc;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.div-block-170 {
  width: 100%;
  height: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ccc;
}

.div-block-171 {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.formation-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
  color: #3e5462;
  text-decoration: none;
}

.categories-formation-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.category-copy {
  position: static;
  right: 0px;
  bottom: 5%;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.header-home-page-left-2 {
  position: relative;
  left: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  min-width: 51vw;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.header-home-page-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-right: 7%;
  padding-left: 7%;
  background-color: #fafbff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.header-home-page-2.about-page {
  height: auto;
  min-height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
}

.lottie-animation-2 {
  position: absolute;
  left: auto;
  right: -18.8vw;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93vw;
  min-height: 70vh;
  margin-bottom: 10vh;
}

.lottie-animation-2.about {
  right: -4.8vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  min-height: 73vh;
  margin-bottom: 3.2vh;
}

.lottie-animation-2.about.v2 {
  right: -9.8vw;
  width: 73vw;
}

.lottie-animation-2.home {
  right: -23.8vw;
  overflow: hidden;
  width: 97vw;
  min-height: 73vh;
  margin-bottom: 0vh;
  opacity: 1;
}

.shape1-homepage-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 52vw;
  height: auto;
  min-height: 100vh;
  padding-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.title-header-home-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.scrool-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-top: 0px;
  margin-left: -27px;
  background-image: none;
  background-size: auto;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.csm-header-video {
  position: absolute;
  right: 14.4375px;
  z-index: 3;
  display: none;
  width: 50vw;
  min-height: 80vh;
  background-clip: border-box;
}

.csm-header-video.about {
  display: none;
}

.typed-words.color-text-gradiant-home {
  font-size: 4.4vw;
}

.typed-words.color-text-gradiant-pink {
  background-image: linear-gradient(88deg, #e61117, #961e80);
  font-size: 3.5vw;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

._1-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 25vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(10, 144, 171, 0.04);
}

.title-sep-footer-2 {
  font-family: Montserrat, sans-serif;
  color: #0294b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.info-sep-footer-2 {
  margin-top: 2%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.link-4 {
  color: #3e5463;
  text-decoration: none;
}

.copy-r-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-weight: 900;
}

.link-5 {
  padding-right: 5px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
  text-decoration: none;
}

._2footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 8vh;
  padding: 10px 2px 10px 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

.mention-legales-link-footer-2 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
  text-decoration: none;
}

.nos-formations-link-footer-2 {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
  text-decoration: none;
}

.title-actu-first-home-2 {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 700;
}

.actus-first-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 45vh;
  margin-top: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
}

.paragraph-actu-home-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.actus-title-home-2 {
  margin-bottom: 9vh;
}

.view-all-cta-actus-2 {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.title-actu-home-2 {
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 3.1em;
  line-height: 1.2em;
  font-weight: 700;
}

.paragraph-actu-first-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 500;
}

.text-block-6-copy-2 {
  position: absolute;
  right: 0px;
  bottom: 5%;
  margin-right: 4%;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.9em;
  font-weight: 700;
}

.read-article-home-page-2 {
  width: auto;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.read-article-home-page-2.small {
  font-size: 0.7em;
}

.sep-yellow-2 {
  width: 12%;
  height: 3px;
  margin-bottom: 1vh;
  background-color: #0295b5;
}

.actus-home-2 {
  min-height: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(62, 84, 99, 0.05);
}

.title-actus-home-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.7em;
  font-weight: 600;
}

.arrow-blue-2 {
  width: 30px;
  height: 50px;
  margin-left: 10px;
  background-image: url('../img/right-arrow_2right-arrow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-6-copy-3 {
  position: static;
  right: 0px;
  bottom: 5%;
/*   margin-right: 4%; */
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 3px;
}

.text-span-21 {
  color: #0094b6;
}

.lottie-animation-3 {
  position: absolute;
  top: -23.7vh;
  z-index: -1;
  opacity: 0.04;
}

.background-video {
  z-index: 1;
  min-height: 80vh;
  border-radius: 10px;
  box-shadow: 2px 0 9px 0 rgba(102, 102, 102, 0.38);
}

.div-block-172 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 73, 90, 0.53)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 73, 90, 0.53), rgba(0, 0, 0, 0.2));
  background-clip: border-box;
}

.div-block-173 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100px;
}

.image {
  max-width: 50%;
}

.image-2 {
  position: absolute;
  margin-top: -27px;
  margin-left: -63px;
}

.image-2.bigger {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.33;
}

.image-2.bigger.jobboard {
  position: absolute;
  top: 21vh;
  z-index: 0;
  opacity: 0.42;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.image-2.bigger.jobboard.partners {
  top: 26.1vh;
  margin-top: auto;
  margin-left: 90px;
}

.image-2.bigger.jobboard.partners.contact {
  top: 5.4vh;
}

.image-2.bigger.jobboard.partners.contact.actu {
  top: 1.6vh;
}

.image-2.f-single {
  max-width: 91%;
  opacity: 0.35;
}

.lottie-animation-4 {
  position: absolute;
  left: 0px;
  top: auto;
  z-index: 0;
  width: 70%;
  margin-top: -204px;
  opacity: 0.08;
  -webkit-filter: hue-rotate(306deg);
  filter: hue-rotate(306deg);
}

.lottie-animation-5 {
  position: static;
  left: 0px;
  width: 112vw;
  min-height: 68vh;
}

.slider {
  top: 26.1vh;
  width: 88%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.slide {
  top: 20px;
  z-index: 3;
  min-height: 42vh;
  background-color: hsla(0, 0%, 100%, 0);
}

.div-block-174 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  height: auto;
  min-height: 335px;
  margin-right: 12px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-quote {
  position: relative;
  top: -30px;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-left-style: none;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.block-quote.quote {
  left: -113px;
  top: 70px;
}

.text-span-22 {
  position: absolute;
  top: auto;
  margin-top: -23px;
  padding-bottom: 0px;
  font-family: Varela, sans-serif;
  color: #fbbb02;
  font-size: 6.3em;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.text-block-22 {
  position: absolute;
  left: 0px;
  top: 30.2vh;
  display: block;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #0295b5;
  font-weight: 700;
  text-align: center;
}

.slider-navigation {
  position: absolute;
  left: -41px;
  top: 385px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
  min-width: 80%;
}

.slider-navigation.default-nav {
  top: 551px;
  z-index: 5;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  color: #3e5463;
  font-size: 50px;
  line-height: 20px;
  background-clip: border-box;
}

.slider-navigation.default-nav.avis-nf {
  top: 556px;
}

.slider-navigation.default-nav {
  top: 556px;
  z-index: 5;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  color: #3e5463;
  font-size: 50px;
  line-height: 20px;
  background-clip: border-box;
}

.image-3 {
  width: 71px;
  height: 70px;
  margin: auto auto auto 0px;
  border-radius: 50%;
}

.avatar3 {
  position: absolute;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 50px;
  background-image: none;
  background-size: auto;
}

.avatar3.list-avis {
  width: 50px;
  height: 50px;
}

.avatar-img {
  position: static;
  width: 150px;
  height: 150px;
  margin: auto auto auto 0px;
  border-radius: 50%;
}

.mask {
  top: auto;
  min-height: 50vh;
}

.image-4 {
  position: absolute;
  right: -21.3vw;
  opacity: 0.02;
}

.image-5 {
  position: absolute;
  left: -10.9vw;
  top: 13.984px;
  opacity: 0.04;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 1.3vw;
  bottom: -819.1vh;
  opacity: 1;
}

.image-6.formations {
  bottom: auto;
  overflow: hidden;
  margin-top: -15vh;
}

.image-6.formations.img-6-pre-footer {
  overflow: hidden;
}

.image-6.home {
  bottom: auto;
  z-index: 1;
  margin-top: -23vh;
}

.image-6.formations {
  bottom: auto;
  overflow: hidden;
  margin-top: -15vh;
}

.image-6.formations {
  bottom: auto;
  margin-top: -15vh;
}

.image-7 {
  position: absolute;
  left: 0.8vw;
  top: auto;
  bottom: -821.8vh;
}

.image-8 {
  position: absolute;
  left: 24.5vw;
  top: auto;
  bottom: -847.4vh;
  opacity: 0.03;
  -webkit-transform: rotate(29deg);
  -ms-transform: rotate(29deg);
  transform: rotate(29deg);
}

.image-8.formations {
  bottom: auto;
  margin-top: -20vh;
  opacity: 0.02;
}

.image-8.about {
  left: 23.5vw;
  bottom: auto;
}

.image-8.home {
  bottom: auto;
  z-index: -1;
}

.image-9 {
  position: absolute;
  left: 46.4vw;
  top: auto;
  bottom: -829.5vh;
  opacity: 0.02;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.image-9.about {
  bottom: -854.6vh;
}

.image-9.formations {
  left: auto;
  bottom: auto;
  margin-top: -6vh;
  margin-left: 48vw;
}

.image-9.formations.ecole {
  left: 20.3vw;
  margin-top: 2vh;
}

.image-9.formations.partners {
  opacity: 0.86;
}

.image-9.home {
  bottom: auto;
  overflow: hidden;
}

.image-9.formation-single {
  left: auto;
  bottom: auto;
  margin-top: -6vh;
  margin-left: 48vw;
}

.image-9.formation-single.ecole {
  left: 20.3vw;
  margin-top: 2vh;
}

.title-sec-6-about {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45vh;
  margin-top: 1vh;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.yellow-highlight {
  color: #fbb500;
  font-weight: 900;
}

.div-block-175 {
  padding: 40px;
}

.image-10 {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 1;
  margin-top: -12vh;
  margin-left: -10vw;
}

.image-10.value-3 {
  left: auto;
  top: auto;
  margin-top: -54vh;
  margin-left: -10vw;
}

.image-10-copy {
  position: absolute;
  left: auto;
  top: 454.8vh;
  right: 1.6vw;
  z-index: 1;
}

.image-10-copy.value2 {
  top: auto;
  margin-top: -48vh;
  margin-right: -4vw;
}

.image-10-copy.value4 {
  top: auto;
  right: auto;
  margin-top: -33vh;
  margin-right: auto;
  margin-left: 24vw;
}

.text-span-23 {
  font-weight: 700;
}

.text-span-23.blue-accent {
  color: #0094b6;
}

.accent-blue {
  color: #0094b6;
  font-weight: 700;
}

.section-last-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0vh;
  padding: 20vh 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(#fff)), url('../img/Trace-242.png');
  background-image: linear-gradient(180deg, #fafbff, #fff), url('../img/Trace-242.png');
  background-position: 0px 0px, -100% 0%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.school-about-page-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-top: 24px;
  padding-right: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.color-purple-school-1 {
  color: #961e80;
  font-weight: 900;
}

.color-purple-school-1.partners {
  color: #0094b6;
}

.color-yellow {
  color: #fbb500;
  font-weight: 900;
}

.indicators {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 40vh;
  margin-top: auto;
  margin-bottom: 0vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
}

.indicators.indicators-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
  background-position: 0px 0px;
}

.indicators.indicators-bg.nf-indicators {
  position: relative;
  overflow: hidden;
  width: 110%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.indicators.indicators-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
  background-position: 0px 0px;
}

.indicators.indicators-bg.nf-indicators {
  width: 110%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-attachment: scroll;
}

.ctaholder {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 3%;
  margin-bottom: 13%;
  padding-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.major-shape {
  position: absolute;
  top: -31.9vh;
  z-index: 0;
  opacity: 0.02;
}

.view-all-partners {
  position: absolute;
  top: 63.4vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-12 {
  position: absolute;
  width: 200px;
  height: 200px;
  max-width: 100%;
}

.image-12.i-2 {
  width: 200px;
  max-width: 200px;
}

.scroll-school-lottie {
  width: 100%;
  height: 100%;
}

.formations-scroll {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-top: 0px;
  margin-left: -27px;
  background-image: none;
  background-size: auto;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.major-shape-formation {
  position: absolute;
  left: -584px;
  top: -267px;
  z-index: 0;
  opacity: 0.06;
}

.shape-page-ecoles {
  position: absolute;
  left: 39.6vw;
  top: 5.7vh;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  height: auto;
  min-height: 100vh;
  padding-right: 5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-24 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 12%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.body-9 {
  background-color: #fafbff;
}

.header-formations-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-right: 7%;
  padding-left: 7%;
}

.ecoles-page-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.title-fecoles-header {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 3.2vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.title-span-yellow {
  background-image: linear-gradient(135deg, #fbb500 10%, #e61117 90%);
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-ecoles1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 116vh;
  padding-right: 7%;
  padding-left: 7%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.66)), color-stop(50%, #fafbff), to(rgba(250, 251, 255, 0)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.66), #fafbff 50%, rgba(250, 251, 255, 0));
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.image-13 {
  display: none;
  width: auto;
  height: 70%;
  max-width: 100%;
}

.video {
  background-image: url('../img/Path-72.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-clip: border-box;
}

.background-video-2 {
  position: absolute;
  width: 100%;
  background-color: transparent;
  background-image: url('../img/Path-72.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-clip: content-box;
}

.shapevideo {
  top: -92px;
  z-index: 2;
  width: 89%;
  min-height: 84vh;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shapeholder {
  position: relative;
  z-index: 2;
  width: 78%;
  background-color: hsla(0, 0%, 100%, 0);
  background-clip: content-box;
}

.image-14 {
  position: absolute;
  z-index: 0;
  min-height: 67vh;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  background-clip: padding-box;
}

.image-15 {
  position: absolute;
}

.image-16 {
  display: none;
}

.image-17 {
  position: absolute;
  left: 6.2vw;
  top: 138.1875px;
  z-index: 3;
  width: 47vw;
}

.image-18 {
  position: absolute;
  left: -19.6vw;
  top: -7.2vh;
  z-index: -1;
  min-width: 100vw;
  opacity: 1;
}

.image-18.v2 {
  left: -7.8vw;
  top: -10.3vh;
  opacity: 0.03;
}

.image-18.v2.nf {
  left: -33vw;
  top: -8.7vh;
}

.image-18.v2.nf.gidden {
  display: none;
}

.text-span-24 {
  font-weight: 700;
}

.text-span-25 {
  font-weight: 700;
}

.text-span-26 {
  font-weight: 700;
}

.text-span-27 {
  font-weight: 700;
}

.div-arrow-about-schools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.school-ctas-img {
  position: absolute;
  left: auto;
  margin-top: -13px;
  margin-left: -30px;
  opacity: 0.33;
}

.school-ctas-img.bigger {
  margin-right: auto;
  margin-left: auto;
  opacity: 0.33;
}

.cta-learnmore-schools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.heading-29 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2.5em;
  text-align: left;
  text-transform: uppercase;
}

.major-shape-schools {
  position: absolute;
  top: 133vh;
  z-index: 0;
  opacity: 0.02;
}

.shape2img {
  position: absolute;
  left: -21vw;
  top: 275.7vh;
  z-index: 0;
  width: 90vw;
  opacity: 0.02;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.section-last-schools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background-image: linear-gradient(180deg, #fff, transparent);
}

.counterup {
  position: static;
  z-index: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0094b6;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 700;
}

.nfactory-single-rigth-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Groupe-113.png'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.nfactory-single-rigth-2.v2 {
  height: auto;
  background-color: rgba(250, 251, 255, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section-last-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafbff;
}

.formations-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 2%;
  padding-left: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.cta-jobtitle-2 {
  font-family: Montserrat, sans-serif;
  color: #0a8fa8;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.cta-become-partner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  height: 40vh;
  padding: 2% 5% 2% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: background-color 725ms ease;
  transition: background-color 725ms ease;
}

.cta-become-partner:hover {
  background-color: #0f1e30;
}

.avis-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
}

.text-span-28 {
  color: #0094b6;
  font-weight: 900;
}

.text-block-4-copy-2 {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 500;
}

.info-schools-single {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 20vh;
  padding-bottom:10vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(#fff));
  background-image: linear-gradient(180deg, #fafbff, #fff);
}

.paragraph-25 {
  width: 70%;
  margin-left: 10%;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
}

.title-section-4-ecole-2 {
  z-index: 2;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
}

.div-block-13-copy-copy-2 {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #0294b6;
}

.desc-number-stats-ecole-2 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.number-stats-ecole-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0094b6;
  font-size: 4.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.formation-card-school-single {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: auto;
  min-width: 450px;
  margin-right: 3%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(62, 84, 99, 0.05);
}

.paragraph-header-school {
  margin-top: 10vh;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.span-nfactory-single-page {
  color: #0094b6;
  font-weight: 900;
}

.heading-30 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.div-block-32 {
  width: 70px;
  height: 70px;
  margin-right: 2%;
  border-radius: 50px;
  background-image: url('../img/user_1user.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-32.list-avis {
  width: 50px;
  height: 50px;
}

.div-block-177 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00749e), color-stop(54%, #a4c945), to(#96c225));
  background-image: linear-gradient(90deg, #00749e, #a4c945 54%, #96c225);
}

.btn-nfactory-cta {
  position: static;
  top: 38vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.arrow-blue-nfactory {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('../img/right-arrow_3right-arrow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.view-all-cta-avis-2 {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.text-bloc-campus-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4vw;
  line-height: 1.2em;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.cta-ecodes-card-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 3.2vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.text-span-29 {
  background-image: -webkit-gradient(linear, left top, right top, from(#00749e), color-stop(100%, #96c225), to(#96c225));
  background-image: linear-gradient(90deg, #00749e, #96c225 100%, #96c225);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-26 {
  width: 75%;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.3em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.section-4-ecole-2 {
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35vh;
  margin-top: 0vh;
  padding: 30vh 17% 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #3e5463;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.7em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.avis-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 30vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.shapevideo-nfactory {
  left: auto;
  top: 0.4vh;
  z-index: 2;
  width: 46vw;
  min-height: 66vh;
  background-color: #fefeff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
  background-clip: border-box;
}

.shapeholder-nfactory {
  position: relative;
  left: 4.6vw;
  z-index: 2;
  width: auto;
  background-color: #fefeff;
  background-clip: content-box;
}

.div-block-178 {
  position: relative;
  background-color: #fafbff;
}

.header-ecoles-nfactory {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-right: 0%;
  padding-left: 7%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.major-shape-school-single {
  position: absolute;
  top: -28.3vw;
  right: 0px;
  z-index: 0;
  width: 100vw;
  opacity: 0.02;
}

.major-shape-school-single.iscom-header-shape {
  top: auto;
  z-index: 0;
  width: auto;
  min-width: 100vw;
  opacity: 0.02;
}

.p-intro-nfactory {
  margin-top: 9%;
  margin-bottom: 20px;
  padding-right: 12%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.spanblue {
  color: #00749e;
  font-weight: 700;
}

.heading2-nfactory {
  width: 90%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.by-school {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.4em;
  font-weight: 700;
}

.heading3-nfactory {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.indicator-legend {
  position: static;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
}

.avis-header-nfactory {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60vh;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
}

.separator-school-header {
  width: 19%;
  height: 3px;
  margin-top: 10px;
  background-color: #0294b6;
}

.section-lastabout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.section-lastabout.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.section-lastabout.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.section-lastabout.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.image71 {
  position: absolute;
  left: 0.8vw;
  top: auto;
  bottom: -821.8vh;
}

.image-7-copy {
  position: absolute;
  left: 0.8vw;
  top: auto;
  bottom: -821.8vh;
}

.image-7-copy {
  position: absolute;
  left: 0.8vw;
  top: auto;
  bottom: -821.8vh;
}

.shape7 {
  position: absolute;
  left: 0.8vw;
  top: auto;
  bottom: -821.8vh;
}

.shape7.formations {
  top: auto;
  bottom: auto;
  margin-top: -23vh;
}

.shape7.aboutsh {
  top: auto;
  bottom: auto;
  margin-top: -21vh;
}

.shape7.home {
  bottom: auto;
  z-index: 1;
  margin-top: -26vh;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.shape7.formations {
  top: auto;
  bottom: auto;
  overflow: hidden;
  margin-top: -17vh;
}

.prefooter-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.prefooter-about.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-about.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-about.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.prefooter-formations {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-formations.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-formations.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-formations.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.prefooter-schools {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-schools.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-schools.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-schools.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.prefooter-schools2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(355deg, #fff, hsla(0, 0%, 100%, 0));
}

.prefooter-schools2.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-schools2.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-schools2.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.prefooter-schools-single {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(82%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 82%);
}

.prefooter-schools-single.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-schools-single.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-schools-single.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.card-2-single-page-form {
  width: 75%;
  height: auto;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
}

.paragraph-27 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: none;
}

.title-desc-formation-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #0294b6;
  font-size: 2.2em;
  font-weight: 800;
  text-transform: uppercase;
}

.shape-single-page-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.formation-desc-div-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 400px;
  min-width: 35vw;
  margin-right: 3%;
  padding: 2% 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.formations-single-rigth-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Groupe-118.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.title-single-formation-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.byschool {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.heading-32 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.span-school {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
}

.title-section-span2-2 {
  color: #0094b6;
  font-weight: 900;
}

.paragraph-single-page-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.niveau-etudes-single-page-2 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: none;
}

.formations-single-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 20vh;
  margin-bottom: 0vh;
  padding: 5% 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.title-section1-single-page-2 {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.card-1-single-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  min-height: 20vh;
  margin-bottom: 35%;
  padding: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 5px 30px 0 rgba(62, 84, 99, 0.05);
}

.title-section-span1-2 {
  color: #0094b6;
  font-weight: 900;
}

.paragraph-28 {
  margin-top: 35px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.formations-single-left-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.paragraph-card-2 {
  width: 100%;
  margin-top: 10%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.sep-desc-card-2 {
  width: 15%;
  height: 3px;
  margin-top: 10px;
  background-color: #0294b6;
}

.sep-formation-single-sec {
  width: 20%;
  height: 3px;
  margin-top: 3px;
  background-color: #0294b6;
}

.formation-single-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.text-span-30 {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
}

.formationsinglespan {
  background-image: linear-gradient(135deg, #fbb500 10%, #e61117 90%);
  font-weight: 900;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.formation-left-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 41vh;
  padding-top: 24px;
  padding-right: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sep {
  width: 20%;
  height: 3px;
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: #0294b6;
}

.sep.yellow {
  margin-top: 5px;
  margin-bottom: 20px;
  background-color: #fbb500;
}

.title-section-form-single {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 700;
}

.paragraph-formation {
  position: static;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 5%;
  direction: ltr;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 500;
  white-space: normal;
}

.about-campus-cta-formation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-179 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-180 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  min-height: 30vh;
  min-width: 40%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-yellow-school-1 {
  color: #fbb500;
  font-weight: 900;
}

.lottie-animation-6 {
  width: auto;
  height: 75vh;
  min-height: 75vh;
  min-width: 80vw;
  margin-left: -86px;
}

.shapevideo-formation {
  left: auto;
  top: 0.4vh;
  z-index: 2;
  width: 46vw;
  min-height: 66vh;
  background-color: #fefeff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
  background-clip: border-box;
}

.shapeholder-formation-single {
  position: relative;
  left: 4.6vw;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafbff;
  background-clip: content-box;
}

.formation-single-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Groupe-113.png'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.formation-single-right.v2 {
  height: auto;
  background-color: rgba(250, 251, 255, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.major-shape-formation-single {
  position: absolute;
  top: -28.3vw;
  right: 0px;
  z-index: -1;
  width: 100vw;
  opacity: 0.02;
}

.prefooter-formation-single {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(9deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-formation-single.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-formation-single.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-formation-single.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.image-19 {
  height: auto;
  max-width: 38%;
  min-height: 100px;
  margin: auto;
  opacity: 1;
}

.color-blue-school-1-2 {
  color: #0294b6;
  font-weight: 900;
}

.sep-menu-about {
  width: 72%;
  height: 5px;
  margin-top: 1%;
  margin-bottom: 5%;
  background-color: #0094b6;
}

.sep-menu-home {
  width: 72%;
  height: 5px;
  margin-top: 1%;
  margin-bottom: 5%;
  background-color: #0094b6;
}

.header-ecoles-pigier {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-right: 0%;
  padding-left: 7%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.avatar-2 {
  position: absolute;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 50px;
  background-image: none;
  background-size: auto;
}

.text-block-6-copy-4 {
  position: static;
  right: 0px;
  bottom: 5%;
  margin-right: 4%;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 2px;
}

.div-cta-view-all-avis-2 {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-intro-iscom {
  margin-top: 9%;
  margin-bottom: 20px;
  padding-right: 12%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.text-block-4-copy-3 {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
}

.paragraph-18-copy-2 {
  position: static;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-bloc-campus-3 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 3.2vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-pigier-cta {
  position: static;
  top: 38vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.arrow-iscom {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('../img/Groupe-78_2Groupe 78.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.formation-home-page-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: auto;
  min-width: 450px;
  margin-right: 3%;
  padding: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(62, 84, 99, 0.05);
  text-decoration: none;
}

.formations-single-left-3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  height: 100vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.iscom-single-rigth-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Groupe-113.png'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.iscom-single-rigth-2.v2 {
  position: static;
  right: -1.8vw;
  overflow: hidden;
  width: auto;
  height: auto;
  min-width: 47vw;
  background-color: rgba(250, 251, 255, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.heading-33 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.8em;
  line-height: 1.2em;
  text-transform: uppercase;
}

.counterupiscom2 {
  position: static;
  z-index: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0094b6;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 700;
}

.counterupiscom2.counterupiscom {
  color: #961e80;
}

.section-4-ecole-3 {
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 46vh;
  margin-top: 0vh;
  padding: 20vh 17% 0vh 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #3e5463;
}

.btn-iscom-cta {
  position: static;
  top: 38vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 5vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.iscom-logo-black {
  width: 16%;
  height: 10vh;
  background-image: url('../img/logo-iscom-rouen-ecole-de-communication-et-publicite-1_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avis-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  min-height: 40vh;
  margin-top: -69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.info-schools-single-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 150vh;
  padding-top: 20vh;
  padding-bottom: 10vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(#fff));
  background-image: linear-gradient(180deg, #fafbff, #fff);
}

.shapeholder-iscom {
  position: relative;
  z-index: 2;
  width: auto;
  background-color: transparent;
  background-clip: content-box;
}

.spanpurple {
  color: #b76699;
  font-weight: 700;
}

.separator-pigier-header {
  width: 19%;
  height: 3px;
  margin-top: 10px;
  background-color: #b76699;
}

.avis-header-iscom {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60vh;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
}

.cat-pigier-form {
  font-family: Montserrat, sans-serif;
  color: #961e80;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.last-rigth-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cat-iscom-form {
  font-family: Montserrat, sans-serif;
  color: #b76699;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading2-pigier {
  width: 90%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.view-all-cta-avis-pigier {
  font-family: Montserrat, sans-serif;
  color: #b76699;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.prefooter-schools-single-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(82%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 82%);
}

.image-20 {
  max-width: 82%;
}

.heading3-iscom {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.text-span-31 {
  color: #b76699;
  font-weight: 900;
}

.slider-thumb-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 50px;
  min-width: 50px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 50px;
  background-image: none;
  background-size: auto;
}

.sep_purple {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #b76699;
}

.text-block-23 {
  position: absolute;
  left: 0px;
  top: 36.2vh;
  display: block;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #b76699;
  font-weight: 700;
  text-align: center;
}

.text-avis-supveto {
  position: absolute;
  left: 0px;
  top: 30.2vh;
  display: block;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #248385;
  font-weight: 700;
  text-align: center;
}

.shapeholder-supveto {
  position: relative;
  left: auto;
  z-index: 2;
  background-color: #fefeff;
  background-clip: content-box;
}

.header-ecoles-supveto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-right: 0%;
  padding-left: 7%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.sup {
  position: relative;
  background-color: #fafbff;
}

.paragraph-18-copy-3 {
  position: static;
  z-index: 1;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.paragraph-18-copy-3.pigier-desc {
  color: #fbb500;
}

.paragraph-18-copy-3.sup {
  background-color: transparent;
}

.sep-header-supveto {
  width: 19%;
  height: 3px;
  margin-top: 10px;
  background-color: #248385;
}

.p-intro-supveto {
  margin-top: 9%;
  margin-bottom: 20px;
  padding-right: 12%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.nfactory-single-rigth-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Groupe-113.png'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.nfactory-single-rigth-copy.v2 {
  overflow: hidden;
  width: 66%;
  height: auto;
  background-color: rgba(250, 251, 255, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.heading2-supveto {
  width: 90%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.arrow-supveto {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('../img/right-arrow_3right-arrow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-4-ecole-4 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 50vh;
  margin-top: 0vh;
  padding: 30vh 17% 0 17%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #3e5463;
}

.spangreen {
  color: #248385;
  font-weight: 700;
}

.avis-header-supveto {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60vh;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
}

.counterup-supveto {
  position: static;
  z-index: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #248385;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 700;
}

.sep_green {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #248385;
}

.view-all-cta-avis-supveto {
  font-family: Montserrat, sans-serif;
  color: #248385;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.spangreen2 {
  color: #248385;
  font-weight: 900;
}

.cat-supveto-form {
  font-family: Montserrat, sans-serif;
  color: #248385;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.arrow-pigier {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('../img/Groupe-78_3Groupe 78.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.avis-header-pigier2 {
  margin-top: -140px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 85vh;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
}

.heading2-pigier2 {
  width: 90%;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 2.6em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.span2-pigier {
  color: #fbb500;
  font-weight: 900;
}

.cta-form-pigier {
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.spanorange {
  color: #fbb500;
  font-weight: 700;
}

.image-21 {
  background-color: transparent;
}

.shapeholder-pigier {
  position: relative;
  left: auto;
  z-index: 2;
  width: auto;
  background-color: transparent;
  background-clip: content-box;
}

.counterup-pigier2 {
  position: static;
  z-index: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fbb500;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 700;
}

.separator-school-header-2 {
  width: 19%;
  height: 3px;
  margin-top: 10px;
  background-color: #0294b6;
}

.view-all-cta-avispigier {
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.header-ecoles-pigier2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-right: 0%;
  padding-left: 7%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafbff));
  background-image: linear-gradient(180deg, #fff, #fafbff);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.separator-schoolpigier-header {
  width: 19%;
  height: 3px;
  margin-top: 10px;
  background-color: #fbb500;
}

.pigiercontainer {
  position: relative;
  background-color: #fafbff;
}

.pigier2-single-rigth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding-right: 7%;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: url('../img/Groupe-113.png'), none;
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.pigier2-single-rigth.v2 {
  width: 66%;
  height: auto;
  background-color: rgba(250, 251, 255, 0);
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.avis-pigier-name {
  position: absolute;
  left: 0px;
  top: 29.4vh;
  display: block;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fbb500;
  font-weight: 700;
  text-align: center;
}

.p-intro-pigier {
  margin-top: 9%;
  margin-bottom: 20px;
  padding-right: 12%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.sep-pigier2 {
  width: 30%;
  height: 3px;
  margin-top: 0px;
  background-color: #fbb500;
}

.div-block-182 {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 8vh;
  margin-top: 2vh;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.header-jobboard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fafbff, hsla(0, 0%, 100%, 0));
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.text-block-24 {
  position: static;
  right: 0px;
  bottom: 5%;
  margin: auto 0% -29px auto;
  font-family: Montserrat, sans-serif;
  color: #fbb500;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-24.hl {
  position: relative;
  bottom: auto;
  width: 30%;
  margin-bottom: auto;
  text-align: right;
}

.list_jb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 50%, hsla(0, 0%, 100%, 0));
}

.div-block-183 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-25 {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.arrow-blue-jb {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('../img/right-arrow_3right-arrow.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.jb2holder {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(251, 252, 255, 0);
}

.text-block-4-copy-4 {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 400;
}

.text-block-4-copy-4.highlight {
  font-size: 1.3em;
  font-weight: 500;
}

.text-block-4-copy-4.highlight-copy {
  font-size: 1.3em;
  font-weight: 500;
}

.heading-34 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.date_post-2 {
  margin-right: 4%;
  font-family: Montserrat, sans-serif;
  color: rgba(62, 84, 99, 0.31);
  font-size: 0.9em;
  font-style: italic;
  font-weight: 700;
}

.loadmore-jobboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-26 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  font-weight: 700;
}

.text-block-26.hl {
  font-size: 1.4em;
}

.btn-jb-rm {
  position: static;
  top: 38vh;
  right: 12vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.btn-jb-rm.highlight {
  width: 175px;
  margin-bottom: 0px;
}

.single-job-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.single-job-card.highlight {
  min-height: 30vh;
  padding: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: linear-gradient(157deg, hsla(0, 0%, 100%, 0), #fffdfe);
}

.single-job-card.highlight2 {
  background-image: linear-gradient(328deg, #fefdfe, hsla(0, 0%, 100%, 0));
}

.single-job-card.highlight3 {
  min-height: 30vh;
  background-image: linear-gradient(157deg, hsla(0, 0%, 100%, 0), #fffdfe);
}

.heading-35 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.jb1holder {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cards-jobboard-section {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-right: 7%;
  padding-bottom: 10vh;
  padding-left: 7%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-36 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.8em;
}

.heading-36.hl {
  font-size: 2.5em;
}

.cta-jobtitle-3 {
  width: auto;
  font-family: Montserrat, sans-serif;
  color: #0a8fa8;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.prefooter-job-board {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.prefooter-job-board.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-job-board.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-job-board.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.body-10 {
  background-color: #fafbff;
}

.background-video-3 {
  width: 40vw;
  min-height: 80vh;
}

.jbvideo1 {
  left: 0px;
  width: 37vw;
  min-height: 61vh;
}

.jbvideo2 {
  left: 100px;
  right: auto;
  width: 42vw;
  min-height: 60vh;
}

.div-block-186 {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sep-jb {
  width: 20%;
  height: 3px;
  margin-top: 0px;
  background-color: #fbb500;
}

.paragraph-jb {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.jbpic {
  width: 40%;
  background-image: linear-gradient(9deg, rgba(251, 181, 0, 0.71), rgba(230, 17, 23, 0.63)), url('../img/supveto.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.job {
  width: 60%;
  padding: 5%;
}

.body-11 {
  background-color: #fafbff;
}

.prefooter-alumni {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 30vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.prefooter-alumni.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-alumni.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-alumni.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.become-patern-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: linear-gradient(3deg, #fff 2%, hsla(0, 0%, 100%, 0));
}

.sep-contact-2 {
  width: 20%;
  height: 3px;
  margin-top: 0px;
  background-color: #fbb500;
}

.cat-1-cta {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.cat2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none #000;
  text-decoration: none;
}

.cat2.w--current {
  width: 100%;
  border-bottom: 1px solid rgba(0, 148, 182, 0.15);
}

.div-block-187 {
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 50vh;
  margin-top: 15vh;
  margin-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-37 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  font-size: 2.3em;
}

.text-patern {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sep-yellow-cat3 {
  width: 16%;
  height: 3px;
  margin-top: 10px;
  background-color: #fbb500;
}

.cta-choice-cat {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 30vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: auto;
  min-height: 30vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.all-paterns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.last-section-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-paterns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 70vh;
  padding-top: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-188 {
  background-origin: content-box;
  padding: 45px;
  height: 180px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.cat1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 148, 182, 0.15);
  text-decoration: none;
}

.img-patern {
  width: 49%;
  border-radius: 10px;
  background-image: url('../img/524A1139-JPEG_HD_300_Dpi-JPEG_HD_300_Dpi.png');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.partenaires-header-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 4.5em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.paterns-cat2 {
  position: static;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-bottom: 10vh;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-2-copy-2 {
  width: 49%;
  margin-top: 2vh;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.heading-38 {
  display: none;
}

.cat-2 {
  width: 100%;
  height: 20vh;
}

.paterns-cat {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefeff), to(#fff));
  background-image: linear-gradient(180deg, #fefeff, #fff);
}

.paterns-cat3 {
  position: static;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paterns-section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60vh;
  padding: 5% 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cat-1 {
  width: 100%;
  height: 15vh;
}

.cat-2-cta {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
}

.cat3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 148, 182, 0.15);
  border-bottom: 1px none #000;
  text-decoration: none;
}

.sep-yellow-copy-2 {
  width: 16%;
  height: 3px;
  margin-top: 10px;
  background-color: #fbb500;
}

.div-block-172-copy {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e61117), color-stop(54%, #fbb500), to(#fbb500));
  background-image: linear-gradient(90deg, #e61117, #fbb500 54%, #fbb500);
}

.paragraph-29 {
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 400;
}

.cat-3 {
  width: 100%;
  height: 15vh;
}

.sep-yellow-cat2 {
  width: 16%;
  height: 3px;
  margin-top: 10px;
  background-color: #fbb500;
}

.cat-3-cta {
  font-family: Montserrat, sans-serif;
  color: #0094b6;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
}

.patern {
  background-image: -webkit-gradient(linear, left top, right top, from(#e61117), color-stop(92%, #fbb500), to(#fbb500));
  background-image: linear-gradient(90deg, #e61117, #fbb500 92%, #fbb500);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paterns-cat1 {
  position: static;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-bottom: 10vh;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-partners {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 10vh; 
  min-height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fafbff, hsla(0, 0%, 100%, 0));
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.header-partners.partners {
  background-image: linear-gradient(2deg, #fff, hsla(0, 0%, 100%, 0));
}

.image-22 {
  position: absolute;
  left: -11.7vw;
  opacity: 0.05;
}

.partners-heading {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 47%;
  width:auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.major-shape-partners {
  position: absolute;
  top: 54.1vh;
  z-index: 0;
  opacity: 0.05;
}

.paragraphctapartners {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
}

.btn-red-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: auto;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fbb500), color-stop(100%, #e41019), to(#96c225));
  background-image: linear-gradient(90deg, #fbb500, #e41019 100%, #96c225);
  text-decoration: none;
}

.btn-red-yellow:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.15))), -webkit-gradient(linear, left top, right top, from(#fbb500), color-stop(100%, #e41019), to(#96c225));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), linear-gradient(90deg, #fbb500, #e41019 100%, #96c225);
}

.partners-section-partners {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  padding: 10vh 7% 20vh 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(2deg, rgba(250, 251, 255, 0), #fff);
}

.div-block-189 {
  width: 50%;
  min-height: 40vh;
  border-radius: 10px;
  background-image: linear-gradient(303deg, rgba(0, 148, 182, 0.46), rgba(150, 194, 37, 0.07)), url('../img/524A1139-JPEG_HD_300_Dpi-JPEG_HD_300_Dpi.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.partnerscta2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-23 {
  position: absolute;
  margin-top: -52px;
}

.prefooter-partners2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 14vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
}

.prefooter-partners2.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-partners2.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-partners2.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.avis-iscom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  min-height: 40vh;
  margin-top: -69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.avis-sup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  min-height: 40vh;
  margin-top: -69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.avis-pigier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  min-height: 40vh;
  margin-top: -69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.contact-header2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fafbff, hsla(0, 0%, 100%, 0));
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.contact-header2.partners {
  min-height: 98vh;
  background-image: linear-gradient(2deg, #fff, hsla(0, 0%, 100%, 0));
}

.contact-header2.contacth {
  min-height: 67vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.actualites-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fafbff, hsla(0, 0%, 100%, 0));
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.actualites-header.partners {
  min-height: 98vh;
  background-image: linear-gradient(2deg, #fff, hsla(0, 0%, 100%, 0));
}

.actualites-header.contacth {
  min-height: 67vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.actualites-header.actu {
  min-height: 59vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}

.prefooter-actualites {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 66vh;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 18vh;
  padding-bottom: 20vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prefooter-actualites.withbg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-actualites.ecoles {
  margin-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(27%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 27%);
}

.prefooter-actualites.schools {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(93%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0) 93%);
}

.section-actu-page {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0vh;
  padding: 10vh 7%;
}

.bold1 {
  font-weight: 700;
}

.html-embed {
  opacity: 0.96;
}

.nav-bar-menu {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  min-width: 86px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.small-links-wrapper {
  position: relative;
  left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 20px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fcfcff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.nav-menu-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
}

.menuburgerlink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 300ms cubic-bezier(.645, .045, .355, 1);
  transition: letter-spacing 300ms cubic-bezier(.645, .045, .355, 1);
  font-family: Montserrat, sans-serif;
  color: #32414b;
  font-size: 4.7vw;
  line-height: 1.2;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.menuburgerlink:hover {
  letter-spacing: 3px;
}

.small-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.small-links.bottom {
  margin-right: auto;
  margin-left: auto;
}

.small-links.bottom.hidden {
  width: auto;
  margin-right: 20px;
}

.small-links.width {
  min-width: 90px;
  font-size: 0.8em;
}

.div-block-2 {
  width: 0px;
  height: 3px;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  background-color: #222d32;
}

.nav-menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.nav-menu-link.nav-menu-link-1 {
  text-decoration: none;
}

.nav-menu-link.nav-menu-link-5 {
  width: auto;
  text-decoration: none;
}

.nav-menu-link.nav-menu-link-3 {
  width: auto;
  text-decoration: none;
}

.lottie-animation-7 {
  width: 83%;
  opacity: 0;
/*  hauteur du svg pour le menu burger */
  height: 750px;
}

.nav-menu-shapes {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-links {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 0%;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-photo-direction {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-photo-direction.nav-menu-photo-direction-2 {
  -webkit-transform: translate(19vw, -10vh) rotate(17deg);
  -ms-transform: translate(19vw, -10vh) rotate(17deg);
  transform: translate(19vw, -10vh) rotate(17deg);
}

.code {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 1px;
}

.div-block-190 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 50%;
  min-width: 30vw;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 9px -1px hsla(0, 0%, 54.7%, 0.18);
}

.navlink {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink.cta-green {
  height: auto;
  min-height: 5vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #96c225, #248385 63%, #00749e 99%);
  color: #fafbff;
}

.navlink.cta-warm {
  height: auto;
  min-height: 5vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #961e80, #e61117 47%, #fbb500);
  color: #fafbff;
}

.navlink.cta-alt-dark {
  height: auto;
  min-height: 5vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #b9219d, #961e80 44%, #3e5463);
  color: #fafbff;
}

.navlink.cta-warm-2 {
  height: auto;
  min-height: 5vh;
  border-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #961e80, #e61117 100%, #fbb500);
  color: #fafbff;
}

.dropdown {
  margin-right: 10px;
  margin-left: 0px;
}

.text-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
}

.text-block-27.photos-page {
  color: #f7fcff;
}

.text-block-27.dark {
  color: #fff;
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-list.w--open {
  position: absolute;
  top: 5vh;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 10px -4px hsla(0, 0%, 49.3%, 0.52);
}

.lastddlink {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
}

.firstdropdown.dropdownlink {
  left: auto;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.firstdropdown.dropdownlink {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.firstdropdown.dropdownlink:hover {
  color: #0294b6;
}

.dropdown-link {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
}

.div-block-191 {
  width: 100%;
}

.div-block-192 {
  width: 100%;
}

.div-block-193 {
  width: 100%;
}

.div-block-194 {
  width: 100%;
}

.div-block-190-copy {
  position: absolute;
  top: 89.0937px;
  right: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 30vh;
  min-width: auto;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 9px -1px hsla(0, 0%, 54.7%, 0.18);
  opacity: 0.5;
}

.dropdown-copy {
  margin-right: 10px;
  margin-left: 0px;
}

.luxy {
  position: relative;
}

.dropdown-list-copy {
  left: -160px;
}

.dropdown-list-copy.w--open {
  position: absolute;
  top: 5vh;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 10px -4px hsla(0, 0%, 49.3%, 0.52);
}

.navlink-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink-copy.cta-green {
  height: auto;
  min-height: 5vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #96c225, #248385 63%, #00749e 99%);
  color: #fafbff;
}

.navlink-copy.cta-warm {
  height: auto;
  min-height: 5vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #961e80, #e61117 47%, #fbb500);
  color: #fafbff;
}

.navlink-copy.cta-alt-dark {
  height: auto;
  min-height: 5vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #b9219d, #961e80 44%, #3e5463);
  color: #fafbff;
}

.navlink-copy.cta-warm-2 {
  height: auto;
  min-height: 5vh;
  border-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #961e80, #e61117 100%, #fbb500);
  color: #fafbff;
}

.navlink-copy.cta-warm-2-copy {
  height: auto;
  min-height: 6vh;
  border-radius: 0px 5px 5px 0px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #961e80, #e61117 100%, #fbb500);
  color: #fafbff;
}

.nav-bar-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  min-width: 86px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.dropdown-link-2 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
}

.dropdown-link-2:hover {
  color: #0294b6;
}

.navbar-2 {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 7vh;
  min-height: 7vh;
  min-width: 30vw;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 9px -1px hsla(0, 0%, 54.7%, 0.18);
}

.navbar-2.photos {
  background-color: #122735;
}

.navlink-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink-2:hover {
  color: #0294b6;
}

.navlink-2.dropdown {
  font-size: 0.8em;
  line-height: 1.5em;
}

.navlink-2.dropdown.dark {
  color: #fff;
}

.navlink-2.cta-warm-2 {
  height: 7vh;
  min-height: 7vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #961e80, #e61117 100%, #fbb500);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fafbff;
}

.navlink-2.cta-warm-2:hover {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15)), linear-gradient(261deg, #961e80, #e61117 100%, #fbb500);
  background-clip: border-box;
}

.navlink-2.cta-warm {
  height: auto;
  min-height: 7vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #961e80, #c01749 52%, #e61117 100%, #fbb500);
  color: #fafbff;
}

.navbar-1-2 {
  z-index: 555;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10vh;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-6 {
  margin-bottom: 20px;
  padding-top: 5%;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-197 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafbff;
}

.dropdown-list-2.w--open {
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: transparent;
}

.lastddlink-2 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
}

.lastddlink-2:hover {
  color: #0294b6;
}

.small-links-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.small-links-2.width {
  min-width: 90px;
}

.link-block {
  color: #3e5463;
  text-decoration: none;
}

.div-block-198 {
  position: relative;
}

.drop-list-container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 10px -4px hsla(0, 0%, 49.4%, 0.52);
}

.div-block-196-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 24vh;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 9px -1px hsla(0, 0%, 54.7%, 0.18);
  opacity: 0.5;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.div-block-196-copy:hover {
  opacity: 1;
}

.drop-list-container-copy {
  position: relative;
  left: -200px;
  top: -60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 10px -4px hsla(0, 0%, 49.4%, 0.52);
}

.navlink-2-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink-2-copy.cta-warm-2 {
  height: auto;
  min-height: 5vh;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #961e80, #e61117 100%, #fbb500);
  color: #fafbff;
}

.navlink-2-copy.cta-warm-2-copy {
  height: auto;
  min-height: 5vh;
  border-radius: 5px;
  background-color: #fbb500;
  background-image: linear-gradient(261deg, #961e80, #e61117 100%, #fbb500);
  color: #fafbff;
}

.counterup2 {
  position: static;
  z-index: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0094b6;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 700;
}

.div-block-199 {
  display: none;
}

.logo-csm-footer-copy {
  width: 75px;
  height: 7vh;
  background-image: url('../img/csmlogo_1csmlogo.png');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

.logo-csm-footer-copy.bottom {
  width: 80px;
  margin-right: auto;
}

.social-network-footer-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 7vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-201 {
  position: absolute;
  width: 100%;
  height: 40vh;
}

.div-block-202 {
  position: absolute;
  left: 0px;
  display: none;
  width: 100%;
  min-height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../img/iscom.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/iscom.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-203 {
  display: none;
  width: 70%;
  height: 3px;
  margin-bottom: 10px;
  background-color: rgba(62, 84, 99, 0.5);
}

.network-lead-1 {
  display: none;
}

.div-block-204 {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background-image: url('../img/twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-205 {
  width: 20px;
  height: 20px;
  min-height: 20px;
  background-image: url('../img/linkedin.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.network-lead-2 {
  display: none;
}

.network-lead-3 {
  display: none;
}

.network-lead-4 {
  display: none;
}

.avis-header-copy {
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 60vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  color: #3e5463;
  font-size: 1em;
}

.slider-copy {
  top: 26.1vh;
  width: 88%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.mask-copy {
  top: auto;
  min-height: 50vh;
}

.slide-copy {
  top: 20px;
  z-index: 3;
  min-height: 42vh;
  background-color: hsla(0, 0%, 100%, 0);
}

.avatar-copy {
  position: absolute;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 50px;
  background-image: none;
  background-size: auto;
}

.avatar-copy.list-avis {
  width: 50px;
  height: 50px;
}

.div-block-174-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  height: auto;
  min-height: 335px;
  margin-right: 12px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avis-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  min-height: 40vh;
  margin-top: -69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.slide-copy {
  top: 20px;
  z-index: 3;
  min-height: 42vh;
  background-color: hsla(0, 0%, 100%, 0);
}

.avatar-copy {
  position: absolute;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 50px;
  background-image: none;
  background-size: auto;
}

.avatar-copy.list-avis {
  width: 50px;
  height: 50px;
}

.div-block-174-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  height: auto;
  min-height: 335px;
  margin-right: 12px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-copy {
  top: 20px;
  z-index: 3;
  min-height: 42vh;
  background-color: hsla(0, 0%, 100%, 0);
}

.avatar-copy {
  position: absolute;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 50px;
  background-image: none;
  background-size: auto;
}

.avatar-copy.list-avis {
  width: 50px;
  height: 50px;
}

.div-block-174-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  height: auto;
  min-height: 335px;
  margin-right: 12px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-copy {
  top: 20px;
  z-index: 3;
  min-height: 42vh;
  background-color: hsla(0, 0%, 100%, 0);
}

.avatar-copy {
  position: absolute;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 50px;
  background-image: none;
  background-size: auto;
}

.avatar-copy.list-avis {
  width: 50px;
  height: 50px;
}

.div-block-174-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83%;
  height: auto;
  min-height: 335px;
  margin-right: 12px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-navigation-copy {
  position: absolute;
  left: -41px;
  top: 376px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
  min-width: 80%;
}

.slider-navigation-copy.default-nav {
  top: 551px;
  z-index: 5;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  color: #3e5463;
  font-size: 50px;
  line-height: 20px;
  background-clip: border-box;
}

.slider-navigation-copy.default-nav {
  top: 551px;
  z-index: 5;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  color: #3e5463;
  font-size: 50px;
  line-height: 20px;
  background-clip: border-box;
}

.slider-navigation-copy.default-nav-copy {
  top: 551px;
  z-index: 5;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  color: #3e5463;
  font-size: 50px;
  line-height: 20px;
  background-clip: border-box;
}

.slider-navigation-bp-b {
  position: absolute;
  left: -41px;
  top: 376px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
  min-width: 80%;
}

.slider-navigation-bp-b.default-nav {
  top: 551px;
  z-index: 5;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  color: #3e5463;
  font-size: 50px;
  line-height: 20px;
  background-clip: border-box;
}

.slider-navigation-bp-b.default-nav {
  top: 551px;
  z-index: 5;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  color: #3e5463;
  font-size: 50px;
  line-height: 20px;
  background-clip: border-box;
}

.slider-navigation-bp-b.default-nav-bp-b {
  top: 551px;
  z-index: 5;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 0;
  color: #3e5463;
  font-size: 50px;
  line-height: 20px;
  background-clip: border-box;
}

.text-span-22-copy {
  position: absolute;
  top: auto;
  margin-top: -23px;
  padding-bottom: 0px;
  font-family: Varela, sans-serif;
  color: #fbbb02;
  font-size: 6.3em;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

.block-quote-copy {
  position: relative;
  top: -30px;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-left-style: none;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.block-quote-copy.quote {
  left: -113px;
  top: 70px;
}

.block-quote-copy {
  position: relative;
  top: -30px;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-left-style: none;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.block-quote-copy.quote {
  left: -113px;
  top: 70px;
}

.block-quote-copy-copy {
  position: relative;
  top: -30px;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-left-style: none;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.block-quote-copy-copy.quote {
  left: -113px;
  top: 70px;
}

.avis-mobile {
  display: none;
}

.div-block-212 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-213 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  margin-top: 10vh;
  padding-top: 1%;
  padding-left: 2%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 84, 99, 0.3)), to(rgba(62, 84, 99, 0.3))), url('../img/524A3862-JPEG_HD_300_Dpi-min.jpg');
  background-image: linear-gradient(180deg, rgba(62, 84, 99, 0.3), rgba(62, 84, 99, 0.3)), url('../img/524A3862-JPEG_HD_300_Dpi-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-214 {
  position: relative;
  left: auto;
  top: -10vh;
  right: auto;
  bottom: auto;
  width: 70%;
  height: auto;
  min-height: 20vh;
  padding: 5%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 4px 4px 11px -1px rgba(0, 0, 0, 0.07);
}

.div-block-214 p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.div-block-214 a {
  color: #0094b6;
}

.body-12 {
  background-color: #fafbff;
}

.div-block-215 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #3e5463;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
}

.text-block-29 {
  background-color: transparent;
  color: #fafbff;
}

.title-actus-single-article {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 3em;
  font-weight: 600;
}

.text-block-30 {
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
}

.actus-single-page {
  height: auto;
  min-height: 50vh;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.div-block-216 {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  min-height: 75vh;
  padding-top: 5vh;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overlay-load {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999;
  display: none;
  width: 100vw;
  height: 100vh;
}

.img-scroll-left {
  position: relative;
  max-width: 20vw;
  opacity: 1;
  cursor: pointer;
}

.image-25 {
  position: relative;
  max-width: 400px;
  cursor: pointer;
}

.image-25:hover {
  opacity: 1;
}

.image-26 {
  width: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.inner {
  display: -ms-grid;
  display: grid;
  width: 280vw;
  height: 280vh;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  background-color: transparent;
  -webkit-perspective: 1922px;
  perspective: 1922px;
  -webkit-transform: perspective(1667px) scale(1);
  transform: perspective(1667px) scale(1);
}

.text-wrap {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 65vh;
  min-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.img-wrap {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 350px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.img-wrap:hover {
  opacity: 0.57;
}

.scroll-down {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 25px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #000;
  -webkit-filter: invert(0%);
  filter: invert(0%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.scroll-down:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.gallyery {
  position: relative;
  z-index: 999;
  -webkit-transform: perspective(1176px);
  transform: perspective(1176px);
  color: #afafaf;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafbff;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #021016, #000);
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  color: #fff;
  text-align: center;
}

.headline {
  position: relative;
  margin-bottom: 0px;
  -webkit-transform: perspective(1059px);
  transform: perspective(1059px);
  font-family: Montserrat, sans-serif;
  color: #fafbff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
}

.headline:hover {
  color: #fff;
}

.grid {
  position: relative;
  overflow: visible;
  width: 100%;
  min-height: 100vh;
  padding-top: 5%;
  padding-right: 7%;
  padding-left: 7%;
  background-color: #fafbff;
}

.nav2 {
  position: fixed;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.photos-heading {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fafbff;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.background-video-4 {
  width: 100%;
  max-height: 400px;
  max-width: 500px;
  min-height: 400px;
  min-width: 600px;
}

.background-video-4.video2 {
  max-height: 300px;
  min-height: 300px;
  min-width: 500px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.image-27 {
  margin-top: 10px;
}

.shapevideo-supveto {
  left: auto;
  top: 0.4vh;
  z-index: 2;
  width: 46vw;
  min-height: 66vh;
  background-color: #fefeff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
  background-clip: border-box;
}

.shapeholder-pigier2 {
  position: relative;
  left: 4.6vw;
  z-index: 2;
  width: auto;
  background-color: #fefeff;
  background-clip: content-box;
}

.rich-text-block {
  color: #3e5463;
}

.filter-photos-div {
  position: -webkit-sticky;
  position: sticky;
  top: 2vh;
  z-index: 556;
  width: auto;
  height: auto;
  min-height: 8vh;
  background-color: transparent;
}

.filter-btn {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 8vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
}

.cta-filter-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 10px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f9fcff;
  box-shadow: 4px 4px 30px 0 rgba(62, 84, 99, 0.05);
}

.div-block-218 {
  width: 55px;
  height: auto;
  min-height: 5vh;
  border-radius: 5px;
  background-image: url('../img/loupe.svg'), -webkit-gradient(linear, left top, right top, from(#e61117), to(#fbb500));
  background-image: url('../img/loupe.svg'), linear-gradient(90deg, #e61117, #fbb500);
  background-position: 50% 50%, 0px 0px;
  background-size: 20px, auto;
  background-repeat: no-repeat, repeat;
}

.shape-annimation {
  position: absolute;
}

.div-block-219 {
  position: absolute;
  left: 0vw;
  top: auto;
  bottom: 0vh;
  z-index: 10;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #e61117;
}

.hover-circle {
  position: absolute;
  left: 0vw;
  top: auto;
  bottom: 0vh;
  z-index: 5;
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 30px;
  border-color: #0094b6;
  background-color: transparent;
  cursor: none;
}

.hover-circle.hover2 {
  border-style: solid;
  border-color: #fabb00;
  background-image: none;
  background-size: auto;
}

.header-page-photos {
  position: relative;
  left: 0px;
  z-index: 4;
  display: none;
  overflow: hidden;
  width: auto;
  height: 100vh;
  min-width: 51vw;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.filter-photos-div-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 2vh;
  z-index: 2;
  display: none;
  width: auto;
  height: auto;
  min-height: 8vh;
  background-color: #fff;
}

.lottie-animation-10 {
  width: 60px;
  height: 60px;
  min-height: 60px;
  background-color: #fafbff;
}

.title-aboute-page {
  width: 83%;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 4.5vw;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}

.text-block-27-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fafbff;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
}

.text-block-27-contact.photos-page {
  color: #f7fcff;
}

.text-block-27-contact.dark {
  color: #fff;
}

.filter-texte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #3e5463;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
}

.filter-texte.photos-page {
  color: #f7fcff;
}

.filter-texte.dark {
  color: #fff;
}

.text-block-27-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 600;
}

.text-block-27-copy.photos-page {
  color: #f7fcff;
}

.text-block-27-copy.dark {
  color: #fff;
}

.filter-btn-copy {
  position: static;
  z-index: 556;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 8vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  justify-content: center;
}

.text-span-32 {
  color: #0094b6;
}

.div-block-96-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 45vh;
  
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgb(62 84 99 / 5%);
}

.purple-text {
  color: #b76699;
}

.divcontent-sup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 45vh;
  margin-bottom: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgb(62 84 99 / 5%);
}

.text-green {
  color: #248385;
}

.div-contente--pigier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 45vh;
  margin-bottom: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
    background-color: #fafbff;
  box-shadow: 0 5px 30px 0 rgb(62 84 99 / 5%);
}

.div-block-220 {
    display: -ms-grid;
    display: grid;
    padding: 5vh 7%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.div-block-221 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 45vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
}

.div-block-222 {
    position: absolute;
    left: auto;
    top: -5vh;
    right: auto;
    bottom: auto;
    width: 100px;
    height: 100px;
    min-height: 100px;
    border-radius: 50%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
}

.div-block-221-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 25vh;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
}

.div-block-222-copy {
    position: absolute;
    left: auto;
    top: -5vh;
    right: auto;
    bottom: auto;
    width: 100px;
    height: 100px;
    min-height: 100px;
    border-radius: 50%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: auto;
}

.block-quote-copy {
    position: static;
    top: -30px;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    border-left-style: none;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}

.block-quote-copy.quote {
    left: -113px;
    top: 70px;
}

.block-quote-copy {
    position: relative;
    top: -30px;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    border-left-style: none;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}

.block-quote-copy.quote {
    position: relative;
    left: -38px;
    top: 70px;
}

.text-span-22-copy {
    position: absolute;
    top: auto;
    margin-top: -23px;
    padding-bottom: 0px;
    font-family: Varela, sans-serif;
    color: #fbbb02;
    font-size: 6.3em;
    line-height: 20px;
    font-weight: 700;
    text-align: right;
    text-transform: none;
}

.text-span-22-copy._2 {
    font-size: 4em;
}

.text-span-22-copy {
    position: absolute;
    top: auto;
    margin-top: -23px;
    padding-bottom: 0px;
    font-family: Varela, sans-serif;
    color: #fbbb02;
    font-size: 4em;
    line-height: 20px;
    font-weight: 700;
    text-align: right;
    text-transform: none;
}

.block-quote-copy-copy {
    position: static;
    top: -30px;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
    border-left-style: none;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}

.block-quote-copy-copy.quote {
    left: -113px;
    top: 70px;
}

.text-block-22-copy {
    position: absolute;
    left: 0px;
    bottom: 3vh;
    display: block;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #0295b5;
    font-weight: 700;
    text-align: center;
}

.div-block-223 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 40vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-224 {
    width: 100%;
    height: auto;
    min-height: 40vh;
    padding-top: 2vh;
    padding-right: 7%;
    padding-left: 7%;
}

.paragraph-section-4-jbs {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: center;
}

.paragraph-section-4-jbs.nf {
    margin-bottom: 40px;
    color: #3e5463;
    font-weight: 500;
}

.paragraph-section-4-jbs.nf {
    margin-bottom: 40px;
    color: #3e5463;
    font-weight: 500;
}

.job-board {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-jb-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50vh;
    margin-top: 10vh;
    padding-top: 1%;
    padding-left: 2%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(62, 84, 99, 0.3)), to(rgba(62, 84, 99, 0.3))), url('../img/524A3862-JPEG_HD_300_Dpi-min.jpg');
    background-image: linear-gradient(180deg, rgba(62, 84, 99, 0.3), rgba(62, 84, 99, 0.3)), url('../img/524A3862-JPEG_HD_300_Dpi-min.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

.title-actus-single-jb {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #fafbff;
    font-size: 5em;
    font-weight: 600;
}

.actus-single-page-jb {
    height: auto;
    border-radius: 10px;
  background-color: #fff;
    box-shadow: 0 6px 30px 0 rgba(62, 84, 99, 0.05);
}

.div-block-216-copy {
    position: static;
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: auto;
    padding: 5vh 7%;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.heading-39 {
    font-family: Lato, sans-serif;
    color: #3e5463;
}

.paragraph-30 {
    font-family: Lato, sans-serif;
    color: #3e5463;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
}

.text-span-33 {
    font-weight: 400;
}

.text-span-34 {
    font-weight: 400;
}

.paragraph-31 {
    width: 40%;
    font-family: Lato, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
}

.text-span-35 {
    font-weight: 400;
}

.text-span-36 {
    font-family: Lato, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
}

.paragraph-32 {
    font-family: Lato, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
}

.text-span-37 {
    font-weight: 400;
}

.div-block-225 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (min-width: 1920px) {
  .navbar {
    background-color: transparent;
  }

  .logo-cms-navbar.w--current {
    background-color: transparent;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .menu {
    background-image: url('../img/grid-1_1grid(1).png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../img/grid-1_1grid(1).png'), linear-gradient(180deg, #fff, #fff);
    background-position: 50% 50%, 0px 0px;
    background-size: 30px 30px, auto;
    background-repeat: no-repeat, repeat;
  }

  .header-home-page {
    padding-right: 0%;
  }

  .heading {
    font-size: 6em;
  }

  .shape1-homepage {
    width: 50vw;
    height: 75vh;
    background-size: 40vw;
  }

  .section-school {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .school-home-page-right {
    width: 40%;
  }

  .section-formations {
    position: relative;
    z-index: 6;
    min-height: 50vh;
    background-color: transparent;
    background-image: linear-gradient(356deg, rgba(250, 251, 255, 0), rgba(253, 253, 255, 0));
  }

  .div-block-8 {
    position: static;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .formations-header {
    overflow: hidden;
  }

  .formations-header.home {
    overflow: auto;
  }

  .heading-4 {
    height: auto;
    font-size: 2em;
  }

  .text-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-5 {
    height: auto;
  }

  .section-3-header {
    margin-top: 0vh;
    padding-top: 35vh;
    padding-bottom: 30vh;
    background-color: rgba(250, 251, 255, 0);
  }

  .img-mask {
    left: -702px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .btn-red {
    height: auto;
    min-height: 50px;
  }

  .section-4-header.padding {
    overflow: hidden;
    height: auto;
    min-height: 40vh;
    padding-bottom: 1%;
  }

  .section-4-header.nomargin {
    min-height: 150vh;
    margin-top: 10vh;
    padding-top: 31vh;
    padding-bottom: 5vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-6 {
    font-size: 2.5vw;
  }

  .heading-6.about {
    font-size: 2.3vw;
  }

  .paragraph-5.schools-paragraph {
    margin-top: 40px;
    font-size: 1.4em;
  }

  .section-video-header {
    height: auto;
    margin-bottom: auto;
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .video-header {
    min-height: 83vh;
  }

  .section-6-header {
    background-color: transparent;
  }

  .div-block-24 {
    opacity: 0.38;
  }

  .div-block-25.nomargin {
    padding-top: 44vh;
  }

  .avis-header {
    min-height: 100vh;
  }

  .section-7-header {
    overflow: hidden;
  }

  .text-span-5-copy {
    font-weight: 900;
  }

  .div-block-39 {
    height: auto;
  }

  .link-actu-a {
    margin-top: 4vh;
  }

  .paragraph-7 {
    font-size: 1.8em;
    line-height: 1.5em;
  }

  .paragraph-8 {
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
  }

  .link-actu-a-copy {
    margin-top: 3vh;
    margin-bottom: 10px;
  }

  .shape-actu {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 14px 0 rgba(78, 78, 78, 0.04);
  }

  .last-rigth {
    overflow: visible;
  }

  .div-block-51 {
    z-index: 2;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: background-color 725ms ease;
    transition: background-color 725ms ease;
  }

  .div-block-51:hover {
    background-color: #0f1e30;
  }

  .div-block-13-copy {
    height: 5px;
    margin-top: -1px;
  }

  .navbar-1 {
    position: fixed;
  }

  .formations-list {
    margin-top: 5vh;
  }

  .heading-15 {
    margin-top: 40px;
  }

  .titre-formations {
    padding-top: 34px;
  }

  .paragraph-10 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .text-block-5-copy {
    height: auto;
  }

  .text-block-5-copy {
    height: auto;
  }

  .text-block-5-copy-copy {
    height: auto;
  }

  .paragraph-10-copy {
    line-height: 1.5em;
  }

  .section-last-copy {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .section-last-copy.home-last.home {
    overflow: hidden;
  }

  .text-field.search-formation-2.line {
    border-radius: 0px;
  }

  .div-block-77 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 12vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../img/Tracé-66.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-78 {
    width: 8%;
    background-color: #fbb500;
  }

  .form-up {
    z-index: 400;
    background-color: transparent;
  }

  .heading-17 {
    font-family: Montserrat, sans-serif;
    color: #3e5463;
    font-size: 2.5em;
    font-weight: 500;
  }

  .paragraph-12 {
    font-size: 1.5em;
  }

  .text-block-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2em;
  }

  .div-block-13-copy-copy {
    height: 5px;
  }

  .div-block-94 {
    width: 92%;
  }

  .heading-21 {
    font-size: 2.5vw;
  }

  .div-block-95 {
    position: static;
    z-index: 1;
  }

  .div-block-96 {
    min-height: 50vh;
  }

  .paragraph-16 {
    font-size: 1.4em;
  }

  .div-block-96-copy {
    min-height: 50vh;
  }

  .iscom-card.iscom-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-position: 50% 50%, 0px 0px, 50% 50%;
  }

  .paragraph-12-copy {
    font-size: 1.5em;
  }

  .btn-purple {
    height: auto;
  }

  .sep-supveto {
    height: 5px;
    margin-top: -1px;
  }

  .sep-pigier {
    height: 5px;
    margin-top: -1px;
  }

  .sep-iscom {
    height: 5px;
    margin-top: -1px;
  }

  .sep-contact {
    height: 5px;
    margin-top: -1px;
  }

  .div-block-126 {
    top: 20vh;
  }

  .div-block-140 {
    height: 150px;
  }

  .partenaires-header {
    font-size: 6em;
  }

  .actu-header {
    position: static;
    z-index: 2;
    font-size: 4.7vw;
  }

  .div-block-51-copy {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: background-color 725ms ease;
    transition: background-color 725ms ease;
  }

  .div-block-51-copy:hover {
    background-color: #0f1e30;
  }

  .div-block-146 {
    display: none;
  }

  .heading-copy-copy {
    font-size: 4.7vw;
  }

  .paragraph-20 {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .paragraph-21 {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .div-block-155 {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .div-block-157 {
    padding-top: 3%;
  }

  .heading-28 {
    font-size: 2.2vw;
  }

  .paragraph-22 {
    width: 80%;
    font-size: 1.4em;
  }

  .heading-6-copy {
    width: 99%;
    font-size: 2.3vw;
  }

  .div-block-161.no-margin {
    overflow: hidden;
  }

  .section-4-header-copy.no-margin {
    overflow: hidden;
  }

  .title-header-home {
    font-size: 5em;
  }

  .title-section-school {
    font-size: 2.2vw;
  }

  .paragraph-school {
    font-size: 1.4em;
    font-weight: 400;
  }

  .formation-home-page {
    position: static;
    width: 50vw;
    height: auto;
    min-width: 50vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .title-section-4-home {
    font-size: 2.5vw;
  }

  .paragraph-section-4-home {
    font-size: 1.5em;
  }

  .title-sec-3 {
    font-size: 2.5vw;
  }

  .title-sec-6-home-h2 {
    font-size: 2.5vw;
  }

  .title-sec-6-home-h2.about {
    font-size: 2.3vw;
  }

  .title-sec-7-home {
    color: #3e5463;
    font-size: 2.5vw;
    font-weight: 400;
  }

  .img-actu-first-home {
    height: auto;
    border-radius: 10px;
    background-size: 112%;
    background-attachment: scroll;
    box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.06);
  }

  .paragraph-actu-first {
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
  }

  .img-actu-home {
    background-image: url('../img/nfactory.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .card-text-green {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  }

  .card-text-red {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  }

  .title-formation-header {
    font-size: 4.7vw;
  }

  .text-about-home {
    font-size: 1.2em;
  }

  .cta-contact-us-home {
    margin-left: 38px;
  }

  .div-title-foramtion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 12vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .title-courses {
    margin-top: 40px;
    font-size: 3vw;
  }

  .sep-yellow-courses {
    width: 8%;
    background-color: #fbb500;
  }

  .title-formation-card {
    font-size: 1.9em;
  }

  .title-formation-card.highlight {
    font-size: 2.5em;
  }

  .text-bloc-campus {
    font-size: 3.5vw;
  }

  .cta-ecodes-card {
    font-size: 3.5vw;
  }

  .by-school-formation {
    height: auto;
  }

  .title-single-formation {
    font-size: 6em;
  }

  .niveau-etudes-single-page {
    font-size: 1.5em;
  }

  .img-section1-single-formation {
    background-image: linear-gradient(278deg, rgba(1, 40, 49, 0.85), rgba(0, 0, 0, 0.08)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .formation-desc-div {
    position: static;
    width: 50vw;
    height: 25vh;
    min-width: 50vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .title-desc-formation {
    height: auto;
  }

  .sep-desc-card {
    height: 5px;
    margin-top: -1px;
  }

  .paragraph-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-nf-single-page {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  }

  .card-ne-single-page {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
  }

  .title-header-ecoles {
    font-size: 6em;
  }

  .paragraph-header-ecoles {
    font-size: 1.5em;
  }

  .header-home-page-2 {
    padding-right: 0%;
  }

  .header-home-page-2.about-page {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .lottie-animation-2.about {
    right: -21.7vw;
    width: 91vw;
    min-height: 90vh;
  }

  .lottie-animation-2.home {
    right: -21.5vw;
    width: 91vw;
    min-height: 90vh;
    margin-bottom: 7vh;
  }

  .shape1-homepage-2 {
    width: 50vw;
    height: 75vh;
    margin-right: 20px;
    background-size: contain;
  }

  .title-header-home-2 {
    font-size: 4.7vw;
  }

  .csm-header-video {
    left: auto;
    right: 70.4375px;
    z-index: 4;
    width: 49vw;
  }

  .title-actu-first-home-2 {
    font-size: 2.5em;
  }

  .actus-first-2 {
    min-height: 44vh;
    background-color: hsla(0, 0%, 100%, 0);
    box-shadow: none;
  }

  .paragraph-actu-home-2 {
    margin-bottom: 40px;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
  }

  .paragraph-actu-first-2 {
    font-family: Montserrat, sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .read-article-home-page-2.small {
    font-size: 0.8em;
  }

  .title-actus-home-2 {
    color: #3e5463;
  }

  .text-block-6-copy-3 {
    margin-top: 10px;
    font-size: 0.7em;
  }

  .lottie-animation-3 {
    position: absolute;
    top: -34.1vh;
    right: 0px;
    z-index: -1;
    opacity: 0.05;
  }

  .background-video {
    min-height: 80vh;
    box-shadow: 2px 0 16px 2px rgba(102, 102, 102, 0.22);
  }

  .image-2 {
    position: absolute;
    left: auto;
    top: auto;
    margin-top: -28px;
  }

  .image-2.bigger {
    opacity: 0.48;
  }

  .image-2.bigger.jobboard {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-2.bigger.jobboard.partners {
    top: 24vh;
    margin-top: auto;
  }

  .image-2.bigger.jobboard.partners.contact.actu {
    top: -2.6vh;
  }

  .lottie-animation-4 {
    opacity: 0.06;
  }

  .slider {
    width: 80%;
    min-height: 29vh;
  }

  .slide {
    top: 46px;
    min-height: 40vh;
  }

  .div-block-174 {
    width: 90%;
    min-height: 40vh;
    margin-right: auto;
  }

  .block-quote {
    left: 62px;
    top: -51px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 16%;
    font-size: 29px;
  }

  .text-span-22 {
    left: 165.094px;
    width: auto;
    margin-top: 0px;
  }

  .text-block-22 {
    font-size: 1.3em;
  }

  .slider-navigation {
    top: 36vh;
  }

  .slider-navigation.default-nav {
    left: -40px;
    top: 853px;
    min-width: 85%;
  }

  .slider-navigation.default-nav.avis-nf {
    top: 55vh;
  }

  .slider-navigation.default-nav {
    left: -40px;
    top: 55vh;
  }

  .avatar3 {
    left: -10px;
    top: -32px;
  }

  .avatar-img {
    margin-left: 50px;
    width: 200px;
    height: 200px;
  }

  .mask {
    top: -60px;
    min-height: 50vh;
  }

  .image-4 {
    right: -12.1vw;
  }

  .image-6 {
    position: absolute;
    top: auto;
    bottom: -815.5vh;
  }

  .image-6.formations {
    margin-top: -27vh;
  }

  .image-7 {
    left: 2.8vw;
    bottom: -813.7vh;
  }

  .image-8 {
    left: 27.2vw;
    bottom: -846.9vh;
    opacity: 0.02;
  }

  .image-9 {
    left: 43.7vw;
    bottom: -835.6vh;
    opacity: 0.02;
    -webkit-transform: rotate(-151deg);
    -ms-transform: rotate(-151deg);
    transform: rotate(-151deg);
  }

  .image-9.formation-single {
    margin-left: 31vw;
  }

  .image-10 {
    top: auto;
    margin-top: -7vh;
    margin-left: -5vw;
  }

  .image-10.value-3 {
    top: auto;
    margin-top: -38vh;
    margin-left: -6vw;
  }

  .image-10-copy.value2 {
    top: auto;
    margin-top: -34vh;
    margin-right: -2vw;
  }

  .image-10-copy.value4 {
    top: auto;
    margin-left: 26vw;
  }

  .section-last-about {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .indicators {
    margin-top: 0vh;
  }

  .ctaholder {
    margin-top: 6%;
    margin-bottom: 15%;
  }

  .major-shape {
    position: absolute;
    top: 6.1vh;
    right: 0px;
    z-index: 0;
    opacity: 0.03;
  }

  .image-11 {
    position: absolute;
  }

  .major-shape-formation {
    position: absolute;
    top: -11.3vh;
    right: 0px;
    z-index: 0;
    opacity: 0.03;
  }

  .shape-page-ecoles {
    left: 41.5vw;
    top: 5.2vh;
  }

  .paragraph-24 {
    padding-right: 21%;
    font-size: 1.4em;
  }

  .shapevideo {
    left: -3.3vw;
    top: -124px;
    width: 90%;
    min-height: 76vh;
  }

  .image-17 {
    left: 3.4vw;
    top: 11.9vh;
    width: 45vw;
  }

  .image-18.v2 {
    opacity: 0.03;
  }

  .school-ctas-img {
    position: absolute;
    left: auto;
    top: auto;
    margin-top: -28px;
  }

  .school-ctas-img.bigger {
    opacity: 0.48;
  }

  .heading-29 {
    font-size: 2vw;
  }

  .major-shape-schools {
    position: absolute;
    left: auto;
    top: 135.2vh;
    right: 0px;
    z-index: 0;
    opacity: 0.03;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .shape2img {
    position: absolute;
    left: -15.5vw;
    top: 293.4vh;
    bottom: auto;
    z-index: 0;
    width: 90vw;
    opacity: 0.04;
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }

  .section-last-schools {
    margin-top: 0vh;
    padding-top: 30vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background-image: linear-gradient(180deg, #fff, transparent);
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .nfactory-single-rigth-2.v2 {
    padding-right: 0%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section-last-copy-2 {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .cta-become-partner {
    z-index: 2;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: background-color 725ms ease;
    transition: background-color 725ms ease;
  }

  .cta-become-partner:hover {
    background-color: #0f1e30;
  }

  .text-block-4-copy-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2em;
  }

  .paragraph-25 {
    font-size: 2em;
  }

  .div-block-13-copy-copy-2 {
    height: 5px;
  }

  .formation-card-school-single {
    position: static;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-header-school {
    padding-right: 58px;
    font-size: 1.5em;
  }

  .heading-30 {
    font-size: 4.7vw;
  }

  .text-bloc-campus-2 {
    font-size: 3.5vw;
  }

  .cta-ecodes-card-2 {
    font-size: 3.5vw;
  }

  .heading-31 {
    height: auto;
    font-size: 2.7em;
  }

  .shapevideo-nfactory {
    left: -6.5vw;
    top: 2.1vh;
    width: 49vw;
    min-height: 77vh;
    background-color: rgba(250, 251, 255, 0);
  }

  .header-ecoles-nfactory {
    height: auto;
    min-height: 110vh;
    background-color: #fafbff;
  }

  .major-shape-school-single {
    position: absolute;
    top: -46.7vh;
    right: 0px;
    z-index: 0;
    width: 100vw;
    opacity: 0.03;
  }

  .p-intro-nfactory {
    padding-right: 21%;
    font-size: 1.4em;
  }

  .heading2-nfactory {
    font-size: 2.5vw;
  }

  .by-school {
    height: auto;
  }

  .heading3-nfactory {
    font-size: 2.5vw;
  }

  .separator-school-header {
    height: 5px;
  }

  .section-lastabout {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .image71 {
    left: 2.8vw;
    bottom: -813.7vh;
  }

  .image-7-copy {
    left: 2.8vw;
    bottom: -813.7vh;
  }

  .image-7-copy {
    left: 2.8vw;
    bottom: -813.7vh;
  }

  .shape7 {
    left: 2.8vw;
    bottom: -813.7vh;
  }

  .shape7.formations {
    margin-top: -33vh;
  }

  .shape7.aboutsh {
    margin-top: -36vh;
  }

  .prefooter-about {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .prefooter-formations {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .prefooter-schools {
    position: relative;
    overflow: hidden;
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .prefooter-schools2 {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .prefooter-schools-single {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .paragraph-27 {
    font-size: 1.5em;
  }

  .title-desc-formation-2 {
    height: auto;
    font-size: 2.4em;
  }

  .formation-desc-div-2 {
    position: static;
    width: 50vw;
    height: auto;
    min-width: 50vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
  }

  .title-single-formation-2 {
    font-size: 6em;
  }

  .byschool {
    height: auto;
  }

  .heading-32 {
    font-size: 2vw;
  }

  .niveau-etudes-single-page-2 {
    font-size: 1.5em;
  }

  .paragraph-28 {
    font-size: 1.4em;
    font-weight: 500;
  }

  .paragraph-card-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2em;
  }

  .sep-desc-card-2 {
    height: 5px;
    margin-top: -1px;
  }

  .formation-single-left {
    background-color: #fafbff;
  }

  .formationsinglespan {
    background-image: linear-gradient(135deg, #fbb500 10%, #e61117 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .title-section-form-single {
    font-size: 2.2vw;
  }

  .paragraph-formation {
    font-size: 1.4em;
    font-weight: 400;
  }

  .shapevideo-formation {
    left: -6.5vw;
    top: 2.1vh;
    width: 49vw;
    min-height: 77vh;
    background-color: transparent;
  }

  .shapeholder-formation-single {
    left: auto;
  }

  .formation-single-right.v2 {
    padding-right: 0%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .major-shape-formation-single {
    position: absolute;
    top: -46.7vh;
    right: 0px;
    z-index: 0;
    width: 100vw;
    opacity: 0.03;
  }

  .prefooter-formation-single {
    overflow: hidden;
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .color-blue-school-1-2 {
    font-weight: 900;
  }

  .header-ecoles-pigier {
    height: auto;
    min-height: 110vh;
    background-color: #fafbff;
  }

  .avatar-2 {
    left: -24px;
    top: -32px;
  }

  .p-intro-iscom {
    padding-right: 21%;
    font-size: 1.4em;
  }

  .text-block-4-copy-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2em;
  }

  .text-bloc-campus-3 {
    font-size: 3.5vw;
  }

  .formation-home-page-2 {
    position: static;
    width: 50vw;
    height: auto;
    min-width: 50vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .iscom-single-rigth-2.v2 {
    padding-right: 0%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-33 {
    height: auto;
    font-size: 2em;
  }

  .separator-pigier-header {
    height: 5px;
  }

  .heading2-pigier {
    font-size: 2.5vw;
  }

  .prefooter-schools-single-2 {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .sep_purple {
    height: 5px;
  }

  .text-block-23 {
    font-size: 1.3em;
  }

  .text-avis-supveto {
    font-size: 1.3em;
  }

  .header-ecoles-supveto {
    height: auto;
    min-height: 110vh;
    background-color: #fafbff;
  }

  .sep-header-supveto {
    height: 5px;
  }

  .p-intro-supveto {
    padding-right: 21%;
    font-size: 1.4em;
  }

  .nfactory-single-rigth-copy.v2 {
    padding-right: 0%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading2-supveto {
    font-size: 2.5vw;
  }

  .sep_green {
    height: 5px;
  }

  .heading2-pigier2 {
    font-size: 2.5vw;
  }

  .span2-pigier {
    color: #fbb500;
  }

  .spanorange {
    color: #fbb500;
  }

  .counterup-pigier2 {
    color: #fbb500;
  }

  .separator-school-header-2 {
    height: 5px;
  }

  .header-ecoles-pigier2 {
    height: auto;
    min-height: 110vh;
    background-color: #fafbff;
  }

  .separator-schoolpigier-header {
    height: 5px;
    background-color: #fbb500;
  }

  .pigier2-single-rigth.v2 {
    padding-right: 0%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .avis-pigier-name {
    font-size: 1.3em;
  }

  .p-intro-pigier {
    padding-right: 21%;
    font-size: 1.4em;
  }

  .sep-pigier2 {
    height: 5px;
    background-color: #fbb500;
  }

  .header-jobboard {
    overflow: hidden;
  }

  .text-block-24.hl {
    bottom: -17%;
    margin-bottom: 0px;
  }

  .text-block-4-copy-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2em;
  }

  .text-block-4-copy-4.highlight {
    font-size: 1.2em;
  }

  .text-block-4-copy-4.highlight-copy {
    font-size: 1.1em;
  }

  .text-block-26 {
    height: auto;
    margin-bottom: 20px;
    font-size: 1.5em;
  }

  .btn-jb-rm {
    margin-bottom: 10px;
  }

  .btn-jb-rm.highlight {
    margin-right: auto;
  }

  .single-job-card {
    min-height: 26vh;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .single-job-card.highlight {
    min-height: 35vh;
    padding: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: linear-gradient(305deg, #fefdfe, hsla(0, 0%, 100%, 0));
  }

  .single-job-card.highlight2 {
    min-height: 26vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .single-job-card.highlight3 {
    min-height: 36vh;
    padding: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: linear-gradient(305deg, #fefdfe, hsla(0, 0%, 100%, 0));
  }

  .heading-35 {
    font-size: 4.7vw;
  }

  .cards-jobboard-section {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-36 {
    margin-bottom: 20px;
    font-size: 2.4em;
  }

  .prefooter-job-board {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .jbvideo1 {
    left: -27px;
    min-height: 62vh;
  }

  .jbvideo2 {
    left: 77px;
    right: auto;
    width: 41vw;
  }

  .div-block-186 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sep-jb {
    width: 32%;
    height: 5px;
    margin-top: -1px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-jb {
    width: 100%;
    padding-right: 0%;
    font-size: 1.4em;
    text-align: center;
  }

  .paragraph-jb.partners {
    width: 85%;
  }

  .paragraph-jb.actu {
    width: 90%;
  }

  .jbpic {
    min-height: 30%;
    min-width: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 17, 23, 0.64)), to(rgba(251, 181, 0, 0.52))), url('../img/524A4146-JPEG_HD_300_Dpi-min.jpg');
    background-image: linear-gradient(180deg, rgba(230, 17, 23, 0.64), rgba(251, 181, 0, 0.52)), url('../img/524A4146-JPEG_HD_300_Dpi-min.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .job {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .job2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .prefooter-alumni {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .become-patern-section {
    background-image: linear-gradient(1deg, #fff 66%, hsla(0, 0%, 100%, 0));
  }

  .sep-contact-2 {
    height: 5px;
    margin-top: -1px;
  }

  .all-paterns {
    overflow: hidden;
    width: 100%;
  }

  .div-block-188 {
    padding: 30px;
    height: 180px;
    background-image: none;
  }

  .partenaires-header-2 {
    font-size: 6em;
  }

  .paterns-cat2 {
    margin-bottom: 10vh;
  }

  .cat-2 {
    height: 20vh;
  }

  .sep-yellow-copy-2 {
    opacity: 1;
  }

  .cat-3 {
    height: 20vh;
  }

  .paterns-cat1 {
    margin-bottom: 15vh;
  }

  .header-partners {
    overflow: hidden;
  }

  .image-22 {
    opacity: 0.05;
  }

  .partners-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .major-shape-partners {
    position: absolute;
    top: 61.7vh;
    right: 0px;
    z-index: 0;
    opacity: 0.05;
  }

  .paragraphctapartners {
    width: 80%;
    padding-right: 0%;
    font-size: 1.4em;
    text-align: center;
  }

  .btn-red-yellow {
    height: auto;
    min-height: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fbb500), color-stop(100%, #e41019), to(#96c225));
    background-image: linear-gradient(90deg, #fbb500, #e41019 100%, #96c225);
  }

  .partners-section-partners {
    background-image: linear-gradient(357deg, #fafbff, #fff), url('../img/Trace-242.png');
    background-position: 0px 0px, -100% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .div-block-189 {
    width: 50%;
    min-height: 43vh;
    border-radius: 10px;
    background-image: linear-gradient(286deg, rgba(0, 0, 0, 0.43), rgba(58, 25, 9, 0.41)), url('../img/524A1139-JPEG_HD_300_Dpi-JPEG_HD_300_Dpi.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .partnerscta2 {
    margin-right: auto;
  }

  .image-23 {
    margin-left: -24px;
  }

  .prefooter-partners2 {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .contact-header2 {
    overflow: hidden;
  }

  .actualites-header {
    overflow: hidden;
  }

  .actualites-header.actu {
    min-height: 57vh;
  }

  .prefooter-actualites {
    -webkit-perspective: 0px;
    perspective: 0px;
  }

  .nav-menu {
    display: none;
  }

  .div-block-190 {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown-toggle {
    margin-right: auto;
    margin-left: 0px;
  }

  .navlink {
    margin-top: auto;
    margin-bottom: auto;
  }

  .navlink.dropdown {
    min-width: auto;
  }

  .dropdown-list {
    margin-top: 40px;
  }

  .dropdown-list.w--open {
    margin-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 10px -4px rgba(151, 148, 148, 0.88);
  }

  .lastddlink {
    border-radius: 0px;
  }

  .firstdropdown {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .div-block-190-copy {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown-list-copy {
    margin-top: 40px;
  }

  .dropdown-list-copy.w--open {
    margin-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 10px -4px rgba(151, 148, 148, 0.88);
  }

  .navlink-copy {
    margin-top: auto;
    margin-bottom: auto;
  }

  .navlink-copy.dropdown {
    min-width: auto;
  }

  .navbar-2 {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navlink-2 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .navlink-2.dropdown {
    min-width: auto;
  }

  .navbar-1-2 {
    position: fixed;
  }

  .dropdown-list-2 {
    margin-top: 40px;
  }

  .dropdown-list-2.w--open {
    margin-top: 0px;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: transparent;
  }

  .lastddlink-2 {
    border-radius: 0px;
  }

  .div-block-198 {
    position: relative;
  }

  .div-block-196-copy {
    position: relative;
    top: 10vh;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .drop-list-container-copy {
    left: -150px;
  }

  .navlink-2-copy {
    margin-top: auto;
    margin-bottom: auto;
  }

  .navlink-2-copy.dropdown {
    min-width: auto;
  }

  .slider-copy {
    width: 80%;
    min-height: 29vh;
  }

  .mask-copy {
    top: -60px;
    min-height: 50vh;
  }

  .slide-copy {
    top: 46px;
    min-height: 40vh;
  }

  .avatar-copy {
    left: -24px;
    top: -32px;
  }

  .div-block-174-copy {
    width: 90%;
    min-height: 40vh;
    margin-right: auto;
  }

  .slide-copy {
    top: 46px;
    min-height: 40vh;
  }

  .avatar-copy {
    left: -24px;
    top: -32px;
  }

  .div-block-174-copy {
    width: 90%;
    min-height: 40vh;
    margin-right: auto;
  }

  .slide-copy {
    top: 46px;
    min-height: 40vh;
  }

  .avatar-copy {
    left: -24px;
    top: -32px;
  }

  .div-block-174-copy {
    width: 90%;
    min-height: 40vh;
    margin-right: auto;
  }

  .slide-copy {
    top: 46px;
    min-height: 40vh;
  }

  .avatar-copy {
    left: -24px;
    top: -32px;
  }

  .div-block-174-copy {
    width: 90%;
    min-height: 40vh;
    margin-right: auto;
  }

  .slider-navigation-copy {
    top: 568px;
  }

  .slider-navigation-copy.default-nav {
    left: -40px;
    top: 853px;
  }

  .slider-navigation-copy.default-nav {
    left: -40px;
    top: 853px;
  }

  .slider-navigation-copy.default-nav-copy {
    left: -40px;
    top: 853px;
  }

  .slider-navigation-bp-b {
    top: 568px;
  }

  .slider-navigation-bp-b.default-nav {
    left: -40px;
    top: 853px;
    min-width: 85%;
  }

  .slider-navigation-bp-b.default-nav {
    left: -40px;
    top: 853px;
  }

  .slider-navigation-bp-b.default-nav-bp-b {
    left: -40px;
    top: 48vh;
    min-width: 85%;
  }


  .block-quote-copy {
    left: 62px;
    top: -51px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 16%;
    font-size: 29px;
  }

  .block-quote-copy {
    left: 62px;
    top: -51px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 16%;
    font-size: 29px;
  }

  .div-block-214 {
    width: 80%;
  }

  .title-actus-single-article {
    color: #3e5463;
  }

  .text-wrap {
    max-width: 900px;
    min-width: 900px;
  }

  .grid {
    position: relative;
    background-color: #fafbff;
  }

  .photos-heading {
    font-size: 3.5vw;
  }

  .columns {
    padding-top: 10vh;
  }

  .shapevideo-supveto {
    left: -6.5vw;
    top: 2.1vh;
    width: 49vw;
    min-height: 77vh;
    background-color: rgba(250, 251, 255, 0);
  }

  .div-block-217 {
    position: -webkit-sticky;
    position: sticky;
    top: 2vh;
    width: 45%;
    height: auto;
    min-height: 8vh;
    background-color: #fff;
  }

  .filter-photos-div {
    position: -webkit-sticky;
    position: sticky;
    top: 2vh;
    background-color: #fff;
  }

  .submit-button-2 {
    width: 200px;
    height: 5vh;
    border-radius: 5px;
    background-color: #e61117;
    background-image: -webkit-gradient(linear, left top, right top, from(#e61117), to(#fbb500));
    background-image: linear-gradient(90deg, #e61117, #fbb500);
    font-family: Lato, sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 700;
  }

  .div-block-218 {
    width: 100px;
    height: auto;
    border-radius: 5px;
    background-image: url('../img/loupe.svg'), linear-gradient(96deg, #e61117, #fbb500);
    background-position: 50% 50%, 0px 0px;
    background-size: 25%, auto;
    background-repeat: no-repeat, repeat;
  }

  .filter-photos-div-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 2vh;
    background-color: #fff;
  }

  .title-aboute-page {
    font-size: 4.7vw;
  }

  .div-block-96-copy-copy {
    min-height: 50vh;
  }

  .divcontent-sup {
    min-height: 50vh;
  }

  .div-contente--pigier {
    min-height: 50vh;
  }

    .block-quote-copy {
        left: 62px;
        top: -51px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0%;
        padding-left: 16%;
        font-size: 29px;
    }

    .block-quote-copy {
        left: 62px;
        top: -51px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0%;
        padding-left: 16%;
        font-size: 29px;
    }

    .text-span-22-copy {
        left: 10px;
        width: auto;
        margin-top: 0px;
    }
  
  .quote-avis {
    right: -360px;
    top: -60px;
  }

    .block-quote-copy-copy {
        left: 62px;
        top: -51px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 3%;
        padding-left: 3%;
        font-size: 1.7em;
    }

    .text-block-22-copy {
        font-size: 1.3em;
      position: unset;
    }
  .div-block-221 {
    flex-direction: column;
    min-height: auto;
    padding: 5vh 0;
  }

    .paragraph-section-4-jbs {
        font-size: 1.5em;
    }

    .title-actus-single-jb {
        color: #fff;
    }
}

@media screen and (max-width: 991px) {
  
  .avis-header-supveto {
    min-height: 100vh;
  }
  .avis-sup {
    min-height: 30vh;
    width: 100%;
  }
  .text-avis-supveto {
    position: unset;
  }
  .cta-site-ecole {
    margin-top: 0;
  }
  .avis-pigier {
    width: 100%;
    min-height: 30vh;
  }
  .avis-pigier-name {
    position: unset;
  }
  .img-section1-single-formation {
    width: 100%;
  }
  .img-pigier-ipad {
    width: 100%;
    min-height: 40vh;
    margin-top: 3vh;
  }
  .title-section-form-single {
    margin: 3vh auto;
  }
  .section1-single-formation {
    flex-direction: column;
      
  }
  .text-block-23 {
    position: unset;
  }
  .div-block-162 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .div-block-163 {
    width: 100%;
    margin-bottom: 20px;
  }
  .view-all-partners {
    display: none;
  }
  .logo-cms-navbar {
    width: 60px;
    height: 60px;
    background-image: url('../img/Logo_campus_1Logo_campus.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../img/Logo_campus_1Logo_campus.png'), linear-gradient(180deg, #fff, #fff);
    background-position: 50% 50%, 0px 0px;
    background-size: 60%, auto;
    background-repeat: no-repeat, repeat;
  }
  
  .formations-list.no-margin {
    margin-top:20vh;
    padding-top: 0;
  }
  
  .header-ecoles1{
    min-height:90vh;
    
  }
  
  .ecoles-page-left{
    height: auto;
    min-height: 90vh;
  }
  
  .div-block-93{
    margin-top:0;
  }

  .logo-cms-navbar.w--current {
    width: 60px;
    height: 60px;
    background-image: url('../img/Logo_campus_1Logo_campus.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../img/Logo_campus_1Logo_campus.png'), linear-gradient(180deg, #fff, #fff);
    background-position: 50% 50%, 0px 0px;
    background-size: 75%, auto;
    background-repeat: no-repeat, repeat;
  }

  .header-home-page {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 255, 0.6)), to(#fff)), url('../img/Groupe-16.png');
    background-image: linear-gradient(180deg, rgba(250, 251, 255, 0.6), #fff), url('../img/Groupe-16.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }

  .header-home-page-left {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading {
    width: 100%;
    text-align: center;
  }

  .header-home-page-right {
    display: none;
  }

  .section-school {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(354deg, #fafbfe, rgba(253, 253, 255, 0));
    min-height: 30vh;
  }

  .school-home-page-left {
    width: 100%;
  }

  .school-home-page-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-blue {
    width: auto;
    max-width: 250px;
    min-width: 200px;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .school-home-page-right {
    display: none;
    width: 100%;
  }

  .school {
    display: none;
  }

  .pigier {
    height: 150px;
  }

  .iscom {
    height: 150px;
  }
  
  .nfactory {
    height: 150px;
  }

  .supveto {
    height: 150px;
  }

  .formations-header.home {
    margin-top: 10vh;
    min-height: 40vh;
  }

  .text-block-5 {
    font-size: 1em;
  }

  .section-3-header {
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section-3-div-right {
    width: 67%;
  }

  .section-4-header {
    height: 500px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .section-4-header.padding {
    padding-right: 7%;
    padding-left: 7%;
    margin-top: 10vh;
  }

  .heading-6 {
    width: 100%;
  }

  .heading-6.about {
    width: 100%;
  }

  .paragraph-5.schools-paragraph {
    width: 100%;
  }

  .section-video-header.home {
    min-height: 60vh;
    padding-bottom: 5vh;
  }

  .video-header {
    min-height: auto;
  }

  .div-block-25 {
    padding-right: 7%;
    padding-left: 7%;
  }
  
  .div-block-25.nomargin {
    padding-top: 0;
  }
  
  .div-block-156 {
    margin-top: 1vh;
  }
  
  .div-block-175 {
    padding-right: 0;
    padding-left: 0;
    width: 90%;
  }

  .div-block-158 {
    width: auto;
  }
  
  .avis-header {
    min-height: 50vh;
    padding-right: 2%;
    padding-left: 2%;
  }

  .section-7-header {
    padding-right: 10%;
    padding-left: 10%;
    margin-top: 10vh;
    min-height: 70vh;
  }
  
  .section-actu-header2 {
    margin-top: 0;
  }

  .arrow-blue {
    width: 20px;
    height: 20px;
  }

  .actus-first {
    height: auto;
  }

  .div-block-39 {
    height: auto;
  }

  .heading-8 {
    font-size: 1.8em;
  }

  .link-actu {
    font-size: 0.8em;
  }

  .lottie-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }

  .load {
    display: none;
  }

  .avis {
    width: 100%;
    min-height: 30vh;
  }
  
  .mask {
    min-height: 0;
  }

  .paragraph-8 {
    font-size: 1em;
  }

  .div-block-48 {
    min-height: 19vh;
  }

  .div-block-49 {
    min-height: 14vh;
  }

  .shape-actu {
    padding: 10px 30px;
  }

  .section-last {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .last-rigth {
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    z-index: 2;
  }
  
  .shape-index {
    z-index: 3;
  }

  .div-block-51 {
    width: 95%;
    height: 40vh;
  }

  .heading-10 {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .heading-11 {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .heading-12 {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .footer {
    height: auto;
  }

  .div-block-55 {
    height: 15vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-7 {
    font-size: 1.2em;
  }

  .text-block-8 {
    font-size: 1.2em;
  }

  .div-block-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foooter-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .text-block-9 {
    font-size: 1.1em;
  }

  .link4-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header-formations {
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .formations-home-page-left {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .formations-home-page-rigth {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .avant-formation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .avant-1 {
    width: auto;
    min-height: 300px;
    margin-bottom: 10px;
  }

  .paragraph-10 {
    font-size: 1em;
  }

  .avant-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .div-block-71 {
    min-height: 100px;
  }

  .div-block-73 {
    margin-top: 0vh;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-10-copy {
    font-size: 1em;
  }

  .section-last-copy {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-last-copy.home-last.home {
    margin-bottom: 10vh;
    padding-bottom: 0;
  }

  .div-block-76 {
    width: 84%;
  }

  .form-up {
    display: none;
  }

  .header-formations-single {
    padding-left: 0%;
  }

  .formations-single-left {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-bottom: 0;
  }
  
  .info-schools-single {
    margin-top: 0;
  }

  .formations-single-rigth {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block-4-copy {
    font-size: 0.8em;
  }

  .div-block-98 {
    width: 100%;
  }

  .paragraph-16 {
    font-size: 1.1em;
    margin-top: 0;
  }

  .nfactory-card {
    width: 100%;
    height: auto;
    min-height: 20vh;
    background-image: url('../img/nfactory-school-ecole-informatique-numerique-rouen_1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-image: url('../img/nfactory-school-ecole-informatique-numerique-rouen_1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }

  .supveto-card {
    width: 100%;
    height: auto;
    min-height: 20vh;
    background-image: url('../img/sup-veto-formation-assistant-veterinaire.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-image: url('../img/sup-veto-formation-assistant-veterinaire.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }

  .iscom-card {
    width: 100%;
    height: auto;
    min-height: 20vh;
    background-image: url('../img/logo-iscom-rouen-ecole-de-communication-et-publicite-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-image: url('../img/logo-iscom-rouen-ecole-de-communication-et-publicite-1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }

  .iscom-card.iscom-content {
    width: 100%;
  }

  .pigie-card {
    width: 100%;
    height: auto;
    min-height: 20vh;
    background-image: url('../img/pigier-performance-ecole-de-commerce-management_1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-image: url('../img/pigier-performance-ecole-de-commerce-management_1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-position: 80% 50%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }

  .zone-01-card {
    width: 100%;
    height: auto;
    min-height: 20vh;
    background-position: 30% 50%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }

  .pigie-card.content-pigier {
    width: 100%;
    background-image: url('../img/pigier-performance-ecole-de-commerce-management_1.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-image: url('../img/pigier-performance-ecole-de-commerce-management_1.png'), linear-gradient(180deg, null, null), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-position: 50% 50%, 0px 0px, 50% 50%;
  }

  .nfactory-single-rigth {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .iscom-single-rigth {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .btn-purple {
    width: auto;
    max-width: 250px;
    min-width: 200px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .supveto-single-rigth {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .btn-green {
    width: auto;
    max-width: 250px;
    min-width: 200px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .pigier-single-left {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cta-jobtitle {
    font-size: 0.7em;
  }

  .arrow-blue-copy {
    width: 35px;
    height: 35px;
  }

  .div-block-126 {
    top: 20vh;
    width: 75px;
    height: 75px;
    background-image: url('../img/csmlogo_1csmlogo.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../img/csmlogo_1csmlogo.png'), linear-gradient(180deg, #fff, #fff);
    background-size: 70%, auto;
  }

  .text-block-7-copy {
    font-size: 1.3em;
  }

  .text-block-7-copy-copy {
    font-size: 1em;
  }

  .text-block-8-copy {
    font-size: 1em;
  }

  .div-block-127-copy {
    padding-top: 17%;
  }

  .text-block-7-copy-copy-copy {
    font-size: 1em;
  }

  .div-block-129 {
    width: 35px;
    height: 35px;
  }

  .div-block-130 {
    width: 35px;
    height: 35px;
  }

  .div-block-131 {
    height: auto;
  }

  .div-block-135 {
    overflow: auto;
  }

  .div-block-46-copy {
    height: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-139 {
    display: none;
    width: 100%;
  }

  .partenaires-header {
    width: 100%;
    text-align: center;
  }

  .actu-header {
    width: 100%;
    text-align: center;
  }

  .div-block-51-copy {
    width: 95%;
    height: 40vh;
  }

  .header-about-page {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 255, 0.6)), to(#fff)), url('../img/Groupe-16.png');
    background-image: linear-gradient(180deg, rgba(250, 251, 255, 0.6), #fff), url('../img/Groupe-16.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
  }

  .heading-copy-copy {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3em;
    text-align: center;
  }

  .heading-6-copy {
    width: 100%;
  }

  .header-home-page-right-copy {
    display: none;
  }

  .section-4-header-copy {
    height: 500px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .title-header-home {
    width: 100%;
    text-align: center;
  }

  .school-home-page-right-grid {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .title-section-4-home {
    width: 100%;
    font-size: 2em;
  }

  .title-sec-3 {
    font-size: 2em;
  }

  .title-sec-6-home {
    margin-top: 0;
    padding-right: 7%;
    padding-left: 7%;
  }

  .title-sec-6-home-h2 {
    margin-top: 0;
    width: 100%;
    font-size: 2em;
  }

  .title-sec-7-home {
    font-size: 2.5em;
  }

  .img-actu-first-home {
    height: auto;
    background-size: cover;
  }

  .title-actu-first-home {
    font-size: 1.8em;
  }

  .paragraph-actu-first {
    font-size: 1em;
  }

  .other-actu-home {
    height: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .img-actu-home {
    min-height: 19vh;
  }

  .text-actu-home {
    min-height: 14vh;
  }

  .title-actus-home {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .card-text-green {
    width: 75%;
    height: 25vh;
  }

  .card-text-red {
    width: 75%;
    height: 25vh;
  }

  .title-sep-footer {
    font-size: 1.2em;
  }

  .info-sep-footer {
    font-size: 1.2em;
  }

  ._2footer {
    height: 15vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pages-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-footer-nf-ml {
    height: 30vh;
    min-height: 30vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-network-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nos-formations-link-footer {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .mention-legales-link-footer {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .copy-r {
    font-size: 1.1em;
  }

  .formations-foramtion-page-left {
    width: 100%;
    height: auto;
    min-height: 50vh;
    padding-bottom: 0vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .formations-foramtion-page-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 50vh;
    margin-top: 0vh;
    padding-bottom: 0vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-formation-header {
    width: 50%;
    font-size: 3em;
    text-align: center;
  }

  .div-cta-view-all-avis {
    margin-top: auto;
  }

  .view-all-cta-avis {
    font-size: 0.8em;
  }

  .text-bloc-campus {
    font-size: 2.6em;
    text-align: center;
    width: 100%;
  }

  .cta-ecodes-card {
    width: 100%;
    font-size: 2.6em;
    text-align: center;
  }

  .title-single-formation {
    width: 100%;
    text-align: center;
  }

  .card-nf-single-page {
    width: 75%;
    height: 25vh;
  }

  .div-cards-single-page {
    width: 50%;
  }

  .card-ne-single-page {
    width: 75%;
    height: 25vh;
  }

  .title-header-ecoles {
    width: 100%;
    text-align: center;
  }

  .nfactory-logo-black {
    width: 25%;
  }

  .title-section-4-ecole {
    width: 100%;
  }

  .section-4-ecole {
    height: 500px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .header-home-page-left-2 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-home-page-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 255, 0.6)), to(#fff)), url('../img/Groupe-16.png');
    background-image: linear-gradient(180deg, rgba(250, 251, 255, 0.6), #fff), url('../img/Groupe-16.png');
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .header-home-page-2.about-page {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(#fafbff)), url('../img/Groupe-16.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), #fafbff), url('../img/Groupe-16.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, auto, auto;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .title-header-home-2 {
    width: 100%;
    font-size: 4em;
    text-align: center;
  }

  .typed-words.color-text-gradiant-home {
    font-size: 1em;
  }

  .typed-words.color-text-gradiant-pink {
    font-size: 1em;
  }

  .title-sep-footer-2 {
    font-size: 1em;
  }

  .info-sep-footer-2 {
    font-size: 0.9em;
  }

  .copy-r-2 {
    font-size: 1.1em;
  }

  .link-5 {
    margin-bottom: 5px;
    font-size: 1em;
  }

  ._2footer-2 {
    height: 30vh;
    min-height: 30vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mention-legales-link-footer-2 {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .nos-formations-link-footer-2 {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .title-actu-first-home-2 {
    font-size: 1.4em;
    font-weight: 500;
  }

  .actus-first-2 {
    height: auto;
  }

  .paragraph-actu-first-2 {
    font-size: 1em;
  }

  .read-article-home-page-2 {
    font-size: 0.8em;
  }

  .title-actus-home-2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .arrow-blue-2 {
    width: 40px;
    height: 40px;
  }

  .arrow-blue-2.big {
    width: 30px;
    height: 30px;
  }

  .text-span-21 {
    font-weight: 700;
  }

  .lottie-animation-3 {
    top: 0.6vh;
  }

  .background-video {
    min-height: 50vh;
  }

  .lottie-animation-4 {
    margin-top: auto;
  }

  .lottie-animation-5 {
    width: 91vw;
    min-height: 40vh;
    margin-left: 265px;
  }

  .block-quote {
    font-size: 1em;
    top: 15px;
    margin: 0;
  }
  
  .div-block-174 {
    min-height: 0;
    flex-direction: column;
  }

  .text-span-22 {
    font-size: 3.7em;
  }

  .text-block-22 {
    top: auto;
    margin-top: 20px;
    position: relative;
  }
  
  .quote-bottom {
    right: -350px;
    top: 0;
  }

  .slider-navigation {
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .cta-avis {
    position: relative;
    top: -70px;
    right: 10px;
  }

  .avatar-img {
    width: 80px;
    height: 80px;
    margin-left: auto;
  }

  .image-4 {
    overflow: hidden;
    margin-top: 215px;
  }

  .image-5 {
    overflow: hidden;
    margin-top: -174px;
  }

  .image-9.formations {
    overflow: hidden;
  }

  .title-sec-6-about {
    padding-right: 7%;
    padding-left: 7%;
  }

  .section-last-about {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partners-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom:0;
    min-height: 70vh
  }

  .school-about-page-left {
    width: 100%;
  }

  .indicators.indicators-bg {
    overflow: hidden;
    min-height: 20vh;
  }

  .indicators.indicators-bg.nf-indicators {
    position: relative;
    overflow: hidden;
    margin: 50px 0;
  }

  .formations-scroll {
    display: none;
  }

  .major-shape-formation {
    top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shape-page-ecoles {
    display: none;
  }

  .paragraph-24 {
    width: 75%;
    padding-right: 0%;
    text-align: center;
  }

  .ecoles-page-left {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-fecoles-header {
    width: 100%;
    font-size: 5em;
    text-align: center;
  }

  .header-ecoles1 {
    background-image: none;
  }

  .section-last-schools {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .counterup {
    font-size: 4em;
  }

  .nfactory-single-rigth-2 {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nfactory-single-rigth-2.v2 {
    display: none;
  }

  .section-last-copy-2 {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-jobtitle-2 {
    font-size: 0.7em;
    letter-spacing: 3px;
  }

  .cta-become-partner {
    width: 100%;
    height: auto;
    min-height: 40vh;
  }

  .text-block-4-copy-2 {
    margin-bottom: 20px;
    font-size: 0.8em;
  }

  .title-section-4-ecole-2 {
    width: 100%;
  }

  .heading-30 {
    width: 100%;
    font-size: 3em;
    text-align: center;
  }

  .arrow-blue-nfactory {
    width: 35px;
    height: 35px;
  }

  .text-bloc-campus-2 {
    font-size: 3em;
  }

  .section-4-ecole-2 {
    height: 500px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .header-ecoles-nfactory {
    height: 70vh;
    padding-left: 0%;
  }

  .p-intro-nfactory {
    width: 70%;
    padding-right: 0%;
    text-align: center;
  }

  .by-school {
    font-size: 1em;
  }

  .section-lastabout {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prefooter-about {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top:12vh;
    padding-bottom:0
  }

  .prefooter-formations {
    height: auto;
    margin-top: 0vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }

  .prefooter-schools {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prefooter-schools2 {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prefooter-schools-single {
    height: auto;
    margin-bottom: 0vh;
    padding-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .formation-desc-div-2 {
    min-width: 60vw;
  }

  .formations-single-rigth-2 {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .title-single-formation-2 {
    width: 100%;
    text-align: center;
  }

  .heading-32 {
    font-size: 2em;
  }

  .card-1-single-page-form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15%;
  }

  .paragraph-28 {
    margin-top: 20px;
  }

  .formations-single-left-2 {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .formation-single-left {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .formation-left-single {
    width: 100%;
    padding-right: 0%;
  }
  .paragraph-formation {
    padding-right: 0%;
  }

  .div-block-180 {
    width: 100%;
    min-height: 150px;
    min-width: 100%;
  }

  .formation-single-right {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .formation-single-right.v2 {
    display: none;
  }

  .prefooter-formation-single {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 0;
    padding-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .partners-heading {
    padding: 0 7%;
  }

  .header-ecoles-pigier {
    min-height: 70vh;
    padding-left: 0%;
  }

  .p-intro-iscom {
    width: 70%;
    padding-right: 0%;
    text-align: center;
  }

  .text-block-4-copy-3 {
    font-size: 0.8em;
  }

  .arrow-iscom {
    width: 35px;
    height: 35px;
  }

  .formations-single-left-3 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height:auto;
    padding-bottom:0;
  }
  
  .text-bloc-campus-3{
    width: 100%;
    font-size: 2.6em;
    text-align: center;
  }
  
  .cta-ecodes-card-2 {
    width: 100%;
    font-size: 2.6em;
    text-align: center;
  }

  .iscom-single-rigth-2 {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .iscom-single-rigth-2.v2 {
    display: none;
  }

  .section-4-ecole-3 {
    height: 500px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .cat-pigier-form {
    font-size: 0.7em;
    letter-spacing: 3px;
  }

  .last-rigth-2 {
    width: 95%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .cat-iscom-form {
    font-size: 0.7em;
    letter-spacing: 3px;
  }

  .prefooter-schools-single-2 {
    padding-bottom: 10vh;
    height: auto;
    margin-top: 10vh;
    margin-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top:0;
  }

  .header-ecoles-supveto {
    min-height: 60vh;
    padding-left: 0%;
  }

  .p-intro-supveto {
    width: 70%;
    padding-right: 0%;
    text-align: center;
  }

  .nfactory-single-rigth-copy {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .nfactory-single-rigth-copy.v2 {
    display: none;
  }

  .arrow-supveto {
    width: 35px;
    height: 35px;
  }

  .section-4-ecole-4 {
    height: auto;
    min-height: auto;
    padding-right: 7%;
    padding-left: 7%;
    padding-top: 0;
  }

  .cat-supveto-form {
    font-size: 0.7em;
    letter-spacing: 3px;
  }

  .arrow-pigier {
    width: 35px;
    height: 35px;
  }

  .cta-form-pigier {
    font-size: 0.7em;
    letter-spacing: 3px;
  }

  .header-ecoles-pigier2 {
    padding-left: 0%;
    min-height: 70vh;
  }

  .pigier2-single-rigth {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .pigier2-single-rigth.v2 {
    display: none;
  }

  .p-intro-pigier {
    width: 70%;
    padding-right: 0%;
    text-align: center;
  }

  .div-block-182 {
    width: 50%;
  }

  .arrow-blue-jb {
    width: 35px;
    height: 35px;
  }

  .jb2holder {
    background-position: 50% 74%;
  }

  .text-block-4-copy-4 {
    width: 102%;
    margin-bottom: 20px;
    font-size: 1em;
  }

  .text-block-4-copy-4.highlight {
    font-size: 1em;
  }

  .heading-34 {
    font-size: 1.2em;
  }

  .text-block-26 {
    font-size: 1em;
  }

  .text-block-26.hl {
    font-size: 1.1em;
  }

  .single-job-card.highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-35 {
    width: 100%;
    text-align: center;
  }

  .jb1holder {
    background-position: 50% 25%;
  }

  .cards-jobboard-section {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-36 {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .heading-36.hl {
    font-size: 2em;
  }

  .cta-jobtitle-3 {
    font-size: 0.7em;
    letter-spacing: 3px;
  }

  .prefooter-job-board {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .jbvideo1 {
    opacity: 0.3;
  }

  .jbvideo2 {
    opacity: 0.3;
  }

  .jbpic {
    width: 100%;
    min-height: 250px;
  }

  .job {
    width: 100%;
  }

  .prefooter-alumni {
    height: auto;
    margin-top: 10vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cat-1-cta {
    font-size: 1em;
  }

  .cat2 {
    min-height: 50px;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-187 {
    top: 5vh;
    width: 100%;
    height: auto;
  }

  .cta-choice-cat {
    top: 0vh;
    width: 90%;
    min-height: auto;
    margin-top: 5vh;
    padding: 0vh 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .all-paterns {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .last-section-card {
    width: 95%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .cat1 {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img-patern {
    background-position: 10% 50%;
  }

  .partenaires-header-2 {
    width: 100%;
    text-align: center;
  }

  .paterns-cat {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cat-2-cta {
    font-size: 1em;
  }

  .cat3 {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cat-3-cta {
    font-size: 1em;
  }

  .paterns-cat1 {
    padding-right: 3%;
  }

  .image-22 {
    overflow: hidden;
  }

  .partners-heading.partners {
    width: 80%;
  }

  .div-block-189 {
    background-position: 0px 0px, 30% 50%;
  }

  .image-23 {
    display: none;
  }

  .prefooter-partners2 {
    height: auto;
    margin-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prefooter-actualites {
    height: auto;
    margin-top: 10vh;
    margin-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    width: 100vw;
  }

  .menuburgerlink {
    margin-bottom: 30px;
  }

  .lottie-animation-7 {
    margin-top: -27%;
  }

  .nav-menu-links {
    width: 70%;
  }

  .lottie-animation-8 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-190 {
    min-width: 30vw;
  }

  .navlink {
    min-width: 120px;
  }

  .navlink.f {
    margin-right: 10px;
  }

  .div-block-191 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-192 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-193 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-194 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-190-copy {
    min-width: 30vw;
  }

  .navlink-copy {
    min-width: 120px;
  }

  .navlink-copy.f {
    margin-right: 10px;
  }

  .navbar-2 {
    min-width: 30vw;
  }

  .navlink-2 {
    min-width: 120px;
  }

  .navlink-2.f {
    margin-right: 10px;
  }

  .div-block-196-copy {
    min-width: 30vw;
  }

  .navlink-2-copy {
    min-width: 120px;
  }

  .navlink-2-copy.f {
    margin-right: 10px;
  }

  .counterup2 {
    font-size: 4em;
  }

  .div-block-199 {
    display: none;
  }

  .logo-csm-footer-copy.w--current {
    display: none;
  }

  .social-network-footer-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .avis-header-copy {
    min-height: 50vh;
    padding-right: 2%;
    padding-left: 2%;
  }

  .avis-copy {
    width: 100%;
    min-height: 40vh;
  }

  .slider-navigation-copy {
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-navigation-bp-b {
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-span-22-copy {
    font-size: 3.7em;
  }

  .block-quote-copy {
    font-size: 1em;
  }

  .block-quote-copy {
    font-size: 1em;
  }

  .block-quote-copy-copy {
    font-size: 1em;
  }

  .div-block-214 {
    width: 80%;
  }

  .title-actus-single-article {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .inner {
    width: 400vw;
  }

  .wrapper {
    display: none;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .photos-heading {
    width: 100%;
    font-size: 4em;
    text-align: center;
  }

  .columns {
    height: auto;
    min-height: 20vh;
    margin-top: 5vh;
  }

  .filter-photos-div {
    top: 8vh;
    display: block;
    background-color: transparent;
  }

  .filter-btn {
    width: auto;
  }

  .lottie-animation-9 {
    display: none;
  }

  .hover-circle {
    display: none;
  }

  .header-page-photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-bottom: 0vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .filter-photos-div-2 {
    top: 10vh;
    display: none;
  }

  .lottie-animation-10 {
    display: none;
  }

  .title-aboute-page {
    width: 100%;
    font-size: 5em;
    text-align: center;
  }

  .filter-btn-copy {
    width: auto;
  }

  .div-block-96-copy-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divcontent-sup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-contente--pigier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

    .div-block-220 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .div-block-221-copy {
        margin-top: 10vh;
    }

    .block-quote-copy {
        font-size: 1em;
    }

    .block-quote-copy {
        font-size: 1em;
    }

    .text-span-22-copy {
        font-size: 3.7em;
    }

    .text-span-22-copy {
        font-size: 3.7em;
    }

    .block-quote-copy-copy {
        font-size: 1em;
    }

    .text-block-22-copy {
        top: auto;
        margin-top: 20px;
    }

    .img-jb-single {
        padding-right: 2%;
    }

    .title-actus-single-jb {
        font-size: 2.5em;
        line-height: 1.2em;
    }
    .info-schools-single-2 {
      padding-top: 0;
    }
    .avis-iscom {
      width: 100%;
      min-height: 30vh;
    }
    
  
}

@media screen and (max-width: 780px) {
  .div-block-188 {
    padding: 10px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .logo-csm-footer.w--current {
    display: none;
  }

  .logo-csm-footer.desktop {
    display: none;
  }

  .pages-footer {
    display: none;
  }

  .copy-r-footer-desktop {
    display: none;
  }

  .social-network-footer {
    display: none;
  }

  .div-block-187 {
    position: static;
    margin-right: 7%;
  }

  .cta-choice-cat {
    display: none;
  }

  .all-paterns {
    width: 100%;
    margin-left: 7%;
  }

  .paterns-cat2 {
    width: 88%;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-38 {
    font-family: Lato, sans-serif;
    color: #fbb500;
    font-size: 2em;
  }

  .cat-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paterns-cat3 {
    width: 88%;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cat-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paterns-cat1 {
    width: 88%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu-footer {
    height: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menuburgerlink {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18vmin;
    line-height: 1.3;
    text-align: center;
  }

  .nav-menu-link.nav-menu-link-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .nav-menu-link.nav-menu-link-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .nav-menu-shapes {
    display: none;
  }

  .nav-menu-links {
    width: 100%;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-190 {
    display: none;
  }

  .div-block-191 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-190-copy {
    display: none;
  }

  .navbar-2 {
    display: none;
  }

  .div-block-196-copy {
    display: none;
  }

  .div-block-199 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-30 {
    font-weight: 500;
  }

  .div-block-216 {
    min-height: 60vh;
  }

  .inner {
    width: 450vw;
  }

  .wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

    .div-block-216-copy {
        min-height: 60vh;
    }
}

@media screen and (max-width: 479px) {
  .div-block-162 {
    grid-template-columns: 1fr;
  }
  .iscom-number {
    font-size: 2em;
  }
  .filter-photos-div {
    position: unset;
  }
  .niveau {
    text-align: center;
    width: 100%;
    font-size: 20px !important;
  }
  .nav2 {
    background-color: #fff;
  }
  .navbar-1-2 {
    width: 100%;
  }
  .header-jobboard {
    min-height:70vh;
  }
  
  .cta-site-ecole {
  margin-top: 100px;
}
  
  .list_jb {
    min-height: 20vh;
  }
  
  .navbar {
    background-color: #fff;
  }

  .logo-cms-navbar {
    width: 60%;
    height: 60px;
    background-image: url('../img/logo_csm.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../img/logo_csm.png'), linear-gradient(180deg, #fff, #fff);
    background-position: left;
    background-size: 60%, auto;
    background-repeat: no-repeat, repeat;
    box-shadow: none;
  }

  .logo-cms-navbar.w--current {
    width: 60%;
    height: auto;
    min-height: 60px;
    background-image: url('../img/logo_csm.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../img/logo_csm.png'), linear-gradient(180deg, #fff, #fff);
    background-position: left;
    background-size: 60%, auto;
    background-repeat: no-repeat, repeat;
  }

  .menu {
    height: auto;
    min-height: 60px;
    background-image: url('../img/grid-1_1grid(1).png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: url('../img/grid-1_1grid(1).png'), linear-gradient(180deg, #fff, #fff);
    background-size: 26px, auto;
  }

  .heading {
    font-size: 2.5em;
  }

  .div-block-5 {
    margin-right: 0px;
  }

  .section-school {
    min-height: 70vh;
    padding-bottom: 30px;
  }

  .school-home-page-left {
    min-height: 70vh;
  }

  .school-home-page-btn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .btn-blue {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .pigier {
    background-size: 75%;
  }

  .iscom {
    background-size: 75%;
  }

  .nfactory {
    background-size: 75%;
  }

  .supveto {
    background-size: 75%;
  }

  .div-block-8 {
    width: 300px;
    min-width: 300px;
    padding-left: 5%;
  }

  .formations-header {
    width: 100%;
  }

  .formations-header.home {
    min-height: 50vh;
    margin-top: 5vh;
    padding-top: 0vh;
  }

  .text-block-3 {
    font-size: 1em;
  }

  .heading-4 {
    font-size: 1.3em;
  }

  .text-block-4 {
    font-size: 0.8em;
  }

  .text-block-6 {
    font-size: 0.5em;
  }

  .section-3-header {
    min-height: 70vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section-3-div-left {
    display: none;
  }

  .section-3-div-right {
    width: 100%;
    padding-left: 0px;
  }

  .section-4-header {
    height: auto;
    margin-top: 0vh;
  }

  .section-4-header.nomargin {
    margin-top: 0vh;
  }

  .heading-6 {
    font-size: 1.8em;
  }

  .heading-6.about {
    font-size: 1.5em;
  }

  .div-block-20 {
    display: none;
  }

  .section-video-header {
    height: auto;
    padding: 50px 7%;
  }

  .section-video-header.about-page {
    padding-right: 2%;
    padding-left: 2%;
  }

  .section-video-header.home {
    min-height: 75vh;
    padding-right: 0%;
    padding-left: 0%;
  }

  .video-header {
    width: 100%;
    height: auto;
    min-height: 50vh;
  }

  .div-block-24 {
    display: none;
  }

  .div-block-25.nomargin {
    padding-top: 10vh;
  }

  .avis-header {
    display: none;
  }

  .slider-thumb-wrap {
    min-height: 65px;
    min-width: 65px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-7-header {
    min-height: 50vh;
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .heading-5-copy {
    font-size: 1.8em;
  }

  .arrow-yellow {
    width: 40px;
    height: 40px;
  }

  .section-actu-header2 {
    margin-top: 5vh;
    background-image: none;
  }

  .actus-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-39 {
    width: 100%;
    height: 200px;
    min-height: 200px;
  }

  .heading-8 {
    font-size: 1.8em;
  }

  .lottie-animation {
    display: none;
    width: 70%;
  }

  .load {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .avis {
    min-height: 50vh;
  }

  .shape-actu {
    width: 100%;
  }

  .last-rigth {
    overflow: hidden;
  }

  .div-block-51 {
    width: 90%;
  }

  .heading-12 {
    margin-bottom: 0px;
    font-size: 1.2em;
  }

  .heading-13 {
    font-size: 1.8em;
  }

  .div-block-54 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-55 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-56 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-57 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-58 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-59 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-60 {
    width: 100%;
  }

  .foooter-2 {
    width: 100%;
  }

  .div-block-60-copy-copy {
    display: none;
    width: 100%;
  }

  .link4-footer {
    width: 100%;
  }

  .div-block-60-copy-copy-copy {
    display: block;
    width: 100%;
  }

  .header-formations {
    padding-right: 0%;
    padding-left: 0%;
  }

  .form-formation {
    height: auto;
    min-height: 50vh;
  }

  .form {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .div-block-65 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-formation-3 {
    width: 100%;
  }

  .search-formation-4 {
    width: 100%;
  }

  .div-block-66 {
    width: 100%;
  }

  .div-block-67 {
    width: 100%;
  }

  .formations-list.no-margin {
    margin-top: 0vh;
    padding-top: 10vh;
  }

  .avant-formation {
    margin-bottom: 5vh;
  }

  .formation.higher-margin {
    margin-top: 10vh;
  }

  .avant-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-formation-avant1 {
    width: 100%;
    min-height: 150px;
  }

  .div-block-68 {
    width: 100%;
  }

  .avant-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-71 {
    min-height: 150px;
  }

  .div-block-73 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-5-copy-copy {
    padding-right: 15px;
  }

  .section-last-copy.home-last {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }

  .div-block-76 {
    display: none;
  }

  .header-formations-single {
    padding-left: 0%;
  }

  .formations-single-left {
    padding-bottom: 0vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .formations-single-rigth {
    display: none;
  }

  .formations-desc {
    overflow: auto;
    width: 100%;
  }

  .text-block-4-copy {
    width: 100%;
    font-size: 1em;
    font-weight: 400;
  }

  .header-ecoles {
    padding-left: 0%;
  }

  .div-block-93 {
    margin-top: 0vh;
  }

  .div-block-94 {
    width: 105%;
  }

  .heading-21 {
    font-size: 1.2em;
  }

  .div-block-96 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-98 {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .paragraph-16 {
    margin-bottom: 2vh;
    font-size: 1em;
  }

  .text-block-3-copy-copyy {
    font-size: 0.7em;
  }

  .div-block-96-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nfactory-card {
    width: 100%;
    height: 14vh;
    min-height: 14vh;
    background-image: url('../img/nfactory-school-ecole-informatique-numerique-rouen_1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.73))), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-image: url('../img/nfactory-school-ecole-informatique-numerique-rouen_1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
  }

  .supveto-card {
    width: 100%;
    height: 14vh;
    min-height: 14vh;
    background-image: url('../img/sup-veto-formation-assistant-veterinaire.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-image: url('../img/sup-veto-formation-assistant-veterinaire.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
  }

  .iscom-card {
    width: 100%;
    height: 14vh;
    min-height: 14vh;
    background-image: url('../img/logo-iscom-rouen-ecole-de-communication-et-publicite-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.71)), to(rgba(2, 2, 2, 0.71))), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-image: url('../img/logo-iscom-rouen-ecole-de-communication-et-publicite-1.png'), linear-gradient(180deg, rgba(2, 2, 2, 0.71), rgba(2, 2, 2, 0.71)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
  }

  .pigie-card {
    width: 100%;
    height: 14vh;
    min-height: 14vh;
    background-image: url('../img/pigier-performance-ecole-de-commerce-management_1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-image: url('../img/pigier-performance-ecole-de-commerce-management_1.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../img/524A5050-JPEG_HD_300_Dpi-min.jpg');
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
  }

  .zone-01-card {
    width: 100%;
    height: 14vh;
    min-height: 14vh;
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: 60%, auto, cover;
  }

  .paragraph-12-copy {
    text-align: center;
  }

  .div-block-99 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .div-block-100 {
    width: 50%;
  }

  .paragraph-17 {
    width: 100%;
    font-size: 1.2em;
  }

  .div-block-101 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-100-copy {
    width: 50%;
  }

  .nfactory-single-rigth {
    display: none;
  }

  .iscom-single-rigth {
    display: none;
  }

  .supveto-single-rigth {
    display: none;
  }

  .pigier-logo {
    width: 50%;
  }

  .pigier-single-left {
    padding-bottom: 0vh;
  }

  .pigier-single-rigth {
    display: none;
  }

  .iscom-text {
    font-size: 1em;
  }

  .supveto-logo {
    width: 50%;
    background-image: url('../img/sup-veto-formation-assistant-veterinaire_1.png');
  }

  .div-block-111 {
    width: 80%;
  }

  .heading-23 {
    font-size: .9em;
  }

  .div-block-114 {
    height: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-115 {
    height: 34vh;
    min-height: 34vh;
  }

  .date_post {
    font-size: 0.5em;
  }

  .cta-jobtitle {
    font-size: 0.7em;
  }

  .text-block-6-copy {
    font-size: 0.5em;
  }

  .text-block-6-copy {
    font-size: 0.5em;
  }

  .text-block-6-copy {
    font-size: 0.5em;
  }

  .paragraph-2-copy {
    width: 75%;
    font-size: 1em;
  }

  .div-block-120 {
    margin-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-121 {
    width: 100%;
    margin-top: 100px;
  }

  .form-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-121-copy {
    width: 100%;
  }

  .div-block-126 {
    top: 20vh;
  }

  .div-block-127-copy {
    min-height: 32vh;
  }

  .div-block-128 {
    height: auto;
    min-height: 7vh;
    margin-bottom: 2%;
  }

  .div-block-133 {
    top: 11vh;
    overflow: auto;
    width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
  }

  .div-block-135 {
    width: 90%;
  }

  .div-block-46-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partenaires-header {
    font-size: 2.5em;
  }

  .actu-header {
    font-size: 2em;
  }

  .div-block-51-copy {
    width: 90%;
    padding-right: 0%;
    padding-left: 5%;
  }

  .div-block-146 {
    display: none;
  }

  .heading-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2.5em;
  }

  .div-block-151 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-152 {
    width: 100%;
  }

  .div-block-153 {
    width: 100%;
    margin-top: 10px;
  }

  .paragraph-21 {
    border-left: 3px solid #fbb500;
  }

  .ecoles {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-10-copy {
    padding-right: 15px;
  }

  .div-block-156.no-padding {
    position: relative;
    margin-top: 10vh;
  }

  .div-block-157 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-158 {
    width: 100%;
  }

  .heading-28 {
    font-size: 1.5em;
  }

  .paragraph-22 {
    font-size: 1em;
  }

  .heading-6-copy {
    font-size: 1.5em;
  }

  .header-home-page-right-copy {
    display: none;
  }

  .div-block-161.no-margin {
    overflow: auto;
    margin-bottom: 0vh;
    padding-top: 10vh;
  }

  .div-block-163 {
    width: 100%;
    min-width: 78vw;
  }

  .section-4-header-copy {
    height: auto;
    margin-top: 0vh;
  }

  .title-header-home {
    font-size: 2.5em;
  }

  .school-scroll {
    margin-right: 25px;
  }

  .title-section-school {
    margin-bottom: 0px;
    font-size: 1.5em;
  }

  .paragraph-school {
    margin-bottom: 40px;
    font-size: 1em;
    font-weight: 400;
  }

  .school-home-page-right-grid {
    margin-bottom: 50px;
  }

  .formation-home-page {
    min-height: 280px;
    width: 350px;
    min-width: 350px;
    padding-left: 5%;
  }

  .div-view-all-cta {
    padding: 0 10px;
  }

  .title-section-4-home {
    font-size: 1.5em;
  }

  .paragraph-section-4-home {
    font-size: 1em;
    font-weight: 400;
  }

  .paragraph-section-4-home.nf {
    width: 90%;
  }

  .title-sec-3 {
    font-size: 1.5em;
  }

  .title-sec-6-home {
    margin-top: 0vh;
  }

  .title-sec-6-home-h2 {
    font-size: 1.5em;
  }

  .title-sec-6-home-h2.about {
    width: 100%;
    font-size: 1.5em;
  }

  .title-sec-7-home {
    font-size: 1.5em;
  }

  .title-actu-home {
    font-size: 1.8em;
  }

  .img-actu-first-home {
    width: 100%;
    height: 200px;
    min-height: 200px;
  }

  .title-actu-first-home {
    font-size: 1.8em;
  }

  .other-actu-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-actu-home {
    min-height: 20vh;
  }

  .title-actus-home {
    margin-bottom: 0px;
    font-size: 1.2em;
  }

  .card-text-green {
    width: 85%;
  }

  .title-blue-green {
    font-size: 1.8em;
  }

  .card-text-red {
    width: 85%;
  }

  .title-red-orange {
    font-size: 1.8em;
  }

  ._1-footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .adresse {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .horaires {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._2footer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-csm-footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo-csm-footer.w--current {
    display: none;
    width: 100px;
    height: 9vh;
    background-size: contain;
  }

  .logo-csm-footer.desktop {
    display: none;
  }

  .logo-csm-footer.desktop.w--current {
    display: none;
  }

  .pages-footer {
    width: 100%;
  }

  .copy-r-footer-mobile {
    display: block;
    width: 100%;
  }

  .copy-r-footer-desktop {
    display: none;
    width: 100%;
  }

  .link-footer-nf-ml {
    width: 100%;
    height: auto;
    min-height: 30vh;
    padding-left: 49px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-network-footer {
    display: none;
    width: 100%;
  }

  .formations-foramtion-page-left {
    height: 50vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .formations-foramtion-page-right {
    height: 50vh;
  }

  .title-formation-header {
    width: 100%;
    font-size: 2.5em;
  }

  .div-block-5-copy {
    margin-right: 25px;
  }

  .about-campus-cta-home-page {
    margin-top: 53px;
  }

  .cta-contact-us-home {
    margin-left: 0px;
  }

  .cta-link-readmore {
    width: 190px;
    min-width: 190px;
  }

  .div-view-all {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-cta-view-all-actus {
    width: auto;
    max-width: 160px;
    min-width: 150px;
  }

  .form-header {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .title-formation-card.highlight {
    font-size: 1.2em;
  }

  .text-bloc-campus {
    font-size: 1.8em;
  }

  .cta-ecodes-card {
    font-size: 1.8em;
  }

  .title-single-formation {
    font-size: 2.5em;
  }

  .section1-single-formation {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-section1-single-formation {
    width: 100%;
    height: 20vh;
    min-height: 20vh;
  }

  .formation-desc-div {
    width: 300px;
    min-width: 300px;
    padding-left: 5%;
  }

  .title-desc-formation {
    font-size: 1.3em;
  }

  .paragraph-card {
    font-size: 0.8em;
  }

  .card-nf-single-page {
    width: 85%;
  }

  .div-cards-single-page {
    top: -30vh;
    width: 100%;
  }

  .card-ne-single-page {
    width: 85%;
  }

  .title-header-ecoles {
    font-size: 2.5em;
  }

  .nfactory-logo-black {
    width: 50%;
  }

  .title-section-4-ecole {
    font-size: 1.8em;
  }

  .section-4-ecole {
    height: auto;
    margin-top: 0vh;
  }

  .desc-ecole-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-choix-avis {
    position: relative;
  }

  .category-copy {
    font-size: 0.5em;
  }

  .header-home-page-left-2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header-home-page-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .header-home-page-2.about-page {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.08)), to(#fafbff)), url('../img/Groupe-16.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.08), #fafbff), url('../img/Groupe-16.png'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, 150%, auto;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }

  .title-header-home-2 {
    font-size: 2.5em;
  }

  .scrool-2 {
    min-height: 150px;
    margin-right: auto;
    margin-left: auto;
  }

  .typed-words.color-text-gradiant-home {
    font-size: 1.2em;
  }

  .typed-words.color-text-gradiant-pink {
    font-size: 1.2em;
  }

  ._1-footer-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copy-r-2 {
    margin-top: 40px;
  }

  ._2footer-2 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mention-legales-link-footer-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nos-formations-link-footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title-actu-first-home-2 {
    font-size: 1.3em;
  }

  .actus-first-2 {
    margin-bottom: 2.5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .view-all-cta-actus-2 {
    font-size: 0.9em;
  }

  .title-actu-home-2 {
    font-size: 1.8em;
  }

  .paragraph-actu-first-2 {
    font-weight: 400;
  }

  .text-block-6-copy-2 {
    font-size: 0.5em;
  }

  .actus-home-2 {
    margin-top: 2.5vh;
    margin-bottom: 0vh;
  }

  .title-actus-home-2 {
    margin-bottom: 0px;
    font-size: 1.5em;
  }

  .arrow-blue-2 {
    width: 20px;
    height: 20px;
    margin-right: 7%;
  }

  .text-block-6-copy-3 {
    font-size: 0.5em;
  }

  .lottie-animation-3 {
    width: 100%;
  }

  .image-2 {
    width: 130px;
  }

  .image-2.bigger.jobboard.partners.contact.actu {
    top: 13.4vh;
    margin-left: auto;
  }

  .slider {
    top: 15vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-174 {
    width: 100%;
    min-height: 62vh;
  }

  .block-quote {
    position: static;
    left: 0px;
    top: 0vh;
    width: 80%;
    height: auto;
    min-height: 15vh;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-quote.quote {
    position: static;
    left: 90px;
    top: 116px;
  }

  .text-span-22 {
/*     position: static;
    left: -23px;
    top: 9px;
    margin-top: -10px; */
    display: none;
  }

  .text-span-22._2 {
    margin-left: 51px;
  }

  .text-span-22._2.text3 {
    position: static;
    left: 0px;
    top: -4vh;
    margin-left: 0px;
  }

  .text-block-22 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
  }

  .slider-navigation {
    position: absolute;
    left: auto;
    top: 47vh;
    z-index: 4;
    min-height: 3vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-navigation.default-nav {
    top: 531px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: 3px;
  }

  .avatar3 {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-10 {
    max-width: 80%;
  }

  .image-10-copy.value2 {
    max-width: 80%;
  }

  .image-10-copy.value4 {
    max-width: 80%;
  }

  .partners-section {
    min-height: 50vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .indicators {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .indicators.indicators-bg {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .indicators.indicators-bg.nf-indicators {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .ctaholder {
    padding-right: 15px;
  }

  .view-all-partners {
    left: 20px;
    right: auto;
    display: none;
  }

  .image-12 {
    max-width: 60%;
  }

  .image-12.i-2 {
    max-width: 60%;
  }

  .image-12.i-3 {
    max-width: 60%;
  }

  .formations-scroll {
    display: none;
    margin-top: -100px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-24 {
    width: 100%;
    padding-right: 7%;
    padding-left: 7%;
  }

  .ecoles-page-left {
    height: auto;
    min-height: 38vh;
    padding-bottom: 0vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .title-fecoles-header {
    padding-right: 7%;
    padding-left: 7%;
    font-size: 2.5em;
  }

  .header-ecoles1 {
    min-height: 75vh;
    margin-top: 10vh;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-29 {
    font-size: 1.8em;
    line-height: 1.5em;
  }

  .nfactory-single-rigth-2 {
    display: none;
  }

  .section-last-copy-2 {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .formations-header-2 {
    width: 100%;
  }

  .cta-jobtitle-2 {
    font-size: 0.7em;
  }

  .cta-become-partner {
    width: 100%;
    height: auto;
    min-height: 60vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .text-block-4-copy-2 {
    width: 100%;
    font-size: 0.8em;
  }

  .info-schools-single {
    margin-top: 10vh;
    padding-right: 0%;
    padding-left: 0%;
  }

  .title-section-4-ecole-2 {
    font-size: 1.8em;
  }

  .formation-card-school-single {
    width: 300px;
    min-width: 300px;
    padding-left: 5%;
  }

  .heading-30 {
    font-size: 2.5em;
  }

  .btn-nfactory-cta {
    width: 190px;
    min-width: 190px;
  }

  .text-bloc-campus-2 {
    font-size: 2em;
    text-align: center;
  }

  .cta-ecodes-card-2 {
    font-size: 1.8em;
  }

  .paragraph-26 {
    width: 100%;
    font-size: 1.2em;
  }

  .section-4-ecole-2 {
    height: auto;
    margin-top: 0vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .heading-31 {
    font-size: 1.3em;
  }

  .p-intro-nfactory {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .heading2-nfactory {
    font-size: 1.2em;
  }

  .heading3-nfactory {
    font-size: 1.2em;
  }

  .avis-header-nfactory {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shape7.aboutsh {
    overflow: hidden;
  }

  .prefooter-about {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .prefooter-formations {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .prefooter-schools {
    margin-top: 0vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .prefooter-schools-single {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .title-desc-formation-2 {
    font-size: 1.5em;
  }

  .shape-single-page-2 {
    position: -webkit-sticky;
    position: sticky;
    width: 80%;
  }

  .formation-desc-div-2 {
    width: 350px;
    min-width: 350px;
    padding-left: 5%;
  }

  .formations-single-rigth-2 {
    display: none;
  }

  .title-single-formation-2 {
    font-size: 2.5em;
  }

  .heading-32 {
    font-size: 2em;
  }

  .formations-single-desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-1-single-page-form {
    min-height: 30vh;
    padding: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

  .formations-single-left-2 {
    padding-bottom: 0vh;
  }

  .paragraph-card-2 {
    font-size: 1em;
  }

  .formation-single-left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .formation-left-single {
    width: 100%;
    min-height: 40vh;
    padding-right: 0%;
    padding-bottom: 24px;
  }

  .title-section-form-single {
    font-size: 2em;
    text-align: center;
  }

  .div-block-179 {
    width: 100%;
    height: auto;
    min-height: 30vh;
  }

  .div-block-180 {
    width: 100%;
    height: auto;
    min-height: 100px;
    min-width: 100%;
  }

  .lottie-animation-6 {
    min-height: 78vh;
  }

  .formation-single-right {
    display: none;
  }

  .prefooter-formation-single {
    margin-bottom: 0vh;
    padding-top: 0vh;
    padding-bottom: 5vh;
  }

  .image-19 {
    height: auto;
    min-height: 100px;
  }

  .text-block-6-copy-4 {
    font-size: 0.5em;
  }

  .div-cta-view-all-avis-2 {
    width: 190px;
    min-width: 190px;
  }

  .p-intro-iscom {
    width: 100%;
  }

  .text-block-4-copy-3 {
    width: 100%;
    font-size: 0.8em;
  }

  .text-bloc-campus-3 {
    font-size: 1.8em;
  }

  .btn-pigier-cta {
    width: 190px;
    min-width: 190px;
  }

  .arrow-iscom {
    margin-right: 7%;
  }

  .formation-home-page-2 {
    width: 300px;
    min-width: 300px;
    padding-left: 5%;
  }

  .formations-single-left-3 {
    height: auto;
    min-height: 70vh;
    padding-bottom: 0vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .header-ecoles-pigier2 {
    min-height: 70vh;
  }

  .iscom-single-rigth-2 {
    display: none;
  }

  .heading-33 {
    font-size: 1.3em;
  }

  .counterupiscom2.counterupiscom {
    font-size: 3.5em;
  }

  .section-4-ecole-3 {
    height: auto;
    margin-top: 0vh;
    padding-top: 10vh;
  }

  .iscom-logo-black {
    width: 50%;
  }

  .info-schools-single-2 {
    padding-top: 0;
    padding-right: 0%;
    padding-left: 0%;
  }

  .avis-header-iscom {
    display: none;
  }

  .cat-pigier-form {
    font-size: 0.7em;
  }

  .last-rigth-2 {
    position: relative;
  }

  .cat-iscom-form {
    font-size: 0.7em;
  }

  .heading2-pigier {
    font-size: 1.2em;
  }

  .prefooter-schools-single-2 {
    position: relative;
    overflow: hidden;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .text-avis-supveto {
    top: 33vh;
  }

  .p-intro-supveto {
    width: 100%;
  }

  .nfactory-single-rigth-copy {
    display: none;
  }

  .heading2-supveto {
    font-size: 1.2em;
  }

  .arrow-supveto {
    margin-right: 7%;
  }

  .section-4-ecole-4 {
    height: auto;
    margin-top: 0vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .avis-header-supveto {
    display: none;
    overflow: hidden;
  }

  .cat-supveto-form {
    font-size: 0.7em;
  }

  .arrow-pigier {
    margin-right: 7%;
  }

  .avis-header-pigier2 {
    display: none;
  }

  .heading2-pigier2 {
    font-size: 1.2em;
  }

  .cta-form-pigier {
    font-size: 0.7em;
  }

  .pigier2-single-rigth {
    display: none;
  }

  .avis-pigier-name {
    top: 33vh;
  }

  .p-intro-pigier {
    width: 100%;
    padding: 0 2%;
  }

  .div-block-182 {
    width: 80%;
  }

  .text-block-24 {
    font-size: 0.7em;
  }

  .jb2holder {
    width: 70%;
  }

  .text-block-4-copy-4 {
    width: 100%;
    font-size: 0.8em;
  }

  .text-block-4-copy-4.highlight {
    font-size: 1em;
  }

  .heading-34 {
    font-size: 0.8em;
  }

  .date_post-2 {
    font-size: 0.7em;
  }

  .single-job-card {
    height: auto;
    min-height: auto;
  }

  .single-job-card.highlight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-35 {
    font-size: 2.5em;
  }

  .jb1holder {
    width: 70%;
  }

  .cards-jobboard-section {
    height: auto;
    grid-column-gap: 9px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-36 {
    margin-bottom: 0px;
    font-size: 1.2em;
  }

  .cta-jobtitle-3 {
    font-size: 0.7em;
  }

  .prefooter-job-board {
    margin-top: 0vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .jbvideo1 {
    display: none;
  }

  .jbvideo2 {
    display: none;
  }

  .div-block-186 {
    width: 80%;
  }

  .jbpic {
    width: 100%;
    min-height: 150px;
  }

  .job {
    width: 100%;
  }

  .prefooter-alumni {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .cat-1-cta {
    font-size: 1em;
  }

  .cat2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-187 {
    top: 8vh;
    z-index: 1;
    display: none;
    width: 100%;
    height: auto;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-37 {
    width: 100%;
  }

  .text-patern {
    width: 100%;
  }

  .cta-choice-cat {
    top: 8vh;
    width: 100%;
    padding-right: 2px;
    padding-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .all-paterns {
    width: 100%;
    margin-left: auto;
  }

  .div-block-188 {
    width: 125px;
    padding: 10px;
    height: 100px;
  }

  .cat1 {
    padding-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .img-patern {
    width: 100%;
    height: 200px;
  }

  .partenaires-header-2 {
    font-size: 2.5em;
  }

  .paterns-cat2 {
    width: 100%;
    padding-right: 3%;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-2-copy-2 {
    width: 75%;
    font-size: 1em;
  }

  .heading-38 {
    display: block;
    font-family: Lato, sans-serif;
    color: #fbb500;
    font-size: 1.9em;
    font-weight: 700;
  }

  .cat-2 {
    height: 22vh;
  }

  .paterns-cat {
    overflow: hidden;
    margin-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paterns-cat3 {
    width: 100%;
    padding-right: 3%;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paterns-section-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cat-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 22vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cat-2-cta {
    font-size: 1em;
  }

  .cat3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cat-3 {
    height: 22vh;
  }

  .cat-3-cta {
    font-size: 1em;
  }

  .paterns-cat1 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .partners-heading {
    width: 100%;
  }

  .partners-section-partners {
    padding-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-189 {
    width: 100%;
  }

  .prefooter-actualites {
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section-actu-page {
    min-height: 100vh;
  }

  .nav-bar-menu {
    width: 50px;
  }

  .small-links-wrapper {
    margin-right: 0px;
  }

  .nav-menu {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-menu-footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menuburgerlink {
    font-size: 2em;
  }

  .small-links {
    letter-spacing: 2px;
  }

  .small-links.bottom {
    margin-right: 20px;
    font-size: 0.6em;
    letter-spacing: 0px;
  }

  .small-links.bottom.hidden {
    display: none;
  }

  .div-block-190 {
    display: none;
  }

  .div-block-191 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-190-copy {
    display: none;
  }

  .nav-bar-menu-2 {
    width: 50px;
  }

  .navbar-2 {
    display: none;
  }

  .navbar-1-2 {
    padding-left: 6%;
    height: auto;
    min-height: 10vh;
  }

  .small-links-2 {
    letter-spacing: 2px;
  }

  .div-block-196-copy {
    display: none;
  }

  .div-block-199 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo-csm-footer-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .logo-csm-footer-copy.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 9vh;
    background-size: contain;
  }

  .div-block-200 {
    position: relative;
  }

  .social-network-footer-copy {
    width: 100%;
  }

  .div-block-205 {
    width: 20px;
    height: 20px;
    min-height: 20px;
  }

  .avis-header-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-copy {
    position: relative;
    top: auto;
    bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    min-height: 30vh;
  }

  .slide-copy.slide-rel {
    top: 0px;
    height: 30vh;
    min-height: 30vh;
  }

  .avatar-copy {
    margin-right: auto;
    margin-left: auto;
  }

  .avatar-copy.avatar-3 {
    position: absolute;
    left: 0%;
    top: 0vh;
    right: 0%;
    bottom: auto;
    min-height: 10vh;
  }

  .div-block-174-copy {
    width: 100%;
    min-height: 62vh;
  }

  .div-block-174-copy.div-avis-2 {
    position: relative;
    left: 0vh;
    top: 40px;
    height: 30vh;
    min-height: 30vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .avis-copy {
    position: relative;
    width: 90%;
    min-height: 40vh;
    margin-top: 0px;
    margin-right: 7%;
    margin-left: 7%;
    background-color: #fff;
  }

  .right-arrow {
    z-index: -1;
  }

  .avatar-copy {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .avatar-copy.avt-2 {
    left: 0%;
    top: 3vh;
    right: 0%;
    bottom: auto;
  }

  .div-block-174-copy {
    position: relative;
    top: -6vh;
    width: 100%;
    min-height: 62vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-copy {
    position: relative;
  }

  .avatar-copy {
    position: absolute;
    left: 90px;
    top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .avatar-copy.avt-2 {
    left: 0%;
    top: 3vh;
    right: 0%;
    bottom: auto;
  }

  .div-block-174-copy {
    width: 100%;
    min-height: 62vh;
  }

  .avatar-copy {
    position: absolute;
    left: 90px;
    top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .avatar-copy.avt-4 {
    left: 0%;
    top: 3vh;
    right: 0%;
    bottom: auto;
  }

  .div-block-174-copy {
    width: 100%;
    min-height: 62vh;
  }

  .slider-navigation-copy {
    left: auto;
    z-index: 4;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-navigation-copy.default-nav {
    top: 531px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-navigation-copy.default-nav-copy {
    left: 0px;
    top: 411px;
    min-height: 5vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-navigation-bp-b {
    left: auto;
    z-index: 4;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-navigation-bp-b.default-nav {
    top: 531px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-navigation-bp-b.default-nav-bp-b {
    top: 531px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-arrow {
    z-index: -1;
  }

  .div-block-206 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-207 {
    position: relative;
    width: 90%;
    height: auto;
    min-height: 50vh;
    background-color: #fff;
  }

  .left-arrow-2 {
    display: block;
    opacity: 0;
  }

  .right-arrow-2 {
    display: block;
    opacity: 0;
  }

  .slide-nav {
    position: absolute;
    top: 71vh;
    z-index: 5;
    min-height: 1px;
    background-color: #0294b6;
    opacity: 0;
  }

  .div-block-208 {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    min-height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
  }

  .image-24 {
    border-radius: 50px;
  }

  .text-span-22-copy {
    position: static;
    left: -23px;
    top: 9px;
    width: 80%;
    margin-top: -10px;
    font-family: Lato, sans-serif;
    color: #3e5463;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
  }

  .text-span-22-copy._2 {
    margin-left: 51px;
  }

  .text-span-22-copy._2.text3 {
    position: static;
    left: 0px;
    top: -4vh;
    margin-left: 0px;
  }

  .slider-2 {
    top: -30px;
    min-height: 40vh;
    background-color: transparent;
  }

  .block-quote-copy {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 20%;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-quote-copy.quote {
    position: static;
    left: 90px;
    top: 116px;
  }

  .block-quote-copy.cote-1 {
    position: absolute;
    left: 5%;
    width: 20px;
  }

  .div-block-209 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 23vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-quote-copy {
    position: static;
    left: 0px;
    top: 0vh;
    width: 80%;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-quote-copy.quote {
    position: static;
    left: 90px;
    top: 116px;
  }

  .block-quote-copy-copy {
    position: static;
    left: 0px;
    top: 0vh;
    width: 80%;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-quote-copy-copy.quote {
    position: absolute;
    left: auto;
    top: auto;
    right: 5%;
    bottom: 0%;
    width: 20px;
  }

  .div-block-210 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 10vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-211 {
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
    min-height: 55vh;
  }

  .avis-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-2 {
    width: 100%;
    height: auto;
    min-height: 40vh;
  }

  .mask-2 {
    width: 100%;
    height: auto;
    min-height: 55vh;
  }

  .div-block-212 {
    padding-bottom: 10vh;
  }

  .div-block-214 {
    width: 95%;
  }

  .title-actus-single-article {
    margin-bottom: 0px;
    font-size: 1.5em;
  }

  .actus-single-page {
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
  }

  .div-block-216 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .img-scroll-left {
    max-width: 300px;
  }

  .image-25 {
    max-width: 300px;
  }

  .inner {
    width: 550vw;
    height: 220vh;
    min-width: 2800px;
    margin-right: auto;
    margin-left: auto;
    padding: 12vw;
    grid-auto-columns: auto;
    grid-auto-rows: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .text-wrap {
    min-height: 50vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-wrap {
    width: 300px;
  }

  .wrapper {
    overflow: scroll;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headline {
    font-size: 34px;
    line-height: 44px;
  }

  .photos-heading {
    font-size: 2.5em;
  }

  .columns {
    height: auto;
    min-height: 20vh;
  }

  .filter-btn {
    width: auto;
  }

  .cta-filter-photos {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lottie-animation-9 {
    display: none;
  }

  .header-page-photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 20vh;
    padding-bottom: 5vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .filter-photos-div-2 {
    display: none;
    width: 100%;
  }

  .lottie-animation-10 {
    display: none;
  }

  .column {
    display: none;
  }

  .title-aboute-page {
    padding-right: 7%;
    padding-left: 7%;
    font-size: 2.5em;
  }

  .filter-btn-copy {
    width: auto;
  }

  .div-block-96-copy-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divcontent-sup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-contente--pigier {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

    .div-block-221 {
        height: auto;
        min-height: 35vh;
        padding-top: 7vh;
    }

    .div-block-221-copy {
        padding-top: 7vh;
    }

    .div-block-222{
      width: 80px;
      min-height: 80px;
      height: auto;
      background-size: cover;
    }

    .block-quote-copy {
        position: static;
        left: 0px;
        top: 0vh;
        width: 80%;
        height: auto;
        min-height: 15vh;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    .block-quote-copy.quote {
        position: static;
        left: 90px;
        top: 116px;
    }

    .block-quote-copy {
        position: static;
        left: 0px;
        top: 0vh;
        width: 80%;
        height: auto;
        min-height: 15vh;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    .block-quote-copy.quote {
        position: static;
        left: 90px;
        top: 116px;
        display: none;
    }

    .text-span-22-copy {
        position: static;
        left: -23px;
        top: 9px;
        margin-top: -10px;
    }

    .text-span-22-copy._2 {
        margin-left: 51px;
    }

    .text-span-22-copy._2.text3 {
        position: static;
        left: 0px;
        top: -4vh;
        margin-left: 0px;
    }

    .text-span-22-copy {
        position: static;
        left: -23px;
        top: 9px;
        margin-top: -10px;
    }

    .text-span-22-copy._2 {
        margin-left: 51px;
    }

    .text-span-22-copy._2.text3 {
        position: static;
        left: 0px;
        top: -4vh;
        margin-left: 0px;
    }

    .block-quote-copy-copy {
        position: static;
        left: 0px;
        top: 0vh;
        width: 100%;
        height: auto;
        margin-top: 5px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    .block-quote-copy-copy.quote {
        position: static;
        left: 90px;
        top: 116px;
    }

    .text-block-22-copy {
        position: absolute;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        height: auto;
    }

    .paragraph-section-4-jbs {
        font-size: 1em;
        font-weight: 400;
    }

    .paragraph-section-4-jbs.nf {
        width: 90%;
    }

    .job-board {
        padding-bottom: 10vh;
    }

    .img-jb-single {
        padding-right: 2%;
}

    .title-actus-single-jb {
        margin-bottom: 0px;
        font-size: 1.8em;
    }

    .actus-single-page-jb {
        margin-top: 2.5vh;
        margin-bottom: 2.5vh;
    }

    .div-block-216-copy {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
}

#w-node-_3a3eb5f4-1887-9da8-c946-5d6a3ecff909-92d73b3c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8234aae6-6300-3e90-cf1b-85487ea4325f-13cd8ced {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
#w-node-_8234aae6-6300-3e90-cf1b-85487ea4325f-dbd73b3e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1855d2c8-3577-55b3-e053-339992c9c524-bacd8cf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
#w-node-_1855d2c8-3577-55b3-e053-339992c9c524-57d73b46 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1dfc-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1dfc-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e01-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e01-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e03-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e03-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e05-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: -4;
  grid-row-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e05-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: -4;
  grid-row-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e07-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e07-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e09-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e09-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e0a-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e0a-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e0c-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e0c-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e0e-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e0e-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e10-a4fdf5ea {
  -ms-grid-column-span: 0;
  grid-column-end: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e10-19d73b49 {
  -ms-grid-column-span: 0;
  grid-column-end: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e12-a4fdf5ea {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e12-19d73b49 {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e14-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e14-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e16-a4fdf5ea {
  -ms-grid-column-span: 3;
  grid-column-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e16-19d73b49 {
  -ms-grid-column-span: 3;
  grid-column-end: 6;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e18-a4fdf5ea {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e18-19d73b49 {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e1a-a4fdf5ea {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1e1a-19d73b49 {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

@media screen and (min-width: 1920px) {
  #w-node-_8234aae6-6300-3e90-cf1b-85487ea4325f-13cd8ced {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-_8234aae6-6300-3e90-cf1b-85487ea4325f-dbd73b3e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1855d2c8-3577-55b3-e053-339992c9c524-bacd8cf5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-_1855d2c8-3577-55b3-e053-339992c9c524-57d73b46 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8234aae6-6300-3e90-cf1b-85487ea4325f-13cd8ced {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-_8234aae6-6300-3e90-cf1b-85487ea4325f-dbd73b3e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1855d2c8-3577-55b3-e053-339992c9c524-bacd8cf5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-_1855d2c8-3577-55b3-e053-339992c9c524-57d73b46 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1dfc-a4fdf5ea {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  #w-node-bdcb305e-e6d5-e10c-8568-8c54ca4f1dfc-19d73b49 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
}

