a {
  color: #0062a7;
  text-decoration: none;
}

.header {
  padding: 20px 0px;
}

.navbar {
  background-color: #fff;
}

.image {
  max-width: 100%;
}

.nav-tiltle {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-tiltle:hover {
  color: #f39313;
}

.nav-tiltle.w--current {
  color: #0062a7;
}

.nav-tiltle.w--current:hover {
  color: #f39313;
}

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

.button {
  margin-top: 11px;
  margin-bottom: 11px;
  border-radius: 10px;
  background-color: #f39313;
  font-family: Barlowcondensed, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f39313;
}

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

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

.text-block {
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.image-3 {
  padding-right: 10px;
}

.brand {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logoheader {
  display: inline-block;
  width: 150px;
  max-width: 100%;
  margin-right: 60px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  display: block;
  -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;
}

.hero-overlay {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding: 100px 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/hero_backgrnd.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/hero_backgrnd.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  color: #fff;
}

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

.heading {
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 36px;
}

.hero-explain {
  margin-top: 140px;
  margin-right: 40px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  font-family: Barlowcondensed, sans-serif;
}

.heading-3 {
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 30px;
  font-weight: 600;
}

.paragraph {
  font-family: Barlowcondensed, sans-serif;
  font-size: 24px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px;
  -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: #f9f9f9;
}

.contact {
  width: 600px;
  height: 800px;
  margin-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  text-align: left;
}

.footer-logo-link {
  max-height: none;
  min-width: 60px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-image {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  font-family: Barlowcondensed, sans-serif;
  color: #787373;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
}

.footer-link:hover {
  color: #0062a7;
  text-decoration: none;
}

.titre_avantages {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px;
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 36px;
  text-align: center;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.avantages {
  padding: 40px 100px;
}

.avantages-titre {
  text-align: center;
}

.sous-titre_avantages {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph_avatages {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Barlowcondensed, sans-serif;
  color: #787373;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.image-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-7 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sp-cialisation {
  display: block;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0062a7;
}

.mask {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.slider {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.left-arrow {
  display: block;
}

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

.slide-nav {
  display: block;
}

.slide {
  width: 800px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-2 {
  width: 800px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.slide-3 {
  width: 800px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/Euro_icon.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-4 {
  width: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-5 {
  width: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-6 {
  width: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-7 {
  width: 800px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  text-shadow: 1px 1px 6px #000;
}

.slider-2 {
  width: 560px;
}

.mask-2 {
  width: 100%;
}

.slide-nav-2 {
  overflow: hidden;
}

.slide-2 {
  margin-right: 60px;
  margin-left: 60px;
  background-image: none;
}

.mask-3 {
  overflow: visible;
  width: 40%;
  padding-bottom: 40px;
}

.text-block-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-2.card_color {
  color: #fff;
}

.icon-3 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  color: #de4a04;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.text-block-3.card_color {
  color: #fff;
}

.slide-8 {
  margin-right: 60px;
  margin-left: 60px;
}

.slide-1 {
  margin-right: 60px;
  margin-left: 60px;
}

.image-8 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.slider-3 {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  padding-left: 20px;
  background-color: #fff;
}

.right-arrow-2 {
  left: 15%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #de4a04;
}

.card {
  overflow: hidden;
  width: 347px;
  height: 347px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 14px 14px 20px -12px rgba(12, 12, 12, 0.16);
  color: #b8b9c2;
}

.div-block-5 {
  width: 160px;
  height: 5px;
  margin-bottom: 20px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea5730), to(#fba200));
  background-image: linear-gradient(180deg, #ea5730, #fba200);
}

.div-block-5.card_color {
  background-color: #fff;
  background-image: none;
}

.card-body {
  height: 100%;
  padding: 60px 30px 30px;
  color: #fff;
}

.card-body.first_card {
  background-image: linear-gradient(9deg, #ea5730, #fba200);
}

.left-arrow-2 {
  left: 73px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #de4a04;
}

.icon-4 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  border-style: none;
  border-width: 4px;
  border-color: #de4a04;
  border-radius: 0px;
  color: #de4a04;
}

.slider-4 {
  height: 180px;
  background-color: transparent;
}

.slide-9 {
  padding-right: 85px;
  padding-left: 85px;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-top: 55px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-19 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-18 {
  max-width: 75%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.slide-nav-3 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  opacity: 0;
}

.avantages-employeur {
  padding: 0px;
}

.column-7 {
  min-height: 600px;
  background-image: url('../images/background_avt_employeur.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.titre_avanatages_employeur {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 34px;
}

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

.sous-titre_avanatge_employeur {
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

.paragraph_avanatage_employeur {
  overflow: visible;
  margin-top: 20px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Barlowcondensed, sans-serif;
  color: #787373;
  font-size: 24px;
  line-height: 26px;
  white-space: normal;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-9 {
  min-height: 600px;
  background-image: url('../images/background_avt_candidats.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.image-20 {
  min-height: 600px;
}

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

.paragraph_avantages_candidats {
  margin-top: 20px;
  font-family: Barlowcondensed, sans-serif;
  color: #787373;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.titre_avantages_candidats {
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 34px;
  text-transform: uppercase;
}

.sous-titre_avantages_candidats {
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 30px;
  font-weight: 600;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.avis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  color: #333;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sous-titre_avis {
  margin-bottom: 20px;
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.paragraph_avis {
  padding-right: 60px;
  padding-left: 60px;
  font-family: Barlowcondensed, sans-serif;
  color: #787373;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.titre_avis {
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

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

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

.text-block-4 {
  font-family: Barlowcondensed, sans-serif;
  color: #787373;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

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

.link-block-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.link-block-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.link-block-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.nav-link-2 {
  padding: 0px 15px;
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link-3 {
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.slider-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 60px;
  -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;
}

.mask-4 {
  overflow: visible;
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-10 {
  width: 100%;
  margin-right: 40px;
  margin-left: 0px;
}

.div-block-6 {
  display: inline-block;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background-color: #787373;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.div-block-6.commerce {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/vente.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/vente.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.div-block-6.logitique {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/logistique.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/logistique.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6.restauration {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/restauration.webp');
  background-image: linear-gradient(180deg, null, null), url('../images/restauration.webp');
}

.div-block-6.service {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/serivce.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/serivce.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6.hotel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/restauration.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/restauration.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.div-block-6.sante {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/santé.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/santé.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6.artisanat {
  background-image: url('../images/artisanat.webp'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: url('../images/artisanat.webp'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.div-block-6.btp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/BTP.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/BTP.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6.administratif {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Administratif.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Administratif.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6.informatique {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Informatique.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Informatique.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6.compta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/comptabilité.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/comptabilité.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-6.entreprises {
  background-image: url('../images/entreprise.webp'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: url('../images/entreprise.webp'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.div-block-6.industrie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/industrie.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/industrie.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.right-arrow-3 {
  display: block;
  overflow: hidden;
}

.left-arrow-3 {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-11 {
  margin-right: 40px;
  margin-left: 0px;
}

.slide-12 {
  margin-right: 40px;
  margin-left: 0px;
}

.slide-13 {
  margin-right: 40px;
  margin-left: 0px;
}

.slide-14 {
  margin-right: 40px;
  margin-left: 0px;
}

.slide-15 {
  margin-right: 40px;
  margin-left: 0px;
}

.icon-5 {
  display: none;
}

.icon-6 {
  display: none;
}

.slide-nav-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.slide-16 {
  margin-right: 40px;
  margin-left: 0px;
}

.slide-17 {
  margin-right: 40px;
  margin-left: 0px;
}

.slide-18 {
  margin-right: 40px;
  margin-left: 0px;
}

.slide-1-2 {
  margin-right: 40px;
  margin-left: 0px;
}

.slide-1-3 {
  margin-right: 40px;
  margin-left: 0px;
}

.slide-1-4 {
  margin-right: 40px;
  margin-left: 0px;
}

.titre_sp-cialisation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 5%;
  bottom: 0%;
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 3px 3px 8px #000;
}

.div-block-7 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-8 {
  text-decoration: none;
}

.div-block-8:hover {
  text-decoration: none;
}

.link {
  color: #f39313;
}

.link-2 {
  color: #f39313;
}

.link-3 {
  color: #f39313;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f39313;
}

.nav-tiltle-2 {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-tiltle-2:hover {
  color: #f39313;
}

.nav-tiltle-2.w--current {
  color: #0062a7;
}

.nav-tiltle-2.w--current:hover {
  color: #f39313;
}

.nav-menu-2 {
  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;
}

.text-block-5 {
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-4 {
  color: #f39313;
}

.text-block-6 {
  font-family: Barlowcondensed, sans-serif;
  color: #787373;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  font-family: Barlowcondensed, sans-serif;
  color: #787373;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #0062a7;
  text-decoration: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.image-21 {
  max-width: 60%;
}

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

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.heading-5 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 36px;
  text-align: left;
}

.heading-6 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 30px;
  font-weight: 600;
}

.button-2 {
  width: 150px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #f39313;
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.heading-7 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 30px;
  font-weight: 600;
}

.left-arrow-4 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow-4 {
  display: block;
}

.slider-6 {
  height: 100%;
  padding-bottom: 0px;
}

.slide-nav-5 {
  border: 0px solid transparent;
  background-color: transparent;
  color: #0062a7;
}

.icon-8 {
  color: #0062a7;
}

.icon-9 {
  border-radius: 0px;
  background-color: transparent;
  color: #0062a7;
  font-size: 40px;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-15 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-16 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-block {
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-22 {
  padding-left: 0px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.hero {
  display: block;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: url('../images/hero-bg.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.with-contract {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  padding-right: 0px;
  padding-left: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.without-contract {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.with-contract-explain {
  width: 610px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: auto;
}

.contract-tiltle {
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.contact-subtiltle {
  margin-bottom: 10px;
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.contract-subtitle-2 {
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.with-contact-form {
  position: relative;
  left: 50%;
  top: -500px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 500px;
  height: 635px;
  border-radius: 10px;
  background-color: #fff;
}

.without-contract-explain {
  width: 610px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10 {
  position: relative;
  right: 0px;
  bottom: 220px;
  display: block;
  width: 500px;
  height: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #fff;
}

.offre-block {
  display: inline-block;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  background-color: #787373;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.offre-block.logitique {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/logistique.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/logistique.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.offre-block.administratif {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Administratif.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Administratif.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.offre-block.sante {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/santé.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/santé.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.offre-block.commerce {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/vente.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/vente.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.offre-block.entreprises {
  background-image: url('../images/entreprise.webp'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: url('../images/entreprise.webp'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.offre-block.informatique {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Informatique.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Informatique.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.offre-block.compta {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/comptabilité.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/comptabilité.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.offre-block.hotel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/restauration.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/restauration.webp');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.offre-block.service {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/serivce.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/serivce.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.offre-block.industrie {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/industrie.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/industrie.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.offre-block.artisanat {
  background-image: url('../images/artisanat.webp'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: url('../images/artisanat.webp'), linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.offre-block.btp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/BTP.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/BTP.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.titre_sp-cialisation-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 5%;
  bottom: 0%;
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 3px 3px 8px #000;
}

.heading-8 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.domaine {
  display: block;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0062a7;
}

.slide-nav-6 {
  border: 0px solid transparent;
  background-color: transparent;
  color: #0062a7;
}

.sous-titre_avis-2 {
  margin-bottom: 20px;
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.paragraph_avis-2 {
  padding-right: 60px;
  padding-left: 60px;
  font-family: Barlowcondensed, sans-serif;
  color: #787373;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
}

.icon-11 {
  border-radius: 0px;
  background-color: transparent;
  color: #0062a7;
  font-size: 40px;
}

.titre_avis-2 {
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.icon-12 {
  color: #0062a7;
}

.div-block-12 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.text-block-7 {
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 22px;
  font-weight: 600;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-9 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-block {
  width: 600px;
  height: 110%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.offre-formation {
  display: block;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.offre-titre {
  padding-left: 60px;
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 36px;
}

.div-block-13 {
  width: 500px;
  height: 350px;
  border-radius: 10px;
  background-color: #0062a7;
}

.slider-7 {
  height: 300px;
  background-color: #f39313;
}

.slide-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mask-6 {
  height: 100%;
}

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

.slide-20 {
  height: 350px;
}

.bold-text {
  text-transform: capitalize;
}

.slide-21 {
  overflow: visible;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.mask-7 {
  overflow: visible;
  width: 40%;
  padding-top: 0px;
}

.slider-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  -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: #fff;
}

.slide-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 400px;
  padding: 20px 40px;
  -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;
  border-radius: 10px;
  background-color: #0062a7;
}

.slide-22 {
  overflow: visible;
  padding-right: 30px;
  padding-left: 30px;
}

.slide-23 {
  overflow: visible;
  padding-right: 30px;
  padding-left: 30px;
}

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

.right-arrow-5 {
  left: 5%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 2px solid #0062a7;
  background-color: transparent;
  color: #f39313;
}

.icon-13 {
  z-index: 1;
  background-color: transparent;
  color: #0062a7;
}

.left-arrow-5 {
  left: 0%;
  top: auto;
  right: 5%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border: 2px solid #0062a7;
}

.icon-14 {
  color: #0062a7;
}

.type-contrat {
  margin-bottom: 5px;
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.titre-contrat {
  margin-bottom: 40px;
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 24px;
  font-weight: 600;
}

.lieu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.societe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

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

.lieu-titre {
  margin-left: 0px;
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 18px;
}

.text-span {
  color: #fff;
}

.image-23 {
  margin-right: 0px;
}

.image-24 {
  margin-right: 0px;
}

.text-block-8 {
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 18px;
}

.text-span-2 {
  color: #fff;
}

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

.date-cione {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.text-block-9 {
  color: #f39313;
}

.text-block-10 {
  font-family: Barlowcondensed, sans-serif;
  color: #f39313;
  font-size: 18px;
}

.text-span-3 {
  color: #fff;
}

.info-icone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-11 {
  font-family: Barlowcondensed, sans-serif;
  color: #fff;
  font-size: 18px;
}

.slide-24 {
  padding-right: 30px;
  padding-left: 30px;
}

.slide-25 {
  padding-right: 30px;
  padding-left: 30px;
}

.slide-26 {
  padding: 0px 30px;
}

.slide-27 {
  padding-right: 30px;
  padding-left: 30px;
}

.slide-28 {
  padding-right: 30px;
  padding-left: 30px;
}

.form-block-2 {
  margin-top: 20px;
}

.text-block-12 {
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}

.heading-9 {
  font-family: Barlowcondensed, sans-serif;
  color: #0062a7;
  font-size: 36px;
  text-align: center;
}

.text-span-4 {
  color: #f39313;
}

.bold-text-2 {
  text-transform: none;
}

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

@media screen and (max-width: 991px) {
  .header {
    padding: 10px 0px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .nav-menu {
    background-color: #fff;
    color: #fff;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #f39313;
  }

  .image-3 {
    display: none;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: #0062a7;
    font-size: 50px;
  }

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

  .hero-overlay {
    margin-bottom: 450px;
    padding: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/hero_backgrnd.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/hero_backgrnd.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-explain {
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact {
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-flex-container {
    -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;
  }

  .footer-logo-link {
    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;
  }

  .footer-logo-link.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .avantages {
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph_avatages {
    margin-bottom: 10px;
  }

  .columns-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-wrapper {
    margin-top: 65px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .column-7 {
    min-height: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .column-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-9 {
    min-height: 0px;
  }

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

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

  .paragraph_avis {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-12 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

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

  .mask-4 {
    width: 80%;
  }

  .titre_sp-cialisation {
    text-shadow: 3px 3px 8px #000;
  }

  .div-block-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .menu-button-2 {
    color: #fff;
  }

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

  .icon-7 {
    color: #0062a7;
    font-size: 50px;
  }

  .nav-menu-2 {
    background-color: #fff;
    color: #fff;
  }

  .text-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #f39313;
  }

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

  .section {
    padding: 40px;
  }

  .image-21 {
    max-width: 60%;
  }

  .heading-5 {
    font-size: 30px;
  }

  .heading-7 {
    font-size: 28px;
  }

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

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

  .mask-5 {
    padding-bottom: 0px;
  }

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

  .div-block-9 {
    -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;
  }

  .icon-10 {
    background-color: #fff;
    color: #0062a7;
  }

  .menu-button-3 {
    background-color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #fff;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .hero {
    padding-right: 60px;
    padding-left: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero-bg.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-bg.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .with-contract {
    height: auto;
    padding: 20px 40px;
  }

  .without-contract {
    height: auto;
    margin-bottom: 20px;
    padding: 20px 40px;
  }

  .contract-tiltle {
    font-size: 26px;
  }

  .contact-subtiltle {
    font-size: 20px;
  }

  .contract-subtitle-2 {
    font-size: 18px;
  }

  .titre_sp-cialisation-2 {
    text-shadow: 3px 3px 8px #000;
  }

  .paragraph_avis-2 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-12 {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

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

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

  .form-block {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .offre-formation {
    overflow: hidden;
  }

  .slide-21 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mask-7 {
    width: 80%;
  }

  .slide-form.contract-5 {
    height: 400px;
    padding: 10px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-22 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .right-arrow-5 {
    left: 10%;
  }

  .left-arrow-5 {
    right: 10%;
  }

  .titre-contrat {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .lieu {
    font-size: 18px;
  }

  .date {
    font-size: 18px;
  }

  .lieu-titre {
    font-size: 16px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .lieu-icone {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .date-cione {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .societe-icone {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .text-block-10 {
    font-size: 18px;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .slide-24 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-25 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-26 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-27 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-28 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-29 {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

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

@media screen and (max-width: 767px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .icon {
    font-size: 40px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .hero-explain {
    margin-right: 0px;
    margin-left: 0px;
  }

  .columns {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact {
    width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .footer-logo-link.w--current {
    max-width: 60%;
    min-width: auto;
  }

  .footer-image {
    max-width: 70%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph_avatages {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-4 {
    height: auto;
  }

  .slider-wrapper {
    padding-top: 0px;
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .logo-wrapper {
    position: relative;
    display: block;
    margin-top: 45px;
    padding-top: 31px;
  }

  .avantages-employeur {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-7 {
    min-height: 250px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .columns-3 {
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-9 {
    min-height: 250px;
  }

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

  .columns-5 {
    padding-top: 0px;
  }

  .titre_avis {
    font-size: 32px;
    line-height: 38px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mask-4 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .titre_sp-cialisation {
    text-shadow: 3px 3px 8px #000;
  }

  .link-block-5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .icon-7 {
    font-size: 40px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-21 {
    margin-top: 20px;
  }

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

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

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

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

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

  .columns-7 {
    padding-top: 0px;
  }

  .columns-8 {
    padding-top: 0px;
  }

  .hero {
    padding: 10px 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hero-bg.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hero-bg.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .with-contract {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .without-contract {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .with-contract-explain {
    display: block;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contract-tiltle {
    margin-top: 0px;
    font-size: 24px;
  }

  .without-contract-explain {
    width: auto;
  }

  .offre-block.logitique {
    border-radius: 0px;
  }

  .offre-block.administratif {
    border-radius: 0px;
  }

  .offre-block.sante {
    border-radius: 0px;
  }

  .offre-block.commerce {
    border-radius: 0px;
  }

  .offre-block.entreprises {
    border-radius: 0px;
  }

  .offre-block.informatique {
    border-radius: 0px;
  }

  .offre-block.hotel {
    border-radius: 0px;
  }

  .offre-block.service {
    border-radius: 0px;
  }

  .offre-block.industrie {
    border-radius: 0px;
  }

  .offre-block.artisanat {
    border-radius: 0px;
  }

  .offre-block.btp {
    border-radius: 0px;
  }

  .titre_sp-cialisation-2 {
    text-shadow: 3px 3px 8px #000;
  }

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-9 {
    width: auto;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-block {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .offre-formation {
    overflow: hidden;
  }

  .slider-8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slide-23 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .right-arrow-5 {
    left: 15%;
  }

  .left-arrow-5 {
    right: 15%;
  }
}

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

  .icon {
    font-size: 40px;
  }

  .hero-overlay {
    margin-bottom: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/hero_backgrnd.webp');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/hero_backgrnd.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

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

  .heading {
    font-size: 28px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .paragraph {
    font-size: 20px;
  }

  .columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-flex-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer-logo-link {
    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;
  }

  .footer-logo-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-image {
    max-width: 60%;
    margin-bottom: 0px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link {
    text-align: center;
  }

  .titre_avantages {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
  }

  .avantages {
    padding-right: 10px;
    padding-left: 10px;
  }

  .sous-titre_avantages {
    font-size: 24px;
  }

  .paragraph_avatages {
    font-size: 20px;
  }

  .slide-nav-2 {
    width: auto;
    color: #3e3838;
  }

  .slide-2 {
    overflow: visible;
    margin-right: 0px;
    margin-left: 5px;
  }

  .mask-3 {
    width: auto;
    height: auto;
    padding-bottom: 0px;
  }

  .slide-8 {
    overflow: visible;
    margin-right: 0px;
    margin-left: 5px;
  }

  .slide-1 {
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-3 {
    padding: 10px 5px;
  }

  .right-arrow-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    overflow: hidden;
    margin-top: auto;
  }

  .card {
    width: auto;
    height: 347px;
    box-shadow: 14px 14px 20px -12px rgba(12, 12, 12, 0.5);
    color: #fff;
  }

  .card-body {
    padding: 20px;
  }

  .card-body.first_card {
    width: 100%;
    margin-right: 20px;
    margin-left: 10px;
    padding-right: 20px;
  }

  .left-arrow-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
  }

  .slider-4 {
    display: inline-block;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-wrapper {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .titre_avanatages_employeur {
    font-size: 28px;
  }

  .sous-titre_avanatge_employeur {
    font-size: 24px;
  }

  .paragraph_avanatage_employeur {
    font-size: 20px;
  }

  .paragraph_avantages_candidats {
    font-size: 20px;
  }

  .titre_avantages_candidats {
    font-size: 28px;
  }

  .sous-titre_avantages_candidats {
    font-size: 24px;
  }

  .avis {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columns-5 {
    padding-top: 0px;
  }

  .sous-titre_avis {
    font-size: 24px;
  }

  .paragraph_avis {
    font-size: 20px;
  }

  .titre_avis {
    font-size: 24px;
  }

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

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

  .container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-4 {
    font-size: 26px;
  }

  .div-block-6.commerce {
    height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/vente.webp');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/vente.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .div-block-6.logitique {
    height: 250px;
  }

  .div-block-6.service {
    height: 250px;
  }

  .div-block-6.hotel {
    height: 250px;
  }

  .div-block-6.sante {
    height: 250px;
  }

  .div-block-6.artisanat {
    height: 250px;
  }

  .div-block-6.btp {
    height: 250px;
  }

  .div-block-6.administratif {
    height: 250px;
  }

  .div-block-6.informatique {
    height: 250px;
  }

  .div-block-6.compta {
    height: 250px;
  }

  .div-block-6.entreprises {
    height: 250px;
  }

  .div-block-6.industrie {
    height: 250px;
  }

  .titre_sp-cialisation {
    font-size: 26px;
    text-shadow: 3px 3px 8px #000;
  }

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

  .icon-7 {
    font-size: 40px;
  }

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

  .footer-heading-2 {
    margin-top: 20px;
  }

  .footer-link-2 {
    text-align: center;
  }

  .heading-5 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
  }

  .heading-7 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
  }

  .slider-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-7 {
    padding-top: 0px;
  }

  .mask-5 {
    padding-top: 0px;
  }

  .form-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon-10 {
    font-size: 40px;
  }

  .hero {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .contract-tiltle {
    line-height: 32px;
  }

  .contact-subtiltle {
    font-size: 18px;
    line-height: 24px;
  }

  .contract-subtitle-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .offre-block.logitique {
    height: 250px;
  }

  .offre-block.administratif {
    height: 250px;
  }

  .offre-block.sante {
    height: 250px;
  }

  .offre-block.commerce {
    height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/vente.webp');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/vente.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .offre-block.entreprises {
    height: 250px;
  }

  .offre-block.informatique {
    height: 250px;
  }

  .offre-block.compta {
    height: 250px;
  }

  .offre-block.hotel {
    height: 250px;
  }

  .offre-block.service {
    height: 250px;
  }

  .offre-block.industrie {
    height: 250px;
  }

  .offre-block.artisanat {
    height: 250px;
  }

  .offre-block.btp {
    height: 250px;
  }

  .titre_sp-cialisation-2 {
    font-size: 26px;
    text-shadow: 3px 3px 8px #000;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 32px;
  }

  .sous-titre_avis-2 {
    font-size: 20px;
  }

  .paragraph_avis-2 {
    font-size: 18px;
  }

  .titre_avis-2 {
    font-size: 28px;
  }

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

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

  .form-block {
    border-radius: 10px;
    box-shadow: 7px 7px 6px -7px #000;
  }

  .offre-formation {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .offre-titre {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .slide-21 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .mask-7 {
    width: 100%;
  }

  .slider-8 {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .slide-form.contract-5 {
    height: 480px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-22 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .slide-23 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .right-arrow-5 {
    left: 25%;
  }

  .left-arrow-5 {
    right: 25%;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .slide-24 {
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }

  .slide-25 {
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }

  .slide-26 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .slide-27 {
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }

  .slide-28 {
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }

  .slide-29 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .heading-9 {
    font-size: 24px;
    line-height: 32px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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