
/*CSS DESIGN  BY IZOWEB.CA*/
/*
@import "css/reset.css";
@import "css/layout.css";
*/
@import "css/FontAwesome4.0.3.css";
/* FONTS
--------------------------------------------------------------------------------------- */
@font-face {

    font-family: 'icons';
    src: url('fonts/icon-webfont.eot');
    src: url('fonts/icon-webfont?#iefix') format('embedded-opentype'),
         url('fonts/icon-webfont.woff') format('woff'),
         url('fonts/icon-webfont.ttf') format('truetype'),
         url('fonts/icon-webfont.svg#DistrictBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {

    font-family: 'gliphicon';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular?#iefix') format('embedded-opentype'),
         url('fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('fonts/glyphicons-halflings-regular.svg#DistrictBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/*--------------------------------------------------------------------------------------- */

/*GENERAL CLASSES*/

label{
	width: 100%!important;
}

a, input{
  transition:all 0.5s ease;
	-webkit-transition-delay:all 0.5s ease;
	-moz-transition-delay:all 0.5s ease;
	-ms-transition-delay:all 0.5s ease;
	-o-transition-delay:all 0.5s ease;
}

* {
  transition: background-color 0.7s ease;

}
*:hover {

}



a, a:link{color:#f00;}
a:visited{color:#f00;}
a:hover, a:focus{color:#000;}
a:active{color:#000; text-decoration:none;}


h1, h2, h3, h4, h5, h6{
	font-family:Open Sans,Arial,Verdana,Tahoma,Helvetica,"Trebuchet MS",Georgia,Times,"Times New Roman","Courier New";
	color:#ea0000;
	padding-bottom: 0.5em;
}

h1{ font-size:30px; line-height:130%;}
h1 a, h1 a:link, h1 a:visited{text-decoration:none;}

h2{font-size:28px; line-height:100%; }
h2 a, h2 a:link, h2 a:visited{text-decoration:none;}

h3{font-size:28px; line-height:100%;}
h3 a, h3 a:link, h3 a:visited{text-decoration:none;}

h4{font-size:27px; line-height:100%;}
h4 a, h4 a:link, h4 a:visited{text-decoration:none;}

h5{font-size:26px; line-height:100%;}
h5 a, h5 a:link, h5 a:visited{text-decoration:none;}

h6{font-size:25px; line-height:100%;}
h6 a, h6 a:link, h6 a:visited{text-decoration:none;}


html body *:focus{outline:none!important;}

html body{
background: url("images/bg.jpg") top left;
padding: 0px;
margin: 0px;
-webkit-overflow-scrolling: touch;
font-family:Open Sans;
}
html body img{
/*fixes width for responsive design*/
width: 100%;
height: auto;
max-width: 100%;
}

.wpcf7 form input, .wpcf7 form button, .wpcf7 form select, .wpcf7 form textarea {
width: 95%;
box-shadow: 2px 3px 10px #E6E6E6;
border: 1px solid #E6E6E6;
margin: 10px 0px 0px 0px;
background: #FFF;
border-radius: 5px;
padding: 10px;
font-size:20px;
line-height: 120%;
}

.wpcf7 span.wpcf7-form-control-wrap{
/*IMPORTANT FOR IE*/
line-height:16px;
font-size:16px;
}

.wpcf7 .wpcf7-submit{
width: auto;
    padding: 10px 20px;
    background: #ee3024;
    color: #FFF;
}
.wpcf7 .wpcf7-submit:hover{
    background: #4e4e4e;
    color: #fff;
}
.wpcf7 span{
/*line-height: auto;*/
}
.wpcf7 span.wpcf7-not-valid-tip {
color: #F00;
font-size: 1em;
display: block;
margin: 10px 0px 20px 10px;
}
.ajax-loader{
/*important for the small loading icon of contact form 7*/
width:auto;
height:auto;
}

/*GOOGLE MAP RESPONSIVE*/
.responsiveContainer {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  box-shadow: 3px 3px 10px #AFAFAF;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END OF ---- GOOGLE MAP RESPONSIVE*/

strong{font-weight:bold;}
em{font-style:italic;}

div.navbar{
background:url("images/diagmonds.png") top left;
}
div.navbar .container{
padding:10px 20px 20px 20px;
}
div.container .jumbotron {
box-shadow: 0px 0px 11px #DBDBDB;
background: #FFF;
}


/*RESPONSIVE THEME BASE STYLES*/
.both{clear:both;}
.backTopLink {
	right: 10px;
	bottom: 10px;
	position: fixed;
	background: url("images/gototop.png") no-repeat top left;
	z-index: 999999999;
	cursor: pointer;
	overflow: hidden;
	height: 34px;
	width: 34px;

}



#callUSLNK{
width: 100%!important;
    display: block!important;
    color: #fff!important;
    text-align: center!important;
    font-size: 1.4em!important;
    padding: 8px 10px!important;
    margin: 0px 0px 0px 0px!important;
    position: relative!important;
    z-index: 999999999!important;
    text-decoration: none!important;
    background: #900900;
}
#callUSLNK:hover{
text-decoration:none;
}
#callUSLNK .fa{
padding-right:5px;
}

.logoheader{
	margin: auto;
    width:80%;
}
    
.garantiezone{
	    padding: 50px 0px;
	border-top:3px solid red;
}
.btnTemplate{
background: #ffe404;
    border: 2px solid #000;
    padding: 12px 30px;
    font-size: 22px;
    color: #000!important;
    margin: 20px 0px;
    display: inline-block;
	
}
.btnTemplate:hover{
	text-decoration:none;
        color: #fff!important;
    background: #ee3024;
}



.bandeslimzone{
    background: url(images/car-road-bg-antirouille.jpg) top -150px center no-repeat;
    min-height: 200px;
    background-attachment: fixed;
    padding: 120px 0px;
    text-align: center;
    background-size: auto 100%;
    border-bottom: 3px solid #ee3024;
    border-top: 2px solid #000;
    margin-bottom: 25px;
}



.banderougezone{
background: url(images/bande-rouge-background.jpg) center center;
    min-height: 300px;
    background-attachment: fixed;
    padding: 150px 0px;
    background-size: cover;
    text-align: center;
}
.banderougezone h1,
.banderougezone h2,
.banderougezone h3,
.banderougezone h4,
.banderougezone h5,
.banderougezone h6{
color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
	    letter-spacing: 2px;
		line-height:130%;
}
.banderougezone h4
{

        font-weight: 400!important;
    font-size: 33px;
    padding: 10px 0px;

}
.avantagescta{
	border-bottom:2px solid red;
}

.leftFullsize{
	float:left;
	width:85%;
}
.rightFullsize{
	float:left;
	width:100%;
	
}
.avantageslistright{
	padding:7% 3% 0% 3%;
}


ul.checkmarks{    
list-style:none!important;
}
ul.checkmarks li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0px 10px 0 -25px;
    color: #f00;
}
ul.checkmarks li{    
padding: 5px 0px;
    font-size: 1.2em;
}
.footermap{
	width:100%;
	height:550px;
}

.phonebullet{
	    background: url(images/phone-icon.png) center left no-repeat;
    padding: 15px 2px 15px 79px;
    font-size: 35px;
}

.topredband{
display:none;
	padding: 4px 0px;
}
.righttopaddress{
 float: right;
}
.righttopaddress a,.righttopaddress a:hover{
 color:#666;
 text-decoration:none;
}
.fierdepuis{
 float: left;
}

iframe.footermap{
	border-top: 4px solid #ee3024!important;
    margin-top: 100px;
}
.zoneprix{
	
	
}


/*qqq QQQ Queries :D */

@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {



	
}

@media only screen and (min-width: 768px) {

	#callUSLNK{display:none!important;}

	.logoheader{
	margin: auto;
    width: 50%;
}


	.topredband{
    background: rgba(0, 0, 0, 0);
    color: #666;
    display: block;
	}


		
	
}
@media only screen and (min-width: 990px) {


}
@media only screen and (min-width: 1200px) {






	.leftFullsize{
		float:left;
		width:50%;
	}
	.rightFullsize{
		float:left;
		width:50%;
		
	}
	
	
}
@media only screen and (min-width: 1600px) {




	.bandeslimzone{
		
		background-size: 100% auto;
		
	}
	
}










#containercontent{
min-height: 750px;
height: auto !important;
height: 750px;
}

.featureImg{
width:100%;
margin-bottom:15px;
}
.page-header{
margin-top:0px;
}

.panel-body{
padding-top:0px;
}
.form-horizontal .control-label {
text-align: left;
}
.navbar-inverse .navbar-brand {
color: #1DAD29;
font-size:40px;
}
.navbar-inverse .navbar-brand:hover {
color: #1DAD29;
}
.container ul.navbar-nav>li>a {
    margin: 0px;
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 18px;
    text-transform: uppercase;
    color: #424242;
    font-weight: bold;
}
.container ul.navbar-nav>li>a:hover,
.container ul.navbar-nav>li.current_page_item>a,
.container ul.navbar-nav>li.current_page_item>a:hover,
.container ul.navbar-nav>li.active>a,
.container ul.navbar-nav>li.active>a:hover,
.container ul.navbar-nav > .current_page_parent > a,
.container ul.navbar-nav > .current_page_parent > a:hover{
color: #ee3024;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .container ul.navbar-nav>.open>a,
.navbar-inverse .container ul.navbar-nav>.open>a:hover,
.navbar-inverse .container ul.navbar-nav>.open>a:focus {
color:#1DAD29;
background-color: #414141;
}
#mainnav {
/*
position: relative;
top: -25px;
*/
}
.modal-body img{width:100%;}




div.navbar.navbar-static-bottom{
position: relative;
min-height: 50px;
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid rgba(0, 0, 0, 0);
}
div.navbar.navbar-static-bottom a,
div.navbar.navbar-static-bottom{
color:#d6d6d6!important;
}
.rightzoneprix{
    padding: 10% 0% 0% 2%;

}





/*


#contenu{
	min-height:435px;
	height:auto !important;
	height:435px;
	
	width: 970px;
	padding: 0px 10px;
	font-size: 16px;
	font-family: arial;
	line-height: 18px;
	margin-top:20px;
}

article{
	margin-bottom:20px;
	padding:0px 20px;
}
article h1{
	margin-bottom:10px;
}
aside{
	width:220px;
	float:left;
}

#footerContainer{
    border-top: 1px solid #CCCCCC;
    box-shadow: 0 2px 4px #CCCCCC;
    margin-top: 50px;
}
#webmaster{
	float:right;
}

a#copyLNK:link,
a#copyLNK:active,
a#copyLNK:visited{
	text-decoration:none;
}
a#copyLNK:hover{
	text-decoration:underline;
}

a#facebook:link,a#facebook:active,a#facebook:visited,a#facebook:hover{
	background:url("images/facebook.png") top left no-repeat;
    display: block;
    float: right;
    position: relative;
	padding-right:5px;
}
a#twitter:link,a#twitter:active,a#twitter:visited,a#twitter:hover{
	background:url("images/twitter.png") top left no-repeat;
    display: block;
    float: right;
    position: relative;
	padding-right:5px;
}

a#addToAny:link,a#addToAny:active,a#addToAny:visited,a#addToAny:hover{
	display: block;
    float: right;
    height: 39px;
    position: relative;
    width: 39px;
	padding-right:5px;
}
a#addToAny img{display:block;}



#IZOWebSignature{
	font-family: arial;
    font-size: 12px;
    margin:7px auto 25px auto;
    width: 990px;
}

#IZOWebSignature a:link,#IZOWebSignature a:active,#IZOWebSignature a:visited{
	color:#000000;
}
#IZOWebSignature a:hover{
	color:#000000;
}



*/


.rabaispromo, .rabaispromo *{
    width: 100%;
    text-align: center;
    background: red;
    color: white;
    margin: 0px;
    line-height: 100%;
    font-size: 23px;
    font-weight: bold;
    
}
.rabaispromo{
    border-top: 1px solid white;
    padding: 10px 30px;
    
}





