@media screen and (min-width: 479px) {
    .container-header {
        width: 460px;
        max-width: 700px;
    }

    .contact {
        width: 100%;
    }

    .infinite-banner-mobile {
        width: 460px !important;
        margin: auto;
        margin-top: 50px;
    }

    .contact {
        max-width: var(--tablet-container-width);
        width: 460px;
        margin: auto;
        margin-top: 40px;
    }

    .politique-block {
        margin: auto;
        margin-top: 160px;
        max-width: var(--tablet-container-width);
        width: 460px;
    }

    .text {
        width: var(--mobile-l-container-width);
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .three-blocks {
        width: var(--mobile-l-container-width);
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .reviews {
        width: var(--mobile-l-container-width);
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .products-wrapper {
        width: var(--mobile-l-container-width);
        margin: auto;
        margin-bottom: 50px;
    }

    .be-partner {
        width: var(--mobile-l-container-width);
        margin: auto;
    }

    .blog-show {
        width: var(--mobile-l-container-width);
    }

    .blog-container-all {
        width: var(--mobile-l-container-width);
        max-width: var(--mobile-l-container-width);
    }

    .container {
        width: var(--mobile-l-container-width);
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    .blog {
        /* margin-left: 152px; */
    }

    .customer-review,
    .install-complete-france,
    .faq-container,
    .sub-footer {
        width: var(--mobile-l-container-width);
        margin: auto;
    }

    .product-show-title {
        width: var(--mobile-l-container-width);
    }

    .container {
        max-width: var(--mobile-l-container-width);
    }

    .product-show-title {
        max-width: var(--mobile-l-container-width);
        width: var(--mobile-l-container-width);
    }

    .blog-container {
        margin: auto;
        width: 320px;
        margin-top: 50px !important;
        width: var(--mobile-l-container-width);
    }

    .blog-container-cards {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product-show-blocks {
        width: 500px;
        margin: auto;
    }

    .customer-review {
        margin-bottom: 50px;
    }

    .install-complete-france {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .sub-footer {
        margin-top: 40px;
    }

    .container-header-right {
        width: 45%;
    }

    .contact-form-form-button button {
        justify-content: space-between;
        width: 60% !important;
    }

    .sub-footers-networks-icons {
        width: 42%;
    }

    .article-card {
        max-width: 200px;
    }

    .card-width {
        width: 500px;
    }

    .container-header-logo-mobile {
        display: none;
    }

    .container-header-logo .container-header-logo-desktop {
        display: block;
        width: 200px;
    }

    .products-text-link a {
        width: 82% !important;
    }

    .be-partner-button a {
        width: 202%;
    }

    .new-articles-grid {
        /* max-width: 400
        px; */
    }

    .container-header-left {
        padding-left: 10px;
    }

    .be-partner-button-form {
        width: 250px !important;
    }

    .reviews-card-img img {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .contact .contact-text p {
        color: var(--fourth-color);
    }
}

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

    .three-blocks-block {
        width: 93%;
    }

    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }

    .container-header {
        width: 700px;
    }

    .contact {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .infinite-banner-mobile {
        width: 700px !important;
        margin: auto;
        margin-top: 50px;
    }

    .contact-text {
        width: 51%;
        background: #fff !important;
    }

    .contact-form {
        width: 34%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .container-header-right-call {
        display: flex;
        justify-content: space-around;
        align-items: center;
        border: 1px solid var(--secondary-color);
        color: var(--secondary-color);
        border-radius: 32px;
        padding-left: 20px;
        text-decoration: none;
        width: 50%;
        height: 42px;
    }

    .container-header-right-call .blog-round-button {
        padding: 13px;
    }

    .container-header-right-call p {
        display: block;
    }

    .blog-round-button-mobile {
        display: none;
    }

    .container-header-right-call small {
        font-size: 12px;
    }

    .container-header-right-call div {
        text-align: center;
    }

    .container {
        max-width: var(--tablet-container-width);
    }

    .text {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
        font-size: 26px;
    }

    .text p {
        padding-right: 230px;
    }

    .three-blocks {
        margin-top: 50px;
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
    }

    .reviews {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
    }

    .products-wrapper {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
        display: flex;
        margin-bottom: 10px;
    }

    .products-wrapper:nth-child(even) {
        flex-direction: row-reverse !important;
    }

    .products-wrapper:nth-child(even) .products-container {
        margin-left: 5px;
    }

    .products-wrapper:nth-child(even) .products-product-image {
        margin-right: 5px;
    }

    .be-partner {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
    }

    .customer-review {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
        align-items: center;
    }

    .install-complete-france {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
    }

    .faq-container {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
    }

    .sub-footer {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
    }

    .blog-show {
        width: var(--tablet-container-width);
    }

    .product-show-container {
        /* width: var(--tablet-container-width);
        margin: auto; */
    }

    .product-show-title {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
        margin-bottom: 100px;
    }

    .politique-block {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
    }

    .blog-container-all {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
    }

    .sub-footers-networks-icons {
        width: 27%;
    }

    .install-complete-france-container-desktop-cities {
        display: flex;
        justify-content: space-between;
    }

    .install-complete-france-title {
        margin-bottom: 10px;
        padding: 18px 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .customer-review-image {
        margin-left: 5px;
        margin-bottom: 10px;
        height: 180px;
    }

    .be-partner-background {
        height: 200px;
        position: absolute;
        bottom: 38%;
        right: -16%;
        transform: rotate(90deg);
    }

    .products-container {
        width: 49%;
        margin-right: 5px;
        /* height: 550px; */
    }

    .products-product-image {
        width: 49%;
        margin-left: 5px;
    }

    .products-product-image-container {
        margin-top: 0px;
        margin-bottom: 0px;
        height: 100%;
    }

    .products-product-image-container img {
        height: 100%;
    }

    .mosaiq-desktop {
        display: flex;
    }

    .mosaiq-desktop-left {
        display: flex;
        flex-direction: column;
        width: 64%;
        margin-right: 5px;
    }

    .reviews-card-top {
        margin: 0px 0px 5px 0px;
        height: 91%;
    }

    .mosaiq-desktop-right {
        width: 55%;
        margin-left: 5px;
    }

    .reviews {
        margin-top: 30px;
    }

    .reviews-card {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .reviews-card-top {
        padding: 50px;
    }

    .reviews-card-right-padding .reviews-card-img {
        width: 100%;
    }

    .reviews-card-right {
        height: 100%;
        padding: 0px;
        margin: 0px;
    }

    .reviews-card-right-padding {
        padding: 50px;
    }

    .install-complete-france-container-desktop {
        display: flex;
        margin-top: 50px;
    }

    .container-header-right {
        width: 50%;
        padding-right: 26px;
    }

    .container-header-right {
        justify-content: space-evenly;
    }

    .container-header-right .img {
        display: none;
    }

    .contact-form-form-button button {
        width: 100% !important;
    }

    .customer-review-image {
        width: 53%;
    }

    .product-show-blocks-title h3 {
        font-size: 20px;
    }

    .product-show-blocks {
        display: none;
    }

    .product-show-absolute {
        display: block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        width: 100%;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto auto auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        padding: 40px;
        height: 100%;
        width: var(--tablet-container-width);
        margin: auto;
        height: unset;
        margin-top: 25px;
    }

    .product-show-blocks-block {
        margin: 0px !important;
        width: 80%;
        height: unset;
    }

    .grid-item {
        font-size: 30px;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    .product-show-img img {
        width: 40%;
        width: inherit;
    }

    .product-show-img img {
        height: 650px;
    }

    .reviews-card-desktop {
        display: flex;
    }

    .reviews-card-desktop-texts {
        width: 50%;
    }

    .reviews-card-img {
        width: 50%;
    }

    .reviews-card-img img {
        width: 230px;
    }

    .sub-footers-networks-icons {
        width: 26%;
    }

    .contact-container {
        margin-top: 200px;
        margin-bottom: 130px;
    }

    .contact-form-form select {
        width: 103%;
    }

    .contact-text {
        width: 44%;
    }

    .landing-video-content-titles {
        margin: 140px 0px 30px;
    }

    .landing-video-content-titles h1 {
        font-size: 40px;
    }

    .products-product {
        padding: 0px 32px;
    }

    .product-show-blocks-right {
        height: 180px;
        width: 165px;
    }

    footer section {
        width: var(--tablet-container-width);
        max-width: var(--tablet-container-width);
        display: flex;
        justify-content: space-between;
        margin: auto;
    }

    .footer-legal {
        width: 40%;
    }

    .product-show-title {
        margin-bottom: 33px;
    }

    .product-show-img {
        position: sticky;
        top: 2%;
        margin-bottom: 75px;
    }

    .be-partner-button a {
        width: 131%;
    }

    .products-text-link a {
        width: 115% !important;
    }

    .new-articles-title-block {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .new-articles-block {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .new-articles-grid {
        /* max-width: 614px; */
    }

    .container {
        width: 700px;
    }

    .contact-block-detail {
        justify-content: start;
    }

    .product-show-container .product-show-button {
        flex-direction: row;
        width: 600px;
        margin: auto;
        margin-top: 227px;
        justify-content: space-around;
    }

    .product-show-container .product-show-button a {
        width: 240px;
    }

    .reviews-card-img img {
        margin-top: 90px;
    }

    .contact .contact-text p {
        color: var(--secondaryg-color);
    }
}

@media screen and (min-width: 991px) {
    .container-header {
        width: 890px;
        max-width: 890px;
    }

    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }

    .wrapper {
        width: 50%;
    }

    .container {
        max-width: var(--desktop-container-width);
    }

    .text {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
    }

    .three-blocks {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
        flex-direction: row;
    }

    .reviews {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
        margin: auto;
        margin-bottom: 40px;
    }

    .products-wrapper {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
        margin: auto;
        margin-bottom: 10px;
    }

    .be-partner {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
        margin: auto;
    }

    .customer-review {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
        display: flex;
        margin-top: 50px;
    }

    .install-complete-france {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
    }

    .faq-container {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
    }

    .sub-footer {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
    }

    .contact {
        max-width: var(--desktop-container-width);
        display: flex;
        width: var(--desktop-container-width);
        margin: auto;
        justify-content: space-between;
        margin-top: 40px;
    }

    .blog-show {
        width: var(--desktop-container-width);
    }

    .grid-container {
        width: var(--desktop-container-width);
    }

    .politique-block {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
    }

    .blog-container-all {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
    }

    .blog-container {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
        display: flex;
        justify-content: space-between;
    }

    .product-show-container {
        /* width: var(--desktop-container-width);
        max-width: var(--desktop-container-width); */
    }

    .product-show-title {
        width: var(--desktop-container-width);
        max-width: var(--desktop-container-width);
    }

    .container {
        width: var(--desktop-container-width);
    }

    .blog-container-cards {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        width: 150%;
    }

    .contact-block {
        height: 100%;
        width: 60%;
        position: sticky;
        top: 10%;
        margin-top: 0px;
    }

    .sub-footers-networks-icons {
        width: 21%;
    }

    .container-header-right {
        width: 42%;
    }

    .container-header-right-call {
        width: 47%;
    }

    .products-product-image-container img {
        height: 100%;
    }

    .faq-text {
        padding-right: 430px;
    }

    .customer-review-image-desktop {
        display: flex;
    }

    .customer-review-image-first {
        margin-left: 0px;
    }

    .customer-review-image {
        width: 54%;
        height: 200px;
    }

    .contact-form {
        width: 30%;
    }

    .contact-text {
        width: 53%;
    }

    .blog-show-text {
        width: 100%;
    }

    .blog-show-content {
        display: flex;
    }

    .blog-show-content-div {
        padding-right: 30px;
    }

    .blog-show-content-absolute {
        position: sticky;
    }

    .landing-video-content {
        width: 90%;
        justify-content: space-between;
    }

    .landing-video-content-second-part {
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        max-width: var(--desktop-container-width);
    }

    .landing-video-content-second-part .card-button {
        width: 33%;
    }

    .landing-video-content-second-part p {
        color: var(--fourth-color);
    }

    .landing-video-desktop-texte {
        display: flex;
        width: 30%;
    }

    .product-show-blocks-block {
        /* width: 260px; */
    }

    .customer-review-image-desktop-large {
        display: flex;
    }

    .landing-video-content-titles {
        margin: 140px 0px 30px;
    }

    .customer-review-left {
        padding-right: 40px;
    }

    .card-content .card-button a {
        width: 90%;
    }

    .products-text-link a {
        width: 90% !important;
    }

    .be-partner-button a {
        width: 100%;
    }

    .new-articles-grid {
        /* max-width: 846px; */
    }

    .new-articles-grid {
        /* max-width: 1310px; */
    }

    .w-layout-blockcontainer {
        max-width: 890px;
    }

    .card-text-blur-linear {
        top: 67%;
    }

    .infinite-banner-mobile {
        width: 890px !important;
        margin: auto;
        margin-top: 50px;
    }
}

@media screen and (min-width: 1440px) {
    .container-header-burger-menu {
        display: none;
    }

    .container-header-menu-desktop {
        display: flex;
        width: 63%;
    }

    .container-header-menu-desktop ul {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }

    .container-header-menu-desktop ul li {
        margin-left: 30px;
        font-size: 13px;
    }

    .container-header-menu-desktop ul li a {
        text-decoration: none;
        color: var(--third-color);
    }

    .container-header-right {
        width: 27%;
    }

    .container-header {
        width: 1240px;
        max-width: 1240px;
    }

    .text {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .contact {
        max-width: var(--desktop-l-container-width);
        display: flex;
        justify-content: space-between;
        width: 1240px;
        margin: auto;
        margin-top: 40px;
    }

    .three-blocks {
        margin-top: 50px;
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .reviews {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .products-wrapper {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
        display: flex;
        justify-content: space-evenly;
    }

    .be-partner {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .customer-review {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .install-complete-france {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .faq-container {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .sub-footer {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .blog-show {
        width: var(--desktop-l-container-width);
    }

    .grid-container {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .politique-block {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .blog-container {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .blog-container-all {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .product-show-title {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .container {
        max-width: var(--desktop-l-container-width);
    }

    .landing-video-content-second-part {
        width: var(--desktop-l-container-width);
        max-width: var(--desktop-l-container-width);
    }

    .blog-container-cards {
        width: 110%;
    }

    .contact-block {
        width: 33%;
    }

    .contact-form {
        width: 30%;
    }

    .products-product-image-container img {
        height: 100%;
    }

    .contact-text {
        width: 72%;
    }

    .customer-review-image {
        margin-left: 16px;
    }

    .container-header-logo .container-header-logo-desktop {
        display: block;
        width: 130px;
        padding-left: 13px;
    }

    .container-header-left {
        width: 9%;
    }

    .landing-video-content {
        height: 900px !important;
    }

    video {
        height: 900px !important;
    }

    .products-text-link a {
        width: 60% !important;
    }

    .sub-footers-networks-icons {
        width: 14%;
    }

    .be-partner-button a {
        width: 70%;
    }

    .container-header-right-call {
        width: 53%;
    }

    .container-header-right {
        width: 29%;
    }

    .landing-video-content-second-part .card-button {
        width: 33%;
    }

    .new-articles-title-block {
        grid-column-gap: var(--semi-hug);
        grid-row-gap: var(--semi-hug);
    }

    .new-articles-item-title {
        margin-right: var(--semi-hug);
        margin-bottom: var(--hug);
        margin-left: var(--semi-hug);
    }

    .new-articles-block {
        grid-column-gap: var(--hug);
        grid-row-gap: var(--hug);
    }

    .new-articles-grid {
        max-width: 3055px;
    }

    .new-articles-item {
        grid-column-gap: var(--semi-hug);
        grid-row-gap: var(--semi-hug);
    }

    .new-articles-image {
        height: 230px;
    }

    .w-layout-blockcontainer {
        width: 1240px;
    }

    .landing-video-content-second-part .card-button a {
        width: 65% !important;
    }

    .infinite-banner-mobile {
        width: 1240px !important;
        margin: auto;
        margin-top: 50px;
    }
}
