
/*=============================================================
Authour URL: www.designbootstrap.com

http://www.designbootstrap.com/

License: MIT

http://opensource.org/licenses/MIT

100% Free To use For Personal And Commercial Use.

IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE

========================================================  */


/* =============================================================
GENERAL STYLES
============================================================ */

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.page-head-line,
.page-head-line-connexion,
.dashboard-section-title,
.user-dashboard-section-title,
.admin-dashboard-section-title,
.account-section-title,
.dashboard-section-heading-row h3,
.verify-member-header h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  overflow-x: hidden;
  width: 100%;
  min-width: 0;
}
.imprimer_all{
  position: relative;
  margin: 10px 0 0 0;
  float: right;
  background-color: #f2b705;
  border: none;
}
.set-radius-zero {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.no_padding {
  padding: 0;
}
.panel-primary>.panel-heading {
  color: #fff;
  background-color: #58a681;
  border-color: #58a681;
  border-radius: 13px 13px 0 0 !important;
}
.sub_menu_active {
  background-color: #f2b705;
  color: #fff;
}
.sub_menu {
  background-color: #58a681;
  color: #fff;
}
.panel-primary {
  border-color: #58a681;
}
.panel-default>.panel-heading .badge{
  color: #f5f5f5;
  background-color: #535353;
}
.message_alert {
  position: relative;
  width: 350px;
  height: auto;
  background: #58a681;
  /* padding: 5px 10px;*/
  margin: 15px 0 0 15px;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-weight: 600;
}

.alert-info{
  margin-top: 40px;
}

.content-wrapper {
  min-height: 94vh;
  padding-bottom: 60px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    width: 85vw;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 70vw;
    max-width: 1140px;
  }
}

.menu-section .container {
  width: 100%;
  max-width: 100%;
}
.container_connexion{
  position: relative;
  width: 50vw;
  background-color: #fff;
  top: 30vh;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
@media (max-width: 1364px) {
.container_connexion {
    width: 50vw;
    top: 10vh;
  }
}
@media (max-width: 640px) {
  .container_connexion {
    width: auto;
    max-width: none;
    margin-left: 12px;
    margin-right: 12px;
    top: 5vh;
    box-sizing: border-box;
  }

  .container_inscription {
    width: auto;
    max-width: none;
    margin-left: 12px;
    margin-right: 12px;
    box-sizing: border-box;
  }

  .page-head-line-connexion {
    margin-left: 0;
    text-align: center;
  }

  .page-head-line {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .rwd-table {
    min-width: 0;
    width: 100%;
    top: 0;
  }
}

.container_inscription{
  position: relative;
  width: 62vw;
  top: 4vh;
}

.retour_ateliers{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
}
.retour_ateliers li{
  position: relative;
  padding: 5px 15px;
  margin: 0 0 0 20px;
  background-color: #58a681;
  border-radius: 25px;
  list-style-type: none;
}
.retour_ateliers li a{
  color: white;
}
.retour_ateliers li a:hover{
  color: white;
  text-decoration: underline;
}

.page-head-line {
  padding-bottom: 20px;
  margin: 0 0 40px 0;
  border-bottom: 2px solid #f2b705;
  text-transform: uppercase;
  color: #f2b705;
  font-size: 32px;
  line-height: 1.1;
}
.page-head-line-connexion{
  margin: 10px 0 40px 100px;
  font-size: 28px;
}
.dashboard-section-title {
  color: #f0ad4e;
  border-bottom: 2px solid #f0ad4e;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.1;
}
.btn {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.btn-info{
  transition: .3s;
}
.btn-info:hover{
  text-decoration: underline;
}
.btn_connect{
  position: relative;
  background: #58a681;
  color: white;
  padding: 8px 10px 9px 10px;
  border-radius: 25px;
}
.btn_connect:hover{
  position: relative;
  background: #58a681;
  color: white;
  text-decoration: underline;
  padding: 8px 10px 9px 10px;
  border-radius: 25px;
}
.btn_admin{
  position: relative;
  background: #58a681;
  color: white;
  padding: 8px;
  top: 23px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  transition: .3s;
}
@media (max-width: 1364px) {
  .btn_admin {
      top: -27px;
      float: right;
      left: -70px;
  }
}
@media (max-width: 1364px) {
  .btn_admin {
    left: -15px;
  }
}

.btn_admin:hover{
  background: #f2b705;
  color: white;
}
.progress {
  height: 8px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.login-icon {
  height: 60px;
  width: 60px;
  padding: 13px;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  cursor:pointer;
  background-color:#58a681;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
}
.img_profil{
  position: relative;
  left: 2%;
}
/* =============================================================
HEADER SECTION STYLES
============================================================ */
header {
  background-color: #f2b705;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
}
.header_content{
  width: 300px;
  position: absolute;
  z-index: 9;
}
.header_content .row{
  position: relative;
}

/* =============================================================
LOGO SECTION STYLES
============================================================ */
.left-div {
  padding-left: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.ico_inscription_content{
  position: relative;
  float: right;
  margin: 35px 0 0 20px;
  top: -10px;
}
.navbar-brand {
  padding-top: 35px;
}
@media (max-width: 640px) {
  .navbar-brand {
    position: relative;
    top: 27px;
    left: 30%;
  }
}

/* USER SETTINGS DIV */
.user-settings-wrapper .nav > li > a {
  position: relative;
  display: block;
  padding: 15px 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 60px;
  width: 60px;
  background-color: #f2b705;
  color: #fff;
}

.user-settings-wrapper {
  margin-top: 10px;
}

.user-settings-wrapper li {
  display: inline-block;
}

.user-settings-wrapper .dropdown-settings {
  width: 200px;
  padding: 10px;
}

.user-settings-wrapper .nav > li > a:hover,.user-settings-wrapper .nav > li > a:focus {
  text-decoration: none;
  background-color: #f2b705 !important;
}

.user-settings-wrapper img {
  height: 64px;
  width: 64px;
  border: 1px solid #414141;
}

.user-settings-wrapper .dropdown-menu {
  margin: 0px;
  border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
}

.user-settings-wrapper .btn {
  border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
}

.user-settings-wrapper .media-heading {
  padding-top: 10px;
}

/* MENU LINKS SECTION*/

.menu-section {
  background-color: #58a681;
  margin-bottom: 5vh;
  padding: 8px 0;
}

.menu-section-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
}

.menu-welcome {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  flex: 1 1 220px;
  min-width: 0;
}

.menu-welcome strong {
  font-weight: 300;
}

.label-menu-account {
  background-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  margin-left: 6px;
  vertical-align: middle;
}
.label{
  font-weight: 300;
}
.panel{
  border: none;
  border-radius: 20px;
}
.menu-section-toggle {
  display: none;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background-color: transparent;
}

.menu-section-toggle .icon-bar {
  background-color: #fff;
}

.menu-section #menu-top-collapse {
  flex: 1 1 auto;
}

.menu-section #menu-top-collapse.in,
.menu-section #menu-top-collapse.collapsing {
  width: 100%;
}

@media (max-width: 767px) {
  .menu-section-toggle {
    display: block;
    margin-left: auto;
  }

  .menu-section-bar {
    align-items: flex-start;
  }

  .menu-section #menu-top-collapse {
    width: 100%;
    clear: both;
  }

  .menu-section #menu-top {
    float: none !important;
    margin: 8px 0 0;
  }

  .menu-section #menu-top > li {
    float: none;
  }

  .menu-section #menu-top > li > a {
    display: block;
    padding: 10px 0;
  }
}

#menu-top a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 10px 10px 10px;
  text-transform: uppercase;
}

.menu-top-active {
  background-color: #f2b705;
}

.menu-section .nav > li > a:hover,.menu-section .nav > li > a:focus {
  background-color: #f2b705!important;
}

.menu-section .dropdown-menu > li > a:hover,.menu-section .dropdown-menu > li > a:focus {
  background-color: #f2b705!important;
}

.navbar-inverse {
  background-color: #f2b705;
  border-color: transparent;
}

.navbar-toggle {
  background-color: #f2b705;
  border: 1px solid #fff;
}

.navbar {
  margin: 0 auto;
}
.logo_header_connexion{
  position: absolute;
  width: 80px;
  height: auto;
  margin: -5px 0 0 0;
  border-radius: 50%;
}
.logo_header{
  position: absolute;
  width: 150px;
  height: auto;
  margin: 20px 0 0 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 5px;
}
/**** MON STYLE ****/
.navbar-right {
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
/* =============================================================
FOOTER SECTION STYLES
============================================================ */
.footer {
  position: relative;
  padding: 10px;
  color: black;
  font-size: 12px;
  /*background-color: #f2b705; */
}
.lien_footer{
  position: relative;
  width: 200px;
  float: right;
}
.footer a{
  position: relative;
  color: #c5645b;
  text-decoration: none;
}
.footer a:hover{
  text-decoration: underline;
}

/*==============================================
DASHBOARD  STYLES
=============================================*/
.nav-tabs>li {
  margin-bottom: -2px;
}
.dashboard-activity-tabs {
  border-bottom: 2px solid #58a681;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.dashboard-activity-tabs > li {
  float: none;
}

.dashboard-activity-tabs > li > a {
  margin-right: 0;
  padding: 11px 22px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  background-color: #58a681;
  border: 2px solid #58a681;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.dashboard-activity-tabs > li > a:hover,
.dashboard-activity-tabs > li > a:focus {
  color: #fff;
  background-color: #469a71;
  border-color: #469a71;
}

.dashboard-activity-tabs > li.active > a,
.dashboard-activity-tabs > li.active > a:hover,
.dashboard-activity-tabs > li.active > a:focus {
  color: #333;
  background-color: #f2b705;
  border-color: #f2b705;
  border-bottom-color: #f2b705;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .dashboard-activity-tabs {
    flex-direction: column;
    border-bottom: none;
    gap: 8px;
  }

  .dashboard-activity-tabs > li > a {
    border-radius: 8px;
    text-align: center;
  }

  .dashboard-activity-tabs > li.active > a,
  .dashboard-activity-tabs > li.active > a:hover,
  .dashboard-activity-tabs > li.active > a:focus {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
}

.dashboard-youth-filter-tabs {
  margin-bottom: 16px;
}

.dashboard-filter-label {
  margin-bottom: 8px;
  color: #666;
  font-weight: 600;
}

.dashboard-youth-filter-tabs > li > a {
  padding: 8px 18px;
  font-size: 14px;
}

.user-dashboard-section-title {
  color: #666;
  font-size: 24px;
  line-height: 1.1;
  margin: 8px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.user-stat-tiles-row {
  margin-bottom: 8px;
}

.user-stat-tile {
  display: flex;
  align-items: stretch;
  min-height: 96px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.user-stat-tile:hover,
.user-stat-tile:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  color: inherit;
  text-decoration: none;
  outline: none;
}

.user-stat-tile-icon {
  flex: 0 0 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}

.user-stat-tile-gold .user-stat-tile-icon {
  background: #f2b705;
}

.user-stat-tile-green .user-stat-tile-icon {
  background: #58a681;
}

.dashboard-section-heading-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.dashboard-section-heading-row h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  color: #444;
}

.dashboard-guardian-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #58a681;
  border-radius: 50%;
  text-decoration: none;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 1;
  transition: background-color 0.2s ease;
}

.dashboard-guardian-add-btn:hover,
.dashboard-guardian-add-btn:focus {
  color: #fff;
  background-color: #46956e;
  text-decoration: none;
  outline: none;
}

.dashboard-enrollments-section {
  scroll-margin-top: 24px;
  margin-bottom: 32px;
}

.dashboard-enrollments-section.is-highlighted .dashboard-enrollments-table-wrap {
  animation: dashboard-enrollments-highlight 1.8s ease;
}

@keyframes dashboard-enrollments-highlight {
  0% {
    box-shadow: 0 0 0 0 rgba(88, 166, 129, 0.45);
  }
  25% {
    box-shadow: 0 0 0 4px rgba(88, 166, 129, 0.35);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(88, 166, 129, 0);
  }
}

.dashboard-youth-filter-banner {
  margin-bottom: 16px;
}

.dashboard-enrollments-table-wrap {
  border-radius: 8px;
}

.family-card-active {
  border-color: #58a681;
  box-shadow: 0 0 0 1px rgba(88, 166, 129, 0.35);
}

.family-card-active > .panel-heading {
  background-color: #f4fbf7;
}

.user-stat-tile-warning .user-stat-tile-icon {
  background: #e67e22;
}

.user-stat-tile-alert-active {
  box-shadow: 0 2px 10px rgba(230, 126, 34, 0.35);
}

.user-stat-tile-body {
  flex: 1;
  padding: 14px 16px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.user-stat-tile-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 4px;
}

.user-stat-tile-value {
  display: block;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.1;
  color: #555;
}

.user-stat-tile-detail {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #999;
  line-height: 1.35;
}

/* DASHBOARD ICONS */

.bk-clr-one {
  background-color: #B9B739;
}

.bk-clr-two {
  background-color: #F94C4C;
}

.bk-clr-three {
  background-color: #119c7e;
}

.bk-clr-four {
  background-color: #b739b9;
}

.dashboard-div-icon {
  height: 75px;
  width: 75px;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.dashboard-div-wrapper {
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  color: #fff;
  margin-bottom: 50px;
}

.dashboard-div-wrapper .progress {
  height: 2px;
}

/* NOTICE BOARD */


.notice-board .panel {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.notice-board ul {
  padding-left: 0px;
  list-style: none;
}

.notice-board li {
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}

.notice-board li span {
  margin-right: 10px;
  border: 1px solid #DBDBDB;
  padding: 5px;
}

.notice-board li a, li a:hover {
  text-decoration: none;
  color: #414141;
}

/* SOCIAL BUTTONS */
.btn-social {
  color: white;
  opacity: 0.8;
}

.btn-social:hover {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.btn-facebook {
  background-color: #3b5998;
}

.btn-twitter {
  background-color: #00aced;
}

.btn-linkedin {
  background-color: #0e76a8;
}

.btn-google {
  background-color: #c32f10;
}

/******************************************/
/************* PAGE IMPRIMEE **************/
/******************************************/
.logo_page_impression{
  position: absolute;
  width: 90px;
  height: auto;
  margin: 10px 0 0 25px;
  border-radius: 50%;
}
.titre_page_impression{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f2b705;
}
.titre_page_impression h1{
  position: relative;
  margin: 0 0 0 130px;
  padding: 45px 0;
  color: #414141;
}

/*** TABLEAUS ***/
.rwd-table {
  background: #34495e;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  top: 7vh;
  position: relative;
  min-width: 50vw;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.rwd-table tr {
  border-color: white;
}

.rwd-table tr {
  border-top: 10px solid white;
  border-bottom: 10px solid white;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  padding-top: 0.5em;
}

.rwd-table td:last-child {
  padding-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

@media (min-width: 480px) {

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table th,
.rwd-table td {
  margin: 0.5em 1em;
}

@media (min-width: 480px) {

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.rwd-table th,
.rwd-table td:before {
  color: #B9B739;
}

.searchable-combobox {
  position: relative;
}

select.searchable-combobox-source {
  display: none !important;
}

.searchable-combobox-input {
  cursor: text;
}

.searchable-combobox.is-open .searchable-combobox-input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.searchable-combobox-dropdown {
  position: absolute;
  z-index: 1050;
  left: 0;
  right: 0;
  max-height: 240px;
  overflow-y: auto;
  margin: -1px 0 0;
  padding: 4px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  display: none;
}

.searchable-combobox-dropdown.is-open {
  display: block;
}

.searchable-combobox-dropdown li[data-value] {
  margin: 2px 6px;
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 4px;
  transition: background-color 0.15s ease;
}

.searchable-combobox-dropdown li[data-value]:hover,
.searchable-combobox-dropdown li[data-value].is-active {
  background: #e8f4fc;
  color: #1a5276;
}

.searchable-combobox-empty {
  padding: 8px 12px;
  color: #777;
  cursor: default;
  user-select: none;
  -webkit-user-select: none;
}

.payment-status-pending {
  color: #e67e22;
  font-weight: 600;
}

.payment-status-paid {
  color: #3c763d;
  font-weight: 600;
}

.enrollment-status-pending {
  color: #e67e22;
  font-weight: 600;
}

.enrollment-status-confirmed {
  color: #3c763d;
  font-weight: 600;
}

.enrollment-status-waitlist {
  color: #31708f;
  font-weight: 600;
}

.enrollment-status-cancelled {
  color: #999;
  font-weight: 600;
}

.sesame-user-panel .panel-heading {
  background: #f2b705;
  color: #333;
  font-weight: 600;
}

.sesame-marks-table .sesame-total-row th {
  background: #fff8e1;
  font-size: 1.05em;
}

.sesame-panel-title {
  margin-top: 0;
  margin-bottom: 16px;
}

.dashboard-sesame-highlight-wrap {
  margin-bottom: 28px;
}

.dashboard-sesame-highlight {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #f2b705 0%, #ffd54f 55%, #f2b705 100%);
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(242, 183, 5, 0.35);
  text-decoration: none !important;
  color: #3d2f00 !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.dashboard-sesame-highlight:hover,
.dashboard-sesame-highlight:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(242, 183, 5, 0.45);
  color: #3d2f00 !important;
  text-decoration: none;
  outline: none;
}

.dashboard-sesame-highlight-icon {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #3d2f00;
}

.dashboard-sesame-highlight-content {
  flex: 1 1 auto;
  min-width: 0;
}

.dashboard-sesame-highlight-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;
}

.dashboard-sesame-highlight-amount {
  display: block;
  font-size: 42px;
  line-height: 1.05;
  font-weight: 800;
  margin: 2px 0 4px;
}

.dashboard-sesame-highlight-detail {
  display: block;
  font-size: 14px;
  opacity: 0.9;
}

.dashboard-sesame-highlight-cta {
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}

.dashboard-sesame-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.dashboard-sesame-breakdown-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #f2b705;
  border-radius: 999px;
  text-decoration: none !important;
  color: #444 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.dashboard-sesame-breakdown-item:hover,
.dashboard-sesame-breakdown-item:focus {
  background: #fff8e1;
  border-color: #d9a504;
  color: #444 !important;
  text-decoration: none;
  outline: none;
}

.dashboard-sesame-breakdown-name {
  font-weight: 600;
}

.dashboard-sesame-breakdown-amount {
  font-weight: 800;
  color: #b8860b;
}

.family-card-sesame-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 12px;
  padding: 8px 14px;
  background: #fff8e1;
  border: 2px solid #f2b705;
  border-radius: 8px;
}

.family-card-sesame-label {
  font-weight: 700;
  color: #8a6d00;
}

.family-card-sesame-amount {
  font-size: 20px;
  font-weight: 800;
  color: #3d2f00;
}

@media (max-width: 767px) {
  .dashboard-sesame-highlight {
    flex-wrap: wrap;
    gap: 14px;
  }

  .dashboard-sesame-highlight-amount {
    font-size: 34px;
  }

  .dashboard-sesame-highlight-cta {
    width: 100%;
  }
}

.sesame-page .sesame-page-intro {
  margin-top: -24px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.92);
}

.sesame-page .panel-default,
.sesame-page .sesame-page-panel {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.sesame-page .panel-default > .panel-heading:not(.sesame-user-panel .panel-heading) {
  background: #fff;
  border-bottom: 1px solid #eee;
  color: #444;
  font-weight: 700;
}

.sesame-page .sesame-participant-filter-form .form-control {
  max-width: 420px;
}

.sesame-page .dashboard-sesame-highlight {
  cursor: default;
}

.sesame-page .dashboard-sesame-highlight:not([href]):hover,
.sesame-page .dashboard-sesame-highlight:not([href]):focus {
  transform: none;
  box-shadow: 0 6px 20px rgba(242, 183, 5, 0.35);
}

.pwa-install-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1080;
  max-width: 560px;
  margin: 0 auto;
}

.pwa-install-banner-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 2px solid #58a681;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.pwa-install-banner-icon img {
  display: block;
  border-radius: 10px;
}

.pwa-install-banner-text {
  flex: 1 1 auto;
  min-width: 0;
}

.pwa-install-banner-text strong {
  display: block;
  font-size: 16px;
  color: #1f3d2d;
  margin-bottom: 2px;
}

.pwa-install-banner-desc,
.pwa-install-ios-hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #555;
}

.pwa-install-banner-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-shrink: 0;
}

.pwa-install-close {
  border: none;
  background: transparent;
  color: #777;
}

@media (max-width: 640px) {
  .pwa-install-banner-inner {
    flex-wrap: wrap;
  }

  .pwa-install-banner-actions {
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
}

/* =============================================================
   MOBILE — pleine largeur écran
   ============================================================= */

@media (max-width: 767px) {
  .content-wrapper .container,
  .menu-section .container,
  .footer .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .table-responsive {
    margin-bottom: 0;
  }

  .pwa-install-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}