.technologies_list{
    display: flex;
    flex-wrap: wrap;
}
.tech_item{
    width: 33.33%;
    position: relative;
}
@media screen and (max-width: 1080px) {
    .tech_item{
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .tech_item{
        width: 100%;
    }
}
.tech_item_info{
    padding: 24px;
    background: #293683;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tech_item_title{
    font-size: 22px;
    line-height: 26px;
}
.tech_item_text{
    margin-top: 12px;
    font-size: 18px;
    line-height: 28px;
    display: none;
}
.philosophie_item{
    cursor: pointer;
}
.philosophie_modal{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
}
.philosophie_modal_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    background: #2936834D;
    opacity: .5;
}
.philosophie_modal_info{
    background: #fff;
    display: flex;
    align-items: center;
    padding: 80px;
    position: relative;
    max-width: 880px;
    width: 100%;
    box-sizing: border-box;
}
.wrp_philosophie_modal_info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.philosophie_modal_close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1IDE1TDE1IDI1IiBzdHJva2U9IiMyOTM2ODMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUgMTVMMjUgMjUiIHN0cm9rZT0iIzI5MzY4MyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);    
    transition: .2s;
}
.philosophie_modal_close:hover{
    opacity: .7;
}
.philosophie_modal_icon{
    margin-right: 24px;
    flex-shrink: 0;
}
.philosophie_modal_title{
    font-size: 22px;
    line-height: 26px;
    font-family: "Andale Mono Regular", sans-serif;
}
.philosophie_modal_text{
    margin-top: 14px;
    font-size: 18px;
    line-height: 28px;
}
.sterilisation-section .description-block{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sterilisation-section .sterilisation-block{
    display: flex;
    height: initial;
}
.sterilisation-section .border-wrapper{
    top: 50%;
    transform: translate(-50%, -50%);
}
.processus-description-text{
    margin-bottom: 20px;
}
.tech_item_image img{
    width: 100%;
    object-fit: cover;
}
.technologies-section{
    height: initial;
}