/**
*  New Header
*/
.header {
    height: unset;
    padding-bottom: 0;
}
.header .wrapper {
    display: flex;
    justify-content: space-between;
}
.header-logo {
    display: flex;
    align-items: center;
    width: 16rem;
}
.header .block-s2 {
    margin: auto 0;
}
.header .header-buttons {
    padding: 0;
}

.header #header-stm {
    color: #bcbec1;
}

.header .top-nav {
    /* display: flex; */
    align-items: center;
    margin-top: 2rem;
    height: 60px;
    background: #e6e7e9;
}

.header .top-nav .nav {
    display: flex;
    height: auto;
    justify-content: space-between;    
    align-items: center;
    background: transparent;
}

.header .top-nav .nav > li {
    padding: 0;
}

.header .top-nav .nav > li > a {
    font-size: 1.6rem;
    color: #000;
}

.header .menu-trigger {
    width: 40px;
    height: 35px;
    transform: scale(0.7);
}

#home_slider {
    display: table;
    width: 100%;
    max-height:600px;
	overflow:hidden;
	display:block;
}

#home_slider .slider-image {
    width: 100%;
    max-width: 1960px;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

#home_slider .slide-text {
    position: absolute;
    width: 100vw;
    text-align: center;
    top:50%;
    transform: translate(0, -50%);
}

#home_slider .slide-text h1 {
    font-size: 7.2rem;
    line-height: 7.2rem;
    color: #fff;
}   

#home_slider .slide-text p {
    margin-top: 2.5rem;
    font-size: 4rem;
    line-height: 4rem;
    color: #fff;
}  

#home_slider #controls {
    border: none;
    background: transparent;
    bottom: 10px;
}

#home_slider #controls li {
    border-radius: 100%;
    overflow: hidden;
    width: 10px;
    height: 10px;
    margin: 5px;
}

#home_slider .flex-active {
    background-color: #A5A5A5;
}

.area-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px auto;
    border-bottom: 4px solid #dbe1e3;
}

.area-container.block-list {
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.home-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;    
    gap: 10px;
    flex: 1;
    width: 100%;
    padding-bottom: 20px;
}

.home-block:hover {
    text-decoration: none;
}

.home-block .block-image {
    width: 100%;
}

.home-block .block-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-block .block-title{
    font-size: 1.7rem;
}

.main .wrapper {
    padding: 0 15px;
}

.home-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-banner .home-image {
    width: 100%;
    max-height: 450px;
    object-fit: fill;
}

.home-banner .home-text {
    position: absolute;
    text-align: center;
}
.home-banner .home-text *{
    color: #FFF;
}

@media (max-width:767.99px) {
    .header #header-stm {
        font-size: 1.4rem;
    }    
    .header .header-buttons {
        font-size: 2rem;
        text-align: center;
    }
    .area-container.block-list {
        margin: 10px auto;
    }
    .block-list:not(:first-child) {
        flex-direction: column;
    }
    .block-list:not(:first-child):not(:last-child) {
        border: none;
    } 
    #home_slider .slider-banner {
        height: calc(100vw*600/768);
        max-height: 600px;    
    }
    #home_slider .slide-text { 
        top:auto;
        transform: translate(0, -130px);
    }      
    #home_slider .slide-text h1 {
        font-size: 4rem;
        line-height: 4rem;
    }       
    #home_slider .slide-text p {
        margin-top: 1.5rem;
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .image-desktop {
        display: none !important;
    }
}

@media(min-width: 768px){
    .header .top-nav {
        display: flex;
    }
	#home_slider .slider-banner {
		height: calc(100vw*600/1920);
		max-height: 600px;
	}
    .image-mobile {
        display: none !important;
    }
}

.block-image--association{
	max-width: 182px;
	max-height: 146px;
}
.home-block .block-image--association img{
    width: 100%;
    height: 100%;
    max-width: 136.5px;
	max-height: 109.5px;
    object-fit: contain;
}

.box-side-c{ 
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}