.wrapper-hero-content-temp {
    display: flex;
    flex-direction: row;
}

.wrapper-hero-content-left-temp {
    background-image: url(https://www.dauphinquebec.com/wp-content/uploads/sites/4/2023/10/FCP6883.jpg);
    background-size: cover;
    background-position: center;
    width: 50%;
    height: auto;
    padding: 5vw;
}

.wrapper-hero-content-right-temp {
    background-image: url(https://www.dauphinquebec.com/wp-content/uploads/sites/4/2025/11/bg-hero-temp.jpg);
    background-size: cover;
    width: 50%;
    height: auto;
    padding: 3vw 5vw 7vw;
    position: relative;
}

.wrapper-hero-content-right-temp ul {
    list-style-type: none;
}

.wrapper-hero-content-right-temp h1,
.wrapper-hero-content-right-temp li,
.wrapper-hero-content-right-temp .wrapper-reservez a {
    color: white;
}    

.wrapper-hero-content-right-temp h1 {
    font-size: 46px;
}

.wrapper-hero-content-right-temp li {
    font-size: 24px;
    font-family: "sarala", sans-serif;
    position: relative;
    padding: 10px 15px;
}

.wrapper-hero-content-right-temp li i {
    font-family: 'FontAwesome' !important;
    position: absolute;
    left: -41px;
    top: 9px;
    color: black;
    font-size: 20px;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    width: 20px;
}

.wrapper-reservez {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: black;
    font-family: "sarala", sans-serif;
    padding: 20px 3vw;
    font-size: 25px;
}

.wrapper-reservez a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.wrapper-reservez a .text {
    padding-right: 35px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}

.wrapper-reservez i {
    font-family: 'gencam-icones' !important;
    font-size: 45px;
}

.fa-angle-double-left:before {
    position: relative;
    left: 3px;
}

.fa-plane:before {
    position: relative;
    left: 2px;
    top: 1px;
}

/* SECTION INLINE RESERVATION TEMP */
.wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 2vw 2vw 2vw;
    background-image: none;
    background-color: black;
}

.wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp h1 {
    font-size: 24px;
}

.wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp ul {
    display: flex;
    flex-direction: row;
}

.wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp li {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
}

.wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp li i {
    position: relative;
    left: 37%;
    top: -10px;
}

.wrapper-inline-reseravation-temp .wrapper-reservez {
    position: relative;
    font-size: 20px;
    padding: 20px 25px;
    background-color: white;
}

.wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp .wrapper-reservez a {
    color: black;
}

.wrapper-inline-reseravation-temp .fa-angle-double-left:before {
    left: 0px;
}

.wrapper-inline-reseravation-temp .fa-plane:before {
    left: 0px;
    top: 1px;
}


@media (max-width: 1440px) {
    
    .wrapper-hero-content-right-temp {
        padding: 3vw 5vw 11vw;
    }
    
    .wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp h1 {
        font-size: 18px;
    }
    
    .wrapper-inline-reseravation-temp .wrapper-reservez {
        font-size: 16px;
    }
    
}

@media (max-width: 1023px) {
    
    .wrapper-hero-content-temp {
        flex-direction: column;    
    }
    
    .wrapper-hero-content-left-temp,
    .wrapper-hero-content-right-temp{
        width: 100%;
    }
    
    .wrapper-reservez {
        position: relative;
    }
    
    .wrapper-hero-content-left-temp {
        height: 500px;
    }
    
    .wrapper-hero-content-right-temp {
        padding: 3vw 5vw 5vw;
    }

}

@media (max-width: 799px) {
     
     .wrapper-inline-reseravation-temp .wrapper-reservez {
         margin-bottom: 50px;
     }
     
     .wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp ul {
         flex-direction: column;
     }
     
     .wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp h1 {
        font-size: 30px;
        margin-top: 50px;
        text-align: center;
     }
     
     .wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp ul {
         padding-left: 0;
     }
     
    .wrapper-inline-reseravation-temp .wrapper-hero-content-right-temp {
        flex-direction: column;
    }
}    

@media (max-width: 767px) {

    .wrapper-hero-content-left-temp {
        height: 345px;
    }
    
}    



