.tag-list
{
    display:flex;flex:0.4;
    border-radius: 15px;
    background-color: #DFB734;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 9px;
    font-weight: 500;
    text-align: center;
}
.btn-red-white
{
    color: #FFFFFF;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    display:flex;
    padding:10px 30px 10px 30px;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    border-radius:100px;
    background-color: #FE5250;
}
.listing-item
{
    display:flex;
    border-radius: 10px;
    align-items:center;
    justify-content:center;
    background-color: #FFFFFF;
    width:211px;
    flex-direction: column;
    font-family: Lato;
    margin:0px 0px 37px 0px;
}
.listing-item-tag {
    display:flex;
    align-items: center;
    justify-content:center;
    width: 127px;
    height : 79px;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin:0px 36px 31px 0px;
    cursor: pointer;
}
.filtrer
{
    display:flex;
    color: #6F6F6F;
    font-family: Lato;
    font-size: 12px;
    line-height: 15px;
    align-items: center;
}
.filtrer-select
{
    align-items:center;
    color: #6F6F6F;
    font-family: Lato;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    background: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.nombresMenu
{
    color: #6F6F6F;
    font-family: Lato;
    font-size: 20px;
    font-weight: normal;
    /*line-height: 24px;*/
    margin-right: 16px;
}
.borderLastListing
{
    display:flex;
    height:50px;
    border-top: 1px solid #F1F1F1;
    padding-top: 10px;
    width:100%;
    align-items:center;
    justify-content:center;
}
.createTitle {
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

/**Menu mon compte **/
.menu-wrapper {
    position: fixed;
    height: 100%;
    width: 206px;
    background-color: rgba(255, 255, 255, .8);
    margin-left: -206px;
    margin-top: -2px;
    opacity: 0;
    /*-webkit-box-shadow: 10px 10px 6px -8px rgba(161, 136, 119, .7);*/
    transition: all .5s ease-in-out;
    border-radius: 2px;
    padding: 0 auto;
    border-right: 0px solid rgba(0, 0, 0, .2);
    border-bottom: 0px solid rgba(0, 0, 0, .2);
  }
  
  .menu-open {
    margin-left: 0px;
    opacity: 1;
  }
  /**Menu mon compte**/


  /**Menu drag n drop compétences SMS**/
  .menu-wrapper-drag {
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    /*background-color: #F1F3F5;*/
    background-color: rgba(241,243,245, 1);	
    box-shadow: '0 0 4px 0 rgba(0,0,0,0.17)';
    z-index:99;
    min-height: 92vh;
    width: 320px;
    margin-left: -300px;
    margin-top: 0px;
    opacity: 0;
    transition: all .5s ease-in-out;
    border-radius: 2px;
    padding: 0 auto;
    border-right: 0px solid rgba(0, 0, 0, .2);
    border-bottom: 0px solid rgba(0, 0, 0, .2);
  }
  /**Menu drag n drop compétences SMS**/
  
  .menu-open-drag {
    margin-left: 0px;
    opacity: 1;
  }

  /**SearchBarSMS**/
.search-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px 0 0 0;
  font-family: Lato;
  font-size: 18px;
  max-width: 440px;
  min-width: 168.5px;
  height: 100%;
  transition: all 100ms ease-in-out;
}
.search-box .textbox {
  height: 40px;
  min-width: 100%;	
  border-radius: 32.5px;	
  background-color:  #fff;
  color: #000000;
}
.search-box .textbox input[type=text] {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 8px 50px;
  font-family: Lato;
  font-weight: 500;
  outline: none;
  background: #FFFFFF;
  border-radius: 32.5px;	
  color: #B4B4B4;
  font-size: 15px;
}
.search-box .textbox input[type=text]:focus {
  background: #ffffff;
  color: #000000;
}
/*
Search Bar sms end
*/


/*Level Bar*/
.styleHeader {
  display: flex;
  flex-direction: row;
  height: 65px;
  border: 1px solid #EEEEEE;	
  background-color: #FFFFFF;	
  box-shadow: 0 2px 3px 0 rgba(203,203,203,0.5);
  position: sticky;
  position: -webkit-sticky;
  width: 100%;
  top: 0px;
  z-index: 2;
  /*transition: all 100ms ease-in-out;*/
}

.headerTitre {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;	
  height: 63px;
  min-width: 250px;
  background-color: #EEEEEE;
  /*box-shadow: 0 2px 3px 0 rgba(203,203,203,0.5);*/
}

.headerTitre-text {
  height: 18px;	color: #979797;	font-family: Lato;	font-size: 11px;	line-height: 20px; text-transform: uppercase; margin: 0 0 0 0;
}

.headerNiveau {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.headerNiveau p {
  height: 15px;	color: #000000;	font-family: Lato;	font-size: 12px;	font-weight: bold;	line-height: 15px; margin: 0 0 0 0; width: 235px; padding-left: 25px;
}

.boutonLevel {
  margin-left: 100px;
  margin-right: 150px;
  align-items:center;
  cursor:pointer;
  display:flex;
  border:1px solid #FE5250;
  border-radius:16.5px;
  background-color:#FFFFFF;
  padding:8px 19px 7px 15px;
  /*margin-top:15px;*/
}