.economie_engagement {
    background-image: url("../images/fond.png") ;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    align-items: center;
    justify-content: center;
    display : flex;
}

#listing {
    position: absolute;
    left: -9999px;
}

.form-checkbox-reprise {
    width: 390px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: unset;
}

#accord_donnees {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 19px;
    height: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 8px;
    background: white;
}

.contact-label {
    text-align: justify;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

#appbundle_reprise_accept {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 19px;
    height: 18px;
    border: none;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 8px;
}

.form-accept .checkbox label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.popup-reprise .checkbox label {
    width : 390px;
}

#appbundle_reprise_light_accept {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 19px;
    height: 18px!important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 8px;
}

#consentement{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 19px;
    height: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 8px;
}

#accord_donnees:checked {
    background-color: white;
    border-color: #8CC06E;
}

#appbundle_reprise_light_accept:checked {
    background-color: white;
    border-color: #8CC06E;
}

#appbundle_reprise_accept:checked {
    background-color: white;
    border-color: #8CC06E;
}

#appbundle_reprise_light_accept:checked::after {
    content: "\2713";
    color: #8CC06E;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 4px;
}

#accord_donnees:checked::after {
    content: "\2713";
    color: #8CC06E;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 4px;
}

#appbundle_reprise_accept:checked::after {
    content: "\2713";
    color: #8CC06E;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 4px;
}


#consentement:checked {
    background-color: white;
    border-color: #8CC06E;
}


#consentement:checked::after {
    content: "\2713";
    color: #8CC06E;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 4px;
}


.custom-file-label {
    display: inline-block;
    cursor: pointer;
}

.custom-file-label img {
    width: 25px;
    height: 25px;
    margin-right : 10px;
    object-fit: contain;

}

.parc-form .label-form {
    display: flex;
    align-items: center;
    max-width: 250px;
}

#file-name {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: black;
    cursor: pointer;
    background : white;
    padding: 8px;
    border: none;
    width : 180px;
    margin-bottom: 0;
    border-radius: 4px;
}


.economie_engagement-content {
    background: #eeefeac4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-radius: 300px;
    padding: 30px;
    width: 60%;
}

:root {
    --image-count: 5;
    --image-width: 100px;
    --image-gap: 30px;
    --block-shift: calc((var(--image-width) * var(--image-count)) + (var(--image-gap) * var(--image-count)));
    --duration: 40s;
}

.economie_carrousel {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    user-select: none;
    touch-action: none;
}

.economie_slide-track {
    display: flex;
    gap: var(--image-gap);
    animation: economie-scroll var(--duration) linear infinite;
    will-change: transform;
}

.economie_slide {
    flex: 0 0 auto;
    width: var(--image-width);
    display: flex;
    align-items: center;
    justify-content: center;
}

.economie_slide img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter .2s;
}


@keyframes economie-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--block-shift))); }
}

@media (min-width: 900px) {
    :root {
        --image-width: 130px;
        --image-gap: 36px;
        --duration: 36s;
    }
}
@media (min-width: 1200px) {
    :root {
        --image-width: 150px;
        --image-gap: 40px;
        --duration: 32s;
    }
}


.container-economie .top-title {
    margin-top : 75px;
}

.content-h1-economie {
    position : relative;
}

.top-economie h1 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    color: #313132!important;
    font-size: 38px !important;
    margin: 0 60px 0 0;
    font-family: 'Lato', sans-serif !important;
}

.top-economie p{
    font-weight: 900;
    font-size : 23px;
    text-align: center;
    margin: 50px 20px 60px 20px;
    color : #313132;
}

.line-reprise-desktop {
    position: absolute;
    top: 90% !important;
    right: 0%;
    width: 150px !important;
}

.economie_engagement-item-image {
    width : 200px;
}

.economie_carrousel-slider-img {
    width : 120px;
    margin  : 0 5px;
}

.economie_carrousel {
    margin-top : 10px;
    margin-bottom : 10px;
}

.economie_carrousel-content {
    margin-top : 70px;
    margin-bottom : 70px;
}

.economie_recyclage_content {
    display : flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    position: relative;
}

.economie_recyclage h2 {
    color: #313132;
    font-size: 38px;
    margin-bottom:35px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 600;
    text-align: left;
}

.recyclage_logo {
    position: absolute;
    width: 110px;
    right: 16%;
    top: 22%;
}

.recyclage_arbre {
    position: absolute;
    bottom: -8px;
    width: 270px;
    right: 7%;
}

.economie_recyclage h3 {
    color : #8DBB80;
    font-size : 20px;
    margin-bottom : 20px;
}

.economie_recyclage p {
    font-size : 18px;
}

.economie_recyclage li {
    font-size : 18px;
}

.economie_carrousel-text {
    color : #8BBF6E;
    font-style: italic;
    font-size : 20px;
    font-weight: 400;
    text-align: center;
}

.economie_recyclage {
    background: #D3E0B7;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 35px;
    position : relative;
}

.economie_circulaire-text p {
    color: #8BBF6E;
    font-size: 20px;
    margin-bottom : 40px;
    font-weight: 400;
}

.economie_circulaire h2 {
    color: #313132;
    font-size: 38px;
    margin-bottom: 45px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 600;
    text-align: center;
}

.economie_circulaire_item {
    position : relative;
    margin-right : 20px;
}

.economie_circulaire_item:last-child {
    margin-right : 0;
}

.economie_circulaire_hover {
    display: block;
    background: rgb(217 217 217 / 55%);
    border-radius: 6px;
    padding: 15px;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
}

.economie_circulaire_hover p {
    margin-bottom : 0;
    font-size : 16px;
}

.economie_circulaire {
    margin-top : 70px;
    margin-bottom : 70px;
}

.economie_circulaire-image {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
}

.economie_circulaire_item-image {
    width: 300px;
}

.economie_reprise {
    background: #EEEFEA;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 35px;
}

.economie_reprise h2 {
    color: #8BBF6E;
    font-size: 38px;
    margin-bottom : 45px;
    font-weight: 600;
    text-align: left;
}

.economie_reprise p {
    font-size : 18px;
}

.reprise-logo {
    width : 80px;
    margin-bottom : 20px;
}

.economie_reprise_image-right {
    flex-direction: column;
    display: flex;
}

.economie_reprise_image-left {
    flex-direction: column;
    display: flex;
}

.economie_reprise_image {
    display : flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin : 50px 0;
}

.economie_reprise_image-middle {
    display: flex;
    flex-direction: row;
}

.reprise-img {
    width : 310px;
    height : 310px;
    object-fit: cover;
}

.economie_reprise_illu b {
    font-size : 18px;
    font-weight: 600;
}

.economie_reprise_slider {
    display : flex;
    flex-direction: row;
    align-items: baseline;
    margin : 0 0 50px 0;
    justify-content: space-between;
}

.economie_reprise_illu-item-img {
    width : 150px;
}

.reprise-2 {
    width : 220px!important;
}

.economie_reprise_slider p {
    font-size : 16px;
    text-align: center;
}

.title-effacement {
    font-size : 20px;
    font-weight: 600;
}

.economie_reprise_illu-item-img {
    margin-right : 30px;
    width : 150px;
    object-fit: contain;
    margin-bottom : 10px;
}

.economie_reprise_illu-item {
    display : flex;
    flex-direction: column;
    align-items: center;
}

.economie_reprise_effacement {
    display: flex;
    flex-direction: row;
    margin: 30px 0;
}

.economie_ancien {
    margin : 70px 0;
}

.economie_ancien-content {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    margin-top : 30px;
    margin-bottom : 60px;
}

.economie_ancien_item_contenu p {
    color : #313131!important;
    font-size : 16px!important;
    text-align: center!important;
}

.economie_ancien_item_contenu {
    background : #EEEFEA!important;
    padding : 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
}


.economie_ancien_item-head:hover + .economie_ancien_item_contenu {
    max-height: 200px;
    opacity: 1;
}

.item-valo {
    background : #D3E0B7!important;
}

.item-materiel {
    background : #B8D79C!important;
}

.item-asso {
    background : #8BBF6E!important;
}

.item-carbone {
    background : #56833C!important;
}

/* Masquer au départ */
.economie_ancien_carre-item.carre-left {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 10px;
    z-index: 100000001;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}



.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 100000000;
}

.popup-reprise .form-row {
    display : flex;
    flex-direction: row;
    gap: 15px;
}

.popup-reprise .form-group {
    display : flex;
    flex-direction: column;
    width : 100%;
}



.popup-form {
    margin-right: 30px;
    padding-bottom : 20px;
}

.form-accept {
    margin-bottom : 0;
}

.submit-btn {
    background-color: #DFBD63;
    color: #000;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-start;
   margin :  0 auto 10px auto;
}

.vich-file {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.submit-btn:hover {
    background-color: #d5a843;
    color : black!important;
}

.popup-form {
    display : flex;
    flex-direction: column;
}

.popup-reprise h2 {
    padding: 0 20px;
    color: #8BBF6E;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin-top : 10px;
    margin-bottom : 10px;
}

.popup-reprise {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #EEEFEA;
    border-radius: 5px;
    padding-top : 10px;
    padding-right : 20px;
}

.popup-reprise .form-group label {
    font-size: 14px;
    margin-bottom: 0;
}

.popup-reprise input {
    padding: 8px;
    border: none;
    margin-bottom: 0;
    height : 36px!important;
    border-radius: 4px;
    background : white;
}

.popup-flex {
    display: flex;
    flex-direction: row;
    margin-top : 30px;
    align-items: flex-end;
}
.popup-image {
    flex-shrink: 0;
    width: 250px;
}

.popup-image img {
    width: 100%;
    height: auto;
    display: block;
}

.btn-reprise-click {
    background: #313132;
    border-radius: 12px;
    font-size: 18px;
    padding: 0 30px;
    width: 220px;
    display: flex;
    align-items: center;
    height: fit-content;
    color: white;
    line-height: 45px;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    cursor : pointer;
    text-decoration: none;
}

.btn-reprise-click:hover {
    color: #313132!important;
    background: white;
}

.economie_ancien_item-head {
    background: #D3E0B7;
    padding: 0 15px ;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.economie-ancien_item {
    width : 24%;
    position: relative;
    overflow: visible;
}

.economie_ancien_item-head p {
    color : white!important;
    margin-bottom : 0;
    text-align: center!important;
}



.economie_ancien p {
    color: #8BBF6E;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.economie_ancien h2 {
    color: #313132;
    font-size: 38px;
    margin-bottom: 45px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 600;
    text-align: center;
}

.carre-right {
    display : flex;
    flex-direction: row;
}

.economie_ancien_carre-item-right a {
    background: #313132;
    border-radius: 12px;
    font-size: 18px;
    padding: 0 30px;
    width: 220px;
    display: flex;
    align-items: center;
    height: fit-content;
    color : white;
    line-height: 45px;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
    text-decoration: none;
}

.economie_ancien_carre-item-right a:hover {
    color: #313132;
    background: white;
}

.dossier-reprise {
    width : 210px;
}

.economie_ancien_carre {
    display : flex;
    flex-direction: row;
    align-items: unset;
    justify-content: center;
    margin-top : 60px;
}

.economie_ancien_carre-item {
    background : #D3E0B7;
    width : 48%;
    border-radius : 5px;
}

.economie_ancien_carre-item-right {
    padding-right : 30px;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    padding-top : 40px;
    align-items: center;
}

.economie_ancien_carre-item-right p {
    color : white!important;
    margin-bottom : 60px;
    font-size: 20px;
    font-weight: 400;
    text-align: center !important;
}

.form-container {
    max-width: 800px;
    margin: auto;
}

.parc-form {
    background: #EEEFEA;
    padding: 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

.parc-form h3 {
    color: #000000;
    text-align: left;
    font-size: 18px !important;
    font-weight: 400;
    margin-bottom: 10px;
}

.parc-form  .form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.parc-form  .col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.parc-form  .form-group {
    display: flex;
    margin-bottom : 5px;
    flex-direction: column;
}

.parc-form  .form-group label {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    color: #000000;
}

.parc-form-3 {
    display: flex;
    flex-direction: row;
    align-items: self-end;
    justify-content: space-between;
}

.parc-form-3 .form-group {
    margin-bottom : 0!important;
}

.parc-form .form-group input,
.parc-form  .form-group textarea {
    padding: 8px;
    border: none;
    height : 36px;
    margin-bottom : 0;
    border-radius: 4px;
}

.parc-form .input-file {
    background : white;
    padding: 8px;
    border: none;
    margin-bottom: 0;
    border-radius: 4px;
}

.parc-form  .form-group textarea {
    height: 112px;
    resize: vertical;
}

.parc-form  .btn-submit {
    background: #DFBD63;
    color: black;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    margin-left : 15px;
}

.parc-form .btn-submit:hover {
    background: #d5a843;
}


.economie_ancien_carre-item-right p {
    text-align: center!important;
}

.form-container form {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.form-container .form-row {
    display: flex;
    gap: 1em;
}

.form-container .form-group {
    display: flex;
    flex-direction: column;
    width : 50%;
    margin-bottom : 0!important;
}

.form-container label {
    margin-bottom: 0.5em;
    font-weight: 500;
    color: #1d1d1d;
}

.form-submit {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container input {
    padding: 0.5em;
    border: none;
    background-color: white;
    font-size: 1em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-container .submit-button {
    padding: 0 25px;
    background-color: #e2b65a;
    border: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    align-self: flex-end;
    height : 34px;
}

.form-container .submit-button:hover {
    color : #000000;
}

.form-container .submit-button:hover {
    background-color: #d4a843;
}

.carre-left p {
    color : #000000;
    text-align: left;
    font-size : 18px!important;
}

.carre-left {
    padding : 30px;
}

@media (max-width: 1400px) {
    .recyclage_arbre {
        right: 1%;
    }
    .recyclage_logo {
        right: 9%;
    }
}

@media (max-width: 1300px) {
    .economie_engagement-content {
        width: 90%;
    }
}

@media (max-width: 1250px) {
    .recyclage_arbre {
        width: 220px;
    }
    .recyclage_logo {
        width : 100px;
    }
}

@media (max-width: 1200px) {
    .reprise-img {
        width: 230px;
        height: 230px;
    }
    .reprise-logo {
        width: 60px;
    }
    .economie_ancien_carre-item {
        width : 58%;
    }
}

@media (max-width : 992px) {
    .recyclage_arbre {
        display : none;
    }
    .economie_reprise {
        padding-bottom : 20px;
    }
    .popup-reprise h2 {
        font-size : 20px!important;
    }
    .form-accept .checkbox label {
        justify-content: flex-start;
    }
    .form-accept {
        margin-top : 10px;
    }
    .contact-label {
        justify-content: flex-start;
    }
    .top-economie p {
        margin: 30px 20px 50px 20px;
    }
    #file-name {
        width : 100%;
        max-width: 100%;
    }
    .parc-form .form-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .economie_reprise_illu-item-img {
        width: 120px;
    }
    .parc-form-3 .form-group {
        margin-bottom: 15px!important;
    }
    .parc-form .label-form {
        max-width: 100%;
    }
    .parc-form-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .parc-form .btn-submit {
        margin-left : 0;
    }
    .reprise-2 {
        width: 185px !important;
    }
    .economie_carrousel-content {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .economie_ancien {
        margin-bottom : 55px;
        margin-top: 55px;
    }
    .economie_carrousel-content {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .economie_ancien_item-head p {
        font-size : 18px!important;
    }
    .economie_recyclage p {
        font-size: 16px;
    }
    .economie_recyclage h2 {
        font-size : 26px;
        margin-bottom: 30px;
    }
    .economie_reprise p {
        font-size: 16px;
    }
    .economie_ancien p {
        font-size : 20px;
    }
    .economie_recyclage li {
        font-size: 16px;
    }
    .top-economie p {
        font-size : 20px;
    }
    .top-economie h1 {
        font-size : 26px!important;
    }
    .economie_circulaire h2 {
        font-size : 26px;
        margin-bottom: 30px;
    }
    .economie_reprise h2 {
        font-size : 26px;
        margin-bottom: 30px;
    }
    .economie_ancien h2 {
        font-size : 26px;
        margin-bottom: 30px;
    }
    .recyclage_logo {
        display : none;
    }
    .line-reprise-desktop {
        width: 117px !important;
    }
    .economie_recyclage_content {
        width : auto;
    }
    .reprise-img {
        width: 185px;
        height: 185px;
    }

    /*.economie_circulaire-content {
        margin-left : 20px;
        margin-right : 20px;
    } */
    /*.economie_ancien {
       margin-left : 20px;
        margin-right : 20px;
    } */
    .economie_ancien_item-head {
        padding: 0 8px;
        height: 90px;
    }
    .economie_ancien_carre {
        flex-direction: column;
    }
    .economie_ancien_carre-item {
        width : 100%;
    }
    .carre-right {
        margin-bottom : 20px;
        justify-content: space-between;
        padding-top : 0;
    }

}

@media (max-width : 768px) {
    .economie_recyclage_content {
        margin-left : 60px;
        margin-right :60px;
    }
    .economie_circulaire_item:nth-child(2) {
        margin-right : 0;
        margin-left : 8px;
    }
    .economie_circulaire_item:nth-child(4) {
        margin-left : 8px;
    }

    .economie_circulaire_item:nth-child(1), .economie_circulaire_item:nth-child(3) {
        margin-right : 8px;
    }
    .economie_circulaire_hover {
        display: flex !important;
        height: 125px;
        align-items: center;
    }
    .economie_recyclage {
        padding-top : 20px;
    }
    .economie_carrousel-content {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .economie_ancien {
        margin-bottom : 45px;
        margin-top: 45px;
    }
    .economie_carrousel-content {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .economie_reprise_image {
        flex-direction: column;
    }
    .economie_ancien_item-head p {
        font-size: 16px !important;
    }

    .economie_reprise_image-right {
        flex-direction: row;
        display: flex;
        align-items: center;
    }
    .reprise-logo {
        margin-right: 8px;
        margin-left: 8px;
    }

    .economie_reprise_image-left {
        flex-direction: row;
        display: flex;
        margin-top: 20px;
        align-items: center;
    }
    .economie_circulaire-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 30px;
    }
    .economie_circulaire-text p {
        text-align: center;
    }
    .economie_circulaire_item-image {
        width: 200px;
    }
    .economie_circulaire_item {
        text-align: center;
    }
    .economie_engagement-item-image {
        width: 150px;
    }
    .economie_engagement {
        height : 350px;
    }
    .economie_ancien_item_contenu {
        padding : 10px;
    }
    .top-economie p {
        margin: 30px 20px 50px 20px;
    }
    .economie_reprise_illu-item-img {
        margin-right : 0;
    }
    .economie_reprise_effacement img {
        display : none;
    }
    .economie_ancien_item-head {
        padding: 10px 5px;
    }
    .reprise_content {
        margin-left : 60px;
        margin-right :60px;
    }
    .economie_reprise_image {
        margin-left : 60px;
        margin-right :60px;
    }
    .economie_reprise_illu {
        margin-left : 60px;
        margin-right :60px;
    }
    .economie_reprise_effacement {
        flex-direction: column-reverse;
        align-items: center;
        margin-left : 60px;
        margin-right :60px;
    }

    .economie_circulaire {
        margin-left : 60px;
        margin-right :60px;
    }

    .economie_ancien {
        margin-left : 60px;
        margin-right :60px;
    }

    .economie_reprise_slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .carre-right {
        padding-top : 0;
    }
}


@media (max-width : 726px) {
    .economie_ancien_item-head {
        height: 75px;
    }
    .form-checkbox-reprise {
        width: 100%;
    }
    .form-accept .checkbox label {
        width : 100%;
    }
    .reprise-img {
        width: 155px;
        height: 155px;
    }
    .popup-image {
        display: none !important;
    }

    .popup-content {
        flex-direction: column;
        align-items: stretch;
    }
    .popup-reprise h2 {
        font-size : 20px!important;
        text-align: center;
        margin-top: 0!important;
    }

    .popup-form {
        width: 100%;
        margin-right: 0;
    }

    .popup-reprise {
        padding: 20px;
        width: 85%;
    }

    .popup-reprise .form-row {
        flex-direction: column;
        gap: 0;
    }
    .economie-ancien_item {
        width : 100%;
    }

    .popup-reprise .form-group {
        width: 100%;
    }
    .economie_ancien-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .popup-form {
        padding-bottom : 0;
    }
}


@media (max-width : 600px) {

    .reprise-img {
        width: 125px;
        height: 125px;
    }
    .btn-reprise-click {
        margin-bottom : 0!important;
    }
    .carre-right {
        justify-content: center;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .dossier-reprise {
        display: none;
    }
    .economie_ancien_carre-item-right {
        padding-top: 0;
        padding-right: 0;
    }
    .economie_ancien_carre-item-right p {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .economie_ancien_carre-item-right a {
        font-size: 16px;
    }
    .economie_circulaire_hover {
        height : 170px;
    }
}

@media (max-width : 576px) {
    .economie_ancien_item-head {
        height: 70px;
    }
    .form-accept {
        margin-top : 0;
    }
    .container-economie .top-title {
        margin-top : 60px;
    }
    .reprise-2 {
        width: 166px !important;
    }
    .economie_circulaire_hover {
        height: 180px;
        padding : 10px;
    }
    .economie_ancien_carre {
        margin-top : 40px;
    }
    .economie_circulaire-text p {
        text-align: start;
    }
    .economie_reprise_image {
        margin-bottom : 0;
    }
    .gris-mobile .economie_reprise_illu-item-img {
        display : block;
    }
    .reprise-supp {
        display : flex;
        flex-direction: row;
        align-items: center;
    }
    .economie_reprise_illu {
        display : none;
    }

    .gris-mobile .economie_reprise_illu {
        display : block;
    }
    .title-effacement {
        font-size : 18px;
        margin-bottom : 0;
    }
    .economie_reprise_slider {
        margin-bottom : 30px;
        grid-row-gap: 20px;
    }
    .gris-mobile {
        display : block!important;
        background : #EEEFEA;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .economie_reprise {
        padding-bottom : 0;
        padding-top : 20px;
    }
    .gris-mobile .economie_reprise_effacement {
        display : block;
    }
    .economie_reprise_effacement {
        display : none;
    }
    .economie_ancien-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .economie_ancien-content {
        margin-bottom : 40px;
    }

    .top-economie p {
        display : none;
    }

    .economie-ancien_item {
        width : 100%;
    }
    .logo-mobile {
        display : block!important;
    }
    .carre-right {
        padding-top : 30px;
    }
    .economie_reprise_image {
        margin-left: 0;
        margin-right: 0;
    }
    .reprise-logo {
        width : 55px;
    }
    .economie_reprise_image-left {
        display : none;
    }
    .economie_circulaire {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .reprise-img {
        width: 105px;
        height: 105px;
    }
    .economie_circulaire_item:nth-child(2) {
        margin-right : 0;
    }

    .economie_recyclage h3 {
        font-size : 18px;
    }
    .economie_engagement {
        height: 240px;
        margin-top : 40px;
    }
   .economie_reprise_image-middle .economie_reprise_image-right-img {
       flex: 1 1 0;
       min-width: 0;
       width: 100%;
       aspect-ratio: 1 / 1;
       object-fit: cover;
       display: block;
       margin: 0;
       padding: 0;
       height : 100%;
   }
   .economie_reprise_image-middle {
       display: flex;
       width: 100%;
       margin: 0;
       padding: 0;
   }
   .economie_engagement-content {
        padding: 15px;
    }
    .top-economie p {
        font-size: 18px;
    }
    .economie_ancien {
        margin-left: 15px;
        margin-right: 15px;
    }
    .reprise_content {
        margin-left: 15px;
        margin-right: 15px;
    }
    .economie_recyclage_content {
        margin-left: 15px;
        margin-right: 15px;
    }
    .economie_reprise p {
        font-size: 16px;
    }
    .economie_ancien p {
        font-size : 16px;
    }
    .economie_recyclage p {
        font-size: 16px;
    }
    .economie_reprise p {
        font-size : 16px;
    }
    .economie_circulaire-text p {
        font-size : 16px;
    }
    .economie_recyclage li {
        font-size: 16px;
    }
    .economie_reprise h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .economie_ancien h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .economie_circulaire h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .economie_ancien_carre-item-right {
        padding-top : 0;
        padding-right : 0;
    }
    .top-economie h1 {
        font-size: 20px !important;
    }
    .economie_recyclage h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .economie_ancien_carre-item-right a {
        font-size : 16px;
    }
    .economie_ancien_carre-item-right p {
        margin-bottom : 30px;
    }
    .carre-right {
        justify-content: center;
        padding-bottom: 30px;
    }
    .line-reprise-desktop {
        width: 82px !important;
        top: 100% !important;
        right: 5%;
    }
    .dossier-reprise {
        display : none;
    }
    .economie_reprise_illu {
        margin-left: 15px;
        margin-right: 15px;
    }
    .economie_reprise_effacement {
        margin-left: 15px;
        margin-right: 15px;
    }
    .economie_reprise_illu-item-img {
        width : 100px;
    }
    .economie_circulaire {
        margin-top : 40px;
    }
    .popup-form {
        padding-bottom : 0;
    }
    .economie_reprise_slider {
        margin-right : 10px;
    }
    .form-container .form-group {
        width : 100%;
        margin-bottom: 10px !important;
    }
    .economie_carrousel-content {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .economie_reprise_image-right-img:first-child {
        width : 50px;
    }
    .economie_ancien {
        margin-bottom :55px;
        margin-top: 55px;
    }
    .economie_carrousel-content {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .economie_carrousel-text {
        font-size : 18px;
        margin-right : 15px;
        margin-left : 15px;
    }
    .form-container .form-row {
        display : block;
    }

    .form-submit {
        margin-top: 20px;
        width: 100%;
    }


}

