.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

select:disabled{
	background-color: #f9e9f8 !important;
	width : 100% !important;
}
#agropastorale,#agropastorale1{
    padding:.5rem !important;
    margin-left:  2.5rem !important;
    margin-bottom: .25rem !important;
    margin-top: .5rem !important;
    height: auto;
    background-color: #fff !important;
}

/* #bienservice, #ville, #categorie,#bienservice2, #ville1, 
#ville2,#categorie1,#categorie2,#categorieville{
    padding:.5rem !important;
    margin-left:  2.5rem ;
    margin-bottom: .25rem !important;
    margin-top: .5rem !important;
    height: auto;
    background-color: #fff !important;
} */
#bienservice, #ville, #categorie,#bienservice2, #ville1, 
#ville2,#categorie1,#categorie2,#categorieville{
  padding: .5rem !important;
  margin-left: 1.5rem;
  margin-bottom: .25rem !important;
  /* margin-top: .5rem !important; */
  height: auto;
  background-color: #fff !important;
}
.signupform{
	height : auto !important;
	width: 100% !important;
}

.categorietitle{
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height:  100% !important ;
  border : 0.5px solid rgb(106, 107, 114);
  opacity: 0.6 ;
}
.not-label{
  font-size: 12.5px !important;
  font-weight: 500 !important;
  letter-spacing: 1.2px !important;
  color: #000000 !important;
}
.not-label:hover{
  color : #8294d0 !important;
}

.categories-one{
  display:flex ;
  padding:.5rem !important;
 /* margin-left:  3rem !important;*/
  margin-bottom: .25rem !important;
  margin-top: .5rem !important;
  align-items: center;
}
.leftbar{
 display: flex ;
 align-items: center;
 justify-content: center;
 flex-direction : row;
 height: 25px !important;
 margin: .25rem !important;
}

.leftbarparent{
  width : 300px ;
  height:100% ;
  background-color : #ccd0ddc4 !important;
  height: 100% !important;
  position: relative;
  z-index: 9888 !important;
  box-shadow: 0 10px 10px 10px #CCC
}
.rightbarparent{
  width:calc(100% - 300px);
  background-color: #fff !important;
  height:100%;
}
.categories-two{
  display:flex ;
  align-items: center;
  padding:.5rem !important;
 /* margin-left:  3rem !important;*/
  margin-bottom: .25rem !important;
  margin-top: .5rem !important;
}

.left-notif-first-col{
  margin-left: 0.25rem;
  margin-right: auto;
  width: 20%;
}

.left-notif-second-col{
  margin-left: auto;
  margin-right: 0.25rem;
  width: 80%;
}
.left-notif-first-col span{
	display: flex ;
	align-items: center;
	justify-content: center;
	flex-direction : column;
	height: 100% !important;
}

.left-notif-second-col span{
	display: flex ;
	align-items: start;
	justify-content: center;
	flex-direction : column;
	height: 100% !important;
}
.search-bar{
	width: 50%;
	
}

@media  (max-width: 992px) {

    .categorietitle{
      font-size: 12px !important;
      font-weight: 600 !important;
      letter-spacing: 1px !important;
    }
    .not-label{
      font-size: 10px !important;
      font-weight: 500 !important;
      letter-spacing: 1.3px !important;
      color: #000000 !important;
    }
	a.button.sign.nav-link
	{
		width : 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.search-bar{
	 width: 100%;
    }
	/*div.agile--auto-play.agile--no-nav-buttons.agile{
		min-height: 300px !important;
		min-width: 140px !important;
		max-width:140px !important;
		max-height: 400px !important
    }*/
	
  }
@media (max-width: 576px) {
  
  .categorietitle{
    font-size: 7px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
  }
  .not-label{
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 1.3px !important;
    color: #000000 !important;
  }
	a.button.sign.nav-link
	{
	  width : 100% !important;
	}
	.search-bar{
	 width: 100%;
    }
	/*div.agile--auto-play.agile--no-nav-buttons.agile{
		min-height: 300px !important;
		min-width: 120px !important;
		max-width:120px !important;
		max-height: 400px !important
    }*/
}
.pic-ctn {
  width: 100vw;
  height: 200px;
}

@keyframes display {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  20% {
    transform: translateX(0);
    opacity: 1;
  }
  30% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}

.pic-ctn {
  position: relative;
  width: 100vw;
  height: 300px;
}

.pic-ctn > img {
  position: absolute;
  top: 0;
 /*left: calc(50% - 100px);*/
  opacity: 0;
  animation: display 12s infinite;
  width: 100% !important;
}
.dropdown-toggle::after{

content:none !important;
}
img:nth-child(2) {
  animation-delay: 12s;
}
img:nth-child(3) {
  animation-delay: 24s;
}
img:nth-child(4) {
  animation-delay: 36s;
}
img:nth-child(5) {
  animation-delay: 48s;
}

.home-carousel {
  width: 75vw !important;
  height: 300px !important;
}

.home-carousel img {
  width: 100%;
}

.home-carousel .slide {
  width: 100%;
}