﻿
h1 {
    text-align: center;
    font-weight: 700;
    font-size: 2.6rem;
    margin: 0 0 0.5vh;
    text-shadow: 1px 1px rgb(0 0 0 / 5%);
}
h1, h1 a, h1 a:hover {
    color: var(--color-1)
}
.h1_title {
    color: var(--color-1);
    font-size: 1.4rem;
}
.headerpart h2 {
    text-align: center;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: .1vw;
    margin: auto;
    color: #303030;
    /*border-bottom: 2px dashed #999;*/
    /*padding: 0 0 3vh;*/
    padding:0;
    width: 50%;
}
.AboutPCP h2 {
    border: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/*h3 {*/
/*    text-align: center !important;*/
/*    font-weight: 700 !important;*/
/*    font-size: 1.4rem !important;*/
/*    margin: 1vh 0 0 0 !important;*/
/*    color: #ef5e18;*/
/*}*/

/*h4 {*/
/*    text-align: center ;*/
/*    font-size: 1.3em ;*/
/*}*/
h5 {
    font-size: 1em !important;
    text-transform: none !important;
    text-align: center !important;
}
h5 a {color:#444;text-decoration:none;}
h5 a:hover {color:#000;text-decoration:underline;}
.fas, font-face {margin:0 5px}
.ariane {
    font-weight: 600;
    font-size: .76em;
    padding: 8px 1.4%;
    margin: -30px 0 3px 0;
    color: white;
    width: 100%;
    background-color: #0c0e0d;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.headerpart {
    padding: 16px 0 22px !important;
}
.mainpart {
    margin-top: -30px !important;
    background-color: white !important;
    padding-top: 16px !important;
}
.txtTr {
    font-weight: 500;
    text-align: justify;
    line-height: 1.5em;
    padding: 40px 20px 20px 5px;
}
.txtTr strong {
    font-weight: 600
}
.lnks {
    max-height: 640px;
    overflow: scroll;
    border: 2px dashed #d1d1d1;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: black;
    padding: 7px 12px;
    margin: 20px auto;
    font-weight: 400;
    font-size: .9em;
    text-shadow: 1px 1px rgb(0 0 0 / 6%);
}

    .lnks p {
        padding: 3px 0;
        margin: 0 0 3px;
        border-bottom: 1px dashed #ccc;
        transition:.3s;
    }
        .lnks p:hover {
            border-bottom: 1px solid #777;
        }

    .lnks a:hover {
        color: var(--color-1) !important;
    }

.quart {
    width: 85%;
}

.headerpart {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
}

.portailPage.seo .leftSide {
    flex-direction: row !important;
    column-gap: 15rem;
}

.portailPage.seo .leftSide .vehicleFinder input {
    width: 88% !important;
}

.portailPage.seo .the_immat {
    width: max-content !important;
}

.titlePP h2 {
    color: var(--color-1);
    font-size: 1.5rem;
    font-weight: 700;
}

@media screen and (max-width: 1000px) {
    .mainpart {
        margin-top: 0 !important;
    }
    
    .portailPage.seo .leftSide {
        flex-direction: column !important;
        row-gap: 2rem;
    }

    .headerpart h2 {
        width: 100%;
    }
    
    .articleSeo {
        margin-top: 2rem;
    }

    .articleSeo h2 {
        text-align: center;
        margin-bottom: 3rem;
    }
}

@media all and (max-width: 700px) {
    .contactPage {
        padding: 0 !important;
    }
    .ariane {
        display: none;
    }
}