@font-face {
  font-family: "Futura";
  src: url("../Fonts/futura/futur.ttf");
}
@font-face {
  font-family: "Kometa";
  src: url("../Fonts/kometa/Kometa-Bold.ttf");
}
@font-face {
  font-family: "Kometa-light";
  src: url("../Fonts/kometa/Kometa-Thin.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/roboto/Roboto-Thin.ttf");
}
@font-face {
  font-family: "Roboto Light";
  src: url("../Fonts/roboto/Roboto-Light.ttf");
}
body {
  background: #fafafa;
  margin: 0;
}

html {
  font-size: 16px;
}

.green {
  color: #34C924;
}

.redmessage {
  color: #c83940;
}

nav .section-0 {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 77rem;
}
@media screen and (max-width: 1150px) {
  nav .section-0 {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  nav .section-0 {
    display: flex;
    max-height: 30rem;
    align-items: flex-start;
    margin-top: 4rem;
  }
}
nav .section-0 .navbar-first {
  display: flex;
  justify-content: flex-start;
  width: 14%;
}
@media screen and (max-width: 1150px) {
  nav .section-0 .navbar-first {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  nav .section-0 .navbar-first {
    position: absolute;
  }
}
nav .section-0 .navbar-first .logo-urbi {
  margin-left: 4rem;
  padding: 3rem 0;
}
@media screen and (max-width: 991px) {
  nav .section-0 .navbar-first {
    display: none;
  }
}
nav .section-0 .navbar-first .logo-compe {
  padding: 3rem 0;
  margin-left: 4rem;
}
@media screen and (max-width: 991px) {
  nav .section-0 .navbar-first {
    display: none;
  }
}
nav .section-0 .navbar-first p {
  color: #3c3c3c;
  font-family: Futura;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-left: 4rem;
}
@media screen and (max-width: 991px) {
  nav .section-0 .navbar-first {
    top: 0;
  }
}
nav .section-0 .navbar-two {
  display: flex;
  justify-content: flex-end;
  width: 85%;
}
@media screen and (max-width: 1150px) {
  nav .section-0 .navbar-two {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  nav .section-0 .navbar-two {
    justify-content: flex-start;
    display: none;
  }
}
nav .section-0 .navbar-two ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  nav .section-0 .navbar-two ul {
    flex-direction: column;
    display: flex;
  }
}
nav .section-0 .navbar-two li {
  margin-left: 2rem;
  list-style: none;
  font-family: Futura;
  font-size: 0.625rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.75rem;
}
@media screen and (max-width: 991px) {
  nav .section-0 .navbar-two li {
    margin-bottom: 1.5rem;
  }
}
nav .section-0 .navbar-two li:hover .trait,
nav .section-0 .navbar-two li :focus .trait {
  border-bottom: 2px solid #c83940;
  width: 1.2rem;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  nav .section-0 .navbar-two li:first-child {
    margin-top: 4rem;
  }
}
nav .section-0 .navbar-two li:last-child {
  margin-right: 3.5rem;
}
nav .section-0 .navbar-two li a {
  color: #3c3c3c;
  text-decoration: none;
  position: relative;
}
nav .section-0 .navbar-two li a:hover,
nav .section-0 .navbar-two li a :focus {
  color: #c83940;
}
nav .section-0 .navbar-two li .trait {
  border-bottom: 2px solid #c83940;
  width: 1.2rem;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  nav .section-0 .navbar-two li {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 991px) {
  nav .section-0 .navbar-two li {
    margin-left: 1.7rem;
  }
}
nav .section-0 #button-header {
  display: none;
}
nav .section-0 #button-header img {
  width: 100%;
  display: flex;
  height: 50%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  nav .section-0 #button-header {
    display: flex;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 4.7rem;
    top: 0.5rem;
  }
}

.footer-section {
  background-color: #3c3c3c;
  height: 5rem;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.footer-section p {
  font-family: "Roboto Light";
  font-weight: 400;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #fff;
}
.footer-section .footer-color {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: start;
}
@media screen and (max-width: 991px) {
  .footer-section .footer-color {
    justify-content: center;
  }
}
.footer-section .footer-color p {
  align-items: center;
  display: flex;
  margin-left: 7rem;
}
@media screen and (max-width: 991px) {
  .footer-section .footer-color p {
    margin-left: 0rem;
  }
}
.footer-section .footer-color2 {
  background-color: #292929;
  width: 20%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer-section .footer-color2 {
    display: none;
  }
}
.footer-section .footer-color2 img {
  background-size: contain;
}
.footer-section .footer-color1 {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .footer-section .footer-color1 {
    display: none;
  }
}
.footer-section .footer-color1 p {
  align-items: center;
  display: flex;
  margin-right: 2rem;
}

.generiqueh2 {
  color: #3c3c3c;
  font-family: Futura;
  font-size: 0.625rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01rem;
  line-height: 2.125rem;
  text-transform: uppercase;
}

.generiqueh3 {
  color: #3c3c3c;
  font-family: Futura;
  font-size: 2.5rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}
.generiqueh3 .un {
  color: #3c3c3c;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
.generiqueh3 .span2 {
  color: #c83940;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  .generiqueh3 {
    font-size: 1.8rem;
  }
}

.section-rep {
  display: flex;
  margin: auto;
  max-width: 77rem;
}

.section-swiper {
  display: flex;
  margin: auto;
  max-width: 77rem;
}
@media screen and (max-width: 991px) {
  .section-swiper {
    display: block;
    margin: 0%;
    max-width: 61rem;
  }
}

.generiquep {
  color: #3c3c3c;
  font-family: Roboto;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.625rem;
}

:root {
  --swiper-theme-color: transparent !important;
}

.color-first {
  background-color: #f2f2f2;
  padding: 5rem 0;
  margin: 0rem 4rem;
  position: relative;
  padding-top: 9rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1200px) {
  .color-first {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 991px) {
  .color-first {
    justify-content: center;
    padding-top: 8rem;
  }
}
.color-first .logohandi {
  width: 25%;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
@media screen and (max-width: 991px) {
  .color-first .logohandi {
    left: calc(50% - 12%);
  }
}
.color-first .section1 {
  margin-left: 3rem;
  margin-top: 2rem;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .color-first .section1 {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.color-first .section1 span {
  color: #3c3c3c;
  font-family: Futura;
  font-size: 0.725rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01rem;
  line-height: 2.125rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .color-first .section1 span {
    text-align: center;
  }
}
.color-first .section1 h1 {
  color: #3c3c3c;
  font-family: Futura;
  font-size: 2.5rem;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-bottom: 0rem;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .color-first .section1 h1 {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .color-first .section1 h1 {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .color-first .section1 h1 {
    font-size: 1.8rem;
  }
}
.color-first .section1 h1 .quoi {
  color: #3c3c3c;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
.color-first .section1 h1 .handitest {
  color: #c83940;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
.color-first .section1 p {
  color: #3c3c3c;
  font-family: Roboto;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.625rem;
  text-align: left;
  margin-bottom: 2rem;
  padding: 1rem 5rem 1rem 0;
}
@media screen and (max-width: 1200px) {
  .color-first .section1 p {
    padding: 0 5rem 0 0;
  }
}
@media screen and (max-width: 991px) {
  .color-first .section1 p {
    text-align: center;
    padding: 2rem 5rem 0 2rem;
  }
}
.color-first .section1 button {
  background-color: transparent;
  box-shadow: 0 0 20px rgba(200, 57, 64, 0.5);
  border: 1px solid #c83940;
  color: #c83940;
  font-family: Futura;
  font-size: 0.8125rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01rem;
  line-height: 2.125rem;
  margin-right: 1rem;
}
@media screen and (max-width: 991px) {
  .color-first .section1 button {
    text-align: center;
  }
}
.color-first .section1 button:hover,
.color-first .section1 button :focus {
  box-shadow: 0 0 20px rgba(200, 57, 64, 0.5);
  background-color: #c83940;
  color: #fff;
  border: 1px solid #c83940;
  text-decoration: none;
}
.color-first .section1 a {
  background-color: transparent;
  box-shadow: 0 0 20px rgba(200, 57, 64, 0.5);
  border: 1px solid #c83940;
  color: #c83940;
  font-family: Futura;
  font-size: 0.8125rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01rem;
  line-height: 2.125rem;
  padding: 0.6rem;
  text-decoration: none;
}
.color-first .section1 a:hover,
.color-first .section1 a :focus {
  box-shadow: 0 0 20px rgba(200, 57, 64, 0.5);
  background-color: #c83940;
  color: #fff;
  border: 1px solid #c83940;
  text-decoration: none;
}
.color-first .section1 .pointbleu-responsive {
  display: none;
}
.color-first .cercle {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .color-first .cercle {
    display: none;
  }
}
.color-first .cercle #moncercle {
  background: #c83940;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  position: relative;
}
.color-first .cercle #moncercle .pointbleufirst {
  position: absolute;
  top: 2rem;
  right: -2rem;
}
.color-first .cercle #moncercle .modele {
  width: 30rem;
  position: absolute;
  top: -7rem;
}
.color-first .rectangle {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .color-first .rectangle {
    display: none;
  }
}
.color-first .rectangle1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .color-first .rectangle1 {
    display: block;
  }
}

.color2 {
  padding: 5rem 0;
  margin: 4rem 4rem;
  background-color: #f2f2f2;
  position: relative;
}
@media screen and (max-width: 991px) {
  .color2 {
    padding: 3rem 0;
    text-align: center;
  }
}
.color2 .section-2 .prestation-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.color2 .section-2 .prestation-text .color2Resp {
  display: none;
}
.color2 .section-2 .prestation-text p {
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 1rem 4rem;
}
@media screen and (max-width: 991px) {
  .color2 .section-2 .prestation-text p {
    margin-bottom: 2rem;
  }
}
.color2 .section-2 .prestation-text h3 {
  margin: 0;
}
.color2 .section-2 .prestation-text h2 {
  margin-bottom: 0rem;
}
.color2 .section-2 .responsive-image {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .color2 .section-2 .responsive-image {
    display: none;
  }
}
.color2 .section-2 .responsive-image .prestation-image {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 33.33%;
}
.color2 .section-2 .responsive-image .prestation-image:last-child {
  margin-right: 3rem;
}
.color2 .section-2 .responsive-image .prestation-image:first-child {
  margin-left: 3rem;
}
.color2 .section-2 .responsive-image .prestation-image .cadre {
  background-size: cover;
  width: 70%;
  height: 100%;
}
.color2 .section-2 .responsive-image .prestation-image .prestation-loupe {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 70%;
  background-color: #fff;
  min-height: 9rem;
}
.color2 .section-2 .responsive-image .prestation-image .prestation-loupe h3 {
  font-family: Futura;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 1rem;
  color: #3c3c3c;
  display: flex;
  margin-bottom: 0;
}
.color2 .section-2 .responsive-image .prestation-image .prestation-loupe h3 .cadre {
  background-color: #c83940;
  width: 1.56rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.color2 .section-2 .responsive-image .prestation-image .prestation-loupe h3 .cadre img {
  width: 50%;
}
.color2 .section-2 .responsive-image .prestation-image .prestation-loupe p {
  font-family: Roboto;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.125rem;
  padding: 0.5rem 1.5rem;
}

.open {
  display: none;
}
@media screen and (max-width: 991px) {
  .open {
    display: block;
    text-align: center;
  }
}
.open .swiper1 .swiper-wrapper {
  margin-left: 0rem;
}
.open .swiper1 .swiper-wrapper .swiper-slide {
  text-align: center;
  flex-direction: column;
  font-size: 1.125rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.open .swiper1 .swiper-wrapper .swiper-slide .cadre {
  width: 70%;
}
.open .swiper1 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.open .swiper1 .swiper-wrapper .swiper-slide .multiloupejaune {
  background-color: rgba(250, 183, 10, 0.2);
}
.open .swiper1 .swiper-wrapper .swiper-slide .multilouperouge {
  background-color: rgba(191, 64, 64, 0.2);
}
.open .swiper1 .swiper-wrapper .swiper-slide .multiloupevert {
  background-color: rgba(64, 191, 84, 0.2);
}
.open .swiper1 .swiper-wrapper .swiper-slide .multiloupejaune,
.open .swiper1 .swiper-wrapper .swiper-slide .multilouperouge,
.open .swiper1 .swiper-wrapper .swiper-slide .multiloupevert {
  width: 1.5rem;
  height: 1.68rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.open .swiper1 .swiper-wrapper .swiper-slide .multiloupejaune img,
.open .swiper1 .swiper-wrapper .swiper-slide .multilouperouge img,
.open .swiper1 .swiper-wrapper .swiper-slide .multiloupevert img {
  width: 50%;
}
.open .swiper1 .swiper-wrapper .swiper-slide h3 {
  color: #3c3c3c;
  font-family: Futura;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.open .swiper1 .swiper-wrapper .swiper-slide h3 span {
  margin-right: 0.5rem;
  text-align: center;
}
.open .swiper1 .swiper-wrapper .swiper-slide p {
  color: #3c3c3c;
  font-family: Roboto;
  font-size: 0.8125rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.18rem;
  padding: 0 10rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .open .swiper1 .swiper-wrapper .swiper-slide p {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 500px) {
  .open .swiper1 .swiper-wrapper .swiper-slide p {
    padding: 0 2.5rem;
  }
}
.open .swiper-pagination {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
}
.open .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c83940 !important;
}
.open .swiper-pagination .swiper-pagination-bullet,
.open .swiper-pagination .swiper-pagination-bullet-active {
  margin: 0.5rem;
  width: 0.8rem !important;
  height: 0.8rem !important;
  border: 3px solid #c83940 !important;
  opacity: 1 !important;
}

.section-3 {
  position: relative;
  margin: 3rem 0rem;
  padding: 3rem 0;
  overflow: hidden;
  margin-left: 5rem;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .section-3 {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .section-3 {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 991px) {
  .section-3 .testeur-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section-3 .testeur-text h2 {
  margin-bottom: 0;
}
.section-3 .testeur-text h3 {
  margin: 0;
}
.section-3 .testeur-text p {
  padding: 0 4rem 2rem 0;
}
@media screen and (max-width: 991px) {
  .section-3 .testeur-text p {
    padding: 1rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .section-3 .testeur-text p {
    padding: 1rem 5rem;
  }
}
.section-3 .testeur-text .swiper-pagination {
  position: relative !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .section-3 .testeur-text .swiper-pagination {
    position: absolute !important;
    bottom: 0rem;
    left: calc(50% - 3rem);
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .section-3 .testeur-text .swiper-pagination {
    left: calc(50% - 7rem);
  }
}
.section-3 .testeur-text .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
}
.section-3 .testeur-text .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c83940 !important;
}
.section-3 .testeur-text .swiper-pagination .swiper-pagination-bullet,
.section-3 .testeur-text .swiper-pagination .swiper-pagination-bullet-active {
  margin: 0.5rem;
  width: 0.8rem !important;
  height: 0.8rem !important;
  border: 3px solid #c83940 !important;
  opacity: 1 !important;
}
.section-3 .container-swipper {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .section-3 .container-swipper {
    width: 100%;
  }
}
.section-3 .container-swipper .swiper2 .swiper-wrapper {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 9rem;
  }
}
@media screen and (max-width: 730px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 700px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 7rem;
  }
}
@media screen and (max-width: 670px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 5rem;
  }
}
@media screen and (max-width: 610px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 580px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 490px) {
  .section-3 .container-swipper .swiper2 .swiper-wrapper {
    margin-left: 0;
  }
}
.section-3 .container-swipper .swiper2 .swiper-wrapper .swiper-slide {
  text-align: center;
  flex-direction: column;
  font-size: 1.125rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}
.section-3 .container-swipper .swiper2 .swiper-wrapper .swiper-slide .slide-color {
  min-height: 9rem;
}
.section-3 .container-swipper .swiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.section-3 .container-swipper .swiper2 .swiper-wrapper .swiper-slide .loupe {
  background-color: #c83940;
  width: 1.5rem;
  height: 1.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-3 .container-swipper .swiper2 .swiper-wrapper .swiper-slide .loupe img {
  width: 50%;
}
.section-3 .container-swipper .swiper2 .swiper-wrapper .swiper-slide h3 {
  color: #3c3c3c;
  font-family: Futura;
  font-size: 1.125rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.section-3 .container-swipper .swiper2 .swiper-wrapper .swiper-slide h3 span {
  margin-right: 0.5rem;
  text-align: center;
}
.section-3 .container-swipper .swiper2 .swiper-wrapper .swiper-slide p {
  color: #3c3c3c;
  font-family: Roboto;
  font-size: 0.8125rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.18rem;
  padding: 0 2rem;
  padding-bottom: 1rem;
}

.section-4 {
  position: relative;
  padding: 5rem 0;
  margin: 4rem 4rem;
  background-color: #f2f2f2;
  display: flex;
}
@media screen and (max-width: 991px) {
  .section-4 {
    flex-direction: column;
    align-items: center;
  }
}
.section-4 .pointbleu {
  position: absolute;
  top: -1.8rem;
  right: 5.5rem;
}
.section-4 .color-section h2 {
  color: #c83940;
  margin-bottom: 0;
  margin-left: 5rem;
}
@media screen and (max-width: 991px) {
  .section-4 .color-section h2 {
    text-align: center;
    margin-left: 0rem;
  }
}
.section-4 .color-section h3 {
  margin: 0;
  margin-left: 5rem;
}
@media screen and (max-width: 991px) {
  .section-4 .color-section h3 {
    text-align: center;
    margin-left: 0rem;
  }
}
.section-4 .color-section p {
  padding: 0 8rem 2rem 0;
  margin-left: 5rem;
}
@media screen and (max-width: 991px) {
  .section-4 .color-section p {
    text-align: center;
    padding: 2rem 8rem 2rem 10rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-4 .color-section p {
    padding: 2rem;
  }
}
.section-4 .section-4-case2 {
  padding-right: 3rem;
}
@media screen and (max-width: 991px) {
  .section-4 .section-4-case2 {
    text-align: center;
    padding-right: 0;
  }
}
.section-4 .section-4-case1,
.section-4 .section-4-case2 {
  display: flex;
  flex-direction: column;
  width: 75%;
}
@media screen and (max-width: 991px) {
  .section-4 .section-4-case1,
.section-4 .section-4-case2 {
    width: 75%;
  }
}
.section-4 .section-4-case1 .case-section,
.section-4 .section-4-case2 .case-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin: 0.5rem;
  border-radius: 0.625rem;
}
.section-4 .section-4-case1 .case-section .casebook,
.section-4 .section-4-case2 .case-section .casebook {
  margin-top: 2rem;
  width: 3.313rem;
  height: 3.063rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.section-4 .section-4-case1 .case-section .casebook img,
.section-4 .section-4-case2 .case-section .casebook img {
  position: relative;
  width: 75%;
}
.section-4 .section-4-case1 .case-section h3,
.section-4 .section-4-case2 .case-section h3 {
  color: #313131;
  font-family: Kometa;
  font-size: 1rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3.125rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.section-4 .section-4-case1 .case-section p,
.section-4 .section-4-case2 .case-section p {
  color: #797979;
  font-family: Roboto;
  font-size: 0.875rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
  text-align: center;
  padding: 0 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
}

.section5 {
  position: relative;
  padding: 5rem 0;
  margin: 2rem 4rem;
  display: flex;
}
.section5 .button-section5-responsive {
  display: none;
}
@media screen and (max-width: 991px) {
  .section5 .button-section5-responsive {
    width: 10.813rem;
    height: 2.125rem;
    box-shadow: 0 0 20px rgba(200, 57, 64, 0.5);
    background-color: #c83940;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
}
.section5 .button-section5-responsive p {
  padding: 0;
  color: #fff;
  font-family: Futura;
  font-size: 0.8125rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.65px;
  line-height: 2.125rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .section5 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
  }
}
.section5 .response {
  display: none;
}
@media screen and (max-width: 991px) {
  .section5 .response {
    padding: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.section5 .response a {
  display: none;
}
@media screen and (max-width: 991px) {
  .section5 .response a {
    display: flex;
    justify-content: center;
  }
}
.section5 .section-vague {
  display: none;
}
@media screen and (max-width: 991px) {
  .section5 .section-vague {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .section5 .section-vague h2 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .section5 .section-vague h3 {
    margin-top: 0;
  }
}
.section5 .section-5-picture {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section5 .section-5-picture {
    align-items: center;
    width: initial;
  }
}
.section5 .section-5-picture .img-section5 {
  max-width: 100%;
  height: auto;
}
.section5 .section-5-picture .vague {
  position: absolute;
  top: 6rem;
  right: -1.75rem;
}
@media screen and (max-width: 500px) {
  .section5 .section-5-picture .vague {
    width: 12%;
    top: 4rem;
    right: -1.3rem;
  }
}
.section5 .section-5-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-left: 5rem;
}
@media screen and (max-width: 991px) {
  .section5 .section-5-text {
    display: none;
  }
}
.section5 .section-5-text p {
  padding: 0 8rem 1rem 0;
}
.section5 .section-5-text h3 {
  margin: 0;
}
.section5 .section-5-text a {
  text-decoration: none;
}
.section5 .section-5-text .button-section5 {
  width: 12.5rem;
  height: 2.125rem;
  box-shadow: 0 0 20px rgba(200, 57, 64, 0.5);
  background-color: #c83940;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.section5 .section-5-text .button-section5 p {
  padding: 0;
  color: #fff;
  font-family: Futura;
  font-size: 0.8125rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.65px;
  line-height: 2.125rem;
  text-align: left;
}

.color-formulaire {
  background-color: #f2f2f2;
  padding: 5rem 12rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .color-formulaire {
    padding: 5rem 9rem;
  }
}
@media screen and (max-width: 1100px) {
  .color-formulaire {
    padding: 5rem 4.5rem;
  }
}
@media screen and (max-width: 991px) {
  .color-formulaire {
    margin: auto;
    padding: 5rem 1.5rem;
    width: 65%;
  }
}
.color-formulaire h2 {
  text-align: center;
}
.color-formulaire h3 {
  margin: 0;
  text-align: center;
  margin-bottom: 5rem;
}
.color-formulaire .pointhaut {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.color-formulaire .pointbas {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.color-formulaire .section-form0 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.color-formulaire .section-form1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
  margin: 2rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .color-formulaire .section-form1 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: initial;
  }
}
.color-formulaire .section-form2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .color-formulaire .section-form2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.color-formulaire .section-form3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.color-formulaire .case1 {
  position: relative;
  margin-left: 2rem;
}
@media screen and (max-width: 991px) {
  .color-formulaire .case1 {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.color-formulaire .case1 .form-error {
  color: #c83940;
  font-family: Futura;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  text-align: right;
  position: absolute;
  top: -2.4rem;
  right: 0rem;
}
.color-formulaire .case1 .label-input {
  position: absolute;
  top: -2.5rem;
  color: #3c3c3c;
  font-family: Futura;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3.125rem;
  left: 0rem;
}
.color-formulaire .case {
  margin-right: 2rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .color-formulaire .case {
    margin-right: 0;
  }
}
.color-formulaire .case .form-error {
  color: #c83940;
  font-family: Futura;
  font-size: 0.75rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3.125rem;
  text-align: right;
  position: absolute;
  top: -2.4rem;
  right: 0rem;
}
.color-formulaire .case p {
  position: absolute;
  top: -4.5rem;
}
@media screen and (max-width: 550px) {
  .color-formulaire .case p {
    font-size: 0.675rem;
  }
}
.color-formulaire .case .label-input {
  position: absolute;
  top: -2.5rem;
  color: #3c3c3c;
  font-family: Futura;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  left: 0rem;
}
.color-formulaire .case3 {
  position: relative;
  margin-bottom: 2rem;
}
.color-formulaire .case3 .label-input {
  position: absolute;
  top: -2.5rem;
  color: #3c3c3c;
  font-family: Futura;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3rem;
  left: 0rem;
}
.color-formulaire .casesubmit {
  position: relative;
}
.color-formulaire .casesubmit input {
  box-shadow: 0 0 20px rgba(200, 57, 64, 0.5);
  background-color: #c83940;
  width: 10.813rem;
  height: 2.925rem;
  color: #fff;
  font-family: Futura;
  font-size: 0.813rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.041rem;
  line-height: 2.125rem;
  text-align: center;
}
.color-formulaire .casesubmit input::placeholder {
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3.125rem;
  color: #313131;
}
.color-formulaire input,
.color-formulaire select {
  width: 20.25rem;
  height: 2.688rem;
  border-radius: 0.25rem;
  background-color: #fff;
  border: none;
  color: #3c3c3c;
  font-family: Roboto;
}
@media screen and (max-width: 991px) {
  .color-formulaire input,
.color-formulaire select {
    width: 30.5rem;
  }
}
@media screen and (max-width: 768px) {
  .color-formulaire input,
.color-formulaire select {
    width: 20.5rem;
  }
}
@media screen and (max-width: 550px) {
  .color-formulaire input,
.color-formulaire select {
    width: 15.5rem;
  }
}
.color-formulaire input::placeholder,
.color-formulaire select::placeholder {
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3.125rem;
  color: #313131;
}
.color-formulaire textarea {
  width: 44.5rem;
  height: 6.5rem;
  border-radius: 0.25rem;
  border: none;
  padding-top: 1rem;
}
@media screen and (max-width: 991px) {
  .color-formulaire textarea {
    width: 30.5rem;
  }
}
@media screen and (max-width: 768px) {
  .color-formulaire textarea {
    width: 20.5rem;
  }
}
@media screen and (max-width: 550px) {
  .color-formulaire textarea {
    width: 15.5rem;
  }
}
.color-formulaire textarea::placeholder {
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.125rem;
  color: #313131;
}

.section-7 {
  position: relative;
  padding: 5rem 0;
  margin: 2rem 4rem;
  display: flex;
}
@media screen and (max-width: 991px) {
  .section-7 {
    flex-direction: column-reverse;
    align-items: center;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 550px) {
  .section-7 {
    margin: 2rem;
  }
}
.section-7 .section-7-masonry {
  width: 85%;
  margin-left: 3rem;
}
@media screen and (max-width: 1200px) {
  .section-7 .section-7-masonry {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .section-7 .section-7-masonry {
    display: flex;
    justify-content: center;
  }
}
.section-7 .section-7-masonry .grid {
  width: 485px;
}
@media screen and (max-width: 650px) {
  .section-7 .section-7-masonry .grid {
    width: 430px;
  }
}
@media screen and (max-width: 450px) {
  .section-7 .section-7-masonry .grid {
    width: 368px;
  }
}
@media screen and (max-width: 375px) {
  .section-7 .section-7-masonry .grid {
    width: 290px;
  }
}
.section-7 .section-7-masonry .grid:after {
  content: "";
  display: block;
  clear: both;
}
.section-7 .section-7-masonry .grid-item {
  width: 200px;
  height: 154px;
  float: left;
  /* vertical gutter */
  margin-bottom: 20px;
  border-radius: 0.625rem;
}
@media screen and (max-width: 650px) {
  .section-7 .section-7-masonry .grid-item {
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .section-7 .section-7-masonry .grid-item {
    width: 140px;
  }
}
@media screen and (max-width: 375px) {
  .section-7 .section-7-masonry .grid-item {
    width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .section-7 .section-7-masonry .grid-item {
    width: 90px;
  }
}
.section-7 .section-7-masonry .grid-item--width2 {
  width: 210px;
}
@media screen and (max-width: 650px) {
  .section-7 .section-7-masonry .grid-item--width2 {
    width: 170px;
  }
}
@media screen and (max-width: 450px) {
  .section-7 .section-7-masonry .grid-item--width2 {
    width: 140px;
  }
}
@media screen and (max-width: 375px) {
  .section-7 .section-7-masonry .grid-item--width2 {
    width: 110px;
  }
}
@media screen and (max-width: 320px) {
  .section-7 .section-7-masonry .grid-item--width2 {
    width: 100px;
  }
}
.section-7 .section-7-masonry .grid-item--height2 {
  height: 274px;
}
.section-7 .section-7-masonry .grid-item--height3 {
  height: 195px;
}
.section-7 .section-7-masonry .grid-item--height4 {
  height: 114px;
}
.section-7 .section-7-masonry .partie1 {
  background-color: #fbf4e2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-7 .section-7-masonry .partie2 {
  background-color: #f7efea;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-7 .section-7-masonry .partie3 {
  background-color: #e8ebf6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-7 .section-7-masonry .partie4 {
  background-color: #fbf4e2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-7 .section-7-masonry .partie5 {
  background-color: #f7efea;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-7 .section-7-masonry .partie6 {
  background-color: #e8ebf6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-7 .section-7-text {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section-7 .section-7-text {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .section-7 .section-7-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .section-7 .section-7-text {
    padding-left: 0;
  }
}
.section-7 .section-7-text p {
  padding-right: 10rem;
}
@media screen and (max-width: 1100px) {
  .section-7 .section-7-text p {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .section-7 .section-7-text p {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 991px) {
  .section-7 .section-7-text h3 {
    margin: 1rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
