html{
    margin: 0;
    padding: 0;
    position: relative;

    overflow-x: hidden;
}
body{
	overflow-x: hidden;
    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: 0.9rem;
  font-weight: 200;
  line-height: 1.5;
  color: #495057;
    box-sizing: border-box;
    position: relative;
}
main{
  position: relative;
  margin: 0;
  padding: 0;
}

*{
	-webkit-transition: all 0.6s cubic-bezier(0.35, 0.11, 0, 0.22);
	-moz-transition: all 0.6s cubic-bezier(0.35, 0.11, 0, 0.22);
	-o-transition: all 0.6s cubic-bezier(0.35, 0.11, 0, 0.22);
  transition: all 0.6s cubic-bezier(0.35, 0.11, 0, 0.22);
}

::-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 #d92550;
  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: bottom;
      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: #d92550;*/
    font-weight: 400;
}

a.color{
	color: #d92550;
}

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 silver;
    text-align: left;
    padding: 5px;
    border-collapse: collapse;
    vertical-align: sub;
}

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

th {
    background: #290d3a;
    color: #fff;
}

.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: 40px;
    }
    
    .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: 2fr 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;
    }
    
    .display-grid.grid-2-egal > div {
        padding: 10px;
        box-sizing: border-box;
    }
    
    .display-none {
        display: none;
    }
    
  .btn,input[type="submit"],input[type="button"],button{
    box-sizing: border-box;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border: none;
    background: #d92550;
    color: #fff;
    margin: 0px 5px 5px 0px;
    /* align-self: center; */
    cursor: pointer;
    max-width: 100%;
    transition: inherit;
    border-radius: 8px;
  }

  .btn:hover{
    background: #d92550;
    border-radius: 8px;
  }

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

  .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: #d92550;
  }
  .btn-primary {
    color: #fff;
    background-color: #3f6ad8;
    border-color: #3f6ad8;
  }
  .btn-outline-primary {
    color: #3f6ad8;
    border-color: #3f6ad8;
  }
  .btn-warning {
    color: #212529;
    background-color: #f7b924;
    border-color: #f7b924;
  }
  .btn-warning:hover{
    background-color: #eba910;
  }
  .btn-link {
    font-weight: 400;
    color: #3f6ad8;
  }

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

  .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;
  }

  .del_btn{
    cursor: pointer;
  }

  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{
    display: block;
    width: 100%;
    padding: 0.8rem;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
  }

  textarea{
    display: block;
    width: 100%;
    padding: 0.8rem;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    resize: none;
    height: 150px;
    margin:5px 0;
    border-radius: 5px;
  }

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

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

  .auto_update{
    border: none!important;
    background-color: transparent!important;
    box-shadow: none!important;
  }

  .auto_update:focus{
    background-color: #fff!important;
    background-image: none!important;
    background-clip: padding-box!important;
    border: 1px solid rgba(0, 0, 0, 0.15)!important;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
  }

  .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;
  }
  .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;
  }

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

  .pdh-10{
    padding: 10px 0;
  }
  .pdh-20{
    padding: 20px 0;
  }
  .pdh-30{
    padding: 30px 0;
  }
  .pdh-40{
    padding: 40px 0;
  }
/*
  
    *** ICI COMMENCE LE CODE PERSONNALISE ***

*/
  .landing-section {
    position: relative;
    display: block;
    max-height: 40vh;
    padding: 0 10%;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
}

.landing-section::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    height: 40vh;
    width: 100%;
    background-color: rgb(0 0 0 / 32%);
}

.hero_video {
  position: fixed;
  right: 0%;
  bottom: 20%;
  left: 0%;
  z-index: -100;
  height: 100%;
  width: 100%;
  margin: auto;
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero_video {
  background-image: url('../images/hero-volcano.jpg');
}

.main-header{
    position: absolute;
    top: 0;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px!important;
    z-index: 9;
    color: #fff;
    text-shadow: 0 0 2px black;
}

.main-navigation-wrapper {
  position: fixed;
  top: 20vh;
  left: 0;
  width: 100%;
  padding: 5% 10%;
  box-sizing: border-box;
  background: #fff;
  color: #222;
  z-index: 9;
  transform: translate(0,0);
  box-shadow: 0px 1px 20px, 0px 5px 40px;
  border-radius: 0 0 20px 20px;
}

.logo-wrapper{
  width: 50px;
}

.logo-wrapper img{
    margin-right: 10px;
}

ul.menu,ul.menu-content,.submenu-wrapper {
    list-style: none;
    padding: 0!important;
    margin: 0!important;
}

.colored {
  color: #d92550;
}

.menu-item{
    padding: 10px;
    cursor: pointer;
    width: max-content;

}
.menu-item:hover, .menu-item.actif {
  color: /*#eaf460*/#d92550;
  font-weight: 500;
}

.menu-item a{
  line-height: 0vmax;
  width: 100%;
}

.image-wrapper {
    width: 100%;
    max-height: 130px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
}

/*
.products-wrapper .image-wrapper {
  min-height: 120px;
}*/

.rowspan-2 .image-wrapper{
    max-height: 320px;
}

.image-wrapper img{
    width: 100%;
}

.grid-6-egal .image-wrapper{
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 0;
}

.content-title {
  font-weight: 500;
  padding: 10px;
}

.city-wrapper .card-content{
  box-shadow: 0px 20px 30px rgba(0,0,0,0.2);
}

.timeline {
    background: #d92550;
    color: #fff;
    padding: 5px;
    width: fit-content;
    font-weight: 400;
    box-shadow: 0px 2px 4px rgb(255 0 0 / 20%);
}

p.article-title {
    font-weight: 500;
}

/*
.card-content {
    padding: 10px 0;
}
*/

.city-wrapper .card-content {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  padding: 0;
}

.wrapper{
  padding: 0 15%;
}

section.wrapper {
    background: #fff;
    padding: 5% 15%;
    box-sizing: border-box;
    min-height: 60vh;
}

.bg-black {
    background: #dedede!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;
}


.footer-content.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #020202;
  color: silver;
  padding: 10px 0;
}


.top-btn {
  height: 40px;
  width: 40px;
  border-radius: 3rem;
  background: #141415;
  display: flex;
  justify-content: center;
  align-items: center;
  place-items: center;
  color: #fff;
  position: absolute;
  bottom: 4.5rem;
  right: 15px;
  cursor: pointer;
  box-shadow: 0px 8px 10px rgb(255 0 0 / 20%);
}

.asavoir .card{
  position: relative;
}

.asavoir .h4{
  position: absolute;
  color: #fff;
  top: 40%;
  padding: 0 20px;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 40%), 3px 2px 8px #000;
}

.landing-page{
  background: url("../images/bg.png")!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-origin:border-box!important;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  color: #fff!important;
  text-shadow: 0 0px 2px #000;
  background: rgb(0 0 0 / 54%)!important;
}

.landing-page-sub {
  background: url("../images/chambre 1.jpeg")!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-origin:border-box!important;
}

.landing-page .card-content{
  width: 60%;
  margin-top: 10%;
}

.height-auto{
  height: fit-content!important;
  min-height: unset!important;
}

.left{
  align-self: flex-start;
  justify-self: left;
}


.card-content {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.footer {
  background: #f3f3f3;
  padding: 5% 15%;
}

.footer .menu-item{
  padding: 0;
  margin: 10px 0;
}

.footer .flex a, .footer .flex span {
  margin-right: 10px;
}

.bottom {
  border-top: 1px solid silver;
  margin-top: 40px;
  padding-top: 20px;
}

ul.menu-wrapper {
  list-style: none!important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav.position {
  margin-top: 20px;
}


.product-details {
  position: absolute;
  right: 10px;
  top: 20%;
  text-align: end;
}

.product-details span{
  padding: 5px;
  box-sizing: border-box;
  background: cornflowerblue;
  color: #fff;
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 0.8em;
  align-self: right;
}

.product-details span:nth-child(3){
  background: cornflowerblue;
}
.product-details span:nth-child(1){
  background: #495057;
}
.product-details span:nth-child(2){
  background: orange;
}
.login-wrapper{
  background: url("../images/goma1.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-origin: border-box;
  height: 100vh;
  color: #fff!important;
}
.login-wrapper::after{
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg,rgb(0, 26, 51),#14194b ,#000 );
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 1;
}
.login-wrapper .wrapper{
  position: relative;
  z-index: 2;
  height: 100%;
}
.login-form-wrapper{
  box-sizing: border-box;
  padding: 5%;
  max-width: 60%;
  backdrop-filter: blur(2px);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.3), 0px 0px 20px rgba(0,0,0,0.1);
}

.login-form-wrapper form{
  padding: 20px;
}

.success_notification {
  background: #c1f9c1;
  border-radius: 8px;
  padding: 5px;
  border: 1px solid #38d838;
  color: green;
}

.faillure_notification {
  background: #ffc8c4;
  border-radius: 8px;
  padding: 5px;
  border: 1px solid #f16c62;
  color: #d02619;
}

.dashboard-wrappper {
  height: 100vh;
  min-height: 100vh;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.menu-board {
  background: #11091d;
  padding: 10px 20px;
  color: #999;
}

.main-frame{
  background: #e2e2e2;
}

.avatar {
  width: 20px;
  margin-right: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: baseline;
}

.avatar-wrapper {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.menu-board .menu-wrapper .menu-item:hover, .menu-board .menu-wrapper .menu-item.actif{
  background: rgb(170 0 0 / 27%);
  width: 100%;
  color:rgb(228, 228, 228)!important;
  border-radius: 20px;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.6);
}

.header-bar {
  padding: 10px 20px;
  background: #fff;
  height: max-content;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}

.header-bar span{
  padding: 10px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.header-bar span:hover,.header-bar span.actif{
  color:#d92550;
}

.counter {
  background: #d92550;
  color: #fff!important;
  border-radius: 50%;
  padding: 5px!important;
  position: absolute!important;
  z-index: 1;
  height: 10px;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7em;
  top: 5px;
  right: -15px;
}

i{
  font-size: 1.3em;
}

.board-content-wrapper {
  padding: 0 20px 0 0;
  overflow: auto;
  OVERFLOW-X: hidden;
}

.widget {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  cursor: pointer;
  box-shadow: 1px 2px 8px rgb(0 0 0 / 15%);
}

.widget-icon {
  padding: 20px;
  background: #d92550;
  color: #fff;
}

.widget-content {
  padding: 10px;
  box-sizing: border-box;
}

.card {
  min-height: 20vh;
  background: #fff;
  padding: 10px;
  box-shadow: 1px 2px 8px rgb(0 0 0 / 15%);
}

.card-content{
  width: 100%;
}


.mobile-menu-wrapper{
  background: #11091d;
  padding: 10px 20px;
  color: #999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9;
}

.menu-btn{
  position: relative;
  width: 30px;
  height: max-content;
  max-height: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-content:space-between;
}

.menu-btn span{
  height: 3px;
  margin: 3px 0;
  width: 100%;
  background: darkgray;
  transform-origin:left;
}

.container{
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
}

.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: #333;						
    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: #333;
    border: 1px solid #cecece;
    border-top: 2px solid #cecece;
    border-bottom: none;
  }
  
.menu-bar li.active{
  background: #fff;
  color: #333;
  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: #d92550;
  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%);
}

.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;
}

.menu-item i {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}

/* For wide screen */
@media screen and (min-width: 1800px){
  .image-wrapper {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
  }

  .rowspan-2 .image-wrapper{
    max-height: 380px;
  }

  .landing-section {
    padding: 0 25%;
  }

  section.wrapper {
    background: #fff;
    padding: 5% 15%;
    box-sizing: border-box;
  }

  .main-navigation-wrapper {
    padding: 5% 15%;
    top: 10vh;
  }
}
/* For smartphones */
@media screen and (max-width: 800px) {
  .grid{
    display: grid;
    justify-content: end;
    align-items: flex-start;
  }
  .flex{
    display: flex;
  }
  .grid-2-egal,.grid-3-egal,.grid-4-egal,.grid-5-egal{
    grid-template-columns: 1fr 1fr;
  }

  .main-navigation-wrapper {
    top: 8vh;
    left: 0;
    width: 100%;
    height: 92vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
  }

  .landing-page .card-content {
    width: auto;
    margin-top: 50%;
  }
  .image-wrapper {
    max-height: 180px;
  }

  .grid-6-egal .image-wrapper {
    max-height: 180px;
  }
  .card-content {
    margin-bottom: 20px;
  }

  .h1 {
    font-size: xx-large;
    margin: 0 0 20px;
  }

  .city-wrapper.grid.grid-6-egal {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr!important;
  }

  .logo-wrapper {
    width: 50px;
  }

  ul.menu-wrapper {
    display: flex;
  }

  .footer {
    background: #f3f3f3;
    padding: 5%;
  }

  .menu-board {
    position: absolute;
    width: 100%;
    top: -100vh;
    left: 0;
    z-index: 9;
  }
  .menu-board.actif{
    top: 0;
  }
  .board-content-wrapper {
    padding: 0 10px;
    margin-top: 100px;
  }

  .login-form-wrapper {
    max-width: unset;
    display: flex;
  }

  .login-wrapper .wrapper {
    display: flex;
  }

  .wrapper {
    padding: 0 5%;
  }

  .mobile-menu-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-board .avatar-wrapper{
    display: none;
  }

  .avatar-wrapper {
    border-bottom: unset;
    padding-bottom: unset;
    margin-bottom: unset;
  }

  .dashboard-wrappper {
    height: auto;
  }

  .tools-bar, .onglet-menu {
    list-style: none;
    margin: 0px 0px 20px;
    padding: unset;
    display: grid;
    justify-content: left;
    background: rgb(255, 255, 255);
    grid-template-columns: 1fr 1fr;
  }

  .tools-bar li.active, .onglet-menu a.active{
    transform: unset();
  }
}
@media screen and (max-width: 768px) {
  .grid,.flex{
    display: block;
    margin-bottom: 20px;
  }
  .grid > *{
    margin-bottom: 20px;
  }

  .landing-section {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
  }
  section.wrapper{
    padding: 15px;
  }
  .header-top.flex {
    display: flex;
    align-items: end;
    align-content: center;
  }
  .logo-wrapper.flex {
    display: flex;
    align-items: center;
  }
  
  .logo-wrapper img {
    width: 100%;
    margin-right: 5px;
  }
  .logo-wrapper .h3{
    margin: 0;
  }
  .header-top {
    margin-bottom: 20px;
  }
  .main-header {
    padding: 20px 15px;
  }

  video{
    width: auto;
    height: 100%;
  }

  .funds-list {
    display: grid;
  }

  .widget{
    margin: 0;
  }
    
}

.menu-shifeted{
  transform: translate(0,-200vh);
}
.hide{
  display: none!important;
}
.short{
  width: 0%!important;
  transform: translate(10px,0);
}
.header-shifted{
  position: fixed!important;
  width: 100%!important;
}