@charset "utf-8";
/* CSS Document */

/*  STYLE REALISATION SITE  */

.realisation-lien-site {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.realisation-img {
  width: 100%;
  height: 100%;
  display: block;
}

  /* Style tuile */

  .slick-slide .div-one-realisation {
    padding: 10px !important;
    margin: 0 !important;
    box-shadow: none !important;
  }

  .div-realisations.tuile-view {
    display: grid;
  }

  .div-realisations.tuile-view .div-one-realisation{
    margin: 15px 10px;
    height: fit-content;
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.15);
  }

  .div-realisations.tuile-view .div-one-avis{
    margin: 15px 10px;
    height: fit-content;
/*    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.15);*/
  }

  .div-realisations.tuile-view .div-one-avis {
    text-align: center;
    margin-bottom: 30px;
/*    background-color: #f7f7f7;*/
    height: fit-content;
/*    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.15);*/
  }

  .div-realisations.tuile-view .realisation-avis-nom-site {
    background-color: #01a3ae;
    padding: 10px;
  }

  .div-realisations.tuile-view .realisation-avis-nom {
    padding: 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
  }

  .div-realisations.tuile-view .realisation-avis-site {
    font-size: 18px;
    font-weight: 600;
  }

  .div-realisations.tuile-view .realisation-avis-site a {
    color: #000000;
  }

  .div-realisations.tuile-view .realisation-avis {
    padding: 15px 0px;
	  font-size:17px;

	  text-align:left;
  }

  .div-realisations.tuile-view .div-realisation-titre-category {
    text-align: center;
    background-color: #01a3ae;
    padding: 0.5em 0;
  }

  .div-realisations.tuile-view .realisation-titre{
    padding-bottom: 0;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
  }

  .div-realisations.tuile-view .realisation-category {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
  }

  /* Fin Style tuile */

  /* Style liste */

  .div-realisations.liste-view .div-one-avis {
/*    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.15);*/
    margin-bottom: 50px;
  }

  .div-realisations.liste-view .realisation-avis-nom-site {
    background-color: #01a3ae;
    padding: 10px;
  }

  .div-realisations.liste-view .realisation-avis-nom {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 0.3em;
	  text-align: center;
  }

  .div-realisations.liste-view .realisation-avis-site {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
	  text-align: center;
  }

  .div-realisations.liste-view .realisation-lien {
text-align: center;	  
}
  .div-realisations.liste-view .realisation-lien a, .div-realisations.tuile-view .realisation-lien a{
    color:#000;
	  font-size:15px;
	  font-weight:700;
  }

  .div-realisations.liste-view .realisation-avis-site a, .div-realisations.tuile-view .realisation-avis-site a {
    color: #000000;
    font-weight: 600;
  }

  .div-realisations.liste-view .realisation-avis, .div-realisations.tuile-view .realisation-avis {
    font-size: 16px;
    color: #000000;
    padding: 10px 0px;
  }
  /* Fin Style liste */

.div-realisations.tuile-view .slick-prev {
	left:-50px !important;	
}
.div-realisations.tuile-view .slick-next {
	right:-50px !important;	
}

@media (max-width: 1000px) {

.div-realisations.tuile-view .slick-prev {
	left:-15px !important;	
}
.div-realisations.tuile-view .slick-next {
	right:-15px !important;	
}
	
}

/*  FIN STYLE REALISATION SITE  */