/* ============================== GENERAL ============================== */

h1, h2 {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'Phenomena-ExtraBold', sans-serif;
  font-weight: 800;
}

p {
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

a {
  font-family: 'Roboto-Bold', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}

img {
  max-width: 100%;
}

.roboto-bold {
  font-family: 'Roboto-Bold', sans-serif !important;
  font-weight: bold !important;
}

.gradient-text {
  display: inline-block;
  background: #C93C68;
  background: linear-gradient(to right, #C93C68 0%, #5E429A 50%, #5CC0EC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.button {
  --r:21px; /* radius */
  --b:1px; /* border width */
  
  /* background: linear-gradient(to right, #C93C68 0%, #5E429A 50%, #5CC0EC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; */
  
  border-radius: var(--r);
  display: inline-block;
  padding: 11px 7px;
  text-align: center;
  position: relative;
  z-index:0;
  text-decoration: none;
  text-transform: uppercase;
  width: 280px;
  margin-top: 10px;
  transition: all .4s;
}
/* check lined question for the detail of the below code */
.button::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset: 0;
  border: var(--b) solid transparent;
  border-radius: var(--r);
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
}

.button:hover {
  margin-bottom: 2px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .29);
  --b: 2px;
}

.button-hover {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-hover.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-img, .link-img:hover {
  text-decoration: none;
  line-height: 0;
}



/* ================= FORM ==================== */

.hs-button {
  --r: 21px;
  --b: 1px;
  border-radius: var(--r);
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #C93C68, #634493, #5CC0EC) border-box;
  padding: 11px 40px;
  text-transform: uppercase;
  border-radius: 50em;
  border: 1px solid transparent;
  font-weight: bold;
  color: #3F5366;
  font-style: normal !important;
  transition: all .4s;
}
.hs-button:hover {
  border: 2px solid transparent;
  margin-bottom: 2px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .29);
}
.actions {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.form-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px !important;
  margin-top: 40px !important;
  justify-content: center;
}
.form-contact > div:first-child {
  margin-right: 100px;
}
.form-contact > div:last-child {
  width: 500px;
}
.form-contact form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 452px;
  margin: 0 auto;
}
.form-contact .form-columns-1 {
  width: 100%;
  max-width: none;
  margin-bottom: 12px !important;
}

.form-contact fieldset {
  max-width: none;
  margin-bottom: 12px !important;
  width: 100% !important;
}
.form-contact input, .form-contact textarea {
  text-align: center;
  border-radius: 20px;
  padding: 9px 17px 10px 17px;
  font-style: italic;
  color: #324A5D;
  border: none;
}

.form-contact .form-columns-2 .input {
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}

.form-contact .form-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}






/* ============================== HEADER ============================== */

header {
  height: 487;
  padding: 20px;
  background-image: url('../images/Header_BG.png');
  background-size: cover;
  text-align: center;
}

header img {
  margin-top: 20px;
}

header h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

#intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#intro > div {
  margin-left: 40px;
  margin-right: 40px;
}

#intro-text {
  max-width: 627px;
}

#intro-text p {
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}




/* ============================== SECTION INTRO ============================== */

#section-intro {
  margin-top: 90px;
}

#section-intro h2 {
  text-align: center;
  color: #324A5D;
  /* font-family: 'Roboto-Bold', sans-serif;
  font-weight: bold; */
  font-size: 22px;
  line-height: 27px;
  text-transform: unset;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: normal;
}

#section-intro h2:last-child {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}





/* ============================== SECTION COLONNES ============================== */

#nos-plateformes {
  margin-top: 70px;
  /*height: 900px;*/
}

#nos-plateformes a {
  text-decoration: none;
}

#nos-plateformes a:hover {
  text-decoration: none;
}

#nos-plateformes .img-card {
  margin-top: 40px;
}

#nos-plateformes .img-card img {
  max-height: 160px;
}

#market .img-card img {
  max-height: 352px;
}

#market.div-dispatch-2025 {
  height: auto;
  padding-bottom: 78px;
}

#partenaires .div-block-60 {
  margin-top: 0;
}

.section-btn-degrade {
  background-image: linear-gradient(270deg, #0bbbefcc, #d7225dcc);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 95px;
}

.section-btn-degrade .button:hover {
  margin-bottom: 0;
}

.section-btn-degrade .button {
  font-family: 'Roboto-Bold', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}

.section-btn-degrade  .div-block-51 {
  display: inline-block;
  border-radius: 21px;
  margin-top: -30px;
}



/* ============================== SECTION 1 ============================== */

#decouvrez-tech-365 {
  /* height: 396px; */
  margin-top: 120px;
  background: linear-gradient(to right, #fff 0%, #fff calc(50% + 560px), #5CC0EC calc(50% + 560px), #5CC0EC 100%);
}

#decouvrez-tech-365 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0  auto;
}

.text-left {
  max-width: 450px;
  margin-right: 50px;
  text-align: right;
  color: #3F5366;
}

#decouvrez-tech-365 h2 {
  margin-bottom: 30px;
  color: #3F5366;
  margin-top: 0;
}

#decouvrez-tech-365 .text-left img {
  margin-bottom: 10px;
}

.image-right {
  min-width: 560px;
  padding: 6px;
  background: linear-gradient(to right, #C93C68 0%, #5CC0EC 100%);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  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;
}




/* ============================== SECTION 2 ============================== */

#rencontrez-nous {
  /* height: 396px; */
  margin-top: 120px;
  background: linear-gradient(to left, #fff 0%, #fff calc(50% + 560px), #C93C68 calc(50% + 560px), #C93C68 100%);
}

#rencontrez-nous > div {
  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;
  width: 100%;
  max-width: 1280px;
  margin: 0  auto;
}

.text-right {
  max-width: 450px;
  margin-left: 50px;
  text-align: left;
  color: #3F5366;
}

#rencontrez-nous h2 {
  margin-top: 0;
}

.image-left {
  min-width: 560px;
  padding: 6px;
  background: linear-gradient(to right, #C93C68 0%, #5CC0EC 100%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}




/* ============================== SECTION 3 ============================== */

#contacts {
  /* background: linear-gradient(to right, #C93C68 0%, #5CC0EC 100%); */
  background: linear-gradient(to right, #D7225D 0%, #1C7CC7 100%);
  padding: 50px;
  margin-top: 120px;
  text-align: center;
}

#contacts > div {
  max-width: 770px;
  margin: 0 auto;
}

#contacts h2, #contacts p, .protection-donnees p, .protection-donnees a {
  color: #fff;
}

.protection-donnees {
  margin-top: 40px !important;
}

.protection-donnees p, .protection-donnees a {
  font-size: 12px;
  line-height: 14px;
}

.protection-donnees a {
  text-decoration: none;
}

.protection-donnees a:hover {
  text-decoration: underline;
}

/*=============================== Section cards ====================*/

.container-dispatch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1125px;
  width: 95%;
  grid-column-gap: 51px;
  grid-row-gap: 31px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.container-dispatch._2025 .div-block-49 {
  max-width: 845px;
  width: auto;
}

.div-block-49 {
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 20px 48px 20px;
  padding-bottom: 0;
  transition: all 2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 6px rgba(0, 0, 0, .29);
  width: 43%;
  position: relative;
}

#market .div-block-49 {
  box-shadow: none;
}

.div-block-49::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 24px;
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
}

.div-block-49:hover {
  /*background: linear-gradient(to right, #C93C68 0%, #5E429A 50%, #5CC0EC 100%);*/
  /*-webkit-background-clip: text;
  border: 3px;*/
}


.div-block-50 {
  height: auto;
  margin-top: 25px;
}

.div-block-51 {
  margin-top: 15px;
  margin-bottom: -20px;
  background-color: #fff;
}

.div-block-50-1 {
  height: 124px;
  margin-bottom: 30px;
}

.div-block-50 p {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 146px;
  transition: all 2s;
  color: #324A5D;
  font-family: Phenomena, sans-serif;
  font-weight: normal;
}

#market .div-block-50 p {
  height: auto
}


.paragraph-8 {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 38px;
}

.div-block-49:hover p, .div-block-49:hover .paragraph-8 {
  overflow: visible;
  height: auto;
}

.div-block-plus {
  cursor: pointer;
  transition: all 2s;
  display: inline-block;
}

.div-block-49:hover .div-block-plus {
  display: none;
}

#market .paragraph-2 {
  margin-top: 0;
}


.paragraph-2 {
  text-transform: uppercase;
  text-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #c93c68, #5e429a 53%, #5cc0ec);
  -webkit-background-clip: text;
  background-clip: text;
  height: auto;
  margin-bottom: 0;
  font-family: Phenomena, sans-serif;
  font-size: 43px;
  font-weight: 800;
  line-height: 43px;
  display: inline-block;
}

.div-dispatch-2025 {
  padding-bottom: 60px;
  height: 830px;
}

h2 {
  color: #3F5366;
  margin-top: 0;
  margin-bottom: 0;
}

.card-logo {
  margin-top: 11px;
}

.p-big {
  font-size: 24px;
  line-height: 26px;
}

.pink {
  color: #D7225D;
}

.w-container:before, .w-container:after {
  content: none;
}
.button-2 {
  --r: 21px;
  --b: 1px;
  border-radius: var(--r);
  background: linear-gradient(to right, #C93C68 0%, #634493 51%, #5CC0EC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-2:hover {
  --b: 2px;
}
.button-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: var(--b) solid transparent;
  border-radius: var(--r);
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
}
/*.div-block-50 p {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 108px;
}*/
.paragraph-8 {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 38px;
}
.div-block-49:hover p, .div-block-49:hover .paragraph-8 {
  overflow: visible;
  height: auto;
}
.div-block-49:hover .div-block-plus {
  display: none;
}
.form-newsletter .hs-input {
  border: solid 1px #707070;
  color: #324A5D;
  border-radius: 20px;
  padding: 9px 10px 10px 10px;
  max-width: 508px;
  width: 95%;
  text-align: center;
}

.hs-button, .btn-dispatch {
  --r: 21px;
  --b: 1px;
  border-radius: var(--r);
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #C93C68, #634493, #5CC0EC) border-box;
  padding: 11px 40px;
  text-transform: uppercase;
  border-radius: 50em;
  border: 1px solid transparent;
  font-weight: bold;
  color: #3F5366;
  font-style: normal !important;
  display: inline-block;
  text-decoration: none;
}

.btn-dispatch.hover, .btn-dispatch.hover-1 {
  width: 174px;
  text-align: center;
  padding: 11px 0;
}

#section-intro h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-marketplace {
  margin-top: 40px;
}

.btn-dispatch:hover {
  border: 2px solid transparent;
  margin-bottom: 2px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, .29);
}

.btn-dispatch.hover-1 {
  display: none;
}

.div-hover-dispatch:hover .btn-dispatch.hover-1 {
  display: block;
}

.div-hover-dispatch:hover .btn-dispatch.hover {
  display: none;
}

.div-hover-dispatch {
    position: relative;
}

.paragraph-2.dispatch {
  margin-top: 0;
  font-size: 100px;
  line-height: 81px;
}

.div-block-13.dispatch {
  display: inline-block;
}

.slider.dispatch {
  padding-bottom: 61px;
}

.div-put {
  display: flex;
  width: 100%;
  height: 303px;
}

.blue {
  height: 100%;
  width: 100%;
  margin-right: 25px;
  flex: 0 0 auto;
}

.div-block-48.dispatch {
  background-image: url('../images/Composant-44-–-4.svg');
  width: 40px;
}

.mask.dispatch {
  margin-left: 0;
}

.slide.dispatch {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  margin-right: 25px;
}

.right-arrow.dispatch {
  background-image: url('../images/Composant-44-–-5.svg');
  background-position: 0 0;
  background-size: auto;
  width: 40px;
  height: 40px;
  transition: all .2s;
  inset: auto 0% 0% 10%;
}

.right-arrow.dispatch:hover {
  left: 12%;
}

.left-arrow.dispatch {
  background-image: url('../images/Composant-44-–-4.svg');
  background-position: 0 0;
  background-size: auto;
  width: 40px;
  height: 40px;
  transition: all .2s;
  inset: auto 10% 0% 0%;
}

.left-arrow.dispatch:hover {
  right: 12%;
}

.paragraph-14-dispatch {
  color: #fff;
  letter-spacing: 2px;
  font-family: Phenomena, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 43px;
}

.div-block-70-disptach {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-71-dispatch {
  margin-bottom: 10px;
  position: relative;
}

.image-10-dispatch {
  position: relative;
}

.paragraph-14 {
  color: #fff;
  font-family: Phenomena, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 29px;
}

.div-block-70, .div-block-71 {
  text-align: center;
}

.section-linkedin-dispatch {
  margin-top: 80px;
}

.flex-dispatch-linkedin._02 {
  flex-flow: wrap;
  justify-content: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.div-video-linkedin-dispatch {
  width: 68.5%;
  max-width: 730px;
}

.video-linkedin-dispatch video {
  width: 100%;
}


.paragraph-15-dispatch {
  color: #fff;
  font-family: Phenomena, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 54px;
}

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

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

.video-linkedin-dispatch {
  height: 100%;
}

.btn-dispatch {
  transition: margin-bottom .2s, display 0.25s;
}

.hs-button, .btn-dispatch {
    --r: 21px;
    --b: 1px;
    border-radius: var(--r);
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #C93C68, #634493, #5CC0EC) border-box;
    padding: 11px 40px;
    text-transform: uppercase;
    border-radius: 50em;
    border: 1px solid transparent;
    font-weight: bold;
    color: #3F5366;
    font-style: normal !important;
}

.container-11-dispatch {
  width: 95%;
  max-width: 924px;
}

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

.div-block-74-dispatch {
  text-align: center;
  margin-bottom: 34px;
}

.div-block-75-dispatch._2025 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.div-block-76-dispatch {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-15dispatch {
  color: #c93c68;
  font-family: Phenomena, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}



.div-block-77-dispatch {
  text-align: center;
  max-width: 799px;
  margin: 51px auto 47px;
}

.span-red-dispatch {
  color: #d7225d;
}

.div-block-78-dispatch {
  margin-top: 47px;
  margin-bottom: 121px;
}

.paragraph-8 {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 38px;
}



/* ============================== SECTION SOUTIENS / PARTENAIRES ============================== */

#soutiens-partenaires {
  max-width: 1175px;
  margin: 40px auto;
  text-align: center;
}
#soutiens-partenaires h3 {
  font-family: 'Phenomena-Regular', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  color: #324A5D;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#soutiens-partenaires img {
  margin: 10px 20px;
}
#soutiens-partenaires > div:first-child {
  margin-bottom: 50px;
}

.w-layout-hflex.flex-block-12 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.div-block-104 {
    width: 30%;
    position: relative;
}

.div-block-100 {
    text-align: center;
    background-image: linear-gradient(270deg, #0bbbefcc, #d7225dcc);
    width: auto;
    padding: 106px 41px 139px;
    position: absolute;
    inset: 0%;
}

.div-block-101 {
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
}

.image-16 {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 52px;
}

.text-block-11 {
    color: #fff;
    text-align: center;
    font-family: Phenomena, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 34px;
}

.div-block-102 {
    background-color: #324A5D;
    width: 70%;
    max-width: none;
}

.div-block-103 {
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
}

.image-11 {
  height: 52px;
}

.div-block-105 {
    background-image: linear-gradient(90deg, #d7225dcc, #0bbbefcc);
    width: 100%;
    height: 2px;
    box-shadow: 0 0 12px #0000004a;
}




/* ============================== FOOTER ============================== */

footer {
  padding: 30px;
  text-align: center;
}

footer a {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  color: #3F5366;
  font-family: 'Roboto-Regular', sans-serif;
  font-weight: 400;
  text-decoration: none;
  margin: 10px;
}

footer a:hover {
  text-decoration: underline;
}




/* ============================== MEDIA QUERIES ============================== */

@media screen and (max-width: 1200px) {
  header {
    height: auto;
    background-position: center;
  }

  .image-right, .image-left {
    min-width: 400px;
  }

  .paragraph-14-dispatch {
    font-size: 30px;
    line-height: 30px;
  }
}


@media screen and (max-width: 991px) {
  #intro {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
    text-align: center;
  }

  #decouvrez-tech-365, #rencontrez-nous, #contacts {
    margin-top: 50px;
  }

  #section-intro, #decouvrez-tech-365, #rencontrez-nous {
    padding: 20px;
  }



  #decouvrez-tech-365 > div, #rencontrez-nous > div {
    display: block;
    max-width: 800px;
  }

  .text-right, .text-left {
    text-align: center;
    margin: 0;
    max-width: 100%;
  }

  .image-right, .image-left {
    display: none;
  }

  .div-block-50 p {
    height: auto;
  }
  .div-block-plus {
    display: none;
  }

  .div-dispatch-2025 {
    height: auto;
  }

  .container-dispatch {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-49 {
    margin-bottom: 50px;
    width: 100%;
    max-width: 600px;
  }
  #nos-plateformes {
    /*margin-bottom: 100px;*/
    height: auto;
  }

  #market.div-dispatch-2025 {
    padding-bottom: 0;
  }
  
  .form-contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-contact > div:first-child {
    display: none;
  }

  .paragraph-2.dispatch {
    font-size: 50px;
  }

  .div-video-linkedin-dispatch, .div-block-72-dispatch {
    width: 100%;
    max-width: none;
  }

  .video-linkedin-dispatch video {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .slide.dispatch {
    width: 300px;
  }

  .div-block-75-dispatch {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .div-block-102, .div-block-104 {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
  .div-block-72-dispatch {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-15-dispatch {
    font-size: 34px;
    line-height: 41px;
  }

      
}

@media screen and (max-width: 350px) {
  .button {
    width: auto;
    padding: 11px 20px;
  }

  .text-right img, .text-left img {
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}