img {
	max-width: 100%;
}
 .imgPrinc {
    margin: auto;
    position: relative;
    max-height: 100%;
    max-width: 100%;
 
}
a.VoirPlus:hover:after {
    background: #34a793;
}
a.VoirPlus {
    color: #fff;
    text-decoration: none;
}
a.NomProduits {
    text-decoration: none;
}
 a.VoirPlus:hover {
    color: #34a793;
}
 .RepeaterProduits{display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-align: center;-webkit-align-items: center;-webkit-box-align: center;align-items: center;flex-direction: column;vertical-align: middle;padding-bottom: 20px;text-align: center;background: #ecebeb;font-family: 'Open Sans', sans-serif !important;}
 .BlockFigure {
    margin: 0;
    padding: 0;
    /* height: 400px; */
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    /* border: 1px solid #d9d9d9; */
    /* line-height: 400px; */
    vertical-align: middle;
    width: 100%;
    /* padding-bottom: 20px; */
}

 .RepeaterProduits:hover .BlockFigcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
}

 .BlockFigcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
            	top: -100%;
	background: rgba(0,0,0,.60);
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
    justify-content: center;
    -webkit-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -moz-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    -o-transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.5s cubic-bezier(0.86,0,0.07,1);
    transform: translatex(107%);
}

 
 .BlockFigcaption a:after {
content: '';
    position: absolute;
    top: calc(50% + 9px);
    right: 35%;
    width: 30%;
    height: 2px;
    background: #fff;
    -webkit-transition: .35s;
    transition: .35s;
    z-index: 0;
}

 .VoirPlus {
    color: #fff;
    /* font-family: 'Roboto', sans-serif !important; */
    text-decoration: none;
    margin: auto;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    line-height: 23px;
    position:relative;
    height: 100%;
    line-height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    width: 100%;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

 .BlockFigcaption  a:hover {
 
}

 .DisplayClassProduit{
    display: flex;
    flex-wrap: wrap;
}

 .NomProduits {
    color: #34a793;
    font-size: 15px;
    width: 100%;
    position: relative;
    display: block;
    font-weight: 700;
    margin-top: 40px;
    padding: 0px 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    /* font-weight: 500; */
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
}
 .NomProduits:hover {
    color: #009642;
}

@media screen and (max-width:767px) {
.TitreMaladieFrequente{
    font-size: 3em !important;
}
 .BlockFigure:hover .BlockFigcaption{display:none !important;
}
}
@media screen and (min-width:768px)  {
 .RepeaterProduits{cursor:pointer;}
 .RepeaterProduits:hover   .NomProduits {
    color: #000;
}
 
}
.TitreMaladieFrequente{
    color: #000000;
    font-size: 6em;
    font-family: 'Bauhaus Md BT';
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.TitreMaladieFrequente span{
  color:#209e88;
}
.bxslider_MaladieFrequente {
    display: flex;
    flex-wrap: wrap;
}
.MaladieFrequentes{
margin-bottom:14vh;
}

.NomProduits:before{
    content:"";
    position: absolute;
    top: -180px;
    left: 50%;
    width: 1px;
    height: 145px;
    z-index:99;
    background: rgba(214,214,214,1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: -webkit-transform .8s .4s cubic-bezier(.645,.045,.355,1);
    transition: transform .8s .4s cubic-bezier(.645,.045,.355,1);
    transition: transform .8s .4s cubic-bezier(.645,.045,.355,1),-webkit-transform .8s .4s cubic-bezier(.645,.045,.355,1);
}

.NomProduits:after{
    content: '';
    position: absolute;
    top: -25px;
    left: calc(50% - 4px);
    width: 9px;
    height: 9px;
    background: #ecebeb;
    border: 2px solid #34a793;
    border-radius: 5px;
    transition: -webkit-transform .4s 1.1s cubic-bezier(.645,.045,.355,1);
    transition: transform .4s 1.1s cubic-bezier(.645,.045,.355,1);
    transition: transform .4s 1.1s cubic-bezier(.645,.045,.355,1),-webkit-transform .4s 1.1s cubic-bezier(.645,.045,.355,1);
}
.NomProduits {position:relative;}
.FrameNomProduits {
    display: block;
    clear: both;
    width: 100%;
    background: #ecebeb;

    margin-top: -2px;
}
@media screen and (min-width:768px)    and (max-width:992px) {
 .TitreMaladieFrequente {
    font-size: 4.5em;

}
 
}












