/*general*/
* {
    border-radius: 0 !important;
}

body {
    position: relative;
}

#wrapper {
    padding-top: 90px;
}

#index #wrapper {
    padding-top: 74px;
}

.no-dropdown-arrow:after {
    display: none !important;
}

#wrapper .breadcrumb {
    background: transparent;
    padding: 0;
}

#wrapper .breadcrumb[data-depth="1"] {
    display: none;
}

#wrapper .breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
}

#wrapper .breadcrumb li {
    display: inline;
}

#wrapper .breadcrumb li:after {
    content: "/";
    margin: 0.3125rem;
}

#product #wrapper .breadcrumb li:first-of-type:after {
    content: "";
}

#product #wrapper .breadcrumb li:first-of-type a {
    font-size: 20px;
}

#product #wrapper .breadcrumb li:first-of-type {
    content: "";
    border-right: 1px solid #ced0d3;
}

#wrapper .breadcrumb li:last-child:after {
    content: "";
    margin: 0;
}

#wrapper .breadcrumb li:last-child span {
    font-weight: bold;
}

#wrapper .breadcrumb li a:focus {
    text-decoration: none;
}

.dropdown-toggle:hover {
    text-decoration: none;
}

.br-50 {
    border-radius: 50% !important;
}

.bg-light{
    background-color: #f8f9fa;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

select {
    cursor: pointer;
}

.cursor-help{
    cursor: help;
}

.cursor-pointer{
    cursor: pointer;
}

i.loading-border,
i.loading-border-sm {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
    margin-top: 2px;
}

i.loading-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

i.loading,
i.loading-sm {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50% !important;
    opacity: 0;
    animation: spinner-grow 0.75s linear infinite;
    margin-top: 2px;
}

i.loading-sm {
    width: 1rem;
    height: 1rem;
}

.icon-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}
.icon-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}

input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
    font-size: 17px;
    font-weight: 300 !important;
}

.text-capitalize{
    text-transform: capitalize;;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}

.pr-6 {
    padding-right: 5rem;
}

.pl-6 {
    padding-left: 5rem;
}

.px-6 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.flex-fill {
    flex: 1 1 auto !important;
}

@media (min-width: 576px) {
    .pt-sm-6 {
        padding-top: 5rem;
    }
    .pb-sm-6 {
        padding-bottom: 5rem;
    }
    .pr-sm-6 {
        padding-right: 5rem;
    }
    .pl-sm-6 {
        padding-left: 5rem;
    }
    .px-sm-6 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .py-sm-6 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
}

@media (min-width: 768px) {
    .pt-md-6 {
        padding-top: 5rem;
    }
    .pb-md-6 {
        padding-bottom: 5rem;
    }
    .pr-md-6 {
        padding-right: 5rem;
    }
    .pl-md-6 {
        padding-left: 5rem;
    }
    .px-md-6 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .py-md-6 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
}

@media (min-width: 992px) {
    .pt-lg-6 {
        padding-top: 5rem;
    }
    .pb-lg-6 {
        padding-bottom: 5rem;
    }
    .pr-lg-6 {
        padding-right: 5rem;
    }
    .pl-lg-6 {
        padding-left: 5rem;
    }
    .px-lg-6 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .py-lg-6 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
}

@media (min-width: 1200px) {
    .pt-xl-6 {
        padding-top: 5rem;
    }
    .pb-xl-6 {
        padding-bottom: 5rem;
    }
    .pr-xl-6 {
        padding-right: 5rem;
    }
    .pl-xl-6 {
        padding-left: 5rem;
    }
    .px-xl-6 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .py-xl-6 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
}

.sidebar-overlay {
    content: " ";
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    transition: all 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

body.sidebar-open {
    overflow: hidden;
}

body.sidebar-open .sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1200px) {
    #index .container {
        width: 87% !important;
        max-width: 1670px;
        padding: 0;
    }
}

/* title */

.left-border {
    position: relative;
    padding-left: 115px;
    margin-bottom: 15px;
}

.left-border:before {
    width: 90px;
    height: 4px;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    z-index: 2;
    content: " ";
}

@media (max-width: 575px) {
    .left-border {
        position: relative;
        padding-left: 0;
        padding-bottom: 15px;
        text-align: center;
        margin-bottom: 24px;
    }
    .left-border:before {
        width: 105px;
        height: 4px;
        position: absolute;
        left: calc(50% - 50px);
        top: 100%;
        z-index: 2;
        content: " ";
    }
}

@media (max-width: 767px) {
    .no-bg-mobile,
    .no-bg-mobile>* {
        background: none !important;
        background-image: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

textarea.form-control {
    padding: 10px;
}

.form-group span.colored-error {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
}

.form-control+.help-block .alert-danger,
.input-group+.help-block .alert-danger {
    padding: 5px 0;
}

#notifications ul,
.help-block ul {
    padding-left: 0;
}

#notifications ul,
#notifications ul li,
li.alert-danger {
    list-style: none;
}

.cursor-help{
    cursor: help;
}
.popover-content{
    text-align: center;
    background-color: #000;
    color: #FFF;
}
.popover{
    border-color: #000;
    padding: 0;
}
.popover.bs-tether-element-attached-bottom::after, .popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before, .popover.popover-top::before{
    border-top-color: #000;
}

/*header*/

#header {
    position: fixed;
    z-index: 999;
    width: 100%;
}

@media screen and (max-width: 1199px){
    #module-hess_algolia_front-adssearchagl #header .header-desktop,
    #module-hess_algolia_front-adsseoagl #header .header-desktop,
    #module-hess_algolia_front-adsseolandingagl #header .header-desktop {
        min-height: 0 !important;
        line-height: 0 !important;
    }
}


.header-desktop {
    min-height: 72px;
    line-height: 72px;
}

/*header left*/

.header-desktop #adtm_menu .li-niveau1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-desktop #adtm_menu .li-niveau1 a.a-niveau1,
.header-desktop #adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
    min-height: auto;
    line-height: 1;
    font-weight: 400;
}

@media (max-width: 1199px){
    #adtm_menu .adtm_column {
        padding: 0px 10px 5px 25px;
    }
    #adtm_menu ul#menu li.li-niveau1 {
        cursor: pointer;
        border-bottom: 1px solid #ced0d3;
    }
    #adtm_menu ul#menu li.header-menu-mobile,
    #adtm_menu ul#menu li.li-niveau1:last-child {
        border-bottom: none;
    }
    #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1 span {
        background-image: none !important;
        position: relative;
    }
    #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1 span:before{
        font-family: 'ICON HESS';
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\63";
        position: absolute;
        right: 15px;
        top: 5px;
        font-size: 18px;
    } 
    #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.adtm_sub_open a.a-niveau1 span:before{
        content: "\64";
    }
}


/*logo*/

.header-desktop #_desktop_logo>h1 {
    margin-bottom: 0;
    line-height: 1;
    font-size: unset;
}


/*header right*/

.header-contact {
    position: relative;
    line-height: 1.2;
}

#cart .header-contact,
#order .header-contact,
#checkout .header-contact {
    display: none;
}

.header-contact .header-contact-btn {
    width: 56px;
    height: 56px;
}

.header-contact .header-contact-btn i{
    font-size: 25px;
}

.header-contact .header-contact-dropdown .dropdown-toggle::after{
    display: none;
}

.header-contact .header-contact-dropdown .icon-dropdown-open{
    display: none;
}

.header-contact .header-contact-dropdown.show .icon-dropdown-open{
    display: inline-block;
}

.header-contact .header-contact-dropdown.show .icon-dropdown-close{
    display: none;
}

.header-contact .header-contact-dropdown .dropdown-menu{
    max-width: 100vw;
}

.header-contact .header-contact-dropdown .dropdown-menu-phone{
    font-size: 26px;
    font-weight: 400;
    white-space: nowrap;
}

.header-contact .header-contact-dropdown .dropdown-menu-phone .dropdown-menu-phone-subtitle{
    font-size: 9px;
    text-transform: uppercase;
}

.header-contact .header-contact-dropdown .dropdown-menu-info-link{
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.header-contact .header-contact-dropdown .dropdown-menu .dropdown-menu-contactLink{
    padding: 15px 50px 15px 50px;
    font-weight: 600;
}

#toggle_dropdown_myaccount {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

#toggle_dropdown_myaccount .bgcolored-secondary{
    width: 25px !important;
    height: 25px !important;
    text-transform: uppercase;
}

.right-nav .btn-icone {
    font-size: 23px;
}

.btn-icone p,
.btn-icone span {
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
}

.blockcart a {
    font-size: 23px;
}

@media(max-width: 1199px){
    .header-mobile #block_myaccount_infos .dropdown-menu{
        top: unset;
        left: 0;
        bottom: 100%;
        right: unset;
    }

    .header-mobile #block_myaccount_infos, .header-mobile #block_myaccount_infos-mobile{
        display: none;
    }

    #header .right-nav .compare-link,
    #header .right-nav #block_myaccount_infos,
    #header .right-nav #blockcart-wrapper {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .header-contact .header-contact-btn {
        width: 72px;
        height: 72px;
    }
}

/* header page */

.page-header {
    padding: 28px 0;
}

.page-header h2 {
    font-size: 21px;
    font-weight: 300;
}


/*login register modal*/

#modalLoginRegister {
    line-height: 1;
    text-align: left;
}
body.modal-open{
    padding-right: 0 !important;
}


/*menu mobile*/

.header-mobile a.adtm_toggle_menu {
    width: 30px;
    /* height: 24px; */
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
}

.header-mobile a.adtm_toggle_menu p {
    font-size: 10px;
    line-height: 1;
    padding-top: 31px;
    font-weight: 400;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.header-mobile a.adtm_toggle_menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px !important;
    opacity: 1;
    right: 0;
    padding: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.header-mobile a.adtm_toggle_menu span:nth-child(1) {
    top: 0px;
}

.header-mobile a.adtm_toggle_menu span:nth-child(2) {
    top: 10px;
}

.header-mobile a.adtm_toggle_menu span:nth-child(3) {
    top: 20px;
}

.header-mobile a.adtm_toggle_menu.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-mobile a.adtm_toggle_menu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.header-mobile a.adtm_toggle_menu.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media (max-width: 1199px) {
    #adtm_menu #adtm_menu_inner {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        height: calc(100vh - 59px);
        z-index: 1000;
        transition: all 0.5s ease-in-out;
        margin-left: -100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #adtm_menu.adtm_menu_toggle_open #adtm_menu_inner {
        margin-left: 0;
    }
    body.menu_toggle_open {
        overflow: hidden !important;
    }
    .header-menu-mobile {
        font-size: 17px;
        line-height: 20px;
    }
    #adtm_menu .li-niveau1 {
        min-height: unset;
    }
}


/*bootstrap*/

.btn {
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
}

.btn:active,
.btn:hover,
.btn:focus,
.btn.active,
button,
a {
    outline: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

a:hover,
.btn-link:hover {
    text-decoration: unset;
}

.btn:disabled {
    cursor: not-allowed;
}

.btn-primary {
    font-weight: bold;
    letter-spacing: 0.2px;
}

.btn-secondary {
    font-weight: bold;
    letter-spacing: 0.2px;
}

.btn-tertiary {
    font-weight: bold;
    letter-spacing: 0.2px;
}

.btn-quaternary {
    font-weight: normal;
}

.btn-link {
    font-weight: normal;
    border-radius: 0;
    padding: 0 5px 1px 5px;
}

.btn-criterion {
    padding-right: 0;
}


.switch-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* The switch - the box around the slider */
.switch-button__toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 22px;
    margin-right: .5rem;
    margin-bottom: 0;
}

.switch-button__label {
    font-size: 16px;
    font-weight: 400;
}

/* Hide default HTML checkbox */
.switch-button__toggle input {
    opacity: 0 !important;
    width: 0;
    height: 0;
}

/* The slider */
.switch-button__toggle span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-top-left-radius: 25% 50% !important;
    border-top-right-radius: 25% 50% !important;
    border-bottom-left-radius: 25% 50% !important;
    border-bottom-right-radius: 25% 50% !important;
}

.switch-button__toggle span:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.switch-button__toggle input:checked+span:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.dropdown-item {
    line-height: 1;
}

.form-check {
    margin-bottom: 5px;
}

label:not(.form-check-label) {
    font-size: 12px;
}

.modal-header {
    padding: 30px 30px 0 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal-body {
    padding: 30px;
}

.modal-footer {
    padding: 0 30px 30px 30px;
}

.modal-title {
    font-size: 22px;
    line-height: 24px;
    position: relative;
    padding-bottom: 14px;
}

.modal-title:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 94px;
}

.input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form-control {
    font-weight: 300;
    font-size: 16px;
}

.input-group .form-control-label {
    font-weight: 500;
}

.input-group input.form-control {
    padding-left: 0;
}


/* prestashop */

.page-authentication #content,
.page-identity #content,
.page-address #content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}


/* account */

#links-account a {
    width: 200px;
    min-height: 135px;
}

#links-account a:active,
#links-account a:focus {
    text-decoration: none;
}


/* owlcarousel */

.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dots button {
    padding: 0 !important;
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    margin-right: 10px;
}

.owl-dots button:focus {
    outline: none;
}

.owl-dots button:last-of-type {
    margin-right: 0px;
}

.owl-carousel:not(#homeMarquesCarousel, .homeGammeCarousel) .owl-nav button.owl-next,
.owl-carousel:not(#homeMarquesCarousel, .homeGammeCarousel) .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -40px;
    font-size: 18px;
    line-height: 36px;
    width: 40px;
    height: 40px;
    padding-left: 3px;
    border-radius: 50% !important;
    outline: none !important;
}

.owl-carousel:not(#homeMarquesCarousel, .homeGammeCarousel) .owl-nav button.owl-next {
    left: 98%;
    padding-right: 0;
    padding-left: 3px;
}

#product .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 12px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    padding-left: 3px;
    border-radius: 50% !important;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: auto;
    right: 0px;
    top: 50%;
    font-size:12px;
    line-height: 16px;
    width: 20px;
    height: 20px;
    padding-left: 4.5px;
    border-radius: 50% !important;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    #product .owl-carousel .owl-nav button.owl-next, #product .owl-carousel .owl-nav button.owl-prev {
        font-size:13px!important;
        width: 25px!important;
        height: 25px!important;
        background-color: rgba(0, 0, 0, 0.522);
    }
}


/* responsive */

@media (max-width: 1199px) {
    .left-nav {
        display: none;
    }
    .right-nav-mobile {
        top: 0;
        right: 15px;
        z-index: 1;
    }
    .right-nav-mobile .btn {
        font-size: 30px;
        line-height: 1;
    }

    .owl-carousel:not(#homeMarquesCarousel, .homeGammeCarousel) .owl-nav button.owl-next,
    .owl-carousel:not(#homeMarquesCarousel, .homeGammeCarousel) .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-carousel:not(#homeMarquesCarousel, .homeGammeCarousel) .owl-nav button.owl-next {
        left: initial;
        right: 0;
    }
}

.left-sidebar {
    width: 100%;
    max-width: 575px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1001;
    transition: all 0.5s ease-in-out;
    margin-left: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}

.left-sidebar.open {
    margin-left: 0;
}

.right-sidebar {
    width: 100%;
    max-width: 50%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1001;
    transition: all 0.5s ease-in-out;
    margin-left: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}

.right-sidebar.open {
    margin-left: 50%;
}

@media (max-width: 767px) {
    body {
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    }
}

@media (max-width: 575px) {
    .left-sidebar,
    .right-sidebar {
        max-width: 100%;
    }
    .right-sidebar.open {
        margin-left: 0;
    }
}


/*left column*/

@media (min-width: 1200px) {
    #left-column {
        margin-left: 0;
        position: unset;
        overflow: auto !important;
        width: auto;
        z-index: 2;
        height: auto;
    }
}


/* loader */

.loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation-delay: 1s;
}

.loading .dot {
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.8em;
    border-radius: 50% !important;
}

.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
    left: 0;
}

.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

.loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {
    50%,
    75% {
        transform: scale(2.5);
    }
    80%,
    100% {
        opacity: 0;
    }
}

/* listing des v�hicules */
@media (max-width: 1199px) {
    #module-hess_algolia_front-adssearchagl #wrapper,
    #module-hess_algolia_front-adsseoagl #wrapper,
    #module-hess_algolia_front-adsseolandingagl #wrapper{
        padding-top: 125px !important;
    }
}
@media (max-width: 767px) {
    #container_header_listing #search-submit {
        padding: 7px 13px;
    }
    #module-hess_algolia_front-adssearchagl #wrapper,
    #module-hess_algolia_front-adsseoagl #wrapper,
    #module-hess_algolia_front-adsseolandingagl #wrapper{
        padding-top: 180px !important;
    }
}


/***********************************************/ 
/**                  CUSTOM2                  **/ 
/***********************************************/

/* header */

#header .logo {
    max-width: 125px;
    transition: all 0.2s ease-out;
}

@media screen and (max-width: 575px) {
    #header .logo {
        max-width: 125px !important;
    }
}

/* product card */

.product-miniature .product-title {
    cursor: pointer;
    font-size: 16px;
}

.product-miniature:hover {
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
    opacity: 0.77;
    height: 60px;
    width: 30px;
    top: calc(50% - 30px);
    font-size: 20px;
    font-weight: bold;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-weight: bold;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    display: flex;
}

.product-miniature{
    border: 1px solid #e2ded9;
}

.product-description {
    position: relative;
    border-top: 1px solid #e2ded9;
    padding: 10px;
}

.product-title {
    margin-bottom: 3px;
}

.product-title a {
    font-size: 16px;
    font-weight: 600;
}

.product-version {
    color: #4B5B71;
    font-size: 13px;
    font-weight: 400;
}

.product-tags {
    margin: 15px 0;
}

.product-tag {
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    padding: 0 5px;
    white-space: nowrap;
}

.product-tag:first-of-type{
    padding-left: 0;
}

.product-price-and-shipping {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    cursor: default;
}
.product-price-and-shipping .contains_price > span.d-block,
.product-price-and-shipping .body_color{
    font-size: 12px;
    font-weight: 300;
}

.product-price-and-shipping .contains_price del{
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
}


/* financement */
.product-price-and-shipping .financement-price a{
    font-size: 11px;
    line-height: 14px;
    color: #4B5B71;
}
.product-price-and-shipping .financement-price small{
    font-size: 7px;
    font-weight: lighter;
}

.product-whishlist a {
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 25px;
}

.product-description a:hover {
    text-decoration: none;
}

.localisation_stock{
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
}

/* tags */
.container_tags{
    position: absolute;
    bottom: 7px;
    left: 7px;
}
.container_tags span{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 5px;
    cursor: default;
    font-weight: 500;
}
.container_tags span:last-of-type{
    margin-bottom: 0 !important;
}


/* Elementor css overlay */

@media (min-width: 1200px) {
    .footer-container .elementor-section.elementor-section-boxed > .elementor-container {
        width: 87%;
        max-width: 1670px;
    }
}

.z-index-100 {
    z-index: 100;
}

#content-wrapper {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .container,
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
    }
}

.elementor {
    width: 100%;
}

.elementor-section-title .elementor-heading-title {
    position: relative;
}

.elementor-section-title .elementor-heading-title span::before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 3px;
    margin-bottom: 5px;
    margin-right: 25px;
}

.elementor-navbar,
.sous-menu-elementor{
    background-color: #fff;
}

.elementor-navbar {
    width: 1200px !important;
    position: unset;
    z-index: 4;
    left: calc((100% - 1200px) / 2) !important;
    top: 260px;
    margin: 0 auto;
}
.sous-menu-elementor {
    width: 100% !important;
    position: unset;
    z-index: 4;
    left: 0 !important;
    top: 260px;
    margin: 0 auto;
}


.sous-menu-elementor-secondary {
    position: unset;
    z-index: 4;
    margin: 0 auto;
    top: 0;
    box-shadow: 0 3px 3px #0000001a;
}

.sous-menu-elementor-secondary .elementor-nav-item .elementor-widget-button .elementor-button-wrapper {
    padding: 0.5em 0;
}

@media screen and (max-width: 1199px) {
    .elementor-navbar,
    .sous-menu-elementor {
        width: 100% !important;
        left: 0 !important;
    }
}

.elementor-heading {
    z-index: 2;
}

.elementor-navbar{
    margin-top: 77px;
    z-index: 2;
}

.elementor-heading .elementor-image {
    text-align: right;
}

.elementor-heading .elementor-image img {
    max-width: 61px;
    max-height: 61px;
}

#cms #wrapper {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .resize-mobile {
        width: 400px;
        margin: auto;
    }
}

@media screen and (max-width: 575px) {
    .resize-mobile {
        width: 300px;
        margin: auto;
    }
}


/* Form field */

.form-control {
    padding: 0;
}

select.form-control {
    padding: 5px 0 !important;
}

.custom-checkbox,
.custom-radio {
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    text-align: left;
    margin-bottom: 0.5rem;
}

.custom-radio:not(:last-child) {
    margin-right: 15px;
}

.custom-checkbox label,
.custom-radio label {
    cursor: pointer;
    margin-bottom: 0;
}

.custom-checkbox label:before,
.custom-checkbox label:after,
.custom-radio label:before,
.custom-radio label:after {
    content: "";
    position: absolute;
    top: 50%;
}

.custom-radio label:before,
.custom-radio label:after {
    border-radius: 50%;
}

.custom-checkbox label:before,
.custom-radio label:before {
    left: 0;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
}

.custom-checkbox label:after,
.custom-radio label:after {
    left: 4px;
    width: 12px;
    height: 12px;
    margin: -6px 0 0;
    opacity: 0;
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.custom-checkbox input[type="checkbox"],
.custom-radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}

.custom-checkbox input[type="checkbox"]:checked+label:after,
.custom-radio input[type="radio"]:checked+label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

input.form-control {
    padding-bottom: 5px;
}

.no-account {
    font-size: 0.875rem !important;
}

.page-header {
    position: relative;
}

.page-password .page-header:after,
.page-authentication .page-header:after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 94px;
    height: 3px;
    z-index: 10;
}


/* Footer */

.footer-subtitle,
.footer-subtitle-link {
    font-size: 17px;
    font-weight: 500 !important;
    color: #fff !important;
    position: relative;
    margin-bottom: 35px !important;
}

.footer-subtitle::after {
    position: absolute;
    content: "";
    width: 81px;
    height: 3px;
    left: 0;
    bottom: -15px;
}

.footer-subtitle-link a {
    color: #fff;
    transition: ease-in-out 0.3s;
}

.footer-subtitle-link a:hover {
    transition: ease-in-out 0.3s;
}

.footer-subtitle-link::before {
    position: absolute;
    content: "";
    width: 81px;
    height: 3px;
    left: 0;
    top: -15px;
}

.footer-link p {
    margin-bottom: 0 !important;
}

.footer-link a {
    font-size: 14px;
    font-weight: 300 !important;
    color: #fff !important;
    transition: ease-in-out 0.3s;
}

.footer-link a:hover {
    transition: ease-in-out 0.3s;
}

.footer-social-list .elementor-widget-wrap {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .footer-subtitle{
        min-width: 320px;
    }
    .footer-subtitle::after {
        left: calc(50% - 40px);
    }
    .footer-social-list .elementor-widget-wrap {
        justify-content: center;
    }
}

.footer-adress p {
    margin-bottom: 0 !important;
}

.footer-accordion .elementor-accordion-title {
    font-size: 17px;
    font-weight: 500 !important;
    color: #fff !important;
}

.footer-accordion .elementor-accordion-content,
.footer-accordion .elementor-accordion-content a {
    font-size: 14px;
    font-weight: 300 !important;
    color: #fff !important;
    transition: ease-in-out 0.3s;
}

.elementor-widget-button.product-tag {
    margin-bottom: 0;
}

.reassurance-texte p {
    margin-bottom: 0 !important;
}

.footer-container {
    padding-top: 0;
    margin-top: 0;
}

#footer {
    padding-top: 0 !important;
}

#footer .footer-reassurance .elementor-widget-image {
    margin-bottom: 0;
}

#footer .footer-reassurance .elementor-column-wrap {
    padding-bottom: 0;
}


/* home covid */

#index .home-covid {
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}

#index .home-covid .home-covid-title h3{
    font-weight: 400;
    font-size: 22px;
}

#index .home-covid .home-covid-buttons a img{
    height: 50px;
}

#index .home-covid .home-covid-buttons a span,
#index .home-covid .home-covid-buttons a i{
    font-size: 15px;
    font-weight: 600;
}

#index .home-covid .home-covid-buttons a span{
    white-space: break-spaces;
}

#index .home-covid .home-covid-buttons .home-covid-button-number {
    font-size: 18px;
    font-weight: 600;
}
#index .home-covid .home-covid-buttons .home-covid-button-horaire {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}

#index .home-covid .home-covid-player {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 281px;
    min-width: 500px;
    width: 500px;
}

#index .home-covid .home-covid-player p {
    position: absolute;
    font-size: 20px;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
}

#index .home-covid .home-covid-buttons{
    width: 100%;
    max-width: 460px;
}

@media screen and (max-width: 1300px) {
    #index .home-covid .home-covid-buttons{
        max-width: 340px;
    }
    #index .home-covid .home-covid-buttons > h2{
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    #index .home-covid {
        background-image: none;
    }

    #index .home-covid .home-covid-content{
        width: 100%;
    }

    #index .home-covid .home-covid-buttons a{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #index .home-covid .home-covid-buttons{
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    #index .home-covid .home-covid-list .home-covid-item{
        font-size: 15px;
    }

    #index .home-covid .home-covid-player {
        height: 220px;
        min-width: 352px;
        width: 352px;
    }

    #index .home-covid .home-covid-title h2{
        text-align: center;
    }
}

.homepage-text-annonce,
.homepage-text-annonce p {
    margin-bottom: 0 !important;
}

.page-home+.page-footer {
    display: none;
}


/* fiche product */

@media screen and (min-width: 1200px){
    #product {
        overflow: hidden;
    }
}


#product #content {
    max-width: 100%;
}

.product-cover img {
    box-shadow: none;
}

.number-images {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
}

.number-images i {
    font-size: 25px;
    line-height: 1;
}

.number-images span {
    font-size: 17px;
    font-weight: 600;
    margin-left: 5px;
}

.product-images-mobile .number-images {
    left: 15px;
    bottom: 5px;
    z-index: 2;
}

.ficheVehicule img:not(.first-image){
    display: none;
}

.ficheVehicule .owl-item img{
    display: block;
}

@media screen and (max-width: 1199px) {
    .number-images {
        display: none;
    }
}

.product-images-mobile .bx-wrapper {
    z-index: 1;
}

.product-images-mobile img {
    width: 100%;
}

.product-images .layer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: hsla(0, 0%, 100%, 0.7);
    text-align: center;
    cursor: pointer;
}

.product-images .layer:hover {
    opacity: 1;
}

.product-images .layer .zoom-in {
    font-size: 4rem;
    color: #ced0d3;
}

.product-images ul li:nth-child(1n+11){
    display: none;
}

.product-back-link {
    font-weight: bold;
    cursor: pointer;
}

.product-marque-modele {
    font-size: 27px;
    font-weight: 600;
}

#product .product-version {
    font-size: 20px;
    font-weight: 400;
}

.product-category-reference {
    font-size: 14px;
    font-weight: 300;
}

.product-phones,
.product-supplier {
    border: none;
    border-top: 1px solid #ced0d3;
}

#product .product-supplier {
    border: 1px solid #ced0d3;
}

@media (min-width: 1200px){
    .product-header {
        border: 1px solid #ced0d3;
        border-top: none;
    }
    #product .product-phones {
        border: 1px solid #ced0d3;
    }
}

.product-header .product-tag,
#cart .product-tag,
#checkout .product-tag,
#order-confirmation .product-tag,
#order-detail .product-tag {
    border: none;
}

.product-header .product-tags span,
.product-header .product-tags a,
.product-tag.disponible,
.product-tag.indisponible,
.product-line-grid-right .product-tags span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 15px;
    margin-bottom: 10px;
}

.product-tag.disponible {
    background-color: #5CB85C;
}

@media (max-width: 1199px){
    .product-tag.disponible,
    .product-tag.indisponible{
        top: 10px;
        left: 10px;
        font-size: 12px;
        z-index: 2;
    }
}

.product-images #lightgallery img{
    cursor: zoom-in;
}

@media (max-width: 1199px){
    #product .owl-theme .owl-nav{
        margin: 0 !important;
    }
    #product .images-container .product-images-mobile{
        border-bottom: 1px solid #ced0d3;
    }
}

.product-critair-icon {
    height: 26px;
    width: 26px;
    border-radius: 50% !important;
    padding: 2px;
}

.critair1 {
    background-color: #7a4486;
}

.critair2 {
    background-color: #eebf2d;
}

.critair3 {
    background-color: #e58735;
}

.critair4 {
    background-color: #471c1c;
}

.critair5 {
    background-color: #4e4a46;
}

.product-critair-value {
    height: 22px;
    width: 22px;
    border: 1px solid #fff;
    background-color: transparent;
    margin: auto;
    border-radius: 50% !important;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.product-critair-text {
    font-size: 14px;
    font-weight: 300;
}

.product-color-text::first-letter {
    text-transform: uppercase;
}

.product-divider {
    border-top: 1px solid #ced0d3;
}

.product-prices {
    margin-top: 0;
}

.product-prices > p {
    font-weight: bold;
}

.point-forts{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(25px, auto);
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}
.point-forts img{
    max-width: 42px;
    max-height: 42px;
}

@media(max-width: 767px){
    .point-forts{
        font-size: 12px;
        line-height: 14px;
    }
}

.product-discount .regular-price {
    text-decoration: line-through;
}

.product-discount,
.current-price,
.product-financing {
    font-size: 27px;
    line-height: initial;
}

.financing-garanty {
    font-size: 12px;
    font-weight: 400;
}

.financing-mention {
    font-size: 12px;
    cursor: pointer;
}

.financing-mention i {
    vertical-align: -3px;
}

#reassurance_content .row{
    margin: 0;
}

#product a[data-target="#financing-mention-modal"] i {
    border-radius: 50% !important;
    font-size: 16px;
    color: #fff;
}

#financing-mention-modal {
    font-size: 12px;
    font-weight: 300;
}

.product-financing .current-financing small{
    font-size: 12px;
}

.discount-option {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.discount-option i {
    transition: all 0.25s;
    transform: translate(0, -2px);
}

.product-discount-option {
    font-weight: 300;
}

.discount-option.collapsed i {
    transform: translate(0, 2px) rotate(180deg);
}

.product-characteristic{
    font-size: 16px;
    font-weight: 400;
}

.product-phone,
.product-whatsapp {
    font-size: 18px;
    font-weight: 600;
}
.product-whatsapp{
    border-left: 1px solid #ced0d3;
}

.product-whatsapp i{
    color: #4CAF50;
    font-size: 24px;
}

.product-supplier-info {
    font-size: 12px;
    font-weight: 300;
}

.product-supplier-text {
    font-size: 15px;
    font-weight: 500;
}

.product-supplier-info-icon {
    font-size: 24px;
}

.product-characteristic-icon {
    font-size: 20px;
    font-style: normal !important;
}

.product-phone-icon {
    font-size: 20px;
    font-style: normal !important;
}

.product-add-to-cart .btn {
    font-size: 16px;
    line-height: 1.3;
    position: relative;
    padding: 12px 15px;
    font-weight: 600;
    text-align: left;
    max-width: 50%;
}

.product-add-to-cart .btn i:not(.icon-hess-warning){
    position: absolute;
    top: calc(50% - 7px);
    right: 5px;
}

.product-add-to-cart .btn span + span {
    font-size: 12px;
    font-weight: 300;
}
.product-add-to-cart .add-to-cart sup{
    top: -.5em;
}
.product-add-to-cart .btn i{
    font-size: 14px;
}

.contact-link {
    font-weight: 600;
}

.product-reassurance-mention {
    font-size: 14px;
}

#product .product-additional-info .pw-fav-toggle {
    position: relative;
    top: 0;
    right: 0;
    background-color: white;
    border-radius: 50% !important;
    padding: 0;
    width: initial;
    height: initial;
    text-align: initial;
}

.other_tag i{
    cursor: pointer;
}

body:not(#order-detail) .product-characteristics{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(auto, auto);
}
#order-detail .product-characteristics{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(auto, auto);
}
#cart-summary-product-list .product-tags span{
    font-size: 12px;
}

@media screen and (max-width: 575px){
    #product .product-additional-info .product-additional-info-items>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }

    .product-supplier-text{
        font-size: 12px;
    }
    .product-supplier-info{
        font-size: 10px;
    }

    .product-characteristic i{
        display: none;
    }

    #product .product-characteristic {
        font-size: 14px;
        text-align: center;
    }
    #product .product-reassurance{
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px){
    #product .product-additional-info  {
        position: absolute;
        top: -42px;
        z-index: 1;
        right: 15px;
    }

    #product .product-header {
        border-left: none;
        border-right: none;
    }

    .product-phones{
        margin-top: 15px
    }
}
@media screen and (max-width: 575px){
    .product-marque-modele{
        font-size: 20px;
    }
    #product .product-version{
        font-size: 16px;
    }
    #product .product-whatsapp,
    #product .product-phone{
        font-size: 14px;
    }
    .product-critair-text,
    .product-header .product-tags span, .product-tag.disponible, 
    .product-tag.indisponible, .product-line-grid-right .product-tags span{
        font-size: 12px;
        padding: 3px 8px !important;
    }
    .product-critair-icon {
        height: 20px;
        width: 20px;
    }
    .product-critair-value {
        height: 16px;
        width: 16px;
        line-height: 16px;
        font-size: 10px;
    }
    .product-discount, .current-price, .product-financing{
        font-size: 20px;
    }
    .financing-garanty,
    .financing-mention{
        font-size: 12px;
    }
}


#product-details-accordion .card {
    border: 1px solid #ced0d3;
}

#product-details-accordion .card  .card-header {
    border: none;
    background-color: inherit;
}

#product-details-accordion .card .card-header h3 {
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}

#product-details-accordion .card .card-body h4 {
    font-size: 17px;
    font-weight: 500;
}

#product-details-accordion .card-body ul {
    list-style-position: inside;
}

#product-details-accordion .card-body li {
    font-size: 14px;
    list-style-type: "-  ";
}

#product-details-accordion .card-body li span {
    font-weight: 500;
}

#product-details-accordion .card-body li .product-critair-icon {
    margin: 0 0 0 10px;
}

#productGeneralInformations .table tr {
    font-size: 14px;
    font-weight: 400;
}

#product .regle {
    position: relative;
    width: 80%;
    margin: auto;
    height: 5px;
    background: linear-gradient(90deg, rgba(0, 153, 0, 1) 0%, rgba(0, 255, 0, 1) 25%, rgba(255, 255, 0, 1) 50%, rgba(255, 153, 0, 1) 75%, rgba(255, 0, 0, 1) 100%);
}

#product .regle .cursor {
    top: -25px;
    left: -53px;
    width: 100px;
    text-align: center;
    position: absolute;
    font-weight: 400;
}

#product .regle .cursor:after {
    content: '';
    width: 3px;
    height: 12px;
    bottom: -12px;
    left: 50%;
    background: #000;
    position: absolute;
    z-index: 1;
}

#productGeneralInformations .table th,
#productGeneralInformations .table td {
    padding: 5px 10px;
}

#product-details-accordion h3.collapsed i {
    transform: translate(0, 2px) rotate(180deg);
}

#product-details-accordion h3 i {
    transition: all 0.25s;
    transform: translate(0, -2px);
}

#product #footer {
    display: none !important;
}

#product .footer-mobile {
    display: block;
    width: 100vw;
}

#product .footer-desktop {
    display: none !important;
}

#product .hide-footer-product {
    display: none !important;
}

#product .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
}

#product .product-search-container {
    border-bottom: 1px solid #ced0d3;
}

#product .container-compare-link a i,
#product .blockcart-wrapper a i{
    font-size: 34px;
}

#cgi_iframe_calculette,
#display_details_price{
    font-size: 12px;
    line-height: 15px;
}

#cgi_iframe_calculette i,
#display_details_price i{
    font-size: 12px;
    vertical-align: -2px;
}

#collapseDetailsPrice{
    border: 1px solid #ced0d3;
}

/* module same category */

.featured-products h2 {
    font-size: 27px;
    font-weight: 600;
}

.featured-products .products .product-miniature {
    margin: 10px 10px;
    max-width: 300px;
    cursor: pointer;
}

.featured-products .products .thumbnail.product-thumbnail img {
    max-width: 300px;
    max-height: 225px;
    width: 100%;
}

.featured-products .products {
    position: relative;
}

/* social sharing */

.social-sharing {
    border-bottom: 1px solid #ced0d3;
    width: 100%;
    text-align: center;
}

.social-sharing button:not(.close) span {
    font-size: 12px;
    font-weight: 300;
}

.social-sharing button span i {
    font-size: 1.8rem;
}

.social-sharing li {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    height: 4rem;
    width: 4rem;
    background-color: #fff;
    cursor: pointer;
    list-style: none;
}

.social-sharing li:not(:first-child) {
    margin-left: 1rem;
}

.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 25px;
}

.social-sharing li:hover {
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1199px){
    .social-sharing {
        display: none;
    }
}


/* divider */

.divider-bottom-secondary:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 94px;
    height: 3px;
}

.divider-top-secondary:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 94px;
    height: 3px;
}

.divider-left-secondary,
.divider-left-primary {
    position: relative;
    padding-left: 75px;
}

.divider-left-secondary:before,
.divider-left-primary:before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 55px;
    height: 3px;
}


/* dealership link */
.header-mobile .btn-icone {
    font-size: 23px
}

#dealership-link a.dealership-link-active span {
    font-size: 13px;
    font-weight: 500;
}

#dealership-link a.dealership-link-active p {
    font-weight: 500;
}

/* Cart */

.cart-advance-payment,
.order-advance-payment {
    font-size: 21px;
}

.cart-advance-payment span,
.order-advance-payment span {
    font-weight: 300;
}

.cart-summary-line .label,
.cart-summary-line .value,
.order-summary-line .label,
.order-summary-line .value {
    font-size: 16px;
    font-weight: 300;
}

.cart-summary-line .value,
.order-summary-line .value {
    float: right;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value,
.order-block.order-summary-totals .order-summary-line.order-total .label,
.order-block.order-summary-totals .order-summary-line.order-total .value  {
    font-weight: 400;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value,
.order-block.order-summary-totals .order-summary-line.order-total .label,
.order-block.order-summary-totals .order-summary-line.order-total .value  {
    font-size: 16px;
}

.cart-summary-line .icon-hess-warning{
    vertical-align: -1px;
    font-size: 12px;
}

#cart .product-color {
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    #cart .card {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }

    #cart .cart-detailed-actions {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }

    #cart footer {
        padding-bottom: 40px;
    }

    #cart .page-header h1 {
        font-size: 20px
    }

    #cart .page-header h2 {
        font-size: 15px;
    }

    a.reserved{
        font-size: 20px
    }
}

@media screen and (max-width: 400px) {
    #cart .cart-summary-line .label, 
    #cart .cart-summary-line .value {
        font-size: 13px;
    }

    #cart .cart-advance-payment {
        font-size: 15px;
    }

    #cart .product-characteristic, 
    #cart .product-supplier-info {
        font-size: 14px;
    }

    #cart .product-reassurance {
        font-size: 14px;
    }
}

/* Checkout */

body#checkout section.checkout-step .step-title {
    font-size: 21px;
    cursor: pointer;
    margin-bottom: 0;
}

body#checkout section.checkout-step.-reachable.-complete h2 .step-number {
    display: none;
}

body#checkout section.checkout-step.-reachable.-complete h2 .done {
    display: inline-block;
}

body#checkout section.checkout-step.-reachable.-complete h2 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0.125rem;
    color: #ced0d3;
}

body#checkout section.checkout-step.-current .step-edit {
    display: none !important;
}

#checkout-personal-information-step .nav-link {
    border-top: none;
    border-right: none;
    border-left: none;
}

body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 0.625rem;
    opacity: 0.7;
}

body#checkout section.checkout-step .radio-block {
    cursor: pointer;
}

body#checkout section.checkout-step .address-item .custom-radio {
    margin-right: 0;
    padding: 0;
}

.page-addresses .address address,
body#checkout section.checkout-step .address {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    min-height: 175px;
}

.page-addresses .address .address-alias,
body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.page-addresses .address .address-footer,
body#checkout section.checkout-step .address-footer {
    padding: 0.625rem;
    font-weight: 300;
}

label.delivery-option-2{
    font-size: 17px;
    font-weight: 600;
}

.delivery-options-dealership {
    font-size: 17px;
}

.delivery-options-dealership h4 {
    font-size: 17px;
    font-weight: 600;
}

.delivery-options-dealership p {
    font-weight: 600;
}

body#checkout #cart-summary-product-list .h3.product-marque-modele {
    font-size: 21px;
}

body#checkout #cart-summary-product-list .product-characteristic {
    font-size: 11px;
}

body#checkout #cart-summary-product-list .product-supplier-info {
    font-size: 12px;
}

body#checkout .cart-summary-subtotals {
    font-size: 16px;
    font-weight: 300;
}

body#checkout .cart-summary-totals {
    font-size: 16px;
    font-weight: 300;
}


body#checkout .cart-line-product-actions a {
    border-width: 1px;
}

body#checkout .product-reassurance {
    font-size: 15px;
}

body#checkout section.checkout-step .payment-options label {
    font-size: 17px;
    font-weight: 300;
}

body#checkout section.checkout-step #conditions-to-approve label {
    font-size: 13px;
    font-weight: 300;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox label:before {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 2px;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox label:after {
    left: 4px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 2px;
    opacity: 0;
    background: #c9a978;
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type="checkbox"]:checked+label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

body#checkout  .cart-advance-payment {
    font-size: 18px;
}


@media screen and (max-width: 767px) {
    #checkout .card {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }

    body#checkout section.checkout-step .address-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    body#checkout section.checkout-step h2.step-title {
        font-size: 18px;
    }

    #payment-confirmation button {
        font-size: 12px;
    }

    body#checkout .page-header h1 {
        font-size: 20px
    }

    body#checkout .page-header h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 400px) {
    body#checkout section.checkout-step h2.step-title {
        font-size: 15px;
    }
    
    body#checkout .cart-summary-line .label, 
    body#checkout .cart-summary-line .value {
        font-size: 13px;
    }

    body#checkout .cart-advance-payment {
        font-size: 15px;
    }

    body#checkout .product-characteristic, 
    body#checkout .product-supplier-info {
        font-size: 14px;
    }

    body#checkout .product-reassurance {
        font-size: 14px;
    }
}

/* Order confirmation */

@media screen and (max-width: 767px) {
    #order-confirmation .card {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }

    #order-confirmation .page-header h1 {
        font-size: 20px
    }

    #order-confirmation .page-header h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 400px) {

    #order-confirmation .page-header h2 {
        padding: 0;
    }

    #order-confirmation .divider-left-secondary:before {
        display: none;
    }

    #order-confirmation .cart-advance-payment,
    #order-confirmation .order-advance-payment {
        font-size: 15px;
    }
    
    #order-confirmation .cart-summary-line .label, 
    #order-confirmation .cart-summary-line .value {
        font-size: 13px;
    }
}

/* Order detail */

@media screen and (max-width: 767px) {
    #order-detail .card {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
}


/* Product sort */

.products-sort-order .dropdown-menu {
    left: auto;
    width: 16.88rem;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
}

/* home */

#index h2 {
    font-size: 27px;
    font-weight: 300;
}

/* home presentation */

#index .home-presentation {
    padding-top: 45px;
}

@media screen and (max-width: 767px) {
    #index .home-presentation {
        padding-top: 0;
    }
}

/* home number */

#index .home-number .home-number-value {
    font-size: 20px;
    font-weight: 600;
}

#index .home-number .home-number-name {
    font-size: 20px;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    #index .home-number .home-number-content {
        width: 50%;
    }

    #index .home-number .home-number-value {
        font-size: 18px;
    }
    
    #index .home-number .home-number-name {
        font-size: 18px;
    }
}

/* home marque */

#index .home-marques #homeMarquesCarousel {
    padding: 0 65px;
    position: relative;
}

#index .home-marques .owl-dot span {
    display: none;
}

#index .home-marques .owl-theme .owl-nav {
    height: 0;
    margin-top: 0;
}

#index .home-marques .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: calc( 50% - 12px);
    left: 0;
    margin: 0;
    padding: 0;
}

#index .home-marques .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: calc( 50% - 12px);
    right: 0;
    margin: 0;
    padding: 0;
}

#index .home-marques .owl-theme .owl-nav .owl-prev i,
#index .home-marques .owl-theme .owl-nav .owl-next i{
    font-size: 24px;
    font-weight: 600;
}

#index .home-marques .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

#index .home-marques .item p {
    font-size: 20px;
    font-weight: 500;
}

#index .home-marques .item p::first-letter {
    text-transform: uppercase;
}

#index .home-marques .owl-carousel .owl-nav button.owl-next,
#index .home-marques .owl-carousel .owl-nav button.owl-prev {
    font-size: 20px;
    background-color: transparent;
    box-shadow: none;
}

#index .home-marques a {
    width: 100%;
}

#index .home-marques a img {
    transition: 0.3s;
}

#index .home-marques a img:hover {
    opacity: 0.7;
    transition: ease-in-out 0.3s;
}

/* home gamme */

#index .home-gamme .homeGammeCarousel {
    padding: 0 5%;
    position: relative;
}

#index .home-gamme .owl-dot span {
    display: none;
}

#index .home-gamme .owl-theme .owl-nav {
    height: 0;
    margin-top: 0;
}

#index .home-gamme .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: calc( 50% - 12px);
    left: 0;
    margin: 0;
    padding: 0;
}

#index .home-gamme .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: calc( 50% - 12px);
    right: 0;
    margin: 0;
    padding: 0;
}

#index .home-gamme .owl-theme .owl-nav .owl-prev i,
#index .home-gamme .owl-theme .owl-nav .owl-next i{
    font-size: 24px;
    font-weight: 600;
}

#index .home-gamme .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

#index .home-gamme .item h3 {
    font-size: 15px;
    font-weight: 500;
}

#index .home-gamme .item h3::first-letter {
    text-transform: uppercase;
}

#index .home-gamme .owl-carousel .owl-nav button.owl-next,
#index .home-gamme .owl-carousel .owl-nav button.owl-prev {
    font-size: 20px;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

#index .home-gamme a h3 {
    transition: 0.3s;
}

#index .home-gamme a:hover p {
    opacity: 0.7;
    transition: ease-in-out 0.3s;
}

#index .home-gamme #gamme-accordion a.gamme-control {
    padding: 15px;
    width: 96px;
}

#index .home-gamme #gamme-accordion a.gamme-control:not(:last-child) {
    margin-right: 5px;
}

#index .home-gamme #gamme-accordion a.gamme-control img {
    width: 60px;
    height: 60px;
}

#index .home-gamme #gamme-accordion .card {
    border: none;
    background-color: transparent;
}

@media screen and (max-width: 575px) {
    #index .home-gamme a.btn {
        display: inline-block;
        width: 100%;
        padding: 0.5rem 0;
    }

    #index .home-gamme #gamme-accordion a.gamme-control {
        padding: 10px;
        width: 66px;
    }
    
    #index .home-gamme #gamme-accordion a.gamme-control img {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 350px) {
    #index .home-gamme #gamme-accordion a.gamme-control {
        padding: 10px;
        width: 56px;
    }
    
    #index .home-gamme #gamme-accordion a.gamme-control img {
        width: 30px;
        height: 30px;
    }
}

/* home inspiration */

#index .home-inspiration .home-inspiration-item {
    width: 95%;
    height: 180px;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#index .home-inspiration .home-inspiration-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A2240;
    opacity: 0.5;
    z-index: -1;
    transition: all ease-in-out 0.7s;
}

#index .home-inspiration .home-inspiration-item:hover a::before {
    opacity: 0;
    transition: all ease-in-out 0.7s;
}

#index .home-inspiration .home-inspiration-item p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

#index .home-inspiration .home-inspiration-item i {
    font-weight: 600;
}

#index .home-inspiration a.btn {
    display: block;
    margin: auto;
    width: 291px;
    font-weight: 400;
    max-width: 100%;
}

@media screen and (max-width: 575px) {
    #index .home-inspiration .home-inspiration-item {
        width: 100%;
        height: 237px;
    }
}

#index .home-inspiration .home-inspiration-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
/* home reservation */

#index .home-reservation .home-reservation-list .home-reservation-item .home-reservation-item-title{
    font-size: 19px;
    font-weight: 300;
}

#index .home-reservation .home-reservation-list .home-reservation-item img{
    height: auto;
    width: 80%;
    max-width: 250px;
    margin: auto;
}

#index .home-reservation .home-reservation-list .home-reservation-item .home-reservation-item-description{
    font-size: 16px;
    font-weight: 400;
}

#index .home-reservation a {
    font-weight: 400;
    font-size: 17px;
    width: 290px;
    max-width: 100%;
}

/* home histoire */
#index .home-histoire h2 {
    font-size: 34px;
    line-height: 45px;
}

#index .home-histoire h3 {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 110px;
}

#index .home-histoire h3.divider-bottom-secondary:after {
    left: calc( 50% - 47px);
}

#index .home-histoire a {
    font-weight: 400;
    font-size: 17px;
    width: 290px;
    max-width: 100%;
}

/* home promo */
#index .home-content-shop-promo img {
    width: 100%;
    height: auto;
}

/* home actu */
#index .home-actu-item.home-actu-item-first {
    background-position-y: center;
    background-position-x: 80%;
}

#index .home-actu-item.home-actu-item-first h3 {
    font-size: 30px;
}

#index .home-actu-item {
    min-height: 273px;
    background-color: #4e4a46;
    background-size: cover;
    background-repeat: no-repeat;
    transition: ease-in-out 0.5s;
    position: relative;
}

#index .home-actu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A2240;
    opacity: 0.5;
    z-index: 0;
    transition: all ease-in-out 0.7s;
}

#index .home-actu-item p{
    font-size: 13px;
    font-weight: 300;
}

#index .home-actu h3,
#index .home-actu p.home-actu-title {
    font-size: 21px;
    font-weight: 600;
    text-shadow: 0px 3px 6px #00000029;
    z-index: 1;
}

/* #index a.home-actu-item:hover{
    opacity: 0.8;
    transition: ease-in-out 0.3s;
} */

#index a.home-actu-item:hover::before{
    opacity: 0.3;
    transition: ease-in-out 0.3s;
}

#index a.home-actu-item:focus{
    text-decoration: none;
}

#index .home-actu-more a {
    padding: 0.5rem 5rem;
}

@media screen and (max-width: 1199px) {
    .bghesslight,
    .bghessdark  {
        background-image: none;
    }

    #index .home-actu-item.home-actu-item-first h3 {
        font-size: 23px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    #index .home-actu-list .home-actu-group div:nth-child(2n+1) {
        padding-left: 0 !important;
        padding-right: 0.5em !important;
    }

    #index .home-actu-list .home-actu-group div:nth-child(2n) {
        padding-left: 0.5em !important;
    }
}

@media screen and (max-width: 767px) {

    #index .divider-bottom-secondary:after {
        width: 94px;
    }

    #index .home-inspiration li:not(:nth-child(-n+5)) {
        display: none;
    }

    #index .home-actu-list .home-actu-group div {
        padding: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    #index .home-actu-more a {
        width: 100%
    }
}

@media(max-width: 991px) {
    #index h2.divider-left-secondary{
        padding-left: 0;
        text-align: center !important;
    }

    #index h2.divider-left-secondary:before{
        bottom: -10px;
        left: calc(50% - 47px);
        width: 94px;
        top: unset;
    }
}

/* home shop promo */

#container_promo{
    font-size: 10px;
    line-height: 1;
    order:0;
}

/* Timeline */

.timeline {
    position: relative;
}

.timeline::before {
    content: "";
    display: block;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(231,238,246,1) 10%, rgba(231,238,246,1) 90%, rgba(255,255,255,1) 100%);
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    font-size: 0;
}

.timeline-item {
    position: relative;
}

.timeline-item::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #E7EEF6;
    top: 32px;
    left: 50%;
    margin-left: -9px;
    width: 20px;
    height: 20px;
}

.timeline-item .elementor-column .elementor-widget-wrap {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .timeline-item .elementor-column .elementor-column-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .timeline-item::before {
        top: -30px;
    }

    .timeline-item {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}


/* gestion fadeIn sur page CMS */

#cms #content .elementor-section-full_width {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
  
@-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
  
@-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}
  
@-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
}

/* icon panier navbar */

.nav-cart {
    width: 23px;
    height: 23px;
    transform: translateY(4px);
    transition: all 0.2s ease-in-out;
}

.nav-product-count{
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50% !important;
    font-size: 10px;
    line-height: 15px !important;
    font-weight: 600;
    top: -3px;
    right: 11px;
}

@media screen and (max-width: 1199px) {
    #blockcart-wrapper a{
        line-height: 11px;
    }

    .nav-cart {
        transform: translateY(1px);
    }

    .nav-product-count{
        top: -6px;
    }
}

/* Responsive */

@media screen and (max-width: 767px) {
    .divider-top-secondary:before,
    .divider-left-secondary:before,
    .divider-bottom-secondary:after,
    .divider-left-primary:before {
        width: 35px;
    }
    .divider-left-secondary,
    .divider-left-primary {
        padding-left: 50px;
    }

    #ets_cft_page header .divider-left-secondary:before,
    #ets_cft_page header .divider-left-primary:before {
        width: 3px;
        height: 100%;
        top: 0;
    }
    #ets_cft_page header .divider-left-secondary,
    #ets_cft_page header .divider-left-primary {
        padding-left: 20px;
    }
}

@media screen and (min-width: 1200px) {
    #product #content,
    #product #product-right-col {
        height: calc(100vh - 130px);
        overflow-y: auto;
    }
    #product .footer-mobile.logo-footer img:not(.footer-social-link) {
        width: 25% !important;
    }
}

@media screen and (max-width: 1199px) {
    #product #product-right-col .product-additional-section {
        order: -1;
    }

    .product-add-to-cart {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 2;
    }

    .product-add-to-cart .btn{
        margin: 0;
        width: 50%;
    }
    .breadcrumb {
        display: none !important;
    }
    #product .footer-container {
        padding-bottom: 62px;
    }
    .product-footer.desktop {
        display: none;
    }
    /* position icon account */
    #block_myaccount_infos {
        order: -1
    }
    /* affichage des menus sur le panier */
    #cart .header-mobile #block_myaccount_infos{
        display: none;
    }
    .product-actions{
        border-top: none;
    }
}

@media screen and (max-width: 767px) {
    .product-add-to-cart .btn {
        font-size: 12px;
    }
    #product-details-accordion .card .card-header h3{
        font-size: 20px;
    }
    #product-details-accordion .card .card-body h4{
        font-size: 16px;
    }
    #product-details-accordion .card-body li{
        font-size: 12px;
    }
}
@media screen and (max-width: 575px) {
    .product-add-to-cart .btn {
        white-space: normal;
        padding: 10px;
    }
    .product-add-to-cart .btn i:not(.icon-hess-warning){
        right: 0;
    }
}
@media screen and (max-width: 374px) {
    .product-add-to-cart .btn {
        padding: 5px 10px;
    }
}
/* Navbar */
.btn-icone {
    border: none;
}

/* icon equipment */

.icon-aide-a-la-conduite::before {
    font-family: 'ICON HESS';
    content: "\25";
}

.icon-confort::before {
    font-family: 'ICON HESS';
    content: "\38";
}

.icon-securite::before {
    font-family: 'ICON HESS';
    content: "\66";
}

.icon-multimedia::before {
    font-family: 'ICON HESS';
    content: "\74";
}

.icon-transmission::before {
    font-family: 'ICON HESS';
    content: "\6e";
}

/* Divers */
img.lozad[src=""] {
    visibility: hidden;
}

/* fontawesome */
.fa-2x{
    font-size: 2em;
}
.fa-3x{
    font-size: 3em;
}
.fa-4x{
    font-size: 4em;
}
.fa-5x{
    font-size: 5em;
}

.hess-pulse {
	display: inline-block;
	-moz-animation: pulse 2s infinite linear;
	-o-animation: pulse 2s infinite linear;
	-webkit-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-ms-keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes pulse {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}

.modal-dialog button:not(.btn-primary){
    position: absolute;
    right: 30px;
    z-index: 10;
    font-size: 32px;
}

.align-icon-header{
    margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
    .contact-vo-send{
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 1px;
        z-index: 2;
    }
}

/* img taille */
.img-25 img{
    max-width: 25%;
    height: auto;
}
.img-50 img{
    max-width: 50%;
    height: auto;
}
.img-75 img{
    max-width: 75%;
    height: auto;
}

/* font-weight */
.font-light > *{
    font-weight: lighter;
}
.font-normal > *{
    font-weight: normal;
}
.font-bold > *{
    font-weight: bold;
}

/* button visual composer */
.vc_row-o-equal-height{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
}
.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
}


@media(max-width: 575px){
    .wpb_content_element .btn{
        white-space: normal;
    }

    .vc_row_reverted_mobile{
        flex-flow: column-reverse;
    }
}

/* loader */
div#loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
}

div#loader a {
    font-size: 30px;
    font-weight: 700;
}

div#loader .loader-container {
    position: fixed;
    left: calc(45% - 50px);
    top: calc(50% - 45px);
}
@media(max-width: 575px){
    div#loader .loader-container {
        position: fixed;
        left: calc(30% - 50px);
        top: calc(50% - 45px);
    }   
}
div#loader:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
}
div#loader .spinner .spinner-item {
    width: calc(75px / 4);
    height: calc(75px / 4);
    display: inline-block;
    margin: 0 3px;
    border-radius: 50% !important;
    border: 4px solid transparent;
    animation: spinner4 1150ms ease-in-out infinite;
}

@keyframes spinner4 {
    0%,
    100% {
        transform: translateY(75%);
    }

    50% {
        transform: translateY(-75%);
    }
}

div#loader .spinner .spinner-item:nth-child(1) {
    animation-delay: calc(1150ms / 6 * -1);
}

div#loader .spinner .spinner-item:nth-child(2) {
    animation-delay: calc(1150ms / 6 * -2);
}

div#loader .spinner .spinner-item:nth-child(3) {
    animation-delay: calc(1150ms / 6 * -3);
}

/* fancybox */
.fancybox-close{    
    background-image: none !important;
    font-family: 'ICON HESS';
    color: #000;
    background-color: #FFF;
    border-radius: 50% !important;
    font-size: 26px;
    padding: 5px;
    line-height: 1;
}
.fancybox-close:before{
    content: "\54";
}

/* slider visual composer */
.flexslider{
    box-shadow:none !important;
}

.flexslider ol li a{
    border-radius: 5px !important;}

/** Avis client */

.icon-hess-star-full {
    font-size: 20px;
}

#moyenneAvisClient .rating > div {
    width: max-content;
}

#moyenneAvisClient .rating .position-absolute {
    overflow-x: hidden;
}

.golden-star{
    color: #ffd900;
}

#avisClientCarousel .owl-dot{
    background-color: #ffd900 !important;
    position: relative!important;
    width: 35px!important;
    height: 5px!important;
    margin: 6px!important;
    border-radius: 0% !important;
    border: hidden !important;
}

#avisClientCarousel .owl-dot.active{
    background-color: #d8d8d8 !important;
}

#avisClientCarousel .owl-dot span {
    display: none !important;
}

#avisClientCarousel .avis p{
    font-size: 19px;
    font-weight: 500;
}

#avisClientCarousel .avis span{
    font-size: 15px;
    font-weight: 300;
}

#product-avis-client-dealership #avisClientCarousel .avis .commentaire_general{
    max-height: 138px;
    overflow: hidden;
}

#product-avis-client-dealership  #avisClientCarousel .avis .commentaire_general:hover{
    overflow: auto;
}

.mostly-customized-scrollbar::-webkit-scrollbar{
    width: 3px;
    height: 8px;
    background-color: #bbb; /* or add it to the track */
}

.fiche-vehicule-avis .asterix {
    text-align: center;
    font-size: 11px;
    font-weight: 300;
}

.fiche-vehicule-avis .logo-hess {
    width: 240px;    
}

.fiche-vehicule-avis .note {
    font-size: 22px;
    font-weight: 900;
}

.fiche-vehicule-avis .rating i{
    font-size: 20px;    
}

.fiche-vehicule-avis .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.fiche-vehicule-avis{
    border: 1px solid #ced0d3;
}

@media(min-width: 1200px){
    .fiche-vehicule-avis .owl-theme .owl-stage .owl-item {
        padding: 0 150px;
    }
}

.fiche-vehicule-avis .moyenneNote .rating .position-absolute{
    overflow-x: hidden;
}

#cms .breadcrumb {
    display: none !important;
}

#product .approved{
    font-size: 15px;
    color: #cd0c4e;
}
.react-switch-handle, .react-switch-bg{
    border-radius: 50px !important;
}

#checkout .cart-info-vd,
#cart .cart-info-vd {
    border: 1px solid #60a5fa;
}

#checkout .cart-info-vd i,
#cart .cart-info-vd i{
    transform: rotate(180deg) !important;
    font-size: 20px !important;
    color: #60a5fa;
}

/* accordion visualcomposer */
.ui-accordion .ui-accordion-content{
    border: none;
    font-weight: 300;
}
.wpb_accordion_section .wpb_accordion_header a::before{
    display: none !important;
}
.wpb_accordion_section .wpb_accordion_header a::after {
    font-family: "ICON HESS";
    content: '\063';
    color: #000;
    position: absolute;
    right: 0;
}
.wpb_accordion_section .wpb_accordion_header.ui-state-active a::after {
    content: '\064';
}

/* order bloc marque/ville */
#search-home{
    order: 0;
}
#hessSlider{
    order: 1;
}
.btn-promotions{
    order: 2;
}
#dealership-home{
    order: 3;
}
.home-gamme{
    order: 4;
}
#tabs_offres_home{
    order: 5;
}
#wbpblogposts{
    order: 6;
}
.order-0{
    order: 0;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.order-3{
    order: 3;
}
.order-4{
    order: 4;
}
.order-5{
    order: 5;
}
.order-6{
    order: 6;
}
.order-7{
    order: 7;
}
.order-8{
    order: 8;
}
.order-9{
    order: 9;
}
.order-10{
    order: 10;
}