body{
    width: 1280px;
    margin: 0 auto;
    background-color: white;
}



.titreSurImage {  /* Titre sur l'image ne pas toucher car fais partie de la banniere.php */
    position: absolute;
    top: 10%;
    left: 42%;
    color: black;
    font-size: 4em; 
    text-align: center;
    border: 2px solid black; 
}

.blasonDeLaVille {
    width: 100%;
    height: 70%;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blasonDeLaVille img {
    max-width: 100%;
    height: auto;
}
.navbar {
    background-color:gray;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    list-style-type: none;
    border-radius: 10px;
}
.navbar a {
    text-decoration: none;
    color: black;
}
.navbar  a:hover {
    color: tomato;
    
}
.contact{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.contact img{
   width: 50%;

}
h1 {
    text-align: center;
    margin-top: 20px;
    color: black;
}





table {
    width: 100%;
    border-collapse: collapse;
}

td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

td img {
    max-width: 100%;
    height: auto;
}
.capital-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.capital-links a {
    text-decoration: none;
    color: black;
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
    text-align: center;
}

.capital-links a:hover {
    background-color: #ddd;
}
.back-to-home {
    margin-top: 20px;
    text-align: center;
}

.back-to-home a {
    text-decoration: none;
    color: blue;
    font-weight: bold;
}

.back-to-home a:hover {
    text-decoration: underline;
}




.header {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.banniere {
    width: 100%;
    height: auto;
}

.titreCapital {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 80px;
    background-color: rgba(245, 245, 220, 0.75);
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    border-radius: 10px;
}

.content {
    width: 1280px;
    margin: 0 auto;
}

.contact-form {
    width: 620px;;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form label {
    display: block;
    height: 30px;
    width: 200px;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 400px;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 20px;
    border-radius: 5px;
}

.contact-form input {
    height: 30px;
}

.contact-form textarea {
    height: 80px;
}

.contact-form button {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: forestgreen;
}
.culture{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.geographie{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.histoire{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.liens{
    display: flex;
    flex-direction: column;
    align-items: center;
}
    
    
  
  