html, body{
    background-size: 6px 6px;
    background-image: repeating-linear-gradient(45deg, #272727 0, #272727 0.6000000000000001px, #000000 0, #000000 50%);
    /* background-color: rgb(255, 255, 255); */
    font-family:'Open Sans', 'Helvetica Neue', sans-serif;
}

:root {
    --couleurPrincipale: #0f91b9;
}

:root {
    --couleurPrincipale-rgb: 15,145,185;
}

.detection {
    background-color: #f0ad4e;
}

.selected {
    border: solid 3px #FF5050 !important;
}

.badge {
    background-color: #FF5050;
}

.unsupported-browser {
    background-image: url("/img/attention.png");
    background-position: center left 20px;
    background-size: 60px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 100px;
    display: none;
}

.container-fluid.fond{
    background-color: white;
    height: 100%;
    background-color: #ffffff;
    opacity: 1;
    background: 
    radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent), 
    radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent) 17.5px 17.5px, 
    linear-gradient(#e9e9e9 1px, transparent 1px) 0 -0.5px, 
    linear-gradient(90deg, #e9e9e9 1px, #ffffff 1px) -0.5px 0;
    background-size: 70px 70px, 35px 35px, 17.5px 17.5px, 17.5px 17.5px;
}

.bg-secondary-user {
    background-color: rgba(var(--couleurPrincipale-rgb),0.6);
    mix-blend-mode: multiply;
}
.bg-secondary-admin {
    background-color: rgba(var(--couleurPrincipale-rgb),0.8);
    mix-blend-mode: multiply;
    color: white;
}
.bg-secondary-super-admin {
    background-color: rgba(var(--couleurPrincipale-rgb),1);
    mix-blend-mode: multiply;
    color: white;
}

.alert {
    /* margin: 0px !important; */
    padding: 5px 15px 5px 15px !important;
    z-index: 500;
}

.alert-dismissible .btn-close {
    padding: 10px 10px !important;
}

.datepickerDoSkop {
    position: relative;
}


span.size-60 {
    font-size: 60px;
    /* font-variation-settings: 'OPSZ' 60; */
    /* font-variation-settings: 'wght' 300 !important; */
}

span.size-40 {
    font-size: 40px;
    /* font-variation-settings: 'OPSZ' 40; */
    /* font-variation-settings: 'wght' 800; */
}

span.size-35 {
    font-size: 35px;
    /* font-variation-settings: 'OPSZ' 35; */
    /* font-variation-settings: 'wght' 800; */
}

.title {    
    color: white;
    background-attachment: fixed;
    background-image: url("/img/fond-header-1.jpg");
    background-color: var(--couleurPrincipale);
    border: none;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.titleMatrice {    
    color: white;
    background-attachment: fixed;
    background-color: var(--couleurPrincipale);
    border: none;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.subTitle {
    color: var(--couleurPrincipale);
    padding-bottom: 10px;
    border-bottom: solid 4px var(--couleurPrincipale);
}

a.disabled {
    opacity: 0.4 !important;
}

.form-group label {
    padding-bottom: 5px;
}

.container-avec-fond {
    position: relative !important;
}

.image-outils,
.image-license,
.image-fonctionnalité,
.image-intro,
.image-contact,
.image-login,
.image-404 {
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
    width: 100%;
    background-color: var(--couleurPrincipale);
    position: absolute;
    top: 0px;
    margin-top: 60px;
    z-index: 0;
}

.image-outils {    
    background-image: url("/img/fond-site-8.webp");
}

.image-license {    
    background-image: url("/img/fond-site-7.webp");
}

.image-login {    
    background-image: url("/img/fond-site-3.webp");
}

.image-fonctionnalité {    
    background-image: url("/img/fond-site-6.webp");
}

.image-contact {
    background-image: url("/img/fond-site-5.webp");
}

.image-intro {
    background-image: url("/img/fond-site-4.webp");
}

.image-404 {
    background-image: url("/img/fond-site-404.webp");
}

.contenu-intro {
    font-size: 1.3rem;
    padding-top: 130px;
}

.contenu-outils {
    font-size: 1.3rem;
}

.outils,
.license,
.login,
.home,
.fonctionnalite,
.contact,
.error {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
}

.outils .card, 
.license .card, 
.login .card, 
.fonctionnalite .card, 
.contact .card,
.error .card {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: none;
}

.outils .card-header, 
.license .card-header,
.login .card-header,
.fonctionnalite .card-header, 
.contact .card-header ,
.error .card-header {
    padding: 20px 0px 20px 0px;
    margin-right: 50px;
    margin-left: 50px;
    background-color: rgba(255, 255, 255, 0) !important;
}

.home .titre-intro {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 30px 10px 10px;
    color: black;
    border-radius: 5px;
    /* width: 70%; */
    /* text-align: right; */
    /* border-radius: 20px; */
}

.premium {
    color: rgb(255, 196, 0);
}

.icone-do-skop {
    background-color: var(--couleurPrincipale);
    color: white;
    text-align: center;
    border-radius: 40px;
    padding: 10px;
}

.fonction {
    border-left: var(--couleurPrincipale) solid 4px;
    padding-left: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.fonctionPlus {
    border-left: rgb(255, 196, 0) solid 4px;
    padding-left: 15px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.fonctionPlus::before {
    content: "★";
    position: absolute;
    left: -25px;
    color: rgb(255, 196, 0);
    top: 10px;
}

.error .card {
    position: relative;
    height: 450px;
}

.error .text-404 {
    padding-top: 100px;
}

.erreur404 {
    font-size: 300px;
    font-weight: 700;
    color: rgba(var(--couleurPrincipale-rgb),0.2);
    position: absolute;
    top: 0px;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}

legend {
    font-size: 1rem !important;
}


.iconeProjet .inline-icon{
    padding: 15px 0px 15px 15px;
}

.iconeProjet.check {
    color: var(--couleurPrincipale);
}
 
/**
* Mentions Légales
**/


.titreML {
    color:  var(--couleurPrincipale);
}

.contenuML {
    padding-left: 1rem;
    border-left: 4px solid rgba(var(--couleurPrincipale-rgb),0.2);
    margin-bottom: 2rem;
}

a.roundRect:hover {
    border: 2px solid  var(--couleurPrincipale);
}

.roundRect {
    padding: 0.4rem 0.8rem;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    margin-bottom: 2rem;
    border: 2px solid rgba(var(--couleurPrincipale-rgb),0.2);
}


/**
* POP-UP d'AIDE
**/

.bloc-help {    
    position: relative;
}

.help {
    line-height: 1.3rem;
    font-weight: 600;
    position: absolute;
    padding-left: 7px;
    cursor: pointer;
    /* padding-bottom: 2px; */
    background-color: var(--couleurPrincipale);
    border-radius: 10px;
    width: 20px;
    height:20px;
    color: white;
    top: 15px;
    right: 15px;
}

/**
* MENU PRINCIPAL
**/

.logo-doSkop {
    /* padding: 10px; */
    padding-right: 30px;
    padding-bottom: 10px;
}

.logo-doSkop a {
    font-family: "aglet-slab", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    color: var(--couleurPrincipale) !important;
}

.logo-doSkop-footer {
    font-family: "aglet-slab", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: var(--couleurPrincipale) !important;
}

.navbar-doskop {
    border-bottom: 3px solid rgba(32, 32, 32);
}

.navbar-doskop .nav-link{
    margin-top: 2px;
    padding: 20px;
}

.zone-header-to-hide {
    height: 50px;
}

.navbar-custom {
    background-color: white;
    padding: 5px  10px 0px 10px !important;
}

.navbar-user {
    padding-top: 15px !important;
    border-bottom: 3px solid rgba(114, 114, 114, 0.3);
    mix-blend-mode: multiply;
}

.navbar-questionnaire {
    padding-top: 0px !important;
    text-align: center;
    /* border-bottom: 3px solid rgba(114, 114, 114, 0.3); */
}

.navbar-custom .navbar-brand:hover {
    color: #000;
}

.navbar-custom .nav-item:not(:last-child) {
    border-right: solid 1px rgba(255,255,255,.2);
}

.navbar-custom .nav-item {
    padding: 0px 10px 0px 10px;
}

.navbar-custom .nav-item {
    font-size: 1.1rem;
}


/**
* PAGE CONTACT
**/

.imgLogo-freemium {
    background-image: url("/img/icoDo-Skop.svg");
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100px; */
}
.imgLogo-standard {
    background-image: url("/img/icoDo-Skop.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}
.imgLogo-premium {
    background-image: url("/img/icoDo-Skop.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
}

/**
* icones *
**/

.inline-icon {
    vertical-align: top;
}


/**
* header user
**/

.btn-fermer {
    margin-bottom: 10px;
}

.text-user {
    padding-left: 30px;
}

.text-user .role{
    color: rgba(0,0,0,.6);
    font-size: 0.9rem;
}

.small{
    font-size: 0.8rem;
}

.superSmall{
    font-size: 0.7rem;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(0,0,0,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
    /* padding-left: 2rem; */
    border-bottom: solid 4px rgb(248,249,250);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item .nav-link.active {
    color: var(--couleurPrincipale);
    border-bottom: solid 4px var(--couleurPrincipale);
}
.navbar-custom .nav-item:hover .nav-link:not(.active) {
    color: #000;   
    border-bottom: solid 4px black;
}

.navbar-custom .nav-item {
    background-position: left 0px center;
    background-size: 65% 65%;
    background-repeat: no-repeat;
}

.nav-item button {
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: white;
}

/**
* tableau liste d'utilisateurs
**/

.licence {
    min-width: 180px;
}

.icon-fill {
    font-variation-settings:
    'FILL' 1
}

.icon {
    vertical-align: middle;
}

.legende .case{
    /* margin: 0px 5px 0px 5px; */
    border: 2px solid grey;
    height: 30px;
    width: 40px;
    padding: 5px 5px 5px 7px;
    text-align: center;
}

.legende .titre{
    padding-left: 10px;
}

.legende table {
    margin-top: 20px;
    margin-bottom: 15px;
}

.un-projet.multiple {
    border-top: rgba(0, 0, 0, 0.2) solid 1px;
    padding-top: 10px;
    margin-top: 10px;
}

.un-projet {
    margin-bottom: 0px !important;
}

span.disabled
{
    opacity:0.2;
}

.table-select tbody tr,
.table-select thead th {
    cursor:pointer;
}

.table-select thead tr th:hover {
    background-color: rgb(212, 212, 212);
}

.table-select thead tr th {
    background-image: none;
    background-position: bottom 10px center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.table-select thead th {
    padding-bottom: 30px;
}


/**
* les boutons avec icones
**/

.btn-icone span:hover:not(.disabled) {
    transform: rotate(-30deg); /* Équivalent à rotateZ(45deg) */
    transition: 0.1s ease;
}

.btn-icone:not(.disabled) {
    cursor:pointer;
    /* padding-right: 20px; */
}

/**
* liste des projets
**/

.unProjet {
    padding: 15px;
    border-radius: 10px;
    background-color: var(--couleurPrincipale);
}

.delete-icone {
    padding: 15px;
}

.unProjet .row{
    /* display: flex;  */
    padding-left: 10px;
}

.nomProjet {    
    flex-grow: 1;
}

.nomProjet strong {    
    color: white;
}

.btn-addProjet {
    border-color: var(--couleurPrincipale);
}

.btn-addProjet:hover {
    background-color: var(--couleurPrincipale);
    border-color: var(--couleurPrincipale);
}

.btn-openPremium {
    border-color: rgb(255, 196, 0);
}

.btn-openPremium:hover {
    background-color: rgb(255, 196, 0);
    border-color: rgb(255, 196, 0);
}

.btn-addAudit {
    border-color: var(--couleurPrincipale);
}

.btn-addAudit:hover {
    background-color: var(--couleurPrincipale);
    border-color: var(--couleurPrincipale);
}

/**
* liste des audits
**/

.last-audit {
    height: 30px;
}

.unAudit {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    background-color: #c2c2c2;
}

.unAudit .content{
    /* display: flex;  */
    padding-left: 10px;
}

.nomAudit {    
    flex-grow: 1;
    padding-left: 10px;
}

.btn-addAudit {
    border-color: #c2c2c2;
}

.btn-addAudit:hover {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #000;
}

.btn-addAudit {
    border-color: #c2c2c2;
}

.btn-addAudit:hover {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
}

.btn-inline .btn-icone {
    display: inline-block;
    margin-left: 15px;
}

/**
* Les questionnaires
**/

.money {
    text-align: right;
}
.questionnaire-footer {
    padding: 15px 30px 15px 30px;
    background-color: white;
    border-top: 3px solid rgba(32, 32, 32);
}

.numero-increment {
    padding-top: 5px;
    text-align: right;
}

.thead-colspan .align-middle {
    border-left: #c2c2c2 1px dashed;
    border-right: #c2c2c2 1px dashed;
}

.thead-colspan .align-middle {
    border-left: #c2c2c2 1px dashed;
    border-right: #c2c2c2 1px dashed;
}

.titre-ligne {
    padding-top: 7px;
    margin-bottom: 0px;
    text-align: right;
}

.titre-colonne {
    border-right: #c2c2c2 1px dashed;
    border-bottom: #e0e0e0 1px solid;
}

.titre-colonne p {
    color:var(--couleurPrincipale);
    margin-bottom: 0px;
}

.sous-titre-colonne{
    font-weight: normal;
}

.aide {
    position: relative;
}


.aide .contenu{
    text-align: center;
    padding: 10px;
}

.aide-texte{
    padding: 10px;
    border-radius: 10px;
    background-color: #f0f0f0;
}

.contenu-intro .aide-texte {
    padding: 10px 20px 10px 20px;
}

.mise-en-avant {
    padding: 20px;
    border: 2px solid var(--couleurPrincipale);
    border-radius: 20px;
}

.contenu-video {
    border-top: 2px solid var(--couleurPrincipale);
    padding-top: 20px;
    margin-top: 20px;
}

.contenu-logo {
    padding-top: 40px;
}

.aide-texte.select{
    color: white;
    background-color: var(--couleurPrincipale);
}

.triangle{
    display : inline-block;
    position: absolute;
    height : 0;
    width : 0;
    top: 1px;
    margin-left: -5px;
    border-right : 6px solid transparent;
    border-bottom : 10px solid #f0f0f0;
    border-left : 6px solid transparent;
}

.triangle.select{
    border-bottom : 10px solid var(--couleurPrincipale);
}

.tendance {
    border-bottom: solid 1px white;
}

.tendance .ensemble-Check{
    padding: 20px 0px 10px 0px;

}

.tabCheckBox .form-check:first-child,
.tabText .form-check:first-child {
    display: none;
}

.tabCheckBox .form-check:not(:first-child) {
    display: inline-block !important;
    position: relative;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
}

.tabText .form-check:not(:first-child) {
    display: block !important;
    position: relative;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    margin: 30px 0px 30px 60px;
}

.form-check input,
.form-check label {
    cursor: pointer;
}

.ensemble-Check {
    text-align: center;
}


.form-check-input:checked[type=radio] {
    background-image: none;
}

.tabCheckBox .form-check .form-check-input {
    padding: 20px;
    margin-top: -5px;
    margin-left: -22px;
    border-radius: 15px;
    text-align: center;
    border-color: #e2e2e2;
    position: absolute;
    left: 50%;
    z-index: 1;
}

.tabText .form-check .form-check-input {
    padding: 20px 55px 20px 55px;
    margin-left: -55px;
    border-radius: 15px;
    text-align: center;
    border-color: #e2e2e2;
    position: absolute;
    left: 50%;
    top: -2px;
    z-index: 1;
}

.form-check-input:checked,
.form-check-input:checked {
    background-color: var(--couleurPrincipale);
    border-color: var(--couleurPrincipale) !important;
}

.tabCheckBox .form-check label {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    margin: 0px;
    font-size: large;
    font-weight: 900;
    z-index: 2;
}

.tabText .form-check label {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    padding: 10px;
    margin: 0px 5px 0px 5px;
    width: 8rem;
    font-size: medium;
    font-weight: 500;
    z-index: 2;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}

.precision {
    padding: 0px 0px 0px 0px;
}

input[readonly='readonly'] {
    text-align: right;
    border: none;
    background-color: transparent !important;

}

li .form-group {
    padding-top: 10px;
}

.list-items {
   padding-left: 0px; 
}

.bloc-items .add_item {
    margin-left: 9px;
}

.item {
    position: relative;
    list-style-type: none;
    border: none;
}

.item td {
    border: none;
}

.item .form-group {
    margin-right: 60px;
}

.card-doSkop {
    border-radius: 10px;
    border: 0.15em solid rgba(32, 32, 32);
}

.card-subtitle {
    padding-top: 10px;
}

.header-questionnaire {
    color: white;
    background-attachment: fixed;
    background-image: url("/img/fond-header-1.jpg");
    background-color: var(--couleurPrincipale);
    border-radius: 8px 8px 0px 0px!important;
    padding: 20px 20px 10px 35px!important;;
    border: none;
}

.card-body.card-questionnaire {
    padding-bottom: 0px;
}

.btn-questionnaire {
    border-width: 0.1em;
    padding: 6px 10px 6px 10px;
    margin-top: -6px;
    margin-bottom: -6px;
    border-color: rgba(255, 255, 255,0.5);
    background-color: var(--couleurPrincipale);
    border-radius: 10px;
    margin-right: 0px;
    transition: 0.1s ease;
}

.btn-questionnaire:hover {
    color: white;
    margin-right: 20px;
    border-color: rgba(255, 255, 255,0.5);
}

.nav-separation {
    padding-top: 10px;
}

.ligne-top {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid rgba(0, 0, 0,0.1) 1px;
}

.card-header {
    border-bottom: 2px solid rgba(var(--couleurPrincipale-rgb),1) !important
}

/**
* tableau de bord
**/

#matrice {
    width: 404px;
    height: 600px;
}

.bloc-matrice {
    border-bottom: solid 1px #dadada;
    padding-left: 100px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.result-matrice {
    position: relative;
    padding: 10px;
}

.fleche-matrice {
    margin: 0px;
}

.titre-vertical {
    position: absolute;
    left: 55px;
    top: 60%;
    transform-origin: bottom left;
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    text-align: center;
}

#sous-titre-1 {
    transform: rotate(45deg); /* Équivalent à rotateZ(45deg) */
    position: absolute;
}


.liste-risque {
    position: relative;
}

.subTitle.risque {
    padding-left: 45px;
}

.feu-matrice {
    position: absolute;
    left: -25px;
}

.feu-risque {
    position: absolute;
    left: -10px;
    top: -20px;
}

.feu.vert {
    background-color: #58c013;
}

.feu.orange {
    background-color: #ff9900;
}

.feu.rouge {
    background-color: #ff3c00;
}

.feu {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--couleurPrincipale);

}
.feu-risque .feu{
    margin: 20px;
}

.feu::after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left: 4px solid rgba(255, 255, 255, 0.4);
    border-right: 4px solid rgba(0, 0, 0, 0.1);
    left: 1px;
    top: 1px;    
}

.decale {
    padding-left: 30px;
}

.legende {
    /* margin: 10px; */
    padding: 10px 20px 0px 20px ;
    border-radius: 10px;
    border: #dadada solid 1px;
}

.decale{
    position: relative;
}

.risque-vert .decale{
    color: #58c013;
}

.risque-orange .decale{
    color: #ff9900;
}

.risque-rouge .decale{
    color: #ff3c00;
}

.couleur-vert{
    color: #58c013;
}

.couleur-orange{
    color: #ff9900;
}

.couleur-rouge{
    color: #ff3c00;
}

.old {
    color: #8f8f8f;
}

.decale .old {
    position: absolute;
    right: 0px;
}

.niveauRisque {
    border: #dadada solid 1px;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.coherence {
    text-align: center;
    background-color: var(--couleurPrincipale);
    border-radius: 10px;
    padding: 10px;
    color: white;
}

.moyenne {
    color: #585858;
    padding-left: 20px;
    padding-top: 10px;
}

.moyenne:before {
    content: "➔ ";
}

.mise-avant {
    border-right: 4px solid rgb(255, 196, 0);
    padding-right: 10px;
}

.bloc-offre-licence {
    padding-bottom: 5px;
    border-bottom: solid rgba(0, 0, 0,0.1) 1px;
    margin-bottom: 5px;
}

/**
* btn-ADD-DOSKOP
**/

.btn-doskop {
    color: #000;
    background-color: white;
    border-width: 0.15em;
    padding: 10px;
    border-radius: 10px;
}

.bloc-doskop {
    padding: 20px 30px 10px 30px;
    border-radius: 10px;
    border: 0.15em solid #c2c2c2;
}

/**
* footer
**/

footer {
    background-size: 6px 6px;
    background-image: repeating-linear-gradient(45deg, #272727 0, #272727 0.6000000000000001px, #000000 0, #000000 50%);
    color: rgba(255, 255, 255,0.6); 
    font-size: 14px;
    /* height: 600px; */
    border-top: 4px solid var(--couleurPrincipale);
}


.lienFooter{
    color :rgba(255, 255, 255, 0.6);
}

.lienFooter:hover{
    color :rgba(255, 255, 255);
}


.bt-text {
    display: none;
}

.lien-Kaleinno {
    color: black;
    background-color: var(--couleurPrincipale);
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    margin: 10px 0px 10px 0px;
}

.lien-Kaleinno:hover {
    color: white;
}

.adresse-Kaleinno {
    border-bottom: solid 1px var(--couleurPrincipale);
    padding-bottom: 20px;
}

.btn-inline {
    margin-top: 20px;
}

.projet-list {
    padding-left: 10px;
    padding-right: 10px;
}

/**
* thermometer TRL
**/

.thermometer-container {
    /* display: none; */
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    margin-top: 15px;
}

.thermometer {
    position: relative;
    width: 80px;
    height: 500px;
    background: white;
    border-radius: 40px;
    border: 2px solid var(--couleurPrincipale);
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bulb {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 100%;
    height: 20px;
    background: var(--couleurPrincipale);
    border-radius: 50%;
    border: 2px solid var(--couleurPrincipale);
    box-sizing: border-box;
}

.mercury {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--couleurPrincipale);
    height: 0%;
    transition: height 2s ease-in-out;
    border-radius: 00px 00px 0 0;
}

.level {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    color: black;
}

.level:not(:last-child)::before {
    content: '';
    position: absolute;
    left: -30px;
    margin-top: -15px;
    width: 100px;
    height: 2px;
    background: black;
}

.breakPage {
    page-break-after: always;
}

.print-center-align-miniRosace {
  margin: 0 auto;
  width: 400px;
}
.print-center-align-rosace {
  margin: 0 auto;
  width: 600px;
}
.print-titre {
    text-align: center;
    /* font-family: "aglet-slab", sans-serif; */
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    /* border: 1px solid black; */
}

.zoneContenu { 
    background-image: none;
    background-color: #ffffff;
}

@media print {

    .zoneNoPrint,
    footer {
        display: none;
    }

    .zoneContenu,
    html, body { 
        background-image: none;
        /* background-color: #ffffff; */
        border: none !important;
        margin: 0px !important;
        padding: 0px !important;
    }

}

/* // accordéon */
.accordion-button
{
    /* padding: 0px !important; */
}

.accordion-button:not(.collapsed) {
    /* color: transparent;
    background-color: transparent;
    box-shadow: none; */
}
/* // Extra small devices (portrait phones, less than 576px) */
/* // No media query since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .bt-text {
        display: inline-block;
    }

 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .tabText .form-check:not(:first-child) {
        display: inline-block !important;
        margin: 0px 0px 30px 00px;
    }
    
    .btn-inline {
        margin-top: 0px;
    }
 }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {     
    
 }