.texte_produit p {
  text-align: left;
  margin-top: -20px;
  padding: 5px;
  padding-top: 20px;
}

.texte_adresse p {
  text-align: center;
  margin-top: -20px;
  padding: 5px;
  padding-top: 20px;
}

.texte_produit {
  background: #eeeeee;
  z-index: 50;
  position: relative;
}

.bloc_veste .picto_produit {
  z-index: 100;
  position: relative;
  height: 50px;
  margin-right: 7px;
  background: url("../../assets/img/Picto-veste.png") right / contain no-repeat;
}

.bloc_maille .picto_produit {
  z-index: 100;
  position: relative;
  height: 50px;
  margin-right: 7px;
  background: url("../../assets/img/Picto-maille.png") right / contain no-repeat;
}

.bloc_adresse .picto_adresse {
  z-index: 100;
  position: relative;
  height: 35px;
  background: url("../../assets/img/Point%20localisation.png") center / contain no-repeat;
  margin: auto;
}

#logo {
  background: url("../../assets/img/Logo-Kenzo-vertical.png") top left / contain no-repeat;
  height: 120px;
  margin-left: 10px;
}

.bloc_chemise .picto_produit {
  position: relative;
  height: 50px;
  margin-right: 7px;
  background: url("../../assets/img/Picto-chemise.png") right / contain no-repeat;
  z-index: 100;
}

.bloc_pantalon .picto_produit {
  position: relative;
  height: 50px;
  margin-right: 7px;
  background: url("../../assets/img/Picto-pantalon.png") right / contain no-repeat;
  z-index: 100;
}

.bloc_tshirt .picto_produit {
  position: relative;
  height: 50px;
  margin-right: 7px;
  background: url("../../assets/img/Picto-tshirt.png") right / contain no-repeat;
  z-index: 100;
}

.footer-basic {
  padding: 0;
  background: url("../../assets/img/Footer.png") top / auto repeat-x;
  height: 200px;
  margin-top: -136px;
  position: absolute;
  bottom: 0;
  height: 243px;
  width: 100%;
}

section {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: -140px;
  padding-bottom: 90px;
}

@media (min-width: 1200px) {
  .picto_veste {
    height: 60px;
  }
}

.texte_colis p, .texte_contenu p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: rgb(109,109,109);
}

.bloc_colis .picto_colis {
  background: url("../../assets/img/Colis-ferme.png") center no-repeat;
  width: 100%;
  height: 145px;
}

.btn.btn-primary {
}

#bt_1 {
  background-size: 75px !important;
  background-position: 45% !important;
}

#profil button {
  width: 100%;
  background: url("../../assets/img/Bulle%20grise.png") center no-repeat;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(0,0,0);
  font-size: 25px;
  height: 100px;
  margin-bottom: 5%;
  border: none;
}

#bt_2 {
  background-size: 35px !important;
  background-position: 57% !important;
}

#bt_3 {
  background-size: 60px !important;
  background-position: 40% !important;
}

#profil {
  margin: 0;
  padding: 0;
  margin-top: -120px;
}

.bloc_contenu .picto_contenu {
  background: url("../../assets/img/colis-ouvert.png") center no-repeat;
  width: 100%;
  height: 145px;
}

.col-md-12.search-table-col {
  margin: 0;
  padding: 0;
}

.form-group.pull-right.col-lg-4 {
  margin: 0;
  padding: 0;
}

.table_picto img {
  width: 40px;
}

@media (min-width: 300px) {
  h1 {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  #profil {
    margin-top: -20px;
  }
}

#imprimer {
  border-radius: 12px;
  font-family: 'Source Sans Pro';
  background: #0072A0;
  color: var(--white);
}

#bloc_imprimer {
  text-align: center;
}

.btn.btn-danger {
}

#bloc_expe {
  width: 80%;
  height: 150px;
}

#frame {
}

.fa {
  padding-right: 10px;
}

#titre_etiquette_colis {
  text-align: center;
  margin: 10px;
  font-family: 'Source Sans Pro', sans-serif;
}

#image_etiquette_colis {
}

#image_etiquette_colis {
  text-align: center;
}

.modal-title {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

#recap_etiq #picto {
  text-align: right;
}

.description {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #7d8b96;
  background: linear-gradient(0deg, #d5d6d7 0%, white 100%);
  padding-bottom: -2px;
}

.recap_ref {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: var(--white);
  background: linear-gradient(0deg, #7d8b96 20%, white 100%);
}

#recap_etiq #picto img {
  width: 75px;
}

#recap_etiq .info .picto {
  height: 54px;
  margin-right: 23px;
}

#info .picto {
  width: 50px;
}

#info .td2 {
  width: 70%;
  font-family: 'Source Sans Pro';
  color: rgb(109,109,109);
}

#info .td1 {
  width: 30%;
}

@media (min-width: 768px) {
  #recap_etiq {
    width: 80%;
    margin-left: 10%;
  }
}

@media (min-width: 1200px) {
  #recap_etiq {
    width: 50%;
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  #sec_colisage {
    width: 70%;
    margin-left: 15%;
  }
}

@media (min-width: 992px) {
  #profil {
    width: 60%;
    margin-left: 20%;
  }
}

#recap_etiq table td {
  vertical-align: middle;
}

.div_detail_colis {
  margin-top: 40px;
}

.div_detail_colis img {
}

.div_detail_colis img {
  width: 30px;
}

.div_detail_colis .titre {
  color: #7d8b96;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.div_detail_colis .detail {
  color: #7d8b96;
}

.description .titre {
  padding: 0;
  margin: 0;
}

.description .detail {
  padding: 0;
  line-height: 18px;
  margin-top: 22px;
  font-size: 14px;
}

