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

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

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

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

.custom_cms .sante-page .sante-hero-content h1 {
    font-size: 64px;
    font-weight: 500;
    color: #fff;
    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-sante{
    position:relative;
    margin-top:80px;
}

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

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

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

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

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


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

.custom_cms p{
    margin-bottom:10px;
}

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

.sante-quality .section-icon{
    left: inherit;
    right: -150px;
    top: -50px;
}
.sante-expertise{
    margin-left: 450px;
    width: 350px;
    position:relative;
    display: flex;
    align-items: center;
}

.sante-expertise p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin:0;
}

.sante-quality{
    position:relative;
    max-width: 750px;
    margin-top:60px;
}

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

.sante-category{
    background-image: url("../img/page_sante/Bandeau_molecules_page_Micronutrition_Sante.png");
    background-size: cover;
    background-position:center;   
    background-repeat: no-repeat;    
    min-height:500px;
    padding: 10px;
}

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

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

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

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

.sante-solutions p{
    text-align:center!important;
}

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

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

.custom_cms .sante-page .sante-category{
    margin-bottom:50px;
    text-align: center;
}
.custom_cms .sante-page .sante-category h2{
    margin-bottom:20px!important;
}
.custom_cms .sante-page .sante-category p{
    text-align:center;
}

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

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

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

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

/* Mobile portrait */

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

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