*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}


body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #102126;
    background: #f8f9fa;
}


body:before {
  content:'';
  background-image:url(../img/banner-bg.png);
  background-repeat:no-repeat;
  width:1165px;
  height:100vh;
  background-size:80%;
  background-position:top right;
  position:absolute;
  top:0;
  right:0;
  z-index:-1
}


.btn-primary, .btn-secondary, .btn-outline-primary, .btn-outline-secondary {
    font-weight: bold;
}


.btn-primary {
    background-color: #3368db !important;
    border-color: #3368db !important;
}

.btn-icon {
    height: 50px;
    width: 50px;
    border-radius: 0.75rem;
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  transition: font-variation-settings 0.15s;
}

/* quand le lien est marqué "active" (ou aria-current="page") */
a.active .material-symbols-rounded,
a[aria-current="page"] .material-symbols-rounded {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}


h1,
h2,
h3,
h4,
h5,
h6,
.subtitle,
.navbar-back-link,
.navbar-brand {
    font-weight: 700;
    font-family: '3satHurme', sans-serif;
    color: #1e1e1e;
}

h1 {
  font-size:  1.8rem;
}

@media (min-width:768px) {
    h1 {
        font-size: 3rem
    }
}

@media (min-width:1200px) {
    h1 {
        font-size: 4rem
    }
}

h1 .material-symbols-rounded {
  font-size: 6rem;
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.6rem;
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.supersmall {
  font-size: .65rem;
  line-height: 1.5;
}

.navbar-back-link {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
}

a {
    color: #1e1e1e;
    text-decoration: none;
}


a:hover,
.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-link.active {
    color: #3368db;
}


a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.text-primary {
  color: #d73153 !important;
}

.bg-primary {
  background-color: #d73153 !important;
}

hr {
  margin: 0.75rem 0;
}

.fixed-bottom {
  z-index: 999;
}


label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}



@media (min-width:768px) {
.container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}
}




.my-6 {
  margin: 150px 0;
}


.sum-icon {
    height: 20px;
    width: 20px;
}

.index header {
    position: fixed;
    width: 100%;
}


.card {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.04);
    box-shadow: rgba(115, 82, 199, 0.175) 0px 0.5rem 1.25rem;
    border-radius: .75rem !important;
    border-color: #e9ecef !important;
    border: 1px solid #dee2e6 !important;
}


.card-header {
    background-color: #ffffff;
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important;
    border-bottom: 0;
}


.table {
    margin: 0;
}

.card table th {
    padding: 1rem 1rem 0 1rem;
    border-bottom: 0;
}



.card .table th, .modal .form-label {

    font-weight: 700;
    font-family: '3satHurme', sans-serif;
    font-size: 1.1rem;
    border-bottom: 0;
    background: #ffffff;
  
    
}

.card .table th.brd {
    border-bottom: 1px solid #eaecef;
    padding: 1rem;
}


tr td {
    vertical-align: middle;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.nav-header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.nav-header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.handle {
 cursor: grab;
}

.dropdown,
.dropend,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}


.bg-success {
  --bs-bg-opacity: 1;
  background-color: #a0d468 !important;
}


.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}




.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}





.subtitle {
  font-size: 1.2rem;
  font-weight: 600;
}

header .navbar-brand {
    margin-top: -5px;
    z-index: 999;
}

header .navbar-nav .nav-item {
    padding: 0 15px
}

header .navbar-nav .nav-item>.dropdown-menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

header .navbar-nav .nav-item .dropdown-menu, .dropdown-menu {
    border: none;
    border-radius: 8px;
    margin-top: 0;
    margin-left: 0;
    min-width: auto;
    width: max-content;
    white-space: nowrap;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-weight: 600;
    padding: 8px 30px;
    color: #495057;
    margin: 0
}


header .navbar-nav .nav-item .dropdown-toggle::after {
  display: none !important;
}




header .navbar-nav .nav-item .dropdown-menu .dropdown-item .mt-2 {
    margin-top: .4rem !important
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #ed6f8a;
    background-color: transparent
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover svg path {
    fill: #ed6f8a
}

header .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: transparent
}


header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

header .nav-link, header .navbar-breadcrumbs {
    color: #1e1e1e;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.25s;
}


.nav-icon {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.nav-icon.active, .nav-icon:hover {
  opacity: 1;
}




@media screen and (min-width:992px) {

    header .dropdown>.dropdown-menu .dropright:hover .dropdown-menu {
        display: block
    }
    header .navbar-nav li:first-child .dropdown-menu .dropright .dropdown-menu {
        margin-top: -8px
    }

}




@media screen and (max-width:991px) {

    h4 {
        line-height: 1.75rem
    }
    p {
        line-height: 24px
    }
    .navbar-toggler {
        padding: 0;
        z-index: 99999;
    }
    .navbar-toggler:focus {
        box-shadow: none;
        outline: 0
    }

    header .navbar-nav .nav-item {
        padding: 0 0 15px 0;
    }

    header .navbar-nav .nav-link,
    header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 1.1rem;
    }

    header .navbar-nav .nav-item .dropdown-menu {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    header .navbar-nav .nav-item svg {
        display: none;
    }

    header .navbar-nav~.btn {
        width: 100%
    }

    .navbar-collapse {

        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9000;
        height: 0;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        transition: height 0.2s ease-in, opacity 0.2s ease-in;
}

.navbar-collapse.show {
  height: 100vh;
  height: 100dvh !important;
  min-height: 100vh;
  min-height: 100dvh !important;
  opacity: 1;
}


    header .navbar-nav .nav-link {
        padding: 0;
        color: #ffffff;
    }
    header .navbar-nav .nav-item .dropdown-menu {
        box-shadow: none !important;
        border-radius: 0;
        padding: 0;
        background-color: transparent
    }
    header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        padding: 5px 0;
    }
    .navbar-toggler.collapsed .menu-close {
        display: none
    }
    .navbar-toggler.collapsed .menu-icon {
        display: block;
        z-index: 999;
    }
    .navbar-toggler .menu-icon {
        display: none
    }
    .navbar-toggler .menu-close {
        display: block
    }



}

@media screen and (max-width:767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}






@media screen and (min-width:768px) {

  .dvh-100 {
    height: 100vh;
    height: 100dvh !important;
  }

}

.no-overflow {
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}





/* Menu Navigation -----------------------------------------------------------*/
img.logo, #logo {
  width: 160px;
  height: auto;
  padding: 0 0 0 20px;
}


@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}





.mobile-icon {
  display: none;
}

header ul.navbar-nav {
  padding: 0 25px;
}


@media screen and (max-width:991px) {


  .navbar-nav.d-flex.align-items-center {
    align-items: flex-start !important; /* annule le centrage vertical */
  }
  
  
  
  ul.dropdown-menu li {
    line-height: 1;
  }
  
  #dashDropdown +  .dropdown-menu, #dataDropdown + .dropdown-menu, #optionsDropdown + .dropdown-menu {
    display: block; 
  }
  
  
  header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-weight: 500;
    }
  
  

  .mobile-icon {
    display: block;
    width: 50px;
    height: auto;
    padding: 10px 0;
  }



  ul#languages, ul#options {
    text-align: left;
  }

  header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-size: 1rem;
  }


    img.logo {
      width: 120px;
      height: auto;
      padding: 10px 0px;
    }

}




.card.quiz, .card.quiz .card-body, .card.quiz label {
  cursor: pointer
}

.btn-rounded {
  border-radius: 999px;
  padding:15px 30px;
}



.content {
  padding-top: 60px;
  padding-bottom: 60px;
}


/* signin & login inputs */



.form-control-lg, .btn-lg {
  font-size: 1rem;
  padding: 1rem;
}

/* Buttons --------------------------------------------------------------------*/

.btn-pink {
  font-size: 1rem;
  font-weight: 600;

  background-size: 150% 100%;
  background-position: left center;
  transition: background-position 0.6s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #eeecdf;
  transition: all 0.25s ease-in;
}

.btn-pink:hover {
  background-color: #5445e5;
}

.input-group-text {
  background: #ffffff;
}

.hline {
    width: 50px;
    background-color: #3368db;
    height: 6px;
    border-radius: 3px;
    margin: 0 auto;
}



/* Overlay menu --------------------------------------------------------------*/

@media screen and (max-width:992px) {
  body .navbar-collapse {
      background-color: #3368db;
  }
}





/* Backgrounds colors -------------------------------------------------------*/





body header .navbar-brand {
  display: none;
}

body.index header .navbar-brand {
  display: block;
}

body.index header .navbar-back-link {
  display: none !important;
}

@media (min-width: 992px) {
  body header .navbar-brand {
    display: block;
  }

  body.index header .navbar-brand {
    display: block;
  }

  body header .navbar-back-link {
    display: none !important;
  }

}


/* SIGN IN & SIGN UP ------------------------------------------------------------ */

.flip-card-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.flip-card {
  height: 200px;
}


@media (min-width:768px) {
    .flip-card-wrapper {
        max-width: 65%;
    }

    .flip-card {
        height: 60px;
    }
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  background-color: transparent;
}

.flip-card-inner.flipped {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  transform: rotateY(0deg);
}

.flip-card-back {
  transform: rotateY(180deg);
}

@media screen and (max-width:767px) {
  .flip-card .input-group > .form-control,
  .flip-card .btn-pink {
    width: 100%;
  }

  .flip-card input, .flip-card button {
    border-radius: 0.5rem !important;
  }
}

#authentication-error {
  height: 40px;
}

#authentication-error span {
  font-size: 0.9rem;
}





.bl-0 {
  border-left: 0;
}

.br-0 {
  border-right: 0;
}


#topbar-notif {
  position: fixed;
  top: -80px; /* caché initialement */
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  z-index: 9999;
  transition: top 0.4s ease;
}

#topbar-notif .alert-success {
  background-color: #3368db !important;
}

#topbar-notif .alert-warning {
  background-color: #dc3545;
}

