@charset "UTF-8";
@font-face {
  font-family: "Nunito-Regular";
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-SemiBold";
  src: url("../fonts/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600²;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-Bold";
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-ExtraBold";
  src: url("../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Nunito-Black";
  src: url("../fonts/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'midi';
  src: url("../fonts/midi.ttf?gkw8iu") format("truetype"), url("../fonts/midi.woff?gkw8iu") format("woff"), url("../fonts/midi.svg?gkw8iu#midi") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-user:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e901";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-chevron-right:before {
  content: "\e904";
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

::-webkit-scrollbar-thumb:hover {
  background-color: black;
}

*:focus {
  outline: 0;
}

html {
  min-height: 100%;
  height: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html body {
  line-height: 1.2;
  font-size: 1.5rem;
  color: #4b4d4f;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  font-family: "Nunito-Regular", sans-serif;
}

html body main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

html body footer {
  margin-top: auto;
}

h1 {
  font-family: "Nunito-ExtraBold", sans-serif;
}

h2 {
  font-family: "Nunito-ExtraBold", sans-serif;
  margin-bottom: 0;
}

h3,
h4 {
  font-family: "Nunito-Bold", sans-serif;
}

a {
  -webkit-transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: none;
  color: #4b4d4f;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

b,
strong {
  font-family: "Nunito-Bold", sans-serif;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 1rem;
}

button {
  border: 0;
}

textarea.form-control {
  min-height: 14.5rem;
}

iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3.1rem;
    line-height: 3.2rem;
  }
  textarea.form-control {
    min-height: 20rem;
  }
}

.navbar {
  -webkit-transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  padding: 2rem 0 0;
}

.navbar.shrink {
  padding-top: 1rem;
  padding-bottom: .5rem;
  background-color: white;
}

.navbar.shrink .navbar-brand img {
  height: 40px;
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navbar .navbar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Nunito-SemiBold", sans-serif;
}

.navbar .navbar-content ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.navbar .navbar-content ul a {
  font-size: 1.5rem;
  color: #65c0d0;
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  padding: 0.2rem 0;
}

.navbar .navbar-content ul a::before {
  content: "\e904";
  font-family: "midi";
}

.navbar .navbar-content ul a:hover {
  color: #21467d;
}

.navbar .navbar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

.navbar .navbar-link__contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: .5rem;
}

.navbar .navbar-link__contact img {
  height: 12px;
}

.navbar .navbar-link__lang {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  max-width: 25px;
  padding: 0 .5rem;
  color: #21467d;
  font-size: 1.2rem;
  font-family: "Nunito-SemiBold", sans-serif;
}

.navbar .navbar-link__lang:hover {
  color: #65c0d0;
}

.navbar .navbar-link__lang:last-child {
  position: relative;
  padding-right: 0;
}

.navbar .navbar-link__lang:last-child::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 1px;
  width: 1px;
  background-color: #21467d;
}

.navbar-brand {
  display: inline-block;
}

.navbar-brand img {
  height: 40px;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.2s all cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media (min-width: 768px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar-brand {
    padding-right: 1rem;
  }
  .navbar .navbar-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar .navbar-content ul {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar .navbar-content ul li:first-child a::before {
    display: none;
  }
  .navbar .navbar-content ul a {
    padding: .5rem 1rem;
    font-size: 1rem;
  }
  .navbar .navbar-content ul a::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1px;
    width: 1px;
    background-color: #65c0d0;
  }
}

@media (min-width: 1110px) {
  .navbar {
    padding-top: 3.3rem;
  }
  .navbar-brand {
    padding-right: 1.5rem;
  }
  .navbar-brand img {
    height: 50px;
  }
  .navbar .navbar-content ul a {
    font-size: 1.2rem;
  }
  .navbar .navbar-link__contact img {
    height: 20px;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1366px) {
  .navbar-brand img {
    height: 74px;
  }
}

.footer {
  padding: 3rem 0 1rem;
  background-color: #21467d;
  text-align: center;
}

.footer img {
  /*margin-bottom: 1.5rem;*/
  height: 3.3rem;
}

.footer-link a {
  color: #6cbccc;
  font-size: 1rem;
  display: inline-block;
  padding: 0 .5rem;
  position: relative;
  text-transform: uppercase;
}

.footer-link a::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: -1px;
  width: 1px;
  background-color: #6cbccc;
  line-height: 1;
}

.footer-link a:last-child::before {
  display: none;
}

.footer-link a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .footer {
    padding: 4.5rem 0 1rem;
  }
  .footer img {
   /* margin-bottom: 3rem;*/
    height: auto;
  }
}

.img-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.img-container::before {
  content: "";
  display: block;
}

.img-container .img-fluid,
.img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bg-no-url {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  margin-bottom: 2rem;
  color: #21467d;
}

.title h2 {
  text-align: center;
}

.btn {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: normal;
}

.list-disc li {
  padding-left: 1rem;
  position: relative;
}

.list-disc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .title {
    margin-bottom: 5rem;
  }
}

.custom-check {
  display: inline-block;
}

.custom-check input[type=checkbox],
.custom-check input[type=radio] {
  display: none;
}

.custom-check input[type=checkbox] ~ label,
.custom-check input[type=radio] ~ label {
  display: inline-block;
  padding-left: 2rem;
  position: relative;
}

.custom-check input[type=checkbox] ~ label:hover,
.custom-check input[type=radio] ~ label:hover {
  cursor: pointer;
  color: #000;
}

.custom-check input[type=checkbox] ~ label:hover::before, .custom-check input[type=checkbox] ~ label:hover::after,
.custom-check input[type=radio] ~ label:hover::before,
.custom-check input[type=radio] ~ label:hover::after {
  border-color: #000;
}

.custom-check input[type=checkbox] ~ label::before, .custom-check input[type=checkbox] ~ label::after,
.custom-check input[type=radio] ~ label::before,
.custom-check input[type=radio] ~ label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 14px;
  width: 14px;
  border: 1px solid #000;
  border-radius: 0;
}

.custom-check input[type=checkbox] ~ label::before,
.custom-check input[type=radio] ~ label::before {
  background-color: #fff;
}

.custom-check input[type=checkbox] ~ label::after,
.custom-check input[type=radio] ~ label::after {
  content: "";
  border: 0;
  color: #000;
}

.custom-check input[type=checkbox]:checked ~ label::after,
.custom-check input[type=radio]:checked ~ label::after {
  background-color: #000;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 2px;
  border-radius: 0;
}

.custom-check.custom-check--no-label {
  width: 14px;
}

.custom-check.custom-check--no-label input[type=checkbox] ~ label,
.custom-check.custom-check--no-label input[type=radio] ~ label {
  margin-left: 10px;
  padding-left: 0;
}

.custom-check.custom-check--no-label input[type=checkbox] ~ label::before, .custom-check.custom-check--no-label input[type=checkbox] ~ label::after,
.custom-check.custom-check--no-label input[type=radio] ~ label::before,
.custom-check.custom-check--no-label input[type=radio] ~ label::after {
  top: -18px;
  left: -10px;
}

.custom-check.custom-check--no-label input[type=checkbox]:checked ~ label::after,
.custom-check.custom-check--no-label input[type=radio]:checked ~ label::after {
  background-color: #000;
  top: -14px;
  left: -6px;
}

.button-check {
  display: inline-block;
}

.button-check input[type=radio] {
  display: none;
}

.button-check input[type=radio]:checked ~ label {
  background-color: #000;
  color: #fff;
}

.rounded-box {
  color: #fff;
}

.rounded-box strong {
  display: inline-block;
}

.rounded-box.rounded-box--blue-1 {
  background-color: #6cbccc;
}

.rounded-box.rounded-box--blue-2 {
  background-color: #21467d;
}

.rounded-box.rounded-box--green {
  background-color: #a5c256;
}

.hero {
  min-height: 350px;
}

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

.hero h1 {
  margin-top: 8rem;
  color: #245186;
  max-width: 220px;
  font-size: 4.1rem;
  line-height: 4.2rem;
  font-size: 2.1rem;
  line-height: 2.2rem;
  font-family: "Nunito-Black", sans-serif;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 7.5rem;
    min-height: 670px;
  }
  .hero h1 {
    margin-top: 8.5rem;
    max-width: 450px;
    font-size: 3.1rem;
    line-height: 1;
    margin-left: 8.1%;
  }
}

@media (min-width: 1110px) {
  .hero {
    padding-top: 8.5rem;
  }
  .hero h1 {
    max-width: 440px;
  }
}

@media (min-width: 1366px) {
  .hero {
    margin-top: 10rem;
    padding-top: 10.9rem;
    min-height: 770px;
  }
  .hero h1 {
    font-size: 4.1rem;
    line-height: 4.2rem;
  }
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  top: -2rem;
  gap: .5rem;
}

.product-item {
  min-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #65c0d0;
  display: inline-block;
  border-radius: 40px;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "Nunito-SemiBold", sans-serif;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .product {
    padding-bottom: 2.5rem;
  }
  .product-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-item {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
}

@media (min-width: 1366px) {
  .product-item {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}

.diag-inner {
  position: relative;
}

.diag h2 {
  font-size: 1.8rem;
}

.diag-top-monitoring {
  background-image: -webkit-gradient(linear, left top, right top, from(#a5c256), to(#6cbccc));
  background-image: linear-gradient(to right, #a5c256, #6cbccc);
}

.diag-top-monitoring .title {
  padding: 1.6rem 0;
  color: #fff;
  max-width: 280px;
}

.diag-top-monitoring-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.diag-top-monitoring-list::before, .diag-top-monitoring-list::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.diag-top-monitoring-list::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
  height: 1px;
}

.diag-top-monitoring-list::after {
  left: 50%;
  width: 1px;
  height: 100%;
}

.diag-top-monitoring-item {
  padding: 1.5rem 2.5rem;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

.diag-top-monitoring-item img {
  margin-bottom: 1.5rem;
  height: 45px;
}

.diag-top-monitoring-item span {
  display: block;
}

.diag-bottom {
  position: relative;
  background-color: #fff;
}

.diag-bottom h2 {
  position: absolute;
  top: 4rem;
  width: 50%;
  left: 50%;
  color: #65c0d0;
}

.diag-bottom__img {
  height: 230px;
}

.diag-bottom-thermo {
  padding: 1.5rem;
  padding-bottom: 2.8rem;
  background-color: #65c0d0;
}

.diag-bottom-thermo img {
  height: 86px;
  display: block;
  margin: auto;
}

.diag-bottom-thermo strong {
  display: block;
  color: #fff;
  margin-bottom: 1.6rem;
}

.diag-bottom-thermo ul li {
  color: #245186;
}

.diag-bottom-thermo ul li::before {
  background-color: #245186;
}

@media (max-width: 767.98px) {
  .diag .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .diag h2 {
    font-size: 3.1rem;
  }
  .diag-top-monitoring {
    max-width: 780px;
    border-radius: 2rem;
    background-image: -webkit-gradient(linear, right bottom, left top, from(#6cbccc), to(#a5c256));
    background-image: linear-gradient(to top left, #6cbccc, #a5c256);
  }
  .diag-top-monitoring .title {
    padding: 3rem 0 0;
    max-width: 480px;
    margin-bottom: 5rem;
  }
  .diag-top-monitoring-list::before, .diag-top-monitoring-list::after {
    display: none;
  }
  .diag-top-monitoring-list .diag-top-monitoring-item:first-child::after {
    display: none;
  }
  .diag-top-monitoring-item {
    padding: 0 2.5rem 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .diag-top-monitoring-item::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .diag-top-monitoring-item img {
    margin-bottom: 1.5rem;
    height: auto;
  }
  .diag-bottom {
    max-width: 780px;
  }
  .diag-bottom h2 {
    left: calc(50% - 5rem);
    z-index: 2;
    width: 60%;
  }
  .diag-bottom__img {
    height: auto;
    position: relative;
  }
  .diag-bottom-thermo {
    padding: 2rem;
    padding-left: 3rem;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    width: 61%;
  }
  .diag-bottom-thermo .diag-bottom-thermo__content {
    margin-top: -5rem;
  }
  .diag-bottom-thermo strong {
    margin-bottom: 1.6rem;
  }
  .diag-bottom-thermo ul {
    max-width: 315px;
  }
}

@media (min-width: 1110px) {
  .diag-top-monitoring-item {
    min-height: 222px;
  }
  .diag-bottom-thermo {
    padding: 3.5rem;
    padding-bottom: 2.8rem;
    padding-left: 5rem;
    width: 46%;
  }
  .diag-bottom-thermo img {
    height: auto;
    margin: 0;
  }
}

.timing {
  padding: 2rem 0;
}

.timing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 890px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timing-item {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
  padding: 1rem;
}

.timing-item img {
  margin-bottom: .5rem;
  height: 40px;
}

.timing-item span {
  display: block;
}

.timing-video {
  position: relative;
  height: 180px;
  background-color: #000;
}

@media (min-width: 768px) {
  .timing {
    padding: 3rem 0;
  }
  .timing-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
  }
  .timing-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    max-width: 170px;
    padding: 1.5rem;
  }
  .timing-item img {
    margin-bottom: .75rem;
    height: auto;
  }
  .timing-video {
    height: 360px;
  }
}

@media (min-width: 1110px) {
  .timing {
    padding: 4rem 0 6.2rem;
  }
  .timing-list {
    margin-bottom: 4rem;
  }
  .timing-video {
    height: 460px;
  }
}

@media (min-width: 1366px) {
  .timing-list {
    margin-bottom: 6.2rem;
  }
  .timing-video {
    height: 625px;
  }
}

.dispositif {
  padding: 4rem 0 2rem;
}

.dispositif .title {
  color: #a5c256;
}

.dispositif-item {
  margin-bottom: 1rem;
}

.dispositif-item .rounded-box {
  padding: 1rem;
  padding-left: 5rem;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  width: 53%;
  margin-bottom: 1rem;
}

.dispositif-item ul {
  color: #245186;
  padding-left: 5rem;
}

.dispositif-item ul li::before {
  background-color: #245186;
}

@media (max-width: 767.98px) {
  .dispositif .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .dispositif {
    padding: 1rem 0 6.5rem;
  }
  .dispositif .title {
    margin-bottom: 4rem;
  }
  .dispositif-list {
    max-width: 730px;
  }
  .dispositif-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 9rem;
    margin-bottom: 0;
  }
  .dispositif-item .rounded-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 235px;
            flex: 0 0 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 110px;
    padding: 2rem 3.5rem;
  }
  .dispositif-item ul {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
    padding: 2rem 0;
    border-bottom: 2px dotted #c7c8c9;
  }
}

.usage {
  padding: 3rem 0;
  background-color: #e6e7e8;
}

.usage .title {
  max-width: 60%;
}

.usage-item {
  margin-bottom: 3rem;
}

.usage-item .img-container {
  margin-bottom: 1rem;
  height: 195px;
}

.usage-item__content {
  text-align: center;
  color: #245186;
}

.usage-item__content strong {
  display: block;
  margin-bottom: 1rem;
}

.usage-item__content img {
  margin-bottom: 3rem;
  height: 35px;
}

.usage-item.usage-item--hospital .usage-item__content strong {
  color: #a5c256;
}

@media (min-width: 768px) {
  .usage {
    padding-bottom: 0;
  }
  .usage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .usage-item {
    padding-bottom: 3.1rem;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: relative;
  }
  .usage-item .img-container {
    margin-bottom: 3rem;
    height: 250px;
  }
  .usage-item__content {
    max-width: 375px;
    margin: auto;
  }
  .usage-item__content strong {
    margin-bottom: 2rem;
  }
  .usage-item__content img {
    margin-bottom: 2rem;
    height: 50px;
  }
  .usage-item.usage-item--hospital::before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    height: 34%;
  }
}

@media (min-width: 1110px) {
  .usage {
    padding: 4.3rem 0 0;
  }
  .usage .title {
    margin-bottom: 3.7rem;
  }
  .usage-item .img-container {
    margin-bottom: 4.8rem;
    height: 333px;
  }
  .usage-item__content strong {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .usage-item__content img {
    margin-bottom: 2.6rem;
    height: auto;
  }
  .usage-item.usage-item--hospital .usage-item__content img {
    margin-bottom: 3.9rem;
  }
}

.thermo {
  padding: 3rem 0 1.5rem;
  background-color: #69bccf;
  color: #fff;
  background-image: url("../images/background/wave-1-mobile.png");
  background-repeat: no-repeat;
  background-position: left 20px;
}

.thermo img {
  height: 30px;
  margin-bottom: 1.5rem;
}

.thermo h2 {
  font-size: 1.8rem;
  line-height: 1.875rem;
}

.thermo span {
  font-size: 1.2rem;
  line-height: 1.465rem;
}

.thermo-content {
  max-width: 730px;
  padding-left: 11rem;
}

@media (min-width: 768px) {
  .thermo {
    padding: 4rem 0 2.3rem;
    background-image: url("../images/background/wave-1.png");
    background-position: left 40px;
  }
  .thermo img {
    height: 50px;
    margin-bottom: 1.5rem;
  }
  .thermo h2 {
    font-size: 3.1rem;
    line-height: 3.2rem;
    margin-bottom: .6rem;
  }
}

@media (min-width: 1110px) {
  .thermo-content {
    padding-left: 0;
  }
  .thermo span {
    font-size: 1.7rem;
    line-height: 3.2rem;
  }
}

.context {
  padding: 2rem 0;
  color: #21467d;
}

.context__item {
  margin-bottom: 2rem;
  text-align: center;
}

.context__item span {
  display: block;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .context {
    padding: 4.7rem 0;
  }
  .context .title {
    margin-bottom: 2.1rem;
    text-align: left;
    padding-left: 7rem;
  }
  .context .title h2 {
    font-size: 2.1rem;
    text-align: left;
  }
  .context__item {
    text-align: left;
  }
  .context__item span {
    max-width: 380px;
  }
  .context__item img {
    height: 450px;
  }
  .context__item:first-child span {
    padding-left: 7rem;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .context .container {
    max-width: 1130px;
  }
}

.dispo-item {
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  padding: 2rem 1.5rem;
}

.dispo-item h2 {
  font-size: 1.8rem;
  line-height: 1.758rem;
}

.dispo-item strong {
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-family: "Nunito-SemiBold", sans-serif;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-bottom: 2rem;
}

.dispo-item.dispo-item--blue-1 {
  background-color: #21467d;
}

.dispo-item.dispo-item--blue-2 {
  background-color: #6cbccc;
}

.dispo-item.dispo-item--green {
  background-color: #a5c256;
}

@media (min-width: 768px) {
  .dispo {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #21467d), color-stop(0%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #6cbccc), color-stop(50%, #a5c256));
    background-image: linear-gradient(90deg, #21467d 40%, transparent 0%), linear-gradient(180deg, #6cbccc 50%, #a5c256 50%);
  }
  .dispo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dispo-item {
    padding: 2.5rem 1.5rem 2.9rem;
  }
  .dispo-item h2 {
    font-size: 3.1rem;
    line-height: 3.2rem;
  }
  .dispo-item strong {
    padding: 1rem 4rem;
    font-family: "Nunito-ExtraBold", sans-serif;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 1;
  }
  .dispo-item.dispo-item--blue-1, .dispo-item.dispo-item--blue-2, .dispo-item.dispo-item--green {
    background-color: transparent;
  }
  .dispo-item.dispo-item--blue-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dispo-item.dispo-item--blue-1 h2 {
    max-width: 310px;
  }
  .dispo-item.dispo-item--blue-2, .dispo-item.dispo-item--green {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding-left: 3rem;
  }
}

@media (min-width: 1110px) {
  .dispo-item.dispo-item--blue-2, .dispo-item.dispo-item--green {
    padding-left: 5rem;
  }
}

.algo {
  padding: 3rem 0;
}

.algo .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  max-width: 540px;
  color: #284893;
}

.algo .title h2 {
  font-size: 2.2rem;
}

.algo .title span {
  font-size: 1rem;
}

.algo__img {
  text-align: center;
}

@media (min-width: 768px) {
  .algo {
    padding: 5rem 0;
  }
  .algo .title {
    gap: 2.5rem;
    margin-bottom: 2rem;
  }
  .algo .title h2 {
    font-size: 4rem;
  }
  .algo__img img {
    height: 310px;
  }
}

.witness {
  padding: 3rem 0;
  background-color: #e6e7e8;
}

.witness-list {
  max-width: 980px;
}

.witness-item {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem 3rem;
  margin-bottom: 4rem;
  color: #21467d;
  position: relative;
}

.witness-item2{
  background-color: #ECECF0;
}

.witness-item::before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 40px;
  width: 80px;
  height: 35px;
  background-image: url("../images/background/dialog.png");
  background-repeat: no-repeat;
}

.witness-item2::before {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 40px;
  width: 80px;
  height: 35px;
  background-image: url("../images/background/dialoggrey.png");
  background-repeat: no-repeat;
}

.witness-item strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.witness-item .witness-item__caption span {
  display: block;
  font-size: 1.3rem;
  text-align: right;
}

.witness-item.witness-item--reverse::before {
  left: unset;
  right: 40px;
  background-image: url("../images/background/dialog2.png");
}

.witness-item2.witness-item--reverse::before {
  left: unset;
  right: 40px;
  background-image: url("../images/background/dialoggrey2.png");
}

@media (min-width: 768px) {
  .witness {
    padding: 3.5rem 0 4.3rem;
  }
  .witness .title {
    margin-bottom: 3.8rem;
  }
  .witness-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .witness-list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .witness-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5rem;
  }
  .witness-item .witness-item__caption span {
    text-align: left;
  }
}

@media (min-width: 1110px) {
  .witness-item {
    padding: 1.5rem 3rem;
  }
  .witness-item strong {
    font-size: 1.7rem;
  }
}

@media (min-width: 1366px) {
  .witness-item {
    padding: 1.5rem 3rem 1.5rem 4rem;
  }
  .witness-item strong {
    font-size: 1.7rem;
  }
}

.techno {
  padding: 2rem 0;
}

.techno-img {
  margin-bottom: 9rem;
  text-align: center;
}

.techno-img img {
  height: 16.5rem;
}

.techno-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.techno-item {
  position: relative;
  margin-bottom: 3.8rem;
  font-size: 1.5rem;
  max-width: 340px;
  line-height: normal;
}

.techno-item img {
  position: absolute;
  right: 4rem;
  top: 0;
}

.techno-item.techno-item--green img {
  top: -7rem;
  height: 90px;
}

.techno-item.techno-item--green .rounded-box {
  padding-top: 4.2rem;
  padding-bottom: 1.8rem;
}

.techno-item.techno-item--green .rounded-box strong {
  color: #21467d;
}

.techno-item.techno-item--blue-1 img {
  top: -2rem;
  height: 110px;
  right: 3rem;
}

.techno-item.techno-item--blue-1 .rounded-box {
  padding-top: 1.5rem;
}

.techno-item.techno-item--blue-1 .rounded-box strong {
  color: #21467d;
  max-width: 125px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.techno-item.techno-item--blue-2 img {
  top: -1.2rem;
  height: 60px;
}

.techno-item.techno-item--blue-2 .rounded-box {
  padding-top: 3rem;
  padding-right: 4rem;
  padding-bottom: 1.6rem;
  right: 4rem;
}

.techno-item.techno-item--blue-2 .rounded-box strong {
  color: #6cbccc;
  margin-bottom: 1.5rem;
}

.techno-item .rounded-box {
  padding: 3rem 5rem 2rem 5rem;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.techno-item .rounded-box strong {
  margin-bottom: 1rem;
}

.techno-list-car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.techno-list-car-item {
  margin-bottom: 1.5rem;
  max-width: 340px;
}

.techno-list-car-item.techno-list-car-item--blue-1 ul li {
  color: #6cbccc;
}

.techno-list-car-item.techno-list-car-item--blue-1 ul li::before {
  background-color: #6cbccc;
}

.techno-list-car-item.techno-list-car-item--green ul li {
  color: #a5c256;
}

.techno-list-car-item.techno-list-car-item--green ul li::before {
  background-color: #a5c256;
}

.techno-list-car-item.techno-list-car-item--blue-2 ul li {
  color: #21467d;
}

.techno-list-car-item.techno-list-car-item--blue-2 ul li::before {
  background-color: #21467d;
}

.techno-list-car-item .rounded-box {
  margin-bottom: 1.8rem;
  padding: .6rem 0 .6rem 2rem;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

.techno-list-car-item ul {
  padding-left: 2rem;
}

@media (max-width: 767.98px) {
  .techno .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .techno {
    padding: 4rem 0 3.6rem;
  }
  .techno-img {
    margin-bottom: 5rem;
  }
  .techno-img img {
    height: auto;
  }
  .techno-list {
    max-width: 950px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 7rem;
  }
  .techno-item {
    position: static;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.495rem;
    margin-bottom: 0;
  }
  .techno-item img {
    position: static;
  }
  .techno-item.techno-item--green img {
    height: 150px;
  }
  .techno-item.techno-item--blue-1 img {
    height: 210px;
  }
  .techno-item.techno-item--blue-1 .rounded-box strong {
    max-width: 100%;
  }
  .techno-item.techno-item--blue-2 img {
    height: 120px;
  }
  .techno-item .rounded-box {
    min-height: 200px;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-right: 2.5rem;
    padding-left: 7.5%;
    margin-bottom: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .techno-list-car {
    max-width: 810px;
    margin-bottom: 2rem;
  }
  .techno-list-car-item {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
    margin-bottom: 0;
    font-size: 1.495rem;
  }
  .techno-list-car-item .rounded-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    min-height: 108px;
    border-bottom-right-radius: 110px;
    border-top-right-radius: 110px;
    margin-bottom: .5rem;
    padding: 2rem 12% 2rem 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .techno-list-car-item ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.param {
  padding: 2rem 0;
  background-color: #A5C257;
  background-image: -webkit-gradient(linear, left top, right top, from(#a5c256), to(#6cbccc));
  background-image: linear-gradient(to right, #a5c256, #6cbccc);
  color: #fff;
  font-size: 1.5rem;
  position: relative;
}

.param::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/background/wave-mobile.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.param .title {
  color: #fff;
}

.param-item {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .param {
    padding: 3.5rem 0 3.1rem;
  }
  .param::after {
    background-image: url("../images/background/wave.png");
  }
  .param .title {
    margin-bottom: 3.5rem;
  }
  .param-list {
    max-width: 710px;
    display: grid;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    row-gap: 1.35rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "temp ppg" "algo act";
  }
  .param-list .param-item {
    margin-bottom: 0;
    font-size: 1.499rem;
  }
  .param-list .param-item:first-child {
    grid-area: temp;
  }
  .param-list .param-item:nth-child(2) {
    grid-area: algo;
  }
  .param-list .param-item:nth-child(3) {
    grid-area: ppg;
  }
  .param-list .param-item:last-child {
    grid-area: act;
  }
}

.contact {
  padding: 3rem 0;
  background-color: #e6e7e8;
}

.contact-inner {
  max-width: 730px;
}

.contact h3 {
  text-transform: uppercase;
  color: #a5c256;
}

.contact .btn {
  color: #fff;
}

.contact .form-select,
.contact textarea.form-control {
  background-color: #fff;
}

.contact .custom-check label {
  font-size: 1.3rem;
  line-height: normal;
}

.contact-person {
  padding: 2rem 0;
}

.contact-person-list {
  max-width: 255px;
}

.contact-person-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.contact-person-item img {
  height: 70px;
}

.contact-person-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-person-item strong {
  font-size: 1.5rem;
  font-family: "Nunito-Black", sans-serif;
  color: #6cbccc;
}

.contact-person-item a {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 2rem;
  font-family: "Nunito-Bold", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  background-color: #21467d;
}

.contact-person-item a:hover {
  color: #6cbccc;
}

@media (min-width: 768px) {
  .contact {
    padding: 4.7rem 0 4.4rem;
  }
  .contact h3 {
    font-size: 2.1rem;
    line-height: 2.124rem;
    margin-bottom: 2rem;
  }
  .contact .custom-check label {
    font-size: 1.2rem;
  }
  .contact-person {
    padding: 4rem 0;
  }
  .contact-person-list {
    max-width: 675px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-person-item {
    gap: 2.5rem;
  }
  .contact-person-item img {
    height: auto;
  }
  .contact-person-item a {
    margin-top: .7rem;
    height: 25px;
    width: 25px;
    line-height: 2.5rem;
    font-size: 1.5rem;
  }
}
