﻿#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 {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
}

#TextBienvenue_New {
    font-size: 16px;
    margin-bottom: 15px;
}

#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;
}

#imgPlage
{
    background-image: url("images/Plage.jpg");
    background-position: center 44%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

#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: #fff;
    font-weight: bold;
    padding: 2px;
    text-shadow: 2px 2px 4px #000;
}

.lkForget:hover {
    color: #000;
    text-shadow: none;
}

.chklist300pxnoheight {
    overflow: hidden;
    width: auto;
}

@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: 20px;
    }

    #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;
    }

    #outerConnexion
    {
        padding: 2em; 
        width: auto;
    }

    #innerConnexion
    {
        width: auto;
        margin: auto !important;
    }
        
    #outerInscription{
        width: auto;
        margin: auto !important;
    }

}