/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-April-2017, 11:33:00
    Author     : David B
*/
.merci {
  background: #d6ece7;
  border: 1px solid #bad6dc;
  padding: 50px 25px;
  margin-top: 100px;
  color: #294b52;
  border-radius: 2px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.05em; }

input:focus, textarea:focus {
  outline: -webkit-focus-ring-color auto 0px; }
