:root{
  --bg:#0f0b18;
  --card:#181226;
  --text:#f6f2ff;
  --muted:#cbbfe6;
  --accent:#b98cff;
  --accent2:#ffccf2;
  --border:rgba(255,255,255,.08);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
 
  color:var(--text);
  line-height:1.45;
}

.wrapper {
 background:
    radial-gradient(800px 500px at 15% 15%, rgba(185,140,255,.18), transparent 55%),
    radial-gradient(900px 600px at 85% 30%, rgba(255,204,242,.12), transparent 60%),
    radial-gradient(900px 700px at 50% 110%, rgba(185,140,255,.12), transparent 60%),
    var(--bg);
    }
    
a{color:inherit}
.container{
  width:min(1060px, 92vw);
  margin:0 auto;
  padding:24px 0 64px;
}
header{

}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
}
.brand img{width:180px; height:auto; display:block}
.nav{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.nav a{
  text-decoration:none;
  padding:10px 12px;
  border:1px solid var(--border);
  border-radius:999px;
  color:var(--muted);
}
.nav a:hover{border-color:rgba(185,140,255,.35); color:var(--text)}
.hero{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
  align-items:stretch;
  margin-top:18px;
}
@media (max-width: 880px){
  .hero{grid-template-columns:1fr}
  header{flex-direction:column; align-items:flex-start}
}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid var(--border);
  border-radius:20px;
  padding:22px;
  box-shadow:0 16px 60px rgba(0,0,0,.35);
}
.h1{
  font-family:Georgia, 'Times New Roman', serif;
  font-weight:600;
  font-size:44px;
  margin:0 0 10px;
  letter-spacing:.2px;
}
.lead{
  color:var(--muted);
  font-size:16px;
  margin:0 0 18px;
}
.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:16px}
.badge{
  border:1px solid rgba(185,140,255,.25);
  background:rgba(185,140,255,.10);
  color:#efe7ff;
  padding:8px 10px;
  border-radius:999px;
  font-size:13px;
}
.section-title{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:22px;
  margin:0 0 10px;
}
.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:14px;
}
@media (max-width: 880px){ .grid3{grid-template-columns:1fr} }
.kpi{
  padding:14px;
  border:1px solid var(--border);
  border-radius:16px;
  background:rgba(0,0,0,.12);
}
.kpi strong{display:block; font-size:15px}
.kpi span{display:block; color:var(--muted); font-size:13px; margin-top:6px}
form{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:10px;
}
label{font-size:13px; color:var(--muted)}
.form-control{
  width:100%;
  padding:12px 12px !important;
  border-radius:12px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(0,0,0,.20) !important;
  color:var(--text) !important;
  outline:none !important;
}
.form-control:focus{border-color:rgba(185,140,255,.55); box-shadow:0 0 0 4px rgba(185,140,255,.12)}
.btn-landing{
  cursor:pointer;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(185,140,255,.35);
  background:linear-gradient(180deg, rgba(185,140,255,.35), rgba(185,140,255,.18));
  color:var(--text);
  font-weight:600;
  width:80%;
}

.div-element-radio {
    line-height: 35px;
    padding-top: 0px !important;
}

.btn-landing:hover{border-color:rgba(255,204,242,.45)}
.notice{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--border);
  color:var(--muted);
  background:rgba(0,0,0,.12);
  margin-top:12px;
}
.notice.success{border-color:rgba(120, 255, 180, .25); color:#d9ffe9}
.notice.error{border-color:rgba(255, 120, 120, .25); color:#ffe0e0}
.footer{
  margin-top:28px;
  color:rgba(255,255,255,.55);
  font-size:12px;
}
.small{
  font-size:12px;
  color:rgba(255,255,255,.65);
}

header {
	text-align:center;
}
img.logo {
	max-width:350px;
}


header {
	text-align:center;
}


.container-img-voyante {
    text-align: center;
    margin-bottom: 20px;
}


.img-voyante {
	border-radius:300px;
	max-width:250px;
	    border: 5px solid #c79a40;
}




.div-retour-container .div-retour {
color:#ffffff;
}




@media (max-width: 576px) {
    
	img.logo {
	max-width:200px;
}

	.img-voyante {
		max-width:150px;
	}

}

