body {
    color:#555555;
    font-family: 'Raleway', sans-serif;
    line-height:25px;
    background:#fefefe;
    position:relative;
    overflow-x:hidden;
    font-size:14px;
}
/* GENERAL */
#content{
    min-height:calc(100vh - 155px);
    background: #f8f9fa;
    position: relative;
    /*padding-top:60px;*/
}
/*.connect #content{
    min-height:calc(100vh - 80px);
}*/
#content .bloc-content, #messages_du_jour .bloc-content{
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    background: #fefefe;
    -webkit-border-radius: 5.2px;
    -moz-border-radius: 5.2px;
    border-radius: 5.2px;
    z-index:0;
    overflow: hidden;
    box-shadow : 0 .125rem .5rem rgba(0, 0, 0, .04);
}
#content .bloc-content.bloc-tabs{
    border-top-left-radius: 0;
}
#content .bloc-title{
    padding:15px;
}
#content .row_section {
    padding-top:100px;
    padding-bottom:100px;
}
@media(min-width:992px) and (max-width:1199px){
    #content .bloc-content{
        padding:15px;
    }
}

.nopadding {
    padding:0;
}
.center{
    text-align:center;
}
.text-right{
    text-align:right;
}
.text-left{
    text-align:left !important;
}
.row.text-left{
    justify-content: flex-start;
}
.row.text-right{
    justify-content: flex-end;
}
.blanc{
    color:#fff;
}
img {
    max-width:100%;
    height:auto;
}
img.profil, .profil{
    width:auto;
    height:50px;
    border-radius: 4px;
    max-width:50px;
    text-align: center;
    padding:0;
}
.profil.profil-logo{
    object-fit: contain;
}
.profil i{
    line-height:50px;
    font-size: 20px;
    margin-right:15px;
    margin-left:15px;
}
.id-bloc img.profil, .bloc-agence img.profil{
    border-radius:50%;
    height:40px;
    width:40px;
    object-fit: cover;
}
p {
    text-align:justify;
    font-size:14px;
}
p:last-child {
    margin-bottom:0;
}
p.intro{
    font-style:italic;
}
a {
    color:var(--main-color);
    font-weight:bold;
    text-decoration: none;
    font-size:14px;
}
a:hover{
    text-decoration:none;
    color:var(--second-color);
}
.col-flex{
    display:flex;
    flex-direction: column;
}
.hono{
    margin-top:auto;
}

/* BOUTONS */
.btn {
    display:inline-block;
    width:auto;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    cursor:pointer;
    line-height:35px;
    padding:0 15px;
    margin:30px 0 0 0;
    border-radius:5px;
    -webkit-border-radius:5px;
    position:relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn.main-btn{
    background:var(--main-color);
    color:#fff;
}
.btn.main-btn:hover{
    background:var(--main-dark-color);
    color:#fff;
}
.btn.black-btn{
    background:#707070;
    color:#fff;
}
.btn.black-btn:hover{
    background:#444444;
    color:#fff;
}
.btn.white-btn{
    background:#fff;
    color:#005ED2;
}
.btn.white-btn:hover{
    transform:scale(1.2);
}
.btn.btn-transparent {
    background:transparent;
    color:var(--main-color);
    font-weight:normal;
    border:1px solid var(--main-color);
}
.btn.btn-transparent:hover {
    background: var(--main-color);
    color:#fff;
}
.btn.btn-transparent-second {
    background:transparent;
    color:var(--second-color);
    font-weight:normal;
    border:1px solid var(--second-color);
}
.btn.btn-transparent-second:hover {
    background: var(--second-color);
    color:#fff;
}
.btn.btn-delete{
    border-color:var(--bs-danger);
    color:var(--bs-danger);
}
.btn.btn-delete:hover{
    background:var(--bs-danger);
    color:#fff;
}
.btn:hover {
    transition: all 0.3s;
}
.btn:focus {
    box-shadow:none;
}
.btn.small {
    font-size:14px;
    line-height:30px;
    text-transform:none;
    font-weight:normal;
    border-width: 1px;
    padding:0 10px;
}
.btn.btn-center{
    display: inline-block;
    margin:30px auto 0 auto;
}
.btn.tiny {
    font-size:10px;
}
.btn.big {
    font-size:20px;
    line-height:60px;
    padding:0 100px;
    text-transform:uppercase;
}
.submit-btn{
    display:inline-block !important;
}
.btn-degrade {
    margin-top: 0;
    line-height: 40px;
    background: linear-gradient(to right, #3D74C0, #31589C);
    border: none;
    border-radius:  50px;
    color: white;
    font-weight: 500;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
}
.btn-degrade:hover{
    background: linear-gradient(to left, #3D74C0, #31589C);color: white;box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .25);
}
.badge{
    font-size:14px;
    font-weight:normal;
}
.tooltip .btn {
    margin-top: 0;
    line-height: 30px;
}

/* TITRES */
h1{
    padding:0;
    color: #555;
    font-size:18px;
    margin:0;
    font-weight:bold;
    line-height:40px;
}
h2, h3, h4 {
    padding:0 0 50px 0;
    margin:0;
    font-size:30px;
    color: #3a3a3a;
    font-weight:bold;
    text-align: left;
}
h2{
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    color: #444;
    margin-bottom: 30px;
    padding-bottom:10px;
    font-weight:normal;
}
h2.center{
    text-align: center;
}
/* h2:after {
    content: '';
    width: 150px;
    height: 1px;
    background-color: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
h2.center:after{
    left:calc(50% - 75px);
}
h2.black:after{
    background-color: #707070;
} */
h3{
    font-size:18px;
    padding-bottom:15px;
    padding-top:30px;
    color:var(--main-color);
}
h3.black{
    color:#444;
}
h3 a{
    font-size:18px;
    color:var(--second-color);
}
h3 a:hover{
    color:var(--main-color);
}
h4{
    color:var(--second-color);
    font-size:16px;
    font-weight:normal;
    text-transform:uppercase;
    padding-bottom:15px;
}
@media(max-width:400px){
    .btn{
        white-space: normal;
    }
}

/* TOOLTIPS */
.tooltip, .tooltip-click {
    position: relative;
    display: inline-block;
    opacity:1;
    z-index:0;
    font-family: 'Raleway', sans-serif;
}
.tooltip-click{
    cursor:pointer;
}
.tooltip .tooltip-text, .tooltip-click .tooltip-text {
    visibility: hidden;
    width: 100px;
    background-color: rgba(100,100,100,0.75);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    /*bottom: 90%;*/
    bottom: calc(100% + 4px);
    left: calc(50% - 50px);
    opacity: 0;
    transition: opacity 0.3s;
    font-weight:normal;
    line-height:normal;
    font-size:14px;
}
.tooltip .tooltip-text.tooltip-unable{
    pointer-events: none;
}
.tooltip .tooltip-text.large-tooltip{
    width: 200px;
}
table tr:first-child .tooltip .tooltip-text, table tr:first-child .tooltip-click .tooltip-text{
    bottom:unset;
    top:calc(100% + 4px);
}
.tooltip .tooltip-text.bottom-tooltip, .tooltip-click .tooltip-text.bottom-tooltip{
    bottom:unset;
    top:125%;
}
.tooltip .tooltip-text.tooltip-delete, .tooltip-click .tooltip-text.tooltip-delete{
    background-color:rgba(220,53,69,0.75);
}
.tooltip .tooltip-text:after, .tooltip-click .tooltip-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
table tr:first-child .tooltip .tooltip-text:after, table tr:first-child .tooltip-click .tooltip-text:after{
    top: unset;
    bottom:100%;
    transform: rotate(180deg);
}
.tooltip .tooltip-text.bottom-tooltip:after, .tooltip-click .tooltip-text.bottom-tooltip:after {
    top:unset;
    bottom: 100%;
    transform: rotate(180deg);
}
.tooltip:hover .tooltip-text, .tooltip-click.open .tooltip-text{
    visibility: visible;
    opacity: 1;
}
.tooltip-click .tooltip-text .delete{
    color: #6e0000;
}
.tooltip-click .tooltip-text .delete:hover{
    color:var(--bs-red);
}
.tooltip-click .fa-trash-can{
    color:var(--bs-red);
}

/* FORM */
label {
    font-weight: bold;
    text-align: left;
    width: 100%;
    margin:0;
}
label span{
    font-weight:normal;
}
label.checkbox_label{
    width:auto;
    cursor:pointer;
}
.required-mark{
    color:var(--bs-red);
    font-weight:bold;
    font-style:normal;
}
option.agence{
    font-weight:bold;
    text-transform:uppercase;
}
input[type='text'],input[type="password"],input[type="number"],input[type="email"],input[type="date"],input[type="month"],input[type="datetime-local"],input[type="time"],input[type="url"],input[type="tel"], select, textarea, .fileuploader-input .fileuploader-input-caption{
    height:45px;
    margin:0 auto 30px auto;
    width:100%;
    font-weight:normal;
    border:1px solid #ccc;
    color:#555;
    padding:0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fefefe;
    font-size:14px !important;
}
.appstore ul.list-appstore > li label{
    width:auto;
}
.appstore ul.list-appstore > li input, .appstore ul.list-appstore > li select, .appstore ul.list-appstore > li textarea{
    margin:0;
    width:auto;
}
.appstore ul.list-appstore.full-width-label > li input, .appstore ul.list-appstore.full-width-label > li select, .appstore ul.list-appstore.full-width-label > li textarea{
    margin:0;
    width:100%;
}
.appstore ul.list-appstore > li .fileuploader{
    margin:0 auto;
}
input.small-input{
    height:32px;
}
input[type="checkbox"], input[type="radio"]{
    display:inline-block;
    margin-right:5px;
    cursor:pointer;
    font-size: 14px !important;
}
input[type="color"]{
    width: 30% !important;
    height:35px;
    margin:0 auto 15px auto;
    cursor:pointer;
    font-size: 14px !important;
}
input[type="submit"]{
    display:block;
    font-size: 14px !important;
}
textarea{
    height:unset;
    padding:10px;
}
input.error, textarea.error, select.error{
    border-color: var(--bs-red);
}
input.update_param_input{
    display:none;
}
.range-values {
    display: flex;
    justify-content: space-between;
    color:#999;
    font-size:12px;
}
input[type='range']{
    width:100% !important;
    cursor:pointer;
    font-size: 14px !important;
}
.selected-value span{
    /* float:right; */
    font-weight:bold;
}
#new_location input{
    margin-bottom:15px;
}
.error label, label.error{
    color:var(--bs-red);
}
form .btn{
    width:auto;
}
p.status{
    display: none;
    text-align:center;
    float:left;
    width:100%;
    font-weight:bold;
}
p.status.text-left{
    text-align:left;
}
p.status.error{
    color:var(--bs-red);
}
p.status.success{
    color:var(--bs-green);
}
.left-form p.status{
    text-align:left;
}
p.champ-obligatoire{
    display:none;
    color:var(--bs-red);
    font-weight:bold;
    margin:-30px 0 0 0;
    padding:0;
    text-align:left !important;
}
.icones-block{
    display:flex;
    align-items: baseline;
}
.icones-block input{
    width:0;
    height:0;
    margin:0;
}
.icones-block label{
    font-size:22px;
    margin-right:5px;
    opacity:0.65;
}
.icones-block label.active{
    font-size:28px;
    opacity:1;

}
.list_nego_supp{
    margin:0;
    padding:0;
}
.list_nego_supp .nego_v_supp_1 .minus-nego_supp{
    display:none;
}
.list_nego_supp li{
    align-items:center;
}
.list_nego_supp .minus-nego_supp{
    color: #555d66;
    border: #ccc solid 1px;
    background:#fefefe;
    border-radius: 100%;
    transition: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 14px;
    font-size: 14px;
    font-weight:bold;
    text-align:center;
    padding:2px;
}
.list_nego_supp .minus-nego_supp:hover{
    border-color:var(--main-color);
    color:var(--main-color);
    border-width:2px;
}
.nego_supp{
    float: right;
    margin-bottom:15px;
    cursor: pointer;
    color:var(--main-color);
    font-weight:bold;
}
.nego_supp:hover{
    color:var(--second-color);
}
ul.list-btn-checkbox{
    margin:0;
    display:flex;
    justify-content: space-between;
    padding:0;
    flex-wrap:wrap;
}
ul.list-btn-checkbox.large-list{
    justify-content: start;
    column-gap: 15px;
    margin-bottom:15px;
}
ul li.btn-checkbox{
    background:transparent;
    color:var(--main-color);
    font-weight:normal;
    border:1px solid var(--main-color);
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
    padding: 0 10px;
    margin:0 5px 5px 5px;
    display:inline-block;
}
ul li.btn-checkbox.error{
    border-color:var(--bs-red);
}
ul li.btn-checkbox.dpe-class-a{
    color: #00ac79;
    border-color: #00ac79;
}
ul li.btn-checkbox.dpe-class-b{
    color: #4bb962;
    border-color: #4bb962;
}
ul li.btn-checkbox.dpe-class-c{
    color: #99cd7e;
    border-color: #99cd7e;
}
ul li.btn-checkbox.dpe-class-d{
    color: #edea31;
    border-color: #edea31;
}
ul li.btn-checkbox.dpe-class-e{
    color: #efb025;
    border-color: #efb025;
}
ul li.btn-checkbox.dpe-class-f{
    color: #ef853d;
    border-color: #ef853d;
}
ul li.btn-checkbox.dpe-class-g{
    color: #dd282b;
    border-color: #dd282b;
}
ul li.btn-checkbox.dpe-ges-a{
    color: #92d8f7;
    border-color: #92d8f7;
}
ul li.btn-checkbox.dpe-ges-b{
    color: #79accc;
    border-color: #79accc;
}
ul li.btn-checkbox.dpe-ges-c{
    color: #6788aa;
    border-color: #6788aa;
}
ul li.btn-checkbox.dpe-ges-d{
    color: #536587;
    border-color: #536587;
}
ul li.btn-checkbox.dpe-ges-e{
    color: #41496d;
    border-color: #41496d;
}
ul li.btn-checkbox.dpe-ges-f{
    color: #312e50;
    border-color: #312e50;
}
ul li.btn-checkbox.dpe-ges-g{
    color: #1c0d35;
    border-color: #1c0d35;
}
ul li.btn-checkbox:hover{
    background: rgba(var(--main-rgba-color),0.3);
    color:#fff;
}
ul li.btn-checkbox.active{
    background: var(--main-color);
    color:#fff;
}
ul li.btn-checkbox.dpe-class-a.active,ul li.btn-checkbox.dpe-class-a:hover{
    background: #00ac79;
}
ul li.btn-checkbox.dpe-class-b.active,ul li.btn-checkbox.dpe-class-b:hover{
    background: #4bb962;
}
ul li.btn-checkbox.dpe-class-c.active,ul li.btn-checkbox.dpe-class-c:hover{
    background: #99cd7e;
}
ul li.btn-checkbox.dpe-class-d.active,ul li.btn-checkbox.dpe-class-d:hover{
    background: #edea31;
}
ul li.btn-checkbox.dpe-class-e.active,ul li.btn-checkbox.dpe-class-e:hover{
    background: #efb025;
}
ul li.btn-checkbox.dpe-class-f.active,ul li.btn-checkbox.dpe-class-f:hover{
    background: #ef853d;
}
ul li.btn-checkbox.dpe-class-g.active,ul li.btn-checkbox.dpe-class-g:hover{
    background: #dd282b;
}
ul li.btn-checkbox.dpe-ges-a.active,ul li.btn-checkbox.dpe-ges-a:hover{
    background: #92d8f7;
}
ul li.btn-checkbox.dpe-ges-b.active,ul li.btn-checkbox.dpe-ges-b:hover{
    background: #79accc;
}
ul li.btn-checkbox.dpe-ges-c.active,ul li.btn-checkbox.dpe-ges-c:hover{
    background: #6788aa;
}
ul li.btn-checkbox.dpe-ges-d.active,ul li.btn-checkbox.dpe-ges-d:hover{
    background: #536587;
}
ul li.btn-checkbox.dpe-ges-e.active,ul li.btn-checkbox.dpe-ges-e:hover{
    background: #41496d;
}
ul li.btn-checkbox.dpe-ges-f.active,ul li.btn-checkbox.dpe-ges-f:hover{
    background: #312e50;
}
ul li.btn-checkbox.dpe-ges-g.active,ul li.btn-checkbox.dpe-ges-g:hover{
    background: #1c0d35;
}
ul li.btn-checkbox.btn-color{
    border-color:transparent;
    width:20px;
    height:20px;
    position:relative;
}
ul li.btn-checkbox.btn-color:before{
    font-family: "Font Awesome 6 Free";
    content:'\f00c';
    color:#000;
    position:absolute;
    width:20px;
    height:20px;
    top:0;
    left:0;
    font-weight: bold;
    line-height: 20px;
    opacity:0;
}
ul li.btn-checkbox.btn-color.active:before{
    opacity:1;
}
/* File Uploader */
.fileuploader{
    background:none;
    padding:0;
}
.fileuploader-input .fileuploader-input-caption{
    box-shadow:none;
    line-height:45px;
    margin: 0 15px 0 0;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success{
    background:var(--grey-light);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:none;
    font-weight:normal;
}
.fileuploader-input .fileuploader-input-button:hover, .fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button.button-success:hover{
    transform:none;
    box-shadow:none;
    background:var(--grey);
}

/* HEADER */
#header{
    background:#fefefe;
    padding:15px;
    width:100%;
    position:relative;
    box-shadow : 0 .125rem .5rem rgba(0, 0, 0, .04);
   z-index:1100;
}
#header .row{
    justify-content:space-between;
    align-items: center;
}
#header .infos_log{
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.infos_log img{
    margin-right:15px;
    margin-left:15px;
}
.infos_log p{
    text-align:right;
    width:auto;
    margin:0;
    padding:0;
    line-height:normal;
}
.logout{
    cursor:pointer;
    color:var(--bs-red);
    width:auto;
}
.logout:hover{
    font-weight:bold;
}
.logo{
    max-height:50px;
    max-width:calc(100% - 50px);
    /*min-width:200px;*/
}
/* Menu params */
.params-menu{
    position:relative;
}
.params-menu p {
    text-align:left;
}
/* Menu fixed */
.open-menu.fa-cogs{
    margin-left:15px;
}
.open-menu{
    cursor:pointer;
    font-size:30px;
}
.open-menu:hover{
    color:var(--second-color);
}
.open-menu.active{
    color:var(--main-color);
}
.dynamic-menu{
    align-items:flex-end;
    background:#fefefe;
    position: absolute;
    padding:0;
    border-top:3px solid var(--main-color);
    top: 100%;
    right: 0;
    border-radius: 0;
    flex-direction:column;
    max-width:0;
    transition: all 0.5s;
    overflow: hidden;
    width:auto;
    height:calc(100vh - 80px);
    list-style:none;
}
.dynamic-menu.opened{
    max-width:100%;
}
.dynamic-menu li{
    padding:0 30px;
    line-height:35px;
}
.dynamic-menu li:first-child{
    padding-top:15px;
}
.dynamic-menu li a{
    color:#555555;
}
.dynamic-menu li a:hover{
    color:var(--main-color);
}
/* Menu ppal */
#menu ul.menu{
    display:flex;
    margin:0;
    padding:15px;
    list-style:none;
    justify-content: center;
}
#menu ul.menu > li{
    position:relative;
    padding:0 15px;
}
#menu li a, #menu li p{
    font-size:14px;
    font-weight:600;
    color:#555;
    display:inline-block;
    margin:0;
    text-align:center;
    white-space: nowrap;
}
#menu li a:hover{
    color:var(--main-color);
}
#menu li.active a, #menu li.active p{
    color:var(--main-color);
}
#ariane{
    background: #3a3a3a;
    padding:15px;
}
#menu .sub-menu, .params-menu ul{
    max-height:0;
    overflow:hidden;
    position:absolute;
    top:calc(100% + 15px);
    left:15px;
    z-index:10;
    list-style:none;
    margin:0;
    padding:0 15px;
    width:max-content;
    transition: max-height 0.3s;
    background: #fefefe;
    border-radius: 4px;
}
.params-menu ul{
    top:calc(100% + 15px);
    left:unset;
    right:0;
}
.id-bloc .params-menu ul{
    top:calc(100% + 5px);
    right:unset;
    left:0;
}
#menu .menu > li:hover .sub-menu, .params-menu:hover ul{
    max-height:1500px;
    border: 1px solid #ebebeb;
}
#menu .menu > li > .sub-menu li a{
    line-height:30px;
    color: #999;
    text-transform: none;
    padding: 5px 0;
    display: inline-block;
    font-weight: normal;
}
.params-menu ul li a, .params-menu ul li p{
    line-height:30px;
}
#menu .menu > li > .sub-menu li a:hover{
    color:var(--main-color);
}
/* Notifications */
.id-bloc{
    display:flex;
    flex:0 0 auto;
    gap: 10px;
    position:relative;
}
.icon-info .notif-icon{
    position:relative;
}
.icon-info .notif-icon i{
    font-size:20px;
    margin-right:15px;
    cursor:pointer;
}
.id-bloc .icon-info .notif-icon i{
    border-radius:50%;
    height:40px;
    width:40px;
    background:rgba(255,255,255,0.5);
    color:#fff;
    text-align:center;
    line-height:40px;
    margin-right:0;
}
.icon-info .notif-icon .count{
    position:absolute;
    top:-10px;
    right:5px;
    width:16px;
    height:16px;
    line-height: 16px;
    text-align: center;
    border-radius:50%;
    background:var(--bs-red);
    color:#fff;
    font-weight:bold;
    font-size:12px;
}
.notifs-list, .todo-list{
    position: absolute;
    top: 100%;
    right: 0;
    padding:0;
    display:inline-block;
    max-width:0;
    transition: all 0.5s;
    overflow: hidden scroll;
    width:auto;
    height:auto;
    background:#fefefe;
    z-index:1100;
    max-height:calc(100vh - 80px);
    border-top:1px solid #ddd;
    list-style:none;
}
.id-bloc .notifs-list{
    right:unset;
    left:0;
    max-width:100%;
    max-height:0;
    border-radius: 4px;
    border:none;
    top:calc(100% + 5px);
}
.todo-list-accueil .todo-list{
    position:relative;
    top:unset;
    right:unset;
    max-width:100%;
    max-height:unset;
    overflow:auto;
    background: unset;
    z-index:0;
}
.notifs-list.open, .todo-list.open{
    max-width:100%;
}
.id-bloc .notifs-list.open{
    max-height:calc(100vh - 135px);
}
.notifs-list .notif, .todo-list .action_type{
    border-bottom:1px solid #ddd;
    padding:20px;
    text-align:left;
}
.todo-list-accueil .action_type{padding:15px 0;}
.todo-list .action_type:last-child{
    border-bottom:0;
    /*padding-bottom:0;*/
}
.todo-list-accueil .todo-list:last-child{
    border-top:0;
}
.notifs-list .notif p{
    color:#555;
    font-weight:normal;
}
.notifs-list .notif .title{
    display:flex;
    justify-content: space-between;
    margin-bottom:15px;
}
.notifs-list .notif .title .titre{
    font-weight:bold;
}
.notifs-list .notif .title .titre i{
    margin-right:5px;
}
.notifs-list .notif.notif-statut0{
    font-weight:bold;
    background:#eee;
}
.notifs-list .notif.notif-type0 .title .titre i{
    color:var(--bs-success);
}
.notifs-list .notif.notif-type1 .title .titre i{
    color:var(--bs-danger);
}
.notifs-list .notif.notif-type3 .title .titre i{
    color:var(--bs-info);
}
.delete-notifs{
    text-align:center;
}
.delete-notifs p{
    color:var(--bs-danger);
    display:inline-block;
    font-weight:bold;
    cursor:pointer;
    margin:15px 0;
}
.delete-notifs p:hover{
    color:var(--bs-danger-text-emphasis);
}
.actions-list li p{
    text-align:left;
}
@media(max-width:1399px){
    #menu > li{
        padding:0 10px;
    }
}
@media(max-width:1199px){
    #menu li a{
        font-size:14px;
    }
    #menu > li{
        padding:0 8px;
    }
    #menu ul.menu{
        position: absolute;
        top: 100%;
        right: 0;
        padding:0;
        display:inline-block;
        max-width:0;
        transition: all 0.5s;
        overflow: hidden scroll;
        width:auto;
        height:auto;
        background:#fefefe;
        border-top:1px solid #ddd;
        z-index:1100;
        max-height:calc(100vh - 80px);
    }
    #menu.opened ul.menu{
        max-width:100%;
        padding:30px;
    }
    #menu li{
        width:100%;
        padding:0;
        text-align: right;
    }
    #menu li a, #menu li p {
        padding:0;
        line-height:35px;
    }
    #menu .sub-menu{
        max-height:unset;
        overflow:visible;
        position:relative;
        top:unset;
        left:unset;
        width:100%;
        border:none;
        border-radius: 0;
        padding:0;
    }
    #menu .menu > li > .sub-menu li a{
        line-height:25px;
        padding:0;
    }
    #menu .menu > li:hover .sub-menu{
        border:0;
    }
    #content .dynamic-menu.bloc-content{
        display:inline-block;
        position: absolute;
        top: 80px;
        border-radius:0;
        right: 0;
        padding:0;
        max-width:0;
        transition: all 0.5s;
        overflow: hidden;
        width:auto;
        height:auto;
        border:none;
        border-top:1px solid #ddd;
        z-index:1200;
    }
    #content .dynamic-menu.bloc-content.collapse.in{
        max-width:50%;
        padding:30px;
    }
}
@media(max-width:575px){
    #menu.opened, #content .dynamic-menu.bloc-content.collapse.in{
        max-width:100%;
    }
    #menu ul.menu{
        max-height:calc(100vh - 130px);
    }
}

/* ACCUEIL TYPE IPHONE */
.accueil-iphone .card{
    height:auto;
}
.connect #content.accueil-iphone{
    background-position: center;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height:100vh;
    padding:75px 150px;
}
.accueil-iphone ul.list-apps{
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
}
.accueil-iphone ul.list-apps li{
    padding:0;
    text-align:center;
    height:150px;
    flex: 0 0 auto;
    width: 16.66666667%;
    position:relative;
}
@media(max-width:991px){
    .accueil-iphone ul.list-apps li{
        width:25%;
    }
}
@media(max-width:767px){
    .accueil-iphone ul.list-apps li{
        width: 33.33333333%;
    }
}
/*@media(max-width:575px){
    .accueil-iphone ul.list-apps li{
        width: 50%;
    }
}*/
@media(max-width:375px){
    .accueil-iphone ul.list-apps li{
        width: 100%;
    }
}
.accueil-iphone ul.list-apps li a{
    display:inline-block;
    padding:0 15px 30px 15px;
}
.accueil-iphone ul.list-apps li a .open-popup-delete{
    position:absolute;
    top:0;
    left:calc(50% + 20px);
    line-height:normal;
    opacity:0;
}
.accueil-iphone ul.list-apps li a .open-popup-delete:hover{
    color:var(--bs-red);
}
.accueil-iphone ul.list-apps li a:hover .open-popup-delete{opacity:1;}
.accueil-iphone ul.list-apps li img{
    max-width:60px;
    height:60px;
    margin-bottom:10px;
    border-radius: 10px;
}
.accueil-iphone ul.list-apps li p{
    text-align:center;
    color:#fff;
    font-weight:normal;
    word-break: break-word;
}
#time{
    display:flex;
    flex:0 0 auto;
    flex-direction:column;
    padding:15px;
}
#time .time{
    margin-top:auto;
}
#time h1{
    font-size:50px;
    text-align:left;
    color:#fff;
}
#time h5{
    color:#fff;
    margin-bottom:30px;
}
#weather{
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
    color:#fff;
}
#weather #ville{
    margin:0;
}
#weather #temp{
    font-size:50px;
    margin-bottom:30px;
}
#weather #meteo{
    font-size:12px;
    margin:0;
}
#weather .open-popup-update{
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    opacity:0;
    color:#fff;
}
#weather .open-popup-update:hover{
    color:#0a58ca;
}
#weather:hover .open-popup-update{
    opacity:1;
}
/* App Store */
.appstore{
    max-height:100%;
    height:800px;
    width:450px;
    max-width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    /*background:#f4f4f4;*/
    position:relative;
    padding:20px 15px;
}
.appstore.new-appstore{
    background:#fefefe;
}
.appstore p.title-appstore{
    /*text-align:center;*/
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    text-align:left;
}
/*.appstore .tab-appstore .title-appstore{
    position:sticky;
    top:0;
    z-index:10;
    background:#fefefe;
}*/
.appstore.new-appstore .une-appstore.hide{
    display: none
}
.appstore.new-appstore .une-appstore p{
    padding:0;
    margin:0;
}
.appstore.new-appstore .une-appstore .cat-une{
    text-transform: uppercase;
    color:var(--blue-link);
    font-size:10px;
}
.appstore.new-appstore .une-appstore .title-une{
    font-weight:bold;
    color:#000;
    font-size:16px;
}
.appstore.new-appstore .une-appstore img{
    border-radius: 10px;
    width:100%;
    max-height:200px;
}
.appstore.new-appstore .header-list-apps{
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-top:1px solid #eee;
    margin-top:30px;
    padding-top:10px;
}
.header-list-apps .link-apps{
    color:var(--blue-link);
    font-size:14px;
    cursor:pointer;
}
.appstore .cat-appstore{
    font-weight:bold;
    font-size:20px;
    margin:10px 0;
    color:#000;
    text-align:left;
}
.appstore.new-appstore .cat-appstore{
    margin-top:0;
}
.appstore ul.list-appstore.list-appstore{
    list-style:none;
    padding:0;
    margin:0;
}
.appstore ul.list-appstore > li:not(.link-appstore), .appstore ul.list-appstore > li.link-appstore a{
    display:flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#fefefe;
    justify-content: space-between;
    position: relative;
    gap:5px;
}
.appstore ul.list-appstore.full-width-label > li{
    flex-direction:column;
}
.appstore.new-appstore ul.list-appstore > li:not(.link-appstore), .appstore.new-appstore ul.list-appstore > li.link-appstore a{
    padding:0;
}
li.link-appstore a{
    cursor:pointer;
}
.appstore.new-appstore ul.list-appstore > li:after{
    content:"";
    position:absolute;
    width:calc(100% - 60px);
    background:#eee;
    height:1px;
    right:0;
    bottom:-8px;
}
.appstore.new-appstore ul.list-appstore > li:last-child:after{
    content:none;
}
.last-item-flex{
    margin-left:auto;
}
.appstore ul.list-appstore > li img{
    max-width:45px;
    margin-right:15px;
    border-radius: 10px;
}
.appstore ul.list-appstore > li > div.description-app{
    width:100%;
}
.appstore ul.list-appstore > li .btn-appstore, .btn-appstore, .btn-appstore-off{
    background:#eee;
    border-radius:50px;
    color:var(--blue-link);
    padding:5px 10px;
    font-size:12px;
    width:auto;
    cursor:pointer;
    display: inline-block;
    line-height: normal;
    font-weight:normal;
}
.btn-appstore.delete-btn{
    background:var(--bs-red);
    color:#fff;
}
.btn-appstore.strong-btn{
    background:var(--blue-link);
    color:#fff;
}
.appstore ul.list-appstore > li .icone-chiffre{
    border-radius:10px;
    margin-right: 15px;
}
.appstore ul.list-appstore > li.blue .icone-chiffre{
    background:var(--bs-info);
}
.appstore ul.list-appstore > li.green .icone-chiffre{
    background:var(--bs-success);
}
.appstore ul.list-appstore > li.orange .icone-chiffre{
    background:var(--bs-warning);
}
.appstore ul.list-appstore > li .icone-chiffre i{
    color:#fff;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
}
.appstore ul.list-appstore > li p{
    color:#999;
    padding:0;
    margin:0;
    line-height:normal;
    font-size:12px;
    text-align:left;
}
.appstore ul.list-appstore > li p.title-app{
    font-weight:bold;
    color:#000;
    padding:0;
    margin:0;
    font-size:14px;
}
.form-switch, .dynamic-switch {
    display: inline-block;
    cursor: pointer;
    width:auto;
    margin-left:auto;
}
.form-switch i, .dynamic-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}
.form-switch i::before, .dynamic-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}
.form-switch i::after, .dynamic-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}
.form-switch:active i::after, .dynamic-switch.Active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}
.form-switch.active input + i::after, .dynamic-switch.active input + i::after { transform: translate3d(16px, 2px, 0); }
.form-switch input, .dynamic-switch input { display: none; }
.form-switch.active input + i, .dynamic-switch.active input + i { background-color: #4BD763; }
.form-switch.active input + i::before, .dynamic-switch.active input + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }
.form-switch.active input + i::after, .dynamic-switch.active input + i::after { transform: translate3d(22px, 2px, 0); }
.delete-bien {
    cursor:pointer;
    color:var(--bs-red);
}
.delete-bien:hover{
    color:var(--bs-red);
}
.all_apps{
    transition: transform 0.5s ease-in-out;
    z-index:1;
    position: relative;
}
/* #detail-app-tab{
    transition: transform 0.5s ease-in-out;
    position:absolute;
    top:15px;
    left:15px;
    opacity:0;
    width:calc(100% - 30px);
    z-index:0;
} */
#detail-app-tab p{
    text-align:left;
    padding:0;
    margin:0;
    line-height:normal;
}
#detail-app-tab .detail-section{
    border-top:1px solid #eee;
    margin-top:30px;
    padding-top:10px;
}
#infos-app{
    list-style:none;
    display:flex;
    margin:0 0 15px 0;
    padding:0;
    justify-content: center;
    align-items: center;
}
#infos-app li {
    color:#999;
    padding:0 30px;
    position: relative;
}
#infos-app li:after{
    content:"";
    position:absolute;
    background:#eeeeee;
    width:1px;
    height:30px;
    top:calc(50% - 15px);
    right:0;
}
#infos-app li:last-child:after{
    display:none;
}
#infos-app li p{
    text-align:center;
    font-size:11px;
    margin-top:10px;
}
#infos-app li p.titre-info{
    text-transform: uppercase;
}
#infos-app li p.value-info{
    font-size:20px;
}
#detail-app-tab p.title-section{
    font-weight:bold;
    font-size:20px;
    margin-bottom:10px;
    color:#000;
    text-align:left;
}
#detail-app-tab .btn-appstore{
    background:var(--blue-link);
    color:#fff;
    cursor:pointer;
    line-height: normal;
}
#detail-app-tab .btn-appstore-off{
    cursor:pointer;
    line-height: normal;
    margin-right:5px;
}
#detail-app-tab .btn-appstore:hover, #detail-app-tab .btn-appstore-off:hover{
    background:#fff;
    color:var(--blue-link);
}
.open-detail-app{
    cursor:pointer;
}
.appstore .return-list-apps{
    color:var(--blue-link);
    cursor:pointer !important;
}
#detail-app-tab .return:hover{
    cursor:var(--main-dark-color);
}
#detail-app-tab .header-app{
    display:flex;
    align-items: stretch;
    margin-bottom:30px;
}
#detail-app-tab .header-app img{
    max-width:80px;
    margin-right:15px;
}
#detail-app-tab .info-header-app{
    display:flex;
    flex-direction:column;
}
#detail-app-tab .header-app p.title-app{
    font-weight:bold;
    color:#000;
    font-size:20px;
}
#detail-app-tab .header-app p.small-description-app{
    color:#999;
    padding:0;
    margin:0;
    line-height:normal;
    font-size:12px;
}
#detail-app-tab .header-app .btns-detail-app{
    margin-top:auto;
    display:flex;
    align-items: center;
}
#detail-app-tab .header-app .btns-detail-app .btn-appstore{
    margin-right:5px;
}
.switch-app{
    display:flex;
    justify-content: space-between;
}
#detail-app-tab .form-switch{
    padding:0;
}
#content-avis .header-avis{
    display:flex;
    justify-content: space-between;
    margin-bottom:10px;
}
#content-avis .header-avis p.note-avis{
    font-size:75px;
    text-align:center;
    font-weight:bold;
    line-height:30px;
}
#content-avis .header-avis p.nbr-notes{
    color:#999;
}
#content-avis .header-avis p.note-avis span{
    font-size:14px;
    color:#999;
}
#list-avis.owl-carousel, #list-images.owl-carousel {
    width:calc(100% + 15px);
}
#list-avis .owl-stage, #list-images .owl-stage {
    padding-left: 0 !important;
}
#list-images .item{
    position:relative;
}
#list-images .item i{
    position:absolute;
    font-size:20px;
    top:calc(50% - 10px);
    left:calc(50% - 10px);
}
#list-images img{
    max-width:400px;
    max-height:300px;
    width:auto;
    border-radius: 10px;
}
#list-avis .item{
    background:#f2f2f7;
    border-radius:4px;
    padding:15px;
}
#list-avis p, #content-avis p{
    line-height:normal;
    margin:0;
    padding:0;
}
#list-avis .header-detail-avis{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom:10px;
}
#list-avis .titre-avis p{
    font-weight:bold;
}
#list-avis .titre-avis i{
    color:var(--bs-yellow);
    font-size:12px;
}
#list-avis .infos-avis p{
    color:#999;
    padding-bottom:5px;
}
.long-text-container{
    max-width:400px;
    position: relative;
    margin-bottom:30px;
}
.long-text {
    display: block;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: height 0.3s ease-in-out;
}
.show-more:checked ~ .long-text {
    height: auto;
}
.show-more {
    display: none !important;
}
.show-more-label {
    color: var(--blue-link);
    cursor: pointer;
    display: inline-block;
    padding-left: 15px;
    position: absolute;
    right: 0;
    bottom:-3px;
    width:auto;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%);
}
.link-fournisseur{
    display: inline-block;
    width:100%;
    color:var(--blue-link);
    font-weight:normal;
    position:relative;
}
.link-fournisseur:after{
    content:'\f105';
    font-weight:bold;
    font-family: "Font Awesome 6 Free";
    color:#999;
    position:absolute;
    right:0;
    top:0;
}
.link-fournisseur span{
    color: #999;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 12px;
}
.link-fournisseur:hover{
    color:var(--blue-link);
}
.update-images, .update-avis{
    cursor:pointer;
    color:var(--blue-link);
}
.update-images:hover, .update-avis:hover{
    color:var(--bs-blue);
}
/* Footer */
#footer-iphone{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    margin-top:60px;
}
@media(max-width:1399px){
    .connect #content.accueil-iphone{
        padding:100px;
    }
}
@media(max-width:1199px){
    .connect #content.accueil-iphone{
        padding:75px 75px 100px 75px;
    }
}
@media(max-width:575px){
    .connect #content.accueil-iphone{
        padding:30px 30px 100px 30px;
    }
}
@media(max-width:400px){
    .connect #content.accueil-iphone{
        padding:30px 15px 100px 15px;
    }
    .accueil-iphone ul.list-apps li a{
        padding:0 5px 30px 5px;
    }
}

/* DASHBOARD */
.cards-dashboard > .row{
    margin-top:30px;
    border-top:1px solid #ccc;
}
.card-dashboard p.legend{
    text-align:center;
    font-style:italic;
}
.card-dashboard .card-canvas{
    max-height:600px;
    text-align:center;
}
.card-dashboard .card-canvas canvas{
    display:inline !important;
}
.card-numbers{
    height:calc(100% - 30px);
}
.card-numbers p{
    text-align:center;
    font-style:italic;
}
.card-numbers ul{
    list-style:none;
    padding:0;
    margin:0;
}
.card-numbers ul li{
    display:flex;
    justify-content:space-between;
    line-height:40px;
    font-size:20px;
}
.card-numbers ul li p{
    color:#000;
    font-weight:bold;
    line-height:40px;
    font-style:normal;
    font-size:20px;
}
.card-numbers ul li span{
    color:var(--main-color);
    line-height:40px;
}
.card-numbers ul li:last-child span{
    font-weight:bold;
}

/* CARD PRICE */
.price-card{
    margin-top:30px;
}
.price-card .card{
    margin:0 auto;
    max-width:400px;
    text-align:center;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
.price-card .card .card-header{
    font-size:20px;
    font-weight:bold;
    line-height:40px;
    text-transform:uppercase;
}
.price-card .card .card-body{
    background:none;
    display:flex;
    align-items: center;
    flex-direction: column;
    padding-right:0;
    padding-left:0;
}
.price-card .card h5{
    font-size:45px;
    color:var(--main-color);
    padding:20px 0;
}
.price-card .card ul{
    list-style:none;
    margin:0 0 30px 0;
    padding:0;
}
.price-card .card .btn{
    margin:0;
}
.price-card .card .card-footer{
    cursor:pointer;
    background:var(--main-color);
    color:#fff;
    text-transform:uppercase;
    transition: all 0.5s;
    font-weight:bold;
}
.price-card .card .card-footer:hover{
    background:var(--main-dark-color);
}
.price-card .card .card-body .card-slogan{
    text-align:center;
    font-weight:bold;
    font-style:italic;
    font-size:18px;
    margin-top:auto;
    margin-bottom:30px;
}
.avantage-card{
    margin:30px 0;
}
.avantage-card .card{
    text-align:center;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
.avantage-card .card h5{
    padding-bottom:30px;
}

/* LOADER */
#loader{
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,1);
    cursor:wait;
    z-index:5000;
}
#loader i{
    font-size:50px;
    width:50px;
    height:50px;
    color:var(--main-color);
    position:fixed;
    top:calc(50% - 25px);
    left:calc(50% - 50px);
}

/* SIDEBAR */
#content .sidebar{
    padding:0;
}
.sidebar ul{
    margin:0;
    padding:0;
    list-style:none;
}
.sidebar ul.menu-sidebar > li{
    border-bottom:1px solid #ccc;
}
.sidebar ul.menu-sidebar > li:last-child{
    border:none;
}
.sidebar ul.menu-sidebar > li > a, .sidebar ul.menu-sidebar > li p {
    padding:0 15px;
    line-height:45px;
    color:#111;
    width:100%;
    display:flex;
    align-items: center;
    margin:0;
    font-weight:bold;
}
.sidebar ul.menu-sidebar > li p.cancel-link{
    color:#ccc;
}
.sidebar ul.menu-sidebar > li img{
    margin-right:10px;
}
.sidebar ul.menu-sidebar > li i{
    color:#ccc;
    width:30px;
    margin-right:10px;
}
.sidebar ul.menu-sidebar > li:hover{
    border-left:2px solid var(--main-color);
}
.sidebar ul.menu-sidebar > li:hover > a, .sidebar ul.menu-sidebar > li:hover p, .sidebar ul.menu-sidebar > li:hover i{
    color:var(--main-color);
}
.sidebar ul.menu-sidebar > li.active {
    background:var(--main-color);
}
.sidebar ul.menu-sidebar > li.active .sub-menu{
    background:#fefefe;
}
.sidebar ul.menu-sidebar > li.active > a, .sidebar ul.menu-sidebar > li.active p, .sidebar ul.menu-sidebar > li.active i{
    color:#fff;
}
.sidebar ul.sub-menu{
    max-height:0;
    padding-left:55px;
    height:auto;
    overflow:hidden;
}
.sidebar ul.sub-menu > li > a, .sidebar ul.sub-menu > li > p {
    color:#333;
}
.sidebar ul.sub-menu > li > a:hover, .sidebar ul.sub-menu > li > p:hover {
    color:var(--main-color);
}
.sidebar ul.menu-sidebar > li:hover ul.sub-menu, .sidebar ul.menu-sidebar > li.active ul.sub-menu{
    max-height:1000px;
}
.sidebar ul.sub-menu > li.active > a, .sidebar ul.sub-menu > li.active > p{
    color:var(--main-color);
}

/* TABS */
ul.tabs{
    margin:0 0 -1px 0;
    padding:15px 0 0 0;
    list-style:none;
    display:flex;
    position:relative;
    z-index:1;
}
ul.tabs li a,
ul.tabs li span {
    background: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:0 15px;
    line-height:40px;
    display: inline-block;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom:0;
    color:#555;
}
ul.tabs li a:hover{
    color:var(--main-color);
}
ul.tabs li.active a {
    background: #fefefe;
    color: var(--main-color);
}
ul.tabs li.link-support{
    margin-left:auto;
}
@media(max-width:1199px){
    ul.tabs{
        position: absolute;
        top: 0;
        right: 0;
        padding:0;
        display:inline-block;
        max-width:0;
        transition: all 0.5s;
        overflow: hidden scroll;
        width:auto;
        height:auto;
        background:#fefefe;
        border-top:1px solid #ddd;
        z-index:1100;
        max-height:calc(100vh - 80px);
    }
    ul.tabs li a,
    ul.tabs li span{
        background: none;
        border:none;
    }
    ul.tabs.opened {
        max-width:100%;
        padding:30px;
    }
    ul.tabs li{
        width:100%;
        padding:0;
        text-align: right;
    }

}
@media(max-width:575px){
    ul.tabs{
        max-height:calc(100vh - 130px);
    }
}
ul.menu-recherches{
    display:flex;
    padding:0;
    list-style:none;
}
ul.menu-recherches li a{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    margin-right:15px;
    padding:0 15px;
    line-height:40px;
    display: inline-block;
}
ul.menu-recherches li.active a, ul.menu-recherches li a:hover{
    background:var(--main-color);
    color:#fff;
}

    /* Tabs prospectplus */
ul.tabs.tabs--prospect-plus-form {
    margin: 0;
}

@media (max-width:991px) {
    ul.tabs.tabs--prospect-plus-form,
    ul.tabs.tabs--prospect-plus {
        flex-wrap: wrap;
    }
}

@media (min-width:992px) {
    ul.tabs.tabs--prospect-plus-form {
        width: 25%;
        min-width: 447px;
    }
}

ul.tabs.tabs--prospect-plus-form li,
ul.tabs.tabs--prospect-plus li {
    flex-grow: 2;
}

@media (min-width:992px) {
    ul.tabs.tabs--prospect-plus li {
        flex-grow: 0;
    }
}

ul.tabs.tabs--prospect-plus-form li a,
ul.tabs.tabs--prospect-plus li span,
ul.tabs.tabs--prospect-plus li a {
    line-height: 1.2;
    padding: 20px;
    border-radius: 0;
    border-bottom: 0;
    display: block;
    text-align: center;
}

ul.tabs.tabs--prospect-plus-form li a:first-child {
    border-left: 0;
}

ul.tabs.tabs--prospect-plus-form li.active a {
    background-color: #3a3a3a;
    color: #fff;
}

/* FILTRES */
#filtres_form .col-lg, #filtres_form .col{
    position:relative;
}
#filtres_form .col-submit-filtres{
    flex:0 1 0%;
}
#filtres_form p.title_filtre{
    color:var(--main-color);
    font-weight:bold;
    margin:0;
}
#filtres_form p.input_filtre{
    cursor:pointer;
    height:calc(100% - 25px);
    line-height:30px;
    margin:0;
    font-weight:bold;
    border:1px solid #ccc;
    color:#555;
    padding:0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fefefe;
}
#filtres_form .menu_filtres{
    max-height:0;
    width:calc(100% - 24px);
    overflow: hidden;
    position:absolute;
    /*top: calc(100% - 30px);*/
    left: 12px;
    z-index: 10;
    transition: max-height 0.3s;
    background: #fefefe;
    border-radius: 4px;
}
.menu_filtres, .select-statut{
    list-style:none;
    margin:0;
    padding:0;
}
.select-statut, .order-liste{
    max-height:0;
    transition: max-height 0.3s;
    overflow: hidden;
}
.select-statut{
    position:absolute;
    background:#fefefe;
    padding:0 15px;
    z-index:10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width:200px;
}
.order-liste{
    list-style:none;
    text-align: right;
}
.order-liste li:hover{
    color:var(--second-color);
    cursor:pointer;
}
.order-liste li.actif{
    font-weight:bold;
    color:var(--bs-green);
}
.order-liste li i{margin-right:5px;}
#filtres_form .menu_filtres.open {
    max-height:1000px;
    border: 1px solid #ebebeb;
}
.select-statut.open, .order-liste.open{
    max-height:1000px;
}
#filtres_form .menu_filtres li{
    padding:15px 15px 0 15px;
}
#filtres_form .menu_filtres label, .select-statut label{
    font-weight:normal;
}
#filtres_form .main-btn{
    margin-top:25px;
    line-height:30px;
    /*display:inline-block;*/
}
#filtres_form .cancel-link{
    margin-top:5px;
    white-space: nowrap;
    position:absolute;
    right:15px;
}
#filtres_form input[type="date"]{
    margin-bottom:10px;
}
.icones-burger{
    justify-content: end;
}
.icone-burger{
    text-align:right;
}
.icone-burger i{
    font-size:16px;
    cursor:pointer;
    margin-left:10px;
}
.icone-burger i:hover{
    color:var(--second-color);
}
.menu-honos{
    margin:0;
    padding:0;
    list-style:none;
}
.menu-honos li:before{
    font-family: "Font Awesome 6 Free";
    content:'\f0c8';
    padding-right:5px;
}
.menu-honos li a{
    font-weight: normal;
    color:#555;
}
.menu-honos li a:hover{
    color:var(--second-color);
    font-weight:bold;
}
.menu-honos li.actif a{
    color:var(--main-color);
    font-weight:bold;
}
.menu-honos li.actif:before{
    content:'\f14a';
    font-weight:bold;
    color:var(--main-color);
}
@media(max-width:991px){
    #filtres_form{
        max-height:0;
        overflow: hidden;
        transition: all 0.5s;
    }
    #filtres_form.open{
        max-height:1000px;
        overflow: visible;
    }
    #filtres_form .menu_filtres{
        top:100%;
    }
}

/* SMALL MENU */
.responsive-menu{
    display:flex;
    align-items: center;
    justify-content: flex-end;
    list-style:none;
    margin:0;
    padding:0;
}
.responsive-menu li{
    font-size:22px;
    cursor:pointer;
    padding:0 5px;
}
.toggle-navigation {
    position: relative;
    cursor:pointer;
    margin-left:15px;
}
.toggle-navigation .icon-bar {
    display: block;
    background:#555;
    width:22px;
    height:3px;
    margin:4px 0;
    opacity:1;
    transform-origin:5% 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.toggle-navigation .icon-bar.first-bar{
    margin-top:0;
}
.toggle-navigation .icon-bar.last-bar{
    margin-bottom:0;
}
.toggle-navigation:hover .icon-bar, .toggle-navigation.active .icon-bar{
    background:var(--second-color);
}
.responsive-menu li:hover{
    color:var(--second-color);
}
.toggle-navigation.active .icon-bar.middle-bar{
    opacity:0;
}
.toggle-navigation.active .icon-bar.first-bar{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-navigation.active .icon-bar.last-bar{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.overlay-menu{
    display:block;
    visibility: hidden;
    background:rgba(0,0,0,0.8);
    position:fixed;
    top:0;
    right:0;
    left:0;
    bottom:0;
    opacity:0;
    -ms-transition: all 1s;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 1000;
}
.overlay-menu.overlay-menu-active{
    opacity:1;
    visibility: visible;
    overflow-y:scroll;
}

/* LOGIN */
#content .row.login{
    align-items: center;
    justify-content: center;
    height:calc(100vh - 130px);
    /*padding-top:60px;*/
}
.container-login{
    text-align: center;
    max-width: 500px;
}
.compte, .popup{
    max-width:500px;
    text-align:center;
}
.popup-left{
    text-align:left;
}
#popup_newnego{
    max-width:700px;
    text-align:center;
}
.compte p, #login p, .popup p{
    text-align:center;
}
.popup-left p{
    text-align:left;
}
.compte .close-fancybox, .link-mdp, .popup .close-fancybox, .appstore .close-fancybox, .cancel-link, .reload-page{
    text-align:center;
    color: #0a53be;
    font-weight: bold;
    cursor:pointer;
    margin-top:15px;
    margin-bottom:0;
    font-size:14px;
    display:inline-block;
}
.popup .close-fancybox, .appstore .close-fancybox, .cancel-link, .reload-page{
    color: var(--second-color);
}
.compte .close-fancybox:hover, .link-mdp:hover{
    color: #033c8f;
}
.popup .close-fancybox:hover, .appstore .close-fancybox:hover, .cancel-link:hover, .reload-page:hover{
    color: var(--second-dark-color);
}
.content-password{
    position:relative;
}
.togglePassword{
    position:absolute;
    right:20px;
    top:40px;
    cursor:pointer;

}
.togglePassword.active:before{
    content:'\f070';
}
.inscription{
    background: url(images/inscription.jpg) no-repeat center center;
    padding: 30px;
    margin-top: 68px;
    width: calc(100% + 60px);
    margin-left: -30px;
    background-size: cover;
    color:#fff;
    margin-bottom: -30px;
}
.inscription.inscription-top{
    margin-bottom: 30px;
    margin-top: -30px;
    width:calc(100% + 60px);
    max-width:1500px;
    /*margin:auto;*/
}
.inscription h4{
    font-weight:bold;
    text-align:center;
    font-size:30px;
    color:#000;
}
.inscription p{
    text-align:center;
}
.inscription ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
    margin:0;
    padding:0;
    list-style:none;
    font-weight:bold;
}
/**** RENT 2024 *****/
.inscription-image{
    align-items:stretch !important;
    max-width:1500px;
    margin:auto;
}
.inscription-image .inscription-visuel{
    position:relative;
    padding:0;
}
.inscription-image .inscription-visuel img{
    position:sticky;
    top:0;
}
@media(max-width:1000px){
    .inscription-image .col{
        flex:unset;
    }
}


/* BRIEF MESSAGES */
.actu{
    color: #383d41;
    background-color: #f7f7f7;
    border-color: #d6d8db;
    margin-top:30px;
    margin-bottom:5px;
    display:flex;
    border-radius: 0.25rem;
    overflow: hidden;
}
.actu img {
    max-width:300px;
}
.actu .content-actu{

    padding:10px;
}

/* BRIEF FORM */
.brief_section:not(.first_section){
    border-top: 2px dotted #d0d0d0;
    margin-top:30px;
}
.brief_section.separation_section{
    border-top:double 6px #555;
}
.brief_section input[type='text'],.brief_section input[type="number"], .brief_section select, .brief_section textarea{
    margin:0;
}
.brief_repeater{
    display:block;
    float:left;
    width:100%;
}
.brief_repeater tbody tr{
    cursor:grab;
}
.input-block{
    margin-top:15px;
}
.list-block{
    display:flex;
    align-items: center;
    margin-top:15px;
}
.brief_repeater .list-block{
    margin-top:0;
}
/* Recap Brief */
.recap_brief.section {
    padding-bottom: 30px;
}
.recap_brief i{
    color:var(--second-color);
}
.recap_brief ul{
    margin:10px;
    padding:0;
}
.recap_brief ul li{
    margin:0;
}
.recap_brief ul li .col{
    word-break: break-word;
}
.recap_brief ul li:not(.header-table){
    border-top:1px solid #ccc;
    line-height:36px;
}
.recap_brief ul li:nth-child(odd){
    background:#f4f4f4;
}
.recap_brief ul li.header-table{
    font-weight:bold;
    line-height:40px;
    background:#eeeeee;
}
.recap_brief .sub_field_brief{
    display:inline-block;
}
.recap_brief .sub_field_brief label span{
    font-weight:normal;
}
.message-edit{
    margin-bottom:30px;
    font-style:italic;
    color:#099948;
    font-weight:bold;
}
.recap_brief .table-recap {
    margin-bottom:10px;
}
.recap_brief .table-recap p{
    margin:0;
}
@media(max-width:1199px){
    .recap_brief .sub_field_brief{
        width:100% !important;
    }
}
@media(max-width:767px){
    .table_activite .acf-fields > .acf-field{
        width:100% !important;
        border:none !important;
    }
}

/* BRIEF STRUCTURE */
.section, .field, .subfield, .prospection, .colonne{
    border-top:1px solid #eee;
}
.section.first-section, .field.first-field, .subfield.first-subfield, .prospection.first-prospection, .colonne.first-colonne{
    border:none;
}
ul.infos-section, ul.infos-field, ul.infos-subfield, ul.infos-prospection, ul.infos-colonne{
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    margin: 0;
    align-items: stretch;
    padding:15px 5px;
}
.section-title{
    font-weight:bold;
}
.edit:hover{
    color:var(--main-color);
    cursor:pointer;
}
.delete:hover{
    color:var(--bs-red);
    cursor:pointer;
}
ul.infos-section:hover, ul.infos-prospection:hover, ul.infos-colonne:hover, .structure-form tr{
    background:rgba(var(--main-rgba-color),0.2);
    cursor:grab;
}
ul.infos-field:hover{
    background:rgba(var(--second-rgba-color),0.2);
    cursor:grab;
}
ul.infos-subfield:hover{
    background:rgba(var(--main-rgba-color),0.1);
    cursor:grab;
}
li.section-order, li.field-order, li.subfield-order, li.prospection-order, li.mandats_colonne-order, li.compromis_colonne-order{
    width:30px;
}
li.edit-links{
    margin-left:auto;
    opacity:0;
}
.structure-form .container-form:hover > ul > li.edit-links, .structure-form .container-form > ul.open > li.edit-links{
    opacity:1;
}
.structure-form .container-form > ul.open > li.edit-links .fa-pen-to-square:before{
    content:'\f00d';
}
li.field-type, li.subfield-type, li.prospection-type, li.mandats_colonne-type, li.compromis_colonne-type{
    margin-left:30px;
    font-style:italic;
}
ul.infos-section.open, ul.infos-prospection.open, ul.infos-colonne.open{
    border-left:2px solid var(--main-color);
    background:rgba(var(--main-rgba-color),0.2);
}
ul.infos-field.open{
    border-left:2px solid var(--second-color);
    background:rgba(var(--second-rgba-color),0.2);
}
ul.infos-subfield.open{
    border-left:2px solid var(--main-color);
    background:rgba(var(--main-rgba-color),0.1);
}
i.fa-pen-to-square.open:before{
    content:"\f057";
}
.edit-section, .edit-prospection, .edit-mandats_colonne, .edit-compromis_colonne{
    border-left:2px solid var(--main-color);
    padding:15px;
}
.edit-field{
    border-left:2px solid var(--second-color);
    padding:15px;
}
.edit-subfield{
    border-left:2px solid var(--main-color);
    padding:15px;
}
.tox-promotion{
    display:none;
}
tbody.structure-form{
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
}

/* TABLEAUX  */
table img{
    max-width:150px;
    max-height:150px;
}
table{
    width:100%;
}
table td{
    padding: 0 15px;
    text-align: center;
    background:#fefefe;
    font-size:14px;
}
table th{
    padding:5px;
    text-align: center;
}
table thead tr{
    background:var(--main-color);
    color: #fff;
}
table thead tr.first-header{
    text-transform: uppercase;
}
table tbody tr{
    background:#fefefe;
    border-bottom:1px solid #eee;
    position: relative;
    z-index: 0;
}
table tbody tr:first-child:hover, table tbody tr.active-tr{
    z-index: 1;
}
table#navette thead tr th{
    border:1px solid #fff;
}
table tbody tr:last-child{
    border:none;
}
table tbody tr td{
    padding:10px 0;
    border-left:1px solid #eee;
}
table#navette tbody tr td{
    border-left-color:#ccc;
    padding:10px 5px;
}
table#navette tbody tr.row_nego_0{
    border-top:2px solid #ccc;
}
table tbody tr td:first-child{
    font-weight:bold;
    color:#333;
    border-left:none;
}
table tbody tr:nth-child(even) td{
    background: #f9f9f9;
}
table tr.activ-tr td{
    background-color:var(--bs-info-bg-subtle) !important;
}
/*table tbody tr:hover td{
    background:#f4f4f4 !important;
}*/
table tbody tr td.valid{
    background:var(--bs-teal) !important;
}
table tbody tr td.echeance.echeance-empty input{
    border-color:var(--bs-red) !important;
}
table.dataTable tfoot tr td{
    border-top:3px double rgba(0, 0, 0, 0.3);
    text-align:center;
    font-weight:bold;
}
table tbody tr td input{
    margin:0 !important;
}
.brief_section table thead tr{
    background:none;
    color: #333;
    border:1px solid #eee;
}
.brief_section table tbody tr{
    border:1px solid #eee;
    vertical-align:top;
}
.brief_section table tr td:not(.row-handle), .brief_section table tr th:not(.row-handle){
    border-color:#eee;
    border-width:1px 0 0 1px;
    padding:8px;
    text-align:left;
}
.brief_section table th{
    padding:10px;
    text-align:left;
}
.row-handle, .td_add{
    width:25px;
    text-align:center;
    vertical-align: middle;
    position:relative;
}
.row-handle .minus-row, .td_add .add_prospection, .td_add .success, .minus-row-reseau{
    color: #555d66;
    border: #ccc solid 1px;
    background:#fefefe;
    border-radius: 100%;
    position: absolute;
    transition: none;
    cursor: pointer;
    top: calc(50% - 8px);
    left:2px;
    width: 20px;
    height: 20px;
    line-height: 14px;
    font-size: 14px;
    font-weight:bold;
    text-align:center;
    padding:2px;
}
.td_add .success{
    background-color:var(--bs-teal);
    pointer-events: none;
    color:#fff;
}
.row-handle .minus-row:hover, .td_add .add_prospection:hover, .minus-row-reseau:hover{
    border-color:var(--main-color);
    color:var(--main-color);
    border-width:2px;
}
.add_row{
    float:right;
    margin-top:5px;
    cursor:pointer;
}
.brief_section table tbody tr:hover td{
    background:none !important;
}
.status-row{
    z-index:2 !important;
}
.vide .status-row i{
    color:#fff;
}
.vide .status-row{
    background:var(--bs-danger) !important;
}
.termine .status-row i{
    color:var(--bs-success);
}
.encours .status-row i{
    color:var(--bs-info);
}
.archive .status-row i{
    color:var(--bs-red);
}
.dataTable_propositions .status-donnees.fa-check{
    color:var(--bs-success);
    cursor:pointer;
    font-weight:bold;
}
.dataTable_propositions .status-donnees.fa-times{
    color:var(--bs-red);
    cursor:pointer;
    font-weight:bold;
}
.color-tag{
    width:20px;
    height:20px;
    position:absolute;
    top:calc(50% - 10px);
    left:0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.status-tag{
    padding:4px 7px;
    border-radius:4px;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    text-align:center;
    display:inline-block
}
.status-tag.vide, .status-tag.archive{
    background:var(--bs-danger);
    cursor:default;
}
.status-tag.termine{
    background:var(--bs-success);
}
.status-tag.encours{
    background:var(--bs-info);
}
.status-tag.status-1{
    background:#fd7e14;
}
.status-tag.status-2, .status-tag.status-0{
    background:#0DCAF0;
}
.status-tag.status-3{
    background:#03c46a;
}
.status-tag.status-4{
    background:#198754;
}
.status-tag.status-5{
    background:#6F42C1;
}
.status-tag.status-6{
    background:#0D6EFD;
}
.status-tag.status-7{
    background:#198754;
}
.status-tag.status-8{
    background:#198754;
}
.status-tag.status-9{
    background:#198754;
}
.status-tag.status-10{
    background:#DC3444;
}
.status-tag.status-11{
    background:#DC3444;
}

table tbody tr.signe td, table.dataTable tbody tr.signe>.dtfc-fixed-left, table.dataTable tbody tr.signe>.dtfc-fixed-right{
    background-color:var(--bs-success-bg-subtle) !important;
}
.tools-icons{
    min-width:90px;
}
.tools-icons a i{
    color:#555;
}
.tools-icons i{
    cursor:pointer;
}
.tools-icons i:hover{
    color:var(--main-color);
}
.tools-icons i.fa-trash:hover{
    color:var(--bs-red);
}
/* DataTable */
.dataTables_scrollHeadInner, table.dataTable, .dataTables_scrollFootInner{
   margin:0 auto;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border:none;
    padding-bottom:50px;
}
table.dataTable td{
    min-width:100px;
}
.dataTables_wrapper .dataTables_length select{
    width:auto;
    height:auto;
}
.dataTables_filter, .filters{
    float:right;
    text-align:right;
    margin:30px 0;
}
.dataTables_filter label, .datatime_label, #demandes-table label{
    width:auto;
}
.dataTables_filter input, input[type='text'].datetime, .filters select{
    width:auto;
    height:auto;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: none;
    border: none;
}
table.dataTable thead tr>.dtfc-fixed-left, table.dataTable thead tr>.dtfc-fixed-right, table.dataTable tfoot tr>.dtfc-fixed-left, table.dataTable tfoot tr>.dtfc-fixed-right{
    background:var(--main-dark-color);
}
table.dataTable tbody tr>.dtfc-fixed-left, table.dataTable tbody tr>.dtfc-fixed-right{
    background:#fefefe;
}
table.dataTable tbody tr:nth-child(even)>.dtfc-fixed-left, table.dataTable tbody tr:nth-child(even)>.dtfc-fixed-right{
    background:#f9f9f9;
}
table.dataTable thead th{
    text-align:center;
}
table.dataTable tbody th, table.dataTable tbody td, table.dataTable thead>tr>th.sorting, table .tooltip, table .tooltip-click, .tools-icons .tooltip{
    padding:5px;
    font-size:13px;
}
table.dataTable_mandats tbody tr, table.dataTable_compromis tbody tr{
    height:75px;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after{
    display:none;
}
.user_table tbody tr td:first-child {
    text-align:left;
    font-weight:normal;
}
.username{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    text-align:left;
}
.username img{
    margin-right:5px;
}
.users-tableau .fa-check, #demandes-table .fa-check{
    color:var(--bs-success);
}
.users-tableau .fa-times{
    color:var(--bs-danger);
}
.users-tableau img{
    max-width:45px;
}
.users-tableau td{
    padding: 5px;
}
.image-app-admin{
    display:inline-block;
    position:relative;
}
.image-app-admin img{
    max-width:100px;
    max-height:100px;
    margin:5px;
}
.image-app-admin i.fa-circle-play{
    position:absolute;
    top:calc(50% - 7px);
    left:calc(50% - 7px);
}
.image-app-admin .tooltip{
    position:absolute;
    top:0;
    right:0;
}
.image-app-admin .tooltip i{
    color:var(--bs-danger);
}
.actions-file {
    display:none;
}
.data-donnee-file .tooltip{
    padding:0;
    text-align:center;
}
.data-donnee-file i.big-icon{
    font-size:30px;
}
.data-donnee-file:hover .actions-file{
    display:block;
    text-align:center;
}
.data-donnee-file .actions-file i{
    color:#555;
    cursor:pointer;
    margin:0 2px;
}
.data-donnee-file:hover .actions-file i.fa-pen:hover{
    color:var(--main-color);
}
.data-donnee-file:hover .actions-file i.fa-trash:hover{
    color:var(--bs-red);
}
.add_file i.fa-plus-circle{
    font-size:20px;
}
.rappel{
    display:inline-block;
    padding-right:5px;
}
.echeance .text-echeance, .rappel{
    text-align:center;
    color:var(--bs-orange);
    font-weight:bold;
}
.echeance .text-echeance{
    cursor:pointer;
}
.echeance .text-echeance:hover{
    color:var(--second-color);
}
.echeance .delay .text-echeance, .rappel.delay{
    color:var(--bs-red);
}
.rappel.valid{
    color:var(--bs-green);
}
.echeance .donnee-echeance input{
    margin-left: 5px !important;
    position: relative;
    top: 2px;
}
.donnes-tableau .dpe-container{
    min-width:150px;
}
.donnes-tableau .dpe-bar.dpe-bar--active .dpe-bar__score, .donnes-tableau .ges-bar.ges-bar--active .ges-bar__score{
    -webkit-text-stroke-width:0;
    font-size: 25px;
}
.donnes-tableau .ges-container{
    border:0;
    padding:0;
}
/* width 100% */
.dataTable_objectifs{
    width:100% !important;
}
@media(max-width:767px){
    .content-table, .acf-repeater.-table{
        overflow-x: scroll;
    }
}
@media(max-width:991px){
    .donnes-tableau thead{
        display:none;
    }
    .donnes-tableau tbody tr{
        display:block;
        margin-top:30px;
        background: #f9f9f9;
        border-radius: 4px;
        overflow: hidden;
        transition: all 0.5s;
    }
    .donnes-tableau tbody tr.open{
        max-height:1500px;
    }
    .donnes-tableau tbody tr td{
        display:flex;
        padding:10px 15px;
        width:100%;
        flex-wrap: wrap;
        align-items: center;
        border:none !important;
        background:none !important;
    }
    .donnes-tableau tbody tr td span{
        font-weight:bold;
        min-width:20%;
        text-align:left;
        margin-right:15px;
    }
    .donnes-tableau tbody tr td.open_card{
        display:flex;
        justify-content: space-between;
        cursor:pointer;
        padding:0;
        margin: 30px 0;
    }
    .donnes-tableau tbody tr td .prospection-card{
        width:100%;
    }
    .prospection-card a{
        position:relative;
        display: inline-block;
        width:100%;
    }
    .prospection-card a .hover-link{
        position:absolute;
        opacity:0;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background:rgba(var(--main-rgba-color),0.5);
        display:flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }
    .prospection-card a .hover-link i{
        font-size:20px;
        color:#fff;
        text-align:center;
    }
    .prospection-card a:hover .hover-link{
        opacity:1;
    }
    /*.donnes-tableau tbody tr td.open_card{
         height:500px;
    }*/
    .donnes-tableau tbody tr td.open_card img{
        max-height:unset;
        max-width:unset;
        height:250px;
        width:100%;
        object-fit: cover;
    }
    /*.donnes-tableau tbody tr td.open_card span{
        margin-left:auto;
        width:auto;
        cursor:pointer;
        color:var(--main-color);
    }*/
    .bloc-card-pros{
        padding:15px;
    }
    .bloc-card-pros p{
        margin:0;
        padding:0;
        font-weight:normal;
        text-align:left;
    }
    .bloc-card-pros p.adresse{
        color:#333;
        font-weight:bold;
        font-size:16px;
        line-height:normal;
        margin-bottom:5px;
    }
    .bloc-card-pros p.ville{
        text-transform: uppercase;
    }
    .bloc-card-pros p.prix{
        color:var(--main-color);
    }
    .bloc-card-pros i{
        pointer-events: none;
    }
    .donnes-tableau tbody tr td.open_card:hover{
        color:var(--second-color);
    }
    #prospections .status-row{
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    #recommandations .status-row{
        position: absolute;
        top: 10px;
        justify-content:end;
        z-index: 1;
    }
    #prospections .select-statut{
        background:#fefefe;
        padding:0 10px;
        position: absolute;
        top:43px;
        left:10px;
    }
}

/* CHIFFRES MIS EN AVANT */
/* Cards */
.cards-row{
    justify-content: stretch;
}
.card-chiffre.card{
    background:#f4f4f4;
    margin-top:15px;
}
.card-chiffre.card.border-card{
    border:0;
    border-left: 3px solid #000;
    padding:15px;
    margin-top:0;
    /*max-width:450px;
    margin:auto;*/
}

.card{
    height:100%;
}
.card h4{
    font-size:30px;
    font-weight:bold;
    padding:0;
}
.card h5{
    font-size:16px;
    font-weight:bold;
}
.card h6{
    font-weight:bold;
}
.card.blue-card h6 span{
    color:var(--bs-info);
}
.card.green-card h6 span{
    color:var(--bs-success);
}
.card.orange-card h6 span{
    color:var(--bs-warning);
}
.card:not(.action-card) i{
    font-size: 25px;
    line-height: 40px;
    color:var(--main-color);
}
.card .card-icon i{
    width:60px;
    height:60px;
    text-align:center;
    font-size:30px;
    line-height:60px;
}
.card .card-legend{
    font-style:italic;
    color:#555;
    text-align:left;
}
.blue-card{
    border-color:var(--main-color) !important;
}
.blue-card .card-icon{
    background-color:var(--main-color);
}
.blue-card h4{
    color:var(--main-color);
}
.green-card{
    border-color:var(--bs-success) !important;
}
.green-card .card-icon{
    background-color:var(--bs-success);
}
.green-card h4{
    color:var(--bs-success);
}
.red-card{
    border-color:var(--bs-danger) !important;
}
.red-card .card-icon{
    background-color:var(--bs-danger);
}
.red-card h4{
    color:var(--bs-danger);
}
.orange-card{
    border-color:var(--bs-warning) !important;
}
.orange-card .card-icon{
    background-color:var(--bs-warning);
}
.orange-card h4{
    color:var(--bs-warning);
}
.chiffre_stat{
    margin-top:30px;
}
.chiffre_stat p, .chiffre_stat h3{
    text-align:center;
    margin:0;
    padding:0;
}
.chiffre_stat p.chiffre{
    font-size:40px;
    color:var(--second-color);
    font-weight:bold;
    line-height:normal;
    padding-bottom:5px;
}
.chiffre_stat p.legend{
    font-style:italic;
}
/* Card graphique */
.cards-dashboard .card-dashboard{
    padding:15px;
    border-radius:4px;
    margin-top:30px;
    background:#f4f4f4;
}
.cards-dashboard .card-dashboard h3{
    text-align:center;
    padding-top:0;
    color:#000;
    text-transform: uppercase;
    font-size:20px;
}
.legend_general{
    text-align:left;
    list-style:none;
    margin:0;
    padding:0;
}
.legend_general li input:after{
    display:block;
    content:"";
    width:50px;
    height:10px;
}
.legend_general li:first-child input:after{
    background:#36A2EB;
}

/* OUTILS */
ul.outils{
    margin:0;
    padding:0;
    list-style:none;
}
ul.outils li{
    margin-bottom:20px;
    text-align:center;
}

/* Outils rapides */
#header-outils{
    height:25vh;
    /*margin-bottom:40px;*/
}
#header-outils img.header-img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.bloc-agence{
    margin: 0 ;
    position:relative;
    top:-15px;
    width:100%;
    /* padding: 10px 0 10px 15px; */
    display: flex;
    flex-wrap: wrap;
    /* background: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .25); */
    /* position: sticky;
    top:0; */
    justify-content: flex-start;
   /*  border-radius: 20px; */
    /* height: 70px; */
    align-items: center;
    z-index:10;
    flex-direction:column;
}

.bloc-agence img.logo{
    max-width:30%;
    padding-right:15px;
    margin-right:15px;
    border-right:1px solid #ccc;
}
.bloc-agence img.profil{
    border:2px solid #fefefe;
    width:75px;
    height:75px;
    max-width:75px;
    margin-bottom:15px;
    object-fit: contain;
    background: #fefefe;
}
.bloc-agence h1{
    color:#222;
    text-transform: unset;
    font-weight:800 ;
    font-size:20px;
    /* font-size: clamp(12px, 3vw, 14px); */
    text-align:left;
}
.bloc-agence h1 span{
    text-transform:uppercase;
}
.bloc-agence p{
    text-align: center;
    margin-bottom:15px;
}
.bloc-agence .rs-profil{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    list-style:none;
    padding:0;
    margin-top:15px;
}
.bloc-agence .rs-profil li img{
    padding:0 10px;
    max-height:18px;
}
.progress-immocard {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    cursor:pointer;
}

.bloc-agence.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 5px 15px;
    z-index: 1000;
}

#content-outils.sticky{
    margin-top:250px;
}

.bloc-agence.sticky .profil {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-bottom:0;
}
.bloc-agence.sticky h1{
    font-size: 16px;
}
.bloc-agence.sticky h1,.bloc-agence.sticky p {
   text-align:right;
   margin:0;
}

.bloc-agence.sticky #save_contact,
.bloc-agence.sticky .rs-profil {
    display: none;
}

.progress-immocard h3 {
    font-size: 16px;
    margin: 0;
    padding-top:0;
    color: #2d3748;
}

.progress-text {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 12px;
}

.progress-bar {
    background: #edf2f7;
    border-radius: 8px;
    height: 10px;
    width: 100%;
    overflow: hidden;
}

.progress-fill {
    background: linear-gradient(90deg, #48bb78, #38a169);
    height: 100%;
    width: 0%;
    border-radius: 8px 0 0 8px;
    transition: width 0.4s ease;
}
.champs_requis {
    margin-top: 10px;
    padding: 10px;
    background: #f7fafc;
    border: 1px dashed #cbd5e0;
    border-radius: 4px;
    font-size: 13px;
    color: #2d3748;
    position:absolute;
    right:0;
    left:0;
}
.champ-item {
    margin-bottom: 5px;
}
.champ-item.rempli .statut {
    color: var(--bs-success);
}
.champ-item.non-rempli .statut {
    color: var(--bs-danger);
}
#content-outils{
    padding:20px 10%;
    display:flex;
    /*flex-wrap:nowrap;
    overflow-x:scroll;*/
    flex-direction:column;
    align-items:center;
    padding-bottom:50px;
}
#content-outils::-webkit-scrollbar {
    display: none;
}
#content-outils {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.bloc-outil{
    /*margin-right:15px;*/
    margin:15px;
    max-width:calc(90% - 15px);
    position:relative;
}
.bloc-outil.unactiv img{
    filter: grayscale(100%);
}
#sortable-outils{
    width:100%;
    text-align:center;
}
#sortable-outils .bloc-outil{
    max-width:100%;
}
#sortable-outils .bloc-outil.sortable-ghost {
    opacity: 0.4; 
}
.bloc-outil a, .bloc-outil div:not(.hover-update,.delete-outil-perso){
    border-radius: 20px;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .25);
    position: relative;
    background: #fff;
    height:250px;
    width:250px;
    max-width:100%;
    display: inline-block;
    overflow: hidden;
}
.bloc-outil.sortableoutil a{
    cursor:move;
}
.bloc-outil .delete-outil-perso{
    position:absolute;
    top:10px;
    left:calc(50% + 85px);
    color:var(--bs-red);
    padding:5px 10px;
    border-radius:50%;
    font-size:20px;
    opacity:0;
    transition: all 0.3s;
}
.bloc-outil .unactiv-tag{
    position: absolute;
    top: 10px;
    right:calc(50% + 20px);
}
.bloc-outil a.new_outil{
    height:auto;transition: all 0.3s;
}
.bloc-outil.bloc-avis a{
    height:auto;
}
.bloc-outil img{
    height:calc(100% - 50px);
    width:100%;
    object-fit:cover;
}
.bloc-outil p{
    color:#222;
    font-weight:bold;
    padding: 12px 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.bloc-outil .hover-update{
    position:absolute;
    background:rgba(255,255,255,0.5);
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0;
    transition: all 0.3s;
    display:flex;
    align-items: center;
    justify-content: center;
}
.bloc-outil .hover-update i{
    font-size:25px;
    color:var(--main-dark-color);
    cursor:pointer
}
.bloc-outil:hover .hover-update, .bloc-outil:hover .delete-outil-perso{
    opacity:1;
}
.bloc-outil:hover a.new_outil{
    background: linear-gradient(to right, #3D74C0, #31589C);
}
.bloc-outil:hover a.new_outil  p{
    color:#fff;
}
.bloc-outil .delete-outil-perso:hover{
    color:var(--bs-danger-text-emphasis);
    cursor:pointer;
}
.wrapper-label{
    display:flex;
    align-items: center;
    gap:8px;
    
}
.info-bubble {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #007bff;
    font-size: 1.1em;
}
.info-bubble .tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 8px 10px;
    position: absolute;
    z-index: 999;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease;
    font-size: 0.85em;
    white-space: normal;
    line-height:1.2;
}
.info-bubble .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
.info-bubble:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
#btn-install-app, #manual-install{
    position:absolute;
    top:5px;
    right:5px;
}
#footer-outils{
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .25);
    background: #fff;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:10;
}
#footer-outils ul{
    list-style:none;
    margin:0;
    padding:5px 15px 7px 15px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
}
#footer-outils ul li {
    text-align:center;
    display:flex;
    flex-wrap:wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:50px;
}
#footer-outils ul li a, #footer-outils ul li div{
    color:#999;
    font-weight:normal;
    cursor:pointer;
}
#footer-outils ul li i{
    font-size:14px;
}
#footer-outils ul li p{
    font-size:11px;
    line-height: normal;
}
/*.bloc-outil{
    display:flex;
}
.bloc-outil a{
    display:inline-block;
    width:100%;
    position: relative;
    padding: 35px 10px;
    margin-bottom: 30px;
    background: #fefefe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    text-align:center;
    font-size:22px;
    transition: all 0.5s;
    word-break: break-word;
}
.bloc-outil.small-bloc a{
    padding:20px 15px;
}
.bloc-outil a:hover{
    color:#fff;
    background:rgba(var(--main-rgba-color),0.5);
}*/
/* Support widget */
.chat-widget-container {
    position: fixed;bottom: 75px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.chat-widget {
    padding: 15px;
    background: linear-gradient(to right, #3D74C0, #31589C);
    border-radius: 50%;
    font-size: 24px;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s;z-index: 1000;
}
.chat-widget:hover {
    transform: scale(1.05);
}
.chat-label {
    color: var(--main-color);
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
}
/* .chat-widget {
    position: fixed;
    bottom: 75px;
    right: 20px;
    color: white;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
} */
.chat-box {
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 320px;
    max-height: 450px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden scroll;
    z-index: 1001;
    display: none;
    flex-direction: column;
}
.chat-header {
    background: linear-gradient(to right, #3D74C0, #31589C);
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-header button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.chat-form {
    padding: 15px;
    display: flex;
    flex-direction: column;
}
.chat-form input,
.chat-form textarea {
    margin:0 0 15px 0;
}
.chat-form input{
    height:35px;
}
.chat-form input[readonly] {
    background-color: #f0f0f0;
    color: #666;
    border:none;
    width:auto;
}

/* Profil colonne */
.content-profil {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right:10px;
}

.content-profil .profil {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.content-profil i {
    position: absolute;
    bottom: -4px;
    right: -4px;
    font-size: 9px;
    background-color: #C4E0D3;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    padding: 0;
    line-height: 17px;
}
.content-profil i.fa-times{
    background-color: #F5CBCF;
}


/* Ambassadeurs */
.home {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.home a {
    color: var(--main-color);
    /* ou la couleur principale de ton site */
    font-size: 20px;
    text-decoration: none;
}

.home:hover {
    background-color: var(--main-color);
}

.home:hover a {
    color: white; }
.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0) 90%);
    pointer-events: none;
}
.content-banner{
    max-width: 600px;
    position: relative;
    text-align: center;
    padding:100px 15px 60px 15px;
}
.content-box {
    margin-bottom:60px;
    position: relative;
    z-index: 0;
}
.content-box .text-box{
    background: white;
    padding: 20px 30px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.content-box h1 {
    margin: 0;
    font-size: 30px;
    color: var(--main-color);
    text-transform: none;
    font-weight:bold;
}
.highlight {
    font-size: 40px;
    font-weight: bold;
    color: var(--main-color);
    margin: 10px 0;
    text-align:center;
    line-height:40px;
}
.small-text {
    font-size: 17px;
    font-weight:600;
    color: var(--main-color);
    margin-top: 10px;
}
.asterisk {
    font-size: 10px;
    color: #666;
    margin-top: 5px;
}
.circles .circle {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.circles.circles-bottom .circle{
    z-index:-1;
}
.circle.dark-blue {
    background-color: var(--main-color);
}
.circle.green {
    background-color: #5c644e;
}
.circles .circle.top-left {
    width: 130px;
    height: 130px;
    top: -45px;
    left: -45px;
}
.circles .circle.bottom-left {
    width: 76px;
    height: 76px;
    left: -35px;
    bottom: -35px;
}
.circles .circle.top-right {
    width: 130px;
    height: 130px;
    top: -80px;
    right: -80px; 
}
.circles .circle.bottom-right{
    width: 170px;
    height: 170px;
    right: -70px;
    bottom: -50px;
    opacity:0.5;
}

/* FOOTER */
.copyright{
    background:#131616;
    color:#ccc;
    line-height:75px;
    font-size:12px;
    padding:0 15px;
}
.copyright ul{
    display:flex;
    margin:0;
    padding:0;
    list-style:none;
    justify-content: center;
}
.copyright ul li:after{
    content:"-";
    padding:0 10px;
}
.copyright ul li:last-child:after{
    content:none;
}
.copyright a{
    color:#ccc;
    font-weight:normal;
    font-size:12px;
}
.copyright a:hover{
    color:var(--main-color);
}
@media(max-width:1199px){
    .copyright img{
        display:none;
    }
    .copyright, .copyright .text-right{
        text-align:center;
        line-height:25px;
    }
}

/* 404 */
.error-container {
    text-align: center;
    font-size: 106px;
    font-weight: 800;
    margin: 70px 15px;
}
.error-container > span {
    display: inline-block;
    position: relative;
}
.error-container > span.four {
    width: 136px;
    height: 43px;
    border-radius: 999px;
    background:
            linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%),
            linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%),
            linear-gradient(to right, #075050, #00b2b2);
}
.error-container > span.four:before,
.error-container > span.four:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
}
.error-container > span.four:before {
    width: 43px;
    height: 156px;
    left: 60px;
    bottom: -43px;
    background:
            linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%),
            linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%),
            linear-gradient(to top, #075050, #00b2b2, #00d5d5, #84ecec, #ccffff);
}
.error-container > span.four:after {
    width: 137px;
    height: 43px;
    transform: rotate(-49.5deg);
    left: -18px;
    bottom: 36px;
    background: linear-gradient(to right, #075050, #00b2b2, #00d5d5, #84ecec, #ccffff);
}
.error-container > span.zero {
    vertical-align: text-top;
    width: 156px;
    height: 156px;
    border-radius: 999px;
    background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%,  transparent 51%, transparent 100%),
    linear-gradient(to top right, #075050, #00b2b2, #00d5d5, #84ecec);
    overflow: hidden;
    animation: bgshadow 5s infinite;
}
.error-container > span.zero:before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(45deg);
    width: 90px;
    height: 90px;
    background-color: transparent;
    left: 0;
    bottom: 0;
    background:
            linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%),
            linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.error-container > span.zero:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
    width: 70px;
    height: 70px;
    left: 43px;
    bottom: 43px;
    background: #FDFAF5;
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
@keyframes bgshadow {
    0% {
        box-shadow: inset -160px 160px 0 5px rgba(0, 0, 0, 0.4);
    }
    45% {
        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    55% {
        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        box-shadow: inset 160px -160px 0 5px rgba(0, 0, 0, 0.4);
    }
}

#iphone-popup-install {
    background: #dddddd;
    border-radius: 12px;
    padding: 20px 15px;
    max-width: 300px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 20px;
    left: calc(50% - 150px);
    text-align: center;
    z-index:100;
}
#iphone-popup-install::before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 20px 20px 0 20px;
    border-style: solid;
    border-color: #dddddd transparent transparent transparent;
}
#iphone-popup-install .app-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}

#iphone-popup-install p {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin: 8px 0;
    text-align:center;
}
#iphone-popup-install strong {
    font-weight: 600;
}
#iphone-popup-install .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
#iphone-popup-install .close-btn:hover {
    color: #000;
}

button.return_qrcode {
    position: fixed;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 12px;
    background-color: #b3ecff; /* bleu clair */
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

button.return_qrcode i {
    color: #444;
    font-size: 20px;
}

button.return_qrcode:hover {
    background-color: #9be3ff;
    transform: scale(1.05);
}

button.return_qrcode:active {
    transform: scale(0.95);
}

.contain_qrcode{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100vh;
}
.container img {
    max-width: 90%;
    height: auto;
}

/* Locations */
.list-group-item{
    border-width:1px !important;
    border-radius: 4px;
}
.list-group-item i{
    color:transparent;
    -webkit-text-stroke: var(--main-color) 1px;
}


/*Forcer fancybox problème affichage iPhone*/
/* .fancybox__container {
    max-width: 100vw !important;
    width: 100% !important;
    overflow-x: hidden !important;
}

.fancybox__slide {
    padding: 0 !important;
} */