
/*
 * jira PIXO-833
 * chargement des nouvelles fonts
 */
 @import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap');
.popup-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000001;
}

.popup-container .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.popup-container .popup .popup-title {
    text-transform: uppercase;
    text-align: center;
    background-color: #23d63e;
    color: white;
    padding: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-shadow: none;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.popup-container .popup .popup-title img {
    vertical-align: middle;
    float: right;
}

.popup-container .popup .popup-title img:hover {
    cursor: pointer;
}

.popup-container .popup .popup-content {
    padding: 0px 20px 20px;
}
/**
 * styles pour la nouvelle popup
 */
.overlay-wrapper {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
}

.overlay-wrapper .overlay {
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 20px 1px #17171e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 33%;
    left: 50%;
    padding: 2em;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: inherit !important;
    width: 100%;
}

.overlay-wrapper .overlay img {
    border: 4px solid #23d63e;
    border-radius: 100%;
    padding: 1.2em;
    width: 2.3em;
}

.overlay-wrapper .overlay h2 {
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
    margin: 1.75em 0;
}

.overlay-wrapper .overlay p {
    text-align: center;
    margin: inherit !important;
}

.overlay-wrapper .overlay .overlay-close {
    background-color: #ffffff;
    border: 3px solid #ffffff;
    padding: 0;
    position: absolute;
    right: -1em;
    top: -1em;
    transform: translate(-1.5px, 0);
    width: 1.5em;
}

.overlay-wrapper .overlay .overlay-close:hover {
    cursor: pointer;
}

.overlay-wrapper .overlay .overlay-actions {
    display: flex;
    flex-direction: row;
    margin-top: 2.5em;
    width: 100%;
}

.overlay-wrapper .overlay .overlay-actions a {
    flex: 1;
    margin: 0 0.5em;
}

.overlay-wrapper .overlay .overlay-actions a:first-child {
    margin-left: 0;
}

.overlay-wrapper .overlay .overlay-actions a:last-child {
    margin-right: 0;
}

.btn-default {
    background-color: #003e45;
    border: 0.1em solid #003e45;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9em;
    outline: none;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-default:disabled {
    cursor: default;
    opacity: 0.5;
}

.btn-validate {
    background-color: #23d63e;
    border: 0.1em solid #23d63e;
}

/**
 * styles pour le process de paiement
 */
.basket-button {
    background: #fff;
    color: #23d63e;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 6px;
    margin-right: 8px;
    border: 1px solid #fff;
    border-radius: 0px;
    outline: none;
}

.widget .widget-table {
    display: flex;
    flex-direction: column;
}

.widget .widget-table .widget-table-header {
    background-color: #23d63e;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-shadow: none;
    padding: 10px;
}

.widget .widget-table .widget-table-row {
    font-size: 13px;
    padding: 5px 10px;
}

.widget .widget-table .widget-table-header,
.widget .widget-table .widget-table-row {
    display: flex;
    flex-direction: row;
}

.widget .widget-table .widget-table-header div span,
.widget .widget-table .widget-table-row div span {
    font-weight: bold;
}

.widget .widget-table .widget-table-column {
    flex: 1;
    padding: 0px 5px;
}

.widget .widget-table .widget-table-row:nth-child(odd) {
    background-color: #f6f6f6;
}

.widget .widget-table .widget-table-row:nth-child(even) {
    background-color: #ffffff;
}

.widget .widget-table .widget-table-row:last-child {
    font-weight: bold;
    background-color: #d3f8bf;
    padding: 10px;
}

.zone {
    min-height: auto;
    width: -webkit-calc(33% - 15px);
    width: calc(33% - 15px);
}

.notice {
    padding: 15px;
    margin: 0px 0px 15px 0px;
    border-radius: 6px;
    background-color: #ff9800;
    color: white;
    text-shadow: none;
}

.btn-add .ui-btn-inner {
    padding: 0 10px !important;
}
.btn-add .ui-btn-text {
    font-size: 25px !important;
    line-height: 26px !important;
}

.pixo-clickable {
    background: rgba(0,0,0,.4);
    background-image: url(../images/icons-18-white.png);
    background-repeat: no-repeat;
    background-position: -108px 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 9px;
}

.pixo-link {
    position: relative;
}

.pixo-link a {
    text-decoration: none;
    color: #333333
}

.pixo-link:hover {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#eee));
    background-image: -webkit-linear-gradient(top, #eee, #eee);
    background-image: -o-linear-gradient(top, #eee, #eee);
}

.pixo-mask {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    left: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    text-shadow: none;
    top: 0px;
    z-index: 999;
}

.pixo-mask:hover {
    cursor: pointer;
}

.pixo-mask div {
    left: 0px;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
}

.liTheme{
    font-size: 14px !important;
    border-bottom: none !important;
    color: #5C5C5C !important;
}

.liThemeSecond{
    font-size: 13px !important;
    font-weight: 300 !important;
}

.liThemeThird{
    font-size: 12px !important;
    height: 18px !important;
}


.modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-wrapper .modal {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 20px 1px #17171e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-width: 300px;
    max-width: 500px;
}

.modal-wrapper .modal .modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
}

.modal-wrapper .modal .modal-close img {
    background-color: white;
    border-radius: 100%;
    border: 2px solid white;
    width: 25px;
}

.modal-wrapper .modal h2 {
    padding: 1.5em;
    margin: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #23d63e;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.modal-wrapper .modal p {
    font-weight: bold;
    margin: 0;
    padding: 2em;
    text-align: center;
}

body, body * {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
}

h1, h2, h3 {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 600 !important;
}

h4 {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 400 !important;
}

h5, h6 {
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
}

input[type=submit],
input[type=button],
button {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 400 !important;
}

input[type=text] {
    color: #17171e !important;
}

::placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
::-ms-input-placeholder {
    color: #17171e !important;
    opacity: 1 !important;
    text-shadow: 0 !important;
    text-decoration: none !important;
}

.fa {
    font-family: FontAwesome !important;
    font-weight: normal !important;
}

#alertAjax {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 9px;
}