/* 
Theme Name: Hello Drone Act
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
*/

/*
    Add your custom styles here
*/


.btn-blue .elementor-button {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    color:#FFF;
}
.btn-blue .elementor-button:hover {
    background-color:#FFF;
    color:var(--e-global-color-primary);
}

.btn-white-blue .elementor-button {
    border-color: var(--e-global-color-secondary);
    color:var(--e-global-color-secondary);
}
.btn-white-blue .elementor-button:hover {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
    color:#FFF;
}

.underline-blue .elementor-heading-title {
    padding-bottom: 12px;
}
.underline-blue .elementor-heading-title:after {
    content:'';
    width: 74px;
    height: 4px;
    background-color: #00E3D7;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 36px);
}

.underline-left .elementor-heading-title:after
{
    left: 0;
}


.underline-primary .elementor-heading-title:after
{
    background-color: var(--e-global-color-primary);
}

.btn-blue-gradient .elementor-button  {

    border: 0;
    background: transparent linear-gradient(90deg, #5DFFEC 0%, #14BBFF 100%) 0% 0% no-repeat padding-box;
}

.btn-blue-gradient:hover .elementor-button
{
    background-color: var(--e-global-color-secondary);
    color:var(--e-global-color-secondary);
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.bold-blue strong {
    color:var(--e-global-color-secondary);
}

.bold-primary strong {
    color:var(--e-global-color-primary);
}


.li-blue ul {
    padding: 0;
}
.li-blue li {
    list-style-type: none;
    padding-left: 16px;
    position: relative;
}
.li-blue li:before {
    content:'';
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    left: 0;
    top:9px;
}

body:not(.elementor-editor-active) .member-container .show-hover{
    max-height: 0;
    overflow: hidden;
    transition: max-height 450ms;
}

.member-container:hover .show-hover{
   max-height: 1000px!important;
}

.member-container:hover .member-content {
    background-color: transparent!important;
}

.product-argumentaire
{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.product-argumentaire .argument {
    width: 30%;
    font-size: 20px;
    font-weight: bold;
}

.product-argumentaire .detail {
    width: 70%;
}

.product-caracteristiques
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.2rem;
    gap: 20px;
}

.product-caracteristique {
    display: flex;
    width: 22%;

}

.product-caracteristique .picto {
    width: 70px;
}
.product-caracteristique .picto img{
    width: 50px;
}


.product-caracteristique .caracteristique {
     width: calc(100% - 100px);
    padding-top: 6px;
}

.product-caracteristique .caracteristique-title {
    font-weight: bold;
}

.bloc-domaine
{
    position: relative;
}
.bloc-domaine figcaption{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    font-size: 30px;
    background-color: rgba(0,0,0,0.20);
    pointer-events: none;
}


.boucle-produit-container:before
{
   transition: all 400ms;
}

.boucle-produit-container:hover:before
{
    transform: scale(1.2);
}


.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input.input-password,
.woocommerce form .form-row textarea {

    border : 1px solid var(--e-global-color-96a9dd6);
}

.cmplz-blocked-content-container {
    margin-bottom: 80px!important;
}

.cmplz-blocked-content-notice
{
    margin-top: 10px;
}

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

    .product-caracteristique {
        width: 100%;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px){

    .product-caracteristique {
        width: 48%;
    }
}


@media screen and (min-width: 768px){
    .grid-3col-first-empty .elementor-loop-container > .e-loop-item:nth-child(3) {
        grid-column:2/3;
    }


}
