/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
	--bs-btn-color: #888888;
}


.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
}

.btn-primary {
    color: var(--bs-white);
}

.btn-outline-primary{color:#e41779;border-color:#e41779}
.btn-outline-primary:hover{color:#000;background-color:#e41779;border-color:#e41779}

.pink-bottom{
border-bottom: 1px solid var(--bs-pink);
}
/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}
/*
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
:root{
	--bs-primary: #FD2EA0;
	--bs-pink: #FD2EA0;
	--bs-fond: #0A1727;
    --bs-secondary: #1A1A1A;	
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	}
.bg-secondary {
  background-color: #1a1a1a !important;
}

.bg-contact-form {
  background-color: #888888 !important;
  color:#FFF;
}

.form-floating > label {
	color:#FFF;
}

/* SÉLECTEUR MAXIMAL POUR LES CHAMPS DE SÉLECTION */
.form-floating .form-select:focus, 
.form-select:focus {
    /* Nouvelle couleur de bordure (utilisez !important pour être sûr, même si non idéal) */
    border-color: #FD2EA0 !important; 
    
    /* Halo correspondant (utiliser la même couleur RGBA) */
    /* N'oubliez pas le !important ici aussi, car c'est la propriété qui est prioritaire */
    box-shadow: 0 0 0 0.25rem rgba(253, 46, 160, 0.25) !important; 
}

/* Vous pouvez aussi essayer d'ajouter un sélecteur plus générique pour les inputs/textareas */
.form-floating .form-control:focus {
    border-color: #FD2EA0 !important; 
    box-shadow: 0 0 0 0.25rem rgba(253, 46, 160, 0.50) !important; 
}

.border-0 {
  border: 0 !important;
}

.mt-2{
	margin-top:2px;
}
.mt-5{
	margin-top:5px;
}
.mt-15{
	margin-top:15px;
}
.mt-25{
	margin-top:25px;
}
.mt-80 {
    margin-top: 80px !important; /* Augmentez 50px à, par exemple, 80px */
}
.mb-2{
	margin-bottom:2px;
}
.mb-3{
	margin-bottom:3px;
}
.mb-5{
	margin-bottom:5px;
}
.mb-15{
	margin-bottom:15px;
}

.border-white{
	margin-left:5px;
	margin-right:5px;
  border-bottom: 1px solid var(--bs-white);
  line-height: 1.5;
  margin-top:1em;
  margin-bottom:1em;
}

.table-dark {
  --bs-table-bg: #0D0D0D;
  --bs-table-striped-bg: rgb(25.1, 25.1, 25.1);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(37.2, 37.2, 37.2);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(31.15, 31.15, 31.15);
  --bs-table-hover-color: #fff;
	color: #888888;;
}

.text-white{
	color:#FFF;
}

.text-yellow{
	color:#FAC76B;
}

.text-grey{
	color:#888888;
}

/* Primary Styles
---------------------------------*/
body {
	background:#0A1727;
	font-family: "Josefin Sans",sans-serif;
	font-optical-sizing: auto;
	font-size: 1.2rem;
	font-weight:normal;
	color:#888888;
	margin:0;
letter-spacing:0.1em;
}
 h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 1.5;
}

h2{
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #FAC76B;
}
h3{
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #FAC76B;
}

.h4 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

h5{
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fffff;
}

h6{
	font-size:16px;
	color:#888888;
	font-weight:400;
	text-align:center;
	margin:0 0 30px 0;
}
p{
/*	line-height:24px;*/
	margin:0;
font-family: "Alan Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a {
  color: #FD2EA0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #FD2EA0;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p{
	font-size: 1.2rem;
	text-align:justify;
}
.color-text{
  color: #FAC76B;
}
.description{
	font-size: 1.2rem;
}

.text-justify{
	text-align:justify;
}

.text-right{
	text-align:right;
}

.text-left{
	text-align:left;
}

.text-primary {
  color: #e41779 !important;
}
/*** Title ***/
.title {
    margin-bottom: 2rem;
}

.title .title-left,
.title .title-center,
.title .title-right {
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
}

.title .title-center {
    text-align: center;
}

.title .title-right {
    text-align: right;
}

.title .title-left h5,
.title .title-center h5,
.title .title-right h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.title .title-left h5::after,
.title .title-center h5::before,
.title .title-center h5::after,
.title .title-right h5::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    top: 9px;
    border-bottom: 1px solid var(--bs-pink);
}

.title .title-left h5::after,
.title .title-center h5::after {
    left: calc(100% + 15px);
}

.title .title-right h5::before,
.title .title-center h5::before {
    right: calc(100% + 15px);
}

.title .title-left h1,
.title .title-center h1,
.title .title-right h1 {
    border-bottom: 1px solid var(--bs-pink);
    color: #FAC76B;	
}

.title .title-left h2,
.title .title-center h2,
.title .title-right h2 {
    border-bottom: 1px solid var(--bs-pink);
    color: #FAC76B;	
}

.icon-color{
	color:#FD2EA0;
}

/* Header Styles
---------------------------------*/

.header{
	text-align:center;
	background-color:#0A1727;
	padding:200px 0;
}
.logo{
	width:250px;
	margin:0 auto 35px;
}
.header h1{
	font-size:50px;
	font-weight:400;
	letter-spacing: -1px;
	margin:0 0 22px 0 ;
	color:#fff;
}

.we-create{
	padding:0;
	margin:35px 0 55px;
}
.wp-pic{
	margin-bottom:20px;
}
.we-create li{
	display:inline-block;
	font-size:14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#FAC76B;
	color:#0A1727 !important;
	font-size:16px;
	font-weight:400;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.link:hover {
	text-decoration:none;
	color:#FD2EA0 !important;
	background:#0A1727;
	border:1px solid #FD2EA0;
}

.link:active, .link:focus {
	background: #0A1727;
	text-decoration:none;
	color:#FD2EA0 !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#0A1727;
	opacity:0.95;
/*	height:82px;*/
}
.main-nav{
	text-align:center;
	margin:10px 0 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
/*
	padding-top: 15px;
    padding-bottom: 15px;
*/
}
.main-nav li a{
	display:inline-block;
	color:#FAC76B;
	text-transform:uppercase;
	text-decoration: none;
/*	line-height:20px;*/
	margin:32px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:underline;
	color: #FD2EA0;
}


.main-section-header{
	padding:150px 0 80px;
}
.main-section{
	padding:50px 0 50px;
}

.main-section-events{
	padding:0px 0 10px;
}
.main-section-title-events{
	padding:50px 0 0px;
}

.main-section-testimonial{
	padding:50px 0 0px;
}
.main-section-testimonial-carousel{
	padding:10px 0 20px;
}

span.active {
    color: var(--bs-pink);
}

/* logo
------------------------------*/
	.small-logo{ display:none;}

@media only screen and (max-width: 992px) {
	.main-nav li.small-logo{ display:none;}
}

	.res-nav-tab_logo{ display:none;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.res-nav-tab_logo{ display:block;}
}

.small-logo{ 
  margin-top: -53px;
  	padding:0 70px;
}
.logo-menu {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;
    display: block;
    margin-top: 0px !important;
}

/* About
------------------------------*/
.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}

.tm-about-img-container {
  position: relative;
  margin: 0 auto;
  max-width: 568px;
  width: 100%;
}
.tm-about-img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -100;
}

#about {
    scroll-margin-top: 50px; /* valeur = hauteur du menu fixe */
}



/*-------------------------------------------------------------------------------------
    timeline
---------------------------------------------------------------------------------------*/
/*
#timeline{
    padding: 80px 0 50px;
/*    background-color: #f9f9ff;*
}
*/
.main-timeline{
    position: relative;
    overflow: hidden;
}
.main-timeline:before{
    content: "";
    width: 10px;
    height: 88%;
    border-right: 2px dotted #FD2EA0;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-100%););
}
.main-timeline .timeline{
    width: 50.1%;
    float: right;
    padding: 10px 100px 30px 50px;
    position: relative;
}
.main-timeline .timeline:before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FAC76B;
    border: 5px solid #fff;
    box-shadow: 0 0 0 3px #FD2EA0;
    position: absolute;
    top: 25px;
    left: -13px;
}
.main-timeline .timeline-content{
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .title{
    display: inline-block;
    padding: 5px 50px 5px 18px;
    margin: 0 0 10px 0;
    border: 1px solid #fff;
    background: #FD2EA0;
    box-shadow: 0 0 0 1px #FD2EA0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.main-timeline .title i{
    display: inline-block;
    font-size: 23px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #0A1727;
}
.main-timeline {
    padding: 0 15px;
/*    font-size: 15px;*/
    color: #888888;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.main-timeline .timeline:nth-child(2n){
    float: left;
    padding: 10px 50px 10px 100px;
}
.main-timeline .timeline:nth-child(2n):before{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content{ text-align: right; }
.main-timeline .timeline:nth-child(2n) .title{
    padding: 5px 15px 5px 50px;
}
.main-timeline .timeline:nth-child(2n) .title i{
    right: auto;
    left: 15px;
}
.main-timeline .timeline:nth-child(2n):before{
    background: #FAC76B;
    box-shadow: 0 0 0 3px #FD2EA0;
}
.main-timeline .timeline:nth-child(2n) .title{
    background: #FD2EA0;
    box-shadow: 0 0 0 1px #FD2EA0;
}
.main-timeline .timeline:nth-child(3n):before{
    background: #FAC76B;
    box-shadow: 0 0 0 3px #FD2EA0;
}
.main-timeline .timeline:nth-child(3n) .title{
    background: #FD2EA0;
    box-shadow: 0 0 0 1px #FD2EA0;
}
.main-timeline .timeline:nth-child(4n):before{
    background: #FAC76B;
    box-shadow: 0 0 0 3px #FD2EA0;
}
.main-timeline .timeline:nth-child(4n) .title{
    background: #FD2EA0;
    box-shadow: 0 0 0 1px #FD2EA0;
}

@media only screen and (max-width: 1200px){
    .main-timeline .title{
        font-size: 20px;
        padding-left: 10px;
    }
    .main-timeline .timeline:nth-child(2n) .title{ padding-right: 10px; }
}
@media only screen and (max-width: 990px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(2n){ padding: 10px 50px; }
}
@media only screen and (max-width: 767px){
    .main-timeline:before{ left: 20px; }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd){
        width: 100%;
        float: none;
        padding: 10px 50px 10px 55px;
    }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before{ left: 5px; }
    .main-timeline .timeline:nth-child(2n) .timeline-content{ text-align: left; }
    .main-timeline .timeline:nth-child(2n) .title{
        padding: 8px 55px 8px 10px;
    }
    .main-timeline .timeline:nth-child(2n) .title i{
        left: auto;
        right: 15px;
    }
}
@media only screen and (max-width: 479px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(2n){ padding: 10px 0 10px 55px; }
}

/* histoire centré
---------------------------------*

.histoire {
  position: relative;
  padding: 0;
  list-style: none;
}
.histoire:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.histoire > li {
  position: relative;
  min-height: 20px;
  margin-bottom: 20px;
}
.histoire > li:after, .histoire > li:before {
  display: table;
  content: " ";
}
.histoire > li:after {
  clear: both;
}
.histoire > li .histoire-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: justify;
}
.histoire > li .histoire-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.histoire > li .histoire-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.histoire > li .histoire-panel .title {
  text-align: left;
}

.histoire > li .histoire-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: #FD2EA0;
  border: 7px solid #FD2EA0;
  border-radius: 100%;
  background-color: #0A1727;
}

.histoire > li .histoire-image h4, .histoire > li .histoire-image .h4 {
  font-size: 13px;
  line-height: 14px;
  margin-top: 12px;
  color:#FFF;
}


.histoire > li.histoire-inverted > .histoire-panel {
  float: right;
/*  padding: 0 20px 0 20px;*
  text-align: justify;
}

.histoire > li.histoire-inverted > .histoire-panel:before {
  right: auto;
  left: -25px;
  border-right-width: 15px;
  border-left-width: 0;
}
.histoire > li.histoire-inverted > .histoire-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.histoire > li:last-child {
  margin-bottom: 0;
}
.histoire .histoire-body > ul,
.histoire .histoire-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .histoire:before {
    left: 50%;
  }
  .histoire > li {
    min-height: 20px;
    margin-bottom: 20px;
  }
  .histoire > li .histoire-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: justify;
  }
.histoire > li .histoire-panel .title {
  text-align: right;
}

  .histoire > li .histoire-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .histoire > li .histoire-image h4, .histoire > li .histoire-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .histoire > li.histoire-inverted > .histoire-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .histoire > li {
    min-height: 20px;
  }
  .histoire > li .histoire-panel {
    padding: 0 20px 20px;
  }
.histoire > li .histoire-panel .title {
  text-align: right;
}

  .histoire > li .histoire-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .histoire > li .histoire-image h4, .histoire > li .histoire-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .histoire > li.histoire-inverted > .histoire-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .histoire > li {
    min-height: 20px;
  }
  .histoire > li .histoire-panel {
    padding: 0 20px 20px 20px;
  }
.histoire > li .histoire-panel .title {
  text-align: right;
}
  .histoire > li .histoire-image {
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .histoire > li .histoire-image h4, .histoire > li .histoire-image .h4 {
    margin-top: 20px;
  }
  .histoire > li.histoire-inverted > .histoire-panel {
    padding: 0 20px 20px 20px;
  }
}
*/

/* histoire aligné à gauche
---------------------------------*/

.histoire {
  position: relative;
  padding: 0;
  list-style: none;
}
.histoire:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.histoire > li {
  position: relative;
  min-height: 20px;
  margin-bottom: 20px;
}
.histoire > li:after, .histoire > li:before {
  display: table;
  content: " ";
}
.histoire > li:after {
  clear: both;
}
.histoire > li .histoire-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: justify;
}
.histoire > li .histoire-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.histoire > li .histoire-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.histoire > li .histoire-panel .title {
  text-align: left;
}

.histoire > li .histoire-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: #FD2EA0;
  border: 7px solid #FD2EA0;
  border-radius: 100%;
  background-color: #0A1727;
}

.histoire > li .histoire-image h4, .histoire > li .histoire-image .h4 {
  font-size: 13px;
  line-height: 14px;
  margin-top: 12px;
  color:#FFF;
}


.histoire > li.histoire-inverted > .histoire-panel {
  float: right;
/*  padding: 0 20px 0 20px;*/
  text-align: justify;
}

.histoire > li.histoire-inverted > .histoire-panel:before {
  right: auto;
  left: -25px;
  border-right-width: 15px;
  border-left-width: 0;
}
.histoire > li.histoire-inverted > .histoire-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.histoire > li:last-child {
  margin-bottom: 0;
}
.histoire .histoire-body > ul,
.histoire .histoire-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .histoire:before {
    left: 40px;
  }
  .histoire > li {
    min-height: 20px;
    margin-bottom: 20px;
  }
.histoire > li .histoire-panel {
    float: right; /* On force le flottement à droite pour qu'il soit à droite de la barre */
    width: calc(100% - 110px); /* Ajuster la largeur: 100% moins l'espace à gauche (barre + image) */
    padding: 0 20px 20px 30px; /* Ajuster le padding pour qu'il commence après la barre/image */
    text-align: left; /* Ou 'justify' */
  }
  .histoire > li .histoire-panel .title {
  text-align: left;
}

  .histoire > li .histoire-image {
    left: 40px;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .histoire > li .histoire-image h4, .histoire > li .histoire-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .histoire > li.histoire-inverted > .histoire-panel {
    float: right;
    padding: 0 20px 20px 20px;
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .histoire > li {
    min-height: 20px;
  }
.histoire > li .histoire-panel {
    /* Le panneau doit toujours flotter à droite */
    float: right;
    width: calc(100% - 190px); /* Ajuster la largeur en fonction de la nouvelle taille d'image */
    padding: 0 20px 20px;
  }
  .histoire > li .histoire-panel .title {
  text-align: left;
}

  .histoire > li .histoire-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .histoire > li .histoire-image h4, .histoire > li .histoire-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
.histoire > li.histoire-inverted > .histoire-panel {
    float: right;
    padding: 0 20px 20px;
  }
 }
@media (min-width: 1200px) {
  .histoire > li {
    min-height: 20px;
  }
.histoire > li .histoire-panel {
    /* Le panneau doit toujours flotter à droite */
    float: right;
    width: calc(100% - 150px); /* Ajuster la largeur en fonction de la nouvelle taille d'image */
    padding: 0 20px 20px 20px;
  }
  .histoire > li .histoire-panel .title {
  text-align: left;
}
  .histoire > li .histoire-image {
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .histoire > li .histoire-image h4, .histoire > li .histoire-image .h4 {
    margin-top: 20px;
  }
.histoire > li.histoire-inverted > .histoire-panel {
    float: right;
    padding: 0 20px 20px 20px;
  }
 }

/* Services
---------------------------------*/
/*
.floating-card {
  position: absolute;
  background: var(--bs-pink);
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--bs-pink), transparent 90%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  animation: float 3s ease-in-out infinite;
  color:#0A1727;
}


.floating-card.design {
  top: 20%;
  left: -5%;
  animation-delay: 0s;
}

.floating-card.code {
  bottom: 10%;
  left: +60%;
  animation-delay: 1s;
}

.floating-card.creativity {
  top: 40%;
  left: +35%;
  animation-delay: 2s;
}

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

@keyframes float {

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

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

*/

.service-list{
	padding:0 0 0 0;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:1.5rem;
	display:block;
	color:#FD2EA0;
/*	font-family: 'FontAwesome';*/
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}


/*** event ***/
.service-item {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden;
}

/*
.service-item .service-img {
    position: relative;
    display: inline-block;
}
*/
.service-item .service-img img {
  width: 60%;         /* ajuste ici (ex : 60%, 50%, 200px…) */
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
/*  z-index: 2;          pour qu’elle reste au-dessus du ::before */
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: calc(50% - 12rem);
    height: calc(50% - 12rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3rem solid rgba(0, 0, 0, .5);
    border-radius: 300px;
    z-index: 1;
}

/*
.service-item .service-img::before {
  width: calc(100% - 6rem);  /* avant : 12rem → réduit le cercle *
  height: calc(100% - 6rem);
  border: 1.5rem solid rgba(0, 0, 0, .5);  /* avant : 3rem → plus fin *
}
*/

.service-item.service-item-left {
    border-radius: 500px 0 0 500px;
    background: linear-gradient(to right, var(--bs-secondary), var(--bs-fond));
}

.service-item.service-item-right {
    border-radius: 0 500px 500px 0;
    background: linear-gradient(to left, var(--bs-secondary), var(--bs-fond));
}

@media (max-width: 767.98px) {
    .service-item.service-item-left,
    .service-item.service-item-right {
        border-radius: 500px 500px 0 0;
        background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-fond));
/*        text-align: center;*/
    }
}



/*** Portfolio ***/
.portfolio-item {
    position: relative;
    overflow: hidden;
}

.portfolio-item::before,
.portfolio-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    transition: .5s;
}

.portfolio-item::after {
    left: auto;
    right: 0;
}

.portfolio-item:hover::before,
.portfolio-item:hover::after {
    width: 50%;
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    transition-delay: .5s;
    opacity: 1;
}

.portfolio-item .portfolio-overlay .portfolio-btn {
    display: flex;
    margin: 5px;
    margin-bottom: 60px;
}

.portfolio-item .portfolio-overlay .portfolio-name {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
}

img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.c-logo-part{
	background:#FAC76B;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0 20px;
}





/*** Testimonial ***/
.testimonial-carousel {
    max-width: 1200px;
    margin: 0 auto;
}
/*
.testimonial-carousel .owl-dots {
    margin-top: 5px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 10px;
    background: var(--bs-dark);
    border-radius: 100px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}
*/

.stars i {
  color: #FAC76B;
  margin: 0 1px;
}
/*
.col-lg-2.testimonial-item {
  display: flex;
  align-items: center;    
  justify-content: center; 
  height: auto;           
}
*/

/* Carousel relatif pour positionner les flèches */
.owl-carousel {
  position: relative;
}

/* Conteneur des flèches près du texte */
.owl-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
  justify-content: center;
  width: auto;
}
/* Boutons des flèches */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: static;
  background: transparent;
  border: none;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Supprime le contenu ::before par défaut */
.owl-nav button.owl-prev::before,
.owl-nav button.owl-next::before {
  content: "";
}

/* Injecter les icônes Font Awesome */
.owl-nav button.owl-prev i,
.owl-nav button.owl-next i {
  font-size: 2rem;
  color: white;
}

/* Couleur au survol */
.owl-nav button.owl-prev:hover i,
.owl-nav button.owl-next:hover i {
  color: #FAC76B;
}

/* Responsive */
@media (max-width: 768px) {
  .owl-nav {
    gap: 20px;
    bottom: 5px;       /* remonte un peu plus sur mobile */
  }

  .owl-nav button.owl-prev i,
  .owl-nav button.owl-next i {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .owl-nav {
    gap: 15px;
    bottom: 0px;
  }

  .owl-nav button.owl-prev i,
  .owl-nav button.owl-next i {
    font-size: 1.2rem;
  }
}


.item {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: white;
}

/* Bulle principale */
.item .bubble {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #e41779;
  color: white;
  padding: 6px 10px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 10;
  cursor: pointer;
  user-select: none;
}

/* Infobulle cachée par défaut */
.item .bubble-info {
  display: none;
  position: absolute;
  top: 45px;
  right: 10px;
  background-color: #fff;
  color: #333;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  width: auto;
  max-width: 400px; /* ✅ largeur maxi sur grand écran */
  font-size: 0.9rem;
  z-index: 20;
  word-wrap: break-word;
  box-sizing: border-box;
}

/* Quand la bulle est active, afficher l’infobulle */
.item .bubble.active + .bubble-info {
  display: block;
}

/* ✅ Responsive : ajustement pour téléphone */
@media (max-width: 576px) {
  .item .bubble-info {
    right: 5px;
    left: 5px;             /* centre l’infobulle sur mobile */
    top: 50px;
    max-width: none;       /* supprime la limite de 400px */
    width: calc(100% - 10px);
  }
}

/* team
------------------------------------*/
.icon-shield{
	color:#FD2EA0;
}

.team-box {
  position: relative;
  padding: 30px;
  padding-top: 2em;
  background: #fff;
  background: #18181c;
  float: left;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
background: linear-gradient(to top, var(--bs-secondary), var(--bs-fond));
}

@media screen and (max-width: 992px) {
.team-box {
    margin-bottom: 40px;
  }
}
.team-box .user {
  position: relative;
  margin-bottom: 20px;
}
.team-box .user img {
  width: 147px;
  height: 147px;
  margin-bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.team-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.team-box .position {
  font-size: 16px;
  color: #8f989f;
  display: block;
  margin-bottom: 30px;
}


/* artiste */


.artiste-item {
    position: relative;
}

.artiste-item .artiste-name {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
}

.artiste-item .artiste-body {
    position: relative;
    overflow: hidden;
}

.artiste-item .artiste-body .artiste-before,
.artiste-item .artiste-body .artiste-after {
    position: absolute;
    content: "";
    width: 0;
    height: calc(100% - 60px);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.artiste-item .artiste-body .artiste-after {
    left: auto;
    right: 0;
}

.artiste-item .artiste-body .artiste-before {
    text-align: right;
}

.artiste-item:hover .artiste-body .artiste-before,
.artiste-item:hover .artiste-body .artiste-after {
    width: 50%;
}

.artiste-item .artiste-body .artiste-before span,
.artiste-item .artiste-body .artiste-after span {
    margin: 5px;
    color: var(--bs-white);
    opacity: 0;
    transition: .5s;
}

.artiste-item:hover .artiste-body .artiste-before span,
.artiste-item:hover .artiste-body .artiste-after span {
    opacity: 1;
    transition-delay: .2s;
}



/* Albums
------------------------------------*/

.img-circle{border-radius:50%}

.templatemo-section {
	padding-bottom: 80px;
	padding-top: 80px;
}
.templatemo-album {
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.templatemo-album-images {
  float: left;
  width: 400px;
}
.templatemo-album-description {
  float: left;
  width: 120px;
}
.templatemo-album:hover .templatemo-album-description { color:#FD2EA0; }
.templatemo-album:hover .templatemo-album-img {
  top: 42px;
  left: 57px;
  width: 220px;
}
.templatemo-album-img {  
  position: absolute;
  top: 75px;
  left: 90px;
  z-index: 100;
  width: 150px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.templatemo-album-img-bg {
  position: absolute;
  top: 7px;
  left: 19px;
  z-index: -100;
}
.templatemo-album-img-frame {
  width: 400px;
  height: auto;
}
.templatemo-album-description {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.templatemo-album-artist { margin-top: 60px; }
.templatemo-album-date { margin-top: 130px; }


@media screen and (max-width: 1200px) {
  .templatemo-album-img {
    top: 85px;
    left: 100px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 46px;
    left: 58px;
  }
  .templatemo-album-img-bg { width: 255px; }
  .templatemo-album-images, .templatemo-album-img-frame { width: 350px; }
  .templatemo-album-artist { margin-top: 50px; }
  .templatemo-album-date { margin-top: 113px; }
}

@media screen and (max-width: 992px) {
  .templatemo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .templatemo-album-img {
    top: 59px;
    left: 74px;
    width: 70px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 45px;
    left: 58px;
    width: 100px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 245px; }
  .templatemo-album-img-bg { width: 175px; }
  .templatemo-album-artist { margin-top: 27px; }
  .templatemo-album-date { margin-top: 72px; }
  .templatemo-footer {
	border-top: 1px solid #dddddd;
    background: url('../images/footer.png') 80% 0;
    background-size: cover;
    height: 165px;
  }
}

@media screen and (max-width: 767px) {
  .templatemo-album { display: inline-block; }
  .templatemo-album-img-bg {
    top: 4.5px;
    left: 20px;
  }
}


@media screen and (max-width: 393px) {
  .templatemo-album { 
    padding-left: 10px; 
    padding-right: 10px;
  }
  .templatemo-album-img-frame { width: 240px; }
  .templatemo-album-img-bg { 
    width: 174px; 
    top: 0.5px;
    left: 11px;
  }
  .templatemo-album-img {
    top: 42px;
    left: 51px;
  }
  .templatemo-album:hover .templatemo-album-img {
    top: 27px;
    left: 36px;
  }
  .templatemo-album-images, .templatemo-album-img-frame { width: 200px; }
  .templatemo-album-img-bg { width: 150px; }
  .templatemo-album-artist { margin-top: 18px; }
  .templatemo-album-date { margin-top: 54px; }
  .tm-go-to-top {
    margin-left: 50%;
    width: 150px;
    height: 80px;
  }
}

  .custom-modal-bg {
    background-color: #0A1727;
  }
  .modal-title{
	color:#FAC76B;
	text-transform: uppercase;
  }
  .fw-bold {
    color: #FD2EA0 !important;
	text-transform: uppercase;
  }  
/* Contact
---------------------------------*/

.main-section .contact{
	padding:90px 0 100px;
}

.main-section .contact{
}

.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#FAC76B;
/*	font-family: 'FontAwesome';*/
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}

.contact_link a {
  color: #888888;
  text-decoration: none;
}
.contact_link a:hover, .contact_link a:focus{
	text-decoration:none;
}


.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#FAC76B;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #FAC76B;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}

.send-btn{
	width:175px;
	height:50px;
	background:#0A1727;
	border-radius:4px;
	border: 2px solid #FD2EA0;
	color:#FD2EA0;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.send-btn:hover{
	background: #FD2EA0;
	color: #000000;
}

.input-btn{
	width:175px;
	height:50px;
	background:#FAC76B;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #FAC76B;
    border:1px solid #FAC76B;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.userCode-contact {
  position: absolute;
  left: -5000px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.userCode {
  position: absolute;
  left: -5000px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* Footer
---------------------------------*/
/*
@keyframes footerAnimatedBg {
	0% {
        background-position: 0 0;
    }

	100% {
        background-position: -1000px 0;
    }
}

.footer {
	background-image: url(../images/footer-bg.png);
	background-position: 0px 0px;
    background-repeat: repeat-x;
	animation: footerAnimatedBg 50s linear infinite;
}
*/
.footer{
	border-top: 1px solid #dddddd;
	padding:5px 0 5px;
}
.footer-logo{
	margin:15px auto 15px;
	width: 120px;
}
.copyright{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a{
	color:#FAC76B;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #FD2EA0;
}


.res-nav_click {
	line-height:38px;
/*	font-family: 'FontAwesome';*/
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #FAC76B !important;
}

.portfolioContainer{
	max-width: 1140px;
}

/* sound play
---------------------------------*/

input[type=checkbox] {
  visibility: hidden;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.play:before {
content: url(../images/sound-off.png);  
  cursor: pointer;
}


#play:checked ~ label.play:before {
  content: url(../images/sound-on.gif);  
}

audio {
  visibility: hidden;
}

/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}


.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-fond);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-heading-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
}


/*stars*/
.fa-star{
	color:#FAC76B;
}
.rating { 
  border: none;
  float: left;
  margin:0px 0px 0px 28px;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin-top: 0px;
  padding:0px 5px 0px 5px;
    font-family: "Font Awesome 6 Free"; /* nécessaire */
  display: inline-block;
  content: "\f005";
  font-weight: 900; /* solid */
  }

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
	color: #fff; 
	float: right;
	margin:4px 1px 0px 0px;
	background-color:#9B9B8C;
	border-radius:15px;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { 
	background-color:#FAC76B !important;
  cursor:pointer;
} /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { 
	background-color:#FAC76B !important;
  cursor:pointer;
} 


/***** box langue flottante *****/
.floating-box {
  position: fixed;
  top: 20px;
  right: 20px;
/*
  background-color: #ff6f00;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
*/
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999; /* reste au-dessus de tout le contenu */
/*  cursor: default;*/
}

@media only screen and (max-width: 992px) {
	.floating-box{ display:none;}
}

/* Par défaut : caché sur les grands écrans */
.mobile-only {
  display: none;
}

.image-grand-ecran {
    /* Cache l'image sur tous les écrans par défaut */
    display: none; 
}

/* Affiché uniquement sur les petits écrans */
@media (max-width: 768px) {
  .mobile-only {
    display: inline-block !important; /* ou block selon ton design */
  }
}

/* Media Query pour les grands écrans (tablettes et ordinateurs de bureau) */
@media (min-width: 768px) {
    .image-grand-ecran {
        /* Affiche l'image lorsque l'écran est plus large que 992px */
        display: block; 
        /* Ou 'inline-block' ou 'flex', selon le contexte */
    }
}

/* Image responsive avec largeur maximale */
.responsive-img {
  width: 100%;        /* remplit la colonne par défaut */
  height: auto;       /* garde le ratio */
  display: block;
  margin: 0 auto;     /* centre dans la colonne si elle est plus petite */
}

/* Ajustement spécifique pour mobile */
@media (max-width: 767.98px) {
  .row figure.col-sm-4 {
    max-width: 60%;    /* réduit la largeur de la colonne sur mobile */
    margin: 0 auto;    /* centre la colonne */
  }
  
  .row figure.col-sm-4 img {
    max-width: 100%;   /* l'image remplit sa colonne réduite */
  }
}

/* Réduction de l'image sur les petits écrans */
@media (max-width: 767.98px) {
  .col-sm-4 figure img.responsive-img {
    max-width: 70%;     /* ajuste selon la taille souhaitée */
    height: auto;       /* garde le ratio */
    display: block;
    margin: 0 auto;     /* centre l'image dans sa colonne */
  }

  /* Si tu veux aussi centrer la colonne entière */
  .col-sm-4 {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .artiste-item img.responsive-img {
    max-width: 70%;   /* ajuste selon la taille souhaitée */
    height: auto;     /* conserve les proportions */
    display: block;
    margin: 0 auto;   /* centre l'image dans sa colonne */
  }

  /* Centrer la colonne entière si nécessaire */
  .col-sm-4 {
    text-align: center;
  }
}

