* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body, html {
    height: 100%;
}

/* Image plein écran en arrière-plan */


/* En-tête avec logo et titre */
.header {
    text-align: center;
    padding: 40px 20px 20px;
    color: white;
}

.logo {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
}

.site-title {
    font-size: 3em;color:#8b6fc4;
	
}

.site-title2 {
    font-size: 2.3em;
}

/* Contenu principal */
.content {
    position: relative;
    z-index: 1;
    color: white;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.description {
    font-size: 18px;
    margin-bottom: 20px;
    background-color: #8b6fc4;
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(4px);
}

.tel {
    color: #ffffff;;
    text-decoration: none;
	font-size:2em;

}



.email a {
    color: #ffffff;
    text-decoration: none;
	font-size:2em;


}
.contact{
	background:#8b6fc4;padding:10px;
}
.email a:hover {
    text-decoration: underline;
}


/**********copyright**************/
.copyright {position:relative;top:50px;display:block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
