.soft-line-blue{
  background-color: #007bdb;
}
.soft-line-grey{
  background-color: #4b4b4b;
}
.soft-line-gris-clair{
  background-color: #ebecf5;
}
.arianne{
  position:fixed;
  width:100%;
  z-index:2;
}
.soft-line-white{
  background-color: white;
}
.soft-sharing-content{
  margin:auto;
  text-align:left;
}
.softBleu{
  cursor:pointer;
  background-color:#007bdb;
  border-color:#007bdb;
  border-style:solid;
  border-width:1px;
  border-radius:5px;
  color:white;
}
.softBleu:hover{
  background-color:#76b5e6;
  color:white;
}
.soft-sharing-content-box{
    margin:auto;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 10px 10px 20px grey;
    text-align:left;
}

.buttonBlue {
    color: white;
    background-color: #1086e7;
    border-color: #1086e7;
}
.buttonBlue:hover {
    color: #1086e7;
    background-color: #eff2f7;
    border-color: #1086e7;
}
.titleFontSize{
  font-weight:normal;
  color:#007bdb;
}
body{
  font-size:11px;
  font-family:"bariol_lightlight","Helvetica neue",helvetica,sans-serif;
  font-family:Arial;
  color:grey;
}
