body {
    background-color: black;
}

body p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label {
    color: #FAF6E9;
    font-family: avenir-lt-w01_85-heavy1475544, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-weight: bold;
}

.content1 {
    padding-left: 100px;
    padding-right: 100px;
}


/* fixed social*/

#fixed-social {
    position: fixed;
    top: 130px;
    right: 40px;
}

#fixed-social a {
    color: #FAF6E9;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}

@media(max-width:768px) {
    .content1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    #fixed-social {
        right: 15px;
    }
    iframe.lavideo1 {
        width: 100% !important;
    }
}

@media(max-width:600px) {
    .content1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    #fixed-social {
        right: 15px;
    }
}


/*Tchat*/

.audioCall p {
    font-size: 25px;
}

@media(max-width:768px) {
    .audioCall p {
        font-size: 12px;
    }
}


/*End tchat*/

.choiceLog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.choiceLog .mt-10 {
    margin-bottom: 40px;
}

.choiceLog .blocBtnLog {
    width: 100%;
}

.choiceLog .blocBtnLog .btnLog {
    margin: auto;
    margin-bottom: 20px;
    width: 90%;
}

.choiceLog .blocBtnLog a {
    width: 100%;
}