
  body {
    font-family: "comic sans ms";
    /* background-color:rgb(32, 65, 109); */
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .entete{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  h1 {
    color: var(--color-text);
    font-size: 3rem;
  }
.entete img{
  width: 4%;
  border-radius: 5px;
  height: 50%;
  margin-left: 1%;
}  

  main{
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    min-height: 45vh;
    width: 100%;
    margin: 1% auto 2%;
  }

  .bc-grey{
    background-color: var(--color-background);
    border-radius: 15px;
  }

  .contenu{
    /* border: solid; */
    width: 80%;
    margin-right: 0;
  }
  
  .colonne{
    display: flex;
    justify-content: space-around;
    /* margin: 4% auto 2% auto; */
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  
  h2{  
    /* -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgb(70, 33, 2); */
    color: var(--color-text);
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  
  h3{
    display: flex;
    margin: 0;
    justify-content: center;
  }
    
  .container{
    width: 82%;
    display: flex;
    margin: auto;
  }
  .rubrique{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
  }

  .text{
    color: var(--color-text);
    margin: 20px 10px;
    text-align: justify;
  }
  
  .image{
    border-radius: 15px;
    width: 80%;
  }
  .plan_proche{
    width: 60%;
  }
  .ecusson{
    width: 40%;
  }
  .relief{
    width: 40%;
  }
  

  @media screen and (max-width:768px) and (min-width: 426px)  {

    .container{
      flex-direction: column;
    }
    .text{
      margin: 0px 10px;
    }
    .contenu{
      /* border: solid; */
      width: 100%;
    }
  .colonne{
    margin: 10px 0;
  }
  .entete img{
    width: 7%;
  }
}
@media screen and (max-width: 425px)  {

  .container{
    flex-direction: column;
  }
  .text{
    margin: 0px 10px;
  }
  .contenu{
    /* border: solid; */
    width: 100%;
  }
.colonne{
  margin: 10px 0;
}
.entete img{
  width: 12%;
}
}