/* ----------------------Technos-section ------------------------*/

.technos-section {
    margin-top: -5px;
    position: relative;
    overflow: hidden;
}

.technos-section-left-container {
    float: left;
    width: 48%;
    margin-left: 10%;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.technos-section-left-container p {
    width: 60%;
    padding: 0;
    margin-top: -2%;
    padding-left: 20px;
    border-left: solid 2px #dddcdc;
}

.technos-section-left-container a {
    margin: 15% auto 0 0;
}

.technos-section-left-container h3 {
    margin-top: -2%;
}

.symboleImg3 {
    position: absolute;
    bottom: -30%;
    left: 0;
    z-index: -5;
}

/*--------------------- Mobile ------------------------------ */

/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */

@media (max-width: 768px) {
    /* ------------------------------Technos Section------------------------------ */
    .symboleImg3 {
        display: none;
    }
    .technos-section {
        margin-top: 20%;
    }
    .technos-section .mySlider {
        overflow: hidden;
        width: 100vw;
        margin-bottom: 50px;
        ;
    }
    .technos-section-wrapper {
        margin-top: 10%;
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .technos-section-left-container {
        width: 80vw;
        margin-top: 5%;
        margin-left: 8%;
    }
    /* .technos-section-left-container * {
    font-size: 1.2em;
  } */
    .technos-section-left-container h3 {
        width: 100%;
    }
    .technos-section-left-container a {
        margin-top: 5%;
        margin-bottom: 45px;
    }
    .technos-section-left-container p {
        margin-top: -5%;
        width: 100%;
        border: none;
        padding: 0
    }
}