/* .snippet-body, #body-pd, main {
    height: 100vh;
} */

.reseau-header {
    width: auto;
    display: flex;
    justify-content: space-between;

}

.reseau-header > .col-9 {
    display: flex;
    justify-content: space-between;
}

.reseau-header > .col-9 > :first-child {
    /* padding: 0px 5px; */
    flex: 1;
}

.division {

    /*height: 100vh; /*510px;/*auto;*/ /*height: 561px;*/
    padding: 0px;
    /* position: relative !important; */
}

.row-gauche {

    /* height: 100% !important;  */
    /* padding: 0 12px !important; */
    height: 520px;
    padding: 0 12px; /*20px;*/
    border-radius: 5px 0 0 5px;
    border: 1px #B8CBD0 solid;
    display: flex;
    flex-direction: column;

}

.row-gauche > .row {
    flex: 1;
}

.row-gauche > .row > div {
    max-height: 150px;
    overflow-y: auto;
}




.row-gauche > .row > div > p {
    font-size: 1rem !important;
}

.row-droit {
    background-color: #f8f9fa;
    /* height: 700px; */
    border-radius: 0 5px 5px 0;
    border: 1px #B8CBD0 solid;
    border-left: 0;
    /* height: 100vh; 520px; */

}

.mynetwork {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.label-marging {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.pd-45 {
    padding: 5px;
}

.dropdown-A78 {
    background-color: #B8CBD0 !important;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    scrollbar-color: #137C8B white;
    scrollbar-width: thin;
}

/* ========== Améliorations globales pour écrans ≥ 1400px (ex: 16 pouces et plus) ========== */

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

    .row-droit {
        height: calc(100vh - 150px) !important; /*520px; */
    }

    .row-gauche {
        height: calc(100vh - 150px) !important; /*520px;*/
    }

    .row-gauche > .row > div {
        max-height: 200px;
    }

    .mentionned_letter_label {
        padding-top: 10px; padding-bottom: 10px;
    }
}

.form-check-input:focus {
  border-color: #137C8B !important;
  box-shadow: 0 0 0 .25rem rgba(19, 124, 139, .25) !important; /* halo assorti */
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(19,124,139,0.5)'/></svg>") !important;
}

/* .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e") !important;
} */

.form-switch .form-check-input:checked {
  background-color: #137C8B;   /* couleur ON */
  border-color: #137C8B;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23ffffff'/></svg>") !important;
}

.timeline > :first-child {
    margin: 0 !important;
    padding-left: 0 !important;
}

.timeline label {
    color: #137C8B;
}

#yearRangeSlider {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 1000;
}

#play {
    height: 30px;
    width: 50px;
    padding: 0;
    cursor: pointer;
    /*display: none;*/
}

#pause {
    height: 30px;
    width: 50px;
    padding: 0;
    cursor: pointer;
    /*display: none;*/
}

#stop {
    height: 30px;
    width: 50px;
    padding: 0;
    cursor: pointer;
    /*display: none;*/
}

.btn-45 {
    background-color: #f8f9fa;
    border: 1px #137C8B solid;
    font-size: 1rem;
    border-radius: .25rem;
    padding: 20px;
    margin: 10px;
    text-align: center;
}

.btn-45:hover {

    background-color: #137C8B;
    color: white;

}