
#titreSelectionservices{
  font-size:1.2em;
  font-family: 'Montserrat',sans-serif;
  text-align:center;
  color: #30323d;
}
.blocSelService{
  width:12em;
  margin:auto;

}
.blocSelectionservices{
  background-image: url("https://espacestrail.run/assets/img/bg_cartegrise.jpg");
  background-size: cover;
  background-position: bottom;
}
.blocIntservice{
  background-color: white;
  padding-bottom:1em;
}
.nomSelectionservices{
  font-size: .8em;
  font-weight: 700;
  color: #1C1C1C;
  text-align: center;
  height: 6.5em;
  vertical-align: middle;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2em;
}
.nomSelectionservicesPortail{
  text-transform: uppercase;
  color:var(--color-yellow);
  font-size:.55em;
  height: 3em;
  font-weight: bold;
}
.logoService {
  border-style: solid;
  border-color: #4E4E4E;
  border-radius: 50%;
  padding: .25em;
  border-width: 2px;
  height: 2.8em;
  width: 2.8em;
  margin-left: 4.6em;
  background: #f5f6f7;
  margin-top: -1.4em;
  position: absolute;
  margin-bottom: 2em;
}
.iconeService {
  max-height: 2em;
  display: block;
  margin: auto;
  filter: brightness(0) saturate(100%) invert(28%) sepia(16%) saturate(0%) hue-rotate(195deg) brightness(94%) contrast(91%);
}
.localiteServices{
  font-size:.8em;
  color:var(--color);
  height: 3em;
}

#blocSelectionservices{
  width:100%;
  position: relative;
}
#blocSelectionservicesInt{
  width:100%;
  height:100%;
  padding:1em 3em;
}
.lienSelectionservices,.lienSelectionservices>a,.lienSelectionservices>a:visited,.lienSelectionservices>a:hover{
  background-color:var(--color-yellow);
  color:white;
  font-weight:700;
  text-align:center;
  text-decoration: none;
  font-size:.85em;
}
.imgService{
  background-size: cover;
  background-position: center;
  height:6em;
}
@media (min-width: 576px) {
  #titreSelectionservices{
    font-size:1.4em;
  }
}
@media (min-width: 768px) {
  #titreSelectionservices{
    font-size:1.6em;
  }
}

@media (min-width: 992px) {
  #titreSelectionservices{
    font-size:1.8em;
  }

}

@media (min-width: 1200px) {
  #titreSelectionservices{
    font-size:2em;
  }

}

@media (min-width: 1800px) {
  .blocSelectionservicesInt{
    padding:1em 20em;
  }
}
