
.slider .form input.button{
 background-image: url('../img2/flche-point.png');
}
  
.top{

    background-color: #2C3459;
}

.navbar-inverse .navbar-inner{

    background-image: none;
    background-color: #2C3459 !important;
    border-color: red;
}

.form input.button{
    background: red;
}

.slider .form input.button {
    float: center;
    width: auto;
    color: #fdfdfd;
    padding: 8px 18px 8px 59px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 31px;
    margin: 10px auto;
    display: block;
    height: auto;
    border: 0;
    border-radius: 4px;
    text-align: left;
    text-transform: uppercase;
    text-shadow: none;

}

img.item1 {
    height: 134px;
}


.flex-container.links{
 display:flex;
 justify-content:center;

}


.mitu{
    margin-right:23px;
    margin-bottom:20px;
}
.mitu h4{
    
    margin-bottom: 0px;
    background: red;
    padding: 10px;
    color: white;
    text-align: center;
}
.mitu-nav{
    list-style: none;
    
    background: #EAEAEA;
    margin: 10px;
    padding: 30px;
    margin: 0px;
}

.mitu-nav a{
font-size: 17px;
    padding: 10px;
    margin: 5px;
    line-height: 1.7;
    font-family: inherit;

}


.container.mentions {
    display: flex;
}
.content.side-bar{
    display: flex;
    flex-direction: column;
}

.link-image{

    width: 300px;
}

.link-image h3{
    background: #2C3459;
    text-align: center;
    padding: 20px;
}
.link-image h3 a{
    text-align: center;
    color: white !important;

}

ul.mitu-nav.single-page{
    padding: 5px;
    border-right: 1px solid red;
    border-left: 1px solid red;
}
ul.mitu-nav.single-page li{

    text-align: center;
}

ul.subMenu{
    width: 260px;
}

.row6.compare{
    display: flex;
    justify-content: center;
}

button.btn.btn-compare{
background-color: red;
border: none;
color: black;
padding: 12px 16px;
font-size: 16px;
cursor: pointer;
width: 196px;
height: 61px;
background-image: none;
display: flex;
justify-content: space-around;
align-items: center;
color:white;
}

ul.subMenu{
    background: #2c3459;
}


.slider .container .span6.right-form{

    background:url('http://www.lecomparateur-auto.fr/img2/form-bg.png') repeat;
}
.slider .form input {
    height: 30px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  font-family: 'segoe ui';
}

.nav {
  z-index: 55;
  width: 100%;
  background-color: #4d4d4d;
  position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: none;
  font-size: 22px;
  color: #fff;
 
}

.nav > .nav-btn {
  display: none;
      margin-top: -26px;
}

.nav > .nav-links{
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
  display: none;
}

@media (max-width:680px) {
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) + .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked + .nav-links {
    height: calc(100vh - 50px);
    
  }

 

}



@media(min-width: 950px){

    ul.new-nav li{
    display: inline;
}

ul.new-nav.slide1,ul.new-nav.slide2 {
    display: none;
}

.top.nav1{
    display: none;
}


}
button.btn.btn-navbar{
    display: none;
}

.nav{
    display: flex;
    justify-content: space-around;
   
}

ul.new-nav{
    list-style: none;
}
ul.new-nav li {
   
    padding: 5px;
    

} 
ul.new-nav li a{
    color: white;
    font-size: 15px;
    font-family: inherit;
    

} 
ul.new-nav li a:hover{
    color: red;

} 
@media(min-width: 950px){

    .nav2{
        display: block;
    }
}


.nav{
    background:none;
}
.navbar-inverse .navbar-inner{

    border:none;
}
.top{
    border:none;
}

a.active{
        color: #9a9a9a !important;

}