/* ancien rouge 36a18b */
#content h1,
#content h2,
#content h3,
#content h4 {
  margin: 10px 0;
  color: #111c26;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #282e2f;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#content .widget-head h4.heading,
#content .widget.widget-primary h4 {
  color: #fdfdfd;
}

table.dynamicTable td[data-editable]:hover {
  cursor: url("/images/icons/edit-icon.png"), auto;
}

#editDialog textarea {
  width: 100%;
  min-height: 150px;
  margin: 10px;
}
#editDialog input[type="text"] {
  width: 100%;
  margin: 10px 0;
  min-height: 30px;
}
#editDialog label {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
  width: 100%;
  cursor: pointer;
  transition: 0.5s ease all;
}

#editDialog label:hover {
  background: #f5f5f5;
  padding-left: 5px;
}

.br5 {
  border-radius: 5px;
}
.p5 {
  padding: 5px;
}
.widget,
.widget.widget-inverse > .widget-head {
  border-radius: 8px;
}
#content h1.content-heading {
  margin: 0;
}
body.preprod-cy {
  border-top: 2px solid purple;
}
body.local-cy {
  border-top: 2px solid orange;
}
.playlottieonhover:hover lottie-player {
  animation-play-state: running; /* Activez l'animation Lottie au survol du parent */
}
.playlottieonhover lottie-player {
  animation-play-state: paused; /* Mettez en pause l'animation Lottie par défaut */
}

.prl,
.plr {
  padding: 0 25px;
}
.prlb,
.plrb {
  padding: 0 25px 25px 25px;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget {
  border-radius: 8px;
}
#content .widget-head h4 {
  margin: 0;
}
.clear {
  clear: both;
}
.overflow {
  overflow: auto;
}
.overflowscroll {
  overflow: scroll;
}
.overflowscrollx {
  overflow-x: scroll;
}
.no-margin {
  margin: 0;
}
.bg-white {
  background: white;
}

img.loaderimg {
  width: 32px;
  height: auto;
}

/* liste videos*/
.sharezone {
  text-align: left;
}
.cbretour_content .sharezone {
  text-align: center;
}
ul.sharelist {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: auto;
}
ul.sharelist li {
  display: inline-block;
}

ul.sharelist li i {
  color: white;
  font-size: 18px;
}
ul.sharelist li a {
  width: 49px;
  padding: 8px;
  margin: 10px 5px;
  float: left;
  display: block;
  font-size: 19px;
  color: white;
  text-align: center;
  transition: 1s all ease;
  border-radius: 5px;
  background: grey;
}
span[rel="bookmark"],
span[rel="watchlater"] {
  cursor: pointer;
}
ul.sharelist li.facebook a {
  background: #3b5998;
}
ul.sharelist li.facebook a:hover {
  background: #283b66;
}

ul.sharelist li.twitter a {
  background: #55acee;
}
ul.sharelist li.twitter a:hover {
  background: #1379c7;
}

ul.sharelist li.googleplus a {
  background: #dd4b39;
}
ul.sharelist li.googleplus a:hover {
  background: #932619;
}

ul.sharelist li.vk a {
  background: #567ca4;
}
ul.sharelist li.vk a:hover {
  background: #324961;
}

ul.sharelist li.linkedin a {
  background: #007bb5;
}
ul.sharelist li.linkedin a:hover {
  background: #00334c;
}

ul.sharelist li.weibo a {
  background: #e6162d;
}
ul.sharelist li.weibo a:hover {
  background: #860c1a;
}

ul.sharelist li.reddit a {
  background: #ff4500;
}
ul.sharelist li.reddit a:hover {
  background: #992900;
}

ul.sharelist li.tumblr a {
  background: #32506d;
}
ul.sharelist li.tumblr a:hover {
  background: #111c26;
}

.itempricezone {
  width: 100%;
  clear: both;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.05);
}

.admin-submenu i.fa {
  margin-right: 8px;
}
br.clear {
  clear: both;
  display: block;
  height: 0px;
  width: 100%;
}
div.info-codepromo {
  background-color: lightblue;
  color: black;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  cursor: pointer;
}
.choixRequis {
  background: #cc0033;
  color: white;
  display: inline-block;
  padding: 2px 10px;
  margin-left: 10px;
}
.choixRequisError {
  border: 4px solid red;
  margin: 10px 0;
}
.tarifInPromo {
  background: #ed6205;
  color: white;
  display: inline-block;
  padding: 3px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0 10px;
  float: right;
}
div.success,
div.error,
div.warning,
div.info {
  background-color: #f5f5f5;
  color: black;
  padding: 10px;
  margin: 10px 0;
  text-align: left;
  cursor: pointer;
  border-radius: 8px;
}
div.error {
  border: 1px solid #ffb8b8;
  background-color: #f5e3e3;
  color: #ff3838;
}
div.success {
  border: 1px solid #63ce3d;
  background-color: rgb(219, 255, 215);
  color: #249316;
}
div.success::before {
  content: "\e392";
  font-family: "Font Awesome 6 Pro";
  padding-right: 10px;
}
div.error::before {
  content: "\f071";
  font-family: "Font Awesome 6 Pro";
  padding-right: 10px;
}
div.warning::before {
  content: "\e405";
  font-family: "Font Awesome 6 Pro";
  padding-right: 10px;
}
div.warning {
  background-color: #ffdbba;
  border: 1px solid #ff9309;
  color: #e84100;
}
div.info {
  background-color: #c9dfff;
  border: 1px solid #7ba6e6;
  cursor: auto;
  color: #005299;
}
div.info::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Pro";
  padding-right: 10px;
}
div.error a {
  color: #cf2a2a;
  text-decoration: underline;
  cursor: pointer;
}

div.warning a {
  color: #e2840a;
  text-decoration: underline;
  cursor: pointer;
}
div.info a {
  color: #155f81;
  text-decoration: underline;
  cursor: pointer;
}

.hidded,
.menubar > li.hidded {
  display: none;
}
.form-multiplechk {
  max-height: 150px;

  overflow-x: none;
  overflow-y: auto;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}

.form-multiplechk:hover {
  max-height: 300px;

  overflow-y: auto;
}

.form-multiplechk.fullswreen,
.form-multiplechk.fullswreen:hover {
  background: white;
  border: 1px solid #333;
  width: 80%;
  height: auto;

  top: 80px;
  left: 150px;

  overflow: auto;
  position: fixed;

  z-index: 200;
  padding: 30px;
  margin: 30px;

  -webkit-box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.75);
}

.form-control {
  color: #a7a7a7;
  transition: all 0.3s ease-in-out 0s;
}

.form-control:focus {
  color: #333;
}
.form-control[rel="redactor"]:focus {
  color: #f5f5f5;
  min-height: 250px;
}
.form-control.form-filtertable {
  color: #f5f5f5;
  background: #fff url("/images/icons/filter.png") 99% center no-repeat;
  background-size: 19px;
  padding-right: 22px;
  float: right;
  width: 30%;
  margin-right: 7px;
  margin-bottom: 7px;
  border-top-left-radius: 8px;
  color: black;
}

label span.info_label {
  font-size: 0.8em;
  clear: both;
  opacity: 0;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}

.boxColor {
  padding: 5px;
  text-align: center;
  font-size: 9px;
}

.boxColor div {
  background-color: rgba(255, 255, 255, 0.3);
  color: black;
  padding: 1px 5px;
  margin: 0 10px;
}

.glyphicons.standard.circle_ok i:before {
  color: #9fc75f;
}

div.searchResultItem {
  padding: 5px;
  border: 1px solid #dedede;
  background-color: white;
  margin: 5px;
  border-left: 2px solid #282e2f;
}

label.radio-custom {
  display: inline;
  padding-left: 0;
}
label.radio-custom div.radio {
  display: inline;
}
.widget-body {
  overflow: auto;
}

.map-canvas {
  height: 200px;
  width: 300px;

  margin: 0px;
  padding: 0px;
}

.pointer,
.cursor {
  cursor: pointer;
}

.full-width {
  width: 100%;
}

.h40 {
  height: 40px;
}

.h60 {
  height: 60px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}
.mr {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mt0 {
  margin-top: 0;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.lh45 {
  line-height: 45px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}
.mr10 {
  margin-right: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb0 {
  margin-bottom: 0;
}

div.boxoverlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3000;
  top: 0;
  left: 0;
  cursor: pointer;
}
div.boxoverlay div.boxmsg {
  padding: 20px;
  background-color: white;
  width: 790px;
  margin: 80px auto;
  z-index: 3001;
}
div.boxoverlay div.boxmsgclose {
  position: relative;
  float: right;
  cursor: pointer;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #dedede;
  font-weight: bold;
  border-radius: 25px;
}

div.cbretour_content {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}
div.cbretour_content .reqfield-info {
  display: block;
  margin: 0 10px 20px 10px;
}
div.cbretour_content .chosen-drop,
div.cbretour_content .chosen-container {
  text-align: left;
}
div.cbretour_content .widget-body {
  overflow: visible;
  padding: 30px !important;
}

.page404 {
  width: 100%;
  height: 1000px;
  font-family: "Love Ya Like A Sister", cursive;
  font-size: 100px;
  padding: 60px 0;
  text-align: center;
  clear: both;
}
.page404 .btn {
  font-size: 20px;
}

.adr-fact {
  cursor: pointer;
  min-height: 250px;
  overflow: auto;
}

.openfilters {
  margin-top: -3px;
}
.activefilters {
  background: #282e2f;
  color: white;
}

.activefilters .badge {
  border-color: white;
  color: white;
}

select[name="parentheseg[]"],
select[name="parenthesed[]"] {
  width: 90px !important;
}

table.oddevencols tr th:nth-child(odd) {
  background: #ccc;
}
table.oddevencols tr td:nth-child(odd) {
  background: #dedede;
}
table.oddevencols tr td:nth-child(even) {
  background: #ffffff;
}

/*evenements fo*/
.eventinlist .bg-white {
  min-height: 250px;
}
.eventinlist {
  padding: 25px !important;
}
/*formulaires*/

form div.form-group {
  transition: 0.3s ease all;
}
form div.form-group:hover {
  background-color: #f9f9f9;
  background-color: transparent;
}
form div.form-group:hover label {
  color: #333;
}
form div.form-group:hover input,
form div.form-group:hover select {
  background-color: #f9f9f9;
  border-color: #9c9c9c;
}
form div.form-group:hover input:focus,
form div.form-group:hover select:focus,
form div.form-group input:focus,
form div.form-group select:focus {
  border-color: #7a7a7a;
  border-left: 3px solid #282e2f;
  background-color: #fff;
}

option.already-used {
  background: grey;
}

.bglightgreen {
  background-color: lightgreen;
}

.bgred {
  background-color: #cf000f;
  color: white;
}

/* facture */
.converted-price {
  display: block;
  font-size: 80%;
  color: #999;
}
.table-infos-facture {
  margin: 0;
}

td.prixHt,
td.remiseLigneHt {
  background: #f5f5f5;
}
h1.typofacture {
  font-size: 60px;
}

table.lignes-facture h6 {
  margin: 3px 0 0 0px;
}
table#table_factures tbody td {
  white-space: nowrap;
}
table.lignes-facture tbody td.text-right {
  white-space: nowrap;
}
table.lignes-facture tbody td {
  padding-left: 20px;
}

table.lignes-facture th {
  padding-right: 5px;
}

table.lignes-facture tr.ligne-info td {
  padding-left: 10px;
  background: lightgrey;
}

.detailLigneFacture {
  font-size: 11px;
}
h6.lignefact {
  font-size: 14px;
}

.ligneremise {
  color: orange;
}

input[type="text"],
input[type="password"],
select,
textarea {
  border-radius: 4px;
  background: #fdfdfd;
  color: #555;
}

input[type="text"]:focus,
input[type="password"]:focus,
select,
textarea:focus {
  color: #222;
  font-size: 115%;
}
input[type="radio"].make-switch {
  display: none;
}
.btnyes {
  border: 1px solid #ccccce;
  border-right: 15px solid #ccc;

  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 100%;
  line-height: 20px;
  padding: 6px 12px;

  background: #02ad66;
  color: white;
  text-transform: capitalize;
  min-width: 80px;
  text-align: center;
}
.btnno {
  border: 1px solid #ccccce;
  border-left: 15px solid #eee;

  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 100%;
  line-height: 20px;
  padding: 6px 12px;

  background: #a6a6a6;
  color: #333;
  text-transform: capitalize;
  min-width: 80px;
  text-align: center;
}
.btignored {
  border: 1px solid #ccccce;

  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 100%;
  line-height: 20px;
  padding: 6px 12px;

  background: #cccccc;
  color: #999999;
  text-transform: capitalize;
  min-width: 80px;
  text-align: center;
}

.link {
  text-decoration: underline;
  cursor: pointer;
  color: #282e2f;
}

.duregle {
  padding: 5px;
  text-align: right;
  white-space: nowrap;
}

.inlinepadding {
  display: inline-block;
  padding: 5px;
}

.widgetpresta.dejapris {
  background: #d9ffd9;
}

.widgetpresta.selected {
  background: #d9ecff;
}

.btn-default {
  margin-right: 10px;
}
.btn {
  border-radius: 8px;
}

.xdebug-error {
  font-size: 22px;
}

ul.menubar .dropdown-menu {
  margin-left: -140%;
}

.divfrmfilter {
  height: 450px;
  overflow: auto;
}
.active-filters {
  display: block;
  clear: both;
  margin: 10px 5px;

  overflow: auto;
  display: flex;
  align-items: end;
  justify-content: end;
}
.active-filter {
  background: #fefefe;
  padding: 5px;
  border-radius: 8px;
  font-size: 11px;
  margin: 5px;
  float: right;
}
/*
.admin-navbar, .navbar.main.navbar-primary.admin-navbar {
    background-color: #FF8E0D;
}*/

.moyen-paiement {
  min-height: 400px;
}

.chambresinsc {
  background: #efefef;
}

/* .oddeven ajouté via js si aucun background color n'est prédéfini sur la table*/
table.dynamicTable.oddeven tr:nth-child(even) {
  background-color: #ececec;
}

table.dynamicTable tr {
  border-radius: 8px;
}
table.dynamicTable tr:hover,
table.dynamicTable.oddeven tr:hover {
  background-color: #dedede;
  border-bottom: 1px solid #282e2f;
}

.dynamicTable thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

.dynamicTable thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}

.selectedTr {
  background-color: lightgreen !important;
}
.selectedTr:hover {
  background-color: #b9f4b9 !important;
}

.form-inscription.imageLogo {
  max-width: 600px;
  max-height: 200px;
  border-radius: 5px;
}

#inscription-form input[type="radio"],
#inscription-form input[type="checkbox"] {
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}

/*menu*/
@media (min-width: 0px) and (max-width: 800px) {
  .navbar.main.navbar-primary {
    overflow-y: scroll;
    height: 120px;
  }
  .navbar.main.navbar-primary .nav > li {
    float: left;
  }
  .navbar.main .navbar-brand {
    width: auto;
  }
  #content {
    margin-top: 40px;
  }
}

/* lettre invitation */
div#invite_letter,
div#certif_presence {
  background: white;
  color: black;
  padding: 20px;
  max-width: 80%;
  width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 27px 34px -14px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 27px 34px -14px rgba(0, 0, 0, 1);
  box-shadow: 0px 27px 34px -14px rgba(0, 0, 0, 1);
}

/* generation de documents génériques gener_doc */
div.doc-generique {
  background: white;
  color: black;
  padding: 20px;
  max-width: 80%;
  width: 650px;
  min-height: 900px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 27px 34px -14px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 27px 34px -14px rgba(0, 0, 0, 1);
  box-shadow: 0px 27px 34px -14px rgba(0, 0, 0, 1);
  position: relative;
}
table.bottom-table {
  position: absolute;
  bottom: 0;
}
ul#preview-generdoc {
  list-style: none;
}
ul#preview-generdoc li {
  display: none;
}
ul#preview-generdoc li:first-child {
  display: block;
}

ul#preview-generdoc .udarrows {
  margin: 20px auto;
  width: 200px;
  text-align: center;
}
ul#preview-generdoc .udarrows i {
  cursor: pointer;
}
ul#preview-generdoc .udarrows div {
  display: inline-block;
  background: #282e2f;
  padding: 10px;
  color: white;
  margin: 5px;
}

@keyframes blink {
  0% {
    color: white;
  }
  100% {
    color: black;
  }
}
@-webkit-keyframes blink {
  0% {
    color: white;
  }
  100% {
    color: black;
  }
}
.blink {
  -webkit-animation: blink 0.55s ease-in-out infinite;
  -moz-animation: blink 0.55s ease-in-out infinite;
  animation: blink 0.55s ease-in-out infinite;
}

button[type="submit"][disabled="disabled"] {
  cursor: wait;
  cursor: not-allowed !important;
  background: #ccc;
  color: #666;
  border-color: #666;
}

.form-group.has-warning {
  border: 1px solid #282e2f;
}
.form-group.has-warning label {
  color: #282e2f;
}

/* questionnaires */
.formQuestionnaire {
  background: white;
  padding: 20px;
  border-radius: 8px;
}
.formQuestionnaire .question {
  overflow: visible;
  display: flow-root;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ededed;
  transition: 0.5s ease all;
}
.formQuestionnaire .question:hover {
  border-bottom: 1px dotted #282e2f;
}
.formQuestionnaire .question > .control-label,
.formQuestionnaire .question > .form-group .control-label {
  transition: 0.5s ease all;
  font-size: 1.1em;
  color: var(--nform-primary-color);
}
.formQuestionnaire .question:hover > .control-label:first-child,
.formQuestionnaire .question:hover > .form-group .control-label {
  color: #111c26;
  color: var(--nform-primary-color);
  filter: brightness(50%);
}
.formQuestionnaire .question[data-type="checkbox"] .form-group label,
.formQuestionnaire .question[data-type="radio"] .form-group label {
  font-weight: normal;
  cursor: pointer;
}
.formQuestionnaire .question.questionhidden {
  /*    background : red;*/
  display: none;
}

.formQuestionnaire .question.questionisrequired {
  padding: 10px 3px 20px 3px;
  transition: 0.5s ease all;
  background: #fff3f5;
}
.formQuestionnaire .question[data-type="checkbox"] .form-group,
.formQuestionnaire .question[data-type="radio"] .form-group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  overflow: visible;
}
.formQuestionnaire .question[data-type="checkbox"] .form-group .col-sm-9 {
  width: 30%;
}

.formQuestionnaire .question[data-type="checkbox"] .form-group .control-label,
.formQuestionnaire .question[data-type="radio"] .form-group .control-label {
  width: 100%;
  line-height: 45px;
}

.formQuestionnaire .question[data-type="checkbox"] .form-group .col-sm-9,
.formQuestionnaire .question[data-type="radio"] .form-group .col-sm-9 {
  width: 25px;
  display: inline-block;
}

.formQuestionnaire .question .user-answer .form-group {
  margin: 0;
  padding: 0;
  height: 30px;
  /* display: flex; */
}

.formQuestionnaire .question[data-type="text"] .col-sm-3,
.formQuestionnaire .question[data-type="text"] .col-sm-9 {
  width: 100%;
}
.formQuestionnaire .question[data-type="textarea"] textarea {
  border-radius: 4px;
  background: #fdfdfd;
  color: #555;
}
.formQuestionnaire .question[data-type="textarea"] textarea:hover {
  background: white;
  color: rgb(40, 46, 47);
}
.formQuestionnaire .question[data-type="textarea"] .col-sm-3,
.formQuestionnaire .question[data-type="textarea"] .col-sm-9 {
  width: 100%;
}
.formQuestionnaire .question[data-type="select"] .control-label {
  margin: 5px 0;
}
.formQuestionnaire .question[data-type="text"] .control-label {
  padding: 9px;
  margin: 0;
}

.switchbutton input[type="checkbox"],
.switchbuttonradio input[type="radio"] {
  display: none;
}
.switchbutton label,
.switchbuttonradio label {
  cursor: pointer;
}
.switchbutton,
.switchbuttonradio {
  border: 1px solid #cd3319;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  margin: 10px;
  display: inline-block;
}
.switchbutton.active,
.switchbuttonradio.active {
  background: #282e2f;
  color: white;
}

#psl {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 10px;
  z-index: 9999;
}

.pulse-button {
  animation: pulse 1s infinite;
}

.focus-card,
.focus-card:hover .widget-body {
  transition: 0.3s ease all;
}
/* Style commun pour les cartes lors du survol */
.focus-card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 8px 12px 21px 1px;
  scale: 1.08;
  z-index: 9;
  transform: rotate(-2deg) translateZ(10px);
}

.focus-card:hover .widget-body {
  transform: rotate(2deg);
  background: transparent;
  transition: 0.3s ease all;
}
.focus-card:hover div {
  background: transparent;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.shadow-pulse {
  animation: shadow-pulse 1s infinite;
}
@keyframes shadow-pulse {
  0% {
    filter: drop-shadow(0 0 0px red);
  }
  50% {
    filter: drop-shadow(0 0 10px red);
  }
  100% {
    filter: drop-shadow(0 0 0px red);
  }
}

.not-underlined,
.not-underlined:hover .not-underlined *,
.not-underlined *:hover {
  text-decoration: none !important;
}
.suggestion-box.not-found-box {
  background: #3c6eae;
  color: white;
}
