#firstContainer {
  background-color: #d0d1d3;
}

#bodyMarques {
  background-color: #d0d1d3;
}

input {
  text-align: center;
}

.brands div a {
  color: black;
}

#divCarreContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 6%;
}

.photo {
  display: flex;
  justify-content: center;
}

#divCarres {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

#carre1,
#carre2 {
  width: 45%;
  color: black;
  text-align: center;
  border: solid black 2px;
  padding: 5%;
}

.containerOfProductData {
  display: flex;
  flex-wrap: wrap;
  border: black solid 5px;
  justify-content: center;
  margin-bottom: 2%;
  margin-top: 2%;
  align-items: center;
  border-radius: 15px;
}

.productDetails {
  margin-top: 1%;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-radius: 15px;
}

.encartSearch {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 2%;
  background-color: #d0d1d3;
  color: black;
  margin-top: 3%;
}

.containerVignettes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
}

.imgVignette {
  height: 100px;
  width: 100px;
}

.titleVignette {
  text-align: center;
  width: 100%;
  color: black;
}

.buttonDevis {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1%;
}

.lightbox .lb-image {
  width: auto !important;
  height: 400px !important;
}

.infosClients {
  display: flex;
  width: 100%;
}

.encartsInfosClients {
  display: flex;
  width: 33.33%;
  margin-top: 3%;
  margin-bottom: 3%;
  justify-content: center;
  align-items: center;
  height: "33%";
}

.encartsInfosClients > p {
  width: 80%;
}

.inputOfResearchedReference {
  width: 30%;
  background-color: #d0d1d3;
}

.formSearchModel {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #d0d1d3;
}

.formSearchModel > span {
  width: 100%;
}

.setemBanner {
  display: flex;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 1%;
  background-color: #d0d1d3;
}

.brands {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4%;
  background-color: #d0d1d3;
}

#servicesContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}

#entrepotContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 5%;
}

#imageEntrepotContainer {
  display: flex;
  justify-content: center;
}

#servicesTitle {
  font-size: 40px;
  text-align: center;
  width: 100%;
  color: white;
  padding-bottom: 3%;
}

#entrepotTitle {
  font-size: 40px;
  text-align: center;
  width: 100%;
  color: black;
  padding-bottom: 3%;
}

#generalContainerServices {
  display: flex;
  justify-content: center;
  background-color: #2e2e2e;
  padding-top: 2%;
}

.container {
  background-color: #c0c0c0;
}

#bodyProductDetails {
  background-color: #c0c0c0;
}

#contactDiv {
  margin-top: 3%;
}

#searchResultBody {
  background-color: #c0c0c0;
}

#brandContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1%;
  padding-bottom: 1%;
  align-items: center;
}

#brandLogo {
  width: 30%;
}

#brandSpan {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

#dropdownMenu {
  color: white;
}

#dropDownAttrib {
  background-color: #2e2e2e;
}

#dropItem1 {
  color: white;
  background-color: #2e2e2e;
}

#dropItem2 {
  color: white;
  background-color: #2e2e2e;
}

#accueilForm {
  width: 40%;
  text-align: center;
  border-radius: 80%;
}

#dropdownMenuButton {
  background-color: #2e2e2e;
  border: none;
}

.logoHeader {
  margin-right: 30px;
}

/* Styles for wrapping the search box */

.main {
  width: 40%;
  margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search {
  display: flex;
  align-items: center;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  margin-left: 10px;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

#ip2 {
  border-radius: 25px;
  border: 2px solid #609;
  padding: 20px;
  height: 15px;
}

/* SLIDER */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 9));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider .slide-track {
  animation: scroll 20s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 100%;
}

/* INDEX SLIDER */

.sliderIndex {
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 5%;
  background-color: #d0d1d3;
}

.sliderIndex .slide-trackIndex {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(300px * 15.5);
}
.sliderIndex .slideIndex {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbarNavDropdown .btn-secondary {
  color: white;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
