/* 
Theme Name: Dr Drone
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
}

body {
	overflow-x: hidden;
}

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

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

#custom-nav-desktop, #custom-nav-mobile {
	background: rgba(57, 31, 96, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-badge {
	background: rgba(57, 31, 96, 0.8);
	backdrop-filter: blur(5px);
}


#custom-nav-desktop .sub-menu{
	background: rgba(77, 26, 124, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

 #custom-nav-mobile .elementor-nav-menu {
	background: rgba(77, 26, 124, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	overflow: hidden;
}

/*#custom-nav-desktop.custom-nav .sub-menu {
	top: calc(100% + 25px) !important;
}*/

#custom-nav-desktop:after, #custom-nav-mobile:after,  #custom-nav-desktop .sub-menu:after {
	content: "";
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	backdrop-filter: blur(5px);
}

#custom-nav-mobile .elementor-nav-menu:after {
	content: "";
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	backdrop-filter: blur(5px);
	visibility: visible;
}

.custom-nav:after {
	border-radius: 150px;
}

#custom-nav-desktop .sub-menu:after, #custom-nav-mobile .elementor-nav-menu, #custom-nav-mobile .elementor-nav-menu:after {
	border-radius: 20px;
}

#custom-nav-mobile .sub-menu, #custom-nav-mobile .elementor-nav-menu__container {
	background: transparent;
}

#custom-nav-mobile > .e-child, #custom-nav-mobile .elementor-nav-menu--toggle {
	position: initial
}

#custom-nav-mobile .elementor-nav-menu__container {
	max-width: 100%;
	margin-top: 0;
	top: calc(100% + 10px) !important;
	left: 0 !important;
}

#custom-nav-desktop .sub-menu>li ul {
	border-radius: 0;
	border: none !important;
}


#custom-nav-desktop .sub-menu>li ul li a{
	border-radius: 0;
	border: 0;
	background-color: transparent
}

#custom-nav-desktop .sub-menu>li ul li a:hover {
	background-color: var(--e-global-color-text)
}

.devis-menu-btn a {
	color: var(--e-global-color-primary) !important;
	background: var(--e-global-color-d967353);
	border: 1px solid var(--e-global-color-d967353);
	border-radius: 150px !important;
	padding: 5px 30px !important;
}

.devis-menu-btn a:hover {
	color: var(--e-global-color-d967353) !important;
	background: transparent !important;
}

#reseau-btn-label {
	display: flex;
	align-items: center;
	justify-content: center;
}

#reseau-btn-label p{
	writing-mode: vertical-rl;
	/*text-orientation: upright;*/
	letter-spacing: 2px;
}

.hero-blur-col {
	position: relative
}

.hero-blur-col .hero-blur-img {
	position: absolute;
	top: 0;
	left: 10%;
	bottom: 0;
}

.hero-blur-col .hero-blur-img img {
	height: 100%;
	width: 100%;
	backdrop-filter: blur(5px);
}

#hero-btn-box {
	margin-top: auto
}

.underline-text {
	text-underline-offset: -12px;
	text-decoration-skip-ink: none;
	-webkit-text-decoration: underline var(--e-global-color-secondary);
	text-decoration: underline var(--e-global-color-secondary);
	text-decoration-thickness: 20px;
}

#hero-hotspot .e-hotspot--tooltip-position {
	left: calc(100% - 8px);
	/*clip-path: polygon(15%03%, 100% 0, 100% 100%, 14% 100%, 0 70%, 0 50%, 0 30%);*/
}

.custom-cta {
	position: relative;
}

.cta-badge {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%)
}

.devis-btn {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -30%)
}

.video-container:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 90%;
	top: 0;
	left: 5%;
	background: var(--e-global-color-primary);
	z-index: -1;
	border-radius: 40px;
}

/* modèle agence */

.agence-img {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.agence-img:after{
	content: "";
	position: absolute;
	height: 130px;
	width: 130px;
	top: -40px;
	left: -40px;
	border-radius: 150px;
	background: rgba(211,185,226,0.5);
	backdrop-filter: blur(6px)
}

.agence-form-container:before {
	content: "";
	position: absolute;
	width: 800px;
	height: 100%;
	top: 0;
	left: -780px;
	background: var(--e-global-color-primary);
	border-radius: 0 40px 40px 0;
}

.agence-form-container:after {
	content: "";
	position: absolute;
	width: 800px;
	height: 100%;
	top: 0;
	right: -780px;
	background: var(--e-global-color-primary);
	border-radius: 40px 0 0 40px;
	z-index: -1;
}


.team, .team-member {
	display: flex;
	gap: 80px;
}

.team {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.team-member {
	width: 80%;
}

.team-member-img {
	width: 50%;
	min-height: 500px;
	border-radius: 40px
}


.team-member-content {
	width: 50%
}

.team-member-img {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;

  -webkit-mask-image: url('/wp-content/uploads/2025/10/shape-mask.svg');
          mask-image: url('/wp-content/uploads/2025/10/shape-mask.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;   
          mask-size: contain;
}

.team-member-name {
	color: var(--e-global-color-471fa34);
	font-weight: 700;
}

.team-member-fonction {
	color: var(--e-global-color-471fa34);
	font-weight: 600;
	font-size: 20px
}

.agence-map {
	border-radius: 20px;
	overflow: hidden
}

#agences-links .elementor-button-content-wrapper .elementor-button-text {
	min-width: fit-content;
	display: block;
}

.purple {
	color: var(--e-global-color-secondary)
}

.card-btn {
	margin-top: auto
}

@media (max-width: 768px) {
	.footer-menu .elementor-nav-menu .menu-item .elementor-item {
		justify-content: center;
	}
	
	.team-member {
		flex-direction: column;
		width: 100%;
		gap: 30px;
		justify-content: center;
		align-items: center
	}
	
	.team-member-img {
		width: 100%;
		min-height: 450px;
	}
	
	.team-member-content {
		width: 100%
	}
	
	.team-member-name, .team-member-fonction {
		text-align: center
	}
	
}

@media (min-width:768px) and (max-width:1023px) {
	.team-member {
		width: 95%;
		gap: 30px
	}
}

@media (max-width: 1023px) {
	.video-container:after {
	border-radius: 20px;
}
		.devis-menu-btn {
		margin-top: 10px !important;
	padding-bottom : 20px !important;
		justify-content: center;
		align-items: center;
		display: flex !important
}

.devis-menu-btn a {
	width: fit-content
}
}
@media (min-width: 768px) {
.agence-form-container:before {
	top: 0;
	left: -800px;
}

.agence-form-container:after {
	top: 0;
	right: -500px;
}
}