.discover-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

.discover-section-left {
    height: 40vh;
    width: 50%;
    position: relative;
}

.discover-section-right {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#discover-title {
    color: var(--color1);
    margin-bottom: 20px;
}

.discover-subtitle {
    color: var(--color2);
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.discover-subtitle > a {
    color: var(--color2);
}

.discover-subtitle > a:hover {
    color: var(--color3);
    cursor: pointer;
}


.discover-stonks-container {
    position: absolute;
    bottom: 50px;
}

.background-stonks2 {
    z-index: 200;
    height: 230px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.discover-stonks {
    z-index: 205;
    height: 320px;
    position: absolute;
    bottom: 0px;
    left: 70px;
}

.discover-stonks2 {
    z-index: 206;
    height: 200px;
    position: absolute;
    bottom: -20px;
    left: 300px;

    animation-name: home-img-illustration1-1-transform-keyframes;
    animation-duration: 3000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}

@keyframes home-img-illustration1-1-transform-keyframes {
    0% {transform:translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
    25% {transform:translate(0px, 5px) scale(1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
    50% {transform:translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
    75% {transform:translate(0px, 5px) scale(0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
    100% {transform:translate(0px, 0px) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(-50%, -50%);}
}

/* écran 4k */
@media screen and (min-width: 2560px) and (min-height: 1400px){
    .discover-subtitle {
        font-size: 2rem;
        margin-bottom: 65px;
        margin-top: 20px;
    }
    .discover-stonks-container {
        transform: scale(1.5);
    }
}

/* écran HD 1440x900 */
@media screen and (max-width: 1440px) and (max-height: 900px) {

}

/* écran HD 1366x768 */
@media screen and (max-width: 1366px) and (max-height: 768px) {

}

/* écran HD 1280x1024 */
@media screen and (max-width: 1280px) and (max-height: 1024px) {

}

/* écran HD 1280x720 */
@media screen and (max-width: 1280px) and (max-height: 720px) {

}

/* ipdad air mini paysage 900x1200 */
@media screen and (max-width: 950px) and (max-height: 1400px) {

}

/* écran Mobile 360x800 */
@media screen and (max-width: 360px) and (max-height: 800px) {
    .discover-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 230px;
        margin-bottom: 200px;
    }
    .discover-section-left {
        height: auto;
        width: 100%;
        position: relative;
        
    }
    .discover-section-right {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 25px;
    }
    .discover-stonks-container {
        transform: scale(0.6);
        bottom: 0px;
    }
}

/* écran Mobile 390x844 */
@media screen and (max-width: 390px) and (max-height: 844px) {
    .discover-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 230px;
        margin-bottom: 200px;
    }
    .discover-section-left {
        height: auto;
        width: 100%;
        position: relative;
        
    }
    .discover-section-right {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 25px;
    }
    .discover-stonks-container {
        transform: scale(0.6);
        bottom: 0px;
    }
}

/* écran Mobile 414x896 */
@media screen and (max-width: 414px) and (max-height: 896px) {
    .discover-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 230px;
        margin-bottom: 200px;
    }
    .discover-section-left {
        height: auto;
        width: 100%;
        position: relative;
        
    }
    .discover-section-right {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 25px;
    }
    .discover-stonks-container {
        transform: scale(0.6);
        bottom: 0px;
    }
}

/* écran Mobile 393x873 */
@media screen and (max-width: 393px) and (max-height: 873px) {
    .discover-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 230px;
        margin-bottom: 200px;
    }
    .discover-section-left {
        height: auto;
        width: 100%;
        position: relative;
        
    }
    .discover-section-right {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 25px;
    }
    .discover-stonks-container {
        transform: scale(0.6);
        bottom: 0px;
    }
}

/* écran Mobile 412x915 */
@media screen and (max-width: 412px) and (max-height: 915px) {
    .discover-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 230px;
        margin-bottom: 200px;
    }
    .discover-section-left {
        height: auto;
        width: 100%;
        position: relative;
        
    }
    .discover-section-right {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 25px;
    }
    .discover-stonks-container {
        transform: scale(0.6);
        bottom: 0px;
    }
}

/* iphone SE 375x667 */
@media screen and (max-width: 375px) and (max-height: 667px) {
    .discover-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 230px;
        margin-bottom: 200px;
    }
    .discover-section-left {
        height: auto;
        width: 100%;
        position: relative;
        
    }
    .discover-section-right {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 25px;
    }
    .discover-stonks-container {
        transform: scale(0.6);
        bottom: 0px;
    }
}

/* galaxy s8+ 360x740 */
@media screen and (max-width: 360px) and (max-height: 740px) {
    .discover-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 230px;
        margin-bottom: 200px;
    }
    .discover-section-left {
        height: auto;
        width: 100%;
        position: relative;
        
    }
    .discover-section-right {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 25px;
    }
    .discover-stonks-container {
        transform: scale(0.6);
        bottom: 0px;
    }
}


