/*HEADER*/
.titre{
    display: flex;
    justify-content: right;
    height: 200px;
    margin-bottom: "30px";

}
.titre img{
    width: 120px;
    height: 120px;
}


header {
    background-color:rgb(60, 170, 60, 0.8);
    color: black;
    padding: 1em 0;
    text-align: center;
    height: 150px;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 1em;
}

section {
    padding: 2em;
}
.projet {
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 1em;
}

.projet img {
    max-width: 100%;
    height: auto;
}

.profil {
    float: left;
    margin-right: 1em;
    border-radius: 50%;
    max-width: 150px;
}

.container {
	width: 80%;
	margin: 40px auto;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
	text-align: center;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 20px;
}

label {
	display: block;
	margin-bottom: 10px;
}

input[type="text"], input[type="tel"], input[type="email"] {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ccc;
}

button[type="submit"] {
	background-color: #4CAF50;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

button[type="submit"]:hover {
	background-color: #3e8e41;
}

footer {
       .con1{
              display: flex;
              justify-content: center;
              align-items: center;
              height: 200px;
              margin-bottom: 10px;
              background-color:rgb(60, 170, 60, 0.8);
    
            }      
}




/* Responsive design (exemple) */
@media (max-width: 768px) {
  .profil {
    float: none;
    margin: 0 auto 1em;
    display: block;
  }
}

.con{
    display: flex;
    justify-content: left;
    align-items: center;
    height: 50px;
    margin-bottom: -20px;
    background-color:white;

}