/* GLOBAL */
*,
::after,
::before {
  box-sizing: border-box;
  outline: none !important;
  /* border: none !important; */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
html,
body {
  height: 100%;
}

body {
  background-color: #f9fafc;
  font-family: "Montserrat";
  /* color: #0d0f36; */
  color: #03041d;
  overscroll-behavior: none;
}

.cursor-pointer {
  cursor: pointer;
}

.min-100 {
  min-height: 100%;
}

.w-85 {
  width: 85%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
p {
  font-size: 75%;
}

.fs8 {
  font-size: 8px;
}
.fs9 {
  font-size: 9px;
}
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs21 {
  font-size: 21px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs26 {
  font-size: 26px;
}

.fs075 {
  font-size: 0.75rem;
}
.fs175 {
  font-size: 1.75rem;
}
.fs50pct {
  font-size: 50%;
}
.fs55pct {
  font-size: 55%;
}
.fs60pct {
  font-size: 60%;
}
.fs65pct {
  font-size: 65%;
}
.fs70pct {
  font-size: 70%;
}
.fs75pct {
  font-size: 75%;
}

.fs80pct {
  font-size: 80%;
}
.fs85pct {
  font-size: 85%;
}
.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}
.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.fw500 {
  font-weight: 500;
}

.black {
  color: #1b1b1b;
}

.orange {
  color: #ffb800;
}
.grey {
  color: rgba(0, 0, 0, 0.5);
}
.grey2 {
  color: #afafaf;
}

.bg-orange {
  background-color: #ffb800;
}
.bg-blue {
  background-color: #03041d;
}

.btn-orange,
.btn-orange:hover,
.btn-orange:active {
  color: #fff;
  background-color: #ffb800;
  border-color: #ffb800;
}

.btn-pop,
.btn-pop:hover,
.btn-pop:active {
  color: #fff;
  background-color: #ED7330;
  border-color: #ED7330;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:active {
  color: #fff;
  background-color: #262847;
  border-color: #262847;
}

.link-orange,
.link-orange:hover,
.link-orange:active {
  color: #ffb800;
}

/* MODAL */
.modal-backdrop {
  background-color: #08081f;
}
.modal-backdrop.show {
  opacity: 0.9;
}

/* NAVBAR */
.navbar {
  background-color: #08081f;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .dropdown-toggle::after {
  margin-left: 7px;
  border-top: 0.3em solid #ffb800;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffb800;
}

.navbar .navbar-brand {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.navbar-dark .navbar-nav .nav-item {
  margin-top:7px;
  line-height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.navbar-dark .navbar-nav .nav-link {
  /* color: rgba(255, 255, 255, 0.2); */
  /* color: rgba(255, 255, 255, 0.5); */
  color: white;
}

.navbar-dark .navbar-nav .nav-link.max {
  color: rgba(255, 255, 255, 0.5);
}



.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  /* color: rgba(255, 255, 255, 1); */
  background-color: white;
  color: #08081f;
  border-radius: 20px;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link {
  background-color: white !important;
  color: #08081f !important;
  border-radius: 20px !important;
}

/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* LANDING */
.landing .jumbotron {
  background-color: #08081f;
  color: white;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 1rem 2rem;
  margin-bottom: 0;
}
.landing .jumbotron p {
  font-size: 100%;
}
.landing .jumbotron .btn-orange {
  border-radius: 1.2rem;
  padding: 0.25rem 2.25rem;
}
.landing .jumbotron h3 {
  padding: 4rem 7rem;
  font-size: 1.4rem;
}
.landing .jumbotron img {
  max-width: 150px;
}
.landing .numbersblocs {
  height: 120px;
  min-height: 120px;
}
.landing .numbersblocs .numbersbloc {
  background-color: #131849;
  color: white;
  border-radius: 0.5rem;
}
.landing .card-deck .card {
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 0.5rem;
  min-height: 330px;
}
.landing .card-deck .card:first-child {
  margin-left: 15px;
}
.landing .card-deck .card:last-child {
  margin-right: 15px;
}
.landing .card-deck .card img {
  max-height: 155px;
}

.landing .card-title {
  font-size: 0.9rem;
}

.landing .team .thumb img {
  border-radius: 0.5rem;
}

.landing .team .thumb span {
  position: relative;
  background-color: #ffb800;
  width: 100%;
  display: block;
  padding: 10px 10px;
  border-radius: 0.5rem;
  border: 1px solid #ffb800;
  text-align: center;
  color: white;
  font-size: 70%;
}

@media (max-width: 576px) {
  .landing .jumbotron h3 {
    padding: 1rem 2rem;
    font-size: 1.75rem;
  }
}

/* LOGIN */
.container-fluid.login img.logo {
  max-width: 150px;
  margin: 1rem 2rem;
}

.container-fluid.login {
  background-color: #08081f;
}
.container-fluid.login .form-container {
  width: 420px;
  /* height: 500px; */
  background-color: white;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 30px;
}

.container-fluid.login label {
  font-size: 80%;
}
.container-fluid.login input {
  background-color: #ededf0;
  border: none;
  font-size: 80%;
}

.container-fluid.login .custom-control-label::before {
  top: 0.1rem;
  background-color: #ededf0;
}
.container-fluid.login .custom-control-label::after {
  top: 0.1rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border: none;
  background-color: #0d0f36;
}

.container-fluid.login .btn-orange {
  border-radius: 24px;
  width: 200px;
  min-width: 200px;
  max-height: 50px;
  height: 50px;
}
.container-fluid.login a {
  color: #6362cf;
}

/* BLOG */
.blog .badge {
  border-radius: 1rem;
  font-weight: 400;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-right: 0.5rem;
}
.blog .badgetag {
  border-radius: 1rem;
  font-weight: 400;
  margin-right: 0.1rem;
}
.blog .card-img {
  border-radius: 1rem;
}
.blog .card {
  margin-bottom: 1.5rem;
}
.blog .card .card-link {
  color: #ffb800;
  text-decoration: underline;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.blog .card .share_btn {
  cursor: pointer;
  color: #ffb800;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 130%;
  text-align: center;
}

.blog .card .fa-share-alt {
  position: absolute;
  top: 15px;
  right: 15px;
}

.blog .card .share_btn .link-social {
  /* display: inline-block; */
  display: list-item;
  list-style: none;
  margin: 5px auto;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
}

.blog .card .share_btn .link-social.fb {
  background-color: #3b5999;
}
.blog .card .share_btn .link-social.tw {
  background-color: #55acee;
}
.blog .card .share_btn .link-social.gp {
  background-color: #dd4b39;
}
.blog .card .share_btn .link-social.pi {
  background-color: #bd081c;
}
.blog .card .share_btn .link-social.li {
  background-color: #0077b5;
}

.blog .card .share_btn .menu {
  /* display: table-column; */
  /* height: 100px; */
  display: block;
  /* background-color: #bd081c; */
  min-width: 50px;
  min-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}

.blog .card .share_btn a.link-social {
  color: white;
}

.blog .blog-content a,
.blog .blog-content a:hover,
.blog .blog-content a:active {
  color: #ffb800 !important;
  text-decoration: underline;
}

.blog h3 {
  font-size: 1.25rem;
}
.blog h6 {
  font-size: 0.9rem;
}

.blog .articles .badge {
  cursor: pointer;
}

.badge.badge-bleu,
.puce-bleu {
  color: #fff;
  background-color: #262847;
}

.badge.badge-jaune,
.puce-jaune {
  color: #fff;
  background-color: #fbc265;
}

.badge.badge-orange,
.puce-orange {
  color: #fff;
  background-color: #ed723e;
}

.badge.badge-vert,
.puce-vert {
  color: #fff;
  background-color: #49a7a3;
}

.blog #selectYear {
  width: auto;
}

.blog #selectMonth > div {
  cursor: pointer;
  border-radius: 0.2rem;
}
.blog #selectMonth > div.active {
  color: white;
  background-color: #ed723e;
}

.blog #menu_mouvements #selectMonth > div.active {
  color: white;
  background-color: #ffb800;
}

.blog #dropdownYear > button {
  background-color: #ededf0;
  padding: 0.175rem 2rem 0.175rem 0.75rem;
}

.blog #dropdownYear > button::after {
  border-top-color: #ffb800;
}

.blog #dropdownYear .dropdown-item.active,
.blog #dropdownYear .dropdown-item:active {
  background-color: #ededf0;
  color: black;
}

.blog .twitter-typeahead {
  width: 100%;
}

#suggestTags {
  width: 100%;
  border: none;
  border-bottom: 1px solid #03041d;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
}
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 5px 5px 5px 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}
.tt-menunew {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 400px;
  padding: 5px 5px 5px 10px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff !important;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}
.tt-suggestion {
  /* font-size: 70%; */
}
.tt-empty {
  /* font-size: 70%; */
  font-size: 12px;
}
.tt-dataset {
  /* font-size: 70%; */
  font-size: 12px;
}

#add-movie .twitter-typeahead {
  width: 100%;
}
#add-movie .tt-suggestion {
  font-size: 100%;
}

#add-movie .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

.select-grey,
.select-grey:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZiODAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNyAxMGw1IDUgNS01eiI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 2px;
  background-color: #ededf0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-bottom: 0;
  height: calc(1.5em + 0.5rem + 2px);
}

.radio-grey .radio {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-grey .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-grey .checkround {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radio-grey .radio input:checked ~ .checkround {
  background-color: #fff;
  border: none;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-grey .checkround:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-grey .radio input:checked ~ .checkround:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-grey .radio .checkround:after {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  /* width: 12px;
  height: 12px; */
  border-radius: 50%;
  background: #ffb800;
}

.custom-switch .custom-control-label::before {
  background-color: #ededf0;
  border-width: 0;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + -2px);
  left: calc(-2.25rem + 0px);
  /* width: calc(1rem - 4px); */
  width: calc(1rem);
  /* height: calc(1rem - 4px); */
  height: calc(1rem);
}
.custom-control-label::before {
  height: 0.75rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffb800;
}
.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #ededf0;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active:checked
  ~ .custom-control-label::before {
  background-color: #c2c0c9;
}

input.alt-datetimepicker {
  border: none;
  width: 100%;
  border-bottom: 1px solid #03041d;
}

.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa-building-o:before {
  content: "\f1ad";
}

.select-media.active {
  color: white;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:not(:disabled):active:checked
  ~ .custom-control-label::before {
  background-color: #ededf0;
}

.custom-control-label::before {
  height: 0.75rem;
  width: 0.75rem;
}
.custom-control-label::after {
  height: 0.75rem;
  width: 0.75rem;
  left: -1.25rem;
  top: 0.2rem;
}
.custom-checkbox .custom-control-label::before {
  background-color: #ededf0;
  border-width: 0;
  border-radius: 0.15rem;
}
.custom-checkbox {
  padding-left: 1.2rem;
}
.custom-control-label::before {
  left: -1.25rem;
  top: 0.2rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  /* background-color: red; */
  border-radius: 0.15rem;
  left: -1.25rem;
  top: 0.2rem;
  line-height: 10px;
  font-size: 120%;
  color: #ffb800;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
  margin-top: 3px;
}
.dropdown-menu {
  border-radius: 4px;
}
.bootstrap-select .dropdown-menu {
  /* font-size: 80%; */
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
}
.bootstrap-select > .dropdown-toggle {
  /* font-size: 70%; */
  font-size: 12px;
  font-weight: 500;
  background-color: #ededf0;
  padding: 0rem 0rem 0rem 0.75rem;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffb800;
}
.bootstrap-select .bs-searchbox .form-control {
  font-size: 70%;
  border-color: #ededf0 !important;
  padding: 0.25rem 8px;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  background-color: #ededf0 !important;
}

.bootstrap-select .dropdown-toggle::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZiODAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNyAxMGw1IDUgNS01eiI+PC9wYXRoPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 2px;
  height: calc(1.5em + 0.5rem + 2px);
  width: 25px;
  border: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #03041d !important;
}
/* .bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 1px 3px !important;
  border-color: #ededf0 !important;
  padding: 0.375rem 0.5rem;
} */
.bootstrap-select .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 8px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  outline: none !important;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  font-size: 70%;
}

.movie-section {
  margin-top: 20px;
  border-radius: 0.25rem;
  border: none;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  min-height: 125px;
  max-height: 125px;
  height: 125px;
  background-color: #ededf0;
  margin-left: 0.5rem;
}

.movie-section:first-child {
  margin-left: 0rem;
}

.movie-section p {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  line-height: 15px;
  padding: 0 1em;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100%);
  font-size: 10px;
  font-weight: 500;
  padding-right: 0.5rem !important;
}

.movie-element {
  margin-top: 20px;
  /* margin-right: 0.35rem; */
  margin-right: 0.5rem;
  display: flex;
  transition-property: all;
  transition-duration: 0.3s;
  border-radius: 0.25rem;
}

.movie-element.favoff .favori .off,
.lastmouvement.favoff .favori .off{
  display: flex;
}

.movie-element.favoff .favori .on,
.lastmouvement.favoff .favori .on{
  display: none;
}

.movie-element.favon .favori .off,
.lastmouvement.favon .favori .off{
  display: none;
}

.movie-element.favon .favori .on,
.lastmouvement.favon .favori .on{
  display: flex;
}

.movie-element.favon .contentbottom,
.lastmouvement.favon .contentbottom{
  border-bottom: 2px solid #FFB800;
  border-left: 2px solid #FFB800;
  border-right: 2px solid #FFB800;
  margin-left: -2px;
  margin-right: -2px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-bottom: -2px;
}

.movie-element.favon .contenttop,
.lastmouvement.favon .contenttop{
  border-top: 2px solid #FFB800;
  border-left: 2px solid #FFB800;
  border-right: 2px solid #FFB800;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -2px;
}

.movie-element .resume {
  border-radius: 0.25rem;
  transition-property: all;
  transition-duration: 0.3s;
  max-width: 92px;
  z-index: 1;
  /* background-color: #f9fafc; */
  /* background-color: white; */
}

.movie-element .resume .title {
  font-size: 70%;
}

.movie-element .resume .banner {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  max-height: 15px;
  height: 15px;
  font-size: 60%;
}

.formatnav img {
  filter: invert(1);
}
/* .movie-element .resume .realisateur {
  font-size: 50%;
} */

/* .movie-element .resume .visa {
  font-size: 50%;
} */

/* .movie-element .resume .entrees {
  font-size: 50%;
} */
/* .movie-element .resume .classification {
  font-size: 50%;
} */

/* .movie-element .resume .ecrans {
  font-size: 50%;
} */

.movie-element .resume .duree {
  /* font-size: 60%; */
  /* width: 100%;
  display: flex; */
}
.movie-element .resume .duree a {
  color: #ffb800;
}

.movie-element .film {
  font-size: 60%;
  /* width: 100%;
  display: flex; */
}
.movie-element .film a {
  color: #ffb800;
}

.movie-element .resume .image {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
  width: 92px;
  min-width: 92px;
  height: 124px;
  min-height: 124px;
  max-height: 124px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.movie-element.simulation .banner {
  border: 2px solid black;
  box-sizing: content-box;
}
.movie-element.simulation .image {
  border: 2px solid black;
}
.movie-element.simulation .for-shadow {
  border: 2px solid black;
  box-sizing: content-box;
}

.movie-element .menu {
  /* min-width: 25px; */
  width: 0px;
  overflow: hidden;
  display: block;
  /* display: inline-table; */
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  background-color: white;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0.3s;
  max-height: 95px;
}

.movie-element.simulation .menu {
  max-height: 25px;
}

.movie-element.active {
  margin-top: 2px;
}
.movie-element.active .resume {
  /* box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important; */
  /* background-color: white; */
}
.movie-element.active .for-shadow {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.movie-element.active .menu {
  /* display: inline-table; */
  width: 27px;
  /* min-width: 25px; */
}
.movie-element .menu span,
.movie-element .menu a {
  width: 100%;
  text-align: center;
  color: #ffa02b;
  display: block;
  font-size: 80%;
  padding: 2px;
  cursor: pointer;
}
.movie-element .menu span i {
  font-weight: 500;
}
.current-week {
  /* background-color: #7b1616; */
  /* background-color: #972852; */
  background: #699EB2;
  background: linear-gradient(270deg,rgba(105, 158, 178, 1) 0%, rgba(48, 122, 191, 1) 25%, rgba(0, 97, 158, 1) 50%, rgba(23, 66, 148, 1) 100%);
}
.current-week .title-week {
  color: white;
}
.current-week .movie-section {
  /* background-color: #6d1414; */
  background-color: #EDEDED;
}
.current-week .movie-section p {
  /* color: white; */
  color: black;
}
.current-week .title-week-bold {
  font-weight: normal;
}

.title-week a,
.title-week a:hover,
.title-week a:active,
.title-week a:visited {
  color: #03041d;
}

.current-week .title-week a,
.current-week .title-week a:hover,
.current-week .title-week a:active,
.current-week .title-week a:visited {
  color: white;
}

.gotoMonth {
  cursor: pointer;
}
.gotoMonth.active {
  color: white;
  background-color: #ffb800;
  border-radius: 0.25rem;
}
.tooltip-inner {
  /* font-size: 60%; */
  font-size: 10px;
}

.tooltip-inner {
  background-color: rgba(97, 97, 97, 0.98); /* Couleur de fond rouge */
  color: #ffffff; /* Couleur du texte en blanc pour lisibilité */
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: rgba(97, 97, 97, 0.98); /* Flèche en haut */
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: rgba(97, 97, 97, 0.98); /* Flèche en bas */
}

.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: rgba(97, 97, 97, 0.98); /* Flèche à gauche */
}

.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: rgba(97, 97, 97, 0.98); /* Flèche à droite */
}

.ghost {
  opacity: 0.6;
  /* background-color: #ffa02b; */
}

.force-opacity {
  opacity: 0.25;
}

.subnav .nav-link,
.subnav .nav-link:visited,
.subnav .nav-link:active {
  color: #b3b3b3;
  padding: 0.25rem 0.5rem;
  position: relative;
}

.subnav .nav-link:hover {
  color: #1b1b1b;
}

.subnav .nav-link.active,
.subnav .nav-link.active:hover,
.subnav .nav-link.active:visited,
.subnav .nav-link.active:active {
  color: #1b1b1b;
  font-weight: bold;
  font-size: 120%;
  position: relative;
}

.subnav .nav-link.active::after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  content: "●";
  font-size: 70%;
  text-align: center;
}

.subnav2 .nav-link,
.subnav2 .nav-link:visited,
.subnav2 .nav-link:active {
  color: #b3b3b3;
  padding: 0.25rem 0.5rem;
  position: relative;
  font-weight: bold;
}

.subnav2 .nav-link:hover {
  color: #1b1b1b;
}

.subnav2 .nav-link.active,
.subnav2 .nav-link.active:hover,
.subnav2 .nav-link.active:visited,
.subnav2 .nav-link.active:active {
  color: #1b1b1b;
  font-weight: bold;
  font-size: 100%;
  position: relative;
}

.subnav2 .nav-link.active::after {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  content: "●";
  font-size: 90%;
  text-align: center;
}

.modal-content {
  border-radius: 10px;
}

.ekko-lightbox .modal-dialog {
  border-radius: 0.5rem;
  overflow: hidden;
}
.ekko-lightbox .modal-body {
  padding: 0;
}
.ekko-lightbox .modal-footer {
  font-size: 70%;
  color: #fff;
  background-color: #03041d;
  padding: 0.3rem;
}

.reconstitution-table {
  width: auto;
  border-spacing: 15px 0px;
  border-collapse: separate;
}

.reconstitution-table thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 42px;
  /* min-height: 100px; */
  /* background: red;
  color: #fff; */
  /* background: #ccc; */
  border: none;
}

.reconstitution-table thead th:first-child {
  left: 0;
  z-index: 1;
}

.reconstitution-table tbody th {
  width: 80px;
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  left: 0;
  /* background: #fff; */
  /* border-right: 1px solid #ccc; */
}

.reconstitution-table th,
.reconstitution-table td {
  border: none;
  /* padding: 0.25rem; */
  padding: 0rem;
}

.reconstitution-table td {
  min-width: 100px;
}

.reconstitution-table .flex-row-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.reconstitution-table .flex-row-container.flex-1 > .flex-row-item {
  flex: 1 1 100%;
}

.reconstitution-table .flex-row-container.flex-2 > .flex-row-item {
  flex: 1 1 50%;
}

.reconstitution-table .flex-row-container.flex-3 > .flex-row-item {
  flex: 1 1 33%;
}

.reconstitution-table .flex-row-container.flex-4 > .flex-row-item {
  flex: 1 1 25%;
}
.reconstitution-table .flex-row-container.flex-5 > .flex-row-item {
  flex: 1 1 20%;
}
.reconstitution-table .flex-row-container.flex-6 > .flex-row-item {
  flex: 1 1 16%;
}
.reconstitution-table .flex-row-container.flex-7 > .flex-row-item {
  flex: 1 1 14%;
}

.reconstitution-table .flex-row-item {
  /* background-color: #ffffff; */
  overflow: hidden;
  cursor: default;
}

/* .reconstitution-table .active {
  border: 4px solid green;
} */

/* .reconstitution-table tr.active th,
.reconstitution-table tr.active td {
  outline: 2px solid red !important;
  z-index: 999;
} */
.reconstitution-table tr.active {
  transform: scale(1);
}

.reconstitution-table tr .support {
  border: 2px solid #ffffff;
}
.reconstitution-table tr.active .support {
  border: 2px solid #ffb800;
  z-index: 997;
}

.show-search-zone .tt-dataset,
.show-advanced-search-zone .tt-dataset {
  max-height: 100px;
  overflow-y: scroll;
  font-size: 80%;
}

.show-search-zone .twitter-typeahead,
.show-simulation-zone .twitter-typeahead,
.show-advanced-search-zone .twitter-typeahead {
  width: 100%;
}

.show-search-zone .form-control-autocomplete,
.show-advanced-search-zone .form-control-autocomplete,
.show-simulation-zone .form-control-autocomplete {
  border-radius: 0px;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-bottom: 1px solid #03041d;
}

.show-search-zone .form-control:disabled,
.show-search-zone .form-control[readonly],
.show-advanced-search-zone .form-control:disabled,
.show-advanced-search-zone .form-control[readonly],
.select-grey:disabled {
  opacity: 0.5;
}

.badge-grey {
  background-color: #ededf0;
}

.glyphicon {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.glyphicon-pencil:before {
  content: "\f040";
}
.glyphicon-remove:before {
  content: "\f00d";
}

.params .table td,
.params .table th {
  padding: 0.5rem;
}
.params .bt_update_afficheur {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
}
.params .bt_delete_afficheur {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
}
#tauxModalContent .form-group {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 80%;
}

.movie-bar {
  height: 330px;
  transition: all 0.6s;
}
.movie-bar.custom-navbar {
  height: 105px;
}
.movie-bar .scrollHide {
  opacity: 1;
  transition: all 0.6s;
}

.movie-bar.custom-navbar .scrollHide {
  opacity: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #1b1b1b;
  font-weight: 500;
}

.col-1-5 {
  -ms-flex: 0 0 11.6%;
  flex: 0 0 11.6%;
  max-width: 11.6%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.bootstrap-select .dropdown-menu li a.opt {
  opacity: 0.6;
  font-weight: normal;
  font-style: italic;
}


.movie-detail .listrow {
  display: flex;min-height: 17px;align-items: center;margin-bottom: 7.5px;flex-direction: row;
}

.movie-detail .listrow .title {
  color: #262847;width: 165px;display: flex;font-size: 12px;max-width: 165px;min-width: 165px;align-items: center;font-weight: 400;justify-content: flex-start;
}

.movie-detail .listrow .item {
  width: calc(100% - 165px);overflow: hidden;font-size: 14px;max-width: calc(100% - 165px);min-width: calc(100% - 165px);align-items: center;font-weight: 600;white-space: nowrap;text-overflow: ellipsis;
}