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

.header_div {
  width: 940px;
}
.droit{float:left;margin-top:-15px;padding-left:20px;}
.brand {
  display: none;
  width: 1px;
  height: 1px;
}

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

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

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

.navlink.blanc {
  color: #ffffff;
}

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

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

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

.header_div_2 {
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.partenaires_1 {
  float: left;
}

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

.partenaires_logo {
  text-align: center;
}

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

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

padding-bottom: 20px;
}

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

.home.exposer {
  height: 276px;
  background-image: url('../images/visuel_exposer.png');
  background-position: 0px 0px;
  background-size: contain;
}

.home.participer {
  height: 276px;
  background-image: url('../images/visuel_participer.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.home.participer2 {
  height: 276px;
  background-image: url('../images/visuel_participer2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home.rdv {
  height: 276px;
  background-image: url('../images/visuel_rdv.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home.innovation {
  height: 276px;
  background-image: url('../images/visuel_pitch.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home.programme {
  height: 276px;
  background-image: url('../images/visuel_programme.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.home.info {
  height: 276px;
  background-image: url('../images/fond_page.png');
  background-position: 0px 0px;
  background-size: cover;
}

.home.fond {
  background-image: url('../images/fond_home.png');
  background-position: 0px 0px;
  background-size: cover;
}

.home.thematiques {
  height: 276px;
  background-image: url('../images/fond_thematique.png');
  background-position: 0px 0px;
  background-size: cover;
}

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

.tools_div {
  width: 940px;
}

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

.google {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

.slide-nav {
  display: none;
}

.page {
  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-color: #ebebeb;
}
.page01 {
  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-color: #ebebeb;
}
.page02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  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: #ebebeb;
}

.page.plan {
  background-color: #e6e6e6;
}

.page.acc2 {
  height: 830px;
  margin-top: 0px;
  margin-bottom: 110px;
  padding-top: 0px;
}

.page_div {
  width: 940px;
  float: left;
}

.page_div2 {
  width: 940px;
  float: none;
}
.page_div.center {
  text-align: center;
}

.page_div.acc {
  position: relative;
  top: 51px;
  margin-top: 0px;
}

.right-arrow {
  height: 60px;
}

.left-arrow {
  height: 60px;
}

.heading {
  margin-top: 0px;
  color: #2451b0;
  font-size: 2em;
  line-height: 1em;
}

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

.bold_bleu {
  color: #2451b0;
  font-weight: 700;
}

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

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

.h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

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

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

.image {
  right: 20px;
}

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

.gauche {
  width: 350px;
  float: left;
  clear: left;
}

.droite {
  width: 350px;
  float: left;
  clear: none;
}

.them_txt {
  margin-bottom: 0px;
  padding-top: 50px;
}

.list-item {
  margin-right: 2px;
  padding: 0px;
  float: left;
  background-color: transparent;
  color: #ffffff;
}

.div_gauche {
  width: 470px;
  padding-right: 28px;
  float: left;
}

.heading-2 {
  margin-top: 0px;
  color: #2451b0;
  font-size: 2.18em;
  line-height: 1em;
}

.heading-2._3 {
  margin-bottom: 15px;
  font-size: 1.55em;
}

.list {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1em;
  line-height: 1.55em;
}

.button_page {
  margin-right: 10px;
  margin-left: 0px;
  padding: 10px 20px 10px 30px;
  border-radius: 5px;
  background-image: url('../images/petite_fleche.png'), -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
  background-image: url('../images/petite_fleche.png'), linear-gradient(90deg, #0033A0, #2451b0);
  background-position: 10px 50%, 0px 0px;
  background-size: 14px, auto;
  background-repeat: no-repeat, repeat;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  text-transform: none;
}

.button_page.marge {
  margin-top: 30px;
}

.button_page.marge_2 {
  margin-top: 10px;
}

.div_droit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 470px;
  height: 272px;
  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;
  background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
  background-image: linear-gradient(90deg, #0033A0, #2451b0);
  text-align: right;
}

.div_droit0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  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-align: right;
}

.text-block {
  color: #ffffff;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
}

.div_stats {
  position: relative;
  display: block;
  overflow: visible;
  width: 350px;
  -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-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 6.25em;
  line-height: 1em;
  text-align: center;
}

.icon-4 {
  width: 40px;
  height: 41px;
  background-image: url('../images/petite_fleche_gauche.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.icon-5 {
  width: 41px;
  height: 40px;
  background-image: url('../images/petite_fleche_droit.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}

.mentions {
  position: static;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3em;
}

.slider-2 {
  width: 350px;
  height: 190px;
  background-color: transparent;
}

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

.right-arrow-3 {
  width: 50px;
  height: 50px;
  margin-right: -50px;
}

.left-arrow-3 {
  width: 50px;
  height: 50px;
  margin-left: -50px;
}


.right-arrow-30 {
  width: 50px;
  height: 50px;
  margin-right: -150px;
}

.left-arrow-30 {
  width: 50px;
  height: 50px;
  margin-left: -150px;
}

.marge {
  margin-bottom: 5px;
}

.page_blanche {
  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-color: #ffffff;
}
.page_blanche2 {
  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-color: #ffffff;
}

.page_blanche.nomarge {
  padding-top: 0px;
}

.page_blanche.accueil {
  padding-bottom: 0px;
}

.page_blanche.accueil2 {
  padding-bottom: 40px;
	padding-top:0px;
	margin-top: -50px;
}
.heading-4 {
  margin-top: 0px;
  padding-top: 0px;
  color: #2451b0;
  font-size: 1.5em;
  line-height: 1.3em;
}
.heading-4-2 {
  margin-top: 0px;
  padding-top: 0px;
  color: #2451b0;
  font-size: 2.5em;
  line-height: 1.2em;
}
.heading-4-4 {
  margin-top: 0px;
  padding-top: 0px;
  color: #2451b0;
  font-size:2em;
  line-height: 1.2em;
}
.heading-4-3 {
  margin-top: 0px;
  padding-top: 0px;
  color: #2451b0;
  font-size: 2.5em;
  line-height: 1.1em;
	font-weight: 400;
}
.heading-4-5 {
  margin-top: 0px;
  padding-top: 0px;
  color: #2451b0;
  font-size: 1.5em;
  line-height: 1.1em;
	font-weight: 400;
}

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

.heading-4._30 {
  font-size: 1.87em;
}

.div_offreurs {
  margin-top: 50px;
  float: left;
}

.div_structure {
  margin-top: 40px;
	float:left;
}

.div_droit-_2 {
  display: block;
  width: 470px;
  height: auto;
  padding-bottom: 20px;
  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;
  background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
  background-image: linear-gradient(90deg, #0033A0, #2451b0);
  font-size: 16px;
  text-align: center;
}

.div_txt {
  position: static;
  padding: 25px 25px 0px;
  float: none;
  text-align: left;
}

.heading-5 {
  margin-top: 0px;
  color: #ffffff;
  font-size: 1.875em;
  line-height: 1em;
}

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

.paragraph-2 {
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 1.125em;
  line-height: 1.3em;
}

.button_page_blanc {
  margin-right: 10px;
  margin-left: 0px;
padding: 10px 20px 10px 20px;
  float: right;
  border-radius: 0px;
  background-color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  text-transform: none;color: #2451b0;border-radius: 5px;
}

.droit {
  width: 470px;
  height: auto;
  float: right;
}

.div_place {
  float: none;
  clear: left;
}

.div_place_2 {
  margin-top: 50px;
}

.bleu_bold {
  color: #2451b0;
  font-weight: 700;
}

.div_intro {
  margin-bottom: 40px;
}

.paragraph-3 {
  color: #2451b0;
  font-weight: 700;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  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;
 background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
  background-image: linear-gradient(90deg, #0033A0, #2451b0);
}

.wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  -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;
}

.div_contact {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
}

.text-block-2 {
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
}

.bold {
  font-weight: 700;
}

.div_tem {
  position: static;
  margin-bottom: 50px;
  float: none;
  clear: left;
}

.tem_gauche {
  width: 160px;
  float: left;
  clear: none;
}



.tem_droit0 {
  width: 310px;
  padding-right: 60px;
  float: right;
  clear: none;
  color: #000;
  font-size: 0.9em;
  line-height: 1.3em;
}

.tem_droit {
  width: 310px;
  padding-right: 60px;
  float: right;
  clear: none;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.div_gauche2 {
  width: 470px;
  margin-bottom: 0px;
  padding-right: 0px;
  float: left;
}

.tem_droit_2 {
  width: 310px;
  margin-top: 30px;
  padding-right: 60px;
  float: right;
  clear: none;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.tem_droit-_3 {
  width: 280px;
  padding-right: 35px;
  float: right;
  clear: none;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
}

.tem_droit-_30 {
  width: 280px;
  padding-right: 35px;
  float: right;
  clear: none;
  color: #000;
  font-size: 0.9em;
  line-height: 1.3em;
}

.txt_prix {
  color: #2451b0;
  font-size: 1.56em;
  font-weight: 700;
}

.expo {
  position: relative;
  top: -7px;
  color: #2451b0;
  font-size: 0.7em;
}

.div_droit_comt {
  width: 430px;
  padding-right: 0px;
  float: right;
}
.div_droit_comt2 {
  width: 420px;
  padding-right: 0px;
  float: right;
}

.div_gauche_plan {
  width: 470px;
  float: left;
}

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

.paragraph-4 {
  font-size: 1em;
  line-height: 1.5em;
}

.icon-6 {
  display: none;
}

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

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


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

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

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





.dropdown-list._7.w--open {
  left: -65px;
}

.dropdown-list._5 {
  margin-left: 45px;
}

.dropdown-list._6 {
  margin-left: 55px;
}

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

.link_txt_nav.w--current {
  color: #2451b0;
}

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

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

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

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

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

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

.ancre_header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin-top: -50px;
}
 .div_plan {
  margin-top:30px;
  }
.ancre_offreurs {
  width: 1px;
  height: 40px;
  margin-top: -80px;
}

ol.normal {
	margin-top:20px;
list-style: none; counter-reset: li

}

.normal li {
	 margin-bottom: 20px;
	line-height: 0.5em;
counter-increment: li
}
.normal li::before {
content: counter(li);

display: inline-block;

width: 1em;

margin-left: -20px;

margin-right: 5px;

list-style-type: none;

border-radius: 60px;

padding: 3px 2px;

background-color: #3b14ea;

margin-bottom: 10px;

color: #ffffff;

text-align: center;

line-height: 0.8em;
}

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

.ancre_structures {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.ancre_place {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.ancre_plan {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.ancre_offre {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.paragraph-5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.55em;
}

.div_droit-_3 {
  display: block;
  width: 470px;
  height: auto;
  padding-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;
  -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(hsla(250.60606060606057, 91.67%, 57.65%, 1.00)), to(hsla(251.05990783410138, 87.85%, 48.43%, 1.00)));
  background-image: linear-gradient(90deg, hsla(250.60606060606057, 91.67%, 57.65%, 1.00), hsla(251.05990783410138, 87.85%, 48.43%, 1.00));
  font-size: 16px;
  text-align: center;
}

.div_stat {
  width: 400px;
  float: left;
}

.div_stat2 {
  width: 470px;
  float: right;
}

.text-block-5 {
  font-size: 1em;
}

.div-block-6 {
  margin-top: 30px;
  text-align: center;
}

.div-block-7 {
  margin-top: 50px;
  text-align: center;
}

.ligne {
  height: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.ligne_1 {
  width: 135px;
  height: 20px;
  float: left;
  background-color: #232959;
  box-shadow: 3px 3px 12px 0 #000;
  text-align: right;
}

.ligne_1._2 {
  width: 122px;
  float: left;
  background-color: #183e88;
  text-align: left;
}

.ligne_1._3 {
  width: 122px;
  background-color: #486ab1;
}

.ligne_1._4 {
  width: 108px;
  background-color: #7b99cf;
}

.ligne_1._5 {
  width: 108px;
  background-color: #145c7b;
}

.ligne_1._6 {
  width: 108px;
  background-color: #3998b9;
}

.ligne_1._7 {
  width: 99px;
  background-color: #6cc9e8;
}

.ligne_1._8 {
  width: 91px;
  background-color: #106650;
}

.ligne_1._9 {
  width: 85px;
  background-color: #238d73;
}

.ligne_1._10 {
  width: 84px;
  background-color: #5cbca6;
}

.ligne_1._11 {
  width: 76px;
  background-color: #8d328a;
}

.ligne_1._12 {
  width: 76px;
  background-color: #b94694;
}

.ligne_1._13 {
  width: 45px;
  background-color: #bc1e18;
}

.ligne_1._14 {
  width: 41px;
  background-color: #a34e16;
}

.ligne_1._15 {
  width: 38px;
  background-color: #867e1e;
}

.ligne_1._16 {
  width: 35px;
  background-color: #c7bb0d;
}

.ligne_1._17 {
  width: 31px;
  background-color: #efe52b;
}

.ligne_2 {
  width: 250px;
  height: 20px;
  padding-left: 0px;
  float: right;
}

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

.div_info_txt {
  margin-top: 0px;
  padding-top: 0px;
  color: #2451b0;
  font-size: 1em;
  line-height: 1.3em;
  text-align: center;
}

.chiffres {
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
  background-image: linear-gradient(90deg, #0033A0, #2451b0);
}

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

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

.wrapp_chiffres {
  width: 940px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.chiffre_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.heading-6 {
  margin-top: 0px;
  color: #ffffff;
  font-size: 3.75em;
  line-height: 1em;
}

.heading-6._100 {
  font-size: 4.25em;
}

.chiffre_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-right: 70px;
  margin-left: 70px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.chiffre_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.ancre_chiffres {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.expo2 {
  position: relative;
  top: -21px;
  display: inline-block;
  font-size: 0.3em;
}

.div_rdv.center {
  text-align: center;
}

.ancre_rdv {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.div-block4 {
  margin-bottom: 0px;
}

.visuel {
  height: 250px;
  background-image: url('../images/visuel_rdv_5.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ancre_rdv_etape {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.etape {
  margin-top: 30px;
  margin-bottom: 10px;
}

.etape_txt_gauche {
  width: 470px;
  float: left;
  text-align: left;
}

.heading-7 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #2451b0;
  font-size: 1em;
  line-height: 1.3em;
}

.paragraph-6 {
  font-size: 1em;
  line-height: 1.5em;
}

.etape_txt_droit {
  width: 470px;
  float: right;
  text-align: left;
}

.s1 {
  float: left;
  border: 1px none #3810e8;
  border-radius: 50px;
}

.div-block-11 {
  margin-top: 10px;
  margin-left: 93px;
  padding-left: 0px;
  float: left;
  clear: none;
  color: #3b14ea;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
}

.div-block-12 {
  margin-top: 10px;
  margin-left: 72px;
  padding-left: 0px;
  float: left;
  clear: none;
  color: #3b14ea;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
}

.div-block-13 {
  margin-top: 10px;
  margin-left: 75px;
  padding-left: 0px;
  float: left;
  clear: none;
  color: #3b14ea;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
}

.div-block-14 {
  margin-top: 10px;
  margin-left: 90px;
  padding-left: 0px;
  float: left;
  clear: none;
  color: #3b14ea;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
}

.div-block-15 {
  margin-top: 10px;
  margin-left: 75px;
  padding-left: 0px;
  float: left;
  clear: none;
  color: #3b14ea;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
}

.blink {
  width: 75px;
  height: 76px;
  float: left;
  border: 1.5px solid #3810e8;
  border-radius: 50px;
  background-color: #ffffff;
  background-image: url('../images/2a.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-2 {
  float: left;
}

.heading-8 {
  margin-top: 0px;
  color: #2451b0;
  font-size: 1.375em;
  line-height: 1em;
}

.heading-9 {
  margin-top: 0px;
  color: #2451b0;
  font-size: 2.18em;
  line-height: 1em;
}

.ancre_web {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.etape_web {
  margin-top: 40px;
}

.web_gauche {
  width: 450px;
  float: left;
}

.web_droit {
  width: 450px;
  float: right;
}

.txt_web {
  margin-top: 20px;
  font-size: 1em;
  line-height: 1.3em;
  text-align: left;
}

.ancre_pitch {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #2451b0;
  font-size: 2.5em;
  line-height: 1em;
}

.heading-10.h11 {
  font-size: 2.8em;
}

.heading-11 {
  margin-top: 0px;
  color: #2451b0;
  font-size: 2.18em;
  line-height: 1em;
}

.text-block-6 {
  color: #2451b0;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 700;
}

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

.heading-12 {
  margin-top: 10px;
  color: #2451b0;
  font-size: 1.37em;
  line-height: 1.3em;
}

.cand_gauche {
  width: 450px;
  margin-top: 20px;
  float: left;
}

.cand_droit {
  width: 450px;
  margin-top: 20px;
  float: right;
}

.paragraph-7 {
  margin-bottom: 0px;
}

.div_logo_organise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.txt_1 {
  margin-right: 10px;
  float: left;
}

.logo {
  margin-right: 15px;
  margin-left: 15px;
  float: left;
}

.logo._2 {
  margin-right: 2px;
  margin-left: 2px;
}

.marge_haut {
  margin-top: 60px;
}

.marge_haut._2 {
  margin-top: 100px;
}

.ancre_entreprises {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.txt_2 {
  margin-right: 10px;
  float: none;
  text-align: center;
	  margin-bottom: 30px;
}

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

.div_logo_organise2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

.ancre_fieec {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.text-block-7 {
  margin-bottom: 20px;
}

.paragraph-8 {
  font-size: 1em;
  line-height: 1.5em;
}

.ancre_conf {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.div_prog1 {
  margin-top: 30px;
}

.fond_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  margin-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/fond_date.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.18em;
  line-height: 1em;
}

.prog1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.img_prog {
  width: 315px;
  height: 147px;
  float: left;
  clear: none;
	padding-top: 10px;
/*  border: 1px solid #d9d9d9;
  border-radius: 5px;*/
}

.txt_prog {
  width: 600px;
  margin-left: 20px;
  float: left;
}

.heading-14 {
  margin-top: 0px;
  color: #2451b0;
  font-size: 1.37em;
  line-height: 1.3em;
}

.paragraph-9 {
  font-size: 1em;
  line-height: 1.3em;
}

.date {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
  padding: 0px 5px;
	  padding-top: 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;
  background-color: #2451b0;
  color: #ffffff;
  font-size: 1em;
  line-height: 0.5em;
}

.ancre_prog {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.div_rdv-_interet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 10px;
  -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: 5px 5px 0px 0px;
  background-color: #f0f0f0;
  text-align: center;
}

.heading-15 {
  margin-top: 0px;
  clear: left;
  font-size: 1em;
  line-height: 1.3em;
}

.div-block-19 {
  display: block;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-20 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  text-align: center;
}

.link_ancre1 {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  float: left;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  font-size: 1em;
  line-height: 0.85em;
  font-weight: 400;
  text-decoration: none;
}

.link_ancre1:active {
  background-color: #ffffff;
}

.link_ancre1:focus {
  border: 1px solid #bcbcbc;
  background-color: #ffffff;
  color: #000;
}

.link_ancre1.w--current {
  background-color: #2451b0;
  color: #ffffff;
	border: 1px solid #2451b0;
}





.link_ancre2 {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  float: left;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  font-size: 1em;
  line-height: 0.85em;
  font-weight: 400;
  text-decoration: none;
}

.link_ancre2:active {
  background-color: #ffffff;
}

.link_ancre2:focus {
  border: 1px solid #bcbcbc;
  background-color: #ffffff;
  color: #000;
}

.link_ancre2.w--current {
  background-color: #2eb7c6;
  color: #ffffff;
	border: 1px solid #2eb7c6;
}






.link_ancre3 {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  float: left;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  font-size: 1em;
  line-height: 0.85em;
  font-weight: 400;
  text-decoration: none;
}

.link_ancre3:active {
  background-color: #ffffff;
}

.link_ancre3:focus {
  border: 1px solid #bcbcbc;
  background-color: #ffffff;
  color: #000;
}

.link_ancre3.w--current {
  background-color: #92d050;
  color: #ffffff;
	border: 1px solid #92d050;
}




.link_ancre4 {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  float: left;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  font-size: 1em;
  line-height: 0.85em;
  font-weight: 400;
  text-decoration: none;
}

.link_ancre4:active {
  background-color: #ffffff;
}

.link_ancre4:focus {
  border: 1px solid #bcbcbc;
  background-color: #ffffff;
  color: #000;
}

.link_ancre4.w--current {
  background-color: #dd780e;
  color: #ffffff;
	border: 1px solid #dd780e;
}







.ancre_table {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.ancre_conferences {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.list_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f0f0f0;
}

.div1 {
  margin-top: 0px;
}

.ancre_guide {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.ancre_plane {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.ancre_hotel {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.liens {
  margin-bottom: -50px;
  padding: 30px 30px 10px;
  float: none;
  clear: left;
  border-radius: 5px;
 background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
  background-image: linear-gradient(90deg, #0033A0, #2451b0);
}

.ancre_liens {
  width: 1px;
  height: 50px;
  margin-top: -50px;
  float: none;
  clear: left;
}

.div-block-21 {
  width: 290px;
  float: left;
}

.heading-16 {
  margin-top: 0px;
  color: #ffffff;
  font-size: 1.55em;
  line-height: 1.3em;
  font-weight: 400;
}

.list_4 {
  padding-left: 20px;
  color: #ffffff;
  font-size: 1em;
  line-height: 2em;
}

.rs {
  margin-top: -10px;
  margin-bottom: 5px;
}

.div-block-22 {
  margin-right: 0px;
  margin-left: 15px;
  float: left;
}

.map {
  margin-bottom: 50px;
}

.ancre_map {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.div-block-24 {
  width: 627px;
  float: left;
}

.div-block-25 {
  width: 313px;
  padding: 25px 3px 20px 30px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
  background-image: linear-gradient(90deg, #0033A0, #2451b0);
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3em;
}

.heading-17 {
  margin-top: 0px;
  color: #ffffff;
  font-size: 1.55em;
  line-height: 1em;
  font-weight: 700;
}

.heading-17._18 {
  margin-top: 30px;
}

.l1 {
  display: block;
  margin-top: 7px;
  margin-right: 3px;
  margin-bottom: 2px;
  padding: 3px;
  float: left;
  clear: none;
  background-color: #bd418c;
}

.l1._2 {
  background-color: #cdacce;
  color: #000;
}

.l1._3 {
  background-color: #fece00;
  color: #000;
}

.l1._4 {
  padding-right: 5px;
  background-color: #e4b326;
  color: #000;
}

.l1._5 {
  padding-right: 5px;
  background-color: #b74b98;
}

.l1._6 {
  padding-right: 5px;
  background-color: #f38d54;
  color: #000;
}

.m1 {
  display: block;
  margin-top: 0px;
  padding: 1px 6px;
  float: left;
  border-radius: 50px;
  background-color: #837902;
}

.m1.r1 {
  background-color: #ffffff;
  color: #000;
}

.video {
  width: 660px;
  height: 370px;
}

.home_visuel_video {
  width: 670px;
  border: 5px solid #000;
  box-shadow: 4px 4px 7px -2px #000;
  text-align: center;
}

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

.div_them {
  height: 206px;
  margin-top: 30px;
}

.div_them_2 {
  height: 206px;
  margin-top: 30px;
}

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

.titre_them {
  position: relative;
  left: 0px;
  top: -205px;
  display: block;
  width: 875px;
  margin-left: -15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
	padding-right:140px;
}

.heading-18 {
  margin-top: 0px;
  float: none;
  color: #ffffff;
  font-size: 2em;
  line-height: 1em;
  text-align: left;
}

.paragraph-10 {
  color: #ffffff;
  font-size: 1em;
  line-height: 1.3em;
}

.them_gauche {
  width: 445px;
  margin-top: 0px;
  float: left;
}

.them_droit {
  width: 445px;
  padding-top: 0px;
  float: right;
}

.ancre_focus {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}

.ancre_zoom {
  width: 1px;
  height: 80px;
  margin-top: -80px;
}
.tem1_div {
  margin-top: 30px;
}

.logos_ligne_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 300px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: 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;
}

.chiffres_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.chiffre_1_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 268px;
  height: 269px;
  margin-right: 15px;
  margin-left: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rond1.png');
  background-size: contain;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.chiffre_2_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 269px;
  height: 269px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rond2.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.chiffre_3_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 268px;
  height: 269px;
  margin-right: 0px;
  margin-left: 15px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rond3.png');
  background-position: 0px 0px;
  background-size: cover;
  color: #ffffff;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.wrapp_chiffres_home {
  width: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}.left-arrow-5 {
  display: none;
}

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

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

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

.slide_center {
  text-align: center;
}

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

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

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

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

html.w-mod-js *[data-ix="droit"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}
.logos_div3 {
  display: none;
  width: 940px;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.baseline {
  margin-top: 20px;
  float: left;
  clear: left;
  background-color: transparent;
  color: #fff;
  font-size: 2em;
  line-height: 0.85em;
}

@media (max-width: 991px) {
	.rond{float: none;

clear: left;

text-align: left;

-webkit-align-content: left;

-ms-flex-line-pack: left;

display: flex;

-webkit-box-pack: left;

-webkit-justify-content: left;

-ms-flex-pack: left;

justify-content: left;

-webkit-box-align: left;

-webkit-align-items: left;

-ms-flex-align: left;

align-items: left;}
	  .c01 {
    display: block;
    width: 230px;
    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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    text-align: center;
  }
	.slider-2 {
  width: 350px;
  height: 160px;
  background-color: transparent;
}
		.home {height:auto;
	padding-top:0px;
	padding-bottom:0px;}
	
.link_ancre1 {
  display: block;
  margin-right: 5px;
  margin-left: 0px;
  padding: 5px;
  float: left;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  font-size:  0.85em;
  line-height: 0.85em;
  font-weight: 400;
  text-decoration: none;
}
	
	.link_ancre2 {
  display: block;
  margin-right: 5px;
  margin-left: 0px;
  padding: 5px;
  float: left;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  font-size:  0.85em;
  line-height: 0.85em;
  font-weight: 400;
  text-decoration: none;
}
		.link_ancre3 {
  display: block;
  margin-right: 5px;
  margin-left: 0px;
  padding: 5px;
  float: left;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000;
  font-size:  0.85em;
  line-height: 0.85em;
  font-weight: 400;
  text-decoration: none;
}
	
	.normal li {
	 margin-bottom: 20px;
	line-height: 1em;
counter-increment: li
}
	
	.page.plan{float:left;margin-bottom:30px;}
	.ligne {
  font-size:13px;
}
	
	.cand_droit {margin-top:0px;}
	
	.dropdown-list._2 {
  left: 05px;
}

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

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

.dropdown-list._5 {
  margin-left:0px;
}

.dropdown-list._6 {
  margin-left: 0px;
}
	
	
	
	
	.dropdown-list.w--open{ left: 0px;}
	.heading-3{font-size: 3em;}
	
	.nav_titre {padding-top:15px;}
	.menu-button {

		position: absolute;}
	
	.ancre_plan{
    width: 1px;
    height: 0;
		margin-top: -30px;}
	.ancre_plane {

    width: 1px;
    height: 0;
		margin-top: -30px;}
	
	.div-block-25 {
		border-top-left-radius: 0px;

border-bottom-left-radius: 5px;
		border-top-right-radius: 0px;

border-bottom-right-radius: 5px;
	}
	
	.ancre_hotel {

    width: 1px;
    height: 0;
		margin-top: -30px;}
	
	.ancre_offreurs {

    width: 1px;
    height: 0;
		margin-top: -30px;}
	
	
	.ancre_structures{  height: 0px;
		margin-top: -60px;}
	.nav{position:relative;}
	.header{margin-top:0px;}
	.div_stat {
  width: auto;
  float: left;
}
	
.ligne_2 {
  width: auto;
  height: 20px;
  padding-left: 0px;
  float: left;
}
	.div-block-7 {margin-top:0px;}
	
	.div_stat2 {
		padding-top:50px;
  width:auto;
  float: left;
}
	.div_offreurs {
  margin-bottom: 50px;
  
}
	.home {height:auto;}

  .header {
    display: block;
    height: auto;
    padding-bottom: 20px;
	  padding-left: 20px;

padding-right: 20px;
  }
  .header_div {
    display: block;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navlink {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 0.5em;
  }
  .navlink.w--current {
    line-height: 0.5em;
	  padding-left:0px;
  }
  .container {
    display: block;
    margin-right: 0px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
  }
  .nav-menu {
    padding-left: 20px;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #2451b0;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
  }
  .navbar {
    display: block;
    float: none;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
  }
  .header_div_2 {
    margin-top: 0px;
  }
  .header_logo {
    width: auto;
    padding-top: 20px;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .header_date {
    width: auto;
    padding-top: 20px;
    float: none;
  }
  .header_rs {
    padding-top: 20px;
    float: none;
    text-align: center;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    color: #ffffff;
  }
  .menu-button.w--open {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: transparent;
    color: #2451b0;
  }
  .icon {
    color: #ffffff;
  }
  .partenaires {
    display: block;
    height: auto;
    padding: 20px;
  }
  .partenaires_div {
    display: block;
    width: auto;
  }
  .partenaires_1 {
    float: none;
  }
  .partenaires_1_center {
    margin: 20px 0px;
    float: none;
  }
  .home.visuel_page {
    height: auto;
    padding: 30px 20px;
  }
  .tools {
    display: block;
    height: auto;
    padding: 20px;
  }
  .tools_div {
    width: auto;
  }
  .logos {
    display: block;
    height: auto;
    padding: 20px;
  }
  .logos_div {
    width: auto;
  }
  .logos_div_1 {
  
  
    width: auto;

	  
	   display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .logos_ligne {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .page {
    display: block;
    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 30px;
	    padding-bottom: 30px;
    float: left;
    clear: left;
	  width:100%;
  }
	 .page01 {
    display: block;
    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 30px;
	    padding-bottom: 30px;
    float: left;
    clear: left;
	  width:100%;
  }
		 .page02 {
    display: block;
    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 0px;
	    padding-bottom: 30px;
    float: left;
    clear: left;
	  width:100%;
  }
  .page.plan {
    padding: 20px;
  }
  .page.acc2 {
    margin-bottom: 0px;
    padding-top: 20px;
  }
  .page_div {
    width: auto;
  }
	.page_div2 {
 width: auto;
}
	
  .page_div.acc {
    position: static;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .h1 {
    line-height: 1em;
  }
  .link-block {
    display: none;
  }
  .them_txt {
    float: none;
    clear: left;
  }
  .div_gauche {
    width: auto;
    float: none;
  }
	 .heading-6 {
    font-size: 3.5em;
  }
  .heading-6._100 {
    font-size: 3.5em;
  }
  .heading-2 {
    text-align: left;
  }
  .button_page.marge {
    margin-top: 10px;
  }
  .div_droit {
    width: auto;
    margin-top: 30px;
  }  .div_droit0 {
    width: auto;
    margin-top: 30px;
  }
  .div_stats {
    width: auto;
  }
  .slider-2 {
    width: 310px;
  }
  .right-arrow-3 {
    display: none;
  }
  .left-arrow-3 {
    display: none;
  }
  .page_blanche {
    display: block;
    padding: 20px;
    float: left;
  }
	  .page_blanche2 {
    display: block;
    padding: 20px;
    float: none;
  }
  .page_blanche.nomarge {
    padding-top: 20px;
  }
  .page_blanche.accueil {
    float: none;
    clear: left;
  }
  .droit {
    width: auto;
    float: left;
  }
  .div_intro {
    margin-bottom: 20px;
  }
  .contact {
    display: block;
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    -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;
	  width:100%;
  }
  .wrapp {
    width: auto;
  }
  .div_contact {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tem_droit {
    width: 500px;
    padding-right: 0px;
  }
	
	 .tem_droit0 {
    width: 500px;
    padding-right: 0px;
  }
  .div_gauche2 {
    width: auto;
  }
  .tem_droit_2 {
    width: auto;
    margin-top: 0px;
    padding-right: 0px;
    float: left;
  }
  .tem_droit-_3 {
    width: 500px;
    padding-right: 0px;
    float: left;
  }
	 .tem_droit-_30 {
    width: 500px;
    padding-right: 0px;
    float: left;
  }
  .div_droit_comt {
    display: block;
    width: auto;
    float: none;
    clear: left;
  }
	  .div_droit_comt2 {
    display: block;
    width: auto;
    float: none;
    clear: left;
  }
  .div_gauche_plan {
    width: auto;
    float: left;
  }
  .div-block-3 {
    margin-top: 20px;
  }
  .div-block-5 {
    position: absolute;
    top: 32px;
    display: block;
    margin-right: 0px;
    margin-left: 20px;
    padding-bottom: 0px;
	    
    float: left;
  }
  .nav {
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
  }
  .div_plan {
    clear: none;
  }
  .chiffres {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wrapp_chiffres {
    width: auto;
  }
  .chiffre_1 {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chiffre_2 {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chiffre_3 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block4 {
    margin-top: 20px;
  }
  .visuel {
    clear: left;
  }
  .etape {
    display: none;
  }
  .etape_txt_gauche {
    width: auto;
  }
  .etape_txt_droit {
    width: auto;
	  padding-bottom: 50px;
  }
  .s1 {
    display: none;
  }
  .link-block-2 {
    display: none;
  }
  .etape_web {
    margin-top: 40px;
    margin-bottom: 0px;
    float: none;
    text-align: center;
  }
  .etape_web._2 {
    margin-top: 0px;
  }
  .web_gauche {
    width: auto;
    float: none;
    text-align: center;
  }
  .web_droit {
    width: auto;
    float: none;
    text-align: left;
  }
  .img_web {
    text-align: center;
  }
  .txt_web {
    margin-bottom: 20px;
    text-align: center;
  }
  .heading-10.h11 {
    font-size: 2.5em;
  }
  .cand_gauche {
    width: auto;
  }
  .cand_droit {
    width: auto;
    float: left;
  }
  .txt_1 {
    font-size: 0.85em;
    line-height: 1em;
    text-align: center;
  }
  .logo {
    margin-right: 10px;
    margin-left: 10px;
  }
  .txt_prog {
    width: auto;
    margin-left: 0px;
  }
  .div_rdv-_interet {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }
  .link_ancre1 {
    font-size: 0.85em;
  }
	  .link_ancre4 {
    font-size: 0.85em;
  }
	 .link_ancre3 {
    font-size: 0.85em;
  }
	  .link_ancre2 {
    font-size: 0.85em;
  }
  .liens {
    margin-bottom: 0px;
    clear: left;
  }
  .div-block-21 {
    width: auto;
    margin-bottom: 20px;
    float: none;
  }
  .div-block-24 {
    width: auto;
    float: none;
    text-align: center;
  }
  .div-block-25 {
    width: auto;
    float: none;
    clear: left;
  }
  .html-embed-2 {
    width: 100%;
  }
  .video {
    width: 100%;
    height: auto;
  }
  .home_visuel_video {
    width: 670px;
  }
   .logos_div_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
	
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div_them {
    height: auto;
    margin-top: 30px;
    float: none;
    clear: left;
  }
	 .div_them_2 {
    height: auto;
    margin-top: 30px;
    float: none;
    clear: left;
  }
  .img_them {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .titre_them {
    position: static;
    width: 100%;
    padding: 20px;
    float: left;
    clear: left;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
	  margin-left:0px;
  }
  .them_gauche {
    width: auto;
    float: none;
  }
  .them_droit {
    width: auto;
    padding-top: 20px;
    float: none;
  }
  .image-2 {
    display: none;
  }
	   .logos_ligne_2 {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
	.page_blanche.accueil2 {
  padding-bottom: 40px;
	padding-top:0px;
	margin-top: 30px;
	
}
		.page.acc2 {

		background-color: #ffffff;
}
.chiffres_home {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	
	
  }
   .chiffre_1_home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    height: 220px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    -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;
    border-radius: 500px;
    background-color: #2451b0;
    background-image: none;
    background-size: auto;
	   font-size: 1em;
  }
  .chiffre_2_home {
    width: 220px;
    height: 220px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 500px;
    background-color: #2451b0;
    background-image: none;
    background-size: auto;
	  font-size: 1em;
  }
  .chiffre_3_home {
    width: 220px;
    height: 220px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 500px;
    background-color: #2451b0;
    background-image: none;
    background-size: auto;
	  font-size: 1em;
  }
  .wrapp_chiffres_home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
	.logos_div3 {
    width: auto;
  }
	.droit{float:left;margin-top:20px;padding-left:0px;}  .baseline {
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
	.rond{float: none;

clear: left;

text-align: center;

-webkit-align-content: center;

-ms-flex-line-pack: center;

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;}
	 .partenaires_div {
    display: none;
  }
	.heading-4-2 {
  margin-top: 0px;
  padding-top: 0px;
  color: #2451b0;
  font-size: 2em;
  line-height: 1.2em;
}
		.heading-4-3 {
  margin-top: 0px;
  padding-top: 0px;
  color: #2451b0;
  font-size: 2em;
  line-height: 1.1em;
			font-weight:400;
}
  .navlink {
    padding-left: 0px;
  }
  .navlink.w--current {
    padding-left: 0px;
  }
  .header_logo {
    padding-top: 0px;
  }
  .home.visuel_page {
    height: auto;
    padding: 30px 20px;
  }
  .home.fond {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tools {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tools_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .toolslink {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 10px;
    float: left;
  }
  .page.acc2 {
    height: auto;
  }
  .home_visuel {
    padding: 0px 20px;
  }
  .h1 {
    margin-top: 10px;
  }
  .button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 30px 15px 70px;
  }
  .button_page.marge {
    margin-top: 10px;
  }
  .div_droit {
    padding-right: 20px;
    padding-left: 20px;
  }
	  .div_droit0 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact {
    display: block;
    margin-bottom: 0px;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wrapp {
    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_contact {
    margin-bottom: 5px;
  }
  .tem_droit {
    float: none;
  }
	  .tem_droit0 {
    float: none;
  }
  .tem_droit-_3 {
    float: none;
  }
	  .tem_droit-_30 {
    float: none;
  }
  .button_nav {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
    background-position: 0px 0px;
    background-repeat: repeat;
  }
  .div-block-4 {
    width: auto;
  }
  .text-block-4 {
    text-align: left;
  }
  .chiffres {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button_nav-_2 {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
    background-position: 0px 0px;
    background-repeat: repeat;
  }
  .wrapp_chiffres {
    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;
  }
  .chiffre_1 {
    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;
  }
  .chiffre_2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .marge_haut._2 {
    margin-bottom: 30px;
  }
  .div_rdv-_interet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .div-block-20 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link_ancre1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
	  .link_ancre4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
	  .link_ancre3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
	  .link_ancre2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .video {
    width: 100%;
    height: auto;
  }
  .home_visuel_video {
    width: 100%;
    padding: 0px 20px;
    border-style: none;
  }
  .them_droit {
    padding-top: 20px;
  }
	  .logos_ligne {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
	.chiffres_home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
 .chiffre_1_home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    height: 170px;
    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;
    font-size: 0.75em;
  }
  .chiffre_2_home {
    width: 170px;
    height: 170px;
    margin-top: 0px;
    margin-bottom: 20px;
	   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;
    font-size: 0.75em;
  }
  .chiffre_3_home {
    width: 170px;
    height: 170px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 0.75em;
  }
  .wrapp_chiffres_home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
	.div-block-3 {

    
		float: left;}
	  .heading-6 {
    font-size: 3.3em;
  }
  .heading-6._100 {
    font-size: 3.3em;
  }  .logos_div3 {
    display: block;
  } .baseline {
    font-size: 1.5em;
  }
}

@media (max-width: 479px) { .baseline {
    line-height: 1em;
  }
	
	.ligne_1 {float:left;
		clear:left;
		padding-bottom:10px;
		margin-bottom: 10px;
		
	}
		.ligne {float:none;
		clear:left;
			padding-bottom:10px;
		
	}
		
	.ligne_1._2 {float:left;
		clear:left;
		
	}
		.ligne_2 {float:left;
		clear:left;
		
	}
	
	
	.div-block-3 {

    
		float: left;}
	
	.div_droit_comt{padding-top:0px;float: left;padding-bottom:20px;}
		
	.div_droit_comt2{padding-top:0px;float: none;padding-bottom:20px;}
  .header_div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .container {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    background-image: none;
  }
  .nav-menu {
    display: block;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar {
    display: block;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
  }
  .header_logo {
    padding-top: 0px;
  }
  .home.fond {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logos_div_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .logo_1 {
    width: auto;
    max-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logos_ligne_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .h1 {
    margin-top: 10px;
    font-size: 1.5em;
  }  .h1_2 {
    margin-top: 10px;
    font-size: 1.5em;
  }
  .button {
    padding: 15px 20px 15px 65px;
    background-position: 20px 50%, 0px 0px;
    font-size: 1em;
  }
  .button_page {
    margin-top: 5px;
    padding: 10px 10px 10px 25px;
    background-position: 5px 50%, 0px 0px;
    font-size: 0.9em;
  }
  .button_page.marge {
    margin-top: 10px;
  }
  .div_droit {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
	  .div_droit0 {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .div_stats {
    margin-bottom: 0px;
    float: none;
  }
  .mentions {
    margin-top: 20px;
  }
  .div_droit-_2 {
    overflow: visible;
    width: auto;
  }
  .div_txt {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button_page_blanc {
    padding: 10px 10px;
	  margin-top: 10px;
    float: none;
    background-image: none;
    font-size: 1em;
  }
  .contact {
    padding-right: 5px;
    padding-left: 5px;
  }
  .wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div_contact {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tem_gauche {
    width: auto;
    float: none;
    text-align: left;
  }
	
	.etape_txt_droit{padding-bottom:10px;}
	
  .tem_droit {
    width: auto;
    margin-top: 10px;
    float: left;
    text-align: left;
  }
	  .tem_droit0 {
    width: auto;
    margin-top: 10px;
    float: left;
    text-align: left;
  }
  .tem_droit_2 {
    float: left;
    text-align: left;
  }
  .tem_droit-_3 {
    width: auto;
    margin-top: 10px;
    float: left;
    text-align: left;
  }
	.block-10{margin-top:0px;}
	.them_txt{padding-top:20px;}
	  .tem_droit-_30 {
    width: auto;
    margin-top: 10px;
    float: left;
    text-align: left;
  }
  .div_gauche_plan {
    width: auto;
    float: none;
  }
  .dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .link_txt_nav {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.85em;
  }
  .button_nav {
    padding: 15px 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
    background-position: 0px 0px;
    background-repeat: repeat;
    font-size: 1em;
  }
  .button_nav.btn_rdv {
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
    background-repeat: repeat;
  }
  .div-block-4 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav {
    display: block;
  }
  .nav_titre {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div_droit-_3 {
    overflow: visible;
    width: auto;
  }
  .button_nav-_2 {
    padding: 15px 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0033A0), to(#2451b0));
    background-image: linear-gradient(90deg, #0033A0, #2451b0);
    background-position: 0px 0px;
    background-repeat: repeat;
    font-size: 1em;
  }
  .div-block4 {
    float: left;
  }
  .div_logo_organise {
   /* -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;*/
  }
  .logo {
    margin: 5px 0px;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
	.div-block-8{margin-top: 20px;}
  .logo._2 {
    margin: 5px 0px;
  }
  .marge_haut._2 {
    margin-top: 60px;
  }
  .div_logo_organise2 {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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_tem{margin-bottom: 30px;}
  .fond_1 {
    padding-right: 20px;
    border-radius: 5px;
    background-color: #2451b0;
    background-image: none;
    background-size: auto;
  }
  .heading-13 {
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
  }
  .img_prog {
    width: auto;
    height: auto;
  }
  .div_rdv-_interet {
    -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-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-block;;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .liens {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .logos_div_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-18 {
    font-size: 1.85em;
  }
  .them_droit {
    padding-top: 20px;
  }
	 .chiffre_1_home {
    margin-right: 0px;
    margin-bottom: 10px;
		       width: 170px;
    height: 170px;
  }
  .chiffre_2_home {
    margin-bottom: 10px;
	      width: 170px;
    height: 170px;
  }
  .chiffre_3_home {
    margin-left: 0px;
	       width: 170px;
    height: 170px;
  }
  .wrapp_chiffres_home {
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
	
	
	  .c01 {
    display: block;
    width: 170px;
    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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    text-align: center;
  }
  .slide-nav-5 {
    display: none;
  }
  .right-arrow-4 {
    display: none;
  }
  .left-arrow-4 {
    display: none;
  }
	.chiffres_home{padding-top: 10px;

padding-bottom: 10px;}
	 
	
}

@media screen and (max-width: 479px) {
  #w-node-8513665deb7d-26b25c15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a5bc01d5ddb0-26b25c15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-9b6202982f2e-26b25c15 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-9b5a5be2a1d6-26b25c15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce46fd913182-26b25c15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce46fd91319c-26b25c15 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-4ed97902b31c-5b16d144 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bb002d822ebf-5b16d144 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

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