body{
  background-color:rgb(57, 64, 58);
  color:#000;
  font-size:16px;
  font-family:"Verdana", Helvetica, Arial, sans-serif;
}

.btn_show{
  display:none;
}

h1,h2,h3,h4{
  font-weight:normal;
}
/* *********************** */
.decor_admin_login{
    max-width:400px;
    margin:3em auto;
    padding:50px 30px;
    border-radius : 10px;
    background-color:white;
    box-shadow: 
    0 3px 7px 0 rgba(0, 0, 0, 0.2), 
    0 1px 3px 0 rgba(0, 0, 0, 0.19);
}

.form_admin input[type="text"],
.form_admin input[type="password"]{
    padding-top:20px;
    padding-bottom:20px;
}

.form_admin button{
    width:100%;
    padding-top:13px;
    padding-bottom:13px;
}

/* aside */
.layout_sidebar_fixed{
    position:fixed;
    top:0;
    left:0;
    width:250px;
    height:100%;
    z-index:1;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    background-color:rgb(52, 58, 54);
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
}

.decor_brand_header{
    padding:15px;
    border-bottom:1px solid rgb(102,108,104);
    color:rgb(220,220,220);
    font-size:13px;
}

.sidebar_link{
  padding-left:15px;
  padding-right:15px;
 /*height: 800px;/*calc(100vh - calc(3.5rem + 1px));
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;*/
  padding-bottom:100px;
}

.decor_user_aside{
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:1px solid rgb(102,108,104);
  color:rgb(220,220,220);
  font-size:12px;
}

.decor_user_aside img{
  display:inline-block;
  width:40px;
  border-radius:100%;
  margin-right:10px;
}

.ultra_aside li .aside-link{
    display:block;
    position:relative;
    transition: all 0.5s ease-in-out;
    padding:8px 15px;
    border-radius:10px;
    color:rgb(220, 220, 220);
    font-size:17px;
}

.ultra_aside li .acre_accordions{
    background-color:rgb(67,73, 77);
    
    color:rgb(220, 255,255);
}

.ultra_aside li .aside-link:hover{
    background-color:rgb(73,78,83);
}


.ultra_aside li .aside-link span{
  position:absolute;
  right:10px;
  top:17px;
  font-size:12px;
}

.ultra_aside li .aside-link p i{
  font-size:22px;
}


.ultra_aside_sous{
  max-height:0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.ultra_aside_sous li a{
  display:block;
  color:rgb(180,180,180);
  transition: all 0.5s ease-in-out;
  padding:8px 15px;
  font-size:16px;
  border-radius:10px;
}


.ultra_aside_sous li a:hover{
    background-color:rgb(73,78,83);
}


.decor_brand_header .drand{
    display:none;
}

.map_close{
  display:inline-block;
  background-color:rgb(220,220,220);
  color:rgb(100,100,100);
  border-radius:100px;
  padding:1px 11px;
  cursor:pointer;
  font-weight:bold;
  font-size:20px;
}

/* centre */
.wrapper_bord_center{
    margin-left:250px;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 800px) { 

  .layout_sidebar_fixed{
     z-index:1024;
     width:0;
  }

  .wrapper_bord_center{
    margin-left:0;
  }
  
  .decor_brand_header .drand{
      display:block;
  }

}  


/* center */

.center_layout_header{
    padding-top:11px;
    padding-bottom:12px;
    border-bottom:1px solid rgb(202,208,204);
    border-bottom:white;
    background-color:white;
}

.ultra_top_nav_ad li a{
  font-size:14px;
  display:block;
  padding:5px 12px;
  transition: all 0.3s ease-in-out;
  color:rgb(130, 130, 130);
}

.center_layout_items{
  color:rgb(60,60,60);
}

.decor_page_titre{
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:1px solid rgb(200,200,200);
  margin-bottom:15px;
}

.decor_page_titre h1,
.decor_page_titre h2{
  font-size:25px;
}

h1.titre_raison_sociale{
  font-size:30px!important;
  text-align:center;
  color:white;
}


h1.titre_raison_sociale span{
  font-size:20px!important;
}



.decor_section_page{
  background-color:white;
  padding:0 15px;
  padding-bottom:100px;
  margin-top:30px;
}


.table_colored th{
    color:white;
    font-size:20px;
}

.table_colored.blue th{
    border-color:rgb(200, 200, 255);
    background-color:rgb(100,100, 200);
}

.table_colored.blue .take_color{
   background-color:rgb(100,100, 200);
    color:white;
}



.table_colored td{
    font-size:20px;
}




.decor_bord_titre{
  margin-bottom:20px;
}



.decor_bord_titre.underline{
  border-bottom:1px solid rgb(150,150,150);
  padding-bottom:15px;
}

.decor_bord_titre h1,
.decor_bord_titre h2{
  font-size:25px;
}

.form_add_items{
    margin:auto;
    /*background-color:rgb(80, 200, 80);*/
    padding:20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius:10px;
    border-left:10px solid rgb(0,150,0);
}


.form_add_items label{
    font-size:20px;
}


.form_add_items input.input-box{
    padding-top:15px;
    padding-bottom:15px;
}


.decor_elements_tables{
  max-height:300px;
  overflow:auto;
}

.decor_elements_tables input.checkBig{
    width:40px;
    height:40px;
}


.modalMap{
    display:none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    text-align:center;
}

.modalMapW{
    display:none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
    text-align:center;
}

.modal_middle{
    position:absolute;
    width:100%;
    top: 50%;
    left:0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align:center;
}

.panel_accordeons{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel_button{
    cursor:pointer;
    text-decoration:underline;
    color:rgb(180,100,255);
}

@keyframes spinners {
    to {transform: rotate(360deg);}
}

.spinners:before{
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: white;
    border-bottom-color: white;
    animation: spinners .4s linear infinite;
}


.fin-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.fin-spinner div {
  transform-origin: 40px 40px;
  animation: fin-spinner 1.2s linear infinite;
}

.fin-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.fin-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.fin-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.fin-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.fin-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.fin-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.fin-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.fin-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.fin-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.fin-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.fin-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.fin-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.fin-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes fin-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.fin-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.fin-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.fin-ellipsis div:nth-child(1) {
  left: 8px;
  animation: fin-ellipsis1 0.6s infinite;
}
.fin-ellipsis div:nth-child(2) {
  left: 8px;
  animation: fin-ellipsis2 0.6s infinite;
}
.fin-ellipsis div:nth-child(3) {
  left: 32px;
  animation: fin-ellipsis2 0.6s infinite;
}
.fin-ellipsis div:nth-child(4) {
  left: 56px;
  animation: fin-ellipsis3 0.6s infinite;
}
@keyframes fin-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fin-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fin-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.fin-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.fin-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: fin-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.fin-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.fin-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.fin-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes fin-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}