pages de garde
/* PAGE DE GARDE – CSS */
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
.mcpa-landing {
position: fixed;
inset: 0;
width: 100vw;
height: 100vh;
background-image: url(« https://mouvementpapaaction.mirabelle.tech/wp-content/uploads/2026/01/fa4981e4-fe43-4eb5-9a42-5a6d00aeab82.jpg »);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.mcpa-overlay {
position: absolute;
inset: 0;
background: rgba(255,255,255,0.75);
display: flex;
align-items: center;
justify-content: center;
}
.mcpa-content {
text-align: center;
max-width: 800px;
padding: 30px;
}
.mcpa-title {
font-size: 32px;
font-weight: 900;
line-height: 1.3;
}
.mcpa-text {
margin-top: 15px;
font-size: 18px;
}
.mcpa-btn {
margin-top: 30px;
padding: 16px 50px;
border-radius: 40px;
text-decoration: none;
color: #000;
font-weight: 700;
background: linear-gradient(90deg,#ffe15a,#ff8a32);
display: inline-block;
}
@media (max-width:700px) {
.mcpa-title { font-size: 26px; }
.mcpa-text { font-size: 16px; }
}
