

.section_logo {
  display: block;
  width: 100%;
  margin-top: 105px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  text-transform: uppercase;
}

.logo {
  display: block;
  margin: 0px 35px 0px 0px;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.icon {
  width: 42px;
  height: 64px;
  padding-top: 0px;
  background-image: url('../images/fleche3.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #000;
  font-size: 0px;
}

.date {
  display: block;
  width: 480px;
  margin-top: -4px;
  margin-right: 0px;
  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;
  -webkit-align-self: center;
  -ms-flex-item-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 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #01315f;
  font-size: 21px;
  text-align: left;
}

.section_titre_logo.rdv1 {
  margin-top: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #d3d3d3;
}

.edition {
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.bouton {
  display: block;
  padding: 15px 20px;
  float: left;
  clear: left;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: transparent;
  font-family: 'Gothamrounded medium', sans-serif;
  color: #fff;
  font-size: 19px;
}

.bouton.event1 {
  display: block;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  float: left;
  clear: none;
  border-width: 2px;
  border-radius: 22px;
  font-size: 17px;
}

.bouton.event1.challenge {
  display: block;
  margin-top: 10px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bouton.event1.challenge.home_chal {
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 41px;
  float: left;
  clear: none;
  border-style: none;
  border-radius: 5px;
  background-color: #c40d1e;
  background-image: url('../images/fleche.png');
  background-position: 15px 50%;
  background-repeat: no-repeat;
  box-shadow: 7px 7px 0 0 #bdbdbd;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 22px;
}

.bouton.event1.challenge.home_chal.plus {
  margin-right: 20px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #c40d1e;
  background-image: url('../images/fleche.png');
  box-shadow: 6px 6px 0 0 #bdbdbd;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bouton.event1.challenge.home_chal.plus.nontrouvee {
  margin-top: 0px;
  float: left;
}

.bouton.event1.challenge.home_chal.plus.btn_tarif {
  margin-left: 20px;
}

.bouton.event1.challenge.home_chal.plus.bouton_nav {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 30px;
  padding-right: 20px;
  float: right;
}

.bouton.event1.challenge.home_chal._2eme {
  margin-left: 20px;
}

.description_event {
  display: block;
  margin-top: 75px;
  margin-left: 50px;
  float: left;
}

.description_event.rdv3 {
  display: inline-block;
  margin-top: 40px;
  margin-left: 0px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.description_1 {
  float: left;
  clear: none;
}

.description_txt {
  margin-left: 60px;
  padding-top: 20px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
  text-transform: none;
}

.description_txt.txt1 {
  margin-left: 35px;
}

.description_txt.txt3 {
  margin-left: 55px;
}

.description_txt.txt4 {
  margin-left: 55px;
}

.description_txt.txt6 {
  margin-left: 50px;
}

.section_home2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_home2.titre {
  display: block;
  padding-bottom: 50px;
}

.section_home2.titre.conv {
  position: static;

  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 30px;
  clear: none;
  background-color: #d3d3d3;
}

.section_home2.titre.conv.form1 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #d3d3d3;
}

.section_home2.titre.conv.form1.concept {
  padding-top: 50px;
  padding-bottom: 0px;
}

.section_home2.titre.conv.form1.partners {
  padding-bottom: 50px;
}

.section_home2.titre.conv.form1.erreur {
  padding-top: 30px;
}

.section_home2.event {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
}

.menu-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 6;
  width: 14%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 0px;
  border-left: 0px solid #000;
  background-color: #aa0918;
  background-image: -webkit-linear-gradient(0deg, #09090a -1%, #aa0918 1%);
  background-image: linear-gradient(90deg, #09090a -1%, #aa0918 1%);
  text-align: center;
}

.middle-aligned {
  padding-top: 0px;
  padding-right: 0px;
}

.menu-list {
  float: none;
}

.menu-container {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  float: none;
  border-right: 0px none hsla(0, 0%, 100%, .2);
  text-align: right;
}

.menu-link {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  font-family: 'Gothamrounded medium', sans-serif;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-link:hover {
  border-radius: 10px;
  background-color: transparent;
}

.menu-link.w--current {
  margin-bottom: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 0px solid #000;
  border-bottom: 0px none #000;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'Gothamrounded medium', sans-serif;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.menu-link.w--current:hover {
  border-right: 0px none #000;
  background-color: transparent;
  opacity: 1;
  font-family: 'Gothamrounded medium', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.right-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 25px;
  margin-right: 40px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, .3);
  background-color: transparent;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.menu-boutton {
  margin-right: -30px;
  margin-left: 0px;
  padding: 0px;
  float: none;
  text-align: left;
  text-decoration: none;
}

.bar-menu-top {
  width: 48px;
  height: 10px;
  margin-bottom: 3px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: transparent;
}

.bar-menu-middle {
  width: 48px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: transparent;
}

.navbar_2018 {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  margin-right: 60px;
  margin-left: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.wrapper {
  display: block;
  margin-right: 200px;
  margin-left: 100px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/plan.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.wrapper.seciotnvide {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  text-align: center;
}

.wrapper.seciotnvide.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.wrapper.seciotnvide.villahe {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.wrapper.seciotnvide.villahe.titre {
  margin-top: 70px;
  margin-right: 150px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.wrapper.seciotnvide.villahe.titre.conv {
  width: 940px;
  margin-right: auto;
}

.wrapper.seciotnvide.villahe.titre.conv.vilages {
  display: block;
  width: 940px;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.wrapper.seciotnvide.villahe.titre.conv.vilages.home2 {
  display: block;
  width: 940px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper.seciotnvide.villahe.titre.conv.vilages.home2.notfound {
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper.seciotnvide.villahe.titre.conv.vilages.home2.edition {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper.seciotnvide.villahe.titre.conv.vilages.home2.conference1 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.wrapper.seciotnvide.villahe.titre.conv.vilages.formulaire {
  margin-top: 0px;
  padding-top: 0px;
}

.wrapper.logo {
  background-image: none;
}

.div_titre {
  display: block;
  width: 300px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gothamrounded book', sans-serif;
  color: #fff;
  font-size: 39px;
  line-height: 45px;
}

.div_titre.no_taille {
  width: auto;
  font-family: 'Gothamrounded medium', sans-serif;
  font-size: 45px;
}

.div_titre.no_taille.nocenter {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Gothamrounded medium', sans-serif;
}

.div_titre.no_taille.nocenter.fees {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 65px;
  line-height: 65px;
  font-weight: 700;
  text-transform: uppercase;
}

.div_titre.txt27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 27px;
  line-height: 30px;
}

.div_titre.txt27.droite {
  display: block;
  width: auto;
  margin-bottom: 30px;
  float: none;
  clear: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-align: left;
}

.body1 {
  display: block;
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-color: transparent;
  text-align: center;
}

.body1.conventions {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.body1.conventions.ecrire {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.body1.conventions.ml {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 90px;
  background-color: rgba(0, 30, 105, .7);
}

.map {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px 20px;
  border-radius: 10px;
  background-color: #fff;
}

.link_modal {
  display: block;
  margin-top: 30px;
  padding-top: 5px;
  padding-right: 30px;
  float: right;
  background-image: url('../images/croix.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  font-family: 'Gothamrounded medium', sans-serif;
  color: #07339f;
  font-size: 15px;
  text-align: right;
  text-decoration: none;
}

.txt_29 {
  display: block;
  margin-bottom: 20px;
  float: none;
  clear: none;
  font-family: 'Gothamrounded medium', sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 29px;
  text-align: left;
}

.fond_modal {
  height: 186px;
  padding: 20px 20px 20px 30px;
  float: none;
  background-image: url('../images/fond_map.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  font-family: 'Gothamrounded book', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
}

.bold {
  font-family: Futurastd, sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
  font-weight: 900;
}

.navbarportable {
  display: none;
}

.form {
  width: 100%;
  padding: 0px 20px;
  float: none;
  color: #fff;
}

.gauche_form {
  width: auto;
  float: left;
  clear: none;
}

.droite_form {
  width: 400px;
  margin-left: 30px;
  float: right;
  clear: none;
}

.info {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 20px;
  float: none;
  clear: left;
  border-radius: 0px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.info_txt {
  padding-top: 0px;
  padding-bottom: 0px;
}

.form_wrapper {
  color: #fff;
}

.prive {
  margin-top: 40px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 15px;
  line-height: 24px;
  text-align: justify;
}

.maj_bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.link_mail {
  display: none;
  font-family: 'Gothamrounded medium', sans-serif;
  color: #fff;
}

.mentions {
  padding: 30px;
  border-radius: 0px;
  background-color: #fff;
  font-family: 'Futurastd book', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.bleu {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-weight: 900;
}

.bleu.txt_27 {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 55px;
  line-height: 55px;

  text-transform: uppercase;
}

.divtitre {
  float: none;
  font-family: 'Gothamrnd light', sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.fonctionnement {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 60px;
  background-color: #fff;
  color: #fff;
}

.div_fonct {
  display: block;
  font-size: 17px;
  line-height: 20px;
}

.divrdv1 {
  width: 400px;
  margin-top: 40px;
  padding-right: 30px;
  float: left;
  font-family: 'Gothamrnd light', sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
}

.divrdv1.d2 {
  padding-right: 0px;
  float: right;
}

.violet {
  font-family: 'Open Sans', sans-serif;
  color: #c40d1e;
  font-size: 18px;
  line-height: 28px;
}

.rond {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-bottom: 2px;
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #536ba7;
  font-family: 'Gothamrounded book', sans-serif;
  font-size: 15px;
}

.rond.r2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #01315f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.rond.r3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #01315f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.rond.r4 {
  padding: 0px 10px;
  background-color: #01315f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.rond.r5 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #01315f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.rond.r1 {
  padding: 0px 10px;
  background-color: #b71927;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
}

.div_st1 {
  margin-right: 30px;
  float: left;
  clear: left;
}

.div_st1.conferences {
  margin-right: 30px;
  float: left;
}

.div_st1.conferences.droite {
  margin-right: 0px;
}

.div_st1.home {
  margin-right: 0px;
  margin-left: 30px;
  float: right;
}

.div_st2 {
  display: block;
  width: 630px;
  float: left;
  font-family: 'Gothamrnd light', sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: left;
}

.div_st2.home {
  display: block;
  margin-top: 50px;
  margin-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 25px;
}

.div_st2.home.conf {
  width: 430px;
  margin-top: 0px;
  margin-left: 30px;
}

.div_st2.home.conf._003 {
  width: 450px;
  margin-left: 0px;
  font-family: 'Futurastd book', sans-serif;
  font-size: 19px;
  line-height: 29px;
}

.div_st2.home.conf._003._005 {
  width: 430px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
}

.div_st2.home.home1 {
  width: 430px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 40px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 28px;
}

.div_st2.home.home1.edition {
  width: 400px;
  padding-top: 0px;
  font-size: 18px;
  line-height: 29px;
}

.div_st2.home.home1.ereur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div_titre_challenge {
  margin-bottom: 20px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

.expo {
  position: relative;
  top: -35px;
  display: inline;
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-transform: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.outil {
  display: block;
  width: 100%;
  float: none;
}

.outil_txt {
  margin-top: 10px;
  font-family: 'Gothamrounded medium', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.link_outil {
  display: block;
  margin-bottom: 25px;
  float: none;
  clear: left;
  text-decoration: none;
}

._2018_nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  width: 86%;
  height: 80px;
  padding-top: 20px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, #20364b 75%, #20364b 83%, transparent 93%);
  background-image: linear-gradient(180deg, #20364b 75%, #20364b 83%, transparent 93%);
  background-position: 0px 0px;
}

.link_nav_2018 {
  height: 50px;
  padding: 10px 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.link_nav_2018.w--current {
  height: auto;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #c30d1e;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.link_nav_2018.current {
  padding-right: 30px;
  padding-left: 30px;
}

.link_nav_2018.current.w--current {
  height: auto;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #c30d1e;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.nav_cont {
  height: 100px;
}

.menu_nav {
  margin-top: 0px;
  margin-right: 0px;
  float: none;
}

.div-block {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.conf_bloc_img {
  float: left;
}

.conf_bloc_img.droite {
  float: right;
}

.section_logo_home {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d3d3d3;
}

.section_logo_footer {
  padding-top: 20px;
  padding-bottom: 30px;
  float: none;
  clear: left;
  background-color: #fff;
}

.section_footer {
  width: 100%;
  float: none;
  clear: left;
  background-color: #20364b;
}

.wrapper_footer_bas {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  clear: none;
}

.footer_txt {
  margin-right: 20px;
  float: left;
}

.footer_txt.droit {
  float: right;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.blanc {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
}

.wrapper_logo {
  display: block;
  width: 940px;
  margin: 20px auto;
  padding-top: 0px;
  background-color: #fff;
}

.slider {
  height: auto;
  background-color: #fff;
}

.div_logo {
  display: block;
  margin-right: 75px;
  margin-left: 75px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px none #f2f2f2;
  border-bottom: 1px none #f2f2f2;
}

.logo_home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 158px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 0px 1px;
  border-color: #f2f2f2;
}

.logo_home.noligne {
  border-left-width: 0px;
}

.icon_gauche {
  width: 42px;
  height: 64px;
  background-image: url('../images/fleche2.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0px;
}

.bouton_participant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  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;
}



.soutin_sponsor {
  margin-top: 20px;
  clear: left;
}

.soutien {
  display: block;
  float: left;
}

.soutien.support {
  margin-left: 70px;
}

.soutien.sponros {
  display: none;
  margin-top: 30px;
}

.soutien.partners {
  display: block;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.titre_soutien {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 13px;
}

.titre_soutien.press {
  height: 150px;
}

.titre_soutien.partners {
  height: auto;
  margin-bottom: 0px;
  float: none;
}

.logo_soutiens {
  margin-top: 0px;
  padding-left: 30px;
  float: left;
  clear: none;
}

.logo_soutiens.press {
  margin-top: 20px;
}

.logo_soutiens.org {
  padding-left: 30px;
}

.soutien1 {
  margin-right: 20px;
  float: left;
}

.titre_picot {
  width: auto;
  margin-left: 0px;
  padding-top: 10px;
  float: none;
  clear: none;
  font-size: 25px;
}

.text-block-11 {
  float: none;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 27px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.div_visuel {
  width: 350px;
  height: 350px;
  float: left;
  clear: left;
}

.partenaire1 {
  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;
}

.partenaire1.partners {
  display: block;
  margin-top: 0px;
}

.marge {
  margin-left: 25px;
  padding-left: 0px;
}

.marge.m2 {
  margin-left: 30px;
}

.text-block-16 {
  font-family: 'Futurastd book', sans-serif;
  font-size: 16px;
}

.text-block-17 {
  font-family: 'Futurastd book', sans-serif;
  font-size: 16px;
}

.text-block-18 {
  font-family: 'Futurastd book', sans-serif;
  font-size: 16px;
}

.text-block-19 {
  font-family: 'Futurastd book', sans-serif;
  font-size: 16px;
}

.text-block-20 {
  font-family: 'Futurastd book', sans-serif;
  font-size: 16px;
}

.text-block-21 {
  font-family: 'Futurastd book', sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.image-17 {
  display: block;
}

.marge_m5 {
  margin-left: 20px;
}

.text-block-29 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 65px;
  line-height: 60px;
}

.puce_violet {
  display: block;
  margin-bottom: 0px;
  padding-right: 20px;
  float: left;
  font-family: Futurastd, sans-serif;
  color: #c40d1e;
  font-size: 18px;
  font-weight: 900;
}

.puce_violet.puce2 {
  height: 53px;
}

.text-block-32 {
  color: #01315f;
}

.text-block-33 {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
}

.linkblanc {
  font-family: Futurastd, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  text-decoration: underline;
}

.linkblanc.noligne {
  color: #b71927;
  font-size: 18px;
  text-decoration: none;
}

.map_link {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.text-block-37 {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
}

.text-block-38 {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
}

.titre_event {
  width: 650px;
  float: left;
}

.titre_event.fees_titres {
  width: auto;
  float: left;
}

.titre_event.fees_titres.boutonfees {
  font-size: 18px;
  line-height: 28px;
  text-transform: none;
}

.linkblanc2 {
  font-family: 'Open Sans', sans-serif;
  color: #b71927;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  text-transform: none;
}

.maj {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

.section_fees {
  margin-top: 0px;
  padding-top: 50px;
  background-color: #d3d3d3;
}

.wrapper_fees {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.fees {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 50px;
  float: none;
}

.fee_gauche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 330px;
  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;
}

.fee_gauche.startup {
  height: auto;
}

.fee_gauche.droitfees {
  height: 510px;
  float: right;
}

.fee_gauche.droitfees.droit1 {
  height: auto;
}

.fees_droit {
  width: 600px;
  padding: 30px;
  float: right;
  background-color: #fff;
  font-family: 'Futurastd book', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 29px;
  text-align: left;
}

.fees_droit.gauchefees {
  float: left;
  background-color: #fff;
}

.titre_55 {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.marge2 {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 17px;
  line-height: 28px;
}

.fees_gauche1 {
  font-family: 'Open Sans', sans-serif;
  color: #b71927;
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  text-transform: uppercase;
}

.fees_gauche1.marge50 {
  margin-top: 20px;
}

.txt_55 {
  font-family: Futurastd, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.text-block-40 {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 65px;
  text-transform: uppercase;
}

.txt_vert {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 900;
}

.image-21 {
  float: none;
}

.body-2 {
  background-image: url('../images/fond.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.text-block-45 {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
}

.txt_19 {
  display: inline-block;
  padding-top: 5px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  text-transform: none;
}

._15 {
  display: inline-block;
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
}

.text-block-48 {
  font-family: 'Open Sans', sans-serif;
}

.txt_35_rouge {
  color: #c40d1e;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}

.txt_21_rouge {
  color: #c40d1e;
  line-height: 31px;
}

.titre_participant {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
}

.ligne_partners {
  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;
}

.expo6 {
  position: relative;
  top: -6px;
  font-size: 13px;
}

.text-block-49 {
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
  text-transform: none;
}

.bold-text {
  color: #01315f;
  font-size: 55px;
  line-height: 50px;
  font-weight: 300;
}

.text-block-50 {
  display: inline-block;
  margin-top: 5px;
  float: left;
}

.rouge {
  color: #b71927;
}

.text-block-51 {
  font-weight: 800;
}

.text-block-52 {
  font-weight: 800;
}

.text-block-53 {
  font-weight: 800;
}

.text-block-54 {
  font-weight: 800;
}

.text-block-55 {
  font-weight: 800;
}

.text-block-56 {
  font-weight: 800;
}

.expo7 {
  position: relative;
  top: -8px;
  font-size: 13px;
}

.text-block-57 {
  font-family: 'Open Sans', sans-serif;
}

.divdate {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 55px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.expo8 {
  position: relative;
  top: -19px;
  font-size: 30px;
}

.horaire {
  width: 200px;
  padding: 10px 20px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 45px;
  line-height: 40px;
  font-weight: 400;
}

.horaire.lunch {
  width: 200px;
  height: 140px;
  padding: 20px;
  color: #fff;
}

.conf {
  margin-bottom: 0px;
}

.conf.lunch {
  background-color: #b71927;
}

.ligne_conference {
  width: 720px;
  margin-left: 15px;
  padding: 30px;
  float: right;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.ligne_conference.lunch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b71927;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
}

.rouge_maj {
  color: #b71927;
  text-transform: uppercase;
}

.expo9 {
  position: relative;
  top: -13px;
  font-size: 20px;
}

.text-block-58 {
  line-height: 55px;
}

.temoignages {
  padding-bottom: 60px;
  border-style: solid;
  border-width: 0px 0px 0px;
  border-color: #01315f;
}

.temoignages.temoignages2 {
  padding-top: 0px;
  padding-bottom: 60px;
  border-style: none;
}

.tem_gauch {
  width: 300px;
  padding-left: 0px;
  float: left;
}

.tem_droite {
  width: 600px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.etoile {
  text-align: left;
}

.div_nom {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #01315f;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}

.logo_div {
  text-align: left;
}

html.w-mod-js *[data-ix="gauche"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="droite"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="haut"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

@media (max-width: 991px) {

  .section_logo {
    display: block;
    width: auto;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .logo {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .icon {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .date {
    display: block;
    width: auto;
    margin-top: 20px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .section_titre_logo.rdv1 {
    display: block;
    float: left;
  }
  .edition {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .bouton.event1 {
    margin-top: 0px;
  }
  .bouton.event1.modal {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .description_event {
    display: block;
    margin-left: 20px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section_home2.titre {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section_home2.titre.conv {
    display: block;
    padding-right: 20px;
    float: none;
  }
  .section_home2.titre.conv.form1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 20px 0px;
    float: left;
  }
  .section_home2.event {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    clear: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .menu-overlay {
    position: fixed;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    height: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
  }
  .right-menu {
    margin-top: 30px;
    border-width: 0px;
  }
  .wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .wrapper.seciotnvide {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .wrapper.seciotnvide.logo {
    display: block;
    width: auto;
    margin-right: 20px;
  }
  .wrapper.seciotnvide.villahe {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrapper.seciotnvide.villahe.titre {
    margin-right: 0px;
  }
  .wrapper.seciotnvide.villahe.titre.conv {
    display: block;
    width: auto;
    margin-right: 0px;
  }
  .wrapper.seciotnvide.villahe.titre.conv.vilages {
    display: block;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapper.seciotnvide.villahe.titre.conv.vilages.home2 {
    display: block;
    width: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .wrapper.seciotnvide.villahe.titre.conv.vilages.home2.notfound {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .div_titre {
    display: block;
    width: auto;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .div_titre.no_taille {
    display: block;
    margin-bottom: 50px;
    float: left;
    clear: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div_titre.no_taille.nocenter {
    display: block;
    float: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div_titre.txt27 {
    width: auto;
    margin-top: 20px;
    padding-left: 0px;
  }
  .div_titre.txt27.droite {
    padding-left: 0px;
  }
  .body1 {
    width: auto;
    margin-top: 0px;
    float: none;
    background-image: none;
  }
  .body1.conventions {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .body1.erreur_haut {
    margin-top: -40px;
    padding-top: 30px;
  }
  .navbarportable {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 60px;
    background-color: #20364b;
  }
  .bouton_nav {
    background-color: #20364b;
    color: #fff;
  }
  .bouton_nav.w--open {
    background-color: #20364b;
  }
  .openmenu {
    margin-bottom: 0px;
    padding-bottom: 10px;
    background-color: #20364b;
  }
  .link_menu_port {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
  }
  .link_menu_port.w--current {
    position: static;
    width: 100%;
    float: none;
    background-color: #bf0c1d;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
  }
  .form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gauche_form {
    width: auto;
    float: none;
  }
  .droite_form {
    width: auto;
    margin-top: 30px;
    margin-left: 0px;
    float: none;
  }
  .divtitre {
    text-align: left;
  }
  .fonctionnement {
    width: auto;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .divrdv1 {
    width: auto;
    float: left;
  }
  .div_st2 {
    width: auto;
    margin-top: 20px;
    float: none;
  }
  .div_st2.home.conf {
    width: auto;
    margin-top: 30px;
    margin-left: 0px;
    float: left;
  }
  .div_st2.home.conf._003 {
    width: auto;
    float: left;
  }
  .div_st2.home.conf._003._005 {
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    float: none;
  }
  .div_st2.home.home1 {
    width: auto;
    margin-left: 0px;
    float: none;
  }
  .div_st2.home.home1.edition {
    width: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    float: none;
  }
  .div_titre_challenge {
    font-size: 50px;
    line-height: 60px;
  }
  .outil {
    width: auto;
    margin-top: 0px;
    margin-right: 15px;
    padding-top: 0px;
    float: left;
  }
  .outil_txt {
    font-family: 'Futurastd book', sans-serif;
    font-size: 13px;
    line-height: 15px;
  }
  .link_outil {
    margin-right: 5px;
    margin-bottom: 25px;
    padding-top: 0px;
    float: left;
    clear: none;
    font-size: 13px;
  }
  ._2018_nav {
    width: 100%;
    height: auto;
    background-image: none;
  }
  .nav_cont {
    height: auto;
  }
  .div-block {
    position: static;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  .section_logo_home {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    float: none;
  }
  .section_logo_footer {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    clear: none;
  }
  .section_footer {
    margin-bottom: 150px;
  }
  .wrapper_footer_bas {
    width: auto;
    padding-right: 20px;
    padding-bottom: 120px;
    padding-left: 20px;
  }
  .footer_txt {
    float: left;
  }
  .footer_txt.droit {
    padding-top: 20px;
    float: left;
    clear: left;
  }
  .footer_txt.droit.kit {
    padding-top: 20px;
    float: left;
    clear: none;
  }
  .blanc {
    float: left;
    clear: none;
  }
  .wrapper_logo {
    width: auto;
    float: left;
  }
  .div_logo {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .logo_home {
    height: auto;
    max-width: 80%;
    float: left;
    border-right-width: 0px;
  }
  .logo_home.noligne {
    display: block;
    width: 130px;
    float: left;
  }
  .image-4 {
    display: inline-block;
  }
  .image-14 {
    margin-top: 8px;
  }
  .wrapper_logo {
    float: none;
  }
  .soutin_sponsor {
    margin-top: 30px;
    float: none;
    clear: none;
  }
  .soutien {
    display: block;
    margin-bottom: 30px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .soutien.support {
    margin-left: 0px;
  }
  .soutien.sponros {
    display: block;
  }
  .titre_soutien {
    display: block;
    height: auto;
    margin-bottom: 20px;
    float: none;
  }
  .titre_soutien.press {
    height: auto;
    margin-bottom: 10px;
  }
  .logo_soutiens {
    display: inline-block;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: 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;
  }
  .logo_soutiens.press {
    padding-left: 0px;
  }
  .logo_soutiens.org {
    padding-left: 0px;
  }
  .soutien1 {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .titre_picot {
    width: auto;
    padding-top: 20px;
  }
  .partenaire1 {
    display: block;
  }
  .marge {
    margin-left: 0px;
    padding-left: 0px;
  }
  .marge.m2 {
    margin-left: 10px;
  }
  .marge_m5 {
    margin-left: 0px;
  }
  .text-block-29 {
    float: none;
  }
  .titre_event {
    width: auto;
    float: none;
  }
  .maj {
    display: inline-block;
  }
  .section_fees {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper_fees {
    width: auto;
  }
  .fees {
    display: block;
    float: none;
  }
  .fee_gauche {
    display: block;
    width: auto;
    height: auto;
    float: none;
  }
  .fee_gauche.startup {
    display: block;
    width: auto;
    height: auto;
    float: none;
  }
  .fee_gauche.droitfees {
    display: block;
    width: auto;
    height: auto;
    float: none;
  }
  .fee_gauche.droitfees.droit1 {
    display: block;
    width: auto;
    height: auto;
    float: none;
  }
  .fees_droit {
    width: auto;
    margin-top: 20px;
    float: none;
  }
  .fees_droit.gauchefees {
    width: auto;
    margin-top: 20px;
    float: none;
  }
  .fees_gauche1 {
    display: inline-block;
    margin-right: 30px;
    margin-left: 30px;
    float: none;
    clear: left;
  }
  .ligne_partners {
    display: block;
    float: none;
    clear: left;
  }
  .divdate {
    font-size: 40px;
  }
  .expo8 {
    font-size: 20px;
  }
  .horaire.lunch {
    color: #b71927;
  }
  .conf.lunch {
    background-color: transparent;
  }
  .ligne_conference {
    width: 100%;
    margin-left: 0px;
    float: left;
    clear: left;
  }
  .ligne_conference.lunch {
    width: 100%;
  }
  .tem_gauch {
    width: auto;
    margin-bottom: 30px;
    padding-left: 0px;
    float: none;
  }
  .tem_droite {
    width: auto;
    float: none;
  }
}

@media (max-width: 767px) {
  .section_logo {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .logo {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .date {
    display: block;
    margin: 10px 0px;
    float: none;
    clear: left;
    text-align: center;
  }
  .edition {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
    clear: left;
  }
  .bouton.event1 {
    margin-right: 20px;
    clear: none;
  }
  .bouton.event1.challenge.home_chal {
    float: left;
  }
  .description_event {
    margin-top: 30px;
    margin-left: 0px;
    float: left;
  }
  .description_1 {
    margin-top: 20px;
    margin-right: 24px;
    float: left;
  }
  .description_txt {
    margin-left: 0px;
  }
  .section_home2.titre {
    display: block;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .section_home2.titre.conv {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }
  .section_home2.titre.conv.form1 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section_home2.titre.conv.form1.concept {
    padding-top: 0px;
  }
  .menu-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-right: 10px;
    padding-left: 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;
  }
  .middle-aligned {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-list {
    text-align: left;
  }
  .menu-container {
    float: left;
    clear: left;
  }
  .right-menu {
    padding: 30px 20px 45px;
  }
  .bar-menu-top {
    width: 30px;
  }
  .bar-menu-middle {
    width: 30px;
  }
  .wrapper.seciotnvide.logo {
    display: block;
    margin-right: 20px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wrapper.seciotnvide.villahe {
    display: block;
  }
  .wrapper.seciotnvide.villahe.titre.conv {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper.seciotnvide.villahe.titre.conv.vilages {
    margin-top: 40px;
    padding-top: 0px;
  }
  .wrapper.seciotnvide.villahe.titre.conv.vilages.home2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper.seciotnvide.villahe.titre.conv.vilages.home2.edition {
    margin-top: 40px;
  }
  .div_titre.no_taille {
    font-size: 33px;
    line-height: 40px;
  }
  .div_titre.no_taille.nocenter {
    display: block;
  }
  .div_titre.no_taille.nocenter.fees {
    display: inline-block;
    float: none;
    clear: left;
  }
  .body1 {
    padding-left: 0px;
  }
  .modal-wrapper {
    padding-top: 20px;
  }
  .map {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
  .txt_29 {
    font-size: 25px;
  }
  .form {
    padding-right: 0px;
    padding-left: 0px;
  }
  .info {
    float: none;
  }
  .prive {
    margin-bottom: 150px;
    font-family: 'Futurastd book', sans-serif;
    font-size: 17px;
    line-height: 27px;
  }
  .bleu.txt_27 {
    font-size: 35px;
    line-height: 45px;
  }
  .div_st2.home {
    text-align: center;
  }
  .div_st2.home.conf._003 {
    text-align: left;
  }
  .div_st2.home.home1 {
    text-align: left;
  }
  .div_st2.home.home1.edition {
    padding-top: 0px;
  }
  .div_titre_challenge {
    font-size: 45px;
    line-height: 55px;
  }
  .outil {
    display: block;
    width: 80px;
    margin-right: 0px;
    float: left;
  }
  .outil.info2 {
    display: none;
  }
  .outil_img {
    margin-right: 0px;
  }
  .outil_img.contact {
    margin-top: 10px;
  }
  .outil_txt {
    display: block;
    font-family: 'Gothamrounded book', sans-serif;
    font-size: 10px;
    line-height: 12px;
  }
  .link_outil {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .section_logo_home {
    display: block;
    float: none;
    clear: left;
  }
  .wrapper_footer_bas {
    margin-bottom: 0px;
    padding-bottom: 50px;
  }
  .wrapper_logo {
    float: none;
  }
  .div_logo {
    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;
  }
  .logo_home {
    width: auto;
    float: left;
    border-style: none;
  }
  .logo_home.noligne {
    width: auto;
  }
  .bouton_participant {
    display: inline-block;
    float: none;
  }

  .image-14 {
    margin-top: 0px;
  }
  .soutien {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
  .soutien.support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
  .logo_soutiens {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    text-align: center;
  }
  .logo_soutiens.press {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
  .image-15 {
    display: none;
  }
  .titre_picot {
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0px;
    float: left;
    clear: left;
  }
  .partenaire1 {
    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;
  }
  .marge {
    display: block;
  }
  .marge.m2 {
    display: block;
  }
  .text-block-18 {
    font-size: 14px;
    line-height: 14px;
  }
  .marge_m5 {
    display: block;
  }
  .link-block-4 {
    display: block;
    float: none;
  }
  .image-18 {
    float: none;
  }
  .image-19 {
    display: block;
  }
  .image-20 {
    display: block;
    float: none;
  }
  .text-block-40 {
    font-size: 50px;
  }
  .text-block-45 {
    font-size: 45px;
    line-height: 55px;
    text-align: left;
  }
  .titre_participant {
    font-size: 35px;
    line-height: 35px;
  }
  .divdate {
    font-size: 30px;
  }
  .expo8 {
    font-size: 15px;
  }
  .ligne_conference.lunch {
    height: auto;
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 479px) {
  .section_logo {
    margin-bottom: 0px;
  }
  .logo {
    margin-bottom: 20px;
  }
  .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 13px;
  }
  .edition {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-left: 2px;
    float: none;
    clear: left;
    -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;
  }
  .bouton.event1 {
    margin-right: 0px;
    font-size: 17px;
  }
  .bouton.event1.modal {
    font-size: 13px;
  }
  .bouton.event1.challenge {
    float: none;
  }
  .bouton.event1.challenge.home_chal {
    display: block;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .bouton.event1.challenge.home_chal.plus {
    float: left;
    text-align: left;
  }
  .bouton.event1.challenge.home_chal.plus.btn_tarif {
    margin-left: 0px;
  }
  .bouton.event1.challenge.home_chal.plus.bouton_nav {
    margin-top: 20px;
    margin-left: 0px;
    float: none;
    clear: none;
  }
  .bouton.event1.challenge.home_chal._2eme {
    margin-left: 0px;
    text-align: left;
  }
  .description_event {
    display: block;
    float: none;
    clear: left;
  }
  .description_1 {
    float: none;
  }
  .description_img {
    float: left;
  }
  .description_img.mobile {
    float: left;
  }
  .description_txt {
    padding-left: 20px;
    float: left;
  }
  .section_home2 {
    padding-top: 20px;
  }
  .section_home2.titre {
    text-align: left;
  }
  .section_home2.titre.conv {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section_home2.titre.conv.form1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .menu-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .middle-aligned {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    float: left;
    -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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-link {
    float: none;
  }
  .right-menu {
    top: 0px;
    right: -50px;
    bottom: auto;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bar-menu-top {
    width: 25px;
    height: 2px;
  }
  .bar-menu-middle {
    width: 25px;
    height: 2px;
  }
  .wrapper.seciotnvide {
    text-align: left;
  }
  .wrapper.seciotnvide.logo {
    text-align: left;
  }
  .wrapper.seciotnvide.villahe.titre.conv {
    padding-left: 20px;
    float: none;
  }
  .wrapper.seciotnvide.villahe.titre.conv.vilages.home2 {
    margin-top: 20px;
  }
  .wrapper.seciotnvide.villahe.titre.conv.vilages.home2.edition {
    margin-top: 20px;
  }
  .div_titre {
    display: block;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .div_titre.no_taille {
    display: block;
    float: none;
    text-align: center;
  }
  .div_titre.no_taille.nocenter {
    font-family: 'Futurastd book', sans-serif;
  }
  .div_titre.txt27 {
    font-size: 25px;
  }
  .div_titre.txt27.droite {
    text-align: left;
  }
  .body1.conventions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .map {
    padding: 20px;
  }
  .link_modal {
    margin-top: 20px;
  }
  .fond_modal {
    height: auto;
    padding-left: 20px;
    background-position: 100% 100%;
    background-size: cover;
    font-size: 15px;
    line-height: 22px;
  }
  .droite_form {
    text-align: left;
  }
  .divtitre {
    font-size: 35px;
    line-height: 37px;
  }
  .divrdv1 {
    padding-right: 0px;
    float: none;
  }
  .rond.r5 {
    padding-top: 0px;
  }
  .div_st2.home {
    margin-top: 30px;
    text-align: left;
  }
  .div_st2.home.conf._003 {
    margin-top: 0px;
  }
  .div_st2.home.conf._003._005 {
    margin-top: 0px;
  }
  .div_st2.home.home1 {
    padding-top: 0px;
  }
  .div_st2.home.home1.edition {
    float: none;
  }
  .div_titre_challenge {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 33px;
  }
  .expo {
    top: -12px;
    font-size: 15px;
  }
  .outil {
    width: 30px;
  }
  .outil_img.contact {
    margin-top: 5px;
  }
  .outil_txt {
    display: none;
  }
  .link_outil {
    margin-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section_logo_home {
    margin-bottom: 20px;
    padding: 10px 5px 30px;
  }
  .section_footer {
    margin-bottom: 200px;
  }
  .wrapper_footer_bas {
    padding-bottom: 20px;
  }
  .footer_txt.droit.kit {
    padding-top: 2px;
  }
  .div_logo {
    display: block;
    -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_home {
    width: auto;
    float: none;
    border-style: none;
    border-width: 0px;
  }
  .logo_home.noligne {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bouton_participant {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    float: none;
    clear: left;
  }

  .image-11 {
    width: 100%;
    max-width: 100%;
  }
  .image-12 {
    width: 100%;
  }
  .image-13 {
    width: 100%;
  }
  .image-14 {
    width: 100%;
    padding-top: 0px;
  }
  .soutien {
    display: block;
    text-align: left;
  }
  .soutien.sponros {
    margin-top: 0px;
  }
  .titre_soutien {
    display: block;
    float: none;
    text-align: center;
  }
  .logo_soutiens {
    display: block;
    float: none;
  }
  .logo_soutiens.press {
    display: block;
    margin-top: 0px;
    float: none;
  }
  .soutien1 {
    display: block;
    margin-left: 0px;
    float: none;
  }
  .image-15 {
    width: 100%;
  }
  .image-16 {
    width: 100%;
    padding-top: 5px;
  }
  .titre_picot {
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .text-block-29 {
    font-size: 50px;
    line-height: 50px;
  }
  .puce_violet {
    height: auto;
  }
  .puce_violet.puce2 {
    height: auto;
  }
  .link-block-4 {
    text-align: center;
  }
  .image-18 {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .text-block-32 {
    font-size: 35px;
    line-height: 45px;
  }
  .titre_event.fees_titres.boutonfees {
    float: left;
    clear: left;
  }
  .maj {
    font-size: 18px;
    line-height: 28px;
  }
  .text-block-40 {
    font-size: 30px;
    line-height: 40px;
  }
  .text-block-45 {
    font-size: 35px;
    line-height: 45px;
  }
  .txt_19 {
    font-size: 17px;
    line-height: 25px;
  }
  .txt_35_rouge {
    font-size: 30px;
    line-height: 40px;
  }
  .text-block-50 {
    float: none;
  }
  .divdate {
    padding: 20px;
  }
}

@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Heavy.ttf') format('truetype'), url('../fonts/FuturaStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamrounded book';
  src: url('../fonts/GothamRounded-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamrounded medium';
  src: url('../fonts/GothamRounded-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothamrnd light';
  src: url('../fonts/GothamRnd-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Futurastd book';
  src: url('../fonts/FuturaStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}