.article-ban{
  border-radius: 3px;
  height: 250px;
}

.article-top-section{
  padding-top: 60px;
}

.section-text-page-article{
  padding-top: 35px;
}

.aside-page-article{
  border-left: 1px solid #ebebeb;
}

.rows {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

.share{
  width: 35px;
  height: 35px;
  line-height: 27px;
  padding-top: 5px;
  font-size: 18px;
  border-radius: 0%;
}

.hr1{
  margin-top: 0px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  padding: 0 4px;
}
.recherche{
  position: relative;
  bottom: 55px;
  left: 0px;
  margin-top: 100px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  width: 97%;
}
.column img {
  margin-top: 18px;
}

.fw-bold-text{
  background-color:#009900 ;
  color: white; 
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
}
.icon-md-variant-3{
  margin-right: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.container-annonce-defil{
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  top: 13px;
  margin-right: 15px;
  transform: translateY(-50%);
}

.container-annonce-defil span{
  white-space: nowrap;
  animation: scrollTxt 15s linear infinite;
}


.text-black{
  font-size: 12px;
}


.client{
  margin-bottom: 25px;
}

.mr{
  margin-right: 15px;
}

.top-bar{
  color: white;;
}

.text{
   font-weight: bold;
}
.texte{
  font-weight:600px; 
  color: white ;
}

.adresse{
 color: white; 
 font-size:14px;
}

.titreh2{
  font-size: 35px;
   font-family:Raleway, sans-serif;
}

.titre{
  position: relative;
  bottom: 55px;
  left: 50px;
}

.list-video{
  border-bottom: 1px solid #ebebeb;
}

.product{
  border: 1px solid #ebebeb;
}

@keyframes scrollTxt{
  0%{
    transform: translate(0, 0);
  }

  100%{
    transform: translate(-100%, 0);
  }
}

.txt-shad{
  text-shadow: 1px 1px 3px black;
}

.list-marked li::before {
  content: '\e015' !important;
}

.cadre{
  padding-bottom: 10px;
}

.form-inputed {
  /* display: block;
  width: 100%; */
  min-height: 50px;
  padding: 12px 19px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #999;
  background-color: #f4f7f9;
  background-image: none;
  border-radius: 5px;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 1px solid transparent;
  border: 1px solid #F9F9FE;
}

.form-labeled {
  /* width: 100%; */
  margin-bottom: 4px;
}

.groupe{
  margin-left: 20px;
}

.text-slide{
  color: white;
  /* text-shadow: 2px 2px 4px #000; */
}

.ui-to-top{
  bottom: 120px;
  right: 30px;
}

.list-marked-bordered li a.pub_title::before{
  content: '';
  padding-right: unset;
}

.actualite_img_container{
  width : 100px; 
  object-fit: cover;
}

#galerie_container{
  height: 70vh;
  overflow: scroll;
}