.c-title{
    font-weight: bolder;
    color: darkslategrey;
}
.row-content{
    height: 25.0rem;
    margin: 1.5rem 0;
}

.col-content{
    width: 50%;
    max-height: 100%;
}

.card-content{
    color: #000000;
    font-weight: bold;
}

.col-sfondo{
    background-image: url("/images//sfondo.jpg");
    background-repeat: repeat;
    color: #000000;
/*    font-weight: bolder;*/
}

.img-content{
    display: block; 
    height: 20rem; 
    width: 27rem; 
    max-width: 100%; 
    margin: 0 auto;
}

.img-content-services{
    display: block; 
    height: 10.5rem; 
    width: 30rem; 
    max-width: 100%; 
    margin: 0 auto;
}

.bg-lunda{
    background: darkslategrey;
}

.bg-titre{
    background: darkslategrey;
}

.font-size-1{
    font-size: 80%;
}

.margin-01{
    margin: 0rem 0.16rem ;
    padding: 0.4rem;
}

hr {
  border: none;
  border-top: 3px double #000;
  color: #000;
  overflow: visible;
  text-align: center;
  height: 5px;
}

hr:after {
  background: #fff;
  content: '§';
  padding: 0 4px;
  position: relative;
  top: -13px;
}

h5{
    margin: auto;
    padding: auto;
}
