.titre_bloc_actualite {
text-align:center;
color:#003613;
    padding-top: 160px;
    padding-bottom: 60px;
    font-size: 48px;
    text-transform: uppercase;
    white-space: nowrap;
}
.titre_actualite {
    color: #474747;
    font-size: 36px;
    padding: 15px 0;
    text-transform: uppercase;
}
.lire_plus {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 10px;
    z-index: 9999;
    width: 110px;
    text-align: center;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    border: 1px solid #005e20;
}
.vertical {
    position: absolute;
    bottom: 0;
    left: 48px;
    right: auto;
    -moz-transform: rotate(-180deg) translateY(0.5em);
    -ms-transform: rotate(-180deg) translateY(0.5em);
    -webkit-transform: rotate(-180deg) translateY(0.5em);
    transform: rotate(-180deg);
    white-space: nowrap;
    writing-mode: vertical-lr;
    writing-mode: bt-lr;
    text-orientation: mixed;
    font-size: 15px;
    color: #005e20;
}
.vertical:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    background:  #005e20;
    left: 9px;
    margin: 20px 0;
 }
.bloc_actualite {
padding:20px 0;
}
 .content-parent {
      float:left; 
 min-height: 610px;
    display: table;
    text-align: right;
}
    .content {   
      
      display: table-cell;
      vertical-align: middle;
    }

@media screen and (max-width:1024px) {
.content-parent {min-height:300px;
display:block;}
}
@media screen and (max-width:767px) {
.bloc1 {
    padding: 20px 0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
}
}








