#section_recyclage_green{
    width: 100%;
    background-color: #299261;
    text-align: center;
    padding:30px;
    position: relative;
    color: #ffffff !important;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#section_recyclage_green .contRecyclage{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
#section_recyclage_green p.title{
    font-size: 35px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#section_recyclage_green p.date{
    font-size: 30px;
    line-height: 30px;
    font-weight:400;
    margin-bottom:40px;
}
#section_recyclage_green p.txt-titre{
    font-size: 40px;
    line-height: 40px;
    font-weight:400;
    margin-bottom:40px;
}
#section_recyclage_green p.txt-last{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}
#section_recyclage_green a.cta{
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
}
#section_recyclage_green .logo{
    display: block;
    margin: 0 auto;
}
#section_recyclage_green a.cta.just-desk{
    display: none;
}
#section_recyclage_green a.cta:hover{
    text-decoration: none;
}
#section_recyclage_green p.txt-last span{
    font-weight: 600;
}
#section_recyclage_green .blc-right{
    max-width: 400px;
    width: 100%;
    border: 1px solid #ffffff;
    padding: 30px 10px 40px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    position: relative;
}
#section_recyclage_green .blc-right .txtoff{
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    padding-bottom: 5px;
}
#section_recyclage_green .blc-right .offre{
    font-size: 110px;
    line-height: 110px;
    font-weight: 600;
}
#section_recyclage_green .blc-right .txt-offre{
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
#section_recyclage_green .blc-right .txtcag{
    font-size: 20px;
    line-height: 20px;
}
#section_recyclage_green .blc-right .logoPlus{
    display: inline;
    vertical-align: bottom;
    margin-left: 4px;
}
#section_recyclage_green .astr{
    font-size: 16px;
    position: absolute;
    bottom: -36px;
    color: #ffffff;
}



/* ====== 1024px ====== */
@media screen and (max-width: 1024px) {
  #section_recyclage_green .contRecyclage {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
  #section_recyclage_green p.date {
    font-size: 34px;
  }
  #section_recyclage_green p.txt-titre {
    font-size: 40px;
  }
  #section_recyclage_green p.title {
    font-size: 28px;
  }
  #section_recyclage_green p.txt-last,
  #section_recyclage_green a.cta {
    font-size: 28px;
  }
  #section_recyclage_green .blc-right .offre {
    font-size: 100px;
    line-height: 100px;
  }
  #section_recyclage_green .blc-right .txt-offre {
    font-size: 36px;
  }
}

/* ====== 991px ====== */
@media screen and (max-width: 991px) {
  #section_recyclage_green p.date {
    font-size: 28px;
  }
  #section_recyclage_green p.txt-titre {
    font-size: 32px;
  }
  #section_recyclage_green p.title {
    font-size: 24px;
  }
  #section_recyclage_green p.txt-last,
  #section_recyclage_green a.cta {
    font-size: 22px;
  }
  #section_recyclage_green .blc-right {
    max-width: 350px;
  }
  #section_recyclage_green .blc-right .offre {
    font-size: 80px;
    line-height: 80px;
  }
  #section_recyclage_green .blc-right .txt-offre {
    font-size: 30px;
  }
}


@media screen and (max-width: 767px) {
    #section_recyclage_green {
        padding: 70px 30px 50px 30px;
        min-height: auto;
    }
    #section_recyclage_green .contRecyclage {
        row-gap: 30px;
        flex-direction: column;
    }
    #section_recyclage_green p.date {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #section_recyclage_green p.txt-titre{
        font-size: 26px;
        line-height: 26px;
        margin-bottom:10px;
    }
    #section_recyclage_green p.title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    #section_recyclage_green p.txt-last {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #section_recyclage_green .logo{
        display: none;
    }
    #section_recyclage_green a.cta {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 0px;
    }

    #section_recyclage_green .blc-right .txtoff {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 0px;
    }
    #section_recyclage_green .blc-right .offre {
        font-size: 72px;
        line-height: 72px;
    }
    #section_recyclage_green .blc-right .txt-offre {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    #section_recyclage_green .blc-right .txtcag {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0px;
    }
    #section_recyclage_green .blc-right .txtcag img{
        width: 50px;
    }
    #section_recyclage_green .astr {
        font-size: 14px;
        bottom: -30px;
    }

    #section_recyclage_green .blc-right{
        max-width: 250px;
    }
}

@media screen and (max-width: 480px) {
  #section_recyclage_green p.txt-titre {
    font-size: 20px;
    line-height: 22px;
  }
  #section_recyclage_green p.txt-last {
        font-size: 16px;
        line-height: 22px;
    }
        #section_recyclage_green a.cta {
        font-size: 16px;
        line-height: 20px;
    }
}