﻿#divBandeauIdentification #innerBandeau {
    max-width: 950px;
}

.btnFR{


}
.btnFR a, .btnDE a{
    font-size: 25px;
    color: #162a83;
    text-decoration: none;
}

.sep {
    font-size: 25px;
    color: #162a83;
}

.btnFR a.on, .btnDE a.on{
    color: #fff;
}


.lkContact {
    font-size: 1.2em;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.lkContact a {
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}

.lkContact a:hover {
    text-decoration: underline;
}

#associationRS{
    font-weight: bold;
    text-align: center;
}

#divBienvenue {
    background-color: #84bd00;
    color: #fff;
    padding: 10px 40px;
}

#TextBienvenue {
    color: #8dc63f;
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
}

#div_PaysResidence {
    /*text-align: center;*/
    margin-bottom: 20px;
}

#div_PaysResidence select{
    color: #162c81;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 15px;
    text-align: left;
    text-transform: uppercase;
    width: 250px;
}


#formConnexion
{
    height: 590px;
    position: relative;
}

#formConnexion > .divForm > label
{
    font-size: 25px;
}

#imgAccueil
{
    background-color: #fff;
    height: inherit;
    opacity: 0.3;
    position: absolute;
    width: 100%;
}

#divOuterLogin{
    background-image: url("images/imgAccueil.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 25% 0 20%;
}

#divInnerLogin{
    background-color: #ffffff;
    border-bottom: 2px solid #8dc63f;
    border-top: 2px solid #8dc63f;
    padding: 5px;
}

#outerConnexion
{
    padding: 100px 40px 0; 
    position: relative;
}

#titleConnexion
{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    text-shadow: 2px 2px 0px #ffffff;
}


#formInscription
{
    background-color: #84bd00;
    font-size: 20px;
}

#outerInscription
{
    padding: 10px 40px; 
}

#innerConnexion
{
    margin-top: 120px;
}

#titleInscription
{
    margin: 10px 0; 
    font-weight: bold; 
    font-size: 30px;
}

.labelLogin
{
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 0;
    width: 160px;
}

.tbLogin
{
    color: #162c81;
    font-size: 20px;
    width: 100%;
}

.lkForget {
    color: #8dc63f;
    font-weight: bold;
}

.lkForget:hover {
    color: #000;
    text-shadow: none;
}

.chklist300pxnoheight {
    overflow: hidden;
    width: auto;
}
@media screen and (max-width: 500px) {    
    #divOuterLogin {
        padding: 50% 0 0;
    }
}

@media screen and (max-width: 950px) {

    .btnFR a, .btnDE a{
        font-size: 25px;
    }

    .sep {
        font-size: 25px;
    }

    .lkContact {
        font-size: 15px;
        position: relative;
    }

    .lkContact a {
        font-size: 12px;
        margin-top: 10px;
    }


    #TextBienvenue {
        font-size: 18px;
    }

    #divOuterLogin {

    }

    #divInnerLogin{

    }

    #outerConnexion
    {

    }


    #formConnexion
    {
        height: auto;
    }

    #formConnexion > .divForm > label
    {
        font-size: 20px;
    }


    #titleConnexion
    {
        font-size: 20px;
    }


    #formInscription
    {
        font-size: 15px;
    }

    #titleInscription
    {
        font-size: 20px;
    }

    .tbLogin
    {
        font-size: 15px;
        width: 100% !important;
    }

    #outerConnexion
    {
        padding: 2em; 
        width: auto;
    }

    #innerConnexion
    {
        width: auto;
        margin: auto !important;
    }
        
    #outerInscription{
        width: auto;
        margin: auto !important;
    }

}