
.wrapper-boutique {
  padding: 70px 0;
  background: #F9F9F9;
  position: relative;
  z-index: 1;
}
.wrap-boutique {
  display: flex;
  padding-top: 30px;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
  position: relative;
}
.item-boutique {
  width: 33.33%;
  padding: 15px 15px;
}
.itb-button-commande a {
  padding: 5px 15px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #089441;
  width: fit-content;
  border-radius: 5px;
}
.biography-wrapper .pattern-layer {
  bottom: -5px;
}

.itb-button-commande {
  padding-top: 15px;
}
.wrap-item-boutique {
  /*! display: flex; */
  background: white;
  border-radius: 8px;
  box-shadow: 1px 1px 13px 2px #eee;
}
.wrap-item-boutique-bottom {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.wrap-item-boutique-bottom-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.wrapper-item-boutique-bottom {
  /* border: 2px solid #089441; */
  padding: 18px;
  position: relative;
  width: 100%;
}
.wrap-item-boutique-top-title {
  font-size: 18px;
  line-height: 1.6;
  color: #1c1b1b;
  font-weight: 600;
  padding: 10px 0 25px;
}
.itb-category {
  padding: 5px 20px;
  font-size: 12px;
  background: #089441;
  width: fit-content;
  display: flex;
  /* justify-content: center; */
  border-radius: 30px;
  /* position: absolute; */
  top: -13px;
  z-index: 2;
  /* left: 15px; */
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
}
.wrap-item-boutique-top {
  position: relative;
}
.itb-title {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  padding: 9px 0 6px;
}
.itb-text {
  font-size: 13px;
  padding-bottom: 6px;
}
.wrap-item-boutique-bottom-right {width: 40%;background: #fff;display: flex;justify-content: center;align-items: center;border-radius: 7px;height: 170px;overflow: hidden;}
.itb-prize {
  padding: 0px 0px 10px;
  color: #089441;
  font-size: 22px;
  font-weight: 500;
  border-radius: 5px;
}
.wrapper-item-boutique-bottom .owl-dots {
  top: -10%;
  position: absolute;
  background: #089441;
  width: 7px;
  height: 7px;
  left: 90%;
  border-radius: 50%;
}
.wrapper-item-boutique-bottom .owl-dots::after {
  /*! content: ""; */
  /*! background: black; */
  width: 12px;
  border-radius: 50%;
  height: 12px;
  top: -3px;
  left: -3px;
  z-index: 1;
  position: absolute;
  border: 1px solid gree;}
.itb-image img {
  height: 215px;
}
.itb-prize span {
  padding-left: 4px;
  font-size: 16px;
}
.itb-button a {
  color: white;
  background-color: #089441;
  padding: 7px 20px 7px 20px;
  border-radius: 5px 5px 5px 5px;
}

/* *******************************************Debut formulaire header programme ******************************************* */

.wrapper-form {
  padding: 0 15px;
  margin-bottom: 45px;
  position: relative;
  display: flex;
  justify-content: center;
}

.wrapper-form form {
    background-color: #fff;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    height: 80px;
    border-radius: 40px;
    padding: 0 15px 0 20px;
    position: relative;
    z-index: 2;
    width: 80%;
    /* background: #f7f7f7; */
}

.form {
  display: flex;
  justify-content: start;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
}

.input-form.industry {
  border: none;
}

.wrapper-form .input-form,
.wrapper-form .input-select {
  width: 40%;
  border-right: 1px solid #dedede;
  padding: 0 5px;
  position: relative;
}

.wrapper-form .input-select {
  box-sizing: border-box;
}

.btn-primary{
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  width: 20%;
  /* flex-wrap: wrap; */
}

.location-icon i {
  position: absolute;
  left: 90%;
}

.wrapper-form .wrap-input, 
.wrapper-form .wrap-select {
  /* padding: 0 22px 0 0; */
  position: relative;
  display: flex;
  align-items: center;
}

.wrapper-form i.fas.fa-dot-circle-o {
  left: 91%;
}

.wrapper-form i.fas.fa-angle-left {
  position: absolute;
  left: 93%;
  transform: rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  /* display: none; */
}
.wrapper-form .btn-primary {
  /* height: 54px; */
  /* background: #d30d33; */
  /* color: #fff; */
  /* line-height: 70px; */
  /* text-align: center; */
  /* border-radius: 50px; */
  /* cursor: pointer; */
}

.btn.btn-primary button {
    /* color: inherit; */
    /* cursor: pointer; */
    height: 54px;
    background: #089441;
    color: #fff;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.input-form.mot-cles {
  width: 40%;
  border-right: 1px solid #dedede;
}

.wrapper-form i {
  color: #696969;
  font-size: 15px;
  line-height: 21px;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.input-select.category {
  position: relative;
}

.wrapper-form .categories {
    display: flex;
    justify-content: left;
    align-items: center;
}

.wrapper-form input, .wrapper-form select, .wrapper-form .categories{
  /* -webkit-transition: all 0.3s ease-in-out; */
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  /* background: #ffffff; */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 80px;
  width: 100%;
  padding: 0 20px 0 45px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
  font-weight: 500;
  appearance: none;
  border: none;
  outline: none;
  /* display: inline-block; */
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  /* appearance: none; */
  /* cursor: pointer; */
  font-family: 'League Spartan';
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 400;
}

.wrapper-form select {
    /* background: #f7f7f7; */
    display: none;
}

.list-select label:hover {
    background: #eee;
    color: #089441;
}

.list-select label.actif {
    background: #eee;
    color: #089441;
}

.list-select label {
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    transition: all ease 0.6s;
}

.list-select {
    /* display: none; */
    position: absolute;
    background: #ffffff;
    top: 70px;
    display: flex;
    flex-direction: column;
    width: 100%;
    left: -5px;
    border-bottom: 5px solid #089441;
    border-radius: 0 0 10px 10px;
}
.wrapper-form input[type="radio"] {
    padding: 0;
    height: 0;
    border: 1px solid;
    width: 0;
    border-radius: 50%;
    /* appearance: initial; */
    /* cursor: initial; */
}
.wrapper-form select option {
    font-size: 17px;
    /* border-radius: 10px; */
    background: #f7f7f7;
    /* padding: 16px 0; */
    -moz-font-family: "League Spartan";
    -ms-font-family: "League Spartan";
}

.wrapper-banniere .reference {
  margin: 24px 0 6px;
  font-size: 15px;
  font-weight: 400;
  font-family: poppins;
}

.input-form.location {
  width: 25%;
}

.wrapper-banniere .reference ul li:first-child {
  /* margin-right: 10px; */
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  margin-right: 24px;
  background-color: #044b7a;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1;
  font-size: 14px;
}

.wrapper-banniere .reference ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wrapper-banniere .reference ul li:not(:first-child) {
  margin-right: 24px;
  color: white;
  font-size: 14px;
}


.wrapper-banniere input[type="text"]::placeholder {
  font-weight: 500;
/*     font-family: poppins; */
  color: #333;
}
.price {
  margin-left: 8px;
  display: flex;
  width: 127px;
}

.items-premier-cas:hover {
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 20%);
}

.input-form.industry {
  border: none !important;
}



/*********************************************Fin Formulaire************************************************************ */



.itb-image {
    display: flex;
    /* justify-content: center; */
    width: 100%;
    height: 100%;
}

.itb-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container.boutique {
    width: 90%;
}