.containerImgSite{
  max-width:80%;
  width:800px;
}
.figureSite{
  max-width:40%;
  max-height: 35em;
}
.figureSite2{
  max-width:70%;
  max-height: 35em;
}
.imgSite{
  max-width:100%;
  max-height: 35em;
}
.imgSite2{
  max-width:100%;
  max-height: 35em;
}
.etatParcours:first-letter{
    text-transform: uppercase;
}
figcaption{
  font-size:.6em;
}
.etatParcours{
  font-variant: small-caps;
  display: block;
  font-weight: 700;
  text-align: center;
  font-size:1.2em;
}
.etat_ouvert{
	color:#66C547;
}
.etat_fermé{
	color:rgb(255,0,0);
}
.etat_vigilance{
	color:#fe7800;
}
.oriData{
	font-size:.9em;
}
.oriData img{
	vertical-align: middle;
	border-style: none;
	height: 2.8em;
	margin-left: .5em;
}
.mapContact{
  min-height: 40em;
  background-color: #30323d;
  color: white;
}
#siteMap{
  min-height: 10em;
}
.resourceSiteLink{
  width:100%
}
.resourceSiteLink>a,.resourceSiteLink>a:hover,.resourceSiteLink>a:visited{
  color:white;
  text-decoration: none;
}
.contactSite,.contactSite>a,.contactSite>a:hover,.contactSite>a:visited{
  line-height:1.6em;
  color:white;
  text-decoration: none;
}
.shareActu{
  padding-bottom: 1em;
  text-align: center;
}
.iconSocialShare {
    background-color: #fff;;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
}
.iconSocialShare2 {
    background-color: var(--color);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
}
.iconSocialColor {
    background-color: var(--color);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
}
.shareActuAction{
  margin-bottom: .5em;
}
.labelContact{
  font-size: .8em;
  font-weight: 700;
}
.msgSite > span {
    white-space: normal;
}
#showSignal,#addFavori,#removeFavori{
  cursor:pointer;
}
@media (min-width: 768px) {
  .mapContact{
    min-height: 20em;
  }

}


/* ACTIVITES */
.cardActivite{
  height: 8em;
  cursor:pointer;
}
.rowActivite{
  height:100%;
}
.imgActivite {
    background-size: cover;
    height: 100%;
}
