/* Zoom Effect */

.zoom-effect-2, .zoom-effect img {
	transform: scale(1);
	transition: .4s ease-in-out;
}

.zoom-effect-2:hover, .zoom-effect img:hover {
	transform: scale(1.03);
}

/* Responsive */

@media (min-width : 321px) and (max-width: 414px) {

	.title-h1-resp {
		line-height:42px !important;
	}
	.title-h1-resp .title-resp {
		font-size: 32px !important;
	}
	.title-h1-resp .extrait-resp {
		font-size: 23px !important;
	}

	#bloc-blog-vit .gem-button {
    	transform: translate(40%,10%) !important;
	}
}

/* CUSTOM */

.title-h2-2 {
	font-size: 18px !important;
	font-weight: bold !important;
}

/* PAGE LE BLOG VIT */

#bloc-blog-vit .summary p {
	display: none !important;
}

#bloc-blog-vit .entry-title {
	text-align: center !important;
	margin-top:5px !important;
	margin-bottom: 25px !important;
	line-height: 20px !important;
}

#bloc-blog-vit .entry-title span {
	font-size: 17px !important;
	font-weight: bold !important;
}

#bloc-blog-vit .post-footer-sharing {
	display: none !important;
}

#bloc-blog-vit .gem-button {
    border-radius: 50px !important;
    background-color: #1C75BC !important;
    color: #ffffff !important;
    text-align: center !important;
    position: relative !important;
    transform: translate(40%,0%) !important;
    padding-left: 45px !important;
    margin: 20px 0 20px 0 !important;
    font-size: 14px !important;
}

#bloc-blog-vit .gem-button::before {
	position: absolute;
	content: "";
	background-image: url(http://vit.demo-eclolink.com/wp-content/uploads/2021/01/fleche-form.png);
	width: 50px;
	height: 50px;
	z-index: 9999;
	background-repeat: no-repeat;
	transform: translate(-60%,18%);
}

#bloc-blog-vit .gem-button:hover {
    background-color: #1064a8 !important;
}

#bloc-blog-vit article {
	margin-bottom: 45px !important;
}

#bloc-blog-vit .post-content-wrapper {
	box-shadow: 0px 6px 15px #dadada!important;
}

div.entry-content.post-content > div.post-meta.date-color > div, div.socials-sharing.socials.socials-colored-hover, div.post-author-block.rounded-corners.clearfix {
	display: none !important;
}

.btn-catalogue a {
	margin-left: 20px !important;
}

.arrow-rotate {
	transform: rotate(-90deg);
}

.entry-content.post-content {
	margin-bottom: 30px !important;
}

/* PAGE Implantations */

.linear-gradient-2 {
  background: linear-gradient(#3B74B7, #28AAE1);
}

.content-title-implantations {
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2021/01/icone-map-page-implantation.png);
	background-position: center center;

}

.content-title-implantations p {
	position: relative;
}


/* Catalogue */
#catalogue-encart .catalogue-encart-hover div {
	transition: .4s ease-in-out;
}

#catalogue-encart .catalogue-encart-hover div:hover {
	background-color: #FAFAFA !important;
}

.shadow-button a {
	box-shadow: 2px 3px 8px #dadada!important;
}

.btn-catalogue {
	text-align: center !important;
}
.btn-catalogue a {
	margin: 10px 10px 10px 10px !important;
}

.tableau-fiches-techniques h3 {
	margin: 0px !important;
}

.btn-fiche-technique {
	border-radius: 50px !important;
    background-color: #1C75BC !important;
    color: #ffffff !important;
    position: relative !important;
    transform: translate(40%,0%) !important;
    margin: 20px 10px 20px 10px !important;
    padding: 5px 25px 5px 45px !important;
    text-align: center !important;
    font-weight: 500 !important;
    transition: .4s ease-in-out;
}

.btn-fiche-technique::before {
	position: absolute;
    content: "";
    background-image: url(http://vit.demo-eclolink.com/wp-content/uploads/2021/01/fleche-form.png);
    width: 45px;
    height: 45px;
    z-index: 9999;
    background-repeat: no-repeat;
    transform: translate(-60%,18%);
}

.btn-fiche-technique:hover {
    background-color: #0D8FC6 !important;
}

.tableau-fiches-techniques tbody tr td {
	padding: 12px 16px !important;
	/* background-color: #ffffff !important; */
}

@media screen and (max-width: 768px){
	#bloc-blog-vit .gem-button{
		transform: none!important;
	}
}