.page_content {position:relative;z-index:99;}
.bloc_title_content {
    background: url(/Files/App_002/Images/icon_ciseau_vert.png) no-repeat center bottom;
    text-align: center;
    font-family: "Ubuntu";
    font-weight: 700;
    text-transform: uppercase;
    color: #555555;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.page_content p {
    color: #838383;
    line-height: 26px;
    text-align: justify;
}
.bloc_title_content.white {
    background: url(/Files/App_002/Images/icon_ciseau_blanc.png) no-repeat center bottom;
    color: #FFF;
}
.button_codar:hover {border: 2px solid #759009!important;}
.button_codar:focus {text-decoration: none;}
.chisel_animate_bloc:hover .chisel_animate {
transform: rotate(-360deg) ;
-webkit-transform: rotate(-360deg) ;
-moz-transform: rotate(-360deg) ;
-o-transform: rotate(-360deg) ;
-ms-transform: rotate(-360deg) ;
transition: all 3s ease;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
-o-transition: all 3s ease;
-ms-transition: all 3s ease;
}

.index_top_link {
    width: 20px;
    height: 71px;
    background: url(/Files/App_002/Images/bottom_top.png) no-repeat center;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    display:block;
}
.index_top_link.affix {
background: url(/Files/App_002/Images/bottom_top.png) no-repeat center;
display: block;
transition: all 2s ease;
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-o-transition: all 2s ease;
-ms-transition: all 2s ease;
}

@media (max-width: 992px) {
  .bloc_title_content {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 26px;
    margin-bottom: 28px;
  }
}

@media (max-width: 769px) {
  .bloc_title_content {width:100%;}
}





