/*
Colour
#bd4a00 Orange
#131414 Black
#faf4f0 White
#408992 Bleu Sombre
#48b3c0 Bleu
#7fb4c5 Bleu Clair
*/

* {
	padding:0;
	margin:0;
    font-family: 'Poppins', sans-serif;
}

body, html {
    background-color: #faf4f0;
    font-size: 14px;
    overflow-x: hidden;
}
a {
	color:#bd4a00;
}
a:hover {
	color:#bd4a00;
}

h1 {
    font-weight: 800;
    font-size: 40px;
    font-family: 'Lobster', cursive;
    letter-spacing: 1px; /* Ajuste selon ton besoin */
    font-stretch: expanded;
    color:#408992;
}

h2 {
    font-weight: 800;
    font-size: 32px;
    font-family: 'Lobster', cursive;
    letter-spacing: 1px; /* Ajuste selon ton besoin */
    font-stretch: expanded;
    color:#408992;
}

h3 {
    font-weight: 500;
    font-size: 19px;
    color:#131414;
}
h4 {
    font-weight: 500;
    font-size: 17px;
    color:#131414;
}
h5 {
    font-weight: 500;
    font-size: 16px;
    color:#131414;
}
h6 {
    font-weight: 500;
    color:#131414;
}

.product {
    font-weight: 600 !important;
    font-size: 25px !important;
    font-family: 'Lobster', cursive !important;
    letter-spacing: 1px;
    color: #408992 !important;
}

.white {
	color:#faf4f0 !important;
}
.black {
	color:#131414 !important;
}
.bluedark {
    color:#408992 !important;
}
.anadrive-color {
    color:#c98a0b !important;
    font-weight: bold !important;
}
.anodyn-color {
    color:#80649a !important;
    font-weight: bold !important;
}
.reverbia-color {
    color:#428c9e !important;
    font-weight: bold !important;
}
.diffonic-color {
    color:#5c628e !important;
    font-weight: bold !important;
}
.wavstering-color {
    color:#956554 !important;
    font-weight: bold !important;
}

.anadrive-bg-color {
    background-color: #c98a0b !important;
}
.anodyn-bg-color {
    background-color: #80649a !important;
}
.reverbia-bg-color {
    background-color: #428c9e !important;
}
.diffonic-bg-color {
    background-color: #5c628e !important;
}
.wavstering-bg-color {
    background-color: #956554 !important;
}
.lufsonic-color {
    color:#7b8898 !important;
    font-weight: bold !important;
}
.lufsonic-bg-color {
    background-color: #7b8898 !important;
}
.renamely-color {
    color:#8ea03f !important;
    font-weight: bold !important;
}
.renamely-bg-color {
    background-color: #8ea03f !important;
}
.hiddenColor {
    color:#9a9d9e !important;
    background-color: #ebeeee  !important;
}

.marginTop {
    margin-top: -10px;
}
.marginIndex {
    margin-top: 50px;
}
@media (max-width: 768px) {
    .marginIndex {
        margin-top: 0px;
    }
}

.simple-header {
    background-color: rgba(0, 0, 0, 0.08);
    background: linear-gradient(to left, transparent, rgba(250, 244, 240, 0.12));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding-top: -10px;
    z-index: 10;
    display: flex;
    align-items: center;
}

/* Logo par défaut pour ordinateur */
.simple-header .logo-1 {
    transform: scale(0.95);
}
/* Tablette */
@media (max-width: 992px) and (min-width: 576px) {
    .simple-header .logo-1 {
        transform: scale(0.8);
    }
}
/* Smartphone */
@media (max-width: 575px) {
    .simple-header .logo-1 {
        transform: scale(0.68);
    }
}

.titre-plugins {
    position: absolute;
    font-weight: 850;
    top: 25%;
    transform: translateY(70%);
    z-index: 2;
    width: 100%;
    text-shadow: 0 0 24px rgba(250, 244, 240, 0.35);
}

.anadrive-banner {
	background: #a1700d;
	background: linear-gradient(to left, #92670f, #f2b53b);
	padding:90px 0px;
	position:relative;
}
.anodyn-banner {
	background: #69527f;
	background: linear-gradient(to left, #58446a, #a76cdf);
	padding:90px 0px;
	position:relative;
}
.diffonic-banner {
	background: #4b5177;
	background: linear-gradient(to left, #444869, #7883d5);
	padding:90px 0px;
	position:relative;
}
.wavstering-banner {
	background: #8e5a47;
	background: linear-gradient(to left, #7c5142, #d57653);
	padding:90px 0px;
	position:relative;
}
.lufsonic-banner {
	background: #6b7586;
	background: linear-gradient(to left, #5f6975, #97a1b1);
	padding:90px 0px;
	position:relative;
}
.renamely-banner {
	background: #7b8f37;
	background: linear-gradient(to left, #6e7f32, #a8c451);
	padding:90px 0px;
	position:relative;
}

.simple-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;  /* Supprime le padding par défaut du container */
}

.simple-header .logo-link {
    margin-left: 0;  /* Aligne complètement à gauche */
    display: flex;
    align-items: center;
}

.simple-header .logo-1 {
    margin-left: 0;
    padding: 0px 0;  /* Ajoute un espace vertical égal (ajustez selon vos besoins) */
}

.logo-link {
    display: block;
}

.close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #faf4f0;
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.2s;
}
.close-btn {
    text-decoration: none;
}
.close-btn:hover, 
.close-btn:focus {
    text-decoration: none;
    outline: none;
}
h5.scramble {
    white-space: normal;
    word-break: normal;
    max-width: 100%;
}

.video-player {
	z-index: 3;
}

.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #bd4a00 !important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #408992;
}
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu.show {
    display: block;
    opacity: 1;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    margin-top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter-support: blur(7px); /* Ajout de cette ligne */
    border-radius: 12px;
    box-shadow: rgba(56, 47, 47, 0.3) 5px 16px 30px -16px;
    transition: opacity 0.1s ease;
    width: 80%;
}
.dropdown-item {
    color: #faf4f0;
    border-radius: 4px;
    display: flex;          /* active le flex pour l'élément */
    align-items: center;    /* centre verticalement le texte */
    padding: 1rem 1rem;        /* padding gauche/droite */
    height: auto;           /* laisse le contenu déterminer la hauteur */
    line-height: 1.2;       /* s'assure que le texte n'est pas écrasé */
    transition: background-color 0.1s;
    transition: opacity 0.1s ease;
}
.dropdown-toggle {
    color: #faf4f0;
}
.nav-link {
    color: #faf4f0; /* Couleur par défaut pour desktop */
    transition: color 0.1s ease;
    transition: opacity 0.1s ease;
}
.dropdown-item:hover {
    background-color: #faf4f0;
    color: #387b84;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
    right: 0px; /* Ajustez cette valeur selon votre besoin */
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #faf4f0;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #faf4f0;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
    box-shadow: rgba(56, 47, 47, 0.3) 5px 16px 30px -16px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: transparent;
}
.nav-item a:focus,
.nav-item a:active,
.navbar .nav-item .active,
.navbar .nav-link:focus {
  outline: none !important; /* Retire l'outline au focus */
  background-color: transparent !important; /* Supprime le fond bleu */
  box-shadow: none !important; /* Supprime l'ombre portée si elle est présente */
}

.nav-scroll .active {
	position: relative;
}
.banner {
	background: #408992;
	background: linear-gradient(to left, #408992, #7fb4c5);
	padding:90px 0px;
	position:relative;
}

.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner a.weblink {
	color: #faf4f0;
	border-bottom:1px dotted #faf4f0;
}
.banner a:hover {
	text-decoration:none;
}
.overview {
    position: relative;
    z-index: 2;
}
.svg-wave-products {
    position: absolute;
    bottom: -30px;
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.svg-wave {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.banner-text {
	padding-right:80px;
	margin:20px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.pastille {
    border-radius: 50% ;
    margin-bottom : 1.5rem;
}
.prelative {
	position:relative
}
.section-padding {
	padding: 0px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}

.bigLine {
    height: 2px;
    width: 200px;
    background: #48b3c0;
    display: block;
    margin: 20px auto 20px;
}

.line {
	height: 2px;
	width: 50px;
	background: #408992;
    color: #408992;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #408992;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 30px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #408992;
	background:  linear-gradient(to left, #408992, #7fb4c5);
	color: #faf4f0;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #bd4a00;
	padding: 10px 40px;
	border: 2px solid #bd4a00;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#bd4a00;
	color: #faf4f0;
	text-decoration:none;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
  
.plugins {
    margin-top  : 40px;
    margin-bottom  : 10px;
    margin-left : 10px;
    margin-right: 10px;
    background-clip: content-box;
    /*background-color: #e2e7e7;*/
    background-color: #ffffff;
    padding: 0px 0px;
    border-radius: 30px;
    position:relative;
    transition: opacity 0.3s ease;
    
    box-shadow: rgba(56, 47, 47, 0.44) 5px 16px 20px -10px;
}

.video-container-anodyn {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 58.9%; /* pour ratio 16:9 */
    overflow: hidden;
}
.video-container-anadrive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 38.9%; /* pour ratio 16:9 */
    overflow: hidden;
}
.video-container-reverbia {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.7%; /* pour ratio 16:9 66,7%*/
    overflow: hidden;
}
.video-container-diffonic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 53.7%; /* pour ratio 16:9 */
    overflow: hidden;
}
.video-container-wastering {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67.5%; /* pour ratio 16:9 */
    overflow: hidden;
}
.video-container-lufsonic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67.5%; /* pour ratio 16:9 */
    overflow: hidden;
}
.video-container-renamely {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67.5%; /* pour ratio 16:9 */
    overflow: hidden;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 1;
}

.video-iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.video-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-overlay {
	background: linear-gradient(to left, rgba(64, 137, 146, 0.80), rgba(127, 180, 197, 0.80));
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #faf4f0;
	color: #bd4a00;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 40px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.plugin-right {
    position: relative;
    width:25%;
}
.plugin-left {
    position: relative;
    width:25%;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:rgb(142, 30, 252);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #408992;
	background: linear-gradient(to left, #408992, #7fb4c5);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #faf4f0;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #faf4f0;
	border-bottom: 1px solid #faf4f0;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #faf4f0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #faf4f0;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #faf4f0;
	border-radius: 2rem;
	border: 0;
	background: #408992;
	background: linear-gradient(to left, #408992, #7fb4c5);
	cursor:pointer;
}
.links-info {
    padding: 2rem 2rem 2rem;
    border-radius: 30px;
    background: #408992;
    background: linear-gradient(to left, #408992, #7fb4c5);
    display: flex; /* Ajoute Flexbox */
    justify-content: center; /* Centre les éléments */
    align-items: center; /* Aligne verticalement les éléments */
    gap: 2.0rem; /* Espace entre les icônes */
    /* box-shadow: rgba(56, 47, 47, 0.3) 5px 16px 30px -16px; */
}

.links-info i {
    font-size: 40px; /* Ajuste la taille des icônes */
    color: #faf4f0; /* Assure-toi que les icônes sont visibles */
}

.contact-info {
	align-content: center !important;
	padding: 2rem 2rem 1rem;
	border-radius: 30px;
	background: #408992;
	background: linear-gradient(to left, #408992, #7fb4c5);
    /* box-shadow: rgba(56, 47, 47, 0.3) 5px 16px 30px -16px; */
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #408992;
	background: linear-gradient(to left, #408992, #7fb4c5);
	padding:100px 0px;
	position:relative;
    /* box-shadow: rgba(56, 47, 47, 0.3) 5px 16px 30px -16px; */
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: #faf4f0;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}

/* Pour les boutons et éléments block */
.scramble {
    display: inline-block; /* permet le centrage horizontal */
    max-width: 100%;
}
/* Spécifiquement pour les mots dans le texte */
span.scramble {
    display: block;  /* Force le comportement inline-block */
    vertical-align: baseline;  /* Garde l'alignement avec le texte */
}
.product.scramble {
    display: inline;
    margin-right: 0;
}

.align-items-center {
    align-items: center;
    justify-content: center;
}

.align-items-horizontal {
    display: flex;
    justify-content: center;
    margin-top: -10px;
}

.feature-image {
    display: flex;
    align-items: center;
    margin: 10px auto; /* Changez 10px 10px en 10px auto */
    border-radius: 20px;
    /* box-shadow: rgba(56, 47, 47, 0.6) 5px 16px 30px -16px; */
}

.feature-image img {
    border-radius: 20px; /* Arrondit les angles de l'image */
    overflow: hidden; /* Assure que le contenu reste dans les limites arrondies */
    align-items: center;
}

.feature-content {
    align-items: center; /* Centre verticalement */
    justify-content: flex-start; /* Aligne à gauche horizontalement */
    padding: 20px 20px;
}
.feature-content p {
    text-align: left;
}

/* Ajout des styles pour l'image */
.plugin-right {
    border-radius: 15px; /* Arrondi les angles */
    max-width: 100%;
    height: auto;
}
.plugin-left {
    border-radius: 15px !important; /* Arrondi les angles */
    max-width: 100%;
    height: auto;
}

/* Styles pour un écran plus large */
.plugin-section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px 15px;
}
.plugin-text {
    text-align: left; /* Centre le texte */
    flex: 35%; /* 40% pour le texte */
}
.plugin-right {
    flex: 65%; /* 60% pour l'image */
    text-align: right;
}
.plugin-right img {
    border-radius: 15px; /* Arrondi les angles */
    width: 100% !important; /* Force l'image à prendre 100% de la largeur */
    height: auto !important; /* Conserve les proportions */
}
.plugin-left {
    flex: 65%; /* 60% pour l'image */
    text-align: right;
}
.plugin-left img {
    border-radius: 15px; /* Arrondi les angles */
    width: 100% !important; /* Force l'image à prendre 100% de la largeur */
    height: auto !important; /* Conserve les proportions */
}

/* Social Icons Styling */
.social-icon {
    color: #faf4f0; /* Change to desired color */
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #bd4a00; /* Hover color */
}

/* Email and Address Icons Styling */
.contact-item i {
    font-size: 1.5rem;
    color: #bd4a00; /* Icon color */
    margin-right: 10px;
}

/* Shadow Custom Class for Images */
.shadow-custom {
    /* box-shadow: rgba(56, 47, 47, 0.9) 5px 16px 30px -16px; */
}

/* Price Info Styling */
.price-info {
    margin-top: 10px;
}

.price-info .original-price {
    font-size: 17px;
    color: #bd4a00;
    /*text-decoration: line-through;*/
    text-decoration-color: #bd4a00;
}

.price-info .discounted-price {
    font-size: 17px;
    color: #bd4a00; /* Discounted price color */
    font-weight: bold;
}

.price-info .tax-info {
    font-size: 15px;
    font-style: italic;
    color: #faf4f0; /* Change to desired color */
}

/* Footer Links Styling */
.footer-links h6 {
    color: #131414; /* Change to desired color */
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.footer-links h6 a {
    color: #131414; /* Change to desired color */
    text-decoration: none;
}

.footer-links h6 a:hover {
    text-decoration: none;
    color: #bd4a00; /* Hover color */
}

.mentions {
    color: #131414; /* Change to desired color */
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.underline {
    color: #131414; /* Change to desired color */
    margin-right: 10px;
    margin-left: 10px;
}

.swap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    /* Durée & easing plus subtile qu’un simple linear */
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.swap::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    /* Le texte de remplacement part 40% plus bas, invisible */
    transform: translateY(10%);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
    color: inherit;
}

.swap:hover {
    /* Le texte principal monte de 40%, disparaît légèrement */
    transform: translateY(10%);
    opacity: 0.7;
}

.swap:hover::after {
    /* Le texte de remplacement revient de 40% => 0 */
    transform: translateY(0);
    opacity: 1;
}

.imgZoom {
    position: relative;
}

.imgZoom img {
    object-fit: cover; /* Maintient le ratio de l'image */
    transition: transform 0.3s ease; /* Animation fluide */
}

.imgZoom:hover img {
    transform: scale(1.06); /* Zoom à 106% */
}

.privacy, .terms {
    background-color: #faf4f0;
}
.button.scramble {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button {
  background-color: #408992;
  width: auto;
  border-radius: 30px;
  border: none;
  color: #faf4f0;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 12px;
  cursor: pointer;
  transition-duration: 0.4s;
  /* box-shadow: rgba(56, 47, 47, 0.5) 5px 16px 30px -16px; */
}
.button:hover {
    text-decoration: none;
    background-color: #bd4a00;
    color: #faf4f0;
}

.vimeo-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.vimeo-wrapper iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%; /* 100% + 2 * 30% */
}

/* Styles video pour les smartphones en mode portrait */
@media (max-width: 992px) and (orientation: portrait) {
    .vimeo-wrapper {
        padding-bottom: 100%; /* 1:1 aspect ratio */
        width: 200%;
        left: -56.25%;
    }
}

#wave-animation {
    width: 100%;
    transform: rotate(180deg);
    overflow: hidden;
    clip-path: inset(0 0 0 0);
    margin-bottom: -80px;
}
#wave-animation2,
#wave-animation4 {
    width: 100%;
    height: 10%;
    transform: scale(1, 0.1);
    overflow: hidden;
    clip-path: inset(0 0 0 0);
}
#wave-animation3,
#wave-animation5 {
    width: 100%;
    height: 10%;
    transform: rotate(180deg) scale(1, 0.1);
    overflow: hidden;
    clip-path: inset(0 0 0 0);
}

.navbar-toggler .fas {
    font-size: 26px; /* Ajuste la taille de l'icône */
    color: #408992; /* Change la couleur */
}

.fa-bars {
    font-size: 26px; /* Ajuste la taille de l'icône */
    color: #408992; /* Change la couleur */
}

/* Supprime l'entourage blanc au clic */
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.scale, .translate {
    transition: transform 0.05s ease;
}

.button120 {
    width: 120px;
    white-space: nowrap;       /* empêche le retour à la ligne */
    overflow: hidden;          /* cache le texte qui dépasse */
    text-overflow: ellipsis;   /* ajoute "…" si le texte dépasse */
}
.button140 {
    width: 140px;
    white-space: nowrap;       /* empêche le retour à la ligne */
    overflow: hidden;          /* cache le texte qui dépasse */
    text-overflow: ellipsis;   /* ajoute "…" si le texte dépasse */
}
.button180 {
    font-weight: bolder;
    width: 180px;
    white-space: nowrap;       /* empêche le retour à la ligne */
    overflow: hidden;          /* cache le texte qui dépasse */
    text-overflow: ellipsis;   /* ajoute "…" si le texte dépasse */
}
.button200 {
    font-weight: bolder;
    width: 250px;
    white-space: nowrap;       /* empêche le retour à la ligne */
    overflow: hidden;          /* cache le texte qui dépasse */
    text-overflow: ellipsis;   /* ajoute "…" si le texte dépasse */
}
.buttonBuy {
    font-weight: bolder;
    font-size: 20px;
    width: 300px;
    white-space: nowrap;       /* empêche le retour à la ligne */
    overflow: hidden;          /* cache le texte qui dépasse */
    text-overflow: ellipsis;   /* ajoute "…" si le texte dépasse */
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .dropdown-menu {
        display: none;
    }
    .dropdown-menu.show {
        display: block;
    }
    
    #wave-animation {
        width: 100%;
        transform: rotate(180deg) scale(1, 1.5);
        overflow: hidden;
        clip-path: inset(0 0 0 0);
        margin-bottom: 0px;
    }
    #wave-animation2,
    #wave-animation4 {
        width: 100%;
        height: 50%;
        transform: scale(1, 0.5);
        overflow: hidden;
        clip-path: inset(0 0 0 0);
    }
    #wave-animation3,
    #wave-animation5 {
        width: 100%;
        height: 50%;
        transform: rotate(180deg) scale(1, 0.5);
        overflow: hidden;
        clip-path: inset(0 0 0 0);
    }
}

/* Smartphone et Tablette*/
@media all and (max-width:992px) {
    .navbar .navbar-collapse {
        width: 70%;
        max-width: 70%;
        height: 90%;
        max-height: 90%;
        min-height: 89%;
        overflow: auto;
        background: rgba(0, 0, 0, 0.3) !important;
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        -webkit-backdrop-filter-support: blur(7px); /* Ajout de cette ligne */
        box-shadow: rgba(56, 47, 47, 0.3) 5px 16px 30px -16px;
        padding: auto auto;
        border-radius: 12px;
        margin: auto auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .nav-scroll {
        background: #faf4f0;
        height: 63px;
    }

    .navbar-collapse {
        background: transparent !important;
        margin-top: 200px;
    }
    /* Centrage du menu principal */
    .navbar-nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 !important;
    }

    .nav-item {
        width: 100%;
    }
    .nav-link {
        text-align: center;
    }

    /* Styles pour les dropdowns */
    .dropdown-menu {
        border-radius: 12px;
        box-shadow: rgba(56, 47, 47, 0.3) 5px 16px 30px -16px;
        transition: opacity 0.1s ease;
        border: none;
        padding: 0;
        margin: 0;
        width: 60%;
        margin: auto;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.05); /* Légèrement plus foncé que le menu parent */
    }

    .dropdown-menu.show {
        display: block;
        margin-top: 5px;
    }

    .dropdown-item {
        color: #faf4f0;
        background-color: rgba(0, 1, 2, 0.05);
        border-radius: 4px;
        display: flex;          /* active le flex pour l'élément */
        align-items: center;    /* centre verticalement le texte */
        padding: 1rem 1rem;        /* padding gauche/droite */
        height: auto;           /* laisse le contenu déterminer la hauteur */
        line-height: 1.2;       /* s'assure que le texte n'est pas écrasé */
    }

    /* Pour centrer les items du dropdown */
    .navbar-nav .nav-item.dropdown {
        text-align: center;
        width: 100%;
    }

    .dropdown-toggle {
        text-align: center;
        width: 100%;
        padding: 8px 0;
    }

    /* Hover effects pour meilleure UX */
    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    /* Ajustements pour le conteneur principal */
    .navbar > .container {
        padding: 0 15px;
    }

    #contact_form {
        margin-bottom: 20px;
    }
}

/* Mini Smartphone */
@media all and (max-width:768px) {
    .nav-scroll .navbar-brand img, .navbar-brand img {
        transform: scale(0.85) !important;
        -webkit-transform: scale(0.85) !important;
        margin-left: -10px;
    }
    .banner-text {
        padding-right: 0px;
        margin: 10px 0px 0px;
    }
    .banner-text p {
        margin: 25px 0px;
    }
    .banner-text ul li a img {
        width: 140px;
        border-radius: 7px;
    }
    .sectioner-header {
        width: 90%;
    }
    .sectioner-header p {
        font-size: 14px;
    }
    .about-btn {
        padding: 5px 30px;
        margin-top: 0px;
        font-size: 16px;
    }
    .single-feature {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .team-detail {
        margin-top: 20px;
    }
    .team-detail img {
        width: 50%;
    }
    .bx-controls
    {
        display:none;
    }
    .bx-wrapper {
        margin: 0px 20px !important;
    }
    .slider .test-img img {
        margin: 0 auto;
    }
    .test-img {
        float:none;
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    .test-text {
        float: none;
        width: 100%;
        text-align: center;
    }
    .section-content {
        margin-top: 10px;
    }
    .faq-content {
        margin: 10px 0px;
    }
    .faq-content h4 {
        font-size: 16px;
    }
    .faq-content p {
        font-size: 13px;
    }
    #contact_form {
        margin-bottom:20px;
    }
    .contact-item {
        font-size: 12px;
    }
    .download ul li a img {
        width: 120px;
    }
    .footer-copy p {
        font-size: 10px;
    }
    .section-content {
        flex-direction: column; /* Empile les éléments */
    }
    .plugin-text {
        text-align: left; /* Centre le texte */
    }
    .plugin-section-content {
        display: block; /* Transforme le flex en bloc pour une meilleure gestion sur mobile */
    }
    .plugin-right {
        order: -1; /* Place l'image en premier */
        width: 100% !important; /* L'image prend toute la largeur */
        text-align: center; /* Centre l'image si nécessaire */
    }
    .plugin-right img {
        border-radius: 15px; /* Arrondi les angles */
        width: 100% !important; /* L'image s'étend à 100% de la largeur */
        height: auto !important; /* Conserve les proportions */
    }
    
    .plugin-left {
        width: 100% !important; /* L'image prend toute la largeur */
        text-align: center; /* Centre l'image si nécessaire */
    }
    .plugin-left img {
        border-radius: 15px; /* Arrondi les angles */
        width: 100% !important; /* L'image s'étend à 100% de la largeur */
        height: auto !important; /* Conserve les proportions */
    }
}




/* PASTILLE DE PRODUIT */
/* Conteneur principal avec flèches */
.scroll-btn {
    background: rgba(72, 179, 192, 1);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 2;
    transition: background 0.3s, opacity 0.3s;
}

.scroll-btn:hover {
    background: rgba(52, 154, 165, 1);
}

.scroll-btn.left {
    position: absolute;
    left: 10px;
}

.scroll-btn.right {
    position: absolute;
    right: 10px;
}

.navbarPlugins {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px; /* ajuste la hauteur verticale si besoin */
    
    display: flex;
    flex-direction: row;
    justify-content: center;     /* centre horizontalement */
    align-items: center;         /* centre verticalement */
    gap: 13px;
    
    list-style: none;
    margin-left: 10px;
    z-index: 10;
    transition: none !important;
}

.navbarPlugins .nav-item {
    display: flex;
}


.navbarPlugins .nav-link {
    color: #e1e0e0;
    font-size: 15px;
    text-decoration: none;
    padding: 8px 8px;
}

.navSelected{
    color: rgba(255, 255, 255, 0.3) !important;
    pointer-events: none;
    cursor: default;
}

.navbarPlugins .nav-link:hover {
    color: #a25e0c !important;
}

@media (max-width: 992px) {
    .navbarPlugins {
        display: none;
    }
}

/* COOKIES */
.cookie-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    color: #e9ecee; 
    display: none;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.cookie-banner.show { 
    display: flex; 
}
.cookie-content {
    background: #dfe1e2;
    color: #131414;
    padding: 30px;
    margin: 30px;
    border-radius: 20px;
    max-width: 500px;
    text-align: center;
}

/* FAQ */
.faq-item {
    border-bottom: 2px solid #d2dfe9;
    margin-bottom: 20px;
        padding-bottom: 20px;
}
.faq-question {
    font-weight: bold;
    color: #408992;
    cursor: pointer;
    padding: 15px 0;
    position: relative;
}
.faq-question:hover {
    color: #2d6b73;
}
.faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 20px;
    transition: transform 0.3s ease;
}
.faq-question.active::after {
    content: '−';
}
.faq-answer {
    display: none;
    padding: 10px 0;
    line-height: 1.6;
}
.faq-category {
    background: #ffffff !important;
    padding: 10px 20px;
    margin: 30px 0 20px 0;
    border-left: 4px solid #408992 !important;
}

.blog-image,
.blog-image img {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    border-radius: 20px;
}

.blog-image img,
.blog-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

/* Grand écran */
@media (min-width: 768px) {
    .blog-image img,
    .blog-image {
        width: 80%;
    }
}
/* Très grand écran */
@media (min-width: 1200px) {
    .blog-image img,
    .blog-image {
        width: 60%;
    }
}

/* ====================================
   MULTI-LANGUAGE SELECTOR
   ==================================== */

.language-dropdown {
    min-width: 180px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: none;
    padding: 10px 0;
}

.language-option {
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.language-option:hover {
    background-color: #f8f9fa;
    color: #408992 !important;
}

.flag-icon {
    margin-right: 8px;
    font-size: 16px;
}

.current-flag {
    margin-right: 6px;
    font-size: 16px;
}

.current-name {
    font-weight: 500;
}

.dropdown-header {
    color: #6c757d !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 20px;
}

.dropdown-divider {
    margin: 8px 0;
    border-color: #e9ecef;
}

/* Responsive language selector */
@media (max-width: 991px) {
    .language-dropdown {
        position: static;
        width: 100%;
        box-shadow: none;
        border: 1px solid #dee2e6;
        margin-top: 10px;
    }
    
    .current-language {
        justify-content: space-between;
    }
}

/* Language-specific text adjustments for optimal sizing */
.text-adjust-ja, .text-adjust-ko, .text-adjust-zh {
    font-size: 0.9em;
    line-height: 1.3;
}

.text-adjust-de, .text-adjust-nl {
    font-size: 0.95em;
    line-height: 1.2;
}

.text-adjust-ru {
    font-size: 0.92em;
    line-height: 1.25;
}