/* .row>* {
  padding: 0;

} */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap'); */


/* @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap'); */
.image-grid {
  display: grid;
  grid-template-columns: repeat(3,
      1fr);
  /* Adjust the number of columns as needed */
  gap: 10px;
  /* Adjust the gap between images */
}

.image-grid img {
  width: 100%;
  /* Make sure images fill their grid cells */
}

.input-group {
  /* width: 60% !important; */
}

#block-bootstrap5-account-menu {
  display: none;
}


.offer-cta {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1rem;
}


@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-CondensedMedium.woff2") format("woff2"),
    url("../fonts/Futura-CondensedMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-CondensedExtraBold.woff2") format("woff2"),
    url("../fonts/Futura-CondensedExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Bold.woff2") format("woff2"),
    url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-MediumItalic.woff2") format("woff2"),
    url("../fonts/Futura-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/Futura-Medium.woff2") format("woff2"),
    url("../fonts/Futura-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Futura", sans-serif;
  /* font-style: normal !important; */
  margin: 0;

}

.btn:focus,
a:focus,
.accordion-button:focus {
  outline: none !important;
}

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

html,
body {
  overflow-x: hidden;
  overscroll-behavior: smooth;
}

#block-bicis-original-content {
  width: 100vw;
  padding: 0;
}

#main,
.region,
.region-content,
#content,
#page-wrapper,
.block-block-content,
.dialog-off-canvas-main-canvas {
  width: 100vw;
}

p,
span,
h4,
a {
  font-weight: 400 !important;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #c6183d;
}


h5 {
  color: #c6183d;
  font-size: 1em;
  font-weight: 700;
}

.help_card_body {
  text-align: left;
}

.view-diaporama>.row {
  --bs-gutter-x: 0;
}

body {
  /* background: #000; */
  margin: 0;
  padding: 0;
  width: 100vw !important;
}

.page-container {
  width: 100vw;
  /* Other styling properties as needed */
  margin: 0;
  /* Optional: remove default body margin */
  padding: 0;
  /* Optional: remove default body padding */
  display: flex;
  /* Optional: center content horizontally if needed */
  justify-content: center;
  /* Optional: center content horizontally if needed */
  align-items: center;
  /* Optional: center content vertically if needed */
}

.sunu_nav_link {
  color: #747373 !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.sunu_nav_link a {
  text-decoration: underline !important;
}

.sunu_nav_link:hover {
  color: #c6183d !important;
}

.activatethelink {
  color: #c6183d !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}



/* Beginning @boboprem1 */
nav:nth-child(2) {
  /* overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 2rem;
  height: 10rem;
  width: 100%; */
}

nav:nth-child(2)>div.container {
  /* margin: 0;
  padding: 0;
  width: 100% !important;
  max-width: 100%; */
}

/*
.principal_sunu_logo {
  position: absolute;
  left: 0;
  bottom: -3rem;
}
.principal_sunu_logo::after {
  content: "";
  position: absolute;
  left: 32.9%;
  top: 65%;
  background-color: #c6183d;
  width: 100vw;
  height: 0.1rem;
  opacity: 1;
} */

.footer-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #D2CECA;
}


.promo_container {
  width: 100%;
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  border-radius: 0.5rem;
  gap: 1rem;
  transition: background 0.3s ease-in-out;
  background-color: white;

}


/* .footer-logo::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 42%;
  background-color: #c6183d;
  width: 43%;
  height: 6px;
  opacity: 1;
} */

/* .footer-logo::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 42%;
  background-color: #c6183d;
  width: 43%;
  height: 6px;
  opacity: 1;
} */

.line-container {
  display: flex;
  align-items: center;
}

.line_before {
  flex-grow: 1;
  background-color: #c6183d;

  height: 6px;
  /* Change the color as needed */
  /* position: absolute; */
  /* left: 0px; */
  /* top: 0; */
  margin-right: -31px;
  margin-top: -13px;
  z-index: 5;
}

.line_after {
  flex-grow: 1;
  background-color: #c6183d;

  height: 6px;
  /* Change the color as needed */
  /* position: absolute; */
  /* left: 0px; */
  /* top: 0; */
  margin-left: -137px;
  margin-top: 9px;
}

.footer-logo a {
  text-decoration: none;
}

/*
.footer-logo::after {
  content: "";
  position: absolute;
  left: 49.3%;
  top: 51%;
  background-color: #c6183d;
  width: 50vw;
  height: 6px;
  opacity: 1;
} */




.sunu_second_nav_link a {
  color: #747373 !important;
  /* font-family: Futur3; */
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.sunu_second_nav_link ul,
.tbm-nav {
  background-color: white !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  gap: 1;
}

.sunu_principal_nav_link a {
  /* background-color: red; */
}



.tb-megamenu .nav>li>a,
.tb-megamenu .nav>li>span.tb-megamenu-no-link {
  border-bottom: 0;
  border-right: 0px solid transparent !important;
  border-top: 0;
  background-color: transparent !important;
  border-color: transparent !important;
  text-transform: uppercase;
  color: #747373 !important;
  font-family: 'Futura LT';
  font-weight: bold;
  padding: 15px 20px;
  text-shadow: none;
}


.no-background {
  background-color: #00000000 !important;
}



legend {

  font-size: 1rem !important;

}

.region-sunu-principal-menu {
  /* background-color: blue; */
}

.sunu_principal_nav_link a {
  color: #747373;
  /* font-family: Futur3; */
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sunu_principal_nav_link ul,
.tbm-nav {
  /* justify-content: flex-start !important; */

  /* background-color: white !important; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  gap: 1;
}

/* .tbm-nav {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 1em;

    padding: 1em 0;
    align-items: center;
    height: 100% !important;
} */
.tbm-link {
  /* padding: 0; */
}

.tbm-link-container {
  padding: 0;
}

.sunu_principal_nav_link .tbm-item {
  border-right: none !important;
  background-color: #ffffff00;
}

.sunu_second_nav_link .tbm-item {
  border-right: none !important;
}

.tbm-link.level-1 {
  padding: 0 important;
}

.sunu_second_nav_link a:hover {
  color: #c6183d !important;
  background-color: #00000000 !important;
}



.sunu_principal_nav_link a:hover {
  color: #c6183d !important;
  background-color: #00000000 !important;
}

.h3center,
.h3left {
  /* font-weight: 700; */

  font-weight: 600;
  font-size: 2em;
  text-transform: uppercase;
  font-style: normal !important;
  color: #c6183d;
}

.h3center-quotation {
  font-weight: 600;
  font-size: 1.8em;
  font-style: normal !important;
  color: #c6183d;
  text-align: center;
}


.cta-quotation {
  color: #707070;
}

.single-offre-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  padding: 2em 0em;
}


.formulaire-container {
  width: 320px;
  background-color: #eee;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 250px;
  align-items: center;
  /* justify-content: space-between; */
  overflow: hidden;
}


.formulaire-title {
  width: 100%;
  background-color: #e5bec6;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-direction: column;
  height: 90%;
  padding: 2rem;

}


.line {
  border-bottom: 1px solid #4d4d4d;
}


.h3center {
  text-align: center;
}

.paragraph {
  font-size: 1.4em;
  text-align: center;
  color: #707070;
}

.paragraph-left {
  font-size: 1.8rem;
  text-align: left;
  color: #707070;
}

.paragraph-justify {
  font-size: 1.8rem;
  text-align: justify;
  color: #707070;
}

.small-paragraph {
  font-size: 1.5rem;
  text-align: center;
  color: #707070;
}

.small-title {
  font-size: 1.5rem;
  text-align: center;
  color: #707070;
  font-weight: 600;
}



.avantages-titles {
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.session-wrapper {
  height: 350px;
}

.session-container {
  gap: 32px;
}

.content-box {
  padding: 20px;
  width: 200px;
}

.title-container,
.title .field {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: white !important;
  /* font-size: 1.8em; */
}


.title-container h1,
.title,
.field,
h1 {
  color: white !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 1.2em;
  /* Base size for mobile */
}

/* Tablet */
@media (min-width: 768px) {

  .title-container h1,
  .title,
  .field,
  h1 {
    font-size: 1.1em;
  }
}

/* Desktop */
@media (min-width: 1024px) {

  .title-container h1,
  .title,
  .field,
  h1 {
    font-size: 1.3em;
  }
}

/* Large screens */
@media (min-width: 1440px) {

  .title-container h1,
  .title,
  .field,
  h1 {
    font-size: 1.3em;
    /* Réduit de 2em à 1.4em */
  }
}


#edit-etes-vous-deja-client-chez-sunu---wrapper {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
}

#edit-etes-vous-deja-client-chez-sunu---wrapper-legend {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
}

.teleconseiller-box {
  background-color: #f9f9f9 !important;
  padding: 2rem;
  border-radius: 1rem;
  gap: 2.5rem !important;

}

.degrade p {
  width: 40%;
  font-size: 1.1rem;
}

.banner-container {}

/* .title-container .field {
  display: flex;
  max-width: 50%;
  /* font-size: 1.8em; */



.agences-container {
  flex-direction: row;
}

@media (max-width: 767px) {

  .nav-menu {
    padding: 1rem;
  }

  .offer-cta {
    /* flex-direction: column; */
    width: 100%;
    gap: 1rem;
  }




  .faq-tabs {
    display: flex;
    flex-direction: row !important;
  }

  .faq-tabs>.nav-link:hover {
    border-bottom-color: #c6183d !important;
    /* Couleur de survol pour les onglets */
  }

  .faq-tabs>.nav-link.active {

    /* Couleur du texte pour l'onglet actif */
    border-bottom: 4px solid #c6183d !important;
    /* Bordure rouge à gauche pour l'onglet actif */
    border-left: none !important;
    /* width: 100% !important; */
  }

  .action1.red,
  .action2.red {
    position: absolute !important;
    bottom: 0 !important;
    display: block !important;
    width: 100%;
  }



  .degrade p {
    width: 100%;
  }

  .agences-container {
    flex-direction: column;
    gap: 2em;
  }

  .container.prod {
    display: flex;
    flex-direction: column !important;
    gap: 1rem;
  }

  .mb-3 {
    margin-bottom: 15px;
  }

  /*
  .footer-logo::before {
    opacity: 0;
  } */

  /* .footer-logo::after {
    opacity: 0;
  } */

  .title-container {
    width: 100%;
    font-size: 0.8em;
    /* font-weight: 700; */
  }



  .degrade {
    width: 100%;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* opacity: 0; */
  }

  /*
  .title-container .field > h1,
  .title-container > h1 {
    font-size: 1em;
    font-weight: 700;
  } */
}

@media (max-width: 767px) {
  .search_mobile {
    display: none;
  }
}

img,
svg {
  vertical-align: none !important;
}

/* .banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/sites/default/files/2023-08/Frame%204_0.jpg");
  /* background-image: url("./Frame 4.jpg"); */

/* background-repeat: no-repeat;
  background-position: center;
  height: 400px; */

.banner-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  height: 100%;

  justify-content: center;
}

.sunu-btn {
  border-radius: 15px;
  padding: 10px;
}

.btn-link {
  color: #ffffff;
  text-decoration: none;
}

.big-buttton {
  width: 100%;
  /* background: red; */
}

.flex-container {
  display: flex;
  align-items: center;
}

.square {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  min-width: 160px;
  height: 150px;
  padding: 8px;
  background-color: #c6183d;
  margin: 0 10px;
  gap: 0.7rem;
  /* Adjust the margin to create space between squares */
}

.square img {
  width: 1.5rem;
}

.footer_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  color: #000;
}

.footer-column-container .nav {
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 1em;
}

.footer-column-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.footer-header {
  color: #c6183d !important;
  font-size: 1.2em;
  text-transform: uppercase;
}

.footer-header>a {
  text-decoration: none;
}

.footer6>ul>li>a {
  color: #c6183d !important;
}

.footer-column-container .nav .nav-item a {
  color: #000;
  /* text-transform: uppercase; */
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.2em !important;
}

.footer-column-container .nav .nav-item a:hover {
  color: #c6183d !important;
}



#footer .footer_logo {
  position: relative;
  z-index: 33;
}

#footer .footer_logo_line {
  width: 100%;
  border: 0.1rem solid #c6183d;
  opacity: 1;
}

.footer_three_actions_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: red; */
}

.footer_three_wrapper {
  display: flex;
  background-color: white;
  width: 100%;
  padding: 1em 0;
}

.footer_three_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}

.footer_three_links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6em;
}

.footer_three_links a {
  color: #4d4d4d;
}

.footer_three_links a:hover {
  color: #c6183d;
}

.site-footer {
  background-color: #fff !important;
  display: none;
}

.rs_icon_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}



#footer .footer_three_actions_container {
  background-color: #fff;
  /* padding: 0.5rem 3em; */
  margin-top: 1em;
  padding: 1em 0;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .footer_three_actions_container {
    background-color: #fff;
    margin-top: 1em;
  }

  .rs_icon_container {
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .footer_three_links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_three_container,
  .footer_container {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }

  .footer_three_actions_wrapper {
    grid-template-columns: 1fr;
  }

  .footer_three_actions_wrapper>div {
    justify-content: flex-start;
  }
}

.white-bg {
  background: #ffffff;
}

.article-card {
  background-color: #fff;
  height: 460px;
  width: 350px;
  margin-bottom: 50px;
  text-align: center;
  /*border-radius: 14px;*/
}

.article-body {
  padding: 20px;
  text-align: left;
}

.menu-float {
  display: flex;
  width: 90px;
  position: fixed;
  right: -90px;
  z-index: 10000;
  top: 240px;
  background-color: #c6183d;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  /* padding: 10px; */
  font-weight: 400;
  line-height: 1.5;
  transition: right 0.5s ease;
}

.menu-float :nth-child(1) {
  border-top-left-radius: 20px;
}

.menu-float :last-child {
  border-bottom-left-radius: 20px;
}



.menu-float.open {
  right: 0;
  /* Show the menu by setting right to 0 */
}

.draggable {
  position: fixed;
  background-color: #00000059;
  color: #fff;
  padding: 8px;
  cursor: pointer;
  top: 180;
  z-index: 1555000;
  border: none;
  border-radius: 8px;
}

.menu-links a {
  display: flex;
  text-decoration: none;
  color: #fff !important;
  width: 100%;
  transition: transform 0.3s ease;
  background: #c6183d;
  justify-content: center;
  /* Smooth transition on hover */

}



.form-title {
  width: 80%;
}


.confidentialite-form {
  border-top: 1px solid #bbb;
  padding: 1rem 0rem;
  color: #747373;

}

.menu-links a:hover {
  text-decoration: none;
  color: #fff !important;
  transform: scale(1.2);
  /* You can adjust the scale factor as needed */
}

.menu-content {
  color: #fff !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 0.5rem;
}

.menu-content p {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.2em;
}

.menu-content img {
  width: 1.8rem;
}

.custom-banner {
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 485px;
}

.hero {
  width: 100vw;
  position: relative;

  /* position: relative; */
  /* min-height: 100%; */

  /* min-height: 400px;
  max-height: 400px; */

  /* padding-bottom: 33.33%; */
  /* margin-top: 1em; */
  /* margin-bottom: 2em; */
  /* overflow: hidden; */
  display: flex;
  /* flex-direction: row; */
  /* justify-content: flex-end;
  align-items: flex-end; */
}

.hero-single {
  width: 100vw;
  position: relative;
  height: 600px;
}

.diapo-carousel {
  position: relative;
}


.diapo-carousel>.owl-dots {
  position: absolute;
  top: 90%;
  left: 48%;
}


@media (min-width: 1682px) {
  /* .hero-single {
    height: 600px;
  } */

  .hero h1 {
    font-size: 4.5rem !important;
  }
}

@media (min-width: 2348px) {
  .hero-single {
    /* height: 800px; */
  }

  .hero h1 {
    font-size: 4.5rem !important;
  }
}

@media (min-width: 4048px) {
  .hero-single {
    /* height: 1600px; */
  }

  .hero h1 {
    font-size: 4.5rem !important;
  }
}

.hero img {
  width: 100%;
}

.image {
  /* position: absolute; */
  /* right: 0; */
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.hero-single {
  width: 100vw;
  height: auto;
  position: relative;
}

/* .image-banner {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 300px;
  max-height: 500px;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;

} */



.image-banner {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 300px;
  max-height: 500px;
  overflow: hidden;
  background-size: cover;
  /* Change to cover instead of fixed size */
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add media queries for responsive scaling */
@media (max-width: 1024px) {
  .image-banner {
    height: 40vh;
  }
}

@media (max-width: 768px) {
  .image-banner {
    height: 30vh;
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .image-banner {
    height: 25vh;
    min-height: 150px;
  }
}


.image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image img {
  /* position: absolute; */
  /* right: 0; */
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.degrade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  /* background: linear-gradient(0deg, #ffffff 49.5%, transparent 49.5%, transparent 50.5%, #ffffff 50.5%); */
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}

/* Home page style  */

.front-main {
  width: 100vw;
  margin: 0 auto;
  background: #000;
}

.contact-image {}

.contact-image img {
  width: 100% !important;
  height: 100% !important;
}

.contact-title {
  text-align: center;
}

.contact-title:hover {
  /* color: white; */
}

.contact-item-container {
  width: 300px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #eeeeee;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 250px;
  color: #000;
  text-decoration: none;
}


.contact-item-container:hover {
  background-color: #e9bec7;
  color: black;


}


.contact-agence {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: white !important;
}

.contact-agence>h3 {
  color: white !important;
}


.contact-agence-link {
  color: white !important;
}

a {
  color: #c6183d;
}

.action_items_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;

  /* padding: .5rem 1rem; */
}

@media (max-width: 660px) {
  .button-mobile {
    display: none;
  }

  .icon-wrapper img {
    width: 45px;
  }
}

.hamburger_container {
  /* width: 20% !important; */
  /* position: absolute; */
  top: 4.5rem;
  right: 1.5rem;
  /* background-color: red; */
  height: 100% !important;
  align-items: center !important;
  z-index: 1000000;
  /* background-color: blue !important; */
}

.hamburger_container .field {
  width: 20% !important;
  height: 100% !important;
  align-items: center !important;
}

@media (max-width: 575px) {
  .action_items_container_accueil {
    /* max-width: 70% !important; */
  }

}

@media (max-width: 1224px) {


  .our_jobs_card {
    display: flex;
    margin: 3rem 0;
    /* height: 350px; */
    flex-direction: column;
    width: 80%;
    border-radius: 1rem;
    /* overflow: hidden; */
    align-items: flex-start;
    justify-content: center;
    padding: 1em;
    gap: 1em;
  }

  .img_container {
    width: 100%;
    display: none;
  }

  .our_jobs_card>.txt_container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
    align-items: start;
    padding: 0.5em;
    /* overflow-y: scroll; */
  }

  .action_item {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* width: 250px; */
  }
}

/* @media (min-width: 320px) { */

.action_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #c6183d;
  color: #fff;
  height: 7rem;
  padding: 1rem;
  /* width: 200px; */
  flex: 1;
  /* min-width: 18%; */
  /* max-width: 24%; */
  gap: 8px;

  color: #fff !important;
  text-decoration: none !important;

  /* gap: 0.5em; */
}

.action_item_gray {
  /* font-family: Futura; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #3c3c3c;
  color: #fff;
  /* height: 7rem; */
  padding: 10px;
  /* width: 40%; */
  /* max-width: 24%; */
  gap: 8px;

  color: #fff !important;
  text-decoration: none !important;

  /* gap: 0.5em; */
}

.nav-link {
  font-size: 0.9rem !important;
}

.help_card_footer {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
}

.action_item_label {
  font-size: 1rem;
  width: 80%;
}

.action_item_img {
  width: 25px;
}

.action_item_img_container {
  width: 36px;
  /* height: 36px; */
}

.reasons_section_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reasons_section_list_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin: 1rem 0;
}

.reasons_section_list_item_icon {
  width: 30px;
  height: 30px;
}

.reasons_section_list_item_label {
  color: #000;
  /* font-family: Futura; */
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* letter-spacing: -0.03rem; */
  /* text-align: right; */
}

.become_client_btn_ctn {
  display: flex;
  margin: 1.5rem 0;
}

.become_client_btn {
  border: none;
  display: flex;
  width: 12.3125rem;
  height: 2.6875rem;
  padding: 0.375rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
  background: #c6183d;
}

.become_client_btn>span {
  color: #fff;
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.offers_section {
  width: 100vw;
  display: flex;
  flex-direction: column;
  background-color: #c6183d;
  text-align: center;
  padding: 4em;
  gap: 2.5em;
  align-items: center;
  justify-content: center;
}

.content_section {
  display: flex;
  flex-direction: column;
  background-color: #eee;
  text-align: center;
  padding: 2em;
  gap: 3em;
}

.offers_section_title {
  color: var(--white-sunu, #fff);
  /* font-family: Futura; */
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.045rem;
  text-transform: uppercase;
  /* padding-top: 2rem;
    margin-bottom: 2rem; */
  position: relative;
}

.offers_section_title::after {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 44%;
  right: 44%;
  border-bottom: 0.1rem solid #fff;
}

.offers_section_items {
  /* height: 100%;ac */
  /* width: 80%; */
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.5em;
}

.offers_section_item {

  background-color: #fff;
  /* height: 600px; */
  /* width: 600px; */
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;

}

.offers_section_item_selection {

  background-color: #fff;
  /* height: 600px; */
  width: 850px;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 2rem;

}


.content_section_item {
  height: 550px;
  /* margin: 1.5rem auto; */
  /* width: 380px; */
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.8em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
}


.generic {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: #c6183d;
  color: white;
  font-style: italic;

}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  /* Adjust this to the width of your container */
  box-sizing: border-box;
}

.marquee {
  display: inline-block;
  padding-left: 100%;
  /* Start off the screen */
  animation: marquee 300s linear infinite;
  /* Adjust the duration */

}

.marquee span {
  display: inline-block;
  padding-right: 100%;
  padding: 1rem;
  /* Ensures the text is off the screen when it starts */
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* .generic-wrapper{
display: flex;
  align-items: center;
  justify-content: center;
    }

 .marquee {
   display: inline-block;
   padding-left: 100%;
   padding-top: 0.7rem;
   padding-bottom: 0.7rem;
   /* Start off the screen */



.paragraph-small {
  font-size: 1.2em;
}


@keyframes slideLeft {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}



.content_section_item>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 215px;
  border-radius: 1rem;
}

.content_a_la_une_section_item_1>a {
  display: flex;
  width: 100%;
  height: 280px;
  border-radius: 1rem;
}

.content_a_a_la_une_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;

  gap: 1rem;
}

/* Targeting text inputs */
.webform-submission-form {
  margin-bottom: 0;
  /* Adjust the height as needed */
}

/* Targeting text inputs */
.webform-submission-form input[type="text"] {
  height: 50px;
  /* Adjust the height as needed */
}

.webform-submission-form textarea {
  height: 100px !important;
  /* Adjust the height as needed */
}


.webform-submission-form input[type="file"] {
  height: 50px;
  /* Adjust the height as needed */
}

/* Targeting select dropdowns */
.webform-submission-form select {
  height: 50px;
  /* Ensure this matches the height of your text inputs for consistency */
}


/* Targeting select dropdowns */
.webform-submission-form legend {
  margin-bottom: 0;
  display: inline;
  /* Ensure this matches the height of your text inputs for consistency */
}

/* Targeting select dropdowns */
.webform-submission-form fieldset {
  margin-bottom: 0 !important;
  /* Ensure this matches the height of your text inputs for consistency */
}

/* Targeting email inputs */
.webform-button--submit {
  border-radius: 50px;
  /* Set your desired height */
}


.webform-button--submit:hover {
  background-color: #101010 !important;
}

.webform-submission-form input[type="email"] {
  height: 50px;
}

.js-form-type-tel {
  display: flex;
  flex-direction: column;
}


/* Targeting date of birth inputs */
.webform-submission-form input[type="date"] {
  height: 50px;
  /* Set your desired height */
}

/* Targeting telephone inputs */
.webform-submission-form input[type="tel"] {
  height: 50px;
  width: 100%;
  /* Set your desired height */
}

.js-webform-document-file> :nth-child(2) {
  display: none;
}

.content_section_a_la_une_item_2 {
  height: 100%;
  /* margin: 1.5rem auto; */
  height: 380px;
  width: 350px;
  border-radius: 0.5rem;
  /* overflow: hidden; */
  /* padding: 0.8em; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}



.content_section_a_la_une_item_3 {
  height: 100%;
  /* margin: 1.5rem auto; */
  height: 380px;
  width: 350px;
  border-radius: 0.5rem;
  /* overflow: hidden; */
  /* padding: 0.8em; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}


.content_section_a_la_une_item_3>a {
  display: flex;
  width: 100%;
  height: 140px;
  border-radius: 1rem;

}

.content_section_a_la_une_item_2>a {
  display: flex;
  width: 100%;
  /* height: 140px; */
  border-radius: 1rem;
}


.categorie_section_item {
  height: 100%;
  /* margin: 1.5rem auto; */
  width: 280px;
  border-radius: 0.5rem;
  /* overflow: hidden; */
  /* padding: 0em 0em 0.8em 0em; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}


.categorie_section_item>a {
  height: 350px;
  width: 100%;
}

.offers_section_item>a,
.offers_section_item_selection>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
}

.categorie_section_item_deux {
  height: 380px;
  /* margin: 1.5rem auto; */
  width: 350px;
  border-radius: 0.5rem;
  /* overflow: hidden; */
  padding: 0.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}

.categorie_section_item_content_title {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  color: #7d7d7d;
  text-decoration: none;
  text-align: center;
}

.categorie_section_item_content_title>a {
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  color: #7d7d7d;
  text-decoration: none;
  text-align: center;
}

.offert_section_item_content {
  padding: 1rem;
  background-color: #fff;
  width: 100%;
  /* height: 200px; */
  display: flex;
  padding: 8px;
  flex-direction: column;
  /* justify-content: space-evenly; */
  align-items: flex-start;
  gap: 1rem;
  /* text-align: start;
  gap: 1rem; */
}

.offert_section_item_content_selection {
  padding: 1rem;
  background-color: #fff;
  width: 100%;
  height: 200px;
  display: flex;
  padding: 8px;
  flex-direction: column;
  /* justify-content: space-evenly; */
  align-items: flex-start;
  gap: 1rem;
  /* text-align: start;
  gap: 1rem; */
}

.offers_title_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;

}



#user-login-form {
  width: 50%;
  /* width: 600px; */
  padding: 4rem;
  margin: auto;
}


#views-exposed-form-agences-block-1 {
  margin-bottom: 2rem !important;
}


.pays_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.agences_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
  border: 1px solid #7d7d7d;
}

.single-pays-container a {

  display: flex;
  flex-direction: row;
  gap: 1em;
  text-decoration: none;
  width: 50%;
}


.single-pays-title {
  text-transform: uppercase;
  font-size: 1rem;
}

.single-pays-image-container {
  width: 30px;
  height: 20px;
  display: flex;
}


.single-pays-image-container img {
  width: 100%;
  height: 100%;
}




.offert_section_item_content a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #c6183d;
  border-radius: 50px;
  text-decoration: none;
}

.rdv_form_container {
  text-align: start;
}

.content_section_item_content {
  /* padding: 1rem; */
  /* background-color: #fff; */
  min-width: 100%;
  /* height: 100%; */
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
  padding: 1em;
  text-align: left;
}

.content_section_item_content_2 {
  /* padding: 1rem; */
  /* background-color: #fff; */
  min-width: 100%;
  height: 150px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5em;
  padding: 0.8em;
  text-align: left;
}

.content_section_item_a_la_une_content {
  /* padding: 1rem; */
  /* background-color: #fff; */
  /* min-width: 100%; */
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5em;
  padding: 0.8em;
  text-align: left;
}


.categorie_actu_section_item_img_ctn {
  height: 100%;
  width: 100%;
  border: 1px solid #c6183d;
}

.categorie_actu_section_item_img_ctn img {
  width: 100%;
  height: 100%;
}


.categorie_section_item_content {
  /* padding: 1rem; */
  background-color: #fff;
  min-width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;

  padding: 0.8em 0.1em;
}

.offert_section_item_img_ctn {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;

  /* min-width: 100%; */
  /* max-width: 100%; */
}


.content_a_la_une_section_item_1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1rem;
}

.offert_section_item_img_ctn_selection {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;

  /* min-width: 100%; */
  /* max-width: 100%; */
}


.offert_section_item_img_ctn_selection {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;

  /* min-width: 100%; */
  /* max-width: 100%; */
}



.diapo_section_item_img_ctn {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;

  /* min-width: 100%; */
  /* max-width: 100%; */
}

.offert_section_item_img_ctn>a {

  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;

  /* min-width: 100%; */
  /* max-width: 100%; */
}

.offert_section_item_img_ctn img {
  height: 100%;
  width: 100%;

}

.categorie_section_item_img_ctn {
  /* height: 1455px; */
  width: 100%;
  border-radius: 0.8em;
  /* border: 1px solid #d3d3d3; */
}


.content_section_item_img_ctn {
  /* height: 1455px; */
  width: 100%;
  border-radius: 0.8em;
  height: 200px;
  /* border: 1px solid #d3d3d3; */
}



.categorie_section_item_img_ctn {
  /* height: 1455px; */
  width: 100%;
  border-radius: 0.8em;
  /* border: 1px solid #d3d3d3; */
}


.content_actu_section_item_img_ctn {
  width: 100%;
  /* height: 100%; */
  border-radius: 0.8em;
  height: 400px;
  /* border: 1px solid #d3d3d3; */
}

.leaflet-control-attribution {
  display: none;
}

.content_section_item_img_ctn img {
  height: 100%;
  width: 100%;
  border-radius: 0.8em;
}

.content_actu_section_item_img_ctn img {
  height: 100%;
  width: 100%;
  border-radius: 0.8em;
}

.offert_section_item_content_title slogan-truncate {
  color: #000;
  /* font-family: Futura; */
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  text-align: left;

}


.offert_section_item_content_title slogan-truncate_block_4 {
  color: #000;
  /* font-family: Futura; */
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  text-align: left;
  width: 70%;

}

/* Hide the element on desktop devices */
@media only screen and (min-width: 768px) {
  .action_items_container a[href^="tel:"] {
    /* display: none; */
    pointer-events: none;
  }





  #appel-centre {
    display: none;
  }

  #menu-click-tocall {
    /* display: none; */
    text-decoration: none !important;
    pointer-events: none;
  }

  .view-id-glossary .views-bootstrap-list-group {
    padding: 0rem 8rem;
  }

}


.offert_section_item_content_body {
  font-size: 1.4em !important;
  color: #7d7d7d !important;
  text-align: justify;
}

.offert_section_item_content_body slogan-truncate {
  color: #7d7d7d !important;
  /* font-family: Futura; */
  font-size: 1.5rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* letter-spacing: -0.025rem; */
  text-align: left;
  width: 100%;
}

.offert_section_item_content_body slogan-truncate_tax p {
  color: #7d7d7d !important;
  /* font-family: Futura; */
  text-transform: none;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.025rem;
  text-align: left;
  width: 100%;
}



.offert_section_item_content_more_link {
  color: var(--sunu-red, #c6183d);
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.contacts {
  /* font-family: Futura !important; */
  width: 100%;
  background-color: #eeeeee;
  padding: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  flex-direction: column;
  margin: 0;
}

.section-paragraphe-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  flex-direction: column;


}


#menu-click-tocall {
  text-decoration: none !important;
}

.promo_container:hover {
  background: transparent linear-gradient(to right, #c6183d 0px, transparent 115%) repeat scroll 0 0;
}

.promo_container:hover .btn-full {
  background-color: white !important;
  border-color: #c6183d !important;
}


.promo_container:hover .btn-full a {
  color: #c6183d !important;
  border-color: none !important;
}

.promo_container:hover h2>*,
.promo_container:hover h2 {
  color: white;
  transition: color 0.1s ease-in-out;
}


.selection-offre {
  width: 100%;
  background-color: #ffffff;
  /* padding: 3em 1em; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-direction: column;
}


.form-format {
  align-items: center;
  justify-content: center;

}


.toute-categorie-offre {
  /* font-family: Futura !important; */
  width: 100%;
  background-color: #fafafa;
  padding: 3em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  flex-direction: column;
}


.avantages-container {
  /* font-family: Futura !important; */
  width: 100%;
  background-color: #c6183d;
  padding: 4em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  flex-direction: column;
  color: white !important;
}



.diapo-card {
  width: 35%;
  z-index: 500;
  position: absolute;
  top: 125px;
  color: #fff;
}


.diapo-card h1 a {
  font-weight: 800;
  font-family: 'Futura Bold';
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.avantages-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  align-items: flex-start;

}

.articles-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto; */
  gap: 3rem;
  width: 50%;


}

.article-header-container {

  background-color: #eee;
  padding: 2rem 0rem;

}

.article-header-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}


.article-header {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


.single-offre-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 2rem;
  /* align-items: stretch; */

}

.single-conseils-items {
  display: flex;
  flex-wrap: wrap;

  gap: 2rem;
  align-items: stretch;
  align-content: center;
  justify-content: center;

}


.service-items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 2rem;
  align-items: flex-start;

}


.form-select {
  height: 50px !important;
}

.form-select option:hover,
.form-select option:focus {
  background-color: #c6183d !important;
  color: white;
}


.single-offre-caracteristiques {
  display: flex;
  /* grid-template-columns: 1fr 1fr 1fr; */
  /* grid-template-rows: auto; */
  gap: 2rem;
  padding: 3rem 0rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;


}

.single-term-caracteristiques {
  display: flex;
  /* grid-template-columns: 1fr 1fr; */
  /* grid-template-rows: auto; */
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
  padding: 3rem 0rem;
  justify-content: center;
  align-items: stretch;

}


.single-term-caracteristiques-profils {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 2rem;
  padding: 3rem 0rem;
  justify-content: center;
  align-items: stretch;

}

.single-offre-caracteristique {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  border-radius: 0.5rem;
  padding: 3rem;
  gap: 1em;
  /* flex-grow: 1; */

}


.single-offre-caracteristique>ul>li {
  text-align: justify;
}


.single-offre-caracteristique-profils {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  border-radius: 0.5rem;
  padding: 3rem;
  gap: 1em;
  /* flex-grow: 1; */

}


.single-offre-caracteristique-profils>ul>li {
  text-align: justify;
}

.offre-title {
  height: 3em;
  text-align: center;
}

.promo .nav-item>a {
  color: #c6183d !important;

}

.pdf-list {
  list-style-type: none;
  padding: 0;

}


.pdf-list li {
  margin-bottom: 10px;
  /* Adjust the value to set the desired gap */
}

.avantages-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;

}

.offre-btn{
  padding: 8px 10px !important;
}


.offre-btn>a {
  text-decoration: none !important;
  font-size: .8em;
}



.form-check-input:checked {
  background-color: #c6183d;
  border-color: #c6183d;
}

.articles-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;

}

.temoignage-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .temoignage-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.cloned {
  /* display: none !important; */
  /* display: none; */
}


.owl-stage {
  /* transform: translate3d(0px, 0px, 0px); */
}

.single-offre-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;

  /* padding: 2rem 4rem; */

}


.section-trois-offre {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}


.trois-colonne-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}

.icon-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.icon-link {
  color: #000;
  text-decoration: none;
}

.icon-link:hover {
  color: #c6183d;
  text-decoration: none;
}

.icon-wrapper p {
  font-size: 0.5em !important;
  font-weight: 700;
  text-align: center;
}


.nav-menu-wrapper {
  height: 100%;
  width: 100%;
}

.menu-icon-container {
  /* width: 70%; */
  display: flex;
  flex-grow: 2;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2em;
}

.teleconseiller-head {
  /* height: 100; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 40%;
  gap: 1rem;
}

.teleconseiller-body {
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.single-offre-image-container {
  width: 96px;
  height: 90px;
}

/*
.slideshow-carousel-wrapper{
  height: 1000px !important;
} */

.single-offre-image-container img {
  width: 100%;
  height: 100%;
}

.single-offre-item p {
  text-align: center;
}

.quotation_section {
  /* font-family: Futura !important; */

  width: 100%;
  background-color: #ffffff;
  padding: 3em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  flex-direction: column;
}

.dropdown-toggle {
  text-decoration: none;
  color: #000;
}

.dropdown img {
  font-size: 0;
  visibility: hidden;
  /* Initially hide the image */
}

.dropdown-menu {
  /* width: 120px !important; */
  z-index: 400;
}


.dropdown-menu img {
  width: 24px;
  height: 20px;
}


.diapo-title {
  text-align: left;
  color: white !important;
  font-size: 3.5rem;
  font-weight: 700;
}

.lightgray_bg {
  background-color: #f1f1f1;
  margin: 1rem 0;
}



.header-container {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100vw;
  justify-content: center;
  /* z-index: 1000; */
}

.contacts_title_ctn {
  width: 100%;
  text-align: center;
}

.contact_body {
  width: 100%;
  height: auto;
  /* width: 80%; */

  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  /* flex-wrap: wrap; */
  /* padding:0rem 1rem 1rem 1rem; */
  gap: 2em;
}

.raison_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}


.paragraph-width {
  width: 50%;
}

.map_container {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2em;
}

.header-mobile-container {
  display: none;
  flex-direction: column;
  align-items: center;
  /* position: relative; */
  /* gap: 1rem; */
  z-index: 1000;
  /* padding: 1rem; */
  justify-content: space-between;
  margin-bottom: 1rem;

}

.dropdown-item {
  display: flex !important;
  align-items: center;
  gap: .5em;
  padding: .5em !important;
}

.dropdown-item img {
  height: 18px !important;
}

.donnees-perso {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.donnees-perso h3 {
  font-size: 1.3rem;
  color: #c6183d;
}

.donnees-perso p,
li {
  font-size: 1.1rem;
  color: #707070;
}

.first-header-mobile {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  /* position: relative; */
  gap: 2rem;
  padding: 1rem;
  justify-content: space-between;
}

.right_container {
  width: 100%;
}

.secondary-header {
  /* margin-top: 1.5rem; */
  margin-top: -2rem;
}

.block-cheeseburgermenu__trigger-element {
  position: absolute !important;
  left: 2rem !important;
  top: 1rem !important;
}

@media (max-width: 1224px) {



  .secondary-header {
    display: none;
  }

  .header-mobile-container {
    display: flex;

  }

  .header-container {
    display: none;
  }
}

@media (max-width: 768px) {



  .trois-colonne-container {

    grid-template-columns: 1fr;
  }

  .offert_section_item_content_selection {
    height: 250px;
  }

  .paragraph-width {
    width: 100%;
  }

  .single-conseils-items {
    display: grid;

    grid-template-columns: 1fr;

    gap: 2rem;
    align-items: stretch;

  }

  .diapo-title {

    font-size: 2.2rem;
    font-weight: 700;
  }


  .diapo_section_item_img_ctn {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background-size: auto;

    /* min-width: 100%; */
    /* max-width: 100%; */
  }


  .align-left-mobile {
    text-align: left !important;
  }


  .offert_section_item_content_title {
    text-align: left;
  }

  .selection-offre {
    padding: 2em;
  }

  .single-term-caracteristiques-profils {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .single-offre-items {
    grid-template-columns: 1fr;
    grid-template-rows: auto;

  }


  .agence {
    flex-direction: column;
  }

  .contacts {
    padding: 2em 1em;
    gap: 1.4em;
  }

  .quotation_section {
    padding: 2em 1em;
  }

  .h3center-quotation {
    font-size: 1.4em;
  }

  .single-term-caracteristiques {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2rem;
    padding: 3rem 2rem;
    justify-content: center;
    align-items: stretch;

  }


  .avantages-items {
    flex-direction: column;
    gap: 1rem;

  }


  .single-offre-caracteristique {
    width: 100%;

  }

  .map_container,
  .raison_container,
  .contact_body {
    grid-template-columns: 1fr;
    gap: 1em;
    width: 100%;
  }

  .map_container {
    gap: 4em !important;
  }

  /* .hero-single {
    height: 400px;
  } */

  .image {
    /* display: none; */
    left: 0;
    width: 100%;
  }

  #floatingMenu.show {
    right: 0;
  }

  .byphone_section,
  .bymail_section,
  .client_service {
    width: 100%;
  }
}

.byphone_section,
.bymail_section,
.client_service {
  width: 100%;
}

.byphone_section_second_line,
.bymail_section_second_line,
.client_service_second_line {
  height: 100%;

  background-color: #fff;
  display: flex;
}

.byphone_section_second_left_ctn,
.bymail_section_second_left_ctn,
.client_service_second_left_ctn {
  background-color: #c6183d;
  width: 20%;
}

.byphone_section_second_left_ctn,
.bymail_section_second_left_ctn,
.client_service_second_left_ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
}

.byphone_section_second_right_ctn,
.bymail_section_second_right_ctn,
.client_service_second_right_ctn {
  width: 80%;
  padding: 1em;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5em;
  /* padding: 1rem; */
}

.byphone_section_second_right_ctn_title,
.bymail_section_second_right_ctn_title,
.client_service_second_right_ctn_title {
  color: #000;
  /* font-family: Futura; */
  font-size: 1.25rem;
  /* font-style: normal; */
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}

.byphone_section_first_line,
.bymail_section_first_line {
  color: #000;
  /* font-family: Futura; */
  font-size: 1rem;
  padding: 0.5rem 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}

.client_service:last-child {
  opacity: 0;
}

.byphone_section_second_right_ctn_btn_ctn>button,
.bymail_section_second_right_ctn_btn_ctn>button,
.client_service_second_right_ctn_btn_ctn>button {
  border: 1px solid #c6183d;
  border-radius: 1.25rem;
  padding: 0.2rem 0.5rem;
  color: #c6183d;
  background-color: transparent;
}

.contacts_footer {
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.contacts_footer>button {
  border: none;
  border-radius: 0.9rem;
  padding: 0.2rem 0.5rem;
  background-color: #c6183d;
  color: white;
}

.help_card_header_title {
  color: #000;
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
  text-align: left;
}

.help_card_header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.help_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #7d7d7d;
  margin: 1.5rem;
  padding-bottom: 1.5rem;
}

.help_cards_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

.button a {
  text-decoration: none;
}

.button {}

.btn-full {
  background-color: #c6183d;
  color: white !important;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  /* padding: 6px 15px; */
  border-radius: 50px;
  /* padding: 1rem 2rem !important; */
}

.btn-full-outil {
  background-color: #c6183d;
  color: white !important;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  /* padding: 6px 15px; */
  border-radius: 50px;
  padding: .5rem 1rem !important;
}


.btn-full a,
.btn-full-outil a {
  color: white !important;
}

.btn-full:hover {
  background-color: #292929 !important;
  color: rgb(255, 255, 255);
  border-color: #292929 !important;
}

/* CSS for Button Type 2 (Outline) */
.btn-outline {
  background-color: white;
  color: #c6183d;
  border: 1px solid #c6183d;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  /* padding: 6px 15px; */
  border-radius: 50px;
  /* padding: 1rem 2rem !important; */
}

.btn-full-light {
  color: #c6183d !important;
  background-color: #FBE6EB !important;
  border: 1px solid #FBE6EB !important;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  /* padding: 6px 15px; */
  border-radius: 50px;
}

.btn-transparent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  color: #747373 !important;
  /* background-color: #ffffff00 !important; */
  border: none !important;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  /* padding: 6px 15px; */
  border-radius: 50px;
}

.view-glossary>.view-content:first-child {
  display: table-row;
  margin-bottom: 1rem;
}

.btn-outline:hover {
  background-color: #c6183d;
  border: none;
  color: #fff;
}

.btn-outline:hover a {
  color: white !important;
}

.btn {
  font-size: 1em !important;
  padding: 12px 15px !important;
  border-radius: 50px;

}

.how_to_suscribe .suscribe_title {
  color: #000;
  /* font-family: Futura; */
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.045rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.get_infos {
  display: flex;
}

.get_infos>div {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  margin: 0.5rem 0;
}

.in_agency>.icon_container {
  background-color: #c6183d;
  width: 44px;
  display: flex;
  /* width: 14%; */
  padding: 0.5rem;
}

.in_agency>.text_container {
  /* width: 3rem; */
  width: 80%;
  text-align: left;
}

.get_more_infos>.icon_container {
  background-color: #c6183d;
  width: 44px;
  display: flex;
  /* width: 14%; */
  padding: 0.5rem;
}

.get_more_infos>.text_container {
  width: 3rem;
  width: 80%;
}

.get_more_infos>.text_container>span {
  display: block;
}

.join_client_service {
  background-color: #7d7d7d;
  padding: 1rem;
  color: #fff;
}

.join_client_service .col-12 {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}

.join_client_service .icon_container {
  background-color: #c6183d;
  width: 44px;
  display: flex;
  /* width: 14%; */
  padding: 0.5rem;
}

.join_client_service .text_container {
  width: 3rem;
  width: 80%;
}

/* Carroussel */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}


.btn>* {
  text-decoration: none;
}

.temoignage-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.temoignage-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.temoignage-content {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  gap: 1em;
  color: #747373 !important;
}

.temoignage-content-body {
  font-size: 1.4em;
  font-weight: 400;
  color: #747373 !important;
}

.temoignage-image {
  width: 50px;
  height: 50px;
}

.temoignage-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.temoignage-name-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: black;
}

.temoignage-details-container {
  display: flex;
  flex-direction: row;
  gap: 1em;
}


.search-container {
  display: flex;
  gap: 2rem;
  padding: 4rem 0rem;
}


.space-around {
  padding: 4rem 0rem;
}

.search-advanced {
  display: none;
}

/*

.temoignage-image {
  width: 100%;
  height: 100%;
} */
.taxonomy_container {
  /* width: 100vw !important; */
  /* background: #eee !important; */

  /* display: flex; */
  flex-direction: column !important;
  padding: 3em 0 !important;
  align-items: center !important;
  justify-content: center !important;
}

/* .view-display-id-page_1 .view-content {
  /* background-color: #e60e0e; */
/* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1em; /* Adjust the gap as needed */
/* align-items: center;
  justify-content: center; */
/* }  */

.agences_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

._role {
  font-size: 1em !important;
  font-weight: 500;
  color: #000 !important;
}

.accordion_body {
  font-size: 0.9em !important;
  color: #000 !important;
}

.no_result_wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Recreate Bootstrap container with !important */

.actualites_wrapper {
  /* background-color: #e60e0e; */
  /* align-items: flex-start; */
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;

  /* display: flex;
  flex-wrap: wrap; */
  align-items: center;
  /* justify-content: center; */

  gap: 1em;
  /* Adjust the gap as needed */
  padding-left: 0.8rem;
}

.actualites_articles_wrapper {
  /* background-color: #e60e0e; */
  /* align-items: flex-start; */
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;

  /* display: flex;
  flex-wrap: wrap; */
  align-items: center;
  /* justify-content: center; */

  gap: 1em;
  /* Adjust the gap as needed */
  padding-left: 0.8rem;
}


#main-wrapper {
  margin-top: -.5rem;
}

div#main-wrapper div.block-user-login-block div.content>div:nth-child(2) {
  display: none !important;
}

div#main-wrapper div.block-user-login-block div.content>div:nth-child(1) {
  width: 25vw;
}

.emplois_wrapper {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  /* flex-wrap: wrap;
  flex-direction: row; */
  gap: 1em;
}

.actualites_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0em;
  width: 100vw;
}


.article-header-colonne-1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.chiffres>span:first-child {
  /* font-family: Futura; */
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  color: #c6183d;
}

.actualites_container nav ul {
  margin-top: 3em !important;
}

@media (min-width: 1382px) and (max-width: 1641px) {
  .header-text {
    display: none;
  }

}


@media (min-width: 1225px) and (max-width: 1382px) {

  .header-text {
    display: none;
  }

  .bouton-transparent-icon {
    width: 30px;
  }

  .bouton-transparent-text {
    display: none;
  }
}

@media (min-width: 1024px) {
  .avantages-item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;

  }
}


@media (min-width: 765px) and (max-width: 1024px) {


  .avantages-item {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;

  }

  .carousel-wrapper {
    width: 100%;
  }

  .carousel-cat-wrapper {
    width: 100%;
    /* width: 380px !important; */
    /* background-color: red; */
  }

  .carousel-diapo-wrapper {
    width: 100vw;
  }
}

@media (max-width: 1200px) {
  .articles-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

}

@media (max-width: 960px) {


  .astuce-accueil {

    grid-template-columns: 1fr;


  }

  .article-header-colonne-1>.paragraph {
    text-align: center !important;
  }


  .article-header-colonne-1 {
    width: 100%;
    justify-content: center;
    align-items: center;
  }


  .articles-items {
    /* display: flex;
  align-items: center;
    justify-content: center;

    gap: 3rem;
    width: 50%;
          width: 100%;
          justify-content: center; */

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .article-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }


  .article-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .actualites_wrapper,
  .emplois_wrapper,
  .view-display-id-page_1 .view-content {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .actualites_articles_wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .job_description_container {
    flex-direction: column;
  }

  .actualites_articles_wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content_a_la_une_section_item_1 {
    display: flex;
    flex-direction: column;
  }

  .articles-items {
    width: 100%;
  }


  .btn-outline {

    /* padding: 6px 15px; */
    border-radius: 50px;
    /* padding: .5rem 1rem !important; */
  }


  .h3left {
    text-align: center;
  }

  .form-button-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .actualites_wrapper,
  .emplois_wrapper,
  .view-display-id-page_1 .view-content {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .byphone_section_second_left_ctn,
  .bymail_section_second_left_ctn,
  .client_service_second_left_ctn {
    display: none;
  }

  .byphone_section_second_right_ctn,
  .bymail_section_second_right_ctn,
  .client_service_second_right_ctn {
    width: 100%;
    padding: 1em;
  }
}

.chiffres {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  /* margin: 2rem 1rem; */
}

.covered_countries>span:first-child,
.covered_societies>span:first-child {
  color: var(--sunu-red, #c6183d);
  /* font-family: Futura; */
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.covered_image_container {
  height: 25vh;
  /* overflow: hidden;
  background-image: url("../../../../../sites/default/files/covered_countries_sunu.png");
  background-size: contain;
  /* background-position: 0 15%; */
  /* background-repeat: no-repeat;  */

  /* background-position: 0 15%; */
}

.first_row {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-wrap: wrap; */
  /* overflow: hidden; */
  /* padding: 2rem; */
  /* flex-wrap: wrap; */
  padding: 3rem 0rem;

  gap: 2.5rem;
  flex-direction: column;
}

.first_row>div:first-child {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.first_row span {
  text-align: center;
  color: #7d7d7d;
}

.about_sunu_groupe {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about_sunu_groupe_title {
  color: #000;
  /* font-family: Futura; */
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.045rem;
  text-transform: uppercase;
}

.about_sunu_groupe_body {
  color: #000;
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 3.24625rem */
  letter-spacing: -0.04rem;
}

.about_sunu_groupe_btn_container {
  /* padding: 1.5rem 0rem; */
}

.our_ambition_title_container {
  /* padding: 1rem 0rem; */
}

.our_ambition_title {
  color: #000;
  display: flex;
}

.our_ambition {
  flex-direction: column;
  gap: 1rem;
}

.our_ambition_body {
  color: #000;
  /* font-family: Futura; */
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 162.313%;
  /* 3.24625rem */
  letter-spacing: -0.04rem;
}

.our_ambition_btn_container {
  /* padding: 1.5rem 0rem; */
}

.governence_title_container {
  /* padding: 1rem 0rem; */
}

.function_title {
  color: var(--sunu-red, #c6183d);
  /* font-family: Futura; */
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 162.313%;
  /* 3.24625rem */
  letter-spacing: -0.04rem;
  padding: 1rem 0;
}

.founder_card_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.person_card {
  /* border: 2px solid #c6183d; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}

.person_card_img_container {
  border: 0.5px solid #eee;
  overflow: hidden;
  border-radius: 1.5rem;
  height: 11rem;
  width: 11rem;
}

#karim_franck_img_ctn {
  translate: -10% 0%;
}

.person_card_name_container {
  color: var(--sunu-red, #c6183d);
  /* font-family: Futura; */
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.04rem;
  text-align: center;
}

.person_card_function_container {
  color: var(--gray-text-sunu, #7d7d7d);
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 162.313%;
  /* 2.43469rem */
  letter-spacing: -0.03rem;
  text-align: center;
}

.person_description {
  padding: 1rem 0rem;
}

.governence {
  /* margin-bottom: 2rem; */
}

.sunu_group_senegal_text_section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  /* padding: 2rem; */

}

.sunu_group_senegal {
  gap: 1rem;
  /* padding: 1rem 0rem; */
  /* margin-bottom: 2rem; */
}

.carousel-indicators {
  top: 105%;
}

.carousel-indicators>button.active {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #c6183d;
  border: none;
  margin: 0 0.5rem;
}

.carousel-indicators>button {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #eee;
  border: #eee;
  margin: 0 0.5rem;
}

.other_entities {
  padding: 1rem 0rem;
  gap: 1.5em;
}

.sunu_insurance_img_container {
  overflow: hidden;
  /* height: 45vh; */
}

.other_entities_list {
  list-style-type: none;
  padding: 0;
}

.other_entities_list_item {
  margin: 1rem 0;
}

.other_entities_list_item_title {
  color: var(--sunu-red, #c6183d);
  /* font-family: Futura; */
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}

.other_entities_list_item_body {
  color: var(--gray-text-sunu, #7d7d7d);
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.02rem;
}

/*
thead th {
  color: #c6183d !important;
}

tbody td {
  color: #000 !important;
}

td,
th {
  text-align: left !important;
  color: #000 !important;
} */




.red-color {
  color: #c6183d !important;
}

.language a {
  text-decoration: none;
  color: #7d7d7d !important;
}

.language a:hover {
  color: #c6183d !important;
}

.tbm-link-container .level-1 {
  background-color: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #747373;
  transition: font-weight 0.3s ease;
  transition: font-size 0.3s ease;
}


#block-sunuassurances-menuprincipal-2 .tbm-link-container .level-2 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700 !important;

  color: #c6183d !important;
}

/* .tbm-link-container .level-2 .tbm-group-title > a {
  text-transform: uppercase;
  font-size: 1rem;
  color: #c6183d !important;
} */

.tbm-link-container .level-3 {
  font-size: 1rem;
  color: #747373 !important;
}

.tbm-link-container .level-1:hover {
  font-weight: 700 !important;
  color: #c6183d;
  text-decoration: underline;
}



.tbm-link-container a {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 1.1rem;
}

/* @media (min-width: 320px) { */
#carouselExampleFade .carousel-indicators,
#carouselJobsPhone .carousel-indicators,
#carouselJobsMdPlus .carousel-indicators {
  top: 105%;
}

#carouselExampleFade .carousel-indicators>button.active,
#carouselJobsPhone .carousel-indicators>button.active,
#carouselJobsMdPlus .carousel-indicators>button.active {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #c6183d;
  border: none;
  margin: 0 0.5rem;
}

#carouselExampleFade .carousel-indicators>button,
#carouselJobsPhone .carousel-indicators>button,
#carouselJobsMdPlus .carousel-indicators>button {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: none;
  margin: 0 0.5rem;
}

#carouselJobsPhone .carousel-inner,
#carouselJobsMdPlus .carrousel-inner {
  width: 85vw;
  margin: auto;
}

#carouselJobsPhone .carousel-derouler,
#carouselJobsMdPlus .carousel-derouler {
  position: absolute;
  width: 100%;
  height: 15vh;
  /* border: 1px solid black; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

#carouselJobsPhone .carousel-derouler button,
#carouselJobsMdPlus .carousel-derouler button {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 100%;
  border: none;
  background-color: whitesmoke;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 100;
}

#carouselJobsPhone .carousel-derouler img,
#carouselJobsMdPlus .carousel-derouler img {
  width: 1rem;
  height: 1rem;
}

.job_card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* height: 200px; */
  /* width: 75vw; */
  /* padding: 1em; */
  border-radius: 10px;
  gap: 1rem;
}

.job_card>a {
  height: 200px;
  width: 150px;
}

.job_card_img_container {
  overflow: hidden;
  height: 4rem;
  width: 4rem;
  border-radius: 1rem;
  margin: auto;
  background-color: #c6183d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.job_card .job_card_text_container {
  text-align: left;
  /* width: 73%; */
  display: flex;
  flex-direction: column;
  gap: .9em;
}

.job_card_img {
  /* width: 180px; */
  height: 100%;
  border-radius: 1rem;

}




.read-more-link-outline {
  font-size: 0.8em;
  padding: .5rem 1rem;
  border: 1px solid #c6183d;
  border-radius: 50px;
}

.read-more-link-outline a {
  text-decoration: none;
}


.read-more-link-full {
  font-size: 0.8em;
  padding: .5rem 1rem;
  border: 1px solid #c6183d;
  border-radius: 50px;
  background-color: #c6183d;
}

.read-more-link-full:hover {

  border: 1px solid #000000;

  background-color: #000000;
}


.read-more-link-full a {
  text-decoration: none;
  color: white;
}

.read-more-link-full a:hover {
  text-decoration: none;
  color: white;
}

.job_card_img img {
  width: 100%;
  height: 100%;
}

.job_card .job_text_container_title {
  color: #c6183d;
  /* font-family: Futura; */
  font-size: 1.2rem;
  font-weight: 700;
  /* line-height: 162.313%; */
  /* 1.62313rem */
  /* letter-spacing: -0.02rem; */
  margin: 0;
}

.job_card .job_description_container {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.job_description_localisation {
  color: #7d7d7d;
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  gap: 1rem;
  /* line-height: 162.313%;
  letter-spacing: -0.02rem; */
}

#carouselJobsMdPlus {
  display: none;
}

.seeAllJobOffersBtnContainer {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.our_jobs_section {
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}

@media (min-width: 768px) {

  #carouselJobsPhone .carousel-item,
  #carouselJobsMdPlus .carousel-item {
    display: flex;
    justify-content: center;
  }



  .job_card {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 15vh; */
    background-color: #fff;
    border-radius: 10px;
    /* width: 37.5vw; */
  }

  #carouselJobsPhone .carousel-derouler,
  #carouselJobsMdPlus .carousel-derouler {
    width: auto;
    margin: auto;
    left: 2rem;
    right: 2rem;
  }

  #carouselJobsPhone {
    display: none;
  }

  #carouselJobsMdPlus {
    display: block;
  }

  .our_jobs_card {
    display: flex;
    margin: 3rem 0;
    /* height: 350px; */
    flex-direction: row;
    width: 80%;
    border-radius: 1rem;
    /* overflow: hidden; */
    align-items: flex-start;
    justify-content: center;
    padding: 1em;
    gap: 1em;
    min-height: 250px;
  }

  .img_container {
    width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .img_container img {
    border-radius: 1em;
    width: 100%;
  }

  .our_jobs_card>.txt_container {
    height: 100%;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
    align-items: start;
    padding: 0.5em;
    gap: 1rem;
  }

  .our_jobs_card>.txt_container>span {
    color: #000;
    /* font-family: Futura; */
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.03rem;
  }
}

@media (min-width: 1200px) {
  .job_card {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 25vh; */
    /* width: 35vw; */
    /* margin: auto 3vw; */
  }

  .h1,
  h1 {
    font-size: 3rem !important;
  }

  #carouselJobsPhone .carousel-derouler,
  #carouselJobsMdPlus .carousel-derouler {
    position: absolute;
    width: auto;
    margin: auto;
    left: 10rem;
    right: 10rem;
    height: 25vh;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
  }
}

.menu-accueil-particulier {
  /* background-color: red !important;
  padding: 0;
  height: 10px; */
}

.navbar {
  /* background-color: red !important; */
}

.region-we-mega-menu {
  /* height: 10px !important; */
}

.tbm {
  /* background-color: transparent !important; */
}

.tbm a {
  text-decoration: none;
  /* background-color: transparent; */
}

.tbm a:hover {
  text-decoration: none;
}

.tbm-nav {}

.tbm-link-container {}

.clearfix {
  /* padding: 0; */
}

/* owl */

.carousel-wrapper {
  width: 1250px;
  margin: auto;
  position: relative;
  /* text-align: center; */
  /* font-family: sans-serif; */
}


.content_a_la_une_section_item_1_img_ctn {

  min-width: 450px !important;
  height: 280px !important;
}


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

.content_a_la_une_section_item_1 {

  border-radius: 0.5rem;
  overflow: hidden;
  /* padding: 0.8em; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;

}


.carousel-cat-wrapper {
  width: 1300px;
  margin: auto;
  position: relative;
  /* text-align: center; */
  /* font-family: sans-serif; */
}

.carousel-selection-wrapper {
  width: 900px;
  margin: auto;
  position: relative;
  /* text-align: center; */
  /* font-family: sans-serif; */
}

.profil-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.4rem;
}

.carousel-temoignage-wrapper {
  width: 100vw;
  margin: auto;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-family: sans-serif; */
}


.slogan-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;


  @supports (-webkit-line-clamp: 2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.carousel-diapo-wrapper {
  width: 100vw;
  height: auto;
  padding: 0;
  position: relative;
  /* text-align: center; */
  margin-bottom: -0.8em;
  /* font-family: sans-serif; */
}

.region-sunu-banner-title {
  width: 100% !important;

}

.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #c6183d !important;
}

.owl-carousel .item {
  text-align: center;
}

.owl-carousel .nav-button {
  height: 40px;
  width: 40px;

  cursor: pointer;
  position: absolute;
  top: 200px !important;
  align-items: center;
}

.owl-carousel .nav-button:hover {
  background-color: #c6183d !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.owl-carousel .owl-prev {
  left: -35px;
}

.owl-carousel .owl-next {
  right: -35px;
}


.owl-carousel .owl-carousel-prev {
  left: -35px;
}

.owl-carousel .owl-carousel-next {
  right: -35px;
}

.owl-carousel .diapo-nav-previous {
  left: 35px;
  top: 50% !important;
}

.owl-carousel .diapo-nav-next {
  right: 35px;
  top: 50% !important;
}


.menu--language .is-active {
  color: #c6183d !important;
  display: none;
}

.diapo-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  z-index: 10;
}

.menu--language .nav-link {
  color: #000;
  text-transform: uppercase;
}

.menu--language ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 50% !important;
  align-items: center;
  text-align: center;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
  background-color: #c6183d !important;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

.notre-selection {
  /* width: 100%; */

  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-top: 1rem;
  gap: 2rem;
  align-items: stretch;
  justify-content: stretch;
  /* Adjust the gap as needed */
}


.astuce-accueil {
  /* width: 100%; */

  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin-top: 1rem;
  gap: 2rem;
  align-items: stretch;
  justify-content: stretch;
  /* Adjust the gap as needed */
}

h1,
h2,
h3 {
  color: black;
}

/*
.hero h1 {
  font-size: 5em;
} */

/* Beginning @boboprem1 */
nav:nth-child(2) {
  /* overflow: hidden; */
  /* position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 1rem; */
  /* height: 10rem; */
  /* width: 100%; */
}

nav:nth-child(2)>div.container {
  margin: 0;
  padding: 0;
  width: 100% !important;
  max-width: 100%;
}

.btn_espace_clients_outline {
  display: flex;
  width: 10.9375rem;
  height: 2.625rem;
  /* padding: 0.375rem 3.1875rem; */
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
  border: 1px solid var(--sunu-red, #c6183d);
  background: #fff;
  color: var(--sunu-red, #c6183d);
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 1.5rem;
}

.logo-mobile a {
  text-decoration: none;
}

.btn_espace_clients_full {
  border: none;
  display: flex;
  width: 10.9375rem;
  height: 2.625rem;
  /* padding: 0.375rem 3.1875rem; */
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 0.9375rem;
  background: var(--sunu-red, #c6183d);
  color: #fff;
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.principal_sunu_logo {
  position: relative;
  left: 0;
  top: 30px;
  /* z-index: 200; */
  /* bottom: -2rem; */
}

.dropdown-menu.show {
  margin-top: 1em !important;
}

.principal_sunu_mobile {
  position: relative;
  /* left: 10px; */
  top: 7px;
  z-index: 0;
  /* bottom: -2rem; */
}

.logo-bicis {
  width: 100px;
  position: relative;
  top: -24px;
  left: -38px;
}

.logo-bicis_mobile {
  width: 100px;
  position: relative;
  top: -18px;
  left: -15px;
}

.principal_sunu_logo a {
  text-decoration: none;
  display: block;
  height: 100%;
}

.principal_sunu_mobile a {
  text-decoration: none;
}

.logo img {
  width: 200px;
}

.principal_sunu_logo::after {
  content: "";
  position: absolute;
  left: 119px;
  top: 43px;
  background-color: #c6183d;
  width: 100vw;
  height: 6px;
  opacity: 1;
}

.principal_sunu_logo::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 33px;
  background-color: #c6183d;
  width: 32px;
  height: 6px;
  opacity: 1;
}

.principal_sunu_mobile::after {
  content: "";
  position: absolute;
  left: 118px;
  top: 51%;
  background-color: #c6183d;
  width: 100vw;
  height: 6px;
  opacity: 1;
}

.principal_sunu_mobile::before {
  content: "";
  position: absolute;
  /* left: 100px; */
  top: 38.5%;
  background-color: #c6183d;
  width: 32px;
  height: 6px;
  opacity: 1;
}

.sunu_nav_link {
  color: var(--sunu-dark-gray, #747373);
  /* font-family: Futura; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.banner-title {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.sunu_nav_link:hover {
  color: var(--sunu-red, #c6183d);
}

/* End @boboprem1 */
h3 {
  position: relative;
}



.session-wrapper {
  height: 350px;
}

.session-container {
  gap: 32px;
}

.content-box {
  padding: 20px;
  width: 200px;
}

@media (max-width: 767px) {

  .h3center,
  .h3left {
    /* font-weight: 700; */

    font-weight: 600;
    font-size: 1.4em;
    text-transform: uppercase;
    font-style: normal !important;
    color: #c6183d;
  }

  .sunu_group_senegal_text_section {
    padding: 2rem;
  }



  .banner-title {
    width: 100%;
  }

  .astuce-accueil {

    grid-template-columns: 1fr;


  }


  .offers_section {
    padding: 2em 1em !important;
  }

  .first_row_wrapper {
    display: flex;
    overflow-x: scroll;
    gap: 2rem !important;
    width: 100%;
    justify-content: start !important;
  }

  .mb-3 {
    margin-bottom: 15px;
  }
}


.owl-carousel .diapo-nav-next {
  display: none !important;
}

.owl-carousel .diapo-nav-previous {
  display: none !important;
}

.sunu-card {
  background-color: red;
}

.banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/sites/default/files/2023-08/Frame%204_0.jpg");
  /* background-image: url("./Frame 4.jpg"); */

  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}

.banner-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  height: 100%;

  justify-content: center;
}

.sunu-btn {
  border-radius: 15px;
  /* padding: 10px; */
}

.btn-link {
  color: #ffffff;
  text-decoration: none;
}

.big-buttton {
  width: 100%;
  background: red;
}

.flex-container {
  display: flex;
  align-items: center;
}

.square {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  min-width: 160px;
  height: 150px;
  padding: 8px;
  background-color: #c6183d;
  margin: 0 10px;
  gap: 0.7rem;
  /* Adjust the margin to create space between squares */
}

.square img {
  width: 1.5rem;
}

.footer_wrapper {
  align-items: center;
  justify-content: center;
}


.pays-mobile-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}


.header-mobile-text {
  font-size: 1.3em;
  color: #747373;
}

.menu_mobile ul {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;

}

.menu_mobile ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu_mobile a {
  line-height: 1.3;
  font-size: 1.3em !important;
  text-transform: uppercase;
  color: #747373 !important;
  font-weight: 700;
}


.menu_column {
  color: #000 !important;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.menu_column ul li {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.menu_column a {
  line-height: 1.3;
}

#footer {
  /* overflow: hidden; */
  /* font-family: Futura, sans-serif; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #d2ceca;

  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
  /* margin-top: 3rem; */
  /* width: 100vw; */
}

.footer_logo {
  position: relative;
  z-index: 33;
}

#footer_three_actions {
  display: flex;
  flex-direction: row;
  align-items: center !important;
  width: 100% !important;
  justify-content: flex-start !important;
  height: 100%;
  padding: 0;
  margin: 0;
}

body.maintenance-page {
  height: 100vh;
  width: 100vw;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: url("/sites//default/files/sunu_bg.png") !important;
  /* background-position: left !important; */
  background-size: cover !important;
  background-repeat: no-repeat !important;
}


.maintenance-body {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  color: white;
  height: 100vh;
}


.announcement {
  font-size: 3rem;
  width: 60%;
}

.colonne_one {

  color: white !important;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  /* width: 10% */
}

.colonne_two {
  /* width: 90% */
  color: white !important;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: space-between;

}

.colonne_two h2 {
  color: white;
  font-size: 2rem;
}


.colonne_two p {
  color: white;
  font-size: 1rem;
  width: 60%;
  line-height: 2rem;
}

.maintenance-page #page-wrapper {
  background: #a15f5f00 !important;
  margin-left: auto;
  margin-right: auto;
  min-width: 100%;
  min-height: 100%;
  border: none !important;
  /* margin-top: 40px; */
}

.maintenance-page .dialog-off-canvas-main-canvas {
  height: 100vh !important;
  width: 100vw !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.maintenance-container {
  background-color: rgba(255, 0, 0, 0) !important;
  color: #fff;
  width: 100% !important;
  height: 100% !important;
  flex-direction: column !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.maintenance-container #main-wrapper {
  background-color: rgba(255, 0, 0, 0) !important;
  color: #fff;
  width: 100% !important;
  height: 100% !important;
  flex-direction: column !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.main-wrapper {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #fff;
  /* background-color: red !important; */

  /* background-image: url(
  '../../../../../sites/default/files/common.web'
  ) !important; */
}

#main-wrapper h1 {
  color: #fff;
}

#footer_three_actions>li>a {
  color: #7d7d7d;
}

#main {
  padding: 0;
}

#footer_three_actions>li>a:hover {
  color: #c6183d;
}


a:hover,
a:focus,
.link:hover,
.link:focus {
  /* color: #c6183d !important; */
}

.white-bg {
  background: #ffffff;
}

/* .article-card {
  background-color: #fff;
  height: 460px;
  width: 350px;
  margin-bottom: 50px;
  text-align: center; */
/*border-radius: 14px;*/
/* } */

/* .article-body {
  padding: 20px;
  text-align: left;
} */

.webform-progress-tracker .progress-step.is-active .progress-marker::before {
  background-color: #c6183d !important;
}

.menu-links .menu_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 400;
  line-height: 1.5;
}

.menu-links ul div {
  list-style: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  font-size: 0.8em;
}

.menu-links ul a {
  text-decoration: none;
  color: #ffffff;
}

.menu-float img {
  width: 1.5em;
  border-radius: 0 !important;
}

@media (max-width: 767px) {


  .announcement {
    font-size: 3rem;
    width: 100%;
  }


  .colonne_two p {

    width: 100%;
  }

  .offers_section_item {
    /* height: 600px; */
  }

  .offert_section_item_img_ctn_selection {

    height: 100%;
  }


  .offers_section_item>a,
  .offers_section_item_selection>a {
    height: 300px;
  }

  .offers_section_item_selection {
    width: 100%;
    height: 100%;
  }

  .menu-float {
    /* display: none; */
    top: 200px;
    right: -90px;
    transition: right 0.5s ease;

  }

  .menu-float.open {
    right: 0px;
    /* Transition to 'right: -90px' when the 'open' class is applied */
  }

  .first_row>div:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.megamenu_card {
  border-top: 2px solid #c6183d;
  padding: 0.8em;

  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.menu-column .tbm-subnav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.views-exposed-form>.flex-wrap {
  flex-wrap: wrap !important;
  /* min-width: 90vw; */
  /* background: red; */
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1em;
}


.faq-session-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  gap: 2rem;
  width: 80%;
  overflow: hidden;
  border-radius: 1rem;
  padding-bottom: 2rem;
}

.faq-session-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#views-exposed-form-map-agence-block-1 {
  align-items: center;
  justify-content: center;
  display: flex;
}

#leaflet-map-view-map-agence-block-1 {
  width: 100vw !important;
}



#block-bicisoriginal-search-form {
  display: none;
}

/* Outer menu */

/* Mobile menu  */
#wrapper {
  /* width:100%; */
  /* height:100vh;	 */
  /* overflow:hidden; */
  /* position:absolute;
	top:50px;
	left:50%; */
  /* margin-left:-160px; */
  /* background:#111; */
}

div.screen {
  width: 100vw;
  height: 100vh;
  /* overflow-y:scroll; */
  /* overflow-x: hidden; */
  position: absolute;
  /* overflow: hidden; */
  top: 0px;
  left: 0px;
  /* background:#31558a; */
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.screen.animate {
  left: 254px;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}

/* .list{margin-top:36px; text-align:left;} */

div.burger {
  height: 30px;
  width: 40px;
  position: absolute;
  top: -25px;
  left: 40px;
  cursor: pointer;
}

/* div.menu > ul{margin-top:110px;position:relative;}
div.menu > ul li {
	list-style: none;
	width: 320px;
	margin-top: 40px;
	text-align: left;
	padding-left: 100px;
	font-size: 23px;
}
div.menu > ul li a {
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;
} */

/* } */

@media (max-width: 768px) {

  .maintenance-body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    color: white;
    height: 100vh;
  }

  .notre-selection {
    grid-template-columns: 1fr;
  }

  .center_block {
    justify-content: center !important;
  }

  .carousel-wrapper {
    width: 390px;
  }


  .carousel-cat-wrapper {
    width: 320px;
  }

  .carousel-selection-wrapper {
    width: 380px;
  }

  .carousel-diapo-wrapper {
    width: 100vw;
  }
}

.owl-stage-outer {
  /* height: 100%; */
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #101010;
  /* z-index: 999; */
}


.datetime {
  color: #7d7d7d;
}

.nav-menu {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  justify-content: start;
  position: fixed;
  left: -100%;
  top: 0rem;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9998;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 3em 0em;
}

strong {
  font-size: 1rem;
}

@media only screen and (max-width: 1224px) {






  .profil-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }

  .nav-menu {
    /* border-radius: 10px; */
    /* text-align: left !important; */
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    /* margin: 2.5rem 0; */
  }

  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 1000000;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.menu {
  /* width: 300px; */
  border-radius: 8px;
  /* overflow-x: scroll; */
  list-style: none !important;
  height: 100vh;
}

.menu_item {
  border-top: 1px solid #dedede !important;
  overflow: hidden;
}

.menu_btn {
  display: block;
  padding: 16px 20px;

  background: #fff !important;
  color: rgb(39, 39, 39);
  position: relative;
  text-decoration: none !important;
}

.menu_btn:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fafafa;
  left: 20px;
  bottom: -7px;
  transform: rotate(45deg);
}

.menu_btn i {
  margin-right: 10px;
}

.smenu {
  background: rgb(240, 240, 240);
  overflow: hidden;
  transition: max-height 0.3s;
  max-height: 0;
}

.smenu a {
  display: block;
  padding: 16px 26px;
  color: rgb(39, 39, 39);
  font-size: 14px;
  margin: 4px 0;
  position: relative;
  text-decoration: none !important;
}

.smenu a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: #c6183d;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}

.smenu a:hover:before {
  opacity: 1;
}

.menu_item:target .smenu {
  max-height: 30em;
}

.smenu ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.smenu ul a:hover {
  color: #c6183d !important;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:active {
  background-color: #c6183d !important;
  border-color: #c6183d !important;
}

.btn-primary {
  background-color: #c6183d !important;
  border-color: #c6183d !important;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.3);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

.view-id-glossary {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}



*::-webkit-scrollbar-track {
  background: rgba(16, 16, 16, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: #a5a5a5cd;
  border-radius: 20px;
  border: 4px solid #ffffff;
}

.back-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dc143c6e;
  border-radius: 0.5rem;
  padding: 0.7rem;
  text-decoration: none;
  transition: 0.2s ease-out;
  z-index: 1000;
}

.back-to-top span {
  color: #fff;
  font-size: 1.5rem;
  transition: 0.2s ease-out;
}

.back-to-top:hover {
  background-color: #be1a3b;
}

.back-to-top:hover span {
  transform: translateY(-4px);
}

.accordion-button:not(.collapsed) {
  background-color: white !important;
  color: #be1a3b !important;
}

.accordion-button:focus,
.button:focus {
  border-color: #be1a3b !important;
}

.accordion {
  border-color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
  color: #be1a3b !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23be1a3b'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

#search-block-form .btn {
  color: #747373 !important;
  background-color: white !important;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #ced4da !important;
  border-left: #fff !important;
  height: 50px;
}

.input-group .form-control {
  border-right: none;
}



.form-control {
  height: 50px !important;
}

.input-group .input-group-append {
  margin: 0;
}

/* Change the border color on input focus */
.form-control:focus {
  border-color: none;
  /* Change to your desired color */
}

/* Add a custom box shadow on input focus */
.form-control:focus {
  box-shadow: 0 0 10px rgba(0, 9, 92, 0.2);
  /* Change to your desired shadow */
}

/* Remove focus outline on Bootstrap buttons */
#search-block-form .btn:focus,
#search-block-form .btn:active {
  outline: none !important;
  /* You can also add other styling to the button on focus if desired */
  /* For example, you can change the background color */
  /* background-color: #your-color; */
}

#edit-submit ::after {
  content: "\e003";
  color: red;
}

#edit-submit {
  /* display: none; */
}

/* Mobile menu  */

.dl-menuwrapper {
  /* width: 100%; */
  /* max-width: 300px; */
  /* float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%; */
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button {
  background: #dc0e0e;
  border: none;
  width: 48px;
  height: 45px;
  /* text-indent: -900em; */
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa;
}

.dl-menuwrapper button:after {
  content: "";
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back>a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: "icomoon";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper>.dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  0% {}

  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }

  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut2 {
  0% {}

  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut3 {
  0% {}

  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut4 {
  0% {}

  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut5 {
  0% {}

  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut1 {
  0% {}

  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }

  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  0% {}

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  0% {}

  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  0% {}

  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  0% {}

  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }

  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
  content: "";
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

.svgicon {
  color: white;
}

#toggleMenu {
  position: absolute;
  left: -30px;
  background-color: #c6183d;
  color: #fff;
  border-radius: 8px 0 0 8px;
  border: none;
  display: flex;
  padding: 10px 3px;
}



.action1,
.action2 {
  position: relative;
}

.overlay-text {
  position: absolute;
  background: #0000002e;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}




.action1 .red,
.action2 .red {
  display: none;
  transition: all .3s;
}


.action1 span,
.action2 span {
  transform: scale(1);
  transition: transform 0.3s ease-out;
}

.red {
  background: #c6183d;
  color: #fff;
  padding: 8px 40px;
  font-size: 18px;
}


.red a {
  color: white !important;
  text-decoration: none;
}

.container.prod {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  background-color: white;
  gap: 2rem;
}

.prod img {
  max-width: 100%;
}

.overlay-text span {
  font-size: 38px;
  color: #fff;
}

.action1:hover .red,
.action2:hover .red {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


.action1:hover span,
.action2:hover span {
  transform: scale(0);
  transition: transform 0.3s ease-out;
}


@keyframes slide-top {
  from {
    bottom: -12%;
  }

  to {
    bottom: 0;
  }
}



.nav-tabs .nav-link {
  border-radius: 0.25rem 0 0 0.25rem;
}



.nav-tabs {
  border-bottom: none;
}

.faq-tabs>.nav-link {
  border: none;
  border-left: 4px solid transparent;
  /* Fond gris pour les onglets inactifs */
  color: #000 !important;
  /* Couleur du texte pour les onglets inactifs */
  margin-right: 0 !important;
  padding: 1rem !important;

}

.faq-tabs>.nav-link:hover {
  border-left-color: #c6183d;
  /* Couleur de survol pour les onglets */
}

.faq-tabs>.nav-link.active {
  /* Fond blanc pour l'onglet actif */
  color: #c6183d !important;
  background-color: #e7e7e7 !important;
  /* Couleur du texte pour l'onglet actif */
  border-left: 4px solid #c6183d;
  /* Bordure rouge à gauche pour l'onglet actif */
  border-bottom: none;
  /* width: 100% !important; */
}

.tab-content>.tab-pane {
  /* border: 1px solid #2e2b2b; */
  border-left: none;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #000 !important;
}


.gray-bg {
  background: #e7e7e7;
  padding: 20px;
  border-radius: 10px;
  margin-right: 20px;
}


.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-list h5 {
  line-height: 1.7rem;
}

.faq-list-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}



#edit-televerser-le-cv-upload-button {
  display: none;
  visibility: hidden;
}



.card-container {
  display: block;
  position: relative;
  width: 280px;
  height: 350px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.card {
  height: 100%;
  width: 100%;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /* Full cover over the image */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  transition: opacity 0.3s ease;
  opacity: .5rem;
}


.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.card a {
  width: 100%;
  height: 100%;

}

.card-title {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  transition: transform 0.3s;
  transform: translateY(50%);
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  justify-content: flex-start;
  color: white;
  text-align: left;
  line-height: 1.4rem;

}

.card:hover {
  border: 3px solid #c6183d;
}



.card:hover .card-title {
  transform: translateY(-50%);
}

.card-description {
  position: absolute;
  bottom: 0px;
  /* Initially hidden below the card */
  opacity: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: white;
  transition: opacity 0.3s;
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 1rem;
}

.card:hover .card-description {
  opacity: 1;
}


.profile-card {
  /* width: 600px; */
  width: 600px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* margin: 20px; */
  /* background-color: white; */
  padding: 1rem;
  gap: 1rem;
}


.profile-image img {
  border-radius: 5px;
}

.profile-body {
  display: flex;
  flex-direction: row;
  width: 600px;
  justify-content: flex-start;
  align-items: flex-start;
}

.profile-header {
  /* padding: 20px; */
  color: #c6183d;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.profile-image {
  /* display: block; */
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.profile-body>a {
  height: 280px;
  width: 350px;
  border-radius: 1rem;
}

.profile-content {
  padding: 0rem 1rem;
}

.profile-content a {
  color: #666;
}

.profile-link-container a {
  text-decoration: none;
  color: #aaa;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  transition: color 30ms;
  text-align: left;

}

.js-form-managed-file>button {
  display: none;
}


.h3postuler {
  color: #c6183d;
}


.form-control[type=file] {
  height: 50px;
}

.mapcontainer {
  height: 400px;
  width: 100%;
  margin: 4rem 0rem;
}

.profile-link-container a:hover {
  color: #c6183d;
}





.header-section {
  background-image: url('../../../../sites/default/files/accueil.jpeg');
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  color: #000000;
  text-align: center;
  padding: 4rem;
  /* Adjust the padding as needed */
}



.profil-background {
  background-color: #ffffff98;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header-section h1 {
  margin: 0;
  font-size: 2.2em !important;
  color: #000 !important;
  /* Adjust the font size as needed */
}

.header-section p {
  font-size: 1em;
  /* Adjust the font size as needed */
}

.header-section .cta-button {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: red;
  /* Use your brand color */
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}



@media (max-width: 768px) {

  .paragraph {
    width: 100% !important;
    font-size: 1.6em;
  }

  .content_a_la_une_section_item_1 {
    display: flex;
    flex-direction: column;
  }

  .content_a_a_la_une_wrapper {
    display: flex;
    flex-direction: column;
  }


  .space-around {
    padding: 2rem 0rem;
  }
}


@media (max-width: 1000px) {


  .astuce-accueil {

    grid-template-columns: 1fr;


  }

  .faq-session-container {
    width: 100%;
  }

  #user-login-form {
    width: 100%;
    padding: 3rem 1rem;
  }
}





.promo_container>h2>*,
.promo_container>h2 {
  font-weight: 700 !important;
  color: #c6183d;

}


#edit-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

#edit-flexbox {
  width: 100% !important;
}



/* Consent cookies  */

.cookie-wrapper {
  position: fixed;
  bottom: 50px;
  left: -360px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: left 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.cookie-wrapper.show {
  left: 20px;
}

.cookie-wrapper .cookie-header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.cookie-header i {
  color: #c6183d;
  font-size: 32px;
}

.cookie-header h2 {
  color: #c6183d;
  font-weight: 500;
}

.cookie-wrapper .data {
  margin-top: 16px;
}

.cookie-wrapper .data p {
  color: #333;
  font-size: 16px;
}

.data p a {
  color: #c6183d;
  text-decoration: none;
}

.data p a:hover {
  text-decoration: underline;
}

.cookie-wrapper .cookie-buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.cookie-buttons .cookie-button {
  border: none;
  color: #fff;
  padding: 8px 0 !important;
  border-radius: 50px;
  background: #c6183d;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;

  /*  */
}

.cookie-buttons #acceptBtn:hover {
  background-color: #c6183d;
}

#declineBtn {
  border: 2px solid #c6183d;
  background-color: #fff;
  color: #c6183d;
}

#declineBtn:hover {
  background-color: #c6183d;
  color: #fff;
}



/* Chatbot  */


.chatbot-toggler {
  position: fixed;
  bottom: 80px;
  right: 20px;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c6183d;
  transition: all 0.2s ease;
  z-index: 10001;
}

body.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
}

.chatbot-toggler span {
  color: #fff;
  position: absolute;
}

.chatbot-toggler span:last-child,
body.show-chatbot .chatbot-toggler span:first-child {
  opacity: 0;
}

body.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
}

.chatbot {
  position: fixed;
  right: 60px;
  bottom: 90px;
  width: 420px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1),
    0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease;
  z-index: 10000;
}

body.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.chatbot>header {
  padding: 16px 0;
  position: relative;
  text-align: center;
  color: #fff !important;
  background: #c6183d;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.chatbot header span {
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}

.chatbot>header h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff !important;
}

.chatbot .chatbox {
  overflow-y: auto;
  height: 510px;
  padding: 30px 20px 100px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}

.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}

.chatbox .chat {
  display: flex;
  list-style: none;
}

.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}

.chatbox .incoming span {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: default;
  text-align: center;
  line-height: 32px;
  align-self: flex-end;
  background: #c6183d;
  border-radius: 4px;
  margin: 0 10px 7px 0;
}

.chatbox .chat p {
  white-space: pre-wrap;
  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: #c6183d;
}

.chatbox .incoming p {
  border-radius: 10px 10px 10px 0;
}

.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}

.chatbox .incoming p {
  color: #000;
  background: #f2f2f2;
}

.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
}

.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}

.chat-input span {
  align-self: flex-end;
  color: #c6183d;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}

.chat-input textarea:valid~span {
  visibility: visible;
}

@media (max-width: 490px) {
  .chatbot-toggler {
    right: 20px;
    bottom: 20px;
  }

  .chatbot {
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    width: 100%;
  }

  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }

  .chatbot .chat-input {
    padding: 5px 15px;
  }

  .chatbot header span {
    display: block;
  }
}


#promo-banner {
  width: 100%;
  /* Adjust as needed */
  background-color: #c6183d;
  /* padding: 10px; */
  color: white;
  overflow: hidden;
  position: relative;
  white-space: nowrap;

}

#promo-text {
  transition: opacity 0.5s;
  display: inline-block;
  line-height: 1.4;
  /* Adjust line height for readability */
  text-align: center;
  /* Center text */
  word-wrap: break-word;
  /* Ensure long words break */
  word-break: break-word;
  /* Force text to break if necessary */
  max-width: 100%;
  /* Make sure the text fits the container */
  padding: 10px;
}


.promo-banner {
  position: relative;
  width: 100%;
  background-color: #c6183d;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 0.5rem;
}

.promo-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;

}

.bell-icon {
  margin-right: 10px;
  font-size: 2em;
}

.promo-text {
  font-size: 1em;
  display: inline-block;
  white-space: nowrap;
  transition: opacity 0.5s ease;

}

.close-btn {
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  color: #ffffff;
  position: absolute;
  right: 10px;
  top: 17%;
  transform: translateY(-50%);
}


#secondbutton>a {
  text-decoration: none;

}



@media (min-width: 765px) {
  #secondbutton {
    display: none;
  }
}


@media (max-width: 765px) {
  #firstbutton {
    display: none;
  }

  .promo-banner {
    padding: 10px;
  }
}

.not-found-body {
  margin: 0;
  padding: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.error-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6rem 0rem;
  gap: 2rem;
}

.error-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;

}

.error-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.error-title {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  text-align: left;
}

.error-message {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
  text-align: left;
}



@media (max-width: 1024px) {
  .error-container {
    padding: 4rem 0rem;
    flex-direction: column;
  }

  .error-title {
    font-size: 1.5rem;
  }

  .error-message {
    font-size: 1rem;
  }

  .error-button {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }

  .error-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;

  }
}


.views-row {
  display: flex;
  align-items: center;
  justify-content: center;
}


/*
.profil-wrapper>div.profile-header.profile-body.profile-content.profile-link-container>div.profile-body.profile-content.profile-link-container {
display: grid;
grid-template-columns: 1fr 1fr;
}

#main>main>div:nth-child(2)>section>section>div>div>div:nth-child(1)>div.profile-body>div>div>div>div.profile-body>div>div {
   display: grid;
   grid-template-columns: 1fr 1fr;
 } */


#cc-main {
  /** Change font **/
  /* --cc-font-family: Roboto; */

  /** Change button primary color to black **/
  --cc-btn-primary-bg: #c6183d !important;
  --cc-btn-primary-border-color: #c6183d;
  --cc-btn-primary-hover-bg: #444444;
  --cc-btn-primary-hover-border-color: #444444;



  /** Also make toggles the same color as the button **/
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);

  /** Make the buttons a bit rounder **/
  --cc-btn-border-radius: 50px;
}


.view-grouping-content>div>div.view-grouping-content {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
}


.all-profile-image-container>a>img {
  border-radius: 16px;
}

/* Common styles */
.shared-styles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Apply to multiple elements */
.promo_container,
.formulaire-container,
.contact-item-container {
  @extend .shared-styles;
}
