@charset "UTF-8";
@font-face {
  font-family: "RobotoRgular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "RobotoExtraBold";
  src: url("../fonts/Roboto-ExtraBold.ttf") format("truetype");
}
:root {
  /* colors */
  --legermoir-primary-color: #00A536;
  --legermoir-primary-light-color: #77DDAA;
  --legermoir-secondary-color: #21233F;
  --legermoir-secondary-light-color: #305EB7;
  --legermoir-txt-color: #F6F7F9;
  --legermoir-txt-light-color: #EDF9F1;
  --legermoir-txt-muted: #FAFAF8;
  /* box shadow */
  --input-focus-box-shadow: 0 0 5px #00A536 !important;
  --box-shadow: 5px 10px 18px #888888 !important;
  /* text-size */
  --global-font-size: 16px;
  --title-font-size: 62px;
  --sub-title-font-size: 31px;
  /* margin */
  --global-margin: 3rem;
  --section-margin: 10rem;
}

* {
  box-sizing: border-box;
  font-family: RobotoRgular, sans-serif;
  font-size: var(--global-font-size);
}
* .input-group input:focus, * .input-group textarea:focus, * .input-group select:focus, * .form-floating input:focus, * .form-floating textarea:focus, * .form-floating select:focus {
  border-color: var(--legermoir-primary-color) !important;
  box-shadow: var(--input-focus-box-shadow) !important;
}
* input:focus, * textarea:focus, * select:focus {
  border-color: var(--legermoir-primary-color) !important;
  box-shadow: var(--input-focus-box-shadow) !important;
}
* .title-object {
  opacity: 0;
  transition: all 1.75s ease-in-out;
  transform: translateY(0);
}
* .text-object {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateX(0);
}
* .btn-object {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translateY(0);
}
* .img-object {
  opacity: 0;
  transition: all 1.75s ease-in-out;
  transform: scale(0);
}
* .title-object.animate {
  opacity: 1;
  transform: translateY(0);
}
* .title-object:not(.animate) {
  transform: translateY(-150px);
}
* .btn-object.animate {
  opacity: 1;
  transform: translateY(0);
}
* .btn-object:not(.animate) {
  transform: translateY(150px);
}
* .text-object.animate {
  opacity: 1;
  transform: translateX(0);
}
* .text-object:not(.animate) {
  transform: translateX(250px);
}
* .img-object.animate {
  opacity: 1;
  transform: scale(1);
}
* .img-object:not(.animate) {
  transform: scale(0);
}
* svg {
  color: var(--legermoir-primary-color);
}
* .nav-container {
  position: relative;
  z-index: 3;
}
* .nav-container .social-area {
  border-bottom: 0.5px solid var(--legermoir-primary-color);
}
* .nav-container .social-area .container-md {
  display: flex;
  align-items: center;
  width: 100%;
}
* .nav-container .social-area .container-md a {
  text-decoration: none;
  display: flex;
  border-left: 0.5px solid var(--legermoir-primary-color);
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: unset;
}
* .nav-container .social-area .container-md a span {
  font-size: 14px;
}
* .nav-container .social-area .container-md a:nth-child(3), * .nav-container .social-area .container-md a:last-child {
  border-right: 1px solid var(--legermoir-primary-color);
}
* .nav-container .social-area .container-md .dropdown button {
  background-color: var(--legermoir-primary-color);
  color: var(--legermoir-txt-color);
  border-radius: unset;
}
* .nav-container .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
* .nav-container .navbar .container-fluid .navbar-brand img {
  width: 25px;
  height: auto;
}
* .nav-container .navbar .container-fluid .navbar-brand span {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: var(--global-font-size);
  font-weight: 800;
}
* .nav-container .navbar .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item .active {
  color: var(--legermoir-primary-color) !important;
}
* .nav-container .navbar .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item:last-child {
  background-color: var(--legermoir-primary-color);
}
* .nav-container .navbar .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item:last-child .nav-link {
  color: var(--legermoir-txt-color) !important;
}
* .title-intro-text {
  display: flex;
  align-items: center;
}
* .title-intro-text .h-line {
  width: 30px;
  height: 3px;
  background-color: var(--legermoir-primary-color);
  margin-right: 1rem;
}
* .title-intro-text span {
  display: inline-block;
  font-size: var(--global-font-size)-8px;
  font-weight: 800;
}
* section .ss-section {
  margin-top: var(--global-margin);
  background-color: var(--legermoir-primary-light-color);
  width: 100%;
  height: max-content;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
* section .ss-section .row {
  width: 100%;
}
* section .ss-section .row .col-md-6 {
  padding: 0.5rem;
}
* section .ss-section .row .col-md-6 .item {
  border-radius: 15px;
  background-color: white;
}
* section .ss-section .row .col-md-6 .item .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.75rem;
}
* section .ss-section .row .col-md-6 .item .header img {
  width: 125px;
  height: auto;
  margin-bottom: 1rem;
}
* section .ss-section .row .col-md-6 .item .header span {
  font-weight: 800;
}
* section .ss-section .row .col-md-6 .item .body {
  padding: 0.75rem;
}
* section .ss-section .row .col-md-6 .item .body p {
  padding: 1.5rem;
}
* section .ss-section .row .col-md-6 .item .body ul li {
  padding: 0.5rem;
  list-style-type: circle;
}

/* Animation */
@keyframes rotate {
  from {
    transform: rotateX(0deg) rotateY(0deg);
  }
  to {
    transform: rotateX(360deg) rotateY(360deg);
  }
}
@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  background-color: var(--legermoir-txt-muted);
  position: relative;
}

/* Loader */
.loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1000;
  transition: all 1s ease-in-out;
  /* Scène 3D */
}
.loader .scene {
  width: 200px;
  height: 200px;
  perspective: 800px;
  margin: 100px auto;
  /* Cube */
}
.loader .scene .cube {
  width: 100px;
  height: 100px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(-25deg) rotateY(30deg);
  animation: rotate 6s infinite linear;
  /* Faces */
  /* Positionnement 3D */
}
@media only screen and (max-width: 480px) {
  .loader .scene .cube {
    left: 32%;
    top: 35%;
  }
}
.loader .scene .cube .face {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #00A536;
  border: 2px solid white;
  color: white;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}
.loader .scene .cube .front {
  transform: translateZ(50px);
}
.loader .scene .cube .back {
  transform: rotateY(180deg) translateZ(50px);
}
.loader .scene .cube .right {
  transform: rotateY(90deg) translateZ(50px);
}
.loader .scene .cube .left {
  transform: rotateY(-90deg) translateZ(50px);
}
.loader .scene .cube .top {
  transform: rotateX(90deg) translateZ(50px);
}
.loader .scene .cube .bottom {
  transform: rotateX(-90deg) translateZ(50px);
}

/* Back To Top Button */
.back-to-top-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: none;
  width: max-content;
  height: max-content;
}
.back-to-top-button button {
  background-color: var(--legermoir-primary-color);
  padding: 1rem;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.back-to-top-button button svg {
  color: var(--legermoir-txt-color);
}
.back-to-top-button button:hover {
  background-color: var(--legermoir-txt-light-color);
}
.back-to-top-button button:hover svg {
  color: black;
}

.whats-app-button {
  position: fixed;
  bottom: 125px;
  right: 25px;
  width: max-content;
  height: max-content;
  background: transparent !important;
  z-index: 999;
}
.whats-app-button .btn {
  background-color: limegreen;
  border-radius: 50%;
  padding: 1rem;
}
.whats-app-button .btn:hover {
  background-color: #37fc00;
}
.whats-app-button .btn svg {
  font-size: 1.5rem;
  color: var(--legermoir-txt-color);
}

.call-button {
  position: fixed;
  bottom: 200px;
  right: 25px;
  width: max-content;
  height: max-content;
  background: transparent !important;
  z-index: 999;
}
.call-button .btn {
  background-color: var(--legermoir-secondary-light-color);
  border-radius: 50%;
  padding: 1rem;
}
.call-button .btn:hover {
  background-color: var(--legermoir-secondary-light-color);
}
.call-button .btn svg {
  font-size: 1.5rem;
  color: var(--legermoir-txt-color);
}

/* Header */
header {
  position: relative;
  /* Accueil */
  /* About */
  /* Contactez-nous */
}
header .ind-head-cont {
  /* Header Index */
  position: absolute;
  top: 0;
  height: 800px;
  width: 100%;
}
header .ind-head-cont .swiper {
  height: 100%;
}
header .ind-head-cont .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md h1 {
  font-size: var(--title-font-size);
  color: var(--legermoir-primary-color);
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md .t1 {
  color: transparent;
  -webkit-text-stroke: 1px var(--legermoir-primary-color);
  text-stroke: 1px var(--legermoir-primary-color);
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md .row .col-md-5 {
  margin-top: 1rem;
  font-size: 20px;
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md .btn {
  margin-top: 3rem;
  padding: 0.75rem;
  font-size: var(--global-font-size)2px;
  width: max-content;
  color: var(--legermoir-txt-color);
  background-color: var(--legermoir-primary-color);
  box-shadow: 0 0 35px var(--legermoir-primary-light-color);
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .container-md .title-object {
  opacity: 0;
  transform: translateY(-150px);
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .container-md .text-object {
  opacity: 0;
  transform: translateX(250px);
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .container-md .btn-object {
  opacity: 0;
  transform: translateY(150px);
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide-active .container-md .title-object {
  opacity: 1;
  transform: translateY(0);
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide-active .container-md .text-object {
  opacity: 1;
  transform: translateX(0);
}
header .ind-head-cont .swiper .swiper-wrapper .swiper-slide-active .container-md .btn-object {
  opacity: 1;
  transform: translateY(0);
}
header .an-head-cont {
  height: 450px;
  background: url("../images/utils/banniere.jpg") no-repeat center center;
  background-size: cover;
  object-fit: cover;
}
header .an-head-cont .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .an-head-cont .container h1 {
  font-size: var(--title-font-size);
  font-family: RobotoExtraBold, sans-serif;
  color: var(--legermoir-txt-color);
}
header .co-head-cont {
  height: 450px;
  background: url("../images/utils/receptioniste.jpeg") no-repeat center center;
  background-size: cover;
  object-fit: cover;
}
header .co-head-cont .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .co-head-cont .container h1 {
  font-size: var(--title-font-size);
  font-family: RobotoExtraBold, sans-serif;
  color: var(--legermoir-txt-color);
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Body */
/* Home */
.ind-bod-cont {
  margin-top: 690px;
}
.ind-bod-cont section h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
  color: var(--legermoir-primary-color);
}
.ind-bod-cont section:first-child {
  background-color: var(--legermoir-txt-light-color);
  padding: var(--section-margin) 0 var(--section-margin) 0;
}
.ind-bod-cont section:first-child .container .principal .col-md-6:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ind-bod-cont section:first-child .container .principal .col-md-6:first-child h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
  font-size: 65px;
  color: var(--legermoir-primary-color);
}
.ind-bod-cont section:first-child .container .principal .col-md-6:first-child .row {
  width: 100%;
}
.ind-bod-cont section:first-child .container .principal .col-md-6:first-child .row .col-md-4 {
  padding: 0;
}
.ind-bod-cont section:first-child .container .principal .col-md-6:first-child .row .col-md-4 .btn {
  margin-top: 3rem;
  padding: 0.75rem;
  font-size: var(--global-font-size)2px;
  width: max-content;
  color: var(--legermoir-txt-color);
  background-color: var(--legermoir-primary-color);
  box-shadow: 0 0 35px var(--legermoir-primary-light-color);
}
.ind-bod-cont section:first-child .container .principal .col-md-5 {
  position: relative;
  padding: 0;
}
.ind-bod-cont section:first-child .container .principal .col-md-5 img {
  width: 100%;
  height: auto;
  border-top-left-radius: 15%;
  border-bottom-right-radius: 15%;
}
.ind-bod-cont section:first-child .container .principal .col-md-5 .details {
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 75%;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 25px;
}
.ind-bod-cont section:first-child .container .principal .col-md-5 .details span {
  font-size: var(--sub-title-font-size);
  font-weight: 800;
  font-family: RobotoExtraBold, sans-serif;
}
.ind-bod-cont section:first-child .container .principal .col-md-5 .details span:first-child {
  font-size: var(--title-font-size);
}
.ind-bod-cont section:first-child .container .principal .col-md-5 .details p {
  font-size: 18px;
  margin-bottom: 0;
}
.ind-bod-cont section:nth-child(2) {
  margin-top: var(--section-margin);
}
.ind-bod-cont section:nth-child(2) .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ind-bod-cont section:nth-child(3) {
  margin-top: var(--section-margin);
}
.ind-bod-cont section:nth-child(3) .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
}
.ind-bod-cont section:nth-child(3) .body {
  margin-top: var(--global-margin);
  width: 100%;
  height: max-content;
  background: url("../images/img2.jpg") no-repeat center center;
  background-size: cover;
  object-fit: cover;
  border-radius: 0;
}
.ind-bod-cont section:nth-child(3) .body .container-md {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
.ind-bod-cont section:nth-child(3) .body .container-md .row {
  width: 100%;
}
.ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 {
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
}
.ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 .item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--legermoir-txt-light-color);
  align-items: center;
  justify-content: center;
  height: 15rem;
}
.ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 .item .top svg {
  font-size: 3rem;
}
.ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 .item .bottom .value {
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  color: var(--legermoir-txt-light-color);
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
}
.ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 .item .bottom .text {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  color: var(--legermoir-txt-color);
}
.ind-bod-cont section:nth-child(4) {
  margin-top: var(--section-margin);
}
.ind-bod-cont section:nth-child(4) .container {
  margin-top: var(--global-margin);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
}
.ind-bod-cont section:nth-child(4) .container .row {
  margin-top: var(--global-margin);
}
.ind-bod-cont section:nth-child(4) .container .row .col-md-4 .item {
  border: 1px solid var(--legermoir-primary-color);
  height: 25rem;
}
.ind-bod-cont section:nth-child(4) .container .row .col-md-4 .item .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 10rem;
  margin-top: 1rem;
}
.ind-bod-cont section:nth-child(4) .container .row .col-md-4 .item .header span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid var(--legermoir-primary-color);
  border-radius: 50%;
}
.ind-bod-cont section:nth-child(4) .container .row .col-md-4 .item .header span:first-child svg {
  font-size: 1.5rem;
}
.ind-bod-cont section:nth-child(4) .container .row .col-md-4 .item .header span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
}
.ind-bod-cont section:nth-child(4) .container .row .col-md-4 .item .body p {
  padding: 0 1rem 0 1rem;
  text-align: center;
}

/* About */
.ab-bod-cont section:first-child {
  margin-top: var(--section-margin);
}
.ab-bod-cont section:first-child .container .row .col-md-12:first-child .col-md-6:first-child h1 {
  font-size: var(--sub-title-font-size);
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
  margin-top: 1rem;
  color: var(--legermoir-primary-color);
}
.ab-bod-cont section:first-child .container .row .col-md-12:last-child .col-md-6:first-child p:first-child {
  padding-top: var(--global-margin);
  font-size: 18px;
  border-top: solid 1px var(--legermoir-primary-color);
}
.ab-bod-cont section:first-child .container .row .col-md-12:last-child .col-md-6:first-child p:nth-child(2) {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-left: solid 0.5rem var(--legermoir-primary-color);
}
.ab-bod-cont section:first-child .container .row .col-md-12:last-child .col-md-6:first-child .row {
  width: 100%;
}
.ab-bod-cont section:first-child .container .row .col-md-12:last-child .col-md-6:first-child .row .col-md-6 {
  padding: 0;
}
.ab-bod-cont section:first-child .container .row .col-md-12:last-child .col-md-6:first-child .row .col-md-6 .btn {
  margin-top: 3rem;
  padding: 0.75rem;
  font-size: var(--global-font-size)2px;
  width: max-content;
  color: var(--legermoir-txt-color);
  background-color: var(--legermoir-primary-color);
  box-shadow: 0 0 35px var(--legermoir-primary-light-color);
}
.ab-bod-cont section:nth-child(2) {
  margin-top: var(--section-margin);
  background: url("../images/img2.jpg") no-repeat center center;
  background-size: cover;
  object-fit: cover;
  height: 450px;
  position: relative;
}
.ab-bod-cont section:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.ab-bod-cont section:nth-child(2) .container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.ab-bod-cont section:nth-child(2) .container .row {
  height: 100%;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child {
  display: flex;
  align-items: center;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .right span {
  color: var(--legermoir-txt-color);
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .right span:first-child {
  font-size: var(--title-font-size);
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .right span:last-child {
  font-size: var(--sub-title-font-size);
  font-family: RobotoRgular, sans-serif;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--legermoir-primary-color);
  padding: 1rem;
  width: max-content;
  height: max-content;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .top span {
  color: var(--legermoir-txt-color);
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .top span:first-child {
  font-size: var(--sub-title-font-size);
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .top span:last-child {
  font-size: 18px;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .bottom {
  margin-top: 1rem;
}
.ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .bottom p {
  font-size: 18px;
  color: var(--legermoir-txt-color);
}
.ab-bod-cont section:nth-child(3) {
  margin-top: var(--section-margin);
}
.ab-bod-cont section:nth-child(3) .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
}
.ab-bod-cont section:nth-child(3) .container h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
  color: var(--legermoir-primary-color);
}
.ab-bod-cont section:nth-child(3) .container .row {
  margin-top: var(--global-margin);
  width: 100%;
}
.ab-bod-cont section:nth-child(3) .container .row .col-md-3 .item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--legermoir-primary-color);
  align-items: center;
  justify-content: center;
  height: 15rem;
}
.ab-bod-cont section:nth-child(3) .container .row .col-md-3 .item .top svg {
  font-size: 3rem;
}
.ab-bod-cont section:nth-child(3) .container .row .col-md-3 .item .bottom .value {
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
}
.ab-bod-cont section:nth-child(3) .container .row .col-md-3 .item .bottom .text {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
.ab-bod-cont section:nth-child(4) {
  margin-top: var(--section-margin);
}
.ab-bod-cont section:nth-child(4) .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab-bod-cont section:nth-child(4) .container h1 {
  font-size: var(--sub-title-font-size);
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
  margin-top: 1rem;
  color: var(--legermoir-primary-color);
}

/* Nos Offres*/
.off-bod-cont {
  margin-top: 5rem;
}
.off-bod-cont section:first-child {
  margin-bottom: 5rem;
}
.off-bod-cont section:first-child p {
  padding: 2rem 1rem 2rem 1rem;
  text-align: center;
  background-color: var(--legermoir-txt-light-color);
  font-size: 18px;
}
.off-bod-cont section:nth-child(2) .container-md .row .input-group {
  display: flex;
  flex-direction: column;
  background-color: var(--legermoir-txt-light-color);
  padding: 1.5rem 0.85rem 1.5rem 0.85rem;
}
.off-bod-cont section:nth-child(2) .container-md .row .input-group input {
  width: 100%;
}
.off-bod-cont section:nth-child(2) .container-md .row .left {
  border-right: solid 1px #888;
}
@media only screen and (max-width: 767px) {
  .off-bod-cont section:nth-child(2) .container-md .row .left {
    display: none;
    margin-right: 0;
    margin-bottom: 2rem;
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.off-bod-cont section:nth-child(2) .container-md .row .left h6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: solid 1px #888;
  font-weight: 400;
}
.off-bod-cont section:nth-child(2) .container-md .row .left .last {
  margin-top: 1rem;
}
.off-bod-cont section:nth-child(2) .container-md .row .left .form-check .form-check-input {
  border: solid 1px #888;
}
.off-bod-cont section:nth-child(2) .container-md .row .left .form-check .form-check-input:focus {
  border-color: var(--legermoir-primary-color) !important;
  box-shadow: 0 0 5px var(--legermoir-txt-light-color) !important;
  background-color: var(--legermoir-primary-color) !important;
}
.off-bod-cont section:nth-child(2) .container-md .row .left .form-check .form-check-input:checked {
  background-color: var(--legermoir-primary-color) !important;
  border-color: var(--legermoir-primary-color) !important;
}
@media only screen and (max-width: 480px) {
  .off-bod-cont section:nth-child(2) .container-md .row .left .form-check label {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .off-bod-cont section:nth-child(2) .container-md .row .right .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.off-bod-cont section:nth-child(2) .container-md .row .right .row .col-md-8 {
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .off-bod-cont section:nth-child(2) .container-md .row .right .row .col-md-8 {
    margin-top: var(--global-margin);
    padding: 1rem;
  }
}
.off-bod-cont section:nth-child(2) .container-md .row .right .row .col-md-8 .zone-offres .of-res {
  padding-bottom: 1rem;
  border-bottom: solid 1px #888;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .off-bod-cont section:nth-child(2) .container-md .row .right .row .col-md-8 .zone-offres .of-res {
    width: 100%;
    font-weight: 700;
  }
}
.off-bod-cont section:nth-child(2) .container-md .row .right .row .col-md-8 .zone-offres .offre {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.off-bod-cont section:nth-child(2) .container-md .row .right .row .col-md-8 .zone-offres .offre .btn {
  margin-top: 1.5rem;
  padding: 0.5rem;
  font-size: var(--global-font-size)2px;
  width: max-content;
  color: var(--legermoir-txt-color);
  background-color: var(--legermoir-primary-color);
  box-shadow: 0 0 35px var(--legermoir-primary-light-color);
}
/* Contactez-nous */
.co-bod-cont {
  margin-top: var(--section-margin);
}
.co-bod-cont section {
  margin-top: var(--margin-between-section);
}
.co-bod-cont section .container-lg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.co-bod-cont section .container-lg h1 {
  margin-bottom: 2rem;
  font-family: RobotoExtraBold, sans-serif;
  font-weight: 800;
  color: var(--legermoir-primary-color);
}
.co-bod-cont section .container-lg .row {
  width: 100%;
}
.co-bod-cont section .container-lg .row .col-md-4 {
  padding: 1rem;
}
.co-bod-cont section .container-lg .row .col-md-4 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--legermoir-txt-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.co-bod-cont section .container-lg .row .col-md-4 .item span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem;
  border-radius: 50%;
  border: 1px solid var(--legermoir-primary-color);
}
.co-bod-cont section .container-lg .row .col-md-4 .item span:first-child svg {
  font-size: 1.75rem;
}
.co-bod-cont section .container-lg .row .col-md-4 .item span:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.co-bod-cont section .container-lg .row .row-bottom {
  margin-top: 3rem;
}
.co-bod-cont section .container-lg .row .row-bottom h5 {
  width: 100%;
  font-weight: 700;
  color: var(--legermoir-secondary-color);
}
.co-bod-cont section .container-lg .row .row-bottom p {
  margin-bottom: 1.5rem;
}
.co-bod-cont section .container-lg .row .row-bottom hr {
  height: 2px;
  width: 100%;
  color: var(--text-light);
}
footer {
  margin-top: var(--section-margin);
  background-color: var(--legermoir-secondary-color);
}
footer .container {
  padding-top: var(--global-margin);
  /*
  background: url("../images/Map.png") no-repeat center center;
  background-size: cover;
  object-fit: cover; */
}
footer .container .row:first-child .col-md-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .container .row:first-child .col-md-5 .title-intro-text {
  margin-bottom: 0.75rem;
}
footer .container .row:first-child .col-md-5 .title-intro-text, footer .container .row:first-child .col-md-5 h1 {
  font-weight: 800;
  font-family: RobotoExtraBold, sans-serif;
  color: var(--legermoir-txt-light-color);
}
footer .container .row:first-child .col-md-7 ul li {
  list-style: circle;
  font-size: 18px;
  color: var(--legermoir-txt-light-color);
  font-weight: 800;
  padding: 0.75rem;
}
footer .container .row:nth-child(2) {
  padding-top: var(--global-margin);
  padding-bottom: var(--global-margin);
}
footer .container .row:nth-child(2) .col-md-3 .item {
  height: 20rem;
  border: solid 1px var(--legermoir-primary-color);
}
footer .container .row:nth-child(2) .col-md-3 .item .top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.75rem;
}
footer .container .row:nth-child(2) .col-md-3 .item .top svg {
  width: 3rem;
  height: auto;
}
footer .container .row:nth-child(2) .col-md-3 .item .middle {
  margin-top: 1rem;
}
footer .container .row:nth-child(2) .col-md-3 .item .middle h3 {
  color: var(--legermoir-txt-color);
  text-align: center;
}
footer .container .row:nth-child(2) .col-md-3 .item .middle p {
  text-align: center;
  color: var(--legermoir-txt-color);
}
footer .container .row:nth-child(2) .col-md-3 .item .bottom {
  display: flex;
  justify-content: center;
}
footer .container .row:nth-child(2) .col-md-3 .item .bottom a {
  color: var(--legermoir-primary-color);
}
footer .container .infos-area {
  padding-top: var(--global-margin);
}
footer .container .infos-area .row .col-md-4 h3, footer .container .infos-area .row .col-md-3 h3 {
  font-weight: 800;
  color: var(--legermoir-txt-color);
}
footer .container .infos-area .row .col-md-4 p, footer .container .infos-area .row .col-md-3 p {
  color: var(--legermoir-txt-color);
}
footer .container .infos-area .row .col-md-4 a, footer .container .infos-area .row .col-md-3 a {
  text-decoration: none;
  color: var(--legermoir-txt-color);
}
footer .container .infos-area .row .col-md-4 ul li, footer .container .infos-area .row .col-md-3 ul li {
  list-style: circle;
  padding: 0.75rem;
}
footer .container .infos-area .row .col-md-4 ul li::marker, footer .container .infos-area .row .col-md-3 ul li::marker {
  color: var(--legermoir-primary-color);
}
footer .container .infos-area .row .col-md-4 ul li a, footer .container .infos-area .row .col-md-3 ul li a {
  color: var(--legermoir-primary-color);
}
footer .copy-right-area {
  padding-top: var(--global-margin);
}
footer .copy-right-area p {
  background-color: black;
  color: var(--legermoir-txt-color);
}
footer .copy-right-area p a {
  color: var(--legermoir-primary-color);
  font-size: 18px;
  text-decoration: none;
}

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
  /* Home */
  .ind-bod-cont section:first-child .container .principal .col-md-5 .details {
    bottom: 20%;
    padding: 1rem;
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 .details span:first-child {
    font-size: var(--sub-title-font-size);
  }
  .ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 .item .bottom .text {
    font-size: 1.2rem;
  }
  .ind-bod-cont section:nth-child(4) .container .row .col-md-4 .item {
    height: 30rem;
  }
  /* About */
  .ab-bod-cont section:nth-child(3) .container .row .col-md-3 .item .bottom .text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  /* Home */
  .ind-bod-cont section:first-child .container .principal .col-md-6:first-child h1 {
    font-size: 50px;
    color: var(--legermoir-primary-color);
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 .details {
    bottom: 20%;
    padding: 1rem;
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 .details span:first-child {
    font-size: var(--sub-title-font-size);
  }
  .ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 .item .bottom .text {
    font-size: 1.2rem;
  }
  .ind-bod-cont section:nth-child(4) .container .row .col-md-4 .item {
    height: 42rem;
  }
  /* About */
  .ab-bod-cont section:nth-child(3) .container .row .col-md-3 .item .bottom .text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --title-font-size: 31px;
    --sub-title-font-size: 20px;
    --section-margin: 5rem;
  }
  * .nav-container .social-area .container-md {
    padding: 0 !important;
  }
  * .nav-container .social-area .container-md a {
    text-decoration: none;
    display: flex;
    border-left: 0.5px solid var(--legermoir-primary-color);
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: unset;
  }
  * .nav-container .social-area .container-md a span {
    font-size: 14px;
  }
  * .nav-container .social-area .container-md .separator {
    display: none;
  }
  * .nav-container .social-area .container-md .dropdown button {
    background-color: var(--legermoir-primary-color);
    color: var(--legermoir-txt-color);
    border-radius: unset;
  }
  header .ind-head-cont {
    height: 690px;
  }
  header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md h1 {
    font-size: var(--title-font-size);
  }
  header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md .row .col-md-6 {
    font-size: var(--global-font-size);
    color: black;
  }
  /* Home */
  .ind-bod-cont {
    margin-top: 585px;
  }
  .ind-bod-cont section:first-child .container .principal {
    flex-direction: column-reverse;
  }
  .ind-bod-cont section:first-child .container .principal .col-md-6:first-child h1 {
    font-size: 25px;
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 {
    position: relative;
    padding: 1rem;
  }
  .ind-bod-cont section:nth-child(2) .container p {
    text-align: center;
    margin-bottom: 0;
  }
  .ind-bod-cont section:nth-child(2) .ss-section {
    margin-top: var(--global-margin);
    background-color: var(--legermoir-primary-light-color);
    width: 100%;
    height: max-content;
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ind-bod-cont section:nth-child(2) .ss-section .row {
    width: 100%;
  }
  .ind-bod-cont section:nth-child(2) .ss-section .row .col-md-6 {
    padding: 0.5rem;
  }
  .ind-bod-cont section:nth-child(2) .ss-section .row .col-md-6 .item {
    border-radius: 15px;
    background-color: white;
  }
  .ind-bod-cont section:nth-child(2) .ss-section .row .col-md-6 .item .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.75rem;
  }
  .ind-bod-cont section:nth-child(2) .ss-section .row .col-md-6 .item .header img {
    width: 125px;
    height: auto;
    margin-bottom: 1rem;
  }
  .ind-bod-cont section:nth-child(2) .ss-section .row .col-md-6 .item .header span {
    font-weight: 800;
  }
  .ind-bod-cont section:nth-child(2) .ss-section .row .col-md-6 .item .body {
    padding: 0.75rem;
  }
  .ind-bod-cont section:nth-child(2) .ss-section .row .col-md-6 .item .body p {
    padding: 1.5rem;
  }
  .ind-bod-cont section:nth-child(2) .ss-section .row .col-md-6 .item .body ul li {
    padding: 0.5rem;
    list-style-type: circle;
  }
  .ind-bod-cont section:nth-child(3) .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
  }
  .ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 {
    width: 48%;
    height: auto;
    margin-right: 0;
  }
  .ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 .item {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4:first-child {
    margin-right: 1rem;
  }
  .ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4:nth-child(3) {
    margin-right: 1rem;
  }
  .ind-bod-cont section:nth-child(4) .container h1 {
    text-align: center;
  }
  .ind-bod-cont section:nth-child(4) .container .row .col-md-4 {
    margin-bottom: 2rem;
  }
  /* About */
  .ab-bod-cont section:first-child .container .row .col-md-12:first-child .col-md-6:first-child h1 {
    font-size: var(--sub-title-font-size);
  }
  .ab-bod-cont section:first-child .container .row .col-md-12:last-child .row {
    margin-top: 1rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .ab-bod-cont section:first-child .container .row .col-md-12:last-child .row .col-md-6:first-child p:first-child {
    padding-top: 1rem;
    border-top: unset;
  }
  .ab-bod-cont section:nth-child(2) .container {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .ab-bod-cont section:nth-child(2) .container .row {
    height: 100%;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child {
    display: flex;
    align-items: center;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1rem;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .right span {
    color: var(--legermoir-txt-color);
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .right span:first-child {
    font-size: var(--title-font-size);
    font-family: RobotoExtraBold, sans-serif;
    font-weight: 800;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .right span:last-child {
    font-size: var(--sub-title-font-size);
    font-family: RobotoRgular, sans-serif;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--legermoir-primary-color);
    padding: 1rem;
    width: max-content;
    height: max-content;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .top span {
    color: var(--legermoir-txt-color);
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .top span:first-child {
    font-size: var(--sub-title-font-size);
    font-family: RobotoExtraBold, sans-serif;
    font-weight: 800;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .top span:last-child {
    font-size: 18px;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .bottom {
    margin-top: 1rem;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:last-child .bottom p {
    font-size: 18px;
    color: var(--legermoir-txt-color);
  }
  .ab-bod-cont section:nth-child(3) .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
  }
  .ab-bod-cont section:nth-child(3) .container .row {
    margin-top: 1rem;
  }
  .ab-bod-cont section:nth-child(3) .container .row .col-md-3 {
    width: 48%;
    height: auto;
    margin-right: 0;
  }
  .ab-bod-cont section:nth-child(3) .container .row .col-md-3 .item {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ab-bod-cont section:nth-child(3) .container .row .col-md-3:first-child {
    margin-right: 1rem;
  }
  .ab-bod-cont section:nth-child(3) .container .row .col-md-3:nth-child(3) {
    margin-right: 1rem;
  }
  .ab-bod-cont section:nth-child(3) .container .row .col-md-3:nth-child(3), .ab-bod-cont section:nth-child(3) .container .row .col-md-3:nth-child(4) {
    margin-top: 1rem;
  }
  /* Footer */
  footer .container .row:nth-child(2) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer .container .row:nth-child(2) .col-md-3 {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  footer .container .row:nth-child(2) .col-md-3 .item {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
  footer .container .row:nth-child(2) .col-md-3 .item .middle {
    margin-top: 1rem;
  }
  footer .container .row:nth-child(2) .col-md-3 .item .middle p {
    margin-top: 1rem;
  }
  footer .container .row:nth-child(2) .col-md-3:last-child {
    margin-bottom: 0;
  }
  footer .container .infos-area {
    padding-top: var(--global-margin);
  }
  footer .container .infos-area .row .col-md-4 h3, footer .container .infos-area .row .col-md-3 h3 {
    font-weight: 800;
    color: var(--legermoir-txt-color);
  }
  footer .container .infos-area .row .col-md-4 p, footer .container .infos-area .row .col-md-3 p {
    color: var(--legermoir-txt-color);
  }
  footer .container .infos-area .row .col-md-4 a, footer .container .infos-area .row .col-md-3 a {
    text-decoration: none;
    color: var(--legermoir-txt-color);
  }
  footer .container .infos-area .row .col-md-4 ul li, footer .container .infos-area .row .col-md-3 ul li {
    list-style: circle;
    padding: 0.75rem;
  }
  footer .container .infos-area .row .col-md-4 ul li::marker, footer .container .infos-area .row .col-md-3 ul li::marker {
    color: var(--legermoir-primary-color);
  }
  footer .container .infos-area .row .col-md-4 ul li a, footer .container .infos-area .row .col-md-3 ul li a {
    color: var(--legermoir-primary-color);
  }
  footer .copy-right-area {
    padding-top: var(--global-margin);
  }
  footer .copy-right-area p {
    background-color: black;
    color: var(--legermoir-txt-color);
  }
  footer .copy-right-area p a {
    color: var(--legermoir-primary-color);
    font-size: 18px;
    text-decoration: none;
  }
}
@media only screen and (max-width: 480px) {
  header .ind-head-cont {
    height: 650px;
  }
  header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md h1 {
    font-size: var(--title-font-size);
  }
  header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md .row .col-md-5 {
    margin-top: 1rem;
    font-size: var(--global-font-size);
  }
  header .ind-head-cont .swiper .swiper-wrapper .swiper-slide .container-md .btn {
    margin-top: 3rem;
    padding: 0.75rem;
    font-size: var(--global-font-size)2px;
    width: max-content;
    color: var(--legermoir-txt-color);
    background-color: var(--legermoir-primary-color);
    box-shadow: 0 0 35px var(--legermoir-primary-light-color);
  }
  /* Home */
  .ind-bod-cont {
    margin-top: 545px;
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 {
    position: relative;
    padding: 1rem;
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 img {
    width: 100%;
    height: auto;
    border-top-left-radius: 15%;
    border-bottom-right-radius: 15%;
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 .details {
    bottom: 25%;
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 .details span {
    font-size: var(--sub-title-font-size);
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 .details span:first-child {
    font-size: var(--title-font-size);
  }
  .ind-bod-cont section:first-child .container .principal .col-md-5 .details p {
    font-size: var(--global-font-size);
  }
  .ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
  }
  .ind-bod-cont section:nth-child(3) .body .container-md .row .col-md-8 .col-md-4 .item {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ind-bod-cont section:nth-child(4) .container .row .col-md-4 {
    height: max-content;
  }
  .ind-bod-cont section:nth-child(4) .container .row .col-md-4 .item {
    height: max-content;
  }
  /* About */
  .ab-bod-cont section:first-child .container .row .col-md-12:first-child .col-md-6:first-child h1 {
    font-size: var(--sub-title-font-size);
  }
  .ab-bod-cont section:first-child .container .row .col-md-12:last-child .row .col-md-6:first-child .row .col-md-6 {
    padding-left: 1rem;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .left img {
    width: 125px;
  }
  .ab-bod-cont section:nth-child(2) .container .row .col-md-6:first-child .right span:last-child {
    font-size: 18px;
  }
  .ab-bod-cont section:nth-child(3) .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0;
  }
  .ab-bod-cont section:nth-child(3) .container .row .col-md-3 {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    margin-top: 2rem;
  }
  .ab-bod-cont section:nth-child(3) .container .row .col-md-3 .item {
    width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
