.bic {
  width: 1145px;
  margin: 0 auto;
  position: relative;
}

.bic .bic-info-line {
  float: right;
  background: #f6f6f6;
  font-size: 11px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: 0;
  z-index: 1;
  min-width: 239px;
}

.bic .bic-info-line .info-text {
  line-height: 18px;
  color: #666666;
  text-transform: uppercase;
  float: left;
  /* width: 80%; */
  padding-left: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.bic .bic-info-line .no-contract {
  width: 100%;
  height: 50px;
  display: none;
  color:#666666;
  text-align: center;
  line-height: 50px;
}

.bic .bic-info-line .btn-orange-expand{
  background: #fe5815;
  min-height: 70px;
  float: right;
  position: relative;
  top:0;
  right: 0;
  width: 42px;
  margin-left: auto;
  flex: 0 0 auto;
}

.bic .bic-info-line .btn-orange-expand:hover {
  cursor: pointer;
}

.bic .bic-info-line .info-text .icon-home {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: top;
}

.bic .bic-info-line .info-text span {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 27px);
  float: right;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  -o-text-overflow: clip ellipsis;
  text-overflow: clip ellipsis;
}

.bic .bic-info-line .fleche-right-line {
  background: url(../../../../etc/designs/EDF_RC/assets/img/sprites/icons.png) -22px -687px;
  height: 7px;
  position: absolute;
  width: 12px;
  top: calc(50% - 3px);
  left: calc(50% - 6px);
}

.bic .bic-info-line .fleche-right-line-up {
  background: url(../../../../etc/designs/EDF_RC/assets/img/sprites/icons.png) -56px -687px;
  height: 7px;
  position: absolute;
  width: 12px;
  top: calc(50% - 3px);
  left: calc(50% - 6px);
  display: none;
}

.bic-content-info {
  display: none;
  background: #f6f6f6;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bic-content #adress .label-contrat {
  color:black;
  vertical-align: top;
  text-transform: none;
  font-weight: bold;
}

.bic-content-info #autres-adresses .label-contrat {
  color:black;
  vertical-align: top;
  text-transform: none;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
 
  .bic .bic-info-line .info-text span {
    width: calc(100% - 28px);
    max-height: 36px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    -o-text-overflow: clip ellipsis;
    text-overflow: clip ellipsis;
  }
}

.bic {
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px){
  #bic {
    height: 0;
  }

  .bic .bic-info-line {
    top: 95px;
    margin-right: 25px;
    min-width: 315px;
    position: absolute;
  }
}

@media screen and (min-width: 1024px){
  .bic .bic-info-line {
    top: 52px;
  }
}

@media screen and (min-width: 1280px){
  .bic .bic-info-line {
    top: 52px;
    margin-right: 0;
  }
  
	#atomx-header.sticky + #bic { position: fixed; top: 59px; z-index: 1; width: 100%;} /*z-index:1000*/
}

@media screen and (min-width: 1024px){
 #bic {
   position: fixed;
   top: 59px;
   z-index: 1;
   width: 100%;
	 }
}

#bic::after {
 display: table;
 clear: both;
 content: "";
}

@media screen and (max-width: 767px){
  .bic .bic-info-line {
    width: 100%;
  }
}

.lien-rattacher {
  line-height: 45px;
  text-decoration: underline;
  text-transform: none;
  color: whitesmoke;
}

.lien-contrat {
  text-decoration: underline;
  text-transform: none;
  color: black;
  font-weight: bold;
}

#bloc-rattacher {
  height: 45px;
  width: 100%;
  float: inherit;
  background-color: #333;
  display: inline-block;
}

.icon-rattacher {
  fill: whitesmoke;
  position: relative;
  left: 10px;
  top: 7px;
  height: 20px;
  width: 20px;
  margin-right: 16px;
}

.autres {
  width: 100%;
  padding-right: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bic-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
