.rtl .box-module-pavreassurances .icon-name {
  margin-left: 20px;
  margin-right: inherit;
}
.box-module-pavreassurances{
  color: #000;
  font-size: 12px;
}
.box-module-pavreassurances .description {
  overflow: hidden;
  display: inline-block;
  text-align: left;
}
.rtl .box-module-pavreassurances .description {
  text-align: right;
}
.box-module-pavreassurances .description p {
  
}
.box-module-pavreassurances .description h4 {
  max-height: 35px;
  font-weight: 900;
  font-size: 11px;
  overflow: hidden;
  text-transform: uppercase;
}
.box-module-pavreassurances h4, .box-module-pavreassurances p {
  margin: 0;
}
.box-module-pavreassurances .reassurances {
  padding: 20px 0;
  cursor: pointer;
}
.box-module-pavreassurances .icon-name {
    display: inline-block;
    font-size: 30px;
    margin-right: 20px;
    vertical-align: top;
}
.box-module-pavreassurances .reassurances:hover .arrow {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.box-module-pavreassurances .arrow {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  bottom: 5px;
  right: 20px;
  background: transparent;
  border: none;
}
.rtl .box-module-pavreassurances .arrow {
  left: 20px;
  right: auto;
}

.title_detail h4 {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.title_detail .icon-name {
  color: #2e3a47;
  font-size: 170px;
  margin: 0 20px;
}

.title_detail p {
  color: #8c8c8c;
  font-size: 15px;
  margin: 25px 0 0;
}
