@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.font-montserrat { font-family: 'Montserrat', sans-serif; }
.font-opensans { font-family: 'Open Sans', sans-serif; }
.font-roboto { font-family: 'Roboto Condensed', sans-serif; }
.font-robotocondensed { font-family: 'Roboto Condensed', sans-serif; }
.font-oswald { font-family: 'Oswald', sans-serif; }
.font-raleway { font-family: 'Raleway', sans-serif;}

/** xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
**/

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    /* line-height: 1.7; */ 
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-brand {
    color: var(--brand) !important;
}

.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}

 /* slide */
 .slide {
     /* min-height: 50vh; */
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bgcover_copiscan.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: #2D57A6;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    line-height: 16px !important;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.intro {
    margin-bottom: 5px;
    text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    /** transform: translate(-50%, -50%);
    z-index: 2; **/
    /** opacity: 0;
    transition: all 0.4s ease; **/
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/Parallax_01_Altalink.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 15px;
    text-align: center;
}
/*
.blog-post a {
    position: absolute;
    top: 13px;
    left: -10px;
    background-color: #0080FF;
    padding: 2px 12px;
    border-radius: 0px 15px 15px 0px;
    text-decoration: none;
    color: #fff;
} */

a.tag.products-tag {
    position: absolute;
    top: 13px;
    left: -10px;
    background-color: #0080FF;
    padding: 2px 12px;
    border-radius: 0px 15px 15px 0px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/footer-copiscan-vehicle.webp), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


footer .footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}

input.form-control {
    border-color: transparent;
    height: 44px;
    border: 1px solid lightgray !important
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);
    border: 1px solid lightgray !important
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

.phone {
	color: white;
	font-family: "Barlow", sans-serif;
}

.phone :hover {
	color: #5BA8F6;
}

.phone-label {
	font-family: "Barlow", sans-serif;
}

.ticker {
    font-family: "Barlow", sans-serif;
    vertical-align: middle;
}

a.phone {
    font-size: 18px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 40px;
}

.phone-fix {
    padding: 0px;
    margin: 0px;
    height: 27px;
}

.chg-lang a {
    color: #ffffff !important;
}

.chg-lang :hover {
    color: #ff4d29;
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 45%; */
    height: 385px;
    max-height: 385px;
    background-color: rgba(0, 0, 0, 0.06)
}

.background-tint {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

.background-tint-darker {
    background-color: rgba(17, 81, 159, 0.75);
    background-blend-mode: multiply;
}

h2.lead-title {
    color:white;
    text-shadow: 1px 1px 1px black;   
}

img.logo-header {
    max-height: 92px;
    width: auto;
}

div.col-12.title-fournisseur {
    height: 200px;
}

div.col-12.logo-fournisseurs {
    height: 100px
}

div.brands-title {
    text-align: center;
}

h2.lead-title {
    padding-top: 140px;
}

.xerox-copier {
    max-height: 315px;
    width: auto;
}
section#service-reparation {
    padding-top: 30px
}

.mvh {
    max-width: 80vh;
}

img.float-end.xrx-logo-header {
    max-height: 35px !important;
    width: auto;
    padding-top: 1px
}

img.float-end.canon-logo-header {
    max-height: 45px !important;
    width: auto;
    margin-top: 5px;
}

img.float-end.hp-logo-header {
    max-height: 65px !important;
    width: auto;   
}

@media (max-width: 576.98px) {
    img.logo-header {
        max-height: 50px;
        width: auto;
    }
    .parallax {
        height: 300px;
    }
    h2.lead-title {
        padding-top: 80px;
    }
    img.sel-logo-canon {
        max-width: 75%;
        max-height: 75%;
    }
    div.container-fluid.g-5 {
        --bs-gutter-x: 0rem !important;
    }
    section#parallax-2.parallax.background-tint {
        max-height: 255px !important;
    }
    .detaillants {
        min-height: 230px !important
    }
    #service-reparation > div > div:nth-child(1) > div > img {
        max-height: 200px !important;
        width: auto;
    }
    .xerox-copier {
        max-height: 200px;
        width: auto;
    }
    .navbar-light .navbar-brand {
        max-width: 300px !important;
    }
    div#parallax-1.parallax.background-tint {
        background-position: center 0px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    img.logo-header {
        max-height: 65px;
        width: auto;
    }
    h2.lead-title {
        padding-top: 100px;
   }
    .detaillants {
        min-height: 215px !important;
    }
    section#parallax-2.parallax.background-tint {
        max-height: 310px !important;
    }
    div#parallax-1.parallax.background-tint {
        max-height: 350px;
    }
    .xerox-copier {
        max-height: 200px;
        width: auto;
    }
    .thumb-produits-a4 {
        max-height: 250px !important;
        width: auto;
    }
    .thumb-produits-a3 {
        max-height: 250px !important;
        width: auto;
    }
    .thumb-deplacement-img {
        max-height: 175px !important;
        width: auto;
    }
    img.float-end.xrx-logo-header {
        max-height: 25px !important;
        width: auto;
    }
    img.float-end.canon-logo-header {
        max-height: 25px !important;
        width: auto;
        margin-top: 5px !important
    }
    img.float-end.hp-logo-header {
        max-height: 25px !important;
        width: auto;
        margin-top: 5px !important
    }
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    img.logo-header {
        max-height: 75px;
        width: auto;
    }
    h2.lead-title {
        padding-top: 125px;
    }
    .detaillants {
        min-height: 220px !important;
    }
    section#parallax-2.parallax.background-tint {
        max-height: 225px !important;
    }
    .xerox-copier {
        max-height: 305px;
        width: auto;
    }
    .thumb-produits-a4 {
        max-height: 250px !important;
        width: auto;
    }
    .thumb-produits-a3 {
        max-height: 250px !important;
        width: auto;
    }
    .thumb-deplacement-img {
        max-height: 175px !important;
        width: auto;
    }
    .flex-color {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .mvh {
        max-width: 67vh !important;
    }
    .thumb-produits-a4 {
        max-height: 250px !important;
        width: auto;
    }
    .thumb-produits-a3 {
        max-height: 250px !important;
        width: auto;
    }
    .thumb-deplacement-img {
        max-height: 175px !important;
        width: auto;
    }
    section#parallax-3.parallax.background-tint-darker {
        max-height: 350px !important;
    }
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.logo-xerox {
    max-width: 165px;
    height: auto;
    margin-bottom: 9px
}

.logo-canon {
    max-width: 150px;
    height: auto;
    margin-bottom: 7px;
    margin-top: 0px;
}

.logo-hp {
    max-width: 60px;
    height: auto;
    margin-top: -5px;
    padding-bottom: 3px
}
.color-555 {
    color: #555
}

section#parallax-2.parallax.background-tint {
    max-height: 210px;
}

h4.fs-3.text-center.text-primary.fw-500 {
    color: white !important;
    text-shadow: 1px 1px 1px black;
}

p.lead.text-center.px-5.pb-20.lh-sm {
    color: white !important;
}

.detaillants {
    min-height: 306px
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headline-mtl {
    margin: 0 0 -1px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid orangered;
    color: orangered
}

.headline-qc {
    margin: 0 0 -1px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #0080FF;
    color:#0080FF;
}

.white-brand {
    max-width: 200px;
    height: auto;
}

a.btn.btn-sm.btn-outline-primary.btn-lang {
    padding: 2px 7px !important;
}

.dropdown-item:focus, .dropdown-item:hover  {
    color: white !important;
    background-color: #0080FF !important;
}

a.btn-outline-primary.btn-sm.text-white {
    padding-left: 0px !important;
}

a.btn-outline-primary.btn-sm.text-white:hover {
    padding-left: .25rem !important;
}

.sel-logo-canon {
    max-width: 155px;
    max-height: 50px;
}

.sel-logo-hp {
    max-width: 155px;
    max-height: 50px;
}

.panel.panel-default.hover:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: 1px solid !important;
}

.container.newframe {
    position: relative;
}

.bg-image-v1 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(../img/bgcover_copiscan.jpg) repeat fixed; 
}

.badge-xrx {
    max-width: 140px;
    max-height: 100px;
}

.gray-background {
    background-color: #d7d7d7;
    min-height: 195px;
}

@media (max-width: 576.98px) {
    section#parallax-3.parallax.background-tint-darker {
        min-height: 390px !important;   
    }
}

.model-serie {
    background-color: #DBDBDB;
}

.monochrome-serie {
    display: inline-block;
    min-width: 100% !important;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #777777;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
}

.monochrome-sous-serie {
    display: inline-block;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #A1A1A1;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
    min-width: 100px !important;
    max-width: 120px !important;
}

.color-sous-serie {
    display: inline-block;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #3460db;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
    min-width: 100px !important;
    max-width: 125px !important;
}

.hp-color-sous-serie {
    display: inline-block;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #017775;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
    min-width: 160px !important;
    max-width: 200px !important;
    margin-left: 1px !important;
    
}

.icon-color {
	width: 20px !important;
	height: 20px !important;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 0px;
	margin-top: -4px;
	max-width: 20px !important;
	max-height: 20px !important;
	margin-right: 7px !important;
}

span.monochrome-serie {
    font-weight: 300 !important;
    border-radius: 5px !important;
}

.center-align-webkit {
    /* text-align: -webkit-center !important; */
    display: flex;
    align-items: center;
    justify-content: center;    
}

.centered-heading {
    text-align: center;
    margin: 0 !important;    
}

.color-selection-row {
    margin-left: 0px !important; 
    margin-right: 0px !important; 
    margin-top: 15px !important; 
    padding-left: -15px !important; 
    padding-right: -15px !important;
    background-color: #DBDBDB !important;
    padding-left: 0px !important;
    border-radius: 5px !important;
}

.colour-selection-row {
    margin-left: 0px !important; 
    margin-right: 0px !important; 
    margin-top: 15px !important; 
    padding-left: -15px !important; 
    padding-right: -15px !important;
    background-color: #a2adca !important;
    padding-left: 0px !important;
    border-radius: 5px !important;
}

.hp-colour-selection-row {
    margin-left: 0px !important; 
    margin-right: 0px !important; 
    margin-top: 15px !important; 
    padding-left: -15px !important; 
    padding-right: 0px !important;
    background-color: #0177756e !important;
    padding-left: 0px !important;
    border-radius: 5px !important;
}

.arts-selection-row {
    margin-left: 0px !important; 
    margin-right: 0px !important; 
    margin-top: 15px !important; 
    padding-left: -15px !important; 
    padding-right: -15px !important;
    background-color: #afbb3c !important;
    padding-left: 0px !important;
    border-radius: 5px !important;
}

.graphics-selection-row {
    margin-left: 0px !important; 
    margin-right: 0px !important; 
    margin-top: 15px !important; 
    padding-left: -15px !important; 
    padding-right: -15px !important;
    background-color: #df6938 !important;
    padding-left: 0px !important;
    border-radius: 5px !important;
}

.cad-selection-row {
    margin-left: 0px !important; 
    margin-right: 0px !important; 
    margin-top: 15px !important; 
    padding-left: -15px !important; 
    padding-right: -15px !important;
    background-color: #516DBD !important;
    padding-left: 0px !important;
    border-radius: 5px !important;
}

.generaux-selection-row {
    margin-left: 0px !important; 
    margin-right: 0px !important; 
    margin-top: 15px !important; 
    padding-left: -15px !important; 
    padding-right: -15px !important;
    background-color: #6f42c1 !important;
    padding-left: 0px !important;
    border-radius: 5px !important;
}


.model-hp-arts-color {
    background-color: #afbb3c !important;
    border-radius: 5px !important;
}

img.product-image-thumb {
    max-width: 225px !important;
    height: auto;
}

img.product-image-thumb-xl {
    max-width: 360px !important;
    height: auto;
}

.flex-color {
    padding: 0px !important;
    max-width: 33% !important;
}

@media (max-width: 991.98px) {
     span.monochrome-serie.font-opensans {
        width: 100% !important;
        border-radius: 5px !important;
    }
    div.color-selection-row {
        padding-left: 0px;
        padding-right: 0px;
    }
    span.color-serie.font-opensans {
        width: 100% !important;
        border-radius: 5px !important;
    }
    span.hp-color-serie.font-opensans {
        width: 100% !important;
        border-radius: 5px !important;
    }
    div.colour-selection-row {
        padding-left: 0px;
        padding-right: 0px;
    }
    span.wide-serie-arts.font-opensans {
        width: 100% !important;
        border-radius: 5px !important;
    }
    span.wide-serie-graphics.font-opensans {
        width: 100% !important;
        border-radius: 5px !important;
    }
    div.arts-selection-row {
        padding-left: 0px;
        padding-right: 0px;
    }
    div.graphics-selection-row {
        padding-left: 0px;
        padding-right: 0px;
    }
    div.cad-selection-row {
        padding-left: 0px;
        padding-right: 0px;
    }
    div.generaux-selection-row {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.btn-photos {
    background-color: var(--bs-indigo) !important;
    color: white !important;
    padding: 2px 10px !important;
}

.btn-accessories {
    background-color: var(--bs-pink) !important;
    color: white !important;
    padding: 2px 10px !important;
}

.btn-supplies {
    background-color: var(--bs-orange) !important;
    color: white !important;
    padding: 2px 10px !important;
}

.head_product_desc {
	font-size: 1.45em !important;
	line-height: 22px !important;
	border-bottom: 1px solid lightgray;
	padding-bottom: 2px !important;
	margin-bottom: 15px !important;
  padding-top: 10px !important;
  color:#5d5858;
}

.btn-file {
    padding: 2px 10px !important;
    margin-bottom: 5px !important;
}

.purchase-price-section {
	display: inline-block;
	padding-left: 12px !important;
	padding-right: 15px !important;
    vertical-align: top !important;
}

.price-title {
	font-size: 12px;
	color: dimgray;
	letter-spacing: -0.5px
}

.price-model {
	font-size: 12px;
	color: dimgray;
	line-height: 7px !important;
	display:block;
}

.price-purchase {
	font-size:42px;
	color:#449FEB;
	line-height: 28px;
	letter-spacing:-1.5px;
	display: block;
	height: 40px;
	max-height: 40px;
}

.price-for-lease {
	font-size:42px;
	color:#1eca24;
	line-height: 28px;
	letter-spacing:-1.5px;
	display: block;
	height: 40px;
	max-height: 40px;
}

.price-currency-leasing {
	font-weight: 400;
	font-size: 22px;
	padding-left: 0px
}

.row-separator {
    padding-right: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

img.help-box {
    width: 190px !important;
    height: 73px !important;
}

.products-section-printers {
    color: var(--bs-info);
    border: 1px solid var(--bs-info);
    padding: 7px 10px 7px 25px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 1.25em !important;
}

.products-section-printers-a3 {
    color: #0d6efd;
    border: 1px solid #0d6efd;
    padding: 7px 10px 7px 25px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 1.25em !important;
}

.products-section-printers-mfp {
    color: var(--bs-orange);
    border: 1px solid var(--bs-orange);
    padding: 7px 10px 7px 25px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 1.25em !important;
}

.products-section-printers-mfp-a3 {
    color: var(--bs-purple);
    border: 1px solid var(--bs-purple);
    padding: 7px 10px 7px 25px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 1.25em !important;
}

.products-section-printers-mfp-sra3 {
    color: var(--bs-indigo);
    border: 1px solid var(--bs-indigo);
    padding: 7px 10px 7px 25px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 1.25em !important;
}

.products-section-arts-graphiques {
    color: #afbb3c;
    border: 1px solid #afbb3c !important;
    padding: 7px 10px 7px 25px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 1.25em !important;
}

.products-techniques {
    color: #516DBD !important;
    border: 1px solid #516DBD !important;
    padding: 7px 10px 7px 25px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 1.25em !important;
}

.products-generaux {
    color: #9a84c3 !important;
    border: 1px solid #9a84c3 !important;
    padding: 7px 10px 7px 25px;
    line-height: 26px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    font-size: 1.25em !important;
}

li.font-roboto {
    color: #555 !important;
    font-size: 1.25rem !important;
}

.fancybox-margin { 
    margin-right:0px !important;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    width: 190px;
    height: 73px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
  
  /* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 190px;
    height: 73px;
    text-align: center;
    transition: transform 0.25s;
    transform-style: preserve-3d;
}
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
  
  /* Position the front and back side */
.flip-box-front-en, .flip-box-back-en {
    position: absolute;
    width: 190px;
    height: 73px;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 190px;
    height: 73px;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-box-front-en, .flip-box-back-en {
    position: absolute;
    width: 190px;
    height: 73px;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
  
  /* Style the front side */
.flip-box-front {
    background-image: url(../img/helpbox_stage1_fr.jpg);
    color: black;
}

.flip-box-front-en {
    background-image: url(../img/helpbox_stage1_en.jpg);
    color: black;
}
  
  /* Style the back side */
.flip-box-back {
    background-image: url(../img/helpbox_stage2_fr.jpg);
    color: white;
    transform: rotateX(180deg);
}

.flip-box-back-en {
    background-image: url(../img/helpbox_stage2_en.jpg);
    color: white;
    transform: rotateX(180deg);
}

button.btn-close.float-end {
    padding-top: 15px;
    padding-right: 15px;
}

form.p-lg-4.col-12.row.g-3 {
    padding-top: 0px !important;
}

.line-separator { 
    display:block; 
    margin: 10px 0px !important
}

.line-separator h2 {
    font-size:15px; 
    text-align:center; 
    border-bottom:1px solid lightgray; 
    position:relative; 
}

.line-separator h2 span { 
    background-color: white; 
    position: relative; 
    top: 10px; 
    padding: 0 10px;
}

.color-serie {
    display: inline-block;
    min-width: 100% !important;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #26469E;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
}

.hp-color-serie {
    display: inline-block;
    min-width: 100% !important;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #017775;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
}

span.color-serie {
    font-weight: 300 !important;
    border-radius: 5px !important;
}

span.hp-color-serie {
    font-weight: 300 !important;
    border-radius: 5px !important;
}
.model-serie-arts {
    background-color: #afbb3c !important;
}

.wide-serie-arts {
    display: inline-block;
    min-width: 100% !important;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #767f24;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
}

span.wide-serie-arts {
    font-weight: 300 !important;
    border-radius: 5px !important;
}

.wide-serie-graphics {
    display: inline-block;
    min-width: 100% !important;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #853514 !important;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
}

.wide-serie-cad {
    display: inline-block;
    min-width: 100% !important;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #3F528A !important;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
}

.wide-serie-generaux {
    display: inline-block;
    min-width: 100% !important;
    padding: 3px 3px;
    font-size: 1.15em;
    background-color: #9a84c3 !important;
    font-weight: 300;
    color: #FFFFFF;
    height: 37px !important;
    vertical-align: middle;
    text-align: center;
    font-weight: 400 !important;
    border-radius: 5px !important;
}

span.wide-serie-graphics {
    font-weight: 300 !important;
    border-radius: 5px !important;
}

.model-serie-color {
    background-color: #a2adca !important;
    border-radius: 5px !important;
}

.hp-model-serie-color {
    background-color: #0177756e !important;
    border-radius: 5px !important;
}

button.g-recaptcha.btn.btn-primary.btn-send {
    margin-top: 15px !important;
}

@media (max-width: 991.98px) {
    .modal-body.p-0 {
        padding-left: 3px !important;
        padding-right: 3px !important
    }
    button.g-recaptcha.btn.btn-primary.btn-send {
        margin-top: 15px !important;
        margin-bottom: 20px !important;
    }
    form#i-recaptcha.p-lg-4.col-12.row.g-3 {
        padding-left: 15px !important;
    }
    div.float-end.close {
        max-height: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .flex-color {
        min-width: 50% !important;
    }
}
@media (max-width: 767.98px) {
    .flex-color {
        min-width: 50% !important;
    }
}

.c-btn {
    padding: .25em .5em;
    border: solid 1px red;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
}

.c-btn-disabled {
    padding: .25em .5em;
    display: inline-block;
    text-align: center;
    border-right: 1px solid red;
}

.c-btn:hover,
.c-btn:focus {
cursor: pointer;
background-color: red;
color: #fff;
}

.c-btn-group {
display: inline-flex;
border: 1px solid red;
overflow: hidden;
border-radius: 4px;  
}

.c-btn-group > .c-btn {
border-radius: 0;
border: none;
border-right: 1px solid red;
}

.c-btn-group > .c-btn:last-child {
border-right: none;
}

.c-btn-group--block {
display: flex;
}

.c-btn-group--block > .c-btn {
flex-grow: 1;
}

.c-btn-group--vertical-block {
display: flex;
flex-direction: column;
}

.c-btn-group--vertical-block > .c-btn {
flex-grow: 1;
border: none;
border-bottom: 1px solid red;
}

.c-btn-group--vertical-block > .c-btn:last-child {
border-bottom: none;
}

.bg-orange {
    background-color: var(--bs-orange) !important;
}

.bg-purple {
    background-color: var(--bs-purple) !important;
}

.bg-indigo {
    background-color: var(--bs-indigo) !important;
}

.table-cell {
    display: table-cell !important
}

.sous-modele {
    min-width: 125px;
    padding-left: 15px;
    padding-right: 15px;
}

span.grandeur {
    margin-bottom: 4px;
    background-color: #1a1d0263 !important;
    border-radius: 3px;
}

.animation-container {
    color: #767f24;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: -webkit-inline-box;
    align-items: left;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-weight: 600;
}

.animation {
    height: 40px;
    overflow: hidden;
    margin-left: 10px;
}
  
.animation > div > div {
    padding: 4px 12px;
    height: 44px;
    margin-bottom: 44px;
    display: inline-block;
}

.animation div:first-child {
    animation: text-animation 8s infinite;
}

.first div {
    background-color:#20a7d8;
    color: #ffffff;
    font-weight: 400;
}
.second div {
    background-color:#CD921E;
    color: #ffffff;
    font-weight: 400;
}
.third div {
    background-color:#c10528;
    color: #ffffff;
    font-weight: 400;
}

@keyframes text-animation {
    0% {margin-top: -22px;}
    10% {margin-top: -22px;}
    20% {margin-top: -104px;}
    30% {margin-top: -104px;}
    40% {margin-top: -188px;}
    60% {margin-top: -188px;}
    70% {margin-top: -104px;}
    80% {margin-top: -104px;}
    90% {margin-top: -20px;}
    100% {margin-top: -20px;}
}

.page-title:after {
    left: 1px;
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 90px; /* Change this to whatever width you want. */
    padding-top: 0px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid red; /* This creates the border. Replace black with whatever color you want. */
}

.page-title-hp:after {
    left: 1px;
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 90px; /* Change this to whatever width you want. */
    padding-top: 0px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #0095d4; /* This creates the border. Replace black with whatever color you want. */
}

.page-contact:after {
    left: 1px;
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 90px; /* Change this to whatever width you want. */
    padding-top: 0px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #6f42c1; /* This creates the border. Replace black with whatever color you want. */
}

.contact-form {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-color: #0095d4;
}

.contact-title {
    color: #26469E;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: -webkit-inline-box;
    align-items: left;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-weight: 600;
}

.contact-title-sec {
    color: red;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: -webkit-inline-box;
    align-items: left;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    font-weight: 600;
}

#i-recaptcha .has-error .control-label,
#i-recaptcha .has-error .help-block,
#i-recaptcha .has-error .form-control-feedback {
    color: #930002;
    font-size: 14px;
}
/* Color of valid field */
#i-recaptcha .has-success .control-label,
#i-recaptcha .has-success .help-block,
#i-recaptcha .has-success .form-control-feedback {
    color: #3c763d;
}
button.g-recaptcha {
    margin-top: 10px !important;
}
.field-error .control-label,
.field-error .help-block,
.field-error .form-control-feedback {
    color: #ff0039;
}
.field-success .control-label,
.field-success .help-block,
.field-success .form-control-feedback {
    color: #2780e3;
}

.headlineQC {
    display: block;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px dotted #11519F;
    padding: 0px
}

.headlineMTL {
    display: block;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px dotted orangered;
    padding: 0px
}

.map-canada {
    background: url(../img/map-canada.png) 5px no-repeat;
}

.address-section {
    font-size:1.05em; line-height: 1.10em;
    border-left: 1px solid #BBBBBB;
    border-left-color: #BBBBBB;
    padding-left: 10px;
}

@media (max-width: 576.98px) {
    .lead{
        font-size: 14px !important;
    }
    .footer-top .text-centre {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
    li.font-roboto {
      color: #555 !important;
      font-size: 1.15rem !important;
      line-height: 20px !important;
  }
}

.lbl-softwares:hover {
    background-color: #0d6efd !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 7px !important;
}
.lbl-tools:hover {
    background-color: orangered !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 7px !important;
}
.lbl-drivers:hover {
    background-color: darkred !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 7px !important;
}
.lbl-manuals:hover {
    background-color: #2D57A6 !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 7px !important;
}
.lbl-a4:hover {
    background-color: #0d6efd !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 7px !important;
}
.lbl-a3:hover {
    background-color: orangered !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 7px !important;
}
.lbl-sra3:hover {
    background-color: darkred !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 5px 7px !important;
}
span.bx.bxs-to-top:hover {
    font-size: 12px !important;
    background-color: #0080FF !important;
    color: white !important;
    padding: 5px 7px !important;
    border-radius: 5px !important;
}
/* Boostrap Theme Append */
.section-title {
    text-align: center;
    padding-bottom: 15px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    color: var (--bs-indigo)
}
.section-title h2:before,
.section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--brand);
    display: inline-block;
}
.section-title h2:before {
    margin: 0 15px 10px 0;
}
.section-title h2:after {
    margin: 0 0 10px 15px;
}
.section-title p {
    margin-bottom: 0;
}
.team {
    --background-color: #f4f4f4;
}

.team .member {
    position: relative;
}
.team .member .member-img {
    margin: 0 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 4px solid var(--background-color);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
    .team .member .member-img {
        margin: 0 60px;
    }
}
.team .member .member-img img {
    position: relative;
    z-index: 1;
}
.team .member .member-img .social {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding-bottom: 20px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}
.team .member .member-img .social a {
    transition: 0.3s;
    color: var(--contrast-color);
    font-size: 20px;
    margin: 0 8px;
}
.team .member .member-img .social a:hover {
    color: var(--primary-color);
}
.team .member .member-info {
    margin-top: 30px;
}
.team .member .member-info h4 {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 18px;
    color:#0b468f;
}
.team .member .member-info span {
    font-style: italic;
    display: block;
    font-size: 15px;
    color: rgba(var(--default-color-rgb), 0.6);
    margin-bottom: 10px;
}
.team .member .member-info p {
    margin-bottom: 0;
    font-size: 14px;
}
.team .member:hover .member-img .social {
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}
@media (max-width: 767px) {
    #team > div:nth-child(2) > div > div:nth-child(1) > div.member-img > img,
    #team > div:nth-child(2) > div > div:nth-child(2) > div.member-img > img,
    #team > div:nth-child(3) > div > div:nth-child(3) > div.member-img > img,
    #team > div:nth-child(4) > div > div:nth-child(4) > div.member-img > img,
    #team > div:nth-child(5) > div > div:nth-child(5) > div.member-img > img,
    #team > div:nth-child(6) > div > div:nth-child(6) > div.member-img > img {
        max-width: 250px;
        max-height: 250px;
    }
    .team .member .member-img {
        margin: 0 135px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #navbarNav > ul > li {
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 1400px) {
    h4.caption-headline {
        font-size: 2.25rem !important;
        color: white;
        text-align: center;
    }
    p.caption-text {
        text-align: center;
        font-size: 1.75rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    h4.caption-headline {
        font-size: 1.8rem !important;
        color: white;
        text-align: center;
    }
    p.caption-text {
        text-align: center;
        font-size: 1.4rem !important;
    }
}

@media size and (max-width: 575.98px) {
    div#carouselHeadline.carousel.slide {
        height: 250px;
    }
}
.p-size-lg {
    font-size: 1.25em;
}
.logo-slider-canon {
    max-width: 250px;
    height: auto;
  
}
.logo-slider-hp {
    max-width: 150px;
    height: auto;
}
.logo-slider-xerox {
    max-width: 250px;
    height: auto;
}
@media (min-width: 577px) and (max-width: 991px) {
    img.logo-slider-canon {
        max-width: 175px !important;
        height: auto !important;
    }
    img.logo-slider-hp {
        max-width: 115px !important;
        height: auto !important;
    }
    img.logo-slider-xerox {
        max-width: 175px !important;
        height: auto !important;
    }
}
@media (max-width: 575.98px) {
    img.logo-slider-canon {
        max-width: 100px !important;
        height: auto !important;
    }
    img.logo-slider-hp {
        max-width: 65px !important;
        height: auto !important;
    }
    img.logo-slider-xerox {
        max-width: 100px !important;
        height: auto !important;
    }
  }
  .slider-container {
    position: relative;
    width: 100%;
    background: #000; /* Ajustez selon votre design */
}

.hero-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
    margin-bottom: -7px;
}

.hero-waves svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
}

.wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
}

.wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }
    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}

@media (max-width: 768px) {
    .hero-waves {
        height: 40px;
    }
}
@media (max-width: 576px) {
    .hide-on-mobile {
        display: none !important;
    }
}

.social-icons {
    display: flex;
    align-items: center;
    background: transparent; /* Supprime tout fond */
}

.social-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 0 10px;
    margin-right: 15px;
    transition: margin-right 0.3s ease;
    background: transparent; /* Supprime tout fond */
}

.social-link .bx {
    color: white !important;
    transition: all 0.3s ease;
    background: transparent; /* Supprime tout fond */
}

.social-link:hover .bx {
    transform: scale(1.1);
    color: white !important; /* Force la couleur blanche au survol */
    background: transparent; /* Supprime tout fond au survol */
}

/* Retirer tout style de fond au survol */
.social-link:hover {
    margin-right: 80px;
    background: transparent;
}

.hover-text {
    position: absolute;
    left: 100%;
    margin-left: 0px;
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
    pointer-events: none;
}

.social-link:hover .hover-text {
    opacity: 1;
    visibility: visible;
    transform: translateX(5px);
}

/* S'assurer qu'aucun fond n'est appliqué */
.social-link, 
.social-link:hover, 
.social-link:focus, 
.social-link:active,
.social-link .bx,
.social-link:hover .bx {
    background: transparent !important;
    box-shadow: none !important;
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .75rem !important;
        padding-left: .75rem !important;
    }
    .dropdown-item {
        padding: .5rem 1rem !important;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .dropdown-item {
        padding: .5rem 1rem !important;
    }
}

.dropdown-item:hover {
    background: linear-gradient(45deg, #0080FF, #2D57A6) !important;
    color: white !important;
    transition: all 0.15s !important;
}
i.bx.bxl-youtube:hover, i.bx.bxl-linkedin:hover, i.bx.bxl-google:hover {
    color: #ff4d29 !important;
}

@media (max-width: 575.98px) {
    div .row .gy-5 {
        margin-top: 15px !important;
    }
    div.col-lg-4.col-md-4.member.aos-init.aos-animate {
        margin-top: 15px !important;
        margin-bottom: 30px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .section-title {
        padding-bottom: 15px !important;
    }
}

/* Styles pour le sélecteur de modèles d'imprimante */
.printer-model-selector {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
  }
  
  .model-card {
    padding: 0.55rem;
    height: 100%;
    transition: all 0.2s ease;
  }
  
  .primary-model .model-card {
    background: #1e3a8a; /* Bleu foncé du logo */
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
  }
  
  .variant-model {
    background: #2d4ebc; /* Variation légèrement plus claire pour les sous-modèles */
    color: white;
    font-weight: 500;
    cursor: pointer;
  }
  
  .variant-model:hover {
    background: #2541a5; /* Une teinte entre les deux pour l'effet hover */
    transform: translateY(-2px);
  }
  
  .model-color-icon {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }
  
  .model-name, .model-variant {
    white-space: nowrap;
    cursor: pointer;
  }
  
  /* Amélioration des popovers */
  .popover {
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    border: none;
  }
  
  .popover-body {
    padding: 10px 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
  }
  
  /* Améliorations pour la responsivité */
  @media (max-width: 768px) {
    .primary-model, .col {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .primary-model {
      max-width: 100%;
    }
    
    .model-card {
      padding: 0.45rem; /* Légèrement réduit pour les mobiles */
    }
    
    .model-name, .model-variant {
      font-size: 0.9rem;
    }
  }
 
  .empty-model {
    background: #4f6fc7; /* Bleu plus pâle pour les cellules vides */
    height: 100%;
  }

/* Styles pour les imprimantes noir et blanc */
.primary-model-mono .model-card {
    background: #4a4a4a; /* Gris foncé pour les modèles principaux N&B */
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
  }
  
  .main-model-mono {
    background: #4a4a4a; /* Gris foncé pour le modèle principal */
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }
  
  .empty-model-mono {
    background: #6e6e6e; /* Gris plus clair pour les cellules vides */
    height: 100%;
  }
  .variant-model-mono {
    background: #5d5d5d; /* Gris moyen pour les sous-modèles N&B */
    color: white;
    font-weight: 500;
    cursor: pointer;
  }
  
  .variant-model-mono:hover {
    background: #4f4f4f; /* Gris légèrement plus foncé pour l'effet hover */
    transform: translateY(-2px);
  }

  /* Styles pour les imprimantes grand format arts graphiques */
.primary-model-arts {
    background-color: #8E9E41; /* Vert olive comme dans l'image */
  }
  
  .main-model-arts {
    background-color: #8E9E41; 
    color: white;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 3px 0 0 3px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }
  
  .main-model-arts:hover {
    background-color: #7b8a38;
  }
  
  .variant-model-arts {
    background-color: #A1B146; /* Vert plus clair */
    color: white;
    font-weight: 400;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
  }
  
  .variant-model-arts:hover {
    background-color: #909f3f;
  }
  
  .empty-model-arts {
    background-color: #C5D37F; /* Vert encore plus clair */
    height: 100%;
  }
  
  .size-badge {
    background-color: #5A6627; /* Vert plus foncé pour un meilleur contraste */
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: 8px;
  }
  /* Styles pour les imprimantes grand format pour bannières et affiches */
.primary-model-graphics {
    background-color: #823518; /* Rouge-brun foncé comme dans l'image */
  }
  
  .main-model-graphics {
    background-color: #823518;
    color: white;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 3px 0 0 3px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }
  
  .main-model-graphics:hover {
    background-color: #702e15;
  }
  
  .empty-model-graphics {
    background-color: #E17748; /* Orange-corail plus clair comme dans l'image */
    height: 100%;
  }
  
  .size-badge-graphics {
    background-color: #5C2712; /* Rouge-brun encore plus foncé pour le badge */
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: 8px;
  }
/* Modèle principal CAD */
.main-model-cad {
    background-color: #3B5389; /* Bleu foncé pour TM-250 */
    color: white;
    font-weight: 500;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }
  
  .main-model-cad:hover {
    background-color: #324777;
  }
  
  /* Sous-modèle spécifique */
  .sub-model-cad {
    background-color: #5D75B0; /* Bleu plus clair pour sous-modèles */
    color: white;
    font-weight: 400;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 1px;
    position: relative;
    z-index: 0;
  }
  
  .sub-model-cad:hover {
    background-color: #4F669D;
  }
  
  /* Pour les sections vides */
  .empty-model-cad {
    background-color: #5D75B0; /* Même bleu que pour les sous-modèles */
    height: 100%;
  }
  
  .size-badge-cad {
    background-color: #263966; /* Bleu plus foncé pour le badge */
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 8px;
  }
  
  /* Pour le modèle TM-240 +STD (style distinct) */
  .main-model-std {
    background-color: #375185; /* Légèrement différent pour TM-240 +STD */
    color: white;
    font-weight: 500;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }
  
  .empty-model-std {
    background-color: #4C6AA8; /* Bleu plus clair pour TM-240 +STD */
    height: 100%;
  }
  /* CSS supplémentaire pour le responsive */
@media (max-width: 767.98px) {
    .sub-model-cad {
      text-align: center;
      padding-left: 0; /* Enlève le padding à gauche en mode mobile pour un vrai centrage */
    }
    
    /* Pour que le modèle principal prenne toute la largeur en mobile */
    .main-model-cad {
      border-radius: 3px 3px 0 0; /* Coins arrondis en haut uniquement */
    }
    
    /* Pour que le sous-modèle ait des coins arrondis en bas en mobile */
    .sub-model-cad {
      border-radius: 0 0 3px 3px; 
    }
  }
  @media (max-width: 767.98px) {
    .row .col-md-8 .row .col-md-4,
    .row .col-md-8 .row .col-md-8 {
      flex: 0 0 100%; /* En mode mobile, les sous-colonnes prennent toute la largeur */
    }
    
    .sub-model-cad {
      text-align: center;
      justify-content: center;
    }
    
    .empty-model-cad {
      display: none; /* Cache la section vide en mode mobile */
    }
    
    /* Arrondi des coins pour un meilleur visuel en mobile */
    .main-model-cad {
      border-radius: 3px 3px 0 0;
    }
    
    .sub-model-cad {
      border-radius: 0 0 3px 3px;
    }
  }

  /* Styles pour la série générale (violet) */
.main-model-general {
    background-color: #8575B7; /* Violet principal */
    color: white;
    font-weight: 500;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
  }
  
  .main-model-general:hover {
    background-color: #7465A6;
  }
  
  .empty-model-general {
    background-color: #A698CF; /* Violet plus clair */
    height: 100%;
  }
  
  .size-badge-general {
    background-color: #6B5BA0; /* Violet plus foncé */
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 8px;
  }
  /* Sous-modèle pour série générale */
.sub-model-general {
    background-color: #8575B7; /* Même violet que le principal */
    color: white;
    font-weight: 400;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 1px;
    position: relative;
    z-index: 0;
  }
  
  .sub-model-general:hover {
    background-color: #7465A6;
  }
  /* Modèle principal CAD */
.main-model-cad {
    background-color: #3B5389; /* Bleu foncé */
    color: white;
    font-weight: 500;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1); /* Ajout: ombre à droite */
    position: relative; /* Ajout */
    z-index: 1; /* Ajout */
}

/* Sous-modèle spécifique CAD */
.sub-model-cad {
    background-color: #5D75B0; /* Bleu plus clair pour sous-modèles */
    color: white;
    font-weight: 400;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); /* Ajout: ombre légère */
    border-left: 1px solid rgba(255, 255, 255, 0.3); /* Ajout: bordure subtile */
    margin-left: 1px; /* Ajout: petit espace */
    position: relative; /* Ajout */
    z-index: 0; /* Ajout */

    }

/* Pour les sections vides CAD */
.empty-model-cad {
    background-color: #5D75B0; /* Même bleu que pour les sous-modèles */
    height: 100%;
    box-shadow: inset 2px 0 4px rgba(0, 0, 0, 0.1); /* Ajout: ombre intérieure */
    }

/* Modèle principal série générale */
.main-model-general {
    background-color: #8575B7; /* Violet principal */
    color: white;
    font-weight: 500;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1); /* Ajout: ombre à droite */
    position: relative; /* Ajout */
    z-index: 1; /* Ajout */
    }

/* Sous-modèle pour série générale */
.sub-model-general {
    background-color: #8575B7; /* Même violet que le principal */
    color: white;
    font-weight: 400;
    padding: 10px 15px;
    height: 100%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); /* Ajout: ombre légère */
    border-left: 1px solid rgba(255, 255, 255, 0.3); /* Ajout: bordure subtile */
    margin-left: 1px; /* Ajout: petit espace */
    position: relative; /* Ajout */
    z-index: 0; /* Ajout */
    }

/* Section vide série générale */
.empty-model-general {
    background-color: #A698CF; /* Violet plus clair */
    height: 100%;
    box-shadow: inset 2px 0 4px rgba(0, 0, 0, 0.1); /* Ajout: ombre intérieure */
    }

@media (max-width: 767.98px) {
    .sub-model-cad,
    .sub-model-general,
    .sub-model-mono,
    .sub-model-color {
        border-left: none;
        margin-left: 0;
        box-shadow: none;
    }

    .main-model-cad,
    .main-model-general,
    .main-model-mono,
    .main-model-color,
    .main-model-std {
        box-shadow: none;
    }
}
/* Section Navigation Rapide Animée - Version Corrigée */
.quick-nav-container {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f8f8f8;
  }
  
  .quick-nav-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e9e9e9;
  }
  
  .quick-nav-header {
    position: relative;
  }
  
  .quick-nav-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin-right: 15px;
    white-space: nowrap;
    padding-left: 10px; /* Ajout du padding gauche demandé */
  }
  
  .quick-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  
  .quick-nav-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333; /* Couleur changée en noir par défaut */
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  
  .quick-nav-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e63312;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  
  .quick-nav-item:hover {
    color: #e63312; /* Devient rouge au survol */
    background-color: rgba(230, 51, 18, 0.05);
    transform: translateY(-2px);
  }
  
  .quick-nav-item:hover::before {
    transform: translateX(0);
  }
  
  .quick-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    transition: transform 0.3s ease;
    color: #666; /* Icônes légèrement plus foncées que le texte */
  }
  
  .quick-nav-item:hover .quick-nav-icon {
    transform: scale(1.2);
    color: #e63312; /* L'icône devient également rouge au survol */
  }
  
  .quick-nav-text {
    font-size: 14px;
    font-weight: 500;
  }
  
  /* Classe active pour la section actuelle */
  .quick-nav-item.active-section {
    color: #e63312;
    background-color: rgba(230, 51, 18, 0.05);
  }
  
  .quick-nav-item.active-section::before {
    transform: translateX(0);
  }
  
  .quick-nav-item.active-section .quick-nav-icon {
    color: #e63312;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 991px) {
    .quick-nav-header {
      flex-direction: column;
      align-items: flex-start;
    }
    
    .quick-nav-label {
      margin-bottom: 10px;
    }
    
    .quick-nav-links {
      width: 100%;
    }
  }
  
  @media (max-width: 767px) {
    .quick-nav-container {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    
    .quick-nav-links {
      flex-direction: column;
      gap: 8px;
    }
    
    .quick-nav-item {
      width: 100%;
    }
  }
  .quick-nav-item.disabled {
    opacity: 0.5;
    pointer-events: none;
    text-decoration: line-through;
  }

  /* En-tête moderne des produits Canon */
.product-header-section {
    position: relative;
    padding: 20px 0;
    margin-bottom: 25px;
    background: linear-gradient(to right, #f8f8f8, #ffffff);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .product-title-group {
    position: relative;
    padding-left: 15px;
  }
  
  .title-accent-bar {
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 70%;
    background: #e63312;
    border-radius: 2px;
  }
  
  .product-category-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #e63312;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  
  .product-tagline {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .brand-logo-col {
    position: relative;
  }
  
  .brand-logo-container {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .brand-logo {
    max-height: 55px;
    margin-bottom: 5px;
  }
  
  .brand-partnership {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 12px;
    color: #666;
  }
  
  .partnership-label {
    font-weight: 500;
  }
  
  .partnership-icon {
    display: flex;
    align-items: center;
    color: #e63312;
  }
  
/* En-tête moderne des produits Canon - Version avec padding ajusté pour mobile */
.product-header-section {
    position: relative;
    padding: 20px 0; /* Padding standard pour les écrans plus larges */
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-bottom: none !important;
  }
  
  .product-title-group {
    position: relative;
    padding-left: 15px;
  }
  
  .title-accent-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #e63312;
    border-radius: 2px;
  }
  
  .product-category-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #e63312;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  
  .product-tagline {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .brand-logo-col {
    position: relative;
  }
  
  .brand-logo-container {
    display: inline-block;
    text-align: right;
  }
  
  .brand-logo {
    max-height: 55px;
    width: auto;
    margin-bottom: 5px;
    object-fit: contain;
  }
  
  .brand-partnership {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 12px;
    color: #666;
  }
  
  .partnership-label {
    font-weight: 500;
  }
  
  .partnership-icon {
    display: flex;
    align-items: center;
    color: #e63312;
  }
  
  /* Animation subtile au chargement de la page */
  @keyframes fadeInSlideUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .product-category-title, 
  .product-tagline, 
  .brand-logo, 
  .brand-partnership {
    animation: fadeInSlideUp 0.7s ease-out forwards;
  }
  
  .product-tagline {
    animation-delay: 0.2s;
  }
  
  .brand-logo {
    animation-delay: 0.3s;
  }
  
  .brand-partnership {
    animation-delay: 0.4s;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .product-header-section {
      padding-top: 15px;
      padding-bottom: 0; /* Padding bottom réduit à 0 pour les écrans < 768px */
    }
  
    .product-category-title {
      font-size: 24px;
    }
  
    .product-tagline {
      font-size: 14px;
    }
}
  
  @media (min-width: 768px) and (max-width: 991px) {
    .product-category-title {
      font-size: 28px;
    }
    
    .brand-logo {
      max-height: 45px;
    }
}

/* Modern Canon Product Header - English Version */
.product-header-section {
    position: relative;
    padding: 20px 0;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-bottom: none !important;
  }
  
  .product-title-group {
    position: relative;
    padding-left: 15px;
  }
  
  .title-accent-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #e63312;
    border-radius: 2px;
  }
  
  .product-category-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #e63312;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  
  .product-tagline {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .brand-logo-col {
    position: relative;
  }
  
  .brand-logo-container {
    display: inline-block;
    text-align: right;
  }
  
  .brand-logo {
    max-height: 55px;
    width: auto;
    margin-bottom: 5px;
    object-fit: contain;
  }
  
  .brand-partnership {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 12px;
    color: #666;
  }
  
  .partnership-label {
    font-weight: 500;
  }
  
  .partnership-icon {
    display: flex;
    align-items: center;
    color: #e63312;
  }
  
  /* Subtle animation on page load */
  @keyframes fadeInSlideUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .product-category-title, 
  .product-tagline, 
  .brand-logo, 
  .brand-partnership {
    animation: fadeInSlideUp 0.7s ease-out forwards;
  }
  
  .product-tagline {
    animation-delay: 0.2s;
  }
  
  .brand-logo {
    animation-delay: 0.3s;
  }
  
  .brand-partnership {
    animation-delay: 0.4s;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .product-header-section {
      padding-top: 15px;
      padding-bottom: 0;
    }
  
    .product-category-title {
      font-size: 24px;
    }
  
    .product-tagline {
      font-size: 14px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .product-category-title {
      font-size: 28px;
    }
    
    .brand-logo {
      max-height: 45px;
    }
  }

/* Modern Xerox Products Header - Diamond Retailer Version */
.product-header-section {
    position: relative;
    padding: 20px 0;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-bottom: none !important;
  }
  
  .product-title-group {
    position: relative;
    padding-left: 15px;
  }
  
  .title-accent-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #D10A10; /* Xerox Red */
    border-radius: 2px;
  }
  
  .product-category-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #D10A10; /* Xerox Red */
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  
  .xerox-title {
    font-size: 30px;
  }
  
  .product-tagline {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .brand-logo-col {
    position: relative;
  }
  
  .brand-logo-container {
    display: inline-block;
    text-align: right;
  }
  
  .brand-logo {
    max-height: 55px;
    width: auto;
    margin-bottom: 5px;
    object-fit: contain;
  }
  
  .brand-partnership {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 12px;
    color: #666;
  }
  
  .partnership-label {
    font-weight: 500;
    white-space: nowrap;
  }
  
  .partnership-icon {
    display: flex;
    align-items: center;
    color: #D10A10; /* Xerox Red */
  }
  
  /* Shining effect for diamond icon */
  .partnership-icon i {
    animation: diamond-shine 3s infinite;
  }
  
  @keyframes diamond-shine {
    0%, 100% { 
      filter: drop-shadow(0 0 0 rgba(209, 10, 16, 0));
    }
    50% { 
      filter: drop-shadow(0 0 3px rgba(209, 10, 16, 0.5));
    }
  }
  
  /* Subtle animation on page load */
  @keyframes fadeInSlideUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .product-category-title, 
  .product-tagline, 
  .brand-logo, 
  .brand-partnership {
    animation: fadeInSlideUp 0.7s ease-out forwards;
  }
  
  .product-tagline {
    animation-delay: 0.2s;
  }
  
  .brand-logo {
    animation-delay: 0.3s;
  }
  
  .brand-partnership {
    animation-delay: 0.4s;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .product-header-section {
      padding-top: 15px;
      padding-bottom: 0;
    }
  
    .product-category-title {
      font-size: 24px;
    }
  
    .xerox-title {
      font-size: 22px;
    }
  
    .product-tagline {
      font-size: 14px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .product-category-title {
      font-size: 28px;
    }
    
    .xerox-title {
      font-size: 26px;
    }
    
    .brand-logo {
      max-height: 45px;
    }
    
    .partnership-label {
      font-size: 11px;
    }
  }

  /* En-tête moderne des produits Xerox - Version Multifonctions */
.product-header-section {
    position: relative;
    padding: 20px 0;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-bottom: none !important;
  }
  
  .product-title-group {
    position: relative;
    padding-left: 15px;
  }
  
  .title-accent-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #D10A10; /* Rouge Xerox */
    border-radius: 2px;
  }
  
  .product-category-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #D10A10; /* Rouge Xerox */
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  
  .xerox-title {
    font-size: 30px;
  }
  
  .product-tagline {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .brand-logo-col {
    position: relative;
  }
  
  .brand-logo-container {
    display: inline-block;
    text-align: right;
  }
  
  .brand-logo {
    max-height: 55px;
    width: auto;
    margin-bottom: 5px;
    object-fit: contain;
  }
  
  .brand-partnership {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 12px;
    color: #666;
  }
  
  .partnership-label {
    font-weight: 500;
    white-space: nowrap;
  }
  
  .partnership-icon {
    display: flex;
    align-items: center;
    color: #D10A10; /* Rouge Xerox */
  }
  
  /* Effet brillant pour l'icône de diamant */
  .partnership-icon i {
    animation: diamond-shine 3s infinite;
  }
  
  @keyframes diamond-shine {
    0%, 100% { 
      filter: drop-shadow(0 0 0 rgba(209, 10, 16, 0));
    }
    50% { 
      filter: drop-shadow(0 0 3px rgba(209, 10, 16, 0.5));
    }
  }
  
  /* Animation subtile au chargement de la page */
  @keyframes fadeInSlideUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .product-category-title, 
  .product-tagline, 
  .brand-logo, 
  .brand-partnership {
    animation: fadeInSlideUp 0.7s ease-out forwards;
  }
  
  .product-tagline {
    animation-delay: 0.2s;
  }
  
  .brand-logo {
    animation-delay: 0.3s;
  }
  
  .brand-partnership {
    animation-delay: 0.4s;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .product-header-section {
      padding-top: 15px;
      padding-bottom: 0;
    }
  
    .product-category-title {
      font-size: 24px;
    }
  
    .xerox-title {
      font-size: 22px;
    }
  
    .product-tagline {
      font-size: 14px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .product-category-title {
      font-size: 28px;
    }
    
    .xerox-title {
      font-size: 26px;
    }
    
    .brand-logo {
      max-height: 45px;
    }
    
    .partnership-label {
      font-size: 11px;
    }
  }
/* En-tête moderne des produits HP */
.product-header-section {
    position: relative;
    padding: 20px 0;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-bottom: none !important;
  }
  
  .product-title-group {
    position: relative;
    padding-left: 15px;
  }
  
  .title-accent-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    border-radius: 2px;
  }
  
  /* Styles spécifiques à HP */
  .hp-accent {
    background: #0095d4; /* Bleu HP */
  }
  
  .product-category-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
  
  .hp-title {
    color: #0095d4; /* Bleu HP */
    font-size: 30px;
  }
  
  .product-tagline {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .hp-tagline {
    color: #444;
  }
  
  .brand-logo-col {
    position: relative;
  }
  
  .brand-logo-container {
    display: inline-block;
    text-align: right;
  }
  
  .brand-logo {
    max-height: 55px;
    width: auto;
    margin-bottom: 5px;
    object-fit: contain;
  }
  
  .brand-partnership {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 12px;
  }
  
  .hp-partnership {
    color: #444;
  }
  
  .partnership-label {
    font-weight: 500;
    white-space: nowrap;
  }
  
  .partnership-icon {
    display: flex;
    align-items: center;
  }
  
  .hp-partnership .partnership-icon {
    color: #0095d4; /* Bleu HP */
  }
  
  /* Animation subtile au chargement de la page */
  @keyframes fadeInSlideUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .product-category-title, 
  .product-tagline, 
  .brand-logo, 
  .brand-partnership {
    animation: fadeInSlideUp 0.7s ease-out forwards;
  }
  
  .product-tagline {
    animation-delay: 0.2s;
  }
  
  .brand-logo {
    animation-delay: 0.3s;
  }
  
  .brand-partnership {
    animation-delay: 0.4s;
  }
  
  /* Animation spéciale HP: effet de pulsation subtile */
  @keyframes hp-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
  }
  
  .hp-accent {
    animation: hp-pulse 4s infinite;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .product-header-section {
      padding-top: 15px;
      padding-bottom: 0;
    }
  
    .product-category-title {
      font-size: 24px;
    }
  
    .hp-title {
      font-size: 22px;
    }
  
    .product-tagline {
      font-size: 14px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .product-category-title {
      font-size: 28px;
    }
    
    .hp-title {
      font-size: 26px;
    }
    
    .brand-logo {
      max-height: 45px;
    }
    
    .partnership-label {
      font-size: 11px;
    }
}

/* Modern HP Products Header */
.product-header-section {
    position: relative;
    padding: 20px 0;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-bottom: none !important;
  }
  
  .product-title-group {
    position: relative;
    padding-left: 15px;
  }
  
  .title-accent-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    border-radius: 2px;
  }
  
  /* HP specific styles */
  .hp-accent {
    background: #0095d4; /* HP Blue */
  }
  
  .product-category-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
  
  .hp-title {
    color: #0095d4; /* HP Blue */
    font-size: 30px;
  }
  
  .product-tagline {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
  }
  
  .hp-tagline {
    color: #444;
  }
  
  .brand-logo-col {
    position: relative;
  }
  
  .brand-logo-container {
    display: inline-block;
    text-align: right;
  }
  
  .brand-logo {
    max-height: 55px;
    width: auto;
    margin-bottom: 5px;
    object-fit: contain;
  }
  
  .brand-partnership {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 12px;
  }
  
  .hp-partnership {
    color: #444;
  }
  
  .partnership-label {
    font-weight: 500;
    white-space: nowrap;
  }
  
  .partnership-icon {
    display: flex;
    align-items: center;
  }
  
  .hp-partnership .partnership-icon {
    color: #0095d4; /* HP Blue */
  }
  
  /* Subtle animation on page load */
  @keyframes fadeInSlideUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .product-category-title, 
  .product-tagline, 
  .brand-logo, 
  .brand-partnership {
    animation: fadeInSlideUp 0.7s ease-out forwards;
  }
  
  .product-tagline {
    animation-delay: 0.2s;
  }
  
  .brand-logo {
    animation-delay: 0.3s;
  }
  
  .brand-partnership {
    animation-delay: 0.4s;
  }
  
  /* HP special animation: subtle pulse effect */
  @keyframes hp-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
  }
  
  .hp-accent {
    animation: hp-pulse 4s infinite;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .product-header-section {
      padding-top: 15px;
      padding-bottom: 0;
    }
  
    .product-category-title {
      font-size: 24px;
    }
  
    .hp-title {
      font-size: 22px;
    }
  
    .product-tagline {
      font-size: 14px;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    .product-category-title {
      font-size: 28px;
    }
    
    .hp-title {
      font-size: 26px;
    }
    
    .brand-logo {
      max-height: 45px;
    }
    
    .partnership-label {
      font-size: 11px;
    }
  }

  /* Styles spécifiques pour la section "Aller vers" */
.goto-section {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  
  .goto-nav {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
    min-height: 35px;
  }
  
  /* Ligne horizontale */
  .goto-nav:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e5e5e5;
    z-index: 1;
  }
  
  .goto-label {
    background: #fff;
    padding-right: 15px;
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -1px;
  }
  
  .goto-links {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    padding-left: 5px;
    padding-right: 15px;
  }
  
  .goto-link {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 12px;
    border-radius: 3px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    color: #0095d4; /* Couleur HP blue */
    background-color: rgba(0, 149, 212, 0.08);
  }
  
  .goto-link:hover {
    background-color: rgba(0, 149, 212, 0.15);
    text-decoration: none;
  }
  
  /* Animation au survol */
  .goto-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    background-color: #0095d4; /* Couleur HP blue */
  }
  
  .goto-link:hover:after {
    width: 80%;
  }

  /* Style spécifique pour Xerox */
.xerox-item {
    color: #D10A10 !important; /* Rouge Xerox */
    border-left: 3px solid #D10A10;
  }
  
  .xerox-item:hover {
    background-color: rgba(209, 10, 16, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(209, 10, 16, 0.1);
  }
  
  .xerox-item .quick-nav-icon {
    color: #D10A10;
  }
  
  .quick-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 18px;
  }
  
  .quick-nav-text {
    font-size: 14px;
    font-weight: 500;
  }
  
  /* Animation au survol */
  .quick-nav-item {
    position: relative;
    overflow: hidden;
  }
  
  .quick-nav-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
  
  .xerox-item:hover:after {
    background-color: #D10A10;
  }
  
  /* Responsive */
  @media (max-width: 767px) {
    .quick-nav-links {
      flex-direction: column;
      gap: 10px;
    }
    
    .quick-nav-item {
      width: 100%;
    }
  }

  /* Séparateur de section amélioré avec bouton de retour en haut */
.section-divider {
  position: relative;
  margin: 30px 0;
  height: 1px;
  background: #e5e5e5;
}

.section-divider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 15px;
}

.back-to-top-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #fff;
  border: 2px solid #D10A10;
  border-radius: 30px;
  color: #D10A10;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.back-to-top-btn:hover {
  background-color: #D10A10;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(209, 10, 16, 0.2);
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.btn-text {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

/* Animation au survol */
.back-to-top-btn .btn-icon i {
  transition: transform 0.3s ease;
}

.back-to-top-btn:hover .btn-icon i {
  transform: translateY(-3px);
}

/* Version responsive - Plus petit sur mobile */
@media (max-width: 767px) {
  .back-to-top-btn {
    padding: 6px 12px;
  }
  
  .btn-text {
    font-size: 12px;
  }
  
  .btn-icon {
    font-size: 16px;
  }
}

/* Séparateur de section amélioré avec bouton de retour en haut */
.section-divider {
  position: relative;
  margin: 30px 0;
  height: 1px;
  background: #e5e5e5;
}

.section-divider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 15px;
}

.back-to-top-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 15px;
  background-color: #fff;
  border: 2px solid #D10A10;
  border-radius: 30px;
  color: #D10A10;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.back-to-top-btn:hover {
  background-color: #D10A10;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(209, 10, 16, 0.2);
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.btn-text {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

/* Animation au survol */
.back-to-top-btn .btn-icon i {
  transition: transform 0.3s ease;
}

.back-to-top-btn:hover .btn-icon i {
  transform: translateY(-3px);
}

/* Version responsive - Plus petit sur mobile */
@media (max-width: 767px) {
  .back-to-top-btn {
    padding: 6px 12px;
  }
  
  .btn-text {
    font-size: 12px;
  }
  
  .btn-icon {
    font-size: 16px;
  }
}

/* Animation supplémentaire pour attirer l'attention */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(209, 10, 16, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(209, 10, 16, 0); }
  100% { box-shadow: 0 0 0 0 rgba(209, 10, 16, 0); }
}

.section-divider:hover .back-to-top-btn {
  animation: pulse 1.5s infinite;
}

/* Styles de navigation spécifiques à HP */
.hp-quick-nav {
  border-bottom: 1px solid #eee;
}

.hp-nav-header {
  position: relative;
}

.hp-nav-label {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-right: 15px;
  font-family: 'Open Sans', sans-serif;
}

.hp-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.hp-nav-item {
  display: flex;
  align-items: center;
  text-decoration: none !important; /* Force la suppression du soulignement */
  padding: 8px 15px;
  border-radius: 4px;
  transition: all 0.2s ease;
  background-color: rgba(0, 149, 212, 0.08);
  color: #0095D4 !important; /* Bleu HP avec !important */
  border-left: 3px solid #0095D4;
}

.hp-nav-item:hover {
  background-color: rgba(0, 149, 212, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 149, 212, 0.15);
  color: #0095D4 !important; /* Force le bleu HP au survol */
  text-decoration: none !important;
}

.hp-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 18px;
  color: #0095D4; /* Bleu HP pour l'icône */
}

.hp-nav-text {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  color: #0095D4; /* Assure la couleur du texte */
}

/* Animation au survol */
.hp-nav-item {
  position: relative;
  overflow: hidden;
}

.hp-nav-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0095D4 !important; /* Force le bleu HP pour la barre */
  transition: width 0.3s ease;
}

.hp-nav-item:hover:after {
  width: 100%;
}

/* Annulation explicite de styles potentiellement hérités */
.hp-nav-item:hover i,
.hp-nav-item:hover .hp-nav-icon,
.hp-nav-item:hover .hp-nav-text {
  color: #0095D4 !important; /* Force le bleu HP pour tous les éléments enfants au survol */
}

/* Responsive */
@media (max-width: 767px) {
  .hp-nav-links {
    flex-direction: column;
    gap: 10px;
  }
  
  .hp-nav-item {
    width: 100%;
  }
}

/* Styles pour le header des produits HP */
.hp-title {
  color: #0095D4;
}

.hp-accent {
  background-color: #0095D4;
}

/* Styles pour le sélecteur de modèle HP */
.primary-model-hp {
  background-color: #0095D4;
}

.main-model-hp {
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
}

.empty-model-hp {
  background-color: rgba(0, 149, 212, 0.15);
  height: 100%;
}

.model-size {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 16px;
  margin-left: 12px;
  font-weight: 400;
}

/* Animation au survol du modèle principal */
.main-model-hp:hover {
  background-color: #0081b8;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.sub-model-hp {
  background-color: rgba(0, 149, 212, 0.15);
  color: #0095D4;
  padding: 12px 10px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  height: 100%;
}

.sub-model-hp:hover {
  background-color: rgba(0, 149, 212, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.active-sub-model-hp {
  background-color: #0081b8;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  height: 100%;
}

.active-sub-model-hp:hover {
  background-color: #006a99;
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.primary-model-hp-photo {
  background-color: #018576;
}

.main-model-hp-photo {
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
}

.empty-model-hp-photo {
  background-color: rgba(1, 133, 118, 0.15);
  height: 100%;
}

.main-model-hp-photo:hover {
  background-color: #016d61;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.active-sub-model-hp-photo {
  background-color: #01665b;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  height: 100%;
}

.active-sub-model-hp-photo:hover {
  background-color: #014d45;
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.primary-model-hp-mfp {
  background-color: #6f42c1;
}

.main-model-hp-mfp {
  color: #fff;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
}

.empty-model-hp-mfp {
  background-color: rgba(111, 66, 193, 0.15);
  height: 100%;
}

.active-sub-model-hp-mfp {
  background-color: #8a6db3;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  height: 100%;
}

.main-model-hp-mfp:hover {
  background-color: #5e38a4;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.active-sub-model-hp-mfp:hover {
  background-color: #775c9b;
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.primary-model-contex {
  background-color: #6e6e6e; /* Grey color for Contex scanners */
}

.main-model-contex {
  background-color: #6e6e6e;
  color: white;
}

.active-sub-model-contex {
  background-color: #8a8a8a; /* Lighter grey */
  color: white;
}

.empty-model-contex {
  background-color: #cccccc; /* Very light grey */
}

.model-card.main-model-contex:hover, 
.model-card.active-sub-model-contex:hover {
  background-color: #555555; /* Darker grey on hover */
}

/* Nouvelle section de prix modernisée */
.pricing-section-modern {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #ffffff;
  transition: all 0.3s ease;
  margin-top: 0px !important;
}

.price-card {
  padding: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 0px !important;
}

.price-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.price-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding: 0.5rem;
}

.price-header {
  height: 24px; /* Hauteur fixe pour l'entête */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.75rem;
}

.price-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.5px;
}

.price-value {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-amount {
  font-size: 2.8rem;
  font-weight: 700;
  color: #11519F;
  line-height: 1;
}

.price-card:nth-child(2) .price-amount {
  color: #4CAF50; /* Couleur verte pour le prix de location */
}

.price-currency {
  font-size: 1.8rem;
  vertical-align: super;
  font-weight: 600;
}

.price-period {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}

.price-model {
  font-size: 0.8rem;
  color: #777;
  margin-top: 0.8rem;
}

/* Carte de contact */
.contact-card {
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background-color: #f5f5f5;
}

.contact-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
  transition: all 0.3s ease;
}

.contact-content:hover {
  transform: translateY(-5px);
}

.contact-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}

/* Animation subtile au survol */
.price-card:hover {
  background-color: #f9f9f9;
  transform: translateY(-3px);
}

/* Cas spécial pour "Prix sur demande" */
.price-card-full {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.price-card-full .price-amount {
  color: #dd3333; /* Rouge pour attirer l'attention */
}

.price-card-full .price-model {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
  div.col-md-8.price-card.price-card-full {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .price-card {
    padding: 0.5rem 1.5rem !important;
    margin: 1rem 0rem !important;
  }
  div.container-fluid.printer-model-selector.mb-4.p-0.m-0 {
    margin-bottom: .75rem !important;
  }
}

.nouveau-badge {
  background-color: #ff0000;
  color: white;
  padding: 3px 15px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.nouveau-triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #ff0000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-card {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.contact-card .contact-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 29px 15px 15px 15px;
  /* background-color: #eaf2fb; */
  background: linear-gradient(to bottom, #faf9f9, #dfe8f0);
  transition: all 0.3s ease;
}

.contact-card .price-label {
  display: block;
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  text-align: center;
}

.help-title {
  color: #dc3545;
  font-weight: 700;
  font-size: 0.9rem;
}

.contact-card .help-value {
  display: flex;
  flex-direction: initial;
  justify-content: center;
  flex-grow: 1;
  text-align: right;
}

.contact-card .help-text {
  font-size: 1rem;
  color: #191b1e;
  font-weight: 700;
  line-height: 1.3;
  transition: color 0.3s ease;
  text-align: center !important;
  padding-top: 15px;
}

/* Hover effects - Dark mode inverse */
.contact-card .contact-content:hover {
  background: linear-gradient(to bottom, #1a1a1a, #3a3a3a);
}

.contact-card .contact-content:hover .help-text,
.contact-card .contact-content:hover .price-label,
.contact-card .contact-content:hover .help-title {
  color: #ffffff !important;
}

.contact-card a {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
}

@keyframes highlightNumber {
  0% {
      color: #0056b3;
      transform: scale(1);
  }
  50% {
      color: #004494;
      transform: scale(1.05);
  }
  100% {
      color: #0056b3;
      transform: scale(1);
  }
}

.animate-number.highlight {
  animation: highlightNumber 0.6s ease-in-out;
}

.montserrat {
  font-family: 'Montserrat', sans-serif; 
  font-weight: 500;
}

.cmyk-color-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.cmyk-color-icon i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: transparent;
  background: conic-gradient(
    #000000 0deg, 
    #000000 90deg, 
    #0093d3 90deg, /* Cyan */
    #0093d3 180deg,
    #cd0b71 180deg, /* Magenta */
    #cd0b71 270deg,
    #fff10c 270deg, /* Yellow */
    #fff10c 360deg
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.monochrome-color-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.monochrome-color-icon i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: transparent;
  background: linear-gradient(
    to bottom,
    #000000 0%, 
    #000000 50%, 
    #FFFFFF 50%, 
    #FFFFFF 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
}
