:root {
  --yellow: #fcb815;
  --blue: #1b1548;
  --white: white;
  --black: black;
}

.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;
}

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

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  text-decoration: underline;
}

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

.footer {
  background-color: #fafafa;
  border-top: 1px solid #1b1548;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-first {
  align-items: center;
  height: 85vh;
  margin-top: 90px;
  padding: 90px;
  display: flex;
}

.section-first.about {
  background-image: url('../images/AdobeStock_272299924-2-2.jpg');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 90px;
}

.section-first.event {
  background-image: url('../images/groupe2-2.jpg'), url('../images/vancouver-754204_1920.jpg');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  height: 450px;
}

.section-first.event-one {
  background-image: url('../images/hands-technology-photo-phone.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section-first.cities {
  background-image: url('../images/hermes-rivera-716232-unsplash-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2500px;
  background-attachment: scroll;
  padding: 101px;
}

.section-first.perks {
  background-image: url('../images/kira-auf-der-heide-fV4-DdSdcpI-unsplash-2.jpg'), url('../images/Photo-Cover-Page-FB-French-Alumni-2.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.section-first.covid {
  background-image: url('../images/austin-distel-uPK2TbJlvMQ-unsplash-2.jpg'), url('../images/Photo-Cover-Page-FB-French-Alumni-2.jpg');
  background-position: 50% 75%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.c-section {
  background-color: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-section.hide, .c-section.first {
  display: none;
}

.c-section.is-yellow {
  background-color: var(--yellow);
  padding-top: 60px;
  padding-bottom: 60px;
}

.c-section.is-blue {
  background-color: var(--blue);
}

.paragraphe-fa {
  text-align: justify;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraphe-fa.small {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

.paragraphe-fa.small.center {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}

.h2-fa {
  text-align: center;
  text-transform: capitalize;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.h2-fa.abouth1 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: 40px;
  font-weight: 400;
}

.h2-fa.eventone {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.h2-fa.home {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: 0;
  font-weight: 400;
  line-height: 46px;
}

.h2-fa.home.home2 {
  margin-top: 20px;
}

.h2-fa.is-white {
  color: var(--white);
}

.h3-fa {
  text-align: center;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.h3-fa-footer {
  text-align: center;
  font-size: 18px;
  font-style: normal;
}

.h3-fa-footer.title-volunteer {
  margin-top: 0;
  font-style: italic;
}

.rich-paragraphe-fa {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Hind, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.nav-link {
  margin-top: 10px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.w--current {
  color: #1b1548;
  font-weight: 600;
}

.block-centre {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.block-centre.hidden {
  display: none;
}

.block-centre.picto {
  flex-direction: row;
}

.block-centre.home-center {
  align-items: center;
  max-width: 100%;
}

.pictos {
  max-width: 120px;
}

.row-home {
  margin-top: 25px;
}

.picto-footer {
  max-width: 60px;
  margin: 10px;
}

.navbar {
  background-color: #fff;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #1b1548;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 8px #0000004d;
}

.logo {
  max-width: 110px;
}

.logo-footer {
  max-width: 180px;
}

.button-fa {
  background-color: var(--blue);
  color: #fafafa;
  border: 2px solid #1b1548;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-fa.cta-level2 {
  color: #1b1548;
  background-color: #fafafa;
  border: 2px solid #1b1548;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.button-fa.e-cta--level_2 {
  color: #1b1548;
  text-align: left;
  background-color: #fff;
}

.button-fa.header {
  background-color: var(--yellow);
  border-style: solid;
  border-color: #fcb815;
  margin-top: 26px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.button-fa.header.inverted {
  border-color: var(--yellow);
  background-color: var(--white);
  color: var(--yellow);
  font-weight: 500;
}

.div-block-pic {
  background-image: url('../images/59017fe05690d510b633496b_Team-FA-2-2.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
}

.div-block-pic.about1 {
  background-image: url('../images/59bd6360ac06760001db48d1_capilano-suspension-bridge-1393076_1920-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-pic.about2 {
  background-image: url('../images/59bd636dac06760001db48d4_vancouver-2613994_1920-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-pic.about3 {
  background-image: url('../images/bc-2297205_1920.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-pic.event1 {
  background-image: url('../images/5a2dc65e7cc42500019480e8_champagne-2264811_1920-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-pic.event2 {
  background-image: url('../images/20190511_143040-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
}

.text-field {
  background-color: #fafafa;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #1b1548;
}

.link {
  color: #333;
}

.collection-partners {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  padding: 10px;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.linked-block {
  color: #3d3d3d;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 5px;
  text-decoration: none;
  display: flex;
}

.collection-team {
  order: 1;
  justify-content: center;
  display: block;
}

.image-team {
  border-radius: 80px;
}

.fa-logo-partners {
  width: auto;
  max-height: 80px;
  margin-top: auto;
  margin-bottom: auto;
}

.div-center {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.link-partners {
  flex-direction: row;
  align-self: baseline;
  align-items: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-eventone {
  text-align: center;
  padding-top: 100px;
}

.container-center {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-home-event {
  justify-content: space-around;
  display: flex;
}

.column-event {
  flex-direction: column;
  justify-content: space-around;
  display: block;
}

.fa-collection-volunteers {
  flex-flow: wrap;
  place-content: space-around center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper---home {
  width: 100%;
}

.e-link_nounderline {
  text-decoration: none;
}

.e-collection_perks {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 350px;
  display: flex;
}

.columns {
  display: block;
}

.columns.footer {
  border: 1px #000;
}

.collection-list {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.e-block_events--next {
  flex-direction: column;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.e-block_events--linear {
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  display: flex;
}

.e-block_events--linear.past {
  padding-top: 0;
}

.e-block_events--image {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  display: block;
  position: relative;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 200px;
  position: static;
}

.image-9 {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 15% 0% auto;
}

.e-h3_events {
  margin-top: 10px;
  padding-left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.e-block_events--past {
  box-shadow: 1px 1px 5px -1px #333;
}

.e-collection_events {
  padding: 10px;
}

.e-h3_events--past {
  margin-top: 10px;
  margin-bottom: 0;
}

.e-block_h3_events--past {
  padding: 0 10px 0 11px;
}

.e-text_events--info {
  font-size: 16px;
  line-height: 22px;
}

.lightbox-link {
  padding: 5px;
}

.e-block_header {
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.e-column_join {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.e-image_join {
  object-fit: cover;
  border-radius: 20px;
}

.e-column--center {
  text-align: center;
}

.e-picto_join {
  max-width: 120px;
  margin: 10px;
}

.c-section_first {
  min-height: 400px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.c-section_first.join {
  background-image: linear-gradient(139deg, #fcb815cc, #0000004d), url('../images/20180616_143345-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 85vh;
  padding: 20px;
  display: flex;
}

.c-section_first.home {
  background-image: url('../images/ishfaq-ahmed-AQI7rI96V1g-unsplash-2.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 90vh;
  padding: 20px;
  display: flex;
}

.e-container--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.e-text_cta {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  padding-bottom: 20px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.e-divblock_page {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-bottom: 40px;
  display: flex;
}

.e-paragraph_hero {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  padding: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.e-container_hero {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  display: flex;
}

.e-container_hero.right {
  justify-content: flex-end;
}

.e-text_event--compact {
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
}

.content-controls {
  margin-top: 20px;
  margin-bottom: 20px;
}

.filter-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.filter-button {
  background-color: var(--yellow);
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}

.filter-button.reset {
  background-color: #020202;
}

.filter-button.mixitup-control-active {
  background-color: var(--blue);
  border-radius: 6px;
  font-weight: 500;
}

.e-collection_item--filter {
  border-radius: 5px;
  margin: 5px;
  display: inline-block;
}

.e-div--blank {
  background-color: #0000;
}

.e-text_number {
  z-index: 5;
  color: var(--yellow);
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 48px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.e-text_number.is-white {
  color: var(--white);
}

.e-div_number {
  text-align: center;
  position: relative;
}

.e-column_center {
  text-align: center;
  margin-bottom: 20px;
}

.grid {
  grid-template-columns: .5fr .5fr 1fr;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin: 20px 50px;
  display: flex;
}

.e-testimonies_join {
  width: 65vw;
  margin-left: 20px;
}

.e-next-previous {
  text-align: left;
  background-color: #0000;
  border-style: none;
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.e-next-previous.next {
  text-align: right;
}

.pagination {
  align-items: center;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.e-left_arrow {
  transform: rotate(180deg);
}

.e-card_platform {
  border-radius: 12px;
}

.e-text_fa {
  font-size: 15px;
  line-height: 1.4em;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-2 {
  flex: none;
}

.hide {
  display: none;
}

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

.e-container1200 {
  max-width: 1200px;
  margin-left: 3%;
  margin-right: 3%;
}

.e-container1200.is-ackno {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    background-color: #fff;
    margin-top: 0;
  }

  .menu-button {
    margin-top: 20px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #fff;
  }

  .nav-phone {
    background-color: #fff;
  }

  .c-section_first.home {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .c-section {
    margin-top: 0;
  }

  .c-section.first {
    margin-top: 90px;
  }

  .nav-link {
    background-color: #fff;
    margin-top: 0;
  }

  .text-field {
    background-color: #fafafa;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #fff;
  }

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

  .e-container_hero {
    text-align: left;
    flex: 0 auto;
  }

  .e-column--inverted {
    flex-direction: column-reverse;
    display: flex;
  }

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

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

@media screen and (max-width: 479px) {
  .section-first {
    padding: 60px;
  }

  .c-section {
    margin-top: 0;
  }

  .c-section.first {
    margin-top: 90px;
    margin-bottom: -50px;
  }

  .h2-fa.abouth1 {
    text-align: center;
  }

  .nav-link {
    text-align: center;
    margin-top: 0;
  }

  .pictos {
    max-width: 70px;
  }

  .button-fa {
    text-align: left;
  }

  .button-fa.header {
    margin-top: 10px;
  }

  .text-field {
    background-color: #fafafa;
  }

  .menu-button {
    margin-top: 20px;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #fff;
  }

  .nav-phone {
    background-color: #fff;
  }

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

  .fa-logo-partners {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-home-event {
    flex-direction: column;
    align-items: stretch;
  }

  .column-event {
    margin-top: 20px;
  }

  .columns {
    flex-flow: column-reverse;
    display: block;
  }

  .columns.footer {
    display: flex;
  }

  .e-block_events--next {
    margin-left: -10px;
    margin-right: -10px;
  }

  .e-column_center {
    margin-bottom: 20px;
  }

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

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

#w-node-a7703564-fa72-bb84-d409-f01514cbe0b5-8ad027c9 {
  grid-area: 1 / 2 / 2 / 3;
}


