/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 avr. 2022, 08:01:45
    Author     : jf
*/
body {
    background-color: rgb(242,196,49);
    background-color: rgba(242,196,49, 1.0);
}
h1 {
    font-size:18px;
    
}
h2 {
    font-family: subtitleFont;
    font-weight: unset;
    font-size:12px;
    margin-top:20px;
    margin-bottom:0px;
}
.sectionMainvisu {
    opacity:100%;
}
.logoli {
    display:block;
}
.ulmenutop {
}
.fixednav {
    text-align:left;
    height:60px;
}
.sectionMainconnect {
    width:100%;
    height:100%;
    float:left;
    position:relative;
}
.labelConnect {
    width:180px;
    position:relative;
    float:left;
    margin-left:25px;
}
.sectionLogo {
    position:absolute;
    float:left;
    top:25%;
    margin-left:-175px;
    margin-top:-175px;
    left:25%;
    width:480px;
    height:480px;
}
.sectionConnect {
    position:absolute;
    float:left;
    top:50%;
    margin-left:-175px;
    margin-top:-175px;
    left:50%;
    width:350px;
    height:275px;
    padding-top:75px;
    background-color: white;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    text-align: center;
}
.sectionContact {
    position:relative;
    float:left;
    width:100%;
    font-size:16px;
}
.buttonConnect {
    width:180px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    text-align: center;
    background-color: rgb(235,122,110);
    background-color: rgba(235,122,110,1.0);
    color:black;
    height:25px;
    padding-top: 0px;
    margin-top:5px;
    cursor: pointer;
    border: none;
}
.connectInput, .connectInput:focus{
    width:180px;
    border: none;
    border-bottom-color: grey;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height:20px;
    margin-bottom:20px;
    font-family: normalFont;
    font-size:16px;
    background-color: rbg(255,255,255);
    background-color: rbga(255,255,255,1.0);
    outline-style:none;
    outline-color: rbga(255,255,255,1.0);
}
.lowH {
    margin-bottom:10px;
}
.bottomConnect{
    width:100%;
    padding-top: 10px;
    height:50px;
    position:fixed;
    bottom:0px;
    background-color: rgb(32,32,30);
    background-color: rgba(32,32,30,1.0);
    border: none;
    font-family: normalFont;
    font-size:14px;
    text-align: center;
    color:white;
}
.linkBackSite, a.linkBackSite {
    text-decoration: underline dotted;
    color:white;
    font-size:16px;
    font-variant-caps: small-caps;
}
.messerrc {
    width:100%;
    font-size:18px;
    font-variant:small-caps;
    color:rgba(150,42,34,1.0);
    color:rgb(150,42,34);
    margin-top:10px;
}
