/** custom css **/


body {
    background-color: #DDDFE1;
}

.principal {
    background-color: #fff;
}


.nowrap {
    white-space: nowrap;;
}

.footer {
    /* display: none*/
    margin: 0;
    padding: 0;
    max-width: none;
    background: transparent;
}

.header {
    background: none;
}

.principal {
    max-width: 1280px;
}

.header .header_logo {
    margin: 0;
}

.header .header_logo img {
    max-width: 180px;
}

@media screen and (max-width: 980px) {

    .flex {
        display: flex;
        justify-content: space-between;


    }

    .visible-lg {
        display: none;
    }

    .visible-md {
        display: block;
    }
}

@media screen and (max-width: 479px) {

    .header .flex {
        display: flex;
        justify-content: space-between;

        flex-wrap: wrap;
    }
    .header .header_logo {
        display: block;
        float: none;
        width: calc( 100% / 3 );
        box-sizing: border-box;
    }

    .header .header_info {
        float: right;
        margin-top: 3px;
        text-align: right;
        width: calc(100% * 2 / 3);
    }
    .header .header_logo img { width:100%;height:auto;}

}

@media screen and (min-width: 981px) {
    .visible-lg {
        display: block;
    }

    .visible-md {
        display: none;
    }
}

.header .header_info h1 {
    text-align: right;
}

.header .header_info h1 span {
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}

.header .header_info h1 span.stock {
    color: #662155;
    display: block;
    font-size: 15px;

    font-weight: bold;
}

@media screen and (min-width: 981px) {


    .header .header_menu ul li a {
        font-weight: normal;
        color: #454545;
    }

    #menu_home a {
        background: #662155;
        color: #fff;
        border-radius: 20px;
        padding: 11px 15px;

    }


    li#menu_8 {
        border: none;
        margin-left: 10px;
    }


    li#menu_home + li a, #menu_8 a {
        background: #ac318b;
        color: #fff;
        border-radius: 20px;

        padding: 11px 15px;
    }

    .header {
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        vertical-align: middle;
    }

    .header .header_logo {
        display: block;
        float: none;
        max-width: 190px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header .header_logo img {
        max-width: 180px;
        margin: 0;
        padding: 0;
    }


    .header_info {
        float: none;
        max-width: 300px;
        width: 100%;
    }


    .flex {
        width: 190px;
    }

    .header_menu {
        padding-top: 20px;
        height: auto;
        max-width: calc(100% - 490px);
        display: flex !important;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .header_menu ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }


    .header_menu ul li {
        display: block;
        min-width: auto;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        padding-right: 13px;

    }

    .header_menu ul li:last-child {
        padding: 0;
    }

    .header .header_menu ul li {
        border: none;
        background: none;
        background-color: transparent;
    }

    .header .header_menu ul li a {
        display: block;
        padding: 11px 15px;
        font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 17px;
        text-decoration: none;
    }

    .header .header_menu ul li:hover {
        background: none;
    }

    .svosites_container {
        margin: 10px 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .svosites_formulaire.position_g {
        float: none;
        display: block;
    }

    .svosites_contenu.position_g {
        float: none;
        display: block;
        max-width: calc(100% - 300px);
    }

    .svosites_liste_vehicule .ligne .image {
        max-height: max-content
    }
}


@media screen and (min-width: 981px) and (max-width: 1023px) {
    .header .header_menu ul li {
        padding: 0;
        margin: 0;
        margin-right: 5px;
    }

    .header .header_menu ul li:last-child { margin:0;}
    .header .header_menu ul li a {
        padding: 11px 15px;
        font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
        font-size: 1vw;
        font-weight: normal;
        line-height: 17px;
        text-decoration: none;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .header .header_menu ul li {
        padding: 0;
        margin-right: 5px;
    }

    .header .header_menu ul li:last-child { margin:0;}
    .header .header_menu ul li a {
        padding: 11px 15px;
        font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
        font-size: 1.1vw;
        font-weight: normal;
        line-height: 17px;
        text-decoration: none;
    }
}

/** partie commentaires **/

.info_commentaire img, .footer_commentaire img {
    display: none;
}

.svosites_notreagence input.bouton {
    margin: 5px 10px;
}

.titre_commentaire {
    color: #f5cc00;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.auteur {
    font-style: italic;
    display: block;
    line-height: 24px;
}

.auteur + p {
    padding: 10px 0px;
}

#commentaire_formulaire h2, .liste_commentaires h2 {
    color: #601E58;
    font-weight: bold;
    font-size: 19px;
    margin: 0px;
    text-align: left;
    margin-bottom: 10px;
}

.liste_commentaires h2 + p {
    margin: 0;
    padding: 5px 0px 25px 0px;
}

.pagination_commentaire {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.pagination_commentaire .bouton,
.pagination_commentaire .svosites_bouton, .pagination_commentaire input.bouton {
    background-color: #f1f1f2;
    color: #601E58;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    border: 1px solid #eee;
}


#form_CommentaireValider {
    background: #fff;
    border: 2px solid #601E58;
    color: #601E58;
    border-radius: 20px;
    line-height: 20px;
    padding: 5px 35px;
}

.equipe_agence {
    text-align: center;
}

.agence_image {
    position: relative;
    margin-bottom: -50px;
}

.equipe_agence ul {
    position: relative;
    top: -80px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    width: fit-content;
    margin: 0px auto;
    flex-wrap: wrap;
}

.equipe_agence li {
    padding: 0px 14px;
    vertical-align: top;
    color: #64225b;
}

.equipe_agence img {
    width: 120px;
    height: auto;
    border-radius: 60px;
    max-height: 120px;
    margin-bottom: 10px;
}

#commentaire_formulaire {
    text-align: left;
    padding: 0px 20px 0px 0px;
}

#commentaire_formulaire label {
    display: none;
}

#commentaire_formulaire input[type=text] {
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 75%;
    padding: 5px;
    line-height: 20px;
}

#commentaire_formulaire textarea {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 120px;
    padding: 5px;
    line-height: 20px;
}

#commentaire_formulaire .note input[type=radio] {
    /*-webkit-appearance: checkbox;*/
    /*-moz-appearance: checkbox;*/
    /*appearance: checkbox;*/
    width: 32px;
    height: 32px;
    vertical-align: middle;
}


#commentaire_formulaire .note {
    display: flex;
    flex-wrap: wrap;
    max-width: 75%;
    justify-content: space-between;
    margin: 0 0 20px 0
}

#commentaire_formulaire .note label {
    display: block;
    vertical-align: middle;
    text-align: left;
}

#ImageToShowImageAgence {
    width: 100%;
    height: auto;
}

#ImageToShowImageAgence {
    margin: 0;
    overflow: hidden;
    max-height: 600px;
}


.bloc_horaires {
    display: flex;
    background-color: #601E58;
    padding: 0; /* overflow:auto */
    box-sizing: border-box;
}

.bloc_horaires .horaire, .bloc_horaires .contact {
    width: 50%;
    box-sizing: border-box;
    padding: 10px 20px;
}

.bloc_horaires h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bloc_horaires p {
    text-align: left;
    font-family: Montserrat;
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
    line-height: 24px;
}

.svosites_formulaire h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0px 20px 0px;
}

@media screen and (max-width: 500px) {
    .svosites_formulaire h2 {
        padding: 0px;
    }
}

@media screen and (max-width: 980px) {
    .svosites_notreagence .tiers, .svosites_notreagence .deux_tiers {
        box-sizing: border-box;
        width: 100%;
        display: block;
        float: none;
    }

    .svosites_notreagence .deux_tiers {
        padding: 20px;
    }
}

.svosites_vehicule .titre h2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 20px;
}

.svosites_vehicule .titre span {
    margin:0;padding:0;
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 980px) and (min-width: 1px) {



    .svosites_contenu.position_g {
        max-width: none;
        float: none;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }

    .svosites_vehicule .medias .image_principale {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }


    .svosites_vehicule .contenu_onglet {
        width: 100%;
        box-sizing: border-box;
    }

    .svosites_vehicule .droite .reseaux_sociaux {
        padding: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 632px) and (min-width: 1px) {

    .svosites_vehicule .titre h2 {
        font-size: 20px;

        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;

    }

    .svosites_vehicule .titre span {
        margin:0;padding:0;
        font-size: 20px;
        font-weight: normal;
    }
    .svosites_vehicule .onglet {
        width: 100%;
        box-sizing: border-box;
    }
}