

.overlay .breadcrumb-image {
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
}

.overlay .breadcrumb-image img,
.overlay .breadcrumb-image svg {
	height: 100%;
}

.overlay .breadcrumb-image svg path{
	fill: #fff !important;
	opacity: .1;
}

.contact-text .text-box .lead{
	font-size: 17px;
}

.banner-blog-post .banner-block .banner-menu li{
	font-size: 1.4rem;
}

@media (min-width: 1280px){
	
	.banner-blog-post.banner-inner .banner-heading {
		font-size: 3rem;
		line-height: 1.5;
	}
}

@media (min-width: 992px){
		
	.banner-blog-post.banner-inner-s4 .banner-heading {
		margin-bottom: 20px;
	}
}

.single-service-page ul {
	    margin-bottom: 1rem;
}
.single-service-page ul li {
	font-size: 15px;
    padding-left: 20px;
	position: relative;
}

.single-service-page ul li:before {
	content: '\e64c';
    font-family: 'themify';
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 4px;
}

.video-image.overlay {
	height: 400px;
	background-size: cover;
}


@media (max-width: 991px){
		
	.video-image.overlay {
		height: 250px;
		background-size: cover;
	}
}


.inscription-success {
	text-align: center;
	margin-top: 35px;
}
.inscription-success img {
	text-align: center;
	margin: 10px auto;
	width: 50px;
}
.inscription-success h3 {
	font-weight: 700;
	font-size: 21px;
	color: #D40000;
	margin-bottom: 15px;
	letter-spacing: 0;
}
.inscription-success p {
	font-weight: 400;
	font-size: 13px;
}


.lds-ripple-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #f7f7f79c;
    z-index: 1;
    display: none;
}
.lds-ripple {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fcf;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
}

.social-partage{
    margin-top: 15px;
    margin-bottom: 20px;
}
.social-partage li{
    padding: 0px 1px;
	    display: inline-block;
}
.social-partage li a{
    display: block;
    width: 38px;
    height: 38px;
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
}
.social-partage li.linkedin a{
    background-color:#0077B5;
}
.social-partage li.twitter a{
    background-color:#55acee;
}
.social-partage li.facebook a{
    background-color:#3b5999;
}
.social-partage li.google-plus a{
    background-color:#dd4b39;
}
.social-partage li.whatsapp a{
    background-color:#25D366;
}


.copyright-content img {
	    display: inline-block;
    width: 30px;
	
}