@charset "UTF-8";

* {
    box-sizing: border-box;
    box-sizing: -moz-border-box;
    box-sizing: -webkit-border-box;
}


/* SLIDER FLEX  ---------- START ----------- */

#slider-flex {
    background-color: #FFF;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(https://f3.pickandcollect.be/images/shadow-header.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    display: flex;
    justify-content: center;
}
.slider-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-image: url(/img/home/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*background-attachment: fixed;*/
    mix-blend-mode: multiply;
    padding: 0;
}
.slider-textes {
    display: flex;
    background-color: rgba(255,255,255,0.4);
    color: #284753;
    padding: 5em 4em 4em 5em;
	max-width: 660px;
    margin: 0;
    flex-direction: column;
}
.slider-textes h2 {
    color: #202f34;
    font-size: 3em;
    line-height: 1.15em;
	font-family: 'Roboto-Black', sans-serif;
	font-weight: 900;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0 0 0.3em 0;
}
.slider-textes h3 {
    color: #202f34;
    font-size: 1.3em;
    line-height: 1.2em;
	font-family: 'Roboto-Black', sans-serif;
	font-weight: 900;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0.8em 0 0.6em 0;
}
.slider-textes p {
    margin: 0.6em 0 0.8em 0;
    font-size: 1.1em;
    line-height: 1.5em;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 400;
    padding: 0;
    letter-spacing: -0.2px;
}

/* Responsive */
@media screen and (max-width : 768px ){
#slider-flex {
    background-color: #FFF;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(https://f3.pickandcollect.be/images/shadow-header.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    display: flex;
    justify-content: center;
}
.slider-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-image: url(/img/home/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*background-attachment: fixed;*/
    mix-blend-mode: multiply;
    padding: 0;
}
.slider-textes {
    display: flex;
    background-color: rgba(255,255,255,0.4);
    color: #284753;
    padding: 3em 3em 2.2em 3em;
	max-width: 500px;
    margin: 0;
    flex-direction: column;
}
.slider-textes h2 {
    color: #202f34;
    font-size: 2.4em;
    line-height: 1.2em;
	font-family: 'Roboto-Black', sans-serif;
	font-weight: 900;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0 0 0.3em 0;
}
.slider-textes h3 {
    color: #202f34;
    font-size: 1.2em;
    line-height: 1.2em;
	font-family: 'Roboto-Black', sans-serif;
	font-weight: 900;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0.8em 0 0.2em 0;
}
.slider-textes p {
    margin: 0.6em 0 0.8em 0;
    font-size: 1.1em;
    line-height: 1.4em;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 400;
    padding: 0;
    letter-spacing: -0.2px;
}
}

@media screen and (max-width : 410px ){
#slider-flex {
    background-color: #FFF;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(https://f3.pickandcollect.be/images/shadow-header.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    display: flex;
    justify-content: center;
}
.slider-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-image: url(/img/home/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*background-attachment: fixed;*/
    mix-blend-mode: multiply;
    padding: 0;
}
.slider-textes {
    display: flex;
    background-color: rgba(255,255,255,0.6);
    color: #284753;
    padding: 3em 1.5em 2em 1.5em;
	max-width: 500px;
    margin: 0;
    flex-direction: column;
}
.slider-textes h2 {
    color: #202f34;
    font-size: 2.4em;
    line-height: 1.2em;
	font-family: 'Roboto-Black', sans-serif;
	font-weight: 900;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0 0 0.3em 0;
}
.slider-textes h3 {
    color: #202f34;
    font-size: 1.2em;
    line-height: 1.2em;
	font-family: 'Roboto-Black', sans-serif;
	font-weight: 900;
    letter-spacing: -0.2px;
    padding: 0;
    margin: 0.8em 0 0.2em 0;
}
.slider-textes p {
    margin: 0.6em 0 0.8em 0;
    font-size: 1.1em;
    line-height: 1.4em;
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 400;
    padding: 0;
    letter-spacing: -0.2px;
}
}

/* SLIDER FLEX  ---------- END ----------- */