.left {
  position: static;
  display: inline-block;
  padding: 0px;
  float: none;
  clear: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.75em;
  text-transform: none;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu-2 {
  z-index: 8500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 1200px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 20px;
}

.brand-2 {
  display: none;
}

.navbar_site {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section_header {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #fff;
  font-family: Ubuntu, sans-serif;
  color: #11084c;
  font-size: 1em;
  line-height: 1.75em;
  font-weight: 700;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 2em;
}

.icon_hidde {
  display: none;
}

.section_video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-top: 0px;
  -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;
  /* background-image: url('../images/fond_visuel.png'); */
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

.section_video.about {
  height: 42vh;
  /* background-image: url('../images/Visuel2x_1.png'); */
}

.section_partenaires {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  margin-top: 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: #fff;
}

.section_partenaires.fixedmarge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}

.div_header {
  display: -ms-grid;
  display: grid;
  width: 1200px;
  max-width: 1200px;
  margin: 0px auto 10px;
  padding-top: 54px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: minmax(45%, 1fr) 7px 1fr 7px 45%;
  grid-template-columns: minmax(45%, 1fr) 1fr 45%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 1em;
  line-height: 2em;
}

.slide_date {
  width: auto;
  margin-top: 17px;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  font-family: Tcm;
  font-size: 1em;
  line-height: 1em;
}

.date {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 2em;
}

.dropdown-list {
  z-index: 50000;
  margin-top: -10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.dropdown-list.w--open {
  left: auto;
  right: auto;
  z-index: 5555;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
  font-size: 1em;
  line-height: 1em;
}

.dropdown-list._info.w--open {
  right: 0%;
}

.sous-menu-2023 {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}

.dropdown-list.affaires.w--open {
  right: -43px;
}

.dropdown-list.challenge {
  right: -84px;
}

.dropdown-list.organisateurs_04 {
  right: 1px;
}

.link_nav-2 {
  display: inline-block;
  padding: 8px 35px 5px 10px;
  float: left;
  background-image: url('../images/elementblue.png');
  background-position: 100% 63%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #11084c;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.link_nav-2:hover {
  padding-top: 5px;
  border-radius: 5px;
  background-color: #23a1e8;
  background-image: url('../images/element14.png');
  color: #fff;
}

.link_nav-2.w--current {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 35px 5px 10px;
  float: left;
  border-radius: 5px;
  background-color: #23a1e8;
  background-image: url('../images/element14.png');
  background-position: 100% 63%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  white-space: normal;
}

.link_nav-2.w--current:hover {
  border-radius: 5px;
  background-color: #23a1e8;
  background-image: url('../images/element14.png');
  color: #fff;
}

.link_nav-2.infos {
  display: inline-block;
}

.dropdown_link {
  padding-top: 10px;
  padding-left: 30px;
  background-image: url('../images/Arrow.png');
  background-position: 10px 50%;
  background-repeat: no-repeat;
  font-family: Twcenmt, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1em;
  font-weight: 400;
}

.dropdown_link:hover {
  background-color: transparent;
}

.dropdown_link:active {
  color: #000;
}

.dropdown_link:focus {
  color: #000;
}

.dropdown_link:visited {
  color: #000;
}

.dropdown_link.w--current {
  color: #000;
}

.div_icon {
  position: static;
  left: 30px;
  top: 340px;
  z-index: 9000;
  display: block;
  margin-top: 20px;
  padding-left: 0px;
  float: right;
  clear: none;
}

.link_rs {
  display: block;
  margin-right: 0px;
  padding-right: 5px;
  padding-left: 10px;
  float: left;
  clear: none;
}

.slide_baseline {
  height: 30px;
  font-size: 1em;
  line-height: 1em;
}

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

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

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

.slider-2 {
  height: 30px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

.slide-2 {
  height: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
}

._32 {
  font-family: Twcenmt, sans-serif;
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.text-block-5 {
  padding-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-bottom: 42px;
  padding: 10px 189px 13px;
  float: left;
  clear: none;
  -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;
  text-align: center;
}

.logo._01 {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: none;
}

.section_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: #e5eaf6;
}

.section_news.condition {
  padding-top: 30px;
  padding-bottom: 50px;
}

.section_news.gris {
  margin-bottom: -220px;
  padding-bottom: 0px;
  background-color: #e5eaf6;
}

.div_news {
  display: block;
  width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_news.guide {
  margin-top: 0px;
}

.titre_news {
  position: static;
  display: block;
  width: auto;
  padding-top: 20px;
  float: none;
  clear: left;
  text-align: left;
}

.titre_news.center {
  display: block;
  text-align: center;
}

.h1_titre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -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;
  font-family: Ubuntu, sans-serif;
  color: transparent;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

.h1_titre.degrade {
  position: relative;
  z-index: 10;
  padding-top: 0px;
  float: left;
  clear: none;
  color: transparent;
  font-size: 3.8em;
  line-height: 1.1em;
  text-shadow: none;
}

.h1_titre._02 {
  font-size: 2em;
}

.titre_picto {
  position: relative;
  z-index: 12;
  display: block;
  margin-top: 15px;
  float: right;
  clear: none;
}

.titre_picto.btn {
  display: inline-block;
  float: none;
}

.article {
  width: 1200px;
  margin-top: 50px;
  padding-right: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  text-align: left;
}

.article.theme {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.article._01 {
  width: 100%;
  margin: 0px auto 50px;
}

.templateleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.leftimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image_left {
  width: 470px;
  max-width: 470px;
}

.legende_left {
  display: block;
  width: 470px;
  padding: 20px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 0.8em;
  line-height: 1.33em;
  font-style: italic;
  text-align: left;
}

.left_txt {
  position: relative;
  z-index: 50;
  width: 440px;
  clear: both;
  text-align: left;
}

.txt_left {
  margin-top: -10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.txt_left._01 {
  margin-top: 0px;
}

.link_3 {
  font-family: Ubuntu, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}

.heading {
  margin-top: 10px;
  font-size: 1.6em;
  line-height: 1em;
}

.paragraphe {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.paragraphe.p1 {
  margin-bottom: 20px;
}

.link_2 {
  margin-right: 20px;
  padding: 13px 20px 13px 45px;
  border-radius: 5px;
  background-image: url('../images/fleche01_1fleche01.png'), -webkit-gradient(linear, left top, right top, from(#ff4f00), to(#ff3daf));
  background-image: url('../images/fleche01_1fleche01.png'), linear-gradient(90deg, #ff4f00, #ff3daf);
  background-position: 20px 50%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: none;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.link_2.marge {
  margin-left: 40px;
}

.link_2.none {
  display: none;
}

.section_programme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  -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: #e5eaf6;
}

.div_programme {
  width: 1200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div_conferences {
  position: static;
  display: block;
  width: 980px;
  margin-top: 50px;
  margin-bottom: 20px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.link_speaker {
  display: inline-block;
  width: auto;
  height: 295px;
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  text-decoration: none;
}

.speaker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px 15px 30px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.speaker_txt {
  position: relative;
  top: -160px;
  z-index: 25;
  width: 240px;
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.95em;
  line-height: 1.2em;
  text-align: center;
}

.nom_speaker {
  font-family: Ubuntu, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 700;
}

.section_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0d0d0d;
  background-color: #0d0d0d;
  font-size: 0.85em;
}

.div_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  margin-right: 30px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.5em;
}

.footer._4 {
  margin-right: 0px;
}

.footer._2 {
  margin-right: 30px;
}

.footer._3 {
  margin-right: 30px;
}

.link_footer1 {
  font-family: Ubuntu, sans-serif;
  color: #ff4f00;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.blanc {
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

.link_footer2 {
  font-family: Ubuntu, sans-serif;
  color: #ff4847;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link_footer3 {
  font-family: Ubuntu, sans-serif;
  color: #ff4376;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link_footer4 {
  font-family: Ubuntu, sans-serif;
  color: #ee3e92;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.div_copy {
  display: block;
  width: 940px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 0.85em;
}

.section_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #3d3d3d #0d0d0d #0d0d0d;
  background-color: #0d0d0d;
  font-size: 1em;
}

.copy {
  display: block;
  float: left;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  line-height: 1em;
}

.copy._2 {
  margin-left: 10px;
}

.copy._3 {
  margin-left: 10px;
  border-right-style: none;
}

.txt_copy {
  display: inline-block;
  margin-right: 0px;
  padding-right: 10px;
  border-right-style: none;
  border-right-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
}

.link_copy {
  color: #fff;
  text-decoration: none;
}

.google {
  display: none;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
}

.section_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  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;
}

.div_logo {
  width: 940px;
}

.div_partenaire {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Ubuntu, sans-serif;
  color: #000;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.titre_partenaires {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 1.3em;
  font-weight: 500;
}

.titre_partenaires.txt14 {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 500;
}

.section_newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4f00), to(#ff3dad));
  background-image: linear-gradient(90deg, #ff4f00, #ff3dad);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div_newsletter {
  position: relative;
  z-index: 10;
  width: 940px;
}

.reseaux {
  width: 450px;
  float: right;
  clear: none;
}

.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  padding: 15px 20px 5px;
  float: right;
  -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;
  border-radius: 3px;
  background-color: #f7f7f7;
  font-size: 1em;
  text-align: center;
}

.txt_newsletter {
  display: inline-block;
  width: 350px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.div_titre_linkedin {
  margin-bottom: 30px;
  padding: 0px 0px 20px 15px;
  border-radius: 3px;
  background-color: #064566;
}

.div_titre_linkedin.twitter {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 22px;
  float: none;
  background-color: #1da1f2;
}

.img_linkedin {
  padding-top: 13px;
  float: left;
}

.img_linkedin.twitter {
  padding-top: 10px;
}

.div_twitter {
  width: 450px;
  height: auto;
  margin-top: 0px;
  padding: 0px;
  float: left;
  border-radius: 3px;
  background-color: #1da1f2;
}

.div_video {
  position: absolute;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_video._02 {
  height: 600px;
}

.video_bouton {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  text-align: center;
}

.utility-page-wrap {
  display: block;
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Ubuntu, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
}

.medium {
  font-weight: 500;
  text-transform: uppercase;
}

.title {
  position: static;
  display: block;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bold {
  font-family: Ubuntu, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.section_intervenant {
  display: block;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section_show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  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: #fff;
}

.themes {
  display: block;
  width: 450px;
  margin-right: 20px;
  margin-bottom: 30px;
  float: left;
}

.link_4 {
  display: block;
  font-family: Ubuntu, sans-serif;
  color: #29292a;
  text-decoration: none;
}

.taille24 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 800;
}

.theme_img {
  max-height: 82px;
  max-width: 155px;
  margin-right: 20px;
  float: left;
  border: 1px solid #b1afaf;
}

.theme_txt {
  width: 230px;
  float: left;
  line-height: 1.5em;
}

.div_1_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 1200px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: none;
  background-repeat: repeat;
  text-align: center;
}

.div_1_news._01 {
  display: block;
  margin-top: 50px;
  margin-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div_1_news._01._02 {
  margin-top: 0px;
  padding-top: 50px;
}

.div_1_news.pitcher-01 {
  padding-bottom: 60px;
}

.div_1_news.div_partenaire_2 {
  width: auto;
  max-width: 1191px;
  padding-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div_1_news.avantages_03 {
  padding-top: 40px;
}

.div_1_news.participer_03 {
  padding-top: 40px;
}

.div_1_news.last {
  margin-top: 0px;
  margin-bottom: -27px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_1_news.first {
  padding-bottom: 60px;
}

.div_1_news.testi {
  max-width: 1191px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_section_titre {
  padding-top: 10px;
  padding-bottom: 20px;
  float: none;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  font-weight: 700;
  text-shadow: none;
}

.div_section_titre.sponsor {
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wrapper {
  position: static;
  top: -240px;
  width: 940px;
  margin-top: 0px;
  padding-right: 0px;
}

.wrapper.avoir {
  position: relative;
  top: -180px;
  padding-bottom: 0px;
}

.wrapper.avoir.info {
  top: -230px;
}

.wrapper.avoir.sponsor_02 {
  top: -270px;
  width: 1200px;
}

.btn {
  margin-top: 10px;
  margin-bottom: 20px;
}

.div_techinnov {
  display: block;
  float: left;
}

.section_avoir {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 705px;
  -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: linear-gradient(251deg, #916dd2, #69adfd 18%, #69adfd 82%, #a1fcdf 100%, #ff3dae);
}

.div_absolument_gauche {
  width: 470px;
  height: 275px;
  float: left;
}

.div_asbolument_droit {
  width: 470px;
  height: 245px;
  padding: 20px 30px 0px;
  float: left;
  background-color: #fff;
}

.div_asbolument_droit.details {
  background-color: transparent;
}

.section_avoir2 {
  position: static;
  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: #fff;
  font-size: 1em;
}

.frame_twitter {
  height: 380px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 2px 2px 0px 0px;
  background-color: #fff;
}

.marge {
  margin-bottom: 20px;
}

.top {
  position: fixed;
  top: 715px;
  right: 30px;
  bottom: 65px;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-color: #1a689c;
  background-image: url('../images/top_1top.png'), -webkit-gradient(linear, left top, right top, from(#ff4f00), to(#ff3dad));
  background-image: url('../images/top_1top.png'), linear-gradient(90deg, #ff4f00, #ff3dad);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.link-block-2 {
  display: block;
}

.txt24 {
  display: block;
  margin-bottom: 20px;
  float: none;
  clear: left;
  font-family: Ubuntu, sans-serif;
  font-size: 1.33em;
  line-height: 1.3em;
  font-weight: 700;
}

.txt24._01 {
  margin-bottom: 15px;
}

.section_rdv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.wrapper_rdv {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}

.div_gauche_rdv {
  width: 470px;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  color: #000;
  line-height: 1.6em;
}

.div_droit_rdv {
  width: 470px;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  color: #000;
  line-height: 1.6em;
}

.noir {
  color: #000;
}

.footer_cci {
  width: 220px;
  margin-right: 30px;
}

.btn2 {
  display: block;
  margin-top: 15px;
  float: none;
  clear: 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;
  font-size: 1em;
  text-align: center;
}

.footer_techinnov {
  margin-bottom: 30px;
  clear: left;
  text-align: center;
}

.footer_logo {
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #fff;
  font-family: Ubuntu, sans-serif;
  color: #000;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
}

.footer_txt {
  margin-bottom: 0px;
  line-height: 2em;
}

.logo_footer {
  margin-top: 10px;
}

.logo_footer._01 {
  margin-top: 0px;
}

.bton_div {
  display: block;
  margin-top: 20px;
  float: none;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.text-block-15 {
  font-size: 1.2em;
}

.txt {
  display: block;
  margin-bottom: 0px;
  clear: left;
}

.text-block-16 {
  color: #000;
  text-align: center;
}

.img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  position: relative;
  z-index: 5;
}

.section_show_gris {
  display: block;
  height: auto;
  padding-top: 0px;
  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: #f2f1f1;
}

.section_show_gris._02 {
  padding-bottom: 0px;
}

.section_show_gris._02._01 {
  padding-top: 50px;
}

.section_show_gris._01 {
  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;
}

.section_show_gris.details {
  padding-top: 50px;
}

.section_show_blanc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-3 {
  position: relative;
  z-index: 5;
  margin-right: 0px;
  padding: 8px 10px 9px 15px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 3px;
  background-color: transparent;
  color: #fff;
}

.section_video_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-top: 0px;
  -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;
  /*background-image: url('../images/Video2x.png');*/
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

.degrade {
  display: inline;
  color: transparent;
}

.degrade._02 {
  font-size: 0.85em;
}

.txt_strategie {
  padding-top: 10px;
  font-size: 1em;
  line-height: 1.6em;
}

.bilan {
  width: 440px;
  height: auto;
  border: 1px none #e5eaf6;
}

.div_bilan {
  width: 470px;
  height: auto;
  padding: 20px 15px 0px 20px;
  float: left;
  background-color: #fff;
}

.div_bilan._01 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 10px;
}

.div_absolument_bilan {
  width: 1200px;
  max-width: 1200px;
  margin-top: -480px;
  padding-bottom: 15px;
  background-color: #fff;
  text-align: left;
}

.theme_bloc {
  margin-top: 20px;
}

.tem_div {
  display: none;
  height: auto;
  margin-top: 0px;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5em;
}

.tem_slide {
  display: block;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

.tem_mask {
  height: auto;
  margin-right: 50px;
  margin-left: 50px;
}

.tem_div_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 110px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
}

.tem_fleche {
  left: 810px;
  top: 0px;
  height: auto;
  color: #000;
}

.tem_fleche_2 {
  left: 0px;
  top: 0px;
  right: 860px;
  height: auto;
  color: #000;
}

.tem_bold {
  font-style: normal;
}

.p-last {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.p-tarifs-2 {
  font-size: 16px;
  line-height: 27px;
  color: white;
}

.l1_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: none;
  -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;
}

.l1_div_partenaires {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  height: 60px;
  margin-top: 0px;
  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;
}

.text-block-18 {
  float: left;
}

.uk {
  display: block;
  margin-right: 0px;
  padding: 15px 0px;
  float: right;
  clear: none;
}

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

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

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

.slider-4 {
  width: 100%;
  height: 75vh;
  background-color: #000;
}

.fond {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-image: url('../images/fond01.png'); */
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fond.zoom {
  height: 100vh;
}

.fond.zoom._02 {
  height: 42vh;
  /* background-image: url('../images/Visuel_2.png'); */
  background-position: 50% 50%;
  background-size: cover;
}

.fond.zoom._02.organisateur {
  /* background-image: url('../images/Header_Organisation_B_01.jpg'); */
}

.fond.zoom._03 {
  height: 42vh;
  background-color: rgba(0, 0, 0, 0.8);
  /* background-image: url('../images/Visuel2x_1.png'); */
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.fond.zoom._04 {
  height: 42vh;
  /* background-image: url('../images/fond_expo.png'); */
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
}

.fond.zoom._05 {
  height: 42vh;
  /* background-image: url('../images/Header_BusinessMeetings_A_01.jpg'), url('../images/fond_expo.png'); */
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, repeat;
}

.fond.zoom._06 {
  height: 42vh;
  /* background-image: url('../images/Header_Programme_A_01.jpg'); */
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fond.zoom._06.toulon {
  /* background-image: url('../images/Header_Programme_B_01.jpg'); */
}

.fond.zoom._07 {
  height: 42vh;
  /* background-image: url('../images/Visuel2x.png'); */
  background-position: 50% 50%;
  background-size: cover;
}

.fond.zoom._11 {
  height: 42vh;
  /* background-image: url('../images/Header_Challenge_01.jpg'); */
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fond_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-image: url('../images/fond01.png'); */
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fond_2.zoom {
  /* background-image: url('../images/vlc_2019-09-03-11h46m27s395.jpg'), url('../images/fond01.png'); */
  background-position: 50% 50%, 50% 0%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.background-video {
  width: 100%;
  height: 600px;
}

.div-block-4 {
  width: 210px;
  height: 40px;
  margin-top: 2px;
  margin-right: 2px;
  float: right;
}

.html-embed-2 {
  height: auto;
}

.div-block-5 {
  margin-left: 5px;
  float: right;
}

.div-block-6 {
  margin-right: 5px;
  float: left;
}

.btn_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 42px;
  float: none;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  text-align: center;
}

.btn_1.academy {
  padding-bottom: 40px;
}

.btn_1.responsive {
  display: none;
}

.heading-2 {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

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

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

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

.slider-5 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

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

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

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

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

.div-block-7 {
  margin-top: 30px;
}

.bold_noir {
  color: #000;
  font-size: 1.5em;
  font-weight: 800;
}

.section_h1 {
  display: block;
  height: auto;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(#6e31ff), to(#23a1e8));
  background-image: linear-gradient(270deg, #6e31ff, #23a1e8);
  text-align: center;
}

.section_h1.section-h1-participants {
  height: 705px;
}

.div-block-8 {
  width: 1191px;
  max-width: 1191px;
  margin-top: -103px;
  font-family: Twcenmt, sans-serif;
  color: #616c76;
  text-align: center;
}

.div-block-9 {
  width: 31%;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.div-block-9.left {
  margin-right: 20px;
}

.div-block-9.right {
  margin-left: 20px;
}

.div-block-10 {
  display: block;
  width: 33%;
  padding-right: 0px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  color: #11084c;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  text-transform: capitalize;
}

.paragraph {
  margin-bottom: 30px;
  color: #616c76;
  font-size: 24px;
  line-height: 1.5em;
}

.div-block-11 {
  margin-top: 50px;
}

.section_h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 50px;
  -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;
}

.div-block-12 {
  padding-right: 0px;
}

.div-block-13 {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-14 {
  padding-right: 0px;
}

.div-block-15 {
  padding-right: 0px;
}

.footer-2 {
  display: block;
  height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: linear-gradient(240deg, #6e31ff, #23a1e8);
  text-align: center;
}

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

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.div-block-17 {
  position: relative;
  z-index: 1;
  width: 1272px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px;
  border-radius: 5px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

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

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

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

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

.div-block-18 {
  width: 470px;
  float: left;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  height: 246px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.paragraph-2 {
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.heading-6 {
  margin-top: 0px;
  color: #000;
  font-size: 30px;
  line-height: 30px;
}

.mask-2 {
  height: auto;
}

.div-block-20 {
  height: auto;
}

.div-block-21 {
  margin-right: 20px;
  margin-left: 0px;
  float: left;
}

.div-block-21._01 {
  margin-right: 0px;
}

.barre_color {
  height: 5px;
}

.heading-7 {
  font-family: Ubuntu, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.barre_color_2 {
  display: inline-block;
  width: 60px;
  height: 5px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  float: none;
  clear: none;
  -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;
  text-align: center;
}

.title_2.strategie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.title_2.strategie._01 {
  padding-bottom: 30px;
}

.l01 {
  margin: 5px 7px;
}

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

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

.icon {
  color: #000;
}

.icon-2 {
  color: #000;
}

.right-arrow-6 {
  top: 30px;
  right: -80px;
}

.left-arrow-6 {
  left: -80px;
  top: 30px;
}

.link-block-4 {
  text-align: center;
}

.link-block-4.w--current {
  width: auto;
}

.slider01 {
  width: 100%;
  height: 75vh;
  background-color: #000;
}

.div_video_1 {
  position: absolute;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42vh;
  margin-top: 0px;
  -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;
  background-image: none;
  color: #fff;
}

.link-block-5 {
  /*width: 50%;*/
  margin-left: 10px;
  text-align: center;
}

.link-block-5.academy {
  width: auto;
}

.link-block-5.infos {
  width: 50%;
}

.bold1 {
  font-weight: 700;
}

.list-item {
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: 1px none #000;
}

.list {
  margin-top: 20px;
  margin-bottom: 30px;
  border-left: 1px solid #000;
}

.color1 {
  color: #ff3daf;
}

.div-block-23 {
  float: left;
}

.div-block-23._01 {
  margin-top: 10px;
}

.div-block-24 {
  margin-left: 20px;
  float: left;
}

.div-block-25 {
  display: inline-block;
  margin-top: 10px;
  margin-left: -5px;
}

.div-block-25._01 {
  margin-top: 10px;
}

.list-2 {
  margin-bottom: 20px;
  padding-left: 20px;
  float: none;
}

.list-item-2 {
  margin-bottom: 5px;
}

.heading-8 {
  display: inline-block;
  margin-top: 0px;
  font-size: 18px;
  line-height: 28px;
}

.txt18 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.linknoir {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.div-block-24-copy {
  margin-left: 0px;
  float: left;
}

.timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 23px;
  margin-left: 23px;
  padding: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #23a1e8;
  border-radius: 20px;
  background-color: transparent;
}

.days._02 {
  background-color: #69adfd;
}

.days._03 {
  background-color: #69adfd;
}

.days._04 {
  background-color: #69adfd;
}

.number-holder {
  border-radius: 0px;
  background-color: transparent;
}

.day-number {
  font-family: Ubuntu, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.text-block-20 {
  font-family: Ubuntu, sans-serif;
  color: #fff;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.legende {
  display: block;
  margin-bottom: 30px;
  -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;
}

.legende_img {
  display: block;
  width: 869px;
  height: 40px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.legende_img._02 {
  margin-left: 32px;
  background-color: #ff4f01;
  background-image: url('../images/progression2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.legende_img._01 {
  margin-left: 32px;
  background-color: #ff4f01;
  background-image: url('../images/progression1.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.legende_img._03 {
  margin-left: 32px;
  background-color: #ff4f01;
  background-image: url('../images/progression3.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.legende_img._04 {
  margin-left: 32px;
  background-color: #ff4f01;
  background-image: url('../images/progression4.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.legende_txt {
  margin-left: 45px;
  float: left;
  text-align: center;
}

.legende_txt._01 {
  margin-left: 110px;
}

.legende_txt._00 {
  margin-left: 80px;
}

.legende_txt._02 {
  margin-left: 95px;
}

.txt18_1 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
}

.txt18_1.color2 {
  color: #ff4f01;
  font-weight: 800;
}

.txt18_1.gris {
  color: #dbdbe7;
}

.text-block-21 {
  font-size: 18px;
  line-height: 1em;
}

.txt15_1 {
  color: #000;
  font-size: 15px;
  line-height: 2em;
  text-transform: uppercase;
}

.txt15_1.gris {
  color: #dbdbe7;
}

.div-block-28 {
  width: 1200px;
  max-width: 1200px;
}

.ligne1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e8e8e8;
}

.div-block-29 {
  width: 100%;
  padding: 40px 30px 30px;
  float: left;
  border-right: 2px solid #fff;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-30._03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-9 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 40px;
  line-height: 35px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.div-block-31 {
  display: block;
  width: 250px;
  height: 100px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.txt20_1 {
  color: #000;
  font-size: 20px;
  line-height: 2px;
  font-weight: 800;
}

.txt40_1 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 300;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 89%;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0px;
}

.div-block-32.prix-barre {
  width: 115%;
}

.div-block-33 {
  width: 83%;
  margin-right: 5px;
  float: left;
  color: #ff4f01;
  font-size: 80px;
  line-height: 1em;
  font-weight: 800;
}

.text-block-22 {
  color: #69adfd;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}

.text-block-22.prix-barre {
  color: #000;
}

.txt30_1 {
  color: #69adfd;
  font-size: 30px;
  font-weight: 800;
}

.txt30_1._01 {
  position: relative;
  top: -15px;
}

.txt30_1.prix-barre {
  color: #000;
}

.div-block-34 {
  margin-top: 0px;
  float: right;
}

.text-block-23 {
  color: #69adfd;
  font-size: 125px;
  line-height: 60px;
  text-align: right;
}

.text-block-23.gratuit {
  font-size: 45px;
  text-align: right;
}

.text-block-23.prix-barre {
  color: #000;
  font-size: 56px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-24 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 25px;
}

.div-block-36 {
  position: relative;
  left: -5px;
  top: -58px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 0px;
  float: right;
  -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;
}

.text-block-25 {
  background-color: transparent;
  color: #000;
  font-size: 15px;
}

.bold_01 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}

.accordon {
  background-color: #fff;
}

.accordon-item {
  cursor: pointer;
}

.accordon-triger {
  background-image: url('../images/fleche2_1fleche2.png'), url('../images/fleche2_1fleche2.png');
  background-position: 70% 50%, 30% 55%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  color: #000;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.accordon-item-content {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

.paragraph-3 {
  padding: 10px 20px;
  color: #000;
  font-size: 20px;
  line-height: 23px;
}

.accordon-item-2 {
  cursor: pointer;
}

.accordon-item-content-2 {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

.expo1 {
  position: relative;
  top: -15px;
  font-size: 20px;
}

.accordon-item-3 {
  cursor: pointer;
}

.accordon-item-content-3 {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

.accordon-item-4 {
  cursor: pointer;
}

.accordon-item-content-4 {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

.text-block-26 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.html-embed-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-38 {
  width: 430px;
  float: left;
}

.div-block-39 {
  margin-top: 50px;
}

.div-block-40 {
  width: 430px;
  float: right;
}

.div-block-41 {
  margin-top: 30px;
  color: #000;
  line-height: 28px;
}

.div-block-41._01 {
  margin-top: 15px;
}

.div_section_titre_2 {
  padding-top: 10px;
  padding-bottom: 40px;
  float: none;
  font-family: Ubuntu, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-shadow: none;
}

.color2 {
  color: #ff3daf;
}

.map {
  display: none;
}

.section {
  display: none;
  margin-top: -11px;
  padding-top: 20px;
  padding-bottom: 30px;
  -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: #e5eaf6;
}

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

.div-block-43 {
  width: 300px;
  padding-right: 30px;
  float: left;
  color: #000;
  line-height: 25px;
}

.div-block-43._01 {
  margin-left: 30px;
  padding-right: 0px;
}

.div-block-43._02 {
  padding-right: 0px;
}

.list-3 {
  padding-left: 20px;
}

.list-item-3 {
  margin-top: 20px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-44 {
  width: 750px;
}

.div-block-45 {
  color: #000;
  font-size: 15px;
  line-height: 18px;
}

.div-block-46 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-29 {
  text-align: justify;
}

.accordon-item-8 {
  cursor: pointer;
}

.accordon-item-content-8 {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

.accordon-item-9 {
  cursor: pointer;
}

.accordon-item-content-9 {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-50._02 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-52 {
  position: static;
  left: 0%;
  top: -10%;
  right: auto;
  bottom: auto;
}

.accordon-item-12 {
  cursor: pointer;
}

.accordon-item-content-12 {
  overflow: hidden;
  padding: 20px 20px 20px 10px;
  border: 0px none #000;
  color: #000;
  line-height: 20px;
}

.promo {
  width: 1020px;
  margin-top: 50px;
}

.promo1 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo2 {
  width: auto;
  margin-top: 30px;
  float: left;
  line-height: 1.7em;
}

.promo3 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: decimal;
}

.promo4 {
  width: 400px;
  margin-top: 30px;
  float: right;
}

.promo5 {
  margin-bottom: 10px;
  line-height: 1.5em;
  list-style-type: decimal;
}

.promo6 {
  float: left;
  clear: left;
  line-height: 1.7em;
}

.text-block-35 {
  line-height: 1.7em;
}

.text-block-36 {
  line-height: 1.5em;
}

.promo7 {
  padding-bottom: 20px;
  float: none;
  clear: left;
}

.m_medias {
  position: relative;
  z-index: 50;
  width: auto;
  clear: both;
  text-align: left;
}

.m_medias_p {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.m_medias_p.p1 {
  margin-bottom: 20px;
}

.medias_fond {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  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: #e5eaf6;
}

.medias_fond._02 {
  padding-bottom: 0px;
}

.medias_fond._02._01 {
  padding-top: 50px;
}

.medias_fond._01 {
  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;
}

.medias_fond.details {
  padding-top: 50px;
}

.m_medias_fond_gris {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  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: #e5eaf6;
}

.m_medias_fond_gris._02 {
  padding-bottom: 0px;
}

.m_medias_fond_gris._02._01 {
  padding-top: 50px;
}

.m_medias_fond_gris._01 {
  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;
}

.m_medias_fond_gris.details {
  padding-top: 50px;
}

.m_medias_fond_blanc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  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: #fff;
}

.m_medias_fond_blanc._02 {
  padding-bottom: 0px;
}

.m_medias_fond_blanc._02._01 {
  padding-top: 50px;
}

.m_medias_fond_blanc._01 {
  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;
}

.m_medias_fond_blanc.details {
  padding-top: 50px;
}

.medias_txt {
  display: block;
  margin-bottom: 5px;
  float: none;
  clear: left;
  font-family: Ubuntu, sans-serif;
  font-size: 1.33em;
  line-height: 1.3em;
  font-weight: 700;
}

.medias_txt._01 {
  margin-bottom: 15px;
}

.medias_fond_gris-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  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: #e5eaf6;
}

.medias_fond_gris-copy._02 {
  padding-bottom: 0px;
}

.medias_fond_gris-copy._02._01 {
  padding-top: 50px;
}

.medias_fond_gris-copy._01 {
  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;
}

.medias_fond_gris-copy.details {
  padding-top: 50px;
}

.accordon-item-30 {
  cursor: pointer;
}

.accordon-item-content-30 {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

.accordon-item-40 {
  cursor: pointer;
}

.accordon-item-content-40 {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

.accordon-item-50 {
  cursor: pointer;
}

.accordon-item-content-30-copy {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

.accordon-item-content-50 {
  overflow: hidden;
  padding-right: 20px;
  border-top: 1px solid #e5eaf6;
  color: #000;
  line-height: 20px;
}

._1-legende {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-legende {
  display: block;
  width: 267px;
  height: 40px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff4f01;
  background-image: url('../images/progression7.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

._2-legende._02 {
  margin-left: 32px;
  background-color: #ff4f01;
  background-image: url('../images/progression2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

._2-legende._01 {
  margin-left: 32px;
  background-color: #ff4f01;
  background-image: url('../images/progression1.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

._2-legende._03 {
  margin-left: 32px;
  background-color: #ff4f01;
  background-image: url('../images/progression3.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

._2-legende._04 {
  margin-left: 32px;
  background-color: #ff4f01;
  background-image: url('../images/progression4.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

._3-legende {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

._4-legende {
  margin-left: 0px;
  float: left;
  text-align: center;
}

._4-legende._01 {
  margin-left: 110px;
}

._4-legende._00 {
  margin-left: 80px;
}

._4-legende._02 {
  margin-left: 95px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.26);
  opacity: 1;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.26);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-55 {
  width: auto;
  text-align: center;
}

.text-block-37 {
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 200;
  text-align: center;
}

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

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

.button {
  padding-right: 30px;
  padding-bottom: 9px;
  padding-left: 34px;
  border-style: solid;
  border-width: 1px;
  border-color: #23a1e8;
  border-radius: 5px;
  background-color: #23a1e8;
  background-image: url('../images/element15.png');
  background-position: 15px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.button.fonce {
  background-color: #11084C;
  border-color: #11084C;
}

.button:hover {
  border: 1px solid #fff;
  background-color: transparent;
  background-image: url('../images/element15.png');
  color: #fff;
}

.button.fonce:hover {
  background-color: #fff;
  border-color: #23a1e8;
}

.button.parrainage {
  margin-right: 20px;
}

.button.parrainage:hover {
  border-color: #23a1e8;
  background-image: url('../images/element1.png');
  color: #23a1e8;
}

.button.parrainage_02 {
  margin-left: 20px;
}

.button._03 {
  margin-right: 20px;
}

.button.responsive2 {
  display: none;
}

.button._04:hover {
  border-color: #23a1e8;
  background-image: url('../images/element1.png');
  color: #23a1e8;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: inline-block;
  overflow: visible;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.chiffres {
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: linear-gradient(265deg, #6e31ff, #23a1e8);
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Twcenmt gras', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.text-span {
  font-size: 50px;
  line-height: 30px;
}

.slider-8 {
  width: 100%;
  height: 100%;
  max-width: 1191px;
  background-color: transparent;
}

.text-block-38 {
  display: block;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
}

.slide-7 {
  background-color: #fff;
}

.container-3 {
  max-width: 1185px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-59.participer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-4 {
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 30px;
}

.text-span-2 {
  color: #69adfd;
}

.paragraph-5 {
  font-family: Twcenmt, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.div-block-60 {
  width: 48%;
}

.div-block-61 {
  width: 49%;
}

.container-4 {
  max-width: 1200px;
}

.image-8 {
  margin-left: 0px;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1191px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-transform: none;
}

.heading-11.sponsor_03 {
  margin-top: 0px;
}

.image-9 {
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  max-width: 100%;
}

.text-block-39 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.image-11 {
  margin: 10px 20px;
  padding-right: 0px;
}

.div-block-63 {
  margin-top: 30px;
}

.heading-12 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #11084c;
  font-size: 16px;
  line-height: 27px;
}

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

.div-block-64 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 100%;
  height: auto;
  margin-top: -144px;
  padding-top: 20px;
  padding-bottom: 28px;
  background-color: #11084c;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 17px;
}

.div-block-65._02 {
  max-width: 1181px;
  margin-top: 0px;
}

.link-footer {
  display: inline-block;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Twcenmt, sans-serif;
  color: #fff;
  font-size: 17px;
}

.link {
  padding-left: 0px;
  color: #fff;
  text-decoration: none;
}

.link-2 {
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}

.link-block-7 {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 13%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #23a1e8;
  border-radius: 20px;
  background-color: #fff;
  background-image: url('../images/element1_1.png');
  background-position: 50% 20%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #18242f;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.text-block-44 {
  font-family: Montserrat, sans-serif;
  color: #11084c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-8 {
  padding: 5px 10px;
  font-family: 'Twcenmt gras', sans-serif;
  color: #11084c;
  text-decoration: none;
}

.link-block-8:hover {
  border-radius: 5px;
  background-color: #23a1e8;
  color: #fff;
}

.link-block-8.w--current {
  border-radius: 5px;
  background-color: #23a1e8;
  color: #fff;
}

.container-5 {
  max-width: 1200px;
}

.paragraph-6 {
  font-family: Twcenmt, sans-serif;
  font-size: 32px;
  line-height: 27px;
  text-align: center;
}

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

.heading-14 {
  display: inline;
  width: auto;
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.heading-14.programme_10 {
  width: 80%;
  padding-left: 0px;
}

.heading-14.h3_thematiques {
  display: block;
  margin-top: 40px;
}

.text-span-4 {
  color: #69adfd;
}

.paragraph-7 {
  color: #616c76;
  font-size: 22px;
}

.paragraph-8 {
  color: #616c76;
  font-size: 22px;
}

.div-block-68 {
  width: 48%;
}

.div-block-69 {
  width: 48%;
  text-align: center;
}

.div-block-70 {
  width: 50%;
  height: auto;
  padding: 40px 20px 0px 40px;
  float: none;
  background-color: rgba(24, 36, 47, 0.8);
  font-family: Twcenmt, sans-serif;
  color: #fff;
  font-size: 22px;
}

.heading-15 {
  font-family: 'Twcenmt gras', sans-serif;
  color: #fff;
  font-size: 42px;
}

.list-4 {
  margin-top: 40px;
  padding-left: 10px;
  color: #69adfd;
  font-size: 30px;
  line-height: 27px;
}

.div-block-71 {
  width: 60%;
}

.list-item-4 {
  padding-bottom: 30px;
  color: #69adfd;
}

.section-participer-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Header_Participer_B_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-participer-01.section-rdv {
  background-image: url('../images/Header_BusinessMeetings_B_01.jpg');
  background-size: 100% 100%;
}

.section-participer-01.section-challenge {
  height: auto;
  background-image: url('../images/Header_Challenge_B_01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-72 {
  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;
}

.heading-16 {
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 54px;
  text-align: right;
}

.div-block-73 {
  width: auto;
  margin-right: 10px;
}

.text-span-5 {
  color: #fff;
}

.container-6 {
  max-width: 1200px;
  margin-bottom: 60px;
  text-align: center;
}

.heading-17 {
  font-size: 34px;
}

.heading-18 {
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 54px;
}

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

.heading-19 {
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 54px;
}

.heading-20 {
  font-family: 'Twcenmt gras', sans-serif;
  color: #fff;
  font-size: 54px;
}

.div-block-75 {
  position: static;
  left: 0%;
  top: -496px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 1200px;
  max-width: 1200px;
  margin-top: -480px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-75.div-block-17 {
  text-align: left;
}

.div-block-75.temoignages {
  margin-top: -100px;
}

.div-block-75.programme_21 {
  margin-top: -30px;
  text-align: left;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-5 {
  color: #69adfd;
  font-size: 22px;
  line-height: 27px;
}

.text-span-6 {
  color: #18242f;
}

.section-2 {
  height: 1000px;
}

.div-block-77 {
  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;
}

.link-block-9 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #eaecf5;
  text-align: center;
}

.div-block-78 {
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #eaecf5;
  border-left: 1px solid #eaecf5;
  background-color: #fff;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Twcenmt gras', sans-serif;
  color: #69adfd;
  font-size: 30px;
  text-align: center;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding: 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #69adfd;
  border-radius: 13px;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.button-2 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #69adfd;
  border-radius: 5px;
  background-color: #69adfd;
  background-image: url('../images/Chevron_1Chevron.png');
  background-position: 6% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Twcenmt gras', sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.button-2:hover {
  background-color: #fff;
  background-image: url('../images/Chevron_Bleu_1Chevron_Bleu.png');
  color: #69adfd;
}

.button-2.inscription_02 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 56px;
  text-align: center;
}

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

.div-block-82.button-2 {
  margin-left: 0px;
}

.heading-21 {
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 54px;
}

.heading-22 {
  margin-bottom: 30px;
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 54px;
  text-align: center;
}

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

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

.text-span-7 {
  color: #69adfd;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-9 {
  margin-top: 10px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.slider-9 {
  height: 100%;
  background-color: #fff;
}

.heading-23 {
  font-family: 'Twcenmt gras', sans-serif;
  color: #69adfd;
  font-size: 32px;
}

.paragraph-10 {
  font-size: 22px;
}

.paragraph-11 {
  font-size: 22px;
  line-height: 27px;
}

.div-block-86 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-12 {
  color: #69adfd;
  font-size: 22px;
  text-align: right;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-24 {
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 54px;
}

.heading-25 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 64px;
  text-align: left;
}

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

.div-block-88 {
  width: 34%;
}

.div-block-88.h2-participer {
  width: 46%;
}

.div-block-88.infos_01 {
  width: 68%;
}

.div-block-88.participer {
  width: 42%;
}

.heading-26 {
  font-size: 30px;
}

.heading-27 {
  margin-top: 0px;
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 30px;
}

.text-span-8 {
  font-family: Twcenmt, sans-serif;
  color: #000;
  font-weight: 400;
}

.div-block-89 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-90 {
  width: 24%;
  text-align: center;
}

.div-block-91 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-6 {
  padding-left: 40px;
  color: #23a1e8;
  font-size: 40px;
  line-height: 27px;
  font-weight: 700;
  list-style-type: decimal;
}

.text-span-9 {
  color: #11084c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.div-block-92 {
  width: 48%;
}

.list-item-5 {
  padding-bottom: 20px;
}

.text-span-10 {
  font-family: 'Twcenmt gras', sans-serif;
  color: #11084c;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

.paragraph-13 {
  padding-left: 40px;
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 22px;
}

.list-7 {
  padding-top: 20px;
  padding-left: 60px;
  color: #69adfd;
  font-size: 22px;
}

.div-block-93 {
  padding-left: 40px;
}

.list-item-6 {
  padding-bottom: 20px;
  line-height: 27px;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-14 {
  font-size: 32px;
  line-height: 27px;
  text-align: left;
}

.div-block-95 {
  width: 49%;
}

.div-block-96 {
  width: 49%;
}

.div-block-97 {
  padding-top: 30px;
  text-align: left;
}

.image-12 {
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-98 {
  width: auto;
  padding-top: 0px;
}

.div-block-99 {
  width: 100%;
  padding-bottom: 20px;
}

.div-block-100 {
  width: 55%;
  text-align: left;
}

.div-block-101 {
  width: 46%;
}

.text-span-11 {
  color: #fff;
}

.text-span-12 {
  color: #fff;
  font-size: 22px;
}

.link-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  height: 158px;
  padding: 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;
  border-style: none;
  border-width: 1px;
  border-color: #eaecf5;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.46);
}

.link-block-10.organisteur_01 {
  width: 383px;
  height: 231px;
}

.paragraph-15 {
  font-family: Montserrat, sans-serif;
  color: #11084c;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  text-align: left;
}

.paragraph-15.center {
  text-align: center;
}

.paragraph-16 {
  color: #11084c;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
}

.paragraph-16.parrainage {
  width: 90%;
}

.paragraph-16.center {
  text-align: center;
}

.div-block-102 {
  width: 74%;
  text-align: left;
}

.div-block-102.organisateur_02 {
  width: 65%;
}

.div-block-102._02 {
  width: auto;
}

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

.div-block-103 {
  text-align: left;
}

.section-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-13 {
  width: 50%;
}

.div-block-104 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-105 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 52px 0px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-106 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-14 {
  padding-bottom: 0px;
}

.div-block-107 {
  width: 62%;
}

.div-block-108 {
  padding-top: 20px;
  text-align: center;
}

.text-span-13 {
  color: #18242f;
}

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

.div-block-110 {
  display: block;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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;
  text-align: center;
}

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

.list-8 {
  width: 49%;
  color: #69adfd;
  font-size: 22px;
  text-align: left;
}

.list-8.list-academy {
  width: 49%;
}

.text-span-14 {
  color: #000;
}

.heading-28 {
  font-size: 63px;
}

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

.image-16 {
  display: block;
  width: 175px;
  height: 175px;
}

.programme-conferences_01 {
  padding-bottom: 20px;
}

.heading-29 {
  width: 67%;
  color: #69adfd;
  font-size: 42px;
  text-align: center;
}

.div-block-113 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 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;
}

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

.div-block-115 {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 2px;
  background-color: #23A1E8;
}

.image-17 {
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-17 {
  margin-bottom: 0px;
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 30px;
}

.list-9 {
  margin-bottom: 15px;
  padding-left: 0px;
  color: #69adfd;
}

.div-block-116 {
  width: 79%;
}

.div-block-117 {
  width: 95%;
}

.list-item-7 {
  line-height: 27px;
}

.paragraph-18 {
  font-size: 22px;
}

.paragraph-19 {
  font-size: 22px;
  line-height: 27px;
}

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

.paragraph-20 {
  width: 88%;
  font-size: 22px;
  line-height: 27px;
}

.image-18 {
  width: 100px;
}

.div-block-119 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-120 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-21 {
  font-size: 30px;
}

.paragraph-22 {
  font-size: 30px;
}

.div-block-121 {
  width: 31%;
}

.div-block-122 {
  width: 67%;
  padding: 27px;
  border-radius: 8px;
  background-color: #e5eaec;
}

.paragraph-23 {
  font-size: 30px;
}

.paragraph-24 {
  line-height: 24px;
}

.text-span-15 {
  font-family: Twcenmt, sans-serif;
}

.heading-30 {
  margin-top: 0px;
  font-family: 'Twcenmt gras', sans-serif;
  color: #69adfd;
  font-size: 27px;
  text-transform: uppercase;
}

.div-block-123 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 40px;
  -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;
  text-align: center;
}

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

.heading-31 {
  margin-top: 20px;
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 32px;
  text-align: center;
  text-transform: capitalize;
}

.div-block-125 {
  width: 30%;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.image-19 {
  width: 100%;
}

.container-8 {
  max-width: 1189px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-126 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-127 {
  width: auto;
  padding: 19px 30px 0px 38px;
  border-radius: 20px;
  background-color: #69adfd;
  background-image: -webkit-gradient(linear, right top, left top, from(#6e31ff), to(#23a1e8));
  background-image: linear-gradient(270deg, #6e31ff, #23a1e8);
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.29);
  color: #fff;
  margin-bottom: 20px;
}

.contact-mail {
  font-size: 14px;
  color: white;
}

.heading-32 {
  color: #69adfd;
  font-size: 65px;
}

.div-block-128 {
  padding: 10px 30px 40px;
  border-radius: 20px;
  background-color: #11084c;
  color: #fff;
  text-align: left;
}

.paragraph-25 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 700;
}

.text-block-45 {
  font-family: 'Twcenmt gras', sans-serif;
  color: #000;
  font-size: 42px;
}

.heading-33 {
  font-family: 'Twcenmt gras', sans-serif;
  color: #69adfd;
  font-size: 65px;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 339px;
}

.div-block-129._02 {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
}

.paragraph-26 {
  font-family: Poppins, sans-serif;
  line-height: 27px;
}

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

.div-block-130 {
  width: 70%;
}

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

.link-5 {
  color: #fff;
  text-decoration: none;
}

.columns {
  width: 1800px;
  max-width: 1746px;
  margin-right: 0px;
  margin-left: auto;
}

.heading-34 {
  color: #69adfd;
  font-size: 25px;
}

.heading-35 {
  font-family: 'Twcenmt gras', sans-serif;
  color: #69adfd;
  font-size: 25px;
  text-transform: uppercase;
}

.paragraph-27 {
  padding-top: 20px;
  font-size: 38px;
}

.paragraph-28 {
  padding-top: 20px;
  font-size: 38px;
}

.div-block-131 {
  width: 229%;
  margin-left: -114px;
  background-color: red;
  opacity: 0.45;
}

.div-block-132 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-10 {
  font-size: 20px;
}

.list-item-8 {
  padding-bottom: 10px;
  line-height: 24px;
}

.div-block-133 {
  max-width: 1200px;
  padding-bottom: 40px;
  text-align: center;
}

.list-11 {
  font-size: 20px;
  list-style-type: none;
}

.heading-36 {
  margin-bottom: 20px;
}

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

.button-4 {
  border-radius: 5px;
}

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

.paragraph-29 {
  padding-top: 10px;
  color: #69adfd;
  font-size: 22px;
}

.text-span-16 {
  text-decoration: underline;
}

.text-span-17 {
  font-size: 20px;
}

.text-block-46 {
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 20px;
}

.div-block-135 {
  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;
}

.slider-10 {
  height: 660px;
  margin-bottom: 0px;
}

.div-block-136 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 25%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-right-radius: 20px;
  background-image: linear-gradient(269deg, #6e31ff, #23a1e8);
}

.div-block-136.tarifs {
  border-bottom-right-radius: 20px;
}

.section-4 {
  position: static;
  display: block;
  height: 100%;
  margin-top: 50px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-4.temps-forts {
  margin-bottom: 140px;
}

.section-4.award {
  margin-bottom: 123px;
}

.div-block-137 {
  position: relative;
  display: block;
  height: auto;
  max-height: none;
  margin-bottom: 80px;
  padding-top: 0px;
  padding-bottom: 60px;
}

.div-block-137.accueil {
  padding-bottom: 0px;
}

.div-block-137.tarifs {
  margin-top: -39px;
}

.div-block-137.programme {
  margin-bottom: 220px;
  padding-bottom: 0px;
}

.div-block-137.award {
  margin-bottom: 0px;
}

.container-9 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 1191px;
}

.container-9.responsive {
  display: none;
}

.div-block-138 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-138.programme {
  padding-top: 0px;
}

.div-block-139 {
  width: 47%;
}

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

.div-block-141 {
  position: absolute;
  left: 0%;
  top: 70%;
  right: 0%;
  bottom: auto;
}

.div-block-142 {
  position: relative;
  padding-top: 60px;
}

.div-block-142.programme {
  bottom: 64px;
  margin-top: 0px;
  padding-top: 0px;
}

.div-block-142.candidater {
  padding-bottom: 120px;
}

.container-10 {
  position: relative;
  max-width: 1191px;
  margin-top: 0px;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  background-color: #11084c;
}

.div-block-143 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 100%;
  bottom: auto;
  width: 100vw;
  height: 100%;
}

.div-block-144 {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-color: #11084c;
}

.paragraph-30 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-30.tarifs {
  display: none;
}

.div-block-145 {
  padding-top: 38px;
  padding-bottom: 61px;
  padding-left: 66px;
  text-align: left;
}

.div-block-145.candidater {
  padding-bottom: 30px;
}

.paragraph-31 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
}

.div-block-146 {
  position: relative;
  background-color: #11084c;
}

.container-11 {
  max-width: 1191px;
  padding-top: 55px;
  padding-bottom: 58px;
  text-align: center;
}

.container-11.award {
  padding-top: 20px;
  padding-bottom: 100px;
}

.container-11.award-1 {
  padding-top: 0px;
  padding-bottom: 50px;
}

.div-block-195.laureat {
  margin-top: 50px;
  margin-bottom: 0px;
}

.div-block-195.laureat2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-196._horaire {
  margin-bottom: 30px;
}

.div-block-142.laureat {
  padding-bottom: 0px;
  padding-top: 0px;
}

.prix-laureat {
  display: flex;
  max-width: 1144px;
  justify-content: space-between;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.prix-laureat-1 {
  width: 350px;
}

.prix-laureat-1 p {
  margin-bottom: 0px;
}

.prix-laureat-1 img {
  margin-bottom: 28px;
}

.paragraph-31._prix {
  margin-top: 40px;
}

.prix-laureat-1._01 {
  padding-bottom: 40px;
  margin-top: -93px;
}

.paragraph-32 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 28px;
  text-transform: uppercase;
}

.image-20 {
  max-width: none;
}

.link-block-11 {
  display: block;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-top: 44px;
  padding-bottom: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-33 {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.paragraph-33.en {
  font-size: 25px;
}

.paragraph-32.en {
  font-size: 19px;
}

.text-block-47 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.heading-38 {
  display: block;
  max-width: none;
  padding: 21px 40px 23px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(156, 49, 255, 0.03)), color-stop(51%, rgba(156, 49, 255, 0.55)), to(rgba(156, 49, 255, 0)));
  background-image: linear-gradient(270deg, rgba(156, 49, 255, 0.03), rgba(156, 49, 255, 0.55) 51%, rgba(156, 49, 255, 0));
  font-family: 'Twcenmt gras', sans-serif;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}

.text-span-18 {
  background-color: transparent;
  color: #23a1e8;
}

.div-block-147 {
  font-family: Montserrat, sans-serif;
}

.div-block-148 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-39 {
  margin-top: 0px;
  color: #11084c;
  font-size: 34px;
  line-height: 37px;
  font-weight: 900;
}

.div-block-149 {
  margin-right: 25px;
}

.list-12 {
  padding-left: 10px;
  color: #23a1e8;
  font-size: 16px;
  line-height: 27px;
}

.list-item-9 {
  padding-bottom: 10px;
  padding-left: 10px;
}

.text-span-19 {
  color: #11084c;
}

.div-block-150 {
  background-color: #11084c;
}

.heading-40 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 64px;
  text-transform: uppercase;
}

.container-13 {
  max-width: 1188px;
  padding-top: 22px;
  padding-bottom: 26px;
  text-align: center;
}

.div-block-151 {
  position: static;
  background-image: linear-gradient(235deg, #6e31ff, #23a1e8);
}

.container-14 {
  position: static;
  max-width: 1188px;
  /* padding-top: 72px; */
  text-align: center;
  padding-top: 0px;
  padding-bottom: 40px;
}

.heading-41 {
  margin-top: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 35px;
}

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

.div-block-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 155px;
  height: 97px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.slider-11 {
  height: 100%;
  margin-top: 40px;
  background-color: transparent;
}

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

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

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

.div-block-154 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 52px 72px 74px;
  border-radius: 20px;
  background-color: #11084c;
}

.heading-42 {
  margin-top: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.paragraph-34 {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}

.container-15 {
  max-width: 1189px;
  padding-top: 118px;
  padding-bottom: 100px;
  text-align: center;
}

.paragraph-35 {
  font-family: 'Twcenmt gras', sans-serif;
  color: #11084c;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-35.left {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.paragraph-35._02 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.paragraph-35.center {
  text-align: center;
}

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

.div-block-155 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-155._02 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-36 {
  color: #11084c;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.paragraph-36.violet {
  color: #6135ab;
}

.paragraph-36.bleu1 {
  color: #23a1e8;
}

.paragraph-36.bleu2 {
  color: #587ffa;
}

.paragraph-36.bleu3 {
  color: #23a1e8;
}

.div-block-156 {
  width: 336px;
}

.div-block-156._02 {
  margin-right: 100px;
  margin-left: 100px;
}

.div-block-156._88 {
  margin-right: 50px;
}

.div-block-156._85 {
  margin-left: 50px;
}

.image-22 {
  margin-bottom: 25px;
}

.section-5 {
  position: relative;
  bottom: 0px;
  z-index: auto;
  margin-top: -47px;
}

.div-block-157 {
  position: static;
  /* margin-top: -60px; */
  background-color: #fff;
  margin-top: 0;
}

.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 282px;
  height: 152px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #23a1e8;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-158 {
  width: 282px;
  height: auto;
  background-color: transparent;
}

.paragraph-37 {
  color: #18242f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.paragraph-38 {
  color: #444;
  font-size: 16px;
  line-height: 27px;
}

.section-6 {
  padding-bottom: 100px;
}

.section-6.participer {
  padding-bottom: 0px;
}

.section-7 {
  background-color: #11084c;
}

.container-16 {
  max-width: 1192px;
  padding-top: 100px;
  padding-bottom: 122px;
}

.heading-43 {
  font-family: 'Twcenmt gras', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}

.div-block-159 {
  text-align: center;
}

.div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-161 {
  width: 49%;
  padding: 22px 21px;
  border-radius: 20px;
  background-color: #2aa3ef;
}

.div-block-162 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-44 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
}

.paragraph-39 {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.link-twitter {
  overflow: scroll;
  height: 505px;
}

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

.div-block-164 {
  padding: 22px 21px 10px 21px;
  border-radius: 20px;
  background-color: #1657a0;
  text-decoration: none;
}

.div-block-165 {
  padding: 18px 22px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e31ff), to(#23a1e8));
  background-image: linear-gradient(180deg, #6e31ff, #23a1e8);
}

.list-13 {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-166 {
  /*width: 51%;*/
  margin-right: 20px;
}

.div-block-166.temps-forts {
  width: 63%;
}

.div-block-166.award {
  width: 58%;
}

.link-block-13 {
  margin-bottom: 20px;
}

.link-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  margin-right: auto;
  margin-left: 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;
  text-align: left;
}

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

.div-block-167.center {
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-23 {
  margin-left: 20px;
}

.heading-45 {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

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

.div-block-168 {
  width: auto;
  max-width: 694px;
  margin-right: auto;
  margin-left: auto;
  padding: 19px 33px 24px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #23a1e8;
  border-radius: 20px;
  text-align: center;
}

.div-block-169 {
  margin-top: 20px;
  text-align: center;
}

.list-item-10 {
  padding-bottom: 37px;
}

.heading-46 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.paragraph-40 {
  font-size: 16px;
  line-height: 27px;
}

.div-block-170 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.div-block-171 {
  display: block;
  /*margin-top: 33px;*/
}

.div-block-172 {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.div-block-173 {
  width: auto;
  margin-top: 0px;
  padding: 20px 40px 30px;
  border-radius: 20px;
  background-color: #11084c;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.29);
  color: #fff;
}

.logo-header {
  margin-bottom: 20px;
  padding-right: 189px;
  padding-left: 189px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(155, 48, 255, 0.03)), color-stop(51%, rgba(155, 48, 255, 0.55)), to(rgba(155, 48, 255, 0.03)));
  background-image: linear-gradient(270deg, rgba(155, 48, 255, 0.03), rgba(155, 48, 255, 0.55) 51%, rgba(155, 48, 255, 0.03));
}

.div-block-174 {
  color: #fff;
  text-align: center;
}

.container-17 {
  max-width: 1192px;
}

.div-block-175 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 84px;
}

.div-block-175._02 {
  padding-top: 34px;
}

.div-block-175._02.reponsive2 {
  display: none;
}

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

.div-block-175._04 {
  padding-top: 160px;
}

.div-block-175._05 {
  top: 115px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
}

.div-block-175.reponsive2 {
  display: none;
}

.div-block-176 {
  width: 25%;
  padding-right: 30px;
  text-align: right;
}

.div-block-177 {
  width: 75%;
  padding-left: 30px;
}

.div-block-177.temps-forts {
  max-width: 900px;
  padding-left: 60px;
}

.div-block-177.temps-forts._02 {
  padding-top: 0px;
}

.div-block-177.temps-forts._03 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
}

.div-block-177._02 {
  max-width: 550px;
  padding-left: 60px;
}

.paragraph-41 {
  color: #fff;
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
}

.paragraph-42 {
  color: #fff;
  font-size: 55px;
  line-height: 64px;
  font-weight: 700;
}

.section-8 {
  margin-bottom: 100px;
}

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

.container-18 {
  max-width: 954px;
  text-align: center;
}

.heading-47 {
  color: #11084c;
  font-size: 40px;
  line-height: 64px;
  text-transform: uppercase;
}

.div-block-178 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 47px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-9 {
  padding-bottom: 220px;
  background-color: #11084c;
}

.container-19 {
  max-width: 1189px;
}

.heading-48 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-179 {
  padding-top: 20px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(155, 48, 255, 0.03)), color-stop(51%, rgba(155, 48, 255, 0.55)), to(rgba(155, 48, 255, 0.03)));
  background-image: linear-gradient(270deg, rgba(155, 48, 255, 0.03), rgba(155, 48, 255, 0.55) 51%, rgba(155, 48, 255, 0.03));
}

.paragraph-43 {
  color: #fff;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.container-20 {
  max-width: 1189px;
}

.div-block-180 {
  margin-top: -90px;
  padding: 32px 67px 74px;
  border-radius: 20px;
  background-image: linear-gradient(269deg, #6e31ff, #23a1e8);
  text-align: center;
}

.div-block-181 {
  margin-top: 52px;
  padding-top: 27px;
  padding-bottom: 74px;
  border-radius: 20px 20px 0px 0px;
  background-color: #11084c;
  text-align: center;
}

.div-block-182 {
  margin-top: 23px;
  margin-bottom: 32px;
  padding-top: 17px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(35, 160, 232, 0)), color-stop(51%, rgba(35, 159, 232, 0.66)), to(rgba(35, 160, 232, 0)));
  background-image: linear-gradient(270deg, rgba(35, 160, 232, 0), rgba(35, 159, 232, 0.66) 51%, rgba(35, 160, 232, 0));
}

.div-block-183 {
  padding-right: 200px;
  padding-left: 202px;
}

.container-21 {
  max-width: 1191px;
}

.slider-12 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.div-block-184 {
  margin-top: 50px;
}

.section-10 {
  margin-bottom: 200px;
}

.section-11 {
  margin-bottom: 72px;
}

.div-block-185 {
  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;
}

.div-block-186 {
  text-align: left;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.text-span-20 {
  color: #23a1e8;
}

.div-block-187 {
  margin-right: 20px;
}

.div-block-188 {
  padding: 32px 67px 66px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: linear-gradient(269deg, #6e31ff, #23a1e8);
  text-align: center;
}

.html-embed-7 {
  margin-top: 34px;
}

.div-block-189 {
  margin-bottom: -70px;
}

.paragraph-44 {
  color: #23a1e8;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-190 {
  padding-top: 21px;
  padding-bottom: 31px;
  padding-left: 46px;
}

.div-block-191 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.div-block-193 {
  width: 75%;
  max-width: 1029px;
  padding-top: 40px;
  padding-left: 40px;
}

.heading-49 {
  margin-top: 0px;
  color: #23a1e8;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
}

.list-14 {
  padding-left: 10px;
  color: #11084c;
  font-weight: 700;
}

.div-block-194 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-item-11 {
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-block-195 {
  margin-bottom: 89px;
}

.div-block-196 {
  margin-bottom: 63px;
}

.text-span-21 {
  color: #11084c;
}

.div-block-197 {
  margin-top: 10px;
  width: 339px;
}

.div-block-129._03{
  width: auto;
}

.div-block-198 {
  width: 21%;
  text-align: left;
}

.div-block-199 {
  width: 30%;
}

.div-block-200 {
  position: relative;
  width: 25%;
  height: auto;
}

.div-block-200._02 {
  margin-bottom: 0px;
}

.div-block-201 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -30px;
  bottom: auto;
  width: 314px;
  height: 241px;
  margin-right: 0px;
}

.div-block-201._02 {
  top: 0px;
  margin-bottom: 0px;
}

.div-block-202 {
  margin-top: 140px;
  text-align: center;
}

.paragraph-45 {
  color: #11084c;
  font-weight: 700;
}

.div-block-203 {
  margin-top: -85px;
}

.div-block-204 {
  margin-top: 70px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.div-block-205 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-206 {
  margin-top: 41px;
  text-align: center;
}



.link-block-15 {
  display: none;
}

.link-block-16 {
  display: none;
}

.link-block-17 {
  display: none;
}

.link-block-18 {
  display: none;
}

.container-22 {
  max-width: 1189px;
}

.div-block-208 {
  text-align: left;
}

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

.div-block-210 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 155px;
  height: 97px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
}

.div-block-211 {
  margin-top: 68px;
  text-align: center;
}

.section-12 {
  /* margin-bottom: 137px; */
  margin-bottom: 100px;
}

.slider-13 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

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

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

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

.video {
  display: none;
}

.div-block-212 {
  display: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.drapeau._02 {
  display: none;
}

sup .sup {
  font-size: 16px;
}

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

.link-block-19 {
  padding-right: 40px;
}

.paragraph-46 {
  display: none;
}

.paragraph-47 {
  margin-bottom: 0px;
  color: #11084c;
  font-size: 16px;
  line-height: 27px;
}

.div-block-217 {
  margin-right: 32px;
}

.div-block-218 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-27 {
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-221 {
  display: none;
}

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

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

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

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

html.w-mod-js *[data-ix="app-2-chiffre"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

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

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

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

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

html.w-mod-js *[data-ix="avoir"] {
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
}

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

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

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

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

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

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

.img-144 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 268px;
  background-image: url(../images/Bloc-velodrome.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 39%;
}

.img-144.hotel {
  background-image: url(../images/Bloc-hotel@2x.png);
  height: 135px;
}

.div-block-190.hotel {
  padding-top: 33px;
  padding-bottom: 40px;
  padding-left: 46px;
}

@media screen and (max-width: 1640px) {

  .img-144 {
    width: 52%;
  }
}

@media screen and (max-width: 1080px) {

  .prix-laureat-1._01 {
    margin-top: 0px;
  }

  .prix-laureat-1 {
    width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .left {
    clear: left;
    font-family: Ubuntu, sans-serif;
    color: #000;
  }

  .container-2 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    color: #fff;
  }

  .nav-menu-2 {
    position: absolute;
    top: 80px;
    z-index: 9999;
    display: block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #fff;
    font-family: Ubuntu, sans-serif;
    color: #000;
  }

  .brand-2 {
    display: block;
    width: 177px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
  }

  .navbar_site {
    position: fixed;
    display: block;
    height: auto;
  }

  .dropdown-3 {
    margin-bottom: 20px;
    float: left;
    clear: left;
  }

  .section_header {
    position: static;
    height: auto;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .section_video {
    margin-top: 0px;
  }

  .section_video.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* height: 500px; */
    height: 550px;
    margin-top: 44px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
  }

  .section_partenaires {
    display: inline-block;
    height: auto;
    padding: 20px;
    -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;
  }

  .section_partenaires.fixedmarge {
    display: block;
  }

  .div_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 30px;
    margin-bottom: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide_date {
    margin-right: 0px;
  }

  .dropdown-list.w--open {
    display: none;
  }

  .link_nav-2 {
    padding-bottom: 0px;
    float: left;
    color: #000;
  }

  .link_nav-2.w--current {
    padding-bottom: 0px;
    color: #fff;
  }

  .dropdown_link {
    float: none;
    clear: left;
  }

  .div_icon {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #474646;
    text-align: center;
  }

  .link_rs {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    float: left;
    clear: none;
  }

  ._32 {
    text-align: center;
  }

  .menu-button {
    position: static;
    right: 0px;
    bottom: 0px;
    display: block;
    padding: 10px;
    float: right;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .text-block-5 {
    text-align: center;
  }

  .logo {
    margin-bottom: 0px;
    padding-top: 40px;
    float: left;
    clear: none;
  }

  .section_news {
    display: inline-block;
    margin-bottom: 0px;
    padding: 20px 20px 40px;
    clear: left;
  }

  .section_news.condition {
    display: inline-block;
    padding-top: 20px;
  }

  .section_news.gris {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div_news {
    width: auto;
  }

  .div_news.guide {
    margin-top: 0px;
  }

  .titre_news {
    position: static;
    display: block;
    margin-bottom: 20px;
    float: none;
    clear: left;
  }

  .h1_titre {
    margin-bottom: 10px;
    float: none;
    font-size: 2.2em;
  }

  .h1_titre.degrade {
    display: block;
    float: left;
    font-size: 2.5em;
  }

  .titre_picto {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    clear: left;
  }

  .titre_picto.btn {
    position: static;
    display: block;
    float: none;
    clear: none;
    -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;
  }

  .article {
    width: auto;
    margin-top: 30px;
    margin-bottom: 0px;
    float: left;
    clear: left;
  }

  .article._01 {
    margin-top: 0px;
  }

  .article._01._02 {
    margin-top: 30px;
  }

  .templateleft {
    display: block;
  }

  .leftimage {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .image_left {
    width: auto;
  }

  .left_txt {
    position: static;
    display: inline-block;
    width: auto;
    float: none;
    clear: none;
  }

  .txt_left {
    margin-top: 10px;
    float: none;
  }

  .paragraphe {
    margin-bottom: 0px;
  }

  .link_2 {
    margin-right: 10px;
    margin-left: 0px;
    float: left;
    clear: none;
  }

  .section_programme {
    display: block;
    padding: 20px;
    float: none;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div_programme {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .div_conferences {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    float: none;
    -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;
  }

  .link_speaker {
    margin-bottom: 20px;
  }

  .speaker_txt {
    width: auto;
  }

  .section_footer {
    display: block;
    padding: 20px;
  }

  .div_footer {
    display: block;
    width: auto;
  }

  .footer {
    margin-right: 40px;
  }

  .blanc {
    color: #fff;
  }

  .div_copy {
    width: auto;
  }

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

  .div_logo {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section_newsletter {
    display: block;
    padding: 20px;
    float: none;
    clear: left;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff4f00), to(#ff3dad));
    background-image: linear-gradient(90deg, #ff4f00, #ff3dad);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .div_newsletter {
    position: static;
    display: block;
    width: auto;
    float: none;
  }

  .reseaux {
    display: block;
    width: auto;
    float: none;
    -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;
  }

  .newsletter {
    width: auto;
    float: none;
  }

  .txt_newsletter {
    width: auto;
  }

  .div_titre_linkedin.twitter {
    display: block;
    float: none;
  }

  .div_twitter {
    width: auto;
    margin-bottom: 30px;
    padding-bottom: 1px;
    float: none;
  }

  .div_video {
    position: absolute;
    z-index: 100;
    height: 450px;
  }

  .div_video._02 {
    height: auto;
  }

  .video_bouton {
    position: static;
    margin-top: 39px;
    text-align: center;
  }

  .utility-page-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title {
    height: auto;
  }

  .section_intervenant {
    padding: 20px;
  }

  .section_show {
    padding: 20px 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .themes {
    width: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
  }

  .theme_txt {
    width: auto;
    float: none;
  }

  .div_1_news {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div_1_news._01 {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div_1_news._01._02 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div_1_news.testi {
    margin-bottom: 40px;
  }

  .div_section_titre {
    padding-bottom: 0px;
    color: #000;
    text-shadow: none;
  }

  .div_section_titre.sponsor {
    width: auto;
    max-width: 1200px;
  }

  .wrapper {
    width: auto;
  }

  .wrapper.avoir {
    position: static;
  }

  .wrapper.avoir.sponsor_02 {
    width: auto;
    max-width: 1200px;
  }

  .section_avoir {
    display: none;
  }

  .div_absolument {
    margin-top: 10px;
  }

  .div_absolument._01 {
    margin-top: 0px;
  }

  .div_absolument_gauche {
    width: 100%;
    height: auto;
    float: none;
    text-align: left;
  }

  .div_asbolument_droit {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    float: none;
  }

  .div_asbolument_droit.details {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section_avoir2 {
    display: block;
    height: auto;
    padding: 10px 20px 20px;
    background-color: transparent;
    background-image: linear-gradient(251deg, #916dd2, #69adfd 18%, #69adfd 82%, #a1fcdf);
  }

  .text-block-11 {
    color: #000;
    text-shadow: none;
  }

  .section_rdv {
    padding: 20px;
  }

  .wrapper_rdv {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div_gauche_rdv {
    width: auto;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .div_droit_rdv {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .btn2 {
    display: inline-block;
    margin-top: 20px;
    clear: none;
  }

  .footer_logo {
    display: block;
  }

  .bton_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .img {
    width: 62%;
    margin-bottom: 0px;
  }

  .section_show_gris {
    height: auto;
    padding: 0px;
  }

  .section_show_gris.details {
    padding-top: 20px;
  }

  .section_show_blanc {
    padding: 20px;
  }

  .section_video_home {
    display: block;
    /* height: 600px; */
    height: 665px;
    margin-top: 51px;
    background-image: url('../images/Video2x.png');
  }

  .txt_strategie {
    padding-top: 0px;
  }

  .div_bilan {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 20px;
    float: left;
  }

  .div_absolument_bilan {
    width: auto;
    margin-top: -480px;
    margin-right: auto;
    margin-left: auto;
  }

  .theme_bloc {
    float: none;
    clear: left;
  }

  .tem_mask {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tem_div_txt {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .l1_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .l1_div_partenaires {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .uk {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-left: 15px;
    float: left;
    clear: left;
  }

  .fond.zoom._02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 35vh;
  }

  .fond.zoom._03 {
    height: 500px;
  }

  .fond.zoom._05 {
    height: 35vh;
  }

  .fond.zoom._06 {
    height: 35vh;
  }

  .fond.zoom._07 {
    height: 35vh;
  }

  .fond.zoom._11 {
    height: 35vh;
  }

  .background-video {
    display: none;
    z-index: 0;
    height: 450px;
    padding-top: 0px;
  }

  .btn_1 {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    clear: none;
  }

  .btn_1.responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .div-block-7 {
    margin-top: 0px;
  }

  .section_h1 {
    display: block;
  }

  .section_h1.section-h1-participants {
    display: block;
  }

  .div-block-8 {
    width: auto;
    margin-top: 0px;
    float: none;
  }

  .div-block-9 {
    width: auto;
    margin-bottom: 30px;
    padding-right: 0px;
    float: none;
  }

  .div-block-10 {
    width: auto;
    margin-top: 0px;
    padding-right: 0px;
    float: none;
    clear: left;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .div-block-11 {
    float: none;
    clear: left;
  }

  .section_h2 {
    display: block;
    margin-top: -145px;
    margin-bottom: 0px;
    padding: 20px 20px 40px;
    clear: left;
  }

  .footer-2 {
    display: block;
  }

  .div-block-16 {
    width: auto;
  }

  .div-block-17 {
    position: static;
    width: auto;
    margin-top: 0px;
    border-radius: 0px;
    text-align: center;
  }

  .div-block-18 {
    text-align: left;
  }

  .div-block-19 {
    width: auto;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .title_2 {
    height: auto;
  }

  .title_2.strategie {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider01 {
    display: block;
    height: auto;
    margin-top: 8px;
    padding-top: 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;
  }

  .div_video_1 {
    position: absolute;
    z-index: 100;
    height: 100%;
    margin-top: 0px;
  }

  .link-block-5 {
    width: 100%;
  }

  .link-block-5.infos {
    width: auto;
  }

  .legende {
    display: none;
  }

  .div-block-28 {
    width: auto;
  }

  .div-block-29 {
    width: auto;
    float: none;
    border: 1px none #000;
  }

  .div-block-30 {
    width: auto;
    margin-bottom: 30px;
  }

  .div-block-30._03 {
    width: auto;
  }

  .div-block-31 {
    width: auto;
    clear: left;
  }

  .div-block-32 {
    width: auto;
  }

  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0px 0px 20px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-38 {
    width: auto;
    float: none;
  }

  .div-block-40 {
    width: auto;
    margin-top: 20px;
    float: none;
  }

  .div_section_titre_2 {
    padding-bottom: 10px;
    color: #000;
    text-shadow: none;
  }

  .div-block-42 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-43 {
    width: auto;
  }

  .div-block-43._01 {
    margin-left: 0px;
  }

  .div-block-44 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-50 {
    margin-bottom: 0px;
    float: none;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-30 {
    display: inline-block;
  }

  .text-block-31 {
    display: inline-block;
  }

  .div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    -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-color: #fff;
    text-align: left;
  }

  .text-block-34 {
    text-align: left;
  }

  .promo {
    width: auto;
  }

  .m_medias {
    position: static;
    display: inline-block;
    width: auto;
    float: none;
    clear: none;
  }

  .m_medias_p {
    margin-bottom: 0px;
  }

  .medias_fond {
    padding: 20px 20px 10px;
  }

  .medias_fond.details {
    padding-top: 20px;
  }

  .m_medias_fond_gris {
    padding: 20px 20px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .m_medias_fond_gris.details {
    padding-top: 20px;
  }

  .m_medias_fond_blanc {
    padding: 20px 20px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .m_medias_fond_blanc.details {
    padding-top: 20px;
  }

  .medias_fond_gris-copy {
    padding: 20px 20px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .medias_fond_gris-copy.details {
    padding-top: 20px;
  }

  ._1-legende {
    display: none;
  }

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

  .button.parrainage {
    margin-bottom: 20px;
  }

  .button._03 {
    margin-bottom: 20px;
  }

  .button.responsive2 {
    display: inline-block;
  }

  .button.responsive1 {
    display: none;
  }

  .image-7 {
    display: none;
  }

  .div-block-58 {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-8 {
    width: auto;
  }

  .div-block-59 {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-60 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .div-block-61 {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
  }

  .div-block-62 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .heading-11 {
    font-size: 20px;
  }

  .text-block-39 {
    margin-bottom: 20px;
  }

  .text-block-40 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-41 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-42 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-43 {
    margin-top: 10px;
  }

  .div-block-64 {
    position: static;
    height: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-65 {
    display: none;
    margin-top: 20px;
  }

  .link-block-7 {
    z-index: 2;
  }

  .link-block-8 {
    display: block;
    width: 90px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
  }

  .heading-14 {
    width: 100%;
  }

  .div-block-70 {
    width: auto;
    height: auto;
  }

  .div-block-71 {
    width: 60%;
  }

  .div-block-75 {
    width: auto;
  }

  .div-block-75.temoignages {
    margin-top: -59px;
  }

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

  .div-block-83 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-84 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-87 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .div-block-88.infos_01 {
    width: 68vh;
    text-align: center;
  }

  .div-block-88.participer {
    width: auto;
  }

  .list-6 {
    padding-left: 60px;
  }

  .paragraph-16.parrainage {
    width: 83%;
  }

  .div-block-102 {
    width: 60%;
  }

  .div-block-102._02 {
    width: 70%;
    margin-left: auto;
  }

  .div-block-102._02.rdv {
    margin-left: 0px;
  }

  .div-block-102._02.tarifs {
    width: auto;
  }

  .image-13 {
    width: 40%;
  }

  .div-block-104 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-105 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-106.orga {
    display: none;
  }

  .div-block-107.orga {
    width: 75%;
    margin-left: auto;
  }

  .div-block-109 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-29 {
    line-height: 36px;
  }

  .div-block-115 {
    width: 46%;
  }

  .div-block-116 {
    width: 92%;
  }

  .div-block-117 {
    width: 92%;
  }

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

  .container-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-127 {
    width: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px;
  }

  .heading-33 {
    line-height: 52px;
  }

  .section-4.temps-forts {
    margin-top: 0px;
  }

  .div-block-137.tarifs.responsive {
    display: none;
  }

  .div-block-137._02 {
    margin-top: 100px;
  }

  .container-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-9.responsive {
    display: block;
  }

  .container-9.responsive1 {
    display: none;
  }

  .div-block-138 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-140 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }

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

  .paragraph-30 {
    font-size: 26px;
    line-height: 43px;
  }

  .paragraph-30.tarifs {
    display: block;
    font-size: 26px;
    line-height: 43px;
  }

  .paragraph-30.tarifs2 {
    display: none;
  }

  .div-block-145 {
    padding-bottom: 20px;
  }

  .paragraph-31 {
    font-size: 16px;
  }

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

  .container-12 {
    display: none;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-47 {
    padding-left: 10px;
  }

  .heading-38 {
    font-size: 24px;
  }

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

  .heading-39 {
    font-size: 26px;
  }

  .heading-40 {
    font-size: 28px;
    line-height: 43px;
  }

  .container-14 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-154 {
    padding-top: 22px;
  }

  .heading-42 {
    font-size: 22px;
  }

  .container-15 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-36 {
    font-size: 18px;
  }

  .container-16 {
    padding-top: 20px;
  }

  .div-block-160 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-161 {
    width: auto;
  }

  .div-block-162 {
    width: auto;
  }

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

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

  .div-block-166.temps-forts {
    width: auto;
  }

  .image-23 {
    display: none;
  }

  .heading-45.left {
    color: #fff;
  }

  .div-block-173 {
    width: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .div-block-175._02.reponsive2 {
    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;
  }

  .div-block-175._03.reponsive2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-175._04 {
    left: 161px;
    width: 77%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-175.responsive {
    left: 161px;
    width: 77%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-175.reponsive2 {
    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;
  }

  .div-block-175.responsive3 {
    display: none;
  }

  .div-block-176.blue {
    padding-top: 29px;
    padding-bottom: 29px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: -webkit-gradient(linear, right top, left top, from(#6e31ff), to(#23a1e8));
    background-image: linear-gradient(270deg, #6e31ff, #23a1e8);
  }

  .div-block-176.blue.tarifs {
    width: 40%;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 0px;
  }

  .div-block-177.temps-forts {
    position: static;
    margin-top: 40px;
    padding-left: 60px;
    clear: none;
  }

  .div-block-177._02 {
    padding-left: 40px;
  }

  .paragraph-41 {
    font-size: 20px;
  }

  .paragraph-42 {
    font-size: 40px;
  }

  .container-18 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-47 {
    font-size: 30px;
  }

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

  .list-14 {
    font-size: 16px;
  }

  .div-block-194 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-195 {
    margin-bottom: 30px;
  }

  .div-block-201 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

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

  .section-12 {
    margin-bottom: 60px;
  }

  .icon-3 {
    color: #23a1e8;
    font-size: 40px;
  }

  .div-block-212 {
    display: block;
    margin-top: 41px;
  }

  .drapeau._02{
    display: block;
  }

  .drapeau{
    display: none;
  }

  

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

  .div-block-213 {
    text-align: center;
  }

  .div-block-218 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 800px) {
  .img-144 {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .prix-laureat {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .prix-laureat-1 {
    margin-bottom: 30px;
  }

  .section_header {
    margin-top: 0px;
    padding-top: 0px;
  }

  .section_video {
    display: block;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section_video.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 10px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_partenaires {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section_partenaires.fixedmarge {
    display: block;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .slide_date {
    display: block;
    width: auto;
    margin-left: 0px;
    float: none;
    clear: 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;
    text-align: center;
  }

  .date {
    display: inline-block;
    margin-top: 20px;
  }

  .div_icon {
    display: none;
    margin-top: 10px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide_baseline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    text-align: center;
  }

  .slider-2 {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .slide-2 {
    position: static;
    float: none;
  }

  .menu-button {
    padding: 10px;
  }

  .text-block-5 {
    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;
  }

  .logo {
    position: static;
    display: block;
    max-width: none;
    margin-bottom: 10px;
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo._01 {
    margin-top: 20px;
    padding-top: 0px;
  }

  .section_news {
    padding-top: 20px;
  }

  .titre_news {
    font-size: 1em;
    line-height: 1.6em;
  }

  .titre_news.center {
    margin-bottom: 0px;
  }

  .h1_titre {
    font-size: 1.7em;
  }

  .h1_titre._02 {
    font-size: 1em;
  }

  .article {
    margin-top: 20px;
  }

  .txt_left {
    margin-bottom: 0px;
  }

  .link_2 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .link_speaker {
    padding-left: 0px;
  }

  .speaker_txt {
    width: 300px;
  }

  .section_footer {
    padding-bottom: 20px;
  }

  .footer {
    margin-right: 20px;
    line-height: 1.2em;
  }

  .footer._4 {
    margin-top: 20px;
    float: left;
    clear: left;
  }

  .link_footer1 {
    font-size: 0.9em;
  }

  .blanc {
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
  }

  .link_footer2 {
    font-size: 0.9em;
  }

  .link_footer3 {
    font-size: 0.9em;
  }

  .link_footer4 {
    font-size: 0.9em;
  }

  .section_copy {
    padding-bottom: 60px;
  }

  .google {
    margin-top: 10px;
    float: left;
  }

  .div_video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .video_bouton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 20px 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .title {
    font-size: 1em;
  }

  .div_1_news {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div_1_news._01 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div_1_news.div_partenaire_2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div_1_news.last {
    width: 70%;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div_1_news.first {
    width: 70%;
  }

  .div_1_news.testi {
    width: 70%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .div_section_titre {
    padding-bottom: 0px;
  }

  .div_techinnov {
    margin-top: 20px;
    float: none;
    text-align: center;
  }

  .section_avoir2 {
    padding-bottom: 20px;
  }

  .btn2 {
    margin-top: 0px;
  }

  .img {
    display: inline-block;
    max-width: 80%;
    margin-bottom: 0px;
    float: none;
  }

  .section_show_gris {
    height: auto;
  }

  .section_show_blanc {
    padding-bottom: 20px;
  }

  .section_video_home {
    display: block;
    /* height: 600px; */
    height: 665px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .txt_strategie {
    padding-top: 0px;
  }

  .bilan {
    text-align: center;
  }

  .div_bilan {
    margin-bottom: 0px;
    float: none;
    text-align: center;
  }

  .div_absolument_bilan {
    text-align: center;
  }

  .tem_div {
    text-align: left;
  }

  .l1_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
  }

  .l1_div_partenaires {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 0px;
    float: none;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .fond.zoom._02 {
    height: 35vh;
  }

  .fond.zoom._03 {
    height: 54vh;
  }

  .fond.zoom._04 {
    height: 35vh;
  }

  .fond.zoom._05 {
    height: 35vh;
  }

  .background-video {
    display: block;
    height: 450px;
    -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;
  }

  .btn_1 {
    display: none;
    margin-top: 0px;
  }

  .btn_1.responsive {
    margin-bottom: 40px;
  }

  .heading-2 {
    font-size: 21px;
  }

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

  .div-block-7 {
    margin-top: 0px;
  }

  .section_h2 {
    padding-top: 20px;
    clear: left;
  }

  .div-block-21 {
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .title_2 {
    font-size: 1em;
  }

  .title_2.strategie {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .div_video_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-5 {
    display: block;
    width: 100%;
    float: none;
  }

  .div-block-24 {
    margin-left: 0px;
  }

  .timer {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .days {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .ligne1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-29 {
    width: auto;
  }

  .div-block-37 {
    padding-right: 0px;
  }

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

  .div_section_titre_2 {
    padding-bottom: 0px;
  }

  .link-block-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-32 {
    text-align: center;
  }

  .promo2 {
    margin-top: 0px;
    line-height: 1.5em;
  }

  .button.parrainage {
    margin-right: 0px;
  }

  .image-7 {
    display: none;
  }

  .div-block-58 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-59 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-61 {
    width: 100%;
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-62 {
    padding-top: 10px;
  }

  .div-block-65 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .div-block-72 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .div-block-75 {
    margin-top: 0px;
  }

  .div-block-75.temoignages {
    margin-top: 0px;
  }

  .div-block-76 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-5 {
    margin-bottom: 40px;
  }

  .div-block-79 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .div-block-80 {
    width: 80%;
    margin-bottom: 20px;
  }

  .div-block-84 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-85 {
    -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;
  }

  .heading-27 {
    /* font-size: 22px; */
    display: none;
  }

  .div-block-100 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .paragraph-16.parrainage {
    width: 100%;
  }

  .div-block-102 {
    width: auto;
    padding-top: 20px;
  }

  .div-block-102._02 {
    width: 82%;
    padding-right: 20px;
    padding-left: 40px;
  }

  .div-block-102._02.tarifs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-102.tarifs {
    width: 80%;
    margin-left: auto;
    padding-left: 0px;
  }

  .div-block-105 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-106 {
    padding-bottom: 20px;
  }

  .div-block-107 {
    width: 100%;
    text-align: left;
  }

  .div-block-109 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-15 {
    width: 31%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-29 {
    width: 121%;
  }

  .div-block-114 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-115 {
    width: 46%;
  }

  .div-block-116 {
    width: 100%;
    padding-top: 20px;
  }

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

  .paragraph-20 {
    width: 73%;
  }

  .image-18 {
    height: 76px;
  }

  .div-block-120 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .div-block-125 {
    width: 49%;
  }

  .div-block-136 {
    width: 20%;
  }

  .container-9 {
    left: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-9.responsive {
    position: static;
  }

  .container-9.orga {
    margin-top: -113px;
  }

  .div-block-139 {
    width: auto;
  }

  .div-block-140 {
    width: 80%;
    padding-left: 0px;
  }

  .div-block-140.responsive {
    width: auto;
  }

  .div-block-142.programme {
    padding-left: 0px;
  }

  .div-block-142.candidater {
    padding-bottom: 0px;
  }

  .div-block-142.tarifs {
    padding-top: 0px;
    padding-left: 0px;
  }

  .container-10._02 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .container-10.tarifs {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .paragraph-30 {
    font-size: 28px;
  }

  .paragraph-30.tarifs {
    text-align: center;
  }

  .div-block-145 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .div-block-145._02 {
    padding-left: 0px;
    text-align: center;
  }

  .div-block-145.tarifs {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .paragraph-31.date1 {
    display: none;
  }

  .div-block-146.tarifs {
    display: none;
  }

  .heading-38 {
    margin-bottom: 0px;
  }

  .heading-40 {
    line-height: 43px;
  }

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

  .container-15 {
    padding-bottom: 40px;
  }

  .paragraph-35 {
    font-size: 22px;
  }

  .paragraph-35.left {
    font-size: 26px;
    text-align: left;
  }

  .div-block-155 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-156 {
    width: 288px;
  }

  .div-block-156._88 {
    margin-right: 0px;
  }

  .div-block-156._85 {
    margin-left: 0px;
  }

  .link-block-12 {
    margin-right: 0px;
    margin-left: -56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-37 {
    font-size: 16px;
    text-align: left;
  }

  .paragraph-38 {
    text-align: left;
  }

  .section-6 {
    padding-bottom: 0px;
  }

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

  .heading-45 {
    font-size: 24px;
  }

  .div-block-168 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-46 {
    font-size: 22px;
  }

  .logo-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-175._03 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-175._04 {
    left: 85px;
  }

  .div-block-175.responsive {
    left: 85px;
  }

  .div-block-176.blue {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .div-block-176.blue.tarifs {
    width: 60%;
  }

  .div-block-177.temps-forts {
    width: 90%;
    margin-top: 0px;
  }

  .div-block-177.temps-forts._04 {
    margin-top: 40px;
  }

  .div-block-178 {
    display: none;
  }

  .container-19 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-48 {
    font-size: 26px;
    line-height: 32px;
  }

  .paragraph-43 {
    line-height: 28px;
  }

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

  .text-span-20 {
    line-height: 30px;
  }

  .div-block-190 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .div-block-192 {
    width: 20%;
  }

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

  .div-block-203 {
    text-align: center;
  }

  .div-block-212 {
    margin-bottom: 40px;
    text-align: center;
  }

  .div-block-214 {
    margin-left: 40px;
    padding-right: 40px;
  }

  .link-block-19 {
    margin-right: 20px;
  }

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

  .paragraph-46 {
    display: inline-block;
    color: #11084c;
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .div-block-216 {
    display: none;
  }

  .image-26 {
    height: 180px;
  }

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

  .div-block-219 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-220 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-50 {
    color: #11084c;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
  }

  .div-block-221 {
    display: block;
    margin-bottom: 40px;
  }

  .section_video .div-block-212 {
    margin: 0;
  }

  .section_video, .slider01 {
    height: 335px;
  }

  .text-block-39 {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-214 .text-block-39 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section_header {
    position: absolute;
    padding-bottom: 10px;
  }

  .section_video {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section_video.about {
    position: static;
    top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 629px;
    margin-top: 71px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section_partenaires.fixedmarge {
    position: relative;
    z-index: 888;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div_header {
    position: static;
    z-index: 5000;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slide_date {
    margin-top: 20px;
  }

  .link_nav-2 {
    padding-top: 10px;
  }

  .slide_baseline {
    display: inline-block;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 0.8em;
  }

  .slider-2 {
    height: 50px;
  }

  ._32 {
    font-size: 1.3em;
  }

  .text-block-5 {
    font-size: 1em;
  }

  .logo {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section_news {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .titre_news {
    margin-bottom: 0px;
  }

  .h1_titre {
    font-size: 1.5em;
  }

  .h1_titre.degrade {
    font-size: 2em;
  }

  .h1_titre._02._03 {
    color: transparent;
    font-size: 1.2em;
  }

  .titre_picto.btn {
    display: inline-block;
  }

  .article {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .article._01._02 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .legende_left {
    width: auto;
  }

  .heading {
    font-size: 1.5em;
  }

  .link_2 {
    display: inline-block;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    text-align: center;
  }

  .link_2.marge {
    margin-top: 20px;
    margin-left: 0px;
  }

  .section_programme {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div_conferences {
    margin-top: 30px;
  }

  .speaker {
    margin-right: 0px;
    margin-left: 0px;
  }

  .speaker_txt {
    width: auto;
  }

  .section_footer {
    display: block;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div_footer {
    margin-left: 0px;
  }

  .footer {
    margin-top: 10px;
    margin-right: 0px;
  }

  .footer._4 {
    display: block;
    margin-top: 15px;
    margin-left: 57px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer._2 {
    margin-left: 15px;
    float: left;
  }

  .footer._3 {
    margin-top: 15px;
  }

  .div_copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section_copy {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .copy {
    font-size: 1em;
  }

  .copy._2 {
    margin-left: 0px;
    padding-bottom: 5px;
    border-right-style: none;
  }

  .txt_copy {
    border-right-style: none;
    border-right-width: 0px;
    font-size: 0.7em;
  }

  .txt_copy._2 {
    padding-left: 0px;
  }

  .link_copy {
    margin-left: 10px;
  }

  .div_titre_linkedin {
    padding-right: 15px;
    text-align: center;
  }

  .div_titre_linkedin.twitter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    -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;
  }

  .img_linkedin {
    float: none;
    text-align: center;
  }

  .div_video {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div_video._02 {
    height: 400px;
  }

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

  .section_intervenant {
    display: block;
  }

  .section_show {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .taille24 {
    font-size: 1em;
  }

  .theme_img {
    margin-right: 0px;
    margin-bottom: 10px;
    float: left;
    clear: left;
  }

  .theme_txt {
    float: left;
    clear: left;
  }

  .div_1_news._01 {
    width: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div_section_titre {
    padding-bottom: 0px;
  }

  .div_section_titre.sponsor {
    padding-right: 10px;
    padding-left: 10px;
  }

  .txt24._01 {
    line-height: 1.1em;
  }

  .noir {
    color: #000;
  }

  .btn2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .bton_div {
    display: block;
  }

  .section_show_gris {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section_show_blanc {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section_show_blanc._01 {
    padding-bottom: 20px;
  }

  .section_video_home {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    /* height: 705px; */
    height: 760px;
    /*margin-top: 123px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
  }

  .degrade {
    font-size: 1.2em;
  }

  .degrade.noir {
    color: #000;
  }

  .txt_strategie {
    font-size: 0.85em;
    line-height: 1.3em;
  }

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

  .div_bilan {
    margin-bottom: 0px;
  }

  .div_absolument_bilan {
    margin-top: 0px;
  }

  .tem_div {
    text-align: left;
  }

  .l1_div {
    width: auto;
  }

  .l1_div_partenaires {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fond.zoom._03 {
    height: 100%;
  }

  .background-video {
    position: relative;
    overflow: visible;
    height: 400px;
  }

  .div-block-4 {
    width: auto;
    height: 45px;
    float: none;
  }

  .div-block-5 {
    margin-top: 10px;
    margin-left: 0px;
    float: none;
    clear: left;
  }

  .div-block-6 {
    display: block;
    margin-right: 0px;
    float: none;
    clear: left;
  }

  .btn_1 {
    display: none;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .section_h1.section-h1-participants {
    height: auto;
  }

  .section_h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title_2.strategie {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider01 {
    height: 100%;
  }

  .div_video_1 {
    display: block;
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .days {
    margin-left: 0px;
  }

  .div-block-29 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordon-triger {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .text-block-26 {
    font-size: 15px;
    line-height: 20px;
  }

  .gif {
    display: none;
  }

  .div-block-39 {
    margin-bottom: 20px;
  }

  .div_section_titre_2 {
    padding-bottom: 0px;
    font-size: 30px;
  }

  .text-block-32 {
    text-align: left;
  }

  .text-block-33 {
    font-size: 1em;
  }

  .text-block-34 {
    font-size: 1em;
  }

  .heading-10 {
    margin-top: 0px;
  }

  .html-embed-6 {
    margin-top: -10px;
  }

  .promo {
    margin-bottom: 50px;
  }

  .medias_fond {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .m_medias_fond_gris {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .m_medias_fond_blanc {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .medias_txt._01 {
    line-height: 1.1em;
  }

  .medias_fond_gris-copy {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .button {
    font-size: 16px;
  }

  .button.parrainage {
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .button.parrainage_02 {
    margin-left: 0px;
  }

  .image-7 {
    display: none;
  }

  .div-block-61 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-62 {
    padding-top: 10px;
  }

  .div-block-66 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-67 {
    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;
  }

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

  .heading-18 {
    font-size: 45px;
  }

  .div-block-75 {
    margin-top: 0px;
    padding-top: 10px;
  }

  .div-block-77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-89 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .list-6 {
    padding-left: 30px;
    font-size: 35px;
  }

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

  .link-block-10.organisteur_01 {
    width: 100%;
  }

  .div-block-102.organisateur_02 {
    width: 100%;
    padding-bottom: 20px;
  }

  .div-block-102._02 {
    width: 95%;
    padding-left: 10px;
  }

  .div-block-102._02.tarifs {
    margin-left: 0px;
  }

  .image-13 {
    width: 76%;
  }

  .div-block-104 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .div-block-106 {
    display: none;
  }

  .div-block-111 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-112 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .paragraph-20 {
    width: 100%;
  }

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

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

  .heading-33 {
    font-size: 40px;
  }

  .div-block-136 {
    border-bottom-right-radius: 20px;
  }

  .div-block-137.award {
    margin-bottom: 40px;
  }

  .div-block-137._02 {
    margin-bottom: 0px;
  }

  .div-block-140 {
    width: auto;
    padding-left: 40px;
  }

  .div-block-140.responsive {
    padding-left: 0px;
  }

  .div-block-142 {
    padding-left: 0px;
  }

  .container-10 {
    border-radius: 20px;
  }

  .paragraph-30 {
    font-size: 28px;
    line-height: 0px;
  }

  .div-block-145 {
    padding-bottom: 40px;
    padding-left: 10px;
  }

  .container-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-148 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-14 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-41 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-152 {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .paragraph-35 {
    font-size: 24px;
    line-height: 26px;
  }

  .link-block-12 {
    height: auto;
  }

  .section-7 {
    display: none;
  }

  .link-block-14 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-168 {
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .div-block-175._04 {
    left: 14px;
    width: 94%;
  }

  .div-block-175._05.responsive {
    top: 20px;
  }

  .div-block-175.responsive {
    left: 14px;
    width: 94%;
  }

  /* .div-block-175.reponsive2 {
    padding-top: 0px;
  } */

  .div-block-176.blue {
    /* width: 40%; */
    width: 90%;
  }

  .div-block-176.blue.tarifs {
    width: 90%;
  }

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

  .div-block-177.tarifs {
    width: 95%;
    padding-left: 20px;
  }

  .div-block-180 {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-182 {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(35, 160, 232, 0)), color-stop(51%, rgba(35, 159, 232, 0.66)), to(rgba(35, 160, 232, 0)));
    background-image: linear-gradient(270deg, rgba(35, 160, 232, 0), rgba(35, 159, 232, 0.66) 51%, rgba(35, 160, 232, 0));
  }

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

  .div-block-185 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-192 {
    width: 20%;
  }

  .div-block-193.participer {
    width: 70%;
    padding-left: 10px;
  }

  .heading-49 {
    font-size: 26px;
  }

  .div-block-201 {
    width: 219px;
    height: auto;
  }

  .link-block-19 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .image-25 {
    width: 300px;
    height: 155px;
  }

  .image-26 {
    height: auto;
  }

  .section_video {
    height: auto;
  }

  .section_video .div-block-212 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: 'Twcenmt gras';
  src: url('../fonts/TwCenMT_Gras.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twcenmt';
  src: url('../fonts/TwCenMT_Regular.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype'), url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.otf') format('opentype'), url('../fonts/Montserrat-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}