
.iti__flag {background-image: url("/static/includes/teljs/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("/static/includes/teljs/img/flags@2x.png");}
}

*{box-sizing: border-box;}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #325881 white;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: white;
    border-radius: 100px;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #325881;
    /* border: 3px solid white; */
    border-radius: 100px;
  }

h1, h2, h3, h4{
    padding: 0;
    margin: 0;
}

h2{
    font-weight: 600;
    font-size: 18px;
}

h3{
    font-weight: 600;
    font-size: 16px;
}

div{
    font-size: 13px;
    color: #646464;
}
ul{
    padding:0;
    margin:0;
    list-style-type: none;
 }


input, textarea{
    font-size: 13px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 8px;
    font-family: 'HkGrotesk';
    border: 1px solid #aaa;
    resize: none;
    width: 100%;
}

main{
    position: relative;
    min-height: 100vh;
}

.svg-inline--fa{
    color:#325881;
}

textarea:focus-visible, input:focus-visible{
    outline: none !important;
    /* border: 1px solid #325881 !important; */
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    display: flex;
    outline: none !important;
    border: 1px solid #325881 !important;
    margin: 0px;
    padding: 0px;
    height: auto !important;
    flex-wrap:wrap;
}
.select2-container--default .select2-selection--multiple{
    display: flex !important;
    align-items: center !important;
    height: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    height: auto !important;
    flex-wrap:wrap;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    flex-wrap: wrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #325881;
    color: #fff;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.select2-container--open {
    z-index: 9999999
}

.flex {
    display: flex;
    flex-direction: column;
}

.flex-row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.flex-col{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.flex-start{
    justify-content:flex-start;
}

.flex-col-container{
    margin: 10px 0px;
    justify-content: center;
}
.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-col-rounded{
    width: 100%;
    background: rgba(255,255,255,.97);
    border-radius: 20px;
    margin: 5px;
    box-shadow: 1px 1px 2px #646464;
}

.div-rounded{
    width: 100%;
    border-radius: 20px;
}

.col-1{
    flex-basis: calc(100% - 20px);
}
.col-1-r{
    flex-basis: 100%;
}

.col-80-r{
    flex-basis: 80%;
}

.col-2{
    flex-basis: calc(50% - 40px);
}
.col-2-r{
    flex-basis: 50%;
}

.col-3{
    flex-basis: calc(33% - 20px);
}
.col-3-r{
    flex-basis: 33%;
}

.col-4{
    flex-basis: calc(25% - 20px);
}
.col-4-r{
    flex-basis: 25%;
}

.col-5{
    flex-basis: calc(20% - 20px);
}
.col-5-r{
    flex-basis: 20%;
}

.col-r-10{
    flex-basis: 10%;
}
.col-c-10{
    flex-basis: 10%;
    flex-direction: column;
}

.col-r-15{
    flex-basis: 15%;
}
.col-c-15{
    flex-basis: 15%;
    flex-direction: column;
}

.col-r-25{
    flex-basis: 25%;
}
.col-c-25{
    flex-basis: 10%;
    flex-direction: column;
}

.col-r-33{
    flex-basis: 33%;
}
.col-c-33{
    flex-basis: 33%;
    flex-direction: column;
}

.col-r-35{
    flex-basis: 35%;
}
.col-c-35{
    flex-basis: 35%;
    flex-direction: column;
}

.col-r-50{
    flex-basis: 50%;
}
.col-c-50{
    flex-basis: 50%;
    flex-direction: column;
}

.col-r-65{
    flex-basis: 65%;
}

.col-c-65{
    flex-basis: 65%;
    flex-direction: column;
}

.col-r-75{
    flex-basis: 75%;
}
.col-c-75{
    flex-basis: 75%;
    flex-direction: column;
}
.col-r-80{
    flex-basis: 80%;
}
.col-r-85{
    flex-basis: 85%;
}
.col-c-85{
    flex-basis: 85%;
    flex-direction: column;
}

.col-r-100{
    flex-basis: 100%;
}
.col-c-100{
    flex-basis: 100%;
    flex-direction: column;
}

.input-100{
    max-width: 100px;
}
.input-150{
    max-width: 150px;
}
.input-200{
    max-width: 200px;
}

.editable_oto{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0px;
    position: absolute;
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 15px;
    border-radius: 5px;
    width: 190px;
    z-index: 9999;
}

.editable_oto_textarea{
    width: auto;
}

.editable_oto input{
    width: 45%;
    color: #444;
    line-height: 28px;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 28px;
    width: 110px;
}


#account_editable .editable_item, 
.location-block .editable_item{
    font-size: 12px;
}
#account_editable .editable_item:hover, 
.location-block .editable_item:hover{
    padding: 0px 15px;
    margin-left: 5px;
}

.location-block{
    background: url(/static/img/map.png);
    background-position: bottom;
    background-size: cover;
}

#account_editable h2{
    width: 100%;
}
#address_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:15px;
}
#address_wrapper .add-local{
    flex-basis: 90%;
}
.editable_item, .edit_oto, .modifier_cta{
    width: fit-content;
    border-bottom: 1px dotted #325881 !important;
}
.editable_item:hover, .edit_oto:hover, .modifier_cta:hover{
    cursor:pointer;
    border-bottom: 1px dotted #4172A6;
}
#account_editable .name_edit{
    font-size: 15px;
    font-weight: bold;
}

.main-col.location-block{
    /* padding-top: 0px; */
}

.modifier_cta{
    position:absolute;
    margin-top:5px;
}

.editable_item:hover:before, .editable_item:active:before{
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f044";
    color: #325881;
    margin-left: -15px;
    opacity: .8;
    font-size: 10px;
    position: absolute;
}

.edit_oto:hover{
    cursor:pointer;
}

.edit_oto:after {    
    /* background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    left: 0;
    right: 0;
    top: 0;
    position: relative;
    background: #325881;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0; */
}
.edit_oto:hover:after { 
    width: 100%;
}
.oto_editable_controllers{
    width: 100%;
    text-align: center;
}
.oto_editable_controllers > button{
    background: #325881;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 5px 3px;
}
.oto_editable_controllers > button:hover{
    cursor:pointer;
}
.oto_editable_controllers > button:active{
    position:relative;
    top:1px;
}

.ui-sortable-handle{
    cursor:move;
}

.js-data-generateselect2unique{
    font-family: 'HkGrotesk';
    font-weight:lighter;
    font-size:12px;
}

.divider{
    width: 80%;
    height:1px;
    border:none;
    color:#646464;
    background-color:#646464;
}

.hover-click-btn{
    cursor: pointer;
}
.hover-click-btn:hover{
    background: #4172A6;
}
.hover-click-btn:active{
    position: relative;
    top: 1px;
}
.pad-10{
    padding: 10px;
}
.pad-15{
    padding: 15px;
}
.pad-0-10{
    padding: 0px 10px;
}
.pad-15-20{
    padding: 15px 20px;
}
.header-col{
    background: #325881;
    color:#ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 15px;
}

.header-breadcrumb{
    color:#fff;
    font-size: 12px;
    font-weight: 300;
}

.main-col{
    padding: 10px 20px;
}

#img_back{
    background-image: url("/static/img/home_galerie/accueil-4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;  
}

.oto_back{
    background-color: #325881;
    color: #fff;
}

.container_opt{
    padding: 15px;
    margin: 15px;
    width: 100%;
    border-radius: 10px;
    min-height: 277px;
}
.container_opt_mini{
    padding: 10px;
    margin: 0px 15px;
}

.blue_back{
    min-height:860px;
    padding: 1px 0px;
    background-color: #325881;
}
.white_back{
    min-height: 860px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}
#base_documentaire{
    flex-basis: 70%;
}
.img_back_services3{
    display: none;
}
.mcatcompta .white_back{
    flex-basis: 100%;
}
.input-container-icon {
    display: flex;
    width: 100%;
}
  
.icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    color: #325881;
    min-width: 50px;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.icon:hover{
    cursor: pointer;
}
.t-left{
    text-align: left;
}

.d404{
    display: flex;
    justify-content: center;
    align-items: center;
}

.d404{
    font-size:150px;
}
.d404-txt{
    font-size: 60px;
    text-transform: uppercase;
}
.d404 > img{
    max-width:115px;
}
#oops_404{
    color:#000; 
    font-size:80px !important;
    font-weight:bold;
    margin:0;
    padding:0;
}
#text_404 p{
    font-size:18px;
}

.back_404{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap:wrap;
    min-height: 650px;
}

#p_404{
    margin-top:45px;
}

.btn_404{
    margin-top:5px;
    border: 4px solid #325881;
    color: #000;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    position: relative;
    padding: 8px 50px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 2px;
    transition: 0.2s ease;
    font-weight: bold;
    margin: 15px 0px;
}
.btn_404:hover{
    color: #fff;
    background: #325881;
    transition: 0.2s ease;
    border: 4px solid #325881;
}
.btn_404:active{
    border: 4px solid #325881;
}
.btn_404:before{
    height:0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #325881;
}

input:focus + .slider {
    box-shadow: 0 0 1px #325881;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22x);
}

#toast-container > .toast{
    background-color: #325881;
}
#toast-container > .toast span{
    color:#fff;
    font-size: 12px !important;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
} 

.modal {
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: fit-content;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.dropdown-item input{
    width: auto;
}
.fresh-table[class*="full-color-"] .fixed-table-toolbar .btn, .fresh-table[class*="toolbar-color-"] .fixed-table-toolbar .btn{
    color: #fff !important;
}
.fresh-table form label {
    color: #fff !important;
}
.fixed-table-toolbar .columns{
    display: none!important;
}

#export-document{
    align-items: center;
    justify-content: flex-start;
    background: rgba(255,255,255,.6);
    margin: 0 4% 25px 4%;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000 !important;
}
#export-document > div{
    margin-right: 15px;
}

#export-document label {
    color:#325881 !important;
}

/* Tooltip container */
.tooltip2 {
    position: relative;
    display: inline-block;
  }
  
  /* Tooltip text */
  .tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: auto;
    min-width: 200px;
    padding: 20px 10px;
    background-color: rgba(50, 88, 129, .8);
    color: #fff;
    text-align: center;
    border-radius: 6px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 9999;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip2:hover .tooltiptext2 {
    visibility: visible;
  }

  .tooltip2 .tooltiptext2 {
    top: 130%;
    left: 50%;
    margin-left: -100px;
  }

@media only screen and (max-width: 768px) {
    [class*="col-"] {
        flex-basis: 100%;
    }
    #lt, #mt{
        flex-basis: 100%;
    }
  }