:root {
    --color-pls-blue: #408FF6; /* Déclaration d'une variable css*/    
    --color-pls-blue2: #4B7EBD;
    --color-pls-blue3: #3E5F8A;
    --color-title: white;
}



body{
    margin: 0;
    padding: 0;
    font-size: 2em;
}

#main{
    margin: 0 auto;
    margin-top: 5px;
    width: 95%;
}

h1,h2,h3,h4,h5{
    padding: 0;
    margin: 0;
    color: var(--color-title);
}
h1{
    font-size: 2.5em;
}
h2{
    font-size: 2em;    
}
h3{
    font-size: 1.5em;    
}
label{
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    width: 40%;
}
input, select, textarea, a.btn{
    border-color: var(--color-pls-blue3);
    color: var(--color-pls-blue3);
    border-radius: 10px;
    width: 50%;    
    font-size: 0.8em;
    vertical-align: middle;
    text-decoration: none;

    margin: 2px;
}
input[type="submit"], a.btn{
    background-color: var(--color-pls-blue2);
    font-weight: bold;    
    font-size: 1em;
    color: white;
    cursor: pointer;
}
input[type="submit"]:hover, a.btn:hover{
    background-color: var(--color-pls-blue3);
}
input[type="text"]:read-only{
    background-color: #DDD;
}
a{
    color: var(--color-pls-blue2);
}
a.btn{
    border: 2px solid var(--color-pls-blue3);
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
textarea{
    height: 100px;
}


.center, p.center{
    text-align: center;
}
p.error, .red{
    font-weight: bold;
    color: red;
}

.u{
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}

table{    
    width: 100%;
    font-size: 1em;
    border:0;
}
tr{
    border-bottom: 1px solid gray;
    margin: 0;
}
td{
    text-align: center;
    margin: 0;
}
table tr:nth-child(odd){
    background-color: #CCC;
}
table tr th{
    background-color: var(--color-pls-blue3);
}
table tr:hover{
    color: var(--color-pls-blue3);
    font-weight: bold;
}
table tr th:hover{
    color: white;
}
table img.icon{
    height: 25px;
}

img.icon{
    height: 35px;
}
img.icon2{
    height: 35px;
}

.clear{
    clear: both;
}
.redStar{
    color: red;
    font-weight: bold;
}

.size25{
    width:25%;
}
.size50{
    width:50%;
}
.size75{
    width:75%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.id{
    font-size: 0.7em;
}



/***** STRUCT *****/
#header{
    margin: 0 auto;
    width: 98%;
    height: 12%;
    background-color: var(--color-pls-blue2);
    padding: 1%;
    border-radius: 30px 30px 0px 0px;
}
#menuIcon{
    margin: 0 auto;
    width: 98%;
    background-color: var(--color-pls-blue);
    padding: 1%;
    /*height: 10%;*/
    text-align: center;
}
@media only screen and (max-width: 850px) {
    #menuIcon{
        display: none;
    }

}
#menuIcon img{
    height: 10%;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
}
#menuMobile{
    display: none;
    position: absolute;
    width: 95%;
    max-height: 80%;
    overflow-y: scroll;    
    overflow-x: hidden;   
    z-index: 5;
}
#menuMobile a{
    display: block;
    background-color: var(--color-pls-blue2);
    text-align: center;
    padding: 1%;
    font-size: 2em;
    text-decoration: none;
    font-weight: bold;
    color: white;
    border-bottom: 2px solid var(--color-pls-blue3);
}
#menuMobile a:hover{
    background-color: var(--color-pls-blue3);
    color: var(--color-pls-blue);
}
#content{
    margin: 0 auto;
    width: 100%;
    background-color: #EEE;
    /*padding: 1%; */
    color: black;
}
#content h1,#content h2,#content h3,#content h4,#content h5{
    color: var(--color-pls-blue3);
}
#footer{
    margin: 0 auto;
    width: 98%;
    background-color: var(--color-pls-blue3);
    color: white;
    padding: 1%;
    font-size: 1.5em;
    border-radius: 0px 0px 40px 40px;
}



a#JVlogo{
    position: relative;
    float: left;
}
a#JVLogo img{
    top: -2%;
    left: -2%;
    height: 100%;
}
#byPLS{
    color: white;
    font-size: 1em;
    font-weight: bold;
}

#menuLogo{
    position: relative;
    top: -2%;
    left: -2%;
    height: 100%;
    float: right;
}

#adminLogin{
    text-align: center;   
}
/***** fin STRUCT *****/




/***** CLASS MULTI *****/
.popup{
    display: none;
    position: absolute;
    top: 30%;
    left: 15%;
    background-color: white;
    border: 20px solid #DDD;

    margin: 1% auto;
    width: 70%;
    padding: 10px;

    box-shadow: 0px 0px 20px 0px black;
    border-radius: 15px;
    font-size: 0.8em;
}
.popup form p{
    margin: 0;
}
img.popupClose{
    /*position: relative;*/
    float: right;
    top: -37px;
    right: -37px;
    height: 40px;
    z-index: 1;
}
.popupFixed{
    display: none;
    background-color: white;
    border: 20px solid #DDD;

    margin: 1% auto;
    width: 70%;
    padding: 10px;

    box-shadow: 0px 0px 20px 0px black;
    border-radius: 15px;
    font-size: 0.8em;


    position: fixed;
    top: 5%;
    left: 10%;
    margin: 0 auto;

    max-height: 83%;
    overflow-y: scroll;
    overflow-x: hidden;
}
/***** fin CLASS MULTI *****/




/***** BO - USER *****/
#userEdit{  
}
/***** fin BO - USER *****/




/***** WEBSITE - ONE PAGE *****/
div.OP{
    padding: 25px;
}
#OP_1{  
    background-color: var(--color-pls-blue3);
    color:white;
}
#OP_1 h1, #OP_1 h2{
    color: white;
}
#OP_1 img{        
    margin: 0 auto;
    margin-top: 10px;
    width: 75%;
    float: none;
    border-radius: 25px;

    box-shadow: 0px 0px 35px #444;
}
#OP_2{  
    color: var(--color-pls-blue3);
}
#OP_2 img{        
    margin: 0 auto;
    margin-top: 10px;
    width: 90%;
    float: none;
    border-radius: 25px;

    box-shadow: 0px 0px 35px #444;
}
#OP_3{  
    background-color: var(--color-pls-blue);
    color: white;
}
#OP_4{  
}
#OP_5{  
    background-color: var(--color-pls-blue);
    color: white;
    font-weight: bold;
}
#OP_5 img{        
    margin: 0 auto;
    margin-top: 10px;
    width: 70%;
    float: none;
    border-radius: 25px;

    box-shadow: 0px 0px 35px #444;
}
/***** fin WEBSITE - ONE PAGE *****/