.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #522ff6;
  background-image: -webkit-gradient(linear, left top, right top, from(#0033a0), to(#2451b0));
  background-image: linear-gradient(90deg, #0033a0, #2451b0);
}

.header_div {
  width: 940px;
}

.brand {
  display: none;
  width: 1px;
  height: 1px;
}

.body {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
}

.navlink {
  padding-right: 9px;
  padding-left: 9px;
  color: #7b97ef;
  font-size: 0.95em;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink.w--current {
  padding-right: 11px;
  padding-left: 11px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-menu {
  position: static;
  background-color: transparent;
}

.navbar {
  position: static;
  bottom: auto;
  background-color: transparent;
}

.header_div_2 {
  margin-top: 15px;
}

.header_logo {
  width: 320px;
  padding-left: 5px;
  float: left;
}

.header_date {
  width: 390px;
  padding-top: 8px;
  float: left;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.txt_35 {
  font-size: 2.18em;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
}

.header_rs {
  padding-top: 8px;
  float: right;
}

.rslink {
  width: 61px;
  height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/agenda_1agenda.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.rslink.agenda:hover {
  background-image: url('../images/agenda_on_1agenda_on.png');
  background-position: 50% 50%;
}

.rslink.twitter {
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50% 50%;
}

.rslink.twitter:hover {
  background-image: url('../images/twitter_on_1twitter_on.png');
  background-position: 50% 50%;
}

.rslink.linkedin {
  background-image: url('../images/linkedin_1linkedin.png');
  background-position: 50% 50%;
}

.rslink.linkedin:hover {
  background-image: url('../images/linkedin_on_1linkedin_on.png');
  background-position: 50% 50%;
}

.partenaires {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.partenaires_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partenaires_1 {
  float: left;
}

.partenaires_txt {
  padding-bottom: 10px;
  color: #000;
  font-size: 0.75em;
  line-height: 1em;
  text-align: center;
}

.partenaires_logo {
  text-align: center;
}

.partenaires_1_center {
  margin-right: 80px;
  margin-left: 80px;
  float: left;
}

.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 465px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.home.visuel_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fond_page.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #525559;
}

.tools_div {
  width: 940px;
}

.toolslink {
  margin-right: 30px;
  color: #fff;
  font-size: 0.95em;
  line-height: 1em;
  text-decoration: none;
}

.google {
  float: right;
}

.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos_div {
  display: block;
  width: 940px;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider {
  height: auto;
  background-color: transparent;
}

.icon-2 {
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/gauche_1gauche.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.icon-3 {
  width: 60px;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/droite_1droite.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: transparent;
}

.html-embed {
  display: block;
  width: auto;
  height: auto;
  font-size: 1em;
  line-height: 1em;
}

.center_div {
  padding-bottom: 20px;
  text-align: center;
}

.logos_div_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_1 {
  margin-right: 20px;
  margin-left: 20px;
}

.logos_ligne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-nav {
  display: none;
}

.right-arrow {
  height: 60px;
}

.left-arrow {
  height: 60px;
}

.home_visuel {
  width: 940px;
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.button {
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 40px 20px 80px;
  border-radius: 5px;
  background-image: url('../images/fleche_1fleche.png'), -webkit-gradient(linear, left top, right top, from(#0033a0), to(#2451b0));
  background-image: url('../images/fleche_1fleche.png'), linear-gradient(90deg, #0033a0, #2451b0);
  background-position: 30px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.link-block {
  position: fixed;
  right: 20px;
  bottom: 150px;
  z-index: 50000;
  float: right;
}

.image {
  right: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-6 {
  display: none;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  left: -150px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 7px 11px -1px rgba(0, 0, 0, 0.64);
}

.dropdown-list._2 {
  left: -105px;
}

.dropdown-list._3 {
  left: -135px;
}

.dropdown-list._4.w--open {
  left: -155px;
}

.link_txt_nav {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #370fe8;
  font-size: 1em;
  line-height: 1em;
}

.link_txt_nav.w--current {
  color: #370fe8;
}

.button_nav {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 40px 20px 80px;
  border-radius: 10px;
  background-image: url('../images/fleche_1fleche.png'), -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
  background-image: url('../images/fleche_1fleche.png'), linear-gradient(90deg, #5330f6, #370fe8);
  background-position: 100px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.button_nav.btn_rdv {
  background-position: 100px 50%, 0px 0px;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

.div-block-4 {
  width: 400px;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-5 {
  position: relative;
  top: -15px;
  text-align: center;
}

.text-block-4 {
  margin-top: 10px;
  color: #370fe8;
  font-size: 1em;
  line-height: 1em;
  font-style: italic;
  text-align: center;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: block;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#0033a0), to(#2451b0));
  background-image: linear-gradient(90deg, #0033a0, #2451b0);
}

.ancre_header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -50px;
}

.nav_titre {
  padding: 10px 20px 5px;
  color: #000;
  font-size: 1.25em;
  font-weight: 700;
}

.button_nav-_2 {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 40px 20px 80px;
  border-radius: 10px;
  background-image: url('../images/fleche_1fleche.png'), -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
  background-image: url('../images/fleche_1fleche.png'), linear-gradient(90deg, #5330f6, #370fe8);
  background-position: 30px 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
  font-size: 1.3em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
}

.logos_div_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 300px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._3 {
  font-size: 2.4em;
  line-height: 1.3em;
}

.logos_div3 {
  display: none;
  width: 940px;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.baseline {
  margin-top: 20px;
  float: left;
  clear: left;
  background-color: transparent;
  color: #fff;
  font-size: 2.05em;
  line-height: 0.85em;
}

.left-arrow-5 {
  display: none;
}

.right-arrow-5 {
  display: none;
}

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

.slider-3 {
  height: 20px;
  background-color: transparent;
}

.slide_center {
  text-align: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

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

.zoom1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.right-arrow-6 {
  display: none;
}

.left-arrow-6 {
  display: none;
}

.slide-nav-7 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 20px;
  margin-right: 20px;
  padding-left: 0px;
}

.zoom2 {
  display: block;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.zoom3 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.zoom4 {
  position: absolute;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zoom5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zoom7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/zoom1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-27 {
  width: 940px;
}

.zoom8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/zoom2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zoom9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/zoom3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zoom10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/zoom4.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

html.w-mod-js *[data-ix="app1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="app2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="app3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="gauche"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="droit"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}

html.w-mod-js *[data-ix="grow"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 991px) {
  .header {
    display: block;
    height: auto;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .header_div {
    display: block;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navlink {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 0.5em;
  }
  .navlink.w--current {
    line-height: 0.5em;
  }
  .container {
    display: block;
    margin-right: 0px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
  }
  .nav-menu {
    padding-left: 0px;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #370fe8;
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
  }
  .navbar {
    display: block;
    float: none;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
  }
  .header_div_2 {
    margin-top: 0px;
  }
  .header_logo {
    width: auto;
    padding-top: 20px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .header_date {
    width: auto;
    padding-top: 20px;
    float: none;
  }
  .header_rs {
    padding-top: 20px;
    float: none;
    text-align: center;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    color: #fff;
  }
  .menu-button.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: transparent;
    color: #370fe8;
  }
  .icon {
    color: #fff;
  }
  .partenaires {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 20px;
  }
  .partenaires_div {
    display: inline-block;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }
  .partenaires_1 {
    float: none;
    clear: left;
  }
  .partenaires_logo {
    float: none;
    clear: left;
  }
  .partenaires_1_center {
    margin: 20px 0px;
    float: left;
  }
  .home.visuel_page {
    height: auto;
    padding: 30px 20px;
  }
  .tools {
    display: block;
    height: auto;
    padding: 20px;
  }
  .tools_div {
    width: auto;
  }
  .logos {
    display: block;
    height: auto;
    padding: 20px;
  }
  .logos_div {
    width: auto;
  }
  .logos_div_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .logos_ligne {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .h1 {
    line-height: 1em;
  }
  .link-block {
    display: none;
  }
  .dropdown-list.w--open {
    margin-left: 0px;
  }
  .div-block-5 {
    position: absolute;
    top: 32px;
    display: block;
    margin-right: 0px;
    margin-left: 20px;
    padding-bottom: 0px;
    float: left;
  }
  .nav {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
  }
  .nav_titre {
    padding-top: 15px;
  }
  .logos_div_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
  }
  .image-3 {
    display: block;
    float: none;
    clear: none;
  }
  .logos_div3 {
    width: auto;
  }
  .baseline {
    float: none;
    text-align: center;
  }
  .zoom1 {
    padding-left: 0px;
  }
  .slide-nav-7 {
    display: none;
  }
  .zoom4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .zoom5 {
    width: auto;
  }
  .div-block-27 {
    width: auto;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .navlink {
    padding-left: 0px;
  }
  .navlink.w--current {
    padding-left: 10px;
  }
  .header_logo {
    padding-top: 0px;
  }
  .home.visuel_page {
    height: auto;
    padding: 30px 20px;
  }
  .tools {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tools_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .toolslink {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
    float: left;
  }
  .home_visuel {
    padding: 0px 20px;
  }
  .h1 {
    margin-top: 10px;
  }
  .button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 30px 15px 70px;
  }
  .button_nav {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
    background-position: 0px 0px;
    background-repeat: repeat;
  }
  .div-block-4 {
    width: auto;
  }
  .text-block-4 {
    text-align: left;
  }
  .button_nav-_2 {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
    background-position: 0px 0px;
    background-repeat: repeat;
  }
  .baseline {
    font-size: 1.5em;
  }
  .zoom3 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 479px) {
  .header_div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .container {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    background-image: none;
  }
  .nav-menu {
    display: block;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar {
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
  }
  .header_logo {
    padding-top: 0px;
  }
  .partenaires_div {
    display: none;
  }
  .logos_div_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .logo_1 {
    width: auto;
    max-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logos_ligne {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .h1 {
    margin-top: 10px;
    font-size: 1.8em;
  }
  .button {
    padding: 15px 20px 15px 65px;
    background-position: 20px 50%, 0px 0px;
    font-size: 1em;
  }
  .dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .link_txt_nav {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.85em;
  }
  .button_nav {
    padding: 15px 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
    background-position: 0px 0px;
    background-repeat: repeat;
    font-size: 1em;
  }
  .button_nav.btn_rdv {
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
    background-repeat: repeat;
  }
  .div-block-4 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav {
    display: block;
  }
  .nav_titre {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button_nav-_2 {
    padding: 15px 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5330f6), to(#370fe8));
    background-image: linear-gradient(90deg, #5330f6, #370fe8);
    background-position: 0px 0px;
    background-repeat: repeat;
    font-size: 1em;
  }
  .logos_div_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .logos_div3 {
    display: block;
  }
  .mask-2 {
    height: auto;
  }
  .baseline {
    line-height: 1em;
  }
  .zoom3 {
    font-size: 30px;
  }
  .zoom5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  #w-node-b7008578babd-0aee7bae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-b7008578baf3-0aee7bae {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}