/*intro photo 1*/

.intro_container{
  position: relative; 
  height: 530px;
  background-image:url("/images/intro_accueil.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; 
  padding:3% 5% 5% 10%;
}
.sous_contact{
  display: flex;
  flex-direction:row;
  align-items: center;
}

.img_decales{
  width: 900px;
  margin: 0 auto;
  transform: translateY(-50px);
}
.img_presentation{
  border:4px solid white;
}

.texte_presentation{ 
  box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .15), 0 50px 100px -20px rgba(50, 50, 93, .3), 0 30px 60px -30px rgba(0, 0, 0, .5);
  margin: 3%;
}

/*services*/

.carre_services{
  position: relative;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img_services{
  width:100%;
  object-fit: cover;
  opacity:1;
  filter: brightness(75%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.img_services:hover {
  transform:scale(1.1);
}

.texte_services{
  position: absolute;
  top:70%;
  left:60%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width:300px;
  color:aliceblue;
}

/*bandeau lp peinture*/
.bandeau{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image_bandeau {
  background-image:url("/images/conception_interieur.webp") ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 height:300px;
  width: 100%;
}

/*collaborations qui*/

.bandeau_titre{
  background-image: linear-gradient(rgba(43, 93, 97, 0.6), rgba(23, 59, 63, 0.6)),url("/images/bandeau.jpg") ;
  height:280px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 85% bottom 65%;
  justify-content: center;
  color:aliceblue;
  text-align: center;
}

.liste_collaborations{
  max-width: 1300px;
  margin: 0 auto;
  word-break: break-word;
  box-sizing: border-box;
}

.fiche{
    place-items: center;
    box-sizing: border-box;
    border-right: 1px solid grey;
}
.fiche:nth-child(1){
  border-left: 1px solid grey;
}

/* avis google*/
.google-review{
  display:flex;
  flex-direction: column;
  padding:1rem;
  align-items: center;
  margin:auto;
}
.carouavis{
  margin: 0;
  display: grid;
  grid-template-rows: 250px 100px;
  grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
  align-items: center;
  justify-items: center;
}
.tousacarresavis{
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width: 100vw;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 5;
  --middle: 3;
  --position: 1;
  pointer-events: none;
}

div.item {/*rectangle contenant les avis*/
  position: absolute;
  width: 300px;
  height: 250px;
  padding: 2%;
  box-sizing: border-box;
  background-color: white;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r)))
    translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

div.item:nth-of-type(1) { --offset: 1;}
div.item:nth-of-type(2) { --offset: 2;}
div.item:nth-of-type(3) { --offset: 3;}
div.item:nth-of-type(4) { --offset: 4;}
div.item:nth-of-type(5) { --offset: 5;}


input:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
input:nth-of-type(1):checked ~ .tousacarresavis {--position: 1;}

input:nth-of-type(2) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}
input:nth-of-type(2):checked ~ .tousacarresavis {--position: 2;}

input:nth-of-type(3) {
  grid-column: 4 /5;
  grid-row: 2 / 3;
}
input:nth-of-type(3):checked ~ .tousacarresavis {--position: 3;}

input:nth-of-type(4) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}
input:nth-of-type(4):checked ~ .tousacarresavis {--position: 4;}

input:nth-of-type(5) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}
input:nth-of-type(5):checked ~ .tousacarresavis {--position: 5;}
     /*interieur avis*/
hr{
  width:90%;
  height: 0.5px;
  margin: 0;
	border: 0;
	color: #e3dfdf;;
	background-color: #3c3b3b;
}
.nomavis{
  display: grid;
  height:50px;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 50% 50%;
}
.rondavis{
  grid-column: 1/2;
  grid-row: 1/3;
}
.auteuravis{
  grid-column: 2/4;
  grid-row: 1/2;
  font-size: 12px;
  font-weight: 600;
}
.tempsavis{
  grid-column: 2/4;
  grid-row: 2/3;
  font-size:12px;
  font-weight:200 ;
}
.G{
  grid-column: 4/5;
  grid-row: 1/3;
}
.texteavis{
  font-size: 12px;
  height:40%;
}

.liengoogle{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/*grenoble*/
.img_grenoble{
  height: 380px;
  background-image: url(/images/gre6.webp);
  background-repeat: no-repeat;
  background-size:cover; 

}
