#cms.cms-89 #columns{
    background-color: #000;
}
#cms.cms-89 .center_column{
    max-width:1200px;
    width:100%;
    padding:0;
}
#cms.cms-89 .breadcrumb *{
    color: #fff;
}
.sport-page {
    font-family: Inter, sans-serif;
    color: #fff;
    width: 100%;
    overflow-x: hidden;
    position:relative;
    background-image: url("../img/Visuel_molécules_bas_page.png");
    background-size: 800px;   
    background-repeat: no-repeat;
    background-position-y: 110%;
    background-position-x: 500px;
}

.sport-hero-content {
    position: relative;
    z-index: 2;
}

.hero-icon {    
    margin-bottom: 30px;
    width: 200px;
}

.sport-hero-content-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    padding-top: 150px;
}

.custom_cms .sport-page .sport-hero-content h1 {
    font-size: 64px;
    font-weight: 500;
    color: #ef9700;
    margin-bottom: 30px;
    text-transform: initial;
    letter-spacing: 4px;
    line-height: 68px;
    text-align: center;
    word-wrap: break-word;
    max-width: 100%;
}

.hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 500px);
    height: 100%;
    z-index: 1;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloc-sport{
    position:relative;
    margin-top:80px;
}

.sport-visual {
    width:50%;
    position: absolute;
    z-index:0;
    max-width:400px;
    top:0;
}

.visual-1{
    left: 0%;
}
.visual-2{
    right:0;
}

.sport-text-content, .sport-expertise{
    width:calc(100% - 500px);
    position: relative;
    z-index:1;
}
.sport-text-content{
    margin-left: 450px;    
}

.sport-visual img {
    max-width: 100%;
    height: auto;
    margin:0;
}

.section-icon {
    width: 120px;
    position:absolute;
    left:-150px;
}


.custom_cms .sport-page h2 {
    font-size: 22px !important;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0px;
}

.sport-page p{
    margin-bottom:10px;
}

.sport-text-content p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.sport-quality .section-icon{
    left: inherit;
    right: -150px;
    top: -50px;
}
.sport-expertise{
    margin-left: 250px;
    width: 500px;
    position:relative;
    margin-bottom:50px;
}

.sport-expertise p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
}

.sport-quality{
    position:relative;
    max-width: 750px;
}

.sport-quality p {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
}

.sport-conviction{
    margin-top:15px;
}


.sport-conviction h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.sport-conviction p {
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    line-height: 22px;
}

.sport-solutions h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.custom_cms .sport-page .sport-solutions p{
    text-align:center;
}

.sport-category h3 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.custom_cms .sport-page p, .custom_cms .sport-page h2, .custom_cms .sport-page h3{
    text-align:left;
}

.sport-buttons {
    display: flex;
    gap:2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.sport-page .btn-primary {
    background-color: #ef9700;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sport-page .btn-primary:hover {
    background-color: #d88a00;
    transform: translateY(-2px);
}

.sport-solutions{
    margin-top:50px;
    min-height:800px;
}

.custom_cms .sport-page .sport-solutions h2, .custom_cms .sport-page .sport-solutions h3, .custom_cms .sport-page .sport-solutions a{
   text-align: center;
}

.custom_cms .sport-page .sport-solutions h3{
    font-size:22px;
    text-transform:inherit;
    letter-spacing:0;
    margin-top: -30px;
}

.custom_cms .sport-page .sport-category{
    margin-bottom:100px;
    text-align: center;
}

.sport-content span{
    font-size:16px;
}

@media (min-width: 1200px) {
    .sport-expertise + .sport-visual img{
        margin-top:-85px;
    }
}

@media (max-width: 1199px) {
    .sport-content, #cms .breadcrumb{
        padding: 0 20px;
    }
    .sport-visual{
        display: none;
    }
    .sport-text-content, .sport-expertise{
        margin-left: 150px;
        width: calc(100% - 150px);
    }
    .sport-expertise p{
        margin:0;
    }
    .sport-expertise{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .sport-quality{
        margin-top:50px;
        width: calc(100% - 150px);
    }
    .sport-quality .section-icon{
        top:0;
    }
    #product-list{
        padding:inherit;
    }
}

/* Tablet landscape */
@media (max-width: 991px) {
    .hero-bg {
        width: 100%;
        opacity: 0.3;
    }
    
    .sport-hero-content-inner{
        padding-top: 20px;
        position: relative;
        z-index: 999;
        margin:auto;
        width:100%;
    }   
}

/* Tablet portrait */
@media (max-width: 767px) {    
    
    .custom_cms .sport-page .sport-hero-content h1 {
        font-size: 36px;
        line-height:40px;
    }
    .section-icon {
        width: 60px;
        height: 60px;
        left:-100px;
    }
    .hero-icon{
        width: 100px;
    }
    .sport-text-content, .sport-expertise{    
        width: calc(100% - 100px);
        margin-left:100px;
    }
    .sport-quality .section-icon{
        right:-100px;
    }
    .sport-quality{    
        width: calc(100% - 100px);
        margin-right:100px;
    }
    .custom_cms .sport-page h2{
        font-size:18px!important;
        line-height:20px;
    }
    .bloc-sport{
        margin-top:30px;
    }
    .custom_cms .sport-page .sport-category{
        margin-bottom:50px;
    }  
}

/* Mobile portrait */

@media (max-width: 480px) {
    .custom_cms .sport-page .sport-hero-content h1 {
        font-size: 28px;
    }

    .section-icon{
        display: none;
    }    
     
    .btn-primary {
        padding: 12px 20px;
        font-size: 14px;
    }
    .sport-text-content, .sport-expertise, .sport-quality {
        width:100%;
        margin:0;
    }
    .sport-text-content p, .sport-expertise p, .sport-quality p{
        margin-bottom:30px;
    }
} 