:root {
    --color-rose : #FAA6C8;
    --color-rose-a50 :  #FFD9FB;
    --color-rose-a10 : #FFF3FF;

    --color-orange : #AA7800;
    --color-orange-a50 : #dd9c00;
    --color-orange-a10 : #ffebbb;

    --color-orage-deg-1: #ffebbb;
    --color-orage-deg-1-5: #f7d88d;
    --color-orage-deg-2: #eec45e;
    --color-orage-deg-2-5: #e6b02f;
    --color-orage-deg-3: #dd9c00;
    --color-orage-deg-3-5: #d19300;
    --color-orage-deg-4: #c48a00;
    --color-orage-deg-4-5: #b78100;
    --color-orage-deg-5: #aa7800;

    --color-blue: #56cbdc;
    --color-blue-a50: #aae4ed;
    --color-blue-a10: #e5f7f9;

    --color-red: #dc3545;
    --color-red-a50: #ed99a1;
    --color-red-a10: #f9e0e3;

    --color-green : #28a745;
    --color-green-a50 : #84e19a;
    --color-green-a10 : #daf6e0;

    --color-gray : #c1c9d0;
    --color-gray-a50 : #dfe3e7;
    --color-gray-a10 : #f2f4f5;

    --color-primary : var(--color-orange);

    --color-color :  rgba(0,0,0,0.8);
    --color-colora5 :  rgba(0,0,0,0.5);
    --transition-delay: .3s;

    --color-link: var(--color-orange-a50);
    --color-linkHover: var(--color-orange);

    --color-bg : rgb(255,246,234);
    --color-bga : rgba(255,246,234,0.8);

    --border-radius : 2px;
}
html {
    min-height: 100%;
}

.text-justify {
    text-align: justify;
}

body {
    min-height: 100%;
    background: var(--color-bg);
    color: var(--color-color);
}
label {
    margin-bottom: 0;
}

.sizeSmall {
    font-size: small;
}

.tooltip>.tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid var(--color-orange);
    max-width: 400px;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: var(--color-orange) ;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: var(--color-orange) ;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--color-orange) ;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: var(--color-orange) ;
}

.tooltip.show {
    opacity: 1.0;
}

#alogo {
    height: 100%;
    display: block;
}

img#logo {
    height: 200px;
    margin-top: 2rem;
    opacity: 0.7;
}
img#logo-sm {
    max-height: 200px;
    max-width: 100%;
    margin-top: 2rem;
    opacity: 0.7;
}

.onTop {
    z-index: 1000;
}

.dropdown.bootstrap-select button, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    border: 1px solid var(--color-orange);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
footer {
    margin-bottom: 1rem;
    font-size: smaller;
}
footer div.footerContentTop {
    padding-top: 1rem;
}

footer div.footerContentBottom {
    padding-bottom: 1rem;
}

div.paddingTop {
    padding-top: 2rem;
    height: 100%;
}

#returnUp {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    background-color: var(--color-bga);
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

#returnUp>div {
    opacity: 0.7;
}

#returnUpLogo {
    display: none;
    font-size: 2.5rem;
}

#returnUp>div:hover {
    opacity: 1;
    cursor: pointer;
}

div.schaModalTitre {
    font-weight: bolder;
    position: relative;
}

.emptyRow {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bgtable {
    background-color: rgba(0,0,0,.05);
}

.btniconsmall {
    width: 2.5rem;
    text-align: center;
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.topMessages {
    width: 100%;
    position: fixed;
    z-index: 10;
    opacity: .95;
    top: 0;
    z-index: 1002;
}

#topMessageSuccess, #topMessageError, #topMessageWarning {
    display: none;
}

#topMessageSuccess strong, #topMessageError strong, #topMessageWarning strong {
    max-height: 200px;
    overflow: auto;
    display: inherit;
}

.indexImg {
    padding-bottom: 1.5rem;
}
.indexImg img {
    max-width: 100%;
}

.lienfb {
    color: black;
    font-size: 2rem;
}

.lienbottomsecondary {
    color: black;
    font-size: 0.8rem;
}

.lienbottomprimary {
    color: black;
    font-size: 1rem;
}

.iconbottomsecondary {
    color: black;
}

a {
    text-decoration: none;
    color: var(--color-link);
}
a:hover {
    color: var(--color-linkHover);
}

footer a {
    color: var(--color-color);
}

.rounded {
    border-radius: var(--border-radius);
}

#recaptcha_container {
    position: fixed;
    bottom: 14px;
    left: 0px;
    visibility: hidden;
}

.roundedRight {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.roundedLeft {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.trNew td {
    padding-top: 3rem;
}

div.hidden {
    display: none;
}

tr.linesep td {
    border-top: none;
}

.borderBottomSepBorder {
    border-bottom: 1px solid var(--color-orange-a50);
    border-radius: 4px;
    margin-bottom: 4px;
}

.borderTopSepBorder {
    border-top: 1px solid var(--color-orange-a50);
    border-radius: 4px;
    margin-bottom: 4px;
}

footer .fas, footer .far, footer .fas, footer .fab {
    width: 32px;
    height: 32px;
}

.notifOld {
    opacity: 0.8;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.dtr-control, table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
    width: 1rem;
}

table.dataTable.dtr-column > tbody > tr > td.dtr-control::before {
    top: 16px;
    line-height: .85rem;
}

.rowHover:hover {
    background-color: var(--color-orange-a10);
}

.schaTri {
    float: right;
}

li.page-item {
    margin-bottom: 0.2rem;
}

.kwBlocBio {

}

.kwBlocBio a {
    display: inline-block;
    color: var(--color-color);
    padding: 1rem;
    margin: auto;
    text-align: center;
    position: relative;
}

.kwBlocBio .kwBioButton {
    border:  1px solid var(--color-orange-a50);
    border-radius: var(--border-radius);
}

.kwBlocBio .kwBioButton ~  .kwBioButton {
    border-top: none;
}

.fas.kwBioRight {
    float:right;
    padding-top: 0.25rem;
    opacity: 0.8;
    visibility: hidden;
}
.kwBlocBio a:hover .fas.kwBioRight {
    visibility: visible;
    animation-name: schaAppearLeftToRight;
    animation-duration: 1s;
}
.kwBlocBio a:hover {
    background-color: var(--color-orange-a10);
}
#currentPosition, #currentPosition-sm {
    display: none;
    font-style: italic;
    position: absolute;
    top: 1.5rem;
    right: 0px;
    transform: rotate(33deg);
    letter-spacing: 0.1rem;
}