/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

#formDevis{
    border-radius: 15px;
    box-shadow: 0px 12px 20px 13px #ededed;
    background: #fff;
    .elementor-field-option{
        display: flex;
        margin-bottom: 15px;
        label{
            margin-right: 15px;
        }
        input{
            margin-right: 10px;
        }
    }
    .e-form__buttons{
        margin-top: 20px;
    }
}
.imgPebbletec{
    position: absolute;
    z-index: 5;
    width: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
}
#bouee{
    position: absolute;
    left: calc(50% - 465px);
    width: 540px;
    top: calc(50% - 75px);
}
#tong{
    position: absolute;
    left: calc(50% - 295px);
    width: 540px;
    top: calc(50% - 155px);
}
#transat{
    position: absolute;
    left: calc(50% - 315px);
    width: 540px;
    top: calc(50% - 125px);
}
.overflowH{
    overflow: hidden;
}
@media (max-width: 1024px) {
    #bouee{
        left: auto;
        width: 420px;
        top: 95px;
        right: 0;
    }
    #tong{
        left: auto;
        width: 420px;
        top: 15px;
        right: -170px;
    }
    #transat{
        right: -215px;
        width: 500px;
        top: 15px;
        left: auto;
    }
}
@media (max-width: 767px) {
    #bouee{
        width: 230px;
        top: 4px;
    }
    #tong{
        width: 320px;
        top: -6px;
        right: -170px;
    }
    #transat{
        width: 360px;
        top: 84px;
        right: -195px;
    }
    .imgPebbletec{
        top: 250px;
    }
}