html{
    margin: 0;
    padding: 0;
    position: relative;
}
body{
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;    
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #495057;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
main{
  position: relative;
  margin: 0;
  padding: 0;
}

*{
	-webkit-transition: all 0.3s cubic-bezier(0.35, 0.11, 0.01, 0.07)!important;
	-moz-transition: all 0.3s cubic-bezier(0.35, 0.11, 0.01, 0.07)!important;
	-o-transition: all 0.3s cubic-bezier(0.35, 0.11, 0.01, 0.07)!important;
  transition: all 0.3s cubic-bezier(0.35, 0.11, 0.01, 0.07)!important;
}

main *{
  transition: inherit;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: grey;
  font-family: 'normal-text';
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: grey;
  opacity: 1;
  font-family: 'normal-text';
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: grey;
  opacity: 1;
  font-family: 'normal-text';
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
  font-family: 'normal-text';
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: grey;
  font-family: 'normal-text';
}

/* INITIALISATION DES BALISES COMPLEXE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a{
	color: inherit;
	text-decoration: none;
}
a:focus {
  outline: thin dotted #f5570d;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  outline: none;
  
}
button,
input {
  *overflow: visible;
  line-height: normal;
  user-select: none;
}

input{
	background: #fff;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  user-select: none;
  outline: none;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

label{
	font-style: italic;
}

@media print {
    * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
      content: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page  {
      margin: 0.5cm;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  
  th,td{
      vertical-align: middle!important;
      padding: 6px;
      border-collapse: collapse;
      border: 1px solid #fcfcfc;
  }

h1,h2,h3,h4,h5,h6, p{
	margin: 0;
	padding: 0;
  line-height: normal!important;
}

em{
	font-style: normal;
}
a{
    color: inherit;
    text-decoration: none;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

a:visited{
    /*color: #f73e6a;*/
    font-weight: 400;
}

a.color{
	color: #f73e6a;
}

.red{
  color: #f73e6a;
  cursor: pointer;
}

.color-red{
  color:#e40a0a;
  cursor: pointer;
}.color-green{
  color:#02c976;
  cursor: pointer;
}.color-blue{
  color:#0087e8;
  cursor: pointer;
}.color-yellow{
  color:#eba910;
  cursor: pointer;
}.color-orange{
  color:#f5570d;
  cursor: pointer;
}.color-white{
  color:#fff;
  cursor: pointer;
}

a:hover{
	font-weight: 400;
}

i{
  align-self: baseline;
  line-height: 100%;
}

table{
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}

table tr td,table tr th{
    border: 0.5px solid rgb(255, 255, 255);
    text-align: left;
    padding: 5px;
    border-collapse: collapse;
    vertical-align: sub;
  border-radius: 4px;
}

table input{
    border: none;
}
tr:nth-child(even){
    background: white;
}
tr:nth-child(odd){
    background: #eaf6ff;
}

th {
  color: #fff;
  font-weight: 400!important;
  font-size: 0.8em;
  background: #57b9ff;
  text-align: center;
  vertical-align: middle!important;
}

tfoot th{
  background: #0087e8;
}

.table-wrapper{
  width: 100%;
  overflow-x: auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
    
    .inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    }
    
    .flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    }
    
    .flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
    
    .flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    }
    
    .flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    }
    
    .flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    }
    
    .flex-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
    
    .flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    place-items: center;
    align-content: center;
    }
    
    
    .flex-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
    
    .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    }
    
    .space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    }
    
    .flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    
    .flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    }
    
    .flex-30{
      flex: 0 0 30%
    }
    .flex-40{
      flex: 0 0 40%
    }
    .flex-50{
      flex: 0 0 50%
    }
    .flex-60{
      flex: 0 0 30%
    }
    
    .display-table {
    display: table;
    }
    
    .grid {
    display: grid;
    gap: 10px;
    row-gap: 10px;
    }
    
    .grid-2-auto {
        grid-template-columns: auto auto;
    }
    
    .grid-2-egal {
        grid-template-columns: 1fr 1fr;
    }
    
    .grid-3-auto {
        grid-template-columns: auto auto auto;
    }
    
    .grid-3-egal {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .grid-4-auto {
        grid-template-columns: auto auto auto auto;
    }
    
    .grid-4-egal {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-5-auto {
      grid-template-columns: auto auto auto auto auto;
    }
    
    .grid-5-egal {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .grid-6-auto {
      grid-template-columns: auto auto auto auto auto auto;
    }
    
    .grid-6-egal {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      gap: 20px!important;
    }
    
    .grid-2-panel{
        grid-template-columns: 1fr 3fr;
    }
    .grid-2-lpanel{
        grid-template-columns: 3fr 1fr;
        justify-items: flex-start;
    }
    
    .grid-2-panel-content{
        grid-template-columns: 1fr 2fr;
    }

    .grid-2-admin-panel{
      grid-template-columns: 20% 80%;
    }

    .colspan-2{
        grid-column: 1/3;
    }
    .rowspan-2{
        grid-row: 1/3;
    }
    .width100{
      width: 100%;
    }
    
    .display-grid.grid-2-egal > div {
        padding: 10px;
        box-sizing: border-box;
    }
    
    .display-none, .hide {
        display: none;
    }

  .text-center{
    text-align: center;
  }
    
  .btn,input[type="submit"],input[type="button"],button{
    box-sizing: border-box;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border: none;
    border: 1px solid #333;
    background: transparent;
   color: #111;
    margin: 10px 0;
    width: fit-content;
    /* align-self: center; */
    cursor: pointer;
    max-width: 100%;
    transition: inherit;
    border-radius: 4px;
  }

  .btn:hover{
    background: #f73e6a;
    color: #fff;
    border: 1px solid #2796a0;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
  }

  .btn-success {
    color: #fff!important;
    background-color: #3fd898!important;
    border-color: #3fd898!important;
  }

  .btn.white{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  .btn-outline-danger {
    color: #d92550;
    border-color: #d92550;
  }
  .btn-danger {
    color: #fff;
    background-color: #d92550;
    border-color: #d92550;
  }
  .btn-danger:hover{
    background-color: #f73e6a;
  }
  .btn-primary {
    color: #fff!important;
    background-color: #3f6ad8!important;
    border-color: #3f6ad8!important;
  }
  .btn-outline-primary {
    color: #3f6ad8;
    border-color: #3f6ad8;
  }
  .btn-warning {
    color: #212529!important;
    background-color: #f7b924!important;
    border-color: #f7b924!important;
  }
  .btn-warning:hover{
    background-color: #eba910;
  }
  .btn-link {
    font-weight: 400;
    color: #1070b7;;
  }

  .btn .badge {
    margin-left: 8px;
  }
  .btn .badge {
      position: relative;
      top: -1px;
  }
  .badge {
      font-weight: bold;
      text-transform: uppercase;
      padding: 5px 10px;
      min-width: 19px;
      text-align: center;
  }

  .badge-primary {
    color: #fff;
    background-color: #3f6ad8;
  }
  .badge-primary {
      color: #fff;
      background-color: #3f6ad8;
  }
  .badge-pill {
      padding-right: .6em;
      padding-left: .6em;
      border-radius: 10rem;
  }

  .badge-danger {
    color: #fff;
    background-color: #d92550;
  }
  .badge-yellow {
    color: rgb(3, 3, 3);
    background-color: #d8d83f;
  }
  .badge-green {
    color: rgb(255, 255, 255);
    background-color: #54b079;
  }

  input[type="text"],input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="month"], input[type="email"],input[type="date"],input[type="datetime"],input[type="time"], select{
    
  }

  textarea{
    
  }

  label {
    display: block;
    cursor: pointer;
    line-height: 1;
    font-size: 1em;
  }

  .img-preview{
    width: auto;
    max-width: 160px;
    margin: 10px 0;
  }

  .mglr{
    margin: 0 10px!important;
    align-self: center;
  }

  .mg-80{
    margin-bottom: 80px!important;
  }
  .mg-40{
    margin-bottom: 40px!important;
  }
  .mg-20{
    margin-bottom: 20px!important;
  }
  .mg-10{
    margin-bottom: 10px!important;
  }

  .mgtb-20{
    margin: 20px 0!important;
  }

  .mgtb-40{
    margin: 40px 0!important;
  }

  .mt-12p{
    margin-top: 12%!important;
  }
  .mt-10p{
    margin-top: 10%!important;
  }
  .mt-80{
    margin-top: 80px!important;
  }
  .mt-40{
    margin-top: 40px!important;
  }
  .mt-30{
    margin-top: 30px!important;
  }
  .mt-20{
    margin-top: 20px!important;
  }
  .mt-10{
    margin-top: 10px!important;
  }
  

  .pd-10{
    padding: 10px!important;
  }
  .pd-20{
    padding: 20px!important;
  }
  .pd-30{
    padding: 30px!important;
  }
  .pd-40{
    padding: 40px!important;
  }

  .pdt-10{
    padding-top: 10px!important;
  }
  .pdt-20{
    padding-top: 20px!important;
  }
  .pdt-30{
    padding-top: 30px!important;
  }
  .pdt-40{
    padding-top: 40px!important;
  }

  .pdw-10{
    padding: 0 10px!important;
  }
  .pdw-20{
    padding: 0 20px!important;
  }
  .pdw-30{
    padding: 0 30px!important;
  }
  .pdw-40{
    padding: 0 40px!important;
  }

  .pdh-10{
    padding: 10px 0!important;
  }
  .pdh-20{
    padding: 20px 0!important;
  }
  .pdh-30{
    padding: 30px 0!important;
  }
  .pdh-40{
    padding: 40px 0!important;
  }

  .padding-hb{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }

  .h1 {
    font-size: xxx-large;
    margin: 0 0 20px;
}
.h2 {
    font-size: 1.7em;
    margin: 0 0 0.8rem;
}
.h3 {
    font-size: 1.4em;
    margin: 0 0 0.5rem;
}
.h4 {
    font-size: 1.2em;
    margin: 0 0 0.5rem;
}
.h5 {
    font-size: 1.2em;
    margin: 0 0 0.5rem;
    font-weight: 400;
}
.h6 {
  font-size: 1em;
  margin: 0 0 0.5rem;
  font-weight: 400;
}


.tools-bar,.onglet-menu {
    list-style: none;
    margin: 0px 10px;
    display: flex;
    justify-content: left;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid silver;
  }
    .menu-bar > li, .tools-bar > li, .onglet-menu > a{
      padding: 6px;
      padding-left: 20px;
      padding-right: 20px;
      border-top: 1px solid grey;
      border-right: 1px solid grey;
      border-left: 1px solid grey;
      border-radius: 8px 8px 0px 0px;
      margin: 0 2px;
      /*
      border-bottom: 1px solid #cecece;
      border-radius: 8px 8px 0px 0px;
      background: rgb(245, 244, 244);*/
      background: #f1f1f1;
     color: #111;						
      cursor: pointer;
      transition: 0.2s cubic-bezier(0.32, 0.5, 0.17, 1);
    }
    
    .menu-bar li:hover, .tools-bar li:hover, .onglet-menu > a:hover{
      background: #fff;
     color: #111;
      border: 1px solid #cecece;
      border-top: 2px solid #cecece;
      border-bottom: none;
    }
    
  .menu-bar li.active{
    background: #fff;
   color: #111;
    border: 1px solid #cecece;
    border-top: 4px solid #cecece;
    border-bottom: none;
    font-size: 0,9em;
  }
  .tools-bar li.active, .onglet-menu a.active{
    
    background: #f73e6a;
    color: #fff;
    /* border: 1px solid #cecece; */
    /* border-top: 4px solid #cecece; */
    border: none;
    border-radius: 8px 8px 0 0;
    font-size: 0,9em;
    font-weight: bold;
    BOX-SHADOW: 2px -2px 10px rgb(0 0 0 / 30%);
    transform: scale(1.1);
  }
  
  .tools-bar li img,.onglet-menu a img, .action img, .button-content img{
    width: 20px;
    margin: auto 10px;
    vertical-align: middle;
    display: inline-block;
  }
  .action img:hover, .button-content img:hover{
    cursor: pointer;
    transform: scale(1.2); 
  }
  
  .ongletContent{
    z-index: 5;
    height: fit-content;
    /* position: absolute; */
    background: #fdfdfd;
    padding: 10px;
    height: auto;
    display: none;
    opacity: 0;
  }
  
  .ongletContent.actif{
    left: 0;
    opacity: 1;
    display: block;
  }
  
  .table-responsive{
    overflow: auto;
  }
  
  caption {
    font-size: 1.3em;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
  }

  
.input-container,.select-container,.input-multiple-container {
    display: flex;
	height: 31px;
	margin: 5px 0;
	border: 1px solid #d7d0d0;
	padding: 5px;
	border-radius: 5px;
	background: transparent;
	max-width: 100%;
  position: relative;
}

.input-multiple-container{
	height: 120px;
	border: none;
	padding: 0;
}
.input-multiple-container select{
	width: 100%;
	border-radius: 5px;
}
.input-multiple-container select option{
	padding: 10px 14px;
}
.input-multiple-container select option:current{
	background:#f73e6a;
}

.textarea-container {
    display: flex;
	height: 60px;
	margin: 10px 0;
	border: 1px solid #d7d0d0;
	padding: 10px 6px;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	max-width: 100%;
}

.input-container > input, .input-container > select {
    flex: 1;
	border: none;	
	outline: none;
	max-width: 100%;

    background: transparent;
    user-select: none;
}

.select-container{
	height: 150px;
}
.textarea-container textarea {
	flex: 1;
	border: none;	
	outline: none;
	resize: none;
	height: 100%;
	width: 100%;
    background: transparent;
    user-select: none;
}

.input-container > label, .textarea-container > label, .select-container label{
    width: 30px;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
		background-position-x: 0%;
		background-position-y: 0%;
		background-repeat: repeat;
		background-size: auto;
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}


i{
  vertical-align: middle;
  align-self: center!important;
  place-self: center;
}

.colored{
  color: #2eb7c5!important;
}

ul.list{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list li{
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list.flex li{
  margin: 0 20px;
}


.levels-form{
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
  }
  
  .step-wrapper{
    position: relative;
    top: 0;
    display: none;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transform: translate(-40px,0);
  }
  .step-wrapper.actif{
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    flex: 1 0 80%;
  }
  
  .step-controllers-wrapper {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .step-up,.step-down{
    border-radius: 8px;
    background: #eba910;
    color: #222;
    font-weight: 400;
    height: 30px;
    width: 30px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
  }
  
  .file-input-container {
    height: 50px;
    border: 1px solid #c0c0c040;
    padding: 10px;
    margin: 10px 0;
    background: #c0c0c040;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .file-input-container input{
    border: none;
    visibility: none;
    z-index: 2;
    height: 100%!important;
    width: 100%!important;
    align-self: center;
    opacity: 0;
  }
  
  .file-input-container::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #e6e6e6;
    align-self: center;
    content: 'Drop your file here';
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f6f6f;
    font-weight: 400;
  }
  
  input[type="radio"],input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    margin: 5px 10px 15px 0;
    height: 20px;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
  }
  
  label.input_radio {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  .input_radio i {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    font-size: 1.5em;
    color: #3f6ad8;
  }
  
  
  .successfull{
    background-color: #3fd898a1;
    color: #14905d;
    border-radius: 8px;
    padding: 10px;
    margin: 20px 0;
  }
  
  .faillure{
    background-color: rgba(255, 99, 71, 0.643);
    color: #e40a0a;
    border-radius: 8px;
    padding: 10px;
    margin: 20px 0;
  }
  
  
  .citylist{
      left: 10px;
      position: absolute;
      top: 104%;
      box-shadow: 0px 5px 8px rgba(0,0,0,0.35), 0px 10px 10px rgba(0,0,0,0.45);
      z-index: 2;
      width: 100%;
      max-height: 30vh;
      overflow: auto;
  }
  ul.auto{
    margin-top: 0px;
    background: #fff;
    color: #000;
    list-style: none;
    margin: 0;
    padding: 0px;
  }
  ul.auto li{
    padding: 10px 15px;
    cursor: pointer;
    color: black;
    margin: 0;
  }
  ul.auto li:hover{
    background: #f0f0f0;
  }

  /* personalisations */
  .theme-wrapper{
    background-color: #f0f2f3;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100vh;
    width: 100vw;
    color: #00040a;
    overflow: hidden;
  }

  .grey-text{
    color: #909293!important;
  }

  .logo{
    width: 120px;
  }

  .form-wrapper {
    height: 100vh;
    margin: 0;
    padding: 0;
    background: linear-gradient(-10deg, #5c4fa1, #041637 45%);
  }

  .login-form {
    position: relative;
    min-height: 70vh;
    height: auto;
    width: 40vw;
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.2);
  }

  .avatar-wrapper {
    position: absolute;
    top: -25px;
    right: -25px;
    background: #433f83;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 10px -8px 12px rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 2.2em;
  }

  .options-wrapper {
    box-sizing: border-box;
    height: 100vh;
    padding: 10px;
    color: #7da9d8;
    background: linear-gradient(-25deg, #5c4fa1, #041637 45%);
  }

  .option-title {
    color: #1882f4;
  }

  .options-wrapper .menu-item{
    box-sizing: border-box;
    position: relative;
    padding: 5px 15px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    user-select: none;
  }

  .options-wrapper .menu-item i{
    margin-right: 10px!important;
    min-width: 20px;
  }

  .options,.option-title{
    margin: 10px 0!important;
  }

  .options-wrapper .menu-item:hover{
    font-weight: 400;
  }

  .options-wrapper .menu-item::after{
    transition: inherit;
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0;
    width: 40px;
    background-color: #f0f2f3;
    right: 40px;
    place-self: center;
    align-self: center;
  }

  .options-wrapper .menu-item.active{
    border-radius: 5px;
    padding: 5px 20px;
    background-color: #f0f2f3;
    color: #041637;
  }

  .options-wrapper .menu-item.active::after{
    right: -25px;
    opacity: 1;
  }

  .work-wraper {
    padding: 10px 20px 20px 0;
    box-sizing: border-box;
    margin: 0;
  }

  .avatar {
    height: 50px;
    width: 50px;
    overflow: hidden;
    background-color: #dfdddd;
    display: flex;
    align-items: center;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.7);
  }
  .avatar i{
    place-self: center;
    margin: auto;
  }

  .notification-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .users-profile-wrapper,.notification-bell{
    display: flex;
    align-items: center;
    position: relative;
  }

  .users-profile-wrapper{
    flex: 1 0 60%;
    cursor: pointer;
    user-select: none;
  }

  .users-profile-wrapper:hover .h6, .users-profile-wrapper:hover > i{
    font-weight: 400;
    color: #2796a0;
  }

  .users-profile-wrapper.actif > i{
    transform: rotate(90deg);
  }

  .users-profile-wrapper > *{
    margin: 0 5px;
  }
  .users-profile-wrapper > i{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    align-self: center;
  }

  .notification-wrapper > div {
    margin: 0 5px;
  }

  .notification-bell {
    position: relative;
  }

  span.notification-counter {
    padding: 5px;
    border-radius: 50%;
    background: #f44336;
    color: #fff;
    height: 15px;
    font-weight: 300;
    width: 15px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -14px;
    font-size: small;
  }

  .dash-notification-wrapper{
    max-height: 70vh;
    max-width: 100%;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .profile-wrapper, .dash-notification-wrapper {
    position: absolute;
    top: 40px;
    right: -200%;
    background: #fff;
    padding: 15px;
    border-radius: 8px 0 8px 8px;
    z-index: 1;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.13);
  }
  .profile-wrapper.active, .dash-notification-wrapper.active{
    right: 0;
  }

  .profile-wrapper a:hover, .dash-notification-wrapper a:hover{
    font-weight: 200;
    color: #2796a0;
    transition: 'color' 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .notification-bell{
    cursor: pointer;
  }

  .notification-bell.active{
    color:rgb(210, 36, 5);
  }

  .main-container{
    position: relative;
    margin: 0;
    padding: 0;
  }

  .main-container .content{
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.03);
    width: -webkit-fill-available;
  }

  .content-wrapper{
    margin: 20px 0;
  }
  .dashboard-resume-wrapper {
    height: 13vh;
    position: relative;
  }
  .workflow {
    max-height: 85vh;
    overflow: hidden;
    padding-right: 10px;
  }
  .overflow-auto{
    max-height: 85vh;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    padding-bottom: 70px;
    box-sizing: border-box;
  }

  .ongletwrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
  }


  .onglet {
    background-color: #f0f2f3;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 12px 12px 0 0;
    /*box-shadow: 0px -1px 3px rgba(0,0,0,0.08);*/
    margin: 0 1px;
    cursor: pointer;
  }

  .onglet:hover{
    font-weight: 200;
    background-color: #ededed;
  }

  .onglet.active {
    background-color: #ffffff;
    font-weight: 300;
    border: 1px solid #ededed;
    border-bottom: none;
    /*box-shadow: 0px -2px 5px rgba(0,0,0,0.2);*/
  }

  .ongletcontent{
    display: none;
    opacity: 0;
    transform: translate(0,-100px);
  }

  .ongletcontent.active{
    display: block;
    opacity: 1;
    transform: translate(0,0);
  }



  .pending-action-form, .ongletcontent .wrapper {
    height: 70vh;
    overflow: auto;
  }

  .pending-action-form{
    display: none;
  }
  .pending-action-form.active{
    display: block;
  }

  .pending-consultant-list table{
    font-size: 0.8em!important;
  }
  .credit_btn{
    cursor: pointer;
  }


.project_resume_list {
  height: 54vh;
  overflow: auto;
}

.project_status{
  position: relative;
  margin: 0;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 400;
  width: fit-content;
}


.gant{
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  font-size: 0.7em;

  border-bottom: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0px 1px 4px rgb(0 0 0 / 5%);
}
.gant-period-wrapper{
  width: 100%;
  position: absolute;
  bottom: -30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gant-element{
  position: relative;
  column-gap: 5px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr;
}
.element-title{
  text-align: right;
}
.element-content{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  margin-bottom: 4px;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 0.7em;
  width: auto;
  overflow: hidden;
}

.element-value{
  width: 100%;
}

.green{
  background-color: #02c976;
  color: #fff;
}
.light-green{
  background-color: #9dd33f;
  color: rgb(30, 30, 30);
}
.yellow{
  background-color: gold;
  color: rgb(30, 30, 30);
}
.orange{
  background-color: rgb(255, 128, 0);
  color: rgb(30, 30, 30);
}
.passed{
  background-color: #e40a0a;
  color: #fff;
}

.hide{
  display: none;
}
.small{
  font-size: 0.7em;
}

.email_item_wrapper{
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
}

.email_item_wrapper:nth-child(odd){
  background-color: #75daf62d;
}

#send_mail_btn{
  background-color: #fff;
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 1;
}
form.ajax{
  position: relative;
}

.card {
  height: max-content;
  position: relative;
  overflow: hidden;
  /* box-shadow: 0px 8px 18px rgb(0 0 0 / 30%); */
}

.control-wrapper {
  position: relative;
}

.control-body {
  font-size: 0.7em;
  color: #898989;
}

.appointement-status-band {
  position: relative;
  top: 0;
  left: 0;
}

.appointement-status-band .start {
  position: absolute;
  left: 0;
  top: -15px;
}

.appointement-status-band .end {
  position: absolute;
  right: 0;
  top: -15px;
}

.status-band {
  position: relative;
  height: 12px;
  width: 100%;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 4px;
  margin: 15px 0 10px 0;
}

.status {
  height: 100%;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600!important;
}

.card-header-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification{
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0;
}

.menu, .menus, .menu2{
  display: none;
}
  /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .menu,.menus,.menu2{
    place-self: center;
    display: contents;
    z-index: 1;
  }
  .menu.active,.menu2.active{
    z-index: 9;
    color: #fff;
    background-color: #e40a0a;
    padding: 5px;
    border-radius: 50%;
  }
  .menus {
    width: 40px;
    overflow: hidden;
    display: inline-flex;
  }

  .users-profile-wrapper {
    flex: unset;
    cursor: pointer;
    user-select: none;
  }
  .login-form {
    position: relative;
    width: 80vw;
  }

  .grid, .flex{
    display: block;
  }

  .options-wrapper {
    position: absolute;
    top: 0;
    right: -105vw;
    width: 100%;
    z-index: 2;
  }
  .options-wrapper.active{
    right: 0;
  }
  .work-wraper {
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
    overflow: auto;
    min-height: 100vh;
    /* height: auto; */
    overflow-x: hidden;
  }
  .workflow {
    max-height: unset;
    /* height: 100%; */
    overflow: auto;
    padding-right: 0px;
    padding-bottom: 80px;
  }


  .theme-wrapper {
    background-color: #f0f2f3;
    padding: 0;
    margin: 0;
    position: relative;
    height: auto;
    width: 100vw;
    color: #00040a;
    /* overflow: auto; */
  }
  .form-wrapper{
    display: flex;
  }
  .login-form {
    position: relative;
    /* width: 80vw; */
  }
  .login-form {
    position: relative;
    min-height: unset;
    height: auto;
    /* width: 40vw; */
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.2);
    padding: 20px;
    padding-top: 40px;
    margin: 0 30px;
  }

  .pending-action-form, .ongletcontent .wrapper {
    height: 59vh;
    overflow: auto;
  }

  .project_resume_list {
    height: 54vh;
    width: -webkit-fill-available;
    overflow: auto;
    padding: 20px 0;
  }

  .header-wrapper {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    align-items: flex-end;
  }

  .ongletcontent.active {
    overflow: auto;
  }
  .main-container {
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 40px;
  }
  .overflow-auto {
    max-height: unset!important;
    overflow: visible!important;
    padding: 0;
    box-sizing: border-box;
  }
  .card {
    margin: 20px 0;
  }
  .doc-wrapper {
    padding: 30px 0;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .width100 {
    box-sizing: border-box;
  }
  .logo-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-options-wrapper {
    padding-top: 10px;
  }

  .pending-action-form, .ongletcontent .wrapper {
    height: auto;
  }

  .avatar-wrapper {
    top: -60px;
    place-self: center;
    align-self: center;
    right: 0;
    transform: translate(-30vw, 0px);
    display: flex;
  }
}