@charset "UTF-8";
/********************************************************************************************* Page Terrazzo RIVERSTONE **********************************************************************************/		
.page_RIVERSTONE{
	display:block;
	width:100%;
	margin: 0 auto;
	padding:0;
    padding-bottom: 4rem;
	text-align:center;
	color:#444343;
	font-size:2rem;
	background-color:#FFF;
}
.page_RIVERSTONE .header_RStone{
    display: block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
    position: relative;
    color: #FFF;
    text-align: right;
}
.page_RIVERSTONE .header_RStone img{
    aspect-ratio: 1739/534;
}
.page_RIVERSTONE .header_RStone .introd_RStone{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-end;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0 2rem;
    padding-bottom: 4rem;
    text-align: left;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.9) 15%, rgba(0,0,0,0.7) 35%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0) 65%);
	font-weight:100;
}
.page_RIVERSTONE .header_RStone .introd_RStone h1{
	max-width:30%;
	height:auto;
	margin: 0;
	padding:0;
	text-align: left;
	font-size:2.2rem;
	font-weight:100;
}
.page_RIVERSTONE .header_RStone .introd_RStone h1 span{
    font-size:1.8rem;
}
.page_RIVERSTONE .header_RStone .introd_RStone p{
    display: block;
	max-width:30%;
	height:auto;
	margin: 0;
    margin-top: 1rem;
	padding:0;
    text-align: left;
	font-size:1.8rem;
	font-weight:100;
}
.page_RIVERSTONE .header_RStone .introd_RStone a{
	font-size:1.8rem;
	font-weight:100;
}
.page_RIVERSTONE .header_RStone .introd_RStone .showgallery{
    display: block;
	width: auto;
	height:auto;
	margin: 0;
    margin-top: 3rem;
	padding:0.5rem 1.5rem 0.5rem 1rem;
    text-align: center;
	font-size:1.8rem;
    background-color: transparent;
    border: 1px solid #FFF;
    content: '';
}
.page_RIVERSTONE .header_RStone .introd_RStone .showgallery:before {
    content:'•';
}
.page_RIVERSTONE .ColRStone{
	display:block;
	width:100%;
	height:auto;
	margin: 0 auto;
    margin-top: 3rem;
	padding:0 2rem;
}
.page_RIVERSTONE .ColRStone img{
	display:block;
	width:45%;
	height:auto;
	margin: 0 auto;
	padding:0;
}
.page_RIVERSTONE .category_slider{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap:0;
	width:100%;
	height:auto;
	margin:1rem auto;
    margin-top: 2rem;
	padding: 0;
}
.page_RIVERSTONE .category_slider .category{
    flex: 1;
	display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	row-gap:0.5rem;
	width: auto;
	height:auto;
	margin:0;
	padding:0;
    text-align: center;
    cursor: pointer;
}
.page_RIVERSTONE .category_slider .category img{
    width: 45%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.page_RIVERSTONE .category_slider .category span{
    font-size: 1.4rem;
}
.page_RIVERSTONE .category_slider .category .iconsim{
    width: 15px;
    height: auto;
    margin: 0 auto;
    margin-left: 0.2rem;
    padding: 0;
    cursor: pointer;
}
.page_RIVERSTONE .category_slider .sliders{
    flex: 5;
    min-width: 0;
    padding: 1rem 0;
    position: relative;
}
.page_RIVERSTONE .category_slider .sliders .RStone_slider .slick-slide{
    cursor: pointer;
    padding: 1rem;
    position: relative;
}
.page_RIVERSTONE .category_slider .sliders .RStone_slider .slick-slide .pic img:first-of-type{
	display:inline-block;
	vertical-align:bottom;
	margin:0 auto;
	padding: 0;
	width:100%;
	height:auto;
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
    box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.26);
}
.page_RIVERSTONE .category_slider .sliders .RStone_slider .slick-slide .pic:hover img:first-of-type, .page_RIVERSTONE .category_slider .sliders .RStone_slider .slick-slide .pic.active img:first-of-type{
	border:4px solid #9c9c9c;
}
.page_RIVERSTONE .category_slider .sliders .RStone_slider .slick-slide .pic .inoutstock{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height: 27px;
	background-image: url('https://carreaux-terrazzo.com/images5/TrCommun/InStock.gif');
 	background-repeat: no-repeat;
  	background-size: contain;
  	background-position: center right;
	cursor:pointer;
	z-index:3;
}
.page_RIVERSTONE .category_slider .sliders .RStone_slider .slick-slide .pic .inoutstock:hover{
	background-image: url('https://carreaux-terrazzo.com/images5/TrCommun/InStockHover.gif');
}
.page_RIVERSTONE .category_slider .sliders .nextRStone{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    padding-left: 7%;
    padding-right: 1rem;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,0.7) 40%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    z-index: 3;
}
.page_RIVERSTONE .category_slider .sliders .nextRStone img{
    width: 35px;
    height: auto;
    vertical-align: bottom;
}
.page_RIVERSTONE .category_slider .size{
	position: absolute;
    bottom: 0;
    right: 4.3%;
	display:block;
	width: auto;
	height:auto;
	margin:0 auto;
	padding: 0;
	text-align:right;
	font-size:1.4rem;
    font-style: italic;
}
.page_RIVERSTONE .block_gallery_RStone{
    display: block;
	width: 100%;
	height:auto;
	margin: 0 auto;
    margin-top: 3rem;
	padding:0 1rem;
    text-align: left;
}
.page_RIVERSTONE .block_gallery_RStone .showgallery{
    display: inline-flex;
	width: auto;
	height:auto;
    margin:0;
    margin-left: 50%;
	padding:0.5rem 1.5rem 0.5rem 1rem;
    text-align: center;
	font-size:1.8rem;
	font-weight:400;
    background-color: transparent;
    border: 1px solid #444343;
    color: #444343;
    content: '';
	transition:align-items 0.5s ease-in-out;
	-moz-transition:align-items 0.5s ease-in-out;
	-o-transition:align-items 0.5s ease-in-out;
	-ms-transition:align-items 0.5s ease-in-out;
	-webkit-transition:align-items 0.5s ease-in-out;
}
.page_RIVERSTONE .block_gallery_RStone .showgallery:before{
    content:'•';
}
.page_RIVERSTONE .block_gallery_RStone .showgallery.active{
    margin-left: 0;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.page_RIVERSTONE .gallery_RStone{
	width:100%;
	height:auto;
	margin:0 auto;
    margin-top: 3rem;
	padding:0;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	grid-template-rows: repeat(4,1fr);
	grid-auto-columns: 1fr;
	gap: 5px 5px; 
	grid-auto-flow: row;
	grid-template-areas:
		"div1 div1 div2 div2 div3 div3"
		"div1 div1 div4 div4 div3 div3"
		"div5 div6 div6 div7 div8 div9"
		"div5 div6 div6 div7 div10 div10";
    display: none;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.page_RIVERSTONE .gallery_RStone > div{
    position:relative;
    transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.page_RIVERSTONE .gallery_RStone div a{
	flex:1;
}
.page_RIVERSTONE .gallery_RStone div img, .page_RIVERSTONE .gallery_RStone div video{
	width:100%;
	height: 100%;
	display:inline-block;
	vertical-align:bottom;
	border:none;
	/*border-radius:1rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7); 
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7); 
	-ms-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7); 
	-o-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7); */
}
.div1 { grid-area: div1;}
.div2 { grid-area: div2;}
.div3 { grid-area: div3;}
.div4 { grid-area: div4;}
.div5 { grid-area: div5;}
.div6 { grid-area: div6;}
.div7 { grid-area: div7;}
.div8 { grid-area: div8;}
.div9 { grid-area: div9;}
.div10 { grid-area: div10;}
.div11 { grid-area: div11;}
.div12 { grid-area: div12;}
.div13 { grid-area: div13;}
.div14 { grid-area: div14;}
.div15 { grid-area: div15;}
.div16 { grid-area: div16;}
.div17 { grid-area: div17;}
.div18 { grid-area: div18;}
.div19 { grid-area: div19;}
.div20 { grid-area: div20;}
.page_RIVERSTONE .gallery_RStone .lazy{
   opacity: 0;
}
.page_RIVERSTONE .gallery_RStone img, .page_RIVERSTONE .gallery_RStone video{
	transition: opacity .5s linear 0.2s;
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	-ms-transition: opacity .5s linear 0.2s;
	-o-transition: opacity .5s linear 0.2s;
	opacity: 1;
}
#visage-caption{
	color:#FFFFFF !important;
	font-size:1.8rem !important;
}
#visage-caption a{
	color: inherit !important;
	font-size:1.8rem !important;
}

/**** buy part ******/
.page_RIVERSTONE .w100{
	display:none;
}
.page_RIVERSTONE .buy{
	display:block;
    width:100%;
	height:auto;
	margin:0 auto;
	padding: 3rem;
    padding-left: 0;
	border:none;
	text-align:center;
	cursor:auto;
	font-size:0;
	position:relative;
    display: none;
}
.page_RIVERSTONE .buy .w100_close{
	position:absolute;
	right:2rem;
	top:2rem;
	cursor:pointer;
}
.page_RIVERSTONE .buy .customize{
    display: inline-block;
	vertical-align: middle;
	width: 11%;
	margin:0;
	padding: 0;
	text-align:left;
	aspect-ratio: 216/898;
    cursor: pointer;
}
.page_RIVERSTONE .buy .img{
    display: inline-block;
	vertical-align: middle;
	width: 45%;	
	height:auto;
	margin:0;
	padding: 0;
	text-align:left;
	font-size:1.8rem;
}
.page_RIVERSTONE .buy .product{
    display: inline-block;
	vertical-align: middle;
	width: 35%;	
	min-width: 35%;	
	height:auto;
	margin:0;
    margin-left: 8%;
	padding: 0;
	text-align:left;
	font-size:1.8rem;
}
.page_RIVERSTONE .buy .img .RIVERSTONE_Base{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:0;
	padding:0;
	position:relative;
}
.page_RIVERSTONE .buy .img .RIVERSTONE_Base .size{
	position: absolute;
	right:0.7rem;
	bottom: -3rem;
	display:block;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size:1.8rem;
	z-index:3;
    font-style: italic;
}
.page_RIVERSTONE .buy .img .RIVERSTONE_Base .barre{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:0;
}
.page_RIVERSTONE .buy .img .RIVERSTONE_Base #gallery_Base{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.page_RIVERSTONE .buy .img .RIVERSTONE_Base #gallery_Base img.gallery_img_base{
	width:100%;
	height:auto;
	aspect-ratio: 1/1;
}
.page_RIVERSTONE .buy .img .RIVERSTONE_Base #gallery_Base img{
	max-width:none;
	width: auto;
	height:auto;
	display:inline-block;
	vertical-align: middle;
	text-align:center;
	-webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.26);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.26);
}
.page_RIVERSTONE .buy .img .RIVERSTONE_Base img.hover_shape{
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	width:100%;
	height:auto;
}
.page_RIVERSTONE .buy .product .subtitle{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	font-size:2.2rem;
	color:#444343;
	text-align:left;
	font-style: normal;
	font-weight:400;
}
.page_RIVERSTONE .buy .product .stock{
	display:block;
	text-align:left;
	margin:0 auto;
	margin-top:1.5rem;
	padding:0;
	font-size:1.8rem;
}
.page_RIVERSTONE .buy .product .stock .stockdispo{
	display:block;
	width:100%;
	height:auto;
	text-align:left;
	padding: 0.2rem 0.5rem;
	border:1px solid #444343;
}
.page_RIVERSTONE .buy .product .stock .stockdispo::before{
	content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 22px;
    height: 22px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/TrCommun/stock.webp");
    background-repeat: no-repeat;
    background-position: center left;
}
.page_RIVERSTONE .buy .product .info_choix{
	display:block;
	width:100%;
	height:auto;
	text-align:left;
	margin:0 auto;
	margin-top:1rem;
	padding:1rem 0;
	font-size:1.8rem;
	border-top:2px solid #444343;
	border-bottom:2px solid #444343;
}
.page_RIVERSTONE .buy .product .info_choix div{
	display:flex;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: center;
	align-content: space-between;
	margin:1rem auto;
	padding:0;
	gap:2rem;
	position:relative;
}
.page_RIVERSTONE .buy .product .info_choix .delai{
	display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
    padding: 0;
}
.page_RIVERSTONE .buy .product .info_choix .delai::before{
	content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 22px;
    height: 21px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/collections/delai.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
.page_RIVERSTONE .buy .product .info_choix div input{
	text-align:right;
	width:30%;
}
.page_RIVERSTONE .buy .product .info_choix div input.brd{
	padding:0.5rem;
	text-align:center;
	border:1px solid #444343;
	min-width:0;
	background-color: #EAE7E7;
}
.page_RIVERSTONE .buy .product .info_choix .shapes_RIVERSTONE select{
	background-color: #FFF;
	text-align: right;
	font-size:1.8rem;
	margin:0;
	padding: 0.5rem 0;
	padding-right:2rem;
	color:#444343;
	-webkit-text-fill-color: #444343;
	width: auto;
	height: auto;	
	-moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
	background-image: url('https://carreaux-terrazzo.com/images5/collections/selectsize.svg');
 	background-repeat: no-repeat;
  	background-position: center right;
	background-size: 18px auto;
	background-color:#FFF;
	cursor:pointer;
	font-weight:500;
}
.page_RIVERSTONE .buy .product .info_choix #gallery_select_epaisseur span{
	display:none;
	text-align:right;
}
.page_RIVERSTONE .buy .product .info_choix #gallery_select_epaisseur .placeholder{
	display:block;
}
.page_RIVERSTONE .buy .product .info_choix .button{
	display: flex;
    align-items: center;
    text-align: center;
    margin:0;
	padding:1rem;
	border: none;
	background-color:#444343;
	color:#FFF;
	font-weight:400;
}
.page_RIVERSTONE .buy .product .info_choix .button::before{
	content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    width: 23px;
    height: 29px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/collections/addcart.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
.page_RIVERSTONE .buy .product .info_choix .right{
	justify-content:flex-end;
}
.page_RIVERSTONE .buy .product .info_choix .gallery_msg{
	justify-content: center;
	color:#FF0000;
	font-size:1.4rem;
	margin: 0 auto ;
	padding:0;
}
.page_RIVERSTONE .buy .product .info1 {
	display:block;
	margin:0;
	width:48rem;
	margin-top:2.5rem;
	padding:0;
	text-align:left;
	font-size:1.4rem;
}
.page_RIVERSTONE .buy .product .finitions_packaging{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    column-gap: 1.5rem;
	margin:0 auto;
	margin-top:1rem;
	padding:0;
	text-align:left;
}
.page_RIVERSTONE .buy .product .finitions_packaging a{
	display:block;
	margin:0;
	padding:0.5rem 0;
	text-align:center;
}
.page_RIVERSTONE .buy .product .finitions_packaging .packaging::before{
	content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 25px;
    height: 25px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/collections/packaging.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
.page_RIVERSTONE .buy .product .finitions_packaging .finition::before{
	content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 26px;
    height: 25px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/collections/finition.svg");
    background-repeat: no-repeat;
    background-position: center left;
}

/**** sim part ******/
.page_RIVERSTONE .simulateur_RIVERSTONE{
	display: none;
    width:100%;
	height:auto;
	margin:0 auto;
	padding:3rem;
	border:none;
	text-align:center;
	cursor:auto;
	font-size:0;
	position:relative;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE{
	width:100%;
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	column-gap: 4%;
	margin:0;
	padding:0;
	overflow:visible;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .w100_close{
	position:absolute;
	right:2rem;
	top:2rem;
	cursor:pointer;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs{
	flex:2;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .tile_RIVERSTONE{
	flex:3.5;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE{
	flex:2;
	text-align:left;
	align-self: center;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs{
	display:flex;
	flex-wrap: wrap;
    flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
    row-gap:2rem;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs > div{
    width: 100%;
    height: auto;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE h2{
	display:block;
	margin: 0;
	padding:0;
	text-align: left;
	font-size:1.8rem;
	color:#444343;
	line-height:normal;
	font-style:normal;
	font-weight:500;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .inserts_big{
	display:flex;
	flex-wrap: nowrap;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	column-gap:4rem;
    margin-top: 1rem;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .inserts_big li{
	flex:1;
	margin:0;
	margin-bottom:1rem;
	padding:0;
	cursor:pointer;
	font-size:1.4rem;
	color:#444343;
	position:relative;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .inserts_big p{
	margin:0 auto;
	padding:0;
	font-size:1.8rem;
	font-weight:500;
	text-align:center;
	color:#444343;
	position:relative;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .inserts_big p img.img1{
	filter : alpha(opacity=100);
	opacity:1; 
	z-index:1;
	aspect-ratio: 1/1;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .inserts_big p img.img2{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	aspect-ratio: 1/1;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .inserts_big p:hover img.img2, .page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .inserts_big p.active img.img2{
	filter: alpha(opacity=0);
	opacity:0;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .plack_marbre{
	margin-top:0.5rem;
    text-align: left;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .plack_marbre li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:16.8%;
	max-width:125px;
	margin:0 auto;
	margin-right:4%;
	margin-bottom:1rem;
	padding:0;
	cursor:pointer;
	font-size:1.4rem;
	color:#444343;	
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .plack_marbre li:nth-child(5n+5){
	margin-right: 0;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .plack_marbre li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	aspect-ratio: 1/1;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .plack_marbre li.active img{
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE h3{
	display:block;
	margin: 0;
	margin-top:0.5rem;
	padding:0;
	text-align: left;
	font-size:1.8rem;
	color:#444343;
	line-height:normal;
	font-style:normal;
	font-weight:400;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .ciment{
	margin-top:0.5rem;
    text-align: left;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .ciment li{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:12.57142857142857%;
	max-width:100px;
	margin:0 auto;
	margin-right:2%;
	margin-bottom:1rem;
	padding:0;
	cursor:pointer;
	font-size:1.4rem;
	color:#444343;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .ciment li:nth-child(7n+7){
	margin-right: 0;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .ciment li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	aspect-ratio: 1/1;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .RIVERSTONE_couleurs .ciment li.active img{
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .tile_RIVERSTONE .RIVERSTONE_Base{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
	padding:0;
	position:relative;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .tile_RIVERSTONE .RIVERSTONE_Base .size{
	position: absolute;
	right:0;
	bottom: -3rem;
	display:block;
	text-align:left;
	margin:0 auto;
	padding:0;
	font-size:1.8rem;
	z-index:3;
    font-style: italic;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .tile_RIVERSTONE .RIVERSTONE_Base .barre{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:0;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .tile_RIVERSTONE .RIVERSTONE_Base #Base{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	background-image:none;
 	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center center;
	-webkit-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.26);
    box-shadow: 8px 8px 14px 0px rgba(0,0,0,0.26);
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .tile_RIVERSTONE .RIVERSTONE_Base .msgalert{
	position: absolute;
	top:50%;
	left:50%;
	width: 60%;
	height:auto;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	margin: 0 auto;
	padding:1.5rem;
	font-size:1.8rem;
	color:#FF0000;
	border:1px solid #444343;
	background-color:#FFF;
	z-index:3;
	border-radius:0.5rem;
	-webkit-border-radius:0.5rem;
	-moz-border-radius:0.5rem;
	-ms-border-radius:0.5rem;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, .5);
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, .5);
	display:none;/**/
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .tile_RIVERSTONE .RIVERSTONE_Base #Base img{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	display:inline-block;
	vertical-align: middle;
	text-align:center;
	aspect-ratio: 1/1;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .stock0{
	display:block;
	text-align:left;
	margin:0 auto;
	margin-top:1.5rem;
	padding:0;
	font-size:1.8rem;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .stock0 .stockdispo{
	display:block;
	width:100%;
	height:auto;
	text-align:left;
	padding: 0.2rem 0.5rem;
	border:1px solid #444343;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .stock0 .stockdispo::before{
	content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 22px;
    height: 22px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/TrCommun/stock.webp");
    background-repeat: no-repeat;
    background-position: center left;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix{
	display:block;
	width:100%;
	height:auto;
	text-align:left;
	margin:0 auto;
	margin-top:1rem;
	padding:1rem 0;
	font-size:1.8rem;
	border-top:2px solid #444343;
	border-bottom:2px solid #444343;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix div{
	display:flex;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: center;
	align-content: space-between;
	margin:1rem auto;
	padding:0;
	gap:2rem;
	position:relative;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix .delai{
	display: flex;
    align-items: center;
    gap:0;
    text-align: left;
    width: auto;
    margin: 0 auto;
    padding: 0;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix .delai::before{
	content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 22px;
    height: 21px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/collections/delai.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix .right{
	justify-content:flex-end;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix input{
	text-align:right;
	width:30%;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix input.brd{
	padding:0.5rem;
	text-align:center;
	border:1px solid #444343;
	min-width:0;
	background-color: #EAE7E7;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix .tailles_RIVERSTONE select{
	background-color: #FFF;
	text-align: right;
	font-size:1.8rem;
	margin:0;
	padding: 0.5rem 0;
	padding-right:2rem;
	color:#444343;
	-webkit-text-fill-color: #444343;
	width: auto;
	height: auto;	
	-moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
	background-image: url('https://carreaux-terrazzo.com/images5/collections/selectsize.svg');
 	background-repeat: no-repeat;
  	background-position: center right;
	background-size: 18px auto;
	background-color:#FFF;
	cursor:pointer;
	font-weight:500;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix #select_epaisseur span{
	display:none;
	text-align:right;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix #select_epaisseur .placeholder{
	display:block;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .button{
	display: flex;
    align-items: center;
    text-align: center;
	margin:0;
	padding:1rem;
	border: none;
	background-color:#444343;
	color:#FFF;
	font-weight:400;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .button::before{
	content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
    width: 23px;
    height: 29px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/collections/addcart.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .info_choix .msg{
	justify-content: center;
	color:#FF0000;
	font-size:1.4rem;
	margin: 0 auto ;
	padding:0;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .finitions_packaging{
	display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
    row-gap: 1rem;
	margin:0 auto;
	margin-top:1rem;
	padding:0;
	text-align:left;
    font-size: 1.8rem;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .finitions_packaging a{
	display:block;
	margin:0;
	padding:0.5rem 0;
	text-align:center;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .finitions_packaging .packaging::before{
	content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 25px;
    height: 25px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/collections/packaging.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
.page_RIVERSTONE .simulateur_RIVERSTONE .models_RIVERSTONE .info_RIVERSTONE .finitions_packaging .finition::before{
	content: '';
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5rem;
    width: 26px;
    height: 25px;
    background-size: cover;
	background-image: url("https://carreaux-terrazzo.com/images5/collections/finition.svg");
    background-repeat: no-repeat;
    background-position: center left;
}
#choixcaisse, #gallery_choixcaisse{
	display:none;
	width:100%;
	margin:0;
	padding:0;
	justify-content:space-around;
}
#choixcaisse li, #gallery_choixcaisse li{
	margin:0;
	padding:0;
}
#choixcaisse label, #gallery_choixcaisse label{
	display:inline-block;
	vertical-align: middle;
	margin:0 auto;
	padding:0;
    background-color: #FFF;
	color:#FF0000;
	font-size:1.8rem;
	text-align:left;
	cursor:pointer;
}
#choixcaisse input.radio, #gallery_choixcaisse input.radio{
	width:1.5rem;
	height:1.5rem;
	display:inline-block;
	vertical-align: middle;
	margin:0 auto;
	margin-right:0.5rem;
	padding:0;
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
    background-color: #FFF;
	border:1px solid #444343;
    border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-ms-border-radius: 1.5rem;
	-o-border-radius: 1.5rem;
    content: '';
	min-width:0;
}
#choixcaisse input.radio:checked, #gallery_choixcaisse input.radio:checked{
    background-color: #444343;
}