.color_picker {
        border-radius: 5px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        -webkit-transition: all linear .2s;
        -moz-transition: all linear .2s;
        -ms-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
}   

.color_picker:hover { 
        transform: scale(1.1); 
}

/* ***************** BACKGROUND COLOR ****************** */

.bg-zen {
        background-color: #6E9A95;
}

.bg-sun {
        background-color: #edc178;
}

.bg-hov, .bg-lig:hover {
        background-color: #A5C4C0;
}

.bg-ony {
        background-color: #09101D;
}

.bg-lig {
        background-color: #f4f6f9;
}

.bg-dor {
        background-color: #666464;
}

.bg-white {
        background-color: #FFFFFF;
}
/*
button, [type=button] {
        background-color: #f4f6f9!important;        
        background-image:none!important;
}
button:hover, [type=button]:hover {
        background-color: #A5C4C0!important;        
        background-image:none!important;
}
*/
/* ********************* TEXT COLOR ******************** */

.txt-zen {
        color: #6E9A95;
}

.txt-sun {
        color: #edc178;
}

.txt-hov {
        color: #A5C4C0;
}

.txt-ony {
        color: #09101D;
}

.txt-lig {
        color: #f4f6f9;
}

.txt-dor {
        color: #666464;
}

.txt-white {
        color: #FFFFFF;
}

/* ***************************************************** */

/* .entete {
        width: 100vw;
} */

.pageAdmin {
        display: flex;
        flex-direction: column;
        align-items: center;
}

#loading {
        display: flex;
        justify-content: center;
        align-items: center;
}

#config {
        max-width: 80%;
        margin: auto;
}

.bg-admin {
        background-color: #e2ebea;
        color:#808080;
}

.adminLiensTitre > h2 {
        font-size: 32px;
        color: #6E9A95;
}

.adminLiens {
      display: flex;
      flex-direction: column;
      justify-content: center;
}

.adminLiensListe {
        display: flex ;
        align-items: center;
        margin-top: 20px;
        height: 45px;
        border-radius: 5px;
        position: relative;
}

.adminLiensListe h3 {
        display: flex;
        align-items: center;
        text-align: left;
        font-size: 14px;
        padding-left: 15px;
        height: inherit;
}

.adminLiensListe .iconChevron {
        position: absolute;
        right: 10px;
        height: 20px;
        cursor: pointer;
}

.up {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
                   /* IE6–IE9 */
                   filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
                     zoom: 1;
        }

.adminLiensCollapse {
        margin-bottom: 20px;
        padding-top: 10px;
}

#config .adminListTag {
        border-radius: 5px;
        padding-right: 10px;
}

#config .adminLiensForm {
        display: flex;
        border: 1px solid #e2ebea;
        border-radius: 5px;
}

.adminLiensForm .form-control {
        border: none;
}

.input-group-text .urlIconAdmin {
        height: 16px;
        background-color: #FFFFFF;
}

.adminLiensBtns {
        gap: 5px;
}

.plusit, .saveit {
        /* width: 35%; */
        width: 28px;
        height: 28px;
        border-radius: 10px;
}

/* ******************** MODALES *************************** */

.swal2-popup.swal2-modal.swal2-show {
        border-radius: 30px;
        width: 75%;
        padding: 20px;
}

.adminLiensModal {
        display: flex;
        flex-direction: column;
        gap: 20px;
}

.adminModalUrl {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 1;
}

.adminModalUrl label {
        width: 30%;
}

.adminLiensModif {
        display: flex;
        align-items: center;
        padding-left: 10px;
        display: flex;
        border: 1px solid #e2ebea;
        border-radius: 5px;
        width: 70%;
}

.adminLiensModif #varvalue {
        border: none;
}

.adminLiensModif .urlIconAdmin {
        height: 14px;
}

.adminModalGroupes label {
        background-color: #6E9A95;
        color:#FFFFFF ;
        font-size: 100%;
        display: flex ;
        justify-content: space-between;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
        height: 30px;
        border-radius: 10px;
        position: relative;
}

.adminModalGroupes .iconChevron {
        position: absolute;
        right: 10px;
        height: 15px;
        cursor: pointer;
}

.adminHideCheck {
        display: flex;
        align-items: center;
        gap: 15px;
        padding-left: 15px;
}

.swal2-actions {
        gap: 20px;
}

.modalLiensBtn {
        border-radius: 10px;
}
