.u-tags-v1 a{
	text-decoration: none;
		  color: white;
		  font-weight: bold;
}
.u-tags-v1:hover{
	text-decoration: underline;
}


@mixin clearfix() {
  &::after {
    display: block;
    content: "";
    clear: both;
  }
}

.element {
  @include clearfix;
}

ul:nth-of-type(4) {
  list-style-type: decimal;
}	

.border-grey{
  border: solid 1px #555;
}

@media (min-width: 576px){
  .modal-dialog {
    /*max-width: 400px;*/
    
    .modal-content {
      padding: 1rem;
    }
  }
}

.modal-header {
  .close {
    margin-top: -1.5rem;
  }
}

.form-title {
  margin: -2rem 0rem 2rem;
}

.btn-round {
  border-radius: 3rem;
}

.delimiter {
  padding: 1rem;  
}

.social-buttons {
  .btn {
    margin: 0 0.5rem 1rem;
  }
}

.signup-section {
  padding: 0.3rem 0rem;
}

.tableclassement td{
  padding: 0.1rem;
  vertical-align: middle;
  border-top: 0px;
}

.progression_vert{
  fill: green;
}
.regression_rouge{
  fill: red;
}
