/** 
*    PAGE OFFRE 
**/
body{
    background-image: none!important;
    background-color: #212529;
}
footer{
    font-family: 'Gilroy Light';
    background-color: #121617;
    margin-top: 0;
}
section{
    margin-top: 15px;
    padding: 10px;
}

p{
    margin-top: revert !important;
    color: white;
}


.title-body{
    background-color:white;
    color: #212529;
    display: inline-block;
    border-radius: 0 15px 15px 0;
    padding: 0 10px 0 10px;
    width: max-content;
}
.container-m{
    color: white;
}

.formules{
    display: flex;
    flex-direction: column;
    
}
.offrons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px;
}

.dist{
    display: flex;
    justify-content: center;
}
.box{
    background-color: #11B257;
    border-radius: 5px;
    padding: 5px;
    width: max-content;
}
.row-offre{
    display: flex;
    justify-content: center;
    text-align: center;
}
.formules-img{
    width: 300px;
}
.section-offres{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 15px;
    
}
.section-offre-header{
    background-color: #11B257;
    color: white;
    text-align: center;
    padding: 10px;
    margin: 0;
    border-radius:10px 10px 0 0;
}

.section-offre-body{
    display: flex;
    flex-direction: column;
    padding: 10px;

}

.section-offres-text{
    color: #212529;
}

.formule-1{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 15px;
    color: black;
    width: 400px;
    height: 200px;
}
.section-panier{
    display: flex;
    flex-direction: column;
}


.section-distrib{
    text-align: center;
}

.img-distrib{
    width: 250px;
}

/** Tags Cloud **/
#tagscloud {
    width: 250px;
    height: 260px;
    position: relative;
    font-size: 12px;
    color: #333;
    margin: 20px auto 0;
    text-align: center;
  }
  
  #tagscloud a {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #333;
    font-family: 'Gilroy Light';
    text-decoration: none;
    margin: 0 10px 15px 0;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 3px;
  }
  
  #tagscloud a.tagc1 {
    background-color: #11B257;
    border-radius: 5px;
    padding: 5px;
    width: max-content;
  }

  #tagscloud a:hover {
    color: #fff;
    background:  #11b25794;
  }

  .section-text-menu{
      color: black !important;
  }