body {
	font-family: 'Roboto', sans-serif;
}

li {
	font-family: 'Arvo', sans-serif;
}
h1 {
	font-family: 'Arvo', sans-serif;
}
h2 {
	font-family: 'Arvo', sans-serif;
}
h3 {
	font-family: 'Arvo', sans-serif;
}
h4 {
	font-family: 'Arvo', sans-serif;
}
h5 {
	font-family: 'Arvo', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    margin-bottom: 5vh;
}

.slider {
    width: 75%;
    height: 100vh;
    position: absolute;
    top: 0;
}

#slideimg {
    width: 100%;
    height: 100%;
}

.overley {
    width: 100%;
    #width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    position: absolute;
    top: 0;
}

.navbar {
    width: 85%;
    display: flex;
    align-items: center;
    margin: 35px auto;
}

.logo {
    flex-basis: 15%;
}

.logo img {
    width: 120px;
    cursor: pointer;
}

.menu-icons {
    flex: 1;
    align-items: center;
    text-align: right;
    position: relative;
    bottom: 5vh;
}

.menu-icons img {
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
}

.menu {
    width: 25%;
    float: right;
    margin-top: 0;
    background: #fe7250;
    height: 100vh;
    position: relative;
    bottom: 10vh;
    display: none;
}

.menu ul {
    margin-top: 10%;
    text-align: center;
    align-items: center;
}

.menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 5vh;
}

.menu ul li img {
    margin-bottom: 5vh;
}

.menu ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    text-decoration: none;
}

.content {
    width: 60%;
    margin-top: 0;
    margin: 160px auto 0;
    text-align: center;
    color: #fff;
}

.content h1 {
    font-size: 60px;
}

.content h3 {
    width: 80%;
    margin: 20px auto 100px;
    font-weight: 100;
    line-height: 25px;
}


/*--------------------------------------------------main------------------------------------------*/

.presentation {
    margin-top: 5vh;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 7vh;
}

.presentation h1 {
    text-align: center;
    text-transform: uppercase;
    color: #fe7250;
    font-family: serif;
    font-style: italic;
    font-size: 40px;
}

.presentation h2 {
    width: 70%;
    margin-left: 15%;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    margin-top: 2vh;
}

.cards {
    margin-top: 5vh;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 7vh;
}

.cards .card {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    align-items: center;
    text-align: center;
    background-color: #fe7250;
}

.cards .card .image {
    width: 90%;
    margin-left: 5%;
    align-items: center;
    text-align: center;
}

.image img {
    width: 100%;
    margin-top: 4vh;
}

.text,
.butt {
    margin-top: 5vh;
    text-align: center;
    font-style: italic;
    font-size: 20px;
}

button {
    width: 200px;
    padding: 15px 0;
    text-align: center;
    margin: 0 10px;
    border-radius: 25px;
    font-weight: bold;
    border: 2ps solid #fe7250;
    background: #fe7250;
    color: #fff;
    cursor: pointer;
    transition: background 0.5s;
}

button:hover {
    background: rgb(25, 110, 221);
    border: 2ps solid #fff;
}

button a {
    text-decoration: none;
    color: #fff;
}

/*-----------------------------------localisation------------------------------------------*/

.car{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
.localisation h3{
    font-weight: bolder;
    font-size: larger;
    text-align: center;
    margin-bottom: 3%;
    color: rgb(25, 110, 221);
    text-transform: uppercase;
    font-style: italic;
    font-size: 35px;
}
.localisation p{
    font-weight: bold;
    font-style: italic;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}
.loca{
    align-items: center;
    text-align: center;
}
.loca a{
    text-decoration: none;
    color: rgb(25, 110, 221);
    font-weight: bold;
}

/*------------------------------footer-------------------------------------------------------*/

.global {
    width: 95%;
    margin-left: 5%;
    display: flex;
    flex-wrap: wrap;
}

.global .unique {
    width: 28%;
    margin-left: 1%;
    margin-right: 1%;
    background: #111;
    margin-top: 5vh;
}

.unique h3 {
    margin-top: 2vh;
    color: white;
    text-align: center;
}

.invisible{
    color: #111;
}

.global .unique ul {
    list-style: none;
    margin-top: 3vh;
    margin-bottom: 3vh;
    margin-left: 10%;
}

.unique ul li {
    margin-top: 1.7vh;
}

.unique ul li ul {
    color: white;
}

.unique ul li a {
    text-decoration: none;
    color: #fe7250;
}

textarea {
    font-size: 18px;
    width: 60%;
}

span.white {
    color: #fff;
}


/*----------------------------chambre--------------------------------------------*/


/*--------------------------------------visite----------------------------------------*/

.nav {
    width: 100%;
    height: 10vh;
    color: #fe7250;
    background-color: rgba(47, 120, 230, 0.555);
}

.nav h1 {
    text-align: center;
    align-items: center;
    position: relative;
    font-style: italic;
    font-size: auto;
    top: 4vh;
}


/*------------------------------------responsive---------------------------------------*/

@media (max-width: 1075px) {
    .global .unique {
        width: 45%;
    }
    #dernier {
        margin-left: 25%;
    }
}

@media (max-width: 777px) {
    .content {
        width: 60%;
        margin-top: 0;
        margin: 140px auto 0;
        text-align: center;
        color: #fff;
    }
    .content h1 {
        font-size: 45px;
    }
    .content h3 {
        width: 90%;
        margin: 15px auto 70px;
        font-weight: 100;
        line-height: 20px;
    }
    .menu {
        width: 60%;
        float: right;
        margin-top: 0;
        background: #fe7250;
        height: 100vh;
        position: relative;
        bottom: 10vh;
        display: none;
    }
    .cards .card {
        width: 90%;
    }
    button {
        width: 150px;
    }
    .global .unique {
        width: 90%;
        margin-left: 5%;
    }
    #dernier {
        margin-left: 5%;
    }
    textarea {
        width: 80%;
    }
    .car{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .logo img {
        width: 100px;
        cursor: pointer;
    }
    
}

@media (max-width: 400px) {
    .content {
        width: 60%;
        margin-top: 0;
        margin: 160px auto 0;
        text-align: center;
        color: #fff;
    }
    .content h1 {
        font-size: 30px;
    }
    .content h3 {
        width: 90%;
        margin: 10px auto 50px;
        font-weight: 100;
        line-height: 20px;
    }
    .car{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .logo img {
        width: 80px;
        cursor: pointer;
    }
    
}



