
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #e3e8ec;
}
ol, ul {
  padding-left: 0 !important;
}

html,
body {
  overscroll-behavior-y: none;
}

/* Banner Section */
.banner {
  position: relative;
  width: 100%;
  height: 922px;
  background: url("assets/banner-bg.png") center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.logo {
  position: absolute;
  top: 81px;
  left: 0;
  width: 305px;
  height: 183px;
}

.logo img {
  width: 100%;
  height: auto;
}
.contez-nous{
  text-align: center;
  margin-bottom: 26px;
}

.banner-content {
  position: absolute;
  top: 56px;
  left: 0;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
}

.banner-content h1 {
  color: #fff;
  font-family: 'PT Sans';
  font-size: 45.193px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 49.712px */
  letter-spacing: 0.904px;
  text-transform: uppercase;
}

.banner-content .banner-border {
  width: 70px;
  height: 2px;
  background-color: #fff;
  margin: 20px 0 0 0;
}

.banner-content p {
  color: #fff;
  font-family: 'PT Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 250% */
  text-transform: uppercase;
}

.mailto{
  background: url('/themes/aura/assets/images/email.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding: 25px;
 }
 
 .phone{
   background: url('/themes/aura/assets/images/phone.png');
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 20px;
   padding: 25px;
  }

/* Features Slider Section ---------------------------------------------------------------------------------------------------*/
.features-container {
  position: relative;
  margin-top: -350px;
  padding: 10px 50px;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}

.features-slider {
  max-width: 1300px;
  width: 100%;
}

.slick-track {
  max-width: 1300 !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0 0 20px 0 !important;
  gap: 20px !important;
}

.feature-card {
  max-width: 400px;
  height: 430px !important;
  width: 100%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
}

.card-image {
  width: 100%;
  height: 215px;
  overflow: hidden;
  border-radius: 10px;
}

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

.feature-card h3 {
  color: #4688a0;
  text-align: center;
  font-family: "PT Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 18px 0 10px 0;
}

.feature-card p {
  color: #475467;
  text-align: center;
  font-family: "PT Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Slick Slider Customization --------------------------------------------------------------------------------------------*/
.slick-dots {
  margin-top: 20px;
  bottom: -40px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 40px !important;
}

.slick-dots li button:before {
  font-size: 14px !important;
  color: gray !important;
}

.slick-dots li.slick-active button:before {
  color: #4688a0 !important;
  font-size: 14px !important;
}

.slick-next:before,
.slick-prev:before {
  display: none !important;
}

@media (max-width: 1150px) {
  .banner-content {
    top: 35%;
    right: 50%;
    width: 100%;
    transform: translate(50%, 0);
    align-items: center;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .mailto{
    display: block;
  }
  .contez-nous {
    /* text-align: center; */
    margin-bottom: 26px;
    text-align: left;
    margin-left: 35px;
}
  .banner {
    height: 632px;
  }

  .banner-content {
    top: 50%;
    padding: 0 20px;
    left: inherit;
  }

  .banner-content h1 {
    font-size: 36px;
  }

  .banner-content .banner-border {
    margin: 20px 0;
  }

  .banner-content p {
    line-height: 16px;
  }

  .features-container {
    margin-top: -50px;
    padding: 10px 20px;
  }
}

@media (max-width: 425px) {
  .banner-content h1 {
    color: #fff;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 130% !important;
    letter-spacing: 0.48px;
  }

  .banner-content p {
    color: #fff;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
}

/* contact section --------------------------------------------------------------------------------------------- */

.contact-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact {
  position: relative;
  padding: 4rem 2rem;
  background: #143b4a;
  color: white;
  text-align: center;
  margin: 10px 0 40px 0;
  max-width: 1250px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-background {
  position: absolute;
  top: 95px;
  right: 0;
  width: 48%;
  height: 172px;
  background: url("/themes/aura/assets/images/contact-background-text2.svg"); 
  z-index: 0;
  background-repeat: no-repeat;
}

.contact h2 {
  color: #fff;
  text-align: center;
  font-family: "PT Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 192.308% */
  text-transform: uppercase;
}

.contact p {
  max-width: 483px;
  color: #fff;
  text-align: center;
  font-family: "PT Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-form {
  max-width: 460px;
  width: 100%;
  margin: 2rem auto;
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.form-group {
  margin-bottom: 1rem;
  text-align: left;
}

.form-group label {
  color: #0a2f45;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "PT Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.form-group input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 6px;
}

.radio-group {
  display: flex;
  gap: 3rem;
  margin-bottom: 1rem;
  color: black;
}

.radio-group-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
 
/* custom-radio-btn --------------------------------------------------------------------------------------------------------*/
.custom-radio-btn {
  --size: 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 10px;
  position: relative;
  padding-left: calc(var(--size) + 10px);
}

.custom-radio-btn input {
  display: none;
}

.custom-radio-btn .label {
  color: #0A2F45;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "PT Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  word-break: break-word;
}

.custom-radio-btn[aria-label]::after {
  content: attr(aria-label);
  display: inline-block;
}

.custom-radio-btn .checkmark {
  --gap: 3px;
  --border: 2px;
  --check-color: #356E90;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: inline-block;
  transition: opacity 0.3s ease;
  border: var(--border) solid #444;
  padding: var(--gap);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.custom-radio-btn input:checked ~ .checkmark {
  background-origin: content-box;
  background-repeat: no-repeat;
  background-image: radial-gradient(
    circle at center, 
    var(--check-color)
      calc((var(--size) - (var(--border) * 2) - (var(--gap) * 2)) / 2),
    rgba(255, 255, 255, 0) 0);
}

/*---------------------------------------------------------------------------------------------------------------- */


.radio-group h3 {
    color: #0A2F45;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin: 6px 0;
}

button {
  background: #4688a0;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;

  text-align: center;
  font-family: "PT Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

/* for phone number input -----------------------------------------------------------------------------------------------  */
.iti {
    width: 100%;
}

.iti__flag-container {
    border-right: 1px solid #ddd;
}

.iti__selected-flag {
    padding: 0 12px 0 8px;
}

.iti input {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

.form-group label {
    color: #0A2F45;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    display: block;
    margin-bottom: 6px;
}

.required {
    color: #d32f2f;
    margin-left: 2px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #0A2F45;
}

.iti__country {
    color: black;
}


/* Footer ----------------------------------------------------------------------------------------------------------*/

footer {
  max-width: 1250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

.footer-container {
  width: 100%;
  background: #0a2f45;
  color: white;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 10px 10px;
  margin-top: 0 !important;
}

.footer-container a {
  color: #fff;
  text-align: center;
  font-family: "PT Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  
}

@media (max-width: 768px) {
  .contact {
    border-radius: 0;
    margin: 10px 0 0 0;
  }

  button {
    font-size: 14px;
  }

  .radio-group {
    gap: 2rem;
  }

  footer {
    margin-bottom: 0 !important;
  }

  .footer-container {
    border-radius: 0;
    margin-bottom: 0 !important;
  }

  .custom-radio-btn {
    margin: 5px 0;
    padding-left: calc(var(--size) + 5px);
  }

  .custom-radio-btn .label {
    font-size: 13px;
  }
}

@media (max-width: 425px) {
    .radio-group {
        flex-direction: column;
        gap: 10px;
    }

    .radio-group  h3 {
        text-align: start;
    }
}


/* map section ------------------------------------------------------------------------------------------------------------- */

.location-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#block-aura-maps{
  display: flex;
  justify-content: center;
  align-items: center;
}


.location-section-container {
  max-width: 1250px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  background: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  /*min-height: 660px;*/
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-title {
  color: #0a2f45;
  text-align: center;
  font-family: "PT Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 192.308% */
  text-transform: uppercase;
}

.section-description {
  color: #0a2f45;
  text-align: center;
  font-family: "PT Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 300px;
  min-height: 63px;
}

.map-container {
  width: 100%;
  /*height: 350px;*/
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#map {
  width: 100%;
 /* height: 100%;*/
}

.map-container iframe , .map-container img{
  width: 100%;
  /*height: 100%;*/
  border: 0;
}

.button-container {
  text-align: center;
}

.map-button , .map-button:hover {
  display: inline-block;
  background-color: #4d8bb3;
  color: white;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.map-button:hover {
  background-color: #3a6b8a;
}

/* Custom Marker Styling */
.map-marker {
  color: #4d8bb3;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .location-section-container {
    padding: 30px 20px;
  }

  .section-title {
    font-size: 20px;
  }

  .section-description {
    font-size: 14px;
  }

  /*.map-container {
    height: 400px;
  }*/

  .map-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
 /* .map-container {
   /* height: 500px;
  }*/
}

/* Mentions Légales Section --------------------------------------------------------------------------------------------*/

.mentions-legales-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
}

.mentions-legales-section .container {
  margin-top: -550px;
  z-index: 10;
  max-width: 1250px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  background: #fff;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  min-height: 660px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 70px;
}

.mentions-legales-section .section-title {
  color: #4688a0;
  text-align: center;
  font-family: "PT Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 115.385% */
  text-transform: uppercase;
}

/* Content Styling */
.mentions-content {
  background-color: #fff;
}

.mentions-item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mentions-item h3 {
  color: #475467;
  text-align: center;
  font-family: "PT Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}

/* WYSIWYG Content Styling */
.mentions-content-wrapper {
  line-height: 25px;
}

.mentions-content-wrapper p {
  color: var(--Gray-600, #475467);
  font-family: "PT Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  list-style: none;
}

ul {
  list-style-type: none;
}

@media (max-width: 1400px) {
  .banner-content2 h1 {
    font-size: 2rem;
  }
}

@media (max-width: 1150px) {
  .mentions-legales-section .container {
    margin-top: -350px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mentions-legales-section .container {
    padding: 40px 0;
    margin-top: -100px;
    border-radius: 10px;
  }

  .mentions-toc ul {
    columns: 1;
  }

  .mentions-item {
    padding: 20px;
  }

  .mentions-legales-section .section-title {
    font-size: 24px;
  }

  .mentions-item h3 {
    font-size: 18px;
  }

  .banner-content2 h1 {
    color: #fff;
    text-align: center;
    font-family: "PT Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .mentions-footer {
    margin: 40px 0 0 0;
  }
}
.oblg{
  color: gray !important;
  text-align: left !important;
  font-size: 12px !important;
  margin-top: 5px;
}


.form-check-input:checked {
  background-color: #4688a0;
  border-color: #4688a0;
}
.form-check-input {
  border: 2px solid #4688a0;
}

input:not([type=checkbox]) {
  height: 40px;
}
.form-check .form-check-label {
  font-size: 0.75rem;
  color: #000000;
  text-align: left;
}
.form-check-label a{
  color: #000000;
}

.msg-succes{


  display: none;
  color: green;
  font-size: 18px;
  text-align: center;
}


.dialog-off-canvas-main-canvas , .font-inter{
overflow-x: hidden;

}