:root {
  --dark-slate-grey: #2c3a3a;
  --white: white;
  --azure: #e7f5f5;
  --antique-white: #f0e3d0;
  --peru: #a3703b;
  --white-smoke: #f4f0eb;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: .9;
}

h2 {
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

p {
  margin-bottom: 10px;
}

a {
  padding-left: 0;
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  letter-spacing: -.03vw;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  margin: 20px;
  padding: 0 0 4px;
  font-weight: 700;
}

.nav-link:hover {
  border-bottom: 3px solid var(--dark-slate-grey);
}

.nav-link.w--current {
  color: var(--dark-slate-grey);
  margin: 20px;
  padding: 0 0 4px;
}

.nav-link.white-links {
  color: var(--white);
  border-bottom: 3px solid #fff0;
  margin: 20px 15px;
  padding: 0 0 4px;
  font-size: 12px;
  font-weight: 400;
}

.nav-link.white-links:hover {
  color: #fff;
  border-bottom: 3px solid #fff;
  margin: 20px;
  padding: 0 0 4px;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  margin-top: 10px;
  display: block;
}

.container.top-margin-80 {
  margin-top: 80px;
}

.div-navbar {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1140px;
  margin: 10px auto;
  display: flex;
}

.body {
  letter-spacing: -.1px;
  font-family: DM Sans, sans-serif;
}

.section-hero {
  background-image: url('../images/51958904511_50e12a4b9a_c.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 120vh;
}

.heading-xxl {
  color: #333;
  letter-spacing: -10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: .9;
}

.heading-xxl.right-aligned {
  text-align: right;
  margin-left: 0;
  margin-right: 100px;
  line-height: .9;
}

.heading-xxl.right-aligned.white {
  margin-left: 100px;
  margin-right: 7px;
  padding-left: 0;
  font-size: 110px;
  font-weight: 400;
}

.heading-xxl.white {
  color: var(--white);
  text-align: center;
  letter-spacing: -5px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 110px;
}

.container-jumbo-text {
  margin-top: 10vh;
}

.paragraph-m {
  color: var(--dark-slate-grey);
  text-align: left;
  white-space: normal;
  align-self: auto;
  margin-top: -21px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
}

.paragraph-m.hero-subtext {
  color: snow;
  width: 40%;
  margin-top: 3px;
  margin-right: 100px;
  font-size: 17px;
  line-height: 1.3;
}

.paragraph-m.all-caps {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding-right: 0;
  font-size: 18px;
}

.paragraph-m.all-caps.dark {
  color: var(--dark-slate-grey);
}

.paragraph-m.bold {
  font-weight: 500;
}

.paragraph-m.top-margin-20 {
  text-align: justify;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 0;
  margin-right: -14px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.paragraph-m.top-margin-20.dash {
  margin-left: 20px;
  margin-right: 10px;
}

.paragraph-m.top-margin-20.grey {
  color: #777676;
  margin-right: -150px;
  padding-right: 0;
}

.paragraph-m.top-margin-20.mobile-center-aligned {
  text-align: justify;
  margin-top: 20px;
  margin-right: 0;
  padding-right: 0;
  text-decoration: none;
}

.paragraph-m.top-margin-20.left-aligned {
  text-align: left;
}

.paragraph-m.white {
  color: var(--azure);
}

.paragraph-m.span {
  margin-right: 5px;
}

.paragraph-m.left-aligned {
  text-align: justify;
  margin-top: -18px;
  overflow: scroll;
}

.paragraph-m.right-aligned {
  text-align: right;
  margin-top: 20px;
}

.paragraph-m.right-aligned.half-width {
  width: 20%;
  margin-top: 0;
}

.paragraph-m.top-margin-30 {
  margin-top: 30px;
}

.paragraph-m.black-caps {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
}

.paragraph-m.grey-caps {
  color: #767676;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}

.paragraph-m.center-aligned-mobile {
  margin-top: -53px;
  margin-bottom: 30px;
  margin-left: 77px;
  padding-left: 0;
  padding-right: 140px;
}

.paragraph-m.red {
  color: #ff1a1a;
  text-align: center;
}

.paragraph-m.margin-top-10 {
  margin-top: 10px;
}

.div-jumbo-text {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-jumbo-subtext {
  justify-content: flex-end;
  margin-top: 25px;
  margin-left: -355px;
  margin-right: 100px;
  padding-left: 0;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-top: -25px;
  margin-right: 250px;
  padding: 13px 20px;
  font-size: 17px;
  font-weight: 500;
  transition: background-color .2s;
}

.button:hover {
  color: #333;
  background-color: #fff;
}

.button.black {
  border-color: var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 20px;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  transition: background-color .2s;
}

.button.black:hover {
  color: #fff;
  background-color: #333;
}

.button.black.top-margin-30 {
  margin-top: 30px;
}

.button.black.no-top-margin {
  margin-top: 0;
}

.button.black._1 {
  text-align: center;
  margin-left: 0;
  font-size: 12px;
}

.div-button {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 28px;
  margin-right: 100px;
  display: flex;
}

.section-notifications {
  background-color: var(--antique-white);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.slider {
  background-color: #0000;
  height: 170px;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.heading-xs {
  letter-spacing: -.7px;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.div-updates {
  align-items: center;
  margin-top: 74px;
  display: flex;
}

.image {
  width: 50px;
  max-width: none;
  margin-right: 6px;
}

.div-stats {
  z-index: 5;
  background-color: var(--peru);
  border-radius: 15px;
  width: 80%;
  margin: -96px auto -85px;
  position: relative;
}

.div-stats.mobile {
  display: none;
}

.grid-stats {
  z-index: 999999999;
  color: #0000;
  background-color: #4b4247;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.grid-stats.three-column {
  grid-template-columns: 1fr 1fr;
}

.div-figure {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-figure.vertical-margin-10 {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-figure.vertical-margin-10.center {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.number {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-size: 64px;
  line-height: 1.1;
}

.number.dark {
  color: var(--dark-slate-grey);
}

.number.dark.smaller {
  font-size: 48px;
}

.grid-heading {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  place-items: start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-xl {
  text-align: left;
  letter-spacing: -2px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.heading-xl.italic-heading {
  text-align: left;
  letter-spacing: -2px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-style: italic;
}

.heading-xl.left-aligned {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  display: block;
}

.heading-xl.left-aligned.half-width {
  text-align: left;
  letter-spacing: -1px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  display: block;
}

.heading-xl.hidden {
  display: none;
}

.heading-xl.animated {
  letter-spacing: -1px;
}

.heading-xl.center-aligned {
  text-align: center;
}

.div-heading {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-cards {
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-cards.mobile {
  height: auto;
  display: none;
}

.slide-nav-hidden {
  display: none;
}

.left-arrow {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 257px;
  bottom: 0%;
  right: -85%;
  overflow: hidden;
}

.left-arrow.courses {
  margin-top: -163px;
  top: 576px;
  right: -85%;
}

.left-arrow.about {
  margin-left: 1025px;
  margin-right: 1025px;
  display: flex;
  top: 257px;
  right: -85%;
}

.left-arrow.testimonial {
  color: var(--dark-slate-grey);
  object-fit: fill;
  background-color: #0000;
  margin-left: 709px;
  margin-right: 709px;
  display: flex;
  position: absolute;
  top: 280px;
  right: -85%;
  overflow: hidden;
}

.left-arrow.openings {
  margin-bottom: 0;
  top: 380px;
  right: -85%;
}

.left-arrow.city {
  margin-top: 0;
  top: 280px;
}

.left-arrow.testimonial-copy {
  color: var(--dark-slate-grey);
  object-fit: fill;
  background-color: #0000;
  margin-left: 709px;
  margin-right: 709px;
  display: flex;
  position: absolute;
  top: 280px;
  right: -85%;
  overflow: hidden;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  top: 246px;
  bottom: 0%;
  right: 0%;
}

.right-arrow.courses {
  margin-top: -163px;
  top: 576px;
}

.right-arrow.about {
  top: 257px;
}

.right-arrow.testimonial {
  margin-top: 54px;
  top: 226px;
}

.right-arrow.openings {
  margin-top: 0;
  margin-bottom: 0;
  top: 380px;
}

.right-arrow.city {
  margin-top: 0;
  top: 280px;
}

.panel {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.mask {
  width: auto;
  margin-left: 0;
  overflow: visible;
}

.happening-now-image {
  margin-top: 20px;
}

.div-number {
  background-color: var(--azure);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.paragraph-s {
  margin-top: 16px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.paragraph-s.white {
  color: var(--white);
}

.paragraph-s.no-margin {
  margin-top: 0;
}

.paragraph-s.span {
  margin-top: 0;
  margin-right: 5px;
}

.paragraph-s.top-margin-10 {
  margin-top: 10px;
}

.paragraph-s.tab {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-left: -5px;
  margin-right: -40px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-s.top-margin-30 {
  margin-top: 30px;
}

.menu {
  margin-right: -93px;
}

.ticket-and-close-icon {
  display: none;
}

.nav-bar {
  background-color: #0000;
  align-items: center;
  width: auto;
  margin: 0 auto 0 -85px;
  padding-left: 0;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.footer {
  text-align: center;
  background-color: #4b4247;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.section-happenings {
  background-color: var(--white);
  object-fit: fill;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.heading-m {
  color: var(--white);
  letter-spacing: -1px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-m.white {
  color: var(--white);
  letter-spacing: -.7px;
  margin-top: 0;
}

.heading-m.top-margin-10 {
  margin-top: 10px;
  font-weight: 400;
}

.heading-m.center-aligned-mobile {
  color: #000;
}

.footer-links {
  margin-top: 16px;
}

.div-footer-links {
  width: 20%;
}

.div-logo-and-socials {
  flex-direction: column;
  width: 30%;
  display: flex;
}

.div-socials {
  margin-top: 30px;
}

.div-logo-link {
  justify-content: flex-start;
  display: flex;
}

.footer-logo-text {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
}

.link-logo-footer {
  text-decoration: none;
  display: flex;
}

.link-logo-footer:hover {
  text-decoration: none;
}

.div-card {
  width: auto;
  margin-right: 40px;
}

.div-card.last-card {
  margin-right: 0;
}

.social-link {
  margin-right: 10px;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-image {
  max-width: 90%;
}

.div-cta-section {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.divider-line {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--white-smoke);
  width: 100%;
  height: 0;
  display: none;
}

.divider-line.top-margin-20 {
  margin-top: 20px;
}

.divider-line.margin-40 {
  background-color: #506b6b;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-cta {
  background-color: var(--azure);
  margin-top: 0;
  margin-bottom: 40px;
}

.section-header {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-breadcrumps {
  border-style: solid;
  border-width: 0;
  border-color: black black var(--white-smoke);
  padding-bottom: 0;
  display: flex;
}

.div-breadcrumps.courses {
  margin-bottom: 10px;
}

.div-breadcrumps.lower-margin-20 {
  margin-bottom: 20px;
}

.link-s {
  color: var(--dark-slate-grey);
  border-bottom: 2px solid #0000;
  font-weight: 500;
  text-decoration: none;
}

.link-s:hover {
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.link-s.white {
  color: var(--white);
}

.link-s.white:hover {
  border-bottom-color: var(--white);
}

.dot {
  margin-left: 10px;
  margin-right: 10px;
}

.div-header {
  margin-top: 20px;
}

.div-header.courses-header {
  border-bottom: 1px solid var(--white-smoke);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.paragraph-l {
  font-size: 26px;
  line-height: 1.3;
}

.paragraph-l.left-aligned {
  width: 80%;
}

.paragraph-l.brown-caps {
  color: var(--peru);
  text-transform: uppercase;
}

.div-header-content {
  margin-top: 20px;
}

.div-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 30px;
  display: grid;
}

.image-about {
  border-radius: 3px;
  width: 80%;
}

.section-ctas {
  margin-top: 100px;
  margin-bottom: 20px;
}

.div-background {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Student-Image.png');
  background-position: -40px 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-background.hidden-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Sans-titre-30.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  grid-template-rows: 220px 220px;
  grid-template-columns: 1fr 1fr 220px 220px;
}

.box-link {
  background-color: #4b4247;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.box-link.light {
  background-color: #4b4247;
  border-top-right-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.box-link.dark {
  background-color: var(--peru);
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  height: 100%;
  margin-top: 0;
}

.div-contain {
  margin: 20px;
}

.div-spacer {
  height: 90px;
}

.video-icon {
  width: 20px;
  margin-right: 10px;
}

.section-stats {
  background-color: var(--azure);
}

.section-principal {
  background-color: var(--antique-white);
}

.div-president {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.div-text {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.div-text.right-padding-40 {
  padding-right: 40px;
}

.div-text.lower-margin-20 {
  margin-bottom: 20px;
}

.stats-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.div-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.president-image {
  border-radius: 3px;
}

.number-small {
  font-size: 36px;
  line-height: 1.2;
}

.section-influencial-people {
  padding-bottom: 0;
}

.slider-updates {
  height: auto;
}

.right-arrow-small {
  width: 30px;
  height: 30px;
  bottom: -74px;
  right: 684px;
}

.left-arrow-small {
  width: 30px;
  height: 30px;
  bottom: -74px;
  left: -2px;
}

.slider-text {
  margin-top: 102px;
  margin-left: 89px;
}

.div-container {
  flex-direction: column;
  display: flex;
}

.div-button-center {
  margin-bottom: 60px;
}

.section-about {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.images-about {
  width: 100%;
  max-width: none;
}

.div-collection-about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.collection-item {
  width: 100%;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-image-cards {
  width: 300px;
  max-width: none;
  margin-right: 24px;
}

.slide-image-cards.right-margin-40 {
  width: 27%;
  margin-right: 24px;
}

.slide-image-cards.about {
  width: 150px;
  margin-right: 42px;
}

.slider-image-cards-3 {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.collection-list {
  margin-left: 0;
}

.section-testimonials {
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}

.div-marginal-background {
  z-index: 0;
  background-color: var(--antique-white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.div-marginal-background.green {
  background-color: var(--azure);
  height: 330px;
}

.div-courses {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.div-course {
  height: 100%;
}

.div-collection-course {
  background-color: var(--white);
  color: #333;
  border-radius: 10px;
  width: 300px;
  padding-bottom: 30px;
  text-decoration: none;
}

.div-course-element {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-course-element.no-margin {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-chip {
  background-color: var(--azure);
  border-radius: 3px;
  padding: 5px 10px;
}

.div-chip.right {
  background-color: var(--antique-white);
  border-radius: 3px;
  margin-left: 15px;
}

.div-chip.dark-green {
  background-color: var(--dark-slate-grey);
  border-radius: 3px;
  margin-bottom: 10px;
}

.slider-testimonial-cards {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.slide-testimonial {
  width: 100%;
  overflow: visible;
}

.div-testimonial {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 40px;
  display: grid;
}

.div-grid.margin-top-40 {
  margin-top: 40px;
}

.div-info {
  margin-top: 0;
  margin-left: -1px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-courses {
  background-color: #0000;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.section-courses.green {
  height: auto;
  margin-bottom: 0;
}

.div-slider-cards-ad.top-margin-40 {
  margin-top: 40px;
}

.div-testimonials {
  margin-top: 60px;
}

.div-cta-mobile {
  display: none;
}

.div-influential {
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-people {
  margin-top: 40px;
}

.collection-item-influential {
  width: 33%;
  padding-right: 10px;
}

.div-person {
  width: 80%;
  padding-right: 0;
}

.div-person.horizontal {
  margin-top: 40px;
  display: flex;
}

.div-video-cta {
  display: flex;
}

.image-influentials {
  margin-bottom: 20px;
}

.div-content-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  margin-top: 20px;
  padding-bottom: 0;
  display: grid;
}

.div-content-banner.no-line {
  border-bottom-width: 0;
  grid-template-columns: 1fr .5fr;
  margin-top: 0;
}

.div-content-banner.no-line.lower-padding-40 {
  grid-template-columns: .75fr .75fr;
  margin-top: 40px;
}

.div-content-banner.wider {
  grid-template-columns: 1fr .5fr;
  padding-bottom: 0;
}

.div-content-banner.padding {
  grid-template-columns: .75fr .75fr;
  padding-bottom: 40px;
}

.div-content-banner.custom-width {
  grid-template-columns: 1fr .75fr;
  margin-top: -20px;
  padding-bottom: 60px;
}

.image-banner {
  border-radius: 5px;
  width: 80%;
}

.section-info {
  padding-top: 60px;
  padding-bottom: 20px;
}

.heading-l {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.heading-l.half-width {
  width: 50%;
}

.heading-l.center-aligned {
  text-align: center;
}

.div-figures {
  width: 100%;
}

.div-alignment {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-alignment.horizontal {
  flex-direction: row;
}

.section-openings {
  background-color: var(--azure);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.slider-job-cards {
  background-color: #0000;
}

.div-job-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px;
}

.div-job-card.left-padding-0 {
  padding-left: 0;
}

.div-opening-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-opening-contain.half-width.top-margin-40 {
  margin-top: 40px;
}

.div-info-block {
  margin-top: 20px;
}

.section-form {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-form {
  margin-top: 40px;
}

.form-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.heading-s {
  letter-spacing: -1px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-form-horizontal {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-form-horizontal.top {
  margin-top: 0;
}

.div-form-element {
  width: 45%;
}

.div-form-element.full-width {
  width: 100%;
}

.text-field {
  border-radius: 5px;
  height: 50px;
  margin-top: 15px;
}

.text-field:focus {
  border: 2px solid #000;
}

.text-field.big-block {
  height: 200px;
}

.div-form-button {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.div-cards-mobile {
  display: none;
}

.div-end-aligned {
  border-top: 1px solid var(--white-smoke);
  border-bottom: 1px solid var(--white-smoke);
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-end-aligned.no-lines {
  border-top-width: 0;
  border-bottom-width: 0;
  max-width: 1140px;
  margin: 0 auto;
}

.div-right-align {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 20px;
  display: block;
}

.section-validation {
  background-color: var(--azure);
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-courses-list {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block.less-height {
  margin-bottom: 15px;
}

.div-courses-contain {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.courses-cards {
  margin-top: 50px;
}

.div-course-card {
  border: 1px solid #cacaca;
  width: 300px;
  padding-bottom: 30px;
}

.div-course-card.wider {
  color: #333;
  border-radius: 10px;
  width: 350px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: box-shadow .2s;
}

.div-course-card.wider:hover {
  box-shadow: 11px 11px 32px #2c3a3a1f;
}

.collection-list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-courses {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-course-info {
  padding-top: 40px;
  padding-bottom: 20px;
}

.select-field {
  background-color: #fff;
  border-radius: 5px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 0;
}

.div-dropdown {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-online-card {
  background-color: var(--antique-white);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px 30px;
}

.div-text-online {
  width: 100%;
}

.section-events {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.div-events-cards {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: block;
}

.collection-list-events {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  color: var(--dark-slate-grey);
  border-top: 4px solid #0000;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border-top: 4px solid var(--peru);
}

.div-date {
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.collection-item-event {
  margin-bottom: 40px;
}

.pagination {
  justify-content: flex-end;
  margin-top: 20px;
}

.div-contact-elements {
  margin-top: 10px;
}

.section-depts {
  background-color: var(--azure);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-department {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 300px;
  padding: 20px;
}

.div-department.margin-left-40 {
  margin-left: 40px;
}

.div-departments {
  margin-top: 30px;
}

.image-department {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
}

.div-department-contain.horizontal {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.section-details {
  padding-top: 20px;
  padding-bottom: 60px;
}

.div-details-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-detail.side-lines {
  border-right: 1px solid var(--white-smoke);
  margin-left: 0;
  margin-right: 0;
  padding-right: 18px;
}

.div-socials-black {
  margin-top: 20px;
  display: flex;
}

.link-block-black-social {
  margin-right: 10px;
}

.map {
  border-radius: 5px;
  height: 300px;
}

.section-tabs {
  background-color: var(--azure);
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link {
  color: var(--dark-slate-grey);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  border-bottom: 3px solid #e7d1b0;
  width: 23%;
  margin-right: 20px;
  padding-left: 10px;
}

.tab-link.w--current {
  border-bottom: 3px solid var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #0000;
}

.tab-link.last {
  width: 23%;
  margin-right: 0;
}

.div-tab {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.div-tab.mobile-view {
  display: none;
}

.div-tab-text {
  background-color: var(--azure);
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  width: auto;
  margin-right: -191px;
  padding: 40px 185px 40px 40px;
  position: static;
}

.div-alt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.div-grid-text {
  margin-left: 0;
  margin-right: 0;
}

.div-grid-text.mobile-view {
  display: none;
}

.section-student-voices {
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.div-images {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}

.slider-images {
  background-color: #0000;
}

.slide-image {
  width: 40%;
  margin-right: 30px;
}

.div-image-city.mobile {
  display: none;
}

.list-item {
  color: #000;
  letter-spacing: -.03vw;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.style-guide-divs, .typography-divs {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style-guide {
  max-width: 75%;
  margin-top: 140px;
  margin-bottom: 140px;
}

.div-course-card-cms {
  display: flex;
}

.licenses-fonts-text {
  color: #000;
  margin-top: 20px;
  font-weight: 400;
  line-height: 2.5vw;
}

.text-block-63 {
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.section {
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.fonts-licenses {
  margin-top: 60px;
  margin-bottom: 60px;
}

.licenses-image-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
}

.black-divider {
  background-color: #000;
  height: 2px;
  margin-top: 0;
}

.photography-licenses {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-62 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2.5vw;
}

.div-block-234 {
  margin-top: 20px;
  margin-bottom: 18px;
}

.div-wrapper {
  flex-direction: column;
  justify-content: start;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 1.66vw;
  font-weight: 500;
  display: flex;
  position: relative;
}

.div-wrapper.bottom-margin-100 {
  margin-bottom: 100px;
}

.italic-text {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5vw;
}

.image-192 {
  object-fit: cover;
  width: 200px;
  height: 200px;
}

.success-message {
  background-color: var(--azure);
  border-radius: 5px;
}

.error-message {
  text-align: center;
  background-color: #ffeded;
  border-radius: 5px;
  padding-left: 0;
}

.heading-subtext {
  text-align: center;
}

.information {
  width: 70%;
}

.section--text {
  margin-top: 40px;
  position: relative;
}

.title {
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 300px;
  display: flex;
}

.image-193, .image-courses {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.collection-list-contain {
  margin-left: 0;
  margin-right: 0;
}

.div-licenses {
  max-width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.mobile {
  display: none;
}

.tabs-content {
  background-color: #0000;
}

.city-image {
  margin-top: 10px;
}

.city-block {
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.collection-list-wrapper-online-offline {
  margin-top: 40px;
}

.div-block-235 {
  flex-direction: row;
  display: flex;
}

.image-194 {
  width: 100%;
}

.div-block-236 {
  margin-left: 40px;
}

.div-block-237 {
  margin-top: 40px;
}

.paragraph {
  margin-top: 20px;
}

.slider-structure {
  justify-content: flex-start;
  display: block;
}

.slide {
  background-image: url('../images/fcn_logo_jaune-removebg-preview.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-238 {
  display: flex;
}

.div-block-239 {
  display: block;
}

.div-cards-images-copy {
  background-image: url('../images/fcn_logo_jaune-removebg-preview.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.slider-membre-ad-1 {
  background-color: #0000;
  border-radius: 0;
  width: 200px;
  max-width: none;
  margin-left: 10px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.image-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/fcn_logo_jaune-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 200px;
  height: 200px;
  display: block;
}

.slide-2 {
  width: 200px;
  margin-right: 0;
}

.slid {
  width: 200px;
}

.left-arrow-2 {
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 54px;
  margin-bottom: 0;
  margin-left: 709.063px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  top: 226px;
  bottom: 0%;
  right: -85%;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 54px;
  margin-bottom: 0;
  display: flex;
  top: 226px;
  bottom: 0%;
  right: 0%;
}

.div-block-241 {
  background-image: url('../images/Logo_Nantes_Basket_Hermine_-_2017.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.div-block-242 {
  background-image: url('../images/Logo_NeptunesNantes_2021-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.slide-nav-2 {
  display: none;
}

.slide-4 {
  width: 200px;
}

.div-block-243 {
  background-image: url('../images/logo-stade-nantais-v2-737x10241.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

.image-195 {
  border-radius: 10px;
}

.paragraph-m-copy {
  color: var(--dark-slate-grey);
  font-size: 17px;
  line-height: 1.3;
}

.paragraph-m-copy.hero-subtext {
  color: snow;
  width: 40%;
  margin-right: 100px;
  font-size: 17px;
  line-height: 1.3;
}

.paragraph-m-copy.all-caps {
  color: #f0e3d0;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding-right: 0;
  font-size: 18px;
}

.paragraph-m-copy.all-caps.dark {
  color: var(--dark-slate-grey);
}

.paragraph-m-copy.bold {
  font-weight: 500;
}

.paragraph-m-copy.top-margin-20 {
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-m-copy.top-margin-20.dash {
  margin-left: 20px;
  margin-right: 10px;
}

.paragraph-m-copy.top-margin-20.grey {
  color: #777676;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.paragraph-m-copy.top-margin-20.mobile-center-aligned {
  text-decoration: none;
}

.paragraph-m-copy.top-margin-20.left-aligned {
  text-align: left;
}

.paragraph-m-copy.white {
  color: var(--azure);
}

.paragraph-m-copy.span {
  margin-right: 5px;
}

.paragraph-m-copy.right-aligned {
  text-align: right;
  margin-top: 20px;
}

.paragraph-m-copy.right-aligned.half-width {
  width: 20%;
  margin-top: 0;
}

.paragraph-m-copy.top-margin-30 {
  margin-top: 30px;
}

.paragraph-m-copy.black-caps {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
}

.paragraph-m-copy.grey-caps {
  color: #767676;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}

.paragraph-m-copy.red {
  color: #ff1a1a;
  text-align: center;
}

.paragraph-m-copy.margin-top-10 {
  margin-top: 10px;
}

.slide-5 {
  width: 200px;
  margin-left: 0;
}

.slide-6 {
  width: 200px;
  margin-left: 0;
  overflow: visible;
}

.slide-7, .slide-8, .slide-9, .slide-1, .slide-1-2, .slide-1-3, .slide-1-4, .slide-1-5, .slide-1-6, .slide-1-7 {
  width: 200px;
}

.slide-1-8 {
  width: 200px;
  padding-left: 0;
}

.slide-1-9, .slide-1-10, .slide-2-2, .slide-2-3, .slide-2-4, .slide-2-5, .slide-2-6, .slide-2-7, .slide-2-8, .slide-2-9, .slide-2-10, .slide-2-11, .slide-3-2, .slide-3-3, .slide-3-4, .slide-3-5, .slide-3-6, .slide-3-7 {
  width: 200px;
}

.div-block-244 {
  background-image: url('../images/HOCKEY-CLUB-DE-NANTES.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
  margin-left: 0;
}

.div-block-245 {
  background-image: url('../images/logo4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
  margin-left: 0;
}

.div-block-246 {
  background-image: url('../images/logo3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  height: 200px;
}

.div-block-247 {
  background-image: url('../images/cropped-Bandeau-PDL.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-248 {
  background-image: url('../images/NANTES-METROPOLE-FUTSAL.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-249 {
  background-image: url('../images/MicrosoftTeams-image-86-Large.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px 100px;
  width: 200px;
  height: 200px;
}

.div-block-250 {
  background-image: url('../images/60b74654eac5b_athletisme2012.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-251 {
  background-image: url('../images/Extreme_limite_logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  height: 200px;
}

.div-block-252 {
  background-image: url('../images/NMA-logo-17-06-19-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-253 {
  background-image: url('../images/LOGO_SNO_NANTES_210.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-254 {
  background-image: url('../images/logo5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-255 {
  background-image: url('../images/liguepdl-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-256 {
  background-image: url('../images/Pays_de_la_loire_basketball-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 297px;
  width: 200px;
  height: 200px;
}

.div-block-257 {
  background-image: url('../images/ligue-de-tennis-de-table.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-258 {
  background-image: url('../images/Tir_a_larc-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-259 {
  background-image: url('../images/MicrosoftTeams-image-87.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-260 {
  background-image: url('../images/ligue_pays_de_la_loire_ffn.jpg-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-261 {
  background-image: url('../images/525.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-262 {
  background-image: url('../images/Team-ELLE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-263 {
  background-image: url('../images/fÃ©dÃ©_F_de_cyclisme.jpg-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-264 {
  background-image: url('../images/CREP-ROLLER.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-265 {
  background-image: url('../images/MicrosoftTeams-image-60.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-266 {
  background-image: url('../images/logo1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-267 {
  background-image: url('../images/ffa-ffaviron-logo-federation-francaise-aviron-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-268 {
  background-image: url('../images/Logo_FFTT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-269 {
  background-image: url('../images/CRE-HOCKEY-SUR-GAZON.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-270 {
  background-image: url('../images/logo6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  width: 200px;
  height: 200px;
}

.div-block-271, .div-block-272, .link-block-2 {
  width: 200px;
  height: 200px;
}

.div-block-273 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
}

.video {
  width: auto;
  height: auto;
}

.html-embed {
  margin-left: -130px;
  padding-left: 0;
}

.image-196 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slide-10 {
  width: 256px;
}

.slide-11 {
  width: 300px;
  margin-left: 20px;
  padding-left: 0;
}

.slide-12, .slide-13 {
  width: 300px;
  margin-left: 20px;
}

.text-block-64 {
  text-align: center;
  margin-top: 42px;
}

.text-block-65 {
  text-align: center;
  margin-top: 55px;
}

.image-197 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31 {
  width: 200px;
  height: 200px;
}

.mask-2 {
  border-radius: 0;
  margin-top: -29px;
  padding-left: 0;
}

.div-structures {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 1200%;
  height: 300px;
  margin-left: 0;
}

.slide-14, .slide-15, .slide-16, .slide-17 {
  width: 200px;
}

.text-block-66, .text-block-67 {
  margin-top: 55px;
}

.text-block-68 {
  margin-top: 55px;
  margin-left: 60px;
}

.text-block-69 {
  margin-top: 55px;
}

.image-198 {
  margin-top: -89px;
  margin-left: 452px;
  padding-right: 0;
  display: inline-block;
}

.section-2 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.container-2 {
  max-width: 80%;
}

.slider-2 {
  width: 300px;
  height: auto;
  margin-top: 53px;
  margin-left: 101px;
}

.slide-18 {
  width: 300px;
}

.left-arrow-3 {
  margin-top: 0;
}

.mask-3 {
  overflow: hidden;
}

.slide-19 {
  margin-left: 0;
}

.slide-20, .slide-21 {
  width: 300px;
}

.div-block-274 {
  width: 300px;
  height: 300px;
}

.slider-3 {
  background-color: #0000;
  padding-bottom: 0;
  overflow: hidden;
}

.slide-22 {
  width: 200px;
  margin-left: 70px;
  margin-right: 0;
}

.slide-23 {
  width: 200px;
}

.div-block-275 {
  background-image: url('../images/logo-2022-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-top: 30px;
}

.div-block-276 {
  background-image: url('../images/carr_69361.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-top: 30px;
}

.left-arrow-4 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 774px;
  display: flex;
  top: 351px;
  bottom: 114px;
  right: auto;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 126px;
  display: flex;
  top: 244px;
}

.slide-nav-3 {
  display: none;
}

.mask-4 {
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible;
}

.image-199 {
  background-color: #0000;
  display: block;
}

.slide-24 {
  width: 200px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-25 {
  width: 200px;
  height: 100px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-26 {
  width: 200px;
  margin-left: 60px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-27 {
  width: 200px;
  margin-right: 40px;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-277 {
  background-image: url('../images/LogoCREPS-FCouleur-300x190.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-top: 30px;
}

.div-block-278 {
  background-image: url('../images/logo-republique-francaise1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-top: 30px;
}

.div-block-279 {
  background-image: url('../images/logoAC_NANTES.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.div-block-280 {
  background-image: url('../images/logo-loire-atlantique.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
}

.image-200 {
  text-align: center;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 38px;
  display: inline-block;
}

.text-field-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.submit-button {
  background-color: #000;
  border-radius: 50px;
  font-size: 16px;
}

.form {
  background-color: #0000;
  padding: 0;
}

.success-message-2 {
  background-color: #72f098;
}

.div-block-281 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: -71px;
  margin-bottom: 36px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.div-block-282 {
  background-color: #0000;
  background-image: url('../images/5A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 200px;
  height: 125px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-283 {
  background-color: #a53f3f;
  background-image: url('../images/1A.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 125px;
  margin-right: 40px;
}

.div-block-284 {
  background-color: #0000;
  background-image: url('../images/1-STMG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 125px;
  margin-right: 40px;
}

.div-block-285 {
  background-color: #0000;
  background-image: url('../images/T-BP-MCV.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 125px;
  margin-right: 40px;
}

.text-block-70 {
  margin-top: 0;
  padding-top: 0;
}

.text-block-71 {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 0;
  font-weight: 700;
}

.text-block-72, .text-block-73, .text-block-74 {
  text-align: center;
  margin-top: 140px;
  font-weight: 700;
}

.slide-nav-4 {
  display: none;
}

.slide-28 {
  color: var(--white);
  width: 200px;
  margin-left: 114px;
  margin-right: 10px;
}

.slide-29 {
  width: 200px;
  height: 200px;
  margin-right: 10px;
}

.slide-30 {
  width: 200px;
  height: 200px;
  margin-left: 106px;
  margin-right: 10px;
}

.mask-5 {
  color: #0000;
}

.slider-4 {
  color: #0000;
  background-color: #0000;
  margin-left: -48px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-286 {
  background-image: url('../images/1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  margin-left: -70px;
}

.slide-31 {
  width: 200px;
  height: 200px;
  margin-left: -176px;
}

.div-block-287 {
  background-image: url('../images/3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  margin-left: -70px;
}

.div-block-288 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  margin-left: -177px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-289 {
  width: 300px;
  height: 300px;
}

.div-block-290 {
  margin-top: 20px;
}

.button-2 {
  text-align: left;
  background-color: #ec3838;
  border-radius: 3px;
  margin-left: 230px;
  margin-right: 200px;
  padding-bottom: 9px;
  display: inline-block;
}

.text-block-75 {
  text-align: center;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 700;
}

.slide-nav-5 {
  display: none;
}

.slider-5 {
  background-color: #0000;
}

.slide-32, .slide-33 {
  width: 200px;
}

.slide-34 {
  width: 200px;
  height: 200px;
}

.slide-35 {
  width: 200px;
}

.div-block-291 {
  background-image: url('../images/solis-nantes.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  margin-left: -16px;
}

.div-block-292 {
  width: 200px;
  height: 200px;
}

.section-3 {
  width: 100%;
  height: 300px;
}

.button-3 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 4px;
  outline: 3px #fff;
  margin-left: 230px;
  box-shadow: 3px 2px 5px 1px #0003;
}

.div-block-293 {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.button-4 {
  text-align: right;
  text-transform: none;
  cursor: pointer;
  background-color: #b30c29;
  border-radius: 5px;
  width: 550px;
  height: 60px;
  margin-left: -459px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 15px;
  font-size: 20px;
  box-shadow: 4px 3px 5px #0003;
}

.div-block-294 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100px;
  margin-left: 94px;
  display: flex;
}

.text-block-76 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.image-201 {
  text-align: left;
  margin-left: 229px;
}

.link-block-32 {
  margin-left: -195px;
}

.div-block-295 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-block-296, .div-block-297, .div-block-298 {
  width: 200px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-299 {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-block-300 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-301 {
  width: 200px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-302 {
  width: 200px;
  height: 200px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-303 {
  width: 200px;
  height: 200px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-304 {
  background-image: url('../images/logo-airflux.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: static;
}

.div-block-305 {
  background-image: url('../images/semitan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  margin-left: 8px;
  margin-right: 0;
}

.div-block-306 {
  width: 200px;
  height: 200px;
}

.image-202 {
  margin-left: 25px;
}

.left-arrow-5 {
  width: 50px;
  height: 50px;
  margin-top: 311px;
  margin-left: 700px;
}

.right-arrow-4 {
  width: 50px;
  height: 50px;
  margin-top: 311px;
}

.background-video {
  width: 100%;
}

.image-203 {
  margin-left: 0;
}

.div-block-307 {
  margin-left: -533px;
  margin-right: 0;
}

.section-4 {
  border-radius: 3px;
}

.div-block-308 {
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.container-3 {
  max-width: 80%;
}

.div-block-309 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-310 {
  margin: 60px 0;
}

.link-block-33, .link-block-34, .link-block-35, .link-block-36, .link-block-37, .link-block-38 {
  width: 200px;
  height: 200px;
}

.left-arrow-6 {
  width: 50px;
  height: 50px;
  margin-top: 255px;
  margin-left: 752px;
}

.right-arrow-5 {
  width: 50px;
  height: 50px;
  margin-top: 255px;
}

.div-block-311 {
  width: 200px;
  height: 200px;
}

.image-204 {
  text-align: center;
  margin-left: 0;
}

.div-block-312 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-205 {
  margin-bottom: 0;
}

.div-block-313, .div-block-314 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-field-3 {
  background-color: var(--white);
}

.submit-button-2 {
  background-color: #b30c29;
  border-radius: 3px;
}

.slide-36 {
  width: 55%;
}

.image-206, .image-207 {
  border-radius: 3px;
}

.div-block-315 {
  background-image: url('../images/Sans-titre-1140-×-250-px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

.image-208, .image-209, .image-210, .image-211, .image-212, .image-213 {
  border-radius: 3px;
}

.container-4 {
  max-width: 80%;
}

.div-block-316, .div-block-317 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-5 {
  max-width: 80%;
}

.section-5 {
  height: 100%;
}

.div-block-318 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-319 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

.div-block-320 {
  text-align: left;
  border: 3px solid #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 60px;
  display: flex;
}

.blog68_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.instagram_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 2rem;
  display: grid;
}

.slide68_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slide68_arrow.left {
  right: 4rem;
}

.blog68_mask {
  width: 33.33%;
  overflow: visible;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-secondary-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.instagram-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.fs-slider_collection-list-wrapper {
  display: none;
}

.instagram_heading {
  flex: 1;
}

.blog68_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog68_button-row.mobile-landscape {
  display: none;
}

.instagram_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 8rem;
  position: relative;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.instagram_slide {
  height: 100%;
  padding-right: 2rem;
}

.section-embed-instagram {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.instagram_item {
  border: 1px #000;
  border-radius: 5px;
  height: 100%;
  box-shadow: 1px 1px 3px #0000001a;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.instagram_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.instagram_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.instagram_icon {
  background-color: #0000;
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog68_image {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.instagram_meta-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.instagram_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.youtube {
  margin-top: -47px;
}

.slide-nav-6 {
  display: none;
}

.slide-37, .slide-38 {
  width: 200px;
  height: 200px;
}

.slider-6 {
  color: #0000;
  background-color: #0000;
}

.mask-6 {
  background-color: #0000;
}

.slide-comit {
  width: 200px;
  height: 200px;
}

.div-block-321 {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.div-block-322 {
  background-image: url('../images/2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block-323 {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block-324 {
  color: var(--dark-slate-grey);
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block-325 {
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block-326 {
  background-image: url('../images/Sans-titre-28.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  display: flex;
}

.div-block-327, .div-block-328 {
  height: 200px;
}

.text-block-77 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.text-block-78 {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: -42px;
}

.text-block-79, .text-block-80 {
  color: var(--dark-slate-grey);
  margin-bottom: -42px;
}

.text-block-81 {
  margin-bottom: -41px;
}

.text-block-82, .text-block-83 {
  color: var(--dark-slate-grey);
  margin-bottom: -41px;
}

.slide-nav-7 {
  display: none;
}

.slider-7 {
  color: var(--dark-slate-grey);
  background-color: #0000;
  left: 0;
}

.slide-logo {
  clear: none;
  width: 150px;
  height: 170px;
  margin-left: 25px;
  margin-right: 0;
  padding-bottom: 75px;
  padding-right: 75px;
  position: relative;
  top: 0;
  left: 62px;
  right: 0;
}

.div-block-329 {
  width: 200px;
  height: 200px;
}

.div-logo {
  width: 150px;
  height: 170px;
  padding-top: 0;
}

.image-214, .image-215 {
  width: 150px;
  height: 170px;
}

.mask-7 {
  margin-left: 0;
}

.image-216, .image-217, .image-218, .image-219 {
  padding-top: 60px;
}

.image-220 {
  padding-top: 20px;
}

.logo {
  width: 180px;
  margin-left: 10px;
}

.logo-slider {
  background-color: #0000;
}

.image-221 {
  object-fit: contain;
  height: 100%;
  position: absolute;
}

.slide-nav-9 {
  display: none;
}

.link-block-39, .link-block-40, .link-block-41, .link-block-42, .link-block-43, .link-block-44, .link-block-45, .link-block-46, .link-block-47, .link-block-48, .link-block-49, .link-block-50, .link-block-51, .link-block-52, .link-block-53, .link-block-54, .link-block-55, .link-block-56, .link-block-57, .link-block-58, .link-block-59, .link-block-60, .link-block-61, .link-block-62, .link-block-63, .link-block-64, .link-block-65, .link-block-66, .link-block-67, .link-block-68, .link-block-69 {
  position: absolute;
  inset: 0%;
}

.div-block-330 {
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 60px;
  display: flex;
}

.div-etablissement {
  width: 200px;
  height: 150px;
  margin-left: 60px;
}

.image-222, .image-223, .image-224, .image-225 {
  height: 100%;
}

.bold-text {
  font-size: 13px;
}

.icon {
  background-color: var(--dark-slate-grey);
}

.left-arrow-7, .div-block-331 {
  display: block;
}

.container-6 {
  max-width: 80%;
}

.heading-3 {
  font-family: Changa One, Impact, sans-serif;
}

.carousel {
  outline-offset: 0px;
  cursor: pointer;
  mix-blend-mode: normal;
  outline: 3px #333;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
}

.card-australia {
  width: 326px;
  height: 300px;
  margin-right: 20px;
}

.image-card {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.container-7 {
  width: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 40px;
  display: block;
}

.wrapper-title {
  margin-bottom: 40px;
}

.line {
  background-color: #141414;
  width: 95vw;
  height: 1px;
}

.line._2 {
  margin-top: 40px;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  max-width: 100%;
  height: 250px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 0;
  display: block;
}

.vignette {
  object-fit: contain;
  border-radius: 14px;
  width: 200px;
  max-width: none;
  height: 200px;
  overflow: auto;
}

.link-block-70 {
  width: 200px;
  height: 200px;
  position: absolute;
}

.link-block-70.fc-nantes {
  height: 250px;
}

.countener._1 {
  clear: none;
}

.div-block-332 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-porte-ouverte {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.div-block-333 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-226 {
  border-radius: 3px;
  margin-bottom: 20px;
}

.text-block-84 {
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  display: block;
}

.text-block-85 {
  text-align: center;
  margin-top: 10px;
  display: block;
}

.text-block-86, .text-block-87 {
  text-align: center;
  margin-top: 10px;
}

.text-block-88 {
  float: none;
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
}

.text-block-89 {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  overflow: visible;
}

.div-block-334 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #b30c29;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  border: 2px solid var(--white-smoke);
  color: #fff;
  text-align: center;
  background-color: #b30c29;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #b30c29;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white-smoke);
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  border: 2px solid var(--white-smoke);
  background-color: #b30c29;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #b30c29;
  background-color: #fff;
  border-color: #b30c29;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.section-ils-nous-font-confiance {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-335 {
  flex-direction: column;
  display: flex;
}

.bold-text-2 {
  letter-spacing: -2px;
}

.section-instagram {
  background-color: var(--azure);
  margin-top: 9px;
  margin-bottom: 20px;
  padding-top: 13px;
}

.slider-temoignage {
  background-color: #0000;
}

.slide-nav-10 {
  display: none;
}

.slide-temoignage {
  width: 100%;
}

.image-229 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.link-block-72 {
  width: 200px;
  height: 200px;
}

.image-230 {
  width: 100%;
  height: 100%;
}

.link-block-73 {
  width: 200px;
  height: 200px;
  display: block;
}

.link-block-74 {
  width: 300px;
  height: 200px;
}

.image-231 {
  width: 100%;
  height: 100%;
}

.image-232 {
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.div-block-337 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-338 {
  background-color: #e70b0b;
  border-radius: 5px;
  height: 40px;
}

.text-block-90 {
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.div-block-339 {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.text-block-91 {
  text-align: center;
  border: 3px solid #b91010;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
}

.div-block-340 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.div-lien-visio {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-right: 20px;
  display: flex;
}

.div-block-341 {
  flex-direction: column;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.div-block-342, .div-block-343, .div-block-344 {
  width: 150px;
  height: 150px;
}

.html-embed-2 {
  width: 300px;
}

.section-vie-nantes {
  background-color: var(--azure);
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.image-nantes {
  align-self: auto;
  width: 500px;
  max-width: 100%;
  height: 100%;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.carte-image-nantes {
  width: 300px;
  max-width: none;
  height: 100%;
  margin-right: 20px;
  padding-bottom: 60px;
}

.carte-maps-mobile {
  display: none;
}

.section-photo-cole {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.carte-image-photos-cens {
  width: 300px;
  max-width: 100%;
  height: 300px;
  margin-right: 20px;
  padding-bottom: 60px;
}

.image-cens {
  width: 300px;
  height: 100%;
}

.section-comit-de-direction {
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.carte-photo-comit {
  border-radius: 0;
  width: 200px;
  max-width: 100%;
  height: 300px;
  margin-right: 20px;
  padding-bottom: 60px;
}

.image-photo-comit {
  border-radius: 19px;
  width: 200px;
  height: 100%;
}

.html-embed-3 {
  width: 794px;
  height: auto;
}

.section-6 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-8 {
  max-width: 60%;
}

.section-entreprises {
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.carte-entreprise {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  padding-bottom: 60px;
}

.image-entreprise {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-233 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-92 {
  text-align: center;
  align-self: auto;
}

.div-block-345 {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-4 {
  font-size: 100px;
}

.texte-image-tablissement {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
}

.image-234 {
  margin-bottom: 10px;
}

.section-7 {
  clear: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.carte-tablissement {
  width: 100%;
  margin-right: 20px;
  padding-bottom: 60px;
}

.div-block-346 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-235 {
  border-radius: 3px;
  padding-bottom: 38px;
}

.image-236 {
  text-align: center;
  padding-bottom: 38px;
}

.image-237 {
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}

.grid-2 {
  grid-template-rows: auto;
}

.tab-link-tab-1 {
  background-color: var(--azure);
}

.tab-link-tab-1.w--current {
  color: var(--dark-slate-grey);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-bottom: 3px solid #000;
  width: 23%;
  overflow: visible;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-bottom: 3px solid #000;
  width: 23%;
}

.tab-link-tab-3 {
  color: var(--dark-slate-grey);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-bottom: 3px solid #000;
  width: 23%;
}

.tabs-menu, .tabs {
  display: none;
}

.tab-link-n1 {
  background-color: var(--white);
}

.tab-link-n1.w--current {
  background-color: var(--white);
  border-bottom: 3px solid #b62424;
  padding-left: 0;
  padding-right: 100px;
}

.div-block-348, .div-block-353 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  -webkit-text-stroke-color: var(--white);
}

.heading-5 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 40px;
  font-style: italic;
  line-height: 2;
}

.slide-39 {
  text-align: center;
}

.mask-8 {
  background-color: var(--azure);
}

.icon-2, .icon-3, .left-arrow-8, .icon-4 {
  text-shadow: 0 1px 1px var(--dark-slate-grey);
}

.slide-nav-11 {
  background-color: var(--azure);
}

.slide-40 {
  background-color: var(--azure);
  text-align: center;
}

.slider-9 {
  background-color: var(--dark-slate-grey);
}

.slider-10, .slider-11 {
  background-color: var(--azure);
}

.slide-41 {
  background-color: var(--azure);
  text-align: center;
}

.icon-5, .icon-6 {
  text-shadow: 0 1px 1px var(--dark-slate-grey);
}

.slide-42 {
  background-color: var(--azure);
  text-align: center;
}

.image-239 {
  padding-bottom: 38px;
}

.slide-nav-12 {
  background-color: var(--azure);
}

.slide-43 {
  background-color: var(--azure);
  text-align: center;
}

.icon-7, .icon-8 {
  text-shadow: 0 1px 1px var(--dark-slate-grey);
}

.image-240 {
  text-align: center;
  padding-bottom: 38px;
  overflow: auto;
}

.mask-9 {
  float: none;
}

.image-241 {
  padding-bottom: 38px;
}

.icone-telephone {
  margin-bottom: -175px;
}

.image-243 {
  margin-bottom: -39px;
  padding-top: 37px;
  padding-bottom: 12px;
}

.image-244 {
  float: none;
  clear: none;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 38px;
  padding-right: 0;
  text-decoration: none;
  position: static;
}

.slide-44 {
  text-align: center;
}

.image-245 {
  text-align: center;
  padding-bottom: 38px;
}

.image-246 {
  text-align: center;
  margin-left: 338px;
  margin-right: 0;
}

.slide-45 {
  background-color: #e7f5f5;
}

.carte-tablissement-copy {
  width: 100%;
  margin-right: 20px;
  padding-bottom: 60px;
}

.div-block-354 {
  width: 200px;
  height: 300px;
  margin-bottom: 20px;
  margin-right: 60px;
  padding-right: 0;
}

.bold-text-3 {
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  body {
    font-family: DM Sans, sans-serif;
  }

  .container {
    max-width: 80%;
    margin-top: 60px;
  }

  .div-navbar {
    position: static;
  }

  .section-hero {
    background-size: cover;
    height: 900px;
  }

  .container-jumbo-text {
    margin-top: 5%;
  }

  .paragraph-m {
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 20px;
    display: block;
  }

  .paragraph-m.top-margin-20 {
    margin-top: 20px;
    font-size: 20px;
  }

  .paragraph-m.top-margin-20.mobile-center-aligned {
    margin-top: 0;
    margin-right: -3px;
    padding-top: 20px;
    padding-right: 4px;
  }

  .paragraph-m.center-aligned-mobile {
    text-align: left;
    margin-top: -20px;
  }

  .button.black.top-margin-30 {
    margin-top: 30px;
  }

  .button.black._1 {
    border-radius: 8px;
  }

  .section-notifications {
    height: 300px;
  }

  .grid {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    background-color: #0000;
    height: 200px;
  }

  .div-updates {
    padding-left: 0;
  }

  .image {
    width: 50px;
    margin-right: 20px;
    padding-right: 0;
  }

  .div-stats {
    max-width: 1140px;
  }

  .grid-stats {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-xl {
    text-align: left;
  }

  .heading-xl.left-aligned {
    margin-bottom: 20px;
  }

  .left-arrow {
    margin-top: -38.5px;
    margin-bottom: -38.5px;
    display: flex;
    position: absolute;
    top: 327px;
    right: -83%;
  }

  .left-arrow.about {
    margin-top: -7px;
    margin-bottom: -7px;
    top: 264px;
  }

  .left-arrow.testimonial {
    margin-top: 52.5px;
    margin-bottom: -38.5px;
    margin-left: 1051.5px;
    top: 284px;
  }

  .left-arrow.openings {
    margin-top: 0;
    margin-bottom: 0;
    top: 412px;
    right: -84%;
  }

  .left-arrow.city {
    margin-top: -38.5px;
    top: 323px;
    right: -85%;
  }

  .left-arrow.testimonial-copy {
    margin-top: 52.5px;
    margin-bottom: -38.5px;
    margin-left: 1051.5px;
    top: 284px;
  }

  .right-arrow {
    top: 289px;
    right: 0%;
  }

  .right-arrow.about {
    margin-top: -7px;
    margin-bottom: -7px;
    top: 264px;
  }

  .right-arrow.testimonial {
    margin-top: 51.5px;
    margin-bottom: -38.5px;
    top: 284px;
  }

  .right-arrow.openings {
    top: 412px;
  }

  .right-arrow.city {
    margin-top: -38.5px;
    margin-bottom: -38.5px;
    top: 323px;
  }

  .nav-bar {
    position: relative;
  }

  .footer-flex-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-happenings {
    height: 400px;
  }

  .heading-m.center-aligned-mobile {
    margin-left: 0;
  }

  .div-header {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-header-content {
    margin-top: 40px;
  }

  .div-banner {
    grid-template-columns: 1.5fr 1fr;
  }

  .image-about {
    width: 80%;
    margin-right: 0;
  }

  .div-background.hidden-mobile {
    grid-template-rows: 250px 250px;
    grid-template-columns: 1fr 1fr 250px 250px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-spacer {
    height: 120px;
  }

  .div-spacer.video-block-spacer {
    height: 100px;
  }

  .div-stats-inline {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-president {
    grid-template-columns: 1fr 1fr;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-text.lower-margin-20 {
    margin-bottom: 20px;
  }

  .div-image {
    flex-direction: row;
    display: block;
  }

  .slider-updates {
    margin-top: 90px;
  }

  .slider-updates._2 {
    margin-top: 121px;
  }

  .right-arrow-small {
    right: 684px;
  }

  .left-arrow-small {
    left: 6px;
  }

  .slider-text {
    margin-top: 0;
  }

  .div-container {
    max-width: 1140px;
    margin: 0 auto 50px;
    display: block;
  }

  .div-collection-about {
    width: auto;
  }

  .collection-item {
    width: 100%;
  }

  .slide-image-cards {
    width: 300px;
    margin-right: 24px;
  }

  .div-marginal-background {
    height: 700px;
    margin-top: -441px;
    margin-bottom: 1px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-marginal-background.green {
    height: 340px;
  }

  .div-course {
    width: auto;
  }

  .section-courses {
    height: 100%;
    overflow: hidden;
  }

  .section-courses.green {
    height: auto;
  }

  .div-slider-cards-ad.top-margin-40 {
    max-width: 1140px;
  }

  .div-influential {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-influential {
    width: 33%;
  }

  .div-person {
    width: auto;
    margin-right: 60px;
    padding-right: 0;
  }

  .div-content-banner {
    grid-template-columns: .75fr .5fr;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-content-banner.custom-width {
    grid-template-columns: .5fr .5fr;
  }

  .image-banner {
    width: 80%;
  }

  .section-openings {
    padding-bottom: 200px;
  }

  .div-job-card {
    height: 394px;
  }

  .div-block {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-course-card.wider {
    width: 350px;
    margin-bottom: 20px;
    transition: box-shadow .2s;
  }

  .div-course-card.wider:hover {
    box-shadow: 11px 11px 32px #2c3a3a1f;
  }

  .collection-list-courses {
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch center;
  }

  .section-course-info {
    padding-bottom: 0;
  }

  .div-events {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .pagination {
    justify-content: flex-end;
  }

  .div-contact-element {
    margin-bottom: 20px;
    display: flex;
  }

  .div-department, .image-department {
    width: 350px;
  }

  .div-details-grid {
    grid-template-columns: 2.5fr 1.75fr 1fr;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .map {
    height: 350px;
  }

  .rich-text {
    color: #000;
  }

  .container-form {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-63 {
    margin-bottom: 15px;
  }

  .licenses-image-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-234 {
    margin-bottom: 40px;
  }

  .div-wrapper {
    max-width: none;
    margin-top: 3.88vw;
    margin-bottom: 3.88vw;
    padding-left: 4.16vw;
    padding-right: 4.16vw;
  }

  .div-wrapper.bottom-margin-100 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-wrapper.lesser-spacing {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-licenses {
    margin-bottom: 0;
  }

  .left-arrow-2 {
    margin-left: 1053.06px;
  }

  .paragraph-m-copy {
    font-size: 20px;
  }

  .paragraph-m-copy.top-margin-20 {
    margin-top: 20px;
  }

  .slide-5 {
    margin-left: 0;
  }

  .slide-6 {
    margin-left: -28px;
  }

  .div-block-244, .link-block-6 {
    margin-left: 0;
  }

  .div-structures {
    height: 500px;
  }

  .video-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 83px;
    padding-left: 0;
  }

  .div-block-320 {
    border-radius: 8px;
  }

  .youtube {
    margin-top: -122px;
  }

  .slide-logo {
    width: 200px;
    height: 200px;
  }

  .slide-nav-8 {
    display: none;
  }

  .slider-8 {
    height: 100%;
  }

  .slider-logo {
    background-color: #0000;
    height: 100%;
  }

  .logo {
    width: 300px;
    margin-left: 10px;
  }

  .logo-div {
    height: 100%;
  }

  .link-logo {
    width: 100%;
    height: 100%;
  }

  .logo-image {
    object-fit: contain;
    height: 100%;
  }

  .carousel {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .container-7 {
    height: auto;
    padding-left: 0;
  }

  .card {
    width: auto;
    height: auto;
  }

  .vignette {
    width: auto;
    height: 300px;
    padding-left: 20px;
  }

  .link-block-70 {
    width: auto;
    height: auto;
    position: relative;
  }

  .link-block-70.fc-nantes {
    width: auto;
    height: auto;
  }

  .countener._1 {
    overflow: visible;
  }

  .text-block-84 {
    text-align: center;
    justify-content: center;
    display: block;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: none;
  }

  .div-block-338 {
    background-color: #0000;
    border: 2px solid #000;
    border-radius: 8px;
  }

  .text-block-90 {
    color: var(--dark-slate-grey);
  }

  .html-embed-2 {
    width: 100%;
    margin-top: -25px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-vie-nantes {
    background-color: var(--azure);
    align-items: center;
    height: 500px;
    display: flex;
    overflow: visible;
  }

  .section-photo-cole {
    height: 400px;
  }

  .carte-image-photos-cens {
    width: 450px;
    height: auto;
  }

  .image-cens {
    width: auto;
    height: auto;
  }

  .section-comit-de-direction {
    height: 500px;
    position: static;
    overflow: hidden;
  }

  .carte-photo-comit {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-photo-comit {
    border-radius: 3px;
    width: 300px;
  }

  .section-entreprises {
    height: 500px;
    overflow: hidden;
  }

  .carte-entreprise {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    max-width: 100%;
    height: auto;
    padding-bottom: 0;
    display: block;
  }

  .image-entreprise {
    width: 200px;
    height: auto;
  }

  .section-7 {
    justify-content: center;
  }

  .div-block-346 {
    overflow: visible;
  }

  .div-t-moignage {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-347 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-link-n1 {
    background-color: #fff;
  }

  .tab-link-n1.w--current {
    background-color: var(--white);
    border-bottom: 3px solid #b62528;
    padding-left: 0;
    padding-right: 100px;
  }

  .tabs-2 {
    width: auto;
  }

  .div-block-348 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-349 {
    display: flex;
  }

  .div-block-350, .div-block-351, .div-block-352 {
    padding-right: 20px;
  }

  .image-243 {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-340 {
    grid-auto-rows: auto;
  }

  .image-248 {
    margin-right: 6px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--dark-slate-grey);
    padding-left: 40px;
  }

  .nav-link.white-links {
    color: var(--dark-slate-grey);
  }

  .container {
    max-width: 90%;
    margin-top: 30px;
  }

  .div-navbar {
    width: 70%;
  }

  .section-hero {
    height: 150vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xxl {
    margin-left: 0;
    font-size: 110px;
  }

  .heading-xxl.right-aligned {
    margin-right: 0;
  }

  .heading-xxl.white {
    margin-left: 0;
  }

  .container-jumbo-text {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .paragraph-m.hero-subtext {
    width: 50%;
    margin-right: 0;
    font-size: 16px;
  }

  .paragraph-m.all-caps {
    font-size: 16px;
  }

  .paragraph-m.top-margin-20.grey {
    margin-right: 0;
  }

  .div-jumbo-text {
    width: 90%;
  }

  .div-jumbo-subtext {
    margin-top: 24px;
  }

  .button {
    margin-right: -67px;
  }

  .button.black {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-button {
    flex: none;
    margin-top: 24px;
    display: flex;
  }

  .nav-menu {
    z-index: 2147483647;
    background-color: #e7f5f5;
    width: 30%;
  }

  .menu-button {
    margin-left: 0;
    margin-right: -88px;
  }

  .section-notifications {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-stats {
    width: 90%;
    margin-top: -82px;
  }

  .number {
    font-size: 52px;
  }

  .grid-heading {
    grid-template-columns: 2fr 1.25fr;
  }

  .heading-xl {
    text-align: center;
    margin-left: -2px;
    margin-right: -1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 42px;
  }

  .heading-xl.italic-heading {
    text-align: left;
  }

  .heading-xl.hidden, .div-cards.mobile {
    display: none;
  }

  .left-arrow {
    margin-bottom: 0;
    top: 260px;
    right: -73%;
  }

  .left-arrow.courses {
    right: -78%;
  }

  .left-arrow.about {
    top: 249px;
    right: -78%;
  }

  .left-arrow.testimonial {
    margin-bottom: 0;
    margin-left: 602.063px;
    top: 234px;
  }

  .left-arrow.openings {
    top: 381px;
    right: -76%;
  }

  .left-arrow.testimonial-copy {
    margin-bottom: 0;
    margin-left: 602.063px;
    top: 234px;
  }

  .right-arrow {
    margin-top: 0;
    margin-bottom: 0;
    top: 248px;
    right: 0%;
  }

  .right-arrow.about {
    margin-top: 0;
    margin-bottom: 0;
    top: 249px;
  }

  .right-arrow.testimonial {
    margin-top: 0;
    margin-bottom: 0;
    top: 287px;
  }

  .right-arrow.openings {
    top: 381px;
  }

  .paragraph-s {
    font-size: 14px;
  }

  .ticket-and-close-icon {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
    margin-top: 18px;
    margin-right: 18px;
    display: flex;
  }

  .close-icon {
    display: block;
  }

  .nav-bar {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link:hover {
    text-decoration: none;
  }

  .footer-logo-text {
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .link-logo-footer {
    flex-direction: column;
  }

  .div-cta {
    width: auto;
  }

  .footer-logo-image {
    width: 30%;
  }

  .div-president {
    grid-template-columns: 1fr .75fr;
  }

  .div-image {
    width: auto;
    height: auto;
  }

  .right-arrow-small {
    right: 383px;
  }

  .slider-text {
    margin-top: 89px;
  }

  .slide-image-cards {
    width: 40%;
    margin-right: 50px;
  }

  .div-marginal-background.green {
    height: 220px;
  }

  .slide-testimonial {
    margin-right: 30px;
  }

  .div-person {
    width: auto;
    padding-right: 0;
  }

  .div-video-cta {
    display: flex;
  }

  .image-influentials {
    width: auto;
  }

  .div-content-banner {
    grid-template-columns: .75fr .5fr;
  }

  .image-banner {
    width: auto;
  }

  .section-openings {
    padding-bottom: 180px;
  }

  .div-course-card.wider {
    width: 330px;
  }

  .collection-list-courses {
    grid-template-columns: 1fr 1fr;
  }

  .section-course-info {
    padding-bottom: 0;
  }

  .div-department {
    width: auto;
  }

  .div-detail.side-lines {
    margin-right: 20px;
    padding-right: 20px;
  }

  .tab-link, .tab-link.last.w--current {
    width: 22%;
  }

  .div-wrapper {
    padding: 0 16px;
  }

  .section--text {
    margin-top: 60px;
  }

  .mobile {
    display: block;
  }

  .paragraph-m-copy {
    font-size: 16px;
  }

  .paragraph-m-copy.hero-subtext {
    width: 50%;
    margin-right: 40px;
    font-size: 16px;
  }

  .paragraph-m-copy.all-caps {
    font-size: 16px;
  }

  .html-embed {
    display: none;
  }

  .left-arrow-4 {
    margin-left: 602px;
  }

  .right-arrow-3 {
    margin-right: 70px;
  }

  .div-block-309 {
    margin-right: -12px;
    padding-right: 0;
  }

  .instagram_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog68_mask {
    width: 50%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram_heading {
    margin-right: 3rem;
  }

  .blog68_button-row {
    flex: none;
  }

  .instagram_component {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-334 {
    flex-direction: column;
    grid-auto-flow: row;
    display: flex;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: none;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .div-block-340 {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }

  .container {
    height: 100%;
  }

  .section-hero {
    height: 150vh;
  }

  .heading-xxl {
    margin-left: 10px;
    font-size: 84px;
  }

  .heading-xxl.right-aligned {
    margin-right: 10px;
  }

  .paragraph-m.hero-subtext {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
  }

  .paragraph-m.top-margin-20 {
    text-align: left;
  }

  .paragraph-m.top-margin-20.grey {
    margin-right: 0;
  }

  .paragraph-m.right-aligned.half-width {
    width: 40%;
  }

  .paragraph-m.top-margin-30 {
    text-align: center;
  }

  .paragraph-m.grey-caps, .paragraph-m.center-aligned-mobile {
    text-align: left;
  }

  .div-jumbo-subtext {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    margin-right: 2px;
    font-size: 14px;
  }

  .div-button {
    margin-right: 0;
  }

  .nav-menu {
    z-index: 2147483647;
    width: 40%;
    margin-bottom: auto;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .section-notifications {
    margin-bottom: 0;
  }

  .div-stats {
    z-index: 5;
    margin-top: -89px;
  }

  .div-stats.mobile {
    display: none;
  }

  .heading-xl {
    font-size: 36px;
  }

  .heading-xl.italic-heading {
    text-align: left;
    font-size: 24px;
  }

  .heading-xl.left-aligned {
    text-align: left;
  }

  .heading-xl.left-aligned.tablet {
    text-align: center;
  }

  .left-arrow {
    top: 306px;
    right: -69%;
  }

  .left-arrow.courses {
    right: -68%;
  }

  .left-arrow.about {
    top: 249px;
    right: -68%;
  }

  .left-arrow.testimonial, .left-arrow.testimonial-copy {
    margin-top: 0;
    margin-left: 414.063px;
    top: 273px;
    right: -68%;
  }

  .right-arrow {
    top: 294px;
    right: 0%;
  }

  .right-arrow.about {
    top: 249px;
  }

  .right-arrow.testimonial {
    top: 273px;
  }

  .paragraph-s {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer {
    padding: 0 0 40px;
  }

  .heading-m.center-aligned-mobile {
    text-align: left;
  }

  .footer-logo-text {
    font-size: 24px;
  }

  .social-link {
    margin-right: 5px;
  }

  .social-image {
    max-width: 60%;
  }

  .div-breadcrumps {
    text-align: left;
    justify-content: flex-start;
  }

  .div-banner {
    flex-direction: column;
    display: flex;
  }

  .image-about {
    width: auto;
    margin-top: 20px;
  }

  .div-background.hidden-mobile {
    display: none;
  }

  .div-spacer.video-block-spacer {
    height: 0;
  }

  .section-principal {
    height: auto;
  }

  .div-president {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .75fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .div-text {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .div-image {
    flex-direction: row;
    width: auto;
    height: auto;
    display: block;
  }

  .section-influencial-people {
    padding-bottom: 0;
  }

  .slider-text {
    margin-top: 67px;
    margin-left: 40px;
  }

  .slide-image-cards {
    width: 55%;
  }

  .div-marginal-background {
    margin-top: -370px;
  }

  .div-marginal-background.green {
    height: 200px;
    margin-top: -351px;
  }

  .slide-testimonial {
    width: auto;
    margin-right: 20px;
  }

  .div-grid {
    grid-column-gap: 16px;
    grid-template-columns: .25fr 1fr;
  }

  .section-courses {
    height: 750px;
    padding-top: 60px;
  }

  .div-slider-cards-ad.top-margin-40 {
    display: none;
  }

  .div-cta-mobile {
    flex-direction: column;
    display: flex;
  }

  .collection-item-influential {
    padding-left: 0;
  }

  .div-person {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .image-arrow {
    width: 15%;
  }

  .image-influentials {
    width: auto;
  }

  .div-content-banner {
    flex-direction: column;
    grid-template-columns: .5fr .5fr;
    display: flex;
  }

  .div-content-banner.no-line {
    flex-direction: column;
    display: flex;
  }

  .image-banner.top-margin-mobile {
    margin-top: 20px;
  }

  .heading-l.half-width {
    width: 90%;
  }

  .heading-l.center-aligned-mobile {
    text-align: left;
  }

  .div-alignment {
    margin-top: 20px;
  }

  .section-openings {
    padding-bottom: 60px;
  }

  .div-cards-mobile {
    margin-top: 40px;
    display: flex;
  }

  .collection-item-2 {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }

  .div-course-card.wider {
    width: 300px;
  }

  .collection-list-courses {
    flex-direction: column;
    display: flex;
  }

  .collection-item-course {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-course-info {
    padding-bottom: 20px;
  }

  .div-online-card {
    margin-right: 20px;
  }

  .div-department, .image-department {
    width: 350px;
  }

  .div-department-contain {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .div-details-grid {
    flex-direction: column;
    display: flex;
  }

  .div-detail.side-lines {
    border-bottom: 1px solid var(--white-smoke);
    border-right-width: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .div-socials-black {
    justify-content: center;
  }

  .tab-link.last {
    width: 22%;
  }

  .div-tab {
    grid-template-columns: 1fr 1.5fr;
  }

  .div-tab-text {
    margin-right: -97px;
  }

  .section-student-voices {
    padding-top: 60px;
  }

  .licenses-fonts-text {
    font-size: 2.3vw;
    line-height: 3.5vw;
  }

  .text-block-63 {
    margin-bottom: 5px;
    font-size: 2.3vw;
  }

  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .fonts-licenses {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .licenses-image-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .photography-licenses {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-62 {
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-wrapper {
    padding: 32px 0;
  }

  .italic-text {
    font-size: 2.3vw;
  }

  .section--text {
    margin-top: 0;
  }

  .title {
    margin-top: 40px;
  }

  .paragraph-m-copy.hero-subtext {
    width: 70%;
    margin-right: 0;
    font-size: 16px;
  }

  .paragraph-m-copy.top-margin-20 {
    text-align: left;
  }

  .paragraph-m-copy.right-aligned.half-width {
    width: 40%;
  }

  .paragraph-m-copy.top-margin-30, .paragraph-m-copy.grey-caps, .paragraph-m-copy.center-aligned-mobile {
    text-align: center;
  }

  .html-embed {
    margin-left: 0;
  }

  .left-arrow-4 {
    margin-left: 431px;
  }

  .right-arrow-3 {
    margin-right: 44px;
  }

  .image-200 {
    margin-left: 0;
  }

  .button-4 {
    margin-left: -485px;
  }

  .instagram_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .blog68_mask {
    width: 80%;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .instagram_heading {
    margin-right: 0;
  }

  .blog68_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog68_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .instagram_component {
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .instagram_slide {
    padding-right: 1.5rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .tabs-menu-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  li {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-link {
    text-align: center;
    padding-left: 16px;
  }

  .container {
    margin-top: 0;
  }

  .div-navbar {
    width: 90%;
  }

  .section-hero {
    background-position: 0 0;
    background-size: cover;
    height: 85vh;
    margin-top: 1px;
    margin-bottom: 0;
  }

  .heading-xxl {
    letter-spacing: -4px;
    font-size: 48px;
  }

  .heading-xxl.right-aligned.white {
    margin-left: 0;
    margin-right: 0;
    font-size: 48px;
  }

  .heading-xxl.white {
    flex: 0 auto;
    align-self: auto;
    margin-top: -48px;
    font-size: 48px;
    display: block;
  }

  .container-jumbo-text {
    margin-top: 10vh;
  }

  .paragraph-m {
    text-align: center;
  }

  .paragraph-m.hero-subtext {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }

  .paragraph-m.top-margin-20 {
    text-align: left;
    margin-right: 0;
  }

  .paragraph-m.top-margin-20.dash {
    display: none;
  }

  .paragraph-m.top-margin-20.grey {
    text-align: left;
    margin-top: 5px;
    margin-right: 0;
  }

  .paragraph-m.top-margin-20.centre-aligned {
    text-align: center;
  }

  .paragraph-m.top-margin-20.mobile-left-aligned {
    text-align: left;
  }

  .paragraph-m.top-margin-20.mobile-center-aligned {
    text-align: center;
    margin-right: 0;
  }

  .paragraph-m.left-aligned {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-m.right-aligned.half-width {
    text-align: center;
    width: 70%;
  }

  .paragraph-m.black-caps {
    text-align: left;
  }

  .paragraph-m.grey-caps, .paragraph-m.center-aligned-mobile, .paragraph-m.red {
    text-align: center;
  }

  .div-jumbo-subtext {
    margin-top: 16px;
    margin-right: 0;
  }

  .button {
    margin-top: -8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .button.black {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.black._1 {
    order: 2;
    align-self: center;
  }

  .div-button {
    margin-top: 16px;
  }

  .menu-button {
    background-color: #0000;
    margin-right: 0;
  }

  .grid {
    flex-direction: column;
    margin-top: 130px;
    display: flex;
  }

  .slider {
    height: 140px;
  }

  .heading-xs {
    font-size: 16px;
  }

  .div-updates {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .div-stats {
    margin-top: -132px;
    margin-bottom: -114px;
    display: none;
  }

  .div-stats.mobile {
    margin-top: -39px;
    display: block;
  }

  .grid-stats {
    flex-direction: column;
    margin-top: -116px;
    display: flex;
  }

  .grid-stats.three-column {
    margin-top: -99px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-figure {
    margin: 20px;
  }

  .div-figure.left {
    margin: 20px 0 20px 6px;
  }

  .div-figure.right {
    margin: 20px 32px 20px 0;
  }

  .div-figure.vertical-margin-10 {
    align-items: center;
  }

  .number {
    font-size: 38px;
  }

  .grid-heading {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .heading-xl {
    text-align: center;
    letter-spacing: -2px;
    font-size: 30px;
  }

  .heading-xl.italic-heading {
    font-size: 32px;
  }

  .heading-xl.left-aligned {
    text-align: center;
  }

  .heading-xl.left-aligned.half-width {
    flex-direction: column;
    width: 100%;
    font-size: 30px;
    display: block;
  }

  .heading-xl.left-aligned.tablet {
    text-align: center;
  }

  .heading-xl.hidden {
    display: none;
  }

  .div-cards {
    flex-direction: column;
    display: flex;
  }

  .div-cards.mobile {
    margin-top: 0;
    display: block;
  }

  .left-arrow {
    margin-left: 1216px;
  }

  .paragraph-s {
    text-align: center;
    margin-top: -1px;
  }

  .paragraph-s.white, .paragraph-s.white.left-aligned, .paragraph-s.top-margin-10.left-aligned {
    text-align: left;
  }

  .paragraph-s.tab {
    margin-right: 0;
  }

  .nav-bar {
    margin-left: 0;
  }

  .div-row-stats {
    justify-content: space-between;
    display: flex;
  }

  .footer {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-link {
    font-size: 14px;
    line-height: 20px;
  }

  .section-happenings {
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-m.center-aligned-mobile {
    text-align: center;
  }

  .div-footer-links {
    width: auto;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .div-logo-and-socials {
    width: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-socials {
    margin-top: 20px;
  }

  .footer-logo-text {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 22px;
  }

  .link-logo-footer {
    flex-direction: row;
  }

  .div-card {
    margin-top: 40px;
    margin-right: 0;
  }

  .div-card.top-card {
    margin-top: 0;
  }

  .social-image {
    max-width: 75%;
  }

  .div-cta {
    margin-bottom: 0;
  }

  .div-breadcrumps {
    justify-content: center;
  }

  .paragraph-l.left-aligned {
    width: auto;
    font-size: 24px;
  }

  .div-banner {
    flex-direction: column;
    display: flex;
  }

  .image-about {
    width: auto;
    margin-top: 20px;
  }

  .div-background {
    flex-direction: column;
    display: flex;
  }

  .div-background.hidden-mobile {
    display: none;
  }

  .box-link.light {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .box-link.dark {
    margin-top: 0;
  }

  .div-empty.hidden {
    display: none;
  }

  .div-spacer {
    display: block;
  }

  .div-spacer.mobile-hidden {
    display: none;
  }

  .footer-logo-image {
    width: 40%;
    height: 120px;
    margin-top: 10px;
  }

  .div-president {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-text {
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-text.center-aligned {
    align-items: center;
  }

  .div-text.right-padding-40 {
    align-items: center;
    padding-right: 0;
  }

  .div-text.left-aligned-mobile {
    align-items: flex-start;
  }

  .div-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .section-influencial-people {
    padding-bottom: 0;
  }

  .slider-updates {
    margin-top: -1px;
  }

  .right-arrow-small {
    margin-top: 96.5px;
    bottom: -49px;
    right: 40%;
  }

  .left-arrow-small {
    margin-top: 96.5px;
    bottom: -49px;
    left: 40%;
  }

  .slider-text {
    margin-top: 0;
    margin-left: 0;
  }

  .div-container {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-button-center {
    display: block;
  }

  .div-spacer-block {
    display: none;
  }

  .section-about {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .collection-item {
    margin-bottom: 30px;
  }

  .slider-image-cards-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .collection-list {
    flex-direction: column;
    display: flex;
  }

  .section-testimonials {
    padding-top: 77px;
    padding-bottom: 40px;
  }

  .div-marginal-background {
    z-index: -1;
    height: 1220px;
    margin-top: -1237px;
    display: none;
  }

  .div-courses {
    display: none;
  }

  .div-course {
    display: block;
  }

  .div-course.mobile {
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .div-course.mobile.top {
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 0;
    display: flex;
  }

  .div-collection-course {
    width: 290px;
    margin-bottom: 30px;
  }

  .div-block-empty {
    display: none;
  }

  .div-grid {
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-info {
    flex-direction: column;
  }

  .mobile-testimonial {
    flex-direction: column;
    display: flex;
  }

  .image-mobile {
    width: 100%;
  }

  .section-courses {
    background-color: var(--antique-white);
    height: 600px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-courses.green {
    background-color: #0000;
    height: 100%;
  }

  .div-slider-cards-ad {
    flex-direction: row;
    display: flex;
  }

  .div-testimonials {
    display: none;
  }

  .div-cta-mobile {
    flex-direction: column;
    display: flex;
  }

  .collection-item-influential {
    width: auto;
    padding-right: 0;
  }

  .div-person {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .image-arrow {
    width: 10%;
  }

  .image-influentials {
    width: auto;
  }

  .div-content-banner {
    flex-direction: column;
    display: flex;
  }

  .div-content-banner.custom-width {
    margin-top: 0;
  }

  .image-banner {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-info {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading-l, .heading-l.half-width {
    text-align: center;
  }

  .div-form-horizontal, .div-form-horizontal.top {
    flex-direction: column;
  }

  .div-form-element {
    width: auto;
  }

  .div-form-button {
    justify-content: center;
    align-items: stretch;
  }

  .collection-item-2 {
    border-radius: 10px;
  }

  .div-end-aligned {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-right-align {
    justify-content: center;
    align-items: center;
  }

  .section-courses-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block {
    background-color: var(--white);
    height: 400px;
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.less-height {
    height: 100%;
  }

  .div-online-card {
    margin-right: 0;
  }

  .collection-list-events {
    flex-direction: column;
    display: flex;
  }

  .pagination {
    justify-content: center;
    align-items: stretch;
  }

  .div-contact-elements {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-contact-element {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-department, .image-department {
    width: 280px;
  }

  .div-details-grid {
    justify-content: center;
    align-items: center;
  }

  .div-detail.side-lines {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-socials-black {
    justify-content: center;
  }

  .section-tabs {
    padding-top: 10px;
  }

  .tab-link {
    width: auto;
    margin-right: 0;
    padding-right: 10px;
  }

  .tab-link.last {
    width: auto;
  }

  .tab-link.last.w--current {
    width: auto;
    padding-right: 10px;
  }

  .div-tab {
    flex-direction: column;
    display: flex;
  }

  .div-tab.mobile-view {
    display: block;
  }

  .div-tab-text {
    border-top-left-radius: 0;
    margin-top: 0;
    margin-right: 0;
  }

  .div-tab-text.mobile {
    margin-top: -20px;
  }

  .div-alt {
    grid-template-columns: 1fr;
  }

  .div-grid-text {
    display: block;
  }

  .div-grid-text.mobile-view {
    display: none;
  }

  .section-student-voices {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .slider-images {
    display: none;
  }

  .div-image-city.mobile {
    display: block;
  }

  .div-image-block.mobile {
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 4vw;
    line-height: 4vw;
  }

  ._10-margin {
    font-size: 15px;
    line-height: 26px;
  }

  .heading {
    font-size: 5vw;
    line-height: 5vw;
  }

  .licenses-fonts-text {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .text-block-63 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .licenses-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-block-62 {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .div-wrapper {
    flex-direction: column;
    margin-top: 56px;
    margin-bottom: 56px;
    padding: 0;
  }

  .div-wrapper.lesser-spacing {
    margin-top: 0;
    margin-bottom: 0;
  }

  .italic-text {
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-192 {
    height: 100px;
  }

  .heading-subtext {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .information {
    width: auto;
  }

  .section--text {
    margin-top: 8px;
  }

  .title {
    margin-top: 0;
  }

  .mobile, .tabs-content {
    display: block;
  }

  .image-campus-mobile {
    border-radius: 7px;
  }

  .slider-membre-ad-1 {
    width: auto;
    margin-left: 0;
    display: none;
    overflow: visible;
  }

  .left-arrow-2 {
    margin-left: 201.063px;
  }

  .paragraph-m-copy {
    text-align: center;
  }

  .paragraph-m-copy.hero-subtext {
    text-align: left;
    width: 80%;
    padding-left: 230px;
    font-size: 14px;
  }

  .paragraph-m-copy.top-margin-20 {
    text-align: left;
  }

  .paragraph-m-copy.top-margin-20.dash {
    display: none;
  }

  .paragraph-m-copy.top-margin-20.grey {
    text-align: left;
    margin-top: 5px;
  }

  .paragraph-m-copy.top-margin-20.centre-aligned {
    text-align: center;
  }

  .paragraph-m-copy.top-margin-20.mobile-left-aligned {
    text-align: left;
  }

  .paragraph-m-copy.top-margin-20.mobile-center-aligned {
    text-align: center;
  }

  .paragraph-m-copy.left-aligned {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-m-copy.right-aligned.half-width {
    text-align: center;
    width: 70%;
  }

  .paragraph-m-copy.black-caps {
    text-align: left;
  }

  .paragraph-m-copy.red {
    text-align: center;
  }

  .html-embed {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .image-197 {
    flex: 0 auto;
  }

  .slider-3 {
    flex-direction: row;
    flex: 0 auto;
    display: block;
  }

  .div-block-276 {
    flex-direction: column;
    display: flex;
  }

  .left-arrow-4 {
    margin-left: 194px;
  }

  .submit-button {
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
  }

  .div-block-293 {
    flex-direction: column;
  }

  .button-4 {
    text-align: center;
    border-radius: 11px;
    width: 300px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .div-block-315 {
    height: 100px;
  }

  .section-5 {
    margin-bottom: 0;
  }

  .div-block-319 {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-320 {
    margin-top: 20px;
  }

  .blog68_mask {
    width: 95%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .instagram_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .slider-6 {
    flex-direction: column;
    display: flex;
  }

  .div-block-330 {
    flex-direction: column;
    flex: 0 auto;
    display: none;
  }

  .div-block-331 {
    flex-direction: row;
    display: flex;
  }

  .container-7 {
    align-items: center;
    display: flex;
  }

  .countener._1 {
    display: none;
  }

  .youtube-2 {
    margin-top: 0;
  }

  .div-block-332 {
    margin-top: -48px;
  }

  .section-porte-ouverte {
    margin-top: 60px;
  }

  .div-block-334 {
    flex-direction: column;
    align-items: start;
    display: flex;
  }

  .image-227 {
    padding-bottom: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: none;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .div-block-336 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .link-block-71 {
    width: 150px;
    height: 150px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: absolute;
    inset: auto;
  }

  .image-228 {
    width: 150px;
    height: 150px;
  }

  .div-smartphone {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-340 {
    margin-top: 0;
  }

  .div-lien-visio {
    justify-content: flex-start;
    width: 256px;
    height: 70px;
  }

  .section-photo-cole {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .carte-image-photos-cens {
    margin-right: 20px;
    padding-bottom: 60px;
  }

  .container-8 {
    flex-direction: column;
    display: flex;
  }

  .div-titre-lien {
    margin-top: 240px;
  }

  .text-block-92 {
    text-align: center;
  }

  .text-block-93 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Changa One, Impact, sans-serif;
  }

  .texte-image-tablissement {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-7 {
    display: none;
  }

  .tab-link-n1.w--current {
    padding-right: 0;
  }

  .tabs-menu-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-349 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-238 {
    margin-top: 0;
  }

  .image-247 {
    margin-left: 44px;
    padding-left: 20px;
  }
}

#w-node-_94495447-61fe-0ecb-4635-b5a2953ad2af-85d76f01, #w-node-cd10e826-eb9b-3767-797c-f4fd00a08873-85d76f01, #w-node-_48e9875f-72ed-8062-da3a-132688ed9c3a-85d76f01, #w-node-_0764b27a-f555-082e-7b48-7099261d7870-85d76f01, #w-node-_70e72913-1357-cea1-f1df-abc8dc2c9ae3-85d76f01, #w-node-_2f093d6a-1df3-fc7d-0284-a741fe888fbf-85d76f01, #w-node-bf1d85e0-e341-4247-448b-aa794e297695-85d76f01, #w-node-_2e34f662-75eb-fb5f-5583-603c2231908c-85d76f01, #w-node-_97eb3293-56ed-694d-645e-9ae5e2163c81-85d76f01, #w-node-_97eb3293-56ed-694d-645e-9ae5e2163c83-85d76f01, #w-node-_6fc4f3ab-bdd4-6490-7af2-2aeaab9baa6d-85d76f01, #w-node-_6fc4f3ab-bdd4-6490-7af2-2aeaab9baa6f-85d76f01, #w-node-f62be923-b9b0-578b-e6df-f636d9987770-85d76f01, #w-node-f62be923-b9b0-578b-e6df-f636d9987772-85d76f01, #w-node-e8e72f5a-8db7-cc08-b604-c7a4dbe360b4-85d76f01, #w-node-e8e72f5a-8db7-cc08-b604-c7a4dbe360b6-85d76f01, #w-node-_67ae3dee-ef0a-8a3c-c2da-79bb3f8bd0c9-85d76f01, #w-node-_67ae3dee-ef0a-8a3c-c2da-79bb3f8bd0cb-85d76f01, #w-node-_1a256439-8b57-bc1c-ca3c-d44125c8f32d-85d76f01, #w-node-_1a256439-8b57-bc1c-ca3c-d44125c8f32f-85d76f01, #w-node-_649e1ca0-48d4-5fdc-1aa2-c54702290c5d-85d76f01, #w-node-_649e1ca0-48d4-5fdc-1aa2-c54702290c5f-85d76f01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c2ae567-961f-c120-7653-3f14357a6018-85d76f35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3c6c2111-1e94-5724-2fb4-322003d65c6f-85d76f35, #w-node-_68bc8371-7de3-ed0e-fcd9-76746a28ca36-85d76f35, #w-node-_68bc8371-7de3-ed0e-fcd9-76746a28ca38-85d76f35, #w-node-_68bc8371-7de3-ed0e-fcd9-76746a28ca45-85d76f35, #w-node-_68bc8371-7de3-ed0e-fcd9-76746a28ca47-85d76f35, #w-node-_68bc8371-7de3-ed0e-fcd9-76746a28ca54-85d76f35, #w-node-_68bc8371-7de3-ed0e-fcd9-76746a28ca56-85d76f35, #w-node-_68bc8371-7de3-ed0e-fcd9-76746a28ca63-85d76f35, #w-node-_68bc8371-7de3-ed0e-fcd9-76746a28ca65-85d76f35, #w-node-_30028b12-dd56-75d4-60db-ca14c8e09169-85d76f35, #w-node-_30028b12-dd56-75d4-60db-ca14c8e0916b-85d76f35, #w-node-_30028b12-dd56-75d4-60db-ca14c8e09178-85d76f35, #w-node-_30028b12-dd56-75d4-60db-ca14c8e0917a-85d76f35, #w-node-_30028b12-dd56-75d4-60db-ca14c8e09187-85d76f35, #w-node-_30028b12-dd56-75d4-60db-ca14c8e09189-85d76f35, #w-node-_30028b12-dd56-75d4-60db-ca14c8e09196-85d76f35, #w-node-_30028b12-dd56-75d4-60db-ca14c8e09198-85d76f35, #w-node-_3f508447-90e5-9410-429b-b204f3ab8cc8-85d76f37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dada551f-9ec4-9a25-751d-be9bd9bf9829-85d76f37 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-ec748221-b10b-e6d4-5766-521325026ccd-85d76f37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64b3f836-e7dc-48a8-7112-76fc14a3bc52-85d76f37, #w-node-_64b3f836-e7dc-48a8-7112-76fc14a3bc57-85d76f37, #w-node-_64b3f836-e7dc-48a8-7112-76fc14a3bc5c-85d76f37 {
  align-self: center;
}

#w-node-f8e1477c-9fe4-fff5-8827-14fe4b098f2d-85d76f37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c1761de-d02a-0112-4ff7-0c76e1575884-85d76f37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_6c1761de-d02a-0112-4ff7-0c76e1575881-85d76f37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d9bcc47-d20e-4d17-ae58-6c98d081906a-85d76f37, #w-node-_3d9bcc47-d20e-4d17-ae58-6c98d081906f-85d76f37, #w-node-_3d9bcc47-d20e-4d17-ae58-6c98d0819074-85d76f37 {
  align-self: center;
}

#w-node-_81b9b1d2-7279-7357-8cb1-c8878bf866b7-85d76f37 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-ab697150-1dba-f33e-3cf5-c29242114950-85d76f37, #w-node-ab697150-1dba-f33e-3cf5-c2924211494f-85d76f37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3894e4be-d675-afdf-ca6e-2be725a6a026-85d76f37, #w-node-_3894e4be-d675-afdf-ca6e-2be725a6a02b-85d76f37, #w-node-_3894e4be-d675-afdf-ca6e-2be725a6a030-85d76f37 {
  align-self: center;
}

#w-node-_22ddb641-09a6-6861-7c0f-18a9f55eeac8-85d76f37, #w-node-_610c8150-80d2-85de-3844-8a5bcddb588c-85d76f37 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab0fb208-28ee-7b30-1b9b-3c8aba63caeb-85d76f37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d812fc75-f9c5-a2b3-16e1-7bafe4ac1192-85d76f37, #w-node-d812fc75-f9c5-a2b3-16e1-7bafe4ac1197-85d76f37, #w-node-d812fc75-f9c5-a2b3-16e1-7bafe4ac119c-85d76f37 {
  align-self: center;
}

#w-node-_33db846c-8ae5-b300-fc42-af15702350d8-85d76f37, #w-node-_33db846c-8ae5-b300-fc42-af15702350de-85d76f37, #w-node-_33db846c-8ae5-b300-fc42-af15702350e4-85d76f37, #w-node-_33db846c-8ae5-b300-fc42-af15702350ea-85d76f37, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ec5-85d76f37, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ec7-85d76f37, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ed4-85d76f37, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ed6-85d76f37, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ee3-85d76f37, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ee5-85d76f37, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ef2-85d76f37, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ef4-85d76f37, #w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab7d-85d76f37, #w-node-_91eaa69f-122c-8074-d351-3b37c0489993-85d76f4e, #w-node-ef126fe0-39da-8f3f-e815-feedcf963c1a-85d76f56, #w-node-cd324615-4ed9-335b-7b36-f362e5cc346f-85d76f57, #w-node-_69f521dd-72c9-fd39-c71e-17a86e2e8f01-85d76f58, #w-node-b3f3ca1c-a266-8183-01dd-ba3850ae5597-85d76f58, #w-node-_3f508447-90e5-9410-429b-b204f3ab8cc8-85d76f59, #w-node-ec748221-b10b-e6d4-5766-521325026ccd-85d76f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64b3f836-e7dc-48a8-7112-76fc14a3bc52-85d76f59, #w-node-_64b3f836-e7dc-48a8-7112-76fc14a3bc57-85d76f59, #w-node-_64b3f836-e7dc-48a8-7112-76fc14a3bc5c-85d76f59 {
  align-self: center;
}

#w-node-_6c1761de-d02a-0112-4ff7-0c76e1575881-85d76f59, #w-node-_6c1761de-d02a-0112-4ff7-0c76e1575884-85d76f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d9bcc47-d20e-4d17-ae58-6c98d081906a-85d76f59, #w-node-_3d9bcc47-d20e-4d17-ae58-6c98d081906f-85d76f59, #w-node-_3d9bcc47-d20e-4d17-ae58-6c98d0819074-85d76f59 {
  align-self: center;
}

#w-node-ab697150-1dba-f33e-3cf5-c2924211494f-85d76f59, #w-node-ab697150-1dba-f33e-3cf5-c29242114952-85d76f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3894e4be-d675-afdf-ca6e-2be725a6a026-85d76f59, #w-node-_3894e4be-d675-afdf-ca6e-2be725a6a02b-85d76f59, #w-node-_3894e4be-d675-afdf-ca6e-2be725a6a030-85d76f59 {
  align-self: center;
}

#w-node-_610c8150-80d2-85de-3844-8a5bcddb588c-85d76f59, #w-node-_595f6d7d-46c1-ad32-bc82-fec25584ed11-85d76f59, #w-node-ab0fb208-28ee-7b30-1b9b-3c8aba63caeb-85d76f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d812fc75-f9c5-a2b3-16e1-7bafe4ac1192-85d76f59, #w-node-d812fc75-f9c5-a2b3-16e1-7bafe4ac1197-85d76f59, #w-node-d812fc75-f9c5-a2b3-16e1-7bafe4ac119c-85d76f59 {
  align-self: center;
}

#w-node-_33db846c-8ae5-b300-fc42-af15702350d8-85d76f59, #w-node-_33db846c-8ae5-b300-fc42-af15702350de-85d76f59, #w-node-_33db846c-8ae5-b300-fc42-af15702350e4-85d76f59, #w-node-_33db846c-8ae5-b300-fc42-af15702350ea-85d76f59, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ec5-85d76f59, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ec7-85d76f59, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ed4-85d76f59, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ed6-85d76f59, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ee3-85d76f59, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ee5-85d76f59, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ef2-85d76f59, #w-node-_3f1a7601-d7ab-0392-c386-3a8181483ef4-85d76f59, #w-node-_9f5931ea-bedb-80ea-cdfb-c1ca5da7ab7d-85d76f59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ac451e4-0bdf-59b1-c6b4-37ace85d5ceb-85d76f5d {
  align-self: auto;
}

#w-node-c34964a2-3f34-5095-b7a3-ade2ae577cd0-85d76f75, #w-node-_8eaecda2-faf1-da33-af10-ed772941f62c-85d76f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_17055729-2ec2-33b3-7f70-3dbd92f1e6fd-85d76f01 {
    align-self: start;
  }

  #w-node-_779cdd91-2e12-9997-c209-8e809118adc6-85d76f35 {
    justify-self: end;
  }

  #w-node-_64b3f836-e7dc-48a8-7112-76fc14a3bc52-85d76f59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_0ac451e4-0bdf-59b1-c6b4-37ace85d5ceb-85d76f5d, #w-node-fd339916-2a7a-8af5-7e78-135511b24f5d-85d76f5d {
    align-self: auto;
  }

  #w-node-c34964a2-3f34-5095-b7a3-ade2ae577cd0-85d76f75 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_64b3f836-e7dc-48a8-7112-76fc14a3bc5c-85d76f37, #w-node-_3d9bcc47-d20e-4d17-ae58-6c98d0819074-85d76f37, #w-node-_3894e4be-d675-afdf-ca6e-2be725a6a030-85d76f37, #w-node-d812fc75-f9c5-a2b3-16e1-7bafe4ac119c-85d76f37, #w-node-_64b3f836-e7dc-48a8-7112-76fc14a3bc5c-85d76f59, #w-node-_3d9bcc47-d20e-4d17-ae58-6c98d0819074-85d76f59, #w-node-_3894e4be-d675-afdf-ca6e-2be725a6a030-85d76f59, #w-node-d812fc75-f9c5-a2b3-16e1-7bafe4ac119c-85d76f59 {
    align-self: center;
  }
}


