body
{
    /*background: #ffffff url(mairie.png) no-repeat center top;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-color: #ffffff;
}
.form-4 {
    /* Size and position */
    width: 317px;
    margin: 60px auto 30px;
    padding: 10px;
    position: relative;

    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: #5c7ea1;
    background: rgb(255, 254, 254);
    /* border-radius: 7px; */
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.39);
}

.form-4 h1 {
    font-size: 22px;
    padding-bottom: 20px;
}
.form-4 input[type=text],
.form-4 input[type=password] {
    /* Size and position */
    width: 95%;
    padding: 8px 4px 8px 10px;
    margin-bottom: 15px;

    /* Styles */
    border: 1px solid #4e3043; /* Fallback */
    border: 1px solid rgba(78,48,67, 0.8);
    background: rgba(0,0,0,0.15);
    border-radius: 2px;
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Font styles */
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: #fff;
    font-size: 13px;
}
.form-4 input::-webkit-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 input:-moz-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 input:-ms-input-placeholder {
    color: rgba(37,21,26,0.5);
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
}

.form-4 input[type=text]:hover,
.form-4 input[type=password]:hover {
    border-color: #333;
}

.form-4 input[type=text]:focus,
.form-4 input[type=password]:focus,
.form-4 input[type=submit]:focus {
    box-shadow: 
        0 1px 0 rgba(255,255,255,0.2), 
        inset 0 1px 1px rgba(0,0,0,0.1),
        0 0 0 3px rgba(255,255,255,0.15);
    outline: none;
}

/* Fallback */
.no-boxshadow .form-4 input[type=text]:focus,
.no-boxshadow .form-4 input[type=password]:focus {
    outline: 1px solid white;
}


.form-4 input[type=submit] {
    /* Size and position */
    width: 95%;
    padding: 8px 5px;
    
    /* Styles */
    background: #0c345f;
    /* background: linear-gradient(rgb(128, 159, 191), #0c345f); */
    border-radius: 5px;
    border: 1px solid #0c345f;
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.4), 
        0 2px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease-out;

    /* Font styles */
    color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    font-size: 16px;
    font-weight: bold;
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    letter-spacing: 4px;
    background-color: #e9e9e9;
    color: black;
    border: 0px;
    padding: 7px;
    margin-left: 9px;
    border-radius: 2px;
    margin-right: 7px;
    border: 1px solid #a5a5a5;
}

.form-4 input[type=submit]:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.2), 
        inset 0 20px 30px rgba(52, 101, 174, 0.5);
}

/* Fallback */
.no-boxshadow .form-4 input[type=submit]:hover {
    background: #594642;
}

.form-4 label {
    display: none;
    padding: 0 0 5px 2px;
    cursor: pointer;
}

.form-4 label:hover ~ input {
    border-color: #333;
}

.no-placeholder .form-4 label {
    display: block;
}
.bas_de_page
{border-top: 1px solid red;position: fixed;bottom: 0px;width: 100%;height: 2em;background-color: rgb(92, 126, 161);}

.texte_bas_de_page
{color: rgb(255, 255, 255);font-family: arial;font-size: 12px;position: absolute;top: 10px;right: 50px;font-style: italic;letter-spacing: 1px;}

.logo_bas_de_page
{
    float: left;
position: relative;
left: 25px;
top: 3px;
}

.entete
{
 /* border: 1px solid red; */
 height: 7em;
 width: 23em;
 margin-left: auto;
 margin-right: auto;
}
.logo_polemicro
{/* border: 1px solid red; */width: 12em;float: left;margin-left: 2em;margin-top: 4px;}
.logo_polemicro img
{/* border: 1px solid red; */width: 5em;/* float: left; */}
.logo_logiciel
{/* border: 1px solid red; */width: 229px;/* float: left; */margin-left: auto;margin-right: auto;}
.logo_logiciel img
{/* border: 1px solid red; */width: 229px;/* float: left; */margin-left: auto;margin-right: auto;}
.cote
{
    display: none;
    width: 13em;height: 21em;float: left;/* border: 1px solid red; *//* width: 317px; */margin: 60px 13px 30px;padding: 10px;position: relative;font-family: 'Raleway', 'Lato', Arial, sans-serif;color: #5c7ea1;background: rgb(255, 254, 254);/* border-radius: 7px; */text-shadow: 0 2px 2px rgba(0,0,0,0.3);box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.39);}

.texte_logiciel
{/*  */width: 24em;margin-left: auto;margin-right: auto;font-family: tahoma;margin-top: 1em;}

.recaptcha
{
 /* border: 1px solid red; */
 width: 302px;
 margin: auto;
}

#container
{
    text-align: center;
}

.rgpd
{
margin: auto;
    width: 36%;
    text-align: center;
    margin: 60px auto 30px;
    padding: 10px;
    position: relative;
    font-family: 'Raleway', 'Lato', Arial, sans-serif;
    color: #5c7ea1;
    background: rgb(255, 254, 254);
    /* border-radius: 7px; */
    /*text-shadow: 0 2px 2px rgb(0 0 0 / 30%);*/
    box-shadow: 2px 2px 8px rgb(0 0 0 / 39%);
font-size: 0.8em;
}

.rgpd li
{
    text-align:left;
}