html,body{  height: 100%; }
#wrapper{height: 100%;}
#page-wrapper{min-height: 100%;}

.legend ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: white;
}

.legend li a {
  color: white;
  text-decoration: none;
  color: white;
  width:50px;
  margin: 0;
  padding: 10px 16px;
  border-radius: 25px;

}

.legend li {
  text-align: center;
  border-bottom: 0px solid #555;
  padding: 10px 1px;
  border-radius: 25px;
  margin-left:1px;
  float:left;
}

.legend li:last-child {
  border-bottom: none;
}

.etage ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 122px;
  background-color: white;
  border: 1px solid #555;
}

.etage li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

.etage li {
  text-align: center;
  border-bottom: 1px solid #555;
}

.etage li:last-child {
  border-bottom: none;
}

.etage li a.active {
  background-color: rgba(113,136,66);
  color: white;
}

.etage li a:hover:not(.active) {
  background-color: rgba(113,136,66,0.25);
  color: white;
}

.Bfiltre ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  background-color: white;
  border: 1px solid #555;
}

.Bfiltre li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

.Bfiltre li {
  text-align: left;
  border-bottom: 1px solid #555;
}

.Bfiltre li input {
  height : 10px;
  width : 10px;
  background-color : #eee;
}

.Bfiltre li:last-child {
  border-bottom: none;
}

.Bfiltre li a.active {
  background-color: rgba(1,24,67,1);
  color: white;
}

.Bfiltre li a:hover:not(.active) {
  background-color: rgba(1,24,67,0.25);
  color: white;
}
.popup {
  /* Required for Down Triangle */
  /* Stroke */
  /* Fill */
}
.popup ul {
  border-top: 1px solid #cccccc;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  -webkit-box-shadow: -15px -5px 31px -20px #cccccc;
  -moz-box-shadow: -15px -5px 31px -20px #cccccc;
  box-shadow: -15px -5px 31px -20px #cccccc;
}
.popup li {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
 /* border-left: 1px solid #cccccc;*/
  /*border-right: 1px solid #cccccc;*/
  font-size: 13px;
  background-color: white;
}
.popup sup {
  vertical-align: top;
  position: relative;
  top: -7px;
  font-size: 8px;
}
.popup a {
  color: #000000;
}
.popup li:last-child {
  background-color: transparent;
  border-width: 0;
 /* margin-top: 39px; */
  height: 15px;
}
.popup button {
  font-family: Questrial, sans-serif;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 84px;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0; 
  height: 40px;
  width: 80px;
  border: 1px solid #cccccc;
}
.popup button:hover {
  cursor: pointer;
}
.popup .typologie {
  width: 24px;
  height: 23px;
  background-color: red;
  float: left;
  color: white;
}
.popup .reference {
  text-align: center;
}
.popup .arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  background-color: transparent;
  border-top: 25px solid #f00;
  margin: 0 auto;
}
.popup .tri-down {
  /* Styling block element, not required */
  position: relative;
  margin-bottom: 2em;
  border-bottom: 1px solid #cccccc;
  background: white;
}
.popup .tri-down:before,
.popup .tri-down:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
.popup .tri-down:before {
  bottom: -16px;
  left: 25px;
  /* If 1px darken stroke slightly */
  border-top-color: #cccccc;
  border-width: 16px;
}
.popup .tri-down:after {
  bottom: -15px;
  left: 26px;
  border-top-color: white;
  border-width: 15px;
}

.popup path {
    fill: white;
    fill-opacity: 1;
    fill-rule: evenodd;
    stroke: #000000;
    stroke-width: 1px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-opacity: 1;
	}
.popup button {
    color: white;
   /* background-color: #011843;*/
}

.popup svg {
    width: 36px;
    height: 36px;
}

.canva{ 
	position:absolute;
	right : -150px;
	bottom :0px;
	} 
	
.classA .classB .classC .classD {
    color: white;
   z-index: 1050;
}

.text-bold {
      font-weight: bolder;
    }

    #modal {
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .parent {
      width: auto;
      height: 100%;
      max-width: 100%;
      max-height: 100%;
      display: flex;
    }

    .div1 {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .main-image {
      max-width: 100%;
      max-height: 100%;
      height: 100%;
    }

    .div2 {
      width: 380px;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .row {
      border-left: 1px solid black;
      /* padding: 5px 0px;*/
      text-align: center;
    }

    .row:not(:last-child) {
      border-bottom: 1px solid black;
    }

    .row-1 {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .mySlides {
      align-items: center;
      justify-content: center;
    }

    .slideshow-container {
      position: relative;
    }

    .fade {
      animation-name: fade;
      animation-duration: 1.5s;
    }

    @keyframes fade {
      from {
        opacity: .4
      }

      to {
        opacity: 1
      }
    }

    .slideshow-container .next,
    .slideshow-container .prev {
      position: absolute;
      top: 50%;
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 50%;
      font-size: x-large;
      color: #fff;
      background-color: rgb(221, 65, 65);
      cursor: pointer;
    }

    .slideshow-container .next {
      right: 5px;
      transform: translateY(-50%);
    }
	
	/* Caption text */
.text {
  color: #ec0c0c;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
	
    .slideshow-container .prev {
      left: 5px;
      transform: translateY(-50%);
    }

    .div2::-webkit-scrollbar {
      width: 4px;
    }

    .div2::-webkit-scrollbar-thumb {
      background-color: rgb(221, 65, 65);
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {

      .prev,
      .next,
      .text {
        font-size: 11px
      }
    }