/*
 **************************************************
 DATATABLE
 *****************************************************
*/
.highlightDt {
    background-color: yellow;
}

table.table>tbody>tr>td .btn-sm
{
    /*background-color: #0e7732;*/
    padding: 4px !important;
    font-size: 0.9em !important;
}


/*
 **************************************************
 DETAIL
 *****************************************************
*/
.infoDetail
{
    border-bottom:1px solid #dbdfe9;
    padding-top:5px;
    padding-bottom:5px;
}

/*
 **************************************************
 MODAL DEVELOPPEMENT
 *****************************************************
*/

#twBtEditModal {
    position:absolute;
    z-index:10000;
    left:2px;
    top:2px;
    width: 50px;
    height: 25px;
    background-color: grey;
    opacity:0.8;
}

#twModalClose {

}

.twModal {
    display:none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.twModalContent {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.twModalBody {

}

.twModalClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#twModalGettext textarea {
    width:850px;
    z-index:10000;
}

/*
 **************************************************
 CONFIDENTITALITE
 *****************************************************
*/
ol.twLegal {
    font-family: "Open Sans", Arial, sans-serif;
    list-style-type: none;
    padding-left: 1.4em;
    counter-reset: compteur;
}
ol.twLegal > li{
    counter-increment: compteur;
    font-size: 18px;
    font-weight: bold;
    color: #1c3572;
}
ol.twLegal > li > ol > li {
    font-size: 15px;
    font-weight: bold;
    color:#777;
}

ol.twLegal > li::before{
    content: counters(compteur, ".") ". ";
}

ol.twLegal > li div {
    padding-left:35px;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 15px;
    color:#777;
}

ol.twLegal ul {
    list-style-type: circle;
}

/*
 **************************************************
 RGPD
 *****************************************************
*/
.cc-window,
.cc-modal-window {
    --windowRadius: 10px;
    --popupRadius: 10px;
    --buttonsAlign: center;
    --btnRadius: 10px;
    --btnInfoBg: rgb(240, 240, 240);
    --btnRejectBg: rgb(240, 240, 240);
    --btnSettingsSelectBg: rgb(240, 240, 240);
}
#cc-btn-dismiss {
    --btnDismissFontSize: 13px;
    --windowMarginLeft: 10px;
    --btnDismissPadding: 6px;
    --btnDismissRadius: 12px;
}

/*
 **************************************************
 MENU CUSTOM SEO
 *****************************************************
*/
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tw-h2
{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-size: calc(1.275rem + .3vw);
    outline: 0;
}

.tw-h3
{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-size: calc(1.26rem + .12vw);
    outline: 0;
}

.tw-h4
{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-size: 1.25rem;
    outline: 0;
}

.tw-h5
{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-size: 1.15rem;
    outline: 0;
}

.tw-h6
{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color);
    font-size: 1.075rem;
    outline: 0;
}