/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


@-ms-viewport{
  width: device-width;
}

p {
	font-size:18px;
}

.slider-caption-top-left {
	top:124px!important;
}

.slider-caption h1,
.slider-caption h2,
.slider-caption h3,
.slider-caption h4,
.slider-caption h5,
.slider-caption h6,
.slider-caption p {
	/*text-shadow: -1px 0px 2px rgba(0, 124, 224, 1)!important;*/
	font-family: 'Raleway', sans-serif;

}

.slider-caption, .nivo-caption, .flex-caption {
    color: #FFF;
    font-size: 22px;
    font-weight: 300;
    left: 15px;
    max-width: 700px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    top: 0;
    transition: top 0.3s ease 0s;
    z-index: 20;
}

.dark .slider-caption, .dark .slider-caption h2 {
    color: #fff;
    font-size:48px;
    line-height:65px;
    padding: 12px;
    margin-bottom:0px!important;
    border-radius:12px;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);*/
    text-shadow: 1px 1px 1px rgba(0, 124, 224, 0.9);
}

.erl-title {
	background-color: rgba(0, 0, 0, 0.3);
}

/* top menu hover color */
.dark #primary-menu.style-3:not(.not-dark) > ul > li:hover > a, #primary-menu.dark.style-3 > ul > li:hover > a {
    background-color: rgba(0, 124, 224, 0.5);
}

/* background top menu */
.dark #header.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark), .dark #header.sticky-header.transparent-header #header-wrap:not(.not-dark), .dark #header.transparent-header.floating-header .container, .dark #header.transparent-header.floating-header.sticky-header .container, #header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark), #header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark), #header.dark.transparent-header.floating-header .container, #header.dark.transparent-header.floating-header.sticky-header .container, .dark .responsive-sticky-header #header-wrap, .responsive-sticky-header.dark #header-wrap {
    background-color: rgba(0,0,0,0.6)!important;
}


.content-wrap {
	padding:40px,0;
}

#produits, #contacter {
	background-color:rgba(0, 124, 224, 0.2);
}


#produits .content-wrap {
	padding:40px 0 0 0;
}

.soudeur {
/*	position: absolute;
	top: 60px;
	left: 60px;*/
width:50%;float:right;margin-left:24px;
	border-radius:12px;
}

.inox {
	background-image:url('../images/inox-background-1600x700.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}

.overlay-blanc {
	background-color:rgba(255,255,255,0.4);
	border-radius:12px;
}

.catalogue-button:hover {
	background-color:#eee;

}

.catalogue {
    border-top: 5px dashed #ff9000;
	border-bottom: 5px dashed #ff9000;
}

.catalogue:hover {
    border-top: 5px dashed #CCE5F9;
	border-bottom: 5px dashed #CCE5F9;
}
.contactez-nous {
	text-align:center;
	font-size:42px;
}

.telechargez-button-wrapper {
	position:absolute;
	bottom:750px;
	right:0;
}


.distributeur-button-wrapper {
	position:absolute;
	bottom:698px;
	right:0;
}


#footer {
	margin-bottom:-24px;
}
#footer .footer-widgets-wrap {
    padding: 40px 0 0 0;
    position: relative;
}



@media (max-width:1199px) {

	.overlay-blanc {
		border:1px solid rgba(0,0,0,0.1);
	}
	.brlarge {
		display:none;
	}
}


@media (min-width:992px) and (max-width: 1199px) {
	.telephone-top {
		display:none;
	}
}

@media (max-width: 991px) {

	.slider-caption-top-left {
		top:30px!important;
	}
	#header {
		height:70px;
	}
	#header-wrap {
		height:69px;
	}
	.dark .slider-caption, .dark .slider-caption h2 {
	    color: #fff;
	    font-size:32px;
	    line-height:40px;
	    text-shadow: 2px 1px 1px rgba(0, 124, 224, 1);
		padding:10px;
	}
	.telechargez-button-wrapper {
		bottom:50px;
	}
	.distributeur-button-wrapper {
		bottom:100px;
	}


}


@media (max-width: 767px) {
	.soudeur {
		float:none;
		width:100%;
		margin-left:0;
		margin-bottom:24px;
	}
	.contactez-nous {
		font-size:32px;
	}

	.telechargez-button-wrapper {
		/*display:none;*/
	}

	.telechargez-button-wrapper {
		bottom:10px;
	}
	.distributeur-button-wrapper {
		bottom:50px;
	}
	.distributeur-button-wrapper > .button-large, .telechargez-button-wrapper > .button-large {
		height:30px;
		line-height:30px;
		font-size:16px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide, .ei-slider {
	    height: 500px !important;
	}
	.contactez-nous {
		font-size:28px;
	}
}

@media (max-width: 479px) {
	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide, .ei-slider {
	    height: 500px !important;
	}
	.contactez-nous {
		font-size:24px;
	}
	.distributeur-button-wrapper > .button-large, .telechargez-button-wrapper > .button-large {
		height:30px;
		line-height:30px;
		font-size:12px;
	}

}