@charset "utf-8";

/* INFOLETTRE */
div#infolettre-inscription-wrap {
    display: block;
    width: 90%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background-color: #fdfdfe;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    border: 5px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    padding-bottom: 280px;
    background-position: center bottom;
    background-image: url(../images/bg-infolettre-inscription-wrap.jpg);
    background-repeat: no-repeat;
    box-shadow: 0px 0px 3px #dddddd;
}
div#infolettre-inscription-wrap div.infolettre-input input {
    margin-bottom: 30px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 17px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #dddddd;
    background-image: url(../icon/infolettre-bleu.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 30px auto;
}
div#infolettre-inscription-wrap div.infolettre-input input::placeholder {
    color: #000000;
    opacity: 0.6;
    font-size: 17px;
    font-style: italic;
    text-align: left;
}
/* INFOLETTRE END */






/*
#335577;
#0088b6;
#d9f0fd;
*/






