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

body{ 
    background-color: #3A3A3A;
 }
 
 .blockOptincanal{
    display: none;
}

.main_view{
    background-color: #48235E;
    background-image: url('../../../../images/game/rtm/carnaval25/bg_plumes.png');
    -webkit-box-shadow: 1px 0px 38px 7px #302e2e; 
    box-shadow: 1px 0px 38px 7px #302e2e;
    min-height: 100vh;
    font-family: "Gill_Sans";
    background-repeat: repeat-y;
    background-size: 100%;
    color: #fff;
    background-attachment: scroll;
    overflow-x: hidden;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    color: #000;
}

.txt_raleway{
    font-family: 'Raleway';
 }

.bgForm{
    background-color: white;
    border-radius: 20px;
}

.txt_form{
    color: #747474;
    font-size: 18px;
    font-weight: 500;
}

.txt_label{
    color: rgba(35, 34, 34, 0.868);
    font-weight: 600;
    font-size: 15px;
}

.txt_option{
    color: rgba(35, 34, 34, 0.868);
    font-weight: 600;
 
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="month"]{
    background-color: #F7F7F7;
    border: none;
 }

 .form-select {
    border: none;
    background-color: #F7F7F7;
 }

 .txt_enonce{
    color: #747474;
    font-weight: 500;
    font-size: 20px;
 }

 .bgGare{
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../../../../images/game/rtm/carnaval25/gare.png');
 }

 #lottie{
    width:100%;
    height:250px;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

