﻿h2{
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 500;
  margin-left: 0px;
  margin-right: 10px;
}

.liste{
  /*background-color: #ededed;*/
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: justify;
  font-weight: 100;
  
}
strong{
  font-weight: 600;
}


section div{
  display:flex;
  flex-direction: row; /* row par défaut, sinon column */
  /*background-color:#eece9f;*/
  margin-top:-4px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-evenly ;

}
section span{
  color:#5e3d29;
  font-weight: 900;
}
section div{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.texte{
    width:100%;
    padding:8px;
    text-align: justify;
    font-size: 1.15em;
    border: 1px solid black;
    box-sizing: border-box;
  }
  .titre1{
    text-align:center;
    text-transform:uppercase;
    color:white/*#5e3d29*/;
    font-size: 1.3em;
  }  
  .loue{
    color:#ec630e;
    font-weight: 700;
  } 
  .lien{
    color:#ec630e;
    font-weight:bold;
    text-decoration: none;
  }
  .lien:hover{
    color:orange;
  }
  .no-gutter{
    padding-right:0;
    padding-left:0;
   
  }
  .d{
    text-align: right;
  }
  .c{
    text-align: center;
  }