@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Loved";
  src: url("../fonts/LovedbytheKing-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Nothing";
  src: url("../fonts/NothingYouCouldDo-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Rainbow";
  src: url("../fonts/OvertheRainbow-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Sassy";
  src: url("../fonts/SassyFrass-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Shadow";
  src: url("../fonts/ShadowsIntoLightTwo-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Sunrise";
  src: url("../fonts/WaitingfortheSunrise-Regular.ttf") format("truetype");
  font-style: normal;
}
/********** GLOBALS **********/
*,
::after,
::before {
  box-sizing: border-box !important;
}

body {
  margin: 0;
}

/***** TITLES *****/
h1 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 50px;
  margin: 0;
  margin-bottom: 20px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #173f39;
  font-weight: normal;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 30px;
  font-weight: 450;
  text-transform: uppercase;
}

h2::after {
  display: block;
  height: 1px;
  width: 300px;
  content: "";
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #c8d426;
}

/***** TEXTS, LISTS AND TABLES *****/
p,
li,
small,
span,
label,
table {
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 0;
  font-size: 22px;
}

small {
  margin: 20px 0;
}

/***** LINKS *****/
a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

/***** ICONS *****/
.icon {
  height: 20px;
  width: 20px;
  margin: 0 5px;
  vertical-align: bottom;
  cursor: pointer;
}

.icon-user {
  height: 40px;
  width: 40px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.icon-user:hover {
  transform: scale(1.2);
}

.icon-exclam {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  vertical-align: top;
}

.icon-job {
  height: 28px;
  margin: 0 5px;
  vertical-align: bottom;
}

.icon-linkedin {
  border-radius: 2px;
  margin-left: 10px;
  height: 30px;
  max-width: 30px;
}

/***** FORMS INPUTS *****/
.custom-form {
  background-color: white;
  opacity: 0.7;
  border: 1px solid #edeaeb;
  border-radius: 5px;
  margin-bottom: 30px;
  margin-top: 16px;
  display: block;
  min-height: 50px;
  height: auto;
  width: 500px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  list-style: none;
}

.checkbox {
  width: 500px;
  font-size: 12px;
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  text-align: justify;
}
.checkbox #apply_agreeTerms,
.checkbox #contact_agreeTerms {
  margin-right: 10px;
  margin-top: 2px;
}

/***** FLASH MESSAGES *****/
.alert {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 16px 0;
  padding: 16px;
  border-radius: 5px;
}

.alert-success {
  background-color: rgb(151, 205, 151);
  color: rgb(0, 87, 0);
}

.alert-danger {
  background-color: rgb(220, 136, 136);
  color: rgb(80, 0, 0);
}

.alert-info {
  background-color: rgb(240, 204, 136);
  color: rgb(65, 43, 2);
}

/***** BUTTONS AND LINKS AS BUTTONS *****/
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: 220px;
  color: white;
  background-color: #36761f;
  padding: 15px 25px;
  border-radius: 15px;
  border: none;
  margin: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px #edeaeb;
  cursor: pointer;
}
.button:hover {
  color: white;
  text-decoration: none;
  background-color: #173f39;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

/********** PARTIALS **********/
/***** NAVBARS *****/
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding: 30px;
}
.navbar .small-logo {
  width: 240px;
  margin-top: 20px;
  text-align: center;
}
.navbar .small-logo p {
  color: #c8d426;
}
.navbar .navbar-nav {
  display: flex;
  margin-top: 20px;
}
.navbar .navbar-nav a {
  margin: 0 20px;
  font-size: 24px;
  font-weight: 350;
  color: white;
}
.navbar .navbar-nav a:after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  transition: all 0.5s ease;
}
.navbar .navbar-nav a:hover:after,
.navbar .navbar-nav a.active:after {
  width: 100%;
  background: #c8d426;
}
.navbar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.navbar {
  /* Sidenav menu */
}
.navbar .sidenav {
  display: none;
  height: 320px;
  width: 220px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -220px;
  /* Set initial position offscreen */
  background-color: white;
  border-radius: 0 0 0 20px;
  padding-top: 60px;
  transition: right 0.5s ease;
  /* Sidenav menu links */
}
.navbar .sidenav a {
  padding: 8px 28px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 350;
  color: #173f39;
  display: block;
  transition: 0.3s;
}
.navbar .sidenav a:not(.noAfter):after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  transition: all 0.5s ease;
}
.navbar .sidenav a:not(.noAfter):hover:after,
.navbar .sidenav a:not(.noAfter).active:after {
  width: 100%;
  background: #c8d426;
}
.navbar .sidenav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.navbar {
  /* Active class */
}
.navbar .sidenav.active {
  right: 0;
  /* Move sidenav onscreen when active */
}
.navbar {
  /* Close btn */
}
.navbar .sidenav .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
}
.navbar {
  /* Burger icon */
}
.navbar #openBtn {
  display: none;
}
.navbar #openBtn .burger-icon span {
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 10px;
  margin: 6px 0;
}

/***** SIDEBARS ON ADMIN PAGES *****/
.sidebar-fullsize {
  display: block;
  background-color: #173f39;
  position: fixed;
  z-index: 1000;
  width: 250px;
  padding: 20px 0 0 0;
  top: 62px;
  height: 100%;
}
.sidebar-fullsize ul {
  padding: 0;
}
.sidebar-fullsize ul li {
  position: relative;
  margin: 26px 0;
  list-style: none;
  padding-left: 20px;
}
.sidebar-fullsize ul li a {
  position: relative;
  color: white;
  margin: 0;
}
.sidebar-fullsize ul li a:not(.noAfter):after {
  content: "";
  display: block;
  margin-top: 5px;
  height: 1px;
  width: 0;
  background: transparent;
  transition: all 0.5s ease;
}
.sidebar-fullsize ul li:hover > a:after,
.sidebar-fullsize ul li a.active:after {
  width: 210px;
  background: #c8d426;
}
.sidebar-fullsize ul li {
  /* Show the sub-menu on mouse hover */
}
.sidebar-fullsize ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.sidebar-fullsize ul {
  /* Style for the sub-menu */
}
.sidebar-fullsize ul .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 16px;
  top: 30px;
  background-color: #edf0f0;
  padding: 10px;
  width: 220px;
  z-index: 1000;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.sidebar-fullsize ul .sub-menu li {
  margin: 16px 0;
  padding-left: 10px;
}
.sidebar-fullsize ul .sub-menu li a {
  display: block;
  color: #173f39;
  font-size: 12px;
  text-decoration: none;
}
.sidebar-fullsize ul .sub-menu li a:hover:after, .sidebar-fullsize ul .sub-menu li a.active:after {
  width: 180px;
  background: #c8d426;
}

.sidebar-responsive {
  display: none;
  background-color: #173f39;
  width: 5rem;
  position: fixed;
  top: 62px;
  height: 100%;
  z-index: 1000;
}
.sidebar-responsive ul {
  padding: 0;
}
.sidebar-responsive ul li {
  margin: 26px 0;
  list-style: none;
  padding-left: 24px;
}

/***** FOOTER *****/
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer .footer-up {
  background-image: url(../images/footer.png);
  background-position: right;
  background-size: cover;
  color: white;
  height: 50vh;
  display: flex;
  justify-content: start;
  align-items: center;
}
footer .footer-up .bloc1,
footer .footer-up .bloc2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px;
}
footer .footer-up .bloc1 {
  margin-left: 80px;
}
footer .footer-up .bloc1 img {
  width: 220px;
}
footer .footer-up .bloc1 .button {
  margin: 20px 0;
}
footer .footer-up .bloc1 .logos {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
footer .footer-up .bloc1 .logos .icon {
  height: 30px;
  width: 30px;
  border-radius: 3px;
}
footer .footer-up .bloc2 {
  flex-grow: 0.5;
  margin-right: 150px;
}
footer .footer-up .bloc2 p {
  font-size: 18px;
}
footer .footer-up .bloc2 .p-tel {
  margin-top: 35px;
}
footer .footer-down {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-down .bloc1,
footer .footer-down .bloc2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin: 30px;
}
footer .footer-down .bloc1 .margin-a {
  margin-left: 5px;
}
footer .footer-down .bloc2 p {
  font-size: 16px;
}
footer .footer-down .bloc2 svg {
  margin-left: 5px;
}

/********** MAIN PAGE **********/
/***** INDEX PAGE *****/
.header-index {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(../images/wallpapers/wallpaper-index.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-index .slogan-header {
  width: 50vw;
  margin-bottom: 2vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-index .guest-access {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 42px;
  top: 122px;
  color: white;
  border: 1px solid white;
  border-radius: 15px;
  padding: 16px 20px;
  cursor: pointer;
}
.header-index .guest-access p {
  font-size: 16px;
}
.header-index .guest-access img {
  margin-right: 8px;
}

.our-services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}
.our-services .service-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.our-services .card1,
.our-services .card2,
.our-services .card3 {
  background-color: #edf0f0;
  height: 550px;
  width: 340px;
  border-radius: 20px;
  padding: 30px 24px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  will-change: transform, opacity;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  position: relative;
  cursor: pointer;
}
.our-services .card1 p,
.our-services .card2 p,
.our-services .card3 p {
  font-size: 28px;
  font-weight: 800;
  transition: color 0.8s ease-in-out;
}
.our-services .card1 small,
.our-services .card2 small,
.our-services .card3 small {
  font-size: 20px;
  font-weight: 500;
  color: white;
  opacity: 0;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transform: translateY(20px);
}
.our-services .card1:hover {
  background-image: linear-gradient(rgba(1, 1, 1, 0.4), rgba(1, 1, 1, 0.4)), url(../images/cards-presta/commercial.webp);
  background-position: center;
  background-size: cover;
}
.our-services .card2:hover {
  background-image: linear-gradient(rgba(1, 1, 1, 0.4), rgba(1, 1, 1, 0.4)), url(../images/cards-presta/adv.webp);
  background-position: center;
  background-size: cover;
}
.our-services .card3:hover {
  background-image: linear-gradient(rgba(1, 1, 1, 0.4), rgba(1, 1, 1, 0.4)), url(../images/cards-presta/logistique.webp);
  background-position: center;
  background-size: cover;
}
.our-services .card1:hover p,
.our-services .card2:hover p,
.our-services .card3:hover p {
  color: white;
}
.our-services .card1:hover small,
.our-services .card2:hover small,
.our-services .card3:hover small {
  opacity: 1;
  transform: translateY(-40px);
}

.statistics {
  background-image: linear-gradient(rgba(1, 1, 1, 0.5), rgba(1, 1, 1, 0.5)), url(../images/wallpapers/wallpaper-stats.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 120px 8px;
}
.statistics .stat {
  width: 260px;
  margin: 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.statistics .stat p {
  font-size: 60px;
  color: white;
  text-align: center;
}
.statistics .stat small {
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.brands-carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
.brands-carousel .carousel-container {
  overflow: hidden;
  width: 100%;
}
.brands-carousel .carousel {
  display: flex;
  align-items: center;
  animation: scroll linear infinite;
}
.brands-carousel .carousel .logo {
  flex: 0 0 auto;
}
.brands-carousel .carousel .logo img {
  width: 220px;
  margin: 40px;
  display: block;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/********** SUBPAGES **********/
.header-subpages {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.header-subpages h1 {
  color: white;
  font-weight: 400;
  margin-top: 10vh;
  font-size: 60px;
}

/***** LEGAL MENTIONS *****/
header.legals {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)), url(../images/wallpapers/wallpaper-legals.jpg);
}

.main-legals {
  background-color: #edf0f0;
  padding: 20px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.main-legals h2 {
  margin-bottom: 0;
  margin-top: 60px;
  text-align: left;
}
.main-legals p {
  text-align: justify;
}
.main-legals .address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-top: 20px;
}
.main-legals .address p {
  margin: 0;
}

/***** ABOUT *****/
header.about {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url(../images/wallpapers/wallpaper-about.jpg);
}

.main-about {
  background-color: #edf0f0;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-about .introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6rem;
  margin-bottom: 100px;
}
.main-about .introduction .intro-left,
.main-about .introduction .intro-right {
  width: 500px;
  height: 450px;
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s ease;
}
.main-about .introduction .intro-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(-30%);
}
.main-about .introduction .intro-left h2::after {
  margin-bottom: 10px;
}
.main-about .introduction .intro-left p {
  text-align: center;
  margin-bottom: 40px;
}
.main-about .introduction .intro-left .button {
  margin: 0;
}
.main-about .introduction .intro-right {
  transform: translateX(30%);
}
.main-about .introduction .intro-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.main-about .introduction .animated {
  opacity: 1;
  transform: translateX(0);
}
.main-about .timeline {
  width: 1340px;
  margin-bottom: 100px;
  border-radius: 20px;
  overflow: hidden;
}
.main-about .timeline .swiper {
  height: 680px;
  width: 1340px;
}
.main-about .timeline .swiper .swiper-wrapper {
  transition: 6s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.main-about .timeline .swiper .swiper-slide {
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-about .timeline .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  z-index: 1;
  border-radius: 20px;
  transition: opacity 1s ease;
}
.main-about .timeline .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  right: 173px;
  width: 1px;
  height: 100%;
  background-color: #797774;
  z-index: 1;
}
.main-about .timeline .swiper .swiper-slide-content {
  position: relative;
  z-index: 2;
  right: -30px;
  text-align: end;
  width: 800px;
  padding: 5px;
  transform: translate(0, 0);
}
.main-about .timeline .swiper .swiper-slide .timeline-year {
  color: #c8d426;
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.4s;
}
.main-about .timeline .swiper .swiper-slide .timeline-title {
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
  margin: 40px 0;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.5s;
}
.main-about .timeline .swiper .swiper-slide .timeline-text {
  line-height: 1.5;
  font-weight: 400;
  font-size: 22px;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.2s ease 0.6s;
}
.main-about .timeline .swiper .swiper-slide-active .timeline-year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.6s;
}
.main-about .timeline .swiper .swiper-slide-active .timeline-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.7s;
}
.main-about .timeline .swiper .swiper-slide-active .timeline-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.4s ease 1.8s;
}
.main-about .timeline .swiper .swiper-pagination {
  height: 100%;
  position: absolute;
  right: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main-about .timeline .swiper .swiper-pagination-bullet {
  background: white;
  border: none;
  color: white;
  font-size: 26px;
  font-weight: 300;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.main-about .timeline .swiper .swiper-pagination-bullet::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  margin-right: 40px;
}
.main-about .timeline .swiper .swiper-button-prev,
.main-about .timeline .swiper .swiper-button-next {
  display: none;
  color: white;
  width: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
}
.main-about .timeline .swiper .swiper-button-prev {
  top: 40px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.main-about .timeline .swiper .swiper-button-next {
  top: 620px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.main-about .our-values {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding: 80px 0;
}
.main-about .our-values .values {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
.main-about .our-values .values .value {
  perspective: 1000px;
  position: relative;
  height: 220px;
  width: 300px;
  cursor: pointer;
}
.main-about .our-values .value-front,
.main-about .our-values .value-back {
  position: absolute;
  background-color: #173f39;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: white;
  box-shadow: 0 0 8px gray;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
}
.main-about .our-values .value-front {
  transform: rotateY(0deg);
  z-index: 2;
}
.main-about .our-values .value-front p {
  font-size: 30px;
  font-weight: 700;
}
.main-about .our-values .value-back {
  transform: rotateY(180deg);
  z-index: 1;
}
.main-about .our-values .value-back small {
  font-size: 18px;
}
.main-about .our-values .value.flipped .value-front {
  transform: rotateY(180deg);
  z-index: 1;
}
.main-about .our-values .value.flipped .value-back {
  transform: rotateY(0deg);
  z-index: 2;
}
.main-about .movie {
  position: relative;
  width: 1340px;
  height: 500px;
  margin-bottom: 100px;
}
.main-about .movie .text {
  width: 800px;
  height: 420px;
  background-color: white;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.main-about .movie .text p {
  text-align: right;
  width: 445px;
}
.main-about .movie .video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 800px;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
}
.main-about .movie .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.main-about .pictures-carousel {
  position: relative;
  width: 1340px;
  height: 500px;
  margin-bottom: 100px;
}
.main-about .pictures-carousel .carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 800px;
  border-radius: 20px;
  overflow: hidden;
}
.main-about .pictures-carousel .carousel .swiper {
  height: 420px;
  width: 800px;
}
.main-about .pictures-carousel .carousel .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-about .pictures-carousel .carousel .swiper-button-prev,
.main-about .pictures-carousel .carousel .swiper-button-next {
  color: white;
}
.main-about .pictures-carousel .carousel .swiper-button-prev:after,
.main-about .pictures-carousel .carousel .swiper-button-next:after {
  font-size: 28px;
}
.main-about .pictures-carousel .text {
  width: 800px;
  height: 420px;
  background-color: white;
  border-radius: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.main-about .pictures-carousel .text p {
  text-align: left;
  width: 430px;
}
.main-about .jany-section {
  background-image: linear-gradient(rgba(1, 1, 1, 0.4), rgba(1, 1, 1, 0.4)), url(../images/wallpapers/wallpaper-jany.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0px 40px 0px;
  margin-bottom: 100px;
}
.main-about .jany-section h2 {
  color: white;
}
.main-about .jany-section .main-bloc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}
.main-about .jany-section .main-bloc .bloc-text {
  width: 700px;
  margin: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-about .jany-section .main-bloc .bloc-text .text {
  background-color: white;
  opacity: 0.8;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.main-about .jany-section .main-bloc .bloc-text .button {
  position: sticky;
  left: 25%;
  margin-top: -30px;
}
.main-about .jany-section .main-bloc .bloc-logo img {
  width: 400px;
  height: 250px;
  margin-bottom: 50px;
}
.main-about .join-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 100px;
}
.main-about .join-us .bloc-left,
.main-about .join-us .bloc-right {
  width: 550px;
  height: 600px;
}
.main-about .join-us .bloc-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.main-about .join-us .bloc-right {
  background-color: #173f39;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  border-radius: 20px;
  color: white;
  padding: 20px 80px 20px 40px;
}
.main-about .join-us .bloc-right p {
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}
.main-about .join-us .bloc-right small {
  font-size: 18px;
}
.main-about .join-us .bloc-right .button {
  margin: 40px 0 20px 0;
}

/***** OUR SERVICES *****/
header.services {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url(../images/wallpapers/wallpaper-services.jpg);
}

.main-services {
  background-color: #edf0f0;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-services h2 {
  padding: 0 120px;
}
.main-services p.intro {
  width: 1340px;
  text-align: center;
  margin-bottom: 60px;
}
.main-services .all-services {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/wallpapers/wallpaper-services2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 1340px;
  border-radius: 20px;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-services .all-services .title {
  font-size: 28px;
  text-transform: uppercase;
  color: #173f39;
  font-weight: 500;
}
.main-services .all-services .paragraph {
  background-color: white;
  border-radius: 20px;
  padding: 40px 50px;
}
.main-services .all-services .guest-service {
  position: relative;
  width: 1340px;
  height: 520px;
  margin: 60px 0;
}
.main-services .all-services .guest-service .text {
  width: 800px;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.main-services .all-services .guest-service .text .title {
  margin-left: 20px;
}
.main-services .all-services .guest-service .pic {
  height: 450px;
  width: 700px;
  border-radius: 20px;
  position: absolute;
  right: 20px;
  top: 0;
}
.main-services .all-services .guest-service .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.main-services .all-services .guest-relation {
  position: relative;
  width: 1340px;
  height: 500px;
  margin: 80px 0;
}
.main-services .all-services .guest-relation .text {
  width: 800px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.main-services .all-services .guest-relation .text .title {
  margin-left: 225px;
}
.main-services .all-services .guest-relation .pic {
  height: 450px;
  width: 700px;
  border-radius: 20px;
  position: absolute;
  left: 20px;
  top: 0;
}
.main-services .all-services .guest-relation .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.main-services .all-services .sales-map {
  position: relative;
  width: 1340px;
  height: 520px;
  margin: 80px 0;
}
.main-services .all-services .sales-map .text {
  width: 800px;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.main-services .all-services .sales-map .text .title {
  margin-left: 20px;
}
.main-services .all-services .sales-map .pic {
  width: 650px;
  position: absolute;
  right: 0;
  top: 0;
}
.main-services .all-services .sales-map .pic path {
  fill: #173f39;
  stroke: white;
  stroke-width: 0.2px;
  transition: fill 0.4s ease;
  cursor: pointer;
}
.main-services .all-services .sales-map .pic path:hover {
  fill: white;
}
.main-services .all-services .sales-map .pic text.department-code {
  fill: white;
  font-size: 7px;
  pointer-events: none;
  font-family: "Montserrat", sans-serif;
}
.main-services .all-services .sales-map .pic .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
  padding-top: 60px;
}
.main-services .all-services .sales-map .pic .modal .modal-content {
  background-color: white;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 15px 30px 30px 30px;
  width: 80%;
  max-width: 600px;
  /* Maximum width of modal */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.main-services .all-services .sales-map .pic .modal .modal-content h2 {
  margin-bottom: 30px;
}
.main-services .all-services .sales-map .pic .modal .modal-content h2::after {
  margin-bottom: 0px;
}
.main-services .all-services .sales-map .pic .modal .modal-content li {
  list-style: none;
}
.main-services .all-services .sales-map .pic .modal .close {
  color: #173f39;
  font-size: 28px;
  font-weight: bold;
  outline: none;
}
.main-services .all-services .sales-map .pic .modal .close:hover, .main-services .all-services .sales-map .pic .modal .close:focus {
  text-decoration: none;
  cursor: pointer;
}
.main-services .all-services .sales-map .pic .modal #modalSalesInfo p {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 30px;
}
.main-services .all-services .sales-map .pic .modal #modalSalesInfo small {
  font-size: 16px;
  margin-bottom: 10px;
}
.main-services .all-services .sales-map .pic .modal #modalSalesInfo small a {
  color: #173f39;
  font-weight: 550;
  transition: color 0.4s ease;
}
.main-services .all-services .sales-map .pic .modal #modalSalesInfo small a:hover {
  color: #c8d426;
}

/***** OUR BRANDS *****/
header.our-brands {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url(../images/wallpapers/wallpaper-brands.jpg);
}

.main-brands {
  background-color: #edf0f0;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-brands p.intro {
  width: 1340px;
  text-align: center;
  margin-bottom: 60px;
}
.main-brands .catalog-section {
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../images/wallpapers/wallpaper-brands2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-radius: 20px;
  width: 1340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  margin-bottom: 80px;
}
.main-brands .catalog-section p {
  text-align: center;
}
.main-brands .catalog-section .catalogs {
  display: flex;
  justify-content: center;
  align-items: start;
}
.main-brands .catalog-section .catalogs .catalog-LL,
.main-brands .catalog-section .catalogs .catalog-Jany {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  margin: 60px;
}
.main-brands .catalog-section .catalogs .catalog-LL img,
.main-brands .catalog-section .catalogs .catalog-Jany img {
  box-shadow: black 1px 0 5px;
  margin-bottom: 40px;
}
.main-brands .categories-section {
  max-width: 1340px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 60px 0;
  gap: 5rem;
}
.main-brands .category {
  perspective: 1000px;
  position: relative;
  width: 370px;
  height: 550px;
  cursor: pointer;
}
.main-brands .card-front,
.main-brands .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
}
.main-brands .card-front {
  transform: rotateY(0deg);
  z-index: 2;
}
.main-brands .card-back {
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.main-brands .card-back .card-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.main-brands .card-back .brands-list {
  padding: 10px 10px 10px 0;
  margin-left: 20px;
  width: 220px;
  border-radius: 10px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
}
.main-brands .card-back .brands-list ul {
  margin: 0;
  padding-left: 15px;
}
.main-brands .card-front p {
  color: white;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  padding: 30px;
  margin: 0;
  height: 135px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-brands .category.flipped .card-front {
  transform: rotateY(180deg);
  z-index: 1;
}
.main-brands .category.flipped .card-back {
  transform: rotateY(0deg);
  z-index: 2;
}

/***** JOBS *****/
header.jobs {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url(../images/wallpapers/wallpaper-jobs2.jpg);
}

.main-jobs {
  background-color: #edf0f0;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-jobs p {
  text-align: center;
  width: 600px;
  margin-bottom: 20px;
}
.main-jobs .job-cards {
  max-width: 1340px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3em;
  margin: 20px 20px 80px 20px;
}
.main-jobs .job-cards .job-card {
  width: 570px;
  height: 220px;
  background-color: white;
  border-radius: 20px;
  box-shadow: grey 1px 0 5px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.main-jobs .job-cards .job-card p {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  width: 100%;
  text-align: left;
}
.main-jobs .job-cards .job-card small {
  font-size: 20px;
}
.main-jobs .job-cards .job-card .bloc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-jobs .job-cards .job-card .btn {
  background-color: rgb(186, 184, 184);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  transition: box-shadow 0.4s ease;
}
.main-jobs .job-cards .job-card .btn:hover {
  box-shadow: grey 1px 0 10px;
}
.main-jobs .apply-form {
  margin: 20px;
  width: 500px;
}
.main-jobs .apply-form .button {
  margin-left: 0;
  margin-top: 40px;
}
.main-jobs .apply-form i {
  margin-right: 8px;
}

/***** CONTACT *****/
header.contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url(../images/wallpapers/wallpaper-contact.jpg);
}

.main-contact {
  background-color: #edf0f0;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
.main-contact p {
  text-align: center;
  margin-bottom: 20px;
}
.main-contact .find-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 600px;
  width: 100%;
}
.main-contact .find-us .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}
.main-contact .find-us .details p {
  margin: 0;
}
.main-contact .find-us iframe {
  width: 600px;
  height: 400px;
  margin: 40px 0;
}
.main-contact .contact-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 600px;
  width: 100%;
}
.main-contact .contact-us .contact-form {
  margin: 20px;
}
.main-contact .contact-us .contact-form .button {
  margin-left: 0;
  margin-top: 40px;
}
.main-contact .contact-us .contact-form i {
  margin-right: 8px;
}

/***** ADMIN PAGE *****/
.header-admin {
  background-color: #173f39;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header-admin p,
.header-admin a {
  margin: 0;
  font-size: 16px;
  color: white;
}
.header-admin a:not(.noAfter):after {
  content: "";
  display: block;
  margin-top: 5px;
  height: 1px;
  width: 0;
  background: transparent;
  transition: all 0.4s ease;
}
.header-admin a:not(.noAfter):hover:after,
.header-admin a:not(.noAfter).active:after {
  width: 150px;
  background: #c8d426;
}
.header-admin .bloc-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-admin .bloc-left img {
  margin-right: 15px;
}

.main-admin .dashboard {
  position: relative;
  z-index: 900;
  background-color: #edf0f0;
  margin-left: 250px;
  padding: 120px 40px;
  min-height: 100vh;
  height: auto;
  color: #173f39;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.main-admin .dashboard h1 {
  text-align: left;
}
.main-admin .dashboard h2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 28px;
}
.main-admin .dashboard h2::after {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-admin .dashboard p {
  font-size: 18px;
  margin-bottom: 30px;
}
.main-admin .dashboard small {
  margin: 5px 0;
}
.main-admin .dashboard small.warning {
  margin-bottom: 30px;
}
.main-admin .dashboard {
  /*** Introduction paragraph on main admin page ***/
}
.main-admin .dashboard .instructions {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}
.main-admin .dashboard .instructions li {
  font-size: 16px;
  margin-bottom: 10px;
}
.main-admin .dashboard .button {
  margin: 10px 0;
  height: 60px;
  width: 160px;
}
.main-admin .dashboard .table-container {
  overflow-x: auto;
  width: 100%;
}
.main-admin .dashboard .table-container table {
  box-shadow: grey 1px 0 5px;
  margin: 5px 0 40px 0;
  background-color: white;
  width: 100%;
  border: solid grey 1px;
}
.main-admin .dashboard .table-container table th {
  background-color: #e2e2e2;
  vertical-align: middle;
}
.main-admin .dashboard .table-container table th,
.main-admin .dashboard .table-container table td {
  padding: 15px;
  vertical-align: middle;
  text-align: left;
}
.main-admin .dashboard .table-container table th .doc-table,
.main-admin .dashboard .table-container table td .doc-table {
  width: 60px;
  height: 90px;
  margin: 0;
}
.main-admin .dashboard .table-container table th .doc-table img,
.main-admin .dashboard .table-container table th .doc-table embed,
.main-admin .dashboard .table-container table td .doc-table img,
.main-admin .dashboard .table-container table td .doc-table embed {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-admin .dashboard .table-container table th .pic-table,
.main-admin .dashboard .table-container table td .pic-table {
  width: 90px;
  height: 60px;
  margin: 0;
}
.main-admin .dashboard .table-container table th .pic-table img,
.main-admin .dashboard .table-container table td .pic-table img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-admin .dashboard .table-container table th .logo-table,
.main-admin .dashboard .table-container table td .logo-table {
  width: 90px;
  margin: 0;
}
.main-admin .dashboard .table-container table th .logo-table img,
.main-admin .dashboard .table-container table td .logo-table img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-admin .dashboard .table-container table td {
  border-bottom: grey;
}
.main-admin .dashboard .table-container table tr:nth-child(even),
.main-admin .dashboard .table-container table td.grey-td {
  background-color: #f2f2f2;
}
.main-admin .dashboard .table-container table .centered {
  text-align: center;
}
.main-admin .dashboard .table-container table td.flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
  margin: 30px 0 20px 0;
}
.main-admin .dashboard .table-container table td.flex img {
  transition: all 0.4s ease;
  cursor: pointer;
}
.main-admin .dashboard .table-container table td.flex img:hover {
  transform: scale(1.2);
}
.main-admin .dashboard .table-container table td.wrap {
  word-break: break-all;
  -moz-column-width: 100px;
       column-width: 100px;
}
.main-admin .dashboard .table-container table button.transparent {
  padding: 0;
  background-color: transparent;
  border: none;
}
.main-admin #registration_form_roles_1,
.main-admin #user_roles_1 {
  margin-left: 30px;
}
.main-admin p.label {
  margin: 0;
}
.main-admin .custom-form {
  margin-bottom: 40px;
  margin-top: 5px;
}
.main-admin .alert {
  top: 66px;
}
.main-admin .link {
  color: #c8d426;
}
.main-admin .link:hover {
  text-decoration: underline;
}
.main-admin .nav-buttons {
  display: flex;
}
.main-admin .password-infos {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
}
.main-admin .password-infos p {
  font-size: 14px;
  margin-bottom: 10px;
}
.main-admin .password-infos li {
  font-size: 14px;
  margin-left: 20px;
}

/***** LOGIN PAGE *****/
.main-login {
  display: flex;
  min-height: 100vh;
  height: auto;
}
.main-login .main-left {
  background-image: linear-gradient(rgba(1, 1, 1, 0.4), rgba(1, 1, 1, 0.4)), url(../images/wallpapers/wallpaper-brands.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-login .main-left img {
  width: 500px;
}
.main-login .main-right {
  background-color: #173f39;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 80px;
  color: white;
}
.main-login .main-right h1 {
  margin-bottom: 40px;
  font-weight: 400;
  text-align: left;
}
.main-login .main-right .custom-form {
  width: 400px;
}
.main-login .main-right .button {
  margin-left: 0;
  margin-top: 50px;
}
.main-login .main-right .link {
  color: #c8d426;
}
.main-login .main-right .link:hover {
  text-decoration: underline;
}
.main-login .main-right p {
  margin: 10px 0;
}
.main-login .main-right .password-container {
  position: relative;
}
.main-login .main-right .toggle-password {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 12px;
  color: #173f39;
}

/***** LANDING PAGE *****/
html {
  scroll-behavior: smooth;
}

.header-landing {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-landing .logo {
  margin: 20px;
  background-color: white;
  display: flex;
  align-items: center;
  width: 386px;
}
.header-landing .logo p {
  color: #173f39;
  font-size: 18px;
  margin-left: 10px;
}
.header-landing .icons {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 20px;
  width: 150px;
}
.header-landing .icons .icon {
  height: 30px;
  width: 30px;
  border-radius: 3px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.main-landing {
  background-color: #1c4c45;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-landing .button {
  width: 224px;
}
.main-landing .button a {
  color: white;
}
.main-landing img.picture {
  width: 500px;
}
.main-landing .hero {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.main-landing .hero .hero-left {
  width: 650px;
  /* Animation from left side */
  animation: slideInFromLeft 1.5s ease-in-out;
}
.main-landing .hero .hero-left .hero-intro {
  text-transform: uppercase;
}
.main-landing .hero .hero-left h1 {
  color: white;
  margin-bottom: 20px;
  font-size: 60px;
  text-align: left;
  width: 642px;
}
.main-landing .hero .hero-left p {
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
.main-landing .hero .hero-left .button {
  margin-top: 40px;
}
.main-landing .hero {
  /* Animation for picture */
}
.main-landing .hero .picture {
  animation: slideInFromRight 1.5s ease-in-out;
}
.main-landing .description {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 80vh;
  width: 100%;
}
.main-landing .description .description-right {
  width: 800px;
  padding: 40px 0 40px 40px;
}
.main-landing .description .description-right p {
  font-size: 40px;
}
.main-landing .description .description-right .list ul {
  margin: 50px 0 0 0;
  padding: 0;
}
.main-landing .description .description-right .list ul li {
  list-style: none;
  font-size: 24px;
  margin: 40px 0;
  padding: 0;
  transition: transform 0.4s ease;
}
.main-landing .description .description-right .list ul li:hover {
  transform: scale(1.1);
}
.main-landing .description .description-right .list ul li img {
  height: 40px;
  width: auto;
}

/***** ERROR PAGES *****/
.error-page {
  background-image: url(../images/wallpapers/wallpaper-error-page.jpg);
  padding: 100px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100vh;
}
.error-page .button {
  margin-top: 60px;
  width: 230px;
}

@media screen and (max-width: 1366px) {
  /********** PARTIALS **********/
  /***** FOOTER *****/
  footer .footer-up {
    height: 35vh;
  }
  /********** MAIN PAGE **********/
  /***** INDEX PAGE *****/
  .our-services .card1,
  .our-services .card2,
  .our-services .card3 {
    cursor: default;
  }
  .our-services .card1 {
    background-image: linear-gradient(rgba(1, 1, 1, 0.4), rgba(1, 1, 1, 0.4)), url(../images/cards-presta/commercial.webp);
    background-position: center;
    background-size: cover;
  }
  .our-services .card2 {
    background-image: linear-gradient(rgba(1, 1, 1, 0.4), rgba(1, 1, 1, 0.4)), url(../images/cards-presta/adv.webp);
    background-position: center;
    background-size: cover;
  }
  .our-services .card3 {
    background-image: linear-gradient(rgba(1, 1, 1, 0.4), rgba(1, 1, 1, 0.4)), url(../images/cards-presta/logistique.webp);
    background-position: center;
    background-size: cover;
  }
  .our-services .card1 p,
  .our-services .card2 p,
  .our-services .card3 p {
    color: white;
  }
  .our-services .card1 small,
  .our-services .card2 small,
  .our-services .card3 small {
    opacity: 1;
    transform: translateY(-40px);
  }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
  /********** SUBPAGES **********/
  /***** LANDING PAGE *****/
  .main-landing {
    padding: 40px;
  }
  .main-landing .hero .hero-left {
    width: 600px;
  }
  .main-landing .description {
    height: 60vh;
    justify-content: center;
  }
  .main-landing .description .description-right {
    width: 750px;
  }
}
@media screen and (max-width: 1180px) {
  /********** PARTIALS **********/
  /***** NAVBARS *****/
  /* MENU FULLSIZE */
  .navbar .small-logo {
    margin: 0;
  }
  .navbar .navbar-nav {
    display: none;
  }
  /* MENU RESPONSIVE */
  .navbar .sidenav {
    display: block;
  }
  #openBtn {
    display: block !important;
  }
  /***** FOOTER *****/
  footer .footer-up {
    height: 38vh;
  }
  footer .footer-up .bloc2 {
    margin-right: 250px;
  }
  /********** MAIN PAGE **********/
  /***** INDEX PAGE *****/
  .header-index {
    background-attachment: scroll;
  }
  .header-index .slogan-header {
    margin-bottom: 12vh;
  }
  .header-index .guest-access {
    top: 100px;
    left: 42px;
  }
  .statistics {
    background-attachment: scroll;
  }
  /********** SUBPAGES **********/
  .header-subpages {
    background-attachment: scroll;
    height: 55vh;
  }
  .header-subpages h1 {
    margin-top: 10vh;
  }
  /***** ABOUT *****/
  .main-about .timeline {
    width: 900px;
  }
  .main-about .timeline .swiper {
    height: 600px;
    width: 900px;
  }
  .main-about .timeline .swiper .swiper-slide-content {
    width: 500px;
    right: 50px;
  }
  .main-about .timeline .swiper .swiper-slide-content .timeline-year {
    font-size: 28px;
  }
  .main-about .timeline .swiper .swiper-slide-content .timeline-title {
    font-size: 30px;
  }
  .main-about .timeline .swiper .swiper-slide-content .timeline-text {
    font-size: 16px;
  }
  .main-about .timeline .swiper .swiper-pagination-bullet {
    font-size: 20px;
  }
  .main-about .our-values .values .value {
    cursor: default;
  }
  .main-about .movie {
    width: 740px;
    height: 590px;
  }
  .main-about .movie .text {
    width: 700px;
    height: 420px;
    justify-content: start;
  }
  .main-about .movie .text p {
    width: 100%;
    text-align: center;
  }
  .main-about .movie .video {
    width: 700px;
    height: 420px;
  }
  .main-about .pictures-carousel {
    width: 740px;
    height: 620px;
  }
  .main-about .pictures-carousel .carousel {
    width: 700px;
  }
  .main-about .pictures-carousel .carousel .swiper {
    width: 700px;
    height: 420px;
  }
  .main-about .pictures-carousel .text {
    width: 700px;
    justify-content: end;
    padding: 70px;
  }
  .main-about .pictures-carousel .text p {
    width: 100%;
    text-align: center;
  }
  .main-about .jany-section {
    background-attachment: scroll;
  }
  .main-about .jany-section .main-bloc {
    flex-direction: column-reverse;
  }
  /***** OUR SERVICES *****/
  .main-services p.intro {
    width: 900px;
  }
  .main-services .all-services {
    background-attachment: scroll;
    width: 900px;
    padding: 20px 0;
  }
  .main-services .all-services .guest-service {
    width: 880px;
    height: 650px;
  }
  .main-services .all-services .guest-service .pic {
    width: 450px;
  }
  .main-services .all-services .guest-service .text {
    width: 560px;
  }
  .main-services .all-services .guest-service .text .title {
    width: 360px;
    margin-left: 25px;
  }
  .main-services .all-services .guest-relation {
    width: 880px;
    height: 650px;
  }
  .main-services .all-services .guest-relation .pic {
    width: 450px;
  }
  .main-services .all-services .guest-relation .text {
    width: 560px;
  }
  .main-services .all-services .guest-relation .text .title {
    width: 360px;
    margin-left: 200px;
  }
  .main-services .all-services .sales-map {
    width: 880px;
    height: 1000px;
  }
  .main-services .all-services .sales-map .text {
    width: 560px;
    bottom: auto;
    top: 0;
  }
  .main-services .all-services .sales-map .pic {
    bottom: 0;
    top: auto;
    right: 0;
    left: 80px;
    margin: 0 auto;
  }
  .main-services .all-services .sales-map .pic path:active {
    fill: white;
  }
  /***** OUR BRANDS *****/
  .main-brands p.intro {
    width: 900px;
  }
  .main-brands .catalog-section {
    background-attachment: scroll;
    width: 900px;
  }
  .main-brands .catalog-section .catalogs {
    flex-direction: column;
  }
  /***** LOGIN PAGE *****/
  .main-login {
    flex-direction: column;
  }
  .main-login .main-left,
  .main-login .main-right {
    width: 100%;
  }
  .main-login .main-left {
    height: 30vh;
  }
  .main-login .main-left img {
    width: 400px;
  }
  .main-login .main-right {
    height: 70vh;
    align-items: center;
  }
  .main-login .main-right h1 {
    text-align: center;
    width: 400px;
    font-size: 40px;
  }
  .main-login .main-right .button {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1180px) and (orientation: landscape) {
  /********** SUBPAGES **********/
  /***** LANDING PAGE *****/
  .main-landing .hero .hero-left {
    width: 600px;
  }
  .main-landing .hero .hero-left p.hero-intro {
    font-size: 26px;
  }
  .main-landing .hero .hero-left h1 {
    font-size: 50px;
  }
  .main-landing .description {
    flex-direction: column-reverse;
    height: 100vh;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  /********** PARTIALS **********/
  /***** FOOTER *****/
  footer .footer-up {
    height: 28vh;
  }
  footer .footer-up .bloc1 {
    margin-left: 40px;
  }
  footer .footer-up .bloc2 {
    margin-right: 420px;
  }
  /********** SUBPAGES **********/
  .header-subpages {
    height: 40vh;
  }
  .header-subpages h1 {
    margin-top: 10vh;
  }
  /***** LANDING PAGE *****/
  .main-landing .hero {
    flex-direction: column;
    height: 94vh;
  }
  .main-landing .hero .button {
    margin-left: 200px;
  }
  .main-landing .description {
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  /********** PARTIALS **********/
  /***** FOOTER *****/
  footer .footer-up {
    height: 50vh;
  }
  .header-subpages {
    height: 60vh;
  }
  /********** SUBPAGES **********/
  /***** LANDING PAGE *****/
  .main-landing .hero {
    height: auto;
  }
  .main-landing .hero .hero-left {
    margin: 100px 0;
  }
  .main-landing .hero .hero-left .button {
    margin-left: 160px;
  }
  .main-landing .description {
    height: auto;
    margin: 60px 0;
  }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  /********** PARTIALS **********/
  /***** FOOTER *****/
  footer .footer-up {
    height: 80vh !important;
  }
  footer .footer-up .bloc2 {
    margin-right: 340px;
  }
  footer .footer-up .bloc2 p {
    font-size: 16px;
  }
  /********** MAIN PAGE **********/
  /***** INDEX PAGE *****/
  .header-index .navbar {
    justify-content: end;
  }
  .header-index .navbar .small-logo {
    display: none;
  }
  .header-index .slogan-header {
    margin-bottom: 0;
  }
  .header-index .slogan-header img {
    width: 300px;
    height: auto;
  }
  .header-index .slogan-header h1 {
    font-size: 40px;
  }
  .header-index .guest-access {
    top: 30px;
    left: 24px;
  }
  /********** SUBPAGES **********/
  .header-subpages {
    height: 100vh !important;
  }
  /***** ABOUT *****/
  .main-about .timeline {
    width: 740px;
  }
  .main-about .timeline .swiper {
    height: 520px;
    width: 740px;
  }
  .main-about .timeline .swiper .swiper-slide-content {
    right: 62px;
  }
  .main-about .timeline .swiper .swiper-slide::after {
    right: 135px;
  }
  .main-about .timeline .swiper .swiper-pagination {
    right: 112px;
  }
  /***** OUR SERVICES *****/
  .main-services p.intro {
    width: 740px;
  }
  .main-services .all-services {
    width: 740px;
    padding: 20px 0;
  }
  .main-services .all-services .guest-service {
    width: 740px;
    height: 650px;
  }
  .main-services .all-services .guest-service .pic {
    width: 450px;
  }
  .main-services .all-services .guest-service .text {
    width: 560px;
  }
  .main-services .all-services .guest-service .text .title {
    width: 240px;
    margin-left: 20px;
  }
  .main-services .all-services .guest-relation {
    width: 740px;
    height: 650px;
  }
  .main-services .all-services .guest-relation .pic {
    width: 450px;
  }
  .main-services .all-services .guest-relation .text {
    width: 560px;
  }
  .main-services .all-services .guest-relation .text .title {
    width: 210px;
    margin-left: 320px;
  }
  .main-services .all-services .sales-map {
    width: 740px;
    height: 1050px;
  }
  .main-services .all-services .sales-map .text {
    width: 560px;
    bottom: auto;
    top: 0;
  }
  .main-services .all-services .sales-map .pic {
    bottom: 0;
    top: auto;
    right: 0;
    left: 80px;
    margin: 0 auto;
  }
  .main-services .all-services .sales-map .pic path:active {
    fill: white;
  }
  /***** OUR BRANDS *****/
  .main-brands p.intro {
    width: 740px;
  }
  .main-brands .catalog-section {
    width: 740px;
  }
  /***** JOBS *****/
  .main-jobs .job-cards {
    width: 740px;
  }
  /***** LOGIN PAGE *****/
  .main-login .main-left {
    height: 100vh;
  }
  .main-login .main-right {
    height: 150vh;
  }
}
@media screen and (max-width: 844px) and (orientation: landscape) {
  /********** SUBPAGES **********/
  /***** LANDING PAGE *****/
  .main-landing .hero .hero-left {
    margin: 30px 0;
  }
}
@media screen and (max-width: 820px) {
  /********** PARTIALS **********/
  /***** FOOTER *****/
  footer .footer-up {
    height: 25vh;
  }
  footer .footer-up .bloc1 {
    margin-left: 20px;
    margin-right: 0;
  }
  footer .footer-up .bloc2 {
    margin-right: 296px;
  }
  /***** SIDEBARS ON ADMIN PAGES *****/
  .sidebar-fullsize {
    display: none;
  }
  .sidebar-responsive {
    display: block;
  }
  /********** SUBPAGES **********/
  .header-subpages {
    background-attachment: scroll;
    height: 55vh;
  }
  .header-subpages h1 {
    margin-top: 18vh;
  }
  /***** ABOUT *****/
  .main-about .timeline {
    width: 740px;
  }
  .main-about .timeline .swiper {
    height: 520px;
    width: 740px;
  }
  .main-about .timeline .swiper .swiper-slide-content {
    right: 62px;
  }
  .main-about .timeline .swiper .swiper-slide::after {
    right: 135px;
  }
  .main-about .timeline .swiper .swiper-pagination {
    right: 112px;
  }
  .main-about .jany-section .main-bloc .bloc-text {
    margin: 0;
  }
  /***** OUR SERVICES *****/
  header.services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/wallpapers/wallpaper-services-667px.jpg);
  }
  .main-services p.intro {
    width: 740px;
  }
  .main-services .all-services {
    width: 740px;
    padding: 20px 0;
  }
  .main-services .all-services .guest-service {
    width: 740px;
    height: 650px;
  }
  .main-services .all-services .guest-service .pic {
    width: 450px;
  }
  .main-services .all-services .guest-service .text {
    width: 560px;
  }
  .main-services .all-services .guest-service .text .title {
    width: 240px;
    margin-left: 20px;
  }
  .main-services .all-services .guest-relation {
    width: 740px;
    height: 650px;
  }
  .main-services .all-services .guest-relation .pic {
    width: 450px;
  }
  .main-services .all-services .guest-relation .text {
    width: 560px;
  }
  .main-services .all-services .guest-relation .text .title {
    width: 210px;
    margin-left: 320px;
  }
  .main-services .all-services .sales-map {
    width: 740px;
    height: 1050px;
  }
  .main-services .all-services .sales-map .text {
    width: 560px;
    bottom: auto;
    top: 0;
  }
  .main-services .all-services .sales-map .pic {
    bottom: 0;
    top: auto;
    right: 0;
    left: 80px;
    margin: 0 auto;
  }
  .main-services .all-services .sales-map .pic path:active {
    fill: white;
  }
  /***** OUR BRANDS *****/
  header.our-brands {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/wallpapers/wallpaper-brands-667px.jpg);
  }
  .main-brands p.intro {
    width: 740px;
  }
  .main-brands .catalog-section {
    width: 740px;
  }
  /***** JOBS *****/
  header.jobs {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/wallpapers/wallpaper-jobs-667px.jpg);
  }
  .main-jobs .job-cards {
    width: 740px;
  }
  /***** CONTACT *****/
  header.contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/wallpapers/wallpaper-contact-667px.jpg);
  }
  /***** ADMIN PAGE *****/
  .main-admin .dashboard {
    margin-left: 5rem;
  }
  /***** LEGAL MENTIONS *****/
  header.legals {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/wallpapers/wallpaper-legals-667px.jpg);
  }
  /***** LANDING PAGE *****/
  .main-landing .description {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  /********** PARTIALS **********/
  /***** FOOTER *****/
  footer .footer-up {
    background-position: left;
    height: 30vh;
  }
  footer .footer-up .bloc1 {
    margin-left: 60px;
  }
  footer .footer-up .bloc2 {
    margin-right: 0;
    margin-left: 0;
    padding: 40px;
  }
  /********** MAIN PAGE **********/
  /***** INDEX PAGE *****/
  .header-index .slogan-header {
    margin-bottom: 10vh;
  }
  /********** SUBPAGES **********/
  .header-subpages {
    height: 60vh;
  }
  .header-subpages h1 {
    margin-top: 18vh;
  }
  /***** ABOUT *****/
  .main-about .movie .video,
  .main-about .pictures-carousel .text {
    right: 16px;
  }
  /***** LANDING PAGE *****/
  .main-landing img.picture {
    width: 500px;
  }
  .main-landing .hero {
    margin-top: 40px;
  }
  .main-landing .hero h1 {
    font-size: 50px;
  }
  .main-landing .description {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 430px) {
  /********** GLOBALS **********/
  /***** TITLES AND TEXTS *****/
  h2 {
    font-size: 28px;
  }
  p {
    font-size: 18px;
  }
  /********** PARTIALS **********/
  /***** NAVBARS *****/
  /* MENU RESPONSIVE */
  .navbar .sidenav {
    height: 260px;
    width: 180px;
    padding-top: 40px;
    /* Sidenav menu links */
  }
  .navbar .sidenav a {
    padding: 8px 28px;
    font-size: 14px;
  }
  /***** FOOTER *****/
  footer .footer-up {
    flex-direction: column-reverse;
    justify-content: center;
    height: auto;
    padding: 40px 20px;
  }
  footer .footer-up .bloc1,
  footer .footer-up .bloc2 {
    margin: 20px;
  }
  footer .footer-down {
    flex-direction: column;
  }
  footer .footer-down .bloc1 {
    flex-direction: column;
    margin-bottom: 0;
  }
  footer .footer-down .bloc1 .margin-a {
    margin-left: 0;
    margin-top: 14px;
  }
  /********** MAIN PAGE **********/
  /***** INDEX PAGE *****/
  .header-index {
    height: 74vh;
  }
  .header-index .navbar {
    justify-content: end;
  }
  .header-index .navbar .small-logo {
    display: none;
  }
  .header-index .slogan-header {
    margin-bottom: 6vh;
  }
  .header-index .slogan-header img {
    width: 300px;
    height: auto;
  }
  .header-index .slogan-header h1 {
    font-size: 40px;
  }
  .header-index .guest-access {
    top: 30px;
    left: 24px;
  }
  /********** SUBPAGES **********/
  .header-subpages .navbar {
    padding-left: 10px;
  }
  .header-subpages h1 {
    margin-top: 14vh;
    font-size: 50px;
  }
  /***** ABOUT *****/
  header.about {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../images/wallpapers/wallpaper-about-portrait.jpg);
  }
  .main-about {
    padding-top: 0;
  }
  .main-about .introduction {
    gap: 3rem;
  }
  .main-about .introduction .intro-left,
  .main-about .introduction .intro-right {
    width: 340px;
    height: 450px;
  }
  .main-about .timeline {
    width: 340px;
    margin-bottom: 0;
  }
  .main-about .timeline .swiper {
    width: 340px;
    height: 660px;
  }
  .main-about .timeline .swiper .swiper-slide::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  }
  .main-about .timeline .swiper .swiper-slide::after {
    display: none;
  }
  .main-about .timeline .swiper .swiper-slide-content {
    width: 90%;
    right: 0;
    text-align: center;
    align-items: center;
  }
  .main-about .timeline .swiper .swiper-slide-content .timeline-title {
    font-size: 36px;
  }
  .main-about .timeline .swiper .swiper-pagination {
    display: none;
  }
  .main-about .timeline .swiper .swiper-button-prev,
  .main-about .timeline .swiper .swiper-button-next {
    display: flex;
  }
  .main-about .our-values {
    margin-bottom: 0;
  }
  .main-about .movie {
    width: 340px;
    height: 380px;
  }
  .main-about .movie .text {
    width: 340px;
    height: 220px;
    padding: 40px;
  }
  .main-about .movie .video {
    width: 340px;
    height: 240px;
    right: 0;
  }
  .main-about .pictures-carousel {
    width: 340px;
    height: 440px;
  }
  .main-about .pictures-carousel .carousel {
    width: 340px;
  }
  .main-about .pictures-carousel .carousel .swiper {
    width: 340px;
    height: 240px;
  }
  .main-about .pictures-carousel .text {
    width: 340px;
    padding: 40px;
    right: 0;
  }
  .main-about .jany-section .main-bloc .bloc-text {
    width: 340px;
  }
  .main-about .jany-section .main-bloc .bloc-text .text {
    padding: 30px;
  }
  .main-about .jany-section .main-bloc .bloc-text .button {
    left: 0;
  }
  .main-about .jany-section .main-bloc .bloc-logo img {
    width: 280px;
    height: auto;
  }
  .main-about .join-us .bloc-left {
    width: 340px;
    height: auto;
  }
  .main-about .join-us .bloc-right {
    width: 340px;
    height: 560px;
    padding-left: 30px;
  }
  .main-about .join-us .bloc-right .button {
    margin-top: 20px;
  }
  /***** OUR SERVICES *****/
  header.services {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/wallpapers/wallpaper-services-portrait.jpg);
  }
  .main-services h2 {
    padding: 0;
  }
  .main-services p.intro {
    width: 340px;
  }
  .main-services .all-services {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/wallpapers/wallpaper-services2-portrait.jpg);
    width: 340px;
  }
  .main-services .all-services .paragraph {
    padding: 30px;
    width: 330px;
  }
  .main-services .all-services .guest-service {
    width: 340px;
    height: 560px;
    margin: 0;
    margin-top: 40px;
  }
  .main-services .all-services .guest-service .pic {
    display: none;
  }
  .main-services .all-services .guest-service .text {
    width: 340px;
    left: 5px;
  }
  .main-services .all-services .guest-relation {
    width: 340px;
    height: 500px;
    margin: 0;
    margin-top: 230px;
  }
  .main-services .all-services .guest-relation .pic {
    display: none;
  }
  .main-services .all-services .guest-relation .text {
    width: 340px;
    right: -5px;
  }
  .main-services .all-services .guest-relation .text .title {
    margin-left: 10px;
  }
  .main-services .all-services .sales-map {
    width: 340px;
    height: 790px;
    margin-top: 60px;
  }
  .main-services .all-services .sales-map .text {
    width: 360px;
    left: 5px;
    bottom: auto;
    top: 0;
  }
  .main-services .all-services .sales-map .pic {
    width: 340px;
    left: 0;
  }
  .main-services .all-services .sales-map .pic .modal .modal-content {
    width: 100%;
  }
  /***** OUR BRANDS *****/
  header.our-brands {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/wallpapers/wallpaper-brands-portrait.jpg);
  }
  .main-brands {
    padding: 60px 0;
  }
  .main-brands p.intro {
    width: 340px;
  }
  .main-brands .catalog-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(../images/wallpapers/wallpaper-brands2-portrait.jpg);
    width: 340px;
    padding: 40px 0;
  }
  .main-brands .catalog-section p {
    width: 330px;
  }
  .main-brands .catalog-section .catalogs .catalog-LL,
  .main-brands .catalog-section .catalogs .catalog-Jany {
    width: auto;
    margin: 60px 0;
  }
  /***** JOBS *****/
  header.jobs {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/wallpapers/wallpaper-jobs2-portrait.jpg);
  }
  .main-jobs {
    background-color: #edf0f0;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-jobs p {
    text-align: center;
    width: 340px;
  }
  .main-jobs .job-cards {
    width: 340px;
    margin: 20px 0 80px 0;
  }
  .main-jobs .job-cards .job-card {
    padding: 20px;
  }
  .main-jobs .apply-form {
    margin: 20px 0;
    width: 340px;
  }
  .main-jobs .apply-form .custom-form {
    width: 340px;
  }
  .main-jobs .apply-form .checkbox {
    width: 340px;
  }
  /***** CONTACT *****/
  header.contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/wallpapers/wallpaper-contact-portrait.jpg);
  }
  .main-contact .find-us {
    margin: 20px 0;
    width: 340px;
  }
  .main-contact .find-us .details {
    width: 340px;
  }
  .main-contact .find-us .details p {
    width: 340px;
  }
  .main-contact .find-us iframe {
    width: 340px;
    height: 300px;
  }
  .main-contact .contact-us {
    margin: 20px 0;
    width: 340px;
  }
  .main-contact .contact-us .contact-form {
    margin: 20px 0;
    width: 340px;
  }
  .main-contact .contact-us .contact-form .custom-form {
    width: 340px;
  }
  .main-contact .contact-us .contact-form .checkbox {
    width: 340px;
  }
  /***** LOGIN PAGE *****/
  .main-login .main-left {
    height: 30vh;
  }
  .main-login .main-left img {
    width: 340px;
  }
  .main-login .main-right {
    height: 70vh;
  }
  .main-login .main-right h1 {
    font-size: 40px;
    width: 340px;
  }
  .main-login .main-right .custom-form {
    width: 340px;
  }
  /***** LEGAL MENTIONS *****/
  header.legals {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/wallpapers/wallpaper-legals-portrait.jpg);
  }
  .main-legals {
    padding: 20px;
  }
  /***** LANDING PAGE *****/
  .header-landing .logo p {
    display: none;
  }
  .main-landing img.picture {
    width: 360px;
  }
  .main-landing .hero,
  .main-landing .description {
    height: auto;
  }
  .main-landing .description {
    margin-bottom: 80px;
  }
  .main-landing .hero .hero-left,
  .main-landing .description .description-right {
    width: 360px;
    margin: 40px 0;
    padding: 0;
  }
  .main-landing .hero .hero-left p.hero-intro {
    font-size: 26px;
  }
  .main-landing .hero .hero-left h1 {
    font-size: 46px;
    width: 100%;
  }
  .main-landing .hero .hero-left .button {
    margin-left: 60px;
  }
}/*# sourceMappingURL=style.css.map */