.breadcrumbs {
	margin-bottom: 40px;
}
.breadcrumbs ul{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.breadcrumbs ul li{
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
.breadcrumbs ul li a{
	color: #1b1b1b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}
.breadcrumbs ul li a:after{
	font-family: FontAwesome;
    content: "";
	background: url("../images/icon-list-puce.svg") no-repeat left center;
	background-size: 10px 8px;
	vertical-align: middle;
	width: 10px;
	height: 8px;
	display: inline-block;
	color: #3768b4;
	padding: 0 20px 0 0;
	margin-left: 15px;
	font-weight: 200;
}
body.page-veterinary .breadcrumbs ul li a:after{
	background: url("../images/icon-list-puce2.svg") no-repeat left center;
	color: #6bad53;
}
.breadcrumbs ul li:last-child a:after{
	font-family: FontAwesome;
    content: "" !important;
	background: none !important;
}


/***************** START Laboratory styles *************************/
#laboratory-home{
	padding: 0px !important;
}
#banniere-header-page{
	background-repeat: no-repeat;
	background-size: cover;
}
#laboratory-home .box-search{
	max-width: 553px;
	margin: 0 auto;
	background-color: rgba(55, 104, 180, 0.9);
	padding: 36px 40px 40px;
}
#laboratory-home .box-search .title-search{
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 26px;
}
#laboratory-home .box-search .title-search:after {
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 5px;
    margin: 8px auto;
    content: "";
    display: block;
}
#laboratory-home .box-search .champ{
	max-width: 300px;
	width: 100%;
	margin-right: 10px;
	float: left;
}
#laboratory-home .box-search input[type="text"]{
	background: #fff;
}
#laboratory-home .box-search .btn{
	background: #0b4195 url(../images/icon-nav-search.svg) no-repeat 30px center;
	background-size: 22px 22px;
    padding-left: 30px;
    padding-right: 0;
	padding-top: 12px;
    padding-bottom: 12px;
    max-width: 160px;
    width: 100%;
    text-align: center;
}
#laboratory-home .box-search .btn:hover{
	background: #0f206b url(../images/icon-nav-search.svg) no-repeat 30px center;
	background-size: 22px 22px;
}
body.view-gammes-fr-FR #laboratory-home .box-search .btn,
body.view-gammes-fr-FR #veterinary-home .box-search .btn{
	background: #0b4195 url(../images/icon-nav-search.svg) no-repeat 10px center;
	background-size: 22px 22px;
}
body.view-gammes-fr-FR #laboratory-home .box-search .btn:hover,
body.view-gammes-fr-FR #veterinary-home .box-search .btn:hover{
	background: #0f206b url(../images/icon-nav-search.svg) no-repeat 10px center;
	background-size: 22px 22px;
}

body.view-gammes-es-ES #laboratory-home .box-search .btn,
body.view-gammes-es-ES #veterinary-home .box-search .btn{
	background: #0b4195 url(../images/icon-nav-search.svg) no-repeat 15px center;
	background-size: 22px 22px;
}
body.view-gammes-es-ES #laboratory-home .box-search .btn:hover,
body.view-gammes-es-ES #veterinary-home .box-search .btn:hover{
	background: #0f206b url(../images/icon-nav-search.svg) no-repeat 15px center;
	background-size: 22px 22px;
}

@media (max-width: 990px){
	#laboratory-home .box-search .btn{
		padding-left: 65px;
		padding-right: 30px;
		max-width: none;
		width: auto;
		text-align: center;
		background-position: 30px center !important;
	}
}
#laboratory-home .items-laboratory{
	background: #f7f7f7;
	padding: 75px 0 70px;
}
#laboratory-home .items-laboratory .list-items ul, #laboratory-home .items-laboratory .list-items ul li{
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
}
#laboratory-home .items-laboratory .list-items ul li{
	max-width: 260px;
	width: 100%;
	margin: 0;
	padding: 25px 0px 0;
	min-height: 390px;
	float: left;
	border-bottom: 5px #3768b4 solid;
	text-align: center;
	background: #fff;
	position: relative;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#laboratory-home .items-laboratory .list-items ul li .mask-hover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #e8e8e8;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#laboratory-home .items-laboratory .list-items ul li:hover .mask-hover{
	opacity: 0.8;
}
#laboratory-home .items-laboratory .list-items ul li.four{
	margin-right: 0;
}
#laboratory-home .items-laboratory .list-items ul li:hover{
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#laboratory-home .items-laboratory .list-items ul li .img-item{
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
}
#laboratory-home .items-laboratory .list-items ul li:hover .img-item{
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#laboratory-home .items-laboratory .list-items ul li .link{
	opacity: 0;
	position: absolute;
	bottom: 43px;
	width: 100%;
	left: 0;
    right: 0;
    margin: 0 auto;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#laboratory-home .items-laboratory .list-items ul li:hover .link{
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 1;
}
#laboratory-home .items-laboratory .list-items .header{
	min-height: 100px;
	z-index: 999;
    position: relative;
}
#laboratory-home .items-laboratory .list-items .cat{
	color: #171a5b;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
#laboratory-home .items-laboratory .list-items .cat a{
	color: #171a5b;
}
#laboratory-home .items-laboratory .list-items .cat a:hover{
	color: #171a5b;
}
#laboratory-home .items-laboratory .list-items .cat:after {
    background-color: #3768b4;
    width: 30px;
    height: 3px;
    margin: 8px auto;
    content: "";
    display: block;
}
#laboratory-home .items-laboratory .list-items h3{
	color: #171a5b;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	padding-bottom: 10px;
	min-height: 60px;
}

#laboratory-home #bottom-laboratory-page{
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center -170px;
	min-height: 660px;
	position: relative;
	padding: 40px 0 100px;
}
#laboratory-home #bottom-laboratory-page .title-bloc h2{
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	letter-spacing: 1.5px;
}
#laboratory-home #bottom-laboratory-page .infos{
	margin: 50px 0 0;
	max-width: 100%;
	width: 100%;
}
#laboratory-home #bottom-laboratory-page .infos .left, #laboratory-home #bottom-laboratory-page .infos .right{
	max-width: 320px;
	width: 100%;
	min-height: 290px;
	text-align: center;
	padding: 12px 35px 20px;
	margin: 0px;
	border-bottom: 5px #3768b4 solid;
}
#laboratory-home #bottom-laboratory-page .infos .content{
	min-height: 0;
}
#laboratory-home #bottom-laboratory-page .infos .center{
	max-width: 440px;
	width: 100%;
	min-height: 290px;
	padding: 12px 35px 20px;
	border-bottom: 5px #3768b4 solid;
	text-align: center;
	margin: 0 30px;
	position: relative;
}

body.body-it-IT #laboratory-home #bottom-laboratory-page .infos .center,
body.body-it-IT #laboratory-home #bottom-laboratory-page .infos .left,
body.body-it-IT #laboratory-home #bottom-laboratory-page .infos .right,
body.body-es-ES #laboratory-home #bottom-laboratory-page .infos .center,
body.body-es-ES #laboratory-home #bottom-laboratory-page .infos .left,
body.body-es-ES #laboratory-home #bottom-laboratory-page .infos .right{
	min-height: 315px;
}

body.body-it-IT #veterinary-home #bottom-veterinary-page .infos .center,
body.body-it-IT #veterinary-home #bottom-veterinary-page .infos .left,
body.body-it-IT #veterinary-home #bottom-veterinary-page .infos .right,
body.body-es-ES #veterinary-home #bottom-veterinary-page .infos .center,
body.body-es-ES #veterinary-home #bottom-veterinary-page .infos .left,
body.body-es-ES #veterinary-home #bottom-veterinary-page .infos .right{
	min-height: 315px;
}

#laboratory-home #bottom-laboratory-page .infos a.btn{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}
#laboratory-home #bottom-laboratory-page .infos .center a.btn{
	position: absolute;
	bottom: 30px;
	margin: 0;
    left: initial;
	right: 30px !important;
}
#laboratory-home #bottom-laboratory-page .infos .center .custom{
	background: url("../images/map-distributors.svg") no-repeat right top;
}
#laboratory-home #bottom-laboratory-page .infos .center ul{
	margin: 0 0 10px 0;
	padding: 0px;
}
#laboratory-home #bottom-laboratory-page .infos .center ul li{
	display: block;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}
#laboratory-home #bottom-laboratory-page .infos .center ul li a{
	color: #1b1b1b;
}
#laboratory-home #bottom-laboratory-page .infos .center ul li a:hover,
#laboratory-home #bottom-laboratory-page .infos .center ul li.active a{
	color: #0b4195;
	font-weight: 700;
}
#laboratory-home #bottom-laboratory-page .infos h3{
	font-size: 24px;
	font-weight: 600;
	color: #171a5b;
	padding-bottom: 0px;
	margin-top: 20px;
}

@media (max-width:  580px) {
	#laboratory-home .items-laboratory{
		padding: 40px 0 20px;
	}
}

@media (max-width: 990px) {
	#laboratory-home .box-search .champ{
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	#laboratory-home .box-search .button{
		text-align: center;
	}
	#laboratory-home .box-search input[type="text"]{
		max-width: 100%;
		margin-bottom: 15px;
	}
}

@media (min-width:  480px) and (max-width: 1200px) {
	#laboratory-home .items-laboratory .list-items ul li{
		max-width: 46%;
		margin: 0;
		float: left;
		min-height: 400px;
	}
}

@media (min-width:  600px) and (max-width: 1200px) {
	#laboratory-home #bottom-laboratory-page .infos .left, #laboratory-home #bottom-laboratory-page .infos .right{
		max-width: 28% !important;
		width: 100% !important;
		min-height: 310px !important;
		padding: 12px 15px 20px !important;
		float: left;
		margin: 0px !important;
	}
	#laboratory-home #bottom-laboratory-page .infos .center{
		max-width: 40% !important;
		width: 100% !important;
		min-height: 310px !important;
		margin: 0px 2% !important;
		padding: 12px 15px 20px !important;
		float: left;
	}
	#laboratory-home #bottom-laboratory-page .infos .center a.btn{
		left: 15px !important;
		right: 15px !important;
		padding: 8px 10px;
		width: auto;
		max-width: none;
	}
	#laboratory-home #bottom-laboratory-page .infos a.btn {
		left: 15px;
		right: 15px;
		width: auto;
		max-width: none;
		padding: 8px 10px;
	}
}
@media (max-width:  900px) {
	#laboratory-home #bottom-laboratory-page .infos h3{
		line-height: 28px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
}
@media (max-width:  600px) {
	#laboratory-home #bottom-laboratory-page .infos a.btn{
		position: relative;
		bottom: 0px;
		margin: 10px auto 0;
	}
	#laboratory-home #bottom-laboratory-page .infos .center a.btn{
		position: relative;
		bottom: 0px;
		margin: 10px auto 0;
		left: 0px;
		right: 0px;
	}
}
@media (max-width:  990px) {
	#laboratory-home #bottom-laboratory-page .infos .left, #laboratory-home #bottom-laboratory-page .infos .right{
		max-width: 100%;
		width: 100%;
		min-height: auto;
		padding: 20px;
	}
	#laboratory-home #bottom-laboratory-page .infos .content{
		min-height: auto;
	}
	#laboratory-home #bottom-laboratory-page .infos .center{
		max-width: 100%;
		width: 100%;
		min-height: auto;
		margin: 10px 0;
		padding: 20px;
	}
}
@media (max-width:  480px) {
	#laboratory-home .items-laboratory .list-items ul {
		margin: 0 0 30px;
	}
	#laboratory-home .items-laboratory .list-items ul li{
		max-width: 100%;
		margin: 0;
	}
	#laboratory-home #bottom-laboratory-page .title-bloc h2{
		font-size: 26px !important;
		line-height: 30px !important;
	}
	#laboratory-home #bottom-laboratory-page .infos h3{
		padding-bottom: 15px;
	}
}

/***************** END Laboratory styles *************************/

/***************** START veterinary styles *************************/
#veterinary-home{
	padding: 0px !important;
}
#banniere-header-page{
	background-repeat: no-repeat;
	background-size: cover;
}
#veterinary-home .box-search{
	max-width: 553px;
	margin: 0 auto;
	background-color: rgba(107, 173, 83, 0.9);
	padding: 36px 40px 40px;
}
#veterinary-home .box-search .title-search{
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 26px;
}
#veterinary-home .box-search .title-search:after {
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 5px;
    margin: 8px auto;
    content: "";
    display: block;
}
#veterinary-home .box-search .champ{
	max-width: 300px;
	width: 100%;
	margin-right: 10px;
	float: left;
}
#veterinary-home .box-search input[type="text"]{
	background: #fff;
}
#veterinary-home .box-search .btn{
	background: #0b4195 url(../images/icon-nav-search.svg) no-repeat 30px center;
	background-size: 22px 22px;
    padding-left: 30px;
    padding-right: 0;
	padding-top: 12px;
    padding-bottom: 12px;
    max-width: 160px;
    width: 100%;
    text-align: center;
}
#veterinary-home .box-search .btn:hover{
	background: #0f206b url(../images/icon-nav-search.svg) no-repeat 30px center;
	background-size: 22px 22px;
}
#veterinary-home .items-veterinary{
	background: #f7f7f7;
	padding: 75px 0 70px;
}
#veterinary-home .items-veterinary .list-items ul, #veterinary-home .items-veterinary .list-items ul li{
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
}
#veterinary-home .items-veterinary .list-items ul,
#laboratory-home .items-laboratory .list-items ul{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 30px;
}
#veterinary-home .items-veterinary .list-items ul li{
	max-width: 260px;
	width: 100%;
	float: left;
	margin: 0;
	padding: 25px 5px;
	min-height: 390px;
	border-bottom: 5px #6bad53 solid;
	text-align: center;
	background: #fff;
	position: relative;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#veterinary-home .items-veterinary .list-items ul li .mask-hover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #e8e8e8;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#veterinary-home .items-veterinary .list-items ul li:hover .mask-hover{
	opacity: 0.8;
}
#veterinary-home .items-veterinary .list-items ul li.four{
	margin-right: 0;
}
#veterinary-home .items-veterinary .list-items ul li:hover{
	/*background: #6bad53;*/
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
/*#veterinary-home .items-veterinary .list-items ul li a:hover {
	background: #3768b4;
}*/
#veterinary-home .items-veterinary .list-items ul li .img-item{
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	opacity: 1;
}
#veterinary-home .items-veterinary .list-items ul li .img-item img,
#laboratory-home .items-laboratory .list-items ul li .img-item img{
	max-height: 200px;
	width:auto;
}
#veterinary-home .items-veterinary .list-items ul li:hover .img-item{
	-webkit-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#veterinary-home .items-veterinary .list-items ul li .link{
	opacity: 0;
	position: absolute;
	bottom: 43px;
	width: 100%;
	left: 0;
    right: 0;
    margin: 0 auto;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#veterinary-home .items-veterinary .list-items ul li:hover .link{
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 1;
}
#veterinary-home .items-veterinary .list-items .header{
	min-height: 100px;
	z-index: 99999;
    position: relative;
}
#veterinary-home .items-veterinary .list-items .cat{
	color: #171a5b;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
#veterinary-home .items-veterinary .list-items .cat a{
	color: #171a5b;
}
#veterinary-home .items-veterinary .list-items .cat a:hover{
	color: #171a5b;
}
#veterinary-home .items-veterinary .list-items .cat:after {
    background-color: #6bad53;
    width: 30px;
    height: 3px;
    margin: 8px auto;
    content: "";
    display: block;
}
#veterinary-home .items-veterinary .list-items h3{
	color: #171a5b;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	padding-bottom: 10px;
	min-height: 60px;
}
#veterinary-home .items-veterinary .list-items ul li:hover h3,
#veterinary-home .items-veterinary .list-items ul li:hover .cat{
	color: #171a5b;
}
#veterinary-home .items-veterinary .list-items ul li:hover .cat:after{
	background-color: #6bad53;
}



#veterinary-home #bottom-veterinary-page{
	background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -170px;
	min-height: 660px;
	position: relative;
    padding: 40px 0 100px;
}
#veterinary-home #bottom-veterinary-page .title-bloc h2{
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	letter-spacing: 1.5px;
}
#veterinary-home #bottom-veterinary-page .infos{
	margin: 50px auto 0;
	max-width: 790px;
	width: 100%;
}
#veterinary-home #bottom-veterinary-page .infos .left{
	max-width: 320px;
	width: 100%;
	min-height: 290px;
	text-align: center;
	padding: 12px 35px 20px;
	margin: 0px;
	border-bottom: 5px #6bad53 solid;
}
#veterinary-home #bottom-veterinary-page .infos .content{
	min-height: 0;
}
#veterinary-home #bottom-veterinary-page .infos .center{
	max-width: 440px;
	width: 100%;
	min-height: 290px;
	padding: 12px 35px 20px;
	border-bottom: 5px #6bad53 solid;
	text-align: center;
	margin: 0 0 0 30px;
	position: relative;
}
#veterinary-home #bottom-veterinary-page .infos a.btn{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
}
#veterinary-home #bottom-veterinary-page .infos .center a.btn{
	position: absolute;
	bottom: 30px;
	margin: 0;
    left: initial;
	right: 30px !important;
}
#veterinary-home #bottom-veterinary-page .infos .center .custom{
	background: url("../images/map-distributors.svg") no-repeat right top;
}
#veterinary-home #bottom-veterinary-page .infos .center ul{
	margin: 0 0 10px 0;
	padding: 0px;
}
#veterinary-home #bottom-veterinary-page .infos .center ul li{
	display: block;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
}
#veterinary-home #bottom-veterinary-page .infos .center ul li a{
	color: #1b1b1b;
}
#veterinary-home #bottom-veterinary-page .infos .center ul li a:hover,
#veterinary-home #bottom-veterinary-page .infos .center ul li.active a{
	color: #498a32;
	font-weight: 700;
}
#veterinary-home #bottom-veterinary-page .infos h3{
	font-size: 24px;
	font-weight: 600;
	color: #171a5b;
	padding-bottom: 0px;
	margin-top: 20px;
}

@media (max-width: 600px) {
	#veterinary-home #bottom-veterinary-page .infos a.btn{
		position: relative;
		bottom: 0px;
		margin: 10px auto 0;
	}
	#veterinary-home #bottom-veterinary-page .infos .center a.btn{
		position: relative;
		bottom: 0px;
		margin: 10px auto 0;
		left: 0px;
		right: 0px;
	}
}
@media (max-width:  580px) {
	#veterinary-home .items-veterinary{
		padding: 40px 0 20px;
	}
}

@media (max-width: 990px) {
	#veterinary-home .box-search .champ{
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	#veterinary-home .box-search .button{
		text-align: center;
	}
	#veterinary-home .box-search input[type="text"]{
		max-width: 100%;
		margin-bottom: 15px;
	}
}

@media (min-width:  480px) and (max-width: 1200px) {
	#veterinary-home .items-veterinary .list-items ul li{
		max-width: 46%;
		margin: 0;
	}
}

@media (min-width: 600px) and (max-width: 1200px) {
	#veterinary-home #bottom-veterinary-page .infos .left, #veterinary-home #bottom-veterinary-page .infos .right{
		max-width: 40% !important;
		width: 100% !important;
		min-height: 290px !important;
		float: left;
	}
	#veterinary-home #bottom-veterinary-page .infos .center{
		max-width: 56% !important;
		width: 100% !important;
		min-height: 290px !important;
		margin: 0px 2% !important;
		float: left;
	}
}
@media (max-width:  990px) {
	#veterinary-home #bottom-veterinary-page .infos h3 {
		line-height: 28px;
		margin-bottom: 10px;
		margin-top: 0px;
	}
}
@media (max-width:  990px) {
	#veterinary-home #bottom-veterinary-page .infos .left, #veterinary-home #bottom-veterinary-page .infos .right{
		max-width: 100%;
		width: 100%;
		min-height: auto;
		padding: 20px;
	}
	#veterinary-home #bottom-veterinary-page .infos .content{
		min-height: auto;
	}
	#veterinary-home #bottom-veterinary-page .infos .center{
		max-width: 100%;
		width: 100%;
		min-height: auto;
		margin: 10px 0;
		padding: 20px;
	}
}
@media (max-width:  480px) {
	#veterinary-home .items-laboratory .list-items ul li{
		max-width: 100%;
		margin: 0 0 30px;
	}
	#veterinary-home #bottom-veterinary-page .title-bloc h2{
		font-size: 26px !important;
		line-height: 30px !important;
	}
	#veterinary-home #bottom-veterinary-page .infos h3{
		padding-bottom: 15px;
	}
}

@media (max-width: 480px) {
	#banniere-header-page{
		padding: 100px 0 0;
	}
	#veterinary-home .box-search{
		padding: 20px 15px;
	}
	/*#veterinary-home .box-search .btn{
		max-width: 100%;
		margin: 20px 0 0;
	}*/
	#veterinary-home .items-veterinary .list-items ul {
		margin: 0 0 30px 0;
	}
	#veterinary-home .items-veterinary .list-items ul li{
		max-width: 100%;
		margin: 0;
	}
	#veterinary-home #bottom-veterinary-page .infos .center{
		margin: 20px 0;
	}
}

/***************** END veterinary styles *************************/

/***************** START Product styles *************************/
#product .title-page{
	margin: 35px 0 0;
	position: relative;
}
#product h1.title-module, #product h2.title-module{
	margin-bottom: 40px;
	margin-top: 0px;
}
#product h1.title-module{
	font-size: 36px;
	line-height: 56px;
}
#product h2.title-module{
	font-size: 30px;
	line-height: 40px;
}
#product .box-top, #product .box-bottom{
	float: left;
	width: 100%;
}
#product .box-top{
	padding-bottom: 6px;
	border-bottom: 7px #f4f4f4 solid;
}
#product .box-bottom{
	padding-top: 55px;
}
#product .img-product{
	max-width: 295px;
	float: left;
	width: 100%;
}
#product .img-product .thumb-img{
	width: 295px;
    position: relative;
    height: 57px;
    margin: 20px 0 0;
}
#product .img-product .thumb-img .owl-stage-outer{
    height: 57px;
}
@media (min-width:  1200px) {
	#product .left-product{
		max-width: 820px;
		margin-top: 10px;
	}
}
#product .description-product{
	max-width: 495px;
	float: right;
	width: 100%;
}
#product .description-product h4.panel-title{
	margin-bottom: 0 !important;
	margin-top: 0px !important;
}
#product .cadre{
	max-width: 295px;
	position: relative;
    position: relative;
    width: 100%;
    height: 295px;
    overflow: hidden;
}
body.page-laboratory #product .cadre{
	border: 1px solid #3768b4;
}
body.page-veterinary #product .cadre{
	border: 1px solid #498a32;
}
#product .zoom{
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 9px;
	top: 9px;
	z-index: 999;
	cursor: pointer;
}
body.page-laboratory #product .zoom{
	background: url("../images/icon-product-zoom.svg") no-repeat;
	background-size: 26px 26px;
}
body.page-veterinary #product .zoom{
	background: url("../images/icon-product-zoom-vet.svg") no-repeat;
	background-size: 26px 26px;
}

#product .pack{
	/*position: absolute;
	top: -1px;
	width: 100%;
	text-align: center;
	z-index: 99*/
}

#product .pack span{
	background: #b2b2b2;
	color: #fff;
	min-width: 70px;
	min-height: 20px;
	text-align: center;
	font-size: 11px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding-right: 5px ;
	padding-left: 5px ;
}


#product .rectangle{
	background: #3768b4 url("../images/icon-product-360.svg") no-repeat center center;
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 999
}
#product .thumb-img .slider{
	margin: 0;
	padding: 0px;
	border: 1px solid #3768b4;
	border-left: none !important;
	/*border-right: none !important;*/
	float: left;
	width: auto;
	min-width: 100px;
	max-width: 100%;
	height: 57px !important;
}
body.page-laboratory #product .thumb-img .slider{
	border: 1px solid #3768b4;
}
body.page-veterinary #product .thumb-img .slider{
	border: 1px solid #498a32;
}

#product .thumb-img .slider.ondrag {
	border-left: 1px solid #3768b4;
}
#product .thumb-img .slider .item{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 97px;
	float: left;
	cursor: pointer;
}
/*#product .thumb-img .slider .owl-stage{
	width: 100%!important;
}*/
#product .img-product .thumb-img.thumb-img-margin .slider .owl-stage{
	width: 100%!important;
}
#product .thumb-img .slider .owl-item{
	width: 98px !important;
}
#product .thumb-img .slider .item{
	width: 98px !important;
	border-left: 1px solid #3768b4;
}
#product .thumb-img .slider.owl-carousel.slider-3img .owl-stage{
	width: 100% !important;
}
/*body.page-laboratory #product .thumb-img .slider .owl-item:last-child{
	border-right: 1px solid #3768b4;
}
body.page-veterinary #product .thumb-img .slider .owl-item:last-child{
	border-right: 1px solid #498a32;
}*/
body.page-veterinary #product .thumb-img .slider .item{
	border-left: 1px solid #498a32;
}
#product .thumb-img .owl-carousel .owl-dots {
	position: absolute;
	bottom: -52px;
	left: 30px;
	right: 30px;
	text-align: center;
}
#product .thumb-img .owl-carousel .owl-dot {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #dedede;
	display: inline-block;
	margin: 0 7px;
}
#product .thumb-img .owl-carousel .owl-dot.active {
	background: #0b4195;
}
body.page-veterinary #product .thumb-img .owl-carousel .owl-dot.active {
	background: #498a32;
}
#product .nav-img{
	float: left;
	width: 100%;
	margin: 25px 0;
}
#product .thumb-img-margin{
	margin-bottom: 25px !important;
	overflow: hidden;
}
#product .nav-img .prev{
	float: left;
}
#product .nav-img .next{
	float: right;
}
#product .nav-img .prev, #product .nav-img .next{
	display: inline-block;
	width: 18px;
	height: 28px;
	cursor: pointer;
}
#product .nav-img .bullets{
	max-width: 255px;
	text-align: center;
	width: 100%;
	float: left;
}
#product .btns{
	float: left;
	width: 100%;
	margin: 5px 0 0;
}
#product .btns a.btn{
	font-size: 14px;
	font-weight: 500;
	padding-left: 20px;
	width: 100%;
	text-align: left;
}
.description-product ul,
.description-product ol {
	margin: 5px 0 10px;
	padding: 0 !important;
}
.description-product ul li,
.description-product ol li {
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 24px;
	position: relative;
}
.description-product ul li:before,
.description-product ol li:before {
	display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
body.page-laboratory .description-product ul li:before,
body.page-laboratory .description-product ol li:before {
	background: #3768b4;
	/*background: url("../images/icon-list-puce.svg") no-repeat left center;*/
}
body.page-veterinary .description-product ul li:before,
body.page-veterinary .description-product ol li:before {
	background: #498a32;
	/*background: url("../images/icon-list-puce2.svg") no-repeat left center;*/
}
.description-product .all-models{
	float: left;
	width: 100%;
	line-height: 26px;
	padding-bottom: 12px;
}
.description-product .model{
	max-width: 122px;
	float: left;
	width: 100%;
}
.description-product .all-icons{
	float: left;
	width: 100%;
	padding-top: 10px;
}
.description-product .all-icons span{
	padding-right: 12px;
}
#product .right-product {
	max-width: 285px;
	float: right;
	width: 100%;
	padding: 0px;
}
/*@media (min-width:  1200px) {
	#product .right-product {
		max-width: 260px;
		float: right;
		width: 100%;
		padding: 0px;
	}
}*/
#product .right-product .box-right{
	margin-bottom: 40px;
}
#product .right-product h3{
	font-weight: 700;
	font-size: 22px;
	border-bottom: 5px #3768b4 solid;
	padding: 0px;
	margin: 0px;
}
body.page-veterinary #product .right-product h3{
	border-bottom: 5px #6bad53 solid;
}
#product .right-product ul, #product .right-product ul li{
	display: block;
	margin: 0px;
	padding: 0px;
}
#product .right-product ul li span.img-prod{
	float: left;
	max-width: 90px;
}
#product .right-product ul li span.name{
	height: 90px;
	line-height: 18px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: left;
}

#product .right-product ul li span em
{
	display:contents;
}
#product .right-product ul li{
	border-bottom: 1px #f4f4f4 solid;
	padding: 6px 0;
	position: relative;
}
#product .right-product ul li.item-accessoire{
	transition: opacity 0.5s;
    opacity: 0; 
    height: 0;
    overflow: hidden;
	padding: 0px;
}
#product .right-product ul li.item-accessoire.block{
	opacity: 1;
    height: auto;
	padding: 6px 0;
}
#product .right-product ul li a{
	color: #1b1b1b;
	font-weight: 600;
}
#product .right-product ul li a:hover{
	color: #3768b4;
}
body.page-veterinary #product .right-product ul li a:hover{
	color: #498a32;
}
#product .right-product ul li:hover a:after{
	width: 5px;
}
#product .right-product ul li a:after{
	position: absolute;
	width: 0px;
	height: 60px;
	content: "";
	left: 0px;
	top: 24px;
	z-index: 99;
	background: #3768b4;
	transition: width 0.3s ease-in-out;
}
#product .right-product ul li.last-item{
	border: 0px;
}
#product .right-product ul li .more-access{
	/*background: url("../images/icon-slider-next.svg") no-repeat center center;
	background-size: 12px 22px;*/
	display: block;
	text-align: center;
	margin: 10px auto;
    width: 18px;
    height: 28px;
    cursor: pointer;
    width: 22px;
    height: 14px;
    background: url(../images/icon-slider-next.svg) no-repeat center center;
    background-size: 22px 14px;
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    transition: transform .4s;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
body.page-veterinary #product .right-product ul li .more-access{
	width: 22px;
    height: 14px;
    background: url(../images/icon-slider-next2.svg) no-repeat center center;
    background-size: 22px 14px;
}
#product .right-product ul li .more-access.opened {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#product .right-product ul li.last-item:hover a:after{
	display: none !important;
}
body.page-veterinary #product .right-product ul li a:after{
	background: #498a32;
}
#product .right-product .distributor ul li a:after,
#product .right-product .service ul li a:after{
	display: none !important;
}
#product .right-product .distributor ul li{
	padding: 15px 0 6px;
	text-align: center;
}
#product .right-product .distributor a{
	color: #fff;
	max-width: none;
	margin: 0 auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 20px;
}
#product .right-product .distributor a:hover{
	color: #fff !important;
}
#product .right-product .service ul {
	padding: 32px 20px 0;
}
#product .right-product .service ul li{
	text-align: center;
}
#product .right-product .service ul li a{
	color: #0b4195;
    padding: 10px 0 6px;
    display: block;
    line-height: 20px;
	font-size: 14px;
}
body.page-veterinary #product .right-product .service ul li a{
	color: #498a32;
}
#product .right-product .service a.link:after {
	font-family: FontAwesome;
	background: url("../images/icon-link-text.svg") no-repeat center right;
	background-size: 10px 14px;
	width: 10px;
    height: 14px;
    vertical-align: middle;
    content: "";
    display: inline-block !important;
    color: #0b4195;
    padding: 0 12px 0 10px;
    font-weight: 200;
    position: relative;
    top: 0;
}
body.page-veterinary #product .right-product .service a.link:after {
    color: #498a32;
}
#product ul.highlights{
	display: block;
	margin: 0px;
	padding: 0px;
}
#product ul.highlights > li{
	max-width: 253px;
	width: 100%;
	margin: 0 0 30px;
	text-align: center;
	float: left;
	min-height: 174px;
	height: 100%;
	display: inline-block;
}
#product ul.highlights > li a{
	background: #f7f7f7;
	color: #1b1b1b;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 35px 20px 20px;
    min-height: 174px;
	cursor: pointer;
}
#product ul.highlights > li a:hover{
	background: #3768b4;
	opacity: 0.9;
	color: #fff;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}
body.page-veterinary #product ul.highlights > li a:hover{
	background: #72b15b;
}
#product ul.highlights > li .img{
	margin-bottom: 15px;
}
#product ul.highlights > li.center{
	margin: 0 30px 30px;
}

#product ul.highlights .img {
	position: relative;
	height: 45px;
	width: auto;
	margin: 0 auto;
}
#product ul.highlights .img img.bottom{
	opacity: 0;
}
#product ul.highlights .img img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}
#product ul.highlights img.top:hover {
	opacity: 0;
}
#product ul.highlights a:hover img.bottom{
	opacity: 1;
}
#product .media-bottom{
	width: 100%;
	float: left;
	min-height: 422px;
	margin-top: 72px;
	padding: 60px 64px 0;
}
body.page-laboratory #product .media-bottom{
	background: url("../images/bg-media.jpg") no-repeat center top;
}
body.page-veterinary #product .media-bottom{
	background: url("../images/bg-media-vet.jpg") no-repeat center top;
}
#product .media-bottom h2.title-module{
	margin-bottom: 35px;
}
#product .media-bottom .all-title{
	margin-bottom: 30px;
    width: 100%;
	min-height: 80px;
	/*float: left;*/
}

/* 2 videos */
#product .media-bottom .video-col2 .video-left{
	max-width: 330px;
	width: 100%;
	float: left;
	margin-right: 30px;
	padding: 0px;
}
#product .media-bottom .video-col2 .video-right{
	max-width: 330px;
	width: 100%;
	float: left;
	padding: 0px;
}

/* 3 videos */
#product .media-bottom .video-col3 .video-left, #product .media-bottom .video-col3 .video-center, #product .media-bottom .video-col3 .video-right{
	max-width: 230px;
	width: 100%;
	float: left;
	padding: 0px;
}

#product .media-bottom.videos-7-8{
	background-size: auto 505px !important; 
	padding-bottom: 30px;
}
#product .media-bottom.videos-5-6{
	background-size: auto 425px !important; 
}
#product .media-bottom.videos-3-4{
	background-size: auto 345px !important; 
}

@media (min-width: 990px){
	#product .media-bottom .media-cols{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#product .media-bottom .media-cols .box-media{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
body.page-laboratory #product .media-bottom .media-cols .box-media{
	border-bottom: 5px #3768b4 solid;
}
body.page-veterinary #product .media-bottom .media-cols .box-media{
	border-bottom: 5px #6bad53 solid;
}
#product .media-bottom .media-cols .box-media .content{
	border-bottom: 0 !important;
}
#product .media-bottom .media-left{
	max-width: 330px;
	width: 100%;
	float: left;
	margin-right: 30px;
	padding: 0px;
}
#product .media-bottom .media-right{
	max-width: 330px;
	width: 100%;
	float: left;
	padding: 0px;
}
#product h3.title-media{
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-align: left;
	display: flex;
    align-items: center;
    justify-content: left;
	cursor: pointer;
	line-height: 25px;
}
#product h3.title-media .icon{
	background: url("../images/icon-product-media-video.svg") no-repeat;
	background-size: 46px 46px;
    margin-right: 10px;
    display: inline-block;
    width: 50px;
	min-width: 50px;
    height: 50px;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
#product .media-bottom .all-title a:hover h3.title-media .icon, #product .media-bottom .all-title a:focus h3.title-media .icon{
	background: url("../images/icon-product-media-video-on.svg") no-repeat;
	background-size: 46px 46px;
}
#product .media-bottom h3.title-media span{
	position: relative;
}
#product .media-bottom h3.title-media span.title-text:before,
#product .media-bottom h3.title-media span.title-text:before{
	display: block;
	content: "";
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 2px;
	background: #fff;
	transition: width 0.5s ease-in-out;
}
#product .media-bottom .all-title a:hover h3.title-media span.title-text:before,
#product .media-bottom .all-title a:focus h3.title-media span.title-text:before{
	width: 100%;
}
#product .content{
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 40px 15px 25px 30px;
	position: relative;
}
body.page-laboratory #product .content{
	border-bottom: 5px #3768b4 solid;
}
body.page-veterinary #product .content{
	border-bottom: 5px #6bad53 solid;
}
#product .content .media-mask{
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .content .media-link{
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
	opacity: 0;
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product .content:hover .media-mask{
	background: #e8e8e8;
	opacity: 0.8;
}
#product .content:hover .media-link{
	opacity: 1;
}
#product .title-pdf{
	padding: 0px 0 10px 60px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    min-height: 55px;
}
body.page-laboratory #product .title-pdf{
	background: transparent url("../images/icon-product-media-pdf.svg") no-repeat left top;
	background-size: 40px 56px;
}
body.page-veterinary #product .title-pdf{
	background: transparent url("../images/icon-product-media-pdf-vet.svg") no-repeat left top;
	background-size: 40px 56px;
}
body.page-laboratory #product .title-pdf h4{
	color: #0b4195;
}
body.page-veterinary #product .title-pdf h4{
	color: #498a32;
}

#product .title-pdf h4{
	font-size: 14px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#product a.link-pdf{
    min-width: 110px;
    padding: 6px 16px;
    font-size: 13px;
    width: 100%;
    font-weight: 600;
    min-height: initial;
    line-height: 28px;
}
@media (max-width: 990px) {
	#product .right-product{
		max-width: 100%;
		margin-top: 10px;
	}
	#product .description-product{
		max-width: 100%;
		margin: 20px 0 0;
	}
	#product h2.title-module{
		line-height: 42px;
	}
	#product ul.highlights li.center{
		margin: 0 0 30px;
	}
	#product .img-product{
		float: none;
		margin: 0 auto;
	}
	.description-product .all-icons span{
		display: inline-block;
		margin-bottom: 10px;
	}
	.panel-title{
		font-size: 18px;
	}
	.panel-title > a.accordion-toggle{
		padding-right: 25px;
	}
	#product .left-product{
		margin: 10px auto 40px;
	}
	#product ul.highlights li{
		max-width: 100%;
	}
	#product .media-bottom{
		padding: 20px 15px;
		margin-top: 0;
		background-size: cover !important;
	}
	#product .media-bottom .media-left{
		margin-right: 0px;
		margin-bottom: 0px;
		max-width: 100%;
	}
	#product h3.title-media{
		padding-bottom: 20px;
	}
	#product .media-bottom .media-right{
		max-width: 100%;
	}
	#product .content{
		margin: 20px 0 0;
		padding: 20px 15px 15px 15px;
	}
}
@media (max-width: 769px) {
	#product .left-product{
		margin: 10px auto 0;
	}
	#product .right-product{
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	#product .cadre .img img{
		width: 100%;
	}
	#product .thumb-img ul li{
		width: 88px;
	}
	#product .thumb-img ul li img{
		width: 100%;
		height: 88px;
	}
	#product .nav-img .bullets{
		max-width: 230px;
	}
}
@media (max-width: 520px) {
	#product .img-product{
		max-width: 100%;
		width: 100%;
	}
	#product .cadre{
		margin: auto;
	}
	#product .img-product .thumb-img{
		margin: 20px auto 0;
	}
	#product .nav-img{
		float: none;
		margin: 25px auto;
		max-width: 295px;
		width: 100ù;
	}
	#product .nav-img:after{
		content: "";
		clear: both;
		display: block;
	}
	
}
/***************** END Product styles *************************/



/*** pupup Highlights ***/
.popup-modal {
    display: none;
}
.highlight-description{
	min-height: 180px;
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}

/* Modal Content */
@media (min-width: 990px){
	#myModal1 .modal-dialog, #myModal2 .modal-dialog, #myModal4 .modal-dialog, #myModal5 .modal-dialog{
		width: 1000px;
	}
	#myModal3 .modal-dialog{
		max-width: 490px;
	}
}
@media (min-width: 990px){
	#myModal5 .modal-body {
		padding: 20px 30px 30px;
		min-height: 400px;
	}
}
.modal-body h2.title-module{
	font-size: 22px !important;
	margin-bottom: 25px !important;
}
.popup-content-left{
	max-width: 520px;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 20px 0 0 0;
}
.popup-content-right{
	max-width: 340px;
	height: 340px;
	overflow: hidden;
	width: 100%;
	border: 1px solid #d9d9d9;
}
.popup-content-center{
	max-width: 370px;
	width: 100%;
	margin: 0 auto;
	min-height: 285px;
}
.popup-content-center .title-page{
	margin: 0 !important;
}
.popup-content-center .title-page h2.title-module{
	line-height: 25px !important;
    margin-top: 10px !important;
}
.modal-body a.prev{
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 999;
}
.modal-body a.next{
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 999;
}


div.comparison table{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100% !important;
}
div.comparison td span{
	display: block;
	border-bottom: 1px #5980bd solid;
    padding: 9px 0;
	font-size: 13px;
}
div.comparison td.first{
	margin-right: 20px;
}
div.comparison td.first h3{
	background: #2a55a4 !important;
	line-height: 18px !important;
}
div.comparison td h3{
	background: #3768b4;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    text-align: left;
    font-size: 14px;
    line-height: 35px;
    padding: 5px 0 5px 25px;
	min-height: 46px;
}
div.comparison .features{
	background: #3768b4;
	padding: 10px 0 20px 25px;
	color: #fff;
}
div.comparison .features span{
	position: relative;
}
div.comparison .features span:after{
	font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    color: #1c3f8d;
    font-weight: 200;
	position: absolute;
	right: -10px;
	font-size: 16px;
}
div.comparison .compare{
	padding: 10px 0 20px 0;
}

div.comparison .compare span{
	border-bottom: 1px #e5e5e5 solid !important;
	width: 100%;
    max-width: 215px;
	float: right;
}
div.comparison.style2 .compare span{
	border-bottom: 0px !important;
	width: 100%;
    max-width: 90%;
	float: right;
	padding: 0px;
}
div.comparison.style2 .features span{
	padding: 0 !important;
	border-bottom: 0px !important;
}
div.comparison.style2 .compare{
	padding: 10px 0 !important;
	position: relative;
}
div.comparison.style2 .features{
	padding: 10px 0 10px 22px !important;
	position: relative;
}
div.comparison.style2 td.compare:after, div.comparison.style2 td.features:after {
    content: "";
    width: 90%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
div.comparison.style2 td.compare:after {
    background: #e5e5e5 !important;
}
div.comparison.style2 td.features:after {
    background: #5980bd !important;
}

div.comparison.three_prod .compare span{
    max-width: 130px;
}
div.comparison td img{
	padding: 15px 10px 0 0px;
	float: left;
}
div.comparison.style2 td img{
	padding: 15px 10px 10px 0px;
	float: left;
}
div.comparison.three_prod td img{
	width: 100px !important;
}

div.ordering table{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div.tble table thead{
	border-bottom: 2px #fff solid;
}
div.tble table td{
	text-align: center;
	font-size: 13px;
	color: #1b1b1b;
	padding: 9px 0px;
}
div.tble table td.border-btm{
	border-bottom: 1px #e2e2e2 solid;
}
div.tble table td.bg_bleu{
	background: #3768b4;
	color: #fff;
	font-weight: 600;
}
div.tble table td.bg_gris{
	background: #f7f7f7;
	color: #3768b4;
	font-weight: 600;
}
div.tble table td.bg_gris h3{
	color: #3768b4;
}
div.tble table td span{
	white-space: inherit !important;
}
div.tble h3{
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 14px;
	line-height: 18px;
	padding: 5px 0;
}
div.tble table td.text-footer p{
	font-size: 11px;
	text-align: left;
	margin: 10px 0 0;
    line-height: 15px;
}
div.performance table thead h3{
	text-align: left;
	padding-left: 25px;
}

@media (max-width: 580px) {
	.popup-modal{
		padding-top: 30px;
	}
	.popup-modal-content {
		min-height: initial;
		top: 0px;
		padding: 15px;
		float: left;
	}
	/*.popup-content-right img{
		height: 200px;
	}*/
	div.comparison td h3{
		line-height: 18px !important;
		padding-left: 5px;
	}
	div.comparison .compare, div.comparison .features{
		padding: 10px 0 20px 10px !important;
	}
	div.comparison td img{
		padding: 0px;
	}
}

@media (max-width: 991px) {
	.popup-content-left{
		max-width: 100%;
	}
	.popup-content-right{
		text-align: center;
		margin: auto;
		height: auto;
	}
	ol.carousel-indicators.Highlight-carousel{
		bottom: 0px !important;
		padding: 0px !important;
		margin: auto;
		left: 0px;
		right: 0px;
		width: 100%;
	}
	#myModal5 .carousel-inner{
		padding-bottom: 30px;
	}
}


#product .right-product ul li span.model-img{
	float: left;
	max-width: 80px;
	display: inline-block;
	overflow: hidden;
}
#product .right-product ul li span.model-img img {
    width: 100% !important;
}

#product .right-product ul li span.model-name{
	height: 90px;
	line-height: 18px;
	padding: 0 10px;
	display: inline-block;
	align-items: center;
	justify-content: center;
	max-width: 200px;
	padding-top: 10px;
}

#product .thumb-img .slider .item{
	height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

/*#product .thumb-img .slider .item img
{    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
	display: inline-block !important;
    height: 100%;
    vertical-align: middle;
}*/

@media (min-width:  991px) and (max-width: 1200px) {
	#product .img-product {
		max-width: 40%;
	}
	#product .description-product {
		max-width: 55%;
	}
	#product ul.highlights > li{
		max-width: 30%;
	}
	#product .right-product {
		max-width: 25%;
		float: right;
		width: 100%;
		padding: 0 15px;
	}
	#product .description-product .panel-body table{
		width: 100% !important;
	}
	#product .description-product .panel-body table td:not(.compare){
		width: 33%;
		float: left;
	}
	#product .description-product .panel-body table td:not(.compare) img{
		max-width: 100%;
	}
	
	#product .description-product .panel-body .ordering.tble table td{
		width: auto;
		float: none;
	}
	
	#product .description-product .panel-body .tips-table table td{
		width: auto;
		float: none;
		line-height: 18px !important;
		padding: 5px 3px;
		font-size: 12px;
	}
	#product .description-product .panel-body .tips-table table td:first-child,
	#product .description-product .panel-body .tips-table table td:nth-child(2){
		width: 25% !important;
	}
	#product .description-product .panel-body .tips-table table td.divider{
		display: none;
	}
}

@media (min-width: 600px) {
	#laboratory-home #bottom-laboratory-page .container,
	#veterinary-home #bottom-veterinary-page .container{
		position: relative;
	}
	#laboratory-home #bottom-laboratory-page .infos,
	#veterinary-home #bottom-veterinary-page .infos{
		position: absolute;
		margin: 50px auto 0;
		position: absolute;
		left: 15px;
		right: 15px;
		width: auto;
		-webkit-transform: translateY(45px);
		-moz-transform: translateY(45px);
		-o-transform: translateY(45px);
		-ms-transform: translateY(45px);
		transform: translateY(45px);
	}
}

@media (min-width: 991px) {
	#product .media-bottom {
		position: relative;
	}
	/*#product .media-bottom .links-vd-btm{
		position: absolute;
		bottom: -85px;
		left: auto;
		right: auto;
		margin: auto;
	}*/
}


ul.ui-widget-content{
    color: #1b1b1b !important;
    transform: translateY(-5px) !important;
    padding: 5px 15px 15px !important;
    font-size: 15px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 30px !important;
    font-weight: 500 !important;
	border: 0px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.05), 10px 0px 10px -6px rgba(0,0,0,0.05), -10px 0px 10px -6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.05), 10px 0px 10px -6px rgba(0,0,0,0.05), -10px 0px 10px -6px rgba(0,0,0,0.05);
	box-shadow: 0 6px 15px 0 rgba(0,0,0,0.05), 10px 0px 10px -6px rgba(0,0,0,0.05), -10px 0px 10px -6px rgba(0,0,0,0.05);
}
.ui-widget-content:before {
    display: block;
    content: "";
    border: 0;
    top: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto 10px;
	background: #ededed;
}
.ui-widget-content:after {
    content: "";
    width: 100%;
    background: #fff;
    height: 10px;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: -1;
}
ul.ui-widget-content.ui-menu .ui-menu-item {
    padding: 5px 1em 5px 0 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0px !important;
    background: transparent !important;
    font-weight: 500 !important;
    color: #0b4195 !important;
	margin: 0 !important;
}

.page-veterinary #product .btns > p > a.btn
{
    background: #6aad53 !important;
}



.tips-table table {
    border: none;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.tips-table .divider {
    width: 20px;
}

#myModal3 .tips-table .divider {
    width: 2%;
}

.tips-table thead .image-col,
.tips-table thead .detail-col,
.tips-table thead .detail-col td {
    background-color: #3768b4;
    font-size: 14px;
    color: #FFF;
}

.tips-table thead .detail-col td:not(:last-child) {
    border-right: 1px solid #5980bd;
}

.tips-table tbody tr:not(:last-child) .image-col,
.tips-table tbody tr:not(:last-child) .detail-col {
    border-bottom: 2px solid #5980bd;
}

.tips-table .image-col {
    position: relative;
    width: 25%;
    padding: 10px;
    vertical-align: top;
}

.tips-table .image-col img {
    width: 100%;
    padding-bottom: 30px;
}

.tips-table .image-col .infos {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 10px;
    right: 10px;
    font-size: 0;
}

.tips-table .image-col .infos span {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    font-weight: 600;
}

.tips-table .detail-col tr:not(:last-child) {
	border-bottom: 1px solid #EEE;
}

.tips-table .detail-col td {
    padding: 6px 8px;
    font-size: 13px;
}

.tips-table .sterile {
    width: 50px;
}

.tips-table .sterile.true {
	background: url(/socorex/images/icons/check.png) no-repeat center;
    background-size: 15px auto;
}

.tips-table .pack {
    width: 75px;
}

.tips-table .case {
    width: 60px;
}

.tips-table .no {
    width: 85px;
}

@media (max-width: 768px){
	#product h1.title-module{
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 40px;
	}
}
@media (max-width: 768px){
	#product ul.highlights .modal{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: #fff;
		z-index: 9999999;
		overflow: hidden;
	}
	#product ul.highlights .carousel-inner{
		padding-bottom: 45px !important;
	}
	#product ul.highlights .popup-content-left{
		padding: 0;
	}
	#product ul.highlights .modal-backdrop.in{
		bottom: 0;
		position: fixed;
		height: 100% !important;
	}
	#product ul.highlights .modal .modal-dialog{
		width: 100% !important;
		max-width: 100% !important;
		margin: 0;
	}
	#product ul.highlights .modal-content{
		height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
	}
	#product ul.highlights .modal-body{
		padding: 40px 15px 100px;
		background: #ffffff;
		overflow: hidden;
		overflow-y: auto;
	}
	#product ul.highlights .modal-header{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9999;
	}
	#product ul.highlights .modal-header .close{
		position: absolute;
		right: 15px;
		top: 15px;
		margin: 0 !important;
		padding: 0;
		background-size: 14px 14px;
		width: 34px;
		height: 34px;
	}
	.Highlight-item .fleft.popup-content-left a.carousel-control.prev{
		background-position: center left !important;
		left: 0 !important;
	}
	#product ul.highlights .highlight-description{
		min-height: auto;
		max-height: none;
		overflow: auto !important;
	}
	#product ul.highlights .popup-content-center{
		min-height: auto;
	}
	/*#product ul.highlights #carousel-example-generic{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 15px;
		right: 15px;
		height: 100vh;
		overflow: hidden;
		overflow-y: auto;
		padding: 30px 0 20px;
	}*/
	#product ul.highlights .modal-content {
		height: 100vh !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}
	#product ul.highlights .popup-content-center .title-page{
		padding: 0 20px;
	}
	.modal.fade .modal-dialog{
		transform: none !important
	}
}

@media (min-width:  991px) and (max-width: 1200px) {
	#product .media-bottom .video-col2 .video-left,
	#product .media-bottom .video-col2 .video-right{
		max-width: 50%;
		width: 100%;
		margin-right: 0 !important;
	}
	#product .media-bottom .media-cols .box-media{
		max-width: 48%;
		margin-right: 2% !important;
	}
}

@media (max-width:  480px) {
	#product .media-bottom .video-col2 .video-left,
	#product .media-bottom .video-col2 .video-right{
		max-width: 100%;
		width: 100%;
		margin-right: 0 !important;
	}
	#product h3.title-media {
		text-align: left;
		justify-content: left;
	}
}

@media (max-width: 990px){
	#product .media-bottom .all-title{
		min-height: auto;
	}
}

@media (max-width: 760px){
	#collapseSeven .tips-table .divider {
		width: 0;
	}
	.tips-table .detail-col td {
		padding: 14px 5px;
		font-size: 12px !important;
		line-height: 22px !important;
	}
	#myModal3 .tips-table .image-col{
		padding: 14px 5px;
	}
	.tips-table .image-col .infos span {
		display: inline;
		font-size: 12px;
		line-height: 12px;
	}
	.tips-table .image-col .infos{
		left: 0;
		right: 0;
	}
	.tips-table .image-col {
		padding: 10px 0;
	}
	div.comparison table{
		min-width: 600px;
	}
}
