/*@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&display=swap');*/
.lg-accueil {
    position: absolute;
    top: 50px;
    z-index: 1020;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    width: 100%;
    text-align: center;
    font-size: 4rem;
    font-weight: bolder;
    color: #7818a5;
    font-family: 'Cormorant', serif;
    text-shadow: 2px 2px white;
}
.lg-page {
    position: absolute;
    top: 50px;
    z-index: 1020;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    width: 100%;
    text-align: center;
    font-size: 4rem;
    font-weight: bolder;
    color: #7818a5;
    font-family: 'Cormorant', serif;
    text-shadow: 2px 2px white;
}
.xs-accueil {
    position: absolute;
    top: 50px;
    z-index: 1020;
    /*left: 50%;*/
    text-align: center;
    width: 100%;
    /*transform: translateX(-50%);*/
    font-size: 3rem;
    font-weight: bolder;
    color: #7818a5;
    font-family: 'Cormorant', serif;
    text-shadow: 2px 2px white;
}
.nav-studio {
    font-size: 18px !important;
    /*letter-spacing: 1pt !important;*/
    color: #7818a5 !important;
    /*color: #df5b0b !important;*/
}
.color-ski1 {
    color: #7818a5 !important;
}
.bg-color-ski1 {
    background-color: #7818a5 !important;
}
.color-ski2 {
    color: #df5b0b !important;
}
.bg-color-ski2 {
    background-color: #df5b0b !important;
}
.color-ski3 {
    color: #2513cd !important;
}
.bg-color-ski3 {
    background-color: #2513cd !important;
}
.mention-ski {
    font-size: 2rem;
    font-style: italic;
}
.h1-ski {
    padding: 10px;
    border: 1px solid #333333;
    box-shadow: 5px 5px 5px #333333;
}
.h2-ski {
    height: 100px;
}
.img-ski-accueil {
    width: 100%;
    border-radius: 10px 0px 10px 0px;
}
.sejour {
    padding: 10px;
    background-color: #eeeeee;
}
.tarifs {
    padding: 10px;
    color: #ffffff;
}
.inscription-wrap {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}
.inscription {
    font-size: 2rem;
    color: white;
}
.backtotop {
    position: fixed;
    right: 0;
    top: 60%;
    background-color: #ffffff;
    color: #bc7966;
    padding: 10px;
    border-radius: 3px;
    opacity: 0.7;
    display: none;
    cursor: pointer;
}

.lower-footer{
    bottom: 0;
    justify-content: center;
    font-family: raleway;
    background: #4d4d4d;
    color: white;
    font-size: 0.9rem;
    padding: 0.5rem;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 25px;
}

@media (min-width: 992px) {
    .bg-ski {

    }
    .bg-slider {
        font-size: 1.5rem;
        /*color: #7818a5;*/
        color: #ffffff;
        font-weight: bolder;
        background-color: rgba(0,0,0, 0.6);
        padding: 15px;
        border-radius: 3px;
    }
}
@media (max-width: 991px) {
    .h1-ski {
        font-size: 2rem;
    }
    .bg-ski {
        background-color: #f8f9fa !important;
    }
    .lg-page {
        font-size: 2.5rem;
    }
    .bg-slider {
        font-size: 1.1rem;
        /*color: #7818a5;*/
        color: #ffffff;
        font-weight: bolder;
        background-color: rgba(0,0,0, 0.6);
        padding: 15px;
        border-radius: 3px;
    }
}
