/*
 *  Author: DATACOALITON
 */

:root {
    --sopar-color: #003A4C;
    --ancolie-color: #87152E;
    --enquilleurs-color: #EBA200;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
    line-height: 1.2;
}

a {
    position: relative;
    text-decoration: none;
}
a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}




.introduction {
    background: url("../img/iStock-1288546655.jpg") no-repeat center;
    background-size: cover;
    min-height: 97vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.introduction__logotypes {
    margin-bottom: 50px;
}

.introduction__logotypes img {
    height: 110px;
    margin-right: 75px;
}

.introduction__logotypes img:last-child {
    margin-right: 0;
}

.introduction h1 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.introduction h1 strong {
    font-size: 40px;
}

.introduction__scroll {
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%) !important;
}
.introduction__scroll a {
    border: 2px solid #ffffff;
    border-radius: 250px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 35px;
}
.introduction__scroll a::before {
    content: '';
    background: url('../img/chevron.svg') no-repeat center;
    background-size: contain;
    width: 50px;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 40px);
}
.introduction__scroll a::after {
    display: none;
}





.shops {
    /*min-height: 80vh;*/
}

.shops__container {
    display: flex;
}

.shops__col {
    width: 33.33%;
    text-align: center;
    /*padding: calc(4vh + 50px) 5% 30px;*/
    display: flex;
    flex-direction: column;
    flex: 1;
}
.shops__col:first-child {
    background-color: var(--sopar-color);
}
.shops__col:nth-child(2) {
    background-color: var(--ancolie-color);
}
.shops__col:last-child {
    background-color: var(--enquilleurs-color);
}

.shops__incol {
    margin: calc(4vh + 20px) 10% 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.shops__logotype {
    height: 150px;
}

.shops__chevron-mob {
    display: none;
}

.shops__col-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.shops__separator {
    width: 30px;
    height: 4px;
    background-color: #ffffff;
    margin: 40px auto 0;
}

.shops__para {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 16px;
    margin: 40px 0 30px;
    flex: 1;
}

.shops__global-link {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 2rem;
    font-size: 15px;
    /*display: block;*/
    margin: auto;
}

.shops__click-collect {
    color: #fff;
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 30px;
}
.shops__click-collect strong {
    font-size: 30px;
    font-weight: 900;
}
.shops__click-collect span {
    text-transform: uppercase;
}

.shops__command-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shops__command-link a {
    display: block;
    border-radius: 250px;
    font-size: 18px;
    width: 220px;
    height: 40px;
    line-height: 40px;
}

.col-sopar .shops__command-link a:first-child {
    color: var(--sopar-color);
}
.col-ancolie .shops__command-link a:first-child {
    color: var(--ancolie-color);
}
.col-enquilleurs .shops__command-link a:first-child {
    color: var(--enquilleurs-color);
}

.col-sopar .shops__command-link a:last-child {
    background-color: var(--sopar-color);
}
.col-ancolie .shops__command-link a:last-child {
    background-color: var(--ancolie-color);
}
.col-enquilleurs .shops__command-link a:last-child {
    background-color: var(--enquilleurs-color);
}

.shops__command-link a:first-child {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    margin-bottom: 15px;
}

.shops__command-link a:last-child {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.shops__command-link a:first-child::after, .shops__command-link a:last-child::after {
    display: none;
}

.shops__social {
    margin-top: 30px;
}
.shops__social ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.shops__social li {
    padding: 10px;
    background-color: #ffffff33;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.shops__social a:last-child li {
    margin-right: 0;
}

.shops__social a::after {
    display: none;
}

.shops__altitude {
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 30px;
}





.station {
    background: url("../img/station_la-toussuire.jpg") no-repeat top;
    background-size: cover;
    min-height: 60vh;
    text-align: center;
    padding: 70px 15% 200px;
    color: #ffffff;
}

.station h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 32px;
}

.station p {
    margin-bottom: 70px;
    font-size: 20px;
}

.station img {
    height: 100px;
}

.station a {
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
}





/* Extra small devices (less than 576px) */
@media screen and (max-width: 575px) {
    a::after {
        display: none;
    }

    .introduction {
        min-height: 100vh;
    }
    .introduction h1 {
        font-size: 17px;
    }
    .introduction h1 strong {
        font-size: 25px;
    }
    .introduction__logotypes {
        margin-bottom: 0;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .introduction__titre {
        margin: 0 5%;
    }
    .introduction__logotypes img {
        width: 25%;
        margin-right: 0;
    }
    .introduction__scroll {
        width: 100%;
    }

    .shops__container {
        flex-direction: column;
    }
    .shops__col {
        width: 100%;
        padding: 0;
        min-height: 33.33vh;
        align-items: center;
        justify-content: center;
    }
    .shops__incol {
        align-items: center;
        justify-content: center;
    }
    .shops__logotype {
        height: 100px;
    }
    .shops__chevron-mob {
        display: block;
        overflow: hidden;
        margin-top: 20px;
        width: 45px;
        height: auto;
        transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    .shops__col-content {
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: visibility 0s, height .3s ease-in-out .3s, opacity .3s ease-in-out .6s;
        -o-transition: visibility 0s, height .3s ease-in-out .3s, opacity .3s ease-in-out .6s;
        -moz-transition: visibility 0s, height .3s ease-in-out .3s, opacity .3s ease-in-out .6s;
        -webkit-transition: visibility 0s, height .3s ease-in-out .3s, opacity .3s ease-in-out .6s;
        flex: auto;
    }
    .shops__para {
        flex: auto;
        padding: 0 25px;
    }
    .shops__global-link {
        text-decoration: underline;
    }
    .shops__social li {
        width: 30px;
        height: 30px;
        margin-right: 6px;
    }
    .shops__social li img {
        max-height: 28px;
        max-width: 31px;
    }

    .station {
        padding: 70px 8% 600px;
    }
    .station h2 {
        margin-top: 40px;
        margin-bottom: 30px;
        font-size: 23px;
    }
    .station p {
        margin-bottom: 50px;
        font-size: 18px;
    }
    .station a {
        font-size: 20px;
        text-decoration: underline;
    }

    .opened .shops__chevron-mob {
        height: 0;
        margin-top: 0;
    }
    .opened .shops__col-content {
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    .opened {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Small devices (less than 768px) */
@media screen and (max-width: 767px) {

}

/* Medium devices (less than 992px) */
@media screen and (max-width: 991px) {

}

/* Large devices (less than 1200px) */
@media screen and (max-width: 1199px) {

}