/** -- GENERAL -- */

body {
    font-family: 'Montserrat', sans-serif;
}

.center {
    text-align: center;
}

button.bt-send {
    width: 25%;
}

h1 {
    font-size: 1.5rem;
    color: #222;
    font-weight: 600;
    text-align: center;
}

h1 span {
    font-weight: 300;
}

h2 {
    font-size: 1.25rem;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

h2 span {
    font-weight: 400;
    font-size: 0.9375rem;
}

.btn-primary {
    background-color: #be0a26;
    color: white;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    padding: 10px 5px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #a7011b;
    border: none;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(190, 10, 38, .5);
}

.btn-secondary {
    background-color: white;
    border: 3px solid #be0a26;
    color: #be0a26;
    padding: 7px 30px;
    font-size: 1.0625rem;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: white;
    border: 3px solid #a7011b;
    color: #a7011b;
}

.form-select:focus {
    box-shadow: 0 0 0 .25rem rgba(190, 10, 38, .25);
}

.breadcrumb {
    font-size: 0.8125rem;
}

.breadcrumb li b {
    padding-right: 7px;
}

.breadcrumb-item a:hover {
    color: #be0a26;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "›");
}


/** -- HEADER / NAV -- */

header {
    background-color: #282f39;
    text-align: right;
    padding: 8px 0;
}

header .bi-facebook {
    font-size: 1.09rem;
    ;
    margin-left: 5px;
}

header p {
    font-size: 0.875rem;
    color: white;
    font-weight: 400;
    margin-bottom: 0;
}

header p a {
    color: white;
    text-decoration: none;
}

header p a:hover {
    color: #be0a26;
}

.navbar-light .navbar-nav a.nav-link {
    font-size: 0.875rem;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link.active {
    color: #be0a26;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.me-auto {
    position: absolute;
    right: 11%;
}


/** -- HOME -- */


/* Bandeau search home */

.hero {
    background-image: url('../img/bandeau.jpg');
    color: #fff;
    position: relative;
    background-size: cover;
    height: 550px;
}

.hero_background {
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero_tabs {
    position: absolute;
    bottom: 40%;
    width: 100%;
    padding-top: 20px;
}

.hero_tabs>.container>.row {
    position: relative;
}

.tabs_select {
    border: none;
}

.tabs_select li:not(:last-child) {
    border-right: 1px solid #fff;
}

.tabs_select li {
    background-color: #303132;
    width: 565px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav>li {
    position: relative;
    display: block;
}

li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.tabs_select li a {
    margin-right: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.nav-tabs>li>a {
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

a {
    color: inherit;
    transition: all .3s cubic-bezier(0.39, 0.58, 0.57, 1);
    text-decoration: none;
    background-color: transparent;
}

.tabs_select li.active a {
    color: #fff;
    background-color: #be0a26;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #be0a26;
    border: 1px solid #be0a26;
    border-bottom-color: rgb(190, 10, 38);
    border-bottom-color: transparent;
    cursor: default;
}

.tabs_select li.active a::after {
    left: 8%;
    content: "";
    margin-bottom: -10px;
    margin-left: -12px;
    border-style: solid;
    border-width: 10px 12px 0 12px;
    border-color: #be0a26 transparent transparent transparent;
    position: absolute;
    bottom: 0%;
}

.tab-content>.active {
    display: block;
}

.hero_tabs_filters .tab-pane {
    padding: 20px 0;
}

.hero_tabs_filters .hero_panel_dropdown {
    border-left: 1px solid #aeaeb0;
}

.hero_tabs_filters .size1 {
    width: 270px;
}

.hero_search .form-select-lg {
    font-size: 1rem;
}

.hero_search .btn-primary {
    font-size: 0.9rem!important;
}


/* End */


/* Bandeau search INT */

section#searchbar {
    text-align: center;
    background-color: #be0a26;
    height: 115px;
}

section#searchbar p {
    margin-top: 5px;
}

section#searchbar a.btn {
    padding: 0!important;
}

section#searchbar a.btn-link {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.btn-link:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(190, 10, 38, .25);
}

#int.hero {
    background-image: none;
    position: relative;
    height: 235px;
}


/* End */

.img-liste {
    padding: .25rem;
    background-color: #fff;
    /*border: 1px solid #ccc;
    border-radius: .25rem;*/
    max-width: 100%;
    height: auto;
}

p.price {
    font-weight: 700;
    font-size: 1.5625rem;
    color: #be0a26;
}

#icons .legend {
    font-size: 1rem;
    color: #222;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
}

#icons .legend span {
    font-weight: 700;
}

#icons picture img {
    width: 30%;
    margin-bottom: 15px;
}

#select-occasion {
    padding: 45px;
    background-color: #fff;
    border: 1px solid #ccc;
}

#select-occasion img {
    margin-right: 0 !important;
}

#select-occasion p.titre-occasion {
    text-align: center;
    font-size: 1.625rem;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

#select-occasion p.titre-occasion span {
    font-weight: 300;
}

#select-occasion ul {
    position: absolute;
    margin-top: -10%;
    margin-left: -35px;
}

#select-occasion ul li {
    list-style-type: none;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
}

section#paves #cadre {
    background-color: #eee;
    padding: 30px;
}

section#paves #cadre .btn-primary {
    width: 30%;
}

.titre-search {
    font-weight: 600;
    color: #222;
    font-size: 1.5rem;
    line-height: 1.2;
}

.titre-search span {
    font-weight: 300;
    color: #be0a26;
}


/* PAGES INST */

section#page h1 {
    margin-bottom: 25px;
    text-align: left;
}

section#page h2 {
    color: #be0a26;
    font-weight: 600;
    font-size: 1rem;
}

section#page p,
section#page ul li,
section#page ul li a {
    color: #222;
    font-size: 0.875rem;
}

section#page ul li {
    line-height: 23px;
}

section#page ul li a:hover {
    color: #be0a26;
    text-decoration: underline;
}

section#page .prestation a {
    color: #be0a26;
    font-weight: 600;
}

section#page .prestation a:hover {
    color: #a7011b;
    text-decoration: underline;
}


/* PAGE LISTE */

section#list .result {
    background: #f4f4f4;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    margin: 30px 0;
}

section#list .result span {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}

.card-body h5 {
    font-weight: 400;
    color: #333;
    font-size: 1.25rem;
}

.card li.price {
    color: #be0a26;
    font-size: 1.4375rem;
    font-weight: 600;
}

.card>.list-group {
    border: none;
}

.card-footer {
    border-top: 0;
    background-color: white;
}

.page-link {
    color: #333;
}

.page-link:hover,
.page-link:active {
    z-index: 2;
    color: white;
    background-color: #be0a26;
    border-color: #a7011b;
}

.page-link:focus {
    z-index: 3;
    color: #be0a26;
    background-color: #fea2b1;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(154, 24, 22, .25);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #be0a26;
    border-color: #be0a26;
}


/* FICHE VEHICULE */

section#fiche .result span.cat {
    font-size: 1rem;
    font-weight: 400;
}

section#fiche .btn-item {
    text-align: center;
}

section#fiche a.btn-item {
    background: #333;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

section#fiche .result {
    flex-wrap: wrap;
    background: #f4f4f4;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 30px 0;
    align-items: center;
}

section#fiche .result span.nom {
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 15px;
}

section#fiche .result span {
    color: #333;
    font-size: 20px;
}

section#fiche .result span.prix {
    color: #fff;
    font-weight: 800;
    background: #be0a26;
    padding: 5px 15px;
}

section#fiche span.num {
    color: #333;
    font-weight: 600;
    padding-left: 0;
    text-transform: uppercase;
}

section#fiche span.infos-title {
    text-transform: uppercase;
    color: #be0a26;
    font-weight: 800;
    font-size: 22px;
    padding: 0 40px 5px 0;
    border-bottom: 2px solid #be0a26;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: transparent;
    border: none;
}

.infos-vehicule .desc p {
    font-weight: 600;
    font-size: 0.875rem;
}

.infos-vehicule .desc ul li,
.equipement ul li {
    list-style-type: none;
    font-size: 0.875rem;
    line-height: 2;
}

.equipement ul {
    padding-left: 0;
    column-count: 2;
}

.infos-vehicule .desc ul li span.libelle {
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.infos-vehicule #liens a {
    font-size: .9rem;
    color: white;
    background-color: #be0a26;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.infos-vehicule #liens a:hover {
    background-color: #8C071B;
}

.infos-vehicule #liens a img {
    width: 8%;
}

.equipement {
    margin-top: 30px;
}

.btn-item-infos {
    display: block;
    background: transparent;
    padding: 15px 20px;
    color: #333;
    border: 1px solid #888;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    transition: all 0.5s ease;
}

.btn-item-infos:hover {
    color: #be0a26;
}


/* CONTACT FORM */

section#contact h1 {
    margin-bottom: 25px;
}

section#contact .form-group {
    margin-bottom: 15px;
}


/* CGV */

section#cgv h1 {
    margin-bottom: 25px;
}

section#cgv h2 {
    color: #be0a26;
    font-weight: 600;
    font-size: 1rem;
}

section#cgv p,
section#cgv ul li,
section#cgv ul li a {
    color: #222;
    font-size: 0.875rem;
}

section#cgv ul li {
    line-height: 23px;
}

section#cgv ul li a:hover {
    color: #be0a26;
    text-decoration: underline;
}


/** -- FOOTER -- */

#jumbo {
    background-color: #be0a26;
    padding: 13px 0;
    text-align: center;
}

#jumbo h1 {
    color: white;
    font-size: 2.375rem;
    font-weight: 700;
    text-transform: uppercase;
}

#jumbo p {
    font-weight: 700;
    font-size: 1.5625rem;
    color: white;
    line-height: 0.96;
    margin-bottom: 0;
}

#jumbo p span {
    font-size: 1rem;
    font-weight: 300;
}

footer {
    background-color: #282f39;
    padding: 60px 0;
}

footer .bi-facebook {
    font-size: 1.85rem;
    margin-left: 8px;
}

footer p,
footer p a {
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.7;
}

footer p a:hover {
    text-decoration: underline;
    color: #57667c;
}

footer p span {
    font-weight: 300;
}

footer p.para:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #ccc;
    margin-top: 30px;
    margin-bottom: 20px;
}