/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.0.1705658575
Updated: 2024-01-19 11:02:55

*/

#pre-booking-form {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
}
#pre-booking-form input,
#pre-booking-form select {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#pre-booking-form button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}
#pre-booking-form button:hover {
    background-color: #0056b3;
}

/*CSS pour TarteAuCitron*/

/*RETIRER CE CODE CSS UNE FOIS LE DESIGN FINI*/
#tarteaucitronAlertBig {
    display: none;
   /* display: flex !important;*/
    opacity: 1 !important;
}

html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
html body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2,
html body #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton,
html body #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
    font-size: 18px !important;
    height: 40px !important;
    border-radius: 10px !important;
    border: 1px solid #F1F0F2;
}

html body #tarteaucitronRoot button#tarteaucitronPrivacyUrl{
    color: #ADADAD !important;
    font-weight: 500;
    text-decoration: underline;
    padding-top: 10px;
}

#tarteaucitronAlertBig {
    display: flex;
    flex-direction: column;
}

#tarteaucitronPersonalize2 {
    order: 1;
    border-color: transparent;
}

#tarteaucitronPersonalize2:hover {
    opacity: 0.8;
}

#tarteaucitronCloseAlert {
    order: 2;
}

#tarteaucitronAllDenied2 {
    order: 3;
    border-color: #d9dce0;
}

#tarteaucitronPrivacyUrl {
    order: 4;
    background: none;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    border-bottom: 1px solid;
    padding: 0;
    width: auto;
    border-color: currentColor;
}

#tarteaucitronPrivacyUrl:hover {
    opacity: 0.8;
}

#tarteaucitronRoot button#tarteaucitronCloseAlert {
    font-size: 18px !important;
    height: 40px !important;
    border-radius: 10px !important;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 17px !important;
    font-weight: 500 !important;
    margin-top: 20px !important;
}

#tarteaucitronRoot div#tarteaucitronAlertBig:before{
    font-size: 26px !important;
    font-weight: 700 !important;
    padding-top: 20px !important;
}

html body #tarteaucitronRoot div#tarteaucitronAlertBig{
    max-width: 285px !important;
    z-index: 2147483647;
}

#tarteaucitronRoot:before {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

@media screen and (max-width: 600px) {
    #tarteaucitronAlertBig {
        width: 85%;
        padding: 20px 15px;
    }

    #tarteaucitronAlertBig:before {
        font-size: 24px;
    }

    #tarteaucitronDisclaimerAlert {
        font-size: 16px;
    }

    #tarteaucitronAlertBig button {
        width: 90%;
    }
}

.swiper-container{
    

    .swiper-wrapper{
        .swiper-slide{
            height:500px;
        }
    }
}

