* {
    box-sizing: border-box;
}

section,
header,
footer {
    max-width: 1000px;

    margin: 0 auto;
    padding: 0 6px;
}

footer>div {
    margin: 2rem;
    min-width: 200px;
}

footer {
    margin-top: 4rem;
    padding: 1rem;
    display: flex;

    gap: 0rem;
    justify-content: space-evenly;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer h2 {
    color: #406b97;
    margin-top: 0;
    font-weight: 400;
    font-size: 1.1rem;
}

footer a {
    color: #000;
}

footer ul li {
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: smaller;
    display: flex;
}

section.wide {
    overflow: hidden;
}

nav {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

nav ul li a,nav ul li span {
    transition: color 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    padding: 10px;
    display: block;

    white-space: nowrap;
    color: #444;
    line-height: 1.5;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}
nav ul li:hover>span {
    cursor:pointer
}
nav ul li:hover>a,nav ul li:hover>span {
    color: #4375c6;
    transform: scale(1.08);
}

nav>div>ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

nav>div ul>li {
    list-style: none;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    position: relative;
}

.badgeor {
    display: flex;
    gap: 0.5rem;
    line-height: 1.5;
    flex-wrap: wrap;
}


.badgeor>div {
    border-radius: 5px;
    padding: 0.2rem 0.4rem;
    color: #0054a6;
    font-size: small;
    font-weight: normal;
    background: #e8f4ff;
}

.logo img {
    width: 160px;
    height: auto;
}

button,
.button {
    font-family: inherit;
    border: none;
    transition: color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28),
        transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    padding: 10px 30px;

    border-radius: 25px;
    font-weight: normal;
    background-color: white;
    cursor: pointer;
    color: #666;
    user-select: none;
}

a.button {
    display: inline-block;
}

button.primary,
.button.primary {
    color: #fff;
    letter-spacing: 0.5px;
    transition: transform 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    box-shadow: 0 2px 0 rgb(2 81 123 / 19%);
    background-color: #4375c6;
}

button:hover,
.button:hover {
    color: #4375c6;
    /*background-color :#f9f9f9;*/
    transform: scale(1.05);
}

button.primary:hover,
.button.primary:hover {
    color: #fff;
    /*background-color : #4375c6;*/
}

button:focus,
.button:focus {
    outline: none;
}

.landing {
    display: flex;
    gap: 4rem;
    max-width: 960px;

    align-items: center;

    justify-content: space-evenly;
    margin: 4rem auto;
}

.landing .landing-img>img {
    max-width: 495px;
    width: 100%;
}

.landing>.landing-img {
    display: flex;
    align-items: center;
    position: relative;

    min-height: 380px;
    background: url("../img/hexa.svg") no-repeat center;
}

.landing h1 {
    margin: 0;
    font-weight: normal;
    font-weight: lighter;
    font-size: 1.8rem;
}

.landing .landing-ct {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 2rem;
}

.landing .cta {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.landing button,
.landing .button {
    white-space: nowrap;
    font-size: 15px;
    line-height: 1.5;
    font-family: inherit;
}

body {
    min-width: 320px;
    margin: 0;
    font-family: "ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing-text {
    text-align: justify;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.landing-card>div {
    width: 100%;
    background: #fff;
}

.landing-card {
    padding: 2rem;
    width: 60%;
    background: url("../img/cube2.svg") no-repeat center;
}

.landing-card>div {
    box-shadow: 0 5px 15px 2px #eee;
    position: relative;
    border-top: 4px solid #4375c6;
    padding: 1rem;
    border-radius: 10px;
}

.cardt {
    max-width: 265px;
    display: flex;
    border-radius: 14px 14px 25px 25px;
    padding: 20px;
    position: relative;
    flex-direction: column;
    background: #f5f5f5;
    margin: 0 auto;
}
.cardt i {color:#4375c6}

.cardt .badge {
    background: #ffcc01;
    position: absolute;
    padding: 5px 10px;
    color: #2f2600;
    font-weight: bold;
    font-size: small;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-radius: 5px 1px 0px 5px;
    right: -8px;
    top: 15px;
}

.cardt img {
    cursor: pointer;
    width: 100%;
    height:auto;
    transition: transform .15s ;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.cardt img:hover {

    transform: scale(1.1);
}

.cardt .badge + div {
    overflow: clip;
    border-radius: 10px;
}

.cardt>div:first-child {
    flex: 0 1 36%;
    z-index:1
}

.cardt>div:last-child {
    flex: 1 1 50%;
}

.cardt h3 {
    font-weight: normal;
    font-size:16px;
    margin: 2rem 0 0 0;
}

.cardt h3+div {
    color: #666;
    font-size: smaller;
}

.card-ct {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.flexwrap {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
    margin: 1rem 0;
    justify-content: center;
}

.flexwrap::-webkit-scrollbar {
    display: none;
}

span.typed {
    font-weight: 500;
    color: #4375c6;
}

.cardt .badge:before {
    content: "";
    position: absolute;
    width: 0px;
    border: 4px solid;
    border-top-width: 3px;
    height: 0px;
    right: 0;
    border-color: #dcc776;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -6px;
}

.drop {
    position: relative;
    display: none;
}

.drop.open div.menu {
    pointer-events: auto;
    transform: scale(1);
    opacity: 1;
}



.drop div.menu,
nav>div>ul>li>div.drop2 {
    position: absolute;
    z-index: 1000;
    box-shadow: 0 0 21px rgb(0 0 0 / 12%);
    background: #fff;
    right: 0;
    border-radius: 10px;
    padding: 1rem;

    pointer-events: none;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 100% 0;
    opacity: 0;
}

.drop li:before {
    content: "";
    width: 56px;
    border-radius: 5px;
    height: 56px;
    margin-right: 1rem;
    float: left;
}

.drop ul {
    padding: 0;
    list-style: none;
    width: 200px;
    display: inline-flex;
    flex-direction: column;
    gap: 1.5rem;
}

.drop span {
    padding: 0.5rem 1rem;
    display: block;
    position: relative;
    z-index: 80;
}

.drop div.menu {
    left: auto;
    right: 0;
}

.conf-img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.landing-ct.right {
    text-align: right;
}

.landing-ct.right .cta {
    justify-content: flex-end;
}

nav ul li a small {
    color: #666;
    font-weight: normal;
    font-size: small;
}

@media (max-width: 1000px) {
    .cardt {
        flex: 0 1 43%;
    }

    .flexwrap {
        gap: 2rem;
    }
}

@media (max-width: 900px) {
    .landing {
        flex-direction: column;
        gap: 2rem;
    }

    footer>div {
        flex: 1 1 28%;
    }

    .landing .landing-ct {
        width: 70%;
    }

    .landing.sec {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .landing-card {
        width: 78%;
    }

    nav ul li a small {
        display: block;
    }
}

@media (max-width: 600px) {
    .landing {
        flex-direction: column;
        gap: 2rem;
        margin-top: 3rem;
    }

    .landing .landing-ct {
        width: 90%;
    }

    .landing.sec {
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .landing-card {
        width: 80%;
    }
}

.titleh2 {
    margin: 0 0 2rem 0;
    font-weight: lighter;
    font-size: 1.4rem;
    text-align: center;
}

.tleft {text-align:left}

@media (max-width: 600px) {
    .landing h1 {
        font-size: 1.3rem;
        font-weight: normal;
    }

    .titleh2 {
        font-size: 1.3rem;
        font-weight: normal;
    }

    .landing-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 500px) {
    .landing-card {
        width: 100%;
    }

    .landing button,
    .landing .button {
        font-size: 0.9rem;

    }
}

@media (max-width: 720px) {
    nav ul li {
        display: none;
    }

    nav ul li.drop,
    nav ul li ul li {
        display: block;
    }

    li.drop.open .las:before {
        content: '\f00d';
    }

    .hideoverflow {
        overflow: hidden
    }
}

@media (max-width: 880px) {
    .flexwrap {
        gap: 4rem 5rem;
    }


}

@media (max-width: 640px) {

    section.wide,
    section.nopad {
        padding: 0;
    }

    .flexwrap {
        padding: 0 1rem;
        position: relative;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
    }
}

@media (max-width: 800px) {
    footer {
        flex-wrap: wrap;
    }
}

.bkbl {
    background: #f5f9fd;
}

.bkgr {
    background: #f5f5f5;
}

footer .las {
    font-size: large;
    margin-right: 10px;
    margin-top: 2px;
}

footer img {
    opacity: 0.5;
    width: 180px;
    filter: saturate(0);
}

.f-large {
    font-size: initial;
}

.badgeor .las {
    vertical-align: text-bottom;
    margin-right: 4px;
}

.mentions {
    text-align: center;
    font-size: 13px;
    padding-bottom: 1rem;
    color: #666;
}

.sectionnelle:before {
    background: center / contain no-repeat url(../img/menu/porte-sectionnelle.webp) #f5f5f5;
}

.basculante:before {
    background: center / contain no-repeat url(../img/menu/porte-basculante.webp) #f5f5f5;
}

.laterale:before {
    background: center / contain no-repeat url(../img/menu/porte-laterale.webp) #f5f5f5;
}

.enroulable:before {
    background: center / contain no-repeat url(../img/menu/porte-enroulable.webp) #f5f5f5;
}

.industrielle:before {
    background: center / contain no-repeat url(../img/menu/porte-industrielle.webp) #f5f5f5;
}

@media (max-width: 540px) {
    .flexwrap {
        gap: 4rem 3rem;
    }
}

.avis {
    max-width: 300px;
height:auto;
    user-select: none;
}



footer .la-angle-right {
    font-size: 80%;
    /* margin-top: 5px; */
    vertical-align: middle;
}

html,
body {
    overscroll-behavior-x: contain;
}





.tns-outer {
    position: relative;
}

.wide .tns-ovh {
    overflow: visible;
}

.popup .close {
    position: absolute;
    right: 0;
    line-height: 1;
    top: 0;
    padding: 15px;
    cursor: pointer;
    font-size: 20px;
    color: #222;
    transition: color 0.1s ease-in-out;
}

.popup .close:hover {
    color: #4375c6;
}

.popup>div {
    background: #fff;
    margin: 10px;
    min-width: 300px;
    /* overflow: auto; */
    padding: 2rem;
    overflow: visible;
    box-sizing: border-box;
    color: #222;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.15s cubic-bezier(0.18, 0.89, 0.32, 1.2),
        opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    opacity: 0;
}

.popup {
    z-index: 1009;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    display: flex;
    /* padding: 1rem; */
    left: 0;
    width: 100%;
    justify-content: center;
    height: 100%;
    background: transparent;
    transition: background ease-in-out 0.15s;
    align-items: center;
}

.popup.show>div {
    transform: scale(1);
    opacity: 1;
}

.popup.show {
    overflow: auto;
    pointer-events: auto;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
}



input,
textarea,
select {
    width: 100%;

    padding: 0.4rem 0.6rem;
    border-radius: 5px;
    border: 1px solid #eee;
    font-family: inherit;
    display: inline-block;

    outline: 0;
    font-size: 15px;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    border-color: #4375c6;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 2px rgb(2 81 123 / 19%);
}

.ct_inpt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.group label {
    flex: 0 1 60%;
    display: block;
    color: #444;
    font-size: 15px;
}

.group {
    display: flex;
    align-items: center;
    gap: 4px;
}

@media (max-width: 500px) {
    section {
        padding: 0 6px;
    }

    .group {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .flexphone {
        flex-direction: column;
    }

    #fcontact.button {
        width: 100%;
    }

    .popup {
        align-items: flex-start;
    }
}

button i,
.button i {
    vertical-align: middle;
}

.landing-img div {
    background: url("../img/prix.svg") no-repeat top/ contain;
    width: 150px;
    position: absolute;
    height: 120px;
    top: 0;
    left: 0%;
    padding-top: 1.6rem;
    font-weight: bold;
    padding-left: 2px;
    font-size: 24px;
    color: #f5cc00;
}

.subbt {
    margin-top: 2rem;
    text-align: right;
}

.flexphone {
    display: flex;
    margin-top: 2rem;
    gap: 2rem;
    align-items: center;
    justify-content: space-around;
}

.phoneimg {
    width: 270px;
    height: 240px;
    background: url(../img/ct.webp) no-repeat center / contain;
}


.output {
    display: block;
    margin-bottom: 1rem;
}

.main-container {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.check-container {
    width: 6.25rem;
    height: 7.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
}

.check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #4375c6, #4375c6);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
        0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.check-container .check-background svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 0.9s ease-out;
}

.check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, #4375c6, transparent);
    animation: animateShadow 0.75s ease-out forwards 0.4s;
}

@keyframes animateContainer {
    0% {
        opacity: 0;
        transform: scale(0);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    25% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    43.75% {
        transform: scale(1.15);
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }

    62.5% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }

    81.25% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }

    100% {
        opacity: 1;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}

@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }

    25% {
        opacity: 0.25;
    }

    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }

    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
}

#root {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 3rem;
}

@media (max-width: 1010px) {
    #root {
        max-width: 880px;
    }
}

@media (max-width: 900px) {
    #root {
        max-width: 800px;
    }
}

@media (max-width: 420px) {
iframe[title="anim"]{
	height:300px !important;
}
}

.cblue {color:#0054a6}

div#customize_wrapper {
    position: relative;
    overflow: hidden;
}

div#customize-thumbnails>span {
    padding: 6px 13px;
    background: white;
    border-radius: 20px;
    cursor: pointer;
    will-change: background, color;
    transition: background 0.2s, color 0.2s;
    color: #444;
    user-select: none;
    display: inline-block;
    font-size: 14px;
}


div#customize-thumbnails>span i {color:#4375c6;}
div#customize-thumbnails>span.tns-nav-active i {color:#fff}

div#customize-thumbnails {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}

div#customize-thumbnails {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
}

div#customize-thumbnails>span.tns-nav-active {
    
    background: #3a3a3a;
    color: #fff;
}

.pad6 {
    padding: 3rem 0 3rem 0;
    background: #f5f5f5;
}

.divimg,
.div2 {
    display: flex;
    font-size: 14px;
    justify-content: space-around;
    gap: 1rem;
    align-items: center;
}

.divimg img {
    display: block;
    height: auto;
    max-width: 50%;
    width:100%;
    border-radius: 10px;
}

.divimg div,
.sltext {
    color: #666;
    text-align: justify;
    flex: 0 1 50%;
    line-height: 1.3;
    width: 85%;
}

.divimg .mw33,
.div2 .mw33 {
    max-width: 40%;
}


.pb5 {
    padding-bottom: 5rem;
}

.logo {
    position: relative;
}

.logo:after {
    content: "®";
    position: absolute;
    display: block;
    right: -8px;
    color: #000;
    top: 2px;
}

.cardt a.button.primary {
    border-radius: 25px;
    font-size: 14px;
    width: 100%;
    padding: 12px;
    text-align: center;
}

@media (max-width: 850px) {

    .divimg,
    .div2 {
        flex-direction: column;
    }

    .divimg .mw33,
    .div2 .mw33 {
        max-width: 66%;
    }
}



@media (max-width: 520px) {
    .landing-img div {
        left: 10%;
    }

    .phoneimg {
        width: 240px;
        height: 160px;
        background: url(../img/call2.svg) no-repeat center / contain;
    }
}

@media (max-width: 1000px) {
    .landing .landing-img>img {
        max-width: 405px;
    }
}

.item {
    width: 100%;
    position: relative;
}

.drop.open .menu+div {
    background: rgb(0 0 0 / 27%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    backdrop-filter: blur(1px);
}

.contactp {
    font-size: 14px;
    color: #666;
    max-width: 334px;
    margin: 1rem 0;
}


.ant-form-item .ant-form-item-label {
    padding: 0 !important;
}

#customize-thumbnails i {
    font-size: large;
    padding-right: 5px;
}


.bandeau {
    background-color: #232323;
    color: #fff;
    font-size: 14px;
    position: fixed;
    top: 0;
    z-index: 100;
    text-align: right;
    display: none;
    box-shadow: 0 0 10px #0000004a;
    left: 0;
    width: 100%;
}

.bandeau a {
    color: #fff;
    padding: 7px;
    display: block;
    display: flex;
    justify-content: space-around;
}

.bandeau span {
    color: #a2a2a2;
}

.mr4 {
    margin-right: 4px;
}

@media (max-width: 425px) {
    .logo img {
        width: 130px;
    }

    nav {
        padding-top: 3rem;
        align-items: initial;
    }

    .divimg .mw33,
    .div2 .mw33 {
        max-width: 76%;
    }

    .landing>.landing-img {
        min-height: 329px;

        background-size: 72%;
    }

    .landing .cta.first {
        flex-direction: row-reverse;
    }

    .button {
        padding: 0.8rem 1rem;
    }

    .landing .first .button {

        text-align: center;
        width: 100%;
    }

    .cta.first.sticky {
        position: sticky;
        left: 0;
        background: aliceblue;
        bottom: 0;
        box-sizing: content-box;
        /* box-sizing: border-box; */
        width: 100%;
        margin-left: -2rem;
        margin-top: 0;
        box-shadow: 0 0 10px #00000024;
        padding: 1rem 2rem;
    }

    .stick {
        position: sticky;
        background: #fff;
        bottom: 0;
        gap: 1rem;
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem;
    }

    .hidemob {
        display: none
    }

    .landing {
        gap: 0rem;
        margin-top: 2rem;
    }


    .button.popupbt {
        display: none
    }

    .bandeau {
        display: block
    }

    .btn-form {
        position: sticky;
        left: 0;
        height: 80px;
        background: #fff;
        width: 100%;
        z-index: 1;
        bottom: 0;
        transition: box-shadow .2s;
        box-shadow: 0 0 10px #eee;
    }

    .noshadow {
        box-shadow: none;
    }

    .disabled.btn-form {
        position: initial;
        box-shadow: none;
    }

    .form_row {
        min-height: 100vh;
    }

    .ant-collapse-content-box {
        padding: 0;
        margin: 0 -24px;
    }


}

@media (min-width: 426px) {
    .button.appeler {
        display: none
    }
}


@media (max-width: 700px) {

    div#customize-thumbnails>span {
        display: flex;
        flex-direction: row;
        align-items: center;
        min-width: 135px;
        justify-content: center;
    }

    div#customize-thumbnails {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -6px 2rem -6px;
        padding: 0 1rem;
        justify-content: start;
    }

    #customize-thumbnails::-webkit-scrollbar {
        display: none;
    }

    #customize-thumbnails i {
        font-size: 20px;

    }
}

.landing-img {
    cursor: pointer
}

.card-ct ul {
    padding-left: 0px;
    margin: 0;
    list-style: none;
}

.mb4 {
    margin-bottom: 4px
}

@media (max-width: 575px) {
    .cardsel {
        margin: 0 -8px;
    }
}


.mslider>div {
    text-align: center;
    position: relative;
}

.mslider>div img {
    display: inline-block;
    width: 320px;
    max-width: 100%;
}

.divimg .mw80 {
    max-width: 80%;
}

.div2 .tns-nav button , .quinc .tns-nav button {
    background: #aaa;
    width: 10px;
    height: 10px;
    margin: 4px;
    padding: 0;
}

.div2 .tns-nav button.tns-nav-active, .quinc  .tns-nav button.tns-nav-active {
    background: #888
}

.div2 .tns-nav ,.quinc .tns-nav {
    text-align: center;
    margin-top: 1rem;
}



.tableau {
    border: none;
    margin: 0;
    border-spacing: 5px;
    padding: 0;
    text-align: initial;
}

.tableau td, .tableau th {
    vertical-align: top;
    padding: 5px;
    width: 50%;
    background: #eee;
    border-radius: 5px;
}

.tableau th {
    background: #ddd;
    text-align: center;
}
.tableau td {
    padding-bottom: 20px;
}

.tableau2 {
    text-align: initial;
    display:flex;
    flex-wrap:wrap;
}
.tableau2 >div {
    flex:1 1 50%;
    padding:5px;
    min-width:200px;
    display: flex;
    flex-direction: column;
}
.tableau2 >div>div{
    background:#eee;
    border-radius:5px;
    padding: 10px;
    color: #222;
    margin-bottom:5px;
    
}
.tableau2 >div>div:first-child {
    background:#ddd;
    background: #d1dae4;
    text-align:center;
    padding: 5px 10px;
}
.tableau2 >div>div:last-child {
flex-grow: 1;
}




.tns-controls button:first-child, .tns-controls button:last-child {
    z-index: 1;
    box-shadow: none;
    position: absolute;
   left:0;
   padding: 20px 10px;
    top: 30%;
    border-radius: 20px;
    height: 25%;
    font-size: 25px;
    line-height: 0;
    backdrop-filter: none;
    background: transparent;
}

.tns-controls button:last-child {
    left: auto;
    right: 0;
}

.pad6 ul li div:last-child {
    width: auto;
    margin-left: 1rem;
    margin-bottom: 20px;
}
.pad6 ul li div:first-child {
    width: auto;
    font-weight: bold;
}
.pad6 ul {
    padding-left:12px
}




  .md-input-group input::-webkit-input-placeholder {
    opacity: 0;
    color: #bbb;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-overflow: ellipsis;
  }
  

  .md-input-group {
    position: relative;
    font-size: 15px;
  }
  .md-input-group label {
    line-height:1;
    position: absolute;
    pointer-events: none;
    background: #fff;
    padding: 0 4px;
    left: 10px;
    top: 14px;
    transition: 0.2s ease all;
    color: #888;
  }
  .md-input-group span {
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 50%;
    display: block;
    padding: 5px 2px 3px 2px;
    transform: translateY(-50%);

    border-radius: 5px;
    background: #eee;
    color: #888;
    transition: 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) all;
  }
  .md-input-group span.left {
    left: 10px;
    right: auto;
  }
  .md-input-group input {
    background-color: transparent;
    font-size: inherit;
    border-radius: 6px;
    padding: 10px 16px 8px 16px;
    line-height: 1.5em;
    border: 0;
    display: block;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ddd;
    transition: 0.2s ease all;
  }
  .md-input-group input:focus, .md-input-group.filled input {
    border-color: #ddd;
  }
  .md-input-group input:focus::-webkit-input-placeholder, .md-input-group.filled input::-webkit-input-placeholder {
    opacity: 1;
  }
  .md-input-group input:focus ~ span, .md-input-group.filled input ~ span {
    background: #dceeff;
    color: #4375c6;
  }
  .md-input-group input:focus ~ label, .md-input-group.filled input ~ label {
    background: white;
    color: #4375c6;
    font-size: 13px;
    top: -7px;
  }
  .md-input-group input:focus, .md-input-group input:hover {
    border-color: #4375c6;
    outline: 0;
  }
  .md-input-group input:focus {
    box-shadow: 0 0 0 2px rgba(2, 81, 123, 0.1);
  }
  
  .md-input-group.prefix label {
    margin-left: 30px;
  }
  .md-input-group.prefix input {
    padding-left: 42px;
  }

  .md-input-group input[aria-required="true"] + label:after {
    content: '*';
    color: red;
    left: 2px;
    position: relative;
    top: -2px;
}

.divimg h3 {text-align:left}







.md-select-group select::-webkit-select-placeholder {
    opacity: 0;
    color: #bbb;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-overflow: ellipsis;
  }
  

  .md-select-group {
    position: relative;
    font-size: 15px;
  }
  .md-select-group label {
    line-height:1;
    position: absolute;
    pointer-events: none;
    background: #fff;
    padding: 0 4px;
    left: 10px;
    top: 14px;
    transition: 0.2s ease all;
    color: #888;
  }
  .md-select-group span {
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 50%;
    display: block;
    padding: 5px 2px 3px 2px;
    transform: translateY(-50%);

    border-radius: 5px;
    background: #eee;
    color: #888;
    transition: 0.3s cubic-bezier(0.64, 0.09, 0.08, 1) all;
  }
  .md-select-group span.left {
    left: 10px;
    right: auto;
  }
  .md-select-group select {
    background-color: transparent;
    font-size: inherit;
    border-radius: 6px;
    padding: 11px 16px 9px 16px;
    line-height: 1.5em;
    border: 0;
    display: block;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ddd;
    transition: 0.2s ease all;
  }
  .md-select-group select:focus, .md-select-group.filled select {
    border-color: #ddd;
  }
  .md-select-group select:focus::-webkit-select-placeholder, .md-select-group.filled select::-webkit-select-placeholder {
    opacity: 1;
  }
  .md-select-group select:focus ~ span, .md-select-group.filled select ~ span {
    background: #dceeff;
    color: #4375c6;
  }
  .md-select-group select:focus ~ label, .md-select-group.filled select ~ label {
    background: white;
    color: #4375c6;
    font-size: 13px;
    top: -7px;
  }
  .md-select-group select:focus, .md-select-group select:hover {
    border-color: #4375c6;
    outline: 0;
  }
  .md-select-group select:focus {
    box-shadow: 0 0 0 2px rgba(2, 81, 123, 0.1);
  }
  
  .md-select-group.prefix label {
    margin-left: 30px;
  }
  .md-select-group.prefix select {
    padding-left: 42px;
  }

  .md-select-group select[aria-required="true"] + label:after {
    content: '*';
    color: red;
    left: 2px;
    position: relative;
    top: -2px;
}


.la,.las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.la-window-maximize:before {
    content: "\f2d0"
}
.la-warehouse:before {
    content: "\f494"
}
.la-user:before {
    content: "\f007"
}
.la-times:before {
    content: "\f00d"
}
.la-thermometer-full:before {
    content: "\f2c7"
}
.la-stream:before {
    content: "\f550"
}
.la-search-plus:before{
    content:"\f00e"
}
.la-shipping-fast:before {
    content: "\f48b"
}
.la-shield-alt:before {
    content: "\f3ed"
}
.la-question:before {
    content: "\f128"
}
.la-phone-volume:before {
    content: "\f2a0"
}
.la-phone:before {
    content: "\f095"
}
.la-palette:before {
    content: "\f53f"
}
.la-map-marker:before {
    content: "\f041"
}
.la-credit-card:before {
    content: "\f09d"
}
.la-cog:before {
    content: "\f013"
}
.la-check:before {
    content: "\f00c"
}
.la-angle-left:before {
    content: "\f104"
}
.la-angle-right:before {
    content: "\f105"
}
.la-bars:before {
    content: "\f0c9"
}
.la-share-square:before{content:"\f14d"}
.la-at:before {
    content: "\f1fa"
}
.la,.lab,.lad,.lal,.lar,.las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.la-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}
.la-3x {
    font-size: 3em
}
.la-door-open:before {
    content: "\f52b"
}
@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/la-solid-900.eot);
    src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/la-solid-900.woff2) format("woff2"),url(../fonts/la-solid-900.woff) format("woff"),url(../fonts/la-solid-900.ttf) format("truetype"),url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}


@media (max-width: 425px) {
    footer ul li {
        align-items: center;
        margin-bottom: 0;
    }
    footer a {
        padding: 15px 0;
    }
}

.zoomwr i {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100px;
    color: #0054a6a1;
    display: flex;
    cursor: pointer;
    height: 100px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .1s;
    background: #ffffff80;
    border-radius: 25px;
}
.zoomwr
{
    position: relative;
}
.zoomwr i:hover {
    opacity: 1;
}

@media (max-width: 575px) {
.sel div[label=Devis]:after {
    content: '';
    position: absolute;
    width: 72px;
    height: 72px;
    right: 0;
    top: 0;
    background: url(../img/form.svg) no-repeat;
}
}

@media (min-width: 575px) {
	.sel div[label=Devis]{margin-right:40%}
.sel div[label=Devis]:after {
content: '';
    position: absolute;
    width: 33%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/form.svg) no-repeat center;
}
}


.shine{overflow:hidden}
.shine:after {
  
    animation: shine 6s ease-in-out 2;
    animation-fill-mode: forwards;
	animation-delay:4s;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width:200%;
    height: 150%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 77%, rgba(255, 255, 255, 0.5) 85%, rgba(255, 255, 255, 0.0) 100% );
}


.shine:active:after {
  opacity: 0;
}

@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}