
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    font-family: 'Montserrat';
    background-color: #f0f0f0;
    text-align: center;
    margin: 0;
    padding: 0;
    background-image: url(https://i.imgur.com/L1Sk6ar.png);
}

.container {
    position: relative;
    max-width: 500px;
    margin-bottom : 50px;
    padding: 20px;
   
    background-color: rgba(255, 255, 255, 0.8); /* Couleur de fond transparente */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1; /* Assurez-vous que le conteneur est au-dessus de l'overlay */
}

.container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit; /* Prendre la couleur de fond du conteneur */
    filter: blur(10px); /* Appliquer le flou */
    z-index: -1; /* Placer derrière le conteneur */
}



h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

input[type="tel"] {
    width: calc(50% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

button {
    background-color: #FFB820;
    color: white;
    border: none;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

p span {
    font-weight: bold;
    color: #FFB820;
}
 

h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

input[type="tel"] {
    width: calc(50% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

button {
    background-color: #FFB820;
    color: white;
    border: none;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

p span {
    font-weight: bold;
    color: #FFB820;
}
 
