/* Ajout de styles de base directement dans le code HTML */
			
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background-color: #2d3d75;
	color: white;
	z-index: 1000;
	padding: 20px;
	text-align: left;
}

.logo {
	/* top: 0; */
	/* left: 0; */
	width: 33%;
	
	}
.logo img{
	position: left;
	background-color: #2d3d75;
	color: white;
	z-index: 1000;
	padding: 2px;
	text-align: left;
	height: 80px; /* Ajustez la taille du logo */
	background-color: #ffff
	}	
.slogan{
	position: fixed;
	top: 0;
	left: 33%;
	width: 33%;
	height: 10%;
	background-color: #2d3d75;
	color: white;
	z-index: 1000;
	padding: 20px;
	text-align: center;
}
nav {
	position: fixed;
	top: 0;
	left: 70%;
	width: 33%;
	height: 10%;
	background-color: #2d3d75;
	color: white;
	padding: 20px 0;
	text-align: center;
	z-index: 999;	
}
.menu {
	position: fixed;
	top: 0;
	left: 70%;
	width: 33%;
	height: 10%;
	background-color: #2d3d75;
	color: white;
	padding: 20px 0;
	text-align: center;
	z-index: 999;
}
nav a {
	color: white;
	margin: 0 1px;
	text-decoration: none;
	font-size: 15px;
}
nav a:hover {
	background: #7d3d70;
}

label, #toggle
{
    display: none;
}
@media all and (max-width: 800px)
{
    nav
    {
        height: 60px;
    }
 
    nav .menu 
    {
        display: none;
		top:80px;
        flex-direction: column;
        /* background: #48435C; */
        height: 30px;
		left:70%;
		
    }
	 nav .menu{
        width: 20%;
    }
	
	label 
    {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: left;
        margin: 0 auto;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
	#toggle:checked + .menu{
	 display: flex;
	 
	 }
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding-top: 10%;
	background-color: #f4f4f9;
}


section {
	padding: 50px 20px;
	text-align: left;
}

.services-main img{
	float:left;
	left: 0%;
	width: 50%;
	color: white;
	z-index: 1000;
	padding: 20px;
	text-align: left;
	height: 50%; /* Ajustez la taille du logo */
	
	
}
.services-main-text {
	
	left: 50%;
	z-index: 1000;
	padding: 20px;
	text-align: left;
	height: 50%; /* Ajustez la taille du logo */
}




.services, .contact {
	/* display: flex; */
	justify-content: space-around;
	margin-top: 160px;
}

.service-item img{
	float:left;
	left: 0%;
	width: 50%;
	color: white;
	z-index: 1000;
	padding-right:20px;
	text-align: left;
	height: 50%; /* Ajustez la taille du logo */
	
	
}
.service-item H3{
	left: 50%;
	width: 50%;
	padding: 20px;
	z-index: 1000;	
	text-align: left;
	height: 50%; /* Ajustez la taille du logo */
}



.service-item, .contact-form {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-item h3, .contact-form h3 {
	margin-top: 0;
	width: 100%;
}
footer {
	background-color: #333;
	color: white;
	text-align: center;
	padding: 5px;
	position: fixed;
	z-index: 1000;
	width: 100%;
	bottom: 0;
}
.error {
            color: red;
            text-align: center;
}