/* 
Theme Name: Hello Elementor Child
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
*/

/* General Styles */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  
  :focus {
    outline-color: #bfbfbf;
  }
  
  :focus:not(:focus-visible) {
    outline: none;
  }

  /* Tarte au Citron (Cookie Consent) */

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #fff !important;
    color: #0d1441 !important;
  }
  
  #tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
  #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
  #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    color: #0d1441 !important;
  }
  
  #tarteaucitronRoot .tarteaucitronAllow {
    background: #0d1441 !important;
  }
  
  #tarteaucitronRoot .tarteaucitronAllow,
  #tarteaucitronRoot .tarteaucitronCheck::before {
    color: #fff!important;
  }
  
  #tarteaucitronRoot .tarteaucitronDeny {
    background: #0d1441 !important;
  }
  
  #tarteaucitronAlertBig #tarteaucitronCloseAlert,
  #tarteaucitronAlertBig #tarteaucitronPersonalize,
  #tarteaucitronAlertBig #tarteaucitronPersonalize2,
  .tarteaucitronCTAButton,
  #tarteaucitron #tarteaucitronPrivacyUrl,
  #tarteaucitron #tarteaucitronPrivacyUrlDialog,
  #tarteaucitronRoot .tarteaucitronDeny,
  #tarteaucitronRoot .tarteaucitronAllow {
    border-radius: 100px;
  }
  
  #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    border: 1px solid #0d1441;
    color: #fff !important;
    background: #0d1441 !important;
  }
  
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, 
  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, 
  #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: #0d1441 !important;
  }

  #tarteaucitron .tarteaucitronBorder, 
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, 
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, 
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, 
  #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border: none !important;
  }

  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    border-radius: 0
}

a{
	color : var(--e-global-color-accent);
}

a:hover {
	color : var(--e-global-color-primary);
}

#custom-menu .elementor-nav-menu {
	gap: 10px;
}
#custom-menu .menu-item {
	background: #fff;
	border-radius: 50px
}

#custom-menu .menu-item:hover {
	background: var(--e-global-color-primary);
	border-radius: 50px;
	color: #fff !important;
}

#custom-menu .menu-item:hover a {
	color: #fff !important;
}

.custom-logo, .title-img {
	position: relative
}

.custom-logo:before{
	content: "";
	position: absolute;
	height: 70px;
	width: 70px;
	top: -50px;
	left: -80px;
	background: url(/wp-content/uploads/2026/01/soleil_300.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.video-container {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
#menu-container:before {
	content: "";
	position: absolute;
	height: 100px;
	width: 100px;
	top: -60px;
	left: 50%;
	background: url(/wp-content/uploads/2025/12/crabe_300.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

#menu-container:after {
	content: "";
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: -50px;
	left: 20%;
	background: url(/wp-content/uploads/2025/12/coquillages_4b.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

#custom-menu:before {
	content: "";
	position: absolute;
	height: 50px;
	width: 50px;
	top: -50px;
	left: -30px;
	transform: rotate(-20deg);
	background: url(/wp-content/uploads/2025/12/coquillages_3b.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

#custom-menu:after {
	content: "";
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: -60px;
	right: 50px;
	transform: rotate(-20deg);
	background: url(/wp-content/uploads/2025/12/coquillages_4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

#custom-map-pin:before, .main-title .title-img:before {
	content: "";
	position: absolute;
	height: 50px;
	width: 50px;
	top: -40px;
	right: -20px;
	background: url(/wp-content/uploads/2025/12/coquillages_1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.main-title .title-img:after {
	content: "";
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: -60px;
	left: 30px;
	transform: rotate(-20deg);
	background: url(/wp-content/uploads/2025/12/coquillages_3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
*/
/*.video-container:after {
	content: "";
	position: absolute;
	width: 105%;
	height: 105%;
	left: -2%;
	top: -3%;
	z-index: -1;
	background: url(/wp-content/uploads/2025/12/coquillages_all.png);
	background-repeat: repeat;
	background-position: center;
	background-size: 100px
}*/

.card-btn {
	margin-top: auto;
}

.white-logo a img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(83%) hue-rotate(331deg) brightness(116%) contrast(101%);
}

.custom-shadow {
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.15));
}

.partenaire-block {
	height: 100%;
}