/*/----RESET ---/*/
*,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}



/*-----------------------------------*/
/*-----         RECURRENT       -----*/
/*-----------------------------------*/
body {
    display: flex;
    flex-direction: column;
    background: white;
    z-index: -2;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: white;
    text-align: center;
}

.center {
    width: 68vw;
    margin: 0 auto;
}

.bgrose {
    background-color: #fe4258;
    width: 100vw;
    display: flex;
    max-width: 100%;
}

h1 {
    font-size: 4vw;
    font-family: "arimo"
}

h2 {
    font-size: 2vw;
    font-family: "arimo"
}

h3,
p {

    color: black;
}

.sepa {
    margin: 4vh auto;
    height: 1.5px;
    background-color: #fe4258;
}

.bgblc {
    background-color: white;
}

h3 {
    font-size: 4vh;
}


/*-----------------------------------*/
/*-----           header        -----*/
/*-----------------------------------*/
.nav {

    width: 100vw;
    background-color: #fe4258;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 2vh 15vw;
    margin-top: 0;
    position: fixed;
    z-index: 99;
}

.nav img {
    width: 160px;
    height: auto;
    transition: 1s;
}

.nav img:hover {
    filter: drop-shadow(5px 5px 5px #020202);
}

.nav a {
    text-decoration: none;
    color: white;
    transition: 1s;
}

.nav a:hover {
    transform: scale(1.5);
    color: #343493;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}


/*-----------------------------------*/
/*-----            main         -----*/
/*-----------------------------------*/


.bgbarbecue img {
    margin-top: 0;
    position: fixed;
    width: 100vw;
    max-width: 100%;
    height: auto;
    z-index: -1;
    background-size: cover;
}

.bgbarbecue .center h1 {
    padding-top: 20vh
}

.bgbarbecue .center h2 {
    padding: 10vh;
}

.chambre img {

    float: left;
    margin-right: 2vw;
}

.chambre {
    background-color: white;
    /*    margin-top: 22vh;*/
    margin-bottom: 0;
    display: block;
    z-index: 9;
    padding-bottom: 3vh;
}

.chambre h3 {
    /*    margin-top: 18vh;*/
    padding-top: 5vh;
    text-align: start;
    color: #8a8a8a;
    font-size: 2vw;
}

.chambre p {
    color: black;
    font-size: 1.35vw;
    text-align: start;
}

.chambre .center {
    margin-bottom: 10vh;
}

.chambre .center .chambreun {
    display: flex;
    align-items: center;
}

.chambreun img {
    float: left;
    box-shadow: 7px 9px 9px 0px rgba(0, 0, 0, 0.75);
    transition: 1s;
}

.chambreun img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

.showcase {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -3vh;

}

.showcase img {
    width: 100px;
    margin: 5vh auto;
}

.showcase h3,
p {
    color: white;
    margin-top: 5vh;
    text-align: left;
    font-size: 2.5vw;
}

.showcase p {
    color: white;
    font-size: 1.5vw
}

.piscine {

    display: flex;
    padding-top: 8vh;
    align-items: center;
}

.piscine img {
    float: left;
    margin-right: 2vw;
    box-shadow: 7px 9px 9px 0px rgba(0, 0, 0, 0.75);
    transition: 1s;
}

.piscine img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

.piscine>div {
    margin: 3vh auto;
}

.piscine>div>h3 {
    text-align: left;
    font-size: 2vw;
    font-weight: bold;

}

.piscine>div>p {
    color: black;
    font-size: 1.5vw;
    text-align: left
}

.chambredeux {
    display: flex;
    padding-top: 5vh;
    align-items: center;
}

.chambredeux img {
    float: left;
    margin-right: 2vw;
    box-shadow: 7px 9px 9px 0px rgba(0, 0, 0, 0.75);
    transition: 1s;
}

.chambredeux img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

.chambredeux>div>p {
    color: black;
    text-align: left;
    font-size: 1.5vw;
}

.chambredeux>div>h3 {
    margin-top: 5vh;
    text-align: left;
    font-size: 2vw;
    font-weight: bold;
}

.bggris {
    margin-top: 10vh;
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #bcbcbc;
    align-items: center;
}

.bggris h3,
p {
    color: white;
    margin: 2vh auto;
    text-align: center;
}

.bggris p {
    color: white;
}

.bggris a {
    padding: 1vh 2vw;
    background-color: #fe4258;
    color: white;
    text-decoration: none;
    margin: 2vw;
    transition: 2s;
}

.bggris a:hover {
    color: #f7f7f7;
    background-color: #c639a5;
}


.answer {
    background-color: white;
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding-bottom: 3vh;
}

.answer h3,
p {
    color: black;
    text-align: center;
    font-size: 1.5vw
}

.answer .pgras {
    font-weight: bold;
}

.answer h3 {
    padding-top: 4.5vh;
}

/*-----------------------------------*/
/*-----           footer        -----*/
/*-----------------------------------*/
footer {
    background-color: black;
    /*    display: flex;*/
    /*    flex-direction: column;*/
    align-items: center;
}

footer>div {
    display: flex;
    flex-direction: column
}

footer img {
    margin: 3vh auto;
}

footer h2 {
    padding: 2vh;
}

footer p {
    color: white;
    font-size: 1.2vw;
}

/*-----------------------------------*/
/*-----        Responsive       -----*/
/*-----------------------------------*/

@media screen and (max-width:1300px) {

    .chambre .center {
        margin-top: 3vh;
    }

    .bgbarbecue .center h2 {

        padding: 1vh;
    }

    .chambre h3 {
        /*    margin-top: 18vh;*/
        padding-top: 1vh;

    }

    .bgbarbecue img {
        position: absolute;
    }

    .bgbarbecue .center h1 {
        padding-top: 5vh
    }

    .nav {


        position: inherit;

    }

    .sepa {
        display: none;
    }


}

@media screen and (max-width:980px) {

    .chambre .center {
        margin-bottom: 4vh;
    }

    .piscine {
        padding-top: 4vh;
    }
}