.content-main {
    width: calc(100% - 300px);
    height: 100%;
    border-top: 1px solid gold;
    border-bottom: 1px solid gold;
    /* background-color: #130d135e; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: scroll;
}

/* **************************************
*       Media Query pour TABLETTE
*************************************** */
@media (max-width: 768px) {
    .content-main {
        width: 100%;
        height: calc(100% - 60px);
        overflow: auto;
        margin-top: 60px;
    }
}

/* **************************************
*       Media Query pour MOBILE
*************************************** */
@media (max-width: 480px) {
    .content-main {
        width: 100%;
        height: calc(100% - 60px);
        overflow: auto;
        margin-top: 60px;
    }
}


.round-black {
    background-color: #130d13;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    z-index: -1;
    border: 3px solid #7a6138;
}

/* **************************************
*       Media Query pour TABLETTE
*************************************** */
@media (max-width: 768px) {
    .round-black {
        width: 80vw;
        height: 80vw;
    }
}

/* **************************************
*       Media Query pour MOBILE
*************************************** */
@media (max-width: 480px) {
    .round-black {
        width: 80vw;
        height: 80vw;
    }
}

.round-flower-golden {
    background-image: url('../img/background/bg-4.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: calc(50% + 2px) calc(50% + -8px);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 34vw;
    height: 34vw;
    border-radius: 50%;
    z-index: -1;
    animation: rotate 100s linear infinite;
    overflow: hidden;
}

/* **************************************
*       Media Query pour TABLETTE
*************************************** */
@media (max-width: 768px) {
    .round-flower-golden {
        width: 80vw;
        height: 80vw;
        background-position: calc(50% + 1px) calc(50% + -4px);
    }
}

/* **************************************
*       Media Query pour MOBILE
*************************************** */
@media (max-width: 480px) {
    .round-flower-golden{
        width: 80vw;
        height: 80vw;
        background-position: calc(50% + 1px) calc(50% + -4px);
    }
}

.home-banner {
    /* background-image: url('../img/background/bg-4.png'); */
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: calc(50% + 2px) calc(50% + -8px);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* animation: rotate 10s linear infinite;  */
}

.step-0 {
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.step-1 {
    background-color: rgba(255, 255, 255, 0.81);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 100%; */
    min-height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom: 0px;
    border-top: 10px;
    border-style: solid;
    border-image: linear-gradient(to right, rgb(89, 147, 167), #d79b9d) 1;
}

.step-announcement {
    background-color: rgba(255, 255, 255, 0.81);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 100%; */
    min-height: 50%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom: 0px;
    border-top: 10px;
    border-style: solid;
    border-image: linear-gradient(to right, rgb(89, 147, 167), #d79b9d) 1;
}

.step-service {
    background-color: rgba(255, 255, 255, 0.81);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* height: 100%; */
    min-height: 50%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom: 0px;
    border-top: 10px;
    border-style: solid;
    border-image: linear-gradient(to right, rgb(89, 147, 167), #d79b9d) 1;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

footer {
    width: 100%;
    border-top: 1px solid black;
    padding: 10px;
    background-color: #130d13;
    color: #fce798;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.footer-bottom > div {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* **************************************
*       Media Query pour TABLETTE
*************************************** */
@media (max-width: 768px) {
    .footer-bottom > div {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* **************************************
*       Media Query pour MOBILE
*************************************** */
@media (max-width: 480px) {
    .footer-bottom > div {
        width: 100%;
        margin-bottom: 20px;
    }
}

.footer-bottom .hourly > div {
    flex-direction: column;
}

.footer-bottom .day {
    text-align: end;
}

.footer-bottom .open {
    color: rgb(89, 147, 167);
}

.footer-bottom .close {
    color: #d79b9d;
}

.footer-bottom .one-phone {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom .phone {
    flex-direction: column;
}

.footer-bottom .address>div {
    text-align: center;
}

.logo-market {
    width: 60px;
    height: 60px;
}

.logo-phone {
    width: 60px;
    height: 60px;
}

.footer-bottom .network > div {
    width: 60px;
    height: 60px;
    margin: 5px;
}

.footer-bottom .network img {
    width: 100%;
    height: 100%;
}

.absolute-service {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: fit-content;
    height: 100%;
}

.absolute-announcement {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: fit-content;
    height: 100%;
}