body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
/* START: MENTION LEGAL PAGE */
.container_legal {
  display: flex;
  flex-direction: row;
  min-height: 120vh;
}

.left-section {
  flex: 1.5;
}

.top-right-section {
  /* background-color: #ccc; */
  display: flex;
  align-items: center; 
  padding: 2px;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  border: 1px solid #e0e0e0;
}

.top-left-section {
  /* background-color: #ccc; */
  padding: 2px;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}

.bottom-left-section, .bottom-right-section {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

.bottom-left-section {
  /* background-color: #ccc; */
  padding: 2px;
  height: auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}

.bottom-right-section {
  /* background-color: #ccc; */
  padding: 2px;
  height: auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}

.right-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: black;
}

.tab-labels {
  display: flex;
  gap: 2px;
  justify-content: center; 
  align-items: center; 
  /* background-color: #ccc; */
  height: 100%;
  width: 100%;
}

.tab-label {
  background-color: white;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding:10px;
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  display: flex; 
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
}

.tab-label.active {
  background-color: #f1f1f1;
}

.tab-title {
  display: none;
  padding: 1px;
}

.tab-title.active {
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f8f8f8;
  padding-left: 5%;
}

.tab-content {
  display: none;
  padding: 5px;
  background-color: #f8f8f8;
  padding-left: 6%;
  width: 100%;
  height: 100%;
  padding-right: 1%;
}

.tab-content.active {
  display: block;
}

.tab-section {
  display: none;
  padding: 1em;
  background-color: white;
  padding-left: 6%;
  width: 100%;
  height: 100%;
  padding-right: 1%;
}

.tab-section.active {
  display: block;
}
.page-content.page-cms{
  padding: 0px !important;
  background-color: #f8f8f8;
}

a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-weight: lighter;
}

a:hover {
  text-decoration: underline;
}

.scroll-margin {
  scroll-margin-top: 70px; 
}
/* END: MENTION LEGAL PAGE */
/* START: NOTRE EXPERTISE PAGE */
.container-expertise {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.expertise-header {
  font-size: 1.5em; /* Increase this value to make it larger */
  font-weight: lighter;
  padding-left: 2%;
  margin: 0.5em 0;
  text-transform: uppercase;
  padding-top: 1em;
  padding-bottom: 1em;
}

.expertise-section {
  width: 100%;
}

.expertise-title {
  text-align: left;
  margin: 20px 0;
}

.expertise-banner-image {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.expertise-content {
    padding-left: 5%; /* Adjust padding for left/right spacing */
    padding-right: 50%; /* Adjust padding for left/right spacing */
    padding-bottom: 10em;
    padding-top: 35px;
}

.expertise-bottom {
  padding-left: 50%; /* Adjust padding for left/right spacing */
  padding-right: 5%; /* Adjust padding for left/right spacing */
  padding-bottom: 10em;
  padding-top: 3em;
}

.expertise-content h2 {
  font-weight: lighter;
  text-transform: uppercase;
  padding-bottom: 2em;
  padding-top: 2em;
  font-size: 1.2rem;
}

.expertise-content p {
    font-size: 0.8rem; /* Reduced font size for paragraphs */
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: black;
    padding-top: 2em;
    /* unicode-bidi: isolate; */
}

@media (max-width: 768px) {
    .expertise-content {
        padding: 20px;
    }
}
/* END: NOTRE EXPERTISE PAGE */
/* START: SAVOIR FAIRE PAGE */
.container-savoirfaire {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.savoirfaire-header {
  font-size: 1.8em; /* Increase this value to make it larger */
  font-weight: lighter;
  padding-left: 2%;
  margin: 1em 0;
  text-transform: uppercase;
}

.savoirfaire-section {
  width: 100%;
}

.savoirfaire-title {
  text-align: left;
  margin: 20px 0;
}

.savoirfaire-banner-image-top {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.savoirfaire-banner-image-midle {
  width: 40%;
}
.savoirfaire-row-midle {
  display: flex;
  margin: 10em 0;
}
.savoirfaire-row-bottom {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  margin: 20px 0;
}
.savoirfaire-banner-image-bottom {
  width: 40%;
  margin-left: 0%;
}

.savoirfaire-content {
  padding-left:  5%; /* Adjust padding for left/right spacing */
  padding-right:  5%; /* Adjust padding for left/right spacing */
  padding-bottom: 10em;
  padding-top: 5em;
  background-color: #f8f8f8;
}

.savoirfaire-midle {
  padding-left:  2%; 
  padding-right:  5%; 
  padding-bottom: 0%;
  padding-top: 0%; 
  background-color: #f8f8f8;
  width: 60%;
}

.savoirfaire-bottom {
  padding-left:  5%; 
  padding-right:  5%; 
  padding-bottom: 0%;
  padding-top: 0%; 
  background-color: #f8f8f8;
  text-align: right;
  width: 60%;
}

.savoirfaire-subtitle {
  margin-bottom: 30px;
}

.savoirfaire-content h2 {
  font-size: 1.1rem; /* Reduced heading size */
  text-transform: uppercase;
  font-weight: lighter;
}

.savoirfaire-content p {
    font-size: 0.8rem; /* Reduced font size for paragraphs */
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: black;
    padding-right: 40%;
    line-height: 2em;
}

.savoirfaire-bottom p {
  font-size: 0.8rem; /* Reduced font size for paragraphs */
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: black;
  padding-left: 60%;
  line-height: 2em;
  padding-right: 0;
}

@media (max-width: 768px) {
    .savoirfaire-content {
        padding: 20px;
    }
}
/* END: SAVOIR FAIRE PAGE */

/* START: SERVICE PAGE */
.container-service {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.service-subtitle {
  margin-bottom: 30px;
}

.service-header {
  font-size: 1.8em; /* Increase this value to make it larger */
  font-weight: lighter;
  padding-left: 2%;
  margin: 1em 0;
  text-transform: uppercase;
}


/* top section */
.service-row-top {
  display: flex;
  flex-direction: row;
  margin: 6em 0;
}
.service-banner-image-top {
  width: 60%;
  margin-left: 2%; 
  margin-right: 5%; 
  object-fit: cover;
}
.service-top {
  padding-left:  5%; 
  padding-right:  2%; 
  padding-bottom: 2%;
  padding-top: 0%; 
  background-color: #f8f8f8;
  width: 40%;
}
/* midle section */
.service-banner-image-midle {
  width: 60%;
  margin-left: 5%; 
  object-fit: cover;
}
.service-row-midle {
  display: flex;
  margin: 60px 0;
  width: 100%;
  padding: 4em 0;
}
.service-midle {
  padding-left:  2%; 
  padding-right:  5%; 
  padding-bottom: 0%;
  padding-top: 0%; 
  background-color: #f8f8f8;
  width: 40%;
}
/* bottom section */
.service-row-bottom {
  display: flex;
  flex-direction: row;
  margin: 20px 0;
padding-bottom: 4em;
}
.service-banner-image-bottom {
  width: 60%;
  margin-left: 0%; 
  margin-right: 5%; 
  object-fit: cover;
}
.service-bottom {
  padding-left:  5%; 
  padding-right:  2%; 
  padding-bottom: 0%;
  padding-top: 0%; 
  background-color: #f8f8f8;
  width: 40%;
}

.service-content h2 {
  font-size: 1.1rem; /* Reduced heading size */
  text-transform: uppercase;
  font-weight: lighter;
}

.service-content p {
  font-size: 0.8rem; /* Reduced font size for paragraphs */
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: black;
}
/* END: SERVICE PAGE */

/* START: CONTACT PAGE */
.container-contact {
  /* display: flex; */
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2%;
  padding-top: 20px;
}
.contact-block {
  display: flex;
}

.contact-left {
  flex: 1;
}

.contact-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-header {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: lighter;
  text-transform: uppercase;
}

.contact-subheader {
  font-size: 1.5em;
  margin: 1em 0;
  font-weight: lighter;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}

.social-icons i {
  font-size: 1.0em;
}

.contact-section {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.contact-details {
  display: inline-block;
}

.contact-details p {
  font-size: 1.2em;
  margin: 5px 0;
  color: black;
}

.contact-image {
  max-width: 90%;
  height: auto;
  margin-right: 10%;
  margin-bottom: 5%;
}

.container-contact hr {
  width: 75%;
  display: inline-block;
}

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

  .contact-left, .contact-right {
      flex: none;
      width: 100%;
  }

  .contact-image {
      width: 100%;
      height: auto;
  }
}

/* END: CONTACT PAGE */
/* START: FAQ PAGE */

.faq-header {
  font-size: 1.8em;
  padding-left: 2%;
  text-align: left;
  margin-bottom: 1em;
  padding-top: 1em;
  font-weight: lighter;
  text-transform: uppercase;
}

.faq-content {
  gap:100px;

  /* padding: 50px; */
  width: 100%;
  display: flex;
  background-color: #f1f1f1;
  /* justify-content: center; */
}

.faq-content-subtitle {
  display: block;
  padding-left: 2%;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.1);
}

.faq-hr {
  border-top-width: 0px;
}

.faq-section {
  width: 58%;
}

.faq-categories {
  width: 32%;
  padding: 20px;
  justify-content: left;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: white;
  border: 1px solid rgba(0,0,0,.1);
}

.faq-category {
  padding: 20px;
  flex:1;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: white;
  border: 1px solid rgba(0,0,0,.1);
}

.faq-category h3 {
  font-size: 1.3em;
  margin-bottom: 0.8em;
  font-weight: lighter;
  text-transform: uppercase;
}

.faq-item {
  margin-bottom: 10px;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}

.faq-display-left-item {
  display: flex;
}

.faq-question {
  cursor: pointer;
  padding: 10px;
  flex: 2;
  border-radius: 4px;
}

.faq-answer {
  display: none;
  padding: 10px;
  font-size: 0.8em;
}

.faq-categories h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: lighter;
}

.faq-right-item {
  display: flex;
  flex-wrap: wrap;
}

.faq-right-item div {
  width: 33%;
  padding: 1em;
}
.faq-right-item-d i {
  font-size: 2em;
  /* justify-contentext-align: center;t: left; */
  /* flex: 1 1 160px; */
}

.faq-right-item-d {
  font-size: 1em;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  /* margin: 5px; */
  /* justify-contentext-align: center;t: left; */
  /* flex: 1 1 160px; */
}


/* Media Queries */
@media (max-width: 768px) {
  .faq-content {
    flex-direction: column;
  }

  .faq-section, .faq-categories {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* END: FAQ PAGE */
