
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
textarea {
  width: 1550px;
  height: 200px;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  padding: 20px;
}

.navbar {
  background:#004466;
  color: #fff;
  padding: 10px;
}

.navbar ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.navbar a {
  color: white;
  text-decoration: none;
}

main {
  margin-top: 20px;
}

h1 {
  margin-bottom: 10px;
  color: #ffffff;
}

.offre-card {
  background: white;
  padding: 15px;
  margin: 15px 0;
  border-left: 5px solid #3498db;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.offre-card button {
  background: #3498db;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

#candidature-spontanee {
  background: rgb(150, 150, 242);
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
}

.candidature-form {
  display: flex;
  flex-direction: column;
}

.candidature-form input,
.candidature-form textarea {
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  max-width: 600px;
}

.candidature-form button {
  background: #004466;
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  width: fit-content;
}

footer {
  margin-top: 30px;
  text-align: center;
  background: #333;
  color: white;
  padding: 10px;
}
#title{
   
   text-align: center;
   
   
    background-image: url("discussing-business-chart.jpg");
    
    border-radius: 8px;
  
    padding: 20px;
    color: white;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1);
}