body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', serif;
}


.top-bar {
    background-color: rosybrown;
    height: 30px;
    width: 100%;
}


header {
    text-align: center;
    margin: 20px 0;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    position: relative;
}
nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color:rosybrown;
    font-size: 18px;
    transition: 0.3s;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 40px;
    background-color: #fdfdfd;
    color: #222;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    padding: 0;
    margin-bottom: 40px;
  }
  
  nav ul li a {
    text-decoration: none;
    color: #B58989;
    font-weight: bold;
    font-size: 1.1em;
  }
  
  section {
   
    line-height: 1.8;
    color:#B58989
  }
  
  h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
  }
  
  contact {
    font-weight: bold;
  }
  
  réalisations {

    color:#B58989;;
  }
  
  apropos{
    color:#B58989;
  
  }
  
  entrée {
    color: #B58989;
  }
  
  @media screen and (max-width: 600px) {
    body {
      margin: 20px;
    }
  
    mode {
      flex-direction: column;
      gap: 15px;
    }
  
    accueil {
      font-size: 2em;
    }
  }
  .navbar {
    background-color: #f0dcdc; /* couleur rose pâle */
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .navbar ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .navbar ul li a {
    text-decoration: none;
    color: #B58989;
    font-weight: bold;
    font-size: 1.1em;
  }
  .navbar {
    background-color: #f0dcdc;
    padding: 15px 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .logo img {
    height: 90px; 
  }
  
  .navbar ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .navbar ul li a {
    text-decoration: none;
    color: #B58989;
    font-weight: bold;
    font-size: 1.1em;
  }


  h1 {
    color: #333;
    background-color:#f0dcdc;
    border-radius: 20px;
    align-items: center;
    color: #B58989;
    text-align: center;
    
  }
  #description {
    display: flex;
    flex-direction: row;

    width: 100%;
   
    
  }
  #logo{
    width: 125px;
    height: 125px;
  }
  #real1,#real2{
    display: flex;
    flex-direction: row;
  
    
  } 
  #flyer{
    width: 49%;
  }
  #flyer2{
    
    width: 49%;
  }
  #image1,#image2{
    width: 50%;
  }
  #texte1,#texte2{
    width: 50%;
  }