@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700'); 

body,html{
    padding: 0;
    margin:0;
    overflow-x:hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}
body{
    overflow: hidden;
}
body:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
b,strong{
    font-weight: bold;
}
.bold{
    font-weight: 500;
}
section{
    padding-top: 100px;
    margin-top: -100px;
}
#teletransmission {
    padding-top: 0;
    margin-top: 0;
}
#teletransmission {
    padding-top: 150px;
    margin-top: -150px; 
}
header{
    z-index: 9999;
    position: relative;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
header.fixed{
    position: fixed;
    right: 0;
    left: 0;
    top: -125px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
header.fixed.scrolled{
    top:0;
}
nav{
    padding: 20px 0;
    font-size:12px;
}
img{
    max-width: 100%;
}
.hidden{
    display: none;
}
.logo{
    max-width: 170px;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.nav-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#706f6f;
}
.nav-items a{
    cursor: pointer;
    font-weight: 400;
    padding: 5px 1px;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    text-decoration: none !important;
    color:#706f6f;
}
.nav-items a.active,
.nav-items a:hover{
    color:#ff6f00;
    border-bottom: 2px solid #ff6f00;

}
.orange-txt{
    color:#ff6f00;
}
.user-dropdown{
    border-radius: 0.475rem;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    background: white;
    position: absolute;
    z-index: 999;
    top: 45px;
    padding: 20px;
    -webkit-box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
    transition:0.4s all;
    display: none;
}
.user-dropdown img{
    max-width: 70px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
    height:70px;
}
.username{
    color: #181c32;
    font-weight: bold;
    margin-top: 6px;
}
.email{
    color: #a1a5b7;
    font-size: 13px;
}
.user-dropdown ul{
    color: #3f4254;
    list-style: none;
    padding-left: 5px;
    font-size: 14px;

}
.user-dropdown ul li{
    border-radius: 5px;
    padding: 8px 5px;
    transition: color .2s ease,background-color .2s ease;
    cursor: pointer;
}
.user-dropdown ul li:hover{
    color: #009ef7;
    background-color: rgba(245,248,250,.8);
}
.login-form{
    background: white;
    position: absolute;
    z-index: 999;
    top: 45px;
    padding: 20px;
    -webkit-box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
    display: none;
    opacity:0;
    transition:0.4s all;
    margin-top:30px;
    max-width: 300px;
}
.login-form.bottom{
    margin-top:0;
    margin-bottom:20px;
    bottom: 43px;
    top: initial;
    -webkit-box-shadow: 0 -12px 30px -10px rgb(0 0 0 / 40%);
    box-shadow: 0 -12px 30px -10px rgb(0 0 0 / 40%);
}
.login-form.active{
    opacity: 1;
    margin-top:0px;
    margin-bottom:0px;
}
.login-form input:not([type='submit']){
    background-color: rgba(242,242,242);
    border-radius: 5px;
    outline: none;
    border: 0px;
    margin-top: 10px;
    padding: 10px 10px;
    min-width: 250px;
}
.login-form button{
    outline: none;
    border: 0px;
    border-radius: 4px !important;
    min-width: 100px;
    margin-top: 20px;
    padding: 10px 10px;
    background-color: rgb(74,74,74);
}
.login-form button::before {
    background: #2f2f2f;
}
.main-left{
    padding-top: 60px;
}
.main-disclaimer{
    font-size: 12px;
    color: #9d9d9c;
    font-style: italic;
    position: absolute;
    bottom: 10px;
}
.table-discalimer{
    width: 930px;
    margin: 0 auto;
    max-width: 95%;
    font-size: 12px;
    color: #9d9d9c;
    font-style: italic;
}
.main-orange{
    font-size: 14px;
    color:#ff6f00;
    text-transform: uppercase;
    font-weight: 400;
}
.main-txt{
    font-size: 40px;
    color: #4a4a49;
    letter-spacing: 1px;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
}
.main-img{
    max-width: 163%;
    margin-top: -73px;
}
.main-ul{
    color:#706f6f;
    list-style: none;
    font-size: 14px;
    padding-left: 25px;
}
.main-left .main-ul{
    max-width: 430px;
}
.main-ul li{
    position: relative;
    margin-bottom: 10px;
}
.main-ul li b{
    color:#ff6f00;
    font-weight: 400;
    left: -25px;
    position: absolute;
    font-size:18px;
}
.main-left .main-ul li b{
    top: -3px;
}
.teletransmission-section{
    z-index: 3;
    position: relative;
}
.teletransmission-inner{
    background-color: #f7f9fb;
}
.orange-box{
   background-color: #ff6f00;
   padding:30px 30px;
   color: #fff;
   max-width: 380px;
}
.orange-box-header{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 15px;
}
.orange-box-txt{
    font-size: 14px;
    line-height: 20px;  
}
.teletransmission-choices{
    margin-top:80px;
    margin-bottom: 50px;
}
.choice-tab{
    font-size: 18px;
    opacity: 0.7;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.choice-tab.active{
    opacity: 1;
    font-weight: 700;
}
.choice-tab img{
    max-width: 40px;
    margin-right: 20px;
    max-height: 30px;
    width: 40px;
    object-fit: contain;
}
.choice-tab img.smaller{
    max-height: 25px;
}
.arrow-left{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right:10px solid #f7f9fb; 
}
.choice-tab .arrow-left{
    position: absolute;
    right: -31px;
    top: 3px;
    display: none;
}
.choice-tab:not(.active):hover{
    font-size: 18px;
    font-weight: 700;
    opacity: 1;
}
.choice-tab:hover .arrow-left,
.choice-tab.active .arrow-left{
    display: block;
}
.tele-content-wrapper{
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #4a4a49;
    padding-top: 40px;
    padding-bottom: 40px;
}
.tele-content-title{
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top:15px;
}
.tele-content-text{
    font-size: 14px;
    line-height: 22px;
    color: #706f6f;
    font-family: "Poppins";
    max-width: 400px
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade:not(.show){
    opacity: 0;
}
.choice-content:not(.active){
    display: none;
}
.choice-content img{
    filter: invert(56%) sepia(96%) saturate(3657%) hue-rotate(0deg) brightness(143%) contrast(104%);
    max-width: 100px;
    max-height: 60px;
    height: 60px;
    object-fit: contain;
}
.reglements-section{
    background-color: white;
    z-index: 2;
    position: relative;
}
.reglements-left{
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.reglements-left img{
    position: absolute;
    left: -32%;
    right: 0;
    width: 170%;
    object-fit: cover;
    max-width: initial;
    height: 100%;
}
.zindex-1{
    position: relative;
    z-index: 1;
}
.orange-button{
    color:white !important;
    border-radius: 5px;
    background-color: #ff6f00;
    padding: 9px 17px;
    font-size: 14px;
    cursor: pointer;
    display: block;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline: none !important;
    border: 0px;
}
.orange-button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #e46300;
    z-index: 1;
    border-radius: 5px;
    transition: transform .5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(.5,1.6,.4,.7);
    transform: scaleX(0);
    border-radius: 0;
}
.orange-button:hover::before {
    transform: scaleX(1);
    color: #fff!important;
    z-index: -1;
}
.reglements-right{
    padding-top: 40px;
    padding-bottom: 70px;
}
.reglements-title{
    font-size: 35px;
    line-height: 42px;
    color: #4a4a49;
    font-weight: 300;
    margin-bottom: 20px;
}
.reglements-bold{
    font-size: 26px;
    font-weight: 500;
    color: #4a4a49;
    margin-bottom: 10px;
}
.reglements-txt{
    font-size: 14px;
    line-height: 22px;
    color: #706f6f;
    max-width: 515px;
}
.reglements-txt > div{
    margin-bottom: 10px;
}
.services-section{
    background-color: #f7f9fb;
    color: #4a4a49;
    padding-bottom: 50px;

}
.services-intro{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #706f6f;
    padding-top: 50px;
    padding-bottom: 50px;
}
.services-title{
    font-size: 35px;
    line-height: 42px;
    font-weight: 300;
    color: #4a4a49;
    margin-bottom: 10px;
}
.services-txt{
    max-width: 880px;
    margin: 0 auto;
}
.service-card{
    background-color: #fff;
    padding: 33px;
    padding-right: 22px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 22px;
    color: #706f6f;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 2px solid #eeeeee;
    border-top: 3px solid #ff6f00;
    min-height: 240px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    position: relative;
    top: 0;
}
.service-card:hover{
    -webkit-box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 40%);
    border: 1px solid transparent;
    border-top: 3px solid #ff6f00;
    top: -2px;
}
.service-card.smaller-txt{
    font-size: 12px;
}
.service-card.smaller-txt-2{
    font-size: 11px;
    line-height: 16px;
}
.service-card img{
    margin-bottom: 15px;
    max-height: 50px;
    margin-left: 0;
    margin-right: auto;
}
.examples-title{
    margin-top: 60px;
    font-size: 35px;
    line-height: 42px;
    color: #4a4a49;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}
.table-wrapper{
    max-width: 100%;
    overflow: auto;
    padding-left: 10px;
}
.custom-table{
    width: 930px;
    margin: 0 auto;
    max-width: 95%;
    color:#706f6f;
    margin-bottom: 90px;
}
.table-orange-bg{
    background-color: #ff6f00;
    color:white;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    min-width: 29%;
    text-align: center;
    
}
.custom-table td,
.custom-table th{
    border-bottom:1px solid #f0eef0;
    border-right:1px solid #f0eef0;
}
.custom-table td:first-of-type{
    border-left:1px solid #f0eef0;
}
.custom-table th.no-border{
    border:0px;
}
.custom-table td.top-border{
    border-top:1px solid #f0eef0;
}
.price-tr th{
    font-size: 12px;
    color: #4a4a49;
    font-weight: 300;
    text-align: center;
    padding:3px;
}
.price-tr th:not(:first-of-type){
    width: 29%;
}
.price-tr span{
    font-size: 35px;
}
.grey-bg{
    background-color: #f7f9fb;
}
.custom-table tr td{
    padding: 11px;
    padding-left: 20px;
}
.cookie{
    background-color: #f7f9fb;
    z-index: 999999;
    position: relative;
    font-size: 13px;
    color: #706f6f;
    font-weight: 400;
}
.cookie .orange-button{
    border-radius: 0;
    padding: 11px 13px;
}
.menu-item > div{
    background-color: #4a4a49;
    border-radius: 3px;
    width:20px;
    height:3px;
    margin-bottom: 3px;
}
.mobile-nav{
    display: flex;
    background: #ff6f00;
    color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: -100%;
    flex-direction: column;
    padding: 20px;
    font-size: 20px;
    max-width: 500px;
    padding-top: 50px;
    overflow: auto;
    transition: 0.3s all;
}
.mobile-nav-close{
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 32px;
}
.mobile-nav a{
    padding:10px 0;
}
.legales-modal,
.schema-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
}
.legales-link{
    cursor: pointer;
}
.legales-modal .modal-inner{
    max-height: 90%;
    height: initial;
    padding: 50px;
    overflow: auto;
    align-items: flex-start;
}
.modal-txt{
    font-size: 14px;
}
.modal-txt b{
    font-size: 15.6px;
}
.modal-inner{
    width: 90%;
    height: 90%;
    background-color: white;
    padding: 20px;
    position: relative;
    max-height: 900px;
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-close{
    text-align: right;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 6px;
}
.modal-inner img{
    max-height: 100%;
}
.orange-img{
    filter: invert(46%) sepia(96%) saturate(2576%) hue-rotate(2deg) brightness(105%) contrast(104%);
}
.cookie-banner{
    background-color: rgba(0,0,0,0.6);
    color: white;
    width: 100%;
    padding: 18px 15px;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 999999;
}
.cookie-banner a:hover{
    text-decoration: underline;
    cursor: pointer;
}
footer{
    background-color: #4a4a49;
    font-size: 14px;
    line-height: 22px;
    color: #f7f9fb;
    padding:40px 0;
}
.footer-title{
    font-size: 35px;
    line-height: 42px;
    color: #ff6f00;
    font-weight: 300;
    margin-bottom: 5px;
}
.footer-txt{
    max-width: 460px;
}
.footer-form{
    display: flex;
    flex-direction: column;
}
.footer-form input,
.footer-form textarea{
    padding: 10px 10px;
    width: 100%;
    border-radius: 5px;
    background-color: #5c5c5c;
    color: #f7f9fb;
    border: 0px;
    margin-bottom: 10px;
    max-width: 450px;
}
.footer-form textarea{
    min-height: 100px;
}
.footer-form button{
    outline: none !important;
    border:0px !important;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    padding: 9px 23px;
}
.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder{
    color: #c6c6c6;
}
.footer-form textarea:-ms-input-placeholder
.footer-form input:-ms-input-placeholder{
    color: #c6c6c6;
}
.footer-form input::placeholder,
.footer-form textarea::placeholder{
    color: #c6c6c6;
}
.footer-info{
    width: 100%;
}
.techinque-div{
    min-width: 60%;
}
@media screen and (max-width:767px){
    .legales-modal .modal-inner{
        padding:30px;
    }
    .custom-table{
        font-size: 12px;
        width:430px;
    }
    .price-tr{
        font-size: 12px;
        padding: 19px 3px;
    }
    .price-tr span{
        font-size: 15px;
    }
    .table-orange-bg{
        font-size: 13px;
        line-height: 16px;
    }
    .custom-table tr td {
        padding: 10px;
        padding-left: 10px;
    }
    .table-orange-bg {
        width: 34%;
    }
}
@media screen and (max-width:991.9px) {
    .service-card img{
        max-width: 50px;
    }
    .modal-inner{
        max-height: 110vw;
    }
    .teletransmission-section{
        padding-top:30px;
    }
    .orange-box {
        max-width: initial;
    }
    .tele-content-text{
        max-width: initial;
    }
    .reglements-left img{
        height: initial;
        top: 0;
        opacity: 0.4;
    }
    .reglements-left{
        padding-top: 30px;
    }
    .teletransmission-section{
        padding: 30px 0;
        overflow: hidden;
    }
    .footer-form input, .footer-form textarea,
    .footer-txt,
    .reglements-txt,
    .main-left .main-ul {
         max-width: initial;
    }
    .main-left {
        padding-top: 40px;
    }
    .main-img{
        max-width: 100%;
        margin-top: 0px;
    }
}
@media (min-width:767px) and (max-width:991.9px) {
    .service-card {
        min-height: 224px;
    }   
}
@media screen and (min-width:1440px){
    .main-img{
        position: absolute;
    }
    .main-left{
        padding-bottom: 150px !important;
    }
}