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

/* globals adjustements */

h1.elementor-heading-title span,
h2.elementor-heading-title span,
h3.elementor-heading-title span{
    color: var(--e-global-color-accent);
}

p{
    margin-top:0;
}

.contentAvis{
    max-height: 150px;
    overflow: auto;
}

/* boite d'icon - correction marge h3 */

.icon_box-custom h3{
    margin-top:0;
}

/* sur titre decoration before*/

.surtitre{
    padding-left: 20px;
    padding-top: 10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.surtitre span{
    position: relative;
}
.surtitre span::before{
    content: "";
    position: absolute;
    top:-12px;
    left:-20px;
    transform-origin: 0;
    width: 32px;
    height: 32px;
    
    background-image: url('https://aluplas.logia-web.fr/wp-content/uploads/2025/10/alu_span_deco.webp');
    background-repeat: no-repeat;
    background-size: contain;
}

.surtitre span{
    color: green!important;
}

.surtitre.red span{
    color: var(--e-global-color-primary)!important;
}
.surtitre.white span{
    color: var(--e-global-color-c307f6a)!important;
}

/* bouton personnalisé */

.btn_custom .elementor-button-content-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.btn_custom .elementor-button-icon{
    transform: rotate(-45deg)!important;
    border-radius: 50px;
    padding: 0.6rem;
}

.btn_custom.white .elementor-button-icon{
    background-color: var(--e-global-color-primary);
    color: white;
    transition:
  background-color 200ms ease-in-out,
  color 200ms ease-in-out;
}

.btn_custom.red .elementor-button-icon,
.btn_custom.white:hover .elementor-button-icon{
    background-color: white;
    color: var(--e-global-color-primary);
}

/*  */

.marquePage::before,
.marquePage::after{
    content:"";
    position: absolute;
    inset:unset;
    border:none;
    border-radius: 0;
    top:0;
    width: 30px;
    height: 50px;
    background: linear-gradient(180deg, #007FA3 0%, #C5D5EA 100%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
}
.marquePage::before{
    right: 30px;
}
.marquePage::after{
    right: 75px;
}

.marquePage.blue::before,
.marquePage.blue::after{
    background: linear-gradient(180deg, #007FA3 0%, #C5D5EA 100%);
}

.marquePage.red::before,
.marquePage.red::after{
	background: linear-gradient(180deg, #9D1D20 0%, #EECFD0 100%);
}
