@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Bold.otf') format('opentype'), url('../fonts/FuturaStd-CondExtraBoldObl.otf') format('opentype'), url('../fonts/FuturaStd-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-BoldOblique.otf') format('opentype'), url('../fonts/FuturaStd-ExtraBoldOblique.otf') format('opentype'), url('../fonts/FuturaStd-ExtraBoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd book';
  src: url('../fonts/FuturaStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd condensed';
  src: url('../fonts/FuturaStd-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd Condensed';
  src: url('../fonts/FuturaStd-CondensedBold.otf') format('opentype'), url('../fonts/FuturaStd-CondensedBoldObl.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd condensedextrabd';
  src: url('../fonts/FuturaStd-CondensedExtraBd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd Condensed';
  src: url('../fonts/FuturaStd-CondensedLight.otf') format('opentype'), url('../fonts/FuturaStd-CondensedLightObl.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd Condensed';
  src: url('../fonts/FuturaStd-CondensedOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: Futurastd;
  font-size: 18px;
  line-height: 21px;
}

.body {
  color: #fff;
}

.header {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 70px;
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0) ), url("../images/header/BG_01.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.nav {
  display: block;
  margin-right: auto;
  margin-left: 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;
  grid-template-rows: auto auto;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.share {
  display: flex;
  align-items: center;
  color: white;
  font-size: 22px;
  font-weight: bold;
  margin-left: 35px;
  margin-top: 30px;

}

.share a {
  margin-left: 5px;
}

.share p {
  margin-bottom: 0px;
}

#wrap:target {
  transform: translate3d(0, 0, 0);
}

.drapeau {
  height: 24px;
  width: auto;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  z-index: 1;
  width: auto;
  height: auto;
  padding: 0px;
  background-color: #000;
  white-space: normal;
  text-transform: uppercase;
  font-size: 11px;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 132px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr minmax(110px, 1.5fr) 187px 134px 118px 1fr 1fr 1fr;
  grid-template-columns: 1fr minmax(110px, 1.5fr) 187px 134px 118px 1fr 1fr 1fr;
  -ms-grid-rows: (minmax(200px, 1fr)) [auto-fit];
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  background-color: #000;
  color: #fff;
  font-style: normal;
  text-align: left;
  list-style-type: none;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 20px;
  padding: 10px 0px 10px 8px;
  border-left: 3px none #c27014;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.image {
  position: static;
  float: right;
}

.h1 {
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.h1-2 {
  font-size: 18px;
  font-weight: 600;
}

.title_underline_blue {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #243151;
  color: #fff;
  font-weight: 700;
}

.title_underline_or {
  display: inline-block;
  padding: 10px 15px;
  background-color: #c27014;
  color: #fff;
  font-weight: 700;
}

.button_or {
  position: static;
  display: inline-block;
  margin-left: 20px;
  padding: 10px 20px;
  float: none;
  clear: none;
  border-radius: 22px;
  background-color: #00a4e3;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00a4e3),
    to(#00a4e3)
  );
  background-image: linear-gradient(180deg, #00a4e3, #00a4e3);
  font-family: Flamacondensed, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.text-block {
  float: right;
  font-family: Flamacondensed, sans-serif;
  color: #243151;
  font-size: 39px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-span-1 {
  color: #00a4e3;
  font-weight: bold;
}

.text-span-2 {
  color: #00a4e3;
  font-weight: 500;
}

.text-span-3 {
  color: #00a4e3;
  font-weight: bold;
}

.div-block-36 {
  margin-left: 30px;
}

.div-block-36 ul li{
  padding-bottom: 10px;
}

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

.italic {
  font-style: italic;
}

.columns {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.column {
  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: 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;
  font-family: Flamacondensed, sans-serif;
}

.text_bold_header {
  color: #fff;
  font-size: 43px;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 20px;
  -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;
  color: #fff;
  font-size: 70px;
  font-weight: 500;
}

.div-block-78787 {
  display: block;
  text-align: center;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  width: 1006px;
  margin-top: 40px;
  padding-bottom: 1px;
}

.div-block-78787.participant {
  width: 53%;
  max-width: none;
}

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

.logo-photonics {
  width: 100%;
}

.text-block-1 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
  border-bottom: 1px none #fff;
  font-family: "Flama book", sans-serif;
  color: #00a4e3;
  font-size: 18px;
  font-weight: 300;
}

.text-block-3 {
  margin-bottom: 20px;
  color: #00a4e3;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.div-block-46 {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  text-align: center;
}

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

.div-block-44 {
  margin-top: 40px;
}

.text-block-30 {
  color: #00a4e3;
}

.column-2 {
  position: relative;
  padding-left: 0px;
}

.image_partenaires {
  margin-right: 10px;
  margin-left: 150px;
  padding-left: 0px;
}

.div-block {
  max-width: 950px;
  margin: 30px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #000;
}

.blueheading {
  margin-top: -5px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Flamacondensed, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  position: relative;
  left: -30px;
  margin-left: 0px;
}

.logo-p {
  margin-top: 10px;
}

.div-block-8 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-sponsors a{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.uppercase {
  text-transform: uppercase;
}

.sponsors {
  margin-top: 50px;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-78788 {
  margin-top: 20px;
}


.rencontre-vos-financeurs {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.chiffres {
  display: -webkit-flex;
  display: -ms-flexbox;
  max-width: 1000px;
  height: 191px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  border: 8px solid #00a4e3;
}

.chiffres-1 {
  display: -ms-flexbox;
  padding: 20px;
  width: auto;
  height: 100%;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  border: 8px solid #00a4e3;
}

.paragraph-produit p {
  line-height: 21px;
}

.paragraph-produit ul {
  list-style: none;
}

.paragraph-produit ul li::before {
  content: "•"; 
  color: #00a4e3;
  display: inline-block; 
  width: 1em;
  margin-left: -1em
}

.bold-adherer {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.adherez {
  width: 450px;
  margin-left: 40px;
}

.adherer-2 {
  margin-top: 20px;
}

.membres {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.div-block-2 {
  margin-left: -80px;
}

.textbleu.min_text {
  margin-top: 60px;
  font-size: 16px;
  text-align: left;
}

.paragraph {
  margin-top: 10px;
  margin-right: -30px;
  padding: 10px 20px;
  background-color: #c27014;
  font-family: "Flama book", sans-serif;
  font-size: 20px;
}

.paragraph-1 {
  padding: 10px 20px;
  color: #000;
  text-align: center;
}

.heading-2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Flama book", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.paragraph-2-1 {
  color: #fff;
  margin-top: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.borderwhite-1 {
  
  height: 100%;
  padding: 10px 10px 0px;
  background-color: #00a4e3;
}

.borderwhite-2 {
  
  height: 100%;
  padding: 10px 10px 0px;
  background-color: #3d94ba;
}

.borderwhite-3 {
  
  height: 100%;
  padding: 10px 10px 0px;
  background-color: #186e94;
}

.borderwhite-4 {
  
  height: 100%;
  padding: 10px 10px 0px;
  background-color: #00a4e3;
}

.borderwhite-5 {
  
  height: 100%;
  padding: 10px 10px 0px;
  background-color: #3d94ba;
}

.borderwhite-6 {
  
  height: 100%;
  padding: 10px 10px 0px;
  background-color: #186e94;
}

.titlelist {
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}

.list {
  padding-bottom: 15px;
  font-size: 18px;
}

.intro {
  list-style: none;
  margin-bottom: 10px;
  margin-left: -17px;
}

.globallist {
  padding-left: 30px;
}

.button_or_white {
  margin-left: 20px;
  padding: 15px;
  border-radius: 22px;
  background-color: #c27014;
  font-size: 25px;
  text-transform: uppercase;
}

.button_or_2 {
  margin-left: 20px;
  padding: 15px;
  border-radius: 22px;
  background-color: #c27014;
  font-size: 25px;
  text-transform: uppercase;
}

.button_or_white2 {
  margin-top: 10px;
  padding: 15px;
  border-radius: 22px;
  background-color: #c27014;
  font-size: 20px;
  text-transform: uppercase;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-3-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.legende_img {
  text-align: center;
}

.section_tarifs {
  margin-top: 30px;
  text-align: center;
}

.div-block-3-1 a {
  margin-top: 20px;
}


.text-block-4 {
  font-family: Flamacondensed, sans-serif;
  font-size: 80px;
}

.div-block-4 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -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;
  font-size: 30px;
}

.text-block-5 {
  height: 100%;
  padding-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Flamacondensed, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 61px;
  font-weight: 700;
  text-align: center;
}

.text-block-6 {
  color: #3d94ba;
  text-transform: uppercase;
}

.text-span-29 {
  color: #000;
  font-size: 30px;
  margin-left: 44px;
}

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

.column-6 {
  height: 110%;
}

.temps-forts {
  padding-top: 30px;
  padding-bottom: 60px;
}

.button_blue_white {
  display: inline-block;
  margin-left: 20px;
  padding: 10px 10px 10px 30px;
  background-color: #243151;
  background-image: url("../images/Rectangle_4_white_1Rectangle_4_white.png");
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 0 0 #fff;
  font-family: Flamacondensed, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-6 {
  border: 1px solid #000;
}

.heading_blue {
  font-size: 30px;
  margin-top: 0px;
  font-weight: 400;
  text-transform: uppercase;
}

.button_or_blue {
  background-color: #c27014;
  text-transform: uppercase;
}

.button_or_blue.button_program {
  float: right;
  border-radius: 22px;
  font-family: Flama, sans-serif;
}

.column-7 {
  padding-right: 10px;
  padding-left: 0px;
}

.column-8 {
  padding-right: 20px;
  padding-left: 0px;
}

.column-9 {
  padding-right: 0px;
}

.comment-participer {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  background-color: #000;
}

.w-row {
  display: flex;
}

.w-row-1 {
  margin-top: 0px;
}

.w-row-3 {
  display: flex;
}

.boldparagraph-2 {
  margin-bottom: 25px;
  font-family: Flama, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.boldparagraph-2-1 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.organise-par {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.columns-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container {
  padding-bottom: 0px;
}

.program {
  background-color: #000;
}

.contact {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px none #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#fff)
  );
  background-image: linear-gradient(180deg, transparent, #fff);
  text-decoration: none;
}

.tools {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: border-box;
}

.tools a {
  text-decoration: none;
}

.container-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.container-2 a {
  margin-top: 20px;
}

.shortlist {
  padding-left: 50px;
}

.div-block-9 {
  padding: 20px 40px 20px 20px;
}

.text-block-2-copy {
  width: 50%;
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  font-family: "Flama book", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.tools_img {
  margin-top: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-position: 0px 0px;
  background-size: auto;
  color: #00a4e3;
}

.tools_img.up_arrow {
  margin-top: 10px;
}

.text-block-7 {
  margin-top: 5px;
  font-family: Flamacondensed, sans-serif;
  color: #00a4e3;
  text-align: center;
  text-transform: uppercase;
}

.contact_form {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-10 {
  position: static;
  float: none;
  clear: none;
}

.div-block-11 {
  border: 1px solid #000;
}

.nav-link-copy {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px 10px 8px;
  border-left: 3px none #c27014;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

.columns-4 {
  height: 130px;
}

.div-block-12 {
  position: absolute;
}

.button {
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  border: 0px none #000;
  border-radius: 22px;
  background-color: #00a4e3;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.container-7 {
  display: block;
  clear: both;
}

.paragraph-3 {
  margin-top: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.bold-text {
  color: #fff;
}

.button-2 {
  border-radius: 22px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 20px;
  background-color: #00a4e3;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  letter-spacing: .2rem;
}

.prix {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-8 {
  font-family: "Flama book", sans-serif;
  color: #00a4e3;
  font-size: 18px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-3 {
  color: #00a4e3;
  font-size: 20px;
}

.h3 {
  text-transform: uppercase;
}

.section {
  background-color: #000;
}

.paragraph-4 {
  color: #000;
  text-align: right;
  margin-top: 10px;
  font-style: italic;
  font-size: 10px;
}

.heading-4 {
  color: #000;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.feature-section {
  margin-left: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.horaires {
  display: flex;
}

.image-5-1 {
  height: 50px;
  margin-top: 5px;
  margin-left: 10px;
}

.image-5-2 {
  height: 30px;
  margin-top: 15px;
  margin-left: 10px;
}

.image-5-3 {
  margin-left: 10px;
  height: 80px;
}

.presentation {
  border: 8px solid #00a4e3;
  margin-top: -15px;
  padding-bottom: 20px;
}

.flex-container {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-5 {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #3d94ba;
}

.representant {
  display: flex;
}

.intervenant,
.intervenant-1 {
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
  margin-right: 50px;
}

.intervention {
  margin-top: 20px;
}

.paragraph-5 {
  color: white;
  background-color: #00a4e3;
  font-size: 25px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.paragraph-5-1 {
  color: black;
  font-weight: 700;
}

.bouton-programme {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.bouton-programme a {
  margin-left: 10px;
  margin-right: 10px;
}

.organise-par-1 {
  width: 100%;
}

.organise-par-2 {
  width: 100%;
}

.presentation h2 {
  font-weight: bold;
}

.paragraph-5-2 {
  color: #3d94ba;
  font-weight: 500;
}

.paragraph-5-3 {
  color: black;
  margin-left: 10px;
}

.button-conferences {
  margin-top: 30px;
  text-align: center;
}

.adherer {
  background-color: black;
  padding: 15px 40px 20px 20px;
  display: flex;
  margin-top: 40px;
}

.image-4 {
  margin-left: 10px;
  height: 300px;
}

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

.text-block-9 li {
  text-align: justify;
}

.paragraph-20 {
  line-height: 25px;
}

.adherer ul {
  padding-left: 20px;
}

.adherer-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.div-block-13 {
  width: 40%;
  padding-top: 23px;
}

.div-block-14 {
  width: 60%;
  margin-right: 30px;
  padding-bottom: 84px;
}

.div-block-15 {
  width: 100%;
}

.heading-6 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

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

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

.paragraph-6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #00a4e3;
  text-align: left;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.div-block-181 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.paragraph-7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #00a4e3;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  margin-left: 30px;
}

.div-block-191 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  margin-left: 30px;
  width: 100%;
}

.paragraph-8 {
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #00a4e3;
  margin-bottom: 30px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.div-block-201 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: 100%;
}

.paragraph-7-2 {
  display: flex;
}

.rencontrez-vos-financeurs h1 {
margin-top: 50px;
}


.div-block-21 {
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.div-block-18 img {
  height: auto;
  width: 600px;
}

.div-block-181 img {
  height: auto;
  width: 600px;
}

.image-5 {
  width: 263px;
}

.image-9 {
  height: 100%;
}

.paragraph-9 {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 53px;
  line-height: 50px;
}

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

.paragraph-11 {
  font-size: 20px;
  font-weight: 600;
}

.btn-header {
  margin-left: 35px;
}

.btn-header a {
  margin-right: 10px;
  margin-bottom: 5px;
}

.div-block-22 {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 450px;
  
}

.adherer-3 {
  margin-top: -118px;
}

.paragraph-12 {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.chiffre-02 {
  display: flex;
  align-items: center;
}

.paragraph-13 {
  display: block;
  text-align: justify;
}

.div-block-23 {
  width: 100%;
  height: 100%;
}

.heading-7 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-24 {
  display: -ms-flexbox;
  display: flex;
  height: 191px;
}

.div-block-28-01 {
  display: flex;
  align-items: center;
}

.paragraph-14 {
  position: relative;
  left: auto;
  top: -76%;
  left: 28%;
  font-weight: 900;
  display: -ms-flexbox;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  -ms-flex-item-align: center;
  -ms-flex-order: 0;
  font-size: 53px;
  line-height: 43px;
  
}

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

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

.heading-8 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-15 {
  position: relative;
  left: auto;
  top: -62%;
  left: 28%;
  display: -ms-flexbox;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  -ms-flex-item-align: center;
  -ms-flex-order: 0;
  font-size: 53px;
  font-weight: 900;
  line-height: 43px;
 
}

.paragraph-16 {
  position: relative;
  left: auto;
  top: -76%;
  left: 29%;
  display: -ms-flexbox;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  -ms-flex-item-align: center;
  -ms-flex-order: 0;
  font-size: 53px;
  line-height: 43px;
  font-weight: 900;
}

.paragraph-17 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #00a4e3;
}

.paragraph-18 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #3d94ba;
}

.paragraph-19 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #186e94;
}

.div-block-27 {
  width: 100%;
  padding-right: 40px;
  padding-left: 20px;
}

.image-11, .image-12, .image-13 {
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 22px;
}

.image-11 {
  background-color: #00a4e3;
  border-radius: 60px;
}

.image-12 {
  background-color: #3d94ba;
  border-radius: 60px;
}

.image-13 {
  background-color: #186e94;
  border-radius: 60px;
}

.top-page {
  border-radius: 3px;
}

.div-block-28 {
  height: 134.19px;
  margin-top: 22px;
  margin-left: 22px;
}

.participants {
  display: flex;
  margin-left: 30px;
  margin-top: 30px;
}

.div-block-28-1 {
  margin-top: 22px;
  margin-left: 22px;
}

.prix-1 {
  display: flex;
  margin-right: 22px;
}


.rdvs {
  display: flex;
  margin-left: 30px;
  margin-top: 30px;
}

.div-block-28-2 {
  height: 134.19px;
  margin-top: 22px;
  margin-left: 22px;
}

.webinaires {
  display: flex;
  margin-left: 30px;
  margin-top: 30px;
}


/*page tarifs*/

.section_tarifs {
  margin-top: 30px;
  text-align: center;
}

.group-price {
  padding-bottom: 60px;
  color: black;
}

.barre-prix {
  position: relative;
  top: -16px;
  left: 152px;
  background-color: #00a4e3;
  height: 3px;
  width: 150px;
}

.barre-prix-1 {
  position: relative;
  top: -16px;
  left: 136px;
  background-color: #00a4e3;
  height: 3px;
  width: 137px;
}

.div-block-35 {
 color: #000;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  padding-bottom: 20px;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  border: 9px solid #00a4e3;
}

.div-block-29 {
  color: black;
  margin-top: 22px;
 
}

.div-block-29 span {
  text-decoration: line-through;
  text-decoration-color: #00a4e3;
}

.div-block-29 sup {
  top: -1.5em;
}

.div-block-33 sup {
  top: -1.5em;
}


.div-block-33 {
  color: black;
  margin-top: 22px;
}

.div-block-28 {
  margin-top: 22px;
  margin-left: 22px;
}

.text-block-6 {
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  color: #3d94ba;
  text-transform: uppercase;
}

.text-span-29 {
  color: #000;
  font-size: 30px;
  margin-left: 170px;
}

.top-page {
  background-color: #00a4e3;
  padding: 4px;
}

.fleche-02 {
  width: 24px;
  padding-bottom: 5px;
}

.text-span-33 {
  color: #000;
  font-size: 30px;
  margin-left: 40px;
}

.heading-14 {
  font-size: 20px;
  color: black;
  text-transform: uppercase;
}

.legende_img {
  text-align: center;
}

.div-block-27-1 {
  
  padding-right: 36px;
  padding-left: 20px;
  margin-top: 30px;
  margin-left: 30px;
}

.options {
  background-color: black;
}

.heading-7-1 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
}

.block-gauche {
  max-width: 1000px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
  margin-top: 50px;
  justify-content: space-between;
  padding-bottom: 60px;
}

.boldyellow {
  font-weight: 900;
  text-transform: uppercase;
  color: #4438a2;
}

.title-exhibit2 {
  margin-top: 50px;
}

.accordon-triger-dev {
  display: flex;
  width: 272px;
  padding: 10px 25px 10px;
  background-color: #00a4e3;
  background-position: 70% 55%, 30% 55%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.accordon-item {
  display: flex;
  justify-content: space-between;
}

.l_1_droit {
  margin-top: 20px;
}

.accordon-item-content-dev {
  
}

.fleche {
  transform: rotate(90deg);
  height: 15px;
}

.text-block-42 {
  margin-left: 10px;
  margin-right: 10px;
}

.button-2 {
  border-radius: 22px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  background-color: #00a4e3;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  letter-spacing: .2rem;
}

.paragraph-produit {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  
}

.participation {
  width: 100%;
  padding: 20px;
}

.participation h5 {
  font-size: 16px;
}

.participation ul {
  padding: 0 0 0 20px;
  color: #4438a2;
  font-size: 20px;
  list-style: none;
}

.condition-list {
  margin: 4px 0;
}

.condition-survol {
  display: none;
  background-color: #e4e3f0;
  color: black;
  font-size: 15px;
  padding: 20px;
  max-width: 300px;
  position: absolute;
  transition: 0.5s ease;
  transform: translateX(50px);
  box-shadow: 2px 2px 4px black;
}

.div-block-actus {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
}

.mentions-legales {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight: bold;
}

.mentions-legales p {
  color: #000;
}

footer {
  background-color: #000;
  color: white;
}

footer div {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

footer a {
  color: white;
  text-decoration: none;
}

.condition-list:hover > .condition-survol {
  display: block;
  animation: 0.5s displayHover ease;
}

.cl-content {
  color: black;
  font-size: 15px;
  margin: 0;
}

.cl-survol {
  text-decoration: underline;
  cursor: help;
}

.button01 {
  margin-top: 10px;
  border-radius: 22px;
  background-color: #00a4e3;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 35px;
  text-decoration: none;
  cursor: pointer;
}


.options {
  background-color: black;
}

.heading-7-1 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}


.block-gauche-1 {
  margin-right: 20px;
}

.block-gauche-2 {
  margin-left: 20px;
}

.p-left {
  font-size: 40px;
  text-align: right;
  padding-top: 20px;
}

.block-droit {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 40px;
  padding-bottom: 40px;
}

.adherez p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.titre-communication {
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 23px;
  margin-top: 0px;
}

.footer {
  border: 0px none #000;
  background-color: #fff;
}



#w-node-_902eea0e-12a8-b446-9f47-f3409bc3f967-4ffa77b4 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_87d13f1f-f82f-ab53-4790-e7d2929b746e-2307fca2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_902eea0e-12a8-b446-9f47-f3409bc3f967-4ffa77b4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_87d13f1f-f82f-ab53-4790-e7d2929b746e-2307fca2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@keyframes displayHover {
  from {
    opacity: 0;
    transform: translate(50px, -30px);
  }
  to {
    opacity: 1;
    transform: translate(50px, 0px);
  }
}

@media screen and (max-width: 2560px){
  .image-2 {
    height: 65px;
  }
  
  .container-6 {
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 274px;
    -ms-flex-pack: start;
    -webkit-align-items: center;
}
}



@media screen and (max-width: 1080px) {
  .div-block-78787.participant {
    width: 70%;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-grid {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    grid-auto-columns: 132px;
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 204px 93px 134px 118px;
    grid-template-columns: 1fr 204px 93px 134px 118px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-logo {
    margin-bottom: 0px;
    padding-bottom: 22px;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-4 {
    padding-bottom: 20px;
  }

  .column-8 {
    padding-left: 10px;
  }

  .column-9 {
    padding-left: 0px;
  }

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

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

  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -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;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 768px) {

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

  .accordon-item {
    flex-direction: column;
  }

  .accordon-item-content-dev {
    width: 100%;
  }

  .text-span-29 {
    margin-left: 40px;
  }

  .div-block-actus {
    flex-direction: column;
    padding: 20px;
  }
  
  .w-row._20{
    flex-direction: column;
  }

  .w-col-4 {
    width: 100%;
    padding: 10px;
  }
  
  .borderwhite-1 {
    padding: 20px;
  }

  .borderwhite-2 {
    padding: 20px;
  }

  .borderwhite-3 {
    padding: 20px;
  }

  .container-6 {
    flex-direction: column;
    height: auto;
  }

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

  .options {
    padding: 0px 20px;
  }

  .div-block-28-1 {
    height: 131px;
  }

  .paragraph-15 {
    top: -81%;
  }

  .paragraph-14 {
    top: -81%;
  }

  .image-11 {
    border-radius: 70px;
  }

  .image-12 {
    border-radius: 70px;
  }

  .image-13 {
    border-radius: 70px;
  }

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

  .w-row-3._20 {
    flex-direction: column;
  }

  .adherer-1 {
    flex-direction: column;
  }

  .logo-photonics {
    text-align: center;
    margin-bottom: 20px;
  }

  .paragraph-16 {
    top: -81%;
  }

  .div-block-24 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .chiffres {
    height: auto;
    justify-content: center;
  }

  .barre-prix {
    left: 25px;
  }

  .block-gauche {
    flex-direction: column;
    align-items: center;
  }

  .block-gauche-1 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .block-gauche-2 {
    margin-left: 0px;
  }

  .block-droit {
    flex-direction: column;
    align-items: center;
  }

  .adherer-3 {
    margin-top: 0px;
  }

  .adherez {
    margin-left: 0px;
  }

  .paragraph-produit {
    flex-direction: column;
  }

  .timer {
    display: none;
  }

  .participation {
    width: 100%;
  }

  .condition-survol {
    transform: translateX(0);
  }

  .condition-list:hover > .condition-survol {
    animation: unset;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .prix-1 {
    flex-direction: column;
  }


  .div-block-22 {
    width: 100%;
  }

  .nav-grid {
    text-align: center;
  }

  .image_partenaires {
    padding-top: 10px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

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

  .div-block-78787.participant {
    width: 80%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .adherez {
    width: auto;
  }



  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .btn-header a {
    margin-bottom: 10px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .h1 {
    padding-top: 22px;
    text-align: center;
  }

  .title_underline_blue {
    line-height: 26px;
  }

  .title_underline_or {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    text-align: left;
  }

  .button_or {
    margin-bottom: 27px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .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 {
    margin-left: 0px;
  }

  .image-2 {
    position: static;
    display: inline-block;
    margin-bottom: 31px;
    clear: both;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

  .paragraph {
    margin-right: 0px;
  }

  .paragraph-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button_or_white {
    margin-left: 0px;
  }

  .column-6 {
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .column-10 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 20px;
    clear: both;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 27px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 11px;
  }

  .column-12, .column-13 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .list-item {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .list-item-2 {
    -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;
    list-style-type: none;
  }

  .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
}