/* 
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 */

html, body{
    overflow-x: hidden;
}

.fit_content{
    width: fit-content;
}

.blue{
    color: #5BC0CC;
}

.cta_halloa .elementor-button{
    border-style: none !important;
    }

    .cta_halloa:hover{
        transform: scale(0.95);
    }

.cta_halloa {
    transition: all ease-in-out 0.3s;
    position: relative;
    background-color: #fff; /* couleur de fond du bouton */
    border-style: none !important;
    cursor: pointer;
    z-index: 0;
    }
    
    .cta_halloa::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(221deg, #61CACA 0.2%, #61CACA 16.71%, #5C399A 83.21%, #5C399A 88.31%);
    border-radius: 15px; 
    z-index: -1;
    }

    .card_post:hover {
        transition: all ease-in-out .3s;
    }
    .card_post:hover {
        transform: scale(.99);
    }


 .card_partner {
  position: relative;
  background: #F0EBF4; /* ou la couleur de fond de ton contenu */
  z-index: 1;
}

.card_partner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3px; /* Épaisseur de la "bordure" */
  background: linear-gradient(221deg, #61CACA 0.2%, #61CACA 16.71%, #5C399A 83.21%, #5C399A 88.31%);
  border-radius: 50px; /* même valeur que .card_partner */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.legals a {
    color: inherit;
    text-decoration: underline;
}



/* MAILCHIMP */

#mc_embed_signup {
    background: transparent !important;
}

#mc_embed_signup form {
    margin: 0 !important;
    color: #fff;
}

#mc_embed_signup input {
    border: none !important;
}

#mc_embed_signup .button {
    background-color: #5BC0CC !important;
    color: #052832 !important;
} 

img.refferal_badge {
    display: none !important;
}




/* RESPONSIVE */
@media screen and (max-width: 768px){
    .social span.elementor-grid-item {
        margin: 0 !important;
    }
}