
.wrapper_actions-caritatives p{font-size: 20px;}
.wrapper_actions-caritatives .conditions{font-size: 12px;padding:20px;}
.wrapper_actions-caritatives header{position: relative;display: flex; align-items: center; }
.wrapper_actions-caritatives  .red-bloc{background:#E40246;}
.wrapper_actions-caritatives header .red-bloc{padding: 30px 50px;color: #fff;text-align: center;flex: 1.1;    align-self: stretch;}
.wrapper_actions-caritatives header .red-bloc h1{font-weight: 500;text-transform: uppercase;margin: 40px auto 30px;font-size: 25px;}
.wrapper_actions-caritatives header .hoho .title{display: flex;    align-items: flex-end;}
.wrapper_actions-caritatives header .red-bloc .date{font-size: 17px;font-weight: 300;}
.wrapper_actions-caritatives header .hoho{padding: 80Px;background: #F4F4F4;
flex: 2;align-self: stretch;}
.wrapper_actions-caritatives header .hoho h2{font-size: 21px;color:#E40246;font-weight: 500;}

.wrapper_actions-caritatives section{margin: 30Px 0; justify-content: space-between;display: flex;}
.wrapper_actions-caritatives section .img{    align-self: stretch;flex: 1;margin-right: 32px;}
.wrapper_actions-caritatives section .img img{    width: 100%;
    object-fit: cover;height: 100%;}
.wrapper_actions-caritatives section .red-bloc{text-align: center; background: #E40246; color: white;    flex: 1.2;  }
.wrapper_actions-caritatives section  .red-bloc .w-back h2{
display: flex;align-items: center; justify-content: center;}

.wrapper_actions-caritatives section  .red-bloc .w-back {padding: 30px;}

@media screen and (max-width: 1024px) {
.wrapper_actions-caritatives header {flex-direction: column;}
}
@media screen and (max-width: 768px) {
.wrapper_actions-caritatives header .red-bloc{padding: 30px 20px;}
.wrapper_actions-caritatives header .red-bloc h1 { margin: 26px auto 30px;
    font-size: 22px;}
.wrapper_actions-caritatives p {font-size: 16px;}
.wrapper_actions-caritatives section,
.wrapper_actions-caritatives header .hoho .title{flex-direction: column;align-items: center;}
.wrapper_actions-caritatives section .img {margin-right: 0;margin-bottom: 30px;}
.wrapper_actions-caritatives header .hoho{padding: 30px;}
}


