@font-face {
    font-family: 'galatea-light';
    src: url('assets/fonts/Galatea-Light.woff2');
}
@font-face {
    font-family: 'galatea-medium';
    src: url('assets/fonts/Galatea-Medium.woff2');
}
@font-face {
    font-family: 'galatea-regular';
    src: url('assets/fonts/Galatea-Regular.woff2');
}

html {
    width: 100vw;
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-family: galatea-light;
    width: 100vw;
    height: 100vh;
    position: relative;
    text-decoration: none;
}

a{
    text-decoration: none;
}



/* ----- BARRE DE NAVIGATION ------ */


header{
    z-index: 3;
    position: fixed;
    width: 100vw;
    height: 65px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    text-decoration: none;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(49, 49, 49, 0.096);
    font-size: 15px;
}

.logoname{
    display: flex;
    flex-direction: row;
    padding-left: 15em;
    color: #5D5D5D;
    font-size: 18px;
    letter-spacing: 1.5px;
}

.nom{
    padding-left: 1vw;
    visibility: visible;
    font-family: galatea-regular;
}

.nav{
    position: absolute;
    right: 15em;
}

.nav-link{
    text-decoration: none;
    text-transform: uppercase;
    font-family: galatea-regular;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    color: #5D5D5D;
    letter-spacing: 1.5px;
}

.bouton1{
    color: white;
    background-color: #3B6FAC;
    box-shadow: 0px 0px 7px #B4CBE5;
    border-radius: 2px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: galatea-regular;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.active{
    color: #F28B6D;
}


@media screen and (max-width: 1120px) {
    
    header{
        height: 55px;
        font-size: 14px;
    }

    .logoname{
        padding-left: 2vw;
        height: 3vh;
    }

    .nom{
        visibility: hidden;
    }

    .nav{
        right: 3vw;
    }

    .nav-link{
        padding: 0px;
        padding-right: 15px;
        letter-spacing: 1px;
        font-family: galatea-regular;
    }

    .bouton1{
        border-radius: 1px;
        padding: 10px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 13px;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }
}


/* ----- FOOTER ------ */


.footer{
    display: flex;
    flex-direction: column;
    background-color: #FFFDFA;
    width: 100vw;
    align-items: center;
    justify-content: center;
    padding-top: 2vw;
}

.footer1{
    display: flex;
    flex-direction: row;    
    justify-content: center;
}

.footerlinks{
    display: flex;
    flex-direction: column;
    margin-top: 22px;
    margin-left: 5vw;
    align-items: center;
}

.footercontact{
    display: flex;
    flex-direction: column;
    padding-left: 2vw;
    margin-left: 2vw;
    border-left: solid 2px #FFC0A8;
}

.footer-text{
    color: #5D5D5D;
    font-size: 18px;
    margin: 1vw;
    margin-left: 0;
    font-family: galatea-light;
}

.footer-copyright{
    justify-self: center;
    color: #FFC0A8;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 1vw;
    font-family: galatea-light;
}

.lien{
    color: #F28B6D;
}


@media screen and (max-width: 1120px) {
    .footer{
        padding-top: 7vw;
    }

    .footer-text{
        font-size: 16px;
        line-height: 20px;
    }

    .footer-copyright{
        font-size: 16px;
    }
}


/* --------------------- HOME ------------------------------------------------------------ */



.top-home{
    object-fit: cover;
    width: 100vw;
    min-height: 100vh;
    position: relative;
}


.page{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    margin: auto;
    width: 100%;
}


.blockcenter {
    display: block;

    text-align: center;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

h1{
    font-family: galatea-regular;
    font-size: 30px;
    color: #2B2B2B;
    letter-spacing: 1px;
}

.paragraph{
    margin: auto;
    color: #5D5D5D;
    width: 35vw;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin-bottom: 40px;
    font-family: galatea-light;
}

.bouton2{
    color: white;
    background-color: #F2916D;
    box-shadow: 0px 0px 7px #f2906d4d;
    border-radius: 2px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: galatea-regular;
    font-size: 16px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}



@media screen and (max-width: 1120px) {
    

    .blockcenter {
        margin-top: 7vw;
        margin-bottom: 7vw;
    }

    .paragraph{
        width: 80vw;
        margin: auto;
        padding-top: 7vw;
        padding-bottom: 10vw;
    }

    h1{
        font-size: 25px;
        padding: 2vw;
    }
}





/* -- Galerie de photos -- */

.gallery{
    display: grid;
    grid-template-columns: 32vw 32vw 32vw;
}

.gallery-photo{
    align-items: center;
    justify-self: center;
    align-self: center;
    width: 97%;
    margin: 0.5vw;
    border-radius: 3px;
}


@media screen and (max-width: 1120px) {

    .gallery{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .gallery-photo{
        width: 90%;
        padding: 2.5vw;
        border-radius: 12px;
    }
}

/* -- Particularités du chalet -- */

.blockinfos{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80vw;
    justify-content: space-between;
    margin-bottom: 7vw;
}

.blockinfos2{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 80vw;
    justify-content: space-between;
    margin-bottom: 7vw;
}

.imginfo{
    width: 50%;
    border-radius: 3px;
}

h2{
    color: #F28B6D;
    font-family: galatea-regular;
}

.bouton3{
    color: white;
    background-color: #3B6FAC;
    box-shadow: 0px 0px 7px #B4CBE5;
    border-radius: 2px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: galatea-regular;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}


@media screen and (max-width: 1120px) {
    
    .blockinfos{
        flex-direction: column;
        width: 100vw;
        justify-content: center;
        margin-bottom: 10vw;
    }

    .blockinfos2{
        flex-direction: column-reverse;
        width: 100vw;
        justify-content: center;
        margin-bottom: 10vw;
    }

    .imginfo{
        width: 90%;
        margin-bottom: 5vw;
    }
}




/* ----------------------- CHALET ------------------------------------------------- */

.pageimg{
    width: 100vw;
    margin-top: 2vw;
}

.pagetitle{
    padding-top: 5VW;
    padding-bottom: 5VW;
}

.description{ 
    display: flex;
    flex-direction: row;
    width: 80vw;
    margin: auto;
}


.sidebar{
    display: flex;
    flex-direction: column;
    width: 30vw;
    margin: auto;
    margin-right: 0;
    justify-content: center;
}

.sidebar-vignette{
    background-color: white;
    box-shadow: 0px 0px 20px rgba(49, 49, 49, 0.096);
    padding: 2vw;
    margin: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 3px;
}


.sidebar-infos{
    display: flex;
    flex-direction: row;
    width: 22vw;
}

.sidebar-infos-text{
    display: flex;
    flex-direction: row;
    align-content: center;
    width: 11vw;
    margin-bottom: 3vw;
}


.sidebar-icons{
    width: 2vw;
    display: inline;
    margin-right: 1vw;
}



.sidebar-paragraph{
    display: inline;
    margin: auto;
    color: #5D5D5D;
    width: 35vw;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 25px;
    font-family: galatea-light;
}

.sidebar-img{
    width: 22vw;
}

.address{
    font-family: galatea-medium;
    display: inline;
}


.sidebar-address{
    display: inline;
    color: #5D5D5D;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin-bottom: 40px;
    font-family: galatea-medium;
}

.sidebartext{
    width: 22vw;
    display: inline;
}

.descrip{
    width: 45vw;
}


@media screen and (max-width: 1120px) {
    
    .pageimg{
        margin-top: 5vw;
    }

    .description{
        flex-direction: column;
        margin: 0;
    }

    .descrip{
        width: auto;
        padding: 0;
    }

    .sidebar{
        padding-left: 0vw;
        margin: auto;
        width: 80vw;
        flex-direction: row;
        align-items: flex-start;
    }

    .sidebar-vignette{
        width: 30vw;
        padding: 5vw;
        margin: 2vw;
        margin-top: 10vw;
        align-items: flex-start;
    }

    .sidebar-paragraph{
        width: auto;
        margin: 0;
    }

    .sidebar-img{
        width: 30vw;
    }


    .sidebar-address{
        margin-bottom: 0;
    }


    .sidebar-infos{
        width: auto;
        flex-direction: column;
    }

    .sidebar-infos-text{
        width: auto;
    }


    .sidebartext{
        width: auto;
    }

    .sidebar-icons{
        width: 3vw;
        margin-right: 4vw;
    }
}


@media screen and (max-width: 630px) {
    
    .sidebar{
        flex-direction: column;
        padding-left: 0vw;
        margin: 0;
     
    }

    .sidebar-vignette{
        width: 70vw;
        padding: 5vw;
        margin: auto;
        margin-top: 10vw;
    }

    .sidebar-img{
        width: 70vw;
    }

    .sidebar-infos{
        flex-direction: row;
    }

    .sidebar-infos-text{
        width: 35vw;
    
    }

    .sidebartext{
        width: auto;
    }

    .sidebar-icons{
        width: 5vw;
        margin-right: 4vw;
    }

    .sidebar-paragraph{
        font-size: 16px;
    }
}



/* -- Avis -- */

.avis{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100vw;
    margin-bottom: 2vw;
}

.avis-vignette{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(49, 49, 49, 0.096);
    padding: 2vw;
    width: 15vw;
    margin: 1vw;
    justify-items: center;
    border-radius: 3px;
}

.avis-name{
    font-family: galatea-medium;
    color: #5D5D5D;
}

.avis-text{
    width: 13vw;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #5D5D5D;
}



@media screen and (max-width: 1120px) {

    .avis{
        flex-wrap: wrap;
    }

    .avis-vignette{
        padding: 5vw;
        width: 30vw;
    }

    .avis-text{
        width: 30vw;
    }

}



@media screen and (max-width: 630px) {

    .avis-vignette{
        padding: 5vw;
        width: 70vw;
        margin: 5vw;
    }

    .avis-text{
        width: 60vw;
    }


}



/* -- About -- */

.about{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80vh;
    width: 100vw;
    margin: auto;
    margin-bottom: 7vw;
    margin-top: 7vw;
    padding-top: 3vw;
    padding-bottom: 5vw;
    background-color: #FFFDFA;
    box-shadow: 0px 0px 20px rgba(49, 49, 49, 0.096);
}

.about-div{
    display: flex;
    flex-direction: row;
    margin: auto;
}

.about-img{
    height: 25vw;
    margin-right: 5vw;
    border-radius: 3px;
}

.about-text{
    width: 40vw;
}

@media screen and (max-width: 1120px) {
    
    .about{
        height: 120vh;
        margin-top: 15vw;
        margin-bottom: 5vw;
        padding-bottom: 10vw;
    }

    .about-div{
        flex-direction: column;
    }

    .about-img{
        height: 40vw;
        margin-right: 0;
    }
    
    .about-text{
        width: 70vw;
        padding-bottom: 5vw;
    }
}

@media screen and (max-width: 630px) {

    .about{
        height: 180vh;
    }
    
    .about-img{
        height: 55vw;
    }

    .about-text{
        width: 85vw;
    }
}


/* -- Projet -- */

.hover{
    padding: 1vw;
}


.proj-gallery{
    display: grid;
    grid-template-columns: 35vw 35vw;
}

.hover-img{
    width: 33vw;
    height: 23vw;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    margin-bottom: 2vw;
}


.proj1{
    background: url('assets/proj1.jpg') no-repeat;
}

.proj2{
    background: url('assets/proj2.jpg') no-repeat;
}

.proj3{
    background: url('assets/proj3.jpg') no-repeat;
}

.proj4{
    background: url('assets/proj4.jpg') no-repeat;
}


.proj1:hover{
    background: url('assets/proj1b.jpg') no-repeat;
    transition: 0.2s;
}

.proj2:hover{
    background: url('assets/proj2b.jpg') no-repeat;
    transition: 0.2s;
}

.proj3:hover{
    background: url('assets/proj3b.jpg') no-repeat;
    transition: 0.2s;
}

.proj4:hover{
    background: url('assets/proj4b.jpg') no-repeat;
    transition: 0.2s;
}


@media screen and (max-width: 1120px) {

    .proj-gallery{
    grid-template-columns: 90vw;
    }

    .hover-img{
        width: 90vw;
        height: 70vw; 
        background-size: 100%;
        margin-bottom: 0vw;
    }

    .hover-img:hover{
        background-size: 100%;
    }
}



/* ----------------------- REGION ------------------------------------------------- */

.pageimg-2{
    width: 80vw;
    margin-bottom: 7vw;
    border-radius: 3px;
}

.activity-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.activity{
    display: flex;
    width: 30vw;
    height: 10vw;
    margin: 0.5vw;
    border-radius: 3px;
}


.activity-img1{
    background: url('assets/region4.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    
}
.activity-img1:hover {
    background: url('assets/region4b.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.activity-img2{
    background: url('assets/region5.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.activity-img2:hover {
    background: url('assets/region5b.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.activity-img3{
    background: url('assets/region6.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.activity-img3:hover {
    background: url('assets/region6b.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.activity-img4{
    background: url('assets/region7.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.activity-img4:hover {
    background: url('assets/region7b.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.activity-img5{
    background: url('assets/region8.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.activity-img5:hover {
    background: url('assets/region8b.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.activity-img6{
    background: url('assets/region9.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.activity-img6:hover {
    background: url('assets/region9b.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

h3{
    display: inline;
    color: white;
    font-family: galatea-regular;
    align-self: center;
    margin: auto;
    display: none;
    font-size: 25px;
    z-index: 3;
}

.activity:hover h3{
    display: initial;
}


.activity-title{
    align-self: flex-start;
    margin-left: 32.5vw;
}


@media screen and (max-width: 1120px) {
   
    .pageimg-2{
        width: 100vw;
        margin-bottom: 10vw;
    }

    .activity{
        width: 30vw;
        height: 15vw;
    }

    .activity-title{
        align-self: flex-start;
        margin-left: 10vw;
    }

}

@media screen and (max-width: 630px) {

    .activity{
        width: 80vw;
        height: 30vw;
        margin: 2vw;
    }

    h3{
        font-size: 20px;
    }
}

