.wptwa-container .wptwa-toggle{color: rgba(255,255,255,1);}

                .wptwa-toggle {

                    white-space: nowrap;

                    line-height: 100%;

                    cursor: pointer;

                    width: 310px;

                }

                .wptwa-container .wptwa-toggle, .wptwa-container .wptwa-mobile-close, .wptwa-container .wptwa-description, .wptwa-container .wptwa-description a {

                    background-color: #0dc152;

                    color: rgba(255,255,255,1);

                }

                .wptwa-toggle {

                    display: flex;

                    align-items: center;

                    justify-content: center;

                    height: 47px;

                    white-space: nowrap;

                    line-height: 100%;

                    padding: 1px 20px;

                    border-radius: 50px;

                    position: fixed;

                    bottom: 20px;

                    right: 20px;

                    cursor: pointer;

                    box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);

                    transition: box-shadow 80ms ease-in-out,width .4s ease .2s;

                }

                .wptwa-toggle, .wptwa-box {

                    z-index: 9999999;

                }

                .wptwa-toggle, .wptwa-box .wptwa-description, .wptwa-button, .wptwa-mobile-close {

                    background: #0dc152;

                        background-color: rgb(13, 193, 82);

                    color: #fff;

                }

                .wptwa-box {

                    position: fixed;

                    bottom: 90px;

                    right: 20px;

                    background: #fff;

                    max-width: 310px;

                    width: 100%;

                    border-radius: 6px;

                    box-shadow: 0 8px 25px -5px rgba(45,62,79,.15);

                    visibility: hidden;

                    opacity: 0;

                    transform: translateY(50px) scale(.9);

                    background: #fff;

                    background-color: rgb(255, 255, 255);

                    transition: all .3s;

                }.wptwa-box.wptwa-js-ready {

                    display: block;

                }



                .wptwa-show .wptwa-box {

                    visibility: visible;

                    opacity: 1;

                    transform: translateY(0) scale(1);

                }

                .wptwa-box .wptwa-name {

                    display: block;

                    font-weight: 700;color: #003770;

                }

                .wptwa-box .wptwa-title, .wptwa-box .wptwa-offline-text {

                    font-size: 12px;

                    line-height: 1.5em;

                    opacity: .6;

                    display: block;

                    color: #003770;text-decoration: none;

                }

                .wptwa-box .wptwa-info {

                    float: left;

                    width: calc(100% - 40px);

                    padding-left: 10px;

                }

                .wptwa-box .wptwa-face {

                    float: left;

                    width: 60px;

                    height: 60px;

                    position: relative;

                }

                .wptwa-box .wptwa-face img {

                    position: absolute;

                    top: 50%;

                    left: 50%;

                    border-radius: 50px;

                    transform: translateY(-50%) translateX(-50%);

                    width: 60px;

                }

                .wptwa-box .wptwa-account {

                    padding: 10px;

                    border-top: 1px solid #f5f5f5;

                    display: flex;

                    align-items: center;

                    justify-content: center;

                    overflow: hidden;

                    position: relative;

                }

                .wptwa-box .wptwa-account:first-child {

                    border-top: 0;

                }

                .wptwa-box .wptwa-people {

                    overflow: auto;

                    padding: 10px;

                }

                .wptwa-people a{text-decoration: none;font-family: sans-serif;}

                .wptwa-text{font-family: sans-serif;}

                .wptwa-box .wptwa-description {

                    padding: 15px 40px 15px 20px;

                    border-radius: 6px 6px 0 0;

                    font-family: 'Oswald', sans-serif;

                }

                .wptwa-box .wptwa-close:hover {

                    cursor: pointer;

                    opacity: 1;

                }

                .wptwa-box .wptwa-description + .wptwa-close {

                    visibility: visible;

                }

                .wptwa-box .wptwa-close {

                    display: block;

                    width: 15px;

                    height: 15px;

                    position: absolute;

                    top: 7px;

                    right: 7px;

                    opacity: .5;

                    visibility: hidden;

                    transition: opacity .3s;

                }

                .wptwa-container .wptwa-close::before, .wptwa-container .wptwa-close::after {

                    background-color: rgba(255,255,255,1);

                }

                .wptwa-box .wptwa-close::before, .wptwa-box .wptwa-close::after {

                    content: '';

                    display: block;

                    background: #fff;

                        background-color: rgb(255, 255, 255);

                    width: 15px;

                    height: 3px;

                    position: absolute;

                    top: 50%;

                    left: 50%;

                    transform: translateY(-50%) translateX(-50%) rotate(45deg);

                }

                .wptwa-box .wptwa-description + .wptwa-close {

                    visibility: visible;

                }

                .wptwa-box .wptwa-face::after {

                    content: '';

                    display: block;

                    width: 15px;

                    height: 15px;

                    position: absolute;

                    bottom: 2px;

                    right: 2px;

                    background: transparent url(https://www.textilesgexem.com/img/logo-green-small.png) center center no-repeat;

                    background-size: auto;

                    background-size: cover;

                    z-index: 4;}

                    .wptwa-box .wptwa-close::after {

                    content: '';

                    display: block;

                    background: #fff;

                        background-color: rgb(255, 255, 255);

                    width: 15px;

                    height: 3px;

                    position: absolute;

                    top: 50%;

                    left: 50%;

                    transform: translateY(-50%) translateX(-50%) rotate(45deg);}

                    .wptwa-box .wptwa-close::after {

                    transform: translateY(-50%) translateX(-50%) rotate(-45deg);

                    }

                    .wptwa-container .wptwa-close::after {

                    background-color: rgba(255,255,255,1);

                }

                .wptwa-container .wptwa-account:hover {

                    background-color: rgba(245,245,245,1);

                    border-color: rgba(245,245,245,1);

                    color: rgba(85,85,85,1);

                }