.elementor .e-bb320c3-bc7454f{width:50%;padding-block-start:50px;padding-inline-start:50px;flex-direction:column;}.elementor .e-c2f9fbb-fc5faeb{width:50%;flex-direction:column;align-items:end;}.elementor .e-d8fc066-5b8d177{height:550px;background-image:url("https://cartegriserapide91.fr/wp-content/uploads/2026/07/ChatGPT-Image-24-juil.-2026-a-16_01_39.png");background-repeat:repeat;background-attachment:scroll;background-size:auto 600px;background-position:center center;flex-direction:row;/* HERO PRINCIPALE — écrans d'ordinateur */
selector {
/* Hauteur visible de l'écran avec unités modernes */
min-height: 100vh;
min-height: 100svh;
min-height: 100dvh;

/* Le contenu reste centré verticalement */
display: flex;
align-items: center;

/* Évite les débordements horizontaux */
width: 100%;
overflow: hidden;

/* Espace de sécurité en haut et en bas */
padding-top: clamp(30px, 4vh, 70px);
padding-bottom: clamp(30px, 4vh, 70px);

/* Image d'arrière-plan */
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

/* Ordinateurs avec écran peu haut :
 laptops, écrans avec zoom ou barres visibles */
@media (min-width: 1025px) and (max-height: 850px) {
selector {
  min-height: calc(100dvh - 80px);
  padding-top: 22px;
  padding-bottom: 22px;
}
}

/* Écrans très peu hauts */
@media (min-width: 1025px) and (max-height: 720px) {
selector {
  min-height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: visible;
}
}

/* Tablettes et mobiles :
 on laisse la hauteur dépendre du contenu */
@media (max-width: 1024px) {
selector {
  min-height: auto;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  background-position: center center;
}
}

/* Petits mobiles */
@media (max-width: 767px) {
selector {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 45px;
  background-position: 62% center;
}
}\n}.elementor .e-191c564{flex-direction:column;}.elementor .e-8798b85{flex-direction:column;justify-content:center;align-items:center;}.elementor .e-8e4b992{flex-direction:column;justify-content:center;align-items:center;}.elementor .e-d04c142{width:50%;flex-direction:column;}.elementor .e-d4d6a1e{width:50%;padding-block-start:50px;padding-block-end:50px;padding-inline-start:10px;padding-inline-end:10px;flex-direction:column;justify-content:space-between;}.elementor .e-79b0b45{flex-direction:row;}.elementor .e-3af1baa{flex-direction:column;}