/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.grecaptcha-badge {
    visibility: hidden;
}

.elementor-widget-wrap>.elementor-element.logo_footer {
     width: 20%;
    margin-top: -140px;
 }
/*
    Add your custom styles here
*/
/* .form-recherche{
        background-color: white;
    padding: 3% 5%;
    border-radius: 100px;
    margin: 0 5%;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08);
} */
/**FORMULAIRE DE RECHERCHE**/

/*
.form-recherche{
        background-color: white;
    padding: 3% 5%;
    border-radius: 100px;
    margin: 0 5%;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08);
}

.form-recherche .content_search{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.form-recherche .content_search>div{
    width: 18%;
}

.form-recherche .content_search input[type=text], .form-recherche .content_search select{
    border: none;
    border-bottom: 1px solid #7F134B;
    background: transparent;
    border-radius: 0;
    padding-left: 15%;
}

.form-recherche input::placeholder, .form-recherche select{
    color: #7F134B;
    font-family: "Montserrat";
    font-weight: 200;
}

.form-recherche select{
    -webkit-appearance:none;
}

.form-recherche button[type=submit]{
    text-transform: uppercase;
    border-radius: 100px;
    font-family: "Montserrat";
    font-size: 15px;
}

.form-recherche .submit_search{
    display: flex;
    justify-content:center;
}

.form-recherche .content_search>div>div, .form-recherche .content_search>div>div{
    position: relative;
}

.form-recherche .content_search>div>div::before, .form-recherche .content_search>div>div::before{
    position: absolute;
    top:calc(50% - 13px);
    left: 0;
    display: block;
    width:10px;
    height:10px;
}

.form-recherche .input-pers::after, .form-recherche .input-location::after{
    position: absolute;
    top:calc(50% - 13px);
    right: 0;
    display: block;
    width:10px;
    height:10px;
    content: url("/wp-content/uploads/2022/03/icon-select-1.svg");
}

.form-recherche .input-arrivee::before{
    content: url("/wp-content/uploads/2022/03/tongs.svg");
}
.form-recherche .input-pers::before{
    content: url("/wp-content/uploads/2022/02/Icon-personne.svg");
}
.form-recherche .input-nuit::before{
    content: url(/wp-content/uploads/2022/03/lune-1.svg);
}
.form-recherche .input-location::before{
    content: url("/wp-content/uploads/2022/02/icon-home.svg");
}

@media (max-width:1024px){
.form-recherche{
    margin-top:5%;
}

.content_search>div{
    width:23%;
}

.content_search {
    flex-wrap: wrap;
}

.form-recherche input::placeholder, .form-recherche select{
    font-size: 15px;
}

.form-recherche div.submit_search{
    width:100%!important;
    margin-top:4%;
}

}

@media (max-width:768px){

.form-recherche{
    margin-top:-5%;
}

.content_search>div{
    width:45%!important;
    margin-top:2%;
}

.content_search {
    flex-wrap: wrap;
}

.form-recherche{
    border-radius: 50px;
}

.content_search div{
    width:100%;
}

.elementor-196 .elementor-element.elementor-element-0c4ee23{
    padding-top:17%;

}

}

@media(max-width:425px){

.form-recherche{
    margin-top:10%;
}

.content_search div{
    width:90%!important;
}

.content_search>div>div{
    width:100%!important;
}

    .elementor-196 .elementor-element.elementor-element-0c4ee23{
    padding-top:145%;

}

.form-recherche{
    padding: 10% 7%;
}

.form-recherche .submit_search{
    margin-top:10%;
}

.form-recherche .content_search{
    justify-content:center;
    align-items:center;
}

.form-recherche .content_search div{
    margin-bottom: 2%;
}

}

*/
