@media screen and (max-width:479px) {
    .modula {
        margin-left: 0px;
        margin-right: 15px;
    }

    /** POLITIQUES **/
    .politiques p {
        font-size: 17px;
        line-height: 22px;
    }

    .politiques h3 {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .politiques ul li {
        font-family: 'P22Underground-Book';
        font-size: 17px;
        line-height: 22px;
        color: #fff;
        text-align: justify;
        list-style-type: square;
        margin-bottom: 5px;
    }

    .politiques table td {
        font-family: 'P22Underground-Book';
        font-size: 17px;
        line-height: 22px;
        color: #fff;
        text-align: justify;
        margin-bottom: 20px;
    }

    /** HOME **/
    .home header .head-rht {
        flex: 0 1 100%;
    }

    .menu-list {
        border-right: 20px solid #d1161e;
        border-left: 2px solid #d1161e;
        border-bottom: 2px solid #d1161e;
        border-top: 2px solid #d1161e;
    }
}

@media screen and (min-width:768px) {
    .slt-lang {
        display: none;
    }
}

/* JIRA CELLER-647 */
@media screen and (max-width: 1279px) {

    /** HOME **/
    .home-slide .home-logos {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 85%;
        row-gap: 10px;
        justify-items: anchor-center;
    }

    /** FOOTER **/
    .proyec-next-gene .logos {
        width: 85%;
        margin-top: 15px;
        justify-items: center;
    }

    .proyec-next-gene .logos>ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 768px) {

    /** HOME **/
    .home-slide .home-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 85%;
        row-gap: 10px;
        justify-items: anchor-center;
    }

    .hlogo-1 {
        display: block;
    }

    /** FOOTER **/
    .proyec-next-gene .logos {
        width: 85%;
        margin-top: 15px;
        justify-items: center;
    }

    .proyec-next-gene .logos>ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .proyec-next-gene .logos>ul>li img {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {

    /** EXPERIENCIA **/
    .video-tit {
        position: absolute;
        top: 75%;
        left: 4%;
    }

    .video-tit h3 {
        font-size: 24px;
    }

    .home-logos {
        left: auto;
        transform: translateX(50px);
        column-gap: 20px;
    }

    .home-logos img {
        display: block;
        left: auto;
    }

    .home header .head-rht {
        flex: 0 1 100%;
    }

    .proyec-next-gene .logos {
        width: 100%;
    }

    .proyec-next-gene .logos>ul>li img.hlogo-1 {
        display: block;
    }

    .menu-list {
        border-color: #d1161e;
    }
}

@media screen and (max-width: 500px) {
    .home-logos {
        left: auto;
        display: grid;
        bottom: 150px;
        column-gap: 10px;
        transform: translateY(50%);
        justify-content: space-between;
        justify-items: center;
        padding: 0px 20px;
        grid-template-columns: 48% 48%;
        row-gap: 10px;
    }

    .home-slide .home-logos img {
        display: block;
    }



}

@media screen and (max-width: 425px) {

    /** EXPERIENCIA **/
    .video-tit {
        position: absolute;
        top: 75%;
        left: 4%;
    }

    .video-tit h3 {
        font-size: 20px;
    }
}