#infolettre_en .frame_infoletter{
    width: 410px;
    margin: 0 auto;
    position: relative;
    min-height: 300px;
}
input::-webkit-input-placeholder {   color: #fff;text-align:center}
input::-moz-placeholder {   color: #fff;text-align:center}
input:-ms-input-placeholder {  color: #fff;text-align:center}
input:-moz-placeholder {   color: #fff;text-align:center}
#infolettre_en .titre_newsletter{
    display: block;
    text-align: center;
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3vh;
}
#infolettre_en .description_newsletter{
    display: block;
    font-size: 13px;
    color: #fff;
    margin-bottom: 3vh;
    text-align: center;
}
#infolettre_en .champ_newsletter {
    clear: both;
    display: block;
    margin: 0 auto 4vh;
    width: 100%;
    line-height: 40px;
    height:40px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}
#infolettre_en .inscription_newsletter{
    width: 130px;
    height: 40px;
    background: #FFFFFF;
    margin: 0 auto 10vh;
    display: block;
    clear: both;
    text-align: center;
    line-height: 40px;
    color: #0000FF;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
}
#infolettre_en .inscription_newsletter:hover{background: #7F7F7F;}

#infolettre_en .msg_infolettre {
    display: block;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
#infolettre_en .erreur{color:#323232;}
#infolettre_en .succes{color:#323232;}

@media only screen and (max-width: 768px){
#infolettre_en .frame_infolettre{width: 100%;}
}