/**************************************
**************************************
             START GENERIQUE
**************************************
**************************************/
.richtext li{
    margin-bottom: 10px;
}

.grid .container .col-md-12.margin-0-tb .image.parbase{
  margin-top: -10px;
}
/**************************************
**************************************
             END GENERIQUE
**************************************
**************************************/


/**************************************
**************************************
             START HEADER
**************************************
**************************************/
#breadcrumbs{
    margin: 15px 0;
}

#header{
    min-height:400px;
}
/**************************************
**************************************
             END HEADER
**************************************
**************************************/

/**************************************
**************************************
             START PART 1
**************************************
**************************************/
#part-1 .avantages .richtext{
    min-height:56px;
}
/**************************************
**************************************
             END PART 1
**************************************
**************************************/

/**************************************
**************************************
             START PART 3
**************************************
**************************************/
.avantages-list .col-md-3 .richtext{
    min-height: 250px;
}

/**************************************
**************************************
             END PART 3
**************************************
**************************************/

/**************************************
**************************************
             START POPUP
**************************************
**************************************/
#modal_assurance{
  position: fixed !important;
  background-color: rgba(255, 255, 255, 1);
  top: 25px;
  left: 77%;
  z-index: 999;
  width: 50%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -50%;
  border: 1px solid #999;
}


/**************************************
**************************************
             END POPUP
**************************************
**************************************/

/**********************************************************************
**********************************************************************
                                  MOBILE VERSION
**********************************************************************
**********************************************************************/

@media only screen and (max-width: 768px) {

/**************************************
**************************************
             START PART 3
**************************************
**************************************/
.avantages-list .col-md-3 .richtext{
    min-height: auto;
}

/**************************************
**************************************
             END PART 3
**************************************
**************************************/
}