@import url(https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Alegreya:700);
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');

.img-thumbnail {
  padding: 0px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters > [class^="col-"],
.row-no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.mce-branding , #mceu_31{
    display: none !important;
}

.btn-google{
  display:inline-flex; align-items:center; gap:12px;
  height:40px; padding:0 12px;
  background:#fff; color:#3c4043;
  border:1px solid #dadce0; border-radius:4px;
  font-weight:500; line-height:40px; text-decoration:none;
  box-shadow:none; cursor:pointer;

}
.btn-google:hover{ box-shadow:0 1px 1px rgba(0,0,0,0.1);   color: #000000;}
.btn-google:active{ background:#f8f9fa; }
.btn-google:focus{ outline:2px solid #4285f4; outline-offset:2px; }
.btn-google .g-logo{
  width:18px; height:18px; display:inline-block;
  background: url('/images/google_g.svg') no-repeat center/contain;
}
.btn-google .g-label{ white-space:nowrap; }




a {
  color: #dddddd;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}

.text-jaune {
  color: #ffff00;
}

.glider{ overflow: hidden; }
        .container-fiche {
          max-width: 960px;
          margin: auto;
        }

.genre-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 15px 25px;
    margin: 0px;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
    min-width: 180px;
}


.genre2-btn {
    display: inline-block;

    color: #fff;
    padding: 5px 25px;
    margin: 0px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
    width: 100%;
	line-height: 40px !important;
}


.genre-btn:hover {
    background-color: #222;
    transform: scale(1.05);
}

.bp-fav {
  color: #000000;
      background-color: #d9d900;
}

.tmdb-result > .panel-heading {
  padding: 15px 0px;
}



	
#blockbp {
  margin: 0 !important;
  padding: 0 !important;
}

#blockbp > .col-xs-6 {
  padding: 0 !important;
}

.block_blanc{ text-align:center;
  color: #000000;
    background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
		
.tab-content {
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.3); /* noir à 50% de transparence */
}  
.tab-content  a, .tab-content  a:hover { /*color:#000000;*/ font-size:16px !important;}

/*.tab-content .btn{ color:#ffffff !important; }*/
.tab-content > .tab-pane {  background-color: tranparent  !important;}




  .embed-responsive video{border:0px solid #eeeeee !important; background-color:#000;border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
		.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #444;
  border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;
}

.nav-tabs > li > a {
  background-color: #000;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #444444;
}
.nav-tabs > li > a {

  border: 0px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: 0px 0px 0 0;
}


#video-thumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
}

#video-thumbs .thumb-wrapper {
  width: calc(100% / 6);
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
}

#video-thumbs .thumb-wrapper img {
  width: 100%;
  height: auto;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.4s ease;
}

#video-thumbs .thumb-wrapper img:hover {
  border-color: #ffffff;
}

.spinner {
  padding: 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
  #video-thumbs .thumb-wrapper {
    width: calc(100% / 4);
  }
}

@media (max-width: 480px) {
  #video-thumbs .thumb-wrapper {
    width: calc(100% / 3);
  }
}




.numero-overlay {
  position: absolute;
  top: 8px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 32px;
  border-radius: 4px;
  text-shadow: 0 1px 2px #000;
  z-index: 2;
}
.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  transition: transform 0.3s ease;
}

.image-wrapper:hover img {
  transform: scale(1.05);
}

.titre-fiche {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
  text-shadow: 0 1px 2px #000, 0 0 4px #000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.slider-item { position: relative; margin: 0px; }
.slider-item .image-wrapper { display:block; position:relative; }
.slider-item img { width:100%; height:auto; display:block; }
.slider-item .num {
  position:absolute; top:6px; left:6px; 
  background:rgba(0,0,0,.6); color:#fff; padding:2px 6px; font-size:11px; border-radius:3px;
}
.slider-item .slider-caption{
  position:absolute; left:0; right:0; bottom:0;
  background:rgba(0,0,0,.6); color:#fff; padding:6px 8px; font-size:12px;
}
.slider-item .etoiles {
font-size:11px !important;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 
    -1px -1px 2px #000,
     1px -1px 2px #000,
    -1px  1px 2px #000,
     1px  1px 2px #000,
     0px  0px 4px #000;
  text-align: center;
}

.slider-item .annee {
font-size:13px !important;
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 
    -1px -1px 2px #000,
     1px -1px 2px #000,
    -1px  1px 2px #000,
     1px  1px 2px #000,
     0px  0px 4px #000;
  text-align: center;
}

.slider-item .poster-wrapper {
  overflow: hidden;
  position: relative;
}

/* Image : animation de zoom */
.slider-item .poster-wrapper img {
  transition: transform 0.4s ease; /* durée et fluidité */
  transform: scale(1); /* état normal */
}

/* Effet au survol */
.slider-item:hover .poster-wrapper img {
  transform: scale(1.1); /* zoom de 10% */
}

.slider-item .poster-wrapper {
  overflow: hidden;
  position: relative;
}

/* Image par défaut */
.slider-item .poster-wrapper img {
  transform: scale(1);
  transition: transform 0.4s ease; /* petit zoom rapide */
}

/* Au survol : premier zoom rapide */
.slider-item:hover .poster-wrapper img {
  transform: scale(1.1);
}

/* Puis animation continue */
.slider-item:hover .poster-wrapper img {
  animation: zoomProgressif 3s ease forwards;
  animation-delay: 0.4s; /* démarre après la transition initiale */
}

/* Keyframes : zoom lent supplémentaire */
@keyframes zoomProgressif {
  from { transform: scale(1.1); }
  to   { transform: scale(1.4); } /* zoom total au bout de 3s */
}







.poster-wrapper {
  position: relative;
  width: 100%;
  padding-top: 150%; /* 500x750 ratio portrait */
  overflow: hidden;
  background: #111;
  perspective: 1000px; /* profondeur pour l'effet 3D */
}

.poster-wrapper img {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transform-origin: center center;
}

.poster-wrapper:hover img {
  transform: rotateY(20deg) scale(1.02); /* pivot + léger zoom */
  box-shadow: 0 10px 20px rgba(0,0,0,0.6);

  backface-visibility: hidden; /* évite l’effet de mirroir */
}


.code {
background: rgba(0, 0, 0, 0.8); /* fond noir transparent à 80% */
  color: #fff; /* texte blanc opaque */
  padding: 10px 15px;
  border-radius: 10px;
  border: 2px solid #fff; /* bordure blanche sur tous les côtés */
  font-family: monospace;
  font-size: 0.95rem;
  white-space: pre-wrap; /* pour que le texte s'affiche correctement */
  overflow-x: auto; /* scroll horizontal si nécessaire */
  }

#block_contact_add{ 
position:absolute;
z-index:100;
max-width:450px; max-height:200px; min-height:40px;
padding:10px;
overflow:auto;
-moz-box-shadow:4px 4px 10px #000000; -webkit-box-shadow:4px 4px 10px #000000; box-shadow:4px 4px 10px #000000;
background-color:#ffffff; 
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

.bulle-feedback {
  position: absolute;
  top: 100%; /* juste sous le bouton */
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  border: 1px solid white;
  border-radius: 6px;
  padding: 10px 14px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.9);
  z-index: 1000;
  min-width: 220px;
  text-align: center;
  font-size: 0.9em;
  display: none; /* masquée par défaut */
}

/* Petite flèche de BD en bas du bouton */
.bulle-feedback::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 10px 8px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

/* Contour blanc autour de la flèche */
.bulle-feedback::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 9px 11px 9px;
  border-style: solid;
  border-color: transparent transparent white transparent;
  z-index: -1;
}

.bulle-feedback {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.bulle-feedback.hidden {
  display: none !important;
}
.bulle-feedback.show {
  opacity: 1;
}

#block_contact_add ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
	
	
#block_contact_add  li {
        transition: background-color 0.3s ease;
		padding: 2px;
    }
	
#block_contact_add li:hover {
        background-color: #dddddd;
    }






#block_client2{ 
position:absolute;
z-index:100;
max-width:450px; max-height:200px; min-height:40px;
padding:10px;
overflow:auto;
-moz-box-shadow:4px 4px 10px #000000; -webkit-box-shadow:4px 4px 10px #000000; box-shadow:4px 4px 10px #000000;
background-color:#ffffff; 
border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}

#block_client2 ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
	
	
#block_client2  li {
        transition: background-color 0.3s ease;
		padding: 1px;
    }
	
#block_client2  li a{
 font-size:13px !important;
}	
	
	
#block_client2 li:hover {
        background-color: #dddddd;
    }





@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.rotate-icon { animation: rotate 2s infinite linear; }

.nav li {display:inline-block; }

.fa-waze { display: block;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background: url(../images/waze.svg);
  background-size: 32px 32px; fill:#0059b3 }

.nav > li > a, .nav > li > a {
    text-decoration: none;

	color:#fdfdff !important;
    padding: 8px 10px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
}

.navbar-default .navbar-nav > .active > a,
 .navbar-default .navbar-nav > .active > a:focus,
 .navbar-default .navbar-nav > .active > a:hover {
  color: #FFFFFF;
  background-color: transparent;
}
.navbar-default {
  background-color: #000000bb;
  border-color: transparent;
}

input {
color:#000;
}
.navbar-default .navbar-nav > .active > a,
 .navbar-default .navbar-nav > .open > a {
  background-image: url('');
}
.table-striped {
  color: #FFFFFF;
}
.table-striped > tbody > tr {
  background-color: #111;
  color: #FFFFFF;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #222;
  color: #FFFFFF;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: 1px solid #222;
}
.cache { color:transparent }
.cache:hover { background-color:#ffffff; color:#000000 }

.text-lettre {font-size: 22px; color: #000000; font-weight:900; }
    .dpe_liste,.ges_liste  {
        list-style-type: none; /* Retire les puces */
        padding: 0; /* Supprime le padding par défaut */
        margin: 0; /* Supprime la marge par défaut */
    }

    .dpe_liste li,.ges_liste li{
        padding: 2px 10px; /* Réduit l'épaisseur des éléments de la liste */
        margin: 0 0; /* Réduit l'espacement entre les éléments */
        border-radius: 4px; /* Ajoute un arrondi léger aux éléments */
    }

    .dpe_liste input[type="radio"], .ges_liste input[type="radio"] {
        margin-right: 5px; /* Ajoute un espace entre le bouton radio et l'étiquette */
    }
	
    .dpe_liste label, .ges_liste label {
        margin: 0; /* Supprime la marge par défaut du label */
        padding: 2px 5px; /* Ajuste le padding du label */
        line-height: 1.5; /* Ajuste la hauteur de ligne pour le label */
    }	

#proposition{ 
position: fixed;
right:0px;
bottom:0px;
}

#debug_fiche{ 
position: fixed;
left:10px;
bottom:20px;
}

.rotate-step {
  animation: spinStep 5s linear infinite;
}

@keyframes spinStep {
  0%   { transform: rotate(0deg); }
  30%  { transform: rotate(180deg); }
  50%  { transform: rotate(180deg); } /* pause après 180° */
  80%  { transform: rotate(360deg); }
  100% { transform: rotate(360deg); } /* pause après 360° */
}


.rotate {
  animation: spin 3s linear infinite;
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


	.table-rounded {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
}

.table-rounded th:first-child {
  border-top-left-radius: 6px;
}

.table-rounded th:last-child {
  border-top-right-radius: 6px;
}

.table-rounded tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

.table-rounded tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

.text-violet {    color: #b300b3;}
.text-cyan {    color: #00a3d9;}

.fa-star.nok{background: linear-gradient(120deg,#ffffff 0%,#dddddd 100%);background-clip: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.fa-star.ok{background: linear-gradient(120deg,#ffff00 0%,#ff9326 100%);background-clip: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.fa-star.ok.immo{background: linear-gradient(120deg,#b9ff73 0%,#008c23 100%);background-clip: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.fa-star.ok.affaire{background: linear-gradient(120deg,#ff99b3 0%,#d90000 100%);background-clip: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.txt-center {
  text-align: center;
}
.hide {
  display: none;
}


.note {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
}

.div_bandeau { position:absolute; left:15px; top:-0px;  }
.div_bandeau2 { position:absolute; right:15px; bottom:-0px;  }


.rating {
	font-size: 1.2em;
    width: 115px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label  {
font-size: 1.2em;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
	background: linear-gradient(120deg,#ffffff 0%,#dddddd 100%);background-clip: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    background: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before{
content: "\f005";
display: inline-block;
font: normal normal normal 28px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
position: absolute;
top: 0;
background: linear-gradient(120deg,#ffff00 0%,#ff9326 100%); background-clip: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}

.rating > label.checked {
font-size: 1.2em;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
	background: linear-gradient(120deg,#ffff00 0%,#ff9326 100%);background-clip: border-box;-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}



/* pour comizy*/
.recherche_box > a {color:#333; text-shadow:0px 0px 0px #fff;}
.recherche_box > a:hover {color:#000;  text-shadow:2px 2px 5px #000;}
.recherche_box { padding:15px; z-index:2; top: 42px; position:absolute; overflow:auto; min-height:50px; max-height:400px; background-color:#fff; box-shadow:4px 4px 10px #000000;  }
#j1,#j2,#j3,#j4,#j5,#j6,#j7,#j15,#j30 { display:inline-block; margin-right:10px; cursor: pointer; font-size:10px; color:#888 }
#j1:hover,#j2:hover,#j3:hover,#j4:hover,#j5:hover,#j6:hover,#j7:hover,#j15:hover,#j30:hover {color:#000}
.survole:hover { background-color:#000 !important; color:#fff }
.datetimepicker .today,.datetimepicker .day ,.datetimepicker .switch,.datetimepicker .prev,.datetimepicker .next,.datetimepicker .month,.datetimepicker .year, .heure .cell {text-align:center;}
.datetimepicker .month, .datetimepicker .year {padding:4px}
.datetimepicker .today:hover, .datetimepicker .day:hover , .datetimepicker .prev:hover,.datetimepicker  .next:hover,.datetimepicker  .switch:hover, .datetimepicker .month:hover, .datetimepicker .year:hover,
.heure .cell:hover  {background-color:#ddd;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;cursor:pointer;color:#000;}
.datetimepicker .day.active {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;cursor:pointer;color:#fff;background-color: #428bca;border-color: #357ebd;}
.datetimepicker .day.active:hover { color: #ffffff; background-color: #3276b1; border-color: #285e8e;} 
.datetimepicker .day.old {color:#aaa;}
.heure .cell { color:000; }

.tmdb-result.selected {
  border: 2px solid #5cb85c; /* vert Bootstrap */
  box-shadow: 0 0 10px rgba(0, 128, 0, 0.5);
  background-color:#008c46;
}
.tmdb-result:hover {
  border: 2px solid #ffffff; /* vert Bootstrap */
cursor:pointer;
}

.noactif { background-color:rgba(255,255,255,0.5) !important; }
.noactif>a>img{ opacity :0.5;}
.noactif:hover>a>img{ opacity :1;}
.tab-content .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


.thumbnail-overlay {
  position: relative;
  display: inline-block;
  width: 100%;
}

.thumbnail-overlay img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s;
}

.thumbnail-overlay .overlay-title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-shadow: 1px 1px 4px #000;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent background */
}

.thumbnail-overlay:hover img {
  opacity: 0.5;
}

.survole {background-color:#eee; color:#000000 }
.survole:hover {background-color:#444444;  color:#dddddd }



.montitre{font-family: 'Fredericka the Great', cursive;color:blue;}
 .panel-body:first-child {color:white;}
.spoil { color:#eee; background-color:#eee; border-bottom:1px dotted #a00 }
.spoil:hover { color:#000000; background-color:transparent; border-bottom:0px dotted #a00; cursor:none  }
.fright{float:right}
.form_date .input-group-addon:hover, table .day:hover, table .prev:hover, table .next:hover{cursor:pointer; }
.transparent { opacity: 0.3 !important; -moz-opacity:0.3 !important; -ms-filter: "alpha(opacity=30)"; filter: alpha(opaciy=30) !important; }


.badge-rouge {color: #fff; background-color: #AA0000;}
.badge-vert {color: #fff; background-color: #3c763d;}
.badge-danger {color: #fff; background-color: #a94442;}
.badge-warning {color: #fff; background-color: #8a6d3b;}
.badge-info {color: #fff; background-color: #31708f;}
.badge-success {color: #fff; background-color: #00aa00;}
.badge-bleu {color: #fff; background-color: #0000aa;}
.badge-violet {color: #fff; background-color: #b300b3;}
.badge-cyan {color: #fff; background-color: #00a3d9;}

.bg-success { background-color: #dff0d8 !important; }
.bg-warning { background-color: #fcf8e3 !important; }
.bg-danger  { background-color: #f2dede !important; }
.bg-info    { background-color: #d9edf7 !important; }

#ass_etat option[value="0"] { background-color: #dff0d8; } /* Vert (success) */
#ass_etat option[value="1"] { background-color: #fcf8e3; } /* Jaune (warning) */
#ass_etat option[value="2"] { background-color: #f2dede; } /* Rouge (danger) */
#ass_etat option[value="3"] { background-color: #d9edf7; } /* Bleu (info) */

.btn input{color:#000 }

.row-fluid {
    margin-right: -2px;
    margin-left: -2px;

}

.row-fluid button,.row-fluid input,.row-fluid select,.row-fluid textarea {
    line-height: normal;
}

.row-fluid select{
padding:2px
}
.row-fluid .col-lg-1, .row-fluid .col-lg-10, .row-fluid .col-lg-11, .row-fluid .col-lg-12, .row-fluid .col-lg-2, .row-fluid .col-lg-3, .row-fluid .col-lg-4, .row-fluid .col-lg-5, .row-fluid .col-lg-6, .row-fluid .col-lg-7, .row-fluid .col-lg-8, .row-fluid .col-lg-9, .row-fluid .col-md-1, .row-fluid .col-md-10, .row-fluid .col-md-11, .row-fluid .col-md-12, .row-fluid .col-md-2, .row-fluid .col-md-3, .row-fluid .col-md-4, .row-fluid  .col-md-5, .row-fluid  .col-md-6, .row-fluid  .col-md-7, .row-fluid  .col-md-8, .row-fluid  .col-md-9, .row-fluid  .col-sm-1, .row-fluid  .col-sm-10, .row-fluid  .col-sm-11, .row-fluid  .col-sm-12, .row-fluid  .col-sm-2, .row-fluid  .col-sm-3, .row-fluid  .col-sm-4, .row-fluid  .col-sm-5, .row-fluid  .col-sm-6, .row-fluid  .col-sm-7, .row-fluid  .col-sm-8, .row-fluid  .col-sm-9, .row-fluid  .col-xs-1,
.row-fluid .col-xs-10, .row-fluid .col-xs-11, .row-fluid .col-xs-12, .row-fluid .col-xs-2, .row-fluid .col-xs-3, .row-fluid .col-xs-4, .row-fluid .col-xs-5, .row-fluid .col-xs-6, .row-fluid .col-xs-7, .row-fluid .col-xs-8, .row-fluid .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
}

.etat-affaire-0, .etat-affaire-0 a {color: #000000; font-weight:900}
.etat-affaire-1, .etat-affaire-1 a {color: #0080ff; font-weight:900}
.etat-affaire-2, .etat-affaire-2 a {color: #55ff55; font-weight:900}
.etat-affaire-3, .etat-affaire-3 a {color: #00d200; font-weight:900}
.etat-affaire-4, .etat-affaire-4 a {color: #009500; font-weight:900}
.etat-affaire-5, .etat-affaire-5 a {color: #aa0000; font-weight:900}
.etat-affaire-7, .etat-affaire-7 a {color: #aa0000; font-weight:900}
.bg-etat-affaire-0 {background-color: #ffffff;color: #000000;}
.bg-etat-affaire-1 {background-color: #0080ff;color: #ffffff;}
.bg-etat-affaire-2 {background-color: #55ff55;color: #ffffff;}
.bg-etat-affaire-3 {background-color: #00d200;color: #ffffff;}
.bg-etat-affaire-4 {background-color: #009500;color: #ffffff;}
.bg-etat-affaire-5 {background-color: #aa0000;color: #ffffff;}
.bg-etat-affaire-7 {background-color: #aa0000;color: #ffffff;}

.etat-immo-0, .etat-immo-0 a {color: #ff0000; font-weight:900}
.etat-immo-1, .etat-immo-1 a {color: #b30000; font-weight:900}
.etat-immo-2, .etat-immo-2 a {color: #666666; font-weight:900}
.etat-immo-3, .etat-immo-3 a {color: #ff8000; font-weight:900}
.etat-immo-4, .etat-immo-4 a {color: #000000; font-weight:900}
.etat-immo-5, .etat-immo-5 a {color: #8600b3; font-weight:900}
.etat-immo-6, .etat-immo-6 a {color: #0086b3; font-weight:900}
.etat-immo-7, .etat-immo-7 a {color: #336600; font-weight:900}
.etat-immo-8, .etat-immo-8 a {color: #59b300; font-weight:900}
.bg-etat-immo-0 {background-color: #ffb299;color: #000000;}
.bg-etat-immo-1 {background-color: #ff9673;color: #ffffff;}
.bg-etat-immo-2 {background-color: #eeeeee;color: #ffffff;}
.bg-etat-immo-3 {background-color: #ffff99;color: #ffffff;}
.bg-etat-immo-4 {background-color: #eeeeee;color: #ffffff;}
.bg-etat-immo-5 {background-color: #efbfff;color: #ffffff;}
.bg-etat-immo-6 {background-color: #bfffff;color: #ffffff;}
.bg-etat-immo-7 {background-color: #99ff99;color: #ffffff;}
.bg-etat-immo-8 {background-color: #bfffbf;color: #ffffff;}

.etat-droit-0, .etat-droit-0 a {color: #000000; font-weight:300;}
.etat-droit-1, .etat-droit-1 a {color: #aa0000; font-weight:300;}
.etat-droit-2, .etat-droit-2 a {color: #f40000; font-weight:900;}
.etat-droit-3, .etat-droit-3 a {color: #ff8040; font-weight:100;}
.etat-droit-4, .etat-droit-4 a {color: #ff8040; font-weight:800;}
.etat-droit-5, .etat-droit-5 a {color: #8600b3; font-weight:100;}
.etat-droit-6, .etat-droit-6 a {color: #ff4ca6; font-weight:100;}
.etat-droit-7, .etat-droit-7 a {color: #009500; font-weight:800;}
.etat-droit-8, .etat-droit-8 a {color: #00a3d9; font-weight:800;}
.etat-droit-9, .etat-droit-9 a {color: #8600b3; font-weight:800;} 

.bg-etat-droit-0 {background-color: #ffffff;color: #000000;}
.bg-etat-droit-1 {background-color: #aa0000;color: #ffffff;}
.bg-etat-droit-2 {background-color: #f40000;color: #ffffff;}
.bg-etat-droit-3 {background-color: #ff8040;color: #ffffff;}
.bg-etat-droit-4 {background-color: #ff8040;color: #ffffff;}
.bg-etat-droit-5 {background-color: #8600b3;color: #ffffff;}
.bg-etat-droit-6 {background-color: #ff0000;color: #ffffff;}
.bg-etat-droit-7 {background-color: #59b300;color: #ffffff;}
.bg-etat-droit-8 {background-color: #00ffff;color: #ffffff;}
.bg-etat-droit-9 {background-color: #8600b3;color: #ffffff;}

.datetimepicker .today,.datetimepicker .day ,.datetimepicker .switch,.datetimepicker .prev,.datetimepicker .next,.datetimepicker .month,.datetimepicker .year, .heure .cell {text-align:center;}
.datetimepicker .month, .datetimepicker .year {padding:4px}
.datetimepicker .today:hover, .datetimepicker .day:hover , .datetimepicker .prev:hover,.datetimepicker  .next:hover,.datetimepicker  .switch:hover, .datetimepicker .month:hover, .datetimepicker .year:hover,
.heure .cell:hover  {background-color:#ddd;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;cursor:pointer;color:#000;}
.datetimepicker .day.active {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;cursor:pointer;color:#fff;background-color: #428bca;border-color: #357ebd;}
.datetimepicker .day.active:hover { color: #ffffff; background-color: #3276b1; border-color: #285e8e;} 
.datetimepicker .day.old {color:#aaa;}
.heure .cell { color:000; }

 
.img-responsive { margin: 0 auto;}
.text-gris {color: #cacaca;}
a.text-gris:hover { color: #b3b3b3;}
.bg-gris {background-color: #CCCCCC;}
a.bg-gris:hover {background-color: #FFFFFF;}
.btn-gris:hover,.btn-gris:focus,.btn-gris:active,.btn-gris.active,.open .dropdown-toggle.btn-gris 
{color: #fff; background-color: #d6d6d6; border-color: #c1c1c1;}
.btn-gris:active,.btn-gris.active,.open .dropdown-toggle.btn-gris {background-image: none;}
.btn-gris.disabled,.btn-gris[disabled],fieldset[disabled] .btn-gris,.btn-gris.disabled:hover,.btn-gris[disabled]:hover,fieldset[disabled] .btn-gris:hover, .btn-gris.disabled:focus,.btn-gris[disabled]:focus,fieldset[disabled] .btn-gris:focus, .btn-gris.disabled:active,.btn-gris[disabled]:active,fieldset[disabled] .btn-gris:active,.btn-gris.disabled.active,.btn-gris[disabled].active,fieldset[disabled] .btn-gris.active 
{background-color: #e5e5e5; border-color: #d43f3a;}
.btn-gris .badge {color: #e5e5e5;background-color: #fff;}
.label-gris {background-color: #e5e5e5;}
.label-gris[href]:hover,.label-gris[href]:focus {background-color: #d1d1d1;}
.alert-gris {  color: #cacaca;  background-color: #FFFFFF;  border-color: #FFFFFF;}
.alert-gris hr {  border-top-color: #FFFFFF;}
.alert-gris .alert-link {  color: #b3b3b3;}
.panel-gris {border-color:black;}
.panel-gris > .panel-heading {color: #cacaca;  background-color: black; border-color: #FFFFFF;}
.panel-gris > .panel-heading + .panel-collapse .panel-body {border-top-color: #FFFFFF;}
.panel-gris > .panel-footer + .panel-collapse .panel-body {border-bottom-color: #FFFFFF;}

.text-rouge {color: #AA0000;}
a.text-rouge:hover { color: #AA0000;}
.bg-rouge {background-color: #ffaaaa;}
a.bg-rouge:hover {background-color: #FFFFFF;}
.btn-rouge:hover,.btn-rouge:focus,.btn-rouge:active,.btn-rouge.active,.open .dropdown-toggle.btn-rouge 
{color: #fff; background-color: #AA0000; border-color: #AA0000;}
.btn-rouge:active,.btn-rouge.active,.open .dropdown-toggle.btn-rouge {background-image: none;}
.btn-rouge.disabled,.btn-rouge[disabled],fieldset[disabled] .btn-rouge,.btn-rouge.disabled:hover,.btn-rouge[disabled]:hover,fieldset[disabled] .btn-rouge:hover, .btn-rouge.disabled:focus,.btn-rouge[disabled]:focus,fieldset[disabled] .btn-rouge:focus, .btn-rouge.disabled:active,.btn-rouge[disabled]:active,fieldset[disabled] .btn-rouge:active,.btn-rouge.disabled.active,.btn-rouge[disabled].active,fieldset[disabled] .btn-rouge.active 
{background-color: #AA0000; border-color: #d43f3a;}
.btn-rouge .badge {color: #AA0000;background-color: #fff;}
.label-rouge {background-color: #AA0000;}
.label-rouge[href]:hover,.label-rouge[href]:focus {background-color: #AA0000;}
.alert-rouge {  color: #AA0000;  background-color: #FFFFFF;  border-color: #FFFFFF;}
.alert-rouge hr {  border-top-color: #FFFFFF;}
.alert-rouge .alert-link {  color: #AA0000;}
.panel-rouge {border-color: #FFFFFF;}
.panel-rouge > .panel-heading {color: #AA0000;  background-color: #FFFFFF; border-color: #FFFFFF;}
.panel-rouge > .panel-heading + .panel-collapse .panel-body {border-top-color: #FFFFFF;}
.panel-rouge > .panel-footer + .panel-collapse .panel-body {border-bottom-color: #FFFFFF;}

.text-vert {color: #00AA00;}
a.text-vert:hover { color: #00AA00;}
.bg-vert {background-color: #FFFFFF;}
a.bg-vert:hover {background-color: #FFFFFF;}
.btn-vert {  color: #000;  background-color: #6aff6a;  border-color: #00aa00;}
.btn-vert:hover,.btn-vert:focus,.btn-vert:active,.btn-vert.active,.open .dropdown-toggle.btn-vert 
{color: #fff; background-color: #00AA00; border-color: #00AA00;}
.btn-vert:active,.btn-vert.active,.open .dropdown-toggle.btn-vert {background-image: none;}
.btn-vert.disabled,.btn-vert[disabled],fieldset[disabled] .btn-vert,.btn-vert.disabled:hover,.btn-vert[disabled]:hover,fieldset[disabled] .btn-vert:hover, .btn-vert.disabled:focus,.btn-vert[disabled]:focus,fieldset[disabled] .btn-vert:focus, .btn-vert.disabled:active,.btn-vert[disabled]:active,fieldset[disabled] .btn-vert:active,.btn-vert.disabled.active,.btn-vert[disabled].active,fieldset[disabled] .btn-vert.active 
{background-color: #00AA00; border-color: #d43f3a;}
.btn-vert .badge {color: #00AA00;background-color: #fff;}
.label-vert {background-color: #00AA00;}
.label-vert[href]:hover,.label-vert[href]:focus {background-color: #00AA00;}
.alert-vert {  color: #00AA00;  background-color: #FFFFFF;  border-color: #FFFFFF;}
.alert-vert hr {  border-top-color: #FFFFFF;}
.alert-vert .alert-link {  color: #00AA00;}
.panel-vert {border-color: #FFFFFF;}
.panel-vert > .panel-heading {color: #00AA00;  background-color: #FFFFFF; border-color: #FFFFFF;}
.panel-vert > .panel-heading + .panel-collapse .panel-body {border-top-color: #FFFFFF;}
.panel-vert > .panel-footer + .panel-collapse .panel-body {border-bottom-color: #FFFFFF;}




.text-bleu {color: #0000AA;}
a.text-bleu:hover { color: #0000AA;}
.bg-bleu {background-color: #FFFFFF;}
a.bg-bleu:hover {background-color: #FFFFFF;}
.btn-bleu {  color: #ffffff;  background-color: #3737ff;  border-color: #0000AA;}
.btn-bleu:hover,.btn-bleu:focus,.btn-bleu:active,.btn-bleu.active,.open .dropdown-toggle.btn-bleu 
{color: #fff; background-color: #0000AA; border-color: #0000AA;}
.btn-bleu:active,.btn-bleu.active,.open .dropdown-toggle.btn-bleu {background-image: none;}
.btn-bleu.disabled,.btn-bleu[disabled],fieldset[disabled] .btn-bleu,.btn-bleu.disabled:hover,.btn-bleu[disabled]:hover,fieldset[disabled] .btn-bleu:hover, .btn-bleu.disabled:focus,.btn-bleu[disabled]:focus,fieldset[disabled] .btn-bleu:focus, .btn-bleu.disabled:active,.btn-bleu[disabled]:active,fieldset[disabled] .btn-bleu:active,.btn-bleu.disabled.active,.btn-bleu[disabled].active,fieldset[disabled] .btn-bleu.active 
{background-color: #0000AA; border-color: #d43f3a;}
.btn-bleu .badge {color: #0000AA;background-color: #fff;}
.label-bleu {background-color: #0000AA;}
.label-bleu[href]:hover,.label-bleu[href]:focus {background-color: #0000AA;}
.alert-bleu {  color: #0000AA;  background-color: #FFFFFF;  border-color: #FFFFFF;}
.alert-bleu hr {  border-top-color: #FFFFFF;}
.alert-bleu .alert-link {  color: #0000AA;}
.panel-bleu {border-color: #FFFFFF;}
.panel-bleu > .panel-heading {color: #0000AA;  background-color: #FFFFFF; border-color: #FFFFFF;}
.panel-bleu > .panel-heading + .panel-collapse .panel-body {border-top-color: #FFFFFF;}
.panel-bleu > .panel-footer + .panel-collapse .panel-body {border-bottom-color: #FFFFFF;}



.text-violet {color: #b300b3;}
a.text-violet:hover { color: #b300b3;}
.bg-violet {background-color: #FFFFFF;}
a.bg-violet:hover {background-color: #FFFFFF;}
.btn-violet {  color: #ffffff;  background-color: #b300b3;  border-color: #b300b3;}
.btn-violet:hover,.btn-violet:focus,.btn-violet:active,.btn-violet.active,.open .dropdown-toggle.btn-violet 
{color: #fff; background-color: #b300b3; border-color: #b300b3;}
.btn-violet:active,.btn-violet.active,.open .dropdown-toggle.btn-violet {background-image: none;}
.btn-violet.disabled,.btn-violet[disabled],fieldset[disabled] .btn-violet,.btn-violet.disabled:hover,.btn-violet[disabled]:hover,fieldset[disabled] .btn-violet:hover, .btn-violet.disabled:focus,.btn-violet[disabled]:focus,fieldset[disabled] .btn-violet:focus, .btn-violet.disabled:active,.btn-violet[disabled]:active,fieldset[disabled] .btn-violet:active,.btn-violet.disabled.active,.btn-violet[disabled].active,fieldset[disabled] .btn-violet.active 
{background-color: #b300b3; border-color: #d43f3a;}
.btn-violet .badge {color: #b300b3;background-color: #fff;}
.label-violet {background-color: #b300b3;}
.label-violet[href]:hover,.label-bleu[href]:focus {background-color: #b300b3;}
.alert-violet {  color: #b300b3;  background-color: #FFFFFF;  border-color: #FFFFFF;}
.alert-violet hr {  border-top-color: #FFFFFF;}
.alert-violet .alert-link {  color: #b300b3;}
.panel-violet {border-color: #FFFFFF;}
.panel-violet > .panel-heading {color: #b300b3;  background-color: #FFFFFF; border-color: #FFFFFF;}
.panel-violet > .panel-heading + .panel-collapse .panel-body {border-top-color: #FFFFFF;}
.panel-violet > .panel-footer + .panel-collapse .panel-body {border-bottom-color: #FFFFFF;}

.text-cyan {color: #00a3d9;}
a.text-cyan:hover { color: #00a3d9;}
.bg-cyan {background-color: #FFFFFF;}
a.bg-cyan:hover {background-color: #FFFFFF;}
.btn-cyan {  color: #ffffff;  background-color: #00a3d9;  border-color: #00a3d9;}
.btn-cyan:hover,.btn-cyan:focus,.btn-cyan:active,.btn-cyan.active,.open .dropdown-toggle.btn-cyan 
{color: #fff; background-color: #00a3d9; border-color: #00a3d9;}
.btn-cyan:active,.btn-cyan.active,.open .dropdown-toggle.btn-cyan {background-image: none;}
.btn-cyan.disabled,.btn-cyan[disabled],fieldset[disabled] .btn-cyan,.btn-cyan.disabled:hover,.btn-cyan[disabled]:hover,fieldset[disabled] .btn-cyan:hover, .btn-cyan.disabled:focus,.btn-cyan[disabled]:focus,fieldset[disabled] .btn-cyan:focus, .btn-cyan.disabled:active,.btn-cyan[disabled]:active,fieldset[disabled] .btn-cyan:active,.btn-cyan.disabled.active,.btn-cyan[disabled].active,fieldset[disabled] .btn-cyan.active 
{background-color: #00a3d9; border-color: #d43f3a;}
.btn-cyan .badge {color: #00a3d9;background-color: #fff;}
.label-cyan {background-color: #00a3d9;}
.label-cyan[href]:hover,.label-bleu[href]:focus {background-color: #00a3d9;}
.alert-cyan {  color: #00a3d9;  background-color: #FFFFFF;  border-color: #FFFFFF;}
.alert-cyan hr {  border-top-color: #FFFFFF;}
.alert-cyan .alert-link {  color: #00a3d9;}
.panel-cyan {border-color: #FFFFFF;}
.panel-cyan > .panel-heading {color: #00a3d9;  background-color: #FFFFFF; border-color: #FFFFFF;}
.panel-cyan > .panel-heading + .panel-collapse .panel-body {border-top-color: #FFFFFF;}
.panel-cyan > .panel-footer + .panel-collapse .panel-body {border-bottom-color: #FFFFFF;}





.marbot{margin-bottom:15px }
.martop{margin-top:15px }
.padbot{padding-bottom:15px }
.padtop{padding-top:13px }
.padtb{padding-top:5px; padding-bottom:5px }
.martb{margin-top:5px; margin-bottom:5px }
.marh{margin-left:5px; margin-right:5px }
.my-auto{margin-top:7px; }


.gradients1 {display:inline-block;color:#ffffff; font-size:18px; height:25px; background-image: -webkit-linear-gradient(top, #383e3a 0%, #2f292d 100%);background-image:    -moz-linear-gradient(top, #383e3a 0%, #2f292d 100%);background-image:     -ms-linear-gradient(top, #383e3a 0%, #2f292d 100%);background-image:      -o-linear-gradient(top, #383e3a 0%, #2f292d 100%);background-image:         linear-gradient(top, #383e3a 0%, #2f292d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#383e3a',endColorstr='#2f292d', GradientType=0);}
.gradients2 {display:inline-block;color:#ffffff; font-size:18px; height:25px; background-image: -webkit-linear-gradient(top, #bf185e 0%, #f349d6 100%);background-image:    -moz-linear-gradient(top, #bf185e 0%, #f349d6 100%);background-image:     -ms-linear-gradient(top, #bf185e 0%, #f349d6 100%);background-image:      -o-linear-gradient(top, #bf185e 0%, #f349d6 100%);background-image:         linear-gradient(top, #bf185e 0%, #f349d6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf185e',endColorstr='#01ca00', GradientType=0);}

.blink {animation-name: blink;animation-duration: 1s;animation-iteration-count: infinite;animation-direction: alternate;animation-timing-function: ease-in-out;}
@keyframes blink {0% {opacity: 1;}80% {opacity: 1;}81% {opacity: 0.5;}100% {opacity: 0;}}
.blink2 {animation-name: blink2;animation-duration: 0.5s;animation-iteration-count: infinite;animation-direction: alternate;animation-timing-function: ease-in-out;}
@keyframes blink2 {0% {opacity: 1;}80% {opacity: 1;}81% {opacity: 0;}100% {opacity: 0;}}
.shake  {animation-name: shake;animation-duration: 1s;animation-iteration-count: infinite;animation-direction: alternate;animation-timing-function: ease-in-out;}
@keyframes shake  {from {transform: translateX(0);}to   {transform: translateX(-10px);}}
.shake2  {animation-name: shake2;animation-duration: 1s;animation-iteration-count: infinite;animation-direction: alternate;animation-timing-function: ease-in-out;}
@keyframes shake2  {from {transform: translateY(0);}to   {transform: translateY(-10px);}}
.rotation  {animation-name: rotation;animation-duration: 8s;animation-iteration-count: infinite;animation-direction: alternate;animation-timing-function: ease-in-out;}
@keyframes rotation  {from {transform: rotateY(0deg);}40% {transform: rotateY(0deg);}80%   {transform: rotateY(360deg);}to   {transform: rotateY(360deg);}}
.rgb  {animation-name: rgb;animation-duration: 2s;animation-iteration-count: infinite;animation-direction: alternate;animation-timing-function: ease-in-out;}
@keyframes rgb{ from { color:blue; } 35%  { color:green; } to   { color:red; }}



@media (max-width: 767px) {  .text-center-xs {  text-align: center;  } .nav li a i {font-size:2.5em; } .nav li a img {width:4em;height:4em; vertical-align: bottom;}  }
@media (min-width: 768px) and (max-width: 991px) {.text-center-xs {  text-align: auto;  }}
@media (min-width: 992px) and (max-width: 1199px) {.text-center-xs {  text-align: auto;  }}
@media (min-width: 1200px) {.text-center-xs {  text-align: auto;  }}
.list-group-item{ background-color: transparent;border: 0px solid #ddd;margin-bottom: 0px;padding-bottom:5px;}
.list-group{margin-bottom: 0px;border-radius: 0px;box-shadow: none;}







      :root { --card-w: 160px; --card-h: 240px; --gap: 12px; --brand: #e50914; }
      .videzy-slider h2 { margin:16px; font-size:18px; font-weight:700; color:#fff; }
      .videzy-slider .swiper { padding: 8px 12px 24px; }
      .videzy-slider .swiper-slide { width: var(--card-w); height: var(--card-h); border-radius:12px; overflow:hidden; position:relative; background:#111; }
      .videzy-slider .card { display:block; width:100%; height:100%; color:#fff; text-decoration:none; position:relative; }
      .videzy-slider .card img { width:100%; height:100%; object-fit:cover; display:block; }
      .videzy-slider .overlay { position:absolute; left:0; right:0; bottom:0; padding:8px; background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0)); z-index:1; }
      .videzy-slider .title { font-size:14px; font-weight:700;  overflow:hidden; text-overflow:ellipsis; }
      .videzy-slider .meta { font-size:12px; opacity:.85; margin-top:2px; }
      .videzy-slider .badge { position:absolute; top:8px; left:8px; background:var(--brand); color:#fff; padding:2px 8px; font-size:12px; border-radius:999px; z-index:2; }

      /* Barre de progression (fine) */
      .videzy-slider .progress { position:absolute; left:8px; right:8px; bottom:6px; height:3px;
                                 background: rgba(255,255,255,.18); border-radius:999px; overflow:hidden;
                                 z-index:2; pointer-events:none; }
      .videzy-slider .progress i { display:block; height:100%; width:0%;
                                   background: linear-gradient(90deg, #e50914, #ff6363);
                                   box-shadow: 0 0 10px rgba(229,9,20,.35);
                                   transition: width .4s ease; }

      /* Menu contextuel (global, partagé par tous les sliders) */
      .ctx-menu { position:fixed; z-index:9999; display:none; background:#1c1c1c; color:#fff;
                                 border:1px solid #2a2a2a; border-radius:10px; min-width:190px; box-shadow:0 10px 30px rgba(0,0,0,.35); }
      .ctx-menu ul { list-style:none; padding:6px; margin:0; }
      .ctx-menu li { padding:9px 10px; display:flex; align-items:center; gap:8px; cursor:pointer; border-radius:8px; }
      .ctx-menu li:hover { background:#2b2b2b; }

.well {
  background-image: linear-gradient(to bottom,#202020 0,#000 100%);
}

@media (max-width: 1020px) {	.navbar-brand{ display: none; } }
@media (min-width: 1021px) {	.navbar-brand{ display: inline-block; } }


@media (max-width: 767px) {							.genre2-btn img{ display: none; } .genre2-btn span{ display: inline-block; } }
@media (min-width: 768px) and (max-width: 991px) {	.genre2-btn img{ display: inline-block; } .genre2-btn span{ display: none; } }
@media (min-width: 992px) and (max-width: 1199px){	.genre2-btn img{ display: inline-block; } .genre2-btn span{ display: none; } }
@media (min-width: 1200px) {						.genre2-btn img{ display: inline-block; } .genre2-btn span{ display: none; } }

