@font-face {
  font-family: "BogueSlab";
  src: url("../fonts/Bogue Slab/BogueSlab-Thin.otf") format("opentype");
  font-weight: 100; /* Thin */
  font-style: normal;
}
:root {
  --default-font: "Inter", sans-serif;
  --heading-font: "BogueSlab", sans-serif;
  --nav-font: "Inter", sans-serif;
  --default-color: #000000;
  --secondary-color: #21e467;
  --accent-color: #015d46;
  --nav-hover-color: #015d46;
  --contrast-color: #fff;
  --background-color: #fff;
  --background-secondary: #f4f8f7;
  --c-txt: #000000cc;
  --input-placeholder: #959595;
}

:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

.header,
.main,
footer {
  padding-inline: 10rem;
}

a {
  color: var(--accent-color);
  text-decoration: none !important;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h4 {
  font-size: 1.25rem;
}

h3 {
  font-size: 2rem;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 100;
}

h5 {
  font-size: 1rem;
}

h2 {
  font-size: 1.5rem;
  font-family: var(--default-font);
  font-weight: 500;
}

h1 {
  font-size: 3.5rem;
  font-family: var(--heading-font);
  font-weight: 100;
}

.bg-dark {
  background-color: var(--default-color);
}

p {
  color: var(--c-txt);
  font-family: var(--nav-font);
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.6;
}

.tag {
  color: var(--default-color);
  font-family: var(--default-font);
  font-weight: 400;
  font-size: 1.5rem;
}

.about,
.section-temoignages,
.services {
  margin: 0 auto 3rem;
}

.home h2 {
  font-size: 2.5rem;
  font-weight: 100;
  font-family: var(--heading-font);
}

.banner h2 {
  font-weight: 400;
}

.banner {
  padding: 3rem 0;
}

.banner p {
  font-size: 1.5rem;
  font-weight: var(--heading-font) !important;
  font-weight: 100;
  line-height: 32px;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: rgb(255 255 255 / 94%);
  transition: all 0.5s;
  z-index: 997;
  position: relative;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 48px;
  margin-right: 0.5rem;
  width: 114px;
}

.header .logo h1 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
  color: var(--heading-color);
}
.navbar-toggler-icon {
  width: 2.5em !important;
  height: 2.5em !important;
}
.header .logo span {
  color: var(--accent-color);
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 0.188rem;
}
.header .btn-getstarted {
  color: var(--default-color) !important;
}
.btn-getstarted, .btn-mobile a {
  color: var(--contrast-color);
  background: var(--secondary-color);
  font-size: 1rem;
  padding: 0.5rem 0.938rem;
  margin: 0;
  border-radius: 2.5rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.card-formulaire .btn-submit button {
  color: var(--default-color);
}
.menu-item-630-en,
.menu-item-628-fr {
  display: block;
}
@media (min-width: 1200px) {
  .menu-item-630-en,
  .menu-item-628-fr {
    display: none;
  }
}
@media (max-width: 1200px) {
  .offcanvas a {
    font-size: 1.5rem !important;
  }
  .offcanvas {
    backdrop-filter: blur(20px);
    background: hsla(0, 0%, 100%, 0.7);
  }
}

.btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--default-color);
}
.current-lang {
  color: var(--default-color);
}

.btn-secondary,
.btn-secondary:focus {
  color: var(--default-color);
  border: 1px solid var(--secondary-color);
  padding: 0.5rem 0.938rem;
  margin: 0;
  border-radius: 2.5rem;
  font-size: 1rem;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.btn-getstarted i,
.btn-secondary i {
  font-size: 0.625rem;
}

.btn-getstarted:hover::after,
.btn-secondary:hover::after {
  transform: rotate(0deg);
}

.btn-getstarted:hover,
.btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--secondary-color), transparent 15%);
  padding: 0.5rem 1.5rem;
}

.btn-secondary:hover,
.btn-getstarted:hover {
  padding: 0.5rem 1.5rem;
}

.btn-getstarted::after, .btn-mobile a:after,
.btn-secondary::after {
  content: "\F135";
  font-family: "bootstrap-icons";
  display: inline-block;
  font-size: 1.5rem;
  transform: rotate(-45deg);
}

button.lang-toggle:after {
  content: "";
  background: #e5e5e5;
  position: absolute;
  right: -2%;
  width: 1px;
  height: 2rem;
}

.header.scroll {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 0.9375rem 0 0;
    padding: 0.375rem 1.25rem;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgba(255, 255, 255, 0.9);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 1.8rem 0.9rem !important;
    font-size: 1.125rem;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 0.75rem;
    line-height: 0;
    margin-left: 0.3125rem;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .current_page_item a {
    color: var(--accent-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 0.625rem 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0.875rem;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 0.25rem;

    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 0.75rem;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 1.75rem;
    line-height: 0;
    margin-right: 0.625rem;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    /* display: none; */
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 0.625rem 1.25rem;
    font-family: var(--nav-font);
    font-size: 1.0625rem;

    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 1.2rem;
    line-height: 0;
    margin-left: 0.5rem;
    width: 3rem;
    height: 3rem;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 1rem 0;
    margin: 1rem 2rem;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 2rem;
    top: 0.9375rem;
    right: 0.9375rem;

    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu > ul {
    display: block;
  }
}

.language-selector {
  position: relative;
  display: inline-block;
}

.lang-toggle {
  background-color: transparent;
  border: 0;
  padding: 0.5rem 0.75rem;

  cursor: pointer;
  display: flex;
  align-items: center;
}

.lang-toggle .arrow {
  transition: transform 0.3s;
}

.lang-switcher {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 0;
  border-radius: 6px;
  width: 100%;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.lang-switcher li {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.current-lang img {
  width: 1.5rem !important;
  height: 1.5rem !important;
  border-radius: 50%;
  margin-inline-end: 0.5rem;
}

.lang-switcher img {
  width: 1rem !important;
  height: 1rem !important;
  border-radius: 50%;
  margin-inline-end: 0.5rem;
}

.language-selector i {
  font-size: 0.75rem;
}

.current-lang {
  padding-inline-end: 0.5rem;
  font-family: "Inter";
  font-weight: 500;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/
.hero {
  position: relative;
}

.hero h1 {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--contrast-color);
}

.hero-bg video {
  border-radius: 1rem;
}

.hero-bg img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-graphic {
  position: absolute;
  top: -2%;
  left: 0;
  width: 50%;
  z-index: 1;
}

.hero-graphic img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.95;
}

.hero-content {
  position: absolute;
  top: 20%;
  right: 10%;
  max-width: 60%;
  z-index: 2;
}

.hero-content .highlight {
  color: var(--secondary-color);
}

/*--------------------------------------------------------------
# about bloc
--------------------------------------------------------------*/
.about-text-intro {
  font-size: 2rem;
  font-family: var(--heading-font);
  font-weight: 100;
  line-height: 1.3;
}

.about {
  z-index: 9;
  position: relative;
  background-color: rgb(255 255 255 / 94%);
  padding-top: 3rem;
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/

.services {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}

section.services:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10rem;
  bottom: 0;
  left: -10rem;
  background-color: #f7f7f7;
  z-index: -1;
}

.services p {
  font-size: 1.25rem;
  padding: 2rem 0;
}

.services h3 {
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}

.services img {
  width: 100%;
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.slider-partners .slick-slide img {
  height: 90px !important;
  width: 150px;
  object-fit: cover;
  cursor: pointer;
  filter: grayscale(1);
}

.slider-partners .slick-slide img:hover {
  filter: none;
}

.slider-partners {
  padding: 1.5rem 0;
  border-top: 1px solid #ece9e9;
}

/*--------------------------------------------------------------
# temoignages
--------------------------------------------------------------*/
.bg-yuma-dark {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ece9e9;
  border-radius: 1rem;
  padding: 2rem;
  color: var(--contrast-color);
  background-image: url("../img/bg-dark.png") !important;
}

.bg-yuma-dark h2 {
  font-family: var(--heading-font) !important;
}

.reference {
  background-image: url("../img/bg-reference.png") !important;
  background-size: contain !important;
  background-position: right !important;
}
.partenaire-logo {
  width: 200px !important;
  border-radius: 0 !important;
  padding: 1rem 0;
}
.item-temoignage,
.card-formulaire {
  background-image: url("../img/card-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ece9e9;
  border-radius: 1rem;
  padding: 2rem;
  background-color: #fff;
}

.item-temoignage p::before {
  content: "";
  display: flex;
  width: 3rem;
  height: 3rem;
  background-image: url("../img/Quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 4rem;
  vertical-align: middle;
}

.item-temoignage img {
  width: 63px;
  height: 63px;
  border: 1px solid #ecf2f1;
  border-radius: 8px;
  background: #fff;
}

.item-temoignage p {
  font-size: 1rem;
  color: var(--default-color);
  font-weight: 300;
  padding-top: 1rem;
}

.item-temoignage .job {
  color: #848484;
  font-size: 0.875rem;
}

.item-temoignage .name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--default-color);
}

.item-temo-special p,
.item-temo-special .name,
.item-temo-special .job {
  color: var(--contrast-color) !important;
}

.item-temo-special p::before {
  filter: brightness(0) invert(1);
}

.item-temo-special .item-temoignage {
  background-image: url("../img/bg-dark.png") !important;
}

.team-card img {
  background-color: #f4f8f7;
      height: 260px;
    width: 260px;
    object-fit: contain;

}
.modal-content {
  border: 1px solid #ece9e9;
  border-radius: 8px;
  background-image: url(../img/bg-team.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.modal-header {
  border-bottom: 0;
  justify-content: space-between;
  align-items: flex-start;
}

.modal-body .btn-close-down {
  background-color: #21e467;
  color: white;
  font-size: 0.75rem;
  padding: 0rem 0.75rem;
  gap: 0.75rem;
  width: auto;
  height: auto;
  opacity: 1;
  border-radius: 1rem;
}

.team-image {
  background-color: #f4f8f7;
  height: 150px;
    width: 150px;
    object-fit: contain;
}
.team-name {
  font-family: var(--default-font);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--accent-color);
}
.team-job {
  font-size: 1rem;
  color: #959595;
  font-weight: 400;
}
.team-card {
  background-color: var(--background-color);
  padding: 1rem;
  border: 1rem;
  border: 1px solid #ece9e9;
  border-radius: 1rem;
  height: 100%;
}
.modal-backdrop.show {
  opacity: 0;
}
body.modal-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgb(255 255 255 / 81%);
  backdrop-filter: blur(10px);
  z-index: 1040;
}
.bg-yuma::before{
  top: -30% !important;
}
.modal-content h4{
font-size: 4rem;
}
.modal-dialog.modal-xl {
  max-width: 800px;
}
.modal-open .career-info{
  position: inherit !important;
}
.team-desc p, .team-desc{
  font-size: 1.5rem;
}

.bg-services:before{
      top: -4% !important;
}
.bg-service:before{
      top: -30% !important;
}
.listing #menu-legal-services{
  padding-top: 1.5rem;
}
.listing #menu-legal-services li a{
  font-family: 400;
}
.listing #menu-legal-services
.current-menu-item a{
  font-weight: 700 ;
}
.single-service p{
  font-size: 1.5rem;
  font-weight: 400;
  padding: .75rem 0;
}
.listing-services .item-service:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.listing #menu-legal-services a:before {
  transform: scaleX(0);
  transform-origin: right;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 1.25s cubic-bezier(1, 0, 0, 1);
  width: 100%;
  background-color: var(--contrast-color);
}
.listing #menu-legal-services a {
  position: relative;
}
.listing #menu-legal-services a:hover:before {
  color: var(--contrast-color);
  background-color: var(--contrast-color);
  transform: scaleX(1);
  transform-origin: left;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1.25s cubic-bezier(1, 0, 0, 1);
  width: 100%;
}
/*--------------------------------------------------------------
# page contact
--------------------------------------------------------------*/

.item-contact {
  background-color: #f7f7f7;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  height: 80%;
}

.item-contact i {
  color: var(--accent-color);
  font-size: 2rem;
}

.title-contact {
  color: var(--accent-color) !important;
  font-weight: 500 !important;
  font-size: 0.875rem;
}

.item-contact p {
  font-size: 1rem;
  color: var(--default-color);
  font-weight: 300;
  margin-bottom: 0.5rem;
}

input,
optgroup,
select,
textarea {
  width: 100%;
  border: 1px solid #ece9e9;
  border-radius: 1rem;
  padding: 0.5rem;
  background-color: var(--background-color);
}

input::placeholder {
  color: var(--input-placeholder);
  font-size: 0.875rem;
  font-weight: 400;
}

.btn-submit input {
  width: auto;
  margin: 0 0 0 auto;
}

.card-formulaire {
  padding: 1.5rem;
  padding-bottom: 0;
  margin-right: -3rem;
  z-index: 1;
  position: relative;
  height: 100%;
}

.formulaire figure {
  margin-bottom: 0;
  height: 100%;
}

.formulaire figure img {
  height: 100%;
  object-fit: cover;
}

.btn-wrapper {
  position: relative;
  display: inline-block;
}

.btn-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "bootstrap-icons";
  pointer-events: none;
}

.btn-submit {
  display: flex;
  justify-content: end;
}

.btn-submit button {
  border: 0 !important;
}

/*--------------------------------------------------------------
# page Careers details
--------------------------------------------------------------*/
.tags span {
  background-color: #f7f7f7;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--accent-color);
}

.careers-title {
  width: 70%;
}

.tags img {
  width: 1.25rem;
}

.img-cover img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.content-detail p {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--default-color);
}

.content-detail .text {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 2rem;
}

.content-detail:before {
  content: "";
  position: absolute;
  top: 30%;
  right: -10rem;
  bottom: 0;
  left: -10rem;
  background-color: #f7f7f7;
  z-index: -1;
}

.content-detail {
  position: relative;
  z-index: 1;
}

.listing {
  background-color: #015d46;
  padding: 1rem;
  border-radius: 1rem;
}

.career-info {
  position: relative;
  margin-top: 5rem;
  z-index: 1;
}

.careers-info {
  position: relative;
  z-index: 11;
  padding-top: 5rem;
}

.careers-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -26rem;
  background-image: url(../img/bg-careers.svg);
  background-repeat: no-repeat;
  background-size: 47%;
  z-index: -1;
  opacity: 0.03;
}

.career-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -26rem;
  background-image: url(../img/bg-careers.svg);
  background-repeat: no-repeat;
  background-size: 47%;
  z-index: -1;
  opacity: 0.03;
}

.listing li {
  padding: 0.3rem 0;
}

.listing li a {
  color: var(--contrast-color);
  font-size: 1.125rem;
  font-family: var(--default-font);
  font-weight: 400;
}

.list-careers {
  list-style: none;
  padding-left: 0;
  padding-top: 0.75em;
}

.list-careers li.active::before {
  content: "\f144";
  display: inline-block;
  font-family: bootstrap-icons !important;
  color: var(--secondary-color);
  font-size: 1rem;
  padding-inline-end: 0.3rem;
}

.list-careers li.active a {
  font-weight: 700;
}

.listing .title-listing {
  font-size: 1.25rem;
  font-family: var(--heading-font);
  font-weight: 100;
  color: var(--contrast-color);
}

.formulaire-careers .header-title span {
  color: var(--secondary-color);
}

.careers-details h2 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: var(--default-font);
  padding-bottom: 1.5rem;
}

.careers-details h3 {
  font-size: 1.5rem;
  font-weight: 100;
  font-family: var(--heading-font);
  padding-bottom: 1rem;
}

.formulaire-careers,
.careers-call,
.careers-list {
  background-color: #f7f7f7;
  padding: 2rem 1rem;
  border-radius: 1rem;
}

.list-icon {
  padding-top: 0.5rem;
}

.list-disc,
.list-icon {
  list-style: none;
}

.list-disc > li {
  font-size: 1.125rem;
  color: var(--default-color);
  padding-bottom: 1rem;
  font-weight: 400;
  position: relative;
  padding-left: 1rem;
}

.list-icon > li {
  font-size: 1rem;
  color: var(--default-color);
  padding-bottom: 1rem;
  font-weight: 400;
  position: relative;
}

.list-disc > li::before {
  position: absolute;
  top: 0.9em;
  left: 0;
  content: "\f287";
  font-family: bootstrap-icons;
  font-size: 0.5rem;
  color: var(--secondary-color);
}

.list-icon > li {
  position: relative;
}

.list-icon > li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../img/icone-list.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.careers-info h2 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 0;
}

.careers-items h2 {
  font-family: var(--default-font);
}

.careers-info h3 {
  font-family: var(--default-font);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--default-color);
}

.item-career {
  background-color: var(--background-color);
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #ece9e9;
  margin: 1rem 0;
}

.item-career-link:hover i::before {
  transform: rotate(45deg);
}

.item-career .tag {
  background-color: #f7f7f7;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--accent-color);
}

.item-career .icone {
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing-careers h2 {
  margin: 1rem 0;
}

.listing-careers span {
  font-size: 1.5rem;
  font-weight: 400;
}

.listing-careers a {
  color: var(--secondary-color);
}

.careers-list {
  margin: 3rem 0;
}

.filter label {
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  width: 20%;
  align-items: center;
}

.filter select {
  padding: 0.75rem;
  color: #959595;
}

.filter {
  padding: 1rem 0;
}

@media (max-width: 576px) {
  .filter label {
    width: 40%;
  }
}
.sub-menu {
  display: none;
}

/*--------------------------------------------------------------
# page values
--------------------------------------------------------------*/

.item-values {
  border: 1px solid #ece9e9;
  border-radius: 1rem;
  padding: 1rem;
}
.item-values-image {
  background-color: var(--secondary-color);
  padding: 1rem;
  border-radius: 1rem;
  width: 60px;
  flex-shrink: 0;
}

.item-values p {
  font-size: 1.125rem;
  color: var(--default-color);
  font-weight: 400;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/

.footer {
  color: var(--default-color);
  position: relative;
}

.footer .footer-top {
  padding: 3rem 4rem;
  background-image: url("../img/bg-footer.svg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 1.563rem;
}

.footer .footer-top img {
  width: 160px;
  filter: brightness(0) invert(1);
  padding-bottom: 3rem;
}

.footer .footer-about p {
  font-size: 0.875rem;
  font-family: var(--heading-font);
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 1.875rem;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 0.5rem 0;
}

.footer h4 {
  color: var(--contrast-color);
}

.footer h5,
.footer .h5 {
  color: var(--secondary-color);
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer-top .footer-links ul a {
  color: var(--contrast-color) !important;
  display: inline-block;
  line-height: 1.5;
  font-family: var(--nav-font);
  font-weight: 500;
  font-size: 1rem;
}

.footer-top .footer-links li:before {
  content: "\F285";
  font-size: 0.5rem;
  padding-right: 0.3125rem;
  color: var(--secondary-color);
  font-family: bootstrap-icons;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 0.3125rem;
}

.footer .copyright li {
  list-style: none;
}

.footer .copyright li a {
  font-size: 1rem;
  font-family: var(--nav-font);
  font-weight: 500;
  color: var(--c-txt);
}

.footer .copyright {
  padding: 12px 0;
}

.footer .copyright p {
  margin-bottom: 0;
  font-weight: 300;
  font-family: var(--nav-font);
  font-size: 1rem;
  color: var(--c-txt);
}

.footer .credits {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
}

.footer .box-content {
  color: #f8f5f5;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--nav-font);
  margin-bottom: 1rem;
}
.footer .box-content a {
  color: #f8f5f5;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}
.footer .box-content a:hover:before {
  color: var(--contrast-color);
  background-color: var(--contrast-color);
  transform: scaleX(1);
  transform-origin: left;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1.25s cubic-bezier(1, 0, 0, 1);
  width: 100%;
}

.footer .box-content a:before {
  transform: scaleX(0);
  transform-origin: right;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 1.25s cubic-bezier(1, 0, 0, 1);
  width: 100%;
  background-color: var(--default-color);
}

.social_media {
  color: var(--contrast-color) !important;
}

.footer_socials_wrapper {
  display: flex;
  gap: 0.75rem;
}

.social_media {
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.call-to-action {
  background-color: var(--background-secondary);
  border-radius: 1rem;
  padding: 1.5rem 3rem;
  margin: 0 auto;
}

.title-call,
h2.title-call,
.careers-details h2.title-call {
  color: var(--accent-color);
  font-family: var(--heading-font);
  font-size: 2.5rem;
  font-weight: 100;
}

.call-to-action-text span {
  color: var(--accent-color);
  font-size: 1.125rem;
  font-family: var(--heading-font);
  font-weight: 100;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 1.5rem;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (max-width: 1200px) {
  .header,
  .main,
  footer {
    padding-inline: 5rem;
  }
}

@media (max-width: 768px) {

 #site-footer, .mission-bloc{
        --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-right: auto;
    margin-left: auto;
  }
  .content-detail .text{
     padding-top: 0 ;
     padding-bottom: 0;
}
.content-detail .text:first-of-type {
    padding-top: 1rem !important;

}
  .mission-bloc{
    padding-top: 0 !important  ;
  }
  .call-to-action {
    margin-bottom: .75rem;
  }
  .banner {
    padding: 1rem 0 !important;
}
  .listing {
    display: none;
  }

  .team-info{
    display: block !important;
  }

  .modal-content {
    padding: 0 !important;
  }
.modal-content h4 {
    font-size: 2rem;
}
  .career-info {
    margin-top: 0rem;
  }
  .item-service {
    padding: 1rem !important;
  }

  .services p {
    padding: 0;
  }
  .footer-links {
    padding-top: 0.75rem;
  }
  .bloc-footer1 {
    order: 2;
  }
  .bloc-footer2 {
    order: 3;
  }
  .bloc-footer3 {
    order: 4;
  }
  .bloc-footer4 {
    order: 1;
  }
  .btn-getstarted {
    gap: 0.5rem;
  }
  .navmenu a,
  .navmenu a:focus {
    padding: 0.5rem !important;
  }
  .footer .copyright p {
    font-size: 0.8rem;
  }
  .careers-title {
    width: 100%;
  }
  .content-detail:before {
    content: none;
  }

  .formulaire-title {
    display: block !important;
  }

  .footer .footer-links ul li {
    display: flex;
    align-items: center;
  }

  .call-to-action {
    padding: 1rem;
  }
  .menus .logo {
    order: 1;
  }

  /* Sélecteur de langue en deuxième */
  .bloc-language {
    order: 2;
  }

  /* Menu burger en troisième */
  .mobile-top-menu {
    order: 3;
  }

  .footer .footer-top img {
    width: 120px;
  }

  .careers-list .filter label {
    width: 42% !important;
  }

  .careers-info::before {
    right: 0;
    left: 0;
  }

  .careers-info {
    padding-top: 0rem;
  }

  .content-detail:before {
    right: 0;
    left: 0;
    top: 30%;
    bottom: 0;
  }

  .tags {
    flex-wrap: wrap;
    padding-top: 1rem;
  }

  .careers-call-header,
  .detail-banner {
    display: block !important;
  }

  .footer-top .footer-links ul a {
    font-size: 0.75rem;
  }
.banner p {
    font-size: 1rem;}
  .footer .footer-top img {
    padding-bottom: 2rem;
  }

  .footer .footer-top {
    padding: 2rem 1rem;
  }

  .menu-copyright ul {
    gap: 0.5rem !important;
  }

  #copyright {
    padding: 0.75rem;
  }

  #copyright,
  .call-to-action {
    display: block !important;
  }
  .call-to-action.hide {
    display: none !important;
  }

  .home h2,
  .call-to-action h2 {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0.75rem 0;
  }

  .menus,
  .bloc-language {
    gap: 0 !important;
  }

  .navbar-toggler {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }

  .current-lang img {
    margin-inline-end: 0;
  }

  .header .btn-getstarted {
    margin: 0;
    padding: 0.375rem 0.5rem;
  }

  .about {
    padding-top: 0rem;
  }

  .header .logo img {
    width: 100px;
  }

  .current-lang {
    padding-inline-end: 0rem;
  }

  .about-text-intro {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  .item-contact {
    margin-bottom: 0;
  }

  .item-contact figure {
    margin-bottom: 0;
  }

  .card-formulaire {
    margin-right: 0rem;
  }

  .item-contact {
    height: 100%;
  }

  button.lang-toggle:after {
    right: 5%;
  }

  section.services:before {
    right: 0;
    left: 0;
  }
}

@media (max-width: 1050px) {
  h1 {
    font-size: 2.5rem;}

   .career-info::before , .content-detail:before {content: none;}

  .btn-contact {
    flex-basis: 20% !important;
  }
}
@media (max-width: 1600px) {
  .header,
  .main,
  footer {
    padding-inline: 5rem;
  }

  .menu-copyright ul {
    gap: 0.5rem !important;
  }
  .careers-title {
    /* width: 50%; */
  }
  section.services:before {
    right: -5rem;
    left: -5rem;
  }
}
@media (max-width: 1400px) {
  .navmenu a,
  .navmenu a:focus {
    padding: 1.8rem 0.5rem !important;
  }
  .header,
  .main,
  footer {
    padding-inline: 2.5rem;
  }
  section.services:before {
    right: -2.5rem;
    left: -2.5rem;
  }

  .content-detail:before {
    right: -2.5rem;
    left: -2.5rem;
  }

  .menus {
    gap: 0 !important;
  }
}
@media (max-width: 576px) {
  .footer .copyright li a {
    font-size: 0.6rem !important;
  }
  .header,
  .main,
  footer {
    padding-inline: 0rem;
  }
  section.services:before {
    right: 0;
    left: 0;
  }
  .banner .btn-getstarted {
    margin: 1rem 0;
  }
}
a.social_media:hover {
  transform: scale(0.8);
}

@media (max-width: 980px) {
  .footer .copyright p {
    font-size: 0.8rem;
  }
  .footer .copyright li a {
    font-size: 0.8rem;
  }
}
.footer-top .footer-links a:before {
  transform: scaleX(0);
  transform-origin: right;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 1.25s cubic-bezier(1, 0, 0, 1);
  width: 100%;
  background-color: var(--default-color);
}
.footer-top .footer-links a {
  position: relative;
}
.footer-top .footer-links a:hover:before {
  color: var(--contrast-color);
  background-color: var(--contrast-color);
  transform: scaleX(1);
  transform-origin: left;
  bottom: 1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 1.25s cubic-bezier(1, 0, 0, 1);
  width: 100%;
}
.offcanvas-header .btn-close {
  background: transparent var(--bs-btn-close-bg) center / 1.5em auto no-repeat;
}
#toast-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3); /* fond sombre */
  backdrop-filter: blur(6px); /* flou */
  -webkit-backdrop-filter: blur(6px);
  z-index: 1040; /* juste en dessous du toast */
  display: none; /* caché par défaut */
}
.toast-container {
  z-index: 1050; /* au-dessus du backdrop */
}
.bloc-footer1 .h5 a{
      color: var(--secondary-color) !important;
}
.page-404 h1{
  font-size: 8rem;
  color: #000000;
}

.page-404 p{
font-size: 1.5rem;
}

.page-404 {
  background-image: url("../img/404.png") ;
  background-size: contain ;
  background-repeat: no-repeat;
  background-position:center;}
