.carImgBackground {
    /*background: url(/images/wallpapers/header_motor_search.webp) no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    padding: 2rem 0;
}

.vehicleFinder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

    .vehicleFinder nav {
        display: flex;
        height: 60px;
        font-size: 1.13rem
    }

        .vehicleFinder nav a {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            text-transform: uppercase;
            color: var(--color-2);
            background-color: #eee
        }

.vehiculeSelect > p span {
    display: block;
    text-transform: uppercase;
    font-size: 1.1rem;
    text-align: center;
    color: #fff
}

.vehiculeSelect .ouOU {
    color: var(--color-1);
    font-size: 1.2rem;
    font-weight: 700
}

.vehicleFinder nav a:first-child, .vehicleFinder nav a:last-child, .vehicleFinder nav a:nth-last-child(2) {
    background-color: #ddd
}

.vehicleFinder nav a .fa, .vehicleFinder nav a .fas {
    margin-right: 5px
}

.selectedCategory {
    background-color: #fde900 !important
}

.btnVehic {
    /* max-width: 252px; */
    background-color: var(--color-1);
    border: 2px solid var(--color-1);
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
.vehicleFinder .btnVehic:hover {
    background-color:#fff;
    color: var(--color-1);
    transform: scale(1.1);
}
.finderOption {
    width: 100% !important
}

.VI_vehicule ::placeholder, .VI_mine ::placeholder {
    font-size: 1.3rem;
    margin-top: 10px;
    color: #333
}

.VI_imat ::placeholder {
    font-size: 2.5rem;
    margin-top: 10px;
    color: #333
}

.VI_imat input {
    padding: 0;
    font-size: 1.5rem;
    padding-left: 2rem
}

.vehicleFinder .VI_vehicule input {
    font-size: 1rem;
    height: 40px
}

.vehicleFinder input::placeholder {
    font-size: 1em !important;
    color: #333;
    opacity: 1
}

.vehicleFinder input {
    color: #383838;
    height: 45px;
    width: 82%;
    font-weight: 600
}

input[type="submit"] {
    color: #fff
}

.vehicleFinder input.square {
    border: 0;
    height: 60px;
    width: 78px;
    font-weight: 700;
    padding: 0 14px;
    font-size: 1.6rem
}

.vehicleFinder input.rectangle {
    border: 0;
    height: 60px;
    width: 50%;
    font-weight: 700;
    padding: 0 14px;
    font-size: 1.5rem
}

.vehiculeInput {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    align-items: center;
    flex-direction: column;
}

.VI_vehicule .vehiculeInput > div {
    max-width: 252px;
}

.immat_motor .vehiculeInput > div {
    width: 100%;
    margin: .5rem 0
}

.immat_motor {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 400;
    font-size: 1.1rem
}

.title_immat_motor {
    display: flex;
    column-gap: .5rem;
    align-items: center;
    justify-content: center;
}

.title_immat_motor img {
    width: 30px;
    height: 30px;
}

.vehicleFinder .immat_motor input[type="text"] {
    width: 230px;
    text-align: center;
    padding-left: 0;
    max-width: 80vw;
    text-transform: uppercase;
    border:0;
    outline: auto;
}

.vehicleFinder .immat_motor input[type="submit"] {
    width: 60px;
    height: 49px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 2px solid var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background-color: var(--color-1);
    transition: all 300ms ease-in-out;
}
.vehicleFinder .immat_motor input[type="submit"]:hover {
    background-color:#fff;
    color: var(--color-1);
    transform: scale(1.1);
}
.the_immat {
    overflow: hidden;
    border-radius: 4px
}

.flagImmat {
    width: 40px;
    height: 35.5px;
    object-fit: contain;
    background: #045cac;
    padding: 5px 0;
    margin-right: -5px;
    z-index: 0;
}

.rapidAccess {
    background-color: rgba(0,0,0,0.1);
    color: var(--color-2);
    padding: 1rem 0
}

    .rapidAccess h2 {
        font-size: 2rem;
        text-align: center
    }

.bandeauOffre > * {
    width: 49%;
}

.bandeauOffre {
    margin: 1.5rem 1rem;
    display: flex;
    justify-content: space-between;
}

    .bandeauOffre .btnPlayPause {
        display: none
    }

    .bandeauOffre img {
        object-fit: contain;
    }

    .bandeauOffre .activeBubble {
        border: 2px var(--color-1) solid;
        background: var(--color-1)
    }

    .bandeauOffre .unactiveBubble {
        border: 2px var(--color-1) solid
    }

    .bandeauOffre .bubbleBox {
        bottom: -20px
    }

    .bandeauOffre .mainSlider {
        height: 400px;
    }

.textSection {
    padding: 0 2% 2%
}

    .textSection > div {
        flex: 1;
        margin: 0 1rem
    }

    .textSection p {
        font-size: .8rem
    }

    .textSection h2 {
        text-align: center
    }

.subItem {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

    .subItem > * {
        margin: 1rem
    }

    .subItem img {
        width: 90%
    }

.marceau {
    transition: all .5s ease
}

.filterNoCar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic
}

    .filterNoCar span {
        margin-left: 2px;
        text-decoration: underline;
        cursor: pointer
    }

.AboutPCP {
    background: url(/images/wallpapers/fond_pp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6rem 0 10rem
}

    .AboutPCP > div {
        width: 40%;
        margin-left: 50%
    }

    .AboutPCP h1, h2 {
        padding: 0;
        margin: 0;
        /* font-size: 1em !important; */
        font-weight: inherit
    }

    .AboutPCP h3 {
        font-size: 1.7rem;
        margin: 8px 0
    }

        .AboutPCP h3 span {
            display: none
        }

    .AboutPCP > div img {
        max-width: 350px
    }

    .AboutPCP p {
        line-height: 1.5rem
    }

        .AboutPCP p span {
            color: var(--color-1)
        }

.aboutV2 {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0
}

    .aboutV2 > article {
        width: 49%;
        display: flex;
        flex-direction: row-reverse;
        border: 1px #000 solid
    }

        .aboutV2 > article.firstArt {
            flex-direction: column
        }

        .aboutV2 > article > img {
            width: 260px;
            object-fit: cover
        }

        .aboutV2 > article.firstArt > img {
            width: 100%;
            height: 260px
        }

        .aboutV2 > article > div {
            flex: 1;
            padding: 1.5em;
            display: flex;
            flex-direction: column
        }

        .aboutV2 > article.firstArt > div {
            flex-direction: row
        }

    .aboutV2 h4 {
        text-transform: uppercase;
        font-size: 2rem;
        width: 50%;
        min-width: 250px;
        min-height: 30%;
        margin: 0
    }

    .aboutV2 > article.firstArt p {
        margin-top: 0
    }

    .aboutV2 > article.firstArt h4 {
        text-align: right;
        margin-right: 1rem
    }

    .aboutV2 a {
        text-transform: uppercase;
        color: var(--color-1);
        font-weight: 700;
        font-size: .9rem
    }

.showColumn {
    display: none
}


.homeCata.catalogueContent {
 display: flex;
 justify-content: center;
 gap: 2rem;
 flex-wrap: wrap;
}

.portailPage.seo .carImgBackground {
    background: none;
    margin-bottom: 6rem;
}
.portailPage.seo  .vehicleFinder {
    justify-content: center;
}
.portailPage.seo  .vehicleFinder .leftSide h2{
   color: var(--color-1);
   text-transform: uppercase;
}
.portailPage.seo  .vehicleFinder .leftSide h2 span{
    text-transform: none;
   color: var(--color-1);
   font-weight: 500;

    font-size: 2.5rem !important;
 }
.portailPage.seo  .vehicleFinder .leftSide :is(.immat_motor, .vehiculeSelect > p span:last-child) {
    color: var(--color-txt);
    font-weight: 600;
}
.portailPage.seo  .vehicleFinder .leftSide .immat_motor .the_immat {
    -webkit-box-shadow: 0px 0px 10px 1px #000000; 
box-shadow: 0px 0px 10px 1px #000000;
}

#titleDyn {
    display: flex !important;
    margin-bottom: 3vh;
    column-gap: 2vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 700;
    margin-top: 3rem;
    color: var(--color-1);
}

#titleDyn span {
    color: #1a1f25;
}

.carSearch {
    display: flex;
    width: 75%;
    margin: auto;
    align-items: center;
}

.carSearch .w-60 {
    width: 60%;
}

.carSearch .w-40 {
    width: 40%;
}

.bandeauCommercialMobile {
    display: none;
}

#pContent_MTRCAR_pnlSearchImmat {
    flex-direction: row !important;
}

#pContent_MTRCAR_UpdatePanel1 {
    margin-top: 1rem;
}

@media all and (max-width: 1800px) {
    .bandeauOffre {
       margin: 2rem 0;
       padding-top:0;
    }
}
@media all and (max-width: 1450px) {
    .aboutV2 > article.firstArt > img {
        height: 50%
    }

    .aboutV2 > article > img {
        width: 45%
    }
}

@media all and (max-width: 1400px) {
    .subItem {
        flex-direction: column
    }

    .textSection > div {
        align-items: unset
    }
}

@media all and (max-width: 1300px) {
    .vehicleFinder {
        width: 90%;
        margin: 1rem 5%
    }

        .vehicleFinder input.rectangle {
            padding: 0 10px;
            font-size: 1.4rem
        }
}

@media all and (max-width: 1200px) {
    .subItem img {
        width: 100%
    }

    .AboutPCP {
        background-position: left;
        padding: 4rem 0 6rem
    }
}

@media all and (max-width: 1100px) {
    .aboutV2 > article {
        flex-direction: column
    }

        .aboutV2 > article.firstArt > img, .aboutV2 > article > img {
            width: 100%;
            height: 250px
        }

        .aboutV2 > article.firstArt > div {
            flex-direction: column
        }

    .aboutV2 h4 {
        width: calc(100% - 1rem)
    }
}

@media all and (max-width: 700px) {
    #pContent_LtlSlideShow {
        display: block;
    }

    .aboutV2 {
        flex-direction: column
    }

        .aboutV2 > article {
            width: 100%;
            margin-bottom: 1rem
        }

            .aboutV2 > article.firstArt > img, .aboutV2 > article > img {
                width: 100%;
                height: 250px
            }

        .aboutV2 h4 {
            font-size: 1.5rem;
            min-width: unset
        }

        #titleDyn {
            display: flex;
            flex-direction: column;
            font-weight: 900;
            row-gap: 2vh;
            font-size: 1.5rem;
            background: #000;
            margin-bottom: 0;
            margin-top: 0;
            padding-top: 2rem;
        }

        #titleDyn span {
            color: #fff;
        }

        .portailPage.seo .vehicleFinder .leftSide h2 span {
            font-size: 6vw !important;
        }

        .immat_motor p {
            font-size: 4vw !important;
        }

    .portailPage.seo .carImgBackground {
        margin-bottom: 0 !important;
    }
}

@media all and (max-width: 1000px) {
    .AboutPCP {
        background-position: center
    }

        .AboutPCP > div {
            width: 70%;
            margin-left: 20%
        }

    .bandeauOffre {
        flex-direction: column-reverse;
        margin-top: 2rem;
    }
        .bandeauOffre > * {
            width: 100%;
        }
        .bandeauOffre .mainSlider {
            height: auto;
        }
        .bandeauOffre .mainSlider * {
            height: auto !important;
        }
        .bandeauOffre .mainSlider .bubble_default {
            
            height: 10px !important;
           
        }
}

@media all and (max-width: 900px) {
    .showColumn {
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 1.3rem
    }

    .carImgBackground {
        height: auto;
        background: none;
        background-color: #000;
    }

    .vehicleFinder {
        flex-direction: column
    }

    .rapidAccess h2 {
        margin: 0
    }

    .VI_vehicule {
        flex-direction: column;
        justify-content: space-around
    }

        .VI_vehicule input {
            width: 90%;
            margin: .5rem 1rem;
            flex: unset
        }

        .VI_vehicule .blueBtn {
            align-self: flex-end;
            margin-right: 1rem;
            height: 50px;
            width: 68px
        }

    .vehicleFinder article {
        /* padding: 1rem */
    }

    .immat_motor .vehiculeInput > div {
        margin: 0 !important;
    }

    .btnVehic {
        font-size: 1.2rem;
    }

    .vehicleFinder input.rectangle {
        padding: 0 7px;
        font-size: 1.2rem
    }

    .bandeauOffre .imageContainer > * {
        padding: 0
    }
}

@media all and (max-width: 768px) {

        #slideShow {
            display: block;
        }
        .bandeauOffre {
            flex-direction: column-reverse;
            /* margin-top: 0; */
        }

        .bandeauOffre > * {
            width: 100%;
        }

    .AboutPCP {
        background-position: 30%;
        display: none !important;
    }

    .textSection > div {
        flex-direction: column
    }

    .vehicleFinder {
        width: 98%;
        margin: 1%
    }

        .vehicleFinder nav a {
            font-size: 1rem;
            padding: 0 4px
        }

    .portailPage ::placeholder {
        font-size: 1rem;
        font-size: 1rem
    }

    .VI_imat ::placeholder {
        font-size: 1.5rem
    }

    .VI_imat input {
        font-size: 1.5rem;
        padding-left: 1rem
    }

    .vehicleFinder input.rectangle {
        padding: 0 6px;
        font-size: 1.1rem
    }

    .VI_commandeRapide {
        flex-wrap: wrap
    }

        .VI_commandeRapide input.rectangle {
            width: fit-content;
            margin-left: auto
        }

    .AboutPCP p {
        font-weight: 500
    }
}

@media all and (max-width: 500px) {
    .vehicleFinder nav {
        display: flex;
        height: unset;
        font-size: 1rem;
        flex-direction: column
    }

        .vehicleFinder nav a {
            font-size: .8rem;
            padding: 8px 0
        }

    .vehicleFinder input.rectangle {
        padding: 0 4px;
        font-size: .9rem
    }

    .AboutPCP > div img {
        max-width: 90%
    }

    .footerMenuA {
        padding-left: 0
    }
}



.leftSide {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    row-gap: .5rem;
}

.leftSide h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
}

.leftSide span {
    display: block ;
    color: #fff
}

.bandeauServiceTop .BandeauServices {
    margin-top: 0;
    background-color: var(--color-1);
}



.bandeauServiceTop .BandeauServices .site_container > div {
    filter: invert();
    
}

.noBack {
    background: none;
    padding: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .noBack > div {
        width: unset;
        margin-left: 0;
    }



    @media all and (max-width: 992px) {
        .RadComboBox_MetroTouch.form-drpLst-tlk .rcbInput{
        font-size: 0.7rem !important;
        }
        .leftSide{
            flex-direction: column;
        }
        .leftSide h2 {
        font-size: 1.9rem;
        }

        .leftSide span {
            display: initial ;
        }

        .flex-row{
            flex-direction: row;
            gap: 10px;
        }

        .vehiculeInput {
            flex-direction: row;
        }
    }

@media all and (max-width: 700px) {
    .leftSide h2 {
        font-size: .8rem;
        color: #fff;
    }

    .carSearch {
        flex-direction: column;
        width: 100%;
    }

    .carSearch .w-40,
    .carSearch .w-60 {
        width: 100%;
    }

    .bandeauCommercialMobile {
        display: block;
        width: 100%;
    }
    
    .bandeauCommercialDesktop {
        display: none;
    } 
}