/**************************************
**************************************
             START MAIN CONTENT
**************************************
**************************************/
.heading-5{
    color:#036;
}

/**************************************
**************************************
             END MAIN CONTENT
**************************************
**************************************/

/**************************************
**************************************
             START HEADER PAGE
**************************************
**************************************/
#header-page {
    height: 460px;
}

/**************************************
**************************************
             END HEADER PAGE
**************************************
**************************************/

/**************************************
**************************************
             START GENERIQUE
**************************************
**************************************/
.avantages-list .col-md-4,  .avantages-list .col-md-3{
    border-right:1px solid #ccc;
    content:"&nbsp;"

}

.avantages-list .col-md-4:last-of-type, .avantages-list .col-md-3:last-of-type{
    border-right:none;
}

button.alert-close{
    display:none;
}

.alert {
    border:none;
}
/**************************************
**************************************
             END GENERIQUE
**************************************
**************************************/

/**************************************
**************************************
             START PART-1
**************************************
**************************************/
#part-1 .avantages .container .richtext {
    height: 170px;
}

#part-1 .avantages .container .col-md-12{
    padding:15px;
}

/**************************************
**************************************
             END PART-1
**************************************
**************************************/

/**************************************
**************************************
             START PART-2
**************************************
**************************************/
#part-2 .accordion .collapsible {
    border:none;
}
/**************************************
**************************************
             END PART-2
**************************************
**************************************/

/**************************************
**************************************
             START PART-3
**************************************
**************************************/
#part-3 .avantages-list .col-md-4 .richtext{
    min-height: 470px;
}

/**************************************
**************************************
             END PART-3
**************************************
**************************************/


/**************************************
**************************************
             START PART-4
**************************************
**************************************/
#part-4 .avantages-list .col-md-3 .richtext{
    min-height: 240px;
}

/**************************************
**************************************
             END PART-4
**************************************
**************************************/


/**************************************
**************************************
             START PART-5
**************************************
**************************************/
#part-5{
    height:250px;
    margin-bottom:25px;
}

#part-5 .btn{
    min-height: 72px;
}

#part-5 .btn.popup_ati{
    line-height: 46px;
}

#part-5 .col-md-3:nth-of-type(2) .button .btn{
    padding-top: 24px;
}


/**************************************
**************************************
             END PART-5
**************************************
**************************************/

/**************************************
**************************************
             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 GENERIQUE
**************************************
**************************************/
.avantages-list .col-md-4,  .avantages-list .col-md-3{
    border-right:none;
}

/**************************************
**************************************
             END GENERIQUE
**************************************
**************************************/

/**************************************
**************************************
             START PART-3
**************************************
**************************************/
#part-3 .avantages-list .col-md-4 .richtext{
    min-height: auto;
}

/**************************************
**************************************
             END PART-3
**************************************
**************************************/


/**************************************
**************************************
             START PART-4
**************************************
**************************************/
#part-4 .avantages-list .col-md-3 .richtext{
    min-height: auto;
}

/**************************************
**************************************
             END PART-4
**************************************
**************************************/

/**************************************
**************************************
             START PART-5
**************************************
**************************************/
#part-5{
    height:auto;
}

/**************************************
**************************************
             END PART-5
**************************************
**************************************/


}