@font-face {
    font-family: 'kalingaregular';
    src: url('fonts/kalinga-webfont.eot');
    src: url('fonts/kalinga-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kalinga-webfont.woff') format('woff'),
         url('fonts/kalinga-webfont.ttf') format('truetype'),
         url('fonts/kalinga-webfont.svg#kalingaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


* {
outline:none;
font-family: 'kalingaregular';
}

*:hover {
 transition-duration: 0.8s;
-webkit-transition-duration: 0.8s; 
transition-timing-function: ease;
-webkit-transition-timing-function: ease;

}
body {
	background:#FCFCFC;
	margin:0px;
}

.website {
    width: 100%;
    max-width: 1366px;
    min-width: 1010px;
    margin: 0 auto;
}
.topbar {
    background: #303030;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    text-align: right;
}
.topbar div {
	width:990px;
	margin:0px auto;
}

.leftside {
float:left;
width:430px;
margin-right:20px;
margin-bottom:150px;
}

.welcomearea ul {
padding-left: 0px;
}

.welcomearea li {
    height: 19px;
    margin: 10px 0; /* not needed, just to add space between the li's */
    background: url('images/arrow.png') no-repeat left center;
    list-style: none; /* Get rid of the default bullet points */
    padding-left: 25px; /* Offsets the text. Needs to be at least the width of your image */
    line-height: 20px; /* Might have to play with this value a bit */
	font-size: 12px;
}
input[type="text"] {
    height: 30px;
    margin-top: 20px;
    padding: 3px 2px 2px 5px;
    border-radius: 3px;
    border: 1px solid #C5C5C5;
    width: 310px;
}
textarea {
    height: 110px;  margin-top: 20px;  padding: 3px 2px 2px 5px;  border-radius: 3px;  border: 1px solid #C5C5C5;  
    width: 410px;
}

.rightside {
float:left;
width:430px;
margin-bottom:150px;
}

.button {
padding: 8px 20px 5px 20px;
border-radius: 5px;
background: #9F0606;
color: #fff;
font-size: 14px;
font-weight: bold;
border:none;
}

.topbar a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
}

#header {
background: rgb(255, 255, 255);
height: 105px;
border-bottom: 1px solid #E8E8E8;
z-index: 9999;
}

#header div {
width: 990px;
margin: 0px auto;
}

img.logo {
margin: 20px 0px 0px;
}

#header ul {
list-style: none;
float: right;
display: inline-flex;
margin-top: 45px;
}

.phone {
padding: 8px 20px 5px 20px;
    border-radius: 5px;
    background: #9F0606;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

#header ul li {
padding-left: 25px;
}

#header ul a:hover, .active {
border-bottom: 1px solid #eaeaea;
color: rgb(140, 140, 140) !important;
}

#header ul a {
text-decoration: none;
color:rgb(186, 186, 186);
}

.galerie img {
border-radius: 50%;
border: 3px solid #fff;
width: 160px;
margin-right: 25px;
}

.logobar img {
margin-right:45px;
}

.logobar div {
width:990px;
margin:0px auto;
}

.logobar {
background:#fff;
height: 90px;
width: 100%;
padding: 0px;
margin: 0px;
background-repeat:no-repeat;
background-size:contain;
}


.slidertracteurs {
background: url('images/tslider.jpg');
height: 600px;
width: 100%;
padding: 0px;
margin: 0px;
border-bottom: 5px solid #f9f9f9;
}


.sliderscooter {
background: url('images/slider.jpg');
height: 780px;
width: 100%;
padding: 0px;
margin: 0px;
border-bottom: 5px solid #f9f9f9;
height: 610px;
}
.slider {
background: url('images/banner.jpg');
height: 320px;
width: 100%;
padding: 0px;
margin: 0px;
border-bottom: 5px solid #f9f9f9;

}

.welcomearea {
width: 990px;
margin: 0px auto;
font-size: 13px;
color: rgb(117, 117, 117);
padding-top: 30px;
padding-bottom: 50px;
}

.welcomearea h3 {
font-size: 24px;
}

.offers div{
width: 990px;
margin: 0 auto;
}
.offers {
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
background: rgb(74, 74, 74);
border-top: 20px solid #696767;
border-bottom: 20px solid #696767;

}

.footer a {
text-decoration:none;
color:#fff;
}


.footer img {
float: left;
}

img.offer {
width: 460px;
margin-right: 60px;
}

img.sponbar {
width: 100%;
}

.footer div {
width: 990px;
margin: 0 auto;
}

.footer {
background: #303030;
padding: 10px 0px 10px 0px;
color: #fff;
font-size: 12px;
text-align: right;
}


.fixedmenu img.logo {
	width: 95px!important;
	margin-top: 10px!important;
}

.fixedmenu ul {
	margin-top: 25px!important;
}
.fixedmenu {
	position: fixed!important;
	width: 100%!important;
	margin-top: 0px!important;
	top: 0px!important;
	height: 63px!important;
	background: rgba(255, 255, 255, 0.98)!important;
}
