.cover {
    height: 18vh;
}
#close-icon {
  display: none;
}
.cover-text-area {
    top: 35%;
}

.cover-text-area img {
    width: 25px;
}

.jamono-bandeau{
  height: 250px!important;
  margin-bottom: unset!important;
}

.cover-text span {
    font-size: 24px;
}

.cover-img {
    width: 125px;
    right: 0;
    bottom: 0;
}
.menu-accueil {
  font-size: 18px;
  color: #666;
}
.menu-actualite {
  font-size: 18px;
  color: #fff;
}
.fibre-bandeau-hub {
  height: 501px !important;
  position: relative;
  overflow: hidden;
}

.fibre-bandeau-hub img {
  height: 100% !important;
}

.txt-bandeau {
  top: 68px;
  left: auto;
}

.txt-bandeau-hub {
  top: 107px;
}
.bnd-fa {
  height: 50px;
  background-color: #000;
  font-size: 16px;
  font-weight: bold;
}
.contentS {
  position: relative;
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.bnd-fa .fa-bn {
  display: flex;
  align-items: center;
  height: 50px;
}
.banniere-hub-can-left {
  padding-left: 105px;
  padding-top: 15px;
  padding-bottom: 70px;
}
.banniere-hub-can-right {
  position: relative;
}
.banniere-hub-can {
  width: 100%;
  background-color: #000;
}
.menu-actualite-mob {
  display: none;
  height: 50px;
  padding: 10px;
}
.bandeau-desk {
  height: 400px;
  background-image: linear-gradient(to bottom, #4edbb8, #5ddcf9 46%, #b5e8f7) !important;
  position: relative;
}
.block-ibou {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 16%;
}
.contentAssistance{
  padding-left: 50px;
  padding-right: 50px;
}
.txt-ibou {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  top: 29%;
}
.txt-ibou .item-text:first-child {
  margin-top: 30px;
}
.txt-ibou .item-text {
  background-color: #ffffff;
  padding: 11px 20px;
  border-radius: 10px;
  margin: 0px 60px;
  position: relative;
  height: fit-content;
  height: -moz-fit-content;
}
.txt-ibou .item-text .rectdal {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0px 0 25px;
  border-color: #ffffff transparent transparent;
  position: absolute;
  bottom: -15px;
  right: 15px;
}
.txt-ibou .item-text:last-child {
  margin-top: -30px;
}
.txt-ibou .item-text .rectdisp {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 25px 0px 0;
  border-color: #ffffff transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 15px;
}
.block-search{
  position: absolute;
  bottom: -31%;
  border: 0.5rem solid;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
.searh-field{
  width: 100%;
  height: 54px;
  outline: none;
  padding-left: 20px;
  border: none;
}
.searh-icon{
  position: absolute;
  right: 1%;
  top: 11%;
}
.close-icon {
  cursor: pointer;
  position: absolute;
  right: 1%;
  top: 23%;
}
.bnd-fa .fa-bn .item-fa {
  margin-right: 10px;
  color: #666666;
}
.text-block-orange{
  font-weight: bold;
  font-size: 24px;
  color: black;
}
.liste-desc{
  color: black;
  margin-top: 10px;
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  .fibre-bandeau-hub {
    height: 312px !important;
    position: relative;
  }
  .contentS {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .txt-bandeau-hub {
    top: 50px;
  }
  .position-absolute {
    position: absolute !important;
  }
  .banniere-hub-can {
    margin-top: 0;
  }
  .banniere-hub-can-left {
    order: 12;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 15px;
  }
  .banniere-hub-can-right {
    order: 1;
    margin: 0;
    padding: 0;
  }
  .label-copy-orange {
    background-color: #ff7900;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .menu-actualite-mob {
    width: 100%;
    display: block;
  }
  .block-ibou img {
    width: 95%;
  }
  .block-ibou {
    top: 35%;
  }
  .txt-ibou {
    display: none;
  }
  .bandeau-desk {
    height: 227px;
  }
  .contentAssistance{
   padding: 0;
  }
  .liste-desc{
    color: black;
    margin-top: 10px;
    font-size: 12px;
  }
  .block-search {
    position: absolute;
    bottom: -31%;
    border: 0.3rem solid;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    background: #fff;
  }
  .searh-field {
    width: 90%;
    height: 37px;
    outline: none;
    padding-left: 10px;
    border: 0;
    border-radius: 10px;
  }

}
