@charset "UTF-8";
a:focus,
button:focus {
	outline: none !important;
}
.team-member-avatar {
    background: linear-gradient(135deg, #d4af37 0%, #f4e4bc 100%);
    color: #2c2c2c;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-weight: bold;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
    border: 3px solid #d4af37;
	margin: 0 auto;
}

.team-member-avatar.female {
    background: linear-gradient(135deg, #e6d7b8 0%, #f4e4bc 100%);
    color: #2c2c2c;
    border-color: #e6d7b8;
    box-shadow: 0 8px 25px rgba(230, 215, 184, 0.3);
}
.service-hero {
	background: linear-gradient(135deg, var(--dark-black) 0%, var(--medium-black) 100%);
	color: var(--text-light);
	padding: 4rem 0;
	position: relative;
	overflow: hidden;
}

.service-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, transparent 30%, var(--primary-gold) 31%, var(--primary-gold) 33%, transparent 34%);
	opacity: 0.1;
}

.service-icon {
	font-size: 4rem;
	margin-bottom: 1.5rem;
	color: var(--accent-gold);
}

.card-service {
	background: white;
	border-radius: 15px;
	padding: 2rem;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	height: 100%;
	border: 2px solid transparent;
}

.card-service:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2);
	border-color: var(--primary-gold);
}

.card-service-icon {
	font-size: 3rem;
	margin-bottom: 1rem;
	color: var(--primary-gold);
}

.feature-item {
	background: white;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	padding: 1.5rem;
	margin-bottom: 1rem;
	transition: all 0.3s ease;
}

.feature-item:hover {
	background: var(--text-light);
	transform: translateX(10px);
	border-color: var(--primary-gold);
}

.feature-icon {
	color: var(--primary-gold);
	font-size: 1.5rem;
	margin-right: 1rem;
}

.process-step {
	background: white;
	border: 2px solid #e9ecef;
	border-radius: 15px;
	padding: 2rem;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
	height: 100%;
}

.process-step:hover {
	border-color: var(--primary-gold);
	box-shadow: 0 5px 15px rgba(212, 175, 55, 0.1);
}

.process-number {
	background: var(--primary-gold);
	color: var(--dark-black);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto 1rem auto;
}

.btn-creatoile {
	background: linear-gradient(135deg, var(--primary-gold) 0%, var(--secondary-gold) 100%);
	border: none;
	color: var(--dark-black);
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-creatoile:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
	color: var(--dark-black);
}

.btn-outline-creatoile {
	background: transparent;
	border: 2px solid var(--primary-gold);
	color: var(--primary-gold);
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-outline-creatoile:hover {
	background: var(--primary-gold);
	color: var(--dark-black);
	transform: translateY(-2px);
}

.question-highlight {
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
	border: 2px solid var(--primary-gold);
	border-radius: 15px;
	padding: 2rem;
	margin: 2rem 0;
}

.testimonial {
	background: var(--dark-black);
	color: var(--text-light);
	border-left: 4px solid var(--primary-gold);
	padding: 2rem;
	margin: 2rem 0;
	border-radius: 0 15px 15px 0;
	font-style: italic;
}

.price-badge {
	background: linear-gradient(135deg, var(--primary-gold), var(--accent-gold));
	color: var(--dark-black);
	padding: 1rem 2rem;
	border-radius: 50px;
	font-size: 1.5rem;
	font-weight: bold;
	display: inline-block;
	margin: 2rem 0;
	box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.included-item {
	background: rgba(212, 175, 55, 0.1);
	border: 1px solid var(--primary-gold);
	border-radius: 8px;
	padding: 1rem;
	margin-bottom: 0.5rem;
}

.section-divider {
	height: 4px;
	background: linear-gradient(90deg, var(--primary-gold), var(--accent-gold));
	border: none;
	border-radius: 2px;
	margin: 3rem 0;
}

.benefit-card {
	background: white;
	border-radius: 15px;
	padding: 2rem;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid #e9ecef;
}

.benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2);
	border-color: var(--primary-gold);
}

.benefit-icon {
	color: var(--primary-gold);
	font-size: 2.5rem;
	margin-bottom: 1rem;
}

.text-gold {
	color: var(--primary-gold) !important;
}

.bg-dark-custom {
	background: var(--dark-black) !important;
}

.bg-medium-custom {
	background: var(--medium-black) !important;
}

.final-cta {
	background: linear-gradient(135deg, var(--dark-black) 0%, var(--medium-black) 100%);
	color: var(--text-light);
	padding: 4rem 0;
	position: relative;
}

.contact-card {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--primary-gold);
	border-radius: 15px;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
}

.contact-card:hover {
	background: rgba(212, 175, 55, 0.1);
	transform: scale(1.05);
}

.contact-card a {
	color: var(--text-light);
	text-decoration: none;
}

.contact-card a:hover {
	color: var(--accent-gold);
}

/* tech */
.tech-slider-section {
	padding: 2rem 0;
	position: relative;
}
  
.slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
  
.slider-track {
	display: flex;
	width: fit-content;
	animation: scroll 30s linear infinite;
}
  
.slider-track:hover {
	animation-play-state: paused;
}
  
@keyframes scroll {
	0% {
	  	transform: translateX(0);
	}
	100% {
	  	transform: translateX(calc(-100px * 9)); /* Déplace de la largeur de tous les éléments */
	}
}
  
.tech-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 110px;
	padding: 10px;
	transition: transform 0.3s ease;
}
  
.tech-item:hover {
	transform: scale(1.2);
	z-index: 2;
}
  
.tech-item img {
	width: 40px;
	height: 40px;
	margin-bottom: 8px;
}
  
.tech-item span {
	font-size: 12px;
	text-align: center;
}
  
/* Contrôles pour pauser/reprendre */
.slider-controls {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	gap: 10px;
}
  
.slider-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.1);
	color: white;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
}
  
.slider-control:hover {
	background: rgba(0,0,0,0.2);
}
  
.slider-prev {
	left: 10px;
}
  
.slider-next {
	right: 10px;
}
  
/* Pour les écrans plus petits */
@media (max-width: 768px) {
	.tech-item {
	  	width: 80px;
	}
	@keyframes scroll {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(calc(-80px * 9));
		}
	}
}
/* Pour retirer l'espace à gauche du logo */
.rd-navbar-brand, 
.brand {
  	margin-left: 0 !important;
  	padding-left: 0 !important;
}

#bg-custom {
	background: #000000;
}

/* Pour le conteneur du logo */
.rd-navbar-panel {
  	padding-left: 0 !important;
  	margin-left: 0 !important;
}

/* conteneur principal */
.rd-navbar-inner {
  	padding-left: 0 !important;
}

/* Pour retirer les espaces en haut et en bas */
.rd-navbar-brand img, 
.brand img {
  	margin-top: 0 !important;
  	margin-bottom: 0 !important;
  	padding-top: 0 !important;
  	padding-bottom: 0 !important;
}

.card {
	overflow: visible;
	width: 190px;
	height: 254px;
}

.content {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 300ms;
	box-shadow: 0px 0px 10px 1px #000000ee;
	border-radius: 5px;
}

.front, .back {
	background-color: #151515;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 5px;
	overflow: hidden;
}

.back {
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.back::before {
	position: absolute;
	content: ' ';
	display: block;
	width: 160px;
	height: 160%;
	background: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
	animation: rotation_481 5000ms infinite linear;
}

.back-content {
	position: absolute;
	width: 99%;
	height: 99%;
	background-color: #151515;
	border-radius: 5px;
	color: #f5f5dc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.card:hover .content {
	transform: rotateY(180deg);
}

@keyframes rotation_481 {
	0% {
		transform: rotateZ(0deg);
	}

	0% {
		transform: rotateZ(360deg);
	}
}

.front {
	transform: rotateY(180deg);
	color: #f5f5dc;
}

.front .front-content {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.front-content .badge {
	background-color: #00000055;
	padding: 2px 10px;
	border-radius: 10px;
	backdrop-filter: blur(2px);
	width: fit-content;
}

.description {
	box-shadow: 0px 0px 10px 5px #00000088;
	width: 100%;
	padding: 10px;
	background-color: #00000099;
	backdrop-filter: blur(5px);
	border-radius: 5px;
}
  
.title {
	font-size: 11px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
}
  
.title p {
	width: 50%;
}
  
.card-footer {
	color: #ffffff88;
	margin-top: 5px;
	font-size: 8px;
}
  
.front .img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
  
.circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #e4bf67;
	position: relative;
	filter: blur(15px);
	animation: floating 2600ms infinite linear;
}
  
#bottom {
	background-color: #2b2f40;
	left: 50px;
	top: 0px;
	width: 150px;
	height: 150px;
	animation-delay: -800ms;
}
  
#right {
	background-color: #b5b8bf;
	left: 160px;
	top: -80px;
	width: 30px;
	height: 30px;
	animation-delay: -1800ms;
}
  
@keyframes floating {
0% {
	transform: translateY(0px);
}

50% {
	transform: translateY(10px);
}

100% {
	transform: translateY(0px);
}
}

.rd-navbar-inner {
	max-width: 100% !important;
	width: 100%;
}
  
.rd-navbar-default, 
.rd-navbar-wrap,
.rd-navbar, 
.rd-navbar-group {
	width: 100% !important;
}

button::-moz-focus-inner {
	border: 0;
}

:focus {
	outline: none;
}

input, select, textarea {
	outline: 0;
}

p {
	margin: 0;
}

dl {
	margin-bottom: 0;
}

dt {
	font-weight: 400;
}

address {
	margin: 0;
}

html p a:hover {
	text-decoration: none;
}

form {
	margin-bottom: 0;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	color: #9f9f9f;
	background-color: #f5f5dc;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
}

.page {
	overflow: hidden;
	background: #f5f5dc;  
}

/* ============================================
   STYLES POUR LES ERREURS AJAX DU FORMULAIRE
   VERSION ULTRA-VISIBLE
   ============================================
*/

/* Champ en erreur */
.form-input.is-invalid,
textarea.is-invalid,
select.is-invalid {
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15) !important;
    transition: all 0.3s ease;
}

/* Message d'erreur AJAX - VERSION ULTRA-VISIBLE */
.ajax-error-message {
    color: #dc3545 !important;
    font-size: 16px !important;  /* Taille fixe en pixels */
    font-weight: 700 !important;  /* Extra gras */
    display: block !important;
    margin-top: 12px !important;
    margin-bottom: 8px !important;
    padding: 12px 16px !important;
    background-color: #fff5f5 !important;
    border-left: 5px solid #dc3545 !important;
    border-radius: 6px !important;
    animation: slideDown 0.3s ease;
    line-height: 1.6 !important;
}

/* Icône d'erreur */
.ajax-error-message i {
    font-size: 16px !important;
    margin-right: 8px !important;
}

/* Animation d'apparition */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus sur champ en erreur */
.form-input.is-invalid:focus,
textarea.is-invalid:focus,
select.is-invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

/* Version mobile - encore plus grand */
@media (max-width: 768px) {
    .ajax-error-message {
        font-size: 18px !important;
        padding: 14px 18px !important;
    }
    
    .ajax-error-message i {
        font-size: 18px !important;
    }
}