html,
body,
.text {
  width: 100%;
  height: 100%;
}

/* header */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  width: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #666; 
  border-radius: 10px;
  width: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.modal-backdrop {
    z-index: 0 !important;
}
.modal-dialog {
    margin: 2px auto;
    z-index: 100 !important;
}

.header {
  /* position: absolute;
  top: 0; */
  text-align: center;
  height: 90%;
  color: white;
  /* background: url("../images/image2.jpg"); */
  background-color: aqua;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  /* position:20px; */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}

.footer-back {
  background-color: rgb(88, 120, 163)
}

/* header h1 */

/* superposer les block */

.divider-card {
  width: 90%;
  height: 3px;
  background-color: black;
  margin: auto;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

.block {
  /* position: absolute !important; */
  z-index: 4;
  /* margin-top: 50px; */
  /* margin-left: 9%; */
  margin-left: 17%;
  color: white;
}

select {
  width: 8em;
  color: rgb(81, 74, 65);
  /* border-bottom: 1px solid rgb(13, 13, 13); */
  border: 1px solid #666 !important;
  margin-left: 2em;
  padding: 10px;
  cursor: pointer;
}

select:focus {
  border: none;
  border-color: none;
}

.list-unstyled li {
  display: block;
}

ul {
  list-style: none;
}

.srch-ul li {
  position: relative;
  display: inline-block;
  margin-right: 5.7rem;
  border: none;
}

.ul-item li {
  position: relative;
  display: inline-table;
  border-right: 2px dashed;
  border-right-color: aliceblue;
  padding-right: 15px;
  margin: auto;
  margin-right: 40px;
}

.colordiv {
  width: 100%;
  height: 25vh;
  background-color: #f2f2f2;
}

.event-image {
  width: 100%;
  position: relative;
  z-index: 1;
}

.event-image img {
  width: 100%;
  margin: auto;
  height: 25vh;
  border-radius: 7px 7px 0px 0px;
}

.event-image .badge-card {
  position: absolute;
  z-index: 3;
  top: 10px;
  margin-left: 86%;
  width: 60px;
  height: 25px;
  padding: 2px;
  border-radius: 7px;
  color: aliceblue;
  background-color: aquamarine;
  /*   top:-40px; */
}

.abonne {
  position: absolute;
  z-index: 3;
  top: 45px;
  margin-left: 88%;
  width: 40px;
  height: 25px;
  border-radius: 7px;
  color: white;
  padding: 2px;
  background-color: blue;
}

.partage {
  position: absolute;
  z-index: 3;
  top: 85px;
  margin-left: 88%;
  width: 60px;
  color: white;
  width: 60px;
  height: 25px;
  padding: 2px;
  border-radius: 7px;
  background-color: red;
  border: 2px solid red;
  /*   top:-40px; */
}

/* rotation badge */

.rotation {
  transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -o-transform: rotate(25deg);
}

interet h1 {
  margin-top: 50px;
}

.amelioration {
  background-color: #e7ebf0;
}

.amelioration2 {
  background-color: #f2f2f2;
}

.interet .card {
  height: 250px;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  display: inline-block;
}

.name-card li .name {
  /*width: 40px;*/
  margin-left: -35px;
  /*margin-top: 30px;*/
  padding-right: 10px;
  border-right: 1px solid;
  border-right-color: #fff;
}

.name-card {
  margin-top: 120px;
}

.lower {
  width: 150px;
  /*background-image: url(images/voyage.jpg);*/
  padding: 30px;
  padding-left: 40px;
  background: rgba(255, 255, 255, .4);
  opacity: 0.8;
  color: rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 0 1px black;
  border: 3px solid white;
}

.lower:hover {
  background: black;
  color: white;
  box-shadow: inset 0 0 0 1px white;
  border: 3px solid black;
}

.lower label {
  font-family: 'NotCourierSans';
  text-transform: uppercase;
  font-size: 120px;
  text-align: center;
}

.header-menu-item {
  border-bottom: 3px solid transparent;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 0px;
  float: left;
  color: white;
  transition: all 0.35s;
}

.header-menu-item-active {
  border-bottom: 3px solid #c7d20e;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 0px;
  float: left;
  color: white;
  transition: all 0.35s;
}

.navbar {
  padding-bottom: 0px !important;
}

.header-band {
  background: rgba(13, 13, 13, 0.3);
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header-menu-item a {
  text-decoration: none !important;
}

.middle-page {
  background: aqua;
  position: relative;
  height: 67vh;
}

/* .header-menu{
} */

.header-menu-item:hover {
  border-bottom: 3px solid #c7d20e;
  cursor: pointer;
}

.header-menu-item-spec {
  border-bottom: 3px solid transparent;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 0px;
  float: left;
  color: white;
  transition: all 0.35s;
}

.header-menu-item-spec:hover {
  cursor: pointer;
}

.header-menu-item a {
  text-decoration: none !important;
}

.header-menu-item:hover {
  cursor: pointer;
}

.lower label:hover {
  cursor: pointer;
}

.home-text {
  margin-top: 25%;
}



.info-sup .signaler {
  margin-top: 1em;
  float: right;
  margin-right: 1em;
}

.info-sup .rate {
  margin-top: 12em;
  float: left;
  margin-left: 1.5em;
  position: relative;
  display: inline-block;
}

.teal-block ul li {
  list-style: none;
  position: relative;
  display: inline-table;
  color: oldlace;
  padding-left: 5em;
  border-left: 2px solid rgb(255, 255, 255);
}

.stat-block {
  width: 100em;
}

.teal-block {
  width: 56em;
}

.text-format {
  text-align: justify;
}

.general-info {
  position: absolute !important;
  top: 100;
  left: -5;
  /* margin-top:10px; */
  z-index: 4;
  width: 100em;
  /* border:2px solid red; */
}

/* Small devices (landscape phones, 576px and up) */

#gallery {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.thumbnail-wrapper {
  /* background-color: #333; */
  min-width: 12rem;
  min-height: 8rem;
  /* position: relative; */
  flex: 1;
  flex-basis: 8rem;
  margin-right: 2px;
  margin-bottom: 2px;
  margin-left: 1%;
  background-size: cover;
  color:black;
  height: 15em;
  position:fixed;
       top:0;
       /* height:100%; */
       width:100%;
       background:rgba(27, 27, 27,.3);
       overflow:auto;
       z-index:9;
}

.thumbnail-wrapper:nth-child(5n) {
  flex-basis: 14rem;
}

.thumbnail-wrapper:nth-child(2n+1) {
  flex-basis: 10rem;
}

.thumbnail-wrapper:nth-child(7n+4) {
  flex-basis: 20rem;
  min-height: 12rem;
}

.thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* box-shadow: inset 1px 1px 40px 0 rgba(0, 0, 0, 0.45); */
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.thumbnail:hover {
  opacity: 0.9;
  transition: .2s ease-in;
}

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.actif-user {
  background-color: #66bb6a;
}

.inactif-user {
  background-color: #ffc107;
}

.delete-user {
  background-color: #ef5350;
}

.actif-user.disabled,
.actif-user:disabled {
  background-color: #388e3c !important;
}

.inactif-user.disabled,
.inactif-user:disabled {
  background-color: #e0e0e0 !important;
}

.delete-user.disabled,
.delete-user:disabled {
  background-color: #d32f2f !important;
}

#floating-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #4F69FF;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}

.plus {
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 24px;
  font-family: 'Roboto';
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover {
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus {
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

#section05 {
  background: url(https://www.nxworld.net/example/css-scroll-down-button/bg05.jpg) center center / cover no-repeat;
}

.demo a:hover {
  opacity: .5;
}

#section05 a {
  padding-top: 70px;
}

.list-group-item.active {
  background-color: #5682a3 !important;
  border-color: #5682a3 !important;
}
.ronde-img div{
  width: 150px;
  height: 150px;
  border-radius:50%;
  margin-left:20%;
}
.ronde-img div img{
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
.select {
    position: relative;
    display: inline-block;
    width: 100%;
}

div.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #E6E6E6;
    color: #7B7B7B;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

div.select select::-ms-expand {
    display: none;
}

div.select select :hover,
div.select select:focus {
    color: #000;
    background: #CCCCCC;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7B7B7B transparent transparent transparent;
}

.select select:hover,
.select select:focus {
    border-top-color: #000;
}
/* .tab-pane{
  width:125vh;
} */
#id_photo{
  display: none
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
