@font-face {
    font-family: "Georgia";
    src: url("Georgia.ttf") format("truetype");
}

body {
    -webkit-background-size: cover;
    background: url("../images/bg-3.jpg") no-repeat top fixed;
    margin: 30px 0 30px!Important;
    background-size: cover!Important;
    /*background-size: 100% 100% !important;*/
}

#str {
    -webkit-background-size: cover;
    /*background: url("../images/login.jpg") no-repeat center fixed;*/
    background: #F2F2F2 !important;

    margin: 30px 0 30px!Important;
    background-size: cover!Important;
}

.first-color {
    color:#711433!Important;
}

.colorgraph {
    height: 5px;
    border-top: 0;
    background:#711433;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left,#711433, #e62a77  12.5%, #e62a77 12.5%,#711433 25%,#711433 25%, #e62a77  37.5%, #e62a77  37.5%,#711433 50%,#711433 50%, #e62a77  62.5%, #e62a77  62.5%,#711433 75%, #e62a77  75%,#711433 87.5%,#711433 87.5%, #e62a77 );
    background-image: -moz-linear-gradient(left,#711433, #e62a77  12.5%, #e62a77  12.5%,#711433 25%,#711433 25%, #e62a77  37.5%, #e62a77  37.5%,#711433 50%,#711433 50%, #e62a77  62.5%, #e62a77  62.5%,#711433 75%, #e62a77  75%,#711433 87.5%,#711433 87.5%, #e62a77 );
    background-image: -o-linear-gradient(left,#711433, #e62a77  12.5%, #e62a77  12.5%,#711433 25%,#711433 25%, #e62a77  37.5%, #e62a77  37.5%,#711433 50%,#711433 50%, #e62a77  62.5%, #e62a77  62.5%,#711433 75%, #e62a77  75%,#711433 87.5%,#711433 87.5%, #e62a77 );
    background-image: linear-gradient(left,#711433, #e62a77  12.5%, #e62a77  12.5%,#711433 25%,#711433 25%, #e62a77  37.5%, #e62a77  37.5%,#711433 50%,#711433 50%, #e62a77  62.5%, #e62a77  62.5%,#711433 75%, #e62a77  75%,#711433 87.5%,#711433 87.5%, #e62a77 );
}

.login_content {
    padding: 1%;
    border-radius: 15px;
    /*background: transparent none repeat scroll 0% 0%;*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: rgba(230, 42, 119, 0.37);
    border: 1px solid #7114336b ;

}

.login_content2 {
    -webkit-box-shadow: 2px 1px 5px 1px rgba(8, 8, 8, 0.75);
    -moz-box-shadow: 2px 1px 5px 1px rgba(8, 8, 8, 0.75);
    box-shadow: 2px 1px 5px 1px rgba(8, 8, 8, 0.75);
    background: transparent none repeat scroll 0% 0%;
    padding: 1%;
    border-radius: 15px;
}

@media (min-width: 1200px) {
    .plateform {
        height: 476px !important;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        overflow-y: hidden !important;
    }
    .pull {
        margin-left: -130px;
    }
    .marg {
        margin-top: -33px;
    }
}

@media (max-width: 1201px) {
    .plateform {
        height: 392px !important;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
        overflow-y: hidden !important;
    }
}
.logo3{
    width: 19%;
}

@media (max-width: 430px) {
    .logo {
        /*height: 65px !important;*/
        /*width: 100%!important;*/
    }
    .logo2 {
        height: 48px !important;
        width: auto!important;
    }
    .btn-deconexion {
        font-size: 10px !important;
    }
}

@media (min-width: 431px) {
    .logo {
        /*height: 80px!important;*/
        /*width: 100%!important;*/
    }
    .logo2 {
        /*height: 75px!important;*/
        /*width: 100%!important;*/
    }
}

@media (min-width: 1140px)and (max-width: 2440px) {
    .title {
        font-size: 30px;
    }
}

@media (min-width: 670px)and (max-width: 1140px) {
    .title {
        font-size: 22px;
    }
}

@media (min-width: 670px)and (max-width: 669px) {
    .title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .img-1 {
        max-width: 80px !important;
    }
    .img-2 {
        max-width: 80px !important;
    }
    .img-3 {
        max-width: 80px !important;
    }
    .logo2 {
        /*margin-right: -37px !important;*/
    }
    .img-index {
        margin-left: -15px !important;
    }
}

.btn-deconn {
    margin-top: 2%;
    margin-right: 2%;
    width: 100%;
}

.margin-top {
    margin-top: 1%;
}

.margin-bot {
    margin-bottom: 2% !important;
}

.right {
    float: right;
}


/*custom css*/

label.error {
    color: red;
}

.input-css {
    border: 1px solid #7114336b !important;
    height: 35px !important;
    border-radius: 10px !important;
}

button#btn-login,
#btn-register,
.import-csv {
    background-color:#711433 !important;
    color: white!important;
}

.download-model {
    color: white!important;
    background-color: #FFFFFF !important;
}

.download-model:hover {
    background-color:#711433 !important;
}

.btn-deconexion,
.btn-screen {
    background-color:#711433 !important;
    color: white !important;
    border: 2px solid #FFFFFF;
}

.color-link {
    color:#711433!important;
}

.color-link:hover,
.color-link:active {
    color: #212529!important;
    /*font-weight: 600;*/
    text-decoration: none;
}

.btn-red {
    margin-top: 15px;
    text-align: center;
}

#btn-login:hover,
#btn-register:hover,
.import-csv:hover,
.btn-deconexion:hover,
.btn-screen:hover {
    background-color: #e62a77  !important;
    color: white!important;
}
.btn{
    background-color:#711433 !important;
    border-radius: 10px !important;
}
.btn:hover{
    background-color: #e62a77  !important;
}

.navpage2 {
    border-radius: 10px;
    background-color: white;
    margin-bottom: 15px;
}

.navpage {
    border-radius: 10px;
    /*background-color: white; margin-bottom: 15px;*/
}

.img-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mrg-top {
    margin-top: 110px !important;
}

.btn-deco-admin {
    margin: 32px 5px 3px 15px;
}

.form_question {
    padding: 21px 7px 2px 11px;
}

.btn-save-question {
    margin-top: 16px;
    margin-bottom: 21px;
}

.zone-question {
    background: rgb(236, 236, 237);
    -webkit-box-shadow: -1px 2px 10px 2px rgba(8, 8, 8, 0.6);
    -moz-box-shadow: -1px 2px 10px 2px rgba(8, 8, 8, 0.6);
    box-shadow: -1px 2px 10px 2px rgba(8, 8, 8, 0.6);
    margin-bottom: 8px;
    margin-top: 14px;
}

.headline {
    visibility: hidden;
}


/* MENU Admin page*/

.menu .nav-link.active {
    color: #fff!important;
    background-color:#711433!Important;
}

a {
    color: white!Important;
}

.whiteText {
    color: #fff;
}

label {
    color: white;
    text-align: left!important;
}

.file-download>li {
    display: block;
}

.file-download {
    padding: 20px 10px 20px 10px;
}

.row {
    margin-right: 0px!Important;
    margin-left: 0px!Important;
}

.bg-color {
    background-color: #f1f1f1;
    margin-right: 20px;
}

.user-question {
    margin-top: 50px;
    height: 192px;
    overflow-y: scroll;
}

.date-question {
    color:#711433;
    float: right
}
.color{
    color: white;
}

.btn-video-control {
    width: 95px;
}

.btn-video-control:hover {
    background-color: #FFFFFF !important;
}

.center-block {
    text-align: center;
}

@media (min-width: 770px) {
    #login-page {
        margin-top: 100px !important;
    }
}

.dataTables_scroll thead th,
.dataTables_scroll tfoot th {
    color: white;
}

#tbl_question_posee {
    color: whitesmoke;
}
.front .logo2{
    width: 30% !important;
}

.front .logo3{
    width: 38% !important;
}
.logo2
{
    width:20%;
}
.logo1
{
    width:25%;
}
.logo3
{
    width:25%;
    margin-left: 15px;
}

.nav-item .nav-link
{
    color :#711433 !important
}
.nav-item .active
{
    color : white !important;
}
#streaming-links-form h6
{
    color: whitesmoke;
}
.login_content h2{
    color: whitesmoke;
}
.menu .nav-link.active{
    border-radius: 10px !important;
}
.title-img{
    width: 100%;
    margin-top: 10px;
}

.back .title-img{
    width: 80%;
    margin-top: 0px;
}


