@media (min-width:540px) {
    .list-projets {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
      
      }
}
@media (min-width:767px) {
    .nl-footer {
        width: 50%;
        margin: auto;
    }

    .header_warp {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .grid-menu-footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .log-header {
        width: 20%;
    }

    .p-header {
        padding-top: 30px;
    }

    .menu-header {
        display: block;
    }

    .menu-icon {
        display: none;
        ;
    }

    .nav__list-item {
        margin: auto
    }

    .nav__list-item a {
        position: relative;
        color: #000;
        font-size: 2rem;
        width: 4em;
        text-align: left;
        margin: auto
    }

    .nav__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 0;
        padding: 0;
        width: 80%;
        margin: auto
    }

    .bottom-text p {
        color: #707070;
        font-weight: 400;
        font-style: normal
    }

    .bottom-text {
        display: block;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: left;
        font-size: 13px;
        bottom: 10px
    }

    .team-member {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .banner-title .h1 {
        font-size: 1.8rem;
    }

    .title_team .h2,
    .banner-title .h2 {
        font-size: 1.5rem;

    }

    .team-txt p,
    .team-txt .h3 {
        font-size: .9rem;
        line-height: 1;
    }

    .items-services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin-bottom: 30px;
    }

    .list-projets {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        width: 90%;
        margin: auto;
    }

    .txt-projet .h3 {
        font-size: 16px;
    }

    .txt-projet .h2 {
        font-size: 18px;

    }

    .txt-projet a,
    .txt-projet p {
        font-size: 13px;
    }

    .video-warp-image {
        position: relative;
        padding-bottom: 50%;
    }

    .play-icon {

        width: 80px;

    }

    .list-clients {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-top: 40px;
    }

    .logo-footer img {
        width: 40%;
        margin: 0;
    }

    .footer-cpright {
        text-align: right;
    }

    .disc-footer {
        text-align: left;
    }
}

@media (min-width:999px) {
    .banner-title .h1 {
        font-size: 2.7rem;
    }

    .title_team .h2,
    .banner-title .h2 {
        font-size: 2rem;
    }

    .team-member {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 65px;
        grid-row-gap: 40px;
    }

    .team-txt p,
    .team-txt .h3 {
        font-size: .94rem;
        line-height: 1;
    }

    .items-services {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin-bottom: 30px;
    }

    .item-services li,
    .item-services .h2 {
        color: white;
        font-size: 25px;
        line-height: 1;
    }

    .list-projets {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        width: 95%;
        margin: auto;
    }

    .txt-projet .h3 {
        font-size: 16px;
    }

    .txt-projet .h2 {
        font-size: 18px;

    }

    .txt-projet a,
    .txt-projet p {
        font-size: 13px;
    }

    .play-icon {
        width: 120px;
    }

    .list-clients {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-top: 40px;
    }

    .f-flex {
        display: flex;
        align-items: center;
    }

    .logo-footer img {
        width: 100%
    }

    .logo-footer {
        width: 20%;
        margin-right: 4%;
    }

    .disc-footer {
        margin-top: 0px;
    }

    .footer-cpright {
        margin-top: 1rem;
    }

    .grid-menu-footer {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .footer-top {
        background-color: rgb(5 25 55 / 1%);
        padding: 55px 20px 40px;
        margin-top: 3rem;
    }

    .s-r .img-single-clients {
        position: relative;
        height: 700px;

    }

    .h-900px .img-single-clients {
        position: relative;
        height: 900px;

    }
}

@media (min-width:1200px) {
    .nl-footer {
        width: 80%;
        margin: auto;
    }

    .nl-footer p {
        font-size: 14px;
        text-align: left !important;
    }

    .bg-white-before::before {
        content: '';
        position: absolute;
        right: 0;
        background: white;
        ;
        width: 33.33333333%;
        height: 100%;
        top: 0;
    }

    .menu-footer p,
    .menu-footer a {
        font-weight: normal;
        font-style: normal;
        font-family: 'TisaSansOT';
        color: #000;
        text-decoration: none;
        font-size: 14px;
        display: block;
    }

    .log-header {
        width: 15%;
    }

    .banner-title .h1 {
        font-size: 3.23rem;
    }

    .title_team .h2,
    .banner-title .h2 {
        font-size: 2rem;
    }

    .team-member {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 65px;
        grid-row-gap: 65px;
    }

    .title_team {
        margin: 60px 0 !important;
    }

    .item-services li,
    .item-services .h2 {
        color: white;
        font-size: 25px;
        line-height: 1;
    }

    .section-services {

        padding: 100px 0;
        margin-top: 4rem;

    }

    .item-services li,
    .item-services .h2 {
        color: white;
        font-size: 25px;
        line-height: 1;
    }

    .items-services {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 40px;
        margin-bottom: 50px;
    }

    .list-projets {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        width: 95%;
        margin: auto;
    }

    .txt-projet .h3 {
        font-size: 16px;
    }

    .txt-projet .h2 {
        font-size: 17px;

    }

    .txt-projet a,
    .txt-projet p {
        font-size: 13px;
    }

    .content-projet-gry {

        padding: 60px 15%;
    }

    .content-projet-gry p {
        font-size: 22px;
        line-height: normal;
    }

    .content-projet-gry .h2 {
        font-size: 27px;
        margin-bottom: 50px;
    }

    .content-projet-gry .h3 {
        font-size: 40px;
    }

    .list-clients {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        margin-top: 5rem;
    }

    .list-client img {
        width: 50%;
        margin: auto;

    }

    .nl-footer .h2 {
        text-align: left;
    }
}

@media (min-width:1400px) {
    .banner-title .h1 {
        font-size: 3.73rem;
    }

    .title_team .h2,
    .banner-title .h2 {
        font-size: 3rem;
    }

    .team-txt p,
    .team-txt .h3 {
        font-size: 1.3rem;
        line-height: 1;
    }

    .team-img img {
        border-radius: 100%;
        margin-bottom: 3rem;
    }

    .item-services li,
    .item-services .h2 {
        color: white;
        font-size: 25px;
        line-height: 1;
    }

    .items-services {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 40px;
        margin-bottom: 50px;
    }

    .list-projets {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 80px;
        grid-row-gap: 80px;
        width: 95%;
        margin: auto;
    }

    .txt-projet .h3 {
        font-size: 16px;
    }

    .txt-projet .h2 {
        font-size: 20px;

    }

    .txt-projet a,
    .txt-projet p {
        font-size: 17px;
    }

    .content-projet-gry {

        padding: 70px 15%;
    }

    .content-projet-gry p {
        font-size: 22px;
        line-height: normal;
    }

    .content-projet-gry .h2 {
        font-size: 27px;
        margin-bottom: 50px;
    }

    .content-projet-gry .h3 {
        font-size: 50px;
    }

    .list-clients {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        margin-top: 5rem;
    }
}