:root {
  --before-label: 'Choisir un fichier';
}

#formulaire-intervention {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55vw;
}

.adresse-resultats {
  position: absolute;
  background: white;
  width: -webkit-fill-available;
  width: -moz-fill-available;
}

.message-erreur {
  color: red;
  font-size: 0.8rem;
  margin: 1rem;
  padding: 1rem;
}

.message-validation {
  color: green;
  font-size: 0.8rem;
  margin: 1rem;
  padding: 1rem;
}

.adresse-resultats p {
  margin: 0rem;
}

.adresse-resultats .adresse-item {
  padding: 0.3rem;
  cursor: pointer;
}

.adresse-resultats .adresse-item:nth-child(odd) {
  background: #0323880d;
}

.error {
  border: 2px solid red !important;
}

.faq-container {
  width: 600px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  font-weight: bold;
}

.faq-item:hover {
  background: #f0f0f0;
}

.active {
  background: #0323880d;
}

.faq-answer {
  margin: 0;
  width: auto;
  line-height: 1.5rem;
  padding: 0 1.4rem 0.4rem 1.4rem;
  border-radius: 5px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.6s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  display: block;
}

.section-questions {
  display: flex;
  justify-content: center;
  padding: 2rem;
  width: -webkit-fill-available;
  width: -moz-available;
}

.carousel-container-pdn {
  position: relative;
  max-width: 80vw;
  overflow: hidden;
}

.carouse-pdn {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}

.carousel-pdn img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.carousel-btn-pdn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.prev-pdn {
  left: -30px;
}

.next-pdn {
  right: -30px;
}

.title-pdn {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.container-carousel-pdn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.container-blog {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  text-align: center;
}

.blog-title-blog {
  font-size: 28px;
  font-weight: bold;
}

.blog-description-blog {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  font-weight: bold;
}

.blog-grid-blog {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.blog-card-blog {
  width: 30%;
  background: #f9f9f9;
  padding: 15px;
  text-align: left;
}

.blog-image-blog-serrurerie {
  background-image: url('https://savemydata.fr/uploads/lock-1652635_1920.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
}

.blog-image-blog-plomberie {
  background-image: url('https://www.artplumbingandac.com/wp-content/uploads/2016/04/plumbing-services.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
}

.blog-image-blog-electricite {
  background-image: url('https://laliste.net/wp-content/uploads/2020/12/SARINYAPINNGAM.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 150px;
}

.blog-title-card-blog {
  font-weight: bold;
}

.blog-link-blog {
  color: #032388;
  font-weight: bold;
  text-decoration: none;
}

.blog-link-blog:hover {
  text-decoration: underline;
}

.entreprise-banner,
.section-devenez-membre {
  position: relative;
  background: linear-gradient(90deg, rgba(0, 65, 196, 0.8) 0%, #032388 100%);
  height: 351px;
  overflow: hidden;
}

.entreprise-banner::before,
.section-devenez-membre::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.8;
}

.entreprise-banner::before {
  background-image: url('/assets/img/bgAssistance.webp');
}

.section-devenez-membre::before {
  background-image: url('/assets/img/artisan-dp.webp');
}

.banner-content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.banner-text {
  max-width: 500px;
  color: white;
  text-align: left;
  margin-right: 2rem;
}

.banner-text h2 {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.banner-text h3 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}

.btn-savoir-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #032388;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin: 1rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  min-width: 140px;
}

.btn-savoir-plus:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.section-engagement .div-block-1 {
  justify-content: center;
  gap: 1rem;
  align-items: center;
  width: 80vw;
  margin: 2rem auto;
}

.speakable ul {
  list-style: none;
}

.speakable li {
  position: relative;
  line-height: 1.6;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.speakable .li-1::before,
.speakable .li-2::before,
.speakable .li-3::before {
  content: '';
  position: absolute;
  top: 31%;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  margin-left: -2rem;
}

.speakable .li-1::before {
  background-image: url('../../img/svg/valid-icon.svg');
}

.speakable .li-2::before {
  background-image: url('../../img/svg/clock-icon.svg');
}

.speakable .li-3::before {
  background-image: url('../../img/svg/team-icon.svg');
}

.section-methodes {
  padding: 2rem 0;
  background-color: #0323880f;
}

.methodes-container h2 {
  color: #1a1a1a;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.75rem;
}

.description-principale {
  color: #032388;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.description-secondaire {
  color: #515151;
  font-size: 1.1rem;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.methodes-container h3 {
  color: #032388;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.section-methodes .methodes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 70%;
  margin: auto;
  gap: 3rem;
}

.methode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-methodes .methode-icon {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.methode-icon img {
  width: 80%;
  height: 80%;
}

.methode-item h4 {
  color: #032388;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.methode-item p {
  color: #666;
  font-size: 1rem;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 1rem;
  width: 75%;
  margin: auto;
}

.process-steps .step {
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: center;
}

.step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 25px;
  left: calc(50% + 25px);
  width: calc(100% - 50px);
  border-top: 2px dotted #032388;
  z-index: 1;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #032388;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.step h4 {
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.step p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.4;
}

.btn-primary {
  display: inline-block;
  background: #032388;
  color: white;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin: 2rem 0 4rem;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background: #003291;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 80%;
  margin: auto;
  margin-top: 2rem;
}

.service-card {
  background: #fff;
  border-radius: 24px;
  padding: 3.5rem;
  text-align: left;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
}

.service-card.particuliers {
  background: #fff;
}

.service-card.entreprises {
  background: #e3e7f4;
}

.header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.header-title h3 {
  font-size: 2.5rem;
  color: #032388;
  margin: 0;
  font-weight: 700;
}

.plus {
  width: 48px;
  height: 48px;
  border: 2px solid #032388;
  border-radius: 50%;
  color: #032388;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.card-header-methode h4 {
  color: #032388;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: #032388;
  line-height: 1.4;
  font-weight: 500;
}

.service-card ul li:last-child {
  margin-bottom: 0;
}

.service-card ul li::before {
  content: '•' !important;
  color: #032388 !important;
  position: absolute !important;
  left: 0 !important;
  font-weight: bold !important;
  display: block !important;
  width: auto !important;
  margin-left: 0 !important;
  font-size: 1.5rem !important;
  line-height: 1.4 !important;
  top: -6px !important;
}

.section-assistance {
  background-color: #0323880f;
}

.assistance-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.assistance-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 1rem;
}

.assistance-header h2 {
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.assistance-header p {
  font-size: 1rem;
  color: #515151;
  max-width: 800px;
  margin: 0 auto;
}

.assistance-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

#section-assistance {
  padding: 2rem 0;
}

.assistance-card {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.assistance-card:hover {
  transform: translateY(-5px);
}

.card-icon {
  width: 64px;
  height: 64px;
  background: #0a3574;
  border-radius: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.assistance-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.card-description {
  color: #515151;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.card-features {
  list-style: none !important;
  padding: 0;
  margin: 0 0 2rem;
  text-align: left;
  width: 100%;
}

.card-features li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  color: #515151;
  font-size: 0.95rem;
}

.card-features li::before {
  content: '•';
  position: absolute;
  left: 0;
  font-family: initial;
}

.btn-assistance:hover {
  background: #2e50c0;
}

.h2-grande-ville {
  color: #032388;
  font-size: 24px;
}

.container-grande-ville {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 20px;
}

.category-grande-ville h3 {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
}

.ul-grande-ville {
  list-style: none;
  text-align: left;
  padding: 0;
}

.ul-grande-ville li {
  color: #7f8c8d;
  margin: 1rem 0;
}

.ul-grande-ville li::before {
  content: '•';
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.ul-grande-ville a {
  text-decoration: none;
  color: black;
}

.ul-grande-ville a:hover {
  text-decoration: none;
  color: #2c3e50;
}

.section-grande-ville {
  font-family: Arial, sans-serif;
  background-color: #f5f7fa;
  text-align: center;
  margin: 0;
  padding: 40px;
}

.pre-titre div {
  font-size: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  color: #032388;
}

.trouver-artisan-container {
  display: flex;
  gap: 1.5rem;
}

.trouver-artisan-container .trouver-artisan-info,
.trouver-artisan-container .trouver-artisan-inputs {
  flex: 1;
}

.trouver-artisan-button {
  text-align: center;
}

.trouver-artisan-button .searchButton {
  padding: 0.5rem 3rem 0.5rem 3rem !important;
}

.listes-navigation {
  margin: 0px;
}

.search-display .listes-navigation li {
  margin: 0.3rem;
  color: #032388;
  border: 1px solid #032388 !important;
  border-radius: 6px !important;
}

.chat-section {
  border: none;
  position: fixed;
  bottom: -0.5rem;
  right: 0rem;
  border-radius: 3px;
  height: 700px;
  z-index: 100;
}

.chat-section iframe {
  height: 700px;
  width: 402px;
  border: none;
}

.close-chat {
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: white;
  z-index: 10000;
}

.close-chat:hover {
  background-color: rgb(232, 18, 18);
  color: white;
}

.lesDomaines {
  align-items: stretch;
  gap: 2rem;
  padding-bottom: 2rem;
}

[for='accepter-conditions'] {
  color: rgba(61, 59, 59, 0.505) !important;
}

#accepter-conditions-container,
.accepter-conditions-container {
  background-color: #e8e8e8dd;
  padding: 8px;
  border-radius: 5px;
}

#accepter-conditions-container label,
.accepter-conditions-container label {
  color: black !important;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: white;
  padding: 0 2rem 2rem 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}

.popup-title {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #1f2937;
}

.close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
}

.popup-content h2 {
  margin-bottom: 1.5rem;
  color: #1f2937;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.form-group .label-content {
  font-family: Montserrat, sans-serif;
  line-height: 16px;
  display: block;
  margin-bottom: 0.5rem;
  color: #868686;
  font-size: 16px;
  font-weight: 400 !important;
}

.form-group label[for='code_postal'] {
  font-weight: bold;
}

.form-group label[for='probleme'] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #1f2937;
}

.form-group label[for='fichier'] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1f2937;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.form-group .label-bold {
  font-size: 17px;
}

.form-group.half {
  flex: 1;
  min-width: 0;
}

.form-group input[type='text'],
.form-group input[type='email'],
.form-group input[type='tel'],
.form-group textarea {
  width: 86%;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
  width: 100%;
}

.form-group small {
  display: block;
  color: #666;
  margin-top: 0.25rem;
}

.description-demande .file-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
}

.description-demande .file-upload-wrapper {
  position: relative;
  width: calc(100% - 1rem);
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 11px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  background: white;
}

.description-demande .file-upload-wrapper::after {
  content: '';
  position: absolute;
  right: 1rem;
  width: 24px;
  height: 24px;
  background-image: url('../../img/icon-file-demande-intervention.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.description-demande input[type='file'] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.description-demande .file-upload-wrapper::before {
  content: var(--before-label);
  color: #828894;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.form-group.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 1rem;
}

.form-group.checkbox label,
label[for='sans-adresse'] {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.4;
  margin: 0;
  cursor: pointer;
  user-select: none;
  flex: 1;
}

.custom-checkbox {
  position: relative;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
}

.custom-checkbox input {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  transition: all 0.2s ease;
  pointer-events: none;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #032388;
  border-color: #032388;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox:hover .checkmark {
  border-color: #032388;
}

.form-group.checkbox input[type='checkbox'] {
  margin-top: 0;
}

.submit-btn {
  background: #032388;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}

.submit-btn:hover {
  background: #021b66;
}

.input-icon-wrapper {
  position: relative;
  width: 100%;
}

.input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.input-icon-wrapper input {
  padding-left: 40px !important;
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.input-icon-wrapper input:focus {
  outline: none;
  border-color: #032388;
  box-shadow: 0 0 0 2px rgba(3, 35, 136, 0.1);
}

input[type='text'],
input[type='email'],
input[type='tel'] {
  padding-block: initial;
  padding-inline: initial;
}

.form-group {
  margin-bottom: 1rem;
  width: 100%;
}

.form-row {
  display: flex;
  gap: 2rem;
}

.contact-choice {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 8px;
  padding: 0.25rem;
  width: 99%;
  gap: 1rem;
}

.contact-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: transparent;
  border-radius: 6px;
  color: #6b7280;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  border: 1px solid rgba(128, 128, 128, 0.486);
}

.contact-btn img {
  width: 20px;
  height: 20px;
}

.contact-btn.active {
  background: #032388;
  color: white;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contact-btn:hover:not(.active) {
  background: rgba(255, 255, 255, 0.5);
}

.file-upload-zone {
  width: 100%;
  height: 200px;
  border: 2px dashed #e5e7eb;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 0.5rem;
}

.file-upload-zone:hover {
  border-color: #032388;
  background: #f3f4f6;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.file-upload-content {
  text-align: center;
  pointer-events: none;
}

.upload-icon {
  font-size: 40px;
  color: #032388;
  margin-bottom: 10px;
}

.upload-text {
  color: #6b7280;
}

.upload-title {
  color: #032388;
  font-weight: 600;
  margin-bottom: 5px;
}

.upload-subtitle {
  font-size: 0.9rem;
  color: #6b7280;
}

.file-upload-zone.dragover {
  border-color: #032388;
  background: #f3f4f6;
}

#devissms input::placeholder,
textarea::placeholder {
  font-size: 16px;
  color: #7c828f;
  font-family: 'Montserrat', sans-serif;
}

.carousel-container-pdn .carousel-pdn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

#services .btn-primary,
#service-proffessionel .btn-primary {
  margin-bottom: 1rem !important;
}

.appel-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.appel-container h3 {
  font-size: 1.5rem;
  color: #032388;
  font-weight: 900;
}

.section-appel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 2rem 0;
}

.section-appel-div {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-appel-div h2 {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 3.25rem;
  text-align: center;
}

.section-appel-div p {
  width: 70%;
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
}

.methode-appel-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.methode-appel-icon img {
  height: 2rem;
  width: 3rem;
}

.methode-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.methode-content h4 {
  color: #032388;
  font-weight: 500;
  margin-top: 0;
}

.methode-content p {
  font-weight: 500;
}

.methode-content .dash {
  width: 2.188rem;
  border: 2px solid #032388;
}

.section-pres {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 4rem;
  margin-top: 3rem;
}

.first {
  display: flex;
  align-items: center;
  margin: 0 2rem;
  justify-content: space-around;
  column-gap: 1rem;
}

.first .pres p {
  text-align: justify;
}

.section-pres .pres .dash {
  width: 2.188rem;
  border: 2px solid #032388;
}

.pres {
  width: 60%;
}

.prof-container {
  margin-top: 4rem;
  background-color: #0323880d;
  padding: 3rem 0;
}

.blog-grid-prof-blog {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  padding: 2rem;
}

.blog-card-prof-blog {
  width: 28%;
  text-align: center;
}

.blog-card-prof-blog p {
  color: #032388;
  font-size: 1rem;
}

.blog-image-blog-suivis {
  background-image: url('/assets/img/side-view-hand-holding-smartphone\ 1.webp');
}

.blog-image-blog-ecrit {
  background-image: url('/assets/img/side-view-hand-holding-ecrit1\(1\).webp');
}

.blog-image-blog-ordi {
  background-image: url('/assets/img/side-view-hand-holding-ordi.webp');
}

.blog-image-blog-suivis,
.blog-image-blog-ecrit,
.blog-image-blog-ordi {
  background-size: cover;
  background-position: center;
}

.blog-image-blog {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 1rem;
}

.faq-item.active {
  margin: 1rem;
}

#service-proffessionel .section-assistance {
  background-color: white;
}

#service-proffessionel .section-questions {
  background-color: #0323880d;
  padding: 5rem 0;
}

.pre-titre .les {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #032388;
  font-size: 2rem;
  text-align: center;
  flex-direction: row;
}

.les-plus {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.les h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
}

#section-prof footer,
.section-page-prof footer {
  margin: 0;
}

header section.header-entreprise {
  background-position: -20rem 4rem;
}

.section-page-prof footer {
  margin: 0;
}

.les h3 {
  margin-bottom: 0.5rem;
}

.btn-assistance {
  padding: 0.75rem 1.5rem;
}

.methodes-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 1rem;
}

.description-principale,
.description-secondaire {
  font-size: 1rem;
}

.header-entreprise {
  background-position: -39rem 2rem;
}

.btn-devis {
  width: 100%;
  text-align: center !important;
}

.intervention-header-sticky-nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  top: 0;
  background-color: #032388;
}

.intervention-header-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0rem 1rem 0rem 2rem;
  background-color: #0a3574;
}

.intervention-header-menu svg,
.intervention-header-logo svg {
  cursor: pointer;
}

.intervention-header-menu {
  display: none;
}

.intervention-header-liste-navigateur {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 3rem;
  margin: 1rem 0 !important;
}

.intervention-header-liste-navigateur a {
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.intervention-header-telephone {
  display: flex;
  align-items: center;
  background-color: #4a6a99;
  width: 10rem;
  padding-left: 1rem;
  min-width: 10rem;
}

.intervention-header-telephone a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.intervention-header-telephone span {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}

.intervention-header-reseaux .intervention-header-telephone svg {
  margin-right: 5px;
}

.intervention-header-slogan-accueil h1 {
  position: absolute;
  color: white;
  margin: 0;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.intervention-header-liste-navigateur li::before {
  content: none !important;
}

.intervention-header-menu-button {
  background-color: white;
  color: #032388;
  border: none;
  border-radius: 5px;
}

.intervention-header-svg-container img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
}

.blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a34747b;
  pointer-events: none;
}

.choix-intervention {
  text-align: left;
  margin: 20px 0;
  width: 100%;
}

.choix-intervention h2,
.description-demande h2,
#form_adress_info h2,
#confirmation-message h2,
.recontact-title {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #0a3574;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#confirmation-message p {
  color: #828894;
}

#confirmation-message a {
  background-color: white;
  color: #032388;
  border: 1px solid #032388;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  width: calc(50% - 0.5rem);
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}

.intervention-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.intervention-option {
  position: relative;
  border: 2px solid #032388;
  border-radius: 15px;
  width: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.choix-intervention input[type='radio'] {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 2px solid #828894;
  border-radius: 4px;
  background-color: white;
}

.choix-intervention input[type='radio']:checked {
  background-color: white;
  border: 2px solid #032388;
}

.choix-intervention input[type='radio']:checked::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #032388;
  border-radius: 2px;
}

.choix-intervention input[type='radio']:checked::before {
  content: '';
  position: absolute;
  left: 54%;
  top: 40%;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

.intervention-option label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
}

.intervention-option img {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}

.intervention-option p {
  margin: 0;
  color: #032388;
  font-size: 1.1em;
  font-weight: 500;
}

.intervention-container {
  background-color: white;
  padding: 1rem 0;
  max-width: 70%;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  position: relative;
  margin-top: -28rem;
}

.model-intervention {
  position: relative;
}

.description-demande {
  display: none;
}

.choix-intervention:has(input[type='radio']:checked) + .description-demande {
  display: block;
  width: 100%;
}

.options-demande {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 20px;
}

.description-demande-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}

.option-demande {
  border: 2px solid #032388;
  border-radius: 8px;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}

.option-demande input[type='radio'] {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 2px solid #828894;
  border-radius: 4px;
  background-color: white;
}

.option-demande input[type='radio']:checked {
  background-color: white;
  border: 2px solid #032388;
}

.option-demande input[type='radio']:checked::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #032388;
  border-radius: 2px;
}

.option-demande input[type='radio']:checked::before {
  content: '';
  position: absolute;
  left: 54%;
  top: 40%;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

.option-demande label {
  cursor: pointer;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.justify-text {
  text-align: justify !important;
}

.description-demande p {
  font-size: 1rem;
}

.description-demande-content-p,
[data-select='message-urgence'] {
  color: #004b9a;
  margin: 0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
}

.description-demande-content-p strong {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

#description-probleme,
.description-demande .file-upload label {
  font-weight: 400;
  color: #868686;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

#description-probleme,
.char-count {
  color: black;
  margin: 0;
}

.char-count {
  font-size: 0.8rem !important;
  text-align: end;
}

#erreur-description-probleme {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.option-demande p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #004b9a;
}

.description-demande textarea {
  width: calc(100% - 2rem);
  height: 100px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 1rem;
}

.file-upload {
  display: flex;
  align-items: center;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload input[type='file'] {
  width: 97%;
  border: 1px solid #032388;
  border-radius: 5px;
  padding: 10px;
}

.description-demande .file-upload input[type='file'] {
  display: flex;
}

#form_adress_info.formulaire-contact {
  width: 100%;
}

.form-section-info-client {
  width: calc(100% - 4rem);
  background: #fafafa;
  border-radius: 8px;
  padding: 2rem;
}

.form-section-adress-entreprise {
  display: none;
  width: calc(100% - 4rem);
  background: #fafafa;
  border-radius: 8px;
  padding: 2rem;
}

.form-section-adress-particulier {
  display: block;
  width: calc(100% - 4rem);
  background: #fafafa;
  border-radius: 8px;
  padding: 2rem;
}

#form_adress_info .form-section {
  margin-bottom: 1rem;
}

#form_adress_info .form-section h3 {
  color: #666;
  font-size: 18px;
  margin-bottom: 20px;
}

#form_adress_info .form-row {
  display: flex;
}

#form_adress_info .three-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

#form_adress_info .two-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cols-20 {
  display: flex;
  flex-direction: column;
  width: 20%;
}

.cols-80 {
  display: flex;
  flex-direction: column;
  width: 80%;
}

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

.two-cols .form-group {
  width: max-content;
}

#form_adress_info .form-group {
  gap: 1rem;
  flex: 1;
}

.info-entreprise {
  gap: 0px !important;
}

#form_adress_info .form-group label,
#champs-planification label,
.label {
  display: block;
  margin: 10px 0;
  color: #666;
}

label[for='sans-adresse'] {
  margin: 10px 0;
  color: #666;
}

#form_adress_info .form-group input[type='text'] {
  width: calc(100% - 20px);
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 7px;
}

#form_adress_info .form-group input[type='tel'],
#form_adress_info .form-group input[type='email'] {
  width: calc(100% - 4rem);
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 7px;
}

#form_adress_info .input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

#form_adress_info .add-btn {
  position: absolute;
  right: 10px;
  background: #032388;
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
}

#form_adress_info .form-group.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

#form_adress_info .form-group.checkbox label {
  margin: 0;
}

#form_adress_info .info-text {
  color: #666;
  font-size: 14px;
  margin: 15px 0;
}

#form_adress_info .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

#form_adress_info .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#form_adress_info .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

#form_adress_info .slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

#form_adress_info input:checked + .slider {
  background-color: #032388;
}

#form_adress_info input:checked + .slider:before {
  transform: translateX(26px);
}

#form_adress_info .btn-submit {
  width: 75%;
  padding: 15px;
  background: #032388;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  align-self: center;
}

#form_adress_info .btn-submit:hover {
  background: #021b66;
}

.intervention-option input[type='radio']:checked ~ label,
.intervention-option:has(input[type='radio']:checked) {
  background-color: #0323880d;
}

.intervention-option input[type='radio']:checked ~ label p,
.intervention-option:has(input[type='radio']:checked) p {
  font-weight: 700;
}

.option-demande input[type='radio']:checked ~ .option-demande,
.option-demande:has(input[type='radio']:checked) {
  background-color: #0323880d;
}

.option-demande input[type='radio']:checked ~ .devis-distance p,
.option-demande:has(input[type='radio']:checked) .devis-distance p {
  font-weight: 700;
  color: #032388;
}

.option-demande input[type='radio']:checked ~ label p,
.option-demande:has(input[type='radio']:checked) label p {
  font-weight: 700;
  color: #032388;
}

.address-fields {
  position: relative;
  margin-top: 1rem;
}

.option-demande-img {
  width: 4rem;
  height: 4rem;
  background-color: #f0f2f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-demande-img img {
  width: 3rem;
  height: 3rem;
}

.hide-address:checked ~ .address-fields {
  pointer-events: none;
  opacity: 0.6;
}

.hide-address:checked ~ .address-fields input {
  background-color: #eee;
}

.hide-address:checked ~ .address-fields input[required] {
  pointer-events: auto;
  opacity: 1;
  background-color: white;
}

#sans-adresse {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 2px solid #828894;
  border-radius: 4px;
  background-color: white;
}

#sans-adresse:checked {
  background-color: white;
  border: 2px solid #032388;
}

#sans-adresse:checked::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #032388;
  border-radius: 2px;
}

#sans-adresse:checked::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

.checkbox input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: 2px solid #828894;
  border-radius: 4px;
  background-color: white;
}

.checkbox input[type='checkbox']:checked {
  background-color: white;
  border: 2px solid #032388;
}

.checkbox input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #032388;
  border-radius: 2px;
}

.checkbox input[type='checkbox']:checked::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 45%;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

.formulaire-contact {
  display: none;
}

.description-demande:has(.option-demande input[type='radio']:checked) + .formulaire-contact {
  display: flex;
  flex-direction: column;
}

.form-section-entreprise-info {
  display: none;
  margin-top: 1rem;
}

.checkbox input[type='checkbox']:checked ~ .form-section-entreprise-info,
.form-group.checkbox:has(input[type='checkbox']:checked) + .form-section-entreprise-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#entreprise:checked ~ .form-section-adress-particulier {
  display: none;
}

#entreprise:checked ~ .form-section-adress-entreprise {
  display: block;
}

.form-container:has(.form-group.checkbox input[type='checkbox']:checked) .form-section-adress-particulier {
  display: none;
}

.form-container:has(.form-group.checkbox input[type='checkbox']:checked) .form-section-adress-entreprise {
  display: block;
}

.form-container {
  width: 100%;
}

.adress-facturation {
  display: none;
}

.form-section:has(#adresse-facturation:checked) + .form-section.adress-facturation {
  display: block;
}

.numero-adresse,
.rue-adresse,
.code-postal,
.ville,
.pays {
  padding: 10px !important;
  border: 1px solid #ddd;
  border-radius: 7px;
}

.row-80 .flex-col {
  width: calc(50% - 0.5rem);
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.radio input[type='checkbox'] {
  width: 40px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 16px;
  background-color: #828894;
  position: relative;
  transition: all 0.3s ease;
}

.radio input[type='checkbox']:checked {
  background-color: #032388;
  border: none;
}

.radio input[type='checkbox']::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: white;
  transition: transform 0.3s ease;
}

.radio input[type='checkbox']:checked::before {
  transform: translateX(16px);
}

.radio input[type='checkbox']::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #828894;
  transition: all 0.3s ease;
}

.radio input[type='checkbox']:checked::after {
  transform: translateX(16px);
  background-color: #032388;
}

#recontact-telephone:checked ~ div #date-recontact,
#recontact-telephone:checked ~ div #heure-recontact {
  pointer-events: none;
  opacity: 0.6;
  background-color: #eee;
}

#recontact-telephone:checked ~ div label[for='date-recontact'],
#recontact-telephone:checked ~ div label[for='heure-recontact'] {
  opacity: 0.6;
}

.contact-radio {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.contact-input {
  gap: 1rem;
}

.contact-input .form-group {
  position: relative;
}

.contact-input .form-group::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 70%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.contact-input .form-group:first-child::before {
  background-image: url('../../img/calendar-demande-intervention.svg');
}

.contact-input .form-group:last-child::before {
  background-image: url('../../img/clock-demande-intervention.svg');
}

#date-recontact,
#heure-recontact {
  padding: 0.8rem 0.5rem 0.8rem 2.5rem;
  width: calc(100% - 3.5rem);
  border-radius: 11px;
  border: 1px solid #ddd;
  color: #004b9a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  font-size: 0.9rem;
}

.select-nature {
  padding: 0.7rem 0.5rem 0.8rem 0.7rem;
  width: calc(100% - 3.5rem);
  border-radius: 7px;
  border: 1px solid #ddd;
  font-size: 1rem;
}

#date-recontact::-webkit-calendar-picker-indicator,
#heure-recontact::-webkit-calendar-picker-indicator,
#date-recontact::-webkit-inner-spin-button,
#heure-recontact::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

#heure-recontact {
  width: 100%;
  border-radius: 11px;
  border: 1px solid #ddd;
  color: #004b9a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23004B9A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

#heure-recontact option {
  color: #004b9a;
  padding: 0.5rem;
}

.form-section-contact {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-section-entreprise-info select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #828894;
}

.form-section-entreprise-info input[type='text'] {
  width: calc(100% - 1rem);
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #828894;
}

.intervention-hearder-burger {
  display: none;
}

.appel-container .chiffre-cle-prof {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
}

.appel-container .chiffre-cle-prof .methode-item .methode-content p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #032388;
}

.appel-container .chiffre-cle-prof .methode-item .methode-content h4 {
  font-weight: 400;
  font-size: 2.125rem;
  color: #032388;
}

#confirmation-message {
  width: 55vw;
}

input[type='checkbox']:disabled {
  opacity: 0.4;
  cursor: not-allowed !important;
}

.footer-domaines {
  display: flex;
  gap: 1rem;
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  width: fill-available !important;
}

.footer-domaines li {
  margin: 0 0 0.8rem 0;
}

.footer-domaines div {
  width: unset !important;
}

.footer-domaines p {
  color: white;
}

.footer-domaines h3 {
  font-size: 1rem;
  font-weight: 400;
  font-weight: bold;
}

.container-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bar {
  background-color: rgb(164, 164, 252);
  min-width: 100%;
  min-height: 5px;
  position: relative;
  overflow: hidden;
}

.bar::after {
  content: '';
  min-height: 5px;
  position: absolute;
  background: #fff;
  transform: translateX(-100%);
  animation: animate 2s infinite;
}

.bar::before {
  content: '';
  min-height: 5px;
  position: absolute;
  background: #fff;
  transform: translateX(-100%);
  animation: animate 2s infinite;
  animation-delay: 1s;
}

@keyframes animate {
  0% {
    transform: translateX(-150%);
    min-width: 100px;
  }

  100% {
    transform: translateX(300%);
    min-width: 400px;
  }
}

.btn-submit {
  position: relative;
}

.option-demande input[type='radio']:checked ~ label .option-demande-img,
.option-demande:has(input[type='radio']:checked) .option-demande-img {
  background-color: #ffffff;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.input-with-icon input {
  width: calc(100% - 40px);
  padding-right: 40px;
}

.add-btn,
.delete-btn {
  position: absolute;
  right: 10px;
  background: #032388;
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.add-btn:hover,
.delete-btn:hover {
  background: #021b66;
}

.delete-btn {
  background: #dc3545;
}

.delete-btn:hover {
  background: #c82333;
}

.preview-zone {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  width: 100%;
}

.preview-file {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9fafb;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.preview-file img,
.preview-file video {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
}

.delete-preview:hover {
  background: #b91c1c;
}

.section-pres .pres-img img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

.intervention-header-section-header {
  position: relative;
  background-size: cover;
  text-align: center;
}

.intervention-header-menu-button p {
  line-height: 0;
  color: #032388;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.intervention-header-menu-container-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}

#confirmation-message button {
  background-color: #0a3574;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 10px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  width: calc(50% - 0.5rem);
}

.description-demande-content-p {
  color: #004b9a;
  margin: 0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

input {
  font-size: 1rem;
}

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

#confirmation-message a,
#confirmation-message button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-confirm-message {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 10px;
  align-items: stretch;
}

.preview-file span {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  word-break: break-all;
}

.delete-preview {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #dc2626;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background-color 0.2s;
}

.urgence-options {
  display: flex;
  gap: 1rem;
}

.urgence-btn {
  position: relative;
  border: 1px solid rgba(128, 128, 128, 0.75);
  color: rgba(128, 128, 128, 0.75);
  border-image: initial;
  border-radius: 8px;
  padding: 0.8rem 2.5rem;
  cursor: pointer;
}

input[type='radio']:checked + .urgence-btn {
  background-color: #0323880d;
  font-weight: bold;
  border-width: 2px;
  border-color: rgb(3, 35, 136);
  color: rgb(3, 35, 136);
}

/* Menu latéral hamburger */
.navigateur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #1d4c90;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.navigateur-entete {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2rem 1rem 2rem;
}

.navigateur-entete .menuLogo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.navigateur-entete .menuLogo img {
  width: 40px;
  height: 40px;
}

.navigateur-entete h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
}

.navigateur-entete button,
.navigateur-entete .close-menu {
  background: none;
  border: none;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.2s;
}

.navigateur-entete button:hover {
  color: #f28f3b;
}

.navigateur-contenu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  padding: 0 2rem;
}

.navigateur-contenu li {
  list-style: none;
  background: none;
  padding: 0;
  margin: 0;
}

.navigateur-contenu a {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1rem;
  border-radius: 8px;
}

.navigateur-contenu a:hover {
  background: #fff;
  color: #1d4c90 !important;
}

.navigateur-contenu a svg,
.navigateur-contenu a i {
  font-size: 1.3em;
  color: #fff;
  transition: color 0.2s;
}

.navigateur-contenu a:hover svg,
.navigateur-contenu a:hover i {
  color: #1d4c90;
}
.listes-navigation hr {
  width: 90%;
}

/* Bouton téléphone en bas */
.menu-telephone {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  background: #fff;
  color: #1d4c90;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 16px;
  padding: 0.7rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.menu-telephone:hover {
  background: #f28f3b;
  color: #fff;
}

.custom-toast {
  position: fixed;
  font-size: 1rem;
  background: #ebf6e5;
  right: 2rem;
  bottom: 2rem;
  border-radius: 11px;
  padding: 1rem;
  font-weight: 500;
  border: 1px solid #2c402236;
  color: #317410;
}

/* Responsive */
@media (max-width: 1315px) {
  .intervention-container {
    margin-top: -16rem;
  }
}

@media (max-width: 1024px) {
  .assistance-options {
    grid-template-columns: repeat(2, 1fr);
  }
  .methodes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .flex-row {
    display: flex;
    flex-direction: column;
  }
  header section.header-entreprise {
    background-position: -25rem 5rem;
  }
  .footer-domaines {
    flex-wrap: wrap;
  }
  #service-proffessionel .section-questions,
  #service-proffessionel .section-prof {
    width: 100vw;
    transform: translate(-5vw, 0);
  }
}

@media (max-width: 885px) {
  #confirmation-message {
    width: 100% !important;
  }
  #confirmation-message .btn-confirm-message {
    flex-direction: column;
    gap: 1rem;
  }
  #confirmation-message a,
  #confirmation-message button {
    width: 100% !important;
  }
  #confirmation-message img {
    justify-content: center;
  }
  .intervention-options {
    flex-direction: column;
  }
  .intervention-option {
    width: 100%;
  }
  .options-demande {
    flex-direction: column;
  }
  .option-demande {
    width: calc(100% - 4rem);
  }
  #form_adress_info .form-row {
    flex-direction: column;
    gap: 1rem;
  }
  #form_adress_info .two-cols,
  #form_adress_info .three-cols {
    align-items: flex-start;
    gap: 1rem;
  }
  .contact-radio {
    flex-direction: row;
  }
  .contact-radio input[type='checkbox'] {
    min-width: 40px;
  }
  .contact-radio .contact-input {
    gap: 1rem !important;
  }
  .row-80 {
    flex-direction: column;
    align-items: flex-start;
  }
  #form_adress_info .cols-80,
  #form_adress_info .row-80,
  #form_adress_info .row-80 .flex-col {
    width: 100%;
  }
  #form_adress_info .form-section-info-client {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .form-section-entreprise-info {
    flex-direction: column;
    gap: 1rem;
  }
  #form_adress_info .cols-20 {
    width: 50%;
  }
  .choix-intervention input[type='radio'] {
    top: 50px;
    left: 15px;
  }
  #form_adress_info .btn-submit {
    width: 100%;
  }
  .form-section-info-client,
  .form-section-adress-particulier,
  .form-section-adress-entreprise {
    padding: 1rem;
    width: calc(100% - 2rem);
  }
  #origine-prospect {
    margin-top: 1rem;
  }
  .address-fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #form_adress_info .two-cols {
    margin-bottom: 0;
  }
  .intervention-header-menu-container-right {
    display: none;
  }
  #formulaire-intervention {
    width: 100%;
  }
  .intervention-header-telephone {
    display: none;
  }
  .intervention-hearder-burger {
    display: block;
    padding: 1rem 0;
  }
  .intervention-container {
    margin-top: 0px;
    padding: 0 1rem;
    max-width: none;
  }
}

@media (max-width: 770px) {
  .process-steps {
    display: flex;
    flex-direction: column;
  }
  .entreprise-banner::before {
    background-position: -20rem 0;
  }
  .step:not(:last-child)::after {
    display: none;
  }
  .unDomaine,
  .titre-metiers,
  .methodes-container,
  .service-card,
  .section-artisans .artisans .rechercher-artisans,
  .assistance-card,
  .section-grande-ville {
    width: auto;
    margin: 0.5rem 0rem;
    padding: 1.5rem;
  }
  .container-grande-ville {
    flex-direction: column;
    justify-content: start;
    gap: 0rem;
    padding: 1rem;
  }

  .ul-grande-ville {
    padding-left: 2rem;
  }
  .chat-section {
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    background-color: rgba(128, 128, 128, 0.445);
  }
  .chat-container {
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: inherit;
  }
  .entreprise-banner,
  .section-methodes,
  .section-assistance,
  .section-grande-ville,
  #service-proffessionel .section-questions,
  #service-proffessionel .section-prof {
    width: 100vw;
    transform: translate(-5vw, 0);
  }
  .entreprise-banner,
  .section-devenez-membre {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-grande-ville {
    padding: 1rem 0rem;
  }
  .chat-section iframe {
    width: 100%;
    height: 96vh;
    margin-top: 1rem;
  }
  .close-chat {
    top: 2rem;
  }
  .assistance-card h3 {
    margin: 0rem;
  }
  .assistance-card .btn-assistance {
    margin-top: 0.5rem;
  }
  .artisans-resultat {
    margin-top: 2rem;
  }
  #services section:not(.chat-section) {
    padding-bottom: 3rem;
  }
  .trouver-artisan-container {
    flex-direction: column;
  }
  .service-card {
    border-radius: 6px;
  }
  .card-header-methode h3,
  .card-header-methode .pre-titre .les {
    font-size: 1.3rem;
  }
  .card-header-methode h3 {
    margin: 0.2rem 0rem 1.3rem 0rem;
  }
  .card-header-methode .plus {
    width: 2rem;
    height: 2rem;
  }
  .section-methodes {
    padding: 0;
  }
  .section-methodes .methodes-grid {
    grid-template-columns: 1fr;
  }
  .services-grid {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .section-questions {
    margin: 0rem;
    padding: 0rem;
  }
  .container-blog {
    padding: 0rem;
  }
  .faq-container {
    border-radius: 6px;
    padding: 0rem;
    margin-top: 1rem;
  }
  .section-header .btn-secondary {
    width: auto !important;
    margin-bottom: 0 !important;
  }
  .first1,
  .first2 {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .first1 .pres-img,
  .first2 .pres-img {
    width: 100%;
    order: 1;
  }
  .first1 .pres,
  .first2 .pres {
    width: 100%;
    order: 2;
  }
  .section-pres {
    margin: 0;
  }
  .les-plus {
    flex-direction: row;
  }
  #demande-devis-btn {
    width: 100% !important;
    max-width: 100%;
    text-align: center !important;
    box-sizing: border-box;
  }
  .section-devenez-membre::before {
    background-position: -8rem 0rem;
  }
  .section-appel-div {
    width: 100%;
  }
  .section-appel-div p {
    width: 100%;
  }
  .pre-titre .les {
    flex-direction: column;
  }
  .intervention-header-svg-container img {
    transform: translateY(66px);
  }
  .intervention-header-slogan-accueil h1 {
    top: 58%;
    width: 90vw;
  }
}

@media (max-width: 768px) {
  .assistance-options {
    grid-template-columns: 1fr;
  }
  .assistance-header h2 {
    font-size: 2rem;
  }
  .assistance-container {
    padding: 0 1rem;
  }
  .methodes-container h2 {
    font-size: 2rem;
  }
  .methodes-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .process-steps {
    flex-direction: column;
    gap: 0rem;
  }
  .process-steps::before {
    display: none;
  }
  .entreprise-banner,
  .section-devenez-membre {
    padding-bottom: 0rem !important;
    height: 55vh;
  }
  .banner-text {
    margin: 0 2rem;
    text-align: center;
  }
  .banner-text h3 {
    font-size: 2rem;
  }
  .form-row {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
  .form-group input[type='text'],
  .form-group input[type='email'],
  .form-group input[type='tel'],
  .form-group textarea {
    width: 100%;
  }
  .popup-content {
    padding: 1.5rem;
  }
  .form-group {
    margin-bottom: 0;
  }
  .bottom-margin-mobile {
    margin-bottom: 1.5rem;
  }
  .blog-grid-blog {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .blog-card-blog {
    width: fit-content;
  }
  .appel-container .chiffre-cle-prof {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .navigateur-entete {
    padding: 1.2rem 1rem 0.5rem 1rem;
  }
  .navigateur-contenu {
    gap: 1.2rem;
    margin-top: 1.2rem;
    padding: 0 1rem;
  }
  .menu-telephone {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
  .section-container h1,
  .section-container .titre-metiers {
    font-size: 2rem;
  }
  .blog-grid-blog {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .section-appel-div p {
    text-align: left;
  }
}

@media (max-width: 498px) {
  .category-grande-ville {
    width: max-content;
  }
  .category-grande-ville h3 {
    font-size: 18px;
  }
  .section-assistance {
    padding-bottom: 0;
  }
  .section-appel-div h2 {
    font-size: 2.3rem;
  }
  .rechercher-artisans {
    display: flex;
    flex-direction: column;
  }
  .unDomaine {
    width: 100%;
  }
  .blog-grid-prof-blog {
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: center;
  }
  .blog-card-prof-blog {
    width: 90%;
  }
  .pre-titre .les {
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .intervention-header-section-header {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .assistance-header h2 {
    font-size: 1.75rem;
  }
  .assistance-header p {
    font-size: 1rem;
  }
  .btn-assistance {
    padding: 0.75rem 1.5rem;
  }
  .methodes-container {
    padding: 2rem 1rem !important;
  }
  .methodes-container h2 {
    font-size: 1.75rem;
  }
  .description-principale,
  .description-secondaire {
    font-size: 1rem;
  }
  .banner-text h2 {
    font-size: 0.75rem;
  }
  .banner-text h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .btn-savoir-plus {
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    min-width: 140px;
  }
}
.m-10px-left {
  margin-left: 10px;
}
