body {
    background-color: #ffffff;
}

#hero {
    background-image: url('../img/bg-landing.jpeg');
    background-size: cover;
    border-radius: 0 0 3rem 3rem;
}

#hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(13, 13, 13, 0.3), rgba(13, 13, 13, 0.3)), linear-gradient(110.52deg, rgba(167, 59, 150, 0.7) 0%, rgba(53, 177, 176, 0.7) 100%);
    background-size: 300% 300%;
    -webkit-animation: bgAnimate 15s ease infinite;
    animation: bgAnimate 15s ease infinite;
    z-index: 9;
    border-radius: 0 0 3rem 3rem;
}

/** Makes **/
#makes .btn-make.featured {
    border: 1px solid #D1BDCE;
    border-radius: 15px;
    padding: 10px 0;
}

/* List Group Cars */
.list-group-cars .list-group-item {
    border-left: 0;
    border-right: 0;
}

.list-group-cars .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-cars .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-plate .form-group .input-group .form-control {
    font-size: 1.1rem;
    text-align: center;
}
.form-plate .form-group .input-group .input-group-prepend .input-group-text, .form-plate .form-group .input-group .input-group-append .input-group-text {
    border-color: #662256;
    background-color: #662256;
    padding: 0.25rem 0.75rem;
}
.form-plate .form-group .input-group .input-group-prepend .input-group-text {
    border-radius: 1rem 0 0 1rem;
}
.form-plate .form-group .input-group .input-group-append .input-group-text {
    border-radius: 0 1rem 1rem 0;
}
.form-make .form-group .input-group .input-group-prepend .input-group-text {
    border-radius: 1.5rem 0 0 1.5rem;
    background-color: #fff;
    border-color: #662256;
}
.form-make .form-group .input-group .input-group-prepend .input-group-text i {
    font-size: 1.15rem;
}
.form-make .form-group .input-group .form-control {
    font-size: 1.1rem;
    border-color: #662256;
}
.form-make .form-group .input-group .form-control::placeholder {
    color: #b190ad;
}
.form-make .form-group .input-group .input-group-append .btn {
    border-radius: 0 1.5rem 1.5rem 0;
    border-color: #662256;
}
.form-make .form-group .input-group .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.alert-contact {
    background-color: #f7eff6;
    background-image: url('../svg/bg-contact.svg');
    background-repeat: no-repeat;
    background-position: center left -35px;
    background-size: 50%;
    border-radius: 35px;
}

#testimonials {
    background-color: #F7EFF6;
    margin-top: -40px;
}

.owl-testimonials {
    z-index: 9;
}

.owl-testimonials .owl-stage {
    display: flex;
    padding-top: 5rem;
}

.owl-testimonials .owl-stage-outer {
    overflow-x: clip;
    overflow-y: unset;
}

.owl-testimonials .owl-item .item {
    border-radius: 35px;
    padding: 1.5rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.owl-testimonials .owl-item:nth-of-type(even) .item {
    background-color: #35B1B0;
}

.owl-testimonials .owl-item:nth-of-type(odd) .item {
    background-color: #662256;
}

.owl-testimonials .owl-item .item img {
    max-width: 100%;
    margin: -100px auto 0 auto;
}

.owl-testimonials .owl-item .item h4 {
    color: #ffffff;
    text-align: center;
}

.owl-testimonials .owl-item .item p {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}

.owl-testimonials .owl-item .item span {
    font-size: 16px;
    text-align: right;
    color: #ffffff;
}

#about {
    position: relative;
    background-color: #fafafa;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1888 204.47'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f7eff6%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0 713.21H1888V842.67a75 75 0 0 1-78.26 74.93l-1738-75.53A75 75 0 0 1 0 767.14Z' transform='translate(0 -713.21)'/%3E%3C/svg%3E");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
#about:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1888 204.47'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23f7eff6%3B %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M0 713.21H1888V842.67a75 75 0 0 1-78.26 74.93l-1738-75.53A75 75 0 0 1 0 767.14Z' transform='translate(0 -713.21)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
*/

#about .container {
    position: relative;
    z-index: 9;
    
}

#features {
    background: rgb(250,250,250);
    background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
}

#features ul {
    padding: 0;
}

#features ul li {
    display: flex;
    gap: 15px;
    padding: 1.25rem;
    border-radius: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

#features ul li.active {
    background-color: #ffffff;
}

#features ul li:hover {
    background-color: #ffffff;
}

#features ul li .icon {
    display: flex;
    align-items: center;
    align-self: center;
    padding: 1rem;
    border-radius: 15px;
}

#features ul li .icon img {
    width: 42px;
    height: 42px;
}

#features ul li .icon.icon-primary {
    background-color: #EDDDEC;
}

#features ul li .icon.icon-success {
    background-color: #D4F0E9;
}

#features ul li .icon.icon-warning {
    background-color: #FCE3D6;
}

#features ul li .icon.icon-info {
    background-color: #D8EDFD;
}

#features ul li h6 {
    font-weight: 600;
}

#contact {
    position: relative;
    z-index: 2;
    margin-bottom: -7.5rem;
}

#contact .item {
    background-color: #662256;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='LOGO_BLANC' data-name='LOGO BLANC' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 205.43 205.43'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 { fill: none; } .cls-2 { clip-path: url(%23clip-path); } .cls-3 { fill: %23753867; } %3C/style%3E%3CclipPath id='clip-path' transform='translate(-194.92 -194.92)'%3E%3Crect class='cls-1' x='194.92' y='194.93' width='205.43' height='205.43'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-2'%3E%3Cg id='LOGO_ZONE_DE_RESERVE' data-name='LOGO+ZONE DE RESERVE'%3E%3Cg id='LOGO_VIA_AUTOMOBILE' data-name='LOGO VIA AUTOMOBILE'%3E%3Cg id='GRIFFE'%3E%3Cpath class='cls-3' d='M247.41,264.38c-14.17,11.75-71,69,74.23,133.14a103.12,103.12,0,0,1-24,2.83h-1C268.63,383.14,177.6,320.08,247.41,264.38Z' transform='translate(-194.92 -194.92)'/%3E%3Cpath class='cls-3' d='M297.63,194.92a102.73,102.73,0,0,1,58.85,186.92c-31.1-8.78-196.65-60.37-80-135.74,0,0-114.56,38-44.59,130.46a102.72,102.72,0,0,1,65.74-181.64Z' transform='translate(-194.92 -194.92)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right -75px center;
    background-size: 50%;
    color: #ffffff;
    border-radius: 35px;
}

#contact .item img {
    margin-top: -40px;
    border-radius: 0 0 35px 0;
}

#contact .item form .form-control {
    background-color: transparent;
    color: #ffffff;
    border-color: #B190AD;
    border-radius: 35px;
}

#contact .item form .form-control:hover, #contact .item form .form-control:focus {
    border: 1px solid #B190AD!important;
}

#contact .item form input::placeholder {
    color: #B190AD!important;
}

#contact .item form .btn {
    background-color: #773465;
    padding: 0.55rem 1.15rem;
    font-weight: 600;
}

#offers {
    background-color: #F7EFF6;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1888 262.3' style='enable-background:new 0 0 1888 262.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23F7EFF6;} %3C/style%3E%3Crect class='st0' width='1888' height='262.3'/%3E%3Cpath class='st1' d='M0,0v89.6c0,39.8,31.1,72.6,70.8,74.9l1738,97.7c1.4,0.1,2.8,0.1,4.2,0.1c41.4,0,75-33.6,75-75l0,0L1888,0H0z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    margin: 0 1rem;
}

#offers:before {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1888 262.3' style='enable-background:new 0 0 1888 262.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23F7EFF6;} %3C/style%3E%3Crect x='-70.8' y='-9.6' class='st0' width='2029.6' height='274'/%3E%3Cpath class='st1' d='M1888,262.3v-89.6c0-39.8-31.1-72.6-70.8-74.9L79.2,0.1C77.8,0,76.4,0,75,0C33.6,0,0,33.6,0,75v187.3 L1888,262.3z'/%3E%3C/svg%3E");
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
}

/*
#offers:after {
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1888 262.3' style='enable-background:new 0 0 1888 262.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} .st1{fill:%23F7EFF6;} %3C/style%3E%3Crect class='st0' width='1888' height='262.3'/%3E%3Cpath class='st1' d='M0,0v89.6c0,39.8,31.1,72.6,70.8,74.9l1738,97.7c1.4,0.1,2.8,0.1,4.2,0.1c41.4,0,75-33.6,75-75l0,0L1888,0H0z' /%3E%3C/svg%3E");
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
*/

#offers .text-secondary {
    color: #662256!important;
}

#offers .card {
    border-color: transparent;
    z-index: 2;
}

#offers .card .card-icon {
    margin-top: -35px;
}

#offers .card .card-header {
    background-color: #ffffff;
    border-bottom: 0;
    padding: 1.25rem 1.25rem;
}

#offers .card .card-body ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

#offers .card .card-body ul li {
    padding: 1rem 0;
    border-top: 1px solid rgba(13, 13, 13, 0.15);
    display: flex;
    gap: 0.75rem;
    font-size: 0.80rem;
}

#commitments {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='660' height='698' viewBox='0 0 660 698' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='398' cy='523.5' r='39' fill='%23E0D3DD'/%3E%3Ccircle cx='491.5' cy='19' r='18.5' fill='%23662256'/%3E%3Ccircle cx='642.5' cy='339' r='60.5' fill='%23A756A1'/%3E%3Ccircle cx='20' cy='677.5' r='20' fill='%2335B1B0'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top right;
}

/* FAQ */
#faq .accordion .card {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(39, 39, 38, 0.125);
    border-radius: 0;
}

#faq .accordion .card:last-child {
    border-bottom: 0;
}

#faq .accordion .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 1rem 0;
}

#faq .accordion .card .card-header .btn {
    color: #0d0d0d;
    text-decoration: none;
}

#faq .accordion .card .card-header .btn:focus {
    box-shadow: none;
}

#faq .accordion .card .card-header .btn span {
    font-size: 20px;
    font-weight: 500;
}

#faq .accordion .card .card-body {
    padding: 0.5rem 1.5rem;
}

/*
#about:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background-color: #F7EFF6;
    border-radius: 0 0 35px 35px;
}
*/

/* Responseive */
@media only screen and (max-width: 720px) {
    #contact .item {
        background-image: none;
    }
}

/* Makes - Scroll */
::-webkit-scrollbar {
    width: 10px;
    margin-right: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #d1bdce;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9b8b98;
}

#owl-car .owl-carousel .owl-item img {
    height: calc(28% + 1rem + 2px);
}

.form-disabled {
    pointer-events: none;
}

.btn-video { position: relative; }
.btn-video svg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#owl-car .owl-stage { margin-bottom: 0!important; }

/* Responsive */
@media screen and (max-width: 767px) {
    #search { font-size: 0.7rem; line-height: 1.1rem; height: 2.8rem; }
    .owl-testimonials .owl-item .item img { height: auto; }
    #faq .accordion .card .card-header .btn span { font-size: 14px; }
}