/*
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
*/
h2 {
    font-family: subtitleFont;
    font-weight: unset;
    font-size:16px;
    margin-top:20px;
    margin-bottom:0px;
}
.sectionMainvisu {
    opacity:100%;
}
.logoli {
    display:block;
}
.ulmenutop {
}
.fixednav {
    text-align:left;
    height:60px;
}
.sectionBlockCGU {
    position:absolute;
    float:left;
    top:120px;
    left:100px;
    width:600px;
    height:400px;
    padding:30px;
}
.sectionCGU {
    position:relative;
    float:left;
    width:100%;
    font-size:18px;
    height:330px;
}
.buttonContact {
    width:100%;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    text-align: center;
    background-color: black;
    color:white;
    height:40px;
    padding-top: 0px;
    margin-top:20px;
    cursor: pointer;
    border: none;
}
.contactInput{
    width:100%;
    background-color: transparent;
    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;
}
.contactNote{
    width:100%;
    background-color: rgb(255,255,255);
    background-color: transparent;
    border: none;
    border-bottom-color: grey;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom:20px;
    font-family: normalFont;
    font-size:16px;
}
