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

body { overflow-x: hidden!important;}

/* ----- HEADER ---- */
.scrolling {
    background-color: white !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.scroll-background {
    position: fixed;
    margin-top: 0px;
    z-index: 999999999;
}


/* TITRE POINT */
.dot{
    display:inline-block;
    width:15px;
    height:15px;
    margin-left:10px;
    background:#ECF774;
    border-radius:50%;
    transform:translateY(4px);
}


/* ----- BOUTON ----- */
.btn-discover {
    --blue: #DFECFF;
    --hover: #ECF774;
    --dark: #2D2D2D;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    width: auto;
    height: 55px;
    padding: 6px 6px 6px 50px;
    background: var(--blue);
    border-radius: 999px;
    text-decoration: none;
    transition: .35s ease;
}

.btn-discover span:first-child {
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #2D2D2D;
    letter-spacing: 0.5px;
    margin-bottom: -4px !important;
	text-transform: uppercase;
}

.btn-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    border-radius: 50%;
}

.btn-icon svg{
    width:22px;
    height:22px;
    transition:.35s ease;
    transform:rotate(0deg);
}

/* Hover */

.btn-discover:hover{
    background:var(--hover);
}

.btn-discover:hover .btn-icon svg{
    transform:rotate(45deg);
}



/* img */
.card {
    position: relative;
    overflow: hidden;
    width: 400px;
    border-radius: 10px;
    cursor: pointer;
}

.card img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

/* Dégradé noir */
.card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0) 75%
    );

    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Texte */
.content {
    position: absolute;
    left: 25px;
    bottom: 20px;
    color: white;
    z-index: 2;

    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.content h3 {
    margin: 0 0 8px;
    font-size: 24px;
}

.content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

/* Hover */
.card:hover::after {
    opacity: 1;
}

.card:hover .content {
    opacity: 1;
    transform: translateY(0);
}

.card:hover img {
    transform: scale(1.05);
}


/* ----- MAPS ----- */
.elementor-widget.elementor-widget-google_maps {
    border-radius: 20px;
}

/* ----- ARTICLES ----- */
.contenu p.wp-block-paragraph {
    margin-bottom: 15px;
}

.contenu h2.wp-block-heading {
    font-size: 32px;
    color: black;
    font-family: 'Jane';
    margin-top: 30px;
}

/* LETTERS REVEAL */
.title {
    font-size: 5.5vw;
    line-height: 1.1;
    text-align: center;
    max-width: 1300px;
    font-family: 'Jane';
    word-spacing: -16px;
    font-weight: unset;
    font-weight: 400;
}
 
    .title .word {
      display: inline-block;
      white-space: nowrap;
    }
 
    .title .letter {
      display: inline-block;
      color: #58585875;
      transition: color 0.15s ease;
    }
 
    .title .letter.revealed {
      color: #000000;
    }

/* FORMULAIRE */
/* Colonnes */
.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.cf7-col {
    flex: 1;
}

.cf7-col-full {
    width: 100%;
}

/* Champs */
.cf7-row input,
.cf7-row textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    padding: 12px 0;
    font-size: 16px;
    color: #000;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
}

/* Placeholder */
.cf7-row input::placeholder,
.cf7-row textarea::placeholder {
    color: #000;
    opacity: 1;
}

/* Textarea */
.cf7-row textarea {
    min-height: 120px;
    resize: vertical;
}

/* Focus */
.cf7-row input:focus,
.cf7-row textarea:focus {
    border-bottom: 2px solid #000;
}

/* Bouton */
.wpcf7-submit {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 12px 40px;
    cursor: pointer;
    transition: .3s;
    border-radius: 0;
}

.wpcf7-submit:hover {
    background: #000;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #dceaff;
    border-radius: 150px;
    border: honeydew;
    text-transform: uppercase;
    font-family: 'Rubik';
	color:black;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #ECF774;
}

/* COOKIES */

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: 14px;
    margin-top: 0;
    max-width: 100%;
    text-justify: inter-word;
    font-family: inter;
}

.cookies h2 {
    margin-bottom: -10px !important;
    font-family: 'Jane';
    font-size: 40px !important;
    margin-top: 30px !important;
    color: black;
}


.cookies p, .cookies  li {
    font-family: 'Rubik';
    font-size: 16px !important;
}

.cookies a {
    color: black;
    text-decoration: none !important;
}

.cookies h3 {
    font-family: 'Jane';
    font-size: 22px !important;
    color: black;
}


/*Cookies - Complianz*/
#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent{
	overflow: hidden;
	color: #01061900 !important;
}
.cmplz-banner-checkbox label:before{
	box-shadow: none!important;
}
.cmplz-manage-consent::before {
	/* font-family: "Font Awesome 5 Free";
	 font-weight: 900;  
	content: "\f564";*/
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	color: white;
}
#cmplz-manage-consent .cmplz-manage-consent {
	bottom: 30px !important;
	left: 30px !important;
	border-radius: 100% !important;
	color: #010619 !important;
	background: #010619 !important;
	padding: 15px 15px 15px 15px !important;
	min-width: unset !important;
	width: 45px;
	height: 45px !important;
	padding: 0 !important;
	background-image: url(https://esec.britweb.fr/wp-content/uploads/2026/08/cookie.png) !important;
	background-position: center;
	background-repeat: no-repeat !important;
}
#cmplz-cookies-overview {
background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
#cmplz-manage-consent .cmplz-manage-consent {
	bottom: 45px !important;
	left: 15px !important;
} 
}
@media screen and (max-width: 768px){
#cmplz-manage-consent .cmplz-manage-consent {
	bottom: 15px !important;
	left: 15px !important;
}
}
.cmplz-show-banner.elementor-widget-button a:hover{
	cursor: pointer;
	background-color: var(--e-global-color-primary);
} 


/* Responsive */
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
        gap: 20px;
    }
}