* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    background-color: #F8E9E9;
}

header {
    display: flex;
    background-color: #5B6057;
    width: 100%;
    height: 10vh;
    font-size: 25px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    z-index:100;
}

.legende {
    display: flex;
    align-items: center;
    justify-content: right;
}
.legende p {
    color: #5B6057;
    margin-right: 10px;
    font-family: "Roboto", sans-serif;

}
.food {
    background-color: #fad4d2;
}
.commerce {
    background-color: #d2d7fa;
}
.activity {
    background-color: #bbb;
}

nav {
    display: flex;
    align-items: center;
    width: 100%;

}

.navbar-clickable {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.main-section {
    display: flex;
    list-style: none;
    justify-content: space-between;
    width: 40%;
    text-decoration: none;
    color: #F8E9E9;
}

.main-section a {
    text-decoration: none;
    color: #F8E9E9;
}

.navspace {
    padding-top: 10vh;
}

.action-section {
    display: flex;
    list-style: none;
    justify-content: space-between;
    width: 25%;
    margin-right: 75px;
    background-color: #F8E9E9;
    border-radius: 10px;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.action-section a {
    text-decoration: none;
    color: #5B6057;
}

.header-logo {
    width: 150px;
    margin-left: 75px;
    margin-right: 75px;
}

img {
    width: 100%;
    height: 100%;
} 

.header-background {
    background-image: url("/assets/img/background.webp");
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-size : cover;
    background-color: rgb(158 158 158);
    background-blend-mode: multiply;
}

.text-manager {
    text-align: center;
}

.header-title {
    font-size: 75px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    color: #F8E9E9;
}
.header-subtitle {
    font-size: 40px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    color: #F8E9E9;
}
.gite-information {
    height: 90vh;
}

.page-title {
    font-size: 50px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    color: #5B6057;
    text-align: center;
    padding-top: 25px;
}

.gite-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding-top: 75px;
}

.image-carousel {
    max-width: 60%;
    position: relative;
    width: 60%;
    height: 650px;
    border-radius: 10px;
    z-index:0
}

.image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.text-description {
    font-family: "Roboto", sans-serif;
    color: #5B6057;
    font-size: 25px;
}

.text-carousel {
    width: 30%;
    text-align: justify;
}

.title {
    display: block
}

.arrow {
    width: 27px;
    height: 27px;
}

.left, .right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 5px;
    transition: 0.6s ease;
    border-radius: 50%;
    background-color: rgba(91, 96, 87,0.4);
}

.right {
    right: 0;
    margin-right: 10px;
}
.left {
    left: 0;
    margin-left: 10px;
}
  
.left:hover, .right:hover {
    background-color: rgba(91, 96, 87,0.9);
}

.dots {
    text-align: center;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 10px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}
.active-green {
    background-color: #717171;
}
.active-red {
    background-color: #971a1a;
}
.active-blue {
    background-color: #424a9f;
}

.services-information {
    height: 90vh;
}


.services-section {
    margin-top: 100px;
    width: 100%;
    height: 600px;
    background-image: url("/assets/img/services-background.webp");
    background-size: cover;
    position: relative;
}

.card {
    height: 23rem;
    width: 24vw;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 24vw;
    justify-content: space-between;
}

.cards {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
    position: absolute;
    width: 80%;
    margin-left: 10%;
    margin-left: 10%;
    top: -10%;
    align-items: center;
}

.dots-tourism {
    text-align: center;
    margin-top: 0.5rem;
}
.dot-tourism {
    height: 15px;
    width: 15px;
    margin: 10px 2px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.green-card {
    background-color: #5B6057;
    border: 5px solid #5B6057;
}

.light-card {
    background-color: #F8E9E9;
    border: 5px solid #5B6057;
}

.bed-icon {
    margin-top: 30px;
    width: 80px;
    height: 56px;
}

.flower-icon {
    margin-top: 30px;
    width: 80px;
    height: 80px;
}

.menage-icon {
    margin-top: 30px;
    width: 80px;
    height: 71.12px;
}

.wifi-icon {
    margin-top: 30px;
    width: 80px;
    height: 56px;
}

.parking-icon {
    margin-top: 30px;
    width: 80px;
    height: 80px;
}

.key-icon {
    margin-top: 30px;
    width: 80px;
    height: 80px;
}


.card-title {
    font-size: 30px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    color: #F8E9E9;
    margin-bottom: 30px;
    text-align: center;
}

.card-text {
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    color: #F8E9E9;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.light {
    color: #5B6057;
}
.tourism-information {
    height: 90vh;
}

.toursim-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding-top: 25px;
    flex-wrap: wrap;
    gap : 10px;
    text-align: center;

}

.left-tourism, .right-tourism {
    cursor: pointer;
    width: auto;
    margin-top: -22px;
    padding: 5px;
    transition: 0.6s ease;
    border-radius: 50%;
    background-color: rgba(91, 96, 87,0.6);
}

.card1 {
    width: 30rem;
    height: 42rem;
    background-color: #5B6057;
}

.card2 {
    width: 31rem;
    height: 47rem;
    background-color: #5B6057;
    border: 1px solid #5B6057;
    border-radius: 10px;
}

.card3 {
    width: 30rem;
    height: 42rem;
    background-color: #5B6057;
    border-radius: 10px;
}

.cardProps {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

strong {
    font-weight: normal;
}

.cardProps-main {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.image {
    width: 425px;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
}


.imageMain {
    width: 450px;
    height: 625px;
    object-fit: cover;
    border-radius: 10px;
}

.card-title-t {
    font-size: 30px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    color: #F8E9E9;
}

.card-p {
    color: #F8E9E9;
}
.description-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fade {
    transition: opacity 0.25s ease-out;
    opacity: 0;
}
  
.fadeout {
    transition: opacity 0.25s ease-in;
    opacity: 1;
}

.avis-information {
    height: 100vh;
}
a {
    text-decoration: none;
}

.avis-section {
    margin-top: 50px;
    width: 100%;
    height: 600px;
    background-image: url("/assets/img/avis-background.webp");
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.avis {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 30px;
}

.avis-card {
    width: 28vw;
    height: auto;
    min-height: 30vh;
    background-color: #5B6057;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.avis-star {
    width: 1.7rem;
    height: 1.6rem;
}
.profile-pic { 
    width: 5rem;
    height: 5rem;
    object-fit: cover;

}
.g-left {
    width: 1.7rem;
    height: 1.5rem;
}
.g-right {
    width: 1.7rem;
    height: 1.5rem;
    margin-top: auto;
}

.top-avis {
    display: flex;
    justify-content: space-evenly;
    margin: 2rem 2rem 0.5rem 2rem;
}
.bottom-avis {
    display: flex;
    justify-content: space-evenly;
    height: auto;
    margin: 0.5rem 2rem 2rem 2rem

}
.user-name {
    font-size: 30px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    color: #F8E9E9;
}

.avis-text {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #F8E9E9;
    text-align: center;
    width: 70%;
    padding-top: 1rem;
}

.points {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

.user-info {
    width: 65%;
}

.button-avis {
    padding: 0.8rem 2rem;
    width: 20rem;
    background-color: #5B6057;
    border-radius: 10px;
    font-size: 25px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
    color: #F8E9E9;
    margin:0px auto;
    display: block;
    text-align: center;
}

.left-avis, .right-avis {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 5px;
    transition: 0.6s ease;
    border-radius: 50%;
    background-color: rgba(91, 96, 87,0.6);
}
.right-avis {
    right: 0;
    margin-right: 5px;
}
.left-avis {
    left: 0;
    margin-left: 5px;
}

.left-avis:hover, .right-avis:hover {
    background-color: rgba(91, 96, 87,0.9);
}

.dots-avis {
    text-align: center;
    margin-bottom: 2.5rem;
}

.dot-avis {
    height: 15px;
    width: 15px;
    margin: 10px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    cursor: pointer;
}
.active {
    background-color: #717171;
}
.footer-elements {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

footer {
    height: 32vh;
    background-color: #5B6057;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #F8E9E9;
}
footer a {
    color: #F8E9E9;

}

.footer-logo {
    width: 25%;
}
.footer-logo img {
    width: 90%;
    height: 90%;
}

.map {
    width: 30%;
}

iframe {
    border-radius: 10px;
}

.actions-footer {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 10rem;
    align-items: center;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
}

.actions-footer a {
    text-decoration: none;
}

.down-arrow {
    width: 50px;
    height: 58px;
}

.hidden {
    display: none;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

    /*Navbar Section*/
    .burger-icon-phone {
        height: 40px;
        width: 40px;    
        margin-right: 25px;
    }

    .burger-menu {
        display: flex;
    }
    .burger-icon {
        position: absolute;
        height: 40px;
        width: 40px;
        top: 30px;
        right: 30px;
    }

    .navbar-clickable-phone {
        height: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 60%;
    }

    .header-logo-phone {
        width: 250px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .main-section-phone {
        list-style: none;
        text-align: center;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .action-section-phone {
        list-style: none;
        text-align: center;
        height: 20%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        background-color: #F8E9E9;
        border-radius: 10px;
    }
    .main-section-phone a {
        color: #F8E9E9;
    }
    .action-section-phone a {
        color: #5B6057;
    }
    .phone-nav {
        background-color: #5B6057;
        height: 100vh;
        display: flex;
        font-size: 30px;
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        font-style: normal;
        color: #F8E9E9;
    }
    .phone-nav nav {
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: space-evenly;
        position: relative;
    }
    nav {
        justify-content: space-between;
    }



    .header {
        margin: 0px;
    }
    .header-logo {
        width: 100px;
        margin-right: 50px;
        margin-left: 25px;
    }
    .navbar-clickable {
        margin: 0%;
        width: 60%;
        display: none;
    }
    .action-section {
        width: 60%;
        font-size: 15px;
        margin: 0px;
        display: none;
    }

    .main-section {
        display: none;
    }

    /*Header Section*/
    .header-title {
        font-size: 40px;
    }
    .header-subtitle {
        font-size: 20px;
    }

    /*Gite Section*/
    .gite-information {
        height: 75vh;
    }
    .page-title {
        font-size: 40px;
    }
    .gite-section {
        flex-direction: column;
        padding-top: 25px;
    }
    .image-carousel {
        height: 30vh;
        max-width: 90%;
        width: 90%;
    }

    .text-carousel {
        padding-top: 4rem;
        width: 90%;
        text-align: center;
    }
    .text-description {
        font-size: 1.2rem;
    }

    /*Services Section*/
    .services-information {
        height: 90vh;
    }
    .services-section {
        height:475px;
        display:flex;
        margin-top: 75px;
    }
    .cards {
        width: 100%;
        margin: 0px;
        gap: 5px;
    }
    
    .card {
        height: 10rem;
        width: 12.5rem;
        flex-basis: 10rem;
    }
    .card-title {
        font-size: 13px;
        margin-bottom: 0.5rem;
    }

    .card-text {
        font-size: 15px;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
    }

    /*Tourisme Section*/
    .tourism-information {
        height: 90vh;
    }
    .toursim-section {
        gap: 0;
    }
    .description-card {
        justify-content: space-evenly;
    }
    .card-title-t {
        font-size: 5vw;
    }
    .card-p {
        font-size: 3.5vw;
    }
    .card2 {
        width: 75vw;
        height: 60vh;
    }
    .imageMain {
        width: 70vw;
        height: 47vh;
    }
    .card1 {
        display: none;
    }
    .card3 {
        display: none;
    }
    .bed-icon {
    margin-top: 0.5rem;
    width: 1.50rem;
    height: 1.36rem;
}

.flower-icon {
    margin-top: 0.5rem;
    width: 1.50rem;
    height: 1.50rem;
}

.menage-icon {
    margin-top: 0.5rem;
    width: 1.50rem;
    height: 1.41rem;
}

.wifi-icon {
    margin-top: 0.5rem;
    width: 1.50rem;
    height: 1.36rem;
}

.parking-icon {
    margin-top: 0.5rem;
    width: 1.50rem;
    height: 1.50rem;
}

.key-icon {
    margin-top: 0.5rem;
    width: 1.50rem;
    height: 1.50rem;
}
.copyright {
    text-align: center;
    font-size: 15px;
}

    /*Avis Information*/
    .g-left {
        width: 1.4rem;
        height: 1rem;
    }
    .g-right {
        width: 1.4rem;
        height: 1rem;
    }
    .avis-star {
        width: 1rem;
        height: 0.9rem;
    }
    
    .profile-pic { 
        width: 4rem;
        height: 4rem;
    }
    .avis-text {
        font-size: 17.5px;
        font-family: "Roboto", sans-serif;
        align-items: center;
        
    }

    .avis-information {
        height: 105vh;
    }
    .avis1 {
        display: none;
    }
    .avis3 {
        display: none;
    }
    .avis-card {
        width: 19rem;
        height: auto;
    }
    .avis-card-big {
        width: 19rem;
        height: auto;
    }  
    .top-avis {
        margin: 2rem 2rem 0.5rem 2rem;
        justify-content: space-evenly;
        align-items: center;
    }
    .avis-text {
        padding-top: 0rem;
    }
    .user-info {
        text-align: center;
    }
    .bottom-avis {
        padding-bottom: 1rem;
        margin: 0.5rem 2rem 0.5rem 2rem;
    }
    .avis-section {
        height: 300px;
        margin-top: 13svh;
    }
    .button-avis {
        margin-top: 5vh;
    }
    .dot-avis {
        margin-top: 14vh;
    }
    .dots-tourism {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .legende {
        justify-content: center;
    }
    /*Footer Section*/
    .footer-elements {
        flex-direction: column;
    }
    footer {
        height: 90vh;
    }
    .actions-footer {
        font-size: 20px;
        width: 80%;
        justify-content: center;
    }
    .map {
        width: auto;
        height: 300px;
    }
    iframe {
        width: 300px;
    }
    .footer-logo {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .hidden-phone {
        display: none;
    }
  }


@media only screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 2) {
      
.main-section {
    width: 45%;
}
.action-section {
    width: 35%;
}

.cardProps-main {
    display: flex;
}

.toursim-section {
   gap: 0;
}

.card2 {
    width: 70vw;
}

.imageMain {
    width: 66vw;
}

.card1 {
    display: none;
}
.card3 {
    display: none;
}
.page-title {
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.dots-tourism {
    padding-top: 5vh;
}
.card-title {
    font-size: 2vw
}

.gite-section {
    padding-top: 0px;
    flex-direction: column;
}

.text-carousel {
    width: 70%;
    padding-top: 10vh;
}
.image-carousel {
    max-width: 70%;
    width: 70%;
}
  }
  
  @media only screen 
  and (min-device-width: 480px) 
  and (max-device-width: 1200px)
  and (-webkit-min-device-pixel-ratio: 2) {
    /*Navbar Section*/
    .burger-icon-phone {
        height: 40px;
        width: 40px;    
        margin-right: 25px;
    }

    .burger-menu {
        display: flex;
    }
    .burger-icon {
        position: absolute;
        height: 40px;
        width: 40px;
        top: 30px;
        right: 30px;
    }

    .navbar-clickable-phone {
        height: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 60%;
    }

    .header-logo-phone {
        width: 250px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .main-section-phone {
        list-style: none;
        text-align: center;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .action-section-phone {
        list-style: none;
        text-align: center;
        height: 20%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        background-color: #F8E9E9;
        border-radius: 10px;
    }
    .main-section-phone a {
        color: #F8E9E9;
    }
    .action-section-phone a {
        color: #5B6057;
    }
    .phone-nav {
        background-color: #5B6057;
        height: 100vh;
        display: flex;
        font-size: 30px;
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        font-style: normal;
        color: #F8E9E9;
    }
    .phone-nav nav {
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: space-evenly;
        position: relative;
    }
    nav {
        justify-content: space-between;
    }



    .header {
        margin: 0px;
    }
    .header-logo {
        width: 100px;
        margin-right: 50px;
        margin-left: 25px;
    }
    .navbar-clickable {
        margin: 0%;
        width: 60%;
        display: none;
    }
    .action-section {
        width: 60%;
        font-size: 15px;
        margin: 0px;
        display: none;
    }

    .main-section {
        display: none;
    }

    /*Header Section*/
    .header-title {
        font-size: 40px;
    }
    .header-subtitle {
        font-size: 20px;
    }

    /*Gite Section*/
    .gite-information {
        height: 75vh;
    }
    .page-title {
        font-size: 40px;
    }
    .gite-section {
        flex-direction: column;
        padding-top: 0px;
    }
    .image-carousel {
        height: 50vh;
        max-width: 90%;
        width: 90%;
    }

    .text-carousel {
        padding-top: 7vh;
        width: 90%;
        text-align: center;
    }
    .text-description {
        font-size: 20px;
    }
.hidden-phone {
        display: none;
}

.page-title {
    padding-top: 5vh;
    padding-bottom: 5vh;
}
.cards {
    width: 100%;
    margin: 0%;
}

.card {
    height: 20rem;
}
.bed-icon, .wifi-icon, .menage-icon, .parking-icon, .flower-icon, .key-icon {
    margin-top: 10px;
}
.card-text {
    font-size: 20px;
}
.card-title {
    font-size: 3vw;
    text-align: center;
}
    .card1 {
        display: none;
    }
    .card3 {
        display: none;
    }
.toursim-section {
    padding-top: 0px;
}
.card2 {
    height: 43rem;
}
.imageMain {
    height: 555px;
}
.avis-text {
    font-size: 15px;
}
.profile-pic {
    height: 7vw;
    width: 7vw;
}
.user-name {
    font-size: 20px;
}
.avis-star {
    width: 1.7vw;
    height: 1.6vw;
}

.avis-card {
    height: auto;
}

.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-avis {
    margin: 2vw;
}
.g-left {
    width: 2vw;
    height: 1.7vw;
}
.g-right {
    width: 2vw;
    height: 1.7vw;
}
.avis {
    padding-right: 20px;
    padding-left: 20px;
}
.right-avis {
    margin-right: 3px;
}
.left-avis {
    margin-left: 3px;
}
.avis-section {
    margin: 0;
}
.map {
    display: none;
}
.actions-footer {
    font-size: 20px;
}
.text-description {
    font-size: 3vw;
}
.gite-information {
    height: 95vh;
}

.services-information {
    height: 100vh;
}

.tourism-information {
    height: 100vh;
}
.avis-informatio {
    height: 100vh;
}
.avis-section {
    height: 400px;
}

  }
