 body{
            background-image: url('../img/fondpoint.png');
            background-attachment:fixed;
        }

        .title {

            margin: 20px;
            font-size: 2.7rem;
        }
        .carousel {
            position: relative;
            height: 600px;
            overflow: hidden;
        }
        .carousel img {
            width: 80%;
            margin: auto;
            height: 100vh;
            object-fit: cover;
            transition: opacity 0.5s ease;
            border-radius: 10px;
        }
        h1{

            text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
        }
        .carousel button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(183, 252, 183, 0.5);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
        }

         .shadowtext {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    
  }
        .carousel button:hover {
            background: rgba(31, 231, 13, 0.5);
        }
        #prev {
            left: 20px;
        }
        #next {
            right: 20px;
        }
        .comment {
            transition: all 0.3s ease;
        }
        .comment:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        .first {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../img/best.JPG');
            background-size: cover;
            background-position: center;
            margin-top: -100px;
            justify-content: center;
            gap: 75px;
        }

        .first .content{
margin-top: 100px;
            
        }

        h2{
                font-family: "Playwrite HU", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.chevron{
    cursor: pointer;
}

.bx-chevrons-down{
    font-size: 4.5rem;

}
            
        

        .calltoreserve {
            background:url('../img/banniereverte.webp');
            background-size: cover;
            background-position: center;
        }
        .calltotarifs {
            background-color:transparent;
            background-size: cover;
            background-position: center;
        }

        .calltoaction{
            display:flex;
            justify-content:center;
            gap:20px;
        }

        .btn{background-color:rgb(19, 150, 14);}


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

            .calltoaction {

                flex-direction: column;
                align-items: center;
                width: 250px;
                margin: auto;
            }

            .title {

            margin: 20px;
            font-size: 2rem;
        }

        .centrer{

            display: flex;
            align-items: center;
            justify-content: center;

        }
    
}