.style {
    padding: 4px;
}
.paragraph_style {
    color: #52575c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    opacity: 1.00;
    padding-bottom: 12px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.paragraph_style_1 {
    color: #666;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    opacity: 1.00;
    padding-bottom: 12px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}
/* Page merci */

.paragraph_style_3 {
    color: #52575c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    opacity: 1.00;
    padding-bottom: 12px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.textarea_1 {
    width: 400px;
    height: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}

.textarea_2 {
    width: 400px;
    height: 100px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    resize: none;
    
}

/* formulaire non valide */

.textarea_3[type=text] {
    width: 400px;
    height: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    border-color:red;
}

.textarea_4 {
    width: 400px;
    height: 100px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    resize: none;
    border-color:red;
}

/* formulaire */

input[type=text] {
    padding:5px; 
    border:2px solid #FFF; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}

input[type=text]:focus {
    border-color:#000;
    outline: none;
}

input[type=submit] {
	color: #52575c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    padding:5px 15px; 
    background:#FFF; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

textarea {
    padding:5px; 
    border:2px solid #FFF; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #52575c;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    outline: none;
}

textarea :focus {
    border-color:#0c4012;
	outline: none;
}
