 body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
  }
  .nav {
    width: 100%;
    max-width: 1440px;
    height: 73px;
    background-color: #fff;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 1000;
    border-bottom: 1px solid #f6f6f6;
  }
  .logo img {
    padding-left:60px;
  }
 @media (max-width: 768px) {
    .logo img
    {
      width: 150px;
    }
  }
  .login-btn {
    background:#CB4C03;
    color: #fff;
    border: none;
    cursor: pointer;
    width:208px;
    height:40px;
    opacity: 1;
    padding:12px 66px;
    border-radius: 4px;
    font-size:15px;
    font-weight: 500;
    font-style: Medium;
    line-height: 100%;
    letter-spacing: 0px;
    text-decoration:none;
    display:block;
  }
  .login-btn:hover {
    background: #B34506;
  }
#toggleDiv {
  position: absolute;
  top: 100%;
  right: 64px;
  width: 226px;
  height: 0;
  overflow: hidden;
  background: #fff;
  /* ANIMATION */
  max-height: 0;          /* au lieu de height: 0; */
  opacity: 0;             /* pour que fade-in fonctionne */
  overflow: hidden;
  background: #fff;
  transform: translateY(-2px);

  transition:
    max-height 1.2s ease,
    opacity 1.2s ease,
    transform 1.2s ease;
}
#toggleDiv.open {
  height: auto;
  border-left: 1px solid #FBE8DD;
  border-right: 1px solid #FBE8DD;
  border-bottom: 1px solid #FBE8DD;
  border-top: 0;
  max-height: 500px;      /* ajuste selon la hauteur du formulaire */
  opacity: 1;
  transform: translateY(-2);
}
#contenuConnexion{
  height: auto;
  border-top: 1px solid #FBE8DD;
  border-left: 1px solid #FBE8DD;
  border-right: 1px solid #FBE8DD;
  border-bottom: 1px solid #FBE8DD;
  max-height: 500px;      /* ajuste selon la hauteur du formulaire */
  opacity: 1;
  background: #ffffff;
  margin-top: -2px;
  position:absolute;
  transform: translateY(0);
}
.input-form-email{
  border: 1px solid #DADADA;
  border-radius: 3px;
  text-align: left;
  letter-spacing: 0px;
  width: 190px;
  color: #353535;
  padding: 8px;
  margin-bottom: 10px;
  margin-top: 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  font-weight: 400;
  font-size: 0.875rem;
}
.input-form-mdp{
  border: 1px solid #DADADA;
  border-radius: 3px;
  text-align: left;
  letter-spacing: 0px;
  width: 190px;
  color: #353535;
  padding: 8px;
  margin-bottom: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  font-weight: 400;
  font-size: 0.875rem;
}
.identifiants {
  width: 100%;
  border: none;
  background-color: #FBE8DD;
  height: 35px;
  outline: none;
  border-radius: 0;
  color:#000000;
  font-size:14px;
  cursor: pointer;
}
.divforgot{
 font-size:12px;
 text-align:center;
 margin-top:10px;
}
.lienforgot{
  color:#000;
  text-decoration:none;
  color: #353535;
}
.lienforgot:hover{
  text-decoration:underline;
}
.divmemoriser{
  text-align:center;
  margin: 30px 0px 20px 0px;
}
.labelmemoriser{
  font-weight: 400;
  font-size: 13px;
  color: #353535;
  white-space: pre;
}
  main {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    background: white;
  }
  .header-content {
    opacity: 1;
  }
  .container-header {
    display: flex;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    margin: auto;
  }
  .titre-header{
    font-weight: 500;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #1F2223;
  }
  .text-block {
    flex: 1;
    padding:150px 20px;
    color: #1F2223;
  }
  .image-block{
    padding:20px;
  }
  .image-block img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  @media (max-width: 1024px) {
    .container-header {
      flex-direction: column;
      padding-top: 80px;
    }
    .image-block {
      display: none;
    }
    .text-block {
      padding: 30px;
      text-align: center;
    }
    .titre-header {
      font-size: 32px;
    }
  }
  .essayer-batir {
    width: 200px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    background-color: #CB4C03;
    color: #FDFDFD;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    opacity: 1;
    padding: 16px;
    text-decoration: none;
    margin-top: 30px;
  }
 .solution-container{
    max-width: 1442px;
    width: 100%;
    margin:auto;
    transform: rotate(0deg);
    text-align: center;
    opacity: 1;
    padding-top: 48px;
    padding-bottom: 100px;
    background:#ffffff;
 }
  .solution-title {
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    padding:40px;
  }
  .custom-div {
    width: 100%;
    max-width: 1442px;
    margin:auto;
    height:auto;
    padding-top: 48px;
    opacity: 1;
    background:#ffffff;
  }
  .custom-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #1F2223
  }
  .about-section {
    text-align: center;
    max-width: 1350px;
    margin: auto;
  }
  .about-section h3 {
    font-size: 28px;
    font-weight: bold;
  }
  .about-section .subtitle {
    font-size: 18px;
    margin-top: 8px;
    color: #555;
  }
  .item-sous-title{
    padding:0 30px;
  }
  .about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  @media (min-width: 641px) {
    .about-grid
    {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1025px) {
    .about-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .about-item {
    padding: 30px 0;
  }
  .about-item i {
    font-size: 48px;
    margin-bottom: 16px;
    color: #CB4C03;
  }
  .about-item .item-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  @media (max-width: 640px) {
    .custom-text
    {
      font-size: 24px;
    }
    .about-section h3 { font-size: 24px; }
  }
  .feature-band {
    max-width: 1442px;
    width: 100%;
    opacity: 1;
    padding: 60px;
    background: #FCF6F2;
    margin: 0 auto;
    gap: 48px;
    box-sizing: border-box;
    margin-top: 65px;
  }
  .trust-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 0 12px 0;
  }
  .trust-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin: 0;
  }
  .logos-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px 65px;
    margin-top:50px;
  }
  .logos-strip img {
    height: 140px;
    max-width: 140px;
    object-fit: contain;
    display: block;
  }
  @media (max-width: 1024px) {
    .feature-band
    {
      padding: 48px 48px;
    }
    .logos-strip img
    {
      height: 40px;
    }
  }
  @media (max-width: 640px) {
    .feature-band
    {
      padding: 32px 24px;
    }
    .trust-title
    {
      font-size: 24px;
    }
    .solution-title
    {
      font-size: 24px;
    }
    .trust-subtitle
    {
      font-size: 14px;
    }
    .logos-strip
    {
      gap: 16px 24px;
    }
    .logos-strip img
    {
      height: 50px; max-width: 120px;
    }
  }
   .page-legal {
    width: 100%;
    opacity: 1;
    border-top: 1px solid rgba(253,253,253,.5);
    background: #00003C;
    border-bottom: 12px solid #fcd40b;
  }
    .container-solution {
    display: flex;
    width:670px;
    max-width:100%;
    margin:auto;
    text-align:left;
  }
  .sidebar a.active {
    background: #FCF6F2;
    border-left:3px solid #CB4C03;
  }
  .sidebar {
    width: 230px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }
  .sidebar a {
    text-decoration: none;
    color: #333;
    padding: 8px;
    transition: background 0.2s;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
  }
  .sidebar a:hover {
    background: #ddd;
  }
  .content {
    flex: 1;
    padding: 0px 30px;
    border-left: 1px solid #D5D7E1;
  }
  .user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1F2223;
    padding-right: 64px;
  }
  .user-icon {
    width: 32px;
    height: 32px;
    opacity: 1;
  }
  .user-name {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    opacity: 1;
  }
  .main-container {
    width: 100%;
    max-width: 864px;
    height:auto;
    margin:auto;
    gap: 48px;
    padding:150px 0;
    opacity: 1;
  }
  .welcome-text {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .welcome-text .user-name {
    font-weight: 700;
    font-size: 24px;
    color:#CB4C03;
  }
  .modules {
    display: flex;
    gap: 5px;
    justify-content: center; /* centre horizontalement */
  }
  /* Quand l'écran est petit : affichage vertical */
  @media (max-width: 1240px) {
    .modules {
      flex-direction: column;
      align-items: center; /* centre chaque pavé */
    }

    .modules .lien {
      width: 100%;        /* optionnel : occupe toute la largeur */
      max-width: 350px;   /* limite la largeur pour rester joli */
    }
  }
  .box-module {
    /* width: 237px; */
    height: 96px;
    opacity: 1;
    border: 1px solid #DBDEE9;
    padding: 10px;
    box-sizing: border-box;
    transform: rotate(0deg);
    cursor: pointer;
    border-radius:5px;
  }
.box-module:hover .text{
  color: #CB4C03;
}

.box-module:hover{
  border: 1px solid #CB4C03;
  transition: background 0.3s ease;
  box-shadow: 0px 2px 4px 0px #0000000F, 0px 4px 4px 0px #00000014;
}
.box-module:hover .icon {
  filter: brightness(0) saturate(100%) invert(28%) sepia(97%) saturate(2856%) hue-rotate(17deg) brightness(92%) contrast(97%);
}
.box-module:active {
  background: #FCF6F2;
}
.icon-text {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.icon-text .icon {
  width: 32px;
  height: 32px;
  opacity: 1;
}
.info-box {
  width: 100%;
  align-items: center;
  gap: 24px;
  margin-top:50px;
  background: #F6F6F6;
  border: 1px solid #DBDEE9;
  border-radius: 4px;
  opacity: 1;
  font-size: 20px;
  font-weight: 500;
  }
  .info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1F2223;
  }
  .info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #1F2223;
    margin-bottom: 10px;
  }
  .info-label {
  font-weight: bold;
  font-size: 16px;
  color:#1F2223;
  line-height: 100%;
  letter-spacing: 0px;
  margin-top:20px;
  }
  .info-label a {
    color : #1F2223;
    text-decoration:none;
  }
  .info-label a:hover {
    color : #216EC7;
    text-decoration:underline;
  }
  .info-value {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color:#555E85;
    margin-top:10px;
  }
  .info-separator {
    border: none;
    height: 1px;
    background-color: #DBDEE9;
  }
  .abonnement-text {
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom:32px;
    color:#1F2223;
  }
  .urbanisme-text {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #555E85;
    margin-left: 35px;
    padding: 5px;
  }
.contenu-footer {
  padding-top: 30px;
  color: white;
  font-size: 14px;
}
.line{
  margin-top: 8px;
  width: 158px;
  height: 3px;
  background: #FED506;
}
.lien-footer{
  text-decoration:none;
}
.lien-footer:hover{
  text-decoration:underline;
}
footer {
  background: #00003C;
  max-width: 1450px;
  margin: auto;
  }
  .footer-legal {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #fdfdfd;
    font-weight: 400;
    padding:20px;
    margin:auto;
    max-width: 1440px;
    width:100%;
  }
  .footer-legal a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
  }
  .footer-legal a:hover {
    text-decoration: underline;
  }
.w3-check {
  appearance: none;    /* Supprime le style par défaut */
  -webkit-appearance: none;  /* Pour Safari */
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
/* Quand on survole */
.w3-check:hover {
  border-color: #CB4C03;
}
/* Quand la case est cochée */
.w3-check:checked {
  border-color: #cacaca;
}
/* Ajout de l'icône ✔ quand cochée */
.w3-check:checked::after {
  content: "✔"; /* Icône check */
  color: #CB4C03; /* Couleur du check */
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chevron-emplacement {
    display: flex;
    justify-content: flex-end; /* Aligne à droite */
    padding-right: 20px;
}
.chevron {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff url('https://img.batir.com/chevron-down.svg') center center no-repeat;
    background-size: 8px;
    cursor: pointer;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    border: 2px solid #9d9c9c;
}
.chevron.rotated {
    transform: rotateX(180deg);
}