@charset "UTF-8";
/*  ****************** Start Global Style ****************** */
:root {
  --main-black-color: #212529;
  --main-red-color: #e31935;
  --transition: all 0.5s;
}

* ::-webkit-scrollbar {
  width: 12px;
  background-color: var(--main-black-color);
}
* ::-moz-selection {
  background-color: var(--main-red-color);
}
* ::selection {
  background-color: var(--main-red-color);
}
* ::-webkit-scrollbar-thumb {
  background-color: var(--main-red-color);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

a {
  text-decoration: none !important;
}

.container {
  width: 80%;
  margin: auto;
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
/*  ****************** End Global Style ****************** */
/*  ****************** Start Header Style ****************** */
/*  ****************** Hide/Reveal a Sticky Header on Scroll ****************** */
header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
header .header_wrapper {
  position: relative;
}
header .header_wrapper .first_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 12px;
  margin-left: 15px;
}
header .header_wrapper .first_content a {
  color: var(--main-black-color);
  font-size: 12px;
  font-weight: 400;
  margin-right: 15px;
}
header .header_wrapper .first_content a:hover {
  text-decoration: underline !important;
}
header .header_wrapper .last_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 999;
  height: 65px;
}
header .header_wrapper .last_content .logo {
  width: 255px;
  margin-right: 30px;
  position: relative;
}
header .header_wrapper .last_content .logo a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
header .header_wrapper .last_content .logo a > svg {
  width: 100%;
  position: absolute;
}
header .header_wrapper .last_content .logo a > svg .st0 {
  fill: #d92841;
}
header .header_wrapper .last_content .logo a > svg .st1 {
  font-family: "MyriadPro-Regular";
}
header .header_wrapper .last_content .logo a > svg .st2 {
  font-size: 4.0893px;
}
header .header_wrapper .last_content .logo a > svg .st3 {
  fill: #494848;
}
header .header_wrapper .last_content .logo span {
  display: none;
}
header .header_wrapper .last_content .logo span svg {
  width: 28px;
}
header .header_wrapper .last_content nav {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px !important;
}
header .header_wrapper .last_content nav > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
}
header .header_wrapper .last_content nav > ul > li {
  display: flex;
  align-items: center;
  margin: 0 15px;
  font-size: 17px;
  height: 100%;
}
header .header_wrapper .last_content nav > ul > li > span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  font-weight: 580;
  color: var(--main-black-color);
  font-size: 0.9rem;
}
header .header_wrapper .last_content nav > ul > li > span > span {
  display: none !important;
}
header .header_wrapper .last_content nav > ul > li > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  display: none;
  transform: translateX(-50%);
  width: calc(100% + 20px);
  height: 3px;
  background-color: var(--main-red-color);
}
header .header_wrapper .last_content nav > ul > li:hover > span::before {
  display: block;
}
header .header_wrapper .last_content nav > ul > li:hover > .nav-content {
  padding: 30px 80px;
  height: -moz-max-content;
  height: max-content;
}
header .header_wrapper .last_content nav > ul > li .nav-content {
  overflow: hidden;
  position: absolute;
  height: 0;
  padding: 0;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  width: calc(100vw - 160px);
  background-color: #fafafa;
  transition: var(--transition);
  z-index: 9999;
}
header .header_wrapper .last_content nav > ul > li .nav-content .title {
  width: -moz-max-content;
  width: max-content;
  font-size: 22px;
  font-weight: 500;
  color: var(--main-black-color);
  margin-bottom: 8px;
}
header .header_wrapper .last_content nav > ul > li .nav-content .title:hover > span {
  margin-left: 50px;
}
header .header_wrapper .last_content nav > ul > li .nav-content .title > span {
  margin-left: 30px;
  transition: var(--transition);
}
header .header_wrapper .last_content nav > ul > li .nav-content .title > span svg {
  width: 30px !important;
}
header .header_wrapper .last_content nav > ul > li .nav-content .nav-items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 320px;
  flex-wrap: wrap;
  margin-bottom: 100px;
  height: auto;
  overflow-y: auto;
}
header .header_wrapper .last_content nav > ul > li .nav-content .nav-items .item {
  padding: 10px 30px 10px 0 !important;
  min-width: -moz-max-content;
  min-width: max-content;
}
header .header_wrapper .last_content nav > ul > li .nav-content .nav-items .item:nth-child(1) {
  height: 370px;
}
header .header_wrapper .last_content nav > ul > li .nav-content .nav-items .item li:nth-child(1) {
  color: var(--main-red-color);
  font-weight: 700;
}
header .header_wrapper .last_content nav > ul > li .nav-content .nav-items .item li {
  margin-bottom: 8px;
}
header .header_wrapper .last_content nav > ul > li .nav-content .nav-items .item li:hover a {
  color: var(--main-red-color);
}
header .header_wrapper .last_content nav > ul > li .nav-content .nav-items .item li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--main-black-color);
}
header .header_wrapper .last_content nav .call a {
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid var(--main-red-color);
  transition: 0.3s all;
  height: 100%;
  background-color: transparent;
  transition: var(--transition);
  cursor: pointer;
  color: var(--main-red-color);
  font-weight: 550;
  font-size: 0.9rem;
}
header .header_wrapper .last_content nav .call a:hover {
  background-color: var(--main-red-color);
  color: #fff;
}
header .header_wrapper .last_content nav .request-btn {
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid var(--main-red-color);
  transition: 0.3s all;
  background-color: var(--main-red-color);
  margin: 0;
  cursor: pointer;
}
header .header_wrapper .last_content nav .request-btn a {
  color: #fff;
  transition: var(--transition);
  font-weight: 550;
  font-size: 0.9rem;
}
header .header_wrapper .last_content nav .request-btn:hover a {
  color: var(--main-red-color);
}
header .header_wrapper .last_content nav .request-btn:hover {
  background-color: transparent;
}
header .header_wrapper .last_content nav > ul:last-child {
  justify-content: flex-end;
}

header nav > ul > li .nav-content .title > span:last-child {
  display: flex;
}

header nav > ul > li .nav-content .nav-items .item li.list-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav > ul > li .nav-content .nav-items .item li.list-title a > span {
  width: -moz-max-content;
  width: max-content;
  margin-left: 30px;
}

@media (min-width: 992px) {
  header nav > ul > li > span span,
  header nav > ul > li .nav-content .title span {
    display: none;
  }
  nav > ul:last-child {
    position: absolute !important;
    top: 12px !important;
    right: 0 !important;
    height: -moz-max-content !important;
    height: max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
@media (max-width: 600px) {
  footer .rc-anchor-normal {
    width: 293px !important;
  }
}
@media (max-width: 991px) {
  header .header_wrapper .last_content nav > ul > li .nav-content .nav-items .item:nth-child(1) {
    height: 210px;
  }
  header nav > ul > li .nav-content .nav-items .item {
    padding: 10px 15px !important;
    min-width: 92% !important;
  }
  header nav > ul > li > span::before {
    display: none !important;
  }
  .container {
    width: 95%;
  }
  header .logo a > span > svg {
    width: 30px !important;
    color: var(--main-black-color);
    pointer-events: none;
  }
  header {
    overflow: hidden;
  }
  header .header_wrapper {
    height: 65px;
    padding-top: 20px;
  }
  header .header_wrapper .last_content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: var(--transition);
    height: -moz-max-content;
    height: max-content;
  }
  header .header_wrapper .last_content .logo {
    width: 100%;
    min-height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    position: relative;
  }
  header .header_wrapper .last_content .logo > a svg {
    width: 130px !important;
  }
  header .header_wrapper .last_content .logo span {
    display: block;
  }
  header .header_wrapper .last_content nav {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    height: -moz-max-content;
    height: max-content;
  }
  header .header_wrapper .last_content nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  header .header_wrapper .last_content nav ul li {
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: 100%;
  }
  header .header_wrapper .last_content nav ul li > span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
  }
  header .header_wrapper .last_content nav ul li.request-btn {
    width: -moz-max-content !important;
    width: max-content !important;
  }
  header .header_wrapper .last_content nav ul li.request-btn a {
    width: -moz-max-content;
    width: max-content;
    text-align: center;
  }
  header .header_wrapper .last_content nav ul li .call {
    margin: 15px 0;
  }
  header .header_wrapper .last_content nav ul li .nav-content {
    top: 95px !important;
    width: 100% !important;
  }
  header .header_wrapper .last_content nav ul li .nav-content .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header_wrapper .last_content nav ul li .nav-content .title > span {
    display: none;
  }
  header nav > ul > li {
    width: 90vw !important;
  }
  header nav > ul > li > span {
    width: 100%;
    display: flex;
  }
  header nav > ul > li > span > span {
    display: block !important;
    float: right;
    width: -moz-max-content;
    width: max-content;
  }
  header .header_wrapper .last_content nav ul li:hover > .nav-content {
    height: 100vh;
  }
  header nav > ul > li .nav-content .title > span:first-child {
    display: block !important;
    float: right;
    width: -moz-max-content;
    width: max-content;
  }
  header nav > ul > li .nav-content .title > span:last-child {
    display: none !important;
  }
  header nav > ul:last-child {
    margin-top: 10px !important;
    margin-left: 15px !important;
  }
  header .header_wrapper nav > ul > li.call {
    margin: 20px 0 20px 0;
  }
  header nav > ul > li:hover > .nav-content {
    max-width: calc(100vw - 20px) !important;
    padding: 30px 10px;
  }
  header .header_wrapper .first_content {
    display: none;
  }
}
@media (min-width: 660px) {
  header .header_wrapper .last_content nav > ul > li .nav-content .nav-items {
    gap: 10px !important;
  }
}
@media (min-width: 375px) {
  header .header_wrapper .last_content nav > ul > li .nav-content .nav-items {
    gap: 0px !important;
  }
}
@media (min-width: 320px) {
  header .header_wrapper .last_content nav > ul > li .nav-content .nav-items {
    gap: 90px;
  }
}
@media (min-width: 992px) {
  header .header_wrapper .last_content nav > ul > li .nav-content .nav-items {
    gap: 320px !important;
  }
}
header nav > ul > li .nav-content .title {
  display: flex !important;
}

/*  ****************** End Header Style ****************** */
/*  ****************** Start Footer Style ****************** */
footer {
  background-color: white;
  padding: 30px 0 20px;
}
footer .menu_link li {
  color: var(--main-red-color);
  margin-bottom: 6px;
  text-transform: uppercase;
}
footer .menu_link a,
footer span {
  color: var(--main-black-color);
  font-size: 14px;
  text-transform: none;
}
footer .menu_link a:hover,
footer span:hover {
  color: var(--main-red-color);
  text-decoration: underline;
}
footer .first-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
footer .first-content .line {
  width: 100%;
  height: 0.5px;
  background-color: #868686;
  margin-block: 30px;
}
footer .first-content .footer-menu {
  width: -moz-max-content;
  width: max-content;
}
footer .first-content .footer-menu > .menu_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  height: -moz-max-content;
  height: max-content;
  flex-wrap: wrap;
  gap: 15px;
}
footer .first-content .footer-menu > .menu_link > li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  min-width: calc(25% - 15px);
  margin-top: 0;
}
footer .first-content .footer-menu > .menu_link > li .uk-accordion-title {
  font-size: 16px;
  color: #909090;
  font-weight: 400;
}
footer .first-content .footer-menu > .menu_link > li .uk-accordion-title:hover {
  color: #fff;
}
footer .first-content .footer-menu > .menu_link > li .uk-accordion-content {
  width: 100%;
}
footer .first-content .footer-menu > .menu_link > li .uk-accordion-content .fa-linkedin {
  color: white;
}
footer .first-content .footer-menu > .menu_link > li .uk-accordion-content > ul > li {
  font-size: 14px;
  color: var(--main-red-color);
  font-weight: 400;
}
footer .first-content a {
  width: 200px;
  margin-top: 20px !important;
}
footer .first-content .about-company {
  width: -moz-max-content;
  width: max-content;
  align-items: start;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 80px;
}
footer .first-content .about-company .footer-menu {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
footer .first-content .about-company p {
  color: #909090;
  font-weight: 400;
  font-size: 13px;
}
footer .second-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 20px 0 0;
}
footer .second-content .terms {
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
footer .second-content .terms li {
  margin: 0 10px;
}
footer .second-content .terms li a {
  color: #909090;
  transition: var(--transition);
}
footer .second-content .terms li a:hover {
  color: #fff;
}
footer .second-content .copy-right {
  color: #909090;
}
footer .second-content .social-media i {
  color: #fff;
  font-size: 26px;
  transition: var(--transition);
}
footer .second-content .social-media i.fab.fa-linkedin:hover {
  color: #0073b1;
}
footer .second-content .social-media i.fab.fa-whatsapp:hover {
  color: #25d366;
}

footer .social_icons_desktop a {
  margin-right: 10px;
}
footer .social_icons_desktop .linkdin {
  color: #0073b1;
}
footer .social_icons_desktop .linkdin i {
  font-size: 25px;
}
footer .social_icons_desktop .youtube {
  color: red;
}
footer .social_icons_desktop .youtube i {
  font-size: 25px;
}

@media (max-width: 600px) {
  .social_icons_desktop {
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto;
    gap: 30px;
  }
  .gallery .uk-slideshow .content_slider {
    font-size: 17px !important;
    line-height: 30px;
  }
  .gallery .uk-slideshow .content_slider span {
    font-size: 15px !important;
  }
  .footer-menu .menu_link li {
    color: var(--main-black-color);
  }
  .footer-menu .menu_link li:first-child {
    font-weight: 600;
  }
  .footer-menu .menu_link a,
  span {
    font-size: 13px !important;
  }
  footer .footer-menu {
    width: 100% !important;
  }
  footer .second-content .copy-right {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-align: center;
  }
  footer .second-content .terms li a {
    font-size: 11px !important;
  }
}
.content_slider {
  font-size: 28px !important;
}
.content_slider span {
  font-size: 20px;
}

/*  ****************** End Footer Style ****************** */
/*  ****************** Start Gallery Style ****************** */
.gallery {
  overflow: hidden;
  height: auto;
  z-index: 99;
  position: relative;
  margin-top: 115px;
}
.gallery .uk-slideshow {
  max-height: calc(100vh - 30px) !important;
  position: relative;
}
.gallery .uk-slideshow .overly {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3607843137);
  z-index: 1;
}
.gallery .uk-slideshow .content_slider {
  width: 80%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
}
.gallery .uk-slideshow .content_slider strong {
  font-size: 26px;
}
.gallery .uk-slideshow .content_slider span {
  font-size: 20px;
  font-weight: 500;
  display: block;
}
.gallery .uk-slideshow .uk-slideshow-nav {
  z-index: 1;
}
.gallery .uk-slideshow .slider__container {
  height: calc(100vh - 115px) !important;
}
.gallery .uk-slideshow img {
  height: 100% !important;
  width: 100% !important;
}
.gallery .uk-position-relative.uk-visible-toggle.uk-light.uk-slideshow {
  height: 80%;
}
.gallery .uk-position-relative.uk-visible-toggle.uk-light.uk-slideshow .uk-slideshow-items {
  min-height: 100% !important;
}

.uk-slideshow-items > :not(.uk-active) img {
  width: 758px !important;
  height: 758px !important;
}

.scroll_down {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 16px;
  padding: 0px 35px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border: 1px solid red;
  color: #fff;
  background-color: var(--main-red-color);
  transition: 0.4s all;
  margin: 10px auto;
}
.scroll_down:hover {
  color: #212529;
  background-color: white;
}
.scroll_down span {
  animation: topDownArrow 600ms alternate infinite;
}

@keyframes topDownArrow {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .gallery .uk-dotnav {
    display: none;
  }
  .gallery .uk-slideshow .content_slider {
    width: 69%;
    font-size: 30px;
    line-height: 45px;
    top: 37%;
  }
}
@media (max-width: 991px) {
  .gallery .uk-slideshow img {
    width: auto !important;
  }
  .gallery {
    height: calc(100vh - 250px);
    margin-top: 85px;
  }
  .gallery .uk-dotnav {
    margin-top: -30px !important;
    position: relative;
  }
  .gallery .uk-dotnav > li.uk-active a {
    background-color: var(--main-red-color);
  }
  .gallery .uk-dotnav > li a {
    background-color: #fff;
    border-color: var(--main-red-color);
  }
  .gallery .uk-slideshow .slider__container,
  .gallery .uk-slideshow {
    height: calc(100vh - 300px) !important;
  }
  .uk-slideshow-items {
    height: 100% !important;
  }
}
/*  ****************** End Gallery Style ****************** */
/*  ****************** Start Share Style ****************** */
.share {
  position: fixed;
  right: 15px;
  top: 40%;
  width: 40px;
  z-index: 999;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  height: 40px;
  transition: var(--transition);
}
.share:hover {
  height: 254px;
}
.share a {
  color: #fff;
  width: 100%;
  height: 40px;
  border-top: 1px dashed #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share a i {
  font-size: 21px;
}
.share a:first-child {
  border-top: 0;
  background-color: var(--main-red-color);
}
.share a.linkedin {
  background-color: #0077b5;
}
.share a.facebook {
  background-color: #4267b2;
}
.share a.twitter {
  background-color: #55acee;
}
.share a.whatsapp {
  background-color: #25d366;
}

/*  ****************** End Share Style ****************** */
/*  ****************** Start back-to-top Style ****************** */
.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  background-color: var(--main-red-color);
  display: none;
  cursor: pointer;
  color: #fff;
  z-index: 99;
}
.back-to-top span {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-to-top span svg {
  width: 30px;
}

/*  ****************** End back-to-top Style ****************** */
/*  ****************** Start loader Style ****************** */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  background-color: var(--main-black-color);
  z-index: 999999;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loader svg {
  margin-bottom: 70px;
  margin-top: -120px;
  width: 320px;
}
.loader svg rect {
  fill: #fff;
}

.wrapper {
  position: relative;
  margin-left: -30px;
}
.wrapper .dot {
  animation-name: movement;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  height: 10px;
  position: absolute;
  top: -10px;
  transform: translate3d(0, -25px, 0) scale(1);
  width: 10px;
}
.wrapper .dot:nth-of-type(1) {
  animation-delay: -0.1s;
  left: 112.5px;
}
.wrapper .dot:nth-of-type(1)::before {
  animation-delay: -0.1s;
}
.wrapper .dot:nth-of-type(2) {
  animation-delay: -1.2s;
  left: 112.5px;
}
.wrapper .dot:nth-of-type(2)::before {
  animation-delay: -1.2s;
}
.wrapper .dot:nth-of-type(3) {
  animation-delay: -0.3s;
  left: 87.5px;
}
.wrapper .dot:nth-of-type(3)::before {
  animation-delay: -0.3s;
}
.wrapper .dot:nth-of-type(4) {
  animation-delay: -1.4s;
  left: 87.5px;
}
.wrapper .dot:nth-of-type(4)::before {
  animation-delay: -1.4s;
}
.wrapper .dot:nth-of-type(5) {
  animation-delay: -0.5s;
  left: 62.5px;
}
.wrapper .dot:nth-of-type(5)::before {
  animation-delay: -0.5s;
}
.wrapper .dot:nth-of-type(6) {
  animation-delay: -1.6s;
  left: 62.5px;
}
.wrapper .dot:nth-of-type(6)::before {
  animation-delay: -1.6s;
}
.wrapper .dot:nth-of-type(7) {
  animation-delay: -0.7s;
  left: 37.5px;
}
.wrapper .dot:nth-of-type(7)::before {
  animation-delay: -0.7s;
}
.wrapper .dot:nth-of-type(8) {
  animation-delay: -1.8s;
  left: 37.5px;
}
.wrapper .dot:nth-of-type(8)::before {
  animation-delay: -1.8s;
}
.wrapper .dot:nth-of-type(9) {
  animation-delay: -0.9s;
  left: 12.5px;
}
.wrapper .dot:nth-of-type(9)::before {
  animation-delay: -0.9s;
}
.wrapper .dot:nth-of-type(10) {
  animation-delay: -2s;
  left: 12.5px;
}
.wrapper .dot:nth-of-type(10)::before {
  animation-delay: -2s;
}
.wrapper .dot:nth-of-type(11) {
  animation-delay: -1.1s;
  left: -12.5px;
}
.wrapper .dot:nth-of-type(11)::before {
  animation-delay: -1.1s;
}
.wrapper .dot:nth-of-type(12) {
  animation-delay: -2.2s;
  left: -12.5px;
}
.wrapper .dot:nth-of-type(12)::before {
  animation-delay: -2.2s;
}
.wrapper .dot:nth-of-type(13) {
  animation-delay: -1.3s;
  left: -37.5px;
}
.wrapper .dot:nth-of-type(13)::before {
  animation-delay: -1.3s;
}
.wrapper .dot:nth-of-type(14) {
  animation-delay: -2.4s;
  left: -37.5px;
}
.wrapper .dot:nth-of-type(14)::before {
  animation-delay: -2.4s;
}
.wrapper .dot:nth-of-type(15) {
  animation-delay: -1.5s;
  left: -62.5px;
}
.wrapper .dot:nth-of-type(15)::before {
  animation-delay: -1.5s;
}
.wrapper .dot:nth-of-type(16) {
  animation-delay: -2.6s;
  left: -62.5px;
}
.wrapper .dot:nth-of-type(16)::before {
  animation-delay: -2.6s;
}
.wrapper .dot:nth-of-type(17) {
  animation-delay: -1.7s;
  left: -87.5px;
}
.wrapper .dot:nth-of-type(17)::before {
  animation-delay: -1.7s;
}
.wrapper .dot:nth-of-type(18) {
  animation-delay: -2.8s;
  left: -87.5px;
}
.wrapper .dot:nth-of-type(18)::before {
  animation-delay: -2.8s;
}
.wrapper .dot:nth-of-type(19) {
  animation-delay: -1.9s;
  left: -112.5px;
}
.wrapper .dot:nth-of-type(19)::before {
  animation-delay: -1.9s;
}
.wrapper .dot:nth-of-type(20) {
  animation-delay: -3s;
  left: -112.5px;
}
.wrapper .dot:nth-of-type(20)::before {
  animation-delay: -3s;
}
.wrapper .dot::before {
  animation-name: size-opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  background: white;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.wrapper .dot:nth-of-type(even)::before {
  background-color: var(--main-red-color);
  box-shadow: inset 0 0 4px #b5142a;
}

@keyframes movement {
  0% {
    transform: translate3d(0, -25px, 0);
    z-index: 0;
  }
  50% {
    transform: translate3d(0, 25px, 0);
    z-index: 10;
  }
  100% {
    transform: translate3d(0, -25px, 0);
    z-index: -5;
  }
}
@keyframes size-opacity {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.35;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*  ****************** End loader Style ****************** */
/*  ****************** Start Main solutions Style ****************** */
.main-solutions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 120px 0 20px;
}
.main-solutions .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
  margin: 30px auto;
}
.main-solutions .item.reverse {
  flex-direction: row-reverse;
}
.main-solutions .item.reverse .item-desc {
  align-items: flex-end;
}
.main-solutions .item .item-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  width: 60%;
}
.main-solutions .item .item-desc .desc {
  width: 90%;
}
.main-solutions .item .item-desc .desc h1 {
  font-size: 30px;
  font-weight: bolder;
  color: #000;
}
.main-solutions .item .item-desc .desc div {
  font-size: 14px;
  color: #6c757d;
  text-align: justify;
}
.main-solutions .item .item-desc .desc div h2 {
  margin: 0;
  display: inline;
  font-size: 14px;
  font-weight: 700;
  color: #6c757d;
}
.main-solutions .item .item-desc button {
  color: #fff;
  transition: var(--transition);
  font-weight: 600;
  padding: 10px 12px;
  height: -moz-max-content;
  height: max-content;
  background-color: var(--main-red-color);
  border: 2px solid var(--main-red-color);
  cursor: pointer;
  outline: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.main-solutions .item .item-desc button svg {
  margin-left: 10px;
}
.main-solutions .item .item-desc button:hover {
  color: var(--main-red-color);
  background-color: transparent;
}
.main-solutions .item img {
  width: 40%;
}

@media (max-width: 991px) {
  .main-solutions {
    padding: 80px 0;
  }
  .main-solutions .item.reverse,
  .main-solutions .item {
    flex-direction: column-reverse;
  }
  .main-solutions .item img {
    width: 100%;
    max-width: 100%;
  }
  .main-solutions .item .item-desc {
    width: 100%;
    align-items: flex-start;
    text-align: center;
  }
  .main-solutions .item.reverse .item-desc {
    align-items: flex-start;
  }
  .main-solutions .item .item-desc .desc h1 {
    text-align: left;
    font-size: 25px;
    margin-top: 15px;
  }
  .main-solutions .item .item-desc .desc {
    width: 100%;
  }
}
/*  ****************** End Main solutions Style ****************** */
/*  ****************** Start About-company Style ****************** */
.about-company-cards {
  padding: 120px 0 0;
}
.about-company-cards h4 {
  font-size: 32px;
  color: var(--main-black-color);
  text-align: center;
  margin-bottom: 45px;
  font-weight: bolder;
}
.about-company-cards .cards {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px;
}
.about-company-cards .cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  border: 1px solid #e1e1e1;
  min-height: -moz-max-content;
  min-height: max-content;
  height: auto;
  overflow: hidden;
  padding-bottom: 12px;
}
.about-company-cards .cards .card img {
  min-height: 220px;
  height: 220px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-company-cards .cards .card .card-desc {
  padding: 15px;
}
.about-company-cards .cards .card .card-desc h2 {
  font-size: 19px;
  font-weight: 600;
  color: var(--main-black-color);
}
.about-company-cards .cards .card .card-desc p {
  font-size: 13px;
}
.about-company-cards .cards .card button {
  color: #fff;
  transition: var(--transition);
  font-weight: 600;
  padding: 10px 12px;
  height: -moz-max-content;
  height: max-content;
  background-color: var(--main-red-color);
  border: 2px solid var(--main-red-color);
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: 0;
  margin: 0 auto 20px 15px;
}
.about-company-cards .cards .card button svg {
  margin-left: 10px;
}
.about-company-cards .cards .card button i {
  margin-left: 10px;
}
.about-company-cards .cards .card button:hover {
  color: var(--main-red-color);
  background-color: transparent;
}

@media (min-width: 601px) and (max-width: 991px) {
  .home_page_select .select_cat {
    flex-direction: column;
    height: auto !important;
  }
  .instrumentation_cat,
  .tachymetrie_cat {
    width: 100% !important;
    height: 552px !important;
  }
  .instrumentation_cat .content_cat_one {
    margin-top: 250px !important;
  }
  .tachymetrie_cat .content_cat_two {
    margin-top: 250px !important;
  }
  .about-company-cards h4 {
    font-size: 25px;
    margin: 0 auto;
    width: 90%;
  }
  .about-company-cards .cards {
    align-items: center;
    padding: 40px 0;
  }
  .about-company-cards .cards .card img {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /*================== Footer ======================*/
  footer .first-content .about-company {
    flex-direction: column !important;
    align-items: start;
    justify-content: center;
    gap: 18px !important;
  }
  footer .first-content .about-company .footer-menu {
    flex-direction: column;
  }
  footer .first-content .about-company .footer-menu .menu_link {
    width: -moz-fit-content;
    width: fit-content;
  }
  .second-content {
    flex-direction: column-reverse !important;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  /* =============== Start Footer ===============*/
  footer .about-company {
    flex-direction: column;
    gap: 20px !important;
    width: 100% !important;
  }
  .second-content {
    flex-direction: column-reverse;
    gap: 32px;
  }
  footer .second-content .terms {
    display: flex;
    gap: 20px;
    flex-direction: column;
    gap: 5px;
  }
  footer .second-content .terms .condition_vente,
  footer .second-content .terms .confi {
    display: none;
  }
  footer .second-content .terms li {
    margin: 0px;
    text-align: start;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .second-content .terms li a {
    font-size: 14px;
  }
  .footer-menu .menu_link {
    height: 20px;
    overflow: hidden;
    transition: 0.5s all;
    position: relative;
    cursor: pointer;
    transition: 0.5s all;
  }
  .footer-menu .menu_link::after {
    content: "+";
    position: absolute;
    color: var(--main-red-color);
    top: 0;
    font-weight: 900;
    right: 0;
    width: 21px;
    height: 21px;
    font-size: 21px;
    display: flex;
    align-items: center;
  }
  .footer-menu .menu_link.display_Height {
    transition: 0.5s all;
    height: -moz-fit-content;
    height: fit-content;
    color: red;
  }
  .footer-menu .menu_link.display_Height::after {
    content: "-";
    position: absolute;
    color: var(--main-red-color);
    top: 0;
    font-weight: 900;
    right: 0;
    width: 21px;
    height: 21px;
    font-size: 21px;
    display: flex;
    align-items: center;
  }
  footer .footer-menu {
    flex-direction: column;
    width: 100% !important;
  }
  /* =============== End Footer ===============*/
  .home_page_select .select_cat {
    flex-direction: column;
    height: auto !important;
  }
  .instrumentation_cat,
  .tachymetrie_cat {
    width: 100% !important;
    height: 352px !important;
  }
  .instrumentation_cat .content_cat_one {
    margin-top: 130px !important;
  }
  .instrumentation_cat .content_cat_one p {
    font-size: 16px !important;
  }
  .tachymetrie_cat .content_cat_two {
    margin-top: 130px !important;
  }
  .tachymetrie_cat .content_cat_two p {
    font-size: 16px !important;
  }
  .about-company-cards h4 {
    font-size: 25px;
    margin: 0 auto;
    width: 90%;
  }
  .about-company-cards .cards {
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
  }
  .about-company-cards .cards .card {
    margin-top: 20px;
    width: 100%;
  }
  .about-company-cards .cards .card img {
    min-height: 220px;
    max-height: 220px;
    -o-object-fit: fill !important;
       object-fit: fill !important;
    padding-bottom: 30px;
  }
}
/*  ****************** End About-company Style ****************** */
/*  ****************** Start location Style ****************** */
.location {
  height: -moz-max-content;
  height: max-content;
  background: url("images/locations.png");
  background-repeat: no-repeat;
  padding: 40px 0;
  background-size: cover;
}
.location h1 {
  color: #000;
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 60px;
}
.location .location-cards {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.location .location-cards .location-card {
  width: 350px;
  min-height: -moz-max-content;
  min-height: max-content;
  height: auto;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0.375rem 1rem -0.25rem #dcdcdc;
}
.location .location-cards .location-card img {
  width: 100%;
  height: 200px;
}
.location .location-cards .location-card .localisation-desc {
  padding: 30px 15px 0;
  border-top: 4px solid var(--main-red-color);
}
.location .location-cards .location-card .localisation-desc h3 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.location .location-cards .location-card .localisation-desc p {
  color: #6c757d;
  font-size: 13px;
}
.location .location-cards .location-card .localisation-desc button {
  color: #fff;
  transition: var(--transition);
  font-weight: 600;
  padding: 10px 12px;
  height: -moz-max-content;
  height: max-content;
  background-color: var(--main-red-color);
  border: 2px solid var(--main-red-color);
  cursor: pointer;
  outline: 0;
  margin: 0 auto 20px 0;
  display: flex;
  align-items: center;
}
.location .location-cards .location-card .localisation-desc button svg {
  margin-left: 10px;
}
.location .location-cards .location-card .localisation-desc button i {
  margin-left: 10px;
}
.location .location-cards .location-card .localisation-desc button:hover {
  color: var(--main-red-color);
  background-color: transparent;
}

@media (max-width: 991px) {
  .location h1 {
    text-align: center;
    font-size: 25px;
  }
  .location .location-cards {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .location .location-cards .location-card {
    width: 100%;
  }
}
/*  ****************** End location Style ****************** */
/*  ****************** Start requestQuote Style ****************** */
.accepte_capcha .g-recaptcha .rc-anchor-center-item.rc-anchor-checkbox-label {
  font-size: 13px !important;
}

@media (max-width: 991px) {
  .devis .image_support .image {
    margin-top: 84px !important;
  }
  .devis .image_support .soumettre p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .devis .image_support .soumettre p {
    font-size: 13px !important;
  }
  .accepte p {
    font-size: 13px !important;
    text-align: start;
  }
}
.devis .image_support .soumettre {
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.devis .image_support .soumettre h3 {
  color: var(--main-black-color);
  font-weight: 700;
  height: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.devis .image_support .soumettre p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  color: var(--main-black-color);
  text-align: center;
}
.devis .image {
  margin-top: 116px;
  height: 600px;
  width: 100%;
  background-image: url("./images//Customer Support Services   VIVEC.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.requestQuote {
  padding: 120px 0 40px;
}
.requestQuote .accepte_capcha {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.requestQuote .accepte_capcha .g-recaptcha .rc-anchor-checkbox-label {
  font-size: 13px !important;
}
.requestQuote .accepte_capcha .g-recaptcha .recaptcha-checkbox-border {
  width: 13px !important;
  height: 13px !important;
}
.requestQuote .accepte_capcha .g-recaptcha .recaptcha-checkbox {
  border: none;
  font-size: 1px;
  height: 15px !important;
  margin: 4px;
  width: 15px !important;
  overflow: visible;
  outline: 0;
  vertical-align: text-bottom;
}
.requestQuote .accepte {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
}
.requestQuote .accepte input {
  width: 15px;
  height: 15px;
}
.requestQuote .accepte p {
  font-size: 15px;
  text-align: start;
}
.requestQuote h1 {
  color: #000;
  font-weight: bolder;
  margin-bottom: 30px;
  font-size: 30px;
}
.requestQuote form {
  padding: 15px;
}
.requestQuote form > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.requestQuote form > div label {
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
.requestQuote form > div label::after {
  content: "*";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--main-red-color);
  font-size: 22px;
  margin-left: 5px;
}
.requestQuote form > div select {
  width: 98% !important;
}
.requestQuote form > div select,
.requestQuote form > div input {
  height: 35px;
}
.requestQuote form > div select,
.requestQuote form > div input,
.requestQuote form > div textarea {
  width: calc(100% - 30px);
  border: 1px solid #ced4da;
  padding: 0 10px;
  outline: 0;
}
.requestQuote form > div textarea {
  padding: 10px;
  resize: vertical;
  min-height: 130px;
}
.requestQuote form .email_object,
.requestQuote form .full-name {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.requestQuote form .email_object > div,
.requestQuote form .full-name > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 48%;
}
.requestQuote form button {
  padding: 6px 30px;
  border-radius: 2px;
  border: 1px solid var(--main-red-color);
  transition: 0.3s all;
  background-color: var(--main-red-color);
  margin: 0;
  color: white;
  cursor: pointer;
}
.requestQuote form button:hover {
  color: var(--main-red-color);
  background-color: transparent;
}

@media (max-width: 991px) {
  .requestQuote h1 {
    text-align: center;
    font-size: 25px;
  }
  .requestQuote form .email_object,
  .requestQuote form .full-name {
    flex-direction: column;
  }
  .requestQuote form .email_object > div,
  .requestQuote form .full-name > div {
    width: 100%;
  }
  .requestQuote form .email_object > div:first-child,
  .requestQuote form .full-name > div:first-child {
    margin-bottom: 20px;
  }
}
/*  ****************** End requestQuote Style ****************** */
/*  ****************** Start vannesPapillon Style ****************** */
#vannesPapillon .hero__title .container {
  margin-top: 115px;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
#vannesPapillon .hero__title .container img {
  width: 60%;
  -webkit-clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
  max-height: 500px;
}
#vannesPapillon .hero__title .container .desc {
  width: 600px;
  max-width: 100%;
  padding: 15px;
}
#vannesPapillon .hero__title .container .desc .title {
  font-size: 40px;
  font-weight: 300;
  color: black;
}
#vannesPapillon .hero__title .container .desc p {
  font-size: 14px;
  font-weight: 450;
  color: black;
  text-align: justify;
}
#vannesPapillon .vannesPapillon__container {
  padding: 30px 0;
}
#vannesPapillon .vannesPapillon__container .title-content {
  padding-bottom: 10px;
}
#vannesPapillon .vannesPapillon__container .title-content a {
  font-size: 16px;
  color: #455c6e;
}
#vannesPapillon .vannesPapillon__container .title-content a:hover {
  text-decoration: underline !important;
}
#vannesPapillon .vannesPapillon__container .title-content span {
  color: rgba(0, 0, 0, 0.2);
  padding: 0 5px;
}
#vannesPapillon .vannesPapillon__container .title-content .filter {
  font-size: 15px;
  cursor: pointer;
  display: none;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres {
  width: 280px;
  padding: 15px 12px 15px 0;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres .title__resetFilters {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres .title__resetFilters .title {
  font-size: 19px;
  color: black;
  font-weight: 600;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres .title__resetFilters button {
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: var(--main-red-color);
  font-size: 13px;
  transition: var(--transition);
  padding: 5px;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres .title__resetFilters button:hover {
  background-color: rgba(227, 25, 53, 0.1);
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres .dropdown .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 20px !important;
  margin-left: 0;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres .dropdown .title span {
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres ul {
  width: 100%;
  overflow: hidden;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres ul li {
  font-size: 14px;
  margin: 12px 0 12px 10px;
  cursor: pointer;
  transition: var(--transition);
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres ul li:hover {
  letter-spacing: 0.8px;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .content {
  width: calc(100% - 280px);
  border-left: 1px solid #e1e1e1;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .content .small-title {
  color: #6c757d;
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .content .cards__container {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 15px;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .content .cards__container .card {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  transition: var(--transition);
  border: 1px solid transparent;
  border-radius: 4px;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .content .cards__container .card:hover {
  box-shadow: #e1e1e1 0px 2px 8px 0px;
  border: 1px solid #e1e1e1;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .content .cards__container .card .title {
  color: black;
  font-size: 14px;
  margin-bottom: 15px;
}
#vannesPapillon .vannesPapillon__container .vannesPapillon__content .content .cards__container .card .series {
  color: black;
  font-weight: 600;
  font-size: 16px;
}
#vannesPapillon .vannesPapillon__container .uk-accordion-title::before {
  display: none;
}

@media (max-width: 767px) {
  #vannesPapillon .hero__title .desc p {
    font-size: 15px;
    width: 100%;
  }
  #vannesPapillon .hero__title .desc {
    background-color: rgba(255, 255, 255, 0.6);
    width: calc(100% - 30px);
  }
  #vannesPapillon .hero__title .desc .title {
    font-size: 25px;
  }
  #vannesPapillon .hero__title .container {
    flex-direction: column-reverse;
    margin-top: 85px;
  }
  #vannesPapillon .hero__title .container img {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
  #vannesPapillon .vannesPapillon__container .title-content {
    margin-bottom: 15px;
  }
  #vannesPapillon .vannesPapillon__container .title-content h1 {
    font-size: 21px;
    margin-bottom: 0;
  }
  #vannesPapillon .vannesPapillon__container .vannesPapillon__content {
    flex-direction: column;
  }
  #vannesPapillon .vannesPapillon__container .title-content .filter {
    display: block;
  }
  #vannesPapillon .vannesPapillon__container .vannesPapillon__content .content {
    border-left: none;
  }
  #vannesPapillon .vannesPapillon__container .vannesPapillon__content .content,
  #vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres {
    width: 100%;
  }
  #vannesPapillon .vannesPapillon__container .vannesPapillon__content .filtres {
    transition: var(--transition);
    height: 0;
    overflow: hidden;
    padding: 0;
  }
}
/*  ****************** End vannesPapillon Style ****************** */
/*  ****************** End AnalyseProcess Old Vesrion Style ****************** */
.AnalyseProcess_laboratoir .hero__title .container,
#AnalyseProcess .hero__title .container {
  margin-top: 115px;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
.AnalyseProcess_laboratoir .hero__title .container img,
#AnalyseProcess .hero__title .container img {
  width: 60%;
  -webkit-clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(11% 0, 100% 0, 100% 100%, 0% 100%);
  max-height: 500px;
}
.AnalyseProcess_laboratoir .hero__title .container .desc,
#AnalyseProcess .hero__title .container .desc {
  width: 600px;
  max-width: 100%;
  padding: 15px;
}
.AnalyseProcess_laboratoir .hero__title .container .desc .title,
#AnalyseProcess .hero__title .container .desc .title {
  font-size: 40px;
  font-weight: 300;
  color: black;
}
.AnalyseProcess_laboratoir .hero__title .container .desc p,
#AnalyseProcess .hero__title .container .desc p {
  font-size: 14px;
  font-weight: 450;
  color: black;
  text-align: justify;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container,
#AnalyseProcess .AnalyseProcess__container {
  padding: 30px 0;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .title-content,
#AnalyseProcess .AnalyseProcess__container .title-content {
  padding-bottom: 10px;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .title-content a,
#AnalyseProcess .AnalyseProcess__container .title-content a {
  font-size: 16px;
  color: #455c6e;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .title-content a:hover,
#AnalyseProcess .AnalyseProcess__container .title-content a:hover {
  text-decoration: underline !important;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .title-content span,
#AnalyseProcess .AnalyseProcess__container .title-content span {
  color: rgba(0, 0, 0, 0.2);
  padding: 0 5px;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .title-content .filter,
#AnalyseProcess .AnalyseProcess__container .title-content .filter {
  font-size: 15px;
  cursor: pointer;
  display: none;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres {
  width: 280px;
  padding: 15px 12px 15px 0;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres .title__resetFilters,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres .title__resetFilters {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres .title__resetFilters .title,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres .title__resetFilters .title {
  font-size: 19px;
  color: black;
  font-weight: 600;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres .title__resetFilters button,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres .title__resetFilters button {
  background-color: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: var(--main-red-color);
  font-size: 13px;
  transition: var(--transition);
  padding: 5px;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres .title__resetFilters button:hover,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres .title__resetFilters button:hover {
  background-color: rgba(227, 25, 53, 0.1);
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres .dropdown .title,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres .dropdown .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 20px !important;
  margin-left: 0;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres .dropdown .title span,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres .dropdown .title span {
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres ul,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres ul {
  width: 100%;
  overflow: hidden;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres ul li,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres ul li {
  font-size: 14px;
  margin: 12px 0 12px 10px;
  cursor: pointer;
  transition: var(--transition);
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres ul li:hover,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres ul li:hover {
  letter-spacing: 0.8px;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content {
  width: calc(100% - 280px);
  border-left: 1px solid #e1e1e1;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .small-title,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .small-title {
  color: #6c757d;
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container {
  padding: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 15px;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  transition: var(--transition);
  border: 1px solid transparent;
  border-radius: 4px;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card:hover,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card:hover {
  box-shadow: #e1e1e1 0px 2px 8px 0px;
  border: 1px solid #e1e1e1;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card .title,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card .title {
  color: black;
  font-size: 14px;
  margin-bottom: 15px;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card .series,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card .series {
  color: black;
  font-weight: 600;
  font-size: 16px;
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .uk-accordion-title::before,
#AnalyseProcess .AnalyseProcess__container .uk-accordion-title::before {
  display: none;
}

.AnalyseProcess_laboratoir .hero__title .container {
  margin-top: 58px;
}

@media (max-width: 767px) {
  .AnalyseProcess_laboratoir .hero__title .desc p,
  #AnalyseProcess .hero__title .desc p {
    font-size: 15px;
    width: 100%;
  }
  .AnalyseProcess_laboratoir .hero__title .desc,
  #AnalyseProcess .hero__title .desc {
    background-color: rgba(255, 255, 255, 0.6);
    width: calc(100% - 30px);
  }
  .AnalyseProcess_laboratoir.hero__title .desc .title,
  #AnalyseProcess .hero__title .desc .title {
    font-size: 25px;
  }
  .AnalyseProcess_laboratoir .hero__title .container,
  #AnalyseProcess .hero__title .container {
    flex-direction: column-reverse;
    margin-top: 85px;
  }
  .AnalyseProcess_laboratoir .hero__title .container img,
  #AnalyseProcess .hero__title .container img {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
  .AnalyseProcess_laboratoir .hero__title .container {
    margin-top: 42px;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .title-content,
  #AnalyseProcess .AnalyseProcess__container .title-content {
    margin-bottom: 15px;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .title-content h1,
  #AnalyseProcess .AnalyseProcess__container .title-content h1 {
    font-size: 21px;
    margin-bottom: 0;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content,
  #AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content {
    flex-direction: column;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .title-content .filter,
  #AnalyseProcess .AnalyseProcess__container .title-content .filter {
    display: flex;
    align-items: baseline;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content,
  #AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content {
    border-left: none;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content,
  .AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres,
  #AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content,
  #AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres {
    width: 100%;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .filtres,
  #AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .filtres {
    transition: var(--transition);
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .AnalyseProcess_laboratoir .hero__title .container,
  #AnalyseProcess .hero__title .container {
    flex-direction: column-reverse;
  }
  .AnalyseProcess_laboratoir .hero__title .container img,
  #AnalyseProcess .hero__title .container img {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
}
.AnalyseProcess {
  padding: 0 30px 30px;
}
.AnalyseProcess .title-content {
  padding: 20px 0;
  border-bottom: 1px solid #ccd1d4;
}
.AnalyseProcess .title-content a {
  font-size: 16px;
  color: #455c6e;
}
.AnalyseProcess .title-content a:hover {
  text-decoration: underline !important;
}
.AnalyseProcess .title-content span {
  color: rgba(0, 0, 0, 0.2);
  padding: 0 5px;
}
.AnalyseProcess .AnalyseProcess__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 0;
}
.AnalyseProcess .AnalyseProcess__content .card {
  width: calc(50% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AnalyseProcess .AnalyseProcess__content .card img {
  width: 250px;
  margin-right: 20px;
}
.AnalyseProcess .AnalyseProcess__content .card > div .title {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}
.AnalyseProcess .AnalyseProcess__content .card > div .desc {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: justify;
}
.AnalyseProcess .AnalyseProcess__content .card > div button {
  color: #fff;
  transition: var(--transition);
  font-weight: 600;
  padding: 12px 12px 10px;
  height: -moz-max-content;
  height: max-content;
  background-color: var(--main-red-color);
  border: 2px solid var(--main-red-color);
  cursor: pointer;
  outline: 0;
  margin: 0 15px 20px auto;
}
.AnalyseProcess .AnalyseProcess__content .card > div button a {
  color: inherit;
}
.AnalyseProcess .AnalyseProcess__content .card > div button:hover {
  color: var(--main-red-color);
  background-color: transparent;
}

@media (max-width: 991px) {
  .AnalyseProcess {
    padding: 30px 0;
  }
  .AnalyseProcess .AnalyseProcess__content .card {
    width: 100%;
    padding: 10px;
    flex-direction: column;
  }
  .AnalyseProcess .AnalyseProcess__content .card .title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }
  .AnalyseProcess .AnalyseProcess__content .card .desc {
    font-size: 14px !important;
  }
  .AnalyseProcess .AnalyseProcess__content .card img {
    margin: auto;
    margin-bottom: 35px;
  }
  .AnalyseProcess .AnalyseProcess__content .card .desc {
    text-align: justify;
  }
}
/*  ****************** End AnalyseProcess Style ****************** */
/*  ****************** Start  Announcement Bar ****************** */
.announcement_bar {
  padding: 60px 0 0;
  margin-block: 20px;
  overflow: hidden;
}

.announcement_bar h4 {
  text-align: center;
  color: var(--main-black-color);
  font-weight: bolder;
  font-size: 30px;
}

.announcement_bar div {
  display: flex;
  align-items: center;
  margin: auto;
  width: -moz-max-content;
  width: max-content; /* key change: let it fit the images */
  animation: announcementBarScroll 30s linear infinite;
}

.announcement_bar img {
  width: 120px;
  padding: 0 10px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@keyframes announcementBarScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* adjust this depending on how you duplicate content (see below) */
  }
}
/*Satrt Home Page Select*/
.home_page_select .select_cat {
  width: 100%;
  height: 700px;
  position: relative;
  display: flex;
}
.home_page_select .select_cat .instrumentation_cat {
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./images/Vivec traitement des eaux au maroc.jpg");
}
.home_page_select .select_cat .instrumentation_cat .content_cat_one {
  background-color: rgba(4, 133, 182, 0.86);
  box-sizing: border-box;
  height: 200px;
  width: 96%;
  margin: 300px auto;
  padding: 40px;
}
.home_page_select .select_cat .instrumentation_cat .content_cat_one p {
  color: white;
  font-size: 23px;
}
.home_page_select .select_cat .instrumentation_cat .content_cat_one a {
  color: white;
  padding: 5px 40px;
  border-radius: 2px;
  border: 1px solid white;
  transition: 0.3s all;
}
.home_page_select .select_cat .instrumentation_cat .content_cat_one a:hover {
  border-color: var(--main-red-color);
  background-color: var(--main-red-color);
}
.home_page_select .select_cat .tachymetrie_cat {
  right: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("./images/Vivec secteur ferroviaire maroc 1.jpg");
}
.home_page_select .select_cat .tachymetrie_cat .content_cat_two {
  background-color: hsla(0, 0.98%, 40%, 0.8);
  box-sizing: border-box;
  height: 200px;
  width: 96%;
  inset: 0;
  margin: 300px auto;
  padding: 40px;
}
.home_page_select .select_cat .tachymetrie_cat .content_cat_two p {
  color: white;
  font-size: 23px;
}
.home_page_select .select_cat .tachymetrie_cat .content_cat_two a {
  color: white;
  padding: 5px 40px;
  border-radius: 2px;
  border: 1px solid white;
  transition: 0.3s all;
}
.home_page_select .select_cat .tachymetrie_cat .content_cat_two a:hover {
  border-color: var(--main-red-color);
  background-color: var(--main-red-color);
}

/*End Home Page Select*/
/* Style Anlyse Process*/
#AnalyseProcess .content {
  width: 100%;
  background-color: #0077b5;
  color: var(--main-black-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
#AnalyseProcess .list_items {
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
}
#AnalyseProcess .list_items #down {
  position: relative;
  background-color: transparent;
  height: 20px;
  width: 100%;
  left: 0;
  top: 0;
}
#AnalyseProcess .list_items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
#AnalyseProcess .list_items .item .item_content {
  flex: 1;
}
#AnalyseProcess .list_items .item .item_content h1 {
  font-size: 22px;
  font-weight: 700;
  color: var(--main-black-color);
}
#AnalyseProcess .list_items .item .item_content p {
  color: #6c757d;
  font-size: 14px;
  text-align: justify;
}
#AnalyseProcess .list_items .item .item_content a {
  color: white;
}
#AnalyseProcess .list_items .item .item_content a:hover {
  color: red;
}
#AnalyseProcess .list_items .item .item_content button {
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid var(--main-red-color);
  transition: 0.3s all;
  background-color: var(--main-red-color);
  margin: 0;
  cursor: pointer;
  color: white;
}
#AnalyseProcess .list_items .item .item_content button:hover {
  color: red;
  background-color: white;
}
#AnalyseProcess .list_items .item .item_content button:hover a {
  color: red;
}
#AnalyseProcess .list_items .item img {
  height: 250px;
  width: 550px;
}
#AnalyseProcess .uk-position-relative .uk-position-small {
  color: var(--main-red-color);
}
#AnalyseProcess .uk-position-relative .uk-slider-items .uk-width-3-4 {
  width: 100% !important;
  height: 800px !important;
  position: relative !important;
}
#AnalyseProcess .uk-position-relative .uk-slider-items .uk-width-3-4 .uk-panel img {
  height: 800px !important;
  width: 100% !important;
  position: absolute !important;
}

/*Media Query*/
@media (max-width: 991px) {
  #AnalyseProcess .uk-position-relative .uk-slider-items .uk-width-3-4 {
    height: 600px !important;
  }
  #AnalyseProcess .uk-position-relative .uk-slider-items .uk-width-3-4 .uk-panel img {
    height: 600px !important;
  }
  #AnalyseProcess .list_items .reverse {
    flex-direction: column !important;
  }
  #AnalyseProcess .list_items .item {
    flex-direction: column-reverse;
    gap: 30px;
  }
  #AnalyseProcess .list_items .item .item_content h1 {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-black-color);
  }
  #AnalyseProcess .list_items .item .item_content p {
    color: #6c757d;
    font-size: 14px;
  }
  #AnalyseProcess .list_items .item .item_content a {
    color: white;
  }
  #AnalyseProcess .list_items .item .item_content a:hover {
    color: red;
  }
  #AnalyseProcess .list_items .item .item_content button {
    padding: 5px 20px;
    border-radius: 2px;
    border: 1px solid var(--main-red-color);
    transition: 0.3s all;
    background-color: var(--main-red-color);
    margin: 0;
    cursor: pointer;
    color: white;
  }
  #AnalyseProcess .list_items .item .item_content button:hover {
    color: red;
    background-color: white;
  }
  #AnalyseProcess .list_items .item .item_content button:hover a {
    color: red;
  }
  #AnalyseProcess .list_items .item img {
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  #AnalyseProcess .uk-position-relative .uk-slider-items .uk-width-3-4 {
    height: 400px !important;
  }
  #AnalyseProcess .uk-position-relative .uk-slider-items .uk-width-3-4 .uk-panel img {
    height: 400px !important;
  }
  #AnalyseProcess .list_items {
    padding-inline: 20px;
  }
  #AnalyseProcess .list_items .reverse {
    flex-direction: column !important;
  }
  #AnalyseProcess .list_items .item {
    gap: 15px;
  }
  #AnalyseProcess .list_items .item .item_content h1 {
    font-size: 17px;
  }
  #AnalyseProcess .list_items .item .item_content p {
    color: #6c757d;
    font-size: 13px;
  }
  #AnalyseProcess .list_items .item img {
    height: 230px;
  }
}
/*End Analyse Process*/
/*start Les atouts de notre entreprise*/
.les_atouts_de_notre_entreprise {
  margin-top: 60px;
}
.les_atouts_de_notre_entreprise h3 {
  text-align: center;
  color: var(--main-black-color);
  font-weight: bolder;
  font-size: 30px;
}
.les_atouts_de_notre_entreprise .list_atouts {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  margin-top: 60px;
}
.les_atouts_de_notre_entreprise .list_atouts .atout img {
  height: 250px;
  width: 100%;
}
.les_atouts_de_notre_entreprise .list_atouts .atout div {
  padding: 20px;
  border: 1px solid #b2c1d0;
  border-top: none;
}
.les_atouts_de_notre_entreprise .list_atouts .atout div a {
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid var(--main-red-color);
  transition: 0.3s all;
  background-color: var(--main-red-color);
  margin: 0;
  cursor: pointer;
  color: white;
}
.les_atouts_de_notre_entreprise .list_atouts .atout div a:hover {
  color: var(--main-red-color);
  border-color: var(--main-red-color);
  background-color: white;
}
.les_atouts_de_notre_entreprise .list_atouts .atout div p {
  font-size: 14.2px !important;
  text-align: justify;
  height: 108px;
}

@media (max-width: 600px) {
  .les_atouts_de_notre_entreprise h3 {
    font-size: 28px;
    text-align: center;
  }
  .les_atouts_de_notre_entreprise .list_atouts {
    display: grid;
    grid-template-columns: auto !important;
    gap: 20px;
  }
  .les_atouts_de_notre_entreprise .list_atouts .atout img {
    height: 220px;
    width: 100%;
  }
  .les_atouts_de_notre_entreprise .list_atouts .atout div p {
    font-size: 14px !important;
    text-align: justify;
  }
}
@media (max-width: 991px) {
  .les_atouts_de_notre_entreprise .list_atouts {
    grid-template-columns: auto auto;
  }
}
/*End Les atouts de notre entreprise*/
/*============================== start Mesure de température ==============================*/
.landingPage .gallery .uk-slideshow .content_slider span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: auto;
  margin-top: 25px;
  line-height: 25px;
  width: 750px;
  max-width: 100%;
}

.landingPage .applications.les_atouts_de_notre_entreprise .list_atouts {
  grid-template-columns: auto auto auto;
}

.landingPage .applications.les_atouts_de_notre_entreprise .list_atouts .atout div p {
  height: -moz-max-content;
  height: max-content;
  margin: 10px 0;
}

.landingPage .applications.les_atouts_de_notre_entreprise .list_atouts .atout div h4 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.landingPage .applications.les_atouts_de_notre_entreprise .list_atouts .atout div {
  text-align: center;
  padding: 20px 10px;
}

@media (min-width: 991px) {
  .landingPage .applications.les_atouts_de_notre_entreprise .list_atouts .atout div p {
    min-height: 120px;
  }
}
/*============================== End Mesure de température ==============================*/
#AnalyseProcess.logiciels-accessoires-connectes .list_items {
  gap: 0 !important;
  margin-top: 60px;
  margin-bottom: 60px;
}

#AnalyseProcess.logiciels-accessoires-connectes h3 {
  text-align: center;
  color: var(--main-black-color);
  font-weight: bolder;
  font-size: 30px;
  margin-bottom: 50px;
}

#AnalyseProcess.logiciels-accessoires-connectes h4 {
  color: var(--main-red-color) !important;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0 !important;
}

#AnalyseProcess.logiciels-accessoires-connectes .item {
  gap: 50px;
}

#AnalyseProcess.logiciels-accessoires-connectes .item img,
#AnalyseProcess.logiciels-accessoires-connectes .item_content {
  width: calc(50% - 25px);
}

@media (max-width: 991px) {
  #AnalyseProcess.logiciels-accessoires-connectes .item img,
  #AnalyseProcess.logiciels-accessoires-connectes .item_content {
    width: 100%;
  }
}
header a.addedNav {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  font-weight: 580;
  color: var(--main-black-color);
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  header a.addedNav {
    font-size: 13px !important;
    margin-top: 15px;
  }
}
.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button:not(.btn_secondary),
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button:not(.btn_secondary) {
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid var(--main-red-color);
  transition: 0.3s all;
  background-color: var(--main-red-color);
  margin: 0;
  cursor: pointer;
  color: white;
  margin-top: 15px;
}

.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button:hover,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button:hover {
  color: red;
  background-color: white;
}

.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button a,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button a {
  color: white;
}

.AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button:hover a,
#AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button:hover a {
  color: red !important;
}

.uk-svg, .uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: #474647 !important;
}

@media screen and (max-width: 768px) {
  .AnalyseProcess_laboratoir .hero__title .container .desc .title, #AnalyseProcess .hero__title .container .desc .title {
    font-size: 26px;
  }
  .AnalyseProcess_laboratoir .hero__title .desc p, #AnalyseProcess .hero__title .desc p {
    max-width: 100%;
    width: 100%;
    color: #6c757d !important;
  }
  .AnalyseProcess_laboratoir .hero__title .container .desc, #AnalyseProcess .hero__title .container .desc {
    padding: 15px 5px !important;
    min-width: 100%;
    max-width: 100% !important;
    width: 100% !important;
  }
  .AnalyseProcess_laboratoir .hero__title .container .desc p, #AnalyseProcess .hero__title .container .desc p {
    text-align: left !important;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .title-content a, #AnalyseProcess .AnalyseProcess__container .title-content a {
    font-size: 13px !important;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .title-content a:last-child, #AnalyseProcess .AnalyseProcess__container .title-content a:last-child {
    color: var(--main-red-color);
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .small-title, #AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .small-title,
  .AnalyseProcess_laboratoir .AnalyseProcess__container .title-content .filter, #AnalyseProcess .AnalyseProcess__container .title-content .filter {
    display: none !important;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .title-content, #AnalyseProcess .AnalyseProcess__container .title-content {
    margin-bottom: 0 !important;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card, #AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card {
    width: 100% !important;
    min-height: -moz-max-content !important;
    min-height: max-content !important;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button, #AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button {
    margin-bottom: 15px;
  }
  .AnalyseProcess_laboratoir .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button:not(.btn_secondary), #AnalyseProcess .AnalyseProcess__container .AnalyseProcess__content .content .cards__container .card button:not(.btn_secondary) {
    margin-bottom: 15px;
  }
  .AnalyseProcess__content .uk-accordion .title.uk-accordion-title {
    height: 40px !important;
    padding: 5px 15px !important;
    font-size: 16px !important;
  }
  .small_for_mobile {
    min-height: 220px !important;
  }
}
.btn_secondary {
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid var(--main-red-color);
  transition: 0.3s all;
  height: 100%;
  background-color: transparent;
  transition: var(--transition);
  cursor: pointer;
  color: var(--main-red-color);
  font-weight: 550;
  font-size: 0.9rem;
  margin-top: 15px;
}

.btn_secondary a {
  color: var(--main-red-color) !important;
}/*# sourceMappingURL=style.css.map */