@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Glyphicons Halflings';
  
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-right: 5px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}

table caption{
  text-align: left;
}

tr:nth-child(even) td{
  background: rgba(12, 37, 100, 0.09)!important;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  overflow-y: auto;
  background-image: -webkit-linear-gradient(45deg, rgb(224, 224, 224) 10%, #f1f1f1 100%);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent!important;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #403f3e;
  font-weight: 300;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #403f3e;
  opacity: 1;
  font-weight: 300;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #403f3e;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #403f3e;
  font-weight: 300;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #403f3e;
  font-weight: 300;
}

*{
	-webkit-transition: all 0.2s cubic-bezier(0.17,.67,.83,.67);
	-moz-transition: all 0.2s cubic-bezier(0.17,.67,.83,.67);
	-o-transition: all 0.2s cubic-bezier(0.17,.67,.83,.67);
	transition: all 0.2s cubic-bezier(0.17,.67,.83,.67);
}

.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;
    /*place-items: center;
    place-content: 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;
  }
  
  .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;
  }
  
  .display-table {
    display: table;
  }
  
  .grid {
    display: grid;
    gap: 10px;
  }
  
  .display-none{
      display: none!important;
  }
  
  .grid-2-column-auto {
      grid-template-columns: auto auto;
  }
  
  .grid-2-column-egal {
      grid-template-columns: 1fr 1fr;
  }
  
  .grid-3-column-auto {
      grid-template-columns: auto auto auto;
  }
  
  .grid-3-column-egal {
      grid-template-columns: 1fr 1fr 1fr;
  }
  
  .grid-4-column-auto {
      grid-template-columns: auto auto auto auto;
  }
  
  .grid-4-column-egal {
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid-5-column-egal {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  
  .grid-2-column-panel{
      grid-template-columns: 1fr 3fr;
  }

  .grid-2-column-lpanel{
    grid-template-columns: 3fr 1fr;
  }
  
  .grid-2-column-panel-content{
      grid-template-columns: 1fr 2fr;
  }
  
  .grid-2-span{
      grid-column: 1/3;
  }
  
  .align-items{
      align-items:flex-start;
      column-gap: 40px;
  }
  
  img{
      width: 100%;
  }
  
  .icone{
      width: 40px;
      box-sizing: border-box;
      padding: 10px;
      background: #fff;
      vertical-align: middle;
      margin-right: 10px;
      border-radius: 6px;
  }
  
  main{
    height: 100%;
    width: 100%;
      margin: 0;
      padding: 0;
      position: relative;
  }

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

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

  .pdb-10{
    padding-bottom: 10px;
  }.pdb-20{
    padding-bottom: 20px;
  }.pdb-30{
    padding-bottom: 30px;
  }.pdb-40{
    padding-bottom: 40px;
  }
  

  .mg-10{
    margin: 10px;
  }.mg-20{
    margin: 20px;
  }.mg-30{
    margin: 30px;
  }.mg-40{
    margin: 40px;
  }

  .mgt-10{
    margin-top: 10px;
  }.mgt-20{
    margin-top: 20px;
  }.mgt-30{
    margin-top: 30px;
  }.mgt-40{
    margin-top: 40px;
  }

  .mgb-10{
    margin-bottom: 10px;
  }.mgb-20{
    margin-bottom: 20px;
  }.mgb-30{
    margin-bottom: 30px;
  }.mgb-40{
    margin-bottom: 40px;
  }

  .mgr-10{
    margin-right: 10px;
  }.mgr-20{
    margin-right: 20px;
  }.mgr-30{
    margin-right: 30px;
  }.mgr-40{
    margin-right: 40px;
  }

/* CSS */
.btn {
  appearance: none;
  background-color: #2c8aee!important;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing:content-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
    margin-top: 20px;
    width:fit-content;

}

.btn:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.btn:hover {
  background-color: #2276d0;
}

.btn:focus {
  box-shadow: rgba(30, 123, 223, 0.4) 0 0 0 3px;
  outline: none;
}

.btn:disabled {
  background-color: #94a5d3;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.btn:active {
  background-color: #076ec8;
  box-shadow: rgba(12, 37, 100, 0.2) 0 1px 0 inset;
}

.btn-danger{
  background-color: coral!important;
  color: #fff;
}
.btn-static{
  background-color:#333!important;;
  color:#fff;
}


.float-label-field {
    border: none;
    outline: none;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .float-label-field input, select, .float-label-field textarea, input:not([type="radio"]), input:not([type="checkbox"]),input:not([type="submit"]),input:not([type="button"]), textarea{
    border: none;
    outline: none;
    padding: 5px 5px 8px 0px;
    width: 100%;
    font-size: inherit;
    border-bottom: solid 1px #efefef;
  }
  
  .float-label-field label, .parent_label {
    opacity: 0.5;
    position: absolute;
    top: 10px;
    left: 0px;
    transition: all 0.2s ease;
    font-size: inherit;
  }

  .parent_label {
    position: relative;
    opacity: 1;
  }

  .parent_label input[type="checkbox"], .parent_label [type="radio"]{
    width: auto;
  }
  
  .float-label-field.focus label, .parent_label.focus {
    color: #2c8aee;
  }

  .parent_label.focus > * {
    color:#403f3e;
  }
  .float-label-field.focus input, .float-label-field.focus textarea, .parent_label.focus input {
    border-bottom: solid 1px #2c8aee;
  }

  .float-label-field.float label {
    opacity: 1;
    top: -8px;
    font-size: 80%;
    transition: all 0.2s ease;
    font-weight: bold;
  }

  .float-label-field-select{
    border: none;
  }

  .float-label-field-select label {
    opacity: 0.5;
  }

  .float-label-field-select:active label{
    color: #2c8aee;
    opacity: 1;
  }

.items-center{
    display: flex;
    place-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.con-form-wrapper{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    place-self: center;
    max-width: 40%;
    padding: 40px;
    border-radius: 4px;
    height: auto;
    background-color: white;
    box-shadow: 0px 0px 3px 2px rgba(12, 37, 100, 0.09);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.form-header{
    text-align: center;
    padding-bottom: 20px;
}

.form-notification-toper-bar{
    width: 100%;
    height: 5px;
    background-color: transparent;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.success_bg{
    background-color: rgb(101, 226, 203);
    color:cadetblue;
}
.faillure_bg{
    background-color: rgb(226, 101, 101);
    color:rgb(255, 255, 255);
}
.safe_bg{
  background-color: rgb(101, 109, 226);
  color:#fff;
}

.notification_bulb{
  padding: 5px;
  border-radius: 8px;
  break-inside: avoid;
  display: ruby;
}

.resultats{
  padding: 5px 8px;
}

.hide{
    display: none;
}

.application_wrapper{
  width: 100%;
  overflow: hidden;
}

.application_header{
  padding: 10px;
  box-shadow: 0px 0px 2px 2px rgba(12, 37, 100, 0.15);
  background-color: #2c8aee;
  color: #fff;
}

.notification-counter,.user-name{
  position: relative;
  cursor: pointer;
}
.notification-counter .numbers{
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  background-color: tomato;
  padding: 5px;
  font-size: smaller;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-wrapper{
  position: relative;
}

.notification-container, .profile-content{
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 0px;
  visibility:hidden;
  transform: translate(0,30px);
  opacity: 0;
  transition: all 0.2s ease;
  padding: 10px;
  border-radius: 4px;
  z-index: 2;
  width: auto;
  min-width: 150px;
  max-height: 40vh;
  overflow: hidden;
  overflow-y: auto;
}
.notification-container.actif, .profile-content.actif{
  visibility: visible;
  transform: (0,0);
  opacity: 1;
  box-shadow: 0px 4px 8px rgba(12, 37, 100, 0.09);
  color:#999;
}


.notification-card{
  border-bottom: 1px solid rgba(12, 37, 100, 0.09);
}

.application_container{
  align-content: baseline;
  box-sizing: border-box;
  height: 100%;
}

.menu-wrapper{
  position: relative;
  height: 90vh;
}
.menu-wrapper::after{
  content: '';
  position: absolute;
  width: 100%;
  background-color: #2c8aee;
  height: 5px;
  right: 0;
  bottom: 0;
}

.sheet{
  min-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(12, 37, 100, 0.15);
}

.sheet.height{
  height:100%;
  background: #2c8aee08;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

.menu-item{
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.menu-item:hover, .menu-item.active{
  font-weight: 600;
  color: #2c8aee;
}

.sheet-content{
  position: relative;
}

.sheet-container{
  position: absolute;
  top: 0;
  left: 0;
  visibility:hidden;
  transform: translate(-50px,0);
  opacity: 0;
  transition: all 0.2s ease;
  padding: 10px;
}

/*
.sheet-container::after{
  content: '';
  position: absolute;
  width: 100%;
  background-color: #2c8aee;
  height: 5px;
  right: 0;
  bottom: 0;
}
*/
.sheet-container.actif{
  visibility: visible;
  transform: translate(0,0);
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  background: #fff;
  max-height: 88vh;
  overflow: auto;
}


.tools-bar,.onglet-menu {
  list-style: none;
  margin: 0px;
  padding-top: 10px;
  padding-left: 0px;
  display: flex;
  justify-content: left;
  background: rgb(255, 255, 255);
}
  .menu-bar > li, .tools-bar > li, .onglet-menu > a{
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #2c8aee;
    /*border-radius: 8px 8px 0px 0px;
    background: rgb(245, 244, 244);*/
    color: #333;						
    cursor: pointer;
    
  }
  
  .menu-bar li:hover, .tools-bar li:hover, .onglet-menu > a:hover{
    background: #fff;
    color: #333;
    border: 1px solid #2c8aee;
    border-top: 2px solid #2c8aee;
    border-bottom: none;
  }
  
.menu-bar li.active{
  background: #fff;
  color: #333;
  border: 1px solid #2c8aee;
  border-top: 4px solid #2c8aee;
  border-bottom: none;
  font-size: 0,9em;
}
.tools-bar li.active, .onglet-menu a.active{
  background: #fff;
  color: #333;
  border: 1px solid #2c8aee;
  border-top: 4px solid #2c8aee;
  border-bottom: none;
  font-size: 0,9em;
  font-weight: bold;
}

.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{
  /*display: block;*/
  left: 0;
  opacity: 1;
  display: block;
  overflow-y: auto;
}


.img-wrapper{
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  place-items: center;
  justify-content: center;
  align-items: center;
}

.cart-wrapper .img-wrapper{
  width: 200px;
}
.img-wrapper img{width: 100%;}
/* DROP DOWN WITH SEARCH OPTIONS */
.dropdownsearch{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
    font-family: 'Ubuntu', sans-serif;

}
.options{
  margin:1rem;
  max-width:350px;
  width:50%;  
  height:250px;
}
@media(max-width:34em){
  .main{
    min-width:150px;
    width:auto;
  }
}
.dropdownsearch select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}
/* END OF DROP DOWN CODE */

.stats{
  padding: 20px;
  box-sizing: border-box;
}

.ranking_wrapper{
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  overflow: auto;
  width: 96%;
  height: 30vh;
}

.ranking_element{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.ranking_element .names{
  font-size: 0.6em;
}

.ranking_element .band{
  position: relative;
  background-color: #ddd;
  border-radius: 8px;
  height: 8px;
  width: 100%;
}

.ranking_element .band_value{
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 3;
}

.band_width{
  height: 100%;
  border: 8px;
}

.color-1{
  background-color: #076ec8;
}
.color-2{
  background-color: #07abc8;
}
.color-3{
  background-color: #07c85b;
}
.color-4{
  background-color: #71c807;
}
.color-5{
  background-color: #c5c807;
}
.color-6{
  background-color: #c89107;
}
.color-7{
  background-color: #e8a908;
}
.color-8{
  background-color: #e46504;
}
.color-9{
  background-color: #f56600;
}
.color-10{
  background-color: #f70000;
}

@media(max-width:580px){
  body,html{
    height: 100vh;

  }
  .grid,.flex{
    display: contents;
  }
  .hide{
    display: none;
  }

  .con-form-wrapper {
    max-width: 90%;
    padding: 20px;
    box-sizing: border-box;
  }

  .header-title .h5{
    display: none;
  }

  .application_header {
    display: flex;
    flex-wrap: nowrap;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    box-sizing: border-box;
  }

  .header-notification{
    display: flex;
  }

  .profile-wrapper{
    text-align: end;
    box-sizing: border-box;
  }
  .profile-content.actif{
    display: flex;
    box-sizing: border-box;
  }

  .menu-wrapper {
    position: fixed;
    height: auto;
    width: 100%;
    top: 60px;
    z-index: 2;
    background: #e4e4e4;
    box-sizing: border-box;
  }

  .onglet-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .sheet-content{
    height: auto;
    min-height: 70vh;
    margin-top: 70%;
    box-sizing: border-box;
  }

  .del_btn{
    display: flex;
  }

  
}