body {
  background-image: -webkit-gradient(linear, left top, right top, from(#b92f9a), to(#4832a7));
  background-image: linear-gradient(90deg, #b92f9a, #4832a7);
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
}

.navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
  padding-top: 30px;
  background-color: #870fc6;
  background-image: -webkit-gradient(linear, left top, right top, from(#b92f9a), to(#4832a7));
  background-image: linear-gradient(90deg, #b92f9a, #4832a7);
  -webkit-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
}

#top {
  width: 0;
  height: 0;
}

.container-navbar-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1624px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #fff;
  color: #8712c6;
}

.nav-link.left {
  margin-right: 10px;
}

.nav-link.responsive {
  display: none;
}

/*.nav-link-2 {
  width: 205px;
  height: 39px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
  background-image: url('../images/Logo-cci-ile-de-france.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}*/

/*.nav-link-2:hover {
  background-color: #373cf5;
}*/

/*.nav-link-2._02 {
  background-image: url('../images/Logo-cci-essonne.png');
}*/

.nav-link-2.left {
  margin-right: 10px;
}

.brand {
  position: static;
}

.nav-menu {
  position: static;
}

.nav-menu-2 {
  position: static;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
  text-transform: uppercase;
}

.dropdown-toggle:hover {
  background-color: #fff;
  color: #8712c6;
}

.nav-link-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-link-3:hover {
  background-color: #fff;
  color: #8712c6;
}

.nav-link-3.w--current {
  background-color: #fff;
  color: #000;
}

.dropdown-toggle-2 {
  padding: 0px;
  color: #fff;
}

.dropdown-toggle-2:hover {
  color: #8712c6;
}

.container-navbar-2 {
  width: 95%;
  height: auto;
  max-width: 1622px;
  padding-bottom: 0px;
}

.nav-menu-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.1);
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #8712c6;
}

.link.w--current {
  background-color: #fff;
  color: #000;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown.challenges {
  display: block;
}

.dropdown-list {
  background-color: transparent;
}

.dropdown-list.w--open {
  width: auto;
  padding-top: 20px;
}

.div-block {
  width: auto;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #fff;
}

.heading {
  display: inline-block;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 16px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #8712c6;
  background-image: -webkit-gradient(linear, left top, right top, from(#b92f9a), to(#4832a7));
  background-image: linear-gradient(90deg, #b92f9a, #4832a7);
}

.section._02 {
  padding-bottom: 15px;
}

.list {
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  color: #8712c6;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.list._02 {
  margin-top: 0px;
  padding-top: 20px;
  list-style-type: disc;
}

.dropdown-link {
  padding-top: 0px;
  padding-left: 10px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-weight: 500;
}

.link-block {
  width: 39px;
  height: 39px;
  background-image: url('../images/Twitter-white.png');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block:hover {
  background-image: url('../images/Twitter-blue.png');
}

.link-block.linkedin {
  background-image: url('../images/LinkedIn-white.png');
}

.link-block.linkedin:hover {
  background-image: url('../images/LinkedIn-blue.png');
}

.section-2 {
  margin-top: 193px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/headers/Techinnov-une-journee-business-et-innovation.png');
  background-image: -webkit-image-set(
    url('../images/headers/Techinnov-une-journee-business-et-innovation.png') 1x,
    url('../images/headers/Techinnov-une-journee-business-et-innovation@2x.png') 2x);
  background-image: image-set(
    url('../images/headers/Techinnov-une-journee-business-et-innovation.png') 1x,
    url('../images/headers/Techinnov-une-journee-business-et-innovation@2x.png') 2x);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-2.header-participer {
  margin-top: 188px;
  background-image: url('../images/headers/header-participer.png');
  background-image: -webkit-image-set(
    url('../images/headers/header-participer.png') 1x,
    url('../images/headers/header-participer@2x.png') 2x);
  background-image: image-set(
    url('../images/headers/header-participer.png') 1x,
    url('../images/headers/header-participer@2x.png') 2x);
  background-position: 0px 0px;
}

.section-2.header-exposer {
  margin-top: 188px;
  background-image: url('../images/headers/header-exposer.png');
  background-image: -webkit-image-set(
    url('../images/headers/header-exposer.png') 1x,
    url('../images/headers/header-exposer@2x.png') 2x);
  background-image: image-set(
    url('../images/headers/header-exposer.png') 1x,
    url('../images/headers/header-exposer@2x.png') 2x);
}

.section-2.header-temps-fort {
  margin-top: 188px;
  background-image: url('../images/headers/header-temps-forts.png');
  background-image: -webkit-image-set(
    url('../images/headers/header-temps-forts.png') 1x,
    url('../images/headers/header-temps-forts@2x.png') 2x);
  background-image: image-set(
    url('../images/headers/header-temps-forts.png') 1x,
    url('../images/headers/header-temps-forts@2x.png') 2x);
}

.section-2.header-concours {
  margin-top: 188px;
  background-image: url('../images/headers/header-concours-techinnov-2030.png');
  background-image: -webkit-image-set(
    url('../images/headers/header-concours-techinnov-2030.png') 1x,
    url('../images/headers/header-concours-techinnov-2030@2x.png') 2x);
  background-image: image-set(
    url('../images/headers/header-concours-techinnov-2030.png') 1x,
    url('../images/headers/header-concours-techinnov-2030@2x.png') 2x);
}

.section-2.header-territoire {
  margin-top: 188px;
  background-image: url('../images/headers/header-territoire.png');
  background-image: -webkit-image-set(
    url('../images/headers/header-territoires-innovation.png') 1x,
    url('../images/headers/header-territoires-innovation@2x.png') 2x);
  background-image: image-set(
    url('../images/headers/header-territoires-innovation.png') 1x,
    url('../images/headers/header-territoires-innovation@2x.png') 2x);
}

.section-2.header-infos {
  margin-top: 188px;
  background-image: url('../images/headers/header-infos-programme.png');
  background-image: -webkit-image-set(
    url('../images/headers/header-infos-programme.png') 1x,
    url('../images/headers/header-infos-programme@2x.png') 2x);
  background-image: image-set(
    url('../images/headers/header-infos-programme.png') 1x,
    url('../images/headers/header-infos-programme@2x.png') 2x);
}

.container {
  width: 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1624px;
  padding-top: 102px;
  padding-bottom: 200px;
  -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;
}

.header-home-2024 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  align-items: center;
  padding: 75px 0;
}

.header-home-2024 img {
  height: 200px;
}

.chiffres-header-home {
  width: 47%;
}

.chiffres-header-home-1 {
  margin-bottom: 17px;
}

.chiffres-header-home-1 p {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.chiffres-header-home-2 {
  display: flex;
  justify-content: space-between;
}

.chiffres-header-home-3 {
  text-align: center;
}

.chiffres-header-home-4 {
  font-size: 50px;
  font-weight: 700;
  line-height: 30px;
}

.chiffres-header-home-5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.btn-home-sportechs {
  padding-bottom: 47px;
}

.div-block-4.right.index {
  margin-left: 28px;
  padding-right: 74px;
  width: 50%;
}

.image-2.index {
  height: 100%;
}

.div-block-3.index {
  width: auto;
}

.container.infos {
  padding-bottom: 160px;
}

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

.container-2 {
  width: 95%;
  max-width: 1624px;
  margin-top: -45px;
  border-radius: 20px;
  background-color: transparent;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.29);
}

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

.div-block-2.concours {
  padding-left: 30px;
}

.div-laureat {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
  width: 264px;
}

.div-laureat-1 {
  padding-left: 70px;
  padding-right: 70px;
}

.div-laureat-1 .div-block-6.concour {
  margin-bottom: 0px;
}

.div-laureat-1 .div-block-6.agri {
  margin: 0 auto;
  max-width: 1196px;
}

.div-block-6.tech {
  margin: 0 auto;
  max-width: 892px;
}

.div-block-7.laureat {
  /* width: 264px;
  height: 147px; */
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.heading-2 {
  font-family: 'Raleway ExtraBold', sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
}

.heading-2.white {
  color: #fff;
}

.heading-2.candidat {
  margin-top: 10px;
}

.laureat-title {
  text-align: center;
}

.div-laureat-1 .div-block-39 {
  justify-content: center;
}

.div-laureat-1 .div-block-40 {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-7.black, .paragraph-8.black {
  color: black;
}

.paragraph-2 {
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-2.white {
  color: #fff;
}

.paragraph-2._02 {
  line-height: 23px;
}

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

.div-block-3.exposer {
  width: 99%;
}

.div-block-3.exposer-2 {
  width: 45%;
}

.div-block-3.temps-fort {
  width: 82%;
}

.div-block-3.concours {
  width: 100%;
}

.div-block-3.tarifs {
  position: relative;
  width: 47%;
  display: none;
}

.div-block-3.index {
  width: 50%;
}

.div-block-4 {
  width: 100%;
  margin-right: 81px;
  padding-bottom: 29px;
}

.div-block-4.right {
  width: 100%;
  margin-right: 0px;
  margin-left: 10px;
  padding-bottom: 0px;
  padding-right: 78px;
}

.div-block-3.index .image-2.index {
  display: block;
}

.div-block-3.index .image {
  display: none;
}

.div-block-4.left {
  padding-bottom: 0px;
  padding-left: 30px;
}

.div-block-4.concours {
  margin-right: 0px;
  padding-bottom: 0px;
}

.div-block-4.parc-floral {
  width: 48%;
  margin-right: 0px;
  padding-bottom: 0px;
}

.div-block-4.tarifs {
  /* width: 53%; */
  margin-right: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.list-2 {
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.list-2.white {
  color: #fff;
}

.list-2.white.prix {
  margin-bottom: 0px;
}

.list-2.nobullet {
  list-style-type: none;
}

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

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

.button {
  padding-top: 10px;
  padding-right: 26px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #000;
  background-image: url('../images/élément1.png'), url('../images/élément1.png');
  background-position: -6% 50%, 97% 50%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-position 425ms ease, padding 425ms ease;
  transition: background-position 425ms ease, padding 425ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
}

.button:hover {
  padding-right: 15px;
  padding-left: 26px;
  background-image: url('../images/élément1.png'), url('../images/élément1.png');
  background-position: 4% 50%, 110% 50%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  text-decoration: underline;
}

.button._02 {
  margin-right: 10px;
  margin-left: 10px;
}

.container-3 {
  display: block;
  max-width: 1624px;
}

.section-3 {
  padding-bottom: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#b92f9a), to(#4832a7));
  background-image: linear-gradient(90deg, #b92f9a, #4832a7);
}

.html-embed {
  padding-bottom: 40px;
}

.container-4 {
  width: 95%;
  max-width: 1640px;
}

.container-4.participer {
  margin-top: 60px;
  background-image: url('../images/Contours.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Raleway ExtraBold', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
}

.div-block-5 {
  margin-top: -30px;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.paragraph-3 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

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

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

.div-block-6.participer {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.div-block-6.concour {
  margin-bottom: 35px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 110px;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

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

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

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

.mask {
  height: 100%;
}

.slide {
  padding-bottom: 0px;
}

.div-grey-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  border-style: none;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.16);
  border-radius: 10px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-grey-border._02 {
  background-size: cover;
}

.div-block-8 {
  margin-top: 60px;
  text-align: center;
}

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

.div-block-10 {
  width: 48%;
  padding: 30px;
  border-radius: 20px;
  background-color: #2aa3ef;
}

.heading-4 {
  margin-top: 0px;
  font-family: 'Raleway ExtraBold', sans-serif;
  color: #fff;
  font-weight: 800;
}

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

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

.body {
  font-family: Raleway, sans-serif;
}

.paragraph-4 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.link-block-2 {
  display: block;
  overflow: scroll;
  height: 620px;
  border-radius: 5px;
}

.div-block-13 {
  padding: 30px;
  border-radius: 20px;
  background-color: #1657a0;
}

.div-block-14 {
  margin-top: 20px;
  padding: 30px;
  border-radius: 20px;
  background-color: #1e027e;
}

.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.container-5 {
  width: 95%;
  display: block;
  max-width: 1624px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.link-2.left {
  margin-left: 40px;
}

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

.link-3 {
  color: #fff;
}

.image {
  display: none;
}

.image-2 {
  width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2.tarifs {
  position: relative;
}

.heading-5 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.button-2 {
  border-radius: 20px;
  background-color: #2aa3ef;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

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

.div-block-18 {
  width: 135px;
  height: 39px;
  background-image: url('../images/Groupe-de-masques-1.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-18:hover {
  background-image: url('../images/Partage-Twitter.png');
}

.div-block-18.left {
  margin-right: 10px;
  background-color: #2aa3ef;
  background-image: url('../images/partage-twitter_1.png');
  background-position: 100% 50%;
  background-size: auto;
}

.link-block-3 {
  width: 135px;
  height: 39px;
  background-image: url('../images/Groupe-de-masques-2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block-3:hover {
  background-image: url('../images/Partage-Linkedin.png');
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #05348e;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.16);
}

.link-4 {
  color: #fff;
}

.div-block-20 {
  margin-top: 15px;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 36px;
  border-radius: 20px;
  background-color: #fa8715;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.29);
}

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

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

.paragraph-5 {
  font-size: 24px;
}

.heading-6 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Raleway ExtraBold', sans-serif;
}

.heading-6._02 {
  margin-top: 60px;
}

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

.div-block-23 {
  display: block;
  width: 65%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

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

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

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.text-span {
  font-weight: 800;
}

.extra-bold {
  font-family: 'Raleway ExtraBold', sans-serif;
  color: #000;
  font-weight: 800;
}

.extra-bold.white {
  color: #fff;
}

.link-5 {
  color: #000;
}

.div-block-27 {
  margin-right: 10px;
}

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

.div-block-29 {
  position: relative;
  margin-top: 60px;
  padding: 40px 60px 25px;
  border-style: none;
  border-width: 6px;
  border-color: hsla(0, 0%, 100%, 0.16);
  border-radius: 20px;
  text-align: center;
}

.div-block-29._02 {
  margin-top: -7px;
  padding-bottom: 25px;
  border-top-color: hsla(0, 0%, 100%, 0.08);
}

.div-block-29.index {
  padding-bottom: 28px;
  border-style: none;
  background-image: url('../images/Contour-Accueil.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-29.exposer {
  border-style: none;
}

.div-block-29.participer {
  margin-top: 0px;
}

.div-block-30 {
  position: absolute;
  left: 0%;
  top: -2.5%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
}

.div-block-30.index {
  top: -6%;
}

.div-block-30.participer {
  top: -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;
}

.div-block-30.participer2 {
  top: -6%;
}

.div-block-30.participer1 {
  top: -5.5%;
}

.div-block-31 {
  display: block;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
}

.div-block-31.index {
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}

.sup-nouveau {
  background-color: black;
  font-size: 12px;
  line-height: 30px;
  border-radius: 10px;
  padding: 3px 10px;
  color: white;
  font-weight: 900;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  border-radius: 20px;
  background-color: #4cb765;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.29);
}

.div-block-32.blue-light {
  margin-top: 20px;
  background-color: #4065c9;
}


.div-block-32.blue-extralight {
  margin-top: 20px;
  background-color: #3C9EE5;
  margin-bottom: 20px;
}

.div-block-32.green {
  margin-top: 20px;
  background-color: #ffe65f;
}

.div-block-32.pink {
  margin-top: 20px;
  background-color: #db3e22;
}

.div-block-32.pink._02 {
  margin-left: 10px;
}

.div-block-32.yellow {
  margin-top: 20px;
  background-color: #fa8715;
}

.div-block-32.blue {
  margin-top: 20px;
  background-color: #2c7ed0;
}

.div-block-32.white {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
}

.div-block-32.white._02 {
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 0px 0px 20px 20px;
}

.div-block-32.white.inno {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.div-block-32.dark-blue {
  margin-top: 20px;
  background-color: #1b2478;
}

.div-block-32.pink2 {
  margin-top: 20px;
  background-color: #c6308a;
}

.div-block-32.blue2 {
  background-color: #3c9ee5;
}

.div-block-32.orange {
  margin-top: 20px;
  background-color: #fa8715;
}

.div-block-32.parc-floral {
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-32.tarifs {
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #23262e;
}

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

.div-block-34 {
  width: 160px;
  height: 110px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-35 {
  width: 100%;
  padding-left: 36px;
  text-align: center;
}

.slider-2 {
  background-color: #fff;
}

.icon {
  color: #000;
  font-size: 39px;
}

.icon-2 {
  color: #000;
}

.paragraph-6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
}

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

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.left-arrow-2 {
  left: 87px;
}

.right-arrow-2 {
  right: 87px;
}

.div-block-38 {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #05348E;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.29);
}

.div-block-38.green {
  background-color: #4CB765;
}

.div-block-38.blue {
  background-color: #4065C9;
}

.div-block-38.yellow {
  background-color: #FFE65F;
}

.div-block-38.orange {
  background-color: #DB3E22;
}

.div-block-38.orange-2 {
  background-color: #FA8715;
}

.div-block-38.pink {
  background-color: #C6308A;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 30px;
  padding-right: 0px;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-40 {
  position: static;
  width: 180px;
  text-align: left;
  margin-bottom: 20px;
}

.image-3 {
  position: absolute;
  right: 0px;
}

.div-block-41 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 27%;
  width: 100px;
  height: 70px;
  border-radius: 5px;
  background-color: #fff;
}

.image-4 {
  position: static;
}

.paragraph-7 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 800;
}

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

.paragraph-8 {
  color: #fff;
}

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

.div-block-44 {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-radius: 20px;
  background-color: #c30d7a;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.29);
}

.div-block-44.blue {
  background-color: #4065c9;
}

.div-block-44.green {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #4cb765;
}

.div-block-44.pink {
  width: 48%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px 0px 15px;
  background-color: #c6308a;
}

.heading-7 {
  padding-top: 20px;
  color: #fff;
  font-weight: 800;
  font-family: 'Raleway ExtraBold', sans-serif;
}

.heading-7.black {
  color: #000;
}

.heading-7.black.prix {
  margin-top: 0px;
}

.heading-7.prix {
  margin-top: 0px;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  margin-right: 20px;
  -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;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -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;
}

.link-6 {
  color: #fff;
}

.bold-text {
  color: #000;
  text-decoration: underline;
}

.div-block-47 {
  margin-top: 20px;
  margin-left: auto;
  padding-right: 110px;
  padding-bottom: 60px;
  padding-left: 110px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

.heading-8 {
  padding-top: 40px;
  color: #000;
  font-size: 28px;
  line-height: 34px;
  font-family: 'Raleway ExtraBold', sans-serif;
  font-weight: 800;
  text-align: center;
}

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

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

.image-5 {
  width: 48%;
}

.image-6 {
  width: 100%;
}

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

.image-7 {
  width: 100%;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.div-block-53 {
  border-radius: 20px;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.heading-9 {
  color: #000;
  font-size: 24px;
  font-weight: 800;
  font-family: 'Raleway ExtraBold', sans-serif;
}

.heading-9.white {
  color: #fff;
}

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

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

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

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

.div-block-58 {
  width: 32.5%;
}

.div-block-59 {
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff500;
}

.div-block-59.red {
  background-color: #a80036;
}

.div-block-59.pink {
  background-color: #c30d7a;
}

.div-block-59.dark-blue {
  background-color: #182176;
}

.div-block-59.green {
  background-color: #41bc83;
}

.div-block-59.blue {
  background-color: #365da5;
}

.div-block-59.light-blue {
  background-color: #0f8fce;
}

.div-block-59.lime {
  background-color: #C0D23D;
}

.div-block-59.green-2 {
  background-color: #3AAA35;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 10px;
  border-color: #fff500;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-60.red {
  border-color: #a80036;
}

.div-block-60.pink {
  border-color: #c30d7a;
}

.div-block-60.dark-blue {
  border-color: #182176;
}

.div-block-60.green {
  border-color: #41bc83;
}

.div-block-60.blue {
  border-color: #365da5;
}

.div-block-60.light-blue {
  border-color: #0f8fce;
}

.div-block-60.lime {
  border-color: #C0D23D;
}

.div-block-60.green-2 {
  border-color: #3AAA35;
}

.div-block-61 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.div-block-62 {
  text-align: right;
}

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

.div-block-64 {
  padding: 10px 30px 30px;
  border-radius: 20px;
  background-color: #3a38f9;
}

.div-block-64.orange {
  background-color: #fa8715;
}

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

.div-block-65 {
  width: 39%;
}

.div-block-66 {
  width: 60%;
  padding: 10px 30px 30px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/Photo2x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-67:hover {
  background-image: url('../images/Logo.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-67._1 {
  background-image: url('../images/jury2023/Olivier_BOUCAT.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Olivier_BOUCAT.png') 1x,
    url('../images/jury2023/Olivier_BOUCAT@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Olivier_BOUCAT.png') 1x,
    url('../images/jury2023/Olivier_BOUCAT@2x.png') 2x);
}

.div-block-67._1:hover {
  background-image: url('../images/jury2023/ALIAD.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/ALIAD.png') 1x,
    url('../images/jury2023/ALIAD@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/ALIAD.png') 1x,
    url('../images/jury2023/ALIAD@2x.png') 2x);
}

.div-block-67._2 {
  background-image: url('../images/jury2023/Patricia_DE_COUX.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Patricia_DE_COUX.png') 1x,
    url('../images/jury2023/Patricia_DE_COUX@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Patricia_DE_COUX.png') 1x,
    url('../images/jury2023/Patricia_DE_COUX@2x.png') 2x);
}

.div-block-67._2:hover {
  background-image: url('../images/jury2023/TotalEnergies.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/TotalEnergies.png') 1x,
    url('../images/jury2023/TotalEnergies@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/TotalEnergies.png') 1x,
    url('../images/jury2023/TotalEnergies@2x.png') 2x);
}

.div-block-67._3 {
  background-image: url('../images/jury2023/Estelle_STURTZER.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Estelle_STURTZER.png') 1x,
    url('../images/jury2023/Estelle_STURTZER@2X.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Estelle_STURTZER.png') 1x,
    url('../images/jury2023/Estelle_STURTZER@2X.png') 2x);
}

.div-block-67._3:hover {
  background-image: url('../images/jury2023/AIT.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/AIT.png') 1x,
    url('../images/jury2023/AIT@2X.png') 2x);
  background-image: image-set(
    url('../images/jury2023/AIT.png') 1x,
    url('../images/jury2023/AIT@2X.png') 2x);
}

.div-block-67._4 {
  background-image: url('../images/jury2023/Geraldine_STEINBERG.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Geraldine_STEINBERG.png') 1x,
    url('../images/jury2023/Geraldine_STEINBERG@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Geraldine_STEINBERG.png') 1x,
    url('../images/jury2023/Geraldine_STEINBERG@2x.png') 2x);
}

.div-block-67._4:hover {
  background-image: url('../images/jury2023/software_republique.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/software_republique.png') 1x,
    url('../images/jury2023/software_republique@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/software_republique.png') 1x,
    url('../images/jury2023/software_republique@2x.png') 2x);
}

.div-block-67._5 {
  background-image: url('../images/jury2023/OlivierDUBUISSON.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/OlivierDUBUISSON.png') 1x,
    url('../images/jury2023/OlivierDUBUISSON@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/OlivierDUBUISSON.png') 1x,
    url('../images/jury2023/OlivierDUBUISSON@2x.png') 2x);
}

.div-block-67._5:hover {
  background-image: url('../images/jury2023/karista.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/karista.png') 1x,
    url('../images/jury2023/karista@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/karista.png') 1x,
    url('../images/jury2023/karista@2x.png') 2x);
}

.div-block-67._6 {
  background-image: url('../images/jury2023/Charles_VAYR.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Charles_VAYR.png') 1x,
    url('../images/jury2023/Charles_VAYR@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Charles_VAYR.png') 1x,
    url('../images/jury2023/Charles_VAYR@2x.png') 2x);
}

.div-block-67._6:hover {
  background-image: url('../images/jury2023/capagro.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/capagro.png') 1x,
    url('../images/jury2023/capagro@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/capagro.png') 1x,
    url('../images/jury2023/capagro@2x.png') 2x);
}

.div-block-67._7 {
  background-image: url('../images/jury2023/Clement_GALBOIS.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Clement_GALBOIS.png') 1x,
    url('../images/jury2023/Clement_GALBOIS@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Clement_GALBOIS.png') 1x,
    url('../images/jury2023/Clement_GALBOIS@2x.png') 2x);
}

.div-block-67._7:hover {
  background-image: url('../images/jury2023/vitagora.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/vitagora.png') 1x,
    url('../images/jury2023/vitagora@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/vitagora.png') 1x,
    url('../images/jury2023/vitagora@2x.png') 2x);
}

.div-block-67._8 {
  background-image: url('../images/jury2023/Sara_THOMPSON.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Sara_THOMPSON.png') 1x,
    url('../images/jury2023/Sara_THOMPSON@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Sara_THOMPSON.png') 1x,
    url('../images/jury2023/Sara_THOMPSON@2x.png') 2x);
}

.div-block-67._8:hover {
  background-image: url('../images/jury2023/danone_nutricia.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/danone_nutricia.png') 1x,
    url('../images/jury2023/danone_nutricia@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/danone_nutricia.png') 1x,
    url('../images/jury2023/danone_nutricia@2x.png') 2x);
}

.div-block-67._9 {
  background-image: url('../images/jury2023/Sylvie_BAROIN.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Sylvie_BAROIN.png') 1x,
    url('../images/jury2023/Sylvie_BAROIN@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Sylvie_BAROIN.png') 1x,
    url('../images/jury2023/Sylvie_BAROIN@2x.png') 2x);
}

.div-block-67._9:hover {
  background-image: url('../images/jury2023/inrae.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/inrae.png') 1x,
    url('../images/jury2023/inrae@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/inrae.png') 1x,
    url('../images/jury2023/inrae@2x.png') 2x);
}

.div-block-67._10 {
  background-image: url('../images/jury2023/Amine_MAROUF.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Amine_MAROUF.png') 1x,
    url('../images/jury2023/Amine_MAROUF@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Amine_MAROUF.png') 1x,
    url('../images/jury2023/Amine_MAROUF@2x.png') 2x);
}

.div-block-67._10:hover {
  background-image: url('../images/jury2023/Kurma_Partners.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Kurma_Partners.png') 1x,
    url('../images/jury2023/Kurma_Partners@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Kurma_Partners.png') 1x,
    url('../images/jury2023/Kurma_Partners@2x.png') 2x);
}

.div-block-67._11 {
  background-image: url('../images/jury2023/Philippe_GUEDON.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Philippe_GUEDON.png') 1x,
    url('../images/jury2023/Philippe_GUEDON@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Philippe_GUEDON.png') 1x,
    url('../images/jury2023/Philippe_GUEDON@2x.png') 2x);
}

.div-block-67._11:hover {
  background-image: url('../images/jury2023/spartners.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/spartners.png') 1x,
    url('../images/jury2023/spartners@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/spartners.png') 1x,
    url('../images/jury2023/spartners@2x.png') 2x);
}

.div-block-67._12 {
  background-image: url('../images/jury2023/Eric_REBIFFE.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Eric_REBIFFE.png') 1x,
    url('../images/jury2023/Eric_REBIFFE@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Eric_REBIFFE.png') 1x,
    url('../images/jury2023/Eric_REBIFFE@2x.png') 2x);
}

.div-block-67._12:hover {
  background-image: url('../images/jury2023/sanofi.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/sanofi.png') 1x,
    url('../images/jury2023/sanofi@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/sanofi.png') 1x,
    url('../images/jury2023/sanofi@2x.png') 2x);
}

.div-block-67._13 {
  background-image: url('../images/jury2023/Sophie_PELLAT.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Sophie_PELLAT.png') 1x,
    url('../images/jury2023/Sophie_PELLAT@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Sophie_PELLAT.png') 1x,
    url('../images/jury2023/Sophie_PELLAT@2x.png') 2x);
}

.div-block-67._13:hover {
  background-image: url('../images/jury2023/inria.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/inria.png') 1x,
    url('../images/jury2023/inria@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/inria.png') 1x,
    url('../images/jury2023/inria@2x.png') 2x);
}

.div-block-67._14 {
  background-image: url('../images/jury2023/Frederic_HUMBERT.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Frederic_HUMBERT.png') 1x,
    url('../images/jury2023/Frederic_HUMBERT@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Frederic_HUMBERT.png') 1x,
    url('../images/jury2023/Frederic_HUMBERT@2x.png') 2x);
}

.div-block-67._14:hover {
  background-image: url('../images/jury2023/innovacom.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/innovacom.png') 1x,
    url('../images/jury2023/innovacom@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/innovacom.png') 1x,
    url('../images/jury2023/innovacom@2x.png') 2x);
}

.div-block-67._15 {
    background-image: url('../images/jury2023/Constance_De_Saint-Etienne.png');
    background-image: -webkit-image-set(
      url('../images/jury2023/Constance_De_Saint-Etienne.png') 1x,
      url('../images/jury2023/Constance_De_Saint-Etienne@2x.png') 2x);
    background-image: image-set(
      url('../images/jury2023/Constance_De_Saint-Etienne.png') 1x,
      url('../images/jury2023/Constance_De_Saint-Etienne@2x.png') 2x);
}

.div-block-67._15:hover {
  background-image: url('../images/jury2023/KPMG.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/KPMG.png') 1x,
    url('../images/jury2023/KPMG@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/KPMG.png') 1x,
    url('../images/jury2023/KPMG@2x.png') 2x);
}

.div-block-67._16 {
  background-image: url('../images/jury2023/Philippe_LHOSTE.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Philippe_LHOSTE.png') 1x,
    url('../images/jury2023/Philippe_LHOSTE@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Philippe_LHOSTE.png') 1x,
    url('../images/jury2023/Philippe_LHOSTE@2x.png') 2x);
}

.div-block-67._16:hover {
  background-image: url('../images/jury2023/la_french_fab.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/la_french_fab.png') 1x,
    url('../images/jury2023/la_french_fab@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/la_french_fab.png') 1x,
    url('../images/jury2023/la_french_fab@2x.png') 2x);
}

.div-block-67._parpinelli{
  background-image: url('../images/jury2023/StephanePARPINELLI.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/StephanePARPINELLI.png') 1x,
    url('../images/jury2023/StephanePARPINELLI@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/StephanePARPINELLI.png') 1x,
    url('../images/jury2023/StephanePARPINELLI@2x.png') 2x);
}

.div-block-67._parpinelli:hover {
  background-image: url('../images/jury2023/segula.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/segula.png') 1x,
    url('../images/jury2023/segula@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/segula.png') 1x,
    url('../images/jury2023/segula@2x.png') 2x);
}

.div-block-67._gautier {
  background-image: url('../images/jury2023/BertrandGautier.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/BertrandGautier.png') 1x,
    url('../images/jury2023/BertrandGautier@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/BertrandGautier.png') 1x,
    url('../images/jury2023/BertrandGautier@2x.png') 2x);
}

.div-block-67._gautier:hover {
  background-image: url('../images/jury2023/Airbus-developpement.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Airbus-developpement.png') 1x,
    url('../images/jury2023/Airbus-developpement@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Airbus-developpement.png') 1x,
    url('../images/jury2023/Airbus-developpement@2x.png') 2x);
}

.div-block-67._teyssier {
  background-image: url('../images/jury2023/FrancoisTeyssier.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/FrancoisTeyssier.png') 1x,
    url('../images/jury2023/FrancoisTeyssier@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/FrancoisTeyssier.png') 1x,
    url('../images/jury2023/FrancoisTeyssier@2x.png') 2x);
}

.div-block-67._teyssier:hover {
  background-image: url('../images/jury2023/Paris-and-co.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Paris-and-co.png') 1x,
    url('../images/jury2023/Paris-and-co@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Paris-and-co.png') 1x,
    url('../images/jury2023/Paris-and-co@2x.png') 2x);
}

.div-block-67._lasfargue {
  background-image: url('../images/jury2023/Stephane_Lasfargue.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Stephane_Lasfargue.png') 1x,
    url('../images/jury2023/Stephane_Lasfargue@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Stephane_Lasfargue.png') 1x,
    url('../images/jury2023/Stephane_Lasfargue@2x.png') 2x);
}

.div-block-67._lasfargue:hover {
  background-image: url('../images/jury2023/Renault_Nissan.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Renault_Nissan.png') 1x,
    url('../images/jury2023/Renault_Nissan@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Renault_Nissan.png') 1x,
    url('../images/jury2023/Renault_Nissan@2x.png') 2x);
}

.div-block-67._berthet {
  background-image: url('../images/jury2023/Fabienne_Berthet.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Fabienne_Berthet.png') 1x,
    url('../images/jury2023/Fabienne_Berthet@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Fabienne_Berthet.png') 1x,
    url('../images/jury2023/Fabienne_Berthet@2x.png') 2x);
}

.div-block-67._berthet:hover {
  background-image: url('../images/jury2023/Angels_sante.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Angels_sante.png') 1x,
    url('../images/jury2023/Angels_sante@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Angels_sante.png') 1x,
    url('../images/jury2023/Angels_sante@2x.png') 2x);
}

.div-block-67._cauwet {
  background-image: url('../images/jury2023/SebastienCAUWET.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/SebastienCAUWET.png') 1x,
    url('../images/jury2023/SebastienCAUWET@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/SebastienCAUWET.png') 1x,
    url('../images/jury2023/SebastienCAUWET@2x.png') 2x);
}

.div-block-67._cauwet:hover {
  background-image: url('../images/jury2023/IMT-Starter.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/IMT-Starter.png') 1x,
    url('../images/jury2023/IMT-Starter@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/IMT-Starter.png') 1x,
    url('../images/jury2023/IMT-Starter@2x.png') 2x);
}

.div-block-67._gotteland {
  background-image: url('../images/jury2023/Yan_GOTTELAND.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Yan_GOTTELAND.png') 1x,
    url('../images/jury2023/Yan_GOTTELAND@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Yan_GOTTELAND.png') 1x,
    url('../images/jury2023/Yan_GOTTELAND@2x.png') 2x);
}

.div-block-67._gotteland:hover {
  background-image: url('../images/jury2023/Team_France_Export.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Team_France_Export.png') 1x,
    url('../images/jury2023/Team_France_Export@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Team_France_Export.png') 1x,
    url('../images/jury2023/Team_France_Export@2x.png') 2x);
}

.div-block-67._duroch {
  background-image: url('../images/jury2023/Jean-Francois_DUROCH.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Jean-Francois_DUROCH.png') 1x,
    url('../images/jury2023/Jean-Francois_DUROCH@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Jean-Francois_DUROCH.png') 1x,
    url('../images/jury2023/Jean-Francois_DUROCH@2x.png') 2x);
}

.div-block-67._duroch:hover {
  background-image: url('../images/jury2023/FactoryLab.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/FactoryLab.png') 1x,
    url('../images/jury2023/FactoryLab@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/FactoryLab.png') 1x,
    url('../images/jury2023/FactoryLab@2x.png') 2x);
}

.div-block-67._rodriguez {
  background-image: url('../images/jury2023/Violaine_Rodriguez.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/Violaine_Rodriguez.png') 1x,
    url('../images/jury2023/Violaine_Rodriguez@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/Violaine_Rodriguez.png') 1x,
    url('../images/jury2023/Violaine_Rodriguez@2x.png') 2x);
}

.div-block-67._rodriguez:hover {
  background-image: url('../images/jury2023/1KUBATOR.png');
  background-image: -webkit-image-set(
    url('../images/jury2023/1KUBATOR.png') 1x,
    url('../images/jury2023/1KUBATOR@2x.png') 2x);
  background-image: image-set(
    url('../images/jury2023/1KUBATOR.png') 1x,
    url('../images/jury2023/1KUBATOR@2x.png') 2x);
}

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

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

.button-3 {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 40px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.button-3:hover {
  background-color: #fff;
  color: #5d606f;
}

.button-3.w--current {
  background-color: #fff;
  color: #000;
}

.div-block-70 {
  width: auto;
  margin-top: 30px;
  padding-left: 0px;
}

.div-block-71 {
  margin-bottom: 20px;
}

.slider-3 {
  width: auto;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-style: solid;
  border-width: 10px;
  border-color: #4cb765;
  border-radius: 20px;
}

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

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

.slide-3 {
  background-image: url('../images/Techinnov-Plan2x.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Techinnov-Paris2x.png');
  background-position: center;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Techinnov-ParcFloral2x.png');
  background-position: right;
  background-size: cover;
}

.slide-nav-2 {
  color: #000;
}

.button-4 {
  padding: 10px 42px 10px 20px;
  border-radius: 20px;
  background-color: #2aa3ef;
  background-image: url('../images/partage-twitter2x.png'), url('../images/partage-twitter2x.png');
  background-position: -17% 50%, 90% 50%;
  background-size: auto 16px, auto 16px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-position 325ms ease, padding 325ms ease;
  transition: background-position 325ms ease, padding 325ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 800;
}

.button-4:hover {
  padding-right: 20px;
  padding-left: 42px;
  background-image: url('../images/partage-twitter2x.png'), url('../images/partage-twitter2x.png');
  background-position: 10% 50%, 123% 50%;
  background-size: auto 16px, auto 16px;
  background-repeat: no-repeat, no-repeat;
  text-decoration: underline;
}

.button-4.in {
  margin-left: 20px;
  background-color: #2b69af;
  background-image: url('../images/partage-in2x.png'), url('../images/partage-in2x.png');
  background-position: 90% 50%, -17% 50%;
  background-size: auto 17px, auto 17px;
  background-repeat: no-repeat, no-repeat;
}

.button-4.in:hover {
  background-position: 123% 50%, 10% 50%;
}

.image-8 {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-6 {
  width: 95%;
  max-width: 1440px;
  padding-top: 68px;
  padding-bottom: 35px;
}

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

.div-block-72._1 {
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.div-block-72._02 {
  margin-top: 54px;
}

.paragraph-9 {
  color: #000;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.link-block-4 {
  margin-right: 0px;
  margin-bottom: 0px;
}

.sponsors-territoires .link-block-4, .sponsors-silver .link-block-4, .sponsors-bronze .link-block-4, .soutiens .link-block-4 {
  margin: 10px 30px 30px 30px;
}

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

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

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

.div-block-74._1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.div-block-75 {
  /* width: 37%; */
  width: 530px;
}

.div-block-76 {
  width: 59%;
}

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

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-80 {
  width: 51%;
  margin-top: 20px;
}

.div-block-81 {
  margin-bottom: 20px;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 10px 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-83 {
  margin-right: 10px;
}

.div-block-84 {
  padding-right: 30px;
  padding-left: 30px;
}

.div-block-85 {
  width: auto;
}

.div-block-86 {
  padding-right: 30px;
  padding-left: 30px;
}

.container-7 {
  display: none;
}

.div-block-87 {
  display: none;
}

.div-block-88 {
  background-image: url('../images/Contour-Exposer.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-89 {
  background-image: url('../images/Contour-Concours.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bulle-promo {
  position: absolute;
  left: auto;
  top: 15%;
  right: 21%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 444px;
  height: 91px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Promo.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.paragraph-11 {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 25px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}

.w-icon-slider-right.slider-temps-fort::before, .w-icon-slider-left.slider-temps-fort::before {
  content: none;
}

.w-icon-slider-right.slider-temps-fort, .w-icon-slider-left.slider-temps-fort {
  display: flex;
  align-items: center;
}

.mb-10 {
  margin-bottom: 10px;
}

#linkedin-video {
  width: 100%;
  border-radius: 10px
}

#qui-participe {
  background-color: #3C9EE5;
}

.logo-partenaires {
  background-color: #fff;
}

.btn-top {
  position: fixed;
  width: 72px;
  height: 72px;
  right: 20px;
  bottom: 100px;
  z-index: 9;
  background-color: #5F44B3;
  border-radius: 50%;
  text-align: center;
  padding-top: 13px;
}

.btn-top p {
  font-family: Raleway, sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 2px;
}

/* .div-block-4.intro {
  margin-right: 20px;
} */

.replay-webinaire {
  margin-top: 20px;
}

.replay-webinaire-video {
  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;
}

.replay-webinaire-video video {
  width: 500px;
  height: 281px;
  margin-right: 20px;
  border-radius: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.t-a-center {
  text-align: center;
}

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

.tarif-texte {
  max-width: 66%;
}

.annonce-photos {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 40px;
}

.button-gradient {
  background-color: #870fc6;
  background-image: url('../images/élément1.png'), url('../images/élément1.png'), -webkit-gradient(linear, left top, right top, from(#b92f9a), to(#4832a7));
  background-image: url('../images/élément1.png'), url('../images/élément1.png'), linear-gradient(90deg, #b92f9a, #4832a7);
}


@media screen and (max-width: 1735px) {
  .div-block-29.index, .container-4.participer, .div-block-88, .div-block-89 {
    background-image: none;
  }
}

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

  .header-home-2024 {
    justify-content: center;
  }

  .chiffres-header-home {
    margin-top: 40px;
  }

}


@media screen and (max-width: 1500px) {
  .logo-partenaires img {
    margin: 10px !important;
  }
  .div-block-74 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1420px) and (min-width: 992px) {
  .brand {
    margin-top: 20px;
    margin-bottom: -20px;
    }
    .menu-button-2 {
    margin-top: 30px;
    }    
}


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

  .container-navbar-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .w-dropdown-list.w--open {
    display: none;
  }

  .icon-3 {
    width: 23px;
    height: 16px;
    font-size: 23px;
    font-weight: 300;
    display: flex;
    align-items: center;
  }

  .paragraph {
    display: none;
  }

  .nav-link.responsive {
    display: none;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu, .nav-menu-2 {
    display: none !important;
  }

  .nav-link-2._02 {
    display: none;
  }

  .nav-link-2.left {
    display: none;
  }

  .brand {
    float: right;
  }

  /*.nav-menu {
    display: block;
    background-color: transparent;
  }

  .nav-menu-2 {
    background-color: transparent;
  }*/

  .container-navbar-2 {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#b92f9a), to(#4832a7));
    background-image: linear-gradient(90deg, #b92f9a, #4832a7);
  }

  .nav-menu-3 {
    padding-top: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#b92f9a), to(#4832a7));
    background-image: linear-gradient(90deg, #b92f9a, #4832a7);
  }

  .dropdown {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .container-7 {
    display: block;
    text-align: center;
  }

  .menu-button-2 {
    left: auto;
    top: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    float: 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;
    border-radius: 40px;
    background-color: hsla(0, 0%, 100%, 0.1);
    color: #fff;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .paragraph-10 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
  }

  .slide-nav {
    bottom: -20px;
  }

  .replay-webinaire-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .replay-webinaire-video video {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .div-block-3.index.intro {
    width: auto;
  }

  .image-2.intro {
    display: none;
  }

  .image.intro {
    display: block;
  }

  .div-block-2.intro {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4.intro {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1300px) {
  .pack-visuel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tarif-texte {
    max-width: none;
  }
}

@media screen and (max-width: 1250px) {
  .bulle-promo{
    right: 2%;
  }
}

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

  .section {
    /* margin-top: 135px; */
    margin-top: 226px;
  }

  .section._02 {
    margin-top: 226px;
    padding-bottom: 0px;
  }

  .link-block.twitter {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .link-block.linkedin {
    margin-right: 10px;
  }

  .menu-button {
    display: block;
  }


  .section-2 {
    display: none;
  }

  .container-2 {
    margin-top: 0px;
    border-radius: 0px;
    width: auto;
  }

  .container, .container-4, .container-5, .container-6 {
    width: auto;
  }

  .div-block-2 {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

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

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

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

  .div-block-3 {
    width: auto;
  }

  .div-block-3.exposer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  /* .div-block-3.concours {
    width: 50%;
    text-align: left;
  } */

  .div-block-3.tarifs {
    width: auto;
  }

  .div-block-4 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

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

  .div-block-4.concours {
    margin-right: 20px;
  }

  .div-block-4.parc-floral {
    width: auto;
  }

  .div-block-4.tarifs {
    width: auto;
    margin-left: 0 !important;
  }

  .button {
    margin-right: 0px;
  }

  .button._02 {
    margin: 20px 0px 20px 0px;
  }

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

  /* .div-block-7 {
    width: 96px;
    height: 66px;
  } */

  .slider {
    height: auto;
  }

  .div-grey-border {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10 {
    width: auto;
    border-radius: 0px;
  }

  .div-block-12 {
    width: auto;
    /* -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    border-radius: 0px;
  }

  .div-block-14 {
    margin-top: 0px;
    border-radius: 0px;
  }

  .div-block-15 {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-2.left {
    margin-left: 0px;
  }

  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    display: block;
  }

  .image.tarifs2 {
    display: none;
  }

  .image.concours {
    display: none;
  }

  .image-2 {
    display: none;
  }

  .image-2.tarifs {
    display: block;
    width: 30%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .image-2.concours {
    display: block;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    padding-right: 0;
  }

  .div-block-20 {
    margin-top: 0px;
    padding-top: 10px;
    border-radius: 0px;
  }

  .div-block-20.candidats {
    width: auto;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .div-block-23 {
    width: auto;
  }

  .div-block-24 {
    display: block;
    width: auto;
  }

  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .div-block-29 {
    position: relative;
    margin-top: 0px;
    border-style: none;
  }

  .div-block-29.index {
    border-style: none;
  }

  .div-block-30 {
    position: static;
  }

  .div-block-31 {
    background-color: transparent;
    background-image: none;
  }

  .div-block-31.index {
    background-color: transparent;
    background-image: none;
  }

  .div-block-32 {
    padding-bottom: 20px;
    border-radius: 0px;
  }

  .div-block-32.blue-light {
    margin-top: 0px;
  }

  .div-block-32.blue-light.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-32.green {
    margin-top: 0px;
  }

  .div-block-32.pink {
    margin-top: 0px;
  }

  .div-block-32.yellow {
    margin-top: 0px;
  }

  .div-block-32.white.inno {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .div-block-32.pink2 {
    margin-top: 0px;
  }

  .div-block-32.blue2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-32.orange {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-32.parc-floral {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-32.tarifs {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .div-block-38 {
    margin-top: 0px;
    border-radius: 0px;
  }

  .div-block-43 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-44 {
    margin-bottom: 0px;
    border-radius: 0px;
  }

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

  .div-block-44.pink {
    width: 50%;
    margin-top: 0px;
  }

  .div-block-45 {
    width: auto;
    margin-right: 0px;
  }

  .div-block-46 {
    width: auto;
  }

  .div-block-47 {
    margin-top: 0px;
    border-radius: 0px;
  }

  .div-block-51 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .div-block-52 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .div-block-53 {
    border-radius: 0px;
  }

  .div-block-54 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-55 {
    width: auto;
  }

  .div-block-56 {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-57 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-58 {
    width: auto;
  }

  .div-block-59 {
    margin-bottom: 0px;
    border-radius: 0px;
  }

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

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

  .div-block-63 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-64 {
    border-radius: 0px;
  }

  .div-block-64.bleu {
    margin-top: 0px;
  }

  .div-block-65 {
    width: auto;
  }

  .div-block-66 {
    width: auto;
    border-radius: 0px;
  }

  .slider-3 {
    height: 100%;
  }

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

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

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

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

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

  .div-block-80 {
    width: 50%;
    margin-top: 0px;
  }

  

  .container-7 {
    display: block;
    text-align: center;
  }



  .bulle-promo {
    display: none;
  }

  .image-10 {
    height: auto;
  }

  .div-block-6 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }

  .heading-3.rs {
    margin-bottom: 50px;
  }

  .paragraph-2.chiffres {
    margin-top: 30px;
  }

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

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

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

  .div-block-32 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-3.exposer img {
    margin: 0 auto;
  }

  .div-block-4.right {
    margin-left: 0;
  }
  
  .div-block-4.right.index {
    width: auto;
  }

  .parc-floral .div-block-3 {
    display: none;
  }

  .div-block-19, .div-block-20, .div-block-52, .div-block-44 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .div-block-2.concours {
    padding-bottom: 40px !important;
  }

  .heading-8 {
    margin-top: 0;
  }

  .slider-2 {
    margin-top: 30px;
  }

  .container-2.rdv {
    max-width: 100%;
  }

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

  .div-block-3.index {
    width: auto;
  }

  .btn-top {
    right: 10px;
    bottom: 10px;
  }

  .sponsors-territoires .link-block-4, .sponsors-silver .link-block-4, .sponsors-bronze .link-block-4, .soutiens .link-block-4 {
    margin: 10px;
  }
}

@media screen and (max-width: 767px) {
  .container-navbar-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .menu-button-2 {
    left: auto;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .div-block-35 {
    /* padding-bottom: 40px; */
    padding: 0;
  }

  .slider-2 {
    height: 100%;
  }

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

  .left-arrow-2 {
    left: 0px;
  }

  .right-arrow-2 {
    right: 0px;
  }

  .div-block-44.blue {
    text-align: center;
  }

  .div-block-44.green {
    text-align: center;
  }

  .div-block-44.pink {
    width: auto;
  }

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

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

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

  .div-block-68 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-69 {
    width: auto;
  }

  .button-3 {
    margin-right: 10px;
  }

  .div-block-72 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-75 {
    width: auto;
  }

  .div-block-76 {
    width: auto;
  }

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

  .div-block-79 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-80 {
    width: auto;
  }

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

  .div-block-82 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .container-7 {
    text-align: center;
  }

  .paragraph-10 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
  }

  .div-block-12 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-top {
    display: none;
  }

  .replay-webinaire-video video {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.responsive {
    display: none;
  }

  .brand.w--current {
    width: 65%;
  }

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

  .nav-menu-2 {
    background-color: transparent;
  }

  .nav-menu-3 {
    padding-top: 20px;
    padding-left: 20px;
    -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;
    background-color: transparent;
  }

  .section._02 {
    margin-top: 201px;
  }

  .container-2 {
    border-radius: 0px;
  }

  .div-block-2 {
    border-radius: 0px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-3 {
    width: auto;
    text-align: left;
  }

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

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

  .div-block-4.tarifs {
    margin-left: 0px;
    padding-left: 20px;
  }

  .button {
    margin-right: 0px;
  }

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

  .div-block-6 {
    width: auto;
  }

  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10 {
    width: auto;
    border-radius: 0px;
  }

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

  .div-block-12 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    border-radius: 0px;
  }

  .div-block-14 {
    margin-top: 0px;
    border-radius: 0px;
  }

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

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

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

  .div-block-29.index {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-30 {
    position: static;
  }

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

  .div-block-32 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-32.tarifs {
    margin-top: 0px;
  }

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

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

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

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

  .div-block-48 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-49 {
    width: auto;
  }

  .div-block-50 {
    width: auto;
    margin-top: 40px;
  }

  .button-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

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

@media screen and (max-width: 420px) {
  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-BoldItalic.ttf') format('truetype'), url('../fonts/Raleway-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway variablefont wght';
  src: url('../fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway variablefont wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway ExtraBold';
  src: url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}