@media (max-width: 991px) {
    #bandeau {
        margin-top: 0;
    }
    .bandeau-title {
        width: 100%;
        height: auto;
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none;
        background-color: transparent;
    }
    .bandeau-title h1 {
        font-size: 50px;
        text-align: center;
    }
    .bandeau-title h2 {
        text-align: center;
    }
    .before-green-points::before, .before-blue-points::before, .before-red-points::before, .before-grey-points::before {
        display: none;
    }
    .flip-card, .flip-card-back, .flip-card-front {
        height: 250px;
        width: 250px;
    }
    #gamme-produits {
        margin: 30px 10px;
        padding-bottom: 30px !important;
    }
    .timeline-wrapper > div:nth-child(1) {
        order: 1;
    }
    .timeline-wrapper > div:nth-child(8) {
        order: 2;
    }
    .timeline-wrapper > div:nth-child(2) {
        order: 3;
    }
    .timeline-wrapper > div:nth-child(9) {
        order: 4;
    }
    .timeline-wrapper > div:nth-child(3) {
        order: 5;
    }
    .timeline-wrapper > div:nth-child(10) {
        order: 6;
    }
    .timeline-wrapper > div:nth-child(4) {
        order: 7;
    }
    .timeline-wrapper > div:nth-child(11) {
        order: 8;
    }
    .timeline-wrapper > .timeline {
        order: 9;
    }
    .timeline {
        width: 5px;
        position: absolute;
        right: 9.4%;
        /*right: 79px;*/
        height: 100%;
        top: 0;
        opacity: 1;
    }
    .timeline > div {
        width: 100%;
    }
    .dates.active .timeline > div {
        height: 100%;
    }
    .timeline-wrapper {
        position: relative;
    }
    .timeline-wrapper .timeline-content {
        flex-basis: 80%;
        margin-left: 2%;
        padding: 10px 30px;
        height: auto !important;
    }
    .timeline-wrapper .timeline-empty {
        display: none !important;
    }
    .timeline-wrapper .timeline-content:before {
        width: 9.4%;
        height: 2px;
        left: auto;
        /*right: -65px;*/
        right: -9.4%;
        top: calc(50% - 1px);
    }
    .timeline-wrapper .timeline-content:after {
        left: auto;
        right: calc(-9.4% - 20px);
        top: calc(50% - 10px);
    }
    .timeline-bottom {
        margin-top: 5px;
    }
    .timeline-top {
        margin-bottom: 5px;
    }
    .col-card {
        padding: 0 !important;
    }
    footer a {
        text-align: center;
    }
    .contact-row label,
    .contact-row input,
    .contact-row textarea,
    .contact-row select,
    .contact-row iframe {
        width: 100% !important;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
    .border-bottom-black-75, .border-bottom-white-75 {
        width: 100%;
    }
    .timeline-content {
        padding: 1px;
    }
    .timeline-wrapper > div {
        font-size: 13px;
    }
    .timeline-wrapper .timeline-content:not(.timeline-empty) {
        width: 18%;
    }
    #society .dates strong {
        font-size: 18px;
    } 
    .text-lg-end {
        text-align: right!important;
    }
}
@media (min-width: 1200px) {
    .p-cards-tactile {
        display: none;
    }
    .flip-card-back {
        display: block;
    }
    .bandeau-title {
        width: 60%;
    }
    .bandeau-title {
        width: 50%;
        padding: 1% 2%;
    }
    .bandeau-title h1 {
        font-size: 60px;
    }
    .bandeau-title span {
        font-size: 40px;
    }
    .timeline-content {
        padding: 5px;
    }
    .timeline-wrapper > div {
        font-size: 14px;
    }
    #society .dates strong {
        font-size: 25px;
    }
}
@media (max-width:1200px) {
    .p-cards-tactile {
        margin: 20px auto 0 auto;
        display: block;
        width: 300px;
    }
    .flip-card-back {
        display: none;
    }
    .bandeau-title {
        width: 100%;
        height: auto;
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        text-align: center;
    }
    .bandeau-title h1 {
        font-size: 60px;
    }
    .bandeau-title span {
        font-size: 40px;
    }
    #bandeau .bandeau-image.border-black-bottom-right:after {
        display: none;
    }
    #bandeau .bandeau-image {
        text-align: center;
        margin-top: 5px;
    }
    
}
@media (min-width: 1300px) {
    .timeline-wrapper .timeline-content:not(.timeline-empty) {
        width: 16%;
    }  
} 
@media (min-width: 1500px) {
    .bandeau-title {
        width: 50%;
    }
    .border-bottom-black-75, .border-bottom-white-75 {
        width: 75%;
    }
    .bandeau-title {
        padding: 1.3% 2%;
    }
    .bandeau-title span {
        font-size: 50px;
    }
    #bandeau iframe {
        width: 888px;
        height: 500px;
    }
    .bandeau-title {
        width: 48%;
        padding: 1% 1%;
    }
}
@media (min-width: 1600px) {
    .before-blue-points::before {
        top: 20px !important;
    }
}
@media (min-width: 1700px) {
    .timeline-content {
        padding: 10px;
    }
    .timeline-wrapper > div {
        font-size: 15px;
    }
    .bandeau-title {
        width: 50%;
        padding: 1.3% 2%;
    }
    #bandeau {
        margin-top: -50px;
    }
}
