body { 
  padding-top: 50px; 
  background-color: rgba(173, 173, 175, 0.6);

}

/*-----------------Tableau plantation------------------------------ */
.NO_PLANT { background-color:#626262;}
.CHV_AGRI { background-color:#4f6228;}
.CHP_AGRI { background-color:#76933c;}
.CHC_AGRI { background-color:#c4d79b;}
.CHA_AGRI { background-color:#d8e4c6;}
.CHV_PUY { background-color:#974710;}
.CHP_PUY { background-color:#e26b0a;}
.CHC_PUY { background-color:#fabf8f;}
.CHA_PUY { background-color:#fde9d9;}
.CHV_ROB { background-color:#0CB26C;}
.CHA_ROB { background-color:#CFB70F;}
.Truffe { background-color:#F0A5A5; text-align:center;}

/*-----------------Panel------------------------------ */

.border-left-primary{border-left:.25rem solid #4e73df!important}
.border-left-success{border-left:.25rem solid #1cc88a!important}
.border-left-info{border-left:.25rem solid #36b9cc!important}
.border-left-warning{border-left:.25rem solid #f6c23e!important}
.text-gray-300{color:#dddfeb!important}

/*-----------------Sub Menu------------------------------ */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 90%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/*-----------------Bouton Boussole------------------------------ */
.btn-boussole {
  border:none;
	padding:6px 0 6px 0;
	border-radius:4px;
	background:#738084;
	font:bold 13px Arial;
	color:#fff;
  height: 30px;
  width: 30px;
  align: center;
  text-align: center;
}

.btn-boussole hover{
     background: #4095ff;
}

/*
.btn-boussole:focus{
     background: #4095ff;
}
*/
.btn-boussole-img{
  height: 40px;
  width: 40px;
}

/*-------------------------------------------------------------- */

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 40px;
   line-height: 40px;
   color: white;
   text-align: center;

}

#dma {
  background: url(/images/Plantation.jpg) top center;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(/images/Plantation.jpg) top center;
  background-size: cover; 
  position: fixed;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
 /* background: rgba(36, 19, 187, 0.6);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.Page_Album {
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  margin:0;padding:0;margin:40px 0 20px
}

.Page_Album li {
	text-align:center;
	margin: 10px;
	margin-right:20px;
	list-style:none;
}

.Page_Album img{
	width:100px;
    height:100px;
	transform:scale(1);transition:all .2s ease-in-out
}

.Page_Album img:hover {transform:scale(1.2)}

.Page_Album p {
	margin-top:10px;
}


.Image_Cadre {
border:2px solid ;
padding:10px;
background-color:#000;
box-shadow: 8px 8px 12px #555;

}
