@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans&display=swaphttps&family=Anton+SC&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    background-color: #dadada;
    height: 100vh;
}

#bodyPg2 {
    background-image: url(images/carole-hachet-OTS7Lj9sIJc-V2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.constru {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
a {
    font-family: 'Work Sans', sans-serif;
}

.WIP1 {
    margin-top: 200px;
    text-align: center;
    font-size: 5vw;
}

.WIP2 {
    text-align: center;
    font-size: 3vw;
}

.WIPIMG {
    width: 90vw;
    max-width: 900px;
}

.WIPDIV {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.bodygallery {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.gallery {
    top: -100px;
    position: relative;
    width: 80%;
    max-width: 800px;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    width: 100%;
    flex-shrink: 0;
    border-radius: 20px;
    margin-right: 10%;
}

img.desktop {
    display: none;
}

img.mobile {
    display: block;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    transition: 250ms;
}

.nav-btn img {
    width: 20px;
    height: auto;
}

.nav-btn.left {
    left: 10px;
}

.nav-btn.right {
    right: 10px;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bebebe;
    cursor: pointer;
    transition: 500ms;
}

.dots .dot:hover {
    background-color: gray;
}

.dots .dot.active {
    background-color: black;
    padding: 0 20px;
    border-radius: 6px;
}

p {
    font-family: 'Poppins', sans-serif;
}

span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

header {
    position: fixed;
    top: 0;
    z-index: 1000;
    background: #aeaeae;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0 0 10px black;
}

a {
    text-transform: capitalize;
}

.grandTitre {
    width: 100%;
    margin: 0 auto;
    margin-right: 10px;
    width: 100%;
    padding: 15px 65px 15px 20px;
    padding-right: 65px;
    width: 80%;
    font-size: 1.25em;
}

.topnav {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.headertxt {
    background-color: #aeaeae;
}

.topnav .myLinks {
    display: none;
}

.myLinks {
    background: white
}

.links {
    border: 1px solid black;
}

.topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
}

.burg {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    display: flex;
    width: 5%;
    align-content: center;
    padding-right: 20px;
    background: white;
    border-left: 1.5px solid black;
}

a.active {
    padding: 0px;
}

.active {
    color: black;
}

.burg:hover {
    background-color: #aeaeae;
}

.grid1 {
    margin-top: 60px;
}

.Section1 {
    background-image: url(images/img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
}

.Section2 {
    margin: 50px 30px 50px 30px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.2);
}

.Section2:hover {
    background-color: rgb(76, 76, 76);
    color: white;
}

.qui-sommes-nous {
    font-size: 1.7em;
    margin-top: 10px;
}

.topnav a,
.blog,
.ete,
.hiver,
.footer1 a,
.footer2 a,
.burg {
    transition: all 0.3s ease;
}

.blog:hover,
.ete:hover,
.hiver:hover {
    transition: all 0.3s ease;
    background-color: white;
    box-shadow: 0 0 50px 40px rgba(255, 255, 255, 1);
}

.btncontact {
    background-color: white;
    border: 0px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btncontact:hover,
.loca a:hover,
.btncontactPg2:hover {
    background-color: #cacaca;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.blog {
    z-index: 500;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 0px 20px 0px;
    align-items: center;
    justify-content: right;
}

.blog a {
    font-family: 'Anton SC', sans-serif;
    text-transform: uppercase;
    font-size: 55vw;
    background-color: #ffffff99;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-image: url('images/greg-rosenke-v2.jpg');
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.ete {
    z-index: 500;
    display: flex;
    margin: 0px 0px 20px 0px;
    align-items: center;
    justify-content: left;
}

.ete a {
    font-family: 'Anton SC', sans-serif;
    text-transform: uppercase;
    font-size: 85vw;
    background-color: #ffffff99;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-image: url('images/mark-northern-v1.jpg');
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.hiver {
    z-index: 500;
    display: flex;
    margin: 0px 0px 20px 0px;
    align-items: center;
    justify-content: right;
}

.hiver a {
    font-family: 'Anton SC', sans-serif;
    text-transform: uppercase;
    font-size: 48vw;
    background-color: #ffffff99;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-image: url('images/markos-mant-F2gTQRAwQ3k-unsplash.jpg');
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.contatit {
    font-size: 1.3em;
    margin: 0px 0px 0px 20px;
}

.inptxt,
.inpmail,
.inparea {
    border: 0;
    border-radius: 10px;
}

.inparea {
    resize: none;
}

.contact {
    background-color: rgb(189, 189, 189);
    width: 85%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 30px 6px rgba(255, 255, 255, 0.8);
}

.contact h2 {
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 1.1em;
}

.contact input {
    width: 95%;
    height: 30px;
    margin: 0 auto;
}

.contact textarea {
    width: 95%;
    height: 90px;
    margin: 0 auto;
}

.contact button {
    width: 150px;
    height: 50px;
    display: block;
    margin: 20px auto;
    font-family: 'work sans', sans-serif;
    font-size: 30px;
    text-align: center;
}

#formPg2 {
    background-color: #aeaeaebb;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 6vw;
    margin-top: 10vh;
}

.inptxtPg2,
.inpmailPg2 {
    width: 90%;
    height: 10vw;
    font-family: 'poppins', sans-serif;
    font-size: 5vw;
    border: 0;
    border-radius: 4vw;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #ffffffbb;
}

.SujetPg2 {
    width: 90%;
    height: 30VW;
    resize: none;
    font-family: 'poppins', sans-serif;
    font-size: 5vw;
    border: 0;
    border-radius: 4vw;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #ffffffbb;
}

.contatitPg2 h2 {
    font-size: 10vw;
    padding-top: 3vw;
}


form h2 {
    font-size: 5vw;
    text-align: left;
    padding-left: 5vw;
    margin-top: 5vw;
    margin-bottom: 2.5vw;
}

.btncontactPg2 {
    width: 40vw;
    height: 15vw;
    margin-top: 3vw;
    margin-bottom: 6vw;
    font-size: 7vw;
    border: 0;
    border-radius: 5vw;
}



a {
    text-decoration: none;
    color: black;
    font-family: 'work sans', sans-serif;
}

.nous-trouver {
    text-align: center;
}

.nous-trouver h2 {
    text-align: left;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 30px;
    font-size: 2.5em;
}

.map {
    border-radius: 25px;
    width: 90%;
    height: 400px;
    border: 0;
    margin-bottom: 20px;
}

.section3 h3 {
    font-size: 4.8vw;
}

.location {
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    height: 40vw;
    width: 90%;
    background-color: rgb(189, 189, 189);
    border-top-left-radius: 20vw;
    border-bottom-left-radius: 20vw;
    border-top-right-radius: 12.5vw;
    border-bottom-right-radius: 12.5vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.location h3 {
    margin-top: 4vw;
    margin-bottom: 6vw;
}

.location a {
    font-size: 10vw;
    text-align: center;
    background-color: white;
    padding: 10px 30px 10px 30px;
    border-radius: 10vw;
    font-weight: 900;
}

.loca {
    text-align: center;
    margin: 0 auto;
}

.loca a {
    transition: all 0.3s ease;
}

.horaires {
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    height: 40vw;
    width: 90%;
    background-color: rgb(189, 189, 189);
    border-top-right-radius: 20vw;
    border-bottom-right-radius: 20vw;
    border-top-left-radius: 12.5vw;
    border-bottom-left-radius: 12.5vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.horaires h3 {
    margin-top: 5vw;
}

.imgvelo {
    height: 100%;
    width: 40vw;
    border-radius: 50%;
    margin-right: auto;
    margin-right: 0px;
}

.imgmontagne {
    height: 100%;
    width: 40vw;
    border-radius: 50%;
    margin-left: auto;

}

.hortxt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

.hor {
    margin-bottom: 5vw;
}

.jours {
    margin-right: 10vw;
    margin-left: 5vw;
    white-space: nowrap;
    margin-top: 0;
    text-align: start;
}

.heures {
    white-space: nowrap;
    margin-top: 0;
}

.hortxt h4 {
    font-size: 2.6vw;
    margin-top: auto;
    margin-bottom: auto;
}

footer {
    background-color: #ffffff;
    border-radius: 40px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 50px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

#footerPg2 {
    background-color: #ffffffdd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer1 {
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    font-size: 4.5vw;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

hr {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: black;
    text-decoration: none;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
}

.footer2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-bottom: 10px;
}

.footer2 div {
    text-align: center;
}

.footer1 a,
.footer2 img {
    transition: all 0.5s ease;

}

.footer1 a:hover,
.footer2 img:hover {
    transform: scale(1.15);
}

.FB,
.Insta,
.YT,
.Redd {
    width: 50%;
    text-align: center;
}

@media screen and (min-width: 600px) {

    body {
        max-width: 100vw;
        max-height: 100vh;
    }

    #bodyPg2 {
        background-image: url(images/carole-hachet-OTS7Lj9sIJc-unsplash.jpg);
    }

    header {
        display: block;
        width: 100%;
    }

    img.mobile {
        display: none;
    }

    img.desktop {
        display: block;
    }

    .gallery {
        top: 0;
        position: relative;
    }

    .nav-btn img {
        width: 40px;
        height: auto;
    }

    .grandTitre {
        font-size: 5vw;
    }

    .burger {
        text-align: right;
    }

    .mySlides {
        height: 60vh;
        width: 106vh;
    }

    #mySlides1 {
        background-image: url(images/ruben-christen-qJ6CoL1Jaa4-unsplash.jpg);
    }

    #mySlides2 {
        background-image: url(images/greg-rosenke-v1.jpg);
    }

    #mySlides3 {
        background-image: url(images/Dents\ du\ midi\ paysage.jpg);
    }

    #mySlides4 {
        background-image: url(images/frederik-rosar-jcEm3fAXhFw-unsplashv4.jpg);
    }

    #mySlides5 {
        background-image: url(images/corey-catracho-OQyGr0G0RSU-unsplash.jpg);
    }

    .grid1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 1fr);
        margin-top: 7vw;
    }

    .Section1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .imhsaut {
        height: 100%;
    }

    .caché {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        height: 100%;
        background-image: url(images/matthieu-petiard-CFJQ2zvo9Ns-unsplash.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .Section2 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        margin: 0;
        border-radius: 0px;
        padding-top: 100px;
        padding: 20%;
        box-shadow: none;
    }

    .grid2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 45vw);
        margin-bottom: 200px;
    }

    .hiver {
        grid-column: 1 / 2;
        grid-row: 1 / 2;

        width: 100%;
        height: 45vw;

    }

    .hiver a {
        font-size: 23vw;
    }

    .ete {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        width: 100%;
        height: 45vw;
    }

    .ete a {
        font-size: 30vw;
    }

    .contactparent {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        width: 100%;
        height: 45vw;
    }

    #formpg1 {
        margin-bottom: 200px;
    }

    #formPg2 {
        height: 80vw;
        max-width: 750px;
        max-height: 560px;
        margin-top: 20vh;
        border-radius: 40px;
    }

    .contatitPg2 h2 {
        margin-top: 1.5vw;
        margin-bottom: 0;
        font-size: 36px;
        padding-top: 10px;
    }

    form h2 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .inptxtPg2,
    .inpmailPg2 {
        height: 5vw;
        font-size: 21px;
        border-radius: 30px;
        padding-left: 20px;
        max-height: 42.5px;
    }

    .SujetPg2 {
        height: 20vw;
        font-size: 21px;
        border-radius: 30px;
        padding-left: 20px;
        max-height: 160px;
    }

    .btncontactPg2 {
        max-width: 150px;
        max-height: 65px;
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 10px;
        transition: 200ms ease;
    }

    .blog {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        height: 45vw;
    }

    .blog a {
        font-size: 26vw;
    }

    .map {
        height: 60vw;
        max-height: 700px;
        max-width: 1000px;
    }

    .blog:hover,
    .ete:hover,
    .hiver:hover {
        transition: all 0.3s ease;
        background-color: white;
        box-shadow: 0 0 50px 40px rgba(255, 255, 255, 1);
    }

    .nous-trouver {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .contatit h2 {
        margin-top: 0px;
    }

    .contatit {
        margin: 4vw;
        margin-bottom: 0px;
    }


    .nom-prenom h2,
    .email h2,
    .sujet h2 {
        font-size: 0.8em;
    }

    .section3 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
    }


    .location,
    .horaires {
        transition: transform 0.3s ease;
    }

    .location:hover {
        transform: scale(1.2) translateX(8.2%);
    }

    .horaires:hover {
        transform: scale(1.2) translateX(-8.2%);
    }

    .location {
        width: 45%;
        height: 22vw;
    }

    .imgvelo {
        height: 22vw;
        width: 22vw;
    }

    .section3 h3 {
        font-size: 2.3vw;
    }

    .loca h3 {
        text-align: left;
        margin-bottom: 3vw;
    }

    .loca a {
        font-size: 6vw;
    }

    .horaires {
        width: 45%;
        height: 22vw;
    }

    .horaires div {
        width: 50%;
    }

    .horaires h3 {
        margin-top: 3vw;
    }

    .imgmontagne {
        height: 22vw;
        width: 22vw;
    }

    .hor {
        margin-bottom: 1.7vw;
    }

    .hortxt h4 {
        font-size: 1.5vw
    }

    .jours {
        margin-left: 3vw;
        margin-right: 2vw;
    }

    footer {
        display: flex;
    }

    #footerPg2 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .footer1 {
        width: 58%;
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: center;
    }

    .footer2 {
        width: 38%;
    }

    .line {
        width: 4%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    hr {
        transform: rotate(90deg);
        width: 90%;
        height: 2.5px;
    }

    .footer1 a {
        font-size: 0.4em;
    }

    .footer2 div {
        height: 130%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    html {
        height: 1080px;
    }
}