body{
     font-family: 'titilliumtext22l_rgregular';
     background-color: #135A94;
     padding: 0;
     margin: 0;
     /*font-size: 2rem;*/
     text-transform: uppercase;
     color: white;
        }
 

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/*---------------- MAIN TITLE LEFT TOP ---------------*/
#div_main_title{
    color: #135A94;
    background-color: white;
    padding: 0;
    width:min-15em;
    text-align: center;
    position: absolute;
    top: 0;
    left:0;  
     background: url(../img/fin_losange_blanc.png) no-repeat bottom right; 
    background-size: contain;
    /*border:red solid thin;*/
    background-color: white;
}

#main_title_height{
    font-size: 2.5em;
    color: #135A94;
    font-weight: bolder;
    font-family: 'titilliumtext22lxbold';
    line-height: 1;
    
}

#main_title_txt{
    font-size: 1.2em;
    color: #135A94;
     font-family: 'titilliumtext22llight';
}


.div_main_title_start{
    margin: 1em;
}

.div_main_title_end{
    width:5em;
    height:4em;
    margin: 0;
   
}


#fx_alt{
   font-size: 1.5em;
   position: absolute;
   top:5%;
   
}
.col_3{
    left:45%;
}

.col_1{
    left:5%;
}

.line_1{
    top:2%;
}

.line_2{
    top:22%;
}

.line_3{
    top:60%;
}


.inline{
    display: inline-block;
    position: relative;
    float: left;
}
.clear{
    clear:both;
}

