:root {
    --color-blue: #54B6D3;
    --color-dark-navy-blue: #054067;
    --color-deep-blue: #0A7FCA;
    --color-light-blue: #F3F5FD;
    --color-dark-blue: #222e40;
    --color-yellow: #FFDE14;
    --color-gold: #e7cb1e;
    --color-dark-yellow: #ffc800;
    --color-light-yellow: #efe8c1;
    --color-magenta: #A6266C;
    --color-dark-magenta: #83325e;
    --color-light-magenta: #a38595;
    --color-green: #7BB20F;
    --color-dark-green: #41823E;
    --color-light-teal: #80d9b5;
    --color-teal: #3fd3ab;
    --color-gray: #787878;
    --color-dark-gray: #1a1d1c;
    --color-middle-gray: #777c6c;
    --color-light-gray: #fafafa;
    --color-charcoal-gray: #282a29;
    --color-red: #DC1011;
    --color-light-red: #e76447;
    --color-dark-red: #ac0d0d;
    --color-dark-purple: #6a0095;
    --color-light-purple: #f5bada;
    --color-white: #fff;
    --color-black: #181818;
    --color-link: var(--color-red);
    --color-link-hover: var(--color-red);
    --color-active: var(--color-yellow);
    --docs-navbar: linear-gradient(90deg, #021048, #1e38a3);
    --shadows-0: none;
    --shadows-1: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
    --shadows-2: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    --shadows-3: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
    --shadows-4: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
    --shadows-5: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);
    --shadows-6: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
    --shadows-7: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);
    --shadows-8: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
    --shadows-9: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);
    --shadows-10: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
    --shadows-11: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
    --shadows-12: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
    --shadows-13: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);
    --shadows-14: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);
    --shadows-15: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);
    --shadows-16: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
    --shadows-17: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);
    --shadows-18: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);
    --shadows-19: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);
    --shadows-20: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);
    --shadows-21: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);
    --shadows-22: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);
    --shadows-23: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);
    --shadows-24: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
}
html {
    scroll-behavior: smooth
}
body {
    margin: 0;
    background-color: #fff;
}
.flx > .box {
    width: 150px;
    height: 150px;
    padding: 5px;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ltr {
    direction: ltr;
}
.rtl {
    direction: rtl;
}
.center {
    z-index: 1;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}a {
    color: var(--color-gray);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover,.active a {
    color: var(--color-dark-gray)
}
.active a {
    cursor: default;
    font-weight: bold;
}


*:not(.active) > .hscale {
    display: inline-block;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


*:not(.active) > .hscale:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95);
}
.swiper-button,
form.theme-red .field-wo.captcha .field-w .reload-w a {
    background-color: var(--color-red)
}
.pagination-group li.active,.header-registration a:hover,
input[type="range"]::-webkit-slider-thumb,.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--color-black)
}
.display-bloc,
form .field-wo.is-clickable.is-large,
form .field-wo .field-w .input-imaged a.img,
form .field-wo.captcha .field-w .reload-w a,.pagination li a,.col,.alert-box .alert-box-inner,.alert-box .alert-box-inner .alert-message,.img-wo,.img-w,.img-wi,
a.img-link,.img-rsz img,.img-w .img-wi .img-rsz,.img-w .img-wi img,
a:hover .img-wi .img-layer,.img-w .img-wi .img-layer-up,.img-w .img-category,.layer-wrp.is-confirm .confirm-w .actions,.socials ul li a,#menu-sidebar .main-menu ul li,#menu-sidebar .main-menu ul li a,.langs ul li a,.langs ul li span.lang-text,.sidebar-title,.sidebar-inner,.sidebar-content,.filter-by-wrp,.filter-by-category .choice-list,.filter-category-btn {
    display: block;
}
.display-ibloc,
form .field-wo.is-clickable.is-small,
form .field-wo.is-clickable .field-w,
ul.no-style li,.pagination-group,.pagination li,.alert-box .alert-box-inner:hover .alert-box-clz,.active .img-w .img-stamp,
a:hover .img-w .img-stamp,.img-wo .img-action,.img-preview.is-unique,
a:hover .img-w .img-wi .img-label-mini,.img-w .img-category a,.financial,.financial .currency,.socials ul li,.menu-hamburger,.menu-hamburger .lines,.menu-hamburger .label-inner {
    display: inline-block;
}
.hidden,.display-none,
form .field-wo.is-clickable.is-hidden {
    display: none
}
.v-hidden {
    visibility: hidden
}
.display-inline {
    display: inline
}
.display-table {
    display: table
}
.bg-gradien-red-black {
    background: -webkit-linear-gradient(to right, var(--color-red), var(--color-dark-gray));
    background: linear-gradient(to right, var(--color-red), var(--color-dark-gray));
}
.bg-gradien-black-red {
    background: -webkit-linear-gradient(to right, var(--color-dark-gray), var(--color-red));
    background: linear-gradient(to right, var(--color-dark-gray), var(--color-red));
}
.text-gradien-red-black {
    background: -webkit-linear-gradient(to right, var(--color-red), var(--color-black));
    background: linear-gradient(to right, var(--color-red), var(--color-black));
    -webkit-background-clip: text;
    color: transparent;
}
.ulined {
    text-transform: uppercase;
}
.ulined::after {
    content: "";
    width: 30px;
    display: block;
    margin: 20px auto;
    border: 1px solid var(--color-black);
}
.ulined::after {
    content: "";
    width: 30px;
    display: block;
    margin: 20px auto;
    border: 1px solid var(--color-black);
}
.title-num {
    padding: 0 10px;
    color: var(--color-red);
}
.table {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-spacing: 0;
    border-collapse: separate
}
.table .nb {
    padding: 0 5px;
    color: #e5bd2c;
    font-weight: bold
}
.table tr td table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-radius: none
}
.table thead {
    width: 100%
}
.table tr.header {
    color: var(--color-white);
    width: 100%;
    background-color: var(--color-magenta)
}
.table tr.header td table tr {
    color: var(--color-white);
    background-color: transparent
}
.table tr.header th {
    font-weight: normal;
    border-bottom: 1px solid #ddd
}
.table tr th,.table tr td {
    padding: 5px;
    text-align: center
}
.table tr.header th.th-id,.table tr th.td-id {
    width: 20px
}
.table tr.header th.th-actions,.table tr th.td-actions {
    width: 60px
}
.table tr {
    background-color: var(--color-white)
}
.table tr.odd {
    background-color: var(--color-light-gray)
}
.table tr.off {
    background-color: #FCE5E5;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #F2CBCB
}
.table tr.later {
    background-color: #FFF5C1;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #DECB6F
}
.table tbody tr:hover {
    background-color: #FCF7DB
}
.table tr td {
    padding: 6px 10px;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #ddd
}
.empty-w {
    color: #b1b1b1;
    text-align: center;
    font-weight: bold;
    animation: zoomIn 0.3s
}
.empty-w .icon {
    padding: 15px;
    color: #ff8a90
}
.table tr td table tr td {
    padding: 0 5px;
    border-top: none;
    border-bottom: none
}
.table tr .td-id {
    color: #CE6C48
}
.table tr .td-id.is-new-row {
    color: var(--color-white);
    background-color: #58AD35
}
.table tr .td-img .img-wi {
    width: 100px;
    height: 100px
}
.table tr .td-avatar .img-wi {
    width: 80px;
    height: 80px
}
.table tr .td-icofont .icon {
    overflow: hidden;
    width: 32px;
    height: 32px;
    padding: 15px;
    border: 1px solid #ece9f9
}
.table tr .td-icofont .icon i {
    font-size: 32px
}
.table.mini {
    margin: 0;
    width: 100%;
    clear: both;
    border-spacing: 0;
    border-collapse: separate
}
.table.mini tr.header {
    color: var(--color-white);
    background-color: #333
}
.table.mini tr.header th,.table.mini.no-header tr th,.table.mini tr td {
    padding: 5px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid #ddd
}
.table.mini tr.header th.blank {
    background-color: var(--color-white)
}
.table.mini.no-header tr th {
    color: #E3A236
}
.table.mini tr td {
    color: #222
}
.table.mini.no-header tr td,.table.mini.no-header tr th {
    padding: 8px
}
.table.mini.no-header tr.first-row td,.table.mini.no-header tr.first-row th {
    border-top: 1px solid #ccc
}
.table.mini.no-header tr th {
    font-weight: bold
}

ul,
ol {
    line-height: 1.2
}
ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style-type: square
}
ul li,
ol li {
    margin: 0;
    margin-bottom: 5px
}
ul li {
    list-style: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: transparent
}
.scrollable {
    max-height: 250px
}
.paginated {
    width: 100%;
    overflow: hidden;
}
.pagination {
    margin: 15px auto;
    overflow: hidden;
    text-align: center
}
.pagination-group ul {
    padding: 0
}
.pagination li {
    padding: 0;
    margin: 0 3px;
    vertical-align: middle;
    overflow: hidden;
    list-style: none
}
.pagination-group li {
    width: 40px;
    height: 40px;
    line-height: 40px
}
.pagination-group li.active {
    color: var(--color-white);
    font-weight: bold
}
.pagination-group li a {
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-property: box-shadow, transform, -webkit-transform
}
.pagination-group li a:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.pagination li.pagination-dots {
    color: #999
}
.section {
    clear: both;
    padding: 0;
    margin: 0;
}
.group:before,.group:after {
    content: "";
    display: table
}
.group:after {
    clear: both
}
.group {
    zoom: 1
}
.col {
    height: 100%;
    position: relative;
}
.col-1-1 {
    width: 100%
}
.col-2-2 {
    width: 100%
}
.col-1-2 {
    width: 49.2%
}
.col-3-3 {
    width: 100%
}
.col-2-3 {
    width: 66.13%
}
.col-1-3 {
    width: 32.26%
}
.col-4-4 {
    width: 100%
}
.col-3-4 {
    width: 74.6%
}
.col-2-4 {
    width: 49.2%
}
.col-1-4 {
    width: 23.8%
}
.col-5-5 {
    width: 100%
}
.col-4-5 {
    width: 79.68%
}
.col-3-5 {
    width: 59.36%
}
.col-2-5 {
    width: 39.04%
}
.col-1-5 {
    width: 18.72%
}
.col-6-6 {
    width: 100%
}
.col-5-6 {
    width: 83.06%
}
.col-4-6 {
    width: 66.13%
}
.col-3-6 {
    width: 49.2%
}
.col-2-6 {
    width: 32.26%
}
.col-1-6 {
    width: 15.33%
}
.col-7-7 {
    width: 100%
}
.col-6-7 {
    width: 85.48%
}
.col-5-7 {
    width: 70.97%
}
.col-4-7 {
    width: 56.45%
}
.col-3-7 {
    width: 41.94%
}
.col-2-7 {
    width: 27.42%
}
.col-1-7 {
    width: 12.91%
}
.col-8-8 {
    width: 100%
}
.col-7-8 {
    width: 87.3%
}
.col-6-8 {
    width: 74.6%
}
.col-5-8 {
    width: 61.9%
}
.col-4-8 {
    width: 49.2%
}
.col-3-8 {
    width: 36.5%
}
.col-2-8 {
    width: 23.8%
}
.col-1-8 {
    width: 11.1%
}
.col-9-9 {
    width: 100%
}
.col-8-9 {
    width: 88.71%
}
.col-7-9 {
    width: 77.42%
}
.col-6-9 {
    width: 66.13%
}
.col-5-9 {
    width: 54.84%
}
.col-4-9 {
    width: 43.55%
}
.col-3-9 {
    width: 32.26%
}
.col-2-9 {
    width: 20.97%
}
.col-1-9 {
    width: 9.68%
}
.col-10-10 {
    width: 100%
}
.col-9-10 {
    width: 89.84%
}
.col-8-10 {
    width: 79.68%
}
.col-7-10 {
    width: 69.52%
}
.col-6-10 {
    width: 59.36%
}
.col-5-10 {
    width: 49.2%
}
.col-4-10 {
    width: 39.04%
}
.col-3-10 {
    width: 28.88%
}
.col-2-10 {
    width: 18.72%
}
.col-1-10 {
    width: 8.56%
}
.col-11-11 {
    width: 100%
}
.col-10-11 {
    width: 90.76%
}
.col-9-11 {
    width: 81.52%
}
.col-8-11 {
    width: 72.29%
}
.col-7-11 {
    width: 63.05%
}
.col-6-11 {
    width: 53.81%
}
.col-5-11 {
    width: 44.58%
}
.col-4-11 {
    width: 35.34%
}
.col-3-11 {
    width: 26.1%
}
.col-2-11 {
    width: 16.87%
}
.col-1-11 {
    width: 7.63%
}
.col-12-12 {
    width: 100%
}
.col-11-12 {
    width: 91.53%
}
.col-10-12 {
    width: 83.06%
}
.col-9-12 {
    width: 74.6%
}
.col-8-12 {
    width: 66.13%
}
.col-7-12 {
    width: 57.66%
}
.col-6-12 {
    width: 49.2%
}
.col-5-12 {
    width: 40.73%
}
.col-4-12 {
    width: 32.26%
}
.col-3-12 {
    width: 23.8%
}
.col-2-12 {
    width: 15.33%
}
.col-1-12 {
    width: 6.86%
}
.row-group {
    overflow: hidden
}
.alert-box {
    margin: 0;
    margin-bottom: 20px;
    overflow: hidden
}
.alert-box hr {
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-style: solid
}
.alert-box .alert-box-inner {
    border-width: 1px;
    border-style: solid;
    position: relative;
    
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.alert-box .alert-box-inner .alert-box-clz {
    top: 5px;
    z-index: 2;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    display: none
}
.alert-box .alert-box-inner:hover .alert-box-clz {
    color: #CE2121;
    animation: fadeIn 0.5s
}
.alert-box .alert-box-inner .alert-message {
    margin: 0 15px;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
    position: relative
}
.alert-box .alert-info {
    color: #063056;
    border-color: #60a3c3;
    background-color: #7ebddb
}
.alert-box .alert-info {
    color: #251a56;
    border-color: #c0c7cb;
    background-color: #f9f9f9
}
.alert-box .alert-info hr {
    border-bottom-color: #A7D1E3
}
.alert-box .alert-success {
    color: #4F8A10;
    border-color: #DBEAB9;
    background-color: #DFF2BF
}
.alert-box .alert-success hr {
    border-bottom-color: #DBEAB9
}
.alert-box .alert-warning {
    color: #9F6000;
    border-color: #D8C98B;
    background-color: #FEEFB3
}
.alert-box .alert-warning hr {
    border-bottom-color: #D8C98B
}
.alert-box .alert-error {
    color: #D8000C;
    border-color: #EDADAD;
    background-color: #FFBABA
}
.alert-box .alert-error hr {
    border-bottom-color: #EDADAD
}
.alert-inline {
    display: inline;
    text-transform: lowercase
}
.alert-inline .alert-info {
    color: #00529B
}
.alert-inline .alert-success {
    color: #4F8A10
}
.alert-inline .alert-warning {
    color: #9F6000
}
.alert-inline .alert-error {
    color: #F56D7F
}
.alert-inline .alert-message .iconed-16 .icon {
    top: 0
}
.img-rsz {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}
.img-wo,.img-w,.img-wi,
a.img-link,.img-rsz img {
    overflow: hidden;
    position: relative
}
.img-rsz img {
    position: absolute;
    animation: fadeIn 0.5s
}
.img-wo {
    width: 100%;
    position: relative
}
.img-w {
    margin: 0 auto;
    position: relative;
}
.img-stamp {
    z-index: 5;
    width: 70px;
    height: 70px;
    padding: 15px;
    top: 50%;
    left: 50%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%)
}
.img-stamp-bg {
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--color-white)
}
.img-w .img-stamp {
    display: none;
    animation: fadeIn 0.8s 1;
}
a .img-w .img-stamp img {
    width: 90%;
    z-index: 1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



/*a:hover .img-w .img-stamp img {
    animation: zoomInUp 0.4s 2;
}
*/
.img-wo .img-actions {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: inline-block;
    position: absolute;
    text-align: center;
}
.img-wo .img-actions a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px;
    cursor: pointer;
    position: relative;
    color: var(--color-white)
}
.img-wo .img-actions a .bg {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-gray)
}
.img-wo .img-actions a:hover .bg {
    background-color: var(--color-black)
}
.img-wo .img-actions a .icon {
    z-index: 1;
    position: relative
}
.img-wo .img-actions a.img-like.is-default {
    cursor: default;
    color: var(--color-yellow);
    animation: zoomIn 0.2s 2;
}
.img-w .img-category {
    z-index: 1
}
.img-w .img-wi {
    margin: 0 auto;
    text-align: center;
    background-color: var(--color-white);
    border: 1px solid var(--color-light-blue);
}
.img-preview {
    margin-top: 10px
}
.img-preview .col {
    margin-top: 0;
    margin-bottom: 0
}
.img-preview .img-link {
    cursor: default
}
.img-preview.is-unique {
    width: 25%;
    overflow: hidden
}
.img-preview.has-groups .swiper-wrapper .swiper-slide,.img-preview.has-groups .swiper-wrapper .swiper-slide .img-link {
    cursor: grab
}
.img-preview.in-online {
    padding: 5px 0;
    background-color: var(--color-light-blue-1)
}
.img-w .img-wi .img-rsz {
    z-index: 1;
    position: relative;
}
.img-w .img-wi img {
    z-index: 1;
    position: relative;
    /*-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    
    
    transition: all 0.2s ease*/
}



/*
a:hover .img-wi img,.active a .img-wi img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}

*/
.img-w .img-wi .img-layer {
    display: none;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: slideInUp 0.3s;
    background: -webkit-linear-gradient(90deg, #00000050, var(--color-white) 50%);
    background: linear-gradient(90deg, #00000050, var(--color-white) 50%);
}
a:hover .img-layer-black {
    background-color: var(--color-black)
}
a:hover .img-layer-white {
    background-color: var(--color-white)
}
.img-w .img-wi .img-layer-up {
    z-index: 4;
    width: 151px;
    height: 151px;
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left bottom;
    background-image: url(../media/icons/thumbs/layers/1.png)
}
a:hover .img-wi .img-layer-up {
    background-image: url(../media/icons/thumbs/layers/2.png)
}
.img-w .img-wi .img-label {
    z-index: 6;
    bottom: 20px;
    position: absolute;
}
.img-w .img-wi .img-label .img-label-title {
    color: #ddd;
    z-index: 2;
    padding: 2px 10px;
    position: relative
}
.img-w .img-wi .img-label .img-label-bg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #222
}
a:hover .img-label {
    animation-iteration-count: 1
}
a:hover .img-label .img-label-title {
    color: var(--color-white)
}
a:hover .img-label .img-label-bg {
    background-color: var(--color-black)
}
.img-w .img-wi .img-label-mini {
    bottom: 5px;
    z-index: 6;
    position: absolute;
    overflow: hidden
}
.img-w .img-wi .img-label-mini .img-label-title {
    color: #262526;
    z-index: 2;
    font-size: 0.9em;
    padding: 0 4px;
    position: relative
}
.img-w .img-wi .img-label-mini .img-label-bg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #d2d9e1;
    
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    
    filter: alpha(opacity=50)
}
a .img-w .img-wi .img-label-mini {
    bottom: 15px;
    display: none
}
a:hover .img-w .img-wi .img-label-mini {
    animation: fadeInUp 0.5s
}
a .img-wi .img-label-mini .img-label-title {
    color: #A5A5A5;
    padding: 0 7px
}
a:hover .img-wi .img-label-mini .img-label-title {
    color: #ccc
}
a .img-w .img-wi .img-label-mini .img-label-bg {
    background-color: #222
}
.img-w .img-category {
    max-width: 80%;
    max-height: 40px;
    bottom: 50px;
    position: absolute
}
.img-w.img-w-commented .img-category {
    bottom: 102px
}
.img-w .img-category a {
    padding: 5px;
    text-decoration: none;
    background-color: transparent
}
.img-w .img-category .img-category-title,.img-w .img-category a .img-category-title {
    color: var(--color-white);
    z-index: 2;
    line-height: 0.8;
    position: relative
}
.img-w .img-category a:hover .img-category-title {
    font-weight: bold
}
.img-w .img-category .img-category-bg {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #45474E;
    
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    
    filter: alpha(opacity=80)
}
.img-w .img-category a:hover .img-category-bg {
    background-color: #003399
}
.img-comment {
    margin: 0;
    color: #444;
    height: 32px;
    line-height: 1.1;
    padding: 0 3px;
    margin: 10px 0;
    overflow: hidden;
    text-align: center
}
a:hover .img-comment {
    text-decoration: underline;
    animation: fadeInUp 0.2s;
}
.img-w .starter {
    width: 42px;
    height: 36px;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -21px;
    position: absolute;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../media/icons/thumbs/video/starter/red.png);
    background-color: #f00;
    background-size: 15px 17px;
    background-image: url(../media/icons/thumbs/video/arrows/white80x100.png);
    
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    opacity: 0.9;
    
    filter: alpha(opacity=90);
    
    
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.img-w .starter-medium {
    width: 32px;
    height: 26px;
    margin-top: -14px;
    margin-left: -16px;
    background-size: 11px 13px
}
.img-w .starter-mini {
    width: 22px;
    height: 16px;
    margin-top: -8px;
    margin-left: -11px;
    background-size: 7px 9px
}
a:hover .starter {
    animation: zoomIn 0.5s
}
.vdo-wrp {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}
.vdo-wrp iframe,
.vdo-wrp embed,
.vdo-wrp object,
.vdo-wrp video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.fit-bg-abs {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Layers & Loaders*/
.layer-wrp,
.layer-wrp .content,
.layer-wrp .content .content-inner {
    background-color: transparent
}
.layer-wrp {
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden
}
.layer-wrp.draggable {
    cursor: move;
}
.layer-wrp.is-dragging {
    cursor: grabbing;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
.layer-wrp .content {
    z-index: 1;
    position: absolute;
    animation: fadeIn 0.8s;
}
.layer-wrp .content .content-inner {
    z-index: 1;
    height: 100vh;
    position: relative
}
.layer-wrp .content .content-inner {
    padding: 0 15px
}
.layer-wrp .content .content-bg {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-white)
}
.layer-wrp .content.is-shadowed {
    box-shadow: 0 0 5px 0px rgb(25 25 25 / 50%)
}
.layer-wrp .clz {
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 2;
    top: 20px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    animation: zoomIn 0.2s;
    box-shadow: 0px 5px 10px 0px #1111118a;
    background-color: var(--color-black)
}
.layer-wrp .clz:hover {
    width: 42px;
    height: 42px;
    line-height: 42px
}
.layer-wrp .clz:hover .icon i {
    font-size: 25px;
    color: #df5959!important
}
.layer-wrp.ltr .clz {
    right: 20px;
}
.layer-wrp.rtl .clz {
    left: 20px;
}

/* Themes*/
.x-cursor {
    cursor: url(../media/icons/x-cursor.png), default
}
.layer-wrp .clz.black {
    border: 1px solid #2c2c2c;
    background-color: var(--color-black)
}
.layer-wrp .clz.black .icon i {
    color: var(--color-white);
}
.layer-wrp .clz.yellow {
    border: 1px solid #dbbd08;
    background-color: var(--color-yellow)
}
.layer-wrp .clz.yellow .icon i {
    color: var(--color-black);
}


/* Sidebar */
.layer-wrp.is-sidebar .content {
    width: 340px;
    height: 100%;
    overflow: hidden;
}
.layer-wrp.is-sidebar .content .content-inner {
    padding: 1px;
}


/* Popup */
.layer-wrp.is-popup {
    z-index: 9
}
.layer-wrp.is-popup .content {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.layer-wrp.is-popup.is-floated {
    width: 300px;
    height: 250px;
}
.layer-wrp.is-popup.is-floated .content.is-shadowed {
    width: 90%;
    height: 90%;
}
.layer-wrp.is-popup.is-floated .clz {
    top: 0;
}
.layer-wrp.is-popup.is-floated.ltr .clz {
    right: 0;
}
.layer-wrp.is-popup.is-floated.rtl .clz {
    left: 0;
}

/**/
.layer-wrp.is-confirm .content {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.layer-wrp.is-confirm .confirm-w {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: auto
}
.layer-wrp.is-confirm .confirm-w .confirm-q {
    color: #555
}
.layer-wrp.is-confirm .confirm-w .actions {
    clear: auto;
    width: 100%;
    margin-top: 25px
}
.layer-wrp .layer-bg,
.layer-wrp .layer-bg .bg-media {
    display: block;
    width: 100%;
    height: 100%;
}
.layer-wrp .layer-bg {
    left: 0;
    top: 0;
    z-index: 0;
    min-height: 30px;
    position: absolute;
    background-color: var(--color-light-gray);
}
.layer-wrp.is-loader {
    top: 0;
    left: 0;
}

.layer-wrp.is-loader .layer-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
}
.layer-wrp.is-loader .layer-bg::before {
    content: '';
    width: 30px;
    height: 30px;
    border-width: 2px;
    border-style: solid;
    border-color: #f3f3f3;
    border-top-color: #3498db;
    border-radius: 50%;
    /*animation: rotate360 .3s linear infinite;*/
    animation-name: rotate360;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
/*.layer-wrp.is-loader.poz-fxd .layer-bg::before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #3498db;
    border-radius: 50%;
    animation: pulse .5s ease-in-out infinite;
}*/
/*.layer-wrp.is-loader.poz-fxd .layer-bg::before {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #3498db;
    border-radius: 4px;
    animation: flipSquare 1.2s ease-in-out infinite;
}*/
/*.layer-wrp.is-loader.poz-fxd .layer-bg::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #3498db 94%, #0000) top/10px 10px no-repeat,
                conic-gradient(#0000 30%, #3498db);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 10px), #000 0);
    animation: morphSpin 1s infinite cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes morphSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
*/
/*.layer-wrp.is-loader.poz-fxd .layer-bg::before {
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #3498db;
    box-sizing: border-box;
    animation: pulseOrbit 1s ease-in-out infinite alternate;
}
@keyframes pulseOrbit {
    0% {
        transform: scale(0.8);
        box-shadow: 0 0 0 0px rgba(52, 152, 219, 0.7);
    }
    100% {
        transform: scale(1.2);
        box-shadow: 0 0 0 15px rgba(52, 152, 219, 0);
    }
}
*/
/*.layer-wrp.is-loader.poz-fxd .layer-bg::before {
    content: '';
    width: 40px;
    height: 40px;
    background: #3498db;
    border-radius: 8px;
    animation: glassFlip 1.5s ease-in-out infinite;
}

@keyframes glassFlip {
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg) skewX(10deg);
        opacity: 1;
    }
    25% {
        opacity: 0.6;
    }
    50% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(0deg) skewX(-10deg);
        opacity: 1;
    }
    75% {
        opacity: 0.6;
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-180deg) skewX(10deg);
        opacity: 1;
    }
}*/

.pagination .layer-wrp.is-loader .layer-bg::before {
    border-top-color: var(--color-red);
}

.fxd-bar-top {
    top: 0;
    left: 0;
    right: 0;
    z-index: 98 !important;
    position: fixed !important;
    animation: fadeInDown 0.5s;
    background-color: var(--color-white);
}
.poz-rel {
    position: relative
}
.poz-abs {
    position: absolute
}
.poz-fxd {
    position: fixed
}
.poz-stc {
    position: static
}
.poz-top-left {
    top: 0;
    left: 0
}
.poz-top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}
.poz-top-right {
    top: 0;
    right: 0
}
.poz-middle-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}
.poz-middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.poz-middle-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}
.poz-bottom-left {
    bottom: 0;
    left: 0
}
.poz-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}
.poz-bottom-right {
    bottom: 0;
    right: 0
}
.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.pinned {
    position: fixed
}
.bordered {
    border: 1px solid #E5E5E5
}

/* === Conteneur Grid Principal === */
.grid {
    display: grid;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

/* === Conteneur Flex Principal === */
.flx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

/* === Direction du flux === */
.flx-dir-row {
    flex-direction: row;
}.flx-dir-row-rev {
    flex-direction: row-reverse;
}.flx-dir-col {
    flex-direction: column;
}.flx-dir-col-rev {
    flex-direction: column-reverse;
}

/* === Justification sur l’axe principal === */
.flx-justify-content-start {
    justify-content: flex-start;
}.flx-justify-content-end {
    justify-content: flex-end;
}.flx-justify-content-center {
    justify-content: center;
}.flx-justify-content-space-between {
    justify-content: space-between;
}.flx-justify-content-space-around {
    justify-content: space-around;
}.flx-justify-content-space-evenly {
    justify-content: space-evenly;
}

/* === Alignement sur l’axe secondaire === */
.flx-align-items-start {
    align-items: flex-start;
}.flx-align-items-end {
    align-items: flex-end;
}.flx-align-items-center {
    align-items: center;
}.flx-align-items-stretch {
    align-items: stretch;
}.flx-align-items-baseline {
    align-items: baseline;
}

/* === Alignement du contenu (si plusieurs lignes) === */
.flx-align-content-start {
    align-content: flex-start;
}.flx-align-content-end {
    align-content: flex-end;
}.flx-align-content-center {
    align-content: center;
}.flx-align-content-space-between {
    align-content: space-between;
}.flx-align-content-space-around {
    align-content: space-around;
}.flx-align-content-stretch {
    align-content: stretch;
}

/* === Flex-wrap === */
.flx-wrap {
    flex-wrap: wrap;
}.flx-nowrap {
    flex-wrap: nowrap;
}.flx-wrap-rev {
    flex-wrap: wrap-reverse;
}

/* === Espacement entre les éléments === */
.flx-gap-0 {
    gap: 0;
}.flx-gap-4, .flx-gap-xs {
    gap: 4px;
}.flx-gap-8, .flx-gap-sm {
    gap: 8px;
}.flx-gap-16, .flx-gap-md {
    gap: 16px;
}.flx-gap-24, .flx-gap-lg {
    gap: 24px;
}.flx-gap-32, .flx-gap-xl {
    gap: 32px;
}.flx-gap-48, .flx-gap-2xl {
    gap: 48px;
}.flx-gap-52, .flx-gap-3xl {
    gap: 52px;
}
.full-height {
    width: 100%;
    height: 100vh;
}
.vh-2-3 {
    width: 100%;
    height: 70vh;
}
.media-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-bg-cover {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


video {
    pointer-events: none;
}
a.button {
    padding: 15px;
    margin-top: 25px;
    color: var(--color-dark-red);
    background-color: var(--color-light-gray);
}
a.button:hover {
    color: var(--color-light-gray);
    background-color: var(--color-dark-red);
}


*:focus {
    outline: none
}
.no-margin {
    margin: 0
}
.no-margin-top {
    margin-top: 0
}
.no-margin-bottom {
    margin-bottom: 0
}
.list-data {
    overflow: hidden;
    overflow-x: auto;
    min-height: 30px;
}
.overhid {
    overflow: hidden
}
.clear {
    clear: both
}
.clear-left {
    clear: left
}
.clear-right {
    clear: right
}
.line-through {
    text-decoration: line-through
}
.h-align {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.v-align {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.hv-align {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}
.align-c {
    text-align: center
}
.active:hover,.active a:hover {
    cursor: default
}
.no-scrollbar {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    
    touch-action: auto;
    height: auto
}
.financial .currency {
    color: #777
}
.blur-4 {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}.back-blur-4 {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.shadow-0{box-shadow: var(--shadows-0)}.shadow-1{box-shadow: var(--shadows-1)}.shadow-2{box-shadow: var(--shadows-2)}.shadow-3{box-shadow: var(--shadows-3)}.shadow-4{box-shadow: var(--shadows-4)}.shadow-5{box-shadow: var(--shadows-5)}.shadow-6{box-shadow: var(--shadows-6)}.shadow-7{box-shadow: var(--shadows-7)}.shadow-8{box-shadow: var(--shadows-8)}.shadow-9{box-shadow: var(--shadows-9)}.shadow-10{box-shadow: var(--shadows-10)}.shadow-11{box-shadow: var(--shadows-11)}.shadow-12{box-shadow: var(--shadows-12)}.shadow-13{box-shadow: var(--shadows-13)}.shadow-14{box-shadow: var(--shadows-14)}.shadow-15{box-shadow: var(--shadows-15)}.shadow-16{box-shadow: var(--shadows-16)}.shadow-17{box-shadow: var(--shadows-17)}.shadow-18{box-shadow: var(--shadows-18)}.shadow-19{box-shadow: var(--shadows-19)}.shadow-20{box-shadow: var(--shadows-20)}.shadow-21{box-shadow: var(--shadows-21)}.shadow-22{box-shadow: var(--shadows-22)}.shadow-23{box-shadow: var(--shadows-23)}.shadow-24{box-shadow: var(--shadows-24)}
.blink,.blink-on-hover:hover {
    animation: fadeIn 0.5s infinite;
}
.blink-2-on-hover:hover {
    animation: fadeIn 0.5s 2;
}.blink-3-on-hover:hover {
    animation: fadeIn 0.5s 3;
}
.hover-stop-animation:hover,.hover-stop-animation:hover * {
    animation: none
}
.wdt-10-100 {width: 10%}.wdt-20-100 {width: 20%}.wdt-30-100 {width: 30%}.wdt-40-100 {width: 40%}.wdt-50-100 {width: 50%}.wdt-60-100 {width: 60%}.wdt-70-100 {width: 70%}.wdt-80-100 {width: 80%}.wdt-90-100 {width: 90%}.wdt-100-100 {width: 100%}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.ellipsis-2l {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important
}.ellipsis-3l {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important
}
.google-gps {
    height: 220px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.socials ul li {
    margin: 0 2px;
    text-align: center
}.socials ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}.socials ul li a .icon i {
    color: #ececec;
}



/* Hamburger Menu */
.menu-hamburger .lines {
    width: 25px;
    height: 25px;
    position: relative;
    animation: 0.3s zoomIn 2;
}.menu-hamburger .lines .line {
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: var(--color-black)
}.menu-hamburger .lines .line-1 {
    top: 0
}.menu-hamburger .lines .line-2 {
    top: 50%;
    transform: translateY(-50%)
}.menu-hamburger .lines .line-3 {
    bottom: 0
}.menu-hamburger .label {
    font-size: 1em;
    padding-left: 10px;
    display: inline-block;
    color: var(--color-white);
    text-transform: uppercase;
}.rtl .menu-hamburger .label {
    padding-left: 0;
    padding-right: 10px;
}.menu-hamburger:hover .label {
    font-weight: bold;
}#menu-sidebar .main-menu ul {
    padding: 0
}#menu-sidebar .main-menu ul li {
    margin-bottom: 0;
    font-size: 1.2em;
    text-align: center;
    border-top: 1px solid var(--colo-white)
}
#menu-sidebar .main-menu ul li a {
    padding: 5px 0;
}#menu-sidebar .socials ul {
    text-align: center
}#menu-sidebar .socials ul li a {
    background-color: var(--color-white)
}
.langs {
    width: 100%;
    height: auto
}.langs ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}.langs ul li {
    width: 24px;
    height: 20px;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent
}.langs ul li.ar {
    background-image: url(../media/icons/flags/flat/24/ar.png)
}.langs ul li.en {
    background-image: url(../media/icons/flags/flat/24/en.png)
}.langs ul li.sp {
    background-image: url(../media/icons/flags/flat/24/sp.png)
}.langs ul li.fr {
    background-image: url(../media/icons/flags/flat/24/fr.png)
}.langs ul li a {
    width: 100%;
    height: 100%;
}.langs ul li span.lang-text {
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden
}.sidebar-title {
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
    text-transform: uppercase
}.sidebar-title .iconed-24 .icon-text {
    font-size: 1.3em;
    padding-top: 2px
}.sidebar-inner {
    overflow: hidden
}.sidebar-content {
    position: relative
}.sidebar-clz {
    top: 16px;
    z-index: 3;
    width: 20px;
    height: 20px;
    color: #e5e5e5;
    line-height: 20px;
    position: absolute;
    text-align: center
}.sidebar-clz .icon i {
    font-size: 1.5em
}.sidebar-clz:hover {
    color: #B90000
}.sidebar-left .sidebar-clz {
    right: 15px
}.sidebar-right .sidebar-clz {
    left: 15px
}


/*Menu Sidebar */
#menu-sidebar .content {
    background-color: var(--color-white);
}
#menu-sidebar .identity {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 15px;
    background-color: var(--color-light-gray);
}
#menu-sidebar .identity img.logotype {
    width: 72px;
    animation: 0.2s pulse 2;
}
#menu-sidebar .main-menu ul li {
    padding: 8px 0;
    border-top: 1px solid var(--color-light-yellow);
}
#menu-sidebar .main-menu ul li a {
    padding: 2px 0;
    font-size: 0.9em;
    text-transform: uppercase;
    color: var(--color-dark-gray);
    transition-delay: 0.4s;
    transition-timing-function: ease-out;
    transition-property: background-color;
}
#menu-sidebar .main-menu ul li a:hover {
    color: var(--color-red);
}
#menu-sidebar .main-menu ul li.active a,#menu-sidebar .main-menu ul li.active a:hover {
    color: var(--color-red);
    background-color: var(--color-yellow);
}
#menu-sidebar .langs {
    padding: 15px 0
}
.rds-3,
a.rds-3-hover:hover,
a:hover .rds-3-hover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.rds-5,
a.rds-5-hover:hover,
a:hover .rds-5-hover,.list-img-preview,
form .minus-plus-field-area,
form .field-wo .field-w,
form .field-wo .field-w .field-wi,
form .field-wo.is-group.is-iconed .fields-wrp,
form .field-wo.is-group.is-iconed .fields-wrp .field-wo .field-w .icon,
form .field-wo.is-checkable.is-checkbox .field-w .field-tpl,
form .field-wo.is-file .field-w .field-tpl .browse,.swiper-pagination-bullet,.ulined::after {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.rds-10,
a.rds-10-hover:hover,
a:hover .rds-10-hover,.is-manager .side .box,.is-manager .side .box .box-title {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.rds-15,
a.rds-15-hover:hover,
a:hover .rds-15-hover,
ul li a,.table,.td-img .img-wi,.label-inner,#product-ranges .range .products a.row,#product-ranges .range .products a.row > img {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.rds-20,
a.rds-20-hover:hover,
a:hover .rds-20-hover {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.rds-25,
a.rds-25-hover:hover,
a:hover .rds-25-hover,.img-w .img-wi .img-label-mini,
form .field-wo.is-clickable .field-w,.is-manager .side.side-left .box .box-content .box-actions a {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.rds-30,
a.rds-30-hover:hover,
a:hover .rds-30-hover,#product-ranges .range .products a.row>.title {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.rds-35,
a.rds-35-hover:hover,
a:hover .rds-35-hover {
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}
.rds-40,
a.rds-40-hover:hover,
a:hover .rds-40-hover {
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.rds-45,
a.rds-45-hover:hover,
a:hover .rds-45-hover {
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}
.rds-50,
a.rds-50-hover:hover,
a:hover .rds-50-hover {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.rds-55,
a.rds-55-hover:hover,
a:hover .rds-55-hover {
    -moz-border-radius: 55px;
    -webkit-border-radius: 55px;
    border-radius: 55px;
}
.rds-60,
a.rds-60-hover:hover,
a:hover .rds-60-hover {
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}
.rds-65,
a.rds-65-hover:hover,
a:hover .rds-65-hover {
    -moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
}
.rds-70,
a.rds-70-hover:hover,
a:hover .rds-70-hover {
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}
.rds-75,
a.rds-75-hover:hover,
a:hover .rds-75-hover {
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
}
.rds-80,
a.rds-80-hover:hover,
a:hover .rds-80-hover {
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}
.rds-85,
a.rds-85-hover:hover,
a:hover .rds-85-hover {
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
}
.rds-90,
a.rds-90-hover:hover,
a:hover .rds-90-hover {
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}
.rds-95,
a.rds-95-hover:hover,
a:hover .rds-95-hover {
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
}
.rds-100,
a.rds-100-hover:hover,
a:hover .rds-100-hover {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.rds-round,
a.rds-round-hover:hover,
a:hover .rds-round-hover,.pagination-group li,.pagination li a,.td-media-rounded .img-wi,.td-media-rounded .icon,
form .field-wo.is-checkable.is-radio .field-w .field-tpl,
form .field-wo.is-checkable.is-radio .field-w .field-tpl .checking-el,
form .field-wo.is-group.is-iconed .field-wo.is-checkable .field-w .icon,
form .field-wo.is-file .field-w .field-tpl .browse .main-icon .iconed .icon,#contacts-page-container .contact-info .iconed .icon,.img-w .img-stamp .link-element-zoom,.footer-top .socials .social .icon,.page-header a .iconed .icon,.row-action a .icon,.rds-pin-tl,.rds-pin-tr,.rds-pin-bl,.rds-pin-br {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.rds-pin-bl {
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rds-pin-br {
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rds-pin-tl {
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.rds-pin-tr {
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.opacity-98,
a.opacity-98-hover:hover,
a:hover .opacity-98-hover {
    
    filter: alpha(opacity=98);
    -moz-opacity: 0.98;
    opacity: 0.98;
}
.opacity-95,
a.opacity-95-hover:hover,
a:hover .opacity-95-hover {
    
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
}
.opacity-90,
a.opacity-90-hover:hover,
a:hover .opacity-90-hover {
    
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.opacity-85,
a.opacity-85-hover:hover,
a:hover .opacity-85-hover {
    
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
.opacity-80,
a.opacity-80-hover:hover,
a:hover .opacity-80-hover {
    
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.opacity-70,
a.opacity-70-hover:hover,
a:hover .opacity-70-hover {
    
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.opacity-60,
a.opacity-60-hover:hover,
a:hover .opacity-60-hover {
    
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.opacity-50,
a.opacity-50-hover:hover,
a:hover .opacity-50-hover,.img-w .img-wi .img-label .img-label-bg {
    
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.opacity-40,
a.opacity-40-hover:hover,
a:hover .opacity-40-hover {
    
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.opacity-30,
a.opacity-30-hover:hover,
a:hover .opacity-30-hover {
    
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.opacity-20,
a.opacity-20-hover:hover,
a:hover .opacity-20-hover {
    
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
.opacity-10,
a.opacity-10-hover:hover,
a:hover .opacity-10-hover {
    
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}
.opacity-5,
a.opacity-5-hover:hover,
a:hover .opacity-5-hover {
    
    filter: alpha(opacity=5);
    -moz-opacity: 0.05;
    opacity: 0.05;
}
.opacity-0,
a.opacity-0-hover:hover,
a:hover .opacity-0-hover {
    
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}



/*form .field-wo.is-redesigned .field-w .field-wi*/
.table tr td table,
form .field-wo.is-password .field-w .toggle-password,
form .field-wo .field-w .mce-panel,
form .minus-plus-field-area input,.range-field-w,
form .slider-range-field input,
form .double-w.field-wmo,
form .double-w.field-wm.select,#menu-sidebar .main-menu ul li.first,#menu-sidebar .main-menu ul li.first a,.filter-by-price-btn,
form .field-wo .field-w .field-wi .field-el {
    border: none
}


/* LTR && RTL Style */
.rtl body {
    line-height: 1.3
}
.ltr body,.ltr form .field-el {
    font: 1rem Tahoma, Arial, sans-serif !important
}
.rtl body,.rtl form .field-el {
    font: 0.9rem "DroidKufi-Regular", "Tahoma", "Calibri", "Arial", sans-serif !important
}
.ltr .align-l-ever {
    text-align: left
}
.rtl .align-l-ever {
    text-align: left
}
.ltr .align-r-ever {
    text-align: right
}
.rtl .align-r-ever {
    text-align: right
}
.ltr .financial .currency {
    padding-left: 5px
}
.rtl .financial .currency {
    padding-right: 5px
}
.ltr .table tr.header th {
    font-size: 12px;
    text-transform: uppercase
}
.rtl .table tr.header th {
    font-size: 14px
}
.ltr .table tr th,.ltr .table tr td {
    border-right: auto;
    border-left: 1px solid #ccc
}
.rtl .table tr th,.rtl .table tr td {
    border-right: 1px solid #ccc
}
.ltr .table tr td table tr td {
    border-left: none
}
.rtl .table tr td table tr td {
    border-right: none
}
.ltr .table tr th.th-id,.ltr .table tr td.td-id {
    border-right: auto;
    border-left: none
}
.rtl .table tr th.th-id,.rtl .table tr td.td-id {
    border-left: auto;
    border-right: none
}
.ltr .table tr td.td-not-centered {
    text-align: left
}
.rtl .table tr td.td-not-centered {
    text-align: right
}
.ltr .table.mini tr.header {
    text-align: left;
    text-transform: uppercase
}
.rtl .table.mini tr.header {
    text-align: right
}
.ltr table tr.header th.blank {
    border-right: auto;
    border-left: 0
}
.rtl table tr.header th.blank {
    border-left: auto;
    border-right: 0
}
.ltr .table.mini.no-header tr th,.ltr .table.mini.no-header tr td {
    text-align: left
}
.rtl .table.mini.no-header tr th,.rtl .table.mini.no-header tr td {
    text-align: right
}
.ltr .table.mini.no-header tr th {
    border-left: auto;
    border-right: none
}
.rtl .table.mini.no-header tr th {
    border-right: auto;
    border-left: none
}



/* Form */
.ltr form .field-wo.is-password .toggle-password {
    left: auto;
    right: 0
}
.rtl form .field-wo.is-password .toggle-password {
    right: auto;
    left: 0
}
.ltr form .field-wo label .label-error,.ltr form .field-wo label .label-star {
    padding-left: 3px;
}
.rtl form .field-wo label .label-error,.rtl form .field-wo label .label-star {
    padding-right: 3px;
}
.ltr form .field-wo .field-w select .arrow {
    right: 10px
}
.rtl form .field-wo .field-w select .arrow {
    left: 10px
}
.ltr form .money-w.currenced .currency-w {
    right: 0;
    margin-left: 1%;
    border-left: 1px solid #d9d9d9
}
.rtl form .money-w.currenced .currency-w {
    left: 0;
    margin-right: 1%;
    border-right: 1px solid #d9d9d9
}
.ltr form .field-wo.double select {
    left: auto;
    right: 0;
    margin-left: 1%;
    border-right: auto;
    border-left: 1px solid #D9D9D9
}
.rtl form .field-wo.double select {
    right: auto;
    left: 0;
    margin-right: 1%;
    border-left: auto;
    border-right: 1px solid #D9D9D9
}
.ltr form .field-wo.captcha .field-w {
    margin-left: 0
}
.rtl form .field-wo.captcha .field-w {
    margin-right: 0
}
.ltr form .field-wo.list.hz .field-w .fields {
    margin-right: 10px
}
.rtl form .field-wo.list.hz .field-w .fields {
    margin-left: 10px
}



/**/
.ltr ul,.ltr ol {
    padding-right: auto;
    padding-left: 10px
}
.rtl ul,.rtl ol {
    padding-left: auto;
    padding-right: 10px
}


ul.no-style,
ul.no-style ul {
    margin: 0;
    padding: 0
}
.ltr ul li {
    background-position: 0 0;
    /*background-image: url(../media/icons/lists/ltr/okGrey.png)*/
}
.rtl ul li {
    background-position: 100% 0;
    /*background-image: url(../media/icons/lists/ltr/okGrey.png)*/
}


ul.no-style li {
    padding: 0;
    margin-bottom: 0;
    background-image: none
}
.ltr .col {
    float: left;
    margin-left: auto;
    margin: 1% 0 1% 1.60%
}
.rtl .col {
    float: right;
    margin-right: auto;
    margin: 1% 1.6% 1% 0
}
.ltr .col:first-child,.ltr .col-first {
    margin-right: auto;
    margin-left: 0
}
.rtl .col:first-child,.rtl .col-first {
    margin-left: auto;
    margin-right: 0
}
.col-1-1,.col-12-12 {
    margin-left: 0;
    margin-right: 0
}
.ltr .alert-box .alert-box-inner .alert-box-clz {
    left: auto;
    right: 10px
}
.rtl .alert-box .alert-box-inner .alert-box-clz {
    right: auto;
    left: 10px
}
.ltr .alert-inline .alert-message .iconed-16 {
    padding-left: 20px
}
.rtl .alert-inline .alert-message .iconed-16 {
    padding-right: 20px
}
.ltr .img-w .img-actions {
    text-align: right
}
.rtl .img-w .img-actions {
    text-align: left
}
.ltr .img-w .img-action {
    margin-right: 7px
}
.rtl .img-w .img-action {
    margin-left: 7px
}
.ltr .img-w .img-wi .img-label-mini {
    left: 5px
}
.rtl .img-w .img-wi .img-label-mini {
    right: 5px
}
.ltr a .img-w .img-wi .img-label-mini {
    left: 15px
}
.rtl a .img-w .img-wi .img-label-mini {
    right: 15px
}
.ltr a .img-wi .zoom {
    right: auto;
    left: 50%;
    margin-right: auto;
    margin-left: -23px
}
.rtl a .img-wi .zoom {
    left: auto;
    right: 50%;
    margin-left: auto;
    margin-right: -23px
}
.ltr .img-w .img-category {
    right: auto;
    left: 0
}
.rtl .img-w .img-category {
    left: auto;
    right: 0
}
.ltr .img-w .img-wi .img-label .img-label-bg,.ltr .img-w .img-category .img-category-bg {
    right: auto;
    left: 0
}
.rtl .img-w .img-wi .img-label .img-label-bg,.rtl .img-w .img-category .img-category-bg {
    left: auto;
    right: 0
}
.ltr a:hover .img-wi .img-label {
    animation: slideInLft 0.5s
}
.rtl a:hover .img-wi .img-label {
    animation: slideInRight 0.5s
}
.ltr .img-w-out .img-promo {
    right: auto;
    left: 0
}
.rtl .img-w-out .img-promo {
    left: auto;
    right: 0
}
.ltr .img-w-out .img-promo .img-promo-bg {
    right: auto;
    left: 0
}
.rtl .img-w-out .img-promo .img-promo-bg {
    left: auto;
    right: 0
}
.rtl .layer-wrp.is-confirm .confirm-w .actions .btn {
    line-height: 20px
}
.ltr .img-w-out .img-promo .img-promoTitle {
    text-transform: uppercase
}
.ltr .float-l {
    float: left !important
}
.rtl .float-l {
    float: right !important
}
.ltr .float-r {
    float: right !important
}
.rtl .float-r {
    float: left !important
}
.ltr .align-l {
    text-align: left
}
.rtl .align-l {
    text-align: right
}
.ltr .align-r {
    text-align: right
}
.rtl .align-r {
    text-align: left
}
.ltr .no-margin-left {
    margin-right: auto !important;
    margin-left: 0 !important
}
.rtl .no-margin-left {
    margin-left: auto !important;
    margin-right: 0 !important
}
.ltr .no-margin-right {
    margin-left: auto !important;
    margin-right: 0 !important
}
.rtl .no-margin-right {
    margin-right: auto !important;
    margin-left: 0 !important
}
.ltr .layer-wrp.is-confirm .confirm-w .actions .btn .iconed .icon-text {
    padding-left: 5px
}
.rtl .layer-wrp.is-confirm .confirm-w .actions .btn .iconed .icon-text {
    padding-right: 5px
}
.ltr .langs ul li {
    margin-left: 6px
}
.rtl .langs ul li {
    margin-right: 6px
}
.ltr .row-prices {
    right: 10px
}
.rtl .row-prices {
    left: 10px
}
.ltr .row-prices .row-price-detail {
    padding-left: 5px
}
.rtl .row-prices .row-price-detail {
    padding-right: 5px
}
.rtl form .field-wo.is-num .field-el {
    direction: ltr;
    text-align: right
}



/* Ajoutez d'autres styles spécifiques si nécessaire */