@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
* {
  font-family: "Roboto", sans-serif;
}

.bg-red {
  background-color: #B31B1E;
}

.text-red {
  color: #B31B1E;
}

.text-orange {
  color: #FFA581;
}

.bg-gray {
  background-color: #33333C;
}

.text-gray {
  color: #33333C;
}

.shadowBig {
  box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.9);
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .content {
    max-width: 1200px;
  }
  .article {
    max-width: 800px;
  }
}
#masthead {
  position: fixed;
  background-color: #FFF;
  z-index: 11;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 768px) {
  #masthead #navigation #site-navigation.active .site-branding {
    position: fixed;
    z-index: 3;
  }
  #masthead #navigation #site-navigation .contact-us {
    display: none;
  }
  #masthead #navigation #site-navigation .menu-toggle {
    display: none;
  }
}
#masthead #navigation #site-navigation #primary-menu {
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  #masthead #navigation #site-navigation #primary-menu {
    display: none;
  }
}
#masthead #navigation #site-navigation #primary-menu .menu-item {
  font-size: 16px;
}
#masthead #navigation #site-navigation #primary-menu .menu-item:last-child {
  background-color: #B31B1E;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
}
#masthead #navigation #site-navigation #primary-menu .menu-item:last-child :before {
  content: "";
  background-image: url("/wp-content/themes/versus//assets/images/icons/mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  display: flex;
  width: 1.5rem;
  height: 1rem;
}
#masthead #navigation #site-navigation #primary-menu .menu-item:last-child a {
  color: #FFF;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#masthead #navigation #site-navigation #primary-menu .menu-item a {
  color: #B31B1E;
  font-weight: 600;
}
#masthead #navigation #site-navigation #toggle-menu {
  z-index: 3;
  position: fixed;
  background-image: url("/wp-content/themes/versus/assets/images/icons/menu-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
}
#masthead #navigation #site-navigation #toggle-menu.active {
  background-color: #FFF;
  background-image: url("/wp-content/themes/versus/assets/images/icons/menu-red.svg");
}
#masthead #navigation #site-navigation #overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
}
#masthead #navigation #site-navigation #overlay-menu.active {
  display: flex;
}
#masthead #navigation #site-navigation #overlay-menu #mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#masthead #navigation #site-navigation #overlay-menu #mobile-menu a {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}
#masthead #navigation #site-navigation #overlay-menu .versus-white {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 144px;
}
#masthead #navigation #site-navigation .contact-us {
  margin-left: 2rem;
  color: #FFF;
  padding: 0.5rem 1rem;
}

#colophon {
  background-color: #EEE2DE;
}
#colophon .site-info .awards {
  display: flex;
}

#primary section#hero .heroImage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  #primary section#hero .heroImage {
    background-position: center;
  }
}
#primary section#aboutus {
  background-color: #F4F1F0;
}
#primary section#aboutus .about {
  background-image: url("/wp-content/themes/versus/assets/images/about/building2.svg"), url("/wp-content/themes/versus/assets/images/about/building3.svg");
  background-position: right top, left bottom;
  background-repeat: no-repeat;
  background-size: 28%, 35%;
}
#primary section#whatwedo .wedo {
  background-image: url("/wp-content/themes/versus/assets/images/home/whatwedo.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100%;
}
#primary section#expertise .expert {
  background-image: url("/wp-content/themes/versus/assets/images/home/expertise.svg"), url("/wp-content/themes/versus/assets/images/home/expertise2.svg");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
}
#primary section#expertise .expert .card-red {
  background: #B31B1E;
  height: 36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
#primary section#expertise .expert .card-red .card-cta {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
}
#primary section#expertise .expert .card {
  background: #F4F1F0;
  height: 36rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
#primary section#expertise .expert .card .card-cta {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
}
#primary section#formation .expert {
  background-image: url("/wp-content/themes/versus/assets/images/home/expertise.svg"), url("/wp-content/themes/versus/assets/images/home/expertise2.svg");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
}
#primary section#formation .expert .card-red {
  background: #B31B1E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  #primary section#formation .expert .card-red {
    height: auto;
  }
}
#primary section#formation .expert .card-red .card-cta {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
}
#primary section#formation .expert .card {
  background: #F4F1F0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  #primary section#formation .expert .card {
    height: auto;
  }
}
#primary section#formation .expert .card .card-cta {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
}
#primary section#engineering .card, #primary section#building .card, #primary section#cleaning .card, #primary section#control .card {
  background: #F4F1F0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
#primary section#engineering .card .card-cta, #primary section#building .card .card-cta, #primary section#cleaning .card .card-cta, #primary section#control .card .card-cta {
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
}
#primary section#ourTeam .card, #primary section#achievments .card {
  background: #F4F1F0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
#primary section#ourTeam .cardTeam, #primary section#achievments .cardTeam {
  background: #F4F1F0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
#primary section#needHelp .backImage {
  width: 100%;
}
#primary section#kpis .kpi {
  position: relative;
  display: flex;
  justify-content: center;
  width: 25%;
  font-size: 5rem;
  color: #44444D;
}
#primary section#kpis .kpi .value {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  color: white;
}
@media (max-width: 768px) {
  #primary section#kpis .kpi .value {
    width: 200%;
  }
}
#primary section#whyPurge .whyPurgeSlide .slick-track {
  display: flex;
  gap: 1rem;
}
#primary section#whyPurge .whyPurgeSlide .slick-track .slide {
  display: flex;
  align-items: stretch;
}
#primary section#whyPurge .whyPurgeSlide .slick-slide {
  height: inherit !important;
}
#primary section#contact .entry-header {
  display: none;
}
#primary section#contact .wpcf7-form {
  color: #FFF;
  font-size: 18px;
}
#primary section#contact .wpcf7-form .contact-form {
  display: grid;
  gap: 1rem;
  justify-items: center;
  max-width: 900px;
  margin: auto;
}
#primary section#contact .wpcf7-form .contact-form .form-element .wpcf7-form-control {
  width: 100%;
  border: 0.1px solid #FFF;
}
#primary section#contact .wpcf7-response-output {
  border: none;
  width: 830px;
  margin: auto;
}
#primary section#contact .wpcf7-submit {
  background: #33333C;
  color: #FFF;
  padding: 1rem 2rem;
  border: none;
}
#primary section#calendar {
  font-size: 18px;
}
#primary section#calendar .heading {
  display: none;
}
#primary section#calendar .my-calendar-header {
  justify-content: space-between;
  background-color: #F4F1F0;
  padding: 1rem;
}
#primary section#calendar .my-calendar-header .my-calendar-nav .my-calendar-prev a, #primary section#calendar .my-calendar-header .my-calendar-nav .my-calendar-next a {
  border-radius: 100%;
  background-color: #DDD5D3;
  padding: 1rem 1.3rem;
}
@media (max-width: 768px) {
  #primary section#calendar .my-calendar-header .my-calendar-nav .my-calendar-prev a, #primary section#calendar .my-calendar-header .my-calendar-nav .my-calendar-next a {
    padding: 0.5rem 0.7rem;
  }
}
#primary section#calendar .my-calendar-header .my-calendar-nav .my-calendar-prev a:hover, #primary section#calendar .my-calendar-header .my-calendar-nav .my-calendar-next a:hover {
  outline: 0;
}
#primary section#calendar .my-calendar-header .my-calendar-nav .my-calendar-today {
  display: none;
}
#primary section#calendar .my-calendar-date-switcher select {
  text-transform: capitalize;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  color: #B31B1E;
  font-size: 2rem;
}
#primary section#calendar .my-calendar-date-switcher select:hover {
  outline: 0;
}
#primary section#calendar .my-calendar-date-switcher input {
  display: none;
}
#primary section#calendar .mc-row .day-heading, #primary section#calendar .mc-row .weekend-heading {
  color: #B31B1E;
  font-weight: 400;
  text-transform: capitalize;
  background-color: #F4F1F0;
  padding: 2rem 0;
}
#primary section#calendar .mc-row .has-events {
  background-color: #FFF;
  color: #33333C;
  border: 1px solid #EEE2DE;
}
#primary section#calendar .mc-row .has-events .mc-date-container {
  display: flex;
  justify-content: center;
  background-color: #5B5B65;
  padding: 0.5rem 0;
  font-size: 18px;
}
#primary section#calendar .mc-row .has-events .mc-date-container .mc-date {
  background: transparent;
  font-size: 18px;
}
#primary section#calendar .mc-row .has-events .event-title {
  height: 100%;
}
#primary section#calendar .mc-row .has-events .event-title .summary {
  height: 100%;
}
#primary section#calendar .mc-row .has-events .event-title .summary span {
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  color: #33333C;
  font-size: 16px;
  text-align: center;
}
#primary section#calendar .mc-row .has-events .event-title .summary span svg {
  display: none;
}
#primary section#calendar .mc-row .no-events {
  color: #33333C;
  background-color: #EEE2DE;
}
#primary section#calendar .mc-row .no-events .mc-date-container {
  display: flex;
  justify-content: center;
}
#primary section#calendar .mc-row .no-events .mc-date-container .mc-date {
  background: transparent;
  font-size: 18px;
}
#primary section#calendar .mc-main thead {
  border-bottom: 0;
}
#primary section#calendar .mc-main td {
  height: 8rem;
}
#primary section#calendar .mc-main .current-day {
  outline: 0;
}
#primary section#calendar .mc-list .mc-events {
  background: #EEE2DE;
}
#primary section#studies .slickStudiesDots {
  display: flex;
  justify-content: center;
  align-items: center;
}
#primary section#studies .slickStudiesDots .slick-dots {
  display: flex;
  gap: 1rem;
}
#primary section#studies .slickStudiesDots .slick-dots li button {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  border: 2px solid #FFF;
  outline: 0;
}
#primary section#studies .slickStudiesDots .slick-dots li.slick-active button {
  border: none;
  background-color: #FFA581;
}
#primary section#ourFormations ul {
  list-style: disc;
  padding-left: 1rem;
}

.pagination a, .pagination span {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.current, .pagination span.current {
  background-color: #33333C;
  color: white;
  border-radius: 5px;
}

.hoverbtn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}
.hoverbtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #B31B1E;
  z-index: -1;
  transition: all 0.4s ease;
}
.hoverbtn:visited {
  color: #33333C;
}
.hoverbtn.arrowWhite:hover img {
  filter: invert(1);
}
.hoverbtn.hoverwhite:before {
  background: #FFF;
}
.hoverbtn.hovergray:before {
  background: #33333C;
}
.hoverbtn:hover {
  color: #FFF;
}
.hoverbtn:hover.hoverwhite {
  color: #B31B1E;
}
.hoverbtn:hover:before {
  width: 100%;
}/*# sourceMappingURL=style.css.map */