@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;800&family=Open+Sans+Condensed:wght@300;700&family=Open+Sans:wght@300;400&display=swap');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
*/

:root{
    --fr-bg-site: 157 184 200 !important;
    --fr-bg-site-dark: 109 142 162 !important;
    --bs-success-rgb: 139,195,74 !important;
}
body {
    background-color: #f9f9f9;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    margin-top: 86px;
}
.bg-gradient{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0)) !important;
}
.offcanvas.show {
    transform: none;
    visibility: initial;
}

.stat{
    background-image: url(../img/bg-img-header.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.article {
    position: relative;
}
.article:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 10%;
    box-shadow: 0 0 11px black;
    z-index: -1;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 50%);
}
.label {
    position: absolute;
    right: 1rem;
    top: -1rem;
}
#sidebar-container ul {
    position: fixed;
    width: 60px;
    transition: all .5s;
}
#sidebar-container:hover ul {
    width: 305px;
}
.thumb-footer {
    background-color: rgba(0,0,0,1);
    padding: 0.25rem;
    min-width: 80px;position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.25rem;
    font-size: 1.2rem;
}
.del:hover {
    color: rgb(201 142 134) !important;
}
.select:hover{
    color: green !important;
}

.border-light {
    border-color: #d3d3d3 !important;
}
.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
    font-size: 1.5rem !important;
    padding-top: 2px !important;
    height: 36px !important;
}
.bootstrap-select .dropdown-toggle .bs-select-clear-selected:hover {
    color: red;
    font-weight: 600;
}
.bootstrap-select>.dropdown-toggle {
    height: 36px;
}

.videos .card:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.etat {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    border: solid 2px white;
    border-radius: 50rem;
    box-shadow: 0 0 2px black;
}
.bat-checked {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 53px;
    font-size: 1.5rem;
    left: -6px;
    top: -6px;
    text-shadow: 1px 1px black;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 60%);
    transition: all .5s;
    opacity: 0;
}

.item-img {
    background-color: rgba(198, 208, 215, 0.5);
    border-radius: .5rem;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.editAnnPhoto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5%;
    width: 90%;
}
.item-img .fa-circle {
    position: absolute;
    top: .5rem;
    left: .5rem;
    font-size: 18px;
    cursor: pointer;
    text-shadow: 0 0 3px rgba(0,0,0,0.6);
    transition: all 0.5s;
}
.item-img .fa-circle:hover {
    font-size: 24px;
}
.delphoto, .delphotoInp {
    background-color: #000;
    padding: 5px 15px;
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: -100px;
    width: 100%;
    transition: all 0.5s;
}
.item-img:hover .delphoto, .item-img:hover .delphotoInp {
    bottom: 0;
    opacity: 1;
}
.delphoto:hover, .delphotoInp:hover {
    color:red;
}

.imgInp, .imgMSG {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.viewmsg-body {
    overflow-y: scroll;
}
.closemsg {
    cursor: pointer;
}
.closemsg:hover{
    opacity: .5;
}
.viewmsg-board {
    top: 0px;
    width: 650px;
    position: fixed;
    transition: all .5s;
    z-index: 10000;
}
.viewmsg-board-close {
    right: -650px;
}
.viewmsg-board-open {
    right: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f8c634;
    border-color: #dee2e6 #dee2e6 #fff;
}
/*
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: rgba(73,65,162,.1);
}
*/
.wh-36 {
    width: 36px;
    height: 36px;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-36 {
    font-size: 36px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-52 {
    font-size: 52px !important;
}
.font-72 {
    font-size: 72px !important;
}
.font-weight-bold
{
    font-weight: 600;
}
.font-weight-bolder
{
    font-weight: 700;
}
.font-weight-extrabold
{
    font-weight: 900;
}
.font-weight-medium
{
    font-weight: 500;
}
.font-weight-normal
{
    font-weight: 400;
}
.font-weight-light
{
    font-weight: 300;
}
.font-weight-lighter
{
    font-weight: 100;
}
.btn-gmb {
    background-color:rgba(73,65,162,1) !important;
    border-radius: 50rem;
    color:white;
    padding:1rem 4rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.06);
}
.btn-gmb:hover {
    background-color: #f5df4d !important;
    color:black;
}
.form-control {
    color: rgb(0 0 0 / 60%) !important;
    font-size: .9rem;
    height: 38px;
}
.btn-gmb.focus, .btn-gmb:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(73 65 162 / 30%);
}

.border-gmb {
    border-color: rgba(73,65,162,1) !important;
}
.border-gmb-dark {
    border-color: #2e2c6e !important;
}
.border-gmb-light {
    border-color: rgba(73,65,162,.3) !important;
}
.text-gmb {
    color: rgba(73,65,162,1) !important;
}
.text-gmb-dark {
    color: #2e2c6e !important;
}
.text-gmb-light{
    color: rgba(73,65,162,.3) !important;
}
.text-gmb-50{
    color: rgba(73,65,162,.5) !important;
}
.bg-gmb-dark {
    background-color: #2e2c6e !important;
}
.bg-gmb {
    background-color:rgba(73,65,162,1) !important;
}
.bg-gmb-5 {
    background-color:rgba(73,65,162,.05) !important;
}
.bg-gmb-10 {
    background-color:rgba(73,65,162,.1) !important;
}
.bg-gmb-15 {
    background-color:rgba(73,65,162,.15) !important;
}
.bg-gmb-25 {
    background-color:rgba(73,65,162,.25) !important;
}
.bg-gmb-50 {
    background-color:rgba(73,65,162,.5) !important;
}
.bg-gmb-75 {
    background-color:rgba(73,65,162,.75) !important;
}

.bg-yellow {
    background-color: rgba(245,223,77,1) !important;
}
.bg-yellow-50 {
    background-color: rgba(245,223,77,.5) !important;
}
.bg-black{
    background-color: rgba(0,0,0,1) !important;
}
.bg-black-80{
    background-color: rgba(0,0,0,.8) !important;
}
.bg-black-70{
    background-color: rgba(0,0,0,.7) !important;
}
.bg-black-60{
    background-color: rgba(0,0,0,.6) !important;
}
.bg-black-50{
    background-color: rgba(0,0,0,.5) !important;
}
.bg-black-40{
    background-color: rgba(0,0,0,.4) !important;
}
.bg-black-30{
    background-color: rgba(0,0,0,.3) !important;
}
.bg-black-20{
    background-color: rgba(0,0,0,.2) !important;
}
.bg-black-10{
    background-color: rgba(0,0,0,.1) !important;
}
.bg-black-5{
    background-color: rgba(0,0,0,.05) !important;
}

.bg-white-50 {
    background-color: rgba(255,255,255,.5);
}
.bg-white-20 {
    background-color: rgba(255,255,255,.2);
}
.bg-white-30 {
    background-color: rgba(255,255,255,.3);
}
.rounded-2 {
    border-radius: 2rem;
}
.rounded-05 {
    border-radius: .5rem !important;
}
.rounded-top-0{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-bottom-0{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.w-10{
    width: 10% !important;
}
.w-20{
    width: 20% !important;
}
.w-30{
    width: 30% !important;
}
.w-40{
    width: 40% !important;
}
.w-50{
    width: 50% !important;
}
.w-60{
    width: 60% !important;
}
.w-70{
    width: 70% !important;
}
.w-80{
    width: 80% !important;
}
.w-90{
    width: 90% !important;
}
.rounded-5{
    border-radius: .5rem !important;
}
.star {
    position: relative;
    display: inline-block;
    color: #c6c6c6;
    margin-right: .2rem;
    font-size: .80rem;
}
.star::before {
    position: absolute;
    left: -1px;
    top: -1px;
    transform: rotate(
            20deg
    );
    width: 120%;
    height: 110%;
    content: '';
    border-radius: 50rem;
    background-color: rgba(73,65,162,1);
}
.star::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 54%;
    border-bottom: solid 5px rgb(73,65,162);
}
.star:last-child::after{
    border-color: transparent;
}
.star>i {
    position: relative;
    z-index: 1;
}
.logo-societe {
    position: absolute;
    right: 2rem;
    top: -2rem;
    /* max-width: 250px; */
    object-fit: contain;
    max-height: 80px;
}
.overlay {
    position: fixed;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}
.image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem;
    text-align: center;
    font-size: 12px;
}
.image img {
    min-width: 300px;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #9c7c4d;
    box-shadow: 0 0 50px rgb(0 0 0);
}

.video-responsive {
    overflow:hidden;
    width: 90%;
    height:50.5%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.thumbs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    position: relative;
}
.thumbs-footer {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}
.ratio-1x1 {
    padding-top: 100%;
}
.ratio-4x3 {
    padding-top: 75%;
}
.ratio-3x2 {
    padding-top: 66.66%;
}
.ratio-5x4{
    padding-top: 80%;
}
.products .card {
    overflow: hidden;
}
.products .card .etatArt {
    width: 30px;
    height: 30px;
    border-radius: 50rem;
    top: -9px;
    left: -8px;
    position: absolute;
}

.nav-link {
    border-bottom: solid 1px #ddd;
}
.visuel-plan {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -2rem;
    right: 2.3rem;
    object-fit: cover;
    border: solid 4px white;
    border-radius: .25rem;
    box-shadow: 0 0 5px rgb(0 0 0 / 60%);
}
.card-img-top {
    height: 180px;
    width: auto;
    object-fit: cover;
}
.ui-autocomplete {
    position: absolute;
    z-index: 99999 !important;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.ui-autocomplete>li {
    padding: 3px 20px;
}

.ui-autocomplete>li.ui-state-focus {
    background-color: #DDD;
}

.ui-helper-hidden-accessible {
    display: none;
}
.products .card-img {
    object-fit: cover;
    max-height: 200px;
    background-color: #a9a9c5;
}
.products .card-text ul {
    padding-left: 17px;
}
.custom-file {
    overflow: hidden;
}
.custom-file-input {
    white-space: nowrap;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: #afb0d8;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.tag-free {
    position: absolute;
    top: -12px;
    right: -4px;
    font-size: 2rem;
}
.cats:hover {
    background-color: rgb(56 59 158 / 15%);
}
.catlist {
    font-size: .95rem;
}
.btn-group-xs>.btn, .btn-xs {
    padding: .05rem .25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 22px;
    height: 22px;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(102 102 102);
    background-color: #fff;
    border: 1px solid rgb(210 210 210);
    font-size: .9rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: rgb(222 31 2);
    border-color: rgb(191 191 191);
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #eca527;
    border-color: #a98546;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.notification {
    position: fixed;
    right: 0;
    top: 20px;
    max-width: 300px;
    z-index: 10000;
    font-size: .9rem;
}
.notification .alert{
    padding: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.alert-success {
    color: #ffffff !important;
    background-color: #7ba54e !important;
    border-color: #7ba54e !important;
}
.alert-danger {
    color: #fff !important;
    background-color: #ce0013 !important;
    border-color: #d00016 !important;
}
.alert-warning {
    color: #ffffff !important;
    background-color: #ffa500 !important;
    border-color: #ffa500 !important;
}
.alert-info {
    color: #fff !important;
    background-color: #00b3d4 !important;
    border-color: #00b3d4 !important;
}
.input-group-text {
    color: rgb(255 255 255 / 70%) !important;
    background-color: rgb(158 184 200) !important;
}
label.small {
    font-size: 12px;
}
a:hover {
    color: #3b3a9f;
}
form .btn-outline-secondary:not(:disabled):not(.disabled).active, form .btn-outline-secondary:not(:disabled):not(.disabled):active, form .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: rgb(101 139 162) !important;
    border-color: #ced4da !important;
}
form .btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active {
    background-color: #9db8c8;
}
form .btn-outline-secondary {
    color: #6c757d;
    border-color: #ced4da !important;
}
.rounded-end-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rounded-start-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.border-gmb {
    border-color: rgb(44 39 111 / 30%) !important;
}
.bg-gmb {
    background-color: rgb(44 39 111 / 100%) !important;
}
.spooler {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(157 184 200 / 80%);
    color: white;
    z-index: 10000;
    font-size: 2rem;
    font-weight: 200;
    display: none;
}
.spooler-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.bootstrap-select .btn-light {
    background-color: white !important;
    border: 1px solid #ced4da;
}
.col-summary {
    font-size: .85rem;
}
.condensed {
    font-family: 'Open Sans Condensed', sans-serif;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #d3ae5f;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #999999;
}
.flag-icon {
    background-size: cover !important;
}
.header-title {
    color: rgba(255,255,255,.4);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}
.border-20-w {
    border-bottom: solid 1px rgba(255,255,255,.2);
}
.content-wrapper-before {
    position: absolute;
    z-index: -1;
    top: 66px;
    left: 0;
    width: 100%;
    height: 300px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gradient-45deg-indigo-purple {
    background: #9db8c8;
    background: linear-gradient( 45deg ,#9db8c8,#568199)!important;
}
.navbar-dark {
    background-color: rgba(60,60,60,1);
}

svg.feather {
    min-width: 24px;
}
#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    min-height: 100vh;
    padding: 0;
    transition: all .25s;
    width: 60px;
    font-size: .85rem;
}
#sidebar-container:hover {
    width: 305px;
}
.menu-collapsed, .submenu-icon {
    opacity: 0;
    transition: all .25s;
    /*display: none;*/
}

#sidebar-container:hover .submenu-icon, #sidebar-container:hover .sidebar-separator-title small, #sidebar-container:hover .menu-collapsed {
    opacity: 1;
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 305px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    color: #5c89a3;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    height: 1px;
    background-color: #efede7;
    opacity: .3;
    /* display: none; */
    transition: all .5s;
    padding: 0 !important;
}
#sidebar-container:hover .sidebar-separator-title {
    display: block;
    padding: inherit !important;
    height: 35px;
    padding: .5rem 1.25rem !important;
}
#sidebar-container:hover .sidebar-separator-title small{
    display: inline-block;
}
.sidebar-separator-title small {
    /*opacity: 0;*/
    display: none;
}
.sidebar-separator {
    height: 25px;
}
.logo-separator {
    height: 60px;
}
.ssmenu {

}
.ssmenu a:hover {
    background-color: rgb(74 65 162 / 10%);
    text-decoration: none;
}
.ssmenu>a {
    padding: .25rem .5rem;
    color: rgba(0,0,0,.5);
    font-size: .8rem;
    margin-left: 48px;
    display: inline-block;
    width: 80%;
    height: auto !important;
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}
/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
.bg-gmb {
    background-color: #4941a2;
}
.bg-site {
    background-color: rgb(var(--fr-bg-site));
}
.bg-site-light {
    background-color: rgb(var(--fr-bg-site) / 40%);;
}
.bg-site-lighter {
    background-color: rgb(var(--fr-bg-site) / 20%);;
}
.bg-site-dark {
    background-color: rgb(var(--fr-bg-site-dark));;
}
.text-site {
    color: rgb(var(--fr-bg-site));
}
.text-site-light {
   color: rgb(var(--fr-bg-site) / 40%);;
}
.text-site-dark {
    color: rgb(var(--fr-bg-site-dark));
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    /* font-size: .85rem; */
    font-family: 'Open Sans Condensed', sans-serif;
}
.breadcrumb-item.active {
    color: #ffffff;
}
.breadcrumb-item a {
    color: rgb(255 255 255 / 70%);
}
.overlay-pay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 /60%);
}