/* IMPORT MODULE FANCY BOX */

@import url("/modules/fancyBox/js/source/jquery.fancybox.css?v=2.1.5");
@import url("/modules/fancyBox/js/source/helpers/jquery.fancybox-buttons.css?v=1.0.5");
@import url("/modules/fancyBox/js/source/helpers/jquery.fancybox-thumbs.css?v=1.0.7");

/* MODULE SLIDERESPONSIVE */
/*! http://responsiveslides.com v1.54 by @viljamis */
#slide {
	position: relative;
	}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 0 0 0 0;
  }

.rslides > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*
.rslides_nav.rslides1_nav.prev, .rslides_nav.rslides1_nav.next  {
	position: absolute;
	left: 30px;
	width: 20px;
	height: 59px;
	z-index: 900;
	top: 50%;
	margin-top: -29.5px;
	transform:rotate(135deg);
	border-bottom: 1px solid #c7c8ca;
	border-right: 1px solid #c7c8ca;
	color: transparent;
	background:url(/images/fleche_slide_gauche.png);
	}
.rslides_nav.rslides1_nav.next {
	left: inherit;
	right: 30px;
	transform:rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	background:url(/images/fleche_slide_droite.png);
	}



*/

	

@media screen and (max-width: 980px) {



 }
@media screen and (max-width: 520px) {


 }


.rslides_tabs {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0px;
	z-index: 100;
	width: 100%;
	}
.rslides_tabs li{
	position:relative;
	display: inline-block;
	width: 220px;
	height: 120px;
	margin: 0 12px;
	}
.rslides_tabs li a{
	position:absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	color: transparent;
	}
.rslides_tabs li a:hover{
	border: 4px solid #064855;
	box-shadow: 1px 1px 12px #000;
	}
.rslides_tabs li:nth-of-type(1){
	background: url(/images/vignette_plan-de-travail.jpg);
	background-size:cover;
	}
.rslides_tabs li:nth-of-type(2){
	background: url(/images/vignette_cheminee.jpg);
	background-size:cover;
	}
.rslides_tabs li:nth-of-type(3){
	background: url(/images/vignette_granit-pierre-blanche.jpg);
	background-size:cover;
	}
.rslides_tabs li:nth-of-type(4){
	background: url(/images/vignette_sur-mesure.jpg);
	background-size:cover;
	}
@media screen and (max-width: 1024px) {

.rslides_tabs li{
	position:relative;
	display: inline-block;
	width: 100px;
	height: 54.54px;
	margin: 0 6px;
	} 
 }
@media screen and (max-width: 500px) {
.rslides_tabs {
	display: none;
	} 

 }
/*.rslides li div {
	display:block;
	width: 100%;
	padding: 0px 30px;
	}*/

/*.rslides li p{
	display: block;
	vertical-align:middle;
	text-align:center;
	box-shadow: 1px 1px 12px #231f20;
	background-color: #0099ff;
	color: #fff;
	border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
	margin: 35px 0 0;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 0.90em;
	text-transform:uppercase;
	height: 44px;
	line-height:44px;
	vertical-align:middle;
	width: 240px;
	font-style:normal;
	}*/

@media screen and (max-width: 1200px) {
.rslides li div {
	display:block;
	width: 500px;
	left: 50%;
	margin-left: -350px;
	}
 }

.rslides li div {
	top:24%;
} 

.tablette .rslides li div {
	top: 18%;
} 

@media screen and (max-width: 767px) {
.rslides li div {
	display:block;
	width: 400px;
	left: 50%;
	margin-left: -250px;

	}
 }
@media screen and (max-width: 565px) {
.rslides li div {
	width: 300px;
	margin-left: -150px;
	}
 }


/* MODULE FANCYBOX */

.fancybox-title-float-wrap {
	bottom: 0;
    margin-bottom: 0;
    position:relative;
    right: 0;
	text-align:center;
    z-index: 8050;
}

.fancybox-title-float-wrap .child {
    background: none;
    border-radius: 0px;
    color: #000;
    display: inline-block;
    font-weight:normal;
    line-height: 24px;
    margin-right: 0;
    padding: 2px 0px;
    text-shadow:none;
    white-space: nowrap;
}

/* MODULE GENERATEUR DE DEVIS */
.texte.conversions {
	text-align: center;
	padding-bottom: 100px;
	padding-top: 80px;
	}
.texte.conversions h1{
    padding: 80px 0 30px;
	}
.texte.conversions .centre{
    max-width: 988px;
	border-left:1px solid #ededee;
	border-right:1px solid #ededee;
	border-bottom:1px solid #ededee;
	}

.texte.conversions .centre #contenu_question {
	background-color:#ededee;
	padding-bottom: 60px;
}

.texte.conversions form {
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
}

@media screen and (max-width: 500px) {
.texte.conversions h1 {
	padding: 30px 0 30px 0;
	}
}

.texte.conversions ul#etapes  {
	text-align: center;
	margin: 0px 0 0 0;
	position:relative;
	border-top:4px solid #000;
	height: 70px;
	}
.texte.conversions ul#etapes li {
	display:inline-block;
	width:20%;
	height:30px;
	vertical-align:text-top;
	position:relative;
	max-width: 199px;
	line-height: 45px;
	font-size: 1.286em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	padding-top: 6px;
	}

.texte.conversions ul#etapes li.on {
	font-weight: 700;
	}
.texte.conversions ul#etapes li.passee span {
	color:#b2b8bf;
	font-weight: 700;
	}

.texte.conversions ul#etapes li:first-child,
.texte.conversions ul#etapes li:last-child{
	max-width: 194px;
}

.texte.conversions ul#etapes li:first-child:after {
	display: none;
}

.texte.conversions ul#etapes li:after {
	content:"";
	height: 50px;
	width: 1px;
	background-color: #b2b8bf;
	display: block;
	position: absolute;
	top:6px;
}



@media screen and (max-width: 720px) {
.texte.conversions ul#etapes li {
	width: 25%;
	/*margin-top: 50px;*/
	}
.texte.conversions {
	padding-top: 0px;
	}
}

/** Style Ã©tapes avec trait et point **/
/*
.texte.conversions ul#etapes  {
	text-align: center;
	margin: 50px 0 0 0;
	position:relative;
	}
.texte.conversions ul#etapes:before  {
	content: '';
	width: 86%;
	height: 2px;
	background-color: #c6c6c6;
	position:absolute;
	top:11px;
	left: 7%;
	}

.texte.conversions ul#etapes li {
	display:inline-block;
	width:14.285714%;
	height:30px;
	color: transparent;
	vertical-align:text-top;
	position:relative;
	}
@media screen and (max-width: 720px) {
.texte.conversions ul#etapes li {
	width: 25%;
	margin-top: 50px;
	}
.texte.conversions ul#etapes:before  {
	display: none;
	}
.texte.conversions {
	padding-top: 0px;
	}
}
.texte.conversions ul#etapes li:before {
	content: '';
	background:#bcbec0;
	border-radius:50%;
	width:20px;
	height:20px;
	position:absolute;
	left: 50%;
	margin-left: -10px;
	}
.texte.conversions ul#etapes li.on:before {
	background:#017480;
	}
.texte.conversions ul#etapes li.passee:before {
	background:#519fa7;
	}
.texte.conversions ul#etapes li.on {

	}
.texte.conversions ul#etapes li.passee {

	}
.texte.conversions ul#etapes li span {
	display:none;

	}
.texte.conversions ul#etapes li:after {
	position:absolute;
	top: 35px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 30px;
	color: #c5c5c5;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1.07em;
	}
.texte.conversions ul#etapes li.on:after {
	color: #017480;
	font-weight: 400;
	}
.texte.conversions ul#etapes li.passee:after {
	color: #519fa7;
	}
.texte.conversions ul#etapes li:nth-of-type(1):after {
	content: 'Forme';
	}
.texte.conversions ul#etapes li:nth-of-type(2):after {
	content: 'Dimensions';
	}
.texte.conversions ul#etapes li:nth-of-type(3):after {
	content: 'Agencement';
	}
.texte.conversions ul#etapes li:nth-of-type(4):after {
	content: 'MatiÃ¨re';
	}
.texte.conversions ul#etapes li:nth-of-type(5):after {
	content: 'Finition';
	}
.texte.conversions ul#etapes li:nth-of-type(6):after {
	content: 'DÃ©lai';
	}
.texte.conversions ul#etapes li:nth-of-type(7):after {
	content: 'Votre devis';
	}

@media screen and (max-width: 500px) {

.texte.conversions ul#etapes li:after {
	font-size: 0.85em;
	}
.texte.conversions ul#etapes li {
	width: 25%;

	margin-top: 50px;
	}
 }
@media screen and (max-width: 430px) {

.texte.conversions ul#etapes li:after {
	font-size: 0.85em;
	}

 }
	
*/




.texte.conversions h2{
	padding: 80px 0 20px;
	font-weight: 600;
	font-size: 1.857em;
	font-family:'Source Sans Pro', sans-serif;
	color:#233740;
	}
.texte.conversions h2:first-letter{
	text-transform: uppercase;
	}
.texte.conversions input[type=submit] {
	text-align: center;
	padding: 10px 50px;
	border-radius: 40px;
	text-transform:uppercase;
	color:#FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size:1.071em;
	box-sizing:border-box;
	cursor: pointer;
	display:block;
	margin: 60px auto 0 auto;
	background: none;
	max-width: 240px;
	background-color: #ba903b;
	}

		
.texte.conversions ul.radio, .texte.conversions ul.case  {
	text-align: center;
	}
.texte.conversions ul.radio li, .texte.conversions ul.case li {
	display:inline-block;
	}

.texte.conversions ul.radio input[type="radio"], .texte.conversions ul.case input[type="checkbox"]{
  position: absolute;
  left: -9999px;
  
 }
.texte.conversions ul.radio li, .texte.conversions ul.case li {
	margin: 50px 0px 0 0px;
	line-height: 25px;
	}
.texte.conversions ul.radio label:before, .texte.conversions ul.case label:before{
    content : '';
    display : block;
    position : absolute;
    width : 25px;
    height : 25px;
	border-radius:50%;
    border : 1px solid #f37329;
	top: 0;
	left: 0px;
	box-sizing: border-box;
 }
.texte.conversions ul.radio.stylise label:before,  .texte.conversions ul.case.stylise label:before{
    content : '';
    display : block;
    position : absolute;
    width : 30px;
    height : 30px;
	border-radius:50%;
    border : 1px solid #bec0c2;
	top: 0px;
	left: 50%;
	margin-left:-15px;
	box-sizing: border-box;
 }
.texte.conversions ul.radio.stylise label, .texte.conversions ul.case.stylise label{
   position: relative;
   display: block;
   width: 150px;
 }

.texte.conversions ul.radio label, .texte.conversions ul.case label {
	position:relative;
	line-height: 25px;
	color: #3b3b3b;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:18px;
	padding-left: 30px;
	}
.texte.conversions ul.radio.stylise label, .texte.conversions ul.case.stylise label {
	position:relative;
	padding-top: 40px;
	color: #000;
	font-weight:normal;
    font-size: 1.12em;
	padding-left: 0;
	line-height: auto;
	}
.texte.conversions ul.radio.stylise label span, .texte.conversions ul.case.stylise label span{
	display: block;
	position: absolute;
	left: 0px;
	width: 150px;
	text-align:center;
    color: #292728;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
	font-size: 1em;
	}
.texte.conversions ul.radio.stylise label span:first-child, .texte.conversions ul.case.stylise label span:first-child{
	top: -260px;
	}
.texte.conversions ul.radio.stylise label span:last-child, .texte.conversions ul.case.stylise label span:last-child{
	top: -60px;
	}
.texte.conversions ul.radio label:after, .texte.conversions ul.case label:after{
    content : '';
    display : none;
    position : absolute;
    width : 19px;
    height : 19px;
	border-radius:50%;
    background-color: #ba903b;
	top: 3px;
	left: 3px;
	box-sizing: border-box;
 }
.texte.conversions ul.radio.stylise label:after, .texte.conversions ul.case.stylise label:after{
    content : '';
    display : none;
    position : absolute;
    width : 18px;
    height : 18px;
	border-radius:50%;
	top: 6px;
	left: 50%;
	margin-left: -9px;
	box-sizing: border-box;
	background: #ba903b;

 }
.texte.conversions ul.radio.stylise label, .texte.conversions ul.case.stylise label{
    cursor: pointer;
 }
.texte.conversions ul.radio input[type="radio"]:checked + label span, .texte.conversions ul.case input[type="checkbox"]:checked + label span {
    color: #ba903b;
	font-weight: 700;
 }
.texte.conversions ul.radio input[type="radio"]:checked + label span:first-child img, .texte.conversions ul.case input[type="checkbox"]:checked + label span:first-child img {
    border: 3px solid #003f46;
 }  
 .texte.conversions ul.radio input[type="radio"]:checked + label:after,  .texte.conversions ul.case input[type="checkbox"]:checked + label:after {
    display : block;
 } 
.texte.conversions ul.text {
	text-align: center;
	}
.texte.conversions ul.text.marge {
	margin: 100px 0 0 0;
	}
.texte.conversions ul.text.marge label {
	display: block;
	padding: 10px 0 30px 0;
	}
.texte.conversions ul.text label span{
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	color: #414141;
	}
.texte.conversions ul.text li {
	display:inline-block;
	color: #3b3b3b;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:1.125em;
	vertical-align: bottom;
	}
.texte.conversions ul.text input[type="text"]{
	border: 1px solid #b2b4b6;
	max-width: 350px;
	width: 100%;
	height: 50px;
	line-height: 70px;
	vertical-align:middle;
	box-sizing: border-box;
	color: #231f20;
	background-color:#fff;
	border-radius: 2px;
	padding: 10px;
 }
/*
 .texte.conversions ul.case input[type="checkbox"]{
  position: absolute;
  left: -9999px;
 }
 .texte.conversions ul.case.stylise  {
	text-align: center;
	}
.texte.conversions ul.case.stylise li {
	display:inline-block;
	margin: 15px;
	}
.texte.conversions ul.case {
	text-align: center;
	}
.texte.conversions ul.case li {
	display:inline-block;
	margin: 50px 25px 0 25px;
	text-align:center;
	width: 140px;
	vertical-align:text-top;
	}
.texte.conversions ul.case label{
	position:relative;
	line-height: 25px;
	font-family: 'Lato', sans-serif;
	color: #231f20;
	font-weight: 400;
	display: block;
	padding-top: 40px;
 }
.texte.conversions ul.case label span{
	display: block;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 125px;
	text-align:center;
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	color: #414141;

	}
.texte.conversions ul.case.stylise label{
	padding-left: 0px;
 }
.texte.conversions ul.case.stylise label span{
	display: none;
 }
.texte.conversions ul.case.stylise label:after{
	display: none;
    content : '';
    position : absolute;
    width : 200px;
    height : 200px;
	top: 0px;
	left: 0px;
	background: url(/images/fleche_conversion.png) no-repeat center center;
	border: 5px solid #c12f2f;
	box-sizing:border-box;
	cursor: pointer;
 }
.texte.conversions ul.case.stylise.couleur label:after{
	display: none;
    content : '';
    position : absolute;
    width : 58px;
    height : 58px;
	top: 1px;
	left: -4px;
	background: none;
	border: 3px solid #000;
	box-sizing:border-box;
	cursor: pointer;
 }
 .texte.conversions ul.case label:before{
    content : '';
    position : absolute;
    width : 18px;
    height : 18px;
	top: 10px;
	left: 61px;
	border: 1px solid #96c11f;
	box-sizing:border-box;
	border-radius: 2px;
 }
.texte.conversions ul.case.stylise label:before{
	display: none;
 }
.texte.conversions ul.case label:after{
	display: none;
    content : '';
    position : absolute;
    width : 16px;
    height : 16px;
	top: 11px;
	left: 62px;
	background-color: #96c11f;
	background: url(/images/coche_devis.jpg) no-repeat #96c11f center center;

 }
 .texte.conversions ul.case.stylise input[type="checkbox"]:checked + label:after {
    display : block;
 }
  .texte.conversions ul.case input[type="checkbox"]:checked + label:after {
    display : block;
 }
 .texte.conversions ul.case.stylise li img {
	 width: 200px;
	 height: 195px;
	 cursor: pointer;
	 }
 .texte.conversions ul.case li img {
	 width: 125px;
	 height: 149px;

	 }
 .texte.conversions ul.case.stylise.couleur li img {
	 width: 50px;
	 height: 50px;
	 cursor: pointer;
	 }*/
.texte.conversions #cadre {
	 background-color: #ededed;
	 box-sizing:border-box;
	 border: 1px solid #c12f2f;
	 padding-bottom: 50px;
	 }
.texte.conversions #cadre.couleur {
	 background-color: #fff;
	 box-sizing:border-box;
	 border: 1px solid #fff;
	 padding-bottom: 50px;
	 }
.texte.conversions #cadre div{
	 width: 33.33%;
	 float: left;
	 position: relative;
	 }
.texte.conversions #cadre div.both{
	 clear: both;
	 float:none;
	 }
.texte.conversions #cadre div h3{
	 color: #c12f2f;
	 text-transform:uppercase;
	 font-family: Myriad Pro Cond;
	 font-size: 21px;
	 font-weight: 700;
	 text-align:center;
	 padding: 30px 0 30px 0;
	 }
.texte.conversions #cadre.couleur div h3{
	 color: #3b3b3b;
	 text-transform:none;
	 font-size: 18px;
	 font-weight: 400;

	 }
.texte.conversions #cadre div:nth-of-type(1):after, .texte.conversions #cadre div:nth-of-type(2):after {
	 content: '';
	 width: 1px;
	 height: 200px;
	 background-color: #c12f2f;
	 position: absolute;
	 top: 30px;
	 right: 0px;
	 }
.texte.conversions div#groupe_38 ul.case li {
	padding-top: 40px;
	display:inline-block;
	}
	
.texte.conversions.formulaire input {
	border: 1px solid #96c11f;
	height: 40px;
	box-sizing:border-box;
	background-color: #f5f5f5;
	padding: 0 10px;
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
	width: 100%;
	}
.texte.conversions.formulaire ul li:first-child {
	color: #3b3b3b;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	font-size:21px;
	text-align: center;
	}
.texte.conversions.formulaire textarea {
	margin-top: 15px;
	border: 1px solid #c8c8c8;
	height: 275px;
	box-sizing:border-box;
	background-color: #f5f5f5;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
	width: 95%;
	margin-left: 5%;
	}

.texte.conversions.formulaire ul:nth-of-type(2) li:last-child {
	background-color: #edeeee;
	padding: 20px 20px 20px 20px;
	box-sizing:border-box;
	text-align:left;
	color: #3b3b3b;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 15px;
	width: 95%;
	margin-left: 5%;
	}
@media screen and (max-width: 640px) {
.texte.conversions.formulaire textarea, .texte.conversions.formulaire ul:nth-of-type(2) li:last-child  {
	width: 100%;
	margin-left: 0;
	}
 }
.texte.conversions.formulaire form {
	max-width: 700px;
	width: 100%;
	margin: 0 auto 0 auto;
	}
.texte.conversions.formulaire ul:nth-of-type(3) input {
	width: 240px;
	height: 50px;
	line-height: 50px;
	vertical-align:middle;
	border-radius: 5px;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #96c11f;
	color: #fff;
	}
.texte.conversions.formulaire ul:nth-of-type(3) li {
	padding-top: 50px;
	}
.texte.conversions.formulaire ul:nth-of-type(3) input:hover {
	width: 240px;
	height: 50px;
	line-height: 50px;
	vertical-align:middle;
	border-radius: 5px;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #96c11f;
	box-sizing:border-box;
	color: #96c11f;


	}
.texte.conversions p.erreur {
	color: #ff0000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
	}
.texte.conversions p.erreur b{
	color: #ff0000;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	}
.texte.conversions h2 + p {
	text-align: center;
	color: #3b3b3b;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 15px;
	}

/*groupe*/
.texte.conversions #groupe_1 li {
	width:100%;
	margin-bottom: 24px;
}

.texte.conversions #groupe_1 li span {
	display: inline-block;
	width:30%;
	max-width: 240px;
	text-align: left;
	position: relative;
	padding-left: 30px;
	font-weight: 200;
}



.texte.conversions #groupe_1 li span:before {
	content: "i";
	position: absolute;
	top: 4px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	z-index: 1000;
	color: azure;
	left: 0;
	background-color: #364d57;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}

@media screen and (max-width: 560px) {
	.texte.conversions #groupe_1 li span {
		width:100%;
		max-width:350px;
	}
	.texte.conversions #groupe_1 li span::before {
		top:2px;
	}
	.texte.conversions #groupe_1 li input[type="text"] {
		margin-top:10px;
	}
}


.texte.conversions #groupe_2 {
	padding-top: 50px;
	}
.texte.conversions #groupe_2 li {
	width:100%;
}

.texte.conversions #groupe_2 li span {
	display: inline-block;
	width:20%;
	max-width: 240px;
	text-align: left;
	position: relative;
	font-weight: 200;
}

.texte.conversions #groupe_2 li input {
	max-width: 220px;
}

.texte.conversions #groupe_2 #image {
	display: inline-block;
	width: 500px;
	vertical-align: top;
	}
.texte.conversions #groupe_2 .text {
	display: inline-block;
	width: 300px;
	margin: 0 30px;
	
	}
.texte.conversions #groupe_2 #commentaire {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	margin: 0 15px;
	}
.texte.conversions #groupe_2 .text input[type="text"]{
	width: 200px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #bcbec0;
	border-radius: 0px;
	padding: 0 0 0 0;
	text-align:center;
	font-size: 0.8em;
	font-weight: 400;
	margin: 0 0 5px 0;
}

.texte.conversions #groupe_3 li {
	width:20%;
}




.texte.conversions #commentaire {
	padding: 20px;
	text-align:center;
	background-color: #f6efe7;

	}
.texte.conversions #commentaire h3{
	margin: 0 25px;
	border-bottom: 1px solid #017480;
	color: #017480;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	padding: 5px 0;
	}
@media screen and (max-width: 1040px) {
.texte.conversions #groupe_2 #image {
	width: 100%;
	}
 .texte.conversions #groupe_2 .text {
	max-width: 200px;
	width: 48%;
	padding-top: 25px;
	}
.texte.conversions #groupe_2 #commentaire {
	max-width: 200px;
	width: 48%;
	margin-top: 25px;
	}
 }
@media screen and (max-width: 450px) {
.texte.conversions #groupe_2 #image {
	width: 100%;
	}
 .texte.conversions #groupe_2 .text {
	max-width: 200px;
	width: 100%;
	}
.texte.conversions #groupe_2 #commentaire {
	max-width: 200px;
	width: 100%;
	}
 }
.texte.conversions #groupe_16 h3, .texte.conversions #groupe_6 h3, .texte.conversions #groupe_7 h3 {
	color: #292728;
	font-size: 1.2em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	text-transform: inherit;
	}
.texte.conversions #groupe_16 li {
	margin: 50px 20px 0 20px;
	}
.texte.conversions.contact .centre{
	max-width: 988px;
	}

.texte.conversions.contact .centre label {
	width:100%;
	text-align: left;
}

.texte.conversions.contact input[type="submit"] {
	background-color: #ba903b;
	color:#fff;
	}
.texte.conversions #groupe_15 span{
	display: none;
	}
.texte.conversions #groupe_15 input[type="text"]{
	border: 1px solid #027381;
	text-align:center;
	padding: 0 0 0 0;
	}
.texte.conversions #groupe_14 #commentaire{
	max-width: 600px;
	margin: 30px auto 0 auto;
	}
	
	
.texte.conversions #groupe_14 ul.case li {
	margin-right:0;
}

.texte.conversions #groupe_14 ul.case li:nth-child(1) {
	margin-top:0;
}
	
/*#groupe_14 .stylise li:nth-child(1){
  margin-left:150px;
}


#groupe_14 .stylise li:nth-child(3){
  margin-right:150px;
}

@media screen and (max-width: 1021px) {
#groupe_14 .stylise li:nth-child(1){
  margin-left:0px;
}


#groupe_14 .stylise li:nth-child(3){
  margin-right:0px;
}
}*/
	

/* MODULE ACTU */
.actualites {
	padding: 40px 0;
	/*background: #f3f4f4;*/
	}

.actualites .dates li {
    display: inline-block;
    padding: 0 5px;
    margin: 0;
}

.accueil .actualites .liste {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto 0 auto;
    background: white;
	}
.actualites .liste {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto 0 auto;
    margin: 44px 0;
	}
.actualites .liste.colonne > *:nth-of-type(2n - 1) {
	padding-right: 15px;
	margin-bottom: 30px;
	}
.actualites .liste.colonne > *:nth-of-type(2n) {
	padding-left: 15px;
	margin-bottom: 30px;
	}
.actualites .liste div:last-of-type {
    padding-left: 24px;
}
.actualites.liste a {
	display: block;
	background-color: #f7f7f7;
	}
.actualites.liste a:hover {
	background-color: #fff;
	}
.actualites a:last-child .liste{
	border-bottom: none;
	}
.actualites .liste .photo{
	padding-right: 35px;
	}
.actualites .liste img{
	width: 100%;
	max-width:100%;
	}
.actualites .liste div:first-child{
	/*padding-right: 40px;*/
	}

.actualites .liste p.titre b{
	padding: 0 0 0 0;
    font-family: 'Barlow', sans-serif;
    position: relative;
    font-size: 1.78em;
    color: #064f76;
    font-weight: 700;
	}
.actualites .liste p.titre {
	padding: 0 0 0;
	margin-top: 24px;
	}
.actualites .liste.colonne p.titre {
	padding-top: 20px;
	
	}
.actualites .liste p{
	margin: 0 24px 0 0;
	padding: 0 0 0;
	font-weight: 400;
	font-size: 1.2em;
	}
.actualites .liste p b, .actualites .liste p strong{
	font-weight: 600;
	}
.actualites .liste p:last-of-type {
	padding-bottom: 24px;
}
.actualites .liste p.date {font-size: 1em; color: #909aa7; padding: 5px 0 10px; font-weight: 300;}
.actualites .liste p.savoirplus {padding-top: 20px; color: #d20b2a;}

.actualites .liste .lien {
	color: #d66b2c;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: underline;
	font-size: 0.9em;
	display: block;
	}
	.actualites .liste .lien:hover {
		text-decoration: none;
		}
@media (max-width: 767px) {
.actualites .liste .photo{
	padding-right: 0px;
	}
.actualites .liste p.titre {
	padding: 10px 0 0 0;
	text-align:left;
	}
}
@media (max-width: 575px) {
.actualites .liste.colonne > *:nth-of-type(2n - 1) {
	padding-right: 0px;
	margin-bottom: 30px;
	}
.actualites .liste.colonne > *:nth-of-type(2n) {
	padding-left: 0px;
	margin-bottom: 30px;
	}
}
/*fiche*/



.actualites.fiche {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 100px;
	}
.actualites.fiche p {
	font-size: 1.2em;
	}
.actualites.fiche iframe {
	width: 100%;
	}
.actualites.fiche .centre {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	}
.actualites.fiche h1 {
	text-transform: inherit;
	text-align:center;
	font-size: 1.71em;
	line-height: 30px;
	}

.actualites.fiche  p:nth-of-type(2) > img{
	/*max-width: 700px;
	width: 100%;*/
	width:100%;
	display: block;
	margin-bottom: 35px;
	}
.actualites.fiche  p > img{

	display: block;
	margin-bottom: 35px;
	}
.actualites.fiche div#slide {
	margin: 0 auto 0 auto;
	max-width: 700px;
	width: 100%;
	}
.actualites.fiche div#video {
	margin: 0 auto 0 auto;
	max-width: 700px;
	width: 100%;
	}
.actualites.fiche .partager {
	padding-top: 30px;
	}
.actualites.fiche #partager iframe {
	display: inline-block;
	float: left;
	}

.actualites.fiche #partager {
	text-align: center;
	padding: 10px 0 20px;
	border-top: 1px solid #c7c8ca;
	margin-top: 50px;
	text-align:left;
	}
.actualites.fiche #partager li{
	display: inline-block;
	width: 110px;
	vertical-align: text-top;
	list-style: none;
	background-image: none;

	}
.actualites.fiche #partager li.retour{
	width: inherit;
	float: right;
	}
.actualites.fiche #partager li.retour a{
	color: #939598;
	text-transform:uppercase;
	font-size: 0.93em;
	}
.actualites.fiche p.date{
	text-align: center;
	font-size: 1.1em;
	padding: 0 0 40px;
	color: #77787b;
	font-weight: 400;
	}

@media (max-width: 600px) {
.actualites.fiche #partager {
	text-align:center;
	}
.actualites.fiche #partager li.retour{
	display: block;
	float: inherit;
	padding-top: 20px;
	}
}

/* ENCART ACCUEIL 
*******************************************************/


#actualite-encart {
	background-color:#f5f5f5;
	position:relative;
}

#actualite-encart .centre {
		padding: 50px 0px 20px;
}

#actualite-encart .actu {
    border-bottom: 2px solid #f5f5f5;
    margin: 0 0 50px;
    padding: 0 0 50px;
    position: relative;
}



#actualite-encart p {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align:left;
	color: #555;
	margin-bottom: 30px;
}

#actualite-encart  .en-savoir-plus {
    border-bottom: 1px solid #ffb421;
    color: #ffb421;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    font-style: italic;
	text-decoration:none;
}


#actualite-encart .actu-c {
    overflow: hidden;
    position: relative;
}

#actualite-encart h1 {
	margin-bottom:30px;
}

#actualite-encart .actu-titre h3 {
	line-height:22px;
}

#actualite-encart .actu-titre h3 a {
    color: #005496;
	text-transform:none;
	font-weight:400;
	font-family: 'Arimo', sans-serif;
	font-size:20px;	
	text-decoration:none;

}

#actualite-encart .actu-meta {
    list-style: outside none none;
    margin: 10px 0px 15px 0;
}

#actualite-encart .actu-meta li {
	display:none;
}

#actualite-encart .actu-meta li:first-child {
	display:block;
}

#actualite-encart .actu-meta li {
    color: #999;
    float: left;
    font-family: "Crete Round",serif;
    font-size: 11px;
    font-style: italic;
    line-height: 14px;
    margin: 0 10px 10px 0;
}

#actualite-encart .actu-image {
    float: left;
    margin: 0 30px 0 0;
    display: block;
    height: auto;
    position: relative;
    width: 300px;;
}

#actualite-encart .actu-image img {
	width: 100%;
}

@media (min-width: 1024px) {
	#actualite-encart .actu {
		padding:0 150px 50px 150px;
	}
}


@media (max-width: 767px) {
	#actualite-encart .actu-image {
		float: none !important;
		width: 100% !important;
		margin: 0 0 20px !important;
	}
}

/*encart*/
.encartactuavecbouton .cadre {
	border-right: 1px solid #e6e7e8;
	border-left: 1px solid #e6e7e8;
	border-bottom: 1px solid #e6e7e8;
	padding: 15px 12px 0 12px;
	position: relative;
	margin-bottom: 30px;
	}
.anepasrate .encartactuavecbouton .encart:nth-of-type(1) .cadre {
	padding: 30px 24px 0 14px;
	position: relative;
	}
.encartactuavecbouton .cadre h2{
	line-height: 22px;
	height: 43px;
	overflow:hidden;
	}
.anepasrate .encartactuavecbouton .encart:nth-of-type(1) .cadre h2{
	font-size: 2em;
	}
.encartactuavecbouton .cadre .txt{
	height: 60px;
	overflow:hidden;
	display:block; 
	}
.anepasrate .encartactuavecbouton .encart:nth-of-type(1) .cadre .txt{
	font-size: 1.21em;
	height: 150px;
	}
.encartactuavecbouton .cadre .bouton {
	text-align: right;
	margin: 0 0 0 0;
	}
.anepasrate .encartactuavecbouton .encart:nth-of-type(1) .cadre .bouton{
	border-top: 1px solid #e6e7e8;
	padding: 30px 0 15px;
	}
.encartactuavecbouton .cadre .bouton li{
	display: inline-block;
	}
.encartactuavecbouton .cadre .bouton li.reserver, .encartactuavecbouton .cadre .bouton li.decouvrir{
	width: 110px;
	height: 30px;
	line-height: 30px;
	vertical-align:middle;
	border-radius: 3px;
	background-color: #f8f8f8;
	border: 1px solid #dda840;
	padding-left: 34px;
	text-align: left;
	color: #dda840;
	font-weight: 700;
	font-size: 0.86em;
	text-transform:uppercase;
	margin: 0 0 15px 10px;
	}
.encartactuavecbouton .cadre .bouton li.decouvrir{
	background: url(/images/icone_decouvrir.png) #f8f8f8 no-repeat 8px center;
	}
.encartactuavecbouton .cadre .bouton li.reserver{
	background: url(/images/icone_reserver.png) #f8f8f8 no-repeat 8px center;
	}
.encartactuavecbouton .photo {
	position: relative;
	display:block;
	}
.encartactuavecbouton .photo img{
	width: 100%;
	}
.encartactuavecbouton .date {
	position: absolute;
	top: 10px;
	right: 7px;
	width: 50px;
	height: 70px;
	background-color: #fff;
	box-shadow: 2px 2px 0px #bf9855; 
	font-family: 'Asap', sans-serif;
	text-align: center;
	color: #526478;
	font-weight: 400;
	font-size: 1.42em;
	text-transform:uppercase;
	}
.anepasrate .encartactuavecbouton .encart:nth-of-type(1) .date {
	top: 15px;
	right: 10px;
	width: 80px;
	height: 100px;
	font-size: 2em;
	}
.encartactuavecbouton .date b{
	font-weight: 700;
	display: block;
	font-size: 1.8em;
	color: #526478;
	font-family: 'Asap', sans-serif;
	}
.anepasrate .encartactuavecbouton .encart:nth-of-type(1) .date b{
	padding: 10px 0;
	}
.encartactuavecbouton .date em{
	display: block;
	font-size: 0.4em;
	height: 17px;
	line-height: 17px;
	vertical-align:middle;
	text-transform:uppercase;
	font-style:inherit;
	}
.filtres {
	text-align: center;
	background-color: #f6f6f6;
	margin: 0 20px 20px 20px;
	padding: 5px 0 0 0;
	}
.filtres > li{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align:middle;
	position:relative;
	margin: 0 7px 5px 7px;
	width: 190px;
	}
.filtres li.liste{
	background-color: #fff;
	border-radius: 3px;
	padding-left: 15px;
	width: 175px;
	margin: 0 7px 5px 7px;
	text-align:left;
	cursor:pointer;
	position:relative
	}
.filtres li.liste::before{
	content:'';
	width: 10px;
	height: 10px;
	border-right: 2px solid #414042;
	border-bottom: 2px solid #414042;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	transform: rotate(45deg);
	}
.filtres .subMenu {
	position: absolute;
	top: 40px;
	left: 0px;
	border: 2px solid #bcbec0;
	max-width: 190px;
	z-index: 1000;
	background-color: #fff;
	padding: 10px 0;
	}
.filtres .subMenu li a{
	position:relative;
	color: #414042;
    font-family: "Roboto",sans-serif;
	font-weight: 300;
	font-size: 0.85em;
	padding: 0 35px 0 35px;
	white-space: nowrap;
	}
.filtres .subMenu li a::before{
	content:'';
	width: 12px;
	height: 12px;
	border: 1px solid #bcbec0;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -6px;
	}
.filtres .subMenu li a:hover{
	color: #dda840;
	}
.filtres .subMenu li a:hover::after{
	content:'';
	width: 6px;
	height: 6px;
	background-color: #dda840;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -3px;
	}
#criteres {
	margin: 0 20px 5px 20px;
	}
#criteres li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
	}
#criteres li a{
	display:block;
	padding: 1px 10px 1px 30px;
	color: #808080;
	font-size: 0.93em;
	border: 1px solid #a0a0a0;
	font-weight: 300;
	background:url(/images/croix_filtre.png) no-repeat 8px center;
	cursor: pointer;
	}
#criteres li a::first-letter{
	text-transform: uppercase;
	}
.anepasrate .encartactuavecbouton  .encart:nth-of-type(1) {
	width: 67%;
	float: left;
	}
.anepasrate .encartactuavecbouton  .encart:nth-of-type(2), .anepasrate .encartactuavecbouton  .encart:nth-of-type(3) {
	width: calc(33% - 30px);
	float: right;
	}
@media (max-width: 900px) {
.anepasrate .encartactuavecbouton  .encart:nth-of-type(1) {
	width: 100%;
	float: none;
	}
.anepasrate .encartactuavecbouton  .encart:nth-of-type(2), .anepasrate .encartactuavecbouton  .encart:nth-of-type(3) {
	display: inline-block;
	width: calc(50% - 15px);
	float: none;
	}
.anepasrate .encartactuavecbouton  .encart:nth-of-type(2) {
	margin-right: 15px;
	}
.anepasrate .encartactuavecbouton  .encart:nth-of-type(3) {
	margin-left: 15px;
	}
}
@media (max-width: 550px) {
.anepasrate .encartactuavecbouton  .encart:nth-of-type(2), .anepasrate .encartactuavecbouton  .encart:nth-of-type(3) {
	width: 100%;
	}
.anepasrate .encartactuavecbouton  .encart:nth-of-type(2) {
	margin-right: 0px;
	}
.anepasrate .encartactuavecbouton  .encart:nth-of-type(3) {
	margin-left: 0px;
	}
}

/* MODULE CATALOGUE */
.texte.catalogue.masonri {
	min-height: 500px;
}

.texte.catalogue h1{
    padding: 20px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 3.5em;
    line-height: initial;
    color: #064f71;
    margin-bottom: 0;
	}

@media screen and (max-width: 575px) {
	.texte.catalogue h1{
		font-size:3.214em;
	}
}

.texte.catalogue h2{
	font-family: "Barlow","sans-serif";
    font-weight: 700;
    color: #064f71 !important;
    font-size: 2em;
    text-align: left;
    padding-top: 0px;
	}
.texte.catalogue .description h2{
	text-align: center;
	}
.texte.catalogue .DescLongue p {
    font-weight: 400;
    font-size: 0.55em;
    order: 2;
}
.texte.catalogue.fiche2.intro {
	margin-top: 70px;
	overflow-x: hidden;
}
.texte.catalogue.fiche2.intro .droite, .texte.catalogue.fiche2.intro .gauche, .texte.catalogue.fiche.intro .gauche {
    padding: 0 20px;
}
.texte.catalogue.fiche2.intro .centre .grid-2 .gauche {
    width: 34%;
}
.texte.catalogue.fiche2.intro .centre .grid-2 .droite {
    width: 66%;
}
p.descProd {font-size: 1.6em;     margin-bottom: 4px;}
p.marqueProd {font-weight: 300; text-transform: uppercase; font-size: 1.2em; margin-bottom: 24px;}
.texte.catalogue.fiche2.intro p:last-of-type {font-weight: 500; margin-bottom: 24px;}
.texte.catalogue.fiche2.tableau {
    margin: 0px 0;
}
.texte.catalogue.fiche2.tableau h2 {
    text-align: center;
    margin-bottom: 38px;
}
.texte.catalogue.description2 div#tabs {
    width: 100%;
}
@media screen and (max-width: 776px) {
	.texte.catalogue h2{
		font-size:2em;
		line-height: 46px;
	}
	.texte.catalogue.fiche2.intro .droite, .texte.catalogue.fiche2.intro .gauche, .texte.catalogue.fiche.intro .gauche {
		padding: 0 0px;
	}
	.texte.catalogue.fiche2.intro .gauche {
		padding-bottom: 20px;
	}
}

.texte.catalogue #fil-ariane, div#fil-ariane, div#fil-ariane a {
	text-align: center;
    padding: 0px 0 20px;
    font-family: "Barlow","sans-serif";
    font-weight: 100;
    font-size: 1em;
    color: white;
    z-index: 2;
    text-transform: uppercase;
	}
	div#fil-ariane span {
		color: #0872a4;
	}


.texte.catalogue #fil-ariane a{
    font-family: "Barlow","sans-serif";
	font-weight: 100;
	font-size: 1.143em;
	color: white;
	text-transform: uppercase;
	}
.texte.catalogue .description {
    margin-left: 2%;
    padding: 10px 0;
    margin: 40px 0 10px;
}

/*Optique militaire intro*/
.descRow {
    margin-bottom: 70px;
}
.descRow .droite{
    margin: 0 0 0 20px;
}
.descRow .gauche{
    margin-top: 0px;
}
.texte.catalogue .description .descRow .droite {
    display: block;
	width: 50%;
}
.secteurs, .cables {
    display: flex;
    justify-content: center;
	margin: 0px !important;
}
.secteur, .cable {
    display: flex;
    flex-direction: column;
    width: calc(98% / 3);
    margin: 10px;
}
.secteur p {
    font-weight: 600;
}
.cable p {
    text-align: justify;
}
.ListeCables {
    display: flex;
    margin: 20px 0 70px;
}
.DescLongue li {
    font-size: 0.6em;
}
.ListeCables .gauche, .ListeCables .droite {
	width: 50%;
	display: flex;
    justify-content: center;
}
.cables {
    margin: 20px 0 70px !important;
}
.fibre {
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 10px;
    padding: 0 10px;
    flex-direction: column;;
}
.fibres {
    display: flex;
    justify-content: space-evenly;
	align-items: center;
	margin: 20px 0;
	flex-wrap: wrap;
}

.texte.catalogue.formulaire {
	padding-bottom: 100px;
	}
.texte.catalogue.formulaire h2{
	text-align: center;
    padding: 0 0 30px;
	}

.catalogue .formulaire.colonne500 {
	max-width: 450px;
	margin: 0 auto;
    border-radius: 10px;
	border: 1px solid #e4e5e6;
	}
.catalogue .formulaire.colonne500 {
	border: 1px solid #b1b3b6;
	}
.texte.catalogue.fiche {
	/*background-image: linear-gradient(to bottom, rgba(246, 246, 246, 1), #fff);*/
	margin: 70px 0;
	}
.texte.catalogue.fiche.intro .droite li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #086eb3;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 13px;
}
.texte.catalogue.fiche.intro .droite p:first-of-type {
    font-weight: 700;
}
.texte.catalogue.fiche.intro .gauche {
    display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.texte.catalogue.fiche.intro .gauche li {
	display: none;
}
.texte.catalogue.fiche.intro li {
	position: relative;
	padding-left: 24px;
}
.texte.catalogue.fiche.tableau li, .texte.catalogue.fiche2.intro li {
	position: relative;
	padding-left: 34px;
	padding-bottom: 8px;
}
.texte.catalogue.fiche.tableau li:before, .texte.catalogue.fiche2.intro li:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(/images/icones/icons8-ok-60.png);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0px;
}
.texte.catalogue.description2 {
    margin: 70px 0;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    display: none;
}
@media screen and (max-width: 550px) {
.catalogue .formulaire.colonne500 {
	padding: 20px;
	}
	}
.texte.catalogue.grillesanslien {padding-top: 50px;}
.texte.catalogue .centre {
    background-color: transparent;
    display: flex;
    flex-direction: column-reverse;
}
.texte.catalogue.description2, .texte.catalogue.description {
    margin: 70px 0;
}
.texte.catalogue.description2 p, .texte.catalogue.description p {
    font-weight: 400;
}
.texte.catalogue.description2 li, .texte.catalogue.description li, .DescLongue li, .description li {
    margin-left: 12px;
}
.texte.catalogue.description2 ul li:before, .texte.catalogue.description ul li:before, .DescLongue li:before, .description li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #064f71;
    border-radius: 50%;
    position: absolute;
    margin-top: 12px;
    margin-left: -12px;
}

.avantage {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div#tabs, div#tabs-1 {
    margin: 0px;
}
.texte.catalogue.description .avantage {
    display: flex;
    justify-content: flex-start;
	flex-direction: column;
	margin: 0px;
    align-items: baseline;
}
.texte.catalogue.description .centre {
    display: flex;
    align-items: baseline;
}
.avantage p {
    text-align: left;
    display: flex;
    align-items: baseline;
}
.haut.centre #fil-ariane, .haut.centre h1 {
    display: none;
}

.texte.catalogue.grillesanslien .centre {
	max-width: 1200px;
	}
@media screen and (max-width: 1500px) {
.texte.catalogue.grillesanslien .centre {
	max-width: 1200px;
	padding-right: 200px;
	}
	}
@media screen and (max-width: 900px) {
.texte.catalogue.grillesanslien .centre {
	padding-right: 0px;
	}
	}
@media screen and (max-width: 776px) {
	.produit [class*=grid-2]>* {
		width: 100%;
	}
	.texte.catalogue.fiche2.intro .centre .grid-2 .gauche {
		width: 100%;
	}
	.texte.catalogue.fiche2.intro .centre .grid-2 .droite {
		width: 100%;
	}
	}


.texte.catalogue .bas{
	padding-top: 10px;
	}
.catalogue.liste {
	padding-bottom: 100px;
	}
.catalogue.fiche h1 {
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 3.5em;
	}
.catalogue.fiche p.dispo {
	position: relative;
	color: #81c784;
	font-size: 1em;
	font-weight: 600;
	padding: 0 0 0 15px;
	margin: 20px 0 35px;
	}
.catalogue.fiche p.dispo::before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: #81c784;
	position: absolute;
	left: 0px;
	top: 9px;
	border-radius: 50%;
	}
.catalogue p.bouton {
	text-align: left;
	}
.catalogue.fiche p.bouton a{
	background-color: #c93f1f;
	color: #f4e0be;
	}
/*.catalogue.liste::before {
    content: '';
    width: 100%;
    height: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to bottom, rgba(235, 235, 235, 1), #fff);
    z-index: 1;
}*/

.catalogue.fiche .gauche, .catalogue.fiche .droite {


	}
.catalogue.fiche .droite  {
	padding: 0 20px;
	}
@media screen and (max-width: 800px) {
	.catalogue.fiche .droite, .catalogue.fiche .gauche {
		width: 100%;
	}
	.texte.catalogue.fiche.intro .grid-2 {
		display: flex;
		flex-direction: column-reverse;
	}
	.texte.catalogue.fiche.intro .gauche {
		justify-content: center;
	}
	.texte.catalogue.fiche.tableau .gauche p {
		text-align: center;
	}
	.catalogue.fiche .droite  {
	padding-left: 0px;
	margin-top: 24px;
	}
.catalogue.fiche h1 {
    font-size: 2em;
	line-height: 1.2em;
	}
	}
@media screen and (max-width: 575px) {
.catalogue.fiche .droite  {

	}
.catalogue.fiche .gauche, .catalogue.fiche .droite {

	}
.catalogue p.bouton a{
	display: block;
	margin: 15px auto;
	}
.catalogue.fiche p.dispo {
    margin: 15px 0 15px;
}
	}
.catalogue.fiche .gauche  #big_img{
	max-width: 480px;
	width: 100%;
	display:block;
	}
	


#slide.catalogue {
	height: 380px;
	position:relative;
	background-position: center;
	}
#slide.catalogue::after {
	content: '';
	display:block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position:absolute;
	top: 0px;
	left: 0px;
}
#slide.catalogue h1{
	text-align: center;
	color: #fff;
	width: 100%;
	z-index: 100;
	font-size: 3em;
	padding: 0px;
	line-height: 46px;
	}
.texte.catalogue #ancre{
	position: absolute;
	top: -160px;
	left: 0px;
	}
.texte.catalogue.formulaire {
	position: relative;
	
	}
/*Styles liste*/



.legendesurimage .produit-list {
	position: relative;
	display: inline-block;
	text-decoration: inherit;
	vertical-align: text-top;
	}
.legendesurimage .produit-list img {
    width: 100%;
	}
.legendesurimage .produit-list span.nom{
	position:absolute;
	bottom: 15px;
	width: 100%;
	left: 0px;
	text-align: center;
    display: block;
	color:#fff;
    font-size: 1.57em;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 0 0 7px rgba(0,0,0, 0.5);
	padding: 0 15px;
	}
.legendesurimage  .produit-list:hover span.nom {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    right: 0px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
	}
.legendesurimage .produit-list:hover span.photo::before{
	content: '';
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background-color: rgba(245, 63, 48, 0.8);
	}

.cadrelegendebas .photo {max-width: 290px; width: 100%; display: block; position: relative; margin: 0 auto;}
.cadrelegendebas a:hover .photo::before {content:''; width: 100%; height: 100%; position:absolute; top: 0px; left: 0px; background: url(/images/categorie_on.png) no-repeat; background-size:cover; }
.cadrelegendebas a:hover .photo::after {content:''; width: 50px; height: 50px; position:absolute; top: 50%; margin-top: -25px; left: 50%; margin-left: -25px;     background: url(/images/fleche_catalogue.jpg) no-repeat center center;}
.cadrelegendebas .photo img{border: 1px solid #c7c8ca; width: 100%; height: auto;}
.cadrelegendebas a:hover .photo img{border: 1px solid #273583;}
.cadrelegendebas .nom{display: block; color: #273583; font-size: 1.42em; text-align:left; font-family: 'Fira Sans', sans-serif; font-weight: 500; min-height: 100px; 	position: relative; text-align: center; background-color: #f1f2f2; padding-top: 35px;}
.cadrelegendebas a:hover .nom{background-color: #273583; color: #fff; }
.listeproduits.cadrelegendebas .nom {color: #131313; text-align:left; padding: 14px; font-size: 1em; min-height: auto; font-weight: 300;}
.listeproduits.cadrelegendebas .nom b {display: block; font-size: 1.14em; font-weight: 500;}

.cadrelegendehaut  {
	max-width: 350px;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px;
    background-color: #fff;
    display: block;
    position: relative;
    padding: 20px 20px 10px 20px;
    border-radius: 7px;
}

.cadrelegendehaut .photo {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	}
.cadrelegendehaut .photo img{
	max-width: 100%;
	width: 100%;
	height: auto;
	}
.cadrelegendehaut .nom{
	display: block;
    color: #065480;
    font-size: 1.71em;
    font-weight: 600;
    height: 40px;
	line-height: 25px;
	margin-top: 34px;
    position: relative;
    text-align: center;
	}
.cadrelegendehaut p{
	text-align: left;
	padding: 0 0 0 0; 
	}
.cadrelegendehaut ul li{
	text-align: left;
	}

.phototextesuperpose a{
	position: relative;
	}

.phototextesuperpose .photo{
	display: block;
	position:relative;
	margin-bottom: 20px;
	}
.phototextesuperpose .photo img{
	width: 100%;
	}
.phototextesuperpose .desc{
	/*position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
	padding: 10px 40px 10px 15px;*/
	position: relative;
	padding-left:40px;
	}
.phototextesuperpose .desc b{
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	font-size: 1.857em;
	color:#064f71;
	margin-top: -20px;
    padding-left: 40px;
    display: flex;
	}
.phototextesuperpose .desc p{
	font-size: 1.071em;
	padding-left:40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 48px;
	}
.phototextesuperpose .desc::before{
	content:'';
	width: 5px;
	height: 200px;
	background-color:#54bef0;
	position: absolute;
	top: 0;
	margin-top: -60px;
	left: 20px;
	}
.phototextesuperpose .desc::after{
	/*content:'';
	width: 10px;
	height: 10px;
	border-right: 2px solid #000054;
	border-top: 2px solid #000054;
	transform:rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 20px;*/
	}

.phototextesuperpose .decouvrir {
    text-align: center;
    border-radius: 30px;
    padding: 0 4px;
    max-width: 220px;
    background-color: #ededee;
    display: block;
    margin: 30px auto 0px;
    color: #151723;
    font-family: 'Barlow', sans-serif;
    font-size: 1.071em;
    font-weight: 600;
    height: 35px;
    line-height: 32px;
    position: absolute;
    bottom: 0px;
    left: 24%;
    width: 80%;
}

.produit-list {
    display: flex;
    flex-direction: column-reverse;
}

.cat-liste-cadreavecbouton a{background-color: #fff; display: block; position:relative; padding: 25px; border-radius: 7px; box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1); border: 1px solid #fff; }
.cat-liste-cadreavecbouton a:hover{border: 1px solid #ed4c48;}
.cat-liste-cadreavecbouton .photo {max-width: 290px; width: 100%; display: block; position: relative; margin: 10px auto; }
.cat-liste-cadreavecbouton .photo img{width: 100%; height: auto; }
.cat-liste-cadreavecbouton .nom{display: block; color: #ed4b48; font-size: 1.71em; font-weight: 600; height: 40px; line-height: 25px; position: relative; text-align: center; }
.cat-liste-cadreavecbouton a .bouton{display:block; padding: 10px 10px; border-radius: 22px; background-color: #ededee; text-align:center; line-height: 22px; vertical-align:middle; color: #344154; font-size: 1.14em; font-weight: 700; border: 1px solid #fff; }
.cat-liste-cadreavecbouton a:hover .bouton{background-color: #ed4c48; color: #fff; box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2); }



.cadretxtphoto a{
	background-color: #fff;
	display: block;
	position:relative;
	padding: 25px 25px 10px 25px;
	border-radius: 5px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
	border-bottom: 6px solid #e81e1d;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	}
.cadretxtphoto a:hover{
	border-right: 1px solid #ed4c48;
	border-left: 1px solid #ed4c48;
	border-top: 1px solid #ed4c48;
	}
.cadretxtphoto .photo {
	width: 40%;
	display: inline-block;
	position: relative;
	margin: 10px auto;
	vertical-align:top;
	}
.cadretxtphoto .txt {
	width: 60%;
	display: inline-block;
	position: relative;
	margin: 10px auto;
	vertical-align:top;
	padding-right: 15px;
	}
.cadretxtphoto .txt p{
	font-size: 1.1em;
	}
.cadretxtphoto .photo img{
	width: 100%;
	height: auto;
	}

.cadretxtphoto .nom{
	display: block;
	color: #ed4b48;
	font-size: 1.71em;
	font-weight: 600;
	height: 40px;
	line-height: 25px;
	position: relative;
	text-align: center;
	}
.cadretxtphoto a .bouton{
	display:block;
	text-align:center;
	line-height: 22px;
	vertical-align:middle;
	color: #58595b;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	}







/* fleche span
.listeproduits a:before{
	content: '';
	height: 30px;
	width: 30px;
	background-color: #cfd1d2;
	position: absolute;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	}
.listeproduits a:after{
	content: '';
	height: 14px;
	width: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform:rotate(45deg);
	position: absolute;
	right: 30px;
	bottom: 28px;
	}
.listeproduits a:hover:before{
	background-color: #f1f2f2;
	}
.listeproduits a:hover:after{
	border-top: 3px solid #75b31f;
	border-right: 3px solid #75b31f;
	}*/


/*produit plein ecran*/
.produit-plein-ecran .gauche {
	display: inline-block;
	width: calc(100% - 500px);
	height: 100vh;
	vertical-align:top;
	transition:width 250ms;
	}
.produit-plein-ecran .gauche.fullsize {
	width:100%;
	}

.produit-plein-ecran .droite {
	position:relative;
	display: inline-block;
	width: 500px;
	height: 100vh;
	vertical-align:top;
	background-color: #f3f4f4;
	overflow: auto;
	padding-bottom: 50px;
	transition:width 250ms;
	}
.produit-plein-ecran .droite.cache {	
		width:0;
	}
.produit-plein-ecran .droite.cache.fullsize {	
		width:100%;
	}
.produit-plein-ecran .gauche a.a_filtres {
	display:none;
	position:absolute;
	top:0;
	right:0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #dedcdf;
	color: #58595b;
	font-weight: 300;
	font-size: 0.84em;
	font-family: 'Montserrat', sans-serif;
	padding-left: 30px;
	}
.produit-plein-ecran .gauche a.a_filtres::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 17px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #58595b;
	border-left: 1px solid #58595b;
	transform:rotate(-45deg);
	}

.produit-plein-ecran .gauche a.a_filtres.visible {
 	display:block;
 }

.produit-plein-ecran .gauche a.a_filtres.cache {
 	display:none;
 }
 
 	
	
.texte.catalogue.fiche .droite .a_filtres {
	position:absolute;
	top: 5px;
	right: 30px;
	color: #58595b;
	font-weight: 300;
	font-size: 0.84em;
	font-family: 'Montserrat', sans-serif;
	padding-left: 20px;
	}
.texte.catalogue.fiche .droite .a_filtres::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0px;
	width: 12px;
	height: 1px;
	background-color: #58595b;
	transform:rotate(45deg);
	}
.texte.catalogue.fiche .droite .a_filtres::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0px;
	width: 12px;
	height: 1px;
	background-color: #58595b;
	transform:rotate(-45deg);
	}
@media screen and (max-width: 780px) {
.produit-plein-ecran .gauche {
	display: block;
	width: 100%;
	height: 500px;

	}
.produit-plein-ecran .droite {
	display: block;
	width: 100%;
	height: auto;
	}
.produit-plein-ecran .gauche a.a_filtres, .texte.catalogue.fiche .droite .a_filtres {
	display:none;
	}
	}	
	
/*Produit avec photo plein ecran à droite*/

.pleinecrandroite.haut {
	min-height: 300px;
	}
.pleinecrandroite .gauche {
	min-height: 300px;
	padding: 40px 50px 40px 0;
	background-color: #ededee;
	text-align: right;
	padding-left: calc(50% - 600px);
	}
@media screen and (max-width: 1260px) {
.pleinecrandroite .gauche {
	padding-left: 2%;
	}
}
.pleinecrandroite .gauche h1{
	text-align: left;
	}
.pleinecrandroite .gauche p{
	display: inline-block;
	color: #292728;
	text-align:left;
	text-transform:inherit;
	font-size: 1em;
	font-weight: 400;
	line-height: 28px;
	width: 100%;
	}
.pleinecrandroite.pieces .gauche p{
	font-weight: 600;
	}
.pleinecrandroite .gauche p strong{
	font-weight: 700;
	}
.pleinecrandroite .gauche li{
	display: inline-block;
	padding-left: 25px;
	text-align:left;
	max-width: 500px;
	width: 100%;
	position: relative;
	margin-bottom: 7px;
	font-weight: 400;
	}
.pleinecrandroite .gauche li::before{
	content: '';
	width: 9px;
	height: 9px;
	position:absolute;
	top: 7px;
	left: 2px;
	transform: rotate(45deg);
	}
@media screen and (max-width: 780px) {

	}
@media screen and (max-width: 550px) {
.pleinecrandroite .gauche {
	padding: 20px 20px 30px 20px;
	min-height: auto;
	}
.pleinecrandroite .gauche h1{
	padding: 0 0 20px;

	}
.pleinecrandroite .droite {
	min-height: 400px;
	}
	}
.pleinecrandroite.description .centre {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
	}


/* grille*/
.n1 .listeproduits.grille-4, .n2 .listeproduits.grille-4, .n3 .listeproduits.grille-4   {

	}
/*.listeproduits.grille-4 a{
	width: calc(25% - 20px);
	margin: 10px;
	display: inline-block;
    vertical-align: text-top;
	}
	*/
	
.listeproduits.grille-4 div.produit{
	width: calc(25% - 20px);
	margin: 10px;
	display: inline-block;
    vertical-align: text-top;
	}
	
@media screen and (max-width: 850px) {
.listeproduits.grille-4 a{
	width: calc(33.333333333333% - 20px);
	}
.listeproduits.grille-4 a span.nom{
	font-size: 1.2em;
	}
	}
@media screen and (max-width: 600px) {
.listeproduits.grille-4 a{
	width: calc(50% - 6px);
	margin: 3px;
	}
	}
@media screen and (max-width: 350px) {
.listeproduits.grille-4 a{
	width: 100%;
	margin: 3px 0;
	}
	}

.listeproduits.grille-3 .centre {display: flex; flex-wrap: wrap;}
.listeproduits.grille-3 img{width: 100%;}
.listeproduits.grille-3 a{
	width: calc(33.33333333333% - 6.6666666666px);
	margin: 5px 5px;

	}
.listeproduits.grille-3 a:nth-of-type(3n){
	margin: 5px 0 5px 5px;
	}
.listeproduits.grille-3 a:nth-of-type(3n+1){
	margin: 5px 5px 5px 0;
	}



.listeproduits.grille-3-grid  {display: grid;  grid-template-columns: repeat(3, 1fr); grid-gap: 10px;}
.listeproduits.grille-3-grid a img{width: 100%;}
.listeproduits.grille-3-grid a:nth-of-type(4) {grid-column: span 1;}
.listeproduits.grille-3-grid a:nth-of-type(6) {grid-column: span 1;}
.listeproduits.grille-3-grid a:nth-of-type(5) {grid-column: span 2; grid-row: auto/span 2;}
.listeproduits.grille-3-grid a:nth-of-type(5) img{height: 100%;}

.listeproduits.grille-3-grid a#galerie_24 {grid-column: span 2; grid-row: auto/span 2;}
.listeproduits.grille-3-grid a#galerie_24 img{height: 100%;}
.listeproduits.grille-3-grid a#galerie_25, .listeproduits.grille-3-grid a#galerie_23 {grid-column: span 1;}
	
	
@media screen and (max-width: 1050px) {
.listeproduits.grille-3 a{
	width: calc(33.3333333333% - 20px);
	margin: 15px 15px;
	}
.listeproduits.grille-3 a:nth-of-type(3n){
	margin: 15px 0 15px 15px;
	}
.listeproduits.grille-3 a:nth-of-type(3n+1){
	margin: 15px 15px 15px 0;
	}
	}
@media screen and (max-width: 900px) {
.listeproduits.grille-3-grid  {grid-template-columns: repeat(2, 1fr);}
.listeproduits.grille-3-grid a:nth-of-type(4) {grid-column: span 1;}
.listeproduits.grille-3-grid a:nth-of-type(6) {grid-column: span 1;}
.listeproduits.grille-3-grid a:nth-of-type(5) {grid-column: span 1; grid-row: auto/span 1;}
.listeproduits.grille-3-grid a#galerie_24 {grid-column: span 1; grid-row: auto/span 1;}
	}
@media screen and (max-width: 767px) {
.listeproduits.grille-3 a{
	width: calc(50% - 15px);
	margin: 15px 15px;
	}
.listeproduits.grille-3 a:nth-of-type(3n+1), .listeproduits.grille-3 a:nth-of-type(2n+1), .listeproduits.grille-3 a:nth-of-type(3n){
	margin: 15px 15px 15px 0;
	}
.listeproduits.grille-3 a:nth-of-type(2n){
	margin: 15px 0 15px 15px;
	}
	}
@media screen and (max-width: 550px) {
.listeproduits.grille-3 a{
	width: calc(100%);
	}
.listeproduits.grille-3 a:nth-of-type(3n+1), .listeproduits.grille-3 a:nth-of-type(2n+1), .listeproduits.grille-3 a:nth-of-type(3n){
	margin: 10px 0;
	}
.listeproduits.grille-3 a:nth-of-type(2n){
	margin: 10px 0;
	}
	}
.listeproduits.grille-2 {
	display: flex;
	flex-wrap: wrap;
	}
.listeproduits.grille-2 a{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	}
.listeproduits.grille-2 a:nth-of-type(2n - 1){
	margin-right: 10px;
	}
.listeproduits.grille-2 a:nth-of-type(2n){
	margin-left: 10px;
	}
@media screen and (max-width: 767px) {
.listeproduits.grille-2 a{
	width: calc(50% - 7px);
	}
.listeproduits.grille-2 a:nth-of-type(2n - 1){
	margin-right: 7px;
	}
.listeproduits.grille-2 a:nth-of-type(2n){
	margin-left: 7px;
	}
	}
@media screen and (max-width: 380px) {
.listeproduits.grille-2 a{
	width: 100%;
	margin-bottom: 15px;
	}
.listeproduits.grille-2 a:nth-of-type(2n - 1){
	margin-right: 0px;
	}
.listeproduits.grille-2 a:nth-of-type(2n){
	margin-left: 0px;
	}
.listeproduits.grille-2 {
	flex-direction: column;
	}
	}


.listeproduits.grille {
	padding-bottom: 40px;
	text-align: center;
	}
.listeproduits.grille a{
	display: inline-block;
	margin: 0 2% 5% 2%;
	}

/*.produit-list {
	position: relative;
	display: block;
	text-decoration: inherit;
	margin-bottom: 70px;
	vertical-align: text-top;
	position:relative;
	color: #6191a8;
	}
.produit-list span.photo{
	display: block;
    position: relative;
	text-align:center;
	}
.produit-list img {
    display: inline-block;
	/*border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	}*/
/*.produit-list span.nom{
	text-align: center;
    display: block;
	color:#6191a8;
    font-size: 1.71em;
    padding: 15px 10px 15px 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	height: 100px;
	border-bottom: 1px solid #6191a8;
	}
.cat3 .produit-list span.nom{
	border-bottom: none;
	}
.produit-list em{
	text-align: center;
    display: block;
	color:#121f27;
    font-size: inherit;
	font-family: inherit;
	font-weight: 400;
	font-style:normal;
	font-size: 0.7em;
	line-height: 18px;
	}
.produit-list:hover span.nom{
	background-color: #e7eff2;
	border-bottom: 1px solid #e7eff2;
	color: #416275;
	}
.produit-list:hover span.photo::before{
	content: '';
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background-color: rgba(97, 145, 168, 0.8);
	}
.produit-list:hover span.photo::after{
	content: '';
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	border-radius: 50%;
	background:url(/images/fleche_hover.png) no-repeat center center;
	}*/






/* fleche span
.listeproduits a:before{
	content: '';
	height: 30px;
	width: 30px;
	background-color: #cfd1d2;
	position: absolute;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	}
.listeproduits a:after{
	content: '';
	height: 14px;
	width: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform:rotate(45deg);
	position: absolute;
	right: 30px;
	bottom: 28px;
	}
.listeproduits a:hover:before{
	background-color: #f1f2f2;
	}
.listeproduits a:hover:after{
	border-top: 3px solid #75b31f;
	border-right: 3px solid #75b31f;
	}*/



/*.listeproduits.grille > a span:last-child{
	display: block;
	padding: 10px 0 5px;
    text-transform: uppercase;
    color: #231f20;
    font-weight: 800;
    font-size: 1.28em;
	}
.listeproduits.grille > a:hover span:last-child{
    color: #1b4362;
	}
.listeproduits.grille > a span:last-child span{
	display: none;
	}*/

/*.listeproduits.grille a:hover span:last-child{
	color: #076633;
	transition-delay: 500ms;
	transition-property: color;
	}*/

	
/*.listeproduits.grille a span:first-child:after{
	content: '';
    background: url(/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{
	content: '';
    background: url(/images/icones/icone-plus-hover_2.png) no-repeat rgba(6, 72, 85, 0.7) center center;
	height: 0%;
	width: 100%;
	position:absolute;
	top: 0px;
	left: 0px;
	transition: height 500ms;
	}*/
/*.listeproduits.grille > a:hover span:first-child:after{
	content: '';
	height: 100%;
	}*/


/*.listeproduits.grille > a:hover span:first-child:before{
	content: '';
	width: 60px;
	height: 60px;
	background:url(/images/icones/fleche_after_blanche.png) #d71920 no-repeat center center;
	border: 1px solid #d71920;
	border-radius: 50%; 
	position:absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	z-index: 100;
	box-sizing:border-box;
	}*/
/*.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: 1000px) {
.listeproduits.grille a{
	width: 29.333333333333%;
	}
.listeproduits.grille li{
	width: 31.333333333333%;
	}
	}
@media screen and (max-width: 640px) {
.listeproduits.grille a{
	width: 46%;
	}
.listeproduits.grille li{
	width: 48%;
	}
	}
@media screen and (max-width: 420px) {
.listeproduits.grille a{
	width: 96%;
	}
.listeproduits.grille li{
	width: 98%;
	}
	}







/*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 textarea.mdl-textfield__input {
	height: 220px;
	
	}

.texte.ficheproduit.formulaire {
	background-color: #e8e9e9;
	padding-top: 50px;
	}
.texte.catalogue.ficheproduit.formulaire h3 {
    padding: 18px;
}
.texte.ficheproduit.formulaire li span, .texte.ficheproduit.formulaire p.consentement, .texte.ficheproduit.formulaire p.mention, .texte.ficheproduit.formulaire p.mention a{
	color: #323741;
	font-weight: 600;
	}

.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;
	}
.texte.categorie li {
	padding-bottom: 0px;
	}
.catalogue.menu {
	display:inline-block;
	width: 300px;
	vertical-align:text-top;
	padding-top: 20px;
	}
.catalogue.menu > ul > li{
	background: url(/images/fond_rayure.jpg);
	line-height: 50px;
	min-height: 50px;
	vertical-align:middle;
	margin-bottom: 1px;
	}
.texte.catalogue.menu > ul > li > a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #0d8235;
	font-weight: 700;
	font-size: 1.20em;
	text-transform:uppercase;
	padding-left: 12px;

	}
.texte.catalogue.menu > ul > li > a:before{
	content: '';
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	top: 16px;
	right: 11px;
	background: url(/images/fleche_menu_catalogue.png) #fff no-repeat center center;
	}
.texte.catalogue.menu ul li a:hover:before, .texte.catalogue.menu ul li a.on:before{

	}
.texte.catalogue.menu > ul > li > ul  {
	background-color: #ebebeb;
	padding-bottom: 20px;
	}
.texte.catalogue.menu > ul > li > ul > li{
	position:relative;
	background-color: #ebebeb;
	}
.texte.catalogue.menu > ul > li > ul > li > a{
	display:block;
	color: #231f20;
	font-size: 1em;
	border-bottom: 1px solid #231f20;
	padding: 13px 10px 8px 10px;
	margin: 0 10px;
	font-weight: 600;
	}
.texte.catalogue.menu > ul > li > ul > li > ul {
	padding-top: 10px;
	}
.texte.catalogue.menu > ul > li > ul > li > ul > li > a{
	padding: 6px 10px 6px 40px;
	display:block;
	font-size: 0.9em;
	line-height: 20px;
	}

.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 catégories */
	
.catalogue.listecategories   {
	display:inline-block;
	width: calc(100% - 360px);
	vertical-align:text-top;
	margin-left: 40px;
	padding-top: 70px;
	}
.catalogue.listecategories  a {
    display: inline-block;
	max-width: 280px;
    width: calc(50% - 120px);
    text-decoration: inherit;
    vertical-align: text-top;
    position: relative;
    margin: 0 55px 70px 55px;
	}
.catalogue.listecategories  a img{
    border: 7px solid #e3e3e3;
	}
.catalogue.listecategories  a span:last-child{
	position: relative;
    text-align: center;
	height: 70px;
	font-weight: 600;
	color: #414042;
	display:block;
	font-size: 1.28em;
	padding-top: 15px;
	}
.catalogue.listecategories  a span:last-child::before{
  	content: '';
	width: 86px;
	height: 3px;
	background-color: #c5d301;
	position:absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -43px;
	}
@media screen and (max-width: 980px) {
.catalogue.listecategories  a {
	max-width: 280px;
    width: calc(50% - 35px);
    margin: 0 15px 50px 15px;
	}
	}
@media screen and (max-width: 700px) {
.catalogue.listecategories   {
	width: 100%;
	margin: 0 0 0 0;
	}
	}
/*LISTE DES PRODUITS*/

#flux .gauche h1 {
	display: none;
	}
.catalogue.listeproduits  {
	display:inline-block;
	width: calc(100% - 360px);
	vertical-align:text-top;
	margin-left: 40px;
	padding-top: 20px;
	}
.catalogue.listeproduits .nombre {
	font-weight: 700;
	}
.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: 20%;
	}
.catalogue.listeproduits > ul > li:nth-of-type(2){
	width: 60%;
	padding: 0 30px;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3){
	width: 20%;
	}
.catalogue.listeproduits > ul > li img{
	width: 100%;
	height: auto;
	}
.catalogue.listeproduits > ul > li:nth-of-type(2) b{
	display:block;
    font-weight: 700;
    font-size: 1.42em;
    color: #0d8235;
    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 #c5d301;
	text-transform:uppercase;
	color: #58595b;
	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 #c5d301;
    border-top: 3px solid #c5d301;
	}
@media screen and (max-width:1150px) {
.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{
	padding-left: 10px;
	width: 120px;
	height: 50px;
	line-height: 50px;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3) a:after{
	display: none;
	}
	}
@media screen and (max-width:880px) {
.catalogue.listeproduits > ul > li:nth-of-type(1){
	width: 30%;
	}
.catalogue.listeproduits > ul > li:nth-of-type(2){
	width: 70%;
	padding: 0 30px;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3){
	width: 100%;
	}
.catalogue.listeproduits > ul > li:nth-of-type(3) a{
	padding: 0 0 0 0;
	width: calc(70% - 30px);
	height: 50px;
	text-align: center;
	float: right;
	margin-top: 15px;
	}
	}
@media screen and (max-width:700px) {
.catalogue.menu {
	display:block;
	width: 100%;
	}
.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%;
	padding-right: 50px;
	}
.catalogue.fiche.phototexte .centre > .droite {
	display: inline-block;
	vertical-align:text-top;
	width: 50%;
	}
@media screen and (max-width:980px) {
.catalogue.fiche.phototexte .centre > .gauche {
	width: 50%;
	}
.catalogue.fiche.phototexte .centre > .droite {
	width: 50%;
	}
	}


@media screen and (max-width:720px) {
/*.catalogue.fiche.phototexte .centre > * {
	width: 100%;
	}*/
.catalogue.fiche.phototexte .centre > .gauche {
	width: 100%;
	padding-right: 0px;
	}
.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: 0 60px;
	}



.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 {

	}
	}
	
/** MENU AVANCE **/
.texte.catalogue.menuavance ul.ssmenu {
    display:none;
	}
.texte.catalogue.menuavance [class*="id_"].on,
.texte.catalogue.menuavance [class*="cat_"].on {
    display:block;
	}

/*.texte.catalogue.menuavance ul ul li:nth-of-type(1) {
    height: auto;
	border:none;
	padding:0;
	margin:0;
	}*/

.texte.catalogue.menuavance ul ul li:nth-of-type(1):after {
	content:'';
	}
/*Style masonri*/
.texte.catalogue.liste.masonri {
	padding: 100px 0;
	}
.texte.catalogue.liste.masonri a {
    display: block;
    padding-bottom: 50px;
	} 
.texte.catalogue.liste.masonri a:nth-of-type(2n) {
    padding-left: 110px;
	}
.texte.catalogue.liste.masonri  a:nth-of-type(2n + 1) {
    margin-top: 120px;
	padding-right: 110px;
	}
.texte.catalogue.liste.masonri a span.nom {
    font-weight: 700;
	font-size: 1.25em;
	text-transform:uppercase;
	padding: 25px 0 5px 10px;
	display:block;
	}
.texte.catalogue.liste.masonri a p {
    margin: 0 0 0 0; 
	padding: 0 0 0 10px;
	}
.texte.catalogue.liste.masonri a span.lien {
	position:relative;
    font-weight: 600;
	font-size: 0.94em;
	padding: 50px 0 0 10px;
	display:inline-block;
	}
.texte.catalogue.liste.masonri a span.lien::after {
	content: '';
	width: calc(100% - 10px);
	height: 3px;
	background-color: #000;
	position: absolute;
	right: 0px;
	bottom:-6px;
	}
@media screen and (max-width:1024px) {
.texte.catalogue.liste.masonri a:nth-of-type(2n) {
    padding-left: 25px;
	}
.texte.catalogue.liste.masonri  a:nth-of-type(2n + 1) {
	padding-right: 25px;
	}
	}
@media screen and (max-width:575px) {
.texte.catalogue.liste.masonri a:nth-of-type(2n) {
    padding-left: 0;
	}
.texte.catalogue.liste.masonri  a:nth-of-type(2n + 1) {
	padding-right: 0;
	margin-top: 0;
	}
	}

/*fiche avec onglet*/
.texte.fiche.onglet {
	background-color: #f3f4f4;
	}
.texte.fiche.onglet h1{
	text-align: center;
	color: #416275;
	}
.texte.fiche.onglet li.bt_carac{
	display: inline-block;
	background-color: #416275;
	min-height: 50px;
	padding: 10px 20px;
	vertical-align:middle;
	border: 1px solid #416275;
	}
.texte.fiche.onglet li.bt_carac.on{
	background-color: #fff;
	position: relative;
	}
.texte.fiche.onglet li.bt_carac.on::before{
	content: '';
	width: 20px;
	height: 20px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -11px;
	border-right: 1px solid #416275;
	border-top: 1px solid #416275;
	transform:rotate(135deg);
	}
.texte.fiche.onglet li.bt_carac a{
	text-decoration: none;
	color: #fff;
	display:block;
	}
.texte.fiche.onglet li.bt_carac.on a{
	color: #416275;
	font-weight: 600;
	cursor:default;
	}
.texte.fiche.onglet .div_caracteristique {
	padding: 50px 30px 70px 30px;
	}
.texte.fiche.onglet .div_caracteristique li::before{
	text-align: center;
	color: #416275;
	}
.texte.fiche.onglet .div_caracteristique ul{
	display:inline-block;
	vertical-align:text-top;
	width: 49%;
	}
[class*=grid-2].deuxtiers.ligne1, [class*=grid-2].deuxtiers.ligne2, [class*=grid-2].deuxtiers.ligne3 {
    padding-bottom: 10px;
	}
@media screen and (max-width:768px) {
.texte.fiche.onglet .div_caracteristique ul{
	width: 100%;
	}
.texte.fiche.onglet .centre > ul{
	background-color: #416275;
	}
.texte.fiche.onglet li.bt_carac{
	width: 50%;
	}
.texte.fiche.onglet li.bt_carac.on::before{
	display: none;
	}
	}

/*Mur photos*/
/*.murphotos {
	font-size: 0px;
	position:relative;
	}
.murphotos img{
	width: 100%;
	height: auto;
	}
.murphotos .encart{
	border-bottom: 10px solid #fff;
	}
.murphotos > *{
	display: inline-block;
	vertical-align: top;
	}
.murphotos > :first-child{
	width: calc(67.18% - 5px);
	padding-right: 5px;
	}
.murphotos > :last-child{ 
	width: calc(32.82% - 5px);
	padding-left: 5px;
	}*/

[class*=grid-2].deuxtiers.ligne1 > .droite {
	background-color: #333a42;
	}
[class*=grid-2].deuxtiers.ligne2 > .gauche {
	background-color: #f1f2f2;
	padding: 25px 40px 0 40px;
	text-align:center;
	}
[class*=grid-2].deuxtiers.ligne1 > .droite h1, [class*=grid-2].deuxtiers.ligne1 > .droite p{
	color: #fff;
	margin: 0 10px;
	}
[class*=grid-2].deuxtiers.ligne1 > .droite .info{
	
	}

@media (min-width: 767px) {
[class*=grid-2].deuxtiers.ligne1 > .droite {
    width: calc(32.82% - .01px);
	vertical-align: bottom;
	}
[class*=grid-2].deuxtiers.ligne1 > .droite img{
    border-bottom: 10px solid #fff;
	}
[class*=grid-2].deuxtiers.ligne1 > .gauche {
    width: calc(67.18% - 10.01px);
	margin-right: 10px;
	}

[class*=grid-2].deuxtiers.ligne2  {
    padding-bottom: 10px;
	}
[class*=grid-2].deuxtiers.ligne2 > .droite {
    width: calc(32.82% - .01px);

	}
[class*=grid-2].deuxtiers.ligne2 > .gauche {
    width: calc(67.18% - 10.01px);
	margin-right: 10px;
	background-color: #f1f2f2;
	padding: 25px 40px 0 40px;
	text-align:center;
	position:relative;
	}

[class*=grid-2].deuxtiers.ligne3 > .droite {
    width: calc(32.82% - .01px);
	}
[class*=grid-2].deuxtiers.ligne3 > .droite img:first-child {
    border-bottom: 10px solid #fff;
	}
[class*=grid-2].deuxtiers.ligne3 > .gauche {
    width: calc(67.18% - 10.01px);
	margin-right: 10px;
	background-color: #f1f2f2;
	}
	}

@media (max-width: 766px) { 
[class*=grid-2].deuxtiers.ligne1 > .droite img {
	display: none;
	}
[class*=grid-2].deuxtiers.ligne1 > .gauche img {
	border-bottom: 10px solid #fff;
	}
[class*=grid-2].deuxtiers.ligne1 > .droite  {
	padding-bottom: 30px;
	}
[class*=grid-2].deuxtiers.ligne2 > .gauche {
	padding: 25px 40px 25px 40px;
	}
[class*=grid-2].deuxtiers.ligne2 img, [class*=grid-2].deuxtiers.ligne3 img  {
	width: 100%;
	}
[class*=grid-2].deuxtiers.ligne3 img  {
	border-bottom: 10px solid #fff;
	}
	}


.cat_imggauchetxtdroite a {
	display: inline-block;
	background-color: #fff;
	vertical-align:top;
	width: calc(50% - 10px);
	margin: 0 5px 20px 5px;
	}
.cat_imggauchetxtdroite a:hover {
	box-shadow: 1px 1px 12px #ccc;
	}
.cat_imggauchetxtdroite a span{
	display: inline-block;
	vertical-align:top;
	}
.cat_imggauchetxtdroite a span.photo{
	width: 45%;
	}
.cat_imggauchetxtdroite a span.desc{
	width: 55%;
	padding: 0 10px 5px 25px;
	}
.cat_imggauchetxtdroite a img{
	width: 100%;
	height: auto;
	}
.cat_imggauchetxtdroite a em{
	width: 150px;
	height: 30px;
	line-height: 30px;
	vertical-align:middle;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	display: block;
	text-align:center;
	font-style:normal;
	background-color: #e6e7e8;
	color: #16557d;
	font-size: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	}
.cat_imggauchetxtdroite a:hover em{
	color: #fff;
	background-color: #59a2d0;
	}
@media screen and (max-width: 767px) {
.cat_imggauchetxtdroite a {
	width: 100%;
	margin: 0 0 20px 0;
	}
	}
@media screen and (max-width: 550px) {
.cat_imggauchetxtdroite a span.desc{
	width: 55%;
	padding: 0 5px 5px 10px;
	}
.cat_imggauchetxtdroite a em{
	width: 130px;
	font-size: 0.9em;
	}
	}


.cadreavecphotodecale a{
	border: 1px solid #c7c8ca;
	height: 300px;
	box-shadow:0 0 0 0 rgba(52,52,52,0.2);
	transition: all 250ms;
	}
.cadreavecphotodecale a .photo img{
	width: 100%;
	height: 100%;
	}
.cadreavecphotodecale a .photo{
	float: right;
	display:block;
	border: 5px solid #fff;
	max-width: 270px;
	width:100%;
	max-height: 190px;
	height: auto;
	
	/*transition: all 150ms;*/
	}
.cadreavecphotodecale a:hover .photo{
	/*border: 0px solid #fff;
	transition: all 150ms;*/
	}
.cadreavecphotodecale a .desc{
	clear: both;
	display:block;
	padding: 0 30px;
	}
.cadreavecphotodecale a .desc b{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 1.6em;
	}
.cadreavecphotodecale a:hover{
	box-shadow:0 0 20px 3px rgba(52,52,52,0.2);
	transition: all 250ms;
	}

/*encart produit accueil dans slide*/

#encart-produit-accueil.slide p.titre {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	color:#000;
	font-size: 1.78em;
	border-bottom: 1px solid #dcddde;
	padding-bottom: 5px;
	}
#encart-produit-accueil.slide p.titre span{
	display: block;
	color: #c0c0c0;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.5em;
	text-transform: uppercase;
	padding-top: 20px;
	}
#encart-produit-accueil.slide .oc-item{
	padding: 0 40px;
	height: 500px;
	}
#encart-produit-accueil.slide .owl-prev {
    border-bottom: 2px solid #dcddde;
    border-left: 2px solid #dcddde;
    left: 15px;
    width: 30px;
    height: 30px;
	margin-top: -15px;
	}
#encart-produit-accueil.slide .owl-next {
    border-top: 2px solid #dcddde;
    border-right: 2px solid #dcddde;
    right: 15px;
    width: 30px;
    height: 30px;
	margin-top: -15px;
	}
#encart-produit-accueil.slide .louer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	}
#encart-produit-accueil.slide .louer li{
	width: 50%;
	height: 50px;
	line-height: 50px;
	vertical-align:middle;
	display:inline-block;
	background-color: #e6e7e8;
	}
#encart-produit-accueil.slide .louer li:first-child a{
	border-right: 1px solid #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	}
#encart-produit-accueil.slide .louer li:last-child a{
	border-left: 1px solid #fff;
	color: #4aa5f6;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.14em;
	}
#encart-produit-accueil.slide .louer li a{
	display: block;
	text-align:center;
	}
#encart-produit-accueil.slide .photo{
	padding: 40px 10px 0 10px;
	}
#encart-produit-accueil.slide .txt{
	padding: 40px 10px 0 10px;
	line-height: 30px;
	}





/*Produit associé*/
.catalogue.association .owl-prev{
	border-bottom: 1px solid #dcddde;
    border-left: 1px solid #dcddde;
    left: 10px;

	}
.catalogue.association .owl-next{
	border-top: 1px solid #dcddde;
    border-right: 1px solid #dcddde;
    right: 10px;

	}
.catalogue a#zoom{
	display:block;
	}
.catalogue a.mini{
	width: 75px;
	height: 75px;
	display:inline-block;
	border: 1px solid #dcddde;
	}

/*Liste avec slide*/
.bodymarge .produit #slide {
    background-color: #fff;
    max-width: 2000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalogue.slide.categorie {
	height: 300px;
	}
.catalogue.slide.categorie .cadre{
	width: 100%;

	}
.catalogue.slide.categorie .cadre h5{
   	text-align: center;
	padding: 0 0 0 0;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	text-transform: inherit;
	}
.catalogue.slide.categorie .cadre h5 a{
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	font-size: 1.28em;
	text-transform: inherit;
	}

.catalogue.slide.categorie .cadre h1{
   	text-align: center;
	padding: 15px 0 0 0;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 2.8em;
	}

/*telecharger & navigation*/
#telecharger_catalogue {
	position: fixed;
	top: 50%;
	margin-top: 220px;
	right: 0px;
	width: 200px;
	height: 80px;
	background:url(/images/icone_telecharger_catalogue.png) #96c21e no-repeat 90% center;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 1.07em;
	line-height: 20px;
	padding: 10px 45px 0 10px;
	z-index: 10000;
	}
#navigation_catalogue {
	position: fixed;
	top: 50%;
	margin-top: 0px;
	right: 0px;
	width: 200px;
	height: 200px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	background-color: #e6e0df;
	z-index: 10000;
	box-shadow: 1px 1px 5px #ccc;
	}
#navigation_catalogue img{
	border-top-left-radius: 7px;
	}
#navigation_catalogue span{
	padding: 10px 45px 0 10px;
	background:url(/images/icone_navigation_catalogue.png) no-repeat 90% center;
	color: #59514f;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 1.07em;
	line-height: 20px;
	display:block;
	}
@media screen and (max-width: 900px) {
#telecharger_catalogue {
	position: relative;
	top: inherit;
	margin-top: 220px;
	display: block;
	margin: 50px auto 0 auto;
	right: inherit;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	}
#navigation_catalogue {
	display: none;
	}
	}

/** E COMMERCE **/
.catalogue.ecommerce {
	padding-bottom: 80px;
	}
div.ecommerce p {
	text-align:left;
}
.ecommerce #ps {
	position: relative;
	}
.ecommerce input[type=password] + a {
	display: block;
    background: url(/images/icones/icone_oeil_mot_de_pass.png) no-repeat;
    width: 22px;
    height: 16px;
    position: absolute;
    bottom: 12px;
    right: 10px;
    cursor: pointer;
	}
	
.ecommerce input[type=text] + a.pass {
	display: block;
    background: url(/images/icones/icone_oeil_barre_mot_de_pass.png) no-repeat;
    width: 22px;
    height: 18px;
    position: absolute;
    bottom: 11px;
    right: 10px;
    cursor: pointer;
	}	


div.texte .alerte {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

div.texte .alerte p {
	padding-bottom:0;
}

div.texte .alerte-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

div.texte .alerte-success p {
	color: #155724;
}

div.texte .alerte-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

div.texte .alerte-danger p {
	color: #721c24;
}

div.texte .alerte-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

div.texte .alerte-alerte p {
	color: #721c24;
}

div.ecommerce .etape.on div.etape_contenu {
	display:block;
}

div.ecommerce .etape div.etape_contenu {
	display:none;
}

div.ecommerce #form-connexion {
	display:none;
}

div.ecommerce #menu-connexion a.on {
	font-weight:700;
}

.ecommerce .panier {display: flex; flex-wrap: wrap; padding-bottom: 130px;}
.ecommerce .panier.commande .details-panier {padding: 30px;}

.ecommerce .panier .details-panier{width: 70%; border: 1px solid #c7c8ca; background-color: #fff; border-radius: 7px; }
.ecommerce .panier.full .details-panier{width:100%;margin-bottom:20px;}
.ecommerce .panier .details-panier h3 {color: #1d3361; font-family: 'Frank Ruhl Libre', serif; font-weight: 700; font-size: 2.14em; text-align:left; position:relative; padding-right: 40px; padding-bottom: 0px; margin-bottom: 20px;}
.ecommerce .panier .details-panier h3 em{color: #c8953c; font-style: normal; padding-right: 10px; }
.ecommerce .panier .details-panier h3 a{width: 19px; height: 19px; background-image:url(/images/icones/icone_stylo.png); position: absolute; top: 50%; margin-top: -9.5px; right: 5px;}

.ecommerce .panier #menu-connexion {text-align: left; padding : 5px 0 30px; }
.ecommerce .panier #menu-connexion a{text-transform: uppercase; font-weight: 300; color: #c7c8ca; font-size: 1.28em; padding: 8px 30px; text-decoration: none;}
.ecommerce .panier #menu-connexion a.on{font-weight: 300; color: #221f20; background-color: #f8f8f8; text-decoration: none;}


.ecommerce .panier .align_form li {display: block; margin-bottom: 25px;}
.ecommerce .panier .align_form li > * {display: inline-block; width: 50%;}
.ecommerce .panier .align_form li label {text-align: left; font-weight: 500;}
.ecommerce .panier .align_form li#ps {position: relative;}
.ecommerce .panier .align_form li a.pass{display: block; background: url(/images/icones/icone_oeil_mot_de_pass.png) no-repeat; width: 22px; height: 16px; position: absolute; top: 50%; margin-top: -8px; right: 10px; cursor: pointer; }

.ecommerce .panier .radio  {text-align: left;}
.ecommerce .panier .radio span label {position: relative; padding-left: 30px; padding-right: 30px; font-weight: 500;}
.ecommerce .panier .radio span input[type="radio"] {position: absolute; left: -9999px;}
.ecommerce .panier .radio span label:before {content: ''; position: absolute; width: 24px; height: 24px; border-radius: 50%; top: 2px; left: 0px; border: 1px solid #d0d0d0; box-sizing: border-box;}
.ecommerce .panier .radio span label:after {display: none; content: ''; position: absolute; width: 18px; height: 18px; border-radius: 50%; top: 5px; left: 3px; background-color: #c8953c;}
.ecommerce .panier .radio span input[type="radio"]:checked + label:after {display : block;}



.ecommerce .panier .details-panier .ligne {
	margin: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c7c8ca;
	}
.ecommerce .panier .details-panier .ligne:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	}
.ecommerce .panier .details-panier .ligne > li{
	display: inline-block;
	vertical-align: top;
	}
.ecommerce .panier .details-panier .image {
	width: 20%;
	}
.ecommerce .panier .details-panier .info {
	width: 45%;
	text-align:left;
	padding: 15px 0 0 30px;
	font-weight: 400;
	color: #000;
	font-size: 1.28em;
	}
.ecommerce .panier .details-panier .qte {
	width: 10%;
	padding: 15px 0 0 0;
	}
.ecommerce .panier .details-panier .qte .gauche{
	width: calc(100% - 20px);
	display: inline-block;
	vertical-align: top;
	}
.ecommerce .panier .details-panier .qte .droite{
	width: 20px;
	display: inline-block;
	vertical-align: top;
	}
.ecommerce .panier .details-panier .qte input{
	border: 1px solid #c8c9cb;
	border-radius: 0px;
	height: 39px;
	line-height: 39px;
	vertical-align: middle;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #000;
	}
.ecommerce .panier .details-panier .qte a.qteUp{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align:middle;
	border-top: 1px solid #c8c9cb;
	border-right: 1px solid #c8c9cb;
	border-bottom: 1px solid #c8c9cb;
	}
.ecommerce .panier .details-panier .qte a.qteDown{
	display: block;
	width: 20px;
	height: 19px;
	line-height: 20px;
	vertical-align:middle;
	border-right: 1px solid #c8c9cb;
	border-bottom: 1px solid #c8c9cb;
	}
.ecommerce .panier .details-panier .prix {
	width: 20%;
	color: #000;
	font-size: 1.42em;
	font-weight: 700;
	padding: 20px 0 0 0;
	font-family: 'Roboto', sans-serif;
	}
.ecommerce .panier .details-panier .supprimer {
	width: 5%;
	padding: 25px 0 0 0;
	}
.ecommerce .panier .details-panier .supprimer a {
	width: 18px;
	height: 20px;
	display:block;
	margin: 0 auto;
	background:url(/images/icones/icone_sup.png) no-repeat center center;
	}
.ecommerce .panier .details-panier .image img{
	width: 100%;
	border: 1px solid #d7bc6a;
	}
#form-adresse-facturation.formulaire {
	padding-bottom: 0px;
	
	}
.ecommerce .panier .details-panier #form-adresse-facturation .bloc_adresse{
	width: 45%;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	padding: 20px;
	}
.ecommerce .panier .details-panier #form-adresse-facturation .bloc_adresse:hover{
	background-color: #f8f8f8
	}
.ecommerce .panier .details-panier #form-adresse-facturation .bloc_adresse .radio label {
	position: relative;
	padding-left: 50px;
	text-align:left;
	}
.ecommerce .panier .details-panier #form-adresse-facturation .bloc_adresse .radio input {
	position: absolute;
  	left: -9999px;
	}
.ecommerce .panier .details-panier #form-adresse-facturation .bloc_adresse .radio label:before{
    content : '';
    display : block;
    position : absolute;
    width : 24px;
    height : 24px;
	border-radius:50%;
    border : 1px solid #d9d0d5;
	top: 0px;
	left: 20px;
	margin-left:-15px;
	box-sizing: border-box;
	background-color: #fff;
 	}
.ecommerce .panier .details-panier #form-adresse-facturation .bloc_adresse .radio label:after{
    content : '';
    display : none;
    position : absolute;
    width : 16px;
    height : 16px;
	border-radius:50%;
    border : 1px solid #d9d0d5;
	top: 4px;
	left: 24px;
	margin-left:-15px;
	box-sizing: border-box;
	background-color: #d09320;
 }
	
	
	
.ecommerce .panier .details-panier #form-adresse-facturation .bloc_adresse .radio input[type="radio"]:checked + label:after {
    display: block;
}

.ecommerce .panier .total {
	width: 30%;
	padding-left: 10px;
	}
.ecommerce .panier .total .bouton{
	width: 100%;
	padding: 12px 25px 12px 25px;
    display: inline-block;
    font-size: inherit;
    font-size: 1em;
    color: #231f20;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #c8953c;
    font-family: 'Poppins', sans-serif;
    background: rgb(200,149,60);
    background: -moz-linear-gradient(left, rgba(200,149,60,1) 1%, rgba(224,193,139,1) 52%, rgba(200,149,60,1) 100%);
    background: -webkit-linear-gradient(left, rgba(200,149,60,1) 1%,rgba(224,193,139,1) 52%,rgba(200,149,60,1) 100%);
    background: linear-gradient(to right, rgba(200,149,60,1) 1%,rgba(224,193,139,1) 52%,rgba(200,149,60,1) 100%);

	}
.ecommerce .panier .total > div{
	border: 1px solid #c7c8ca;
	background-color: #fff;
	border-radius: 7px;
	padding: 20px;
	}
.ecommerce .panier .total .total_1{
	padding: 15px;
	}
.ecommerce .panier .total .total_2{
	background-color: #f8f8f8;
	padding: 15px;
	}	
.ecommerce .panier .total .total_2 li, .ecommerce .panier .total .total_1 li{
	display: inline-block;
	width: 50%;
	}
.ecommerce .panier .total .total_2 li:first-child{
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 1.28em;
	text-align:left;
	text-transform:uppercase;
	}
.ecommerce .panier .total .total_2 li:last-child{
    font-family: 'Poppins', sans-serif;
	color: #c8953c;
	font-weight: 600;
	font-size: 2em;
	text-align:right;
	text-transform:uppercase;
	}
.ecommerce .panier .total .total_1 li:first-child{
	text-align:left;
	}
.ecommerce .panier .total .total_1 li:last-child{
	text-align:right;
	}
.ecommerce .panier .total .detail > li{
	padding: 0 15px;
	}	
.ecommerce .panier .total .detail li > *{
	display: inline-block;
	margin-bottom: 20px;
	vertical-align:text-top;
	}
.ecommerce .panier .total .detail li > img{
	width: 60px;
	height: 60px;
	border: 1px solid #c8953c;
	}
.ecommerce .panier .total .detail li > .detail_infos{
	width: calc(100% - 120px);
	}
.ecommerce .panier .total .detail li > .detail_prix{
	width: 60px;
	text-align: right;
	color: #c8953c;
	}
@media screen and (max-width: 900px) {
.ecommerce .panier .details-panier{
	width: 100%;
	margin-bottom: 20px;
	}
.ecommerce .panier .total {
	width: 100%;
	padding-left: 0px;
	}
	}
@media screen and (max-width: 640px) {
.ecommerce .panier .details-panier .ligne {
    margin: 10px;
    padding-bottom: 10px;
	}
.ecommerce .panier .details-panier .info {
    width: 40%;
    padding: 10px 0 0 10px;
    font-size: 1em;
	}
.ecommerce .panier .details-panier .qte {
    width: 15%;
    padding: 15px 0 0 0;
	}
.ecommerce .panier .details-panier .prix {
    font-size: 1.2em;
}
	}
@media screen and (max-width: 400px) {
.ecommerce .panier .details-panier .ligne li.image {
    display: none;
	}
.ecommerce .panier .details-panier .info {
    width: 45%;
	padding-top: 15px;
	}
.ecommerce .panier .details-panier .qte {
    width: 20%;
	}
.ecommerce .panier .details-panier .prix {
    width: 25%;
	}
.ecommerce .panier .details-panier .supprimer {
    width: 10%;
}
	}
.ecommerce .panier .personnalisation  {
	padding: 40px;
	}
.ecommerce .panier .personnalisation .gauche {
	display: inline-block;
	width: 25%;
	vertical-align:text-top;
	}
.ecommerce .panier .personnalisation .gauche img{
	border: 1px solid #c8953c;
	}
.ecommerce .panier .personnalisation .droite {
	display: inline-block;
	width: 75%;
	vertical-align:text-top;
	text-align:left;
	padding-left: 40px;
	}
.ecommerce .panier .personnalisation .nom {
	color: #c8953c;
	font-weight: 700;
    font-family: 'Poppins', sans-serif;
	font-size: 1.42em;
	padding-bottom: 5px;
	}
.ecommerce .panier .personnalisation .nom span{
	font-weight: 400;
	}
.ecommerce .panier .personnalisation .offrir label {
	position: relative;
	padding-left: 30px;
	font-weight: 500;
	}
.ecommerce .panier .personnalisation .offrir input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.ecommerce .panier .personnalisation .offrir label:before {
    /* display: none; */
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    border-radius: 2px;
}
.ecommerce .panier .personnalisation .offrir label:after {
    display: none;
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 5px;
    left: 3px;
    background-color: #c8953c;
    border-radius: 2px;
}
.ecommerce .panier .personnalisation .offrir input[type="checkbox"]:checked + label:after {
    display : block;
 }
.ecommerce .panier .personnalisation .identite li {
	display: inline-block;
	vertical-align:text-top;
	width: 48%;
	font-weight: 500;
	font-size: 1.1em;
	}
.ecommerce input[type="submit"] {
    padding: 12px 25px 12px 25px;
    display: block;
    font-size: inherit;
    font-size: 1em;
    color: #231f20;
    font-weight: 600;
    margin: 50px auto 20px auto;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #c8953c;
    font-family: 'Poppins', sans-serif;
    background: rgb(200,149,60);
    max-width: 400px;
    width: 100%;
	}
@media screen and (max-width: 640px) {
.ecommerce .panier .personnalisation {
	padding: 10px;
	}
}
@media screen and (max-width: 550px) {
.ecommerce .panier .personnalisation .gauche {
    width: 15%;
	}
.ecommerce .panier .personnalisation .droite {
    width: 85%;
	padding-left: 15px;
	}
.ecommerce .panier .personnalisation .nom {
    font-size: 1.1em;
	}
.ecommerce .panier .personnalisation .offrir label {
    font-size: 0.8em;
}

}
.ecommerce .panier-vide {
	text-align: center;
	font-size: 1.4em;
	padding-top: 30px;
	}

.ecommerce #bloc_connexion {
	max-width: 590px;
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	}
.ecommerce #bloc_connexion.formulaire {
	padding: 50px 20px 0 20px;
	border: 1px solid #c7c8ca;
	border-radius: 7px;
	}
.ecommerce #bloc_connexion form {
	max-width: 340px;
	width: 100%;
	margin: 0 auto;
	}
.ecommerce #bloc_connexion p{
	border-top: 1px solid #c7c8ca;
	padding: 25px 0;
	text-align:center;
	}
.ecommerce #bloc_connexion .txt{
	text-align:center;
	font-size: 1em;
	}
.ecommerce #bloc_connexion input[type="submit"]{
	margin: 50px auto 50px auto;
	}
	
/** MOYEN DE PAIEMENT **/

div.ecommerce .moyen-paiement {
	display:inline-block;
	width:40%;
	border:1px solid #f3f4f4;
	border-radius:10px;
	margin-left:15px;
	margin-right:15px;
}

div.ecommerce .moyen-paiement p {
	text-align:center;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	margin-top:30px;
	padding-bottom:60px;
}

div.ecommerce .moyen-paiement .cb[type="submit"] {
	background-image:url(https://admin.vikings-casinos.fr/modules/catalogue/frontend/img/paiement-cb.jpg);
}

div.ecommerce .moyen-paiement input[type="submit"] {
	border:none;
	border-radius:0px;
	width:110px;
	height:110px;
	background-repeat:no-repeat;
	margin:0px;
	background-color:transparent;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:76px;
}	

/* MODULE BIBLIOTHEQUE DE MEDIAS */
/** Masonry **/

.gridmasonry-sizer,
.gridmasonry-item { 
	width: 29.3333333333333%; 
	max-width:350px; 
	margin: 0 2% 4%;
	/*border:5px solid  #ededee;*/
	opacity: 0;
}

.is-showing-items .gridmasonry-item {
	opacity: 1;
}

.gridmasonry-item img { width: 100%;  }
.gridmasonry-item a {display:block;}
@media screen and (max-width: 640px) {
.gridmasonry-sizer, .gridmasonry-item { width: 46%; max-width:350px; margin: 0 2% 4%; }
}
.gridmasonry-item a span:first-child {
	position: relative;
	display: block;
	}
.gridmasonry-item a span:last-child {
    /*position: absolute;
    bottom: 10px;
    left: 20px;*/
    color: #333a42;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 1.143em;
	line-height: 16px;
	margin-top:14px;
	display: block;
	
	}
.gridmasonry-item a span em {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	vertical-align:middle;
	background-color: rgba(0, 0, 0, 0.45);
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #fff;
	font-size: 1.71em;
	font-weight: 200;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-style: normal;
	z-index: 900;
	}

/* MODULE GESTION DE CONTENU */
/* CSS Document */
.clemiss [id*="bloc_"] .centre {

	}
[id*="bloc_"].iframe iframe {
	width: 100%;
	font-size: 0px;
	}
[id*="bloc_"].iframe  {
	font-size: 0px;
	}
/*Bloc photo*/
.both {
	clear: both;
	}
div.image.right {
	width: 50%;
	float: right;
	margin: 10px 0 20px 60px;
	}
.deuxtiers div.image.right {
	width: 35%;
	}
div.image.left {
	float: left;
	margin: 10px 60px 20px 0;
	}
@media screen and (max-width: 875px) {
div.image.right  {
	width: 300px;
	height: auto;
	margin: 10px 0 20px 40px;
	}
div.image.left {
	width: 300px;
	height: auto;
	margin: 10px 40px 20px 0;
	}
.deuxtiers div.image.right {
	width: 300px;
	}
 }
@media screen and (max-width: 680px) {
div.image.right  {
	width: 250px;
	margin: 10px 0 10px 20px;
	}
div.image.left {
	width: 250px;
	margin: 10px 20px 10px 0;
	}
.deuxtiers div.image.right {
	width: 250px;
	}
 }
@media screen and (max-width: 500px) {
div.image.right  {
	width: 175px;
	margin: 10px 0 5px 10px;
	}
div.image.left{
	width: 175px;
	margin: 10px 10px 5px 0;
	}
.deuxtiers div.image.right {
	width: 175px;
	}
 }
@media screen and (max-width: 420px) {
div.image.right  {
	width: 100%;
	margin: 10px 0;
	float: none;
	}
div.image.left {
	width: 100%;
	margin: 10px 0;
	float: none;
	}
.deuxtiers div.image.right {
	width: 100%;
	}
 }
div.image {
	position: relative;
	}
div.image img{
	width: 100%;
	height: 100%;
	/*border: 1px solid #c7c8ca;
	border-radius: 5px;*/
	}
div.image em{
	width: 100%;
	min-height: 40px;
	padding-top: 7px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/*background-image: linear-gradient(to top, rgba(36, 102, 102, 0.9), transparent);*/
	text-align: center;
	color: #fff;
	font-style: normal;
	font-family: 'Rokkitt', serif;
	font-size: 1.2em;
	font-weight: 400;
	}



/*Encart fichier*/
.texte.fichiers {
	background-color: #f3f4f4;
	padding: 60px 0 30px;
	}
.texte.fichiers ul {
	margin: 0 0 0 0;
	text-align:center;

	}
.texte.fichiers li {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 30px 15px; 
	}
 	
	
/*ModÃ¨les*/

/*faq m13*/
.m13 [id*="bloc_"] h2 {
	color: #231f20;
	text-align:left;
	padding: 15px 0;
	font-weight: 500;
	font-size: 1.28em;
	text-transform:none;
	position:relative;
	}
.m13 .centre > [id*="bloc_"]  {
	border-bottom: 1px solid #c7c8ca;
	padding: 0 0 0 0;
	}
.m13 [id*="bloc_"] h2:before {
	content:'';
	color:#fff;
	padding: 4px 0 0 4px;
	text-align:center;
	font-size: 28px;
	font-weight: 300;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 15px;
	right: 15px;
	background-color: #c7c8ca;
	border-radius: 50%;
	cursor:pointer;
	}
.m13 [id*="bloc_"] h2:after {
	content:'+';
	color:#fff;
	font-size: 28px;
	font-weight: 300;
	position: absolute;
	top: 10px;
	right: 21px;
	cursor:pointer;
	}
.m13 [id*="bloc_"].on h2:before {
	background-color: #076633;
	cursor:pointer;
	}
.m13 [id*="bloc_"].on h2:after {
	content:'';
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 27px;
	right: 21px;
	cursor:pointer;
	}
	
/*BibliothÃ¨que de style*/

/* MODULE FORMULAIRE */
/* CSS Document */
#ps {
	position:relative;
}

.pass {
	position:absolute;
	right:0;
}

#ps_confirm {
	position:relative;
}

#pass_confirm {
	position:absolute;
	right:0;
}

.required.erreur:focus, .required.erreur {
	border: 1px solid #ff0000;
	
	}
input + div.erreur, textarea + div.erreur , li div.erreur, div div.erreur {
	background: url(/images/icones/icone-alerte_formulaire.png) no-repeat 10px top;
	/*height: 20px;*/
	line-height: 20px;
	vertical-align:text-bottom;
	text-align:left;
	padding-left: 30px;
	font-weight: 400;
	font-size: 0.80em;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	margin-top: 1px;
	}
#contact_rgpd.checkbox.erreur {
	border: 1px solid #ff0000;
	}
#rgpd-erreur {
	font-size: 1em;
	}


.formulaire div.confirmation {
	text-align: center;
}

.formulaire {
	color: #121f27;
	}
.formulaire.cms {
	background-color: #e9e9e9;
	}
.formulaire.cms h2{
	padding: 60px 0 50px;
	text-align:center;
	}


.formulaire input[type=submit] {
    color: black;
    text-transform: none;
    font-size: 1.28em;
    margin: 20px 0px 40px 0px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    font-weight: 600;
    padding: 8px 50px 8px 50px;
    cursor: pointer;
    border-radius: 25px;
}
.produit .formulaire input[type=submit] {
	padding: 8px 0px 8px 0px;
}

.formulaire p.consentement, .formulaire p.mention{
	font-size: 0.84em;
	max-width: 600px;
	margin: 0 auto;
	line-height: 18px;
	}
.formulaire p.mention{
	padding: 0 0 40px 0;
	text-align:center;
	font-size: 1em;
	}
.formulaire p.mention a{
	font-weight: inherit;
	text-decoration: underline;
	}
.formulaire p.mention a:hover{
	text-decoration: none;
	}

.oc-item.dates {
	text-align: center;
}
#oc-dates {
	margin-bottom:20px;
}
#oc-dates .owl-prev {
    left: -20px;
}

#oc-dates .owl-next {
    right: -20px;
}

/*Ancre formulaire*/
.formulaire {
	position: relative;
	}

.formulaire p.erreur{
	text-align: center;
	}
.formulaire #form {
	position: absolute;
    top: -70px;
}
.texte.contact #form {
	position: absolute;
    top: -200px;
}
/*Formulaires*/


.formulaire input[type="file"] {
	border: 1px solid #000;
	}
.formulaire ul {
	margin-left: 0px;
	}
.formulaire li {
	position: relative;
	vertical-align:middle;
	margin-bottom: 20px;
	list-style:none;
	background: none;
	margin-left: 0px;
	}
.formulaire li label {
	text-align: left;
	display: block;
	font-weight: 600;
	padding-left: 3px;
	}

/*.formulaire li:nth-of-type(2)::after, .formulaire li:nth-of-type(4)::after {
	content: 'Optionnel';
	position: absolute;
	top: 3px;
	right: 0px;
	color: #8c8c8c;
	text-transform:uppercase;
	font-size: 0.75em;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	}*/

@media screen and (min-width: 100px) and (max-width: 480px) {
.texte .formulaire li {
	margin-bottom: 15px;
	}
.texte .formulaire li.titre {
	margin-bottom: 0px;
	}
	}


ol, ul {
    list-style: outside none none;
}
ul.coordonnees {
    width: 100%;
}
/*.radio {
	margin-right: 12px;
	-webkit-box-shadow: inset 0 0 0 1px #bec0c1;
	box-shadow: inset 0 0 0 1px #bec0c1;
	}
.radio:checked {
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3b4584;
}*/
input[type=text], input[type=password], input[type=email], input[type=tel] {
	position:relative;
	width: 100%;
	padding: 0 10px 0 10px;
	border: none;
	border: 1px solid #b1b3b6;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	box-sizing:border-box;
	margin: 0 auto 0 auto;
	background-color: #fff;
	border-radius: 3px;
	}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus {
	outline: none;
	border: 1px solid #0872a4;
 	box-shadow: 1px 1px 12px #ccc;
	}
li.date {
	text-align:left;
	}
select.select_date {
	display:inline-block;
	width:25%;
	}
select:focus {
	outline: none;
	border: 1px solid #0872a4;
	}
textarea:focus {
	outline: none;
	border: 1px solid #0872a4;
	}


.checkbox:checked {
    background-color: #0872a4;
	}



select {
	width: 100%;
	box-sizing:border-box;
	padding: 0 15px 0 15px;
	border: 1px solid #d1d1d1;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	}
input[type=submit]:focus {
	outline-style:none;
	}
select.nowidth {
	width: auto;
}
/*.formulaire select {
	margin-top: 15px;
	}*/
textarea {
	width: 100%;
	height: 200px;
	padding: 15px;
	line-height: 20px;
	box-sizing:border-box;
	margin: 0px auto 10px auto;
	background-color: transparent;
	border: 1px solid #c7c8ca;
	border-radius: 3px;
	color: #000;
	background-color: #fff;
	}
	



form p.erreur,form p.erreur b{
	color: #ff0000;
	font-weight: bold;
	}

	
.texte .alerte p {
	color: #ff0000;
	}
.texte .alerte p b {
	color: #ff0000;
	font-weight: bold;
	}
.texte.contact .grille-2-m li:last-child {
	width: calc(100% - 20px);
	}
.g-recaptcha {
    display: block;
    margin: 15px auto;
    text-align: center;
    width: 225px;
}
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.75);
	transform-origin:0;
	transform:scale(0.75);
	transform-origin:0 0;
	-webkit-transform:scale(0.75);
	transform:scale(0.75);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	}
/*@media screen and (min-width: 900px) and (max-width: 1224px) {
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.60);
	transform-origin:0;
	transform:scale(0.60);
	transform-origin:0 0;
	-webkit-transform:scale(0.60);
	transform:scale(0.60);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	}
.g-recaptcha {
    width: 180px;
}
	 }*/
	
@media screen and (min-width: 768px) and (max-width: 1150px) {
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.60);
	transform-origin:0;
	transform:scale(0.60);
	transform-origin:0 0;
	-webkit-transform:scale(0.60);
	transform:scale(0.60);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	}
.g-recaptcha {
    width: 180px;
}
	 }
	 
	 
@media screen and (min-width: 100px) and (max-width: 350px) {
#rc-imageselect, .g-recaptcha { 
	transform:scale(0.60);
	transform-origin:0;
	transform:scale(0.60);
	transform-origin:0 0;
	-webkit-transform:scale(0.60);
	transform:scale(0.60);
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	}
.g-recaptcha {
    width: 180px;
}
	 }
.formulaire.contact ::-webkit-input-placeholder {color:black; opacity:  1; }
.formulaire.contact ::-moz-placeholder {color:black;  opacity:  1;}
.formulaire.contact input:-moz-placeholder {color:black; opacity:  1;}
.formulaire.contact input:-ms-input-placeholder {color:black; opacity:  1;}

.formulaire ::-webkit-input-placeholder {color:#121f27; opacity:  1; }
.formulaire ::-moz-placeholder {color:#121f27;  opacity:  1;}
.formulaire input:-moz-placeholder {color:#121f27; opacity:  1;}
.formulaire input:-ms-input-placeholder {color:#121f27; opacity:  1;}


	

/*Réservation*/

.texte.reservation form{
	max-width: 700px;
	width: 100%;
	margin: 30px auto 0 auto;
	}
.texte.fiche.reservation form{
	max-width:100%
}


.texte.reservation p.erreur {
	text-align: center;
	}


/* Page Contact*/
.texte.contact.form .centre {
	max-width: 1000px;
	padding-top: 20px;
	
	}


.texte.contact.form li{
	padding-top: 15px;
	}
.texte.contact p.erreur {
	text-align: center;
	}
.texte.contact p.merci {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	}



	
/*popup*/
.scrolloff {
    pointer-events: none;
	}
/*.mdl-textfield {
	padding:0;
	}*/
.popup_formulaire {
	background-color: #fff;
	}
.popup_formulaire h1 {
	text-align: center;
	padding-top: 20px;
	color: #ee7d00;
	font-weight: 400;
	line-height: 24px;
	}
.popup_formulaire ul {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	}
.popup_formulaire ul li:nth-of-type(2n) {
	padding-left: 15px;
	}
.popup_formulaire ul li:nth-of-type(2n-1) {
	padding-right: 15px;
	}
.popup_formulaire ul.grille-2 li:last-child, .popup_formulaire ul.grille-3 li:last-child {
	padding: 0 0 0 0;
	width: 100%;
	}
.popup_formulaire p.erreur {
	text-align: center;
	background-color:#F00;
	color: #fff;
	margin: 0 1px 0 1px;
	}
.popup_formulaire li.civilite {
	padding: 20px 0 0 10px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
	}
.popup_formulaire ul.grille-2 li.cv {
	padding: 20px 0 0 10px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
	}



/*Page contact*/


/*adresse + map*/

.adressemap {
	max-width: 1200px;
	width: 100%;
	margin: 10px auto 50px auto;
	}
.adressemap > li:first-child{
	position:relative;
	width: 30%;
	float: left;
	height: 400px;
	background-color: #f2f2ee;
	padding: 50px 20px 20px 30px;
	text-align:left;
	}
.adressemap > li:first-child i {
	vertical-align: middle;
	margin: -3px 5px 0 0;
	color: #4378b3;
	font-size: 20px;
	}
.adressemap > li:first-child li:nth-of-type(2) {
	/*padding-left: 26px;*/
	margin-bottom: 8px;
	}
.adressemap > li:first-child li.marge {
	padding-left: 25px;
	}
.adressemap > li:first-child li{
	margin-bottom: 12px;
	}
.adressemap > li:first-child li:first-child{
	margin-bottom: 0px;
	}
.adressemap > li:first-child li.twitter:before {
	content:url(/images/icone_twitter_rouge.png);
	margin: 0 4px 0 0;
	}
.adressemap > li:first-child li.facebook:before {
	content:url(/images/icone_facebook_rouge.jpg);
	margin: 0 9px 0 6px;
	}
/*.adressemap > li:first-child::after{
	content: '';
	width: 10px;
	height: 400px;
	position:absolute;
	right: -10px;
	top: 0px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
	}*/
.adressemap > li:nth-last-child(2){
	width: 70%;
	float: left;
	height: 400px;
	}
.adressemap > li:last-child{
	clear: both;
	}
.adressemap iframe{
	width: 100%;
	height: 400px; 
	}

@media screen and (max-width:1024px) {
.adressemap > li:first-child{
	width: calc(280px);
	}
.adressemap > li:nth-last-child(2){
	width: calc(100% - 280px);
	}
}
@media screen and (max-width:640px) {
.adressemap > li:first-child{
	width: 100%;
	height: auto;
	float:inherit;
	padding: 20px 20px 20px 20px;
	text-align:center;
	}
.adressemap > li:nth-last-child(2){
	width: 100%;
	height: 400px;
	float:inherit;
	}
.adressemap > li:first-child::after{
	width: 100%;
	height: 10px;
	right: 0px;
	top: inherit;
	bottom: -10px;
	background-image: linear-gradient(to bottom, rgba(27, 67, 98, 1), transparent);
	}
.adressemap > li:first-child li.marge {
	padding-left: 0;
	}
}

.adressemapbas > li{
	display: inline-block;
	vertical-align:text-top;
	width: 50%;
	padding: 0 0 0 0;
	height: 500px;
	}
.adressemapbas > li iframe{
	width: 100%;
	height: 500px;
	}
.adressemapbas > li:last-child {
	background-color: #1f4490;
	color:#fff;
	}
.adressemapbas > li:last-child h2{
	color:#fff;
	text-align:center;
	padding: 0 0 20px 0;
	}
.adressemapbas > li:last-child li{
	color:#fff;
	text-align:center;
	}
.adressemapbas > li:last-child ul{
	margin: 160px 0 0 0;
	}
@media screen and (max-width:640px) {
.adressemapbas > li{
	width: 100%;
	height: 300px;
	}
.adressemapbas > li:last-child ul{
	margin: 60px auto 0 auto;
	text-align: center;
	}
	}






/*Version Mobile*/
.boutons_vm {
	display: none;
	height: 70px;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: inherit;
    padding: 0 0 0 0;
    z-index: 1000;
	}
.boutons_vm li {
    display: inline-block;
	width: 50%;
	height: 70px;
	vertical-align:text-top;
	}
.boutons_vm li:nth-of-type(1) {
	background: url(/images/icones/ic_email_white.png) no-repeat #c3d202 center center;
	}
.boutons_vm li:nth-of-type(2) {
	background: url(/images/icones/ic_phone_white.png) no-repeat #b6c501 center center;
	}
.boutons_vm li a {
	display: block;
	cursor:pointer;
	width: 100%;
	height: 70px;
	}

@media screen and (max-width:717px) {
body {

	}
.boutons_vm {
	display: block;
	}
	}

/*Fiche*/
.texte.fiche.formulaire .centre {
	max-width: 1000px;
	padding: 30px 0;
	}
.texte.fiche.formulaire p.consentement, .texte.fiche.formulaire p.mention {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	text-align:center;
	padding-bottom: 40px;
	line-height: 16px;
	}
.texte.fiche.formulaire p.mention a {
	text-decoration: underline;
	}
	
/*Bibliotheque*/

.chekbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.chekbox label {
    position: relative;
	padding-left: 40px;
}

.chekbox label:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #c7c8ca;
    top: 4px;
    left: -50px;
    box-sizing: border-box;
    background-color: #fff;
}
.chekbox label:after {
    content: '';
    display: none;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    top: 8px;
    left: -46px;
    box-sizing: border-box;
    background: #c8953c;
}
.chekbox input[type="checkbox"]:checked + label:after {
    display: block;
}
.chekbox li {
	padding-left: 50px;
}
.chekbox li span {
    font-weight: 400;
}
.chekbox li span b {
    font-weight: 700;
}
.texte .chekbox p{
	color: #1d3361;
	font-family: 'Barlow', sans-serif;
	text-transform:uppercase;
	font-size: 1.4em;
	padding: 25px 0;
	font-weight:  700;
}
.chekbox .rgpd{
	padding-top: 25px;
}

/** CONTACT **/
div.contact {
    background: #f8f9f9;
    padding-top: 1px;
}
.contact .icon-phone{
	width:30px;
	height: 30px;
	border-radius: 50%;
	background-color:#0872a4;
	position: absolute;
	right: 85%;
}
.contact .icon-phone::before {
    content: "\f095";
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 1;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
	position: absolute;
	top: 6px;
	left: 7px;
}

.contact .formulaire.colonne500 {
    max-width: 500px;
    border-radius: 10px;
    background-color: white;
	border: 2px solid #c7c8ca;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    justify-content: center;
    align-items: center;
}
.formulaire.colonne500.gauche.margeblochaut {
    max-height: 860px;
}
.texte.contact .formulaire input[type="submit"], 
.texte.extranet.formulaire input[type="submit"] {
    background-color: #fdb913;
    border: none;
	font-size: 1em;
	font-weight: 600;
	text-transform: none;
    color: black;
    line-height: 22.5px;
}


/** MODULE PRESSE **/

ul.module-presse {
	width: 96%;
	margin: 60px auto;
	text-align:left;
	max-width: 790px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 15px;
    padding: 50px 90px;
	}
@media screen and (max-width:767px) {
ul.module-presse {
	margin: 60px auto;
    padding: 30px 30px;
	}

}
ul.module-presse li.article img{
	width: 100%;
	height: 100%;
	}
ul.module-presse li.article {
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 30px;
	}
ul.module-presse li.titre{
	font-size: 16px;
	font-weight: 600;
	color: #7191a6;
	padding: 10px 30px 5px 0;
	}
ul.module-presse li.date_media{
	font-size: 16px;
	font-weight: 400;
	/*background-image:url(/modules/presse/img/fleche-presse-bas.png);
	background-position:center right;
	background-repeat:no-repeat;*/
	padding: 20px 20px 20px 100px;
	cursor: pointer;
	line-height: 24px;
	background-position: 20px center;
	background-repeat:no-repeat;
	border-bottom: 1px solid #c2c2c2;
	}
ul.module-presse li.date_media:nth-last-child(3){
	border-bottom: none;
	}
ul.module-presse li.date_media.presse{
	background-image:url(/modules/presse/img/icon-presse.png);
	}
ul.module-presse li.date_media.audio{
	background-image:url(/modules/presse/img/icon-music.png);
	}
ul.module-presse li.date_media.video{
	background-image:url(/modules/presse/img/icon-video.png);
	}	
ul.module-presse li.date_media a { 	
	font-size: 16px;
	font-weight: 400;
	display:block;
}


.actualite hr {
	margin:10px 0;
	border-top: 1px solid #7191a6;
}

/*bloc-videos*/
#bloc-videos  {
	padding-bottom: 100px;
	}
#bloc-videos .video {
	display: inline-block;
	vertical-align:text-top;
	width: calc(100% - 350px);
	height: auto;
	padding-right: 60px;
	}
#bloc-videos .video.liste {
	width: 350px;
	padding-right: inherit;
	}
#bloc-videos .video h2{
	padding: 25px 0 25px 0; 
	font-size: 1.71em;
	color:#414042;
	}
#bloc-videos .video.liste a{
	display:block;
	height: 94px;
	background: url(/images/vignette_video_liste.jpg) left no-repeat rgba(41, 39, 40, 0.1);
	padding: 10px 5px 0 180px;
	font-weight: 600;
	margin-bottom: 25px;
	}

.mediacolonne .grid-4-small-2 p {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding: 0;
    line-height: normal;
}

.mediacolonne .grid-4-small-2 a {
    color: #626665;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

.mediacolonne .grid-4-small-2 img {
    border: 1px solid #a5a5a5;
    height: 283px;
    margin-bottom: 10px;
}

.mediacolonne .grid-4-small-2 div {
	margin-bottom: 47px;
}



