
#accueil-top-bandeau {
  text-align: center;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
}
#brandproducts-container {
  /* background: #e37d01; */
  /* background: linear-gradient(90deg, #ea7f00, #f39c12); */
  /* height: 350px; */
  display: flex;
  justify-content: center;
  /* background-color: #e5f7ff; */
  background-color: #e0f2fe;  
  align-items: center;
  flex-direction: column;
}
#brandproduct-background-img {
  position: absolute;
  /* bottom: -3vw;
  right: 15vw; */
  z-index: 2;
  width: 1110px;
  top: -361px;
}
#brandproducts-form-link {
  color: black;
}
#brandproduct-bloc-middle {
  position: relative;
}
#brandproduct-bloc-bottom {
  height: 60px;
}
#brandproduct-background-img-pointillés { 
  position: absolute;
  right: 0vw;
  z-index: 1;
  width: 1110px;
  top: -361px;
  user-select: none;
}
#brandproducts-block3 > div > input {
  padding: 4px;
  font-size: 16px;
  width: 200px;
  height: 40px;
  border: none;
  border-bottom: solid black 2px;
  background-color: #f39c12;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
#brandproducts-block3 > div > input:nth-child(4) {
  display: none;
}
#brandproducts-block3 > div > .h3-accueil {
  color: black;
  font-size: 28px;
}
#brandproducts-block3 > div > p {
  color: black;
  font-size: 17px;
}
#brandproducts-block3 > div {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#brandproducts-block3 > div > * {
  margin-bottom: 15px;
}
#brandproducts-block3 {
  height: 350px;
  padding-left: 10vw;
  padding-top: 80px;
  background-color: white;
}
#brandproducts-block2 {
  /* background-image: url(../img/accueil-fond.jpg); */
  /* background-repeat: no-repeat;
  background-size: cover;
  height: 350px; */
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-left: 9vw; */

      /* background-color: orange; */
      background: linear-gradient(90deg,#ea7f00,#f39c12);
      /* width: 700px; */
      margin: 70px 0 40px 0;
      padding: 50px 20px 0px 20px;
      text-align: center;
      width: fit-content;
      width: -moz-fit-content;
      border-radius: 40px;
      box-shadow: #727272 2px 3px 6px;
}

#brandproducts-block2 > *{
  z-index: 2;
}
#brandproducts-block2 > .h1-accueil {
  font-size: 28px;
}
#brandproducts-block2 > .h3-accueil {
  margin-top: 25px;
  color: white;
  font-size: 18px;
  font-weight: 600;
}
#brandproduct-unreferenced {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}
#brandproducts-block p.unreferenced {
  margin-top: 0;
}

#brandproducts-block a {
  color: black;
  font-size: 20px;
}

#brandproducts-content {
  /* width: 50%; */
  margin: 0;
  clear: both;
  display: flex;
  justify-content: center;
  float: unset;
}
#brandproducts-content .inputs {
  display: flex;
  min-height: 30px;
  margin: 10px 0 8px;
}

#brandproducts-content .inputs .button {    
  color: white;
  background: rgb(103, 92, 81);
  width: 120px;
  height: 40px;
  padding: 0px;
  display: block;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #545454;
  text-align: center;
  margin-left: 20px;
}
#brandproduct-bloc-background-left {
  position: absolute;
  top: -119px;
  left: -477px;
  width: 512px;
}
#brandproduct-bloc-background-right {
  position: absolute;
  top: -161px;
  right: -563px;
  width: 567px;
}
#brandproducts-content #brandproducts_error {
  min-height: 20px;
  margin-bottom: 8px;
}

#brandproducts-content #brandproducts_error span.error {
  display: none;
  color: #f13340;
  /* background: url("../../../../themes/velobatterie/img/sprite.png") 6px -53px no-repeat; */
  background: #fff1f2;
  border: none;
  margin: 0 !important;
  padding: 2px 8px 2px 30px !important;
}

/* dropdown lists */

#brandproducts-content .dropdown {
  margin: 0;
  min-width: 250px;
  max-width: 350px;
}

#brandproducts-content .dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
  z-index: 300;
}

#brandproducts-content .dropdown dd {
  position: relative;
}

#brandproducts-content .dropdown .item,
.dropdown .item:visited {
  color: #4b4b4c;
  text-decoration: none;
  outline: none;
  font-size: 15px;
  width: 100%;
  cursor: pointer;
}

#brandproducts-content .dropdown .item:hover {
  color: #000000;
}

#brandproducts-content .dropdown dt .item:hover,
.dropdown dt .item:focus {
  color: #000000;
}

#brandproducts-content .dropdown dt {
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}

#brandproducts-content .dropdown dt .item {
  background: #ffffff;
  display: block;
  padding: 0;
  margin-right: 6%;
  width: 94%;
  border-radius: 5px;
  position: relative;
}
#brandproducts-content .dropdown dt .item:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 30px;
  height: 37px;
  /* background: url("../../../../themes/velobatterie/img/sprite.png") no-repeat 0 -134px; */
  border-radius: 5px;
}

#brandproducts-content .dropdown dt .item span {
  color: #4b4b4c;
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin-right: 1%;
  padding: 7px 4%;
  width: 100%;
  padding-left: 10px;
}

/* @media (max-width: 768px) {
	#brandproducts-content .dropdown dt .item {
		margin-right:0;
		width: 100%;
	}
} */

#brandproducts-content .dropdown dd ul {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #000000;
  display: none;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 2px;
  width: 94%;
  min-width: 235px;
  list-style: none;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}

#brandproducts-content .error dd ul {
  background-color: #ff81c5;
  border: 1px solid #e00079;
}

#brandproducts-content .dropdown .item span.value {
  display: none;
}

#brandproducts-content .dropdown dd ul li {
  background: none repeat scroll 0 0 #fbfbfb;
  text-transform: capitalize;
}

#brandproducts-content .dropdown dd ul li .item {
  padding: 2px 5px;
  display: block;
  color: #4b4b4c;
}
#brandproduct_link:hover {
  cursor: pointer;
}
#brandproducts-content .dropdown dd ul li:hover {
  background: #f2f2f2;
}

#brandproducts-content .dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px;
}

#brandproducts-content .flagvisibility {
  display: none;
}

/* brandproductstabs */
#brandproductsproducttabs {
  position: relative;
}

#brandproductsproducttabs .row-fluid [class*="myspan"] {
  margin-left: 0.5%;
}
#brandproductsproducttabs .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
#brandproductsproducttabs .row-fluid .myspan4 {
  float: left;
  width: 24.6%;
}
#brandproductsproducttabs .row-fluid .myspan5 {
  float: left;
  width: 19.6%;
}
#brandproductsproducttabs .row-fluid .myspan6 {
  float: left;
  width: 15.6%;
}
#brandproductsproducttabs #productTabs {
}
#brandproductsproducttabs #productTabs > li {
  z-index: 99;
  position: relative;
}
#brandproductsproducttabs #productTabs > li > a {
  font-size: 18px;
  color: #575757;
  display: block;
  padding: 6px 6px 6px 10px;
  font-family: georgia;
  line-height: 30px;
}

#brandproductsproducttabs #productTabs > li > a:hover,
#brandproductsproducttabs #productTabs > li.active > a {
  margin-bottom: -2px;
  padding-bottom: 8px;
}

#brandproductsproducttabs #productTabsContent .carousel {
  position: static;
  padding: 1%;
}
#brandproductsproducttabs #leo-carousel-control {
  border-bottom: 0;
  top: 10px;
  text-align: left;
  height: 1px;
}
#brandproductsproducttabs #leo-carousel-control .carousel-control.right {
  float: right;
}

#brandproductsproducttabs .leocontrol .carousel-control.left {
  background-position: left -2px;
  left: -24px;
}

#brandproductsproducttabs .leocontrol .carousel-control.right {
  background-position: right -2px;
  right: -24px;
}
.brandproductsproducttabss .carousel-control {
  z-index: 10;
}

/* brandproducts_block*/

.brandproducts_block {
  padding: 20px 40px;
}

.brandproducts_block ul {
  width: 100%;
}
.brandproducts_block ul li {
  width: 25%;
  float: left;
  list-style-type: none !important;
}

.brandproducts_block ul li span {
  padding-left: 10px;
}

/* brandproducts_form*/

.brandproducts_block ul li:before {
  content: "\27a4";
  color: #34abeb;
}
#brandproducts-form-content {
  border-bottom: 2px solid #4b4b4b;
}

#brandproducts-form-content,
#brandproducts-form-success {
  padding: 20px 40px;
  background: #ffffff;
}

#brandproducts-form-content label.error {
  background-color: transparent;
  font-weight: normal;
  padding: 5px;
  display: block;
  clear: both;
  color: #bf0000;
  font: italic 12px Helvetica, sans-serif;
  margin: 1px 0 0 0;
}

#brandproducts-form-content input[type="text"].error,
#brandproducts-form-content input[type="password"].error,
#brandproducts-form-content input[type="email"].error,
#brandproducts-form-content input[type="number"].error,
#brandproducts-form-content input[type="date"].error,
#brandproducts-form-content input[type="url"].error,
#brandproducts-form-content input[type="tel"].error,
#brandproducts-form-content textarea.error,
#brandproducts-form-content select.error {
  color: #bf0000;
  background-color: #f2dede;
  border: 2px solid #bf0000;
}

#brandproducts-form-content .submit {
  text-align: right;
  padding-right: 30px;
}

#brandproducts-form-error {
  display: none;
  /* background: url("../../../../themes/velobatterie/img/sprite.png") 6px -57px no-repeat; */
  background:  #fff1f2;
  min-height: 20px;
  margin-bottom: 8px;
  width: 100%;
  padding: 10px 8px !important;
  border: 1px solid #bf0000;
}

#brandproducts-form-error span.error {
  color: #f13340;
  background: #fff1f2;
  border: none;
  margin: 0 !important;
  padding: 2px 30px 2px 8px !important;
}

#brandproducts-form-success {
  display: none;
  padding: 15px 8px 15px 30px !important;
  /* background: url("../../../../themes/velobatterie/img/sprite.png") 6px -92px no-repeat; */
  background: #ddf9e1;
  border: 1px solid #46a74e;
  color: #35b33f;
}
/* @media (max-width: 1200px) {

#brandproducts-block {
    background-color: #656d78;
    background-image: url("../img/velo-tablette.png");
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat-x;
    border-bottom: 5px solid #f39c12;
    border-radius: 18px 18px 0 0;
    margin-top: 10px;
    padding: 30px 40px;
}

} */
/* @media (max-width: 1000px) {
	
		#brandproducts-block {
    background-color: #656d78;
    background-image: url("../img/velo-tablette-horizontal.png");
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat-x;
    border-bottom: 5px solid #f39c12;
    border-radius: 18px 18px 0 0;
    margin-top: 10px;
    padding: 30px 40px;
}

} */

/* @media (min-width: 480px) and (max-width: 600px) {
	
		#brandproducts-block {
    background-color: #656d78;
    background-image: url("../img/bg.jpg");
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat-x;
    border-bottom: 5px solid #f49c14;
    border-radius: 18px 18px 0 0;
    margin-top: 0;
    padding: 30px 40px;
}

#brandproducts-block p, #brandproducts-block a {
    font-size: 15px;
    line-height: 15px;
}} */

/* @media (max-width: 480px) {
	
		#brandproducts-block {
    background-color: #656d78;
    background-image: url("../img/bg.jpg");
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat-x;
    border-bottom: 5px solid #f49c14;
    border-radius: 18px 18px 0 0;
    margin-top: 0;
    padding: 30px 40px;
}

#brandproducts-block p.title_block {
    background: transparent url("../img/search.png") no-repeat scroll 0 50%;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 0;
    padding: 6px 0 6px 42px;
}

#brandproducts-block p, #brandproducts-block a {
    font-size: 15px;
    line-height: 15px;
}} */

#brand, #dropdown_model {
  margin: 0;
  min-width: 275px;
  max-width: 375px;
  height: 40px;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}
#brand {
  margin-right: 20px;
}
#brand::placeholder {
  color: black;
  font-size: 16px;
  opacity: 0.5;
}
#brand::-webkit-calendar-picker-indicator {
  opacity: 1;
  cursor: pointer;
}

#brandproducts-form .form-control {
  border: 1px solid #b5b5b5;
}
#section-megamenu > div:nth-child(1) > a > img {
  user-select: none;
}
#select_brand {
  margin: 0;
  min-width: 275px;
  max-width: 375px;
  height: 40px;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin-right: 20px;
}
#dropdown_model, #select_brand {
  background-color: white;
  color: black;
}
#brandproducts-main {
  position: relative;
  overflow: hidden;
}

/* @media screen and (max-width:1880px) {
  #brandproduct-background-img-pointillés {    
    width: 900px;
    top: -287px;

  }
  #brandproducts-block3 {
    padding-top: 40px;
  }
}
@media screen and (max-width:1580px) {
  #brandproduct-background-img-pointillés {    
    width: 810px;
    top: -322px;

  }
}

@media screen and (max-width:1380px) {
  #brandproduct-background-img-pointillés {   
    top: -100px;

  }
}
@media (max-width: 1300px) {
  #brandproduct-background-img {
    right: 5vw;
    width: 250px;
    bottom: -2vw;
  }
}
@media screen and (max-width:1280px) {
  #brandproduct-background-img-pointillés {   
    top: -20px;
    width: 600px;
    /* z-index: -1; */
/*
  }
}
@media (max-width: 980px) {
  #brandproduct-background-img-pointillés {
    top: 80px;
    width: 440px;
  }
  #brandproducts-block3 > div {
    width: 50%;
  }
}

@media (max-width: 880px) {
  #brandproducts-block3 > div {
    width: 94%;
  }
  #brandproduct-background-img-pointillés {
    width: 335px;
    top: 160px;
  }
}
@media (max-width: 799px) {
  #brandproduct-background-img-pointillés {
    width: 300px;
    top: 183px;
  }
}
@media (min-width: 769px) {
  #brandproduct_link {
    margin: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  #select_brand {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  #brandproduct_link {
    margin-left: 0px;
    margin-top: 16px;
  }
  #brandproducts-block2 {
    text-align: center;
    padding-left: 15px;
    height: 380px;
  }
  #brandproducts-content {
    width: 100%;
  }
  #brandproducts-content > div.row.inputs {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 650px) {
  #brandproducts-block2 {
    height: 410px;
  }
  #brandproduct-bloc-middle {
    display: none;
  }
}
@media (max-width: 560px) {
  #brandproducts-block2 {
    height: 440px;
  }
  #brandproducts-form-content .submit {
    display: flex;
    flex-direction: column-reverse;
  }
  #brandproductsFormClose {
    margin-top: 10px;
  }
}

@media (max-width: 425px) {  
  #brandproducts-block3 > div > input:nth-child(3) {
    display: none;
  }
  #brandproducts-block3 > div > input:nth-child(4) {
    display: initial;
  }
  #brandproducts-main {
    display: flex;
    flex-direction: column-reverse;
  }
  #brandproducts-container {
    height: unset;
  }
  #brandproducts-block3, #brandproducts-block2 {
    padding-top: 30px;
    padding-bottom: 20px;
    height: unset;
  }
  
}
@media (max-width: 410px) {
  #brandproducts-block2 {
    height: 470px;
  }
}
@media (max-width: 370px) {
  #brandproducts-block2 {
    height: 500px;
  }
  #select_brand, #dropdown_model {
    width: 90%;
    min-width: auto;
    max-width: auto;
  }
}
@media (max-width: 250px) {
  #brandproducts-block2 {
    height: 530px;
  }
}
@media (max-width: 680px) {
  #brandproduct-background-img-pointillés {
  width: 270px;
  top: 185px;
}
} */


@media (max-width: 1900px) { 
  #brandproducts-block2 {
    width: initial;
  }
}
@media (max-width: 840px) { 
  #brandproducts-block2 {
    padding: 30px 40px 0 40px;
    margin: 20px 15px 25px 15px;
  }
  #brandproducts-content .inputs {
    flex-direction: column;
    align-items: center;
  }
  #select_brand, #dropdown_model {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  #brandproduct-bloc-background-left, #brandproduct-bloc-background-right, #brandproduct-bloc-bottom {
    display: none;
  }
  #brandproducts-container {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 425px) { 
  #brandproducts-block2>.h1-accueil {
    font-size: 22px;
  }
  #brandproducts-block2>.h3-accueil {
    font-size: 16px;
  }
  #brandproducts-block2 {
    padding: 30px 10px 0 10px;
    margin: 14px 9px 18px 8px;
  }
}

/* Configurateur post Landingpage */ 
#brandproducts-block20 {
  /* background-image: url(../img/accueil-fond.jpg); */
  /* background-repeat: no-repeat;
  background-size: cover;
  height: 350px; */
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-left: 9vw; */
      /* background-color: orange; */
      background-color: rgba(240, 168, 61, 0.664);

      /* width: 700px; */
      margin: 20px 0 40px 0;
      padding: 10px 20px 10px 20px;
      text-align: center;
      width: fit-content;
      width: -moz-fit-content;
      border-radius: 10px;
}

#brandproducts-container20 {
  /* background: #e37d01; */
  /* background: linear-gradient(90deg, #ea7f00, #f39c12); */
  /* height: 350px; */
  display: flex;
  justify-content: center;
  /* background-color: #e5f7ff; */
  align-items: center;
  flex-direction: column;
}

.input-label {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.label20{
  font-size: larger;
  margin-bottom: 2%;
  font-weight: 600;
}

#brandproducts-content20 .inputs .button {    
  color: white;
  background: #ffa500;
  width: 120px;
  height: 40px;
  padding: 0px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-left: 20px;
  border-radius: 10px;
  align-self: center;
}


#brandproducts-content .dropdown dd ul {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #000000;
  display: none;
  left: 0px;
  padding: 2px 0px;
  position: absolute;
  top: 2px;
  width: 94%;
  min-width: 235px;
  list-style: none;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}

#brandproducts-content20 .error dd ul {
  background-color: #ff81c5;
  border: 1px solid #e00079;
}

#brandproducts-content20 .dropdown .item span.value {
  display: none;
}

#brandproducts-content20 .dropdown dd ul li {
  background: none repeat scroll 0 0 #fbfbfb;
  text-transform: capitalize;
}

#brandproducts-content20 .dropdown dd ul li .item {
  padding: 2px 5px;
  display: block;
  color: #4b4b4c;
}
#brandproduct_link:hover {
  cursor: pointer;
}
#brandproducts-content20 .dropdown dd ul li:hover {
  background: #f2f2f2;
}

#brandproducts-content20 .dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px;
}

#brandproducts-content20 .flagvisibility {
  display: none;
}

#brandproducts-content20 {
  /* width: 50%; */
  margin: 0;
  clear: both;
  display: flex;
  justify-content: center;
  float: unset;
}
#brandproducts-content20 .inputs {
  display: flex;
  min-height: 30px;
  margin: 10px 0 8px;
}

#conseiller{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  border: solid 3px rgba(240, 168, 61, 0.664);
  border-radius: 10px;
  padding: 15px 20px 8px 20px;
  height: 20%;
  width:  30%;
  margin-left: 15px;
}

.icon-configurateur{
  font-size: 2rem;
}

#brandproduct-unreferenced20 {
  text-align: left;
}

.bloc-conseiller{
  display: flex;
  flex-direction: column;
}


@media (max-width: 1900px) { 
  #brandproducts-block20 {
    width: initial;
  }
}
@media (max-width: 840px) { 
  #brandproducts-block20 {
    padding: 30px 40px 0 40px;
    margin: 20px 15px 25px 15px;
  }
  #conseiller{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

  @media (max-width: 425px) { 
  #brandproducts-block20>.h1-accueil {
    font-size: 22px;
  }
  #brandproducts-block20>.h3-accueil {
    font-size: 16px;
  }
  #brandproducts-block20 {
    padding: 30px 10px 0 10px;
    margin: 14px 9px 18px 8px;
  }
}

#brandproducts-content20 {
  /* width: 50%; */
  margin: 0;
  clear: both;
  display: flex;
  justify-content: center;
  float: unset;
}
#brandproducts-content20 .inputs {
  display: flex;
  min-height: 30px;
  margin: 10px 0 8px;
}

@media (max-width: 840px) { 
  #brandproducts-block20 {
    padding: 30px 40px 0 40px;
    margin: 20px 15px 25px 15px;
  }
  #brandproducts-content20 .inputs {
    flex-direction: column;
    align-items: center;
  }
  #select_brand, #dropdown_model {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  #brandproduct-bloc-background-left, #brandproduct-bloc-background-right, #brandproduct-bloc-bottom {
    display: none;
  }
  #brandproducts-container20 {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
  }
}