body{
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
@font-face{font-family:'Netto';src:url("fonts/netto/NettoWeb.eot");src:url("fonts/netto/NettoWeb.eot?#iefix") format("embedded-opentype"),url("fonts/netto/NettoWeb.woff") format("woff");font-weight:normal;font-style:normal}
@font-face{font-family:'Netto';src:url("fonts/netto/NettoWeb-Bold.eot");src:url("fonts/netto/NettoWeb-Bold.eot?#iefix") format("embedded-opentype"),url("fonts/netto/NettoWeb-Bold.woff") format("woff");font-weight:bold;font-style:normal}
.tm-white a {
	color: #fff;
}
a, a:hover{color:#cc191c}
/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
	text-decoration:underline
}
h1,
h2,
h3,
h4 {
	font-family:netto, 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: bold;
}
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */
h3.colorislib{margin-top:13px}
.colorislib a{display:inline-block; height:40px; font-size:17px; overflow:hidden}
#logo{max-width:500px; margin:0 auto}
/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
  .navbar-nav{display:table; float:inherit; margin:0 auto}
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
.colp{color:#cc191c}
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #28a7e9;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
		border:solid 2px #fff;;
		text-align:center;
		color:#fff
    }

.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
		width:30px
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */
.txt_a_c {text-align:center;}
.txt_a_l {text-align:left;}
.txt_a_r {text-align:right;}
.espacepro .fa{color:#333}
/* start home */       
#home
    {
    background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #28a7e9;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */

/* start feature */
#feature
    {
        background: #f8f8f8;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
.finition, .finition p{text-align:center !important}
.martop{margin-top:30px}
/* end download */
.nbord{border:solid 2px #000; width:190px; height:190px; line-height:190px;
		-webkit-border-radius: 190px;
-moz-border-radius: 190px;
border-radius: 190px;
text-align:center;
margin:0 auto;
background-color:#000; color:#fff; text-transform:uppercase; font-size:17px; font-weight:bolder; letter-spacing:1px}
.nbordactive{background-color:#ed1f24 !important}
.v-border{height:60px;
	margin:0 auto;
	width:1px;
	}
.nprocess{border-bottom:solid 1px #000; margin-bottom:30px; margin-top:15px}
.aprocess{color:#fff !important; text-decoration:inherit !important}
.opac1{border-left:solid 1px #000;}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{background-color:#396 !important}
/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg') no-repeat;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer *
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }
/* end footer */
.navbar-nav>li>a{ font-family:netto, 'Open Sans', Verdana, Geneva, sans-serif; font-size:20px; font-weight:bold; color:#6f6e6e}
@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
	#carousel{display:none}
	section{padding-bottom:0 !important}
	.flexslider{margin-bottom:0 !important}
	.v-border{display:none}
	#logo {
		max-width: 250px;
	}
	.cont-menu{margin:15px 15px 0 15px !important;}
	.navbar-nav>li>a {
		font-size: 14px;
		padding: 10px 8px;
	}
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
	.navbar-toggle{padding:0; margin-right:0}
	#logo{width:250px !important; padding-top:5px}
	.icon-bar{background-color:#333; text-align:center !important}
	.input-group{padding:0 15px}
	.navbar-nav .open .dropdown-menu{ background-color:#f5f5f5}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-color:#999}
 }
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */
/****************************simoooooooo****************************************/
header span:first-child{margin-right:15px;}
header span { color:#cc1914; font-size:12px; font-weight:bold; margin-top:8px; margin-bottom:8px; display:inline-block } 
header input {padding:5px 10px 5px 30px !important; background-image:url(../images/icone_search.png) !important; background-position:4px; background-repeat:no-repeat; border:1px solid #ccd1d7; border-radius:3px; }
.btn-inverse{
    background-color: #fdfdfd;
    border: solid 1px #ccd1d7;
}
.colgris{color:#616366}
.cont-menu {padding:5px 0; margin-top:5px; }
.cont-menu a {color:#000;}
#slide{text-align: center;padding-bottom: 20px; padding-top:0}
#present h2 ,#present h1{text-align:center; background-image:url(../images/bar.png); background-repeat:no-repeat; background-position:bottom center; font-weight:300; font-size:40px; padding-bottom:20px; margin-bottom:15px; margin-top:15px}
.red {color:#cc1914; font-weight:bold; font-size:16px;}
.black {color:#000; font-weight:bold; font-size:16px;}
#present p {margin:15px 0; font-size:17px; line-height:28px; font-family:'Roboto Condensed','Open Sans', sans-serif; color:#000 !important}
#processus{padding-top: 20px; padding-bottom: 20px;}
#processus h2 {text-align:center; background-image:url(../images/bar.png); background-repeat:no-repeat; background-position:bottom center; font-weight:300; font-size:40px; padding-bottom:25px; margin-bottom:40px;}
#produit {background:#eee; padding:40px 0; }
#produit p {margin:10px 0; }
.tr-prod {font-size:24px; font-weight:bold;}
.img-prod {float:right; margin-right:20px;}
.top {margin-top:5px;}
#offre-trv{padding-top: 20px; padding-bottom: 20px;}
#offre-trv h2 {text-align:center; background-image:url(../images/bar.png); background-repeat:no-repeat; background-position:bottom center; font-weight:300; font-size:40px; padding-bottom:25px; margin-bottom:40px;}
.form1 input, .form2 textarea {width:100%; margin:14px 0; background:#f5f5f5; padding:5px; font-size:13px; color:#000;}
.form2 textarea{margin:12px 0 0}
.form2 input { margin:12px 0; background:#ff7575; color:#FFF; border:0; padding:9px; font-size:14px; font-weight:700}
footer {margin-top:50px; background:#111; padding:40px 0; color:#FFF}
.present p {font-size:13px; margin-top:10px; line-height:25px;}
.quest ul{margin:30px 0; padding:0;}
.quest li{margin:5px 0; border-bottom:1px solid #222; padding-bottom:5px; list-style:none; font-size:13px;}
.quest h3 {margin:0; padding:0; font-size:16px;}
.contus  h3 {margin:0; padding:0; font-size:16px;}
.contus p{font-size:13px; margin-top:23px; line-height:25px;}
.contus span {color:#cc1914; float:left; font-weight:bold; margin-right:10px;}
.feet {background:#000; padding:10px 0; text-align:center;}

.detail1 h2 , #detail1 h2, #detail1 h1 {font-size:36px; color:#cc191c; text-align:center; font-weight:300; margin:30px 10px}
.detail1 p  , #detail1 p {margin:20px 0}
#detail1 h3 {font-weight:300;}
#detail1 h4{font-weight:bold; text-align:center; color:#cc191c; text-decoration:underline;}
#detail1 ul {margin:0; padding:0;}
#detail1 li {list-style:none; margin-top:5px;}
#detail1 li img {margin-left:2px; margin-top:-3px;}
#ulrech li{margin-top:15px; border-bottom:solid 1px #ccc}
.bred,.bgris{margin:5px 10px 0 0; display:inline-block; padding:5px 20px}
.bred {background-color:#cc191c; color:#FFF;}
.bgris {background-color:#ddd}

.reference {margin-top:20px;}
.reference h5 {background-color:#000; padding:10px 10px; color:#FFF; font-weight:bold;}
.ref-bloc {text-align:center;}
.ref-bloc p {background-color:#f6f6f6; padding:10px 30px; background-image:url(../images/plus.png); background-position:90% 50%; background-repeat:no-repeat;}
.ref-bloc p:nth-of-type(2) {
	height: 110px
}
.main_img{
	height: 245px
}
.main_img img{
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
#detail2 h2 {font-size:36px; color:#cc191c; font-weight:300;}
.tr-proddet {margin-top:30px;}
.img-proddet{margin-top:30px; }
.det-proddet {margin-top:30px; background-position:left; background-repeat:repeat-y}
.det-proddet h4 {font-weight:300; color:#cc191c; margin:0; padding:0; text-align:center;}
.det-proddet p{ margin-top:20px; font-size:12px; text-align:left;}
.det-proddet img {margin-right:10px; margin-top:20px;}


#carousel .flex-viewport { height: 432px !important;}
 #carousel .slides li{clear:none !important; float:none !important;  margin-bottom:18px}
 #carousel .flex-direction-nav a{width:1px; height:1px}
 #slider .flex-direction-nav .flex-prev{ left:0}
 #slider .flex-direction-nav .flex-next{ right:0}
 #slider .flex-direction-nav a{width:40px}
 
#map{position: relative; background-color: rgb(229, 227, 223); overflow: hidden; width:100%; height:520px}
.margbott{margin-bottom:30px}
.col-red{color:#cc191c}
.ref-bloc a, .ref-bloc a:hover{color:#000}

.dropdown-menu{padding:0}
.dropdown-menu > li > a{padding:8px 20px 4px 20px;  font-family:netto, 'Open Sans', Verdana, Geneva, sans-serif; font-size:20px;}
.dropdown-menu > li > a:hover , .dropdown-menu > li > a:focus{background-color:#cc191c; color:#fff}

@media (min-width:768px){
.dropdown-menu li{padding:10px 10px 0 10px }
.navbar-header{float:initial}
/*---- BEGIN MENU ----------------*/
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.navbar-right .dropdown-menu{right:-45px}
/*---- END MENU ----------------*/
}
@media (max-width: 576px){
	.col-xxs-12{
		width: 100%
	}
}
.amerror5{background-color:#ff7575 !important; color:#fff !important}
.amerror5:placeholder-shown{color:#fff !important}
.contact_info{text-align:center}.contact_info .fa{font-size:50px; color:#cc191c}
.contact_form{margin-top:80px; background-color:#f5f5f5}
.contact_form .form-control
    {
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 10px;
    }
.contact_form input
    {
        height: 50px;
    }
.marg_top_10{margin-top:10px}.marg_top_20{margin-top:20px}
.line-form {
	margin: 10px 0;
	clear:both
}
.line-form label {
	font-weight: 200;
	padding:5px 0;
	font-size:12px;
	display:block
}
.line-form input , .line-form textarea , .line-form select{padding:5px; border:solid 1px #000; margin-bottom:10px} 
#confirm-devi {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #383838;
}
#confirm-devi h2 {
	font-size: 24px;
	font-weight: 300;
	color: #363636;
	border-left: solid 1px;
	padding-left: 15px;
	margin: 0 0 10px 0;
	letter-spacing:2px
}
#confirm-devi h3 {
	font-size: 20px;
	font-weight: 300;
	border-left: solid 1px;
	padding-left: 15px;
	margin: 50px 0 30px 0;
}
#confirm-devi p{font-size:12px}
.form-confirm-devis {
	margin-top: 20px;
}
.det-devis {
	background: #f7f7f7;
	padding: 0px 40px 10px 37px;
	margin: 25px 0;
	float: right;
	font-size: 18px;
	color: #383838;
}
.det-devis h2 {
	font-size: 20px;
	margin: 25px 0 25px 0;
	letter-spacing:2px
}
.list-det-devis {
	border-top: solid 1px #FFFFFF;
	padding: 10px 0;
	margin: 10px 0;
	font-size: 12px;
	color:#383838
}
.list-det-devis:nth-child(1){border-top:none !important;}
.bordtop {
	border-top: solid 1px #000;
	padding-top:20px !important
}
.det-devis ul {
	margin: 0;
	padding: 0;
}
.det-devis li {
	margin: 0 10px;
	list-style: none;
}
.det-devis p {
	text-align: center;
}
.prix-prod {
	font-size: 14px;
	font-weight: bold;
	float: right;
	color:#666;
}
.total-devis {
	padding: 10px 0px;
	margin: 10px 0;
	font-size: 12px;
	color:#383838
}
.total-devis .prix-prod {
	font-size: 16px;
	font-weight: bold;
	color:#000;
}
.sous-total-prod {
	font-size: 14px;
	font-weight: bold;
	float: right;
	color:#666;
}
#myTab{margin-bottom:24px !important}
#myTab>li>a.nav-link{ text-transform:uppercase; font-weight:bold}
