/*
* Bootstrap fix
*/
.modal-backdrop{
    z-index: 30 !important;
}
/********/
/**********************
******** Sprite *******
**********************/
.layout-img {
    background-image: url(../img/layout-img.png);
    background-repeat: no-repeat;
    display: block;
}

.layout-img-drapeau_0 {
    width: 18px;
    height: 13px;
    background-position: -5px -5px;
}

.layout-img-drapeau_1 {
    width: 18px;
    height: 13px;
    background-position: -33px -5px;
}

.layout-img-drapeau_2 {
    width: 18px;
    height: 13px;
    background-position: -61px -5px;
}

.layout-img-footer_adaptable {
    width: 23px;
    height: 23px;
    background-position: -89px -5px;
}

.layout-img-footer_garantie {
    width: 23px;
    height: 23px;
    background-position: -122px -5px;
}

.layout-img-footer_livraison {
    width: 23px;
    height: 23px;
    background-position: -5px -38px;
}

.layout-img-footer_paiement {
    width: 23px;
    height: 22px;
    background-position: -38px -38px;
}

.layout-img-icn_about {
    width: 17px;
    height: 17px;
    background-position: -71px -38px;
}

.layout-img-icn_fb {
    width: 31px;
    height: 32px;
    background-position: -98px -38px;
}

.layout-img-icn_follow {
    width: 20px;
    height: 18px;
    background-position: -139px -38px;
}

.layout-img-icn_instagram {
    width: 31px;
    height: 32px;
    background-position: -5px -80px;
}

.layout-img-icn_meca {
    width: 18px;
    height: 17px;
    background-position: -139px -66px;
}

.layout-img-icn_modes_paiement {
    width: 126px;
    height: 47px;
    background-position: -169px -5px;
}

.layout-img-icn_plus {
    width: 14px;
    height: 14px;
    background-position: -169px -62px;
}

.layout-img-icn_telephone {
    width: 13px;
    height: 22px;
    background-position: -193px -62px;
}

.layout-img-icn_temoignage {
    width: 14px;
    height: 14px;
    background-position: -216px -62px;
}

.layout-img-icn_twitter {
    width: 31px;
    height: 32px;
    background-position: -240px -62px;
}

.layout-img-icn_youtube {
    width: 31px;
    height: 32px;
    background-position: -46px -104px;
}

.layout-img-icon-fidelite-03 {
    width: 26px;
    height: 32px;
    background-position: -87px -104px;
}

.layout-img-loupe {
    width: 17px;
    height: 17px;
    background-position: -281px -62px;
}

.layout-img-sep {
    width: 1px;
    height: 36px;
    background-position: -123px -89px;
}



/*********************/
/* FIN SPRITE ********/
/*********************/
﻿.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.top10{
    margin-top: 10px;
}
.top15{
    margin-top: 15px;
}
.top30{
    margin-top: 30px;
}
.top50{
    margin-top: 50px;
}
.tright{
    text-align: right;
}

.btn-primary{
    background-color: #1a203d !important;
}


.ib {
    display:inline-block !important;
}
.ml15 {
    margin-left:15px;
}
blockquote {
    font: 16px "robotomedium_italic";
    color: #434343;
    max-width:330px;
}


.bloc_my_s{
    display:none;
}
.right {
    float:right;
    display:inline-block;
}
.left {
    float:left;
}
.clear {
    clear:both;
}
.pad10{
    padding: 10px;
}
.center{text-align: center;}
.rotate180 {
    -moz-transform:rotate(180deg); 
    -webkit-transform:rotate(180deg); 
    -o-transform:rotate(180deg);
}
body{
    margin:0;
    background: url(../img/background/Motif-Background-E4x4.png);
}
h2{
    font-family:"robotobold";
    font-size:24px;
    color: #001245;
    margin:0;
}
h3{
    color: #434343;
    display: inline-block;
    font-family: "robotomedium";
    font-size: 18px;
    margin: 0;
}
aside h3{
    color: #434343 !important;
    font-family: "robotomedium" !important;
    font-size: 18px !important;
    margin: 0 !important;
    font-weight: normal !important;
}
h4{
    color: #FFFFFF;
    font-family: "arial";
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}
// h1 style 1
h1.s1{
    font-family: "robotomedium";
    border-bottom: 1px solid #cfcfcf;
    color: #434343;
    font-size: 22px;
    padding: 0 0 15px 0;
}
.btn-perso:hover{
    text-decoration: none;
}
.btn-perso{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: "robotobold";
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
ul.ulG{
    padding-left:15px;
}
li.liG{
    list-style:none;
    font-family:"robotomedium";
    font-size:14px;
    color:#005396;
}
li.liG a:link, li.liG a:visited{
    text-decoration:none;
    color:#005396;
}
.liste_2cols,
.liste_1cols  {
    /*width:100%;*/
}
.liste_2cols div,
.liste_1cols div{
    width:49%;
    display:inline-block;
    vertical-align:top;
    position:relative;
}
.liste_1cols div{
    width:100%;
}
.absolut_right15  {
    position:absolute;
    top:0;
    right:15%;
}
/************ HEADER ***************/
header.general{
    height:130px;
    background-color: #001245;
    box-shadow: 0px 5px 5px #aaa; 
    min-width: 960px;
    z-index:31;
    color: #001245;
    /*	transition: all 0.5s linear 0s;
            /* Safari */
    /*	-webkit-transition: all 0.5s linear 0s;*/
}
header.general.resp{
    min-width: 0;
}
header.general, header.general *{
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
section.content{
    max-width:960px;
    width:100%;
    margin:auto;
    position:relative;
    height:100%;

    transition: all 0.5s linear 0s;
    /* Safari */
    -webkit-transition: all 0.5s linear 0s;
}
.logo_header{
    margin-top:10px;
    margin-bottom:10px;
    vertical-align:top;

    height:100%;
}
header.general .input_recherche{
    vertical-align: top;
    margin-top:30px;
}
header.general .input_recherche::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555;
}
header.general .input_recherche:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555;
   opacity:  1;
}
header.general .input_recherche::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555;
   opacity:  1;
}
header.general .input_recherche:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #555;
}

header.general .input_recherche:focus{
    outline: none;
}

header.general .drapeaux{
    /*	display:inline-block;*/
    vertical-align: top;
    margin-left:36px;
    margin-top:12px;
    position:absolute;
    top:0;
    right:160px;
}
header.general .drapeaux i{
    margin-right:6px;
}
.bloc_my{
    position: absolute;
    width: 131px;
    height:122px;
    background-color: #ffffff;
    display:inline-block;
    margin-left:20px;
    padding-left:20px;
    padding-top:8px;
    font-size:14px;
    right:0;
}
.bloc_my .my_euro4x4 span{
    font-size: 17px;
}
.bloc_my .mon_panier{
    font-size: 16px;
    font-family: "robotobold";
    margin-left: 8px;
    vertical-align: top;
    line-height:17px;
    color: #434343;
}
.bloc_my .article {
    text-decoration:none;
    color: inherit;
}
.roboto_light{
    font-family: "robotolight";
}
.roboto_bold{
    font-family: "robotobold";
}


header.general form {
    margin:0;
    padding:0;
    /*	display:inline-block; */
    position:absolute;
    left:362px;
}

#H_logo {
    position:absolute;
    height:68px;
    background-color: inherit;
    z-index:2;
}

.input_recherche{
    width:289px;
    height:26px;
    border: 1px solid #a7a7a7;
    border-radius:5px 0 0 5px;
    color: #a7a7a7;
    font-size: 12px;
    padding-left:18px;
    font-family: "robotolight";
    border-right:0;

    -pie-border-radius:5px 0 0 5px;
    behavior: url(/public/css/PIE.htc);
    /*	background: url("../img/loupe.png") 315px 5px no-repeat #ffffff;*/
}
header.general .btn_search {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.btn_search {
    width:35px;
    height:30px;
    border: 1px solid #a7a7a7;
    border-left:0;
    border-radius:0 5px 5px 0;
    margin-top:30px;

    -pie-border-radius:border-radius:0 5px 5px 0;
    behavior: url(/public/css/PIE.htc);
}
.btn_search:hover {
    cursor:pointer;
}

header.general .contact{
    display: inline-block;
    width:310px;
    height:35px;
    line-height:35px;
    background-color: #000c34;
    border-radius:5px;
    box-shadow: 0px 0px 40px #001245 inset;
    -moz-box-shadow:0px 0px 40px #001245 inset;
    -webkit-box-shadow:0px 0px 40px #001245 inset;
    -o-box-shadow:0px 0px 40px #001245 inset;

    position:absolute;
    left:0;
    bottom:10px;
}

header.general .contact a {
    margin-left: 195px;
    position: relative;

    width:110px;
    border-radius:5px;
    background-color:#fdfdfd;
    border: 1px solid #c9c9c9;
    color: #434343;
    font-size:16px;
    font-family:"robotomedium";
    padding: 1px 8px;

    text-decoration:none;
    color:inherit;

    -pie-border-radius:5px;
    behavior: url(/public/css/PIE.htc);
}

header.general .horaire{
    font-size: 16px;
    font-family:"robotobold";
    color: #eeeeee;
    text-shadow: 0px 0px 3px #000000;
    margin-left:20px;
    margin-right:10px;
    position: absolute;
}
header.general .horaire i{
    vertical-align:middle;
    margin-right:3px;
}

#H_logo_m:hover{
    cursor:pointer;
}
.modal button{
    width: auto;
}
button {
    width:110px;
    border-radius:5px;
    background-color:#fdfdfd;
    border: 1px solid #c9c9c9;
    color: #434343;
    font-size:16px;
    font-family:"robotomedium";
    padding:0;
}
button a{
    text-decoration:none;
    color:inherit;
}
header.general button:hover{
    cursor:pointer;
}

header.general nav{
    display: inline-block;
    width:472px;
    height:35px;
    margin-left:7px;
    font-family:"robotomedium";
    font-size:15px;
    position: absolute;

    left:310px;
    bottom:10px;	
}
header.general a.menu{
    display: inline-block;
    width:150px;
    text-shadow: 0px 0px 8px #003967;
    color: #eeeeee;
    line-height:35px;
    vertical-align:top;
    text-align:center;
    text-decoration: none;

    transition: box-shadow 0.3s ease-out 0s;
    /* Safari */
    -webkit-transition: box-shadow 0.3s ease-out 0s;
}
header.general a.menu:hover{
    border-radius:5px;
    background-color:#000c34;
    /*	box-shadow: 0px 0px 40px #001245 inset; */
}

#lien_connect a:link , #lien_connect a:active, #lien_connect a:visited{
    text-decoration:none;
    color: inherit;
}

/*********** Fin header **************/
/************ ASIDE **************/
/************* Webzine          ************************/
article.webzine {
    width:100%;
    height:auto;
    background-color: #ffffff;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    z-index: 10;
}
@media screen and (min-width: 992px) {
    article.webzine{
        max-width:720px;
    }
}
article.webzine section{
    padding: 0;
    border-right: 1px solid #cfcfcf;
}
article.webzine section:last-child{
    border-right: 0;
}
article.webzine .wtitre i{
    display: inline-block;
    vertical-align: middle;
}
article.webzine .wtitre{
    background: #d3cdb2; /* Old browsers */
/*    background: -moz-linear-gradient(top,  #072369 39%, #001140 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#072369), color-stop(100%,#001140));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #072369 39%,#001140 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #072369 39%,#001140 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #072369 39%,#001140 100%);  IE10+ 
    background: linear-gradient(to bottom,  #072369 39%,#001140 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072369', endColorstr='#001140',GradientType=0 );  IE6-9 */
    text-align: center;
    padding: 15px;
}
article.webzine .wtitre h3{
    color:#001245;
    margin: 0;
    font-family: "robotobold";
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}
@media screen and (min-width: 992px) {
    article.webzine .wlienimg{
        margin: 0;
        padding: 0;
    }
}
article.webzine .wlienimg{
    height: 200px;
    line-height: 200px;
    /*width: 100%;*/
    display: block;
    background-color: #eeeeee;
    text-align: center;
}
@media screen and (max-width: 600px) {
    article.webzine .wlienimg{
        height: 150px;
    }
}
article.webzine .wimg{
    max-height: 200px;
    /*    max-width: 239px;
        width: 100%;
        overflow: hidden;*/
}
@media screen and (max-width: 600px) {
    article.webzine .wimg{
        max-height: 150px;
    }
}
article.webzine .wimgDiv{
    background-size: cover;
    width: 249px;
    height: 200px;
}

@media screen and (min-width: 992px) {
    article.webzine .wart{
        min-height: 260px;
    }
}
article.webzine .wart .container-fluid{
    margin: 0;
    padding: 0;
    width: 100%;
}
article.webzine .wart h3{
    padding-left: 5px;
    margin: 10px 0;
    color:#626262;
    font: 15px "robotolight";
    vertical-align: bottom;
}
article.webzine .wart a.cursor{
    cursor: default;
}
article.webzine .wart.hover{
    background-color: #dce0ec;
}
article.webzine .wart.hover img{
    opacity: 0.8;
}
/*article.webzine .wvoile{
    width: 100%;
    height: 100%;
    background-color: #dce0ec;
    opacity: 0.5;
    z-index: 899;
    position: absolute;
    top: 0px;
    display: none;
}*/
article.webzine .wnav{
    margin: 0px 20px;
    padding: 10px 0 3px;
    text-align: center;
    border-top: 1px solid #cfcfcf;
}
article.webzine .wnav a{
    color: #133080;
    font-family: "robotomedium";
}
article.webzine .wnav a span{
    font-size: 12px;
    top: 2px;
}
span.wleft{
    position: absolute;
    top: 35%;
    z-index: 900;
    padding: 10px;
}
span.wright{
    position: absolute;
    top: 35%;
    z-index: 900;
    padding: 10px;
    right: 0;
}
article.webzine .warrows{
    /*    position: absolute;
        z-index: 900;
        width: 100%;
        top: 40%;*/
    display: none;
}
article.webzine .warrows:hover{
    cursor: pointer;    
}
article.webzine .warrows .wleft{
    float: left;
    padding-left: 10px;
}
article.webzine .warrows .wright{
    float: right;
    padding-right: 10px;
}
@media screen and (min-width: 992px) {
    article.webzine header{
        text-align: center;
    }
}
article.webzine header{
    background-color: #d3cdb2;
    padding: 15px;
    color: #001245;
}
article.webzine header h2{
    margin: 0;
    font-size:22px;
    font-family: "robotobold";
}
section.webzine_colonne{
    width:223px;
    height:326px;
    display:inline-block;
    margin-left:11px;
    background-color:#eeeeee;
    position: relative;
}

section.webzine_colonne .icn_plus{
    position:absolute;
    right:10px;
    bottom:10px;

    transition: transform 0.2s linear 0s;
    /* Safari */
    -webkit-transition: -webkit-transform 0.2s linear 0s;
}

section.webzine_colonne .icn_plus:hover{
    -moz-transform:rotate(90deg); 
    -webkit-transform:rotate(90deg); 
    -o-transform:rotate(90deg);
    cursor:pointer;
}


/************* Fin Webzine      ************************/
article.rs {
    margin-top: 15px;
    width:100%;
    height:auto;
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    z-index: 10;
}
article.rs span{
    margin-top: 5px;
}
@media screen and (max-width: 424px) {
    article.rs .button{
        margin-top: 10px;
    }
}
article.rs .button{
    /*background-color: #002475;*/
    background: #072369; /* Old browsers */
    background: -moz-linear-gradient(top,  #072369 39%, #001140 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#072369), color-stop(100%,#001140)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #072369 39%,#001140 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #072369 39%,#001140 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #072369 39%,#001140 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #072369 39%,#001140 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072369', endColorstr='#001140',GradientType=0 ); /* IE6-9 */

    font-family: "robotolight";
    border-radius: 6px;
    color: #fafafa;
    text-align: center;
    padding: 5px 0px;
    vertical-align: middle;
}

article.rs .row:first-child{
    background-color: #0c1f52;
}
article.rs .row:last-child{
    background-color: #fafafa;
    padding: 10px 0;
}
article.rs h3{
    color: #ffffff;
    font-family: "robotomedium";
}
/********************************/
/****** Temoignange *************/
article.tem{
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    background-image: url(../img/icones/icn_temoignage_profil5.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    min-height: 250px;
    z-index: 10;
}
article.tem header{
    background-color: #ffffff;
    padding: 10px 15px 0 15px;
    color: #001245;
}
article.tem header h2{
    margin: 0;
    font-family: "robotomedium";
}
article.tem p.txt{
    padding: 10px;
    /*margin: 5px;*/
    margin: 5px 200px 30px 5px;
    border: 1px #e5e5e5 solid;
    box-shadow: #e5e5e5 0px 0px 10px;
    min-height: 125px;
    max-height: 180px;
    overflow: auto;
    /*background-color: #ffffff;*/
    background-color: rgba(255,255,255,0.6);
}
article.tem p.txt span{
    font-family: "robotobold";
    font-style: italic;
    margin-right: 5px;
}

@media screen and (max-width: 520px) {
    article.tem p.txt{
        margin: 5px 50px 30px 5px;
    }
}
/******************************/
/************ HOMEPAGE **************/
#page {
    position: relative;
    width:960px;
    margin:auto;
    margin-top:10px;
    min-height: 745px;
}
#page.resp {
    width: 100%;
    max-width:960px;
}
.ombre{
    position:relative;
    margin-top:10px;
    box-shadow: 0px 1px 5px #aaa;
}
.ombre2{
    position:relative;
    margin-top:10px;
    box-shadow: 0px 4px 7px #aaa;
}
.conteneur {
    background-color: #ffffff;
    padding: 10px 20px 20px;
    width: 680px;
    min-height:707px;
}
.conteneur-resp {
    background-color: #ffffff;
    padding: 15px 30px;
}
@media screen and (min-width: 992px) {
    .conteneur-resp {
        max-width:705px;
        margin-top: 0;
    }
}
@media screen and (max-width: 991px) {
    .conteneur-resp{
        max-width:992px;
        margin-top: 50px;
    }
}
#page .colonneMilieu{
    width:100%;
    max-width:720px;
}
#page aside.colonne_droite{
    margin-left: 10px;
    position: absolute;
    right: 0;
    width: 230px;
    top:0;
}
optgroup {
    margin-bottom: 10px;
}

/************ Colonne Droite **********************/
header.header_aside{
    height:35px;
    line-height:35px;
    border-bottom: 1px solid #cfcfcf;
}
header.header_aside i,
header.header_aside img{
    display:inline-block;
    margin-left:10px;
}
aside.colonne_droite article {
    background-color:#ffffff;
    width: 230px;
    position:relative;
    margin-bottom:11px;
    padding-bottom: 8px;
}
.icn_plus{
    position:absolute;
    right:10px;
    bottom:10px;

    transition: transform 0.2s linear 0s;
    /* Safari */
    -webkit-transition: -webkit-transform 0.2s linear 0s;
}
aside.colonne_droite .icn_plus:hover{
    -moz-transform:rotate(90deg); 
    -webkit-transform:rotate(90deg); 
    -o-transform:rotate(90deg);
    cursor:pointer;
}
/************ Temoignage      *********************/
article.temoignage{	
    height:265px;	
}
article.temoignage.ombre{	
    margin-top:0;
}
aside.home article.temoignage.ombre{	
    margin-top:10px;
}
section.bulle_temoignage{
    background: url("../img/bloc_dial.png") no-repeat;
    height: 171px;
    margin: auto;
    width: 208px;
    margin-top:15px;
    padding-top:10px;
}
section.bulle_temoignage .texte_temoignage{
    width: 185px;
    margin:auto;
    font-family:"robotomedium";
    font-size: 13px;
    /*	text-shadow: 1px 0px #4d4d4d; */
    color: #434343;
}
section.bulle_temoignage .nom_temoignage{
    position: absolute;
    bottom : 7px;
    width: 190px;
    margin: auto;
    text-align : center;
    font-family:"robotomedium";
    font-size: 12px;
}
section.bulle_temoignage .pause_temoignage {
    position: absolute;
    bottom: 68px;
    right: 15px;
    height: 15px;
}
/************ Mécanique 4x4      *********************/
article.mecanique{	
    height:255px;	
}
.mecanique_image {
    width:100%;
    height: 110px;
    margin-top:10px;
}
article.mecanique li.liG a:link, li.liG a:visited{
    font-family:"robotomedium";
    font-size:14px;
    text-decoration:none;
    color:#434343;
}

/************ On parle de nous   *********************/
article.about {
    height: 240px;
}
.logo_m6 {
    margin: 10px 0px 10px 15px;
}
/************ Suivez-nous        *********************/
article.reseaux {
    min-height: 170px;
}
article.reseaux > a{
    /*height: 170px;*/
    margin-top: 15px;
    margin-left:18px;
}
.icn_reseaux {
    display:inline-block;
    margin-top: 15px;
}
.input_newsletter{
    width: 160px;
    height:25px;
    border: 1px solid #b8b8b8;
    border-radius:5px 0px 0px 5px;
    color: #a7a7a7;
    font-size: 12px;
    padding-left:10px;
    font-family: "robomedium";
    margin-top:20px;
    margin-left:11px;
    box-shadow: 0px 0px 5px #e1e1e1 inset;
}
.btn_newsletter{
    width: 35px;
    height:29px;
    border: 1px solid #b8b8b8;
    border-left: 0px;
    border-radius:0px 5px 5px 0px;
    color: #ffffff;
    font-size: 12px;
    font-family: "robomedium";
    vertical-align:bottom;
    background-color:#005396;
    box-shadow: 0px 0px 5px #004680 inset;
}
.btn_newsletter:hover{
    cursor:pointer;
}


/****************** FOOTER ********/
footer.general {
    margin-top:70px;
    /*	height:495px; */
    background-color: #001245;
    font-family:"arial";
    font-size:12px;
    color: #ffffff;
    padding-top:20px;
    font-weight:600;
    box-shadow: 0 15px 10px -10px #00386F inset;	
    min-width:0px;
}
@media screen and (min-width: 972px) {
    footer section.content article {
        /*width:230px;*/
        margin-right:50px;
    }
}
@media screen and (min-width: 841px) and (max-width: 972px){
    footer section.content article {
        width: 48%;
    }
    footer section.content{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 841px) {
    footer section.content article {
        width: 100%;
        margin: 0;
    }
    footer section.content{
        width: 100%;
        text-align: center;
    }
}
article.toutes_marques {
    display:inline-block;
    vertical-align:top;
}
article.toutes_pieces {
    width:410px;
    display:inline-block;
    vertical-align:top;
    margin-right: 30px;
}
section.colonne {
    width:48%;
    display:inline-block;
    vertical-align:top;
    margin-right: 4px;
}
nav.liens_footer {
    width:225px;
    display:inline-block;
}
footer.general ul {
    padding:0;
}
footer.general div.prio{
    margin-bottom:20px;
}
footer.general .prio li, footer.general li.prio{
    font-family: "arial";
    font-size:13px;
    font-weight:bold;
}
/*footer.general .prio li a:link, footer.general li.prio a:link, footer.general .prio li a:visited, footer.general li.prio a:visited{
        text-decoration:none;
        color: #ffffff;
}*/
footer.general li a:link, footer.general li a:link, footer.general li a:visited, footer.general li a:visited{
    text-decoration:none;
    color: #ffffff;
}

footer.general li{
    list-style:none;
    font-family: "arial";
    font-size:12px;
    font-weight:normal;
}
ul.liste_pieces{
    margin-bottom:16px;
}

nav.liens_footer section {
    width:213px;
    /*	background-color: rgba(rgba(0, 58, 116, 0.42));*/
    border-radius:5px;
    /* 	box-shadow: 8px 12px 10px -10px #fafafa inset;*/
    margin-bottom:12px;
    font-size:12px;
    padding: 5px 0 5px 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*	background:radial-gradient(rgba(0, 18, 69, 0.42), rgba(0, 18, 69, 0.70));
            background: -webkit-radial-gradient(rgba(0, 18, 69, 0.42), rgba(0, 18, 69, 0.70)); /* Safari */
    /*	background: -o-radial-gradient(rgba(0, 18, 69, 0.42), rgba(0, 18, 69, 0.70)); /* For Opera 11.1 to 12.0 */
    /*	background: -moz-radial-gradient(rgba(0, 18, 69, 0.42), rgba(0, 18, 69, 0.70)); /* For Firefox 3.6 to 15 */
    background-color: #000c34;






    /*	-pie-background: linear-gradient(#003C76, #001245); /*PIE*/
    behavior: url(/public/css/PIE.htc);
}

nav.liens_footer section.cgv {
    padding: 5px 54px 5px 12px;
    width: 159px;
}

nav.liens_footer a {
    text-decoration:none;
    color: #ffffff;
}

nav.liens_footer .reassurance img,
nav.liens_footer .reassurance i{
    height:22px;
    margin-right:15px;
    margin-left:10px;
    vertical-align: middle;
    display: inline-block;
}

.copyright {
    margin-top:15px;
    font-size:13px;
    font-weight:normal;
}

#voile, #voileMob {
    position:absolute; 
    width:100%; 
    height:100%; 
    background-color:white; 
    opacity:0.7; 
    z-index:1;  
    filter:alpha(opacity=50); 
}
.loader {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index:11;
    opacity: .90;
}

.no-dispo{
    transition: opacity 0.1s linear 0s;
    /* Safari */
    -webkit-transition: opacity 0.1s linear 0s;
}
.no-dispo:hover{
    opacity:0.5;
    -ms-filter: "alpha(opacity=50)"; 
}

.tooltip_style2 {
    min-height:10px !important;
    line-height:10px;
    font-size:12px !important;
    background-color:#ffffff !important;
    color:#000000 !important; 
    z-index:99999999 !important;
}
.overflow300 {
    max-height:300px;
    overflow:auto;
}

.arianeG {
    margin: 12px 0;
    display: block;
    padding-left:5px;
    padding-top:10px;
    color:#001245;
}
.arianeG  img{
    margin: 0 5px;
    vertical-align:middle;
}
.arianeG  a,
.arianeG  a:link,
.arianeG  a:active,
.arianeG  a:active,
.arianeG  label {
    font: 14px "robotobold" !important;
    color: #005396 !important;
    border:0 !important;
}
.arianeG  span {
    font: 14px "robotobold" !important;
    color: #959595 !important;  /* 282828 */
    border:0 !important;
}

.myeuro .arianeG{
    margin-top: 0;
}
.myeuro .arianeG a,
.myeuro .arianeG  a:link,
.myeuro .arianeG  a:active{
    font: 13px robotomedium !important;
    color: #333366;
    vertical-align: middle !important;
}
.myeuro .arianeG img{
    
}

/********** Formulaire ***************/
#validation-error {
    display: block;
    margin-bottom: 7px;
    font-family:"robotomedium";
    font-size:14px;
    color: #db2232;
    min-height: 25px;
}

/* ============================================================================================================================
== OVAL SPEECH BUBBLE (more CSS3)
** ============================================================================================================================ */
blockquote.bulle{
    background-image: url('../img/bulle.png'); 
    background-repeat: no-repeat;
    max-width:390px;

    position:relative;
    width:400px;
    display:inline-block;
    font-size:14px;
    /*  left:196px;
    float:right; 
      padding:50px 40px;*/
    padding: 10px 25px;
    margin:1em auto 50px;
    text-align:center;
    color:#000000;
    min-height: 140px;
    /*background:#5a8f00;*/
}
blockquote.oval-speech{
    max-width: 720px;
}
.touareg {
    border: 1px solid #000;
    vertical-align:top;
    display:inline-block;
    border-radius:15px;
}
.oval-speech {
    position:relative;
    width:400px;
    display:inline-block;
    font-size:15px;
    box-shadow: 2px 5px 9px #C8C7CC;
    /*  left:196px;
    float:right; 
      padding:50px 40px;*/
    padding: 15px 20px;
    margin:1em auto 50px;
    text-align:center;
    color:#000000;
    background:#5a8f00;
    /* css3 */


    /*  background:-webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
      background:-moz-linear-gradient(#b8db29, #5a8f00);
      background:-o-linear-gradient(#b8db29, #5a8f00);
      background:linear-gradient(#b8db29, #5a8f00); 
    
    */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#FAF8FF), to(#E6E5EB));
    background:-moz-linear-gradient(#FAF8FF, #E6E5EB);
    background:-o-linear-gradient(#FAF8FF, #E6E5EB);
    background:linear-gradient(#FAF8FF, #E6E5EB);
    /*
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
    background:-moz-linear-gradient(#2e88c4, #075698);
    background:-o-linear-gradient(#2e88c4, #075698);
    background: linear-gradient(#2e88c4, #075698);  */

    /*
    NOTES:
    -webkit-border-radius:220px 120px; // produces oval in safari 4 and chrome 4
    -webkit-border-radius:220px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
    Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
  
    */
    -webkit-border-top-left-radius:220px 120px;
    -webkit-border-top-right-radius:220px 120px;
    -webkit-border-bottom-right-radius:220px 120px;
    -webkit-border-bottom-left-radius:220px 120px;
    -moz-border-radius:220px / 120px;
    border-radius:220px / 120px;
}

/* .oval-speech p {font-size:1.25em;} */

/* creates part of the curve */
.oval-speech:before {
    content:"";
    position:absolute;
    z-index:0;
    bottom:-25px;
    right:72%;
    height:29px;
    /* border-right: 60px solid #075698;
      background: #075698; */
    /*  border-right:60px solid #5a8f00;
      background:#5a8f00; /* need this for webkit - bug in handling of border-radius */  
    box-shadow: 2px 5px 10px #C8C7CC;
    border-right:60px solid #E6E5EB;
    background:#E6E5EB; /* need this for webkit - bug in handling of border-radius */
    /* css3 */
    -webkit-border-bottom-right-radius:80px 50px;
    -moz-border-radius-bottomright:80px 50px;
    border-bottom-right-radius:80px 50px;
    /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
    -webkit-transform:translate(0, -2px);
    -moz-transform:translate(0, -2px);
    -ms-transform:translate(0, -2px);
    -o-transform:translate(0, -2px);
    transform:translate(0, -2px);


    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -ms-transform:rotate(5deg);
    -o-transform:rotate(5deg);
    transform:rotate(5deg);
}

/* creates part of the curved pointy bit */
.oval-speech:after {
    content:"";
    position:absolute;
    z-index:0;
    bottom:-27px;
    right:81%;
    width:34px;
    height:25px;
    border-top:1px solid #C8C7CC;
    background:#fff;
    box-shadow: 4px -1px 3px #C8C7CC;
    /* css3 */
    -webkit-border-bottom-right-radius:40px 50px;
    -moz-border-radius-bottomright:40px 50px;
    border-bottom-right-radius:40px 50px;
    /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
    -webkit-transform:translate(-30px, -2px);
    -moz-transform:translate(-30px, -2px);
    -ms-transform:translate(-30px, -2px);
    -o-transform:translate(-30px, -2px);
    transform:translate(-30px, -2px);


    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
    -ms-transform:rotate(10deg);
    -o-transform:rotate(10deg);
    transform:rotate(10deg);
}

/********** Flex ***************/
.flex {
    display:flex;
    justify-content: space-around;
    flex-wrap:wrap;
}
.flex > * {
    flex:1 auto;
}
.nowrap {
    flex-wrap:nowrap;
}
.flex-start{
    align-items:flex-start;
}
.flex-end{
    align-items:flex-end;
}


/******* Cookie Usage ************/
.txtAjax {
    text-align:left;
    padding:20px;
    max-width:920px;
    display:block !important;
    margin:auto;
    margin-top:20px;
    overflow-y:auto;
    height: calc(100% - 125px);
    -webkit-height: calc(100% - 125px);
    -moz-height: calc(100% - 125px);
}
.bg{
    /*	background-color:#ededed;*/
    height:100%;
}
.txtAjax p, .txt li {
    font-family: "robotolight";
    font-size: 15px;
    text-align:justify;
}
.txtAjax h1{
    font:28px "robotobold";
    color: #001245;
    border-bottom:1px solid #001245;
    margin-top: 0;
}
.txtAjax h2{
    font-size:22px;
    margin: 15px 0;
}
.txtAjax h3{
    font-size:18px;
    margin: 10px 0;
}
.txtAjax h4{
    font-family:"robotobold";
    font-size:16px;
    color:#453300;
    margin: 5px 0;
}
.hide
{
    display:none;
}
.fullH {
    height:100% !important;
}
.headerSmall{
    background-color: #001245 !important;
    border-color: #001245 !important;
    z-index:32 !important;
    min-width: 355px;
}
.headerSmallNav > li > a,
.headerSmallNav > li > a:active,
.headerSmallNav > li > a:link {
    color: #ffffff !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.headerSmallNav li.open > a{
    color: #001245 !important;
}

.headerSmallNav .form-group{
    margin-bottom: 7px !important;
    min-width:170px;
}
.headerSmallNav .input-group-addon{
    background-color: #001245 !important;
    color : #ffffff !important;
}
.headerSmall .btn{
    height: auto;
    width: auto;
    float: none;
    color:#001245 !important;
    font-size:15px !important;
}
.headerSmall .btn.mob{
    line-height: 30px;
}
.headerSmall .navbar-header{
    float: left !important;
}
.headerSmallNav{
    float: right !important;
    margin: 0 !important;
    margin-right: -15px;
}
.headerSmall .navbar-nav > li{
    float: left !important;
}
.headerSmall .dropdown-menu{
    position:absolute !important;
    right: 0 !important;
    left: auto !important;
    float: left !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    min-width: 163px;
}

.headerSmall .navbar-form{
    width: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    float: none !important;
}
.headerSmall .left{
    width: 25%;
}
.headerSmall .left > a{
    padding: 5px 2px !important;
}

.headerSmall .left > a > img{
    width: 100%;
}

/*.headerSmall .navbar-form.searchMob{
    width: 30px !important;
    padding: 0 !important;

    transition: width 0.5s linear 0s;
     Safari 
    -webkit-transition: width 0.5s linear 0s;
}*/
/*.headerSmall .searchMob .input-group-addon.icn{
    border: 0 !important;
    transition: border 0.5s cubic-bezier 0s;
     Safari 
    -webkit-transition: border 0.5s cubic-bezier 0s;
}

.headerSmall .searchMob .input-group-addon{
   width: auto;
}
#submitSearchMob{
   display: none;
}

#searchBarMob{
    width: 0px;
    display: none;
    position: absolute;
    right: 0;
}*/
#searchIcon:hover{
    cursor: pointer;
}
.headerSmall .searchMob{
    padding: 0 !important;
}
#navSearchMob{
    width: 100%;
}
#searchBarMob{
    width: 100%;
    border: 0;
    box-shadow: none;
    font-size: 25px;
    height: 45px;
}

.modal button.action{
    background-color: #001245;
    color: #ffffff !important;
}

button.navbar-toggle{
    width: auto;
}

.headerSmallNav .navbar-toggle{
    border:0;
}
.headerSmallNav .navbar-toggle:hover,
.headerSmallNav .navbar-toggle:focus{
    background-color: #000512 !important;
}
@media screen and (min-width: 406px) {
    .headerSmall .logoMob{
        max-width: 150px;
    }
    .headerSmall .navbar-brand{
        padding-top: 10px;
    }
}
@media screen and (max-width: 406px) {
    .headerSmall .logoMob{
        max-width: 100px;
    }
}
#headerNavbar ul{
    padding: 0;
    border-top: 1px solid #001245;
    /*margin-top: 2px;*/
    max-width: 350px;
}

#headerNavbar li.lng{
    text-align: center;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #dddddd;
}
#headerNavbar li.lng > a{
    display: inline-block;
    padding: 10px 0;
    width: 50%;
    box-shadow: 0px 0px 5px #e3e3e3 inset;
}
#headerNavbar li.lng > a:first-child{
    border-right: 1px solid #dddddd;
}

#headerNavbar li.link .row > div{
    text-align: center;
}
#headerNavbar li.link {
    line-height: 40px;
    border-top: 1px solid #dddddd;
}
#headerNavbar li.link a{
    font-size:11px;
}
#headerNavbar .sep{
    height: 14px;
    width: 1px;
    background-color: #dddddd;
    padding: 0;
    margin-top: 13px;
}
#headerNavbar ul > li:first-child,
#headerNavbar ul > li:last-child,
#headerNavbar ul > li:last-child a{
    background-color: #eeeeee;
    color: #000000;
}
#headerNavbar .row .txt span{
    font-size:12px;
}
#headerNavbar .row .txt{
    font-size:12px;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 1.6;
}
#headerNavbar .icon{
    font-size: 20px;
    line-height: 60px;
}
#headerNavbar .more{
    height: 60px;
    padding: 8px;
}
#headerNavbar .more a{
    display: block;
    height: 100%;
    text-align: center;
}
#headerNavbar .more a > span{
    font-size: 12px;
}

/***** FLAG *****/
/*.flag {
        width: 25px;
        height: 15px;
        background:url(../img/flags.png) no-repeat
}

.flag.flag-bg {background-position: -25px 0}
.flag.flag-ch {background-position: -50px 0}
.flag.flag-dk {background-position: -75px 0}
.flag.flag-ba {background-position: -100px 0}
.flag.flag-es {background-position: 0 -15px}
.flag.flag-fr {background-position: -25px -15px}
.flag.flag-gb {background-position: -50px -15px}
.flag.flag-hr {background-position: -75px -15px}
.flag.flag-co {background-position: -100px -15px}
.flag.flag-it {background-position: 0 -30px}
.flag.flag-nl {background-position: -25px -30px}
.flag.flag-pl {background-position: -50px -30px}
.flag.flag-pt {background-position: -75px -30px}*/

.flag {
    width: 70px;
    height: 40px;
    background:url(../img/flags.png) no-repeat
}

.flag.flag-bg {background-position: -70px 0}
.flag.flag-ch {background-position: -140px 0}
.flag.flag-dk {background-position: -210px 0}
.flag.flag-ba {background-position: -280px 0}
.flag.flag-es {background-position: 0 -40px}
.flag.flag-an {background-position: 0 -159px}
.flag.flag-fr {background-position: -70px -40px}
.flag.flag-gb {background-position: -140px -40px}
.flag.flag-hr {background-position: -210px -40px}
.flag.flag-co {background-position: -280px -40px}
.flag.flag-it {background-position: 0 -80px}
.flag.flag-nl {background-position: -70px -80px}
.flag.flag-pl {background-position: -140px -80px}
.flag.flag-pt {background-position: -210px -80px}
.flag.flag-ca {background-position: -280px -80px}
.flag.flag-be {background-position: 0 -120px}
.flag.flag-fi {background-position: -70px -120px}

.flagSmall {
    width: 34px;
    height: 20px;
    background:url(../img/flagsSmall.png) no-repeat
}

.flagSmall.flag-bg {background-position: -34px 0}
.flagSmall.flag-ch {background-position: -69px 0}
.flagSmall.flag-dk {background-position: -104px 0}
.flagSmall.flag-ba {background-position: -139px 0}
.flagSmall.flag-es {background-position: -1px -20px}
.flagSmall.flag-an {background-position: 0 -80px}
.flagSmall.flag-fr {background-position: -36px -20px}
.flagSmall.flag-gb {background-position: -69px -20px}
.flagSmall.flag-hr {background-position: -104px -20px}
.flagSmall.flag-co {background-position: -139px -20px}
.flagSmall.flag-it {background-position: -1px -40px}
.flagSmall.flag-nl {background-position: -35px -40px}
.flagSmall.flag-pl {background-position: -69px -40px}
.flagSmall.flag-pt {background-position: -107px -40px}
.flagSmall.flag-ca {background-position: -145px -40px}
.flagSmall.flag-be {background-position: -1px -60px}
.flagSmall.flag-fi {background-position: -34px -60px}
/****************/

#article .flag{
    margin-left: 10px;
}

/**** POPIN ****/
#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #fff;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block_connect{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	float: left;
	font-size: 1.2em;
/*	position: fixed; */
	position: absolute;
	top: 15%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.popup_block_connect img.btn_close {
	float:none;
/*	float: right;
	margin: -55px -55px 0 0; */
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block_connect {
position: absolute;
}
/******************* recherche autocomplete ******************/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    max-width: 400px;
    padding-left: 0;
}
.ui-autocomplete li.ui-menu-item {
    list-style-type: none;
    font-size: 16px;
    padding: 5px;
}
.ui-autocomplete li:hover{
    cursor: pointer;
}
.ui-autocomplete li:nth-child(2n){
    background-color: #f4f4f4;
}
.ui-autocomplete li.ui-state-focus{
    background: #0c1f52;
    border:none;
    color: #fff;
}
