body {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    background-color: #eeeeee;
}

.alert {
    position: absolute !important;
    top: 25% !important;
    left: 16% !important;
}

.container-fluid {
    padding: 0 !important;
}

.file-upload {
    width: 437px;
    margin: 0 auto;
    padding: 20px;
    position: absolute;
    top: 39%;
    left: 8.8%;
    height: 645px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #1FB264;
    position: relative;
    width: 100%;
    height: 100%;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #1FB264;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.file-upload-image {
    /*height: auto;*/
    margin: auto;
    padding: 20px;
    width: 437px;
    height: 645px;
}

.remove-image {
    width: 55px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}


.share-image {
    width: 55px;
    margin: 0;
    color: #fff;
    background: #1106d6;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #1c089c;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.share-image:hover {
    background: #1c089c;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.share-image:active {
    border: 0;
    transition: all .2s ease;
}

.download-image {
    width: 55px;
    margin: 0;
    color: #fff;
    background: #146c02;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #0f4905;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.download-image:hover {
    background: #0f4905;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.download-image:active {
    border: 0;
    transition: all .2s ease;
}

/* Ajoutez ceci à votre fichier style.css */

.share-menu {
    display: none;
    position: absolute;
    left: 56%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
}

.share-menu a {
    display: block;
    margin-bottom: 5px;
    margin-left: 20px;
    color: #333;
    text-decoration: none;
}

.share-image:hover + .share-menu {
    display: block;
}

@media (max-width: 600px) {
    .material-symbols-outlined {
        font-size: 16px !important;
    }

    .image-title-wrap {
        display: flex;
        position: absolute;
        top: 102%;
        left: 4.5%;
    }

    .file-upload {
        width: 136px !important;
        margin: 0 auto;
        padding: 7px !important;
        position: absolute;
        top: 8.8% !important;
        left: 7% !important;
        height: 185px !important;
    }

    h3 {
        font-size: 9px !important;
    }

    .image-upload-wrap {
        margin-top: 0px;
        border: 4px dashed #1FB264;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .file-upload-image {
        margin: auto;
        padding: 3px;
        width: 125px;
        height: 178px;
        position: absolute;
        left: 4%;
        top: 1.8%;
    }

    .remove-image, .download-image, .share-image {
        width: 35px;
    }
}

@media (min-width: 1440px) {
    .file-upload {
        width: 442px;
        margin: 0 auto;
        padding: 0px;
        position: absolute;
        top: 31%;
        left: 9.8%;
        height: 637px;
    }
}

@media (min-width: 1440px) {
    .file-upload {
        width: 619px;
        margin: 0 auto;
        padding: 20px;
        position: absolute;
        top: 39%;
        left: 7.8%;
        height: 898px;
    }
}

@media (max-width: 768px) {

    .file-upload {
        width: 277px;
        margin: 0 auto;
        padding: 20px;
        position: absolute;
        top: 11%;
        left: 5.8%;
        height: 389px;
    }
}
