Description

TM6-B Support TV mural inclinable des écrans de 43 à 85 pouces 68 kg max Noir
#content-layout {
max-width: 1440px;
width: 100%;
font-size: 16px;
}

.layout-header {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.layout-header__img {
width: 100%;
}
.layout-header .layout-header__title {
position: absolute;
font-size: clamp(1.063em, 3.482vw + 0.366em, 3.5em);
font-weight: 600;
text-align: center;
margin-top: 3%;
color: #000 !important;
line-height: 1;
}

@media screen and (max-width: 480px) {
.layout-header_mob {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.layout-header_mob .layout-header__title {
position: static;
width: 60%;
margin-top: 0;
}
}

.layout-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
padding: 0 clamp(1.5em, 7.5vw + 0em, 6.75em);
gap: clamp(0.5em, 2.5vw + 0em, 2.25em);
list-style-type: none;
margin-top: 18px !important;
margin-bottom: 0 !important;
}
.layout-icons .layout-icons__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.layout-icons .layout-icons__item .item__img-wrapper {
height: clamp(1.375em, 6.607vw + 0.054em, 6em);
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.layout-icons .layout-icons__item .item__img-wrapper .item__img {
height: 100%;
}
.layout-icons .layout-icons__item .item__title {
text-align: center;
font-size: clamp(0.438em, 1.786vw + 0.08em, 1.688em);
color: #000;
margin: 10px 0 !important;
font-weight: 600;
}
.layout-icons .layout-icons__item .item__desc {
text-align: center;
font-size: clamp(0.25em, 1.25vw + 0em, 1.125em);
text-wrap: nowrap;
}

.full-img {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: 39.6px 0;
}
.full-img__img {
width: 100%;
}

.full-img_text-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}

.full-img_text-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}

.full-img_text-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

@media screen and (max-width: 480px) {
.full-img_mob-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.title-box,
.text-box {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
height: 100%;
}

.title-box {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 70%;
}
@media screen and (max-width: 1024px) {
.title-box {
width: 50%;
}
}
@media screen and (max-width: 480px) {
.title-box {
width: 50%;
}
}
.title-box__title {
font-size: clamp(1.063em, 4.286vw + 0.205em, 4.063em);
font-weight: 600 !important;
color: #fff;
line-height: 1 !important;
}

.title-box_block1,
.title-box_block2,
.title-box_block3 {
text-align: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.title-box_block1 .title-box__title,
.title-box_block2 .title-box__title,
.title-box_block3 .title-box__title {
margin-bottom: 5%;
}
@media screen and (max-width: 480px) {
.title-box_block1,
.title-box_block2,
.title-box_block3 {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
width: 100%;
padding: 0 7%;
}
}

.grid-layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
gap: 12px;
margin: 39.6px 0;
}
.grid-layout__grid-item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
color: #fff;
width: calc(50% – 18px);
}
.grid-layout__grid-item .grid-item__img {
width: 100%;
}
.grid-layout__grid-item .grid-item__title {
position: absolute;
text-align: center;
color: #000;
font-size: clamp(1.063em, 1.875vw + 0.688em, 2.375em);
margin: 36px 0 !important;
font-weight: 600;
}

@media screen and (max-width: 480px) {
.grid-layout {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 5%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
gap: 20px;
}
.grid-layout__grid-item {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.grid-layout__grid-item .grid-item__img {
border-radius: 0;
}
.grid-layout__grid-item .grid-item__title {
position: static;
margin: auto 0 !important;
}
}
.grid-six-layout {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[3];
grid-template-columns: repeat(3, 1fr);
-ms-grid-rows: (1fr)[2];
grid-template-rows: repeat(2, 1fr);
-webkit-column-gap: clamp(0.625em, 3.393vw – 0.054em, 3em);
-moz-column-gap: clamp(0.625em, 3.393vw – 0.054em, 3em);
column-gap: clamp(0.625em, 3.393vw – 0.054em, 3em);
row-gap: 3%;
padding: 0 5%;
}
.grid-six-layout .grid-six-layout__grid-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.grid-six-layout .grid-six-layout__grid-item:nth-child(2), .grid-six-layout .grid-six-layout__grid-item:nth-child(5) {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.grid-six-layout .grid-six-layout__grid-item .full-img__img {
width: 100%;
}
.grid-six-layout .grid-six-layout__grid-item .grid-item__title {
font-size: clamp(1.063em, 1.161vw + 0.83em, 1.875em);
margin: auto 0;
padding-left: 4%;
line-height: 1;
}
.grid-six-layout .grid-six-layout__grid-item .grid-item__title-mob {
display: none;
}

@media screen and (max-width: 480px) {
.grid-six-layout {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
row-gap: 20px;
}
.grid-six-layout .grid-six-layout__grid-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.grid-six-layout .grid-six-layout__grid-item .grid-item__title {
text-align: center;
}
.grid-six-layout .grid-six-layout__grid-item .grid-item__title-desc {
display: none;
}
.grid-six-layout .grid-six-layout__grid-item .grid-item__title-mob {
display: inline;
margin: 0;
padding: 0;
}
}

TM6 support TV mural inclinable 43″- 85″

  • VESA

    75×75 – 600×400

  • Poids max. du téléviseur

    68.2 kg

  • Inclinaison

    0° ~ -12°

  • Diagonale

    43″– 85″

  • Distance au mur à partir de

    from 3.5 cm

Le duo parfait avec les téléviseurs de grande taille

Large angle d’inclinaison de 12°

Système de fixation intelligent Click’n’Pull

Protections élastiques

Options de fixation VESA de 75×75 mm à 600×400 mm

Un gabarit et un niveau à bulle faciliteront l’installation

Réglage souple et facile de l’inclinaison

Répond aux demandes les plus exigeantes des entreprises

Idéal pour le cinéma à domicile

Related Products