img_actualite {
position:relative;
}
.vertical a{
position: absolute;
    bottom: 0;
    right: -10px;
   /*   -moz-transform: rotate(-180deg) translateY(0.5em);
    -ms-transform: rotate(-180deg) translateY(0.5em);
   -webkit-transform: rotate(-180deg) translateY(0.5em); 
    transform: rotate(-180deg); */
    font-size: 14.5px;
    line-height: 14px;
    white-space: nowrap;
    writing-mode: vertical-rl;
    writing-mode: bt-lr;
    text-orientation: mixed;
    color: #005e20;
transition:0.2s;
}
.vertical a:hover {
    color: #73b140;
    transition: 0.2s;
}
.vertical a:after {
    height: 70px;
    width: 1px;
    content: '';
    background: #005e20;
    /* bottom: 0; */
    left: 3px;
    position: absolute;
    margin-bottom: 20px;
}

.titre_bloc_actualite {
    color: #003613;
    padding: 60px 0;
    font-size: 48px;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
}
.titre_actualite {
    color: #474747;
    font-size: 36px;
    text-transform: uppercase;
    padding: 20px 0;
    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
}
.titre_actualite a{
    color: #474747;
transition:0.2s;
}
.titre_actualite a:hover{
color:#005e20;
transition:0.2s;
text-decoration:none;
}
.content_actualite {
padding-left:100px;
}
.content-left {
    text-align: left;
    padding: 0;
}
.content_prdt {
    padding-right: 100px;
    position: relative;
}
.lire_plus {
    position: absolute;
    right: -50px;
    top: 25%;
    border: 1px solid #005e20;
    height: 120px;
    width: 120px;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s;
}
.lire_plus:hover {
    box-shadow: 0 0 0 10px rgba(0, 94, 32, 0.44);
    color: #fff;
    transition: 0.2s;
}

.bloc_btn {
    position: absolute;
    right: -50px;
    z-index: 8;
}

.lire_plus_pdt {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 1px solid #005e20;
    text-align: center;
}
.lire_plus_pdt:hover {
    box-shadow: 0 0 0 10px rgba(0, 94, 32, 0.44);
    color: #fff;
    transition: 0.2s;
}

.lire_plus_pdt img {
    margin-top: 50%;
    transform: translateY(-50%);
}
.horizontal a{
    position: absolute;
    top: 60px;
    white-space: nowrap;
    right: 200px;
    color: #005e20;
}
.horizontal a:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background: #005e20;
    top: 11px;
    right: -70px;
}
.horizontal span {
    padding-left: 80px;
}
.bloc2 {
transform: translateY(-25%);
}
.slider_product_accueil{

}
@media screen and (max-width: 991px) {
.inverse {
    display: flex;
    flex-direction: column-reverse;
}
.slider_product_accueil{
width:100% !important;
}
.bloc2 {
    transform: none;
}
.lire_plus {
    position: absolute;
    right: -15px;
}
.vertical a{
right:35px;
bottom:0px;}
.content_prdt {
padding:15px;}

}




@media screen and (max-width:767px) {
.vertical a {    font-family: Tahoma, Verdana, Segoe, sans-serif !important;
    position: absolute;
    bottom: -20px ;
   left:0 !important;
right:0 !important;
      -moz-transform: rotate(-180deg) translateY(0.5em);
    -ms-transform: rotate(-180deg) translateY(0.5em);
    -webkit-transform: rotate(-180deg) translateY(0.5em);
    transform: none;
    font-size: 14.5px;
    line-height: 14px;
    white-space: nowrap;
    writing-mode: initial;
    writing-mode: bt-lr;
    text-orientation: mixed;
    color: #005e20;
    text-align: center;
}
.vertical a:after {
display:none;
    height: 1px;
    width: 70px;
    content: '';
    background: #005e20;
    bottom: -15px;
    left: auto;
    position: absolute;
    margin-top: 10px;
    right: 100px;
}
.titre_bloc_actualite {
font-size:28px;
padding:80px 0 0 0;
 }
.content_actualite {
    padding-right: 0;
}
.titre_actualite{
font-size:24px;
padding:0;
text-align:center;
}
.content_prdt {
    padding-left: 10px;
}
.content_actualite {
padding-left:0;}

}



.lire_plus img {
    margin-top: 50%;
    transform: translateY(-50%);
}
.vertical_scroll a{color: #005e20;}
.vertical_scroll {
   position: absolute;
    bottom: 50px;
 right: auto;
    left: 25px;
    -moz-transform: rotate(-180deg) translateY(0.5em);
    -ms-transform: rotate(-180deg) translateY(0.5em);
    -webkit-transform: rotate(-180deg) translateY(0.5em);
    transform: rotate(-180deg);
    font-size: 14.5px;
    line-height: 14px;
 /*    white-space: nowrap;
writing-mode: bt-lr;
     writing-mode: vertical-lr;
    writing-mode: bt-lr;
    text-orientation: mixed; */
writing-mode: vertical-rl;
writing-mode:bt-rl;


}
.vertical_scroll:after {
  height: 40px;
    width: 1px;
    content: '';
    background: #005e20;
    top: -70px;
    left: 3px;
    position: absolute;
    margin-top: 20px;
}
.bounce-scroll {
	padding: 0;
	color: transparent;
	font: bolder 250px helvetica;			
	-webkit-background-clip: text, border;
	background-clip: text, border;
  -webkit-text-stroke: 5px rgba(101, 86, 65, 0.2); */
  -webkit-animation: bounce .9s ease infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
    transform:translateY(20px);
  }
  100% {


  }
}

@media screen and (max-width: 425px) {
.titre_bloc_actualite {
    font-size: 26px;
      padding-top: 60px;
     padding-bottom: 20px;
}
.lire_plus {

    left: -10px;

    border: 1px solid #005e20;
    height: 80px;
    width: 80px;

}
.vertical {
   left: 20px;
    font-size: 10.5px;
    line-height: 14px;

}
}


@media screen and (min-width:991px) and (max-width:1199px) {
.lire_plus {top:0;}
}
@media screen and (max-width: 768px) {
#actualite .titre_bloc_actualite {
    padding: 20px 0;
}
}

























