body{
	font-family: 'Quicksand', sans-serif;
 }
.souligne {
	width: 80%;
	height: 3px;
	background: #ff2f7a;
	margin: auto;
}

/*.h3, h3 {
    font-size: 1.75rem;
    font-weight: 400;
  }
*/
  .h1, h1 {
    font-size: 2rem;
    /*font-weight: 300;*/
    font-weight: bold;

  }
    
  .h2, h2 {
    margin-top:2.5rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.9rem;
  }
     .h3, h3 {
    font-size: 1.2rem;
    font-weight: bold;
  }

.bg-rose{
    background: #ff2f7a;
}
.text-rose{
    color: #ff2f7a;
}

.h1, h1 {
  font-weight: bold;
}
.h1-ex{
  text-decoration: underline;
  color:#f4a897;
}

ol.parentheses {
  list-style: none;
  counter-reset: section;
  padding-left: 0;
  font-size: 1.4rem;
  color:#606060;
}

ol.parentheses li {
  counter-increment: section;
  margin-bottom: 6px;
}

ol.parentheses li::before {
  content: counter(section) ") ";
  font-weight: bold;
  margin-right: 7px;
}
p{
  line-height: 1.6rem;
  color:#606060;
}

@media (max-width: 768px) {
  .h1, h1 {
    font-size: 1.35rem;
    /*font-weight: 300;*/
    font-weight: bold;

  }
    
  .h2, h2 {
    margin-top:2.5rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.9rem;
  }
     .h3, h3 {
    font-size: 1.2rem;
    font-weight: bold;
  }
    
    .input-group-text{
        font-size: 11px;
        width:90px;
    }

    
}

@media (min-width: 769px) {
 
    .souligne {
	width: 40%;
	height: 3px;
	background: #ff2f7a;
	margin: auto;
}
 .input-group-text{
         width:130px;
    }

}



        
