.hp .slick-dots li.slick-active button:before {
    color: #1167ff;
}

.sectionA {
    padding: 30px 0;
    position: relative;
}

.sectionA__slick{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sectionA__slick-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layout-noel .sectionA__slick-img {
    object-position: top;
}

.sectionA__slick .slick-list,
.sectionA__slick .slick-track{
    height: 100%;
}

#sectionA1 {
    margin: 0 auto;
}

#sectionA1 > div.content{
    padding-top: 122px;
}

.sectionA1-image {
    position: absolute;
    bottom: 0;
}

.sectionA1-image-left {
    max-height: 105%;
    left: 11%;
}

.sectionA1-image-right {
    max-height: 100%;
    right: 10%;
}

#sectionA1 .slide__group > h1 {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#sectionA1 .slide__group > h1 .h1-subtitle {
    font-size: 40px;
}

#sectionA1 .slide__group{
    color: #fff;
    font-weight: bold;
    margin: 50px 0 0;
    text-align: center;
}

:is(.layout-noel, .layout-nouvelle-annee) #sectionA1 .slide__group {
    margin-top: 27px;
    text-shadow: 2px -1px 3px #000;
}

.autosphere-noel-logo {
    width: 320px;
    display: inline !important;
    border: none;
    margin-bottom: 0;
}

#sectionA1 ul.sous-titre {
    color: #fff;
    list-style: none;
    margin: 20px auto;
    text-align: center;
}

#sectionA1 ul.sous-titre li {
    display: inline;
    font-size: 20px;
    margin-right: 25px;
    position: relative;
}

#sectionA1 ul.sous-titre li:before {
    content: ".";
    right: -22px;
    top: -6px;
    font-size: 50px;
    position: absolute;
}

#sectionA1 ul.sous-titre li:last-child::before {
    content: "";
    margin: 0;
}

#sectionA1 .moteurReduit {
    background: inherit;
    text-align: center;
    padding: 20px 40px 35px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: 0 30px 40px #0000001A;
    max-width: 670px;
    margin: auto;
    display: flex;
    flex-direction: column;
    color: #fff;
}

#sectionA1 .moteurReduit:has(.tab-pane.active[data-id="APV"]) {
    padding-bottom: 14px;
}

#sectionA1 .moteurReduit .switcher {
    height: 30px;
    align-self: center;
    background-color: unset;
    border: none;
    max-width: 400px
}

#sectionA1 .switcher__label, #sectionA1 .switcher__toggle {
    width: 33%;
}

#sectionA1 .switcher__input--vo:checked ~ .switcher__toggle {
    background-color: #1167FF;
}

#sectionA1 .switcher__input--vn:checked ~ .switcher__toggle {
    left: 33%;
}

#sectionA1 .moteurReduit .switcher__input:not(:checked) + .switcher__label {
    color: #fff;
}

#sectionA1 .switcher__input--apv:checked ~ .switcher__toggle {
    left: 66%;
    background-color: #2558B9;
}

#sectionA1 .switcher__input--apv:checked ~ .toutes-les-offres {
    display: none;
}

#sectionA1 .moteurReduit #moteurReduitTabContent.tab-content {
    overflow: unset;
}

#sectionA1 #moteurReduitTab tr td a {
    padding: 10px 15px;
}

#sectionA1 #moteurReduitTab tr td a:hover,
#sectionA1 #moteurReduitTab tr td.active a {
    background-color: #1167ff;
}

#sectionA1 #moteurReduitTab tr td a:hover::after,
#sectionA1 #moteurReduitTab tr td.active a::after {
    border-top: 12px solid #1167ff;
}

#sectionA1 #moteurReduitTab .moteurReduitOu {
    color: #fff;
    font-weight: normal;
}

#sectionA1 .moteurReduit .select-perso select {
    font-weight: normal;
}

#sectionA1 .moteurReduit .select-perso select#modele:disabled {
    background-color: #6a819b;
    color: #d4d4d4;
}

#sectionA1 input.btn-jaune[type="submit"] {
    color: #fff;
    border: none;
    height: 56px;
    border-radius: 0 4px 4px 0;
    background-image: url('/assets/operation/black-friday/2019-11/loupe-blanc.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #1167FF;
    width: 55px;
    max-width: 55px;
    display: inline-block;
}
#sectionA1 input.btn-jaune[type="submit"]:hover {
    background-color: #3089F2;
    border: none;
}

#sectionA1 input.btn-jaune.ocre[type="submit"]{
    background-color: #C08000;
}

#sectionA1 a.toutes-les-offres {
    font-family: unset;
    color: #fff;
}

#sectionA1 .registration__subtitle--error {
    font-size: 14px;
    line-height: 15px;
}

#sectionA1 .apv__subtitle p {
    margin: 0;
}

body .apv_plate__type {
    bottom: unset;
    position: unset;
    font-size: unset;
    text-decoration: none;
}

#nos-plus {
    display: flex;
    justify-content: center;
    overflow: auto;
    white-space: nowrap;
    padding: 30px 10px;
}

#nos-plus .nos-plus-item {
    display: flex;
    margin-right: 65px;
    font-size: 15px;
    min-width: max-content;
}

#nos-plus .nos-plus-text {
    flex: 1;
}

#nos-plus .nos-plus-item:last-child {
    margin-right: 0;
}

#nos-plus .nos-plus-img {
    height: 35px;
    width: auto;
    margin-right: 10px;
}

/** JOBS **/
#jobs {
    text-align: center;
    padding: 20px 0 50px;
}

#jobs h2 {
    margin-bottom: 30px;
    padding: 0 15px;
}

#jobs .jobs-container {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    width: 100%;
}

#jobs * {
    box-sizing: border-box;
}

#jobs .job {
    width: calc(100% / 5 - 10px);
    height: 320px;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    box-shadow: 0 25px 20px #0000001A;
}

#jobs .job.job-vo {
    background-image: url("/assets/img/hp/category/background-ppx.jpg");
    background-position: center;
}

#jobs .job.job-vn {
    background-image: url("/assets/img/hp/job/job-new.jpg");
    background-position: left;
}

#jobs .job.job-recovery {
    background-image: url("/assets/img/hp/job/job-recovery.jpg");
    background-position: center;
}

#jobs .job.job-apv {
    background-image: url("/assets/img/hp/job/job-apv.jpg");
    background-position: 15%;
}

#jobs .job.job-network {
    background-image: url("/assets/img/hp/job/job-network.jpg");
    background-position: left;
}

#jobs .job.job-aboutus {
    background-image: url("/assets/img/hp/job/job-aboutus.jpg");
    background-position: 53% 100%;
}

#jobs .job-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    color: #fff;
    align-items: center;
}

#jobs .job-content .job-title {
    font-size: 23px;
    line-height: 27px;
    font-weight: bold;
}

#jobs .job-content .job-description-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 30px;
    width: 100%;
    border-radius:  0 0 20px 20px;
    background-color: rgba(0 ,0, 0, 0.5);
}

#jobs .job-content .job-description {
    font-size: 16px;
    font-weight: bold;
}

#jobs .job-content .btn-job {
    max-width: 160px;
    width: 100%;
    text-transform: unset;
    transition: all ease-in-out 0.1s;
    margin-top: 15px;
    padding-bottom: 10px;
    line-height: 22px;
    height: 35px;
}

#jobs .job-content .btn-bleu.btn-job:hover {
    background-color: #3089F2;
}

#jobs .job-content .btn-ocre.btn-job:hover {
    background-color: #C68D26;
}

.banniere_hp-wrapper {
    padding: 45px 0 80px;
}

.banniere_hp .banner {
    display: flex;
    justify-content: center;
    background-color: transparent;
    margin-bottom: 20px;
    position: relative;
}

.banniere_hp .slick-prev, .banniere_hp .slick-prev:focus {
    left: -25px;
}

.banniere_hp .slick-next, .banniere_hp .slick-next:focus {
    right: -25px;
}

.banniere_hp img {
    box-shadow: 0 3px 20px #00000029;
}

.banniere_hp .legal-notice-hp {
    position: absolute;
    right: 10%;
    bottom: 2%;
    width: 24%;
    height: 9%;
}

.banniere_hp .legal-notice-hp.ln-jdc {
    right: unset;
    left: 8%;
    bottom: 7%;
}

.banniere_hp .legal-notice-hp.ln-fvo {
    right: 73%;
    bottom: 8%;
    height: 6%;
    width: 19%;
}

.banniere_hp .legal-notice-hp.ln-faible-km {
    right: 59%;
    bottom: 8%;
    height: 7%;
    width: 33%;
}

.banniere_hp .legal-notice-hp.ln-occasion-exceptionnelle {
    right: 62%;
    bottom: 10%;
    height: 6%;
    width: 13%;
}

.banniere_hp .legal-notice-hp.ln-fvo--active {
    right: unset;
    left: 8%;
    bottom: 8%;
    width: 19%;
    height: 6%;
}

.banniere_hp .legal-notice-hp.ln-credit {
    right: unset;
    left: 2%;
    bottom: 7%;
}

.banniere_hp .banner-hp_ope208_legalnoticebtn {
  z-index: 1;
  display: block;
  position: absolute;
  left: 65px;
  bottom: 75px;
  width: 150px;
  height: 10%;
  transform: rotate(-4deg);
}

.gris-clair-background {
    background-color: #f7f7f7;
}
.aH2 {
    font-size: 30px;
    text-align: center;
}

#sectionA2 p {
    margin: 0 auto 40px;
    max-width: 900px;
    text-align: center;
}

#sectionA2 p.mention_cgi {
    margin-bottom: 10px;
    font-size: 13px;
    color: #787878;
}

#sectionA2 #aVehiculeCarousel {
    display: block;
}

#sectionA2 .aVehicule-content {
    text-align: center;
}

#sectionA2 .aVehicule-content .span2.noMargin {
    margin: 0;
}

#sectionA2 .aVehicule-content .aVehicule {
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

#sectionA2 .aVehicule-content .aVehicule img {
    width: 200px;
}

#sectionA2 .aVehicule-content .aVehicule .aV-marque {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#sectionA2 .aVehicule-content .aVehicule .aV-marque .decode-desti {
    color: #000;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 15px;
    height: 100%;
    line-height: 17px;
    padding-top: 110px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 100%;
}

#sectionA2 .aVehicule-content .aVehicule:hover {
    opacity: 0.8;
}

#sectionA2 .aVehicule-content .aVehicule .aV-mensualite {
    line-height: 13px;
    margin-bottom: 6px;
    margin-top: 35px;
}

#sectionA2 .aVehicule-content .aVehicule .aV-mensualite .decode-desti {
    font-size: 12px;
    position: relative;
    z-index: 1;
    color: #1167ff;
}

.aVehicule-content .aVehicule .aV-mensualite .decode-desti:hover {
    color: #0a69b5;
}

#sectionA2 .aVehicule-content .aVehicule .aV-prix {
    background-color: #fff;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

#sectionA2 .carousel-indicators li {
    width: 13px;
    height: 13px;
    box-shadow: unset;
}

#sectionA3 .aH2 {
    margin-bottom: 30px;
}

#sectionA3 ul.puce-bleu {
    list-style: none;
    margin: 0;
}

#sectionA3 ul.puce-bleu li {
    border-left: 3px solid /*#009bff*/ #0b60dc;
    margin-bottom: 25px;
    padding-left: 30px;
}

#sectionA3 ul.puce-bleu li h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#sectionA3 ul.puce-bleu li h3 span {
    font-size: 27px;
}

#sectionA3 ul.puce-bleu li p {
    font-size: 13px;
    width: 95%;
}

#sectionA3 #section-video {
    background: transparent url("../img/i/decouvrez-autosphere-en-video.jpg") no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
    width: 445px;
}

#sectionA3 .video-HP {
    cursor: pointer;
}

#sectionA3 .video-HP::before {
    box-shadow: inherit;
}

#sectionA3 .video-HP img {
    cursor: pointer;
}

#sectionA3 .video-ytb-preview,
#sectionA3 .video-HP iframe {
    position: absolute;
    width: 93.3%;
    height: 91.3%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.vehicle-carousel .aVehicule {
    margin: 0 10px;
}

.vehicle-carousel .slick-prev {
    left: -25px;
}

.vehicle-carousel .slick-next {
    right: -25px;
}

.vehicle-carousel.slick-dotted.slick-slider {
    margin-bottom: 80px;
}

.vehicle-carousel_picture img {
    position: relative;
    margin: auto;
}

.vehicle-carousel_marque .decode-desti {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    padding-top: 110px;
}

.vehicle-carousel_link-car {
    pointer-events: none;
}

.vehicle-carousel .bloc-icon-info {
    top: -5px;
    right: -15px;
}

.vehicle-carousel .bloc-icon-info--carousel-notre-select {
    width: 50px;
    height: 22px;
    position: absolute;
    top: -10px;
    right: -36px;
    padding-top: 5px;
}

.vehicle-carousel_marque {
    position: relative;
}

.vehicle-carousel_information {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}

.vehicle-carousel_brand {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000000;
}

.vehicle-carousel_mensualite {
    position: relative;
    z-index: 50;
    margin: 18px auto auto;
    text-align: center;
}

.vehicle-carousel_prix {
    position: relative;
    display: inline-block;
    z-index: 100;
    color: #1167ff;
    cursor: pointer;
}

.vehicle-carousel_monthly {
    display: none;
}

.vehicle-carousel .slick-dots {
    bottom: -50px;
}

/** HOW IT WORKS **/
#sectionA4 ul.ccm {
    list-style: none;
    margin: 0;
}

#sectionA4 ul.ccm .ccm-list {
    float: left;
    text-align: center;
    width: 20%;
}

#sectionA4 ul.ccm .ccm-item div {
    padding: 10px 38px;
}

#sectionA4 ul.ccm .ccm-item div .ccm-img {
    height: 50px;
    width: auto;
    margin: auto;
}

#sectionA4 ul.ccm .ccm-item div h3 {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
}

#sectionA4 ul.ccm .ccm-item div p {
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}

/** NEXT VEHICLE **/
#next-vehicle {
    margin: 70px auto;
    text-align: center;
}

#next-vehicle .next-vehicle-subtitle {
    font-size: 16px;
}

#next-vehicle .switcher {
    margin: 20px 0 30px;
    border: none;
    box-shadow: 0 3px 10px #0000001C;
}

#next-vehicle .vehicle-types {
    padding: 10px 15px 0;
    display: flex;
    flex-wrap: wrap;
}

#next-vehicle .vehicle-type {
    width: calc(100% / 5 - 20px);
    height: 222px;
    font-size: 25px;
    display: flex;
    margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#next-vehicle #nextVehTab2 .vehicle-type {
    box-shadow: 0 10px 20px #0000001A;
}

#next-vehicle .vehicle-type .vehicle-background {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
}

#next-vehicle .vehicle-type .type-title-container img {
    transition: all ease-in-out 0.3s;
}

#next-vehicle .vehicle-type .type-title-container:hover + .vehicle-background,
#next-vehicle .vehicle-type .type-title-container:hover img {
    transform: scale(1.2);
}

#next-vehicle .vehicle-type:last-child {
    margin-right: 0;
}

#next-vehicle .vehicle-type-2 {
    width: calc((100% / 5) * 2 - 20px);
}

#next-vehicle .vehicle-type.type-break .vehicle-background {
    background-image: url("/assets/img/hp/vehicle-carrosserie/break.jpg");
    background-position: 50% 65%;
    background-size: 100%;
}

#next-vehicle .vehicle-type.type-berline .vehicle-background {
    background-image: url("/assets/img/hp/vehicle-carrosserie/berline.jpg");
    background-position: 60%;
 }

#next-vehicle .vehicle-type.type-monospace .vehicle-background {
    background-image: url("/assets/img/hp/vehicle-carrosserie/monospace.jpg");
    background-position: 85% 65%;
    background-size: 120%;
}

#next-vehicle .vehicle-type.type-citadine .vehicle-background {
    background-image: url("/assets/img/hp/vehicle-carrosserie/citadine.jpg");
    background-position: center;
}

#next-vehicle .vehicle-type.type-suv .vehicle-background {
    background-image: url("/assets/img/hp/vehicle-carrosserie/suv.jpg");
    background-position: 50%;
}

#next-vehicle .vehicle-type.type-utilitaire .vehicle-background {
    background-image: url("/assets/img/hp/vehicle-carrosserie/utilitaire.jpg");
    background-position: 70% 70%;
    background-size: 185%;
}

#next-vehicle .vehicle-type.type-electrique .vehicle-background {
    background-image: url("/assets/img/hp/vehicle-carrosserie/electrique.jpg");
    background-position: bottom;
}

#next-vehicle .vehicle-type.all-used-car {
    background-color: #1167ff;
    overflow: hidden;
}

#next-vehicle .vehicle-type.all-new-brands {
    background-color: #c08000;
    overflow: hidden;
}

#next-vehicle .car-picto {
    position: absolute;
    bottom: 3%;
    left: -90%;
    width: 175%;
    max-width: unset;
}

#next-vehicle .type-title-container {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 99;
}

#next-vehicle .vehicle-type.all-used-car .type-title-container,
#next-vehicle .vehicle-type.all-new-brands .type-title-container {
    background-color: transparent;
}

#next-vehicle #nextVehTab2 .type-title-container {
    background-color: unset;
}

#next-vehicle .type-title {
    margin: auto;
    line-height: 33px;
    padding: 0 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 8px #000000B3;
    width: 100%;
}

#next-vehicle .type-title img {
    width: 75%;
}

/** OUR USED CAR **/
#our-used-car {
    padding: 70px 0 100px;
    text-align: center;
}

#our-used-car, #our-used-car * {
    box-sizing: border-box;
}

#our-used-car .used-category-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 30px auto auto;
}

#our-used-car .used-category {
    width: calc(100% / 4 - 25px);
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

#our-used-car .used-category.category-ppx {
    background-image: url("/assets/img/hp/category/background-ppx.jpg");
}

#our-used-car .used-category.category-vd {
    background-image: url("/assets/img/hp/category/background-vd.jpg");
    background-position: center;
}

#our-used-car .used-category.category-online {
    background-image: url("/assets/img/hp/category/background-online.jpg");
    background-position: center;
}

#our-used-car .used-category.category-km {
    background-image: url("/assets/img/hp/category/background-km.jpg");
    background-position: center;
}

#our-used-car .used-category .category-title-container {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#our-used-car .used-category .used-category-title {
    font-weight: bold;
    font-size: 35px;
}

#our-used-car .used-category .category-description {
    font-size: 16px;
}

#our-used-car .used-category .category-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    border: 1px solid #fff;
    transition: all ease-in-out 0.1s;
}

#our-used-car .used-category .category-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#sectionA5 {
    padding: 50px 0;
}

#sectionA5 .liste-marque-modele {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

#sectionA5 .liste-marque-modele .l-marque-modele {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sectionA5 .liste-marque-modele .l-marque-modele img.marque-logo {
    width: 100px;
}

#sectionA5 img.marque-logo.logo-renault {
    transform: translateX(-45%);
}

#sectionA5 img.marque-logo.logo-peugeot {
    transform: translateX(-40%);
}

#sectionA5 img.marque-logo.logo-citroen {
    transform: translateX(-22%);
}

#sectionA5 img.marque-logo.logo-audi {
    transform: translateX(-25%);
}

#sectionA5 img.marque-logo.logo-volkswagen {
    transform: translateX(-58%);
}

#sectionA5 .liste-marque-modele .l-marque-modele .l-marque-modele-inner {
    display: inline-block;
    margin-top: 15px;
    text-align: left;
}

#sectionA5 .liste-marque-modele .l-marque-modele .l-marque-modele-inner strong {
    font-size: 18px;
    font-weight: normal;
}

#sectionA5 .liste-marque-modele .l-marque-modele ul {
    list-style: none;
    margin: 8px 0 0;
}

#sectionA5 .liste-marque-modele .l-marque-modele ul li span {
    color: /*#009bff*/ #0b60dc;
    font-size: 20px;
    margin-right: 2px;
}

#sectionA5 .liste-marque-modele .l-marque-modele ul li a {
    color: #000;
}

#sectionA5 .autre-marque-modele {
    margin-top: 30px;
    text-align: center;
}

#sectionA5 .autre-marque-modele ul {
    display: inline;
}

#sectionA5 .autre-marque-modele ul li img {
    margin: 0px 5px;
    width: 80px;
}

#sectionA5 .autre-marque-modele .amm-title {
    font-size: 18px;
    margin-right: 30px;
    text-transform: uppercase;
}

#sectionA5 .autre-marque-modele .amm-link {
    margin-left: 20px;
}

#sectionA6 {
    padding-top: 50px;
}

#sectionA6 #servicesCarousel {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom:0px;
    text-align: left;
}

#sectionA6 #servicesCarousel .carousel-indicators {
    border: none;
    display: block;
    overflow: hidden;
    right: inherit;
    top: inherit;
    z-index: inherit;
}

#sectionA6 #servicesCarousel .carousel-indicators li {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    height: inherit;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    text-indent: 0;
    width: 100%;
    color: #c6c6c6;
    font-size: 19px;
}

#sectionA6 #servicesCarousel .carousel-indicators li.active {
    background: none;
    color: black;
    font-weight: 500;
}

#sectionA6 #servicesCarousel .carousel-indicators li:first-child {
    border-left: 1px solid transparent;
    padding: 5px 0;
}

#sectionA6 #servicesCarousel .carousel-inner .item img {
    float: right;
    margin-left: 30px;
    margin-top: 45px;
}

#sectionA6 #servicesCarousel .carousel-inner .item h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
    line-height: 30px;
}

#sectionA6 #servicesCarousel .carousel-inner .item p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
    text-align: justify;
}

#sectionA6 #servicesCarousel .carousel-inner .item.active .span8{
    height: auto;
}

#sectionA6 #servicesCarousel .carousel-inner .item .span8{
    padding-left: 20px;
}

#sectionA7{
    border-top: 1px solid #d4d4d4;
}
.bandeauPetitsPrix {
    background: url("/assets/img/bandeau/petits-prix/slide-petits-prix-background.png") no-repeat center top #02245d;
    box-shadow: 0px 10px 20px #00000029;
    height: 270px;
}

.bandeauPetitsPrix--background {
    margin: 0 auto;
    display: block;
}

.bandeauPetitsPrix a {
    display: block;
    overflow: hidden;
    position: relative;
}

.bandeauPetitsPrix a .bullePetitsPrix {
    float: left;
    margin-left: 15px;
}

.bandeauPetitsPrix a .voiturePetitsPrix {
    float: left;
    margin-left: 50px;
    margin-top: 50px;
    width: 350px;
}

.aV-block-mensualite {
    position: relative;
}

.aV-mensualite > .icone-mentions-financement{
    position: absolute;
    height: 15px;
    width: 15px;
    right: 15px;
    top: -13px;
    cursor: pointer;
    z-index: 50;
}

.aV-mensualite .bloc-icon-content svg {
    width: 100%;
    height: 100%;
}

.slide__group{
    padding: 0px 15px;
    position: absolute;
    color: white;
    z-index: 1;
    width: 100%;
    left: 50%;
    transform: translateX(-50%)
}
.slide__pictures{
    background:black;
    height: 100%;
    width: 100%;
}
.slide__pictures .fvo__yt {
    opacity: 0.5;
}

.slide__picture{
    opacity:68%;
}
.slide__picture--top {
    object-position: top;
}

/*
 Media Query for desktop
 ===============================*/
@media screen and (min-width: 768px) {
    #sectionA1 > div.content{
        padding-bottom: 40px;
    }

    #sectionA1 .switcher {
        background-color: unset;
        border: none;
        width: 400px;
    }

    #sectionA1 .switcher__input--vn:checked ~ .switcher__toggle {
        left: 135px;
    }

    #moteurReduitTabContent form:not(#apv_plate--iframe) {
        margin: 25px 0 0 0;
    }

    #sectionA1 .moteurReduit .input-form {
        display: flex;
    }

    #sectionA1 .moteurReduit .select-perso {
        width: 26.12%;
        max-width: 175px;
    }
    #sectionA1 .moteurReduit .select-perso select {
        width: 100%;
    }

    #sectionA1 .moteurReduit .switcher__label {
        font-size: 16px;
        line-height: 30px;
    }

    #sectionA1 .moteurReduit .switcher__toggle {
        height: 30px;
        top: unset;
    }

    #moteurReduitTabContent .input-recherche-wrapper {
        width: unset;
        flex: 1;
    }

    #sectionA1 #apv_plate--iframe {
        margin: 0 0 10px;
    }

    #sectionA1 .apv__input {
        max-width: 250px;
        margin: 0;
    }

    #sectionA1 .apv__input.highlight {
        height: 56px;
        line-height: 56px;
        font-size: 18px;
    }

    #sectionA1 .apv__input .form-input {
        height: 56px;
        font-size: 18px;
    }

    #sectionA1 .apv__input:before {
        background-position: 55% 12px;
        background-size: 45%;
        width: 25px;
    }

    #sectionA1 .apv__input:after {
        background-size: 16px 16px;
        width: 25px;
    }

    #sectionA1 .apv__subtitle--plate {
        margin-top: 0;
    }

    #sectionA1 .apv__button {
        height: 56px;
        font-size: 22px;
        line-height: unset;
        margin-left: 15px;
    }

    #sectionA1 .hp-form-title {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 600;
    }

    #sectionA1 a.toutes-les-offres {
        margin: 0;
        align-self: end;
        width: fit-content;
    }

    .vehicle-carousel_picture img {
        width: 140px;
    }

    :is(.layout-noel, .layout-nouvelle-annee) #sectionA1 .slide__group > h1 {
        line-height: 34px;
    }
}

@media screen and (min-width: 830px) and (max-width: 1258px) {
    #recomandationsHome .vehicle-carousel {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 822px) {
    #sectionA4 ul.ccm {
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1728px) {
    .sectionA1-image-left {
        left: 7%;
    }

    .sectionA1-image-right {
        right: 6%;
    }
}

@media screen and (max-width: 1620px) {
    .sectionA1-image-left {
        left: 5%;
        max-height: 95%;
    }

    .sectionA1-image-right {
        right: 4%;
        max-height: 90%;
    }
}

@media screen and (max-width: 1488px) {
    .sectionA1-image-left {
        left: 3%;
        max-height: 90%;
    }

    .sectionA1-image-right {
        right: 2%;
        max-height: 85%;
    }
}

@media screen and (max-width: 1302px) {
    .sectionA1-image-left {
        left: 0;
    }

    .sectionA1-image-right {
        right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .sectionA1-image {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #sectionA1 {
        min-height: 345px;
    }

    #sectionA1 .moteurReduit {
        padding: 15px 25px;
    }
}

@media screen and (min-width: 1003px) and (max-width: 1199px) {
    #next-vehicle .vehicle-type {
        height: 170px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1002px) {
    #next-vehicle .vehicle-type {
        height: 131px;
        font-size: 18px;
    }

    #next-vehicle .type-title {
        line-height: 23px;
    }

    #sectionA5 img.marque-logo.logo-renault {
        transform: translateX(-29%);
    }

    #sectionA5 img.marque-logo.logo-peugeot {
        transform: translateX(-23%);
    }

    #sectionA5 img.marque-logo.logo-citroen,
    #sectionA5 img.marque-logo.logo-audi {
        transform: translateX(-8%);
    }

    #sectionA5 img.marque-logo.logo-volkswagen {
        transform: translateX(-37%);
    }
}

/*
 Media Query for Tablet and mobile
 ===============================*/
@media screen and (min-width: 768px) and (max-width: 806px) {
    /** RECOMANDATIONSHOME **/
    #recomandationsHome .vehicle-carousel {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}

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

    /** OUR USED CAR **/
    #our-used-car {
        padding: 20px 0 70px;
    }

    #our-used-car .our-used-car-title {
        padding: 0 10px;
    }

    #our-used-car .used-category-container {
        display: inherit;
    }

    #our-used-car .used-category {
        width: 450px;
        height: 300px;
        margin: 0 10px;
    }

    #our-used-car .used-category:last-child {
        margin-right: 0;
    }

    #our-used-car .used-category .category-title-container {
        padding: 20px 25px;
    }

    #our-used-car .used-category .used-category-title {
        font-size: 22px;
        line-height: 26px;
    }

    #our-used-car .used-category .category-description {
        font-size: 14px;
    }

    #our-used-car .used-category .category-link {
        font-size: 15px;
        padding: 15px;
    }

    #our-used-car .used-category-container .slick-dots {
        bottom: -40px;
    }
}

@media screen and (max-width: 821px) {
    #ccm {
       padding: 10px 0 30px;
   }
}

@media screen and (max-width: 1002px) {
    #sectionA6 #servicesCarousel .carousel-inner .span8{
        width: 100%;
    }

    #nos-plus {
        justify-content: unset;
    }
}

/*
 Media Query for mobile
 ===============================*/
@media screen and (max-width: 767px) {
    .hp h2 {
        font-size: 22px;
        line-height: 26px;
    }

    #sectionA1 .slide__picture {
        opacity: 40%;
    }

    #sectionA1 .apv__button {
        padding: 0 6px;
    }

    #sectionA1 .registration__subtitle--error {
        font-weight: bold;
    }

    .banniere_hp .slick-slide img{
        width: 100%;
    }

    .layout-noel .sectionA__slick-img {
        height: 170%;
    }

    .layout-nouvelle-annee .sectionA__slick-img {
        height: 150%;
    }

    #sectionA6 #servicesCarousel .carousel-inner .item .span8 {
        padding-left: 0;
    }
    #sectionA6 #servicesCarousel .carousel-inner .item.active .span8 {
        height: auto;
    }
    #sectionA6 #servicesCarousel .carousel-indicators li.fl-d:after {
        content: '';
        background: url(../img/services/fleche-droite.png) no-repeat center center / 100% auto;
        width: 25px;
        height: 25px;
        position: absolute;
        right: 10px;
        top: 20px;
    }
    #sectionA6 #servicesCarousel .carousel-indicators li.fl-g:after {
        content: '';
        background: url(../img/services/fleche-gauche.png) no-repeat center center / 100% auto;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 15px;
        top: 20px;
    }
    #sectionA6 #servicesCarousel .carousel-indicators li:first-child {
        padding: 10px;
    }
    #sectionA6 #servicesCarousel .carousel-indicators {
        display: flex;
        justify-content: center;
    }
    #sectionA6 #servicesCarousel .carousel-inner .item h3 {
        text-align: center;
    }
    #sectionA6 {
        padding: 25px 0;
        padding-bottom: 0px;
    }
    .sectionA {
        padding: 20px 15px;
    }
    #sectionA6 #servicesCarousel .carousel-inner .item{
        padding: 20px 15px;
    }
    .aH2 {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }
    #sectionA1 {
        background-size: auto;
        min-height: 363px;
    }

    #sectionA1 > div.content {
        padding: 70px 0 20px;
    }

    #sectionA1 .slide__group{
        margin-top: 15px;
    }

    .layout-noel #sectionA1 .slide__group {
        margin-top: 15px;
    }

    .autosphere-noel-logo {
        width: 180px;
    }

    #sectionA1 .slide__group > h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .banniere_hp-wrapper {
        padding: 5px 0;
    }

    .layout-nouvelle-annee #sectionA1 .slide__group > h1 {
        font-size: 22px;
    }

    #sectionA1 .slide__group > h1 .h1-subtitle {
        font-size: 19px;
    }

    #sectionA1 ul.sous-titre {
        margin: 8px auto;
        display: none;
    }

    #sectionA1 ul.sous-titre li::before {
        content: "";
        margin: 0;
    }

    #sectionA1 ul.sous-titre li {
        display: block;
        font-size: 16px;
    }

    #sectionA1 .switcher {
        height: 26px;
    }

    #sectionA1 .switcher__toggle {
        height: 30px;
    }

    #sectionA1 .switcher__label {
        line-height: 26px;
        font-size: 16px;
    }

    #sectionA1 .moteurReduit {
        border: none;
        margin-top: 0;
        padding: 15px;
        height: 288px;
    }

    #sectionA1 #moteurReduitTab {
        margin-bottom: 7px;
    }

    #sectionA1 #moteurReduitTab tr td a {
        font-size: 10px;
        padding: 7px 4px;
    }

    #sectionA1 #moteurReduitTab tr td a:hover::after,
    #sectionA1 #moteurReduitTab tr td.active a::after {
        left: 20px;
    }

    #sectionA1 #form_recherchesor1 .select-perso,
    #sectionA1 #form_recherchesor2 .select-perso {
        width: 100%;
    }

    #sectionA1 a.toutes-les-offres {
        float: none;
        font-size: 17px;
        text-align: center;
        text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.90);
        margin-right: 0;
        color: #fff;
    }

    #sectionA1 .hp-form-title {
        font-size: 16px;
        font-weight: bold;
    }

    #sectionA1 #apv_plate--iframe {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }

    #sectionA1 .apv_plate__type {
        white-space: unset;
    }

    #sectionA1 .apv__subtitle--plate {
        color: #fff;
        margin-top: 0;
    }

    #sectionA1 .apv__input {
        margin-bottom: 20px;
    }

    #nos-plus .nos-plus-item {
        margin-right: 30px;
    }

    #nos-plus .nos-plus-item:last-child {
        margin-right: 10px;
    }

    /** JOBS **/

    #jobs {
        padding-bottom: 1px;
    }

    #jobs .jobs-container {
        display: inherit;
        margin-bottom: 50px;
    }

    #jobs .job {
        width: 100%;
        max-width: 230px;
        margin: 0 5px 40px;
    }

    #jobs .job-content .job-description-container {
        background-color: rgba(0 ,0, 0, 0.5);
    }

    #jobs .job-content .job-description {
        visibility: visible;
    }

    #jobs .jobs-container .slick-dots {
        margin-bottom: -20px;
    }

    .banniere_hp .banner {
        padding: 0 10px;
    }

    #sectionA2 p {
        margin: 0 auto 20px;
        max-width: 90%;
    }

    #sectionA2 #aVehiculeCarousel {
        display: inline-block;
        width: 100%;
    }

    #sectionA2 #aVehiculeCarousel .carousel-control,
    #sectionA2 #aVehiculeCarousel .carousel-indicators {
        display: block;
    }

    #sectionA2 .aVehicule-content .span3.item {
        display: none;
        margin-bottom: 0;
    }

    #sectionA2 .aVehicule-content .span3.item.active,
    #sectionA2 .aVehicule-content .span3.item.next,
    #sectionA2 .aVehicule-content .span3.item.prev {
        display: block;
    }

    #sectionA2 .aVehicule-content .aVehicule {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 60%;
    }

    #sectionA2 .aVehicule-content .aVehicule .aV-marque a {
        padding-left: 15px;
        text-align: left;
    }

    #sectionA2 .aVehicule-content .aVehicule .aV-mensualite {
        margin-left: 15px;
        text-align: left;
    }

    #sectionA2 .aVehicule-content .aVehicule .aV-prix {
        padding: 10px 0;
    }

    /*Carousel our selection*/

    .vehicle-carousel .slick-dots {
        bottom: -60px;
    }

    .vehicle-carousel .slick-dots li {
       display: none;
    }

    .vehicle-carousel .slick-dots li.slick-active {
        display: inline-block;
    }

    .vehicle-carousel .slick-dots li.before, .vehicle-carousel .slick-dots li.after {
        display: inline-block;
        transform: scale(0.8);
    }

    .vehicle-carousel .slick-dots li.li-border {
        transform: scale(0.6);
    }

    .hp #recomandations {
        padding: 20px 0;
    }

    .hp #recomandations h2 {
        padding: 0 15px;
    }

    #sectionA3 .aH2 {
        margin-bottom: 20px;
    }

    #sectionA3 ul.puce-bleu li {
        margin-bottom: 15px;
        padding-left: 20px;
    }

    #sectionA3 ul.puce-bleu li h3 {
        font-size: 15px;
        line-height: 20px;
    }

    #sectionA3 ul.puce-bleu li h3 span {
        font-size: 18px;
    }

    #sectionA3 ul.puce-bleu li p {
        font-size: 12px;
        width: 100%;
    }

    #sectionA3 #section-video {
        background-size: 100% auto;
        margin-top: 25px;
        padding: 0;
    }

    #sectionA3 .video-HP {
        width: 100%;
        margin-bottom: 0;
    }

    .video-ytb-preview.view-accept-cookie {
        font-size: 13px;
    }

    .bandeauPetitsPrix {
        height: unset;
    }

    .btn-allow-cookie {
        padding: 10px 19px;
        font-size: 12px;
    }

    /** HOW IT WORKS **/
    #sectionA4 {
        padding: 20px 0;
    }

    #sectionA4 .content {
        max-width: 100%;
        width: 100%;
    }

    #sectionA4 ul.ccm .ccm-item {
        text-align: center;
        width: 100%;
    }

    #sectionA4 ul.ccm .ccm-item div {
        padding: 10px 20px;
    }

    #sectionA4 ul.ccm .slick-dots {
        bottom: 0;
    }

    /** NEXT VEHICLE **/
    #next-vehicle {
        margin: 30px auto 50px;
    }

    #next-vehicle .next-vehicle-header {
        padding: 0 10px;
    }

    #next-vehicle .vehicle-types {
        padding: 0 15px;
        overflow: auto;
        justify-content: space-between;
    }

    #next-vehicle .vehicle-type {
        font-size: 13px;
        margin-right: 0;
        margin-bottom: 15px;
        width: calc(100% / 3 - 10px);
        height: 89px;
    }

    #next-vehicle .vehicle-type.all-used-car, #next-vehicle .vehicle-type.all-new-brands {
        width: 100%;
        font-size: 16px;
        height: 65px;
    }

    #next-vehicle .type-title {
        line-height: 22px;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    #next-vehicle .type-title img {
        width: unset;
        height: 100%;
        max-height: 100%;
    }

    #next-vehicle .car-picto {
        width: 53%;
        left: -26%;
        max-width: 100%;
        max-height: 59px;
    }

    /** OUR USED CAR **/
    #our-used-car {
        padding: 20px 0 70px;
    }

    #our-used-car .our-used-car-title {
        padding: 0 10px;
    }
    
    #our-used-car .used-category-container {
        display: inherit;
    }

    #our-used-car .used-category {
        width: 100%;
        height: 300px;
        margin: 0 10px;
    }

    #our-used-car .used-category:last-child {
        margin-right: 0;
    }

    #our-used-car .used-category .category-title-container {
        padding: 20px 25px;
    }

    #our-used-car .used-category .used-category-title {
        font-size: 22px;
        line-height: 26px;
    }

    #our-used-car .used-category .category-description {
        font-size: 14px;
    }

    #our-used-car .used-category .category-link {
        font-size: 15px;
        padding: 15px;
    }

    #our-used-car .used-category-container .slick-dots {
        bottom: -40px;
    }

    #sectionA5 .liste-marque-modele .l-marque-modele {
        width: 50%;
        min-height: 320px;
    }

    #sectionA5 .liste-marque-modele {
        overflow: unset;
    }

    #sectionA5 .liste-marque-modele .slick-dots {
        bottom: -25px;
    }

    #sectionA5 .autre-marque-modele {
        display: none;
        /*margin-top: 15px;*/
    }

    #sectionA5 .amm-link {
        text-align: center;
        font-size: 18px;
    }

/*    #sectionA5 .autre-marque-modele .amm-title {
        display: block;
        margin: 15px auto;
    }

    #sectionA5 .autre-marque-modele ul li {
        display: block;
        float: left;
        margin-bottom: 10px;
        padding: 0;
        width: 50%;
    }

    #sectionA5 .autre-marque-modele .amm-link {
        clear: both;
        display: block;
        margin-left: 0;
    }*/

    #sectionA6 #servicesCarousel .carousel-indicators li {
        width: 50%;
        border-top: 1px solid #d4d4d4;
        text-align: center;
        line-height: 45px;
        border-bottom: 1px solid #d4d4d4;
        color: black;
    }

    #sectionA6 #servicesCarousel .carousel-inner .item img {
        float: none;
        margin: 0 auto;
    }

    #sectionA6 #servicesCarousel .carousel-inner .item p {
        max-width: 100%;
    }
    #sectionA2 p.mention_cgi {
        margin-top: 25px;
    }

    #sectionA1 input.btn-jaune[type="submit"]{
        border-radius: 0 0 4px 0;
        margin: 0;
        font-size: 17px;
    }

    #sectionA1 input.btn-jaune[type="submit"].inline-submit {
        width: 25%;
        border-radius: 0 4px 4px 0;
        background-image: url(/assets/home/loupe-gris.svg);
        border: 1px solid #d4d4d4;
        border-left: none;
        max-width: 67px;
        background-color: #fff !important;
    }
}

/*
 Media Query for mobile
 ===============================*/
@media screen and (max-width: 455px) {
    .switcher{
        width: calc(100% - 12px);
    }

    .switcher__label {
        font-size: 1.2em;
    }

    #sectionA1 .switcher__label {
        font-size: 14px;
    }

    .switcher__input--vn:checked ~ .switcher__toggle {
        left: calc(50% - 5px);
    }

    #sectionA1 .switcher__input--vn:checked ~ .switcher__toggle {
        left: calc(34% - 3px);
    }

    #sectionA1 .switcher__input--apv:checked ~ .switcher__toggle {
        left: calc(67% - 4px);
    }

    #sectionA2 .aVehicule-content .aVehicule .aV-marque a {
        padding-top: 55%;
    }

    .sectionA__slick-img {
        object-fit: none;
    }
}

/*
 Media Query for Tablet
 ===============================*/
@media screen and (max-width: 821px) {
    #sectionA4 .content {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 813px) {
    #sectionA3 #section-video {
        width: 320px;
    }
}

@media screen and (min-width: 813px) and (max-width: 1002px) {
    #sectionA3 #section-video {
        width: 366px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1002px) {
    #sectionA6 #servicesCarousel .carousel-indicators li{
        font-size: 17px;
    }
    #sectionA1 {
        min-height: 350px;
    }
    .background_home:not(.layout-noel, .layout-nouvelle-annee) #sectionA1 > div.content{
        padding-top: 170px;
    }
    #submit_sor1{
        font-size: 12px;
    }
    #sectionA1 .slide__group{
        font-size: 35px;
    }
    #sectionA1 .slide__group > h1 {
        font-size: 35px;
    }

    #sectionA1 ul.sous-titre {
        margin: 0px auto;
    }

    #sectionA1 ul.sous-titre li {
        font-size: 16px;
    }

    .background_home:not(.layout-noel, .layout-nouvelle-annee) #sectionA1 .moteurReduit {
        margin-top: 30px;
    }

    #sectionA2 p {
        margin: 0 auto 30px;
        max-width: 660px;
    }

    #sectionA2 .aVehicule-content .aVehicule .aV-marque a {
        padding-top: 98px;
    }

    #sectionA2 .carousel-control.left {
        left: 15px;
        margin-left: -50px;
    }

    #sectionA2 .carousel-control.right {
        right: -40px;
    }

    #sectionA3 ul.puce-bleu li {
        margin-bottom: 20px;
        padding-left: 15px;
    }

    #sectionA3 ul.puce-bleu li h3 {
        font-size: 15px;
        line-height: 20px;
    }

    #sectionA3 ul.puce-bleu li h3 span {
        font-size: 18px;
    }

    #sectionA3 ul.puce-bleu li p {
        font-size: 12px;
        width: 100%;
    }

    #sectionA3 ul.puce-bleu li p .puce-bleu a {
        display: inline-block;
    }

    #sectionA3 #section-video {
        background-size: 100% auto;
        height: 290px;
        margin-top: 25px;
    }

    #sectionA3 .video-HP {
        margin: 10px 0 0 33px;
    }

    #sectionA3 .video-HP img,
    #sectionA3 .video-HP iframe {
        height: 223px;
        width: 300px;
    }

    #sectionA4 ul.ccm li div {
        padding: 10px 2px;
    }

    #sectionA5 .liste-marque-modele .l-marque-modele .l-marque-modele-inner {
        margin-top: 5px;
    }

    #sectionA5 .liste-marque-modele .l-marque-modele .l-marque-modele-inner strong {
        font-size: 16px;
    }

    #sectionA5 .liste-marque-modele .l-marque-modele ul li {
        font-size: 12px;
    }

    #sectionA5 .liste-marque-modele .l-marque-modele ul li span {
        display: none;
    }

    #sectionA5 .autre-marque-modele .amm-title {
        font-size: 16px;
        margin-right: 15px;
    }

    #sectionA5 .autre-marque-modele ul li img {
        margin: 0;
        width: 40px;
    }

    #sectionA5 .autre-marque-modele .amm-link {
        margin-left: 15px;
    }

    .bandeauPetitsPrix a .bullePetitsPrix {
        margin-left: -25px;
    }

    .bandeauPetitsPrix a .voiturePetitsPrix {
        margin-left: 0;
        margin-top: 95px;
        width: 275px;
    }

    .aV-mensualite > .icone-mentions-financement {
        right: 38px;
    }
}

@media (max-width: 1199px) and (min-width: 1003px){
    #sectionA1 input.btn-jaune[type="submit"]{
        width: 8%;
    }
}

@media (max-width: 1002px) and (min-width: 768px){
    #sectionA1 input.btn-jaune[type="submit"]{
        width: 10%;
    }
}

/*
 Media Query for Handheld
 ===============================*/
@media screen and (min-width: 1003px) and (max-width: 1199px) {
    .background_home:not(.layout-noel, .layout-nouvelle-annee) #sectionA1 .slide__group,
    .background_home:not(.layout-noel, .layout-nouvelle-annee) #sectionA1 .slide__group > h1 {
        font-size: 45px;
    }

    #sectionA2 .carousel-control.left {
        left: 15px;
        margin-left: -50px;
    }

    #sectionA2 .carousel-control.right {
        right: -40px;
    }

    #sectionA3 ul.puce-bleu li {
        padding-left: 20px;
    }

    #sectionA3 ul.puce-bleu li h3 {
        font-size: 20px;
        line-height: 25px;
    }

    #sectionA3 ul.puce-bleu li h3 span {
        font-size: 23px;
    }

    #sectionA4 ul.ccm li div {
        padding: 10px 22px;
    }

    .bandeauPetitsPrix a .bullePetitsPrix {
        margin-left: 0;
    }

    .bandeauPetitsPrix a .voiturePetitsPrix {
        margin-left: 20px;
        margin-top: 70px;
        width: 325px;
    }
}

@media screen and (max-width: 430px) {
    .layout-nouvelle-annee #sectionA1 > div.content {
        padding: 100px 0 20px;
    }
}

@media screen and (max-width: 393px) {
    .layout-noel #sectionA1 > div.content {
        padding: 100px 0 20px;
    }
}

@media screen and (max-width: 370px) {
    #sectionA1 .slide__group {
        font-size: 20px;
    }
}
