body {
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    background: #f8f9fa;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
}

/* VENDU banner overlay for car images */
.vendu-banner-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vendu-banner {
    position: absolute;
    top: 20px;
    right: -35px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 40px;
    font-weight: bold;
    transform: rotate(45deg);
    z-index: 10;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Ensure the banner displays correctly in the carousel */
.carousel-cell .vendu-banner-container {
    width: 100%;
    height: 100%;
}

.carousel-cell .vendu-banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
input,
textarea,
select,
button {
    font-family: 'Barlow Semi Condensed', Verdana, Arial, Helvetica, sans-serif;
}

body,
a,
a:hover,
input,
select,
textarea {
    color: #000000;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.inverse {
    text-decoration: underline;
}

a.inverse:hover {
    text-decoration: none;
}

body,
div,
p,
ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

img {
    vertical-align: top;
}

section.page_inconnue {
    padding: 90px 0 400px 0;
}

.contenu_input {
    padding: 0 0 15px 0;
}

.contenu_input input.input_c,
.contenu_input textarea.input_c,
.contenu_input select.input_c,
.contenu_input button.input_c {
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #dfe1e5;
    height: 45px;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    color: #000000;
}

.contenu_input select.input_c {
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}

.contenu_input input.input_c:focus,
.contenu_input textarea.input_c:focus,
.contenu_input select.input_c:focus {
    box-shadow: none;
    outline: none;
}

.contenu_input input.input_c:focus,
.contenu_input textarea.input_c:focus {
    border: 1px solid #b9b9b9;
}

.contenu_input input.input_c:read-only {
    border: 1px solid #dfe1e5;
    background: #f8f9fa;
}

.contenu_input input.input_c:-moz-read-only {
    border: 1px solid #dfe1e5;
    background: #f8f9fa;
}

.contenu_input button.input_s {
    background-color: #ec3b12;
    color: #ffffff;
}

.contenu_input button.input_s:hover {
    background: #ff441a;
    cursor: pointer;
}

.contenu_input input::placeholder,
.contenu_input textarea::placeholder {
    color: #6d7c8d;
}

.contenu_input textarea.input_c {
    height: 180px;
    vertical-align: top;
}

button:focus {
    outline: none;
}

select:hover {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
}

h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.grecaptcha-badge {
    visibility: hidden;
}

.relative {
    position: relative;
}

.hidden {
    display: none;
}

.pointer_hover {
    cursor: pointer;
}

#go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    background: #ec3b12;
    padding-top: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    display: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

a.hover_transition,
a.hover_transition:hover {
    transition: all 0.2s linear;
}

a.hover_transition:hover {
    background-color: #f1ac8b;
}

.p_absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ancre {
    position: absolute;
    top: -80px;
    left: 0;
}

.alert {
    position: relative;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}


/*******************************************/

.c_animated {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 43px;
    width: 50px;
    padding: 10px;
    box-sizing: border-box;
}

.animated-icon3 {
    width: 30px;
    height: 23px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}

.animated-icon3 span,
.animated-icon3 span::before,
.animated-icon3 span::after {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #000000;
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span::before {
    content: "";
    top: -10px;
}

.animated-icon3 span::after {
    content: "";
    top: 10px;
}

/*
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
*/
.animated-icon3.open_menu span {
    background: transparent;
}

.animated-icon3.open_menu span::before {
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -10px;
    left: 5px;
}

.animated-icon3.open_menu span::after {
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
    left: 5px;
}

/*
.animated-icon3.open_menu span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}
.animated-icon3.open_menu span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon3.open_menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 5px;
}
*/

/*******************************************/

header,
header .logo img,
header nav,
header .c_animated,
.main_c {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    height: 110px;
    padding: 20px 0;
    z-index: 100;
    border-bottom: 1px solid #dfe1e5;
}

header .logo {
    float: left;
}

header .logo img {
    max-height: 70px;
}

header nav {
    display: none;
    font-size: 20px;
    float: right;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 400;
}

header nav ul li {
    display: inline;
    position: relative;
    padding: 0px 15px;
}

header nav ul li.lang {
    padding-right: 0;
    padding-left: 5px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
}

header nav ul li.lang span {
    padding-left: 2px;
    padding-right: 2px;
}

header nav ul li.lang a::after {
    transition: none;
    display: none;
}

header nav ul li.lang a {
    padding-left: 5px;
    padding-right: 5px;
}

header nav ul li.lang a.select {
    color: #ec3b12;
}


header nav ul li a {
    padding: 10px 0;
}

header nav ul li a:hover {
    text-decoration: none;
}

header nav ul li.active a {
    color: #ec3b12;
}

header nav ul li a::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    background-color: #ec3b12;
    position: absolute;
    bottom: -5px;
    height: 2px;
    left: 15px;
    width: 0;
    display: block;
}

header nav ul li a:hover::after {
    width: calc(100% - 30px);
}

header.is-scrolling {
    padding: 10px 0;
    height: 65px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
}

header.is-scrolling .logo img {
    max-height: 45px;
}

header.is-scrolling nav {
    line-height: 45px;
}

/*******************************************/


.main_c {
    margin-top: 110px;
}

.title_p {
    font-weight: 500;
    font-size: 30px;
    line-height: normal;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}

.title_p::after {
    content: "";
    background-color: #ec3b12;
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    bottom: 2px;
}

footer {
    padding: 20px 0;
    border-top: 1px solid #dfe1e5;
    background-color: #ffffff;
}

footer span {
    padding: 0 5px;
}

/*******************************************/

@media (min-width: 992px) {
    header nav {
        display: block !important;
    }
}

@media (max-width: 991px) {

    .main_c {
        margin-top: 65px;
    }

    header {
        padding: 10px 0;
        height: 65px;
    }

    header .container {
        max-width: none;
    }

    header .logo img {
        max-height: 45px;
    }

    header nav {
        line-height: auto;
    }

    header .c_animated {
        display: block;
        top: 0;
    }

    header.is-scrolling nav {
        line-height: auto;
    }

    header nav.menu_list {
        display: none;
        position: absolute;
        top: 55px;
        right: calc(-1 * (var(--bs-gutter-x)/ 2));
        left: calc(-1 * (var(--bs-gutter-x)/ 2));
        background-color: #ffffff;
        font-size: 18px;
    }

    header nav ul li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #dfe1e5;
        line-height: 50px;
    }

    header nav ul li a {
        padding: 0;
        padding-left: 20px;
        display: block;
    }

    header nav ul li a:hover {
        background-color: #f5f5f5;
    }

    header nav ul li a::after {
        display: none;
    }

    header nav ul li.lang {
        padding-left: 10px;
        font-weight: 400;
    }

    header nav ul li.lang a {
        display: inline-block;
    }

    header nav ul li.lang a {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (max-width: 767px) {
    .title_p {
        font-size: 24px;
        font-weight: 500;
    }
}

@media (max-width: 575px) {
    footer {
        padding: 12px 0;
    }

    #go-top {
        bottom: 15px;
        right: 15px;
        height: 45px;
        width: 45px;
        padding-top: 0;
    }

}

/*******************************************/

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* sur Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* sur Safari et Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* sur Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
