<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
*{
	box-sizing: border-box;
}
.container{
	max-width: 1310px;
	display: table;
    margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 0px 50px;
    clear: both;
	border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.clr{
	clear: both;
	line-height: 0;
	font-size: 100%;
}
.zoom-area{
	margin: 30px 0;
}
.zoom-area .text-side{
	float: left;
	width: 49%;
}
.zoom-area .text-side .client-sec .img-area{
	float: left;
	width: 135px;
    height: 135px;
    border-radius: 50%;
	margin: 0 0 0 30px;
}
.zoom-area .text-side .client-sec .client-text{
	float: right;
	width: 400px;
}
.zoom-area .form-side {
	float: right;
	width: 49%;
	background: hsl(0, 0%, 93%) none repeat scroll 0 0;
	padding-bottom: 20px;
}
.zoom-area .form-side h3{
	text-align: center;
	margin-bottom: 15px;
    margin-top: 20px; 
}
.zoom-area .form-side form{
	width: 80%;
	margin: 0 auto 20px;
}
.zoom-area .form-side form .half-left{
	width: 48%;
	float: left;
}
.zoom-area .form-side form .half-right{
	float: right;
	width: 48%;
}
.zoom-area .form-side form .full-label{
	width: 100%;
}
.zoom-area .form-side form label{
	display: block;
	font-size: 13px;
	margin: 0 0 7px 0;
}
.zoom-area .form-side form input[type="text"]{
	width: 100%;
	padding: 7px 10px;
	border: 2px solid #cbd5de;
	border-radius: 4px;
	margin: 0 0 7px 0;
}
.zoom-area .form-side form .btn{
	text-align: center;
}
.zoom-area .form-side form .btn button{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b11916+1,971513+100 */
	background: #b11916; /* Old browsers */
	background: -moz-linear-gradient(top, #b11916 1%, #971513 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b11916 1%,#971513 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b11916 1%,#971513 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11916', endColorstr='#971513',GradientType=0 ); /* IE6-9 */
	border: 0;
	color: #fff;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
    padding: 10px 20px;
    border-radius: 6px;
	margin: 10px 0 0 0;
}
.zoom-area h3{
	font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px; 
	color: #434343;
}
.zoom-area h3 span{
	color: hsl(0, 77%, 37%);
}
.zoom-area p{
	color: #454545;
	font-size: 12px;
}
.down-slider img{
	width: 100%;
}
.dt-sec{
	margin: 30px 0;
}
.dt-sec-left{
	width: 49%;
	float: left;
}
.dt-sec-left-bg{
	background-color: #eeeeee;
}
.dt-sec-left-bg img{
	width: 100%;
}
.dt-sec-left-bg .btn-area{
	border: 1px solid #ddd;
	border-top: 0;
	padding: 25px;
}
.dt-sec-left-bg .btn-area .red-text{
	float: left;
	color: hsl(0, 77%, 37%);
	font-size: 20px;
	width: 280px;
}
.dt-sec-left-bg .btn-area .btn a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b11916+1,971513+100 */
	background: #b11916; /* Old browsers */
	background: -moz-linear-gradient(top, #b11916 1%, #971513 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b11916 1%,#971513 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b11916 1%,#971513 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b11916', endColorstr='#971513',GradientType=0 ); /* IE6-9 */
	border: 0;
	color: #fff;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
    padding: 10px 20px;
    border-radius: 6px;
	margin: 10px 0 0 0;
	text-decoration: none;
}
.dt-sec-right{
	width: 49%;
	float: right;
	color: #454545;
    font-size: 12px;
}
.dt-sec-right h3.mt30{
	margin-top: 30px;
}
.dt-sec-right .apercu {
    background: hsl(0, 0%, 93%) none repeat scroll 0 0;
    border-bottom: 5px solid hsl(0, 0%, 26%);
    float: left;
    padding: 22px;
    width: 100%;
    box-sizing: border-box;
}
.dt-sec-right .apercu ul{
	margin: 0;
	padding: 0;
}
.dt-sec-right .apercu ul li{
    float: left;
    list-style: outside none none;
    padding: 0 0 15px 18px;
    position: relative;
    width: 33%;
}
.dt-sec-right .apercu ul li::before{
background: hsl(77, 59%, 47%) none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 10px;
}
.dt-sec-right .apercu ul li a{
    color: hsl(0, 0%, 33%);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.dt-sec h3{
	font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px; 
	color: #434343;
}
.dt-sec h3 span{
	color: hsl(0, 77%, 37%);
}


/*-----------------23-09-17-----------------------*/
#breadcrumbs {
	display: inline-block;
}
#breadcrumbs li {
	float: left;
	padding: 0 2px;
}
#breadcrumbs li a {
	color: #fff;
	padding: 0;
}
.model h5 {
	
	font-size: 12px;
	margin: 20px 0!important;
}
.model h1 {
	margin-bottom: 8px!important;
	font-size: 25px!important;
}
#gform_submit_button_2 {
	background: hsl(0, 77%, 37%) none repeat scroll 0 0;
	color: #fff;
	border-radius: 6px;
	font-size: 18px;
}
.zoom-area .form-side form {
	max-width: 320px;
	margin: 0 auto 20px;
}	
#top .gform_wrapper ul li.gfield {
	margin: 0 0 10px!important;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0!important;
}
.gform_wrapper h3.gform_title {
	letter-spacing: normal !important;
	margin: 10px 0 6px;
	color: hsl(0, 77%, 37%);
	font-size: 25px!important;
}
@media(min-width:320px) and (max-width:767px){
	
	.single-realisation #breadcrumbs li {
	
	
	font-size: 12px;
}
.single-realisation  .model {
	
	width: 100%!important;
	
}
.responsive #top #wrap_all .container {
	width: 100%;
	max-width: 100%;
	padding:0 15px;
	display: block;
	
}
.single-realisation  .zoom-area .text-side {
	display: inline-block;
	width: 100%;
}
.single-realisation .zoom-area .text-side .client-sec .img-area {
	float: none;
		margin: 0 auto;
}
.single-realisation .zoom-area .text-side .client-sec .client-text {
	float: none;
	width: 100%;
}
.single-realisation .zoom-area .form-side {
	display: inline-block;
	width: 100%;
	
}
.single-realisation .dt-sec-left {
	width: 100%;
	
}
.single-realisation .dt-sec-right {
	width: 100%;
	padding-top:30px	
	
}

.single-realisation .dt-sec-left-bg .btn-area .red-text {
	
	width: 100%;
	padding-bottom: 20px;
}
.single-realisation .btn {
	display: inline-block;
}
.single-realisation .zoom-area {
	margin: 30px 0;
	text-align: center;
}
.single-realisation .four-icon {
	
	width: 100%;
	
}
.single-realisation #socket {
	margin:0;
	padding: 20px 0;
}

body .single-realisation .great-carrousel .slick-next, body .great-carrousel .slick-prev {
	
	height: auto!important;
	
}
.single-realisation .dt-sec-right .apercu ul li {
	
	
	padding: 0 0 10px 22px;
	
	width: 100%;
}
.single-realisation .slick-track {
    
    top: 122px!important;
   
}
.single-realisation .custom_extension_post .great-carrousel .slick-slide img{top:0;}
.single-realisation .custom_extension_post .great-carrousel .slick-slide {
	height: auto;
	overflow: Visible;
}
	
	}
	@media(min-width:768px) and (max-width:991px){
		
		
	 .great-carrousel .slick-next, body .great-carrousel .slick-prev {
	
	height: auto!important;
	
}

 .custom_extension_post .great-carrousel .slick-slide {
	height: auto!important;
	overflow: Visible;
}

 .custom_extension_post .great-carrousel .slick-slide img{top:80px;}
.single-realisation .html_header_top.html_header_sticky #main {
    padding-top: 162px;
}

.single-realisation .model h1 {
   
    font-size: 18px!important;
}
.single-realisation .model {
   
    width: 43%;
   
}
.single-realisation .four-icon {
   
    width: 55%;
    
}
.single-realisation .zoom-area .text-side .client-sec .client-text {
    float: right;
    width: 100%;
}
.single-realisation .dt-sec-left-bg .btn-area .red-text{margin-bottom: 30px;}
.single-realisation #footer {
    float: left;
    padding: 40px 0!important;
}
.single-realisation #breadcrumbs li {
    float: left;
    padding: 0 2px;
    font-size: 12px;


}}
@media(min-width:992px) and (max-width:1199px){
.dt-sec-left-bg .btn-area .red-text {
    float: left;
    color: hsl(0, 77%, 37%);
    font-size: 20px;
    width: 100%;
    margin-bottom: 30px;
}</pre></body></html>