#galerie {
	background-color: #ededee;
	padding: 80px 0 140px;
	}

#bandeau_defilant {
	position:relative;
	width: 730px;
}
.texte.photo #bandeau_defilant {

}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.texte.photo .jcarousel {
	width:83%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#bandeau_defilant .jcarousel li {
	display:block;
    float: left;
	text-align: center;
	margin-right: 30px;
	position: relative;
	color: #686f76;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	width: 700px;
	height: auto;
}



.texte.photo .jcarousel li a:hover{
	border: none;
}
.jcarousel li img{
	width: 93%;
	height: auto;
}
.jcarousel li span {
	display: block;
	color: #414042;
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	width: 100%;
	z-index:1000;
	padding-top: 20px;
}
 @media screen and (max-width:880px) {
#bandeau_defilant {
	width: 530px;
}
#bandeau_defilant .jcarousel li {
	width: 500px;
}
 }
  @media screen and (max-width:660px) {
#bandeau_defilant {
	width: 350px;
}
#bandeau_defilant .jcarousel li {
	width: 320px;
}
 }
  @media screen and (max-width:480px) {
#bandeau_defilant {
	width: 250px;
}
#bandeau_defilant .jcarousel li {
	width: 220px;
}
 }
/****** texte au passage de la souris *******/
/*
.jcarousel li a span {
	display: none;

}
.jcarousel li a:hover span {
	display:block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 370px;
	height: 280px;
	background:url(/images/loupe_span_exemple.png) no-repeat rgba(45, 45, 45, 0.8) center 80%;
	color: #fff;
	padding: 30px 15px 0 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.jcarousel li a:hover span b{
	display: block;
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.jcarousel li a:hover span b:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color:#797d81;
}

*/
/********************Photo à gauche et texte à droite************************/
#bandeau_defilant.txt_droite {
	max-width: 780px;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0 20px;
	}
#bandeau_defilant.txt_droite li p:first-child {
	display:inline-block;
	width: 270px;
	border: 1px solid #d1d3d4;
	padding: 10px; 
	vertical-align: text-top;
	}
#bandeau_defilant.txt_droite li img{
	width: 100%;
	height: auto;
	}
#bandeau_defilant.txt_droite li p:last-child {
	display:inline-block;
	width: 440px;
	vertical-align: text-top;
	text-align:left;
	padding: 0 15px 0 20px;
	}
#bandeau_defilant.txt_droite li p  {
    color: #1c1d21;
	}
#bandeau_defilant.txt_droite li p b {
    font-weight: 700;
	display:block;
	font-size: 1.5em;
	}
#bandeau_defilant.txt_droite li p span {
    font-weight: 400;
	color: #6d6e71;
	font-size: 1.14em;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
	}
#bandeau_defilant.txt_droite li p a {
	text-decoration: none;
	color: #e93f2e;
	}
 @media screen and (max-width:880px) {
#bandeau_defilant.txt_droite li p:first-child {
	display:block;
	width: 270px;
	border: 1px solid #d1d3d4;
	}

#bandeau_defilant.txt_droite li p:last-child {
	display:block;
	width: 270px;
	padding: 0 15px 0 0px;
	}
#bandeau_defilant.txt_droite {
	width: 330px;
}
 }









/*
.jcarousel li a img{
	width: 90%;
	height: 90%;
	margin: 5%;
}
.texte.photo .jcarousel li a img{
	width: 100%;
	height: 100%;
	margin: 0%;
}
.jcarousel li a:hover img{
	width: 99.5%;
	height: 99.5%;
	margin: 0;
}
.texte.photo .jcarousel li a:hover img{
	width: 100%;
	height: 100%;
	margin: 0;
}

.jcarousel li a p.loupe{
	display: none;
	}
.jcarousel li a:hover p.loupe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background:url("/images/loupe.png") no-repeat center center;
	}
.jcarousel li a:hover img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	}

*/




/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
	margin-top: -20px;
    width: 40px;
    height: 40px;
}

.jcarousel-control-prev {
    left: -40px;
}

.jcarousel-control-next {
    right: -40px;
}

  @media screen and (max-width:660px) {
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 120px;
    width: 40px;
    height: 40px;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: -40px;
}
 }
  @media screen and (max-width:480px) {
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 80px;
    width: 40px;
    height: 40px;
}

.jcarousel-control-prev {
    left: -40px;
}

.jcarousel-control-next {
    right: -30px;
}
 }




.texte.photo .jcarousel-control-next {
   background: url(/images/fleche_defil_droite.png);
}
.texte.photo .jcarousel-control-next img{
   display: none;
}
.texte.photo .jcarousel-control-prev {
   background: url(/images/fleche_defil_gauche.png);
}
.texte.photo .jcarousel-control-prev img{
   display: none;
}



.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;

}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
	display: none;
}

/*** SLIDE ARCHIVES MODULE ACTU ***/
#bloc_archives {
	position:relative;
}
#bloc_archives .jcarousel li img{
	height: 260px;
	width: 260px;
}


#bloc_archives .jcarousel-control-prev,
#bloc_archives .jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 103px;
}

/*** SLIDE PRODUITS ASSOCIES MODULE CATALOGUE ***/
#produits_associes {
	position:relative;
	background-color:#ebded0;
	padding:11px 0px 11px 0px;
	/*width:90%;*/
}

#produits_associes .jcarousel {
	width:80%;
}

#produits_associes .jcarousel li {
	height: 95px;
	width: 100px;
}

#produits_associes .jcarousel li {
	margin-right:10px;
}

#produits_associes .jcarousel-control-prev,
#produits_associes .jcarousel-control-next {
    position: absolute;
    top: 20px;
    width: 28px;
    height: 68px;
}


#produits_associes .jcarousel li img{
	height: 95px;
	width: 100px;
}

