@charset "UTF-8";
* {
	margin:0;
	padding:0;
	border: 0;
	line-height:normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	letter-spacing: normal; 
	word-spacing: normal; 
	text-rendering: optimizespeed;
	font-weight:400;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: border-box;
	-o-text-shadow: none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	text-size-adjust:none;
}
input, textarea, select, select option, option, button {
	font-size: inherit;
	-webkit-text-fill-color: currentcolor;
	font-family: inherit;
}
input:disabled, textarea:disabled, input:disabled::placeholder, textarea:disabled::placeholder, input::placeholder, textarea::placeholder {
	color:currentcolor;
	-webkit-text-fill-color: currentcolor; /* 1. sets text fill to current `color` for safari */
	opacity: 1; /* 2. correct opacity on iOS */
}
img, object, embed, canvas, video, audio, picture {
	max-width: 100%;
	height: auto;
}
:focus, img[usemap], map area{
	outline: none!important;
}
a{
	color: inherit;
	text-decoration:none;
	cursor:pointer;
}
a img{ 
	border: 0; 
}
img{
	vertical-align: bottom;
}
pre { 
	white-space: pre-wrap; /* pour firefox et les <pre> */
} 
ul, li{
	list-style:none;
	overflow:hidden;
}
main, section, article{
	display: block;
	overflow:hidden;
}
html, body {
    background-color: #FAF9F8;
	color: #232323 ;
	font-family: futura-pt, sans-serif;
	font-weight:400;
}
html {
    font-size: 62.5%;
	width:100%;
	height:100%;
}
body {
    font-size: 18px;
	font-size: 1.8rem;
    line-height: normal; 
	margin: 0 auto;
	padding:0;
	width: 100%;
	min-width:1200px;
	min-height: 80%;
	text-align:center;
	font-weight:400;
	word-wrap: break-word;
	position: relative;
}
h1, h2, h3, h4, h5, h6{
	font-size: 18px;
	font-size: 1.8rem;
	line-height:normal;
	font-weight:500;
}
strong, .strong{
	font-weight:500;
}
.bold{
	font-weight:600;
}
.normal{
	font-weight: 400 !important;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.justify{
	text-align:justify;
	/*text-align-last: center;
	-webkit-text-align-last: center;
	-moz-text-align-last: center;
	-ms-text-align-last: center;
	-o-text-align-last: center;*/
}
.fll{
	float:left;
}
.flr{
	float:right;
}
.underline{
	text-decoration:underline;
}
.no-mg{
	margin:0;
}
.auto-mg{
	margin:auto;
}
.gris{
	color: #B8B8B8;
}
.gris a{
	color: #B8B8B8;
}
.gris_header{
	color: #c6c0c0;
}
.gris_header a{
	color: #c6c0c0;
}
.font-big-big{
	font-size:24px;
	font-size:2.4rem;
}
.font-big{
	font-size:22px;
	font-size:2.2rem;
}
.font-medium{
	font-size:18px;
	font-size:1.8rem;
}
.font-small{
	font-size:14px;
	font-size:1.4rem;
}
.ml0{
	margin-left:.5rem;
}
.ml1{
	margin-left:1rem;
}
.ml2{
	margin-left:2rem;
}
.ml3{
	margin-left:3rem;
}
.ml4{
	margin-left:4rem;
}
.ml5{
	margin-left:5rem;
}
.ml6{
	margin-left:6rem;
}
.ml7{
	margin-left:11.4rem;
}
.mt0{
	margin-top: .5rem;
}
.mt02{
	margin-top: .2rem;
}
.mt1{
	margin-top: 1rem;
}
.mt2{
	margin-top: 2rem;
}
.mt3{
	margin-top:3rem;
}
.mt4{
	margin-top:4rem;
}
.mt5{
	margin-top:5rem;
}
.mt6{
	margin-top:6rem;
}
.mt7{
	margin-top:7rem;
}
.mt8{
	margin-top:8rem;
}
.mr0{
	margin-right:.5rem;
}
.mr1{
	margin-right:1rem;
}
.mr2{
	margin-right:2rem;
}
.mr3{
	margin-right:3rem;
}
.mr4{
	margin-right:4rem;
}
.mb0{
	margin-bottom:0.5rem;
}
.mb1{
	margin-bottom:1rem;
}
.valt{
	vertical-align:top;
}
.valb{
	vertical-align:bottom;
}
.valm{
	vertical-align:middle;
}
.normal{
	font-weight:400;
}
.dinl{
	display:inline;
}
.dinlb{
	display:inline-block;
}
.db{
	display:block;
}
.italic{
	font-style:italic;
}
.red{
	color: #BA3C3C;/* => #f3b47c new coulor orange instead of the old coulor red #FF7272*/
}
.pdt0{
	padding-top:.5rem;
}
.pdl0{
	padding-left:0.5rem;
}
.pdr0{
	padding-right:.5rem;
}
.pdlr1{
	padding-left:1rem;
	padding-right:1rem;
}
.no-disp{
	display:none;
}
.border{
	border:1px solid #FFF;

}
.linh1{
	line-height:1rem;
}
.linh1-5{
	line-height:1.5rem;
}
.linh2{
	line-height:2rem;
}
.black{
	color:#000;
}
.green{
	color:#19c719;
}
.white{
	color:#FFF;
}
.pointer{
	cursor: pointer;
}

/******************************************************************* Header **************************************************/
.header{
	position:sticky;
	top:0;
	left:0;
	width:100%;
	min-width:100rem;
	height:auto;
	margin:0 auto;
	padding:0;
	color:#FFF;
	font-size:1.8rem;
	text-align:center;
	z-index:9;
	border: none;
}
.header .header_P1{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	overflow:visible;
	font-size:1.4rem;
	color:#FFF;
	background: rgba(0, 0, 0, 0.78);
	border-bottom:1px solid rgba(255,255,255,0.37) ;
	backdrop-filter: blur(40px);
	-webkit-backdrop-filter: blur(40px);
}
.header .Sheader_P1{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width:100%;
	max-width:1920px;
	height:auto;
	margin:0 auto;
	padding:0.7rem 2rem;
	text-align:center;
	overflow:visible;
	font-size:1.4rem;
	color:#FFF;
}
.header .header_P1 .menu1{
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	column-gap: 5rem;
}
.header .header_P1 .menu1 .mosaicfactory{
	width:110px;
	height:auto;
	margin:0;
	padding:0;
	padding-bottom:1px;
}
.header .header_P1 .menu1 .otherproducts{
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	column-gap: 3rem;
}
.header .header_P1 .menu1 .otherproducts a.active{
	text-decoration:underline;
}
.header .header_P1 .menu1 .otherproducts .new{
	padding: 0 0.5rem;
    color: #FFF;
    font-size: 1.4rem;
    background-color: #fa0504;
}
.header .header_P1 .menu2{
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	column-gap: 3rem;
}
.header .header_P1 .menu2 > *{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap: 3rem;
}
.header .header_P2{
	display: block;
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0;
	font-size:1.8rem;
	text-align:center;
	color: #232323;
	overflow:visible;
	position:relative;
	background: rgba(255, 255, 255, 0.54);
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
    border-bottom: 1px solid rgb(0, 0, 0, 0.14);
}
.header .header_P2::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(80px);
	-webkit-backdrop-filter: blur(80px);
}
.header .header_P2 .Sheader_P2{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	column-gap:1rem;
	width: 100%;
	max-width:1920px;
	margin: 0 auto;
	padding:2rem 2rem;
	text-align: center;
	position: relative;
}
.header .header_P2 .Sheader_P2 .MGranito{
	position:relative;
	display: flex;
	width:158px;
	height: auto;
}
.header .header_P2 .Sheader_P2 .menu3{
	display:flex;
	flex-wrap:nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	column-gap: 4rem;
	font-size:1.8rem;
	color: #232323;
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks{
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	column-gap: 2rem;
	row-gap: 1rem;
	font-size:1.8rem;
	color: #232323;
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks a{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin:0;
	padding:0;
	background: transparent;
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks a:not(.panier){
	padding:1rem 2rem;
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks a.stock{
	padding:0rem 1.7rem 0rem 0.5rem;
}
.header .header_P2 .menu3 .interlinks a:not(.panier)::after{
	content: "";
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	margin:0 auto;
	background: #343832;
	transform: scale(0);
	transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	-webkit-transition: transform 0.2s ease-in-out;
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks a:not(.panier):hover::after{
	transform: scale(1);
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks a.active:not(.panier)::after{
	transform: scale(1);
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks .panier{
	display: none;
	width: 43px;
	height: 43px;
	transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-webkit-transition:all 0.25s ease-in-out;
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks .panier.active{
	display: block;
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks .panier img{
	width:100%;
	height:auto;
	opacity:1;
	display:inline-block;
	vertical-align:middle;
}
.header .header_P2 .Sheader_P2 .menu3 .interlinks .panier .cart{
	width: 2.5rem;
	height: 2.5rem;
	text-align:center;
	font-weight:500;
	color: #232323;
	background: rgba(196,255,194);/* old one (255, 0, 0, 1) -> (243,180,124)*/
	margin: 0 auto;
	padding:0;
	border:1px solid #000;
	border-radius:3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	-ms-border-radius: 3rem;
	-o-border-radius: 3rem;
	font-size:1.8rem;	
	z-index:1;
	position: absolute;
	top: 0rem;
	left:0rem;
}
.header .header_P2 .Sheader_P2 .menu3 .menu_dupl .menu_toggle{
	width:35px;
	height:35px;
	position:relative;
	display:block;
	cursor:pointer;
}
.header .header_P2 .Sheader_P2 .menu3 .menu_dupl .menu_toggle img{
	width:100%;
	height:auto;
	opacity:1;
	display:inline-block;
	vertical-align:middle;
	transition:opacity 0.25s ease-in-out;
	-moz-transition:opacity 0.25s ease-in-out;
	-o-transition:opacity 0.25s ease-in-out;
	-ms-transition:opacity 0.25s ease-in-out;
	-webkit-transition:opacity 0.25s ease-in-out;
}
.header .header_P2 .Sheader_P2 .menu3 .menu_dupl .menu_toggle .img2{
	width:35px;
	height:auto;
	filter : alpha(opacity=100);
	opacity:1; 
	z-index:1;
}
.header .header_P2 .Sheader_P2 .menu3 .menu_dupl .menu_toggle .img1{
	position:absolute;
	left:0;
	right:0;
	top: 0;
	bottom: 0;
	opacity:0;
	z-index:2;
}
.header .header_P2 .Sheader_P2 .Notice{
	position: absolute;
	right: 2rem;
	top: 9.5rem;
}	
.header .header_P2 .Sheader_P2 .Notice div{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: auto;
	height: auto;
	text-align: left;
	margin: auto;
	padding: 1rem 3rem 1rem 1rem;
	opacity: 1;
	border: 1px solid #FFF;
	background: black;
	color: #FFF;
	font-size:1.8rem;
	border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-ms-border-radius: 1.5rem;
	-o-border-radius: 1.5rem;
}
.header .header_P2 .Sheader_P2 .Notice div button {
  background-color: transparent;
  position: absolute;
  width: auto;
  top: 0.2rem;
  right: 0.6rem;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  cursor: pointer;
}
#menu_toggle{
	display:none;
}
#menu_toggle:checked + .menu_toggle .img2{
	filter: alpha(opacity=0);
	opacity:0;
}
#menu_toggle:checked + .menu_toggle .img1{
	filter: alpha(opacity=100);
	opacity:1;
}
#menu_toggle:checked ~ .panel{
	width: 40rem !important;
	transition-duration: .2s;
	border-left:1px solid rgba(255,255,255,0.37);
}

/****************************************************************************** Panel ****************************************************************************************/
.panel{
	position:absolute;
	top: 8.9rem;
	right: 0;
	width: 0;
	height:calc(100vh - 12.2rem);
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:1.8rem;
	color:#232323;
	background: rgba(0, 0, 0, 0.78);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	z-index:9;
	transition-duration: .2s;
	border-top:1px solid rgba(255,255,255,0.37);
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.panel::-webkit-scrollbar{
  display: none;
}
.panel ul{
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin:0 auto;
	padding:0;
	width: auto;
	height: auto;
	text-align:center;
	position:relative;
}
.panel ul li{
	display: block;
	margin:0;
	padding:1.5rem 3rem;
	width: 100%;
	height:auto;
	text-align:left;
	color: #ffffff;
	border-bottom:1px solid rgba(255,255,255,0.37);
}
.panel ul li.no-brd{
	border-bottom:none;
}
.panel ul li.mt{
	margin-top: 6rem;
}
.panel ul li a{
	color: #ffffff;
	text-shadow: 5px 5px 5px #000000;
	  -webkit-text-shadow: 5px 5px 5px #000000;
	  -moz-text-shadow: 5px 5px 5px #000000;
	  -ms-text-shadow: 5px 5px 5px #000000;
	  -o-text-shadow: 5px 5px 5px #000000;
}
.panel ul li.media{
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	column-gap:1rem;
	border-bottom: none;
}
.panel ul li.media img{
	width:40px;
	height:auto;
}

/************************ descriminateur langues **************************/
.descriminateur{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height: 100%;
	text-align:center;
	margin: 0;
	padding:0;
	z-index:9999999;
	color: #000;
	background: rgba(255,255,255,0.3);
}
.descriminateur div.content{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
	margin: 0;
	padding:0;
	opacity: 1;
	background: rgba(0,0,0,0.3);
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.descriminateur div.content span.barre{
	display: inline-block;
	vertical-align:middle;
	width: 0;
	height: 100%;
	text-align:center;
	margin: 0;
	padding:0;
}
.descriminateur div.content div{
	position:relative;
	display: inline-block;
	vertical-align:middle;
	max-width: auto;
	height: auto;
	text-align:left;
	margin: auto;
	padding:3rem 9rem;
	opacity: 1;
	border: 1px solid #000;
	background: white;
	border-radius:1.5rem;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	-ms-border-radius: 1.5rem;
	-o-border-radius: 1.5rem;
}
.descriminateur div.content div button{
	background-color:transparent;
	position:absolute;
	width:auto;
	top:0.7rem;
	right:1rem;
	margin:0;
	padding:0;
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	cursor:pointer;
}
.descriminateur div.content div h1{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	color:#000;
	font-size:2rem;
	text-align: center;
	font-style:normal;
	font-weight:600;
	text-decoration:none;
	line-height: normal;
}
.descriminateur div.content div ul.choixL{
	margin:0 auto;
	margin-top:2rem;
	text-align:center;
}
.descriminateur div.content div ul.choixL li{
	margin:0;
	padding:0;
	text-align:center;
	margin-top: 1rem;
}
.descriminateur div.content div ul.choixL li:first-of-type{
	margin:0;
}
.descriminateur div.content div ul.choixL li a{
	display: inline-block;
	margin:0;
	padding:0.4rem 1rem 0.6rem 1rem;
	font-size:1.8rem;
	border:1px solid #000;
	background-color: #000;
	color: #FFF;
	text-decoration:underline;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	-ms-border-radius: 0.8rem;
	-o-border-radius: 0.8rem;
}
.descriminateur div.content div ul.choixL li:nth-of-type(2) a{
	background-color: #FFF;
	color: #000;
	font-size:1.6rem;
}
.descriminateur div.content div h2{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	color:#000;
	font-size:1.6rem;
	text-align: center;
	font-style:normal;
	text-decoration:none;
	line-height: 3rem;
	margin-top:2rem;
}
.descriminateur div.content div .others_lg {
	display: block;
	width:100%;
	margin-top:0.5rem;
	text-align:center;
}
.descriminateur div.content div .others_lg a{
	display: inline-block;
	margin-right:0.8rem;
	padding:0.5rem 1rem;
	font-size:1.4rem;
	border:1px solid #000;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	-ms-border-radius: 0.8rem;
	-o-border-radius: 0.8rem;
}
.descriminateur div.content div .others_lg a:hover{
	text-decoration:underline;
}
.descriminateur div.content div .others_lg a:last-of-type{
	margin-right:0;
}
.descriminateur .content .popup2 {
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	row-gap: 0.5rem;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 0;
}

/******************************************************************************* Main *****************************************************************************************/
.main{
	margin:0 auto;
	padding:0;
	width: 100%;
	max-width: 1920px;
	height:auto;
	overflow: visible;
	font-size:1.8rem;
    font-weight: 400;
}

/****************************************************************************** Page Index ************************************************************************************/
.page_index{
	display: block;
	width:100%;
	margin: 0 auto;
	padding:0;
	padding-bottom:3rem;
	text-align:center;
	overflow:hidden; 
	font-size:1.8rem;
}
.page_index .header_index{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap: 1px;
	width:100%;
    height: auto;
	margin: 0 auto;
	padding:0 2rem;
    border-bottom: 1px solid rgb(0, 0, 0, 0.14);
}
.page_index .header_index .text{
	flex: 2;
	margin: 0;
	padding:0;
    text-align: left;
}
.page_index .header_index .video{
	flex: 3;
	margin: 0;
	padding:0;
    text-align: right;
}
.page_index .header_index .video video{
	vertical-align: bottom;
    width: 100%;
    aspect-ratio:1118/206;
}
.page_index .cols_granito{
	display: flex;
    justify-content: flex-end;
    width: auto;
	height:auto;
	margin:0;
	margin-top: 2rem;
	padding:0 2rem;
    text-align: right;
	font-size:1.8rem;
    position: relative;
}
.page_index .cols_granito ul{
	position:absolute;
    top: 2.2rem;
	right:2rem;
	margin: 0 auto;
	padding:0;
	font-size:0;
	width:40rem;
	height: 0;
	overflow: hidden;
	text-align:left;
	font-size:1.4rem;
	color: #232323;
    z-index:3;
	background:#fff;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px 0px #c0c0c0;
	-webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
	-o-box-shadow: 0px 0px 10px 0px #c0c0c0;
	box-shadow: 0px 0px 10px 0px #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=10);
	-webkit-transition:height 0.5s ease-in; 
	-moz-transition:height 0.5s ease-in; 
	-o-transition:height 0.5s ease-in; 
	transition:height 0.5s ease-in; 
}
.page_index .cols_granito ul li {
	width:12.5%;
	text-align:left;
	display:inline-block;
	vertical-align: middle;
	border:0;
	margin:0;
	padding:0;
}
.page_index .cols_granito ul li a {
	border:none;
	margin: 0;
	padding:0.5rem;
	width: 100%;
	height:100%;
	text-align:center;
	text-decoration:none;
	display:inline-block;
}
.page_index .cols_granito ul li a:hover, .page_index .cols_granito ul li a.active{
	text-decoration:none;
	font-weight:normal;
	background:#000;
	color:#FFF;
}
.page_index .cols_granito:hover ul{
	height: auto;
}
.page_index .cols_granito:hover > img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.page_index .palette{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap: 1px;
	row-gap: 1px;
	width:100%;
	margin: 0 auto;
	margin-top:0.5rem;
	padding:0 2rem;
}
.page_index .palette > img{
	width:calc((100% * 1/8) - 1px);
	margin:0;
	padding:0;
	cursor:pointer;
}
.page_index .palette > img:hover, .page_index .palette > img.active{
	border: 2rem solid #FAF9F8;
    border-radius:100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
}
.page_index .palette .w100{
	display:none;
	margin:0 auto;
	padding: 0;
	border:none;
	text-align:center;
	width:100%;
	height:auto;
}
.page_index #buy{
	display:none;
}
.page_index .buy{
	display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    column-gap: 3rem;
	width:80%;
	height:auto;
	margin:1rem auto;
	padding:1rem 7%;
    background-color: #EDEDED;
	text-align:center;
	color:#232323 ;
    border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
    position: relative;
}
.page_index .buy .img{
	flex:1.5;
	max-width:1000px;
	height:auto;
	margin:0;
	padding:0;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_index .buy .img #img{
	width:100%;
	height:auto;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_index .buy .info{
	flex:1;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    row-gap: 1rem;
    width: auto;
    height: auto;
	text-align:left;
}
.page_index .buy .info h1{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    row-gap: 0rem;
	text-align:left;
	line-height:normal;
	font-size:2.4rem;
	font-weight:400;
}
.page_index .buy .info h1 strong{
	font-weight:600;
}
.page_index .buy .info h1 .description{
    font-size:1.8rem;
    font-style: italic;
}
.page_index .buy .info .samples_stock{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    row-gap: 1rem;
	text-align:left;
    width: 100%;
    height: auto;
}
.page_index .buy .info .samples_stock > *{
	display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	width:100%;
	height:auto;
	margin:0 auto;
    padding: 1.5rem;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.page_index .buy .info .samples{
    background: #FAF9F8;
}
.page_index .buy .info .stockdisp{
    background: #F4FFF4;
    cursor: pointer;
    display: none;
}
.page_index .buy .info .text_img{
	display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 1.5rem;
}
.page_index .buy .info .text{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    row-gap: 0;
}
.page_index .buy .info h2{
	font-size:1.8rem;
	font-weight:400;
}
.page_index .buy .info .tooltip_index{
	text-decoration: underline;
    position: relative;
}
.page_index .buy .info .tooltip_index span{
	position:absolute;
    bottom: 2rem;
	display:none; 
	padding:1rem 1.5rem;
	color:#232323;
	font-size:1.8rem;
	line-height:normal;
	font-weight:400;
	text-align:center;
	text-decoration:none;
	font-style:normal;
	white-space:normal;
    border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
    background: #FAF9F8;
	z-index:130;
}
.page_index .buy .info .tooltip_index:hover span{
	display:inline; 
}
.page_index .buy .info .tooltip_index span{
	width:22rem;
}
.page_index .buy .info .calc{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    row-gap: 1rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.5rem;
    padding: 1.5rem;
    text-align: left;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background: #FAF9F8;
}
.page_index .buy .info .calc li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_index .buy .info .calc select {
    text-align: center;
    font-size: 1.8rem;
    margin: 0;
    padding: 0.5rem 0;
    padding-left: 1rem;
    padding-right: 4rem;
    color: #232323 ;
    -webkit-text-fill-color: #232323 ;
    width: auto;
    height: auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('../images4/index_page/drop_down.svg');
    background-repeat: no-repeat;
    background-position: center right 1rem;
    background-size: 20px auto;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
    font-weight: 400;
    background-color: transparent;
}
.page_index .buy .info .calc input.text {
    width: 9rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.page_index .buy .info .calc .center {
    text-align: center;
}
#choixcaisse{
	display:none;
	margin:0 auto;
	padding:0;
    width: 100%;
    height: auto;
	font-size:0;
}
#choixcaisse li{
    display: inline-block;
    vertical-align: middle;
    width:50%;
	height:auto;
	margin:0 auto;
	padding:0;
	color: #FF0000;
	font-size:1.8rem;
	text-align:left;
}
#choixcaisse li:last-of-type{
	text-align:right;
}
#choixcaisse label{
	display:inline-block;
	vertical-align: middle;
	margin:0 auto;
	padding:0;
    background-color: transparent;
	color:#FF0000;
	font-size:1.8rem;
	text-align:left;
    cursor: pointer;
}
#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 #000;
    border-radius: 1.5rem;
    content: '';
}
#choixcaisse input.radio:checked {
    background-color: #000;
}
.page_index .buy .info .calc .verspanier{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.page_index .buy .info .calc .verspanier a{
    display: block;
    text-align: center;
    margin: 0;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    color: #FFF;
    background-color: #232323;
}
.page_index .buy .info .shapes{
	display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    column-gap: 1.5rem;
    width: auto;
    height: auto;
    margin: 0;
    margin-top: 0.5rem;
    padding: 1.5rem;
    text-align: left;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background: #FAF9F8;
}
.page_index .buy .info .shapes img{
	cursor: pointer;
}
.page_index .buy .close{
	position:absolute;
	right:1rem;
	top:1rem;
	width:2rem;
	height:2rem;
	cursor:pointer;
	background-image:url('../images4/index_page/close.svg');
	background-position: center center;
    background-repeat: no-repeat;
}

/************************************************************************************************* Page Stock ************************************************************************/
.page_stock{
	display: block;
	width:100%;
	margin: 0 auto;
	padding:0;
	padding-bottom:3rem;
	text-align:center;
	overflow:hidden; 
	font-size:1.8rem;
}
.page_stock .header_stock{
	display: block;
	width:100%;
	margin:0 auto;
	padding: 2rem;
    background-color: #EDEDED;
}
.page_stock .header_stock > *{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap: 1rem;
	margin: 0 auto;
	padding:0;
}
.page_stock .header_stock .filtres_update{
	align-items: flex-end;
    margin-top: 2rem;
    font-size: 1.4rem;
}
.page_stock .header_stock .filtres{
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	column-gap: 1rem;
	margin: 0;
	padding:0;
}
.page_stock .header_stock .update{
	text-align: right;
}
.page_stock .header_stock .filtres input{
	flex: 1;
	width: auto;
	height:3rem;
	margin:0 auto;
    padding-left: 4rem;
	background-color:#FFF;
	color:#232323;
	font-weight:500;
	font-size:1.4rem;
    background-image: url(../images4/commun/search_black.svg);
    background-repeat: no-repeat;
    background-position: 0.7rem center ;
    background-size: 20px auto;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_stock .header_stock .filtres input::placeholder {
	opacity: 0.4;
    font-weight: 400;
}
#resultats{
    width:100%;
    margin:0 auto;
    padding:0 2rem;
    font-size:1.8rem;
    text-align:left;
}
#resultats .famille{
	width:100%;
	margin:0 auto;
    margin-top: 2rem;
	padding:0;
	font-size:2rem;
	text-align:left;
    font-weight: 500;
}
#resultats .lots{
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	column-gap: 1.5rem;
    row-gap:2rem;
	margin: 0 auto;
    margin-top: 1rem;
	padding:0;
}
#resultats .lots.taille20x20 li{
    width: calc((100% - 9rem) * 1/7);
	text-align:left;
}
#resultats .lots.taille30x30 li{
    width: calc((100% - 6rem) * 1/5);
	text-align:left;
}
#resultats .lots.taille20x23 li{
    width: calc((100% - 9rem) * 1/7);
	text-align:left;
}
#resultats .lots.taille25x29 li{
    width: calc((100% - 7.5rem) * 1/6);
	text-align:left;
}
#resultats .lots li img{
	width:100%;
	height:auto;
}
#resultats .lots li img.brd{
    border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
#resultats .lots li p{
	width: 100%;
    height: auto;
    margin: 0;
    margin-top: 0.5rem;
    padding: 0;
    font-size:1.4rem;
}
.ombre {
	-moz-box-shadow: 0px 0px 2px 1px #cfcfcf;
	-webkit-box-shadow: 0px 0px 2px 1px #cfcfcf;
	-o-box-shadow: 0px 0px 2px 1px #cfcfcf;
	box-shadow: 0px 0px 2px 1px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=1);
}

/*********************** GetDetail ******************/
.page_stock .header_getdetail{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap: 0;
	width:100%;
    height: auto;
	margin:0 auto;
	padding: 2rem;
    background-color: #EDEDED;
}
.page_stock .header_getdetail a{
    width:5%;
    text-align: left;
}
.page_stock .header_getdetail h1{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap: 1rem;
	width:85%;
    height: auto;
	margin: 0 7% 0 3%;
	padding:0;
}
.page_stock .block1{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap: 2rem;
	width:85%;
    height: auto;
	margin: 4rem 7% 0 8%;
	padding:0 2rem;
}
.page_stock .block1 li{
	flex: 1;
	margin:0;
	padding:0;
	text-align: right;
	font-size:1.4rem;
}
.page_stock .block1 .part1{
	text-align: left;
	font-size:1.8rem;
}
.page_stock .block1 .part3{
	margin-left: 4rem;
}
.page_stock .block2{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	column-gap: 2rem;
	width:85%;
    height: auto;
	margin: 1rem 7% 0 8%;
	padding:0 2rem;
}
.page_stock .block2 > li{
    flex: 1;
    margin:0;
	padding:0;
	text-align: left;
	font-size:1.4rem;
}
.page_stock .block2 .part3{
	margin-left: 4rem;
}
.page_stock .block2 .part1 img{
	width: 100%;
    height: auto;
}
/*.page_stock .block2 .cadre_zoom{
	position:relative;
}
.page_stock .block2 .cadre_zoom div{
    width: 100%;
    height: 100%;
}
.page_stock .block2 .cadre_zoom img{
    max-width:none;
    height: auto;
	display:inline-block;
	vertical-align: middle;
	text-align:center;
}
.page_stock .block2 .cadre_zoom img.small{
	width: 100%;
    height: auto;
}
.page_stock .block2 .cadre_zoom img.zoom{
	position:absolute;
	top:1rem;
	right:1rem;
    width: auto;
}*/
.page_stock .block2 .part3{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    row-gap: 0.5rem;
}
.page_stock .block2 .part3 .box{
    display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
    align-content: center;
    column-gap: 1.5rem;
    margin: 0.3rem;
    padding: 1rem 1.5rem;
    border: 1px solid #A7C59D;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(64, 178, 68, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgb(64, 178, 68, 0.2);
    box-shadow: 0px 0px 10px 0px rgb(64, 178, 68, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    background: #FFF;
}
.page_stock .block2 .part3 .samples{
	display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
	width:100%;
	height:auto;
	margin:0 auto;
    padding: 1rem 1.5rem;
    border: 1px solid #A7C59D;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background: #FFF;
}
.page_stock .block2 .part3 .samples .text_img{
	display:flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    column-gap: 1.5rem;
}
.page_stock .block2 .part3 .samples .text{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    row-gap: 0;
}
.page_stock .block2 .part3 .size_surfacedisp{
    display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0
}
.page_stock .block2 .part3 .size_surfacedisp > *{
    width: auto;
    display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    align-content: center;
    column-gap: 1.5rem;
    padding: 1rem 1.5rem;
    border: 1px solid #A7C59D;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
    background: #FFF;
}
.page_stock .block2 .part3 .size_surfacedisp .surfacedisp{
    border: 1px solid #0DBED6;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(13, 190, 214, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgb(13, 190, 214, 0.2);
    box-shadow: 0px 0px 10px 0px rgb(13, 190, 214, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.page_stock .block2 .part3 .calc{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    row-gap: 1rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 1.8rem;
	border:1px solid rgb(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
    background: #FFF;
}
.page_stock .block2 .part3 .calc li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
}
.page_stock .block2 .part3 .calc form, .page_stock .block2 .part3 .calc ul{
    width: 100%;
    height: auto;
}
.page_stock .block2 .part3 .calc input{
    width: 9rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.page_stock .block2 .part3 .calc .verspanier{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.page_stock .block2 .part3 .calc .verspanier a{
    display: block;
    text-align: center;
    margin: 0;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    color: #FFF;
    background-color: #232323;
}
.page_stock .block3{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap: 2rem;
	width:85%;
    height: auto;
	margin: 1rem 7% 0 8%;
	padding:0 2rem;
}
.page_stock .block3 li{
	flex: 1;
	margin:0;
	padding:0;
	text-align: left;
	font-size:1.4rem;
}
.page_stock .block3 .part3{
	margin-left: 4rem;
}

/********************************* tooltips ************************************/
.tooltip1 span, .tooltip2 span, .tooltip3 span, .tooltip4 span{
	z-index:10;
	font-size:1.4rem;
	display:none; 
	padding:10px 15px;
	line-height:normal;
	font-weight:400;
	text-align:left;
	text-decoration:none;
	font-style:normal;
	white-space:normal;
	-moz-box-shadow: 0px 0px 10px 0px #c0c0c0;
	-webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
	-o-box-shadow: 0px 0px 10px 0px #c0c0c0;
	box-shadow: 0px 0px 10px 0px #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=10);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.tooltip1 span p, .tooltip2 span p, .tooltip3 span p, .tooltip4 span p{
	padding:0;
	margin:auto; 
	font-weight:500;
	text-align:center;
	text-decoration:none;
}
.tooltip1 span span, .tooltip2 span span, .tooltip3 span span, .tooltip4 span span{
	padding:0;
	margin:0; 
	font-weight:400;
	text-decoration:none;
}				
.tooltip1:hover span, .tooltip2:hover span, .tooltip3:hover span, .tooltip4:hover span{
	display:inline; 
	position:absolute; 
	border:0;  
	color:#232323;
	background:#fff;
	text-decoration:none;
}
.callout {
	z-index:20;
	position:absolute;
	border:0;
	top:-7px;
	left:105px;
}
.tooltip1 span {
	margin:24px 0 0 -278px; 
	width:280px;
}
.tooltip1 img {
	z-index:20;
	position:absolute;
	border:0;
	top:-8px;
	left:130px;
}
.tooltip2 span{
	margin:22px 0 0 -170px; 
	width:270px; 
}
.tooltip2 span img{
	z-index:20;
	position:absolute;
	border:0;
	top:-8px;
	left:155px;
}
.tooltip3 span {
	margin:22px 0 0 -108px; 
	width:200px; 
}
.tooltip3 span img {
	z-index:20;
	position:absolute;
	border:0;
	top:-8px;
	left:92px;
}
.tooltip4 span {
	margin:27px 0 0 -150px; 
	width:180px; 
}
.tooltip4 span img {
	z-index:20;
	position:absolute;
	border:0;
	top:-8px;
	left:135px;
}
/********************************* fin tooltips ************************************/

/************************************************************************************************* Page Panier ***********************************************************************/
.page_panier{
	width:100%;
	max-width: 1920px;
	height:auto;
	margin:0 auto;
	padding:0;
	padding-bottom:3rem;
    font-size: 1.8rem;
}
.page_panier header{
	display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-content: stretch;
    column-gap: 0;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding: 0;
}
.page_panier header a{
    display: flex;
    justify-content: center;
	align-items: center;
    width: 30.333%;
    height: 46px;
    margin: 0;
    padding: 0;
    background-color: #EDEDED;
    position: relative;
}
.page_panier header a.panier_etape_a{
    width: calc(33.333% + 25px);
    z-index: 3;
    &:before {
        content: '';
        position: absolute;
        right: -24px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid #EDEDED;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }
}
.page_panier header a.panier_etape_b{
    width: calc(33.333% + 25px);
    z-index: 2;
    margin-left: 4px;
    margin-right: 4px;
    &:after {
        content: '';
        position: absolute;
        left: 0; 
        bottom: 0; 
        width: 0; 
        height: 0;
        border-left: 25px solid #FFF;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }

    &:before {
        content: '';
        position: absolute;
        right: -25px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid #EDEDED;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }
}
.page_panier header a.panier_etape_c{
    width: calc(33.333% + 25px);
    z-index: 1;
    &:after {
        content: '';
        position: absolute;
        left: 0; bottom: 0; width: 0; height: 0;
        border-left: 25px solid #FFF;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }
}
.page_panier header a.active{
    background-color: #000;
    color: #FFF;
}
.page_panier header a.panier_etape_a.active{
    &:before {
        border-left: 25px solid #000;
    }
}
.page_panier header a.panier_etape_b.active{
    &:before {
        border-left: 25px solid #000;
    }
}
.page_panier .resultats_panier{
	width:90%;
	min-width:1020px;
	height:auto;
	display:block;
	margin:0 auto;
    margin-top: 4rem;
	padding: 0;
}
.page_panier .resultats_panier .TPanier0{
	width:100%;
	height:auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: top;
	column-gap: 5%;
	margin:0 auto;
	padding:0;
}
.page_panier .resultats_panier .TPanier1{
	display: block;
    min-width: 65%;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
}
.page_panier .resultats_panier .TPanier1 .paniervide{
	width:100%;
	height:auto;
	text-align:left;
	font-size:2rem;
	margin:0;
	padding:0;
	font-weight: 500;
}
.page_panier .resultats_panier .TPanier1 .titre{
	width:100%;
	height:auto;
	text-align:left;
	font-size:2rem;
	margin:0;
	padding:0;
	font-weight: 400;
}
.page_panier .resultats_panier .TPanier2{
	width: 100%;
	height:auto;
	display:flex;
    flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	row-gap: 1rem;
	margin:0 auto;
	margin-top:1rem;
	margin-bottom:3rem;
	padding:0;
}
.page_panier .resultats_panier .TPanier2:last-of-type{
	margin-bottom:0;
}
.page_panier .resultats_panier .TPanier2 .img_info_buy{
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
    align-content: space-between;
    column-gap: 2rem;
	width:100%;
	height:150px;
	margin:0;
	padding: 1rem 2rem;
	background-color:#FFF;
    border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_panier .resultats_panier .TPanier2 .img{
	flex:1;
}
.page_panier .resultats_panier .TPanier2 .img img{
    border: 1px solid rgba(0, 0, 0, 0.14);
}
.page_panier .resultats_panier .TPanier2 .info, .page_panier .resultats_panier .TPanier2 .buy{
	flex:4;
}
.page_panier .resultats_panier .TPanier2 .separation{
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
}
.page_panier .resultats_panier .TPanier3{
	display:flex;
    flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-end;
    row-gap:0.5rem;
	padding: 0;
}
.page_panier .resultats_panier .buy{
}
.page_panier .resultats_panier .TPanier3 li{
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 1rem;
    width: 100%;
    height: auto;
}
.page_panier .resultats_panier .TPanier3 .strong *{
	font-weight: 500;
}
.page_panier .resultats_panier .TPanier3 li > span:last-child{
	text-align:right;
}
.page_panier .resultats_panier .TPanier3 li input{
	width:6rem;
	height:auto;
	text-align: center;
	margin:0;
	background-color:#FFF;
	color:#232323;
	font-weight:500;
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_panier .resultats_panier .TPanier3 li input:focus{
    border: 1px solid rgba(0, 0, 0, 0.14);
}
.page_panier .resultats_panier .TPanier3 li input.red{
    border: 1px solid #BA3C3C;     
	color: #BA3C3C;
}
.page_panier .resultats_panier .TPanier3 li input[type=number]::-webkit-inner-spin-button, .page_panier .resultats_panier .TPanier3 li input[type=number]::-webkit-outer-spin-button{
    opacity: 1;
}
.page_panier .resultats_panier .TPanier3 .redmsg{
    justify-content: center;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0.5rem 0;
    background-color: #FFEBEB;
    color: #BA3C3C;
    border: 1px solid #BA3C3C;     
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
    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_panier .resultats_panier .TPanier3 .redmsg.active{
    display: flex;
	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_panier .resultats_panier .TPanier3 li.choixcaisse{
	display:none;
}
.page_panier .resultats_panier .TPanier3 .choixcaisse > span{
    display: inline-block;
    vertical-align: middle;
	margin:0;
	padding:0;
	color: #FF0000;
	font-size:1.8rem;
	text-align:left;
}
.page_panier .resultats_panier .TPanier3 .choixcaisse > span:last-of-type{
	text-align:right;
}
.page_panier .resultats_panier .TPanier3 .choixcaisse label{
	display:inline-block;
	vertical-align: middle;
	margin:0 auto;
	padding:0;
    background-color: transparent;
	color:#E5191C;
	font-size:1.8rem;
	text-align:left;
    cursor: pointer;
}
.page_panier .resultats_panier .TPanier3 .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 #000;
    border-radius: 1.5rem;
    content: '';
}
.page_panier .resultats_panier .TPanier3 .choixcaisse input.radio:checked {
    background-color: #000;
}
.page_panier .resultats_panier .TPanier4{
	width: 100%;
	height:auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 2rem;
	margin:0;
	padding:0;
}
.page_panier .resultats_panier .TPanier4 .greenmsg{
    padding: 0.5rem 1.5rem 0.5rem 3.5rem;
    background-color: #E7F5E3;
    color: #236014;
    border: 1px solid #236014;     
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	background-image:url("../images4/cart/updated.svg");
	background-repeat:no-repeat;
	background-position:1rem center;
	background-size: 20px auto;
    visibility:hidden;
	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_panier .resultats_panier .TPanier4 .greenmsg.active{
    visibility: visible;
	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_panier .resultats_panier .TPanier4 .change_delete{
	display:flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 1rem;
	margin:0;
	padding:0;
}
.page_panier .resultats_panier .TPanier4 .change_delete a{
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    padding-left: 3.5rem;
    border: none;     
	border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
}
.page_panier .resultats_panier .TPanier4 .change_delete a.change{
    background-color: #EBEBEB;
    color: #232323;
	background-image:url("../images4/cart/modify.svg");
	background-repeat:no-repeat;
	background-position:1rem center;
	background-size: 20px auto;
}
.page_panier .resultats_panier .TPanier4 .change_delete a.change.active{
    display: none;
}
.page_panier .resultats_panier .TPanier4 .change_delete a.update{
    display: none;
    background-color: #E7F5E3;
    color: #236014;
	background-image:url("../images4/cart/confirm.svg");
	background-repeat:no-repeat;
	background-position:1rem center;
	background-size: 20px auto;
}
.page_panier .resultats_panier .TPanier4 .change_delete a.update.active{
    display: inline-flex;
}
.page_panier .resultats_panier .TPanier4 .change_delete a.delete{
    padding-left: 4rem;
    background-color: #FFEBEB;
    color: #BA3C3C;
	background-image:url("../images4/cart/remove.svg");
	background-repeat:no-repeat;
	background-position:1rem center;
	background-size: 26px auto;
}
.page_panier .resultats_panier .TPanier4 .change_delete a.delete.active{
    display: none;
}
.page_panier .resultats_panier .TPanier4 .change_delete a.discard{
    display: none;
    background-color: #EBEBEB;
    color: #232323;
	background-image:url("../images4/cart/discard.svg");
	background-repeat:no-repeat;
	background-position:1rem center;
	background-size: 20px auto;
}
.page_panier .resultats_panier .TPanier4 .change_delete a.discard.active{
    display: inline-flex;
}
.page_panier .resultats_panier .TPanier5{
	display: block;
    min-width: 30%;
	height:auto;
	font-size:1.8rem;
	text-align:left;
	margin:0;
	padding:0;
}
.page_panier .resultats_panier .TPanier5 .titre{
	width:100%;
	height:auto;
	text-align:left;
	font-size:2rem;
	margin:0;
	padding:0;
	font-weight: 500;
}
.page_panier .resultats_panier .TPanier6{
	display:block;
	width:100%;
	height:auto;
	margin:0;
	margin-top:1rem;
	padding: 2rem;
	background-color:#FFF;
    border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_panier .resultats_panier .TPanier7{
	width: 100%;
	height:auto;
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: top;
	column-gap: 2rem;
	margin:0;
	padding:0;
}
.page_panier .resultats_panier .TPanier5 .vers_devis{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 0;
}
.page_panier .resultats_panier .TPanier5 .vers_devis a{
    display: block;
    text-align: center;
    margin: 0;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    color: #FFF;
    background-color: #232323;
}
.page_panier .resultats_panier .TPanier5 .vers_devis a.inactive{
	background-color: #A7A7A7;
}
.page_panier .resultats_panier .titre.mt4{
	margin-top: 4rem;
}
.page_panier .resultats_panier .TPanier8{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: top;
	column-gap: 5%;
	width: 100%;
	height:auto;
	margin:0;
	padding:0;
	font-size:1.4rem;
}
.page_panier .resultats_panier .TPanier8 ul{
	display: inline-block;
    width: 30%;
	height:auto;
	margin:0;
	margin-top:2rem;
	padding:0;
}
.page_panier .resultats_panier .TPanier8 ul li{
	display:block;
	width: 100%;
	height:auto;
	margin:0.5rem 0;
	padding:0;
}
.page_panier .resultats_panier .TPanier8 .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 1rem;
	margin:0 auto;
	padding:0;
}
.page_panier .resultats_panier .TPanier8 .flex font{
	display:block;
	margin:0;
	padding:0;
	text-align:left;
	font-weight:400;
}
.page_panier .resultats_panier .TPanier8 .img img{
    border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
}
.page_panier .resultats_panier .TPanier8 .AddSl{
	display:inline-block;
	margin:0 auto;
	padding: 0.5rem;
	text-align:center;
	color: #FFF;
	background-color: #232323;
	border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
}
.pop_detailes{
	display:none;
	padding:0;
	background: white;
	border: 1px solid #666;
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height:auto;
	color:inherit;
	font-size:1.8rem;
	overflow:hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
}
.pop_detailes button{
	background-color:transparent;
	position:absolute;
	width:auto;
	top:0.5rem;
	right:0.5rem;
	margin:0;
	padding:0;
	border:none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	cursor:pointer;
}
.popup_wrapper{
	cursor:pointer;
}

.RecSl{
	display:block;
	width: 100%;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:1.8rem;
}
.RecSl .flex{
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 3rem;
	margin:0 auto;
	margin-top:4rem;
	padding:0;
}
.RecSl .flex.center{
	justify-content: center;
	margin-top:2rem;
}
.RecSl .flex img{
	max-width:25%;
    border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.RecSl .flex ul{
	list-style-type:none;
}
.RecSl .flex ul li{
	text-align:left;
	white-space:normal;
}
.RecSl .flex ul > li::before {
	content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-image: url('../images4/cart/guarantee.svg');
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
}
.RecSl .flex a{
	display:inline-block;
	margin:0 auto;
	padding:1rem 2rem;
	text-align:center;
	color: #232323;
	background-color: #FFF;
	border:1px solid #232323;
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.RecSl .flex a.blue{
	background-color: #232323;
	color:#FFF;
	border:none;
}

/*************************** GetDevis **********************/
.tooltip-livr span{
	font-size:1.4rem;
	display:none; 
	padding:1rem 1.5rem;
	line-height:normal;
	font-weight:400;
	text-align:left;
	text-decoration:none;
	font-style:normal;
	white-space:normal;
	-moz-box-shadow: 0px 0px 10px 0px #c0c0c0;
	-webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
	-o-box-shadow: 0px 0px 10px 0px #c0c0c0;
	box-shadow: 0px 0px 10px 0px #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=10);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	z-index:130;
}
.tooltip-livr:hover span{
	display:inline; 
	position:absolute; 
	border:0;  
	color:#232323;
	background:#fff;
	text-decoration:none;
}
.tooltip-livr span{
	margin:2.5rem 0 0 -15rem;  
	width:30rem;
}
.tooltip-livr span img {
	position:absolute;
	border:0;
	top:-0.6rem;
	left:13.5rem;
}
.page_panier .resultats_panier .TPanier6 .redmsg{
    justify-content: flex-start;
    column-gap: 1rem;
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #FFEBEB;
    color: #BA3C3C;
    border: 1px solid #BA3C3C;     
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
    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_panier .resultats_panier .TPanier6 .redmsg.active{
    display: flex;
	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_panier .resultats_panier .TPanier6 .calcul_trsp{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:3rem;
	padding:0;
}
.page_panier .resultats_panier .calcul_trsp form{
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 1rem;
	margin:0 auto;
	padding:0;
}
.page_panier .resultats_panier .calcul_trsp li{
	flex:1;
}
.page_panier .resultats_panier .calcul_trsp select{
	width: 100%;
	background-color: #FFF;
	font-weight : 400;
	text-align : left;
	margin:0 auto;
	padding: 0.5rem 1rem;
	border:1px solid #232323;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color:#232323;
	-webkit-text-fill-color: #232323;
	font-size:1.8rem;
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
}
.page_panier .resultats_panier .calcul_trsp input{
	width: 100%;
	background-color: #FFF;
	font-weight : 400;
	text-align : left;
	margin:0 auto;
	padding: 0.5rem 1rem;
	border:1px solid #232323;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color:#232323;
	-webkit-text-fill-color: #232323;
}	
.page_panier .resultats_panier .calcul_devis{
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:2rem;
	padding:0;
}
.page_panier .resultats_panier .calcul_devis li{
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 1rem;
	text-align:left;
	margin-top:1rem;
}
.page_panier .resultats_panier .calcul_devis li.mt2{
	margin-top:2rem;
}
.page_panier .resultats_panier .calcul_devis .radio{
	width:1.5rem;
	height:1.5rem;
	display:inline-block;
	vertical-align: middle;
	margin:0 auto;
	margin-right:0.5rem;
    margin-left:1.5rem;
	padding:0;
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
    background-color: #FFF;
	border:1px solid #000;
    border-radius: 1.5rem;
    content: '';
}
.page_panier .resultats_panier .calcul_devis .radio:checked {
    background-color: #000;
}
.page_panier .resultats_panier .calcul_devis .NbTVA {
	display:none;
}
.page_panier .resultats_panier .calcul_devis .NbTVA input{
	width:50%;
	height:3rem;
	line-height:3rem;
	padding:0 0.5rem;
	background-color:#FFF;
	font-weight: 400;
	border:1px solid #232323;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color:#232323;
	-webkit-text-fill-color: #232323;
}
.page_panier .resultats_panier .calcul_devis #msgTVA {
	display:inline-block;
	font-size:1.4rem;
	font-weight: 400;
	color:#BA3C3C;
}
.page_panier .resultats_panier .calcul_devis a{
	flex:1;
	margin:0;
	padding:0.5rem 1rem;
	text-align:center;
	color: #232323;
	background-color: #FFF;
	border:1px solid #232323;
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_panier .resultats_panier .calcul_devis a.black{
	background-color: #A7A7A7;
	color:#FFF;
	border:none;
}
.page_panier .resultats_panier .calcul_devis a.black.active{
	background-color: #232323;
}
.page_panier .resultats_panier .TPanier5 .tree{
    display: flex;
    flex-flow: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 auto;
    margin-top: 1rem;
    padding: 1.5rem 0;
    background-color: #E7F5E3;
    color: #236014;
    border: none;   
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	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_panier .resultats_panier .formulaire_sauvegard{
	text-align:center;
	padding:0;
	margin:0 auto;
	margin-top:4rem;
	display:none;
}
.page_panier .resultats_panier .formulaire_sauvegard li{
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    column-gap: 2rem;
    width: 100%;
	margin:0 auto;
	margin-bottom:1rem;
	padding:0;
	text-align:left;
}
.page_panier .resultats_panier .formulaire_sauvegard .email{
	display:none;
}
.page_panier .resultats_panier .formulaire_sauvegard li > span{
	flex: 1;
}
.page_panier .resultats_panier .formulaire_sauvegard input{
	font-weight:400;
	background-color:#FFF;
	width:100%;
	height: 3rem;
	line-height: 3rem;
	text-align:left;
	border: 1px solid rgba(0, 0, 0, 0.14);
	color:#232323;
	-webkit-text-fill-color: #232323;
	margin:0 auto;
	padding:0 0.5rem;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.page_panier .resultats_panier .formulaire_sauvegard li.no-mg{
	margin:0;
}					
.page_panier .resultats_panier .formulaire_sauvegard textarea{
	font-weight:400;
	background-color:#FFF;
	color:#232323;
	-webkit-text-fill-color: #232323;
	width:100%;
	height: 10rem;
	margin:0;
	padding:0 0.5rem;
	text-align:left;
	vertical-align:middle;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.page_panier .resultats_panier .formulaire_sauvegard .submit{
	margin-top:1rem;
}
.page_panier .resultats_panier .formulaire_sauvegard .erreurstockres{
    padding: 0.5rem 1.5rem 0.5rem 3.5rem;
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
    visibility:hidden;
	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_panier .resultats_panier .formulaire_sauvegard .erreurstockres.redmsg{
    background-color: #FFEBEB;
    color: #BA3C3C;
    border: 1px solid #BA3C3C;     
	background-image:url("../images4/cart/error.svg");
	background-repeat:no-repeat;
	background-position:1rem center;
	background-size: 20px auto;
}
.page_panier .resultats_panier .formulaire_sauvegard .erreurstockres.greenmsg{
    background-color: #E7F5E3;
    color: #236014;
    border: 1px solid #236014;     
	background-image:url("../images4/cart/updated.svg");
	background-repeat:no-repeat;
	background-position:1rem center;
	background-size: 20px auto;
}
.page_panier .resultats_panier .formulaire_sauvegard .erreurstockres.active{
    visibility: visible;
	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_panier .resultats_panier .formulaire_sauvegard .submit input{
	color: #FFF;
	-webkit-text-fill-color: #FFF;
	font-weight:500;
	background-color:#232323;
	text-decoration: none;
	width: auto;
	height:auto;
	margin:0 auto;
	padding: 0 2rem;
	outline:none;
	cursor:pointer;
	border:1px solid #232323;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

/*************************** GetFormulaires **********************/
.page_panier .resultats_panier h1{
	display:block;
	width:100%;
	height:auto;
	text-align:center;
	font-size:2.4rem;
	margin:0 auto;
	padding:0;
	position:relative;
	font-weight:500;
}
.page_panier .resultats_panier .forms{
	width: 50%;
	min-width:60rem;
	height:auto;
	text-align:center;
	font-size:1.8rem;
	color:#232323;
	font-weight:400;
	margin:0 auto;
	margin-top:3rem;
	padding:0;
}
.page_panier .resultats_panier .forms h2{
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-size:2.4rem;
	font-weight:400;
	margin:0 auto;
	margin-top:2rem;
	padding:0;
	text-align:left;
}
.page_panier .resultats_panier .forms .formulaire_commande{
	text-align:center;
	margin: 0 auto;
	margin-top:2rem;
	padding: 1rem 3rem;
	width:100%;
	border:1px solid #232323;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background-color:#FFF;
}
.page_panier .resultats_panier .forms .formulaire_commande li{
	display:block;
	width:100%;
	height:auto;
	margin:1rem auto;
	padding:0;
	text-align:left;
}
.page_panier .resultats_panier .forms .formulaire_commande li ul{
	width:100%;
	margin:0 auto;
	padding:0;
	font-size:0;
}	
.page_panier .resultats_panier .forms .formulaire_commande li ul li{
	padding:0;
	margin:0 auto;
	display:inline-block;
	vertical-align:middle;
	color:#232323;
	font-size:1.8rem;
}		
.page_panier .resultats_panier .forms .formulaire_commande li.mt{
	margin-top:7rem;
}
.page_panier .resultats_panier .forms .formulaire_commande .email{
	display:none;
}
.page_panier .resultats_panier .forms .formulaire_commande li ul li.label{
	width:40%;
	margin-right:2%;
}
.page_panier .resultats_panier .forms .formulaire_commande li ul li.label.w100{
	width:100%;
	margin-right:0;
}
.page_panier .resultats_panier .forms .formulaire_commande li ul li.input, .page_panier .resultats_panier .forms .formulaire_commande li.input{
	width:58%;
}
.page_panier .resultats_panier .forms .formulaire_commande li ul li.input.w100{
	width:100%;
}
.page_panier .resultats_panier .forms .formulaire_commande input{
	font-weight:400;
	background-color:#FFF;
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	text-align:center;
	border:1px solid #232323;
	color:#232323;
	-webkit-text-fill-color: #232323;
	margin:0 auto;
	padding:0 1rem;
	font-weight: 400;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.page_panier .resultats_panier .forms .formulaire_commande input.mini-input{
	width:49%;
	margin:0 2% 0 0;
}	
.page_panier .resultats_panier .forms .formulaire_commande input.mini-input.no-mg{
	margin:0;
}	
.page_panier .resultats_panier .forms .formulaire_commande li.no-mg{
	margin:0;
}					
.page_panier .resultats_panier .forms .formulaire_commande textarea{
	font-weight:400;
	background-color:#FFF;
	color:#232323;
	-webkit-text-fill-color: #232323;
	width:100%;
	height: 8rem;
	margin:0;
	padding:0 1rem;
	text-align:left;
	border:1px solid #232323;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}	
.page_panier .resultats_panier .forms .formulaire_commande select{
	background-color : #FFF;
	border : 0;
	font-weight : 400;
	text-align : center;
	margin:0;
	padding:0 1rem;
	color:#232323;
	-webkit-text-fill-color: #232323;
	height:2.5rem;
	border:1px solid #232323;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.page_panier .resultats_panier .forms .responsabilite{
	margin-top: 2rem;
    font-size: 1.4rem;
    text-align: left;
}
.page_panier .resultats_panier .forms .expedition{
	display:block;
	text-align:left;
	margin:0 auto;
	margin-top:2rem;
	padding:0;
	font-size:0;
}
.page_panier .resultats_panier .forms .expedition span{
	display:inline-block;
	vertical-align:middle;
	width:50%;
	height:auto;
	margin:0 auto;
	padding:0;
	font-size:1.8rem;
}
.page_panier .resultats_panier .forms .expedition span label, .page_panier .resultats_panier .forms .expedition span input{
	display:inline-block;
	vertical-align:middle;
}
.page_panier .resultats_panier .forms .radio, .page_panier .resultats_panier .forms .checkbox{
	display:inline-block;
	vertical-align: middle;
	width:2rem;
	height:2rem;
	margin:0 auto;
	padding:0;
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #232323;
    outline: none;
	content: "";
	font-size:1.8rem;
	position:relative;
}
.page_panier .resultats_panier .forms .radio:checked:before, .page_panier .resultats_panier .forms .checkbox:checked:before{
    position:absolute;
	top:0;
	left:0;
	width:1.8rem;
	height:1.8rem;
	line-height:1.8rem;
	background-color: #232323;
	color:#FFF;
	 -webkit-text-fill-color: #FFF;
	content: "\2714";
}
.page_panier .resultats_panier .forms .formulaire_commande.no-dispaly{
	display:none;
}
.page_panier .resultats_panier .forms .erreurstock{
	display:block;
	width:50%;
    margin:0 auto;
	margin-top:1.5rem;
    padding: 0.5rem 1.5rem 0.5rem 3.5rem;
	text-align:left;
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
    background-color: #FFEBEB;
    color: #BA3C3C;
    border: 1px solid #BA3C3C;     
	background-image:url("../images4/cart/error.svg");
	background-repeat:no-repeat;
	background-position:1rem center;
	background-size: 20px auto;
    display: none;
}
.page_panier .resultats_panier .forms .submit{
	display:block;
	width:50%;
	margin:0 auto;
	margin-top:2rem;
	padding:0;
	outline:none;
	cursor:pointer;
	font-weight:400;
	text-align:center;
	color:#FFF;
}
.page_panier .resultats_panier .forms .submit input{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0.5rem 0;
	outline:none;
	cursor:pointer;
	font-weight:400;
	color:#FFF;
	-webkit-text-fill-color: #FFF;
	background-color:#232323;
	border: 1px solid #232323;
	border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}


/************************************************************************************************* Page simulateur *************************************************************************/
.page_sim{
    display: block;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:0;
	padding-bottom:3rem;
	font-size:1.8rem;
    color: #232323;
}
.page_sim .header_sim{
    display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    align-content: center;
	width:100%;
	height:auto;
    padding: 0.2rem 0;
	text-align:left;
	background: rgba(0, 0, 0, 0.78);
	color:#FFF;
    font-size: 1.4rem;
}
.page_sim .simparts{
    display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
    align-content: flex-start;
	width:100%;
	height:auto;
    padding: 0;
	text-align:center;
    position: relative;
}
.page_sim .header_sim > div{
	padding: 0 2rem;
}
.page_sim .simparts > div{
	padding: 2rem;
}
.page_sim .headpart1, .page_sim .headpart4, .page_sim .simpart1, .page_sim .simpart4{
	width: 25%;
}
.page_sim .headpart2, .page_sim .simpart2{
	width: 14%;
}
.page_sim .headpart3, .page_sim .simpart3{
	width: 36%;
}
.page_sim .simpart2, .page_sim .simpart4{
	background-color: #EDEDED;
	border:1px solid rgb(0, 0, 0, 0.14);
	border-radius: 0 0 0.5rem 0.5rem;
	-webkit-border-radius: 0 0 0.5rem 0.5rem;
	-moz-border-radius: 0 0 0.5rem 0.5rem;
	-ms-border-radius: 0 0 0.5rem 0.5rem;
	-o-border-radius: 0 0 0.5rem 0.5rem;
}
.page_sim .rech_ref{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	display:block;
	text-align:left;
	font-size:1.8rem;
	color:#232323;
}
.page_sim .rech_ref input{
	display:block;
	width:100%;
	height:3rem;
	margin:0 auto;
    padding-left: 3rem;
	border:1px solid rgb(0, 0, 0, 0.14);
	background-color:#FFF;
	color:#232323;
	font-weight:500;
	font-size:1.4rem;
    background-image: url(../images4/commun/search_black.svg);
    background-repeat: no-repeat;
    background-position: 0.7rem center ;
    background-size: 20px auto;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_sim .rech_ref form input::placeholder {
	opacity: 0.4;
    font-weight: 400;
}
.page_sim .menu_sim{
    display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    align-content: flex-start;
    column-gap: 1rem;
	width:80%;
	height:auto;
	margin:0 auto;
    margin-top: 2rem;
	padding:0;
	text-align:center;
}
.page_sim .menu_sim li{
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	cursor:pointer;
    position: relative;
}
.page_sim .menu_sim li img{
	vertical-align: bottom;
	width:100%;
	height:auto;
}
.page_sim .menu_sim li img.img1{
	transition:opacity 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out;
	-ms-transition:opacity 0.5s ease-in-out;
	-webkit-transition:opacity 0.5s ease-in-out;
	filter : alpha(opacity=100);
	opacity:1;
}
.page_sim .menu_sim li img.img2{
	position:absolute;
	left:0;
	right:0;
	opacity:1;
}
.page_sim .menu_sim li:hover img.img2,  .page_sim .menu_sim li.active img.img2{
	filter: alpha(opacity=0);
	opacity:0;
}
.page_sim .CFamille{
	width:100%;
	height:auto;
	margin:0;
    margin-top: 2rem;
	padding:0;
	display:block;
	text-align:center;
	font-size:0;
  	overflow-x: hidden;
	overflow-y: auto;
	/* Mozilla firefox */
	scrollbar-color: #232323 #BABABA;
	scrollbar-width: thin;
}
.page_sim .CFamille::-webkit-scrollbar{
	width: 4px;
	background-color: #BABABA;
}
.page_sim .CFamille::-webkit-scrollbar-track {
	background-color: #BABABA;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border:1px solid #FAF9F8;
}

.page_sim .CFamille::-webkit-scrollbar-thumb {
	background-color: #232323;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	border: 2px solid #232323;
}
.page_sim .CFamille li{
	display:inline-block;
	margin: 0 2% 2% 0;
	padding:0;
	width:18%;
	height:auto;
	cursor:pointer;
}
.page_sim .CFamille li img{
	padding:0;
	margin:0 auto;
	width:100%;
	max-width:100%;
	height: auto;
	cursor:pointer;
}
.page_sim .CFamille img.active{
	border: 3px solid #232323;
}
.page_sim .rech_col{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	display:block;
	text-align:left;
	font-size:1.8rem;
	color:#232323;
}
.page_sim .rech_col input{
	display:block;
	width:100%;
	height:3rem;
	margin:0 auto;
    padding-left: 3rem;
	border:1px solid rgb(0, 0, 0, 0.14);
	background-color:#FFF;
	color:#232323;
	font-weight:500;
	font-size:1.4rem;
    background-image: url(../images4/commun/search_black.svg);
    background-repeat: no-repeat;
    background-position: 0.7rem center;
    background-size: 20px auto;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	-webkit-text-shadow: 2px 2px 5px white;
	-moz-text-shadow: 2px 2px 5px white;
	-o-text-shadow: 2px 2px 5px white;
	text-shadow: 2px 2px 5px white;
}
.page_sim .rech_col input::placeholder {
	opacity: 0.4; 
    font-weight: 400;
}
.page_sim .CPalette{
	width:100%;
	height:auto;
	margin:0 auto;
    margin-top: 2rem;
	padding:0;
	display:block;
	text-align:center;
	font-size:1.8rem;
	color:#232323;
}
.page_sim .CPalette .CGR_CCC{
    display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    align-content: center;
    column-gap: 0.5rem;
	width:100%;
	height:auto;
    padding: 0;
	text-align:center;
}
.page_sim .CPalette .CGR_CCC a{
    flex:1;
	text-align:center;
	color:#232323;
    font-size: 1.8rem;
    padding: 0.2rem;
    background-color: transparent;
	border:1px solid rgb(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_sim .CPalette .CGR_CCC a:hover, .page_sim .CPalette .CGR_CCC a.active{
    background-color: #FFF;
}
.page_sim .CPalette .CGranito, .page_sim .CPalette .CCement{
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
    align-content: flex-start;
    gap: 0.49rem; /* logic 0.5rem cause retour ligne !*/
    margin-top: 2rem;
    padding: 0.5rem;
    background-color: #FFF;
	border:1px solid rgb(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
    display: none;
}
.page_sim .CPalette .CGranito.active, .page_sim .CPalette .CCement.active{
    display: flex;
}
.page_sim .CPalette .CGranito a{
    width: calc((100% - 1.5rem) * 1/4);
    position: relative;
}
.page_sim .CPalette .CCement a{
    width: calc((100% - 2rem) * 1/5);
    position: relative;
}
.page_sim .CPalette .CGranito a img, .page_sim .CPalette .CCement a img{
	vertical-align: bottom;
	width:100%;
	height:auto;
    border: none;
    padding: 0;
    margin: 0;
}
.page_sim .CPalette img.img1{
	transition:opacity 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out;
	-ms-transition:opacity 0.5s ease-in-out;
	-webkit-transition:opacity 0.5s ease-in-out;
	filter : alpha(opacity=100);
	opacity:1;
}
.page_sim .CPalette img.img3, .page_sim .CPalette img.img2{
	position:absolute;
	left:0;
	right:0;
	opacity:1;
}
.page_sim .CPalette a:hover img.img3{
	filter: alpha(opacity=0);
	opacity:0;
}
.page_sim .CPalette a.active img.img3, .page_sim .CPalette a.active img.img2{
	filter: alpha(opacity=0);
	opacity:0;
}
.page_sim .outils{
    display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    align-content: center;
    column-gap: 1rem;
	width:100%;
	height:auto;
	text-align:center;
    font-size: 1.4rem;
}
.page_sim .outils > div{
    display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    align-content: center;
    column-gap: 0.5rem;
}
.page_sim .outils .visualise{
    column-gap: 1.5rem;
    padding: 0.5rem 1.5rem;
    border: 1px solid #A7C59D;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(64, 178, 68, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgb(64, 178, 68, 0.2);
    box-shadow: 0px 0px 10px 0px rgb(64, 178, 68, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.page_sim .outils .visualise .onetile_fourtiles{
	position:relative;
}
.page_sim .outils .visualise .onetile_fourtiles input{
	display:none;
}
.page_sim .outils .visualise .onetile_fourtiles label{
    display: flex;
    cursor: pointer;
}
.page_sim .outils .visualise .onetile_fourtiles .img1{
	filter : alpha(opacity=100);
	opacity:0; 
	transition:opacity 0.5s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	-o-transition:opacity 0.5s ease-in-out;
	-ms-transition:opacity 0.5s ease-in-out;
	-webkit-transition:opacity 0.5s ease-in-out;
}
.page_sim .outils .visualise .onetile_fourtiles .img2{
	position:absolute;
	left:0;
	right:0;
	opacity:1;
}
.page_sim .outils .visualise .onetile_fourtiles:hover img.img2, .page_sim .outils .visualise .onetile_fourtiles.active img.img2{
	filter: alpha(opacity=0);
	opacity:0;
}
.page_sim .outils .visualise .onetile_fourtiles:hover img.img1, .page_sim .outils .visualise .onetile_fourtiles.active img.img1{
	filter: alpha(opacity=100);
	opacity:1;
}
.page_sim .outils .visualise .lien3D{
	position: relative;
}
.page_sim .outils .visualise .lien3D a{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page_sim .simpart3 .dev{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:2rem;
	padding:0;
	position:relative;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_sim .simpart3 .dev img.neutre{
	width:100%;
	height:auto;
	z-index:0;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_sim .simpart3 .dev div#Vectoriel {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:1px solid #D0D0D0;
	z-index:1;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
	cursor: url("../images4/simulateur/cursors/cursor.svg"), default;
}
.page_sim .simpart3 .dev div#Vectoriel img{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	vertical-align:bottom;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
}
.page_sim .simpart3 .calc{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    row-gap: 1rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 1.5rem;
    text-align: left;
    font-size: 1.8rem;
	border:1px solid rgb(0, 0, 0, 0.14);
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	-ms-border-radius: 0.5rem;
	-o-border-radius: 0.5rem;
    background: #FFF;
}
.page_sim .simpart3 .calc li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
}
.page_sim .simpart3 .calc .picflex{
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.3rem;
}
.page_sim .simpart3 .calc .picflex img{
	width:3rem;
	height:auto;
}
.page_sim .simpart3 .calc form, .page_sim .simpart3 .calc li ul{
    width: 100%;
    height: auto;
}
.page_sim .simpart3 .calc input{
    width: 9rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.page_sim .simpart3 .calc .verspanier{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
.page_sim .simpart3 .calc .verspanier a{
    display: block;
    text-align: center;
    margin: 0;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    color: #FFF;
    background-color: #232323;
}
#sauvegarde_textures{
    display: none;
}
.page_sim .simpart3 .calc .formulaire_sauvegard{
	text-align:center;
	padding:0;
	margin:0;
	margin-top:1rem;
	font-size:1.8rem;
    display: none;
}
.page_sim .simpart3 .calc .formulaire_sauvegard li{
	text-align:right;
	padding:0;
	margin:1rem 0;
	height:auto;
	display:block;
}
.page_sim .simpart3 .calc .formulaire_sauvegard .email{
	display:none;
}
.page_sim .simpart3 .calc .formulaire_sauvegard label{
	font-weight:400;
	font-size:1.8rem;
	width:30%;
	height: auto;
	text-align:left;
	color:#232323;
	margin:0;
	padding:0;
	vertical-align:middle;
	display:inline-block;
}
.page_sim .simpart3 .calc .formulaire_sauvegard label[for=msgres]{
	width:100%;
}
.page_sim .simpart3 .calc .formulaire_sauvegard input{
	font-weight:400;
	background-color:#FFF;
	width:70%;
	height: 3rem;
	line-height:3rem;
	text-align:left;
    border: 1px solid rgba(0, 0, 0, 0.14);
	color:#232323;
	margin:0;
	padding:0 .2rem;
	vertical-align:middle;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.page_sim .simpart3 .calc .formulaire_sauvegard input.mini-input{
	width:34.5%;
	margin:0 1% 0 0;
}	
.page_sim .simpart3 .calc .formulaire_sauvegard input.mini-input.no-mg{
	margin:0;
}	
.page_sim .simpart3 .calc .formulaire_sauvegard li.no-mg{
	margin:0;
}					
.page_sim .simpart3 .calc .formulaire_sauvegard textarea{
	font-weight:400;
	background-color:#FFF;
	color:#232323;
	width:100%;
	height: 10rem;
	margin:0;
	padding:0 .2rem;
	text-align:left;
	vertical-align:middle;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.page_sim .simpart3 .calc .formulaire_sauvegard #erreur{
	color:#BA3C3C;
	font-size:1.8rem;
	margin-right:0.5rem;
}
.page_sim .simpart3 .calc .formulaire_sauvegard input.submit{
	width:auto;
	outline:none;
	cursor:pointer;
	border:0;
	font-weight:400;
	margin:0;
    padding: 0 2rem;
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    color: #FFF;
    background-color: #232323;
}
.page_sim .simpart4 .reservoir{
    display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    align-content: center;
	width:100%;
	height:70px;
	text-align:center;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background-color: transparent;
    overflow: hidden;
}
.page_sim .simpart4 .reservoir .favoris{
    display: flex;
    margin:0;
    padding: 0 1rem;
	width:55px;
	height:100%;
    background-color: #FFF;
}
.page_sim .simpart4 .reservoir #reservoir{
	width: auto;
	height: 70px;
	margin:0;
	padding:1rem;
}	
.page_sim .simpart4 .reservoir #reservoir ul{
	width:100%;
	height: 50px;
	text-align:center;
	margin:0 auto;
	padding:0;
	font-size:0;	
}	
.page_sim .simpart4 .reservoir #reservoir ul li{
	margin:0 auto;
	padding:0;
	display:inline-block;
	vertical-align: middle;
	text-align:center;	
}		
.page_sim .simpart4 .reservoir #reservoir ul li#GFleche, .page_sim .simpart4 .reservoir #reservoir ul li#DFleche{
	width:15px;
	height:auto;
	margin-left:2px;
	margin-right:2px;
	cursor:pointer;
}
.page_sim .simpart4 .reservoir #reservoir ul li#Reserves{
	width: 87%;
    max-width:270px;
	height: 50px;	
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color:transparent;
	white-space:nowrap;
}
.page_sim .simpart4 .reservoir #reservoir ul li#Reserves img{
    border: 1px solid rgba(0, 0, 0, 0.14);
	margin:0 2px;
	padding:0;
	display:inline-block;
	cursor:pointer;
	vertical-align:top;
	max-width:50px;
	height: 50px;
	position:relative;
}
.page_sim .simpart4 .tapisvertuel{
	display:flex;
	width:100%;
	height:auto;
	margin:0 auto;
    margin-top: 2rem;
	padding: 0;
	text-align:left;
	overflow:hidden;
	font-size:1.4rem;
    position: relative;
}
.page_sim .simpart4 .tapisvertuel .info_tapis{
	position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
	height:auto;
	margin:0 auto;
	padding: 2rem;
	text-align:center;
	font-size:1.4rem;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background-color: #FFF;
	-webkit-box-shadow: 3px 3px 3px 0px rgb(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 3px 0px rgb(0, 0, 0, 1);
    box-shadow: 3px 3px 3px 0px rgb(0, 0, 0, 1);
	transform: translate(50%,50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
#CarreauxTapis, #HexagonalTapis{
	display:none;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
#TapisCarreaux, #TapisHexagonal{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	cursor: pointer;
	background:transparent;
}
#PourBordsC, #PourBords{
	width: 100%;
	height: auto;
	margin:0 auto;
}
#PourBordsC{
	cursor: url(../images4/simulateur/Tapis/Square.png), default;
}
#PourBords{
	cursor: url(../images4/simulateur/Tapis/Hexa.png), default;
}
#PourBordsC svg, #PourBords svg{
	width: 100%;
	height: auto;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    overflow: hidden;
}
.page_sim .simpart4 .vider_tapis{
	display: block;
    width: 100%;
	height: auto;
	margin:0 auto;
    margin-top: 2rem;
	padding:0;
	text-align:left;
	color:#232323;
}
.page_sim .simpart4 .vider_tapis a{
    width: auto;
	height: auto;
	margin:0;
	padding:0.5rem 2rem;
	text-align:center;
	background-color:#FFF;
	color:#232323;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.page_sim .calhover{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 75%;
    background-color: rgb(0,0,0,0.8);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
    z-index: 3;
    color: #FFF;
    text-align: left;
    margin: 0;
    padding: 0 !important;
	transition:width 0.5s ease-in-out;
	-moz-transition:width 0.5s ease-in-out;
	-o-transition:width 0.5s ease-in-out;
	-ms-transition:width 0.5s ease-in-out;
	-webkit-transition:width 0.5s ease-in-out;
}
.page_sim .calhover img{
    margin-top: 2rem;
}
.page_sim .calhover p{
    margin-left: 3rem;
    font-size: 1.8rem;
}
.page_sim .calhover.hide{
    width: 0;
}

/************************************************************************************************* Page galerie ************************************************************************/
.page_galerie{
    display: block;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:0 2rem;
	padding-bottom:3rem;
	font-size:1.8rem;
    color: #232323;
}
.page_galerie .header_galerie{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
    column-gap: 1rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.page_galerie .header_galerie h1{
	display:block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 400;
}
.page_galerie .header_galerie .process{
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
    align-content: flex-end;
    column-gap: 1rem;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 1rem;
    padding-right: 2.5rem;
    text-align: left;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.page_galerie .header_galerie .timer{
	margin-left: 4rem;
}
.page_galerie .photos{
	width:100%;
	height:auto;
	margin:0 auto;
    margin-top: 2rem;
	padding:0;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-template-rows: repeat(8,1fr);
	grid-auto-columns: 1fr;
	gap: 5px 5px; 
	grid-auto-flow: row;
	grid-template-areas:
		"div1 div2 div3 div4 div4"
		"div5 div2 div6 div6 div6"
		"div7 div7 div6 div6 div6"
		"div7 div7 div6 div6 div6"		
		"div8 div8 div9 div10 div10"
		"div11 div12 div12 div10 div10"
		"div13 div13 div14 div15 div15"
		"div13 div13 div16 div16 div17";
}
.page_galerie .photos > 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_galerie .photos div a{
	flex:1;
}
.page_galerie .photos div img, .page_galerie .photos 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_photos .photos .lazy{
   opacity: 0;
}
.page_photos .photos img, .page_photos .photos 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 h1, #visage-caption h2, #visage-caption p, #visage-caption a{
	color: inherit !important;
	font-size:1.8rem !important;
}
#visage-caption .links{
	display:flex;
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:2rem;
	padding:0 0.5rem 0.5rem 0;
	font-size:1.8rem !important;
}
#visage-caption .links a{
	flex:1;
	display:flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center ;
	align-content: center;
	column-gap:1rem;
	margin:0;
	padding:1rem 0;
	text-align:center;
	text-decoration:none;
	outline:none;
	border: none;
	border-radius:0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
	font-weight:400;
	color:#242827 !important;
	background-color:#E9D1BB;
	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); 
	font-size:1.8rem !important;
}

/************************************************************************************ Page poser-protéger ************************************************************************************/		
.page_poser_proteger_finitions{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
    column-gap: 1rem;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:0;
	font-size:1.8rem;
    color: #232323;
}
.page_poser_proteger_finitions .poser_proteger{
	flex: 5;
    display:block;
	width: auto;
	height:auto;
	text-align:left;
	margin: 0;
	padding:0 2rem;
    padding-top: 2rem;
	padding-bottom:3rem;
    background-color: #EDEDED;
}
.page_poser_proteger_finitions .poser_proteger h1{
	display:block;
	width: auto;
	height:auto;
	text-align:left;
	font-weight:500;
	font-size:2.4rem;
	line-height:normal;
	margin: 0 auto;
	padding:0;
}
.page_poser_proteger_finitions .poser_proteger .block1{
	width:100%;
	height:auto;
	text-align:left;
	margin:0;
	margin-top:4rem;
	padding:0;
    overflow: hidden;
}
.page_poser_proteger_finitions .poser_proteger .block1 li{
	width:100%;
	height: auto;
	text-align:left;
	margin:0;
	padding:0;
}
.page_poser_proteger_finitions .poser_proteger .block1 .block{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
    column-gap: 4rem;
	overflow:hidden;
	-webkit-transition:height 0.5s ease-in-out;
	-moz-transition:height 0.5s ease-in-out;
	-o-transition:height 0.5s ease-in-out;
	transition:height 0.5s ease-in-out;
}
.page_poser_proteger_finitions .poser_proteger .block1 .block.active{
	height:auto;
}
.page_poser_proteger_finitions .poser_proteger .block1 .text{
	flex: 3;
    margin: 0;
	padding:0;
	width:auto;
	height:auto;
	text-align:left;
}
.page_poser_proteger_finitions .poser_proteger .block1 .text h2{
	display:block;
	font-weight:500;
	margin:0;
	padding:0;
}
.page_poser_proteger_finitions .poser_proteger .block1 .text p{
	display:block;
	font-weight:400;
	margin:0;
    margin-top: 2rem;
	padding:0;
}
.page_poser_proteger_finitions .poser_proteger .block1 .video{
	flex: 2;
}
.page_poser_proteger_finitions .poser_proteger .block1 .video img{
	width:100%;
	height:auto;
    vertical-align: bottom;
}
.page_poser_proteger_finitions .poser_proteger .plier{
	width:calc((100% - 4rem)*3/5);
    height: 2rem;
	line-height: 2rem;
    margin: 0;
    margin-top: 0.5rem;
    padding: 0;
	font-size:2.4rem;
	cursor:pointer;
    display: none;
    border-top: 1px solid rgb(0, 0, 0, 0.14);
}
.page_poser_proteger_finitions .poser_proteger .plier:before{
	content:"+";
}
.page_poser_proteger_finitions .poser_proteger .plier.active:before{
	content:"−";
}
.page_poser_proteger_finitions .produits_entretien{
	flex: 2;
    display:block;
	width: auto;
	height:auto;
	text-align:left;
	margin: 0;
	padding:0;
    padding-top: 2rem;
	padding-bottom:3rem;
    background-color: #FAF9F8 ;
}
.page_poser_proteger_finitions .produits_entretien h2{
	display:block;
	width: 100%;
	height:auto;
	text-align:center;
	font-weight:500;
	font-size:2.4rem;
	line-height:normal;
	margin: 0 auto;
	padding:0;
}
.page_poser_proteger_finitions .produits_entretien .sealer{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
    column-gap: 7%;
    row-gap: 2rem;
	width: 86%;
	height:auto;
	margin:0 auto;
	margin-top:2rem;
	padding:0;
    font-size: 1.4rem;
}
.page_poser_proteger_finitions .produits_entretien .sealer li{
	width:39.5%;
	margin:0;
	padding:0;
}
.page_poser_proteger_finitions .produits_entretien .sealer li p{
	width:100%;
	margin:auto;
	margin-bottom:0.5rem;
	padding:0;
	border: none;
}
.page_poser_proteger_finitions .produits_entretien .sealer .type{
    text-align: center;
}
.page_poser_proteger_finitions .produits_entretien .sealer .type span{
	display:block;
	line-height:normal;
}
.page_poser_proteger_finitions .produits_entretien .sealer .prix_litre{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center ;
	align-content: center;
	column-gap:0.5rem;
	font-size:1.4rem;
}
.page_poser_proteger_finitions .produits_entretien .sealer .prix_litre span{
	text-align:left
}
.page_poser_proteger_finitions .produits_entretien .sealer .prix_litre span:last-of-type{
	text-align:right;
}
.page_poser_proteger_finitions .produits_entretien .sealer .add_product{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center ;
	align-content: center;
	column-gap:0.5rem;
}
.page_poser_proteger_finitions .produits_entretien .sealer .add_product input{
	width:5rem;
    height: 2.5rem;
	margin:0;
	background-color:#FFF;
	font-weight:500;
	font-size:1.4rem;
    color: #232323;
    text-align: center;
	border:1px solid #D0D0D0;
	border-radius:0.2rem;
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	-ms-border-radius: 0.2rem;
	-o-border-radius: 0.2rem;
}
.page_poser_proteger_finitions .produits_entretien .sealer .add_product a{
	width: auto;
	margin:0;
	padding:0;
	font-size:1.4rem;
	text-align:right;
	font-weight:500;
    text-decoration: underline;
}
.page_poser_proteger_finitions .produits_entretien .sealer .info a{
	display:block;
	margin-top:1rem;
	padding:0.5rem 0;
	background-color:#FFF;
	border:1px solid #D0D0D0;
    text-align: center;
}
.page_poser_proteger_finitions .produits_entretien .sealer .plusinfo{
	display:none;
	font-size:1.4rem;
	text-align:justify;
}

/************************************************************************************ Page fiche technique ************************************************************************************/		
.page_technique{
	display: block;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:0;
	padding-bottom:3rem;
	font-size:1.8rem;
    color: #232323;
}
.page_technique .header_technique{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	column-gap: 1px;
	width:100%;
    height: auto;
	margin: 0 auto;
	padding:0 2rem;
    background-color: #FFF;
    border-bottom: 1px solid rgb(0, 0, 0, 0.14);
}
.page_technique .header_technique h1{
	font-weight:500;
	font-size:2.4rem;
	line-height:normal;
	margin: 0;
	padding:0;
    text-align: left;
}
.page_technique .header_technique a{
	margin: 0;
	padding:0;
    text-align: right;
    aspect-ratio:601/151;
}
.page_technique .header_technique a img{
	vertical-align: bottom;
    width: 100%;
}
.page_technique .info_technique{
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
    column-gap: 4rem;
	width:100%;
	height:auto;
	text-align:center;
	margin:0 auto;
    margin-top: 2rem;
	padding:0 2rem;
	font-size:1.8rem;
    color: #232323;
}
.page_technique .info_technique > *{
	flex: 1;
    text-align: left;
}
.page_technique .info_technique h2{
	font-weight:500;
	font-size:1.8rem;
	line-height:normal;
	margin: 0;
    margin-top: 2rem;
	padding:0;
    text-align: left;
}
.page_technique .info_technique p{
	width:100%;
	margin:0 auto;
	margin-top:2rem;
	padding:0;
	text-align:left;
}
.page_technique .info_technique table{
	width:100%;
	text-align:left;
	margin: 0 auto;
	margin-top:2rem;
    padding: 0 2rem;
}
.page_technique .info_technique table td{
	margin: 0;
    padding: 1rem 0;
}
.page_technique .info_technique table td:last-of-type{
	font-weight:500;
    padding-right: 0;
    padding-left: 2rem;
}
.page_technique .imgA {
	width:25%;
	vertical-align:bottom;
    margin: 0 auto;
    margin-top: 2rem;
	padding: 0;
}

/************************************************************************************************MEDIA CSS**********************************************************************************/		
@media (max-width: 1024px) {
body {
	width: 1000px; /* 1024px */
	min-height: 100%;
	margin:auto;
}

}
