.formCoteACote{
    border: 3px solid #AE873F;
    width: 620px;
    display:  inline-block;
    margin: 10px auto;

}
.cercleBorder{
    border:1px solid gray;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 20px;
}
.center{
    
    border: 1px solid red;
    width: 300px;
    margin: 0 auto 0 auto;
}
.container2 {
    display:         flex;
    flex-wrap:       wrap;
    justify-content: center;
  }
  /* li{
      list-style: none;
  }
  li:before{
      content:"\2705";
  } */

  .styleDeButtonSuppEtEdit {
    color: #dbb352;
    /* background-color: #dbb352; */
    /* border: 2px solid #dbb352; */
    background: none;
    border: none;
    font-size: 18px;
    background-position: right bottom;
    text-decoration-color: #dbb352;
  }
  .styleDeButtonSuppEtEditV2 {
    color: #dbb352;
    /* background-color: #dbb352; */
    /* border: 2px solid #dbb352; */
    background: none;
    border: none;
    font-size: 25px;
    background-position: right bottom;
    text-decoration-color: #dbb352;
  }
  .styleDeButtonSuppEtEdit:hover  {
    text-decoration:underline;

  }
  .styleDivisionDansAccordeon{
    margin: 10px auto;
  }
  .centerDeMoi{
    margin: 0 auto;
  }
  .petitEspacement{
    margin: 5px 20px;
  }

  .margeGauche115px{
    margin-left:112px;
  }
  input[type=checkbox] {
    display: inline;
}

.btn-primary {
    background: #dbb352;
    border: 0px;
}