/*variables*/
/*mixins*/
@media (max-width: 1810px) {
  html .slideshow .shortlink {
    top: 20%;
    width: 250px;
  }
  html .slideshow .shortlink .titre {
    padding: 15px 0px;
  }
  html .slideshow .shortlink .titre span {
    font-size: 1.4em;
  }
  html .slideshow .shortlink .titre strong {
    font-size: 1.2em;
  }
}
@media (max-width: 1790px) {
  html .slideshow .shortlink {
    width: 230px;
  }
  html .slideshow .shortlink .titre {
    padding: 10px 0px;
  }
}
@media (max-width: 1690px) {
  html .slideshow .shortlink {
    width: 190px;
  }
  html .slideshow .shortlink .titre {
    font-size: 0.9em;
  }
}
@media (max-height: 800px) {
  html .slideshow .shortlink {
    width: 150px;
  }
  html .slideshow .shortlink .titre {
    font-size: 0.8em;
  }
}
@media (max-width: 1660px) {
  html {
    /*HEADER*/
  }
  html .slideshow .rslides_nav {
    left: 20px;
  }
  html .slideshow .rslides_nav.next {
    right: 20px;
    left: auto;
  }
}
@media (max-width: 1600px) {
  html {
    /*HEADER*/
  }
  html header .center {
    padding-right: 170px;
  }
}
@media (max-width: 1380px) {
  html {
    /*HEADER*/
  }
  html .slideshow .rslides_nav {
    top: auto;
    bottom: 20px;
  }
}
@media (max-width: 1260px) {
  html .center {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html header div.center {
    overflow: visible;
  }
  html .slideshow .rslides li .infos {
    right: 30px;
  }
  html .galeries ul li {
    width: 30%;
    padding-left: 12px;
    margin-bottom: 30px;
  }
  html .galeries ul li h2 {
    left: 0px;
    bottom: -6px;
    font-size: 1.1em;
  }
}
@media (max-width: 900px) {
  html {
    /*CONTENU*/
    /*ACCUEIL*/
    /*FOOTER*/
  }
  html .mobile {
    display: inline;
  }
  html .nomobile {
    display: none;
  }
  html header .center {
    padding-left: 0;
    padding-right: 0;
  }
  html header nav {
    display: none;
  }
  html header .menumobile .menu {
    position: absolute;
    top: 40px;
    right: 0px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 7px;
    cursor: pointer;
  }
  html header .menumobile .menu.active:before {
    animation: slideLeft 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.active:after {
    animation: slideRight 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.active .bar {
    animation: rotate45 0.2s ease-out forwards;
  }
  html header .menumobile .menu.active .bar:last-child {
    animation: rotate135 0.2s 0.2s ease-out forwards;
  }
  html header .menumobile .menu.back:before {
    transform: translateX(-120%);
    animation: slideBack 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.back:after {
    transform: translateX(120%);
    animation: slideBack 0.2s 0.05s ease-out forwards;
  }
  html header .menumobile .menu.back .bar {
    transform: rotate(-45deg);
    animation: rotateBack 0.2s ease-out forwards;
  }
  html header .menumobile .menu.back .bar:last-child {
    transform: rotate(-135deg);
    animation: rotateBack 0.2s 0.2s ease-out forwards;
  }
  html header .menumobile .menu:before {
    content: '';
    display: block;
    width: 32px;
    height: 5px;
    background: #fff;
  }
  html header .menumobile .menu:after {
    content: '';
    display: block;
    width: 32px;
    height: 5px;
    background: #fff;
  }
  html header .menumobile .menu .bar {
    display: block;
    width: 32px;
    height: 5px;
    background: #fff;
    margin: 7px 0;
  }
  html header .menumobile .menu .bar:last-child {
    opacity: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
  }
  html header nav.active {
    display: inline;
    width: 100%;
    min-height: 100vh;
    margin-top: 81px;
    background: rgba(0, 0, 0, 0.9);
  }
  html header nav.active ul {
    float: right;
    width: 100%;
  }
  html header nav.active ul li {
    float: left;
    width: 100%;
  }
  html header nav.active ul li ul {
    max-height: initial;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    background: none;
  }
  html header nav.active ul li ul li {
    background: none;
  }
  html header nav.active ul li ul li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
  }
  html header nav.active ul li a {
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    font-size: 1.6em;
  }
  html header nav.active ul li a.switchday {
    color: #dc0613;
    background: none;
  }
  html header nav.active ul li a.reserver {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
    background: transparent;
  }
  html header nav.active ul li a.active {
    color: #000;
    background: #fff;
  }
  html header nav.active ul li a.reserver.active {
    color: #000;
    background: #fff;
  }
  html header nav.active ul li a:hover,
  html header nav.active ul li a.active:hover {
    color: #dc0613;
  }
  html header nav.active ul li a.switchday:hover {
    color: #feca80;
  }
  html header.scrolled {
    height: 87px;
  }
  html header.scrolled .logo {
    position: absolute;
    z-index: 1100;
    top: 8px;
    left: 20px;
    width: 127px !important;
    height: 65px !important;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  html header.scrolled nav ul li a.reserver {
    margin-top: 0px;
  }
  html .slideshow .rslides li .accroche {
    padding-top: 100px;
  }
  html .slideshow .rslides li .accroche .textes {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  html .slideshow .rslides li .accroche .btn {
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 0.9em;
  }
  html .slideshow .rslides li .infos {
    bottom: 20px;
  }
  html .slideshow .rslides li .infos .intitule {
    font-size: 1.4em;
  }
  html .slideshow .scrollto {
    width: 40px;
    height: 40px;
    left: 50%;
    bottom: 10px;
    margin-left: -20px;
    background: url("/images/communs/next-small.png") no-repeat 0 0;
  }
  html .slideshow .rslides_nav {
    left: 10px;
  }
  html .slideshow .rslides_nav.next {
    right: 10px;
  }
  html .slideshow.interne2 {
    height: 400px;
    min-height: 400px;
  }
  html .slideshow.interne2 .rslides {
    height: 100%;
    min-height: 400px;
  }
  html .page .faq {
    gap: 0px;
  }
  html .page .faq li {
    flex: 1 1 calc(100%);
  }
  html .magasins .left {
    width: 100%;
  }
  html .magasins .map {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  html .liste #sticky-wrapper {
    float: left;
    width: 100% !important;
  }
  html .liste .filtres {
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-right: 1px solid #e1dddd;
    border-bottom: 1px solid #e1dddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html .liste .filtres div {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #dc0613;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html .liste .filtres div:first-child {
    padding-top: 20px;
  }
  html .liste .filtres div:last-child {
    padding-bottom: 20px;
  }
  html .liste .filtres span {
    font-size: 1.2em;
    cursor: pointer;
    float: left;
    width: 100%;
    padding-top: 2px;
    background: #fff;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html .liste .filtres ul {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html .liste .filtres ul li {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-right: 20px;
  }
  html .liste .filtres ul li span {
    display: inline-block;
    width: auto;
    padding: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    color: #fff;
    background: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
  }
  html .liste .filtres ul li.selected span {
    background: #dc0613;
  }
  html .liste h1 {
    font-size: 1.4em;
  }
  html .liste .resultats {
    width: 100%;
    min-height: auto;
  }
  html .liste .resultats .offre {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html .liste .resultats .offre .image {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  html .liste .resultats .offre .texte {
    height: auto;
  }
  html .vehicules-electriques .bloc {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    border-right: 0px;
    padding-bottom: 60px;
    border-bottom: 2px solid #dc0613;
  }
  html .vehicules-electriques .bloc .image {
    float: left;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html .vehicules-electriques .bloc .image .cadre {
    float: left;
    position: relative;
    height: 380px;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html .vehicules-electriques .bloc .textes p {
    height: auto;
  }
  html .atelier_col_left {
    width: 100%;
    padding-right: 0px;
  }
  html .atelier_col_right {
    width: 100%;
    padding-left: 0px;
  }
  html #produit .photos {
    width: 100%;
    height: auto;
  }
  html #produit .photos .occasioncontainer {
    height: auto;
    padding-right: 0px;
  }
  html #produit .photos img {
    width: 100%;
    height: auto;
  }
  html #produit .textes {
    float: left;
    width: 100%;
    text-align: left;
  }
  html #produit .textes h1 {
    padding-top: 15px;
  }
  html #produit .textes .reserver,
  html #produit .textes .contacter {
    width: 100%;
  }
  html .interne-produit {
    margin-top: 0;
  }
  html .suggestions .resultats {
    padding-bottom: 40px;
  }
  html #bloc0 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #bloc0 .textes {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html #bloc0 .textes h1 {
    text-align: left;
    background: url("/images/communs/underlineV2.png") no-repeat bottom left;
  }
  html #bloc0 .textes p {
    text-align: left;
  }
  html #bloc0 .image {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 450px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #bloc1 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #bloc1 .textes {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html #bloc1 .image {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 450px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #bloc2 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #bloc2 .textes {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html #bloc2 .textes h1 {
    text-align: left;
    background: url("/images/communs/underlineV2.png") no-repeat bottom left;
  }
  html #bloc2 .textes p {
    text-align: left;
  }
  html #bloc2 .image {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 450px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #bloc3 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #bloc3 .textes {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html #bloc3 .textes h1 {
    text-align: left;
  }
  html #bloc3 .textes p {
    text-align: left;
  }
  html #bloc3 .image {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 450px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #catch1 {
    height: auto !important;
    font-size: 1.4em;
    line-height: 1.8em;
    oveflow: hidden;
  }
  html #catch1 .left {
    width: 100%;
    height: auto !important;
    padding-right: 0px;
    text-align: center;
  }
  html #catch1 .right {
    display: inline;
    width: 100%;
    height: auto !important;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  html #catch0,
  html #catch2 {
    height: auto !important;
    font-size: 1.4em;
    line-height: 1.8em;
    oveflow: hidden;
  }
  html #catch0 .left,
  html #catch2 .left {
    display: inline;
    width: 100%;
    height: auto !important;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  html #catch0 .right,
  html #catch2 .right {
    width: 100%;
    height: auto !important;
    padding-left: 0px;
    text-align: center;
  }
  html #catch3 {
    height: auto;
  }
  html #catch3 div {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html .galeries ul li {
    width: 45%;
    padding-left: 12px;
    margin-bottom: 30px;
  }
  html #grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
  html .goelectric .offre {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 50px;
  }
  html .goelectric .offre .image {
    float: left;
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html .goelectric .offre .image img {
    width: 80%;
  }
  html #nos-marques {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html #nos-marques .intitule {
    font-size: 3em;
  }
  html #nos-marques ul li {
    padding: 20px;
  }
  html footer .top .left {
    width: 100%;
    text-align: center;
  }
  html footer .top .left .logo {
    position: relative;
    display: inline-block;
    top: initial;
    left: initial;
    margin-top: 30px;
  }
  html footer .top .left ul {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html footer .top .left ul li {
    flex-basis: 100%;
    padding-left: 40px;
    padding-bottom: 40px;
  }
  html footer .top .right {
    width: 100%;
  }
  html footer .top .right ul.niv1 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  html footer .top .right ul.niv1 li.niv1 {
    flex-basis: 100%;
    text-align: center;
    margin-top: 30px;
  }
  html footer .top .right ul.niv1 li.niv1 h4 {
    padding-bottom: 30px;
  }
  html footer .bottom {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  html .galeries ul li {
    width: 100%;
    padding-left: 12px;
    margin-bottom: 20px;
  }
  html .galeries ul li h2 {
    left: 0px;
    bottom: -8px;
    font-size: 1.1em;
  }
  html #grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}
@media (max-width: 600px) {
  html #grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
}
@keyframes rotate135 {
  form {
    opacity: 1;
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: rotate(-135deg);
  }
}
@keyframes rotate45 {
  to {
    transform: rotate(-45deg);
  }
}
@keyframes rotateBack {
  to {
    transform: rotate(0);
  }
}
@keyframes slideRight {
  to {
    transform: translateX(122%);
  }
}
@keyframes slideLeft {
  to {
    transform: translateX(-122%);
  }
}
@keyframes slideBack {
  to {
    transform: translateX(0);
  }
}
/*# sourceMappingURL=responsiveV2.css.map */