body {
  margin: 0;
  padding: 0;
}

.footer-menu a {
  color: #000 !important;
  text-decoration: none !important;
}

.flex-container {
  max-width: 1180px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  overflow: visible;
  margin: auto;
}

.light-orange-bg {
  background-color: #fbf9f7;
}

.light-blue-bg {
  background-color: #ddedfd;
}

.light-green-bg {
  background: #d8e8ea;
}

.orange-btn {
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--orange, #e3723c);
  border-style: none;
  color: #fff;
  font-family: "NeueHaasDisplayBold", sans-serif;
  letter-spacing: 0.8px;
  font-size: 16px;
  height: fit-content;
  transition: transform 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
}

.orange-btn:hover {
  background-color: #ef8d5e;
  transform: translateY(-5px);
  color: #fff;
}

@media screen and (min-width: 1800px) {
  .videos-section-container {
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    overflow: visible;
    margin: auto;
  }
}

@media screen and (max-width: 576px) {
  .orange-btn {
    border-radius: 4px;
    border: 1.5px solid var(--orange, #e3723c);
    background: var(--beige, #fbf9f7);
    color: var(--orange, #e3723c);
    font-size: 12px;
    font-weight: 700;
    padding: 10px 12px;
  }
}

h1 {
  font-family: "RozhaOne", sans-serif;
  color: var(--m-3-black, #000);
  font-size: 57px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.25px;
}

h2 {
  font-family: "RozhaOne", sans-serif;
  color: var(--m-3-black, #000);
  font-size: 32px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -0.25px;
}

h3 {
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  /* line-height: 24px; */
  letter-spacing: 0.15px;
  margin-bottom: 0;
}

p {
  font-family: "NeueHaasDisplayLight", sans-serif;
  color: var(--m-3-black, #000);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1px;
}

small {
  font-family: "NeueHaasDisplayLight";
  color: var(--m-3-black, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}

.small-text {
  font-family: "NeueHaasDisplayLight", sans-serif;
  color: var(--m-3-black, #000);
  font-size: 14px;
  font-weight: 700;
  /* line-height: 32px; */
}

.nano-text {
  color: #808080;
  font-family: "NeueHaasDisplayLight", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 24px; */
  letter-spacing: 0.8px;
}

.blue-link {
  color: #5b51e3;
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  display: flex;
}

.blue-link .link-text {
  display: inline-block;
  transition: transform 0.3s ease;
}

.blue-link:hover .link-text {
  transform: translateX(-10px);
}

.blue-link .link-arrow {
  margin-left: -12px !important;
}

.link-container .blue-link {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
}

.bordred-btn {
  border-radius: 4px;
  border: 1.5px solid var(--orange, #e3723c);
  background: var(--beige, #fbf9f7);
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--orange, #e3723c);
  padding: 10px 24px;
  width: fit-content;
  transition: transform 0.3s ease;
  text-decoration: none;
}

.bordred-btn:hover {
  background: var(--orange-clair, #fbece6);
  transform: translateY(-5px);
  color: #e3723c;
}

.orange-bordred-btn {
  width: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 1.5px solid #e3723c;
  background: var(--beige, #fbf9f7);
  padding: 10px 24px;
  color: #e3723c;
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.orange-bordred-btn:hover {
  background-color: #e3723c;
  color: #fff;
}

.orange-bordred-btn:hover rect {
  fill: #ffffff;
}

.blue-bordred-btn {
  width: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 1.5px solid #5b51e3;
  background: var(--beige, #fbf9f7);
  padding: 10px 24px;
  color: #5b51e3;
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.blue-bordred-btn:hover {
  background-color: #5b51e3;
  color: #fff;
}

.blue-bordred-btn:hover rect {
  fill: #ffffff;
}

.green-bordred-btn {
  width: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 1.5px solid #0a6a58;
  background: var(--beige, #fbf9f7);
  padding: 10px 24px;
  color: #0a6a58;
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.green-bordred-btn:hover {
  background-color: #0a6a58;
  color: #fff;
}

.green-bordred-btn:hover rect {
  fill: #ffffff;
}

.black-bordred-btn {
  width: 200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  border: 1.5px solid #000000;
  background: var(--beige, #fbf9f7);
  padding: 10px 24px;
  color: #000000;
  font-family: "NeueHaasDisplayBold", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.black-bordred-btn:hover {
  background-color: #000000;
  color: #fff;
}

.black-bordred-btn:hover rect {
  fill: #ffffff;
}

.testimony-card .card-body {
  min-height: 218px;
  padding: 0px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimony-card .card-body img {
  min-height: 218px;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px 10px 0px 0px;
}

.team-section .underlined {
  position: relative;
  display: inline-block;
  width: fit-content;
}

.underlined.blue::after {
  background-color: #5b51e3;
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 14px;
  border-radius: 10px;
}

.d-flex-desktop {
  display: flex;
}

.slide-fit-content {
  width: fit-content !important;
}

.mentions-legales-content {
  text-align: justify;
  display: flex;
  flex-direction: column;
  margin-top: 100px
}

.mentions-legales-content p {
  font-size: 16px;

}

.mentions-legales-content ul {
  font-family: "NeueHaasDisplayLight", sans-serif;
  font-size: 16px;
  font-family: "NeueHaasDisplayLight", sans-serif;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .third-title {
    margin-left: 80px;
  }

  .second-title {
    margin-left: 50px;

  }

  .videos-section-container {
    display: flex;
  }
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  h2 {
    font-weight: 400;
    line-height: 40px;
  }

  .underlined.blue::after {
    bottom: 3px;
  }

  .small-text {
    line-height: 24px;
  }

  .flex-container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimony-card {
    width: auto;
  }

  .d-flex-desktop {
    flex-direction: column;
  }

  .background-image {
    width: 100% !important;
  }
}

.background-image {
  position: relative;
  top: 0;
  width: 75%;
  object-fit: cover;
  transform: translateX(-50%);
  left: 50%;
}

.section-img {
  position: relative;
  padding-top: 20px;
}

a.title-link {
  text-decoration: none !important;
  color: inherit;
}
/* testimonial video */
body {
  font-family: 'Raleway', sans-serif;
  background-color: #f4f4f4;
}
.testimonial-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.video-cover {
  position: relative;
  cursor: pointer;
}
.video-cover img {
  width: 100%;
  display: block;
  border-bottom: 5px solid var(--orange, #e3723c);
  max-height: 360px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.video-cover:hover .overlay {
  opacity: 1;
}
.overlay h4 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.testimonial-body {
  padding: 20px;
  text-align: center;
}
.testimonial-body p {
  font-size: 0.95rem;
  color: #666;
  height: 5.9em;
  overflow: auto;
}
.btn-play {
  background-color: #fff;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  color: #007bff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}
.btn-play:hover {
  background-color: #007bff;
  color: #fff;
}
/* end testimonial video */

/* cookies */
#cookie-consent-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px; 
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  border-radius: 10px; 
  max-height: 90vh;
  overflow-y: auto;
}

.modal-content h2,
.modal-content h3 {
  text-align: center;
  margin-bottom: 20px;
}

.modal-content p {
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  font-weight: normal;
}

.modal-content label {
  display: block;
  margin: 10px 0;
}

.modal-content a {
  color: #007bff;
  text-decoration: none;
}

.modal-content a:hover {
  text-decoration: underline;
}

#save-cookie-settings {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #e3723c; /* Couleur orange */
}

/* Styles pour le modal */
.modal-content {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cookie-service details {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}

.cookie-service summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookie-service summary::after {
  content: '+';
  font-size: 18px;
  margin-left: 10px;
  color: var(--orange, #e3723c);
}

.cookie-service details[open] summary::after {
  content: '-';
  font-size: 18px;
  margin-left: 10px;
  color: var(--orange, #e3723c);
}

.cookie-service label {
  display: flex;
  align-items: center;
  margin: 0;
}

.cookie-service input[type="checkbox"] {
  margin: 5px;
  width: 18px;
  height: 18px;
}

.cookie-service p {
  margin: 5px 0 0 20px;
  color: #666;
  font-size: 14px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.icon-cookies {
  font-size: 18px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  #cookie-consent-modal {
    width: 95%; 
    padding: 15px;
  }

  .modal-content h2,
  .modal-content h3 {
    font-size: 18px;
  }

  .modal-content p {
    font-size: 13px;
  }

  #save-cookie-settings {
    padding: 8px 16px;
  }
}
@media (max-width: 480px) {
  #cookie-consent-modal {
    width: 95%; 
    height: 90vh; 
    top: 5%; 
    transform: translate(-50%, 0); 
    overflow-y: auto;
  }
  .modal-content p {
    font-size: 12px;
  }
}
/* End cookies */
