body {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.contact-list {
    list-style-type: none;
    padding: 0;
}
.contact-item {
    background-color: white;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.contact-item:hover {
    transform: translateY(-5px);
}
.contact-name {
    font-weight: bold;
    color: #2c3e50;
}
.contact-info {
    margin-top: 0.5rem;
}
.contact-info span {
    display: block;
    margin-bottom: 0.25rem;
}

/******************** Les deux(2) logos************************************/


header {
  background-color: #3498db;
  color: white;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}


.entete{
  padding: 5px;
  text-align: center;

}

h2 {
font-size: 21px;
}

h3 {
font-size: 20px;
margin: 1rem;
margin-top: 50px;
}

/** --Debut-- Armoirie de la République**/
/*#logo1 {
    margin-left: 940px;
    padding: 35%;
    height: 200px;
    
}*/
/*@media screen and (max-width: 1500px ) {
    .logo1 {
        margin-top: -26%;
        width: 45%;
        margin-left: 55%;
    }

    #logo1 {
        margin-top: 22%;
        width: 45%;
        margin-left: 55%;
    }

    .logo {
        margin-top: 10%;
        width: 45%;
        margin-right: 55%;
    }

    #logo {
        margin-top: -20%;
        width: 45%;
        margin-right: 55%;
    }
    /*body{
        width: 100%;
    }
}*/

/*.logo1{
      margin-top: 10px;
      width: 10px;
      height: 10px;
}*/

@media screen and (max-width: 1500px){
     .logo1 {
        margin-top: -26%;
        width: 45%;
        margin-left: 55%;
    }

    #logo1 {
        margin-top: 18%;
        width: 45%;
        margin-left: 55%;
    }
}

@media screen and (max-width: 1500px){
     .logo {
        margin-top: 10%;
        width: 45%;
        margin-right: 55%;
    }

    #logo {
        margin-top: -20%;
        width: 45%;
        margin-right: 55%;
    }
}
/** --Fin-- Armoirie de la République **/

/******************** Les deux(2) logos fin************************************/

/********* Slider bar début ********************************************/
nav {
    background-color: #3498db;
    padding: 1em;
    border-radius: 8px;
    margin-top: 20px;
}
nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #ff4081;
}

.content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.main-content, .sidebar {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.news-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news-item:last-child {
    border-bottom: none;
}


/********* Slider bar FIN ********************************************/

/********* Formulaire et localisation début ********************************************/


  .content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .contact-form {
    flex: 1;
    background: #fff;
    padding: 20px;
    margin-right: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .map-container {
    flex: 1;
    height: 400px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .form-group {
    margin-bottom: 20px;
  }
  .form-group label {
    display: block;
    margin-bottom: 5px;
  }
  .form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .form-group textarea {
    height: 100px;
  }
  button {
    display: inline-block;
    background: #3498db;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  button:hover {
    background: #ff6a3c;
  }
  /********* Formulaire et localisation fin ********************************************/

/************* Footer (Peid de Page)********************************/

footer {
    background-color: #3498db;
    color: white; 
    text-align: center;
    padding: 0em;
    border-radius: 8px;
    margin-top: 20px;
  
}

footer a:-webkit-any-link{
    color: black;
}

/******************* Section réseaux sociaux *************************/

footer img a{
    font-size: 20px;
    margin: 10px auto;
    max-width: 330px;
}

footer img{
    width: 55px;
    margin: 2px 2px;
    transition: background 0.5s;
}

footer img:hover{
    transform: scale(1.2);
}

/******************* Section réseaux sociaux fin ****************/

/************* Footer (Peid de Page) Fin *************************************************/