/* Catégorie style grille*/
.listeproduits.grille {
	padding-top: 40px;

	}
.catalogue.liste {
	padding-bottom: 80px;
	}
.catalogue.fiche .liste {
	padding: 15px 50px 90px 50px;
	}

.listeproduits.grille a{
	display: inline-block;
	width: 21%;
	text-decoration: inherit;
	margin-bottom: 30px;
	vertical-align: text-top;
	position:relative;
	margin: 0 2% 5% 2%;

	}
.listeproduits.grille a span:last-child, .texte.catalogue.produitassocie .oc-item a span:last-child{
	display: block;
	color: #231f20;
	text-align:center;
	padding: 15px 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 0.93em;
	}
.listeproduits.grille a:hover span:last-child, .texte.catalogue.produitassocie .oc-item a:hover span:last-child{
	color: #00529b;
	font-weight: 700;
	transition-delay: 500ms;
	transition-property: all;
	}
.texte.catalogue.produitassocie .oc-item a span:last-child{
	color: #231f20;
	font-weight: 400;
	}
.listeproduits.grille a img{
	/*width: calc(100% - 6px);
	border: 3px solid transparent;*/
	height: auto;
	width: 100%;
	}
.listeproduits.grille a:hover img{
	/*border: 3px solid #231f20;*/
	}
.listeproduits.grille a span:first-child, .texte.catalogue.produitassocie .oc-item a span:first-child {
	position: relative;
	display:block;
	border: 1px solid #c7c8ca;

	}
	
/*.listeproduits.grille a span:first-child:after{
	content: '';
    background: url(https://www.sapl-sas.com/images/loupe_hover_produit.png) no-repeat rgba(38, 166, 154, 0.5) center center;
	height: 0;
	width: 0;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-left: 0; 
	transition-duration: 500ms;
	transition-property: all;
	}
.listeproduits.grille a:hover span:first-child:after{
	content: '';
	height: 100%;
	width: 100%;
	top: 0px;
	left: 00px;
	}*/
	
	
.listeproduits.grille a span:first-child:after, .texte.catalogue.produitassocie .oc-item a span:first-child:after{
	content: '';
    background: url(https://www.sapl-sas.com/images/loupe_hover_produit.png) no-repeat rgba(35, 31, 32, 0.8) center center;
	height: 0%;
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	transition: height 500ms;
	}
.listeproduits.grille a:hover span:first-child:after, .texte.catalogue.produitassocie .oc-item a:hover span:first-child:after{
	content: '';
	height: 100%;

	}
.listeproduits.grille a:hover span:first-child:before, .texte.catalogue.produitassocie .oc-item a:hover span:first-child:before{
	content: 'DETAILS';
	width: 120px;
	height: 40px;
	line-height: 40px;
	vertical-align:middle;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	padding-left: 20px;
	background:url(../../../../images/fleche_over_produit.png) #00529b no-repeat 84% center;
	position:absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -60px;
	z-index: 100;
	box-sizing:border-box;
	}
.texte.catalogue.produitassocie .oc-item a:hover span:first-child:before{
	padding-left: 0px;
	
	
	}
	
	
	
/*.listeproduits.grille a:hover span:first-child:before{
	content: 'En savoir';
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.14em;
	color: #fff;
	font-weight: 700;
	text-transform:uppercase;
    background: url(../../../../images/icones/icone-plus-hover.png) no-repeat center 55%;
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding-top: 33%;
	box-sizing:border-box;
	}*/
/*.listeproduits.grille a:hover span{
	color: #96a414;
	font-weight: 700;
	}*/
@media screen and (max-width: 780px) {
	.listeproduits.grille a,
	.texte.liste.listeproduits a{
	width: 29.333333333333%;
	}
	}
@media screen and (max-width: 640px) {
	.listeproduits.grille a,
	.texte.liste.listeproduits a{
	width: 46%;
	}
	
	}
@media screen and (max-width: 420px) {
	.listeproduits.grille a,
	.texte.liste.listeproduits a{
	width: 96%;

	}
	}
/*sscategorie*/


.texte.categorie.sscategorie > a{
	width: 28.333333333333%;
	margin: 0 2.5% 5% 2.5%;
	}
@media screen and (max-width: 880px) {

	}
@media screen and (max-width: 640px) {
.texte.categorie.sscategorie > a{
	width: 45%;

	}
	}
@media screen and (max-width: 500px) {
.texte.categorie.sscategorie > a{
	width: 95%;

	}
	}

/* liste produit */
.texte.categorie.listeproduits a span:last-child{
	font-weight: 400;
	padding: 20px 0 20px;
	}
.texte.categorie.listeproduits a span:last-child b{
	font-weight: 300;
	padding-top: 8px;
	display: block;
	}

@media screen and (max-width: 640px) {
.texte.categorie.listeproduits a{
	width: 45%;

	}
	}
@media screen and (max-width: 500px) {
.texte.categorie.listeproduits a{
	width: 95%;

	}
	}
/*.texte.listeproduits {
	padding-bottom: 60px;
	}
.texte.listeproduits a{
	display: inline-block;
	width: 25%;
	padding: 12px;
	border: 3px solid transparent;
	text-decoration: inherit;
	margin-bottom: 30px;
	vertical-align: text-top;
	}
.texte.listeproduits a:hover{
	border: 3px solid #208dce;
	}
.texte.listeproduits a span{
	display: block;
	height: 60px;
	color: #373737;
	font-size: 1.14em;
	text-align:center;
	padding-top: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	}
.texte.listeproduits a img{
	width: 100%;
	height: auto;
	}
@media screen and (max-width: 880px) {
.texte.listeproduits a{
	width: 33.333333333333%;
	}
	}
@media screen and (max-width: 640px) {
.texte.listeproduits a{
	width: 50%;
	}
	}
@media screen and (max-width: 420px) {
.texte.listeproduits a{
	width: 100%;
	}
	}*/
	

/*ficheproduit*/
.produit #slidepage {
	margin-top: 135px;
	height:400px;
	position: relative;
	overflow:hidden;
	}
.produit #slidepage img {
	position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -700px;
	}
.produit #slidepage h1 {
	color: #fff;
	padding: 300px 0 0 0;
	}
@media screen and (max-width: 927px) {
.produit #slidepage {
	margin-top: 90px;
	height:400px;
	position: relative;
	overflow:hidden;
	}
	}


	
	
/*formulaire*/
.texte.catalogue.formulaire {
	padding: 40px 0 100px;
	}

.texte.catalogue.formulaire textarea.mdl-textfield__input {
	height: 220px;
	
	}

.texte.ficheproduit.formulaire {
	/*background-color: #f1f2f2;*/
	}
.texte.ficheproduit.formulaire .centre {
	max-width: 770px;

	}

.texte.ficheproduit.formulaire .centre .grille-3 li:nth-of-type(3n-1) {
	padding: 0 30px;
	}

@media screen and (max-width:768px) {
.texte.ficheproduit.formulaire .centre .grille-3 li:nth-of-type(3n-1) {
	padding: 0 0;
	}
	}
.texte.ficheproduit.formulaire .centre .grille-2 li:nth-of-type(2n) {
	padding-left: 15px;

	}
.texte.ficheproduit.formulaire .centre .grille-2 li:nth-of-type(2n-1) {
	padding-right: 15px;

	}
@media screen and (max-width:768px) {
.texte.ficheproduit.formulaire .centre .grille-2 li:nth-of-type(2n) {
	padding-left: 0px;

	}
.texte.ficheproduit.formulaire .centre .grille-2 li:nth-of-type(2n-1) {
	padding-right: 0px;

	}
	}
.texte.ficheproduit.formulaire .centre .grille-3 li:last-child, .texte.ficheproduit.formulaire .centre .grille-2 li:last-child {
	width: 100%;
	padding: 20px 0 0 0;
	}
/*Références*/

.texte.catalogue.references {
	padding: 220px 0 100px;
	}
.texte.catalogue.references ul:nth-of-type(1) {
	margin: 50px 0 40px;
	}
.texte.catalogue.references ul:nth-of-type(1) li{
	display:inline-block;
	border-right: 1px solid #d1d3d4;
	border-top: 1px solid #d1d3d4;
	border-bottom: 1px solid #d1d3d4;
	text-align: center;
	line-height: 41px;
	height: 41px;
	box-sizing: border-box;
	width: 14%;
	vertical-align: text-top;
	color: #444444;
    font-family: "Arimo",sans-serif;
    font-weight: 400;
    font-size: 1em;
	}
.texte.catalogue.references ul:nth-of-type(1) li:first-child{
	border-left: 1px solid #d1d3d4;
	line-height: 20.5px;
	}
.texte.catalogue.references ul:nth-of-type(1) li a{
	text-decoration: none;
	color: #808285;
	display:block;
	box-sizing: border-box;
	}
.texte.catalogue.references ul:nth-of-type(1) li a:hover, .texte.catalogue.references ul:nth-of-type(1) li a.on{
	background-color: #7996c2;
	color: #fff;
	}
.texte.catalogue.references ul:nth-of-type(2) li{
	display:inline-block;
	width: 32%;
	color: #444444;
	font-size: 1.43em;
	vertical-align: text-top;
	padding-bottom: 20px;
	}
.texte.catalogue.references ul:nth-of-type(2) li img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	}
.texte.catalogue.references ul:nth-of-type(2) li:nth-of-type(3n-1){
	margin: 0 2% 0 2%;
	}
@media screen and (max-width:900px) {
.texte.catalogue.references ul:nth-of-type(1) li{
	width: 24%;
	}
.texte.catalogue.references ul:nth-of-type(1) li:nth-of-type(5){
	border-left: 1px solid #d1d3d4;
	}
	}
@media screen and (max-width:768px) {
.texte.catalogue.references ul:nth-of-type(2) li{
	width: 100%;
	}
.texte.catalogue.references ul:nth-of-type(2) li:nth-of-type(3n-1){
	margin: 0 0 0 0;
	}
	}
@media screen and (max-width:500px) {
.texte.catalogue.references ul:nth-of-type(1) li{
	width: 49%;
	}
.texte.catalogue.references ul:nth-of-type(1) li:nth-of-type(3), .texte.catalogue.references ul:nth-of-type(1) li:nth-of-type(7) {
	border-left: 1px solid #d1d3d4;
	}
	}


/*NOUVEAU CATALOGUE*/
.texte.catalogue.sscategorie {

	
	}
/*Menu catalogue*/
.texte.categorie {
	padding-bottom: 80px;
	
	}

.catalogue.menu {
	display:inline-block;
	width: 300px;
	vertical-align:text-top;
	}
@media screen and (max-width: 700px) {
.catalogue.menu {
	margin-top: 25px;
	}
	}
.catalogue.menu > ul{
	background-color: #ededee;
	}
.catalogue.menu > ul > li{
	background-color: #dcdcde;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
	text-align:center;
	color: #231f20;
	font-size: 1.5em;
	text-transform:uppercase;
	line-height: 50px;
	vertical-align:middle;
	}
.texte.catalogue.menu ul li a{
	display: block;
	position: relative;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: #231f20;
	font-weight: 400;
	font-size: 0.95em;
	padding-left: 45px;
	line-height: 30px;
	vertical-align: middle;
	}
.texte.catalogue.menu ul li a:before{
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #8d8b8c;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 20px; 
	}
.texte.catalogue.menu ul li a:hover:before, .texte.catalogue.menu ul li a.on:before{
	background-color: #000;
	}
.texte.catalogue.menu ul ul li:nth-of-type(1){
	position:relative;
	padding-left: 15px;
	margin: 10px 10px 7px 10px;
	height: 40px;
	line-height: 40px;
	vertical-align:middle;
	font-weight: 700;
	border-bottom: 1px solid #888687;
	cursor: pointer;

	}
.texte.catalogue.menu ul ul li{
	display: block;
	}

.texte.catalogue.menu ul ul li:nth-of-type(1):after{
	content: url(../../../../images/icones/icone-fleche-catalogue-menu.png);
	position: absolute;
	right: 20px;
	top: 0px;
	}
.texte.catalogue.menu ul ul li.titrehover:nth-of-type(1):after{
	content: url(../../../../images/icones/icone-fleche-catalogue-menu.png);
	position: absolute;
	right: 20px;
	top: 8px;
	transform:rotate(180deg);

	}
.texte.catalogue.menu ul ul li.menuhover{
	display: none;
	}

/*LISTE DES PRODUITS*/

#flux .gauche h1 {
	display: none;
	}
.catalogue.listeproduits  {
	display:inline-block;
	width: calc(100% - 360px);
	vertical-align:text-top;
	margin-left: 40px;
	}
.catalogue.listeproduits > ul {
	position: relative;
	border-bottom: 1px solid #dcdcde;
	padding: 20px 0;
	}
.catalogue.listeproduits > ul:last-child {
	border-bottom: none;
	}
.catalogue.listeproduits > ul > li{
	display: inline-block;
	vertical-align: text-top;
	}
.catalogue.listeproduits > ul > li:nth-of-type(1){
	width: 25%;
	}
.catalogue.listeproduits > ul > li:nth-of-type(2){
	width: 50%;
	padding: 0 30px;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3){
	width: 25%;
	}
.catalogue.listeproduits > ul > li img{
	width: 100%;
	height: auto;
	}
.catalogue.listeproduits > ul > li:nth-of-type(2) b{
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.85em;
    color: #ee7d00;
    padding: 0 0 10px;
    line-height: 34px;
	}
.catalogue.listeproduits > ul > li:nth-of-type(2) li{
    color: #636466;
	font-size: 1em;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3) a{
	position: relative;
	display: block;
	width: 180px;
	height: 70px;
	line-height: 70px;
	vertical-align:middle;
	padding-left: 20px;
	border: 1px solid #ee7d00;
	text-transform:uppercase;
	color: #ee7d00;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-decoration: none;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3) a:after{
	content: '';
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
    border-right: 3px solid #ee7d00;
    border-top: 3px solid #ee7d00;
	}
@media screen and (max-width:1100px) {
.catalogue.listeproduits > ul > li:nth-of-type(2) b{
    font-size: 1.45em;
	line-height: 28px;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3) a{
	display: block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	vertical-align:middle;
	padding-left: 0;
	text-align:center;
	border: 1px solid #ee7d00;
	text-transform:uppercase;
	color: #ee7d00;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-decoration: none;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3) a:after{
	display: none;
	}
	}
@media screen and (max-width:900px) {
.catalogue.menu {
	display:block;
	width: 100%;
	}
.catalogue.menu ul ul li{
	display:none;
	}
.texte.catalogue.menu ul ul li:nth-of-type(1){
	display: block;
	margin: 0 0 0 0;
    }
.texte.catalogue.menu ul ul li:nth-of-type(1):after{
	transform: rotate(180deg);
	}
.catalogue.listeproduits  {
	display:block;
	width: 100%;
	margin-left: 0px;
	}
	}
@media screen and (max-width: 640px) {
#flux .droite h1 {
	display: none;
	}
#flux .gauche h1 {
	display: block;
	padding: 0 0 20px;
	}
	}
@media screen and (max-width:500px) {
.catalogue.listeproduits > ul > li:nth-of-type(1){
	width: 50%;
	}
.catalogue.listeproduits > ul > li:nth-of-type(2){
	width: 50%;
	padding: 0 10px;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3){
	width: 100%;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3) a {
	display: block;
	margin-left: calc(50% + 10px);
	}
	}


/*Fiche Photo + texte*/

/*.catalogue.fiche.phototexte .centre > * {
	display: inline-block;
	vertical-align:text-top;
	width: 50%;
	}*/
.catalogue.fiche.phototexte .centre > .gauche {
	display: inline-block;
	vertical-align:text-top;
	width: 50%;
	}
.catalogue.fiche.phototexte .centre > .droite {
	display: inline-block;
	vertical-align:text-top;
	width: 50%;
	}
.catalogue.fiche.phototexte .centre > .droite > p{
	padding-right: 100px;
	}
@media screen and (max-width:980px) {
.catalogue.fiche.phototexte .centre > .gauche {
	width: 50%;
	}
.catalogue.fiche.phototexte .centre > .droite {
	width: 50%;
	}
	}
.catalogue.fiche.phototexte .centre > :first-child {
	text-align:right;
	padding-right: 50px;
	}

@media screen and (max-width:720px) {
/*.catalogue.fiche.phototexte .centre > * {
	width: 100%;
	}*/
.catalogue.fiche.phototexte .centre > .gauche {
	width: 100%;
	}
.catalogue.fiche.phototexte .centre > .droite {
	width: 100%;
	}
.catalogue.fiche.phototexte .centre > :first-child {
	text-align:center;
	padding-right: inherit;
	padding-bottom: 50px;
	}

	}
/*Catalogue Mur d'images*/
.catalogue.murimages ul {
	padding: 40px 0 0 20px;
	}
.catalogue.murimages ul li{
	display: inline-block;
	vertical-align:text-top;
	margin: 0 10px 10px 0;
	border: 1px solid #231f20;
	padding: 0 10px 0 10px;
	position: relative;
	}
.catalogue.murimages ul li.on{
	border:none;
	background-color:#231f20;
	}
.catalogue.murimages ul li.on a{
	color:#fff;
	}
.catalogue.murimages ul li:after{
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 18px;
	font-size: 2em;
	top: 4px;
	right: 3px;
	transform:rotate(45deg);
	color: #231f20;
	}

/*Slide*/
.catalogue.ficheproduit.defilement {

	padding: 70px 0;
	}
.catalogue.ficheproduit.defilement #slideproduit{
	position: relative;
	padding: 0 60px;
	/*max-width: 720px;*/
	width: 100%;
	margin: 0 auto;
	}
.catalogue.ficheproduit.defilement #slideproduit span{
	display: block;
	text-align:center;
	padding-top: 10px;
	font-weight: 600;
	}
@media screen and (max-width:640px) {
.catalogue.ficheproduit.defilement #slideproduit{
	padding: 0 0;
	}
.catalogue.ficheproduit.defilement {
	padding: 15px 0;
	}
	}