* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clear {
  clear: both;
  display: table;
  content: ''; }

html {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none outside none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 8px 0; }

img {
  border: 0; }

#p_contact #top {
  background-image: url(../img/slider_copeaux.jpg); }

*::-webkit-input-placeholder {
  color: #666;
  transition: all .3s; }

*:-moz-placeholder {
  color: #666;
  transition: all .3s; }

*::-moz-placeholder {
  color: #666;
  transition: all .3s; }

*:-ms-input-placeholder {
  color: #666;
  transition: all .3s; }

*:focus::-webkit-input-placeholder {
  color: #a0b4b4; }

*:focus:-moz-placeholder {
  color: #a0b4b4; }

*:focus::-moz-placeholder {
  color: #a0b4b4; }

*:focus:-ms-input-placeholder {
  color: #a0b4b4; }

form div {
  padding: 10px 0; }

.error input, .error textarea {
  border-bottom: 1px solid #ca2100; }

.buble_error {
  color: #ca2100;
  font-size: 12px;
  margin-left: 150px;
  display: block; }

label {
  float: left;
  display: block;
  width: 150px;
  padding-top: 10px; }
  label span {
    color: #ca2100;
    padding-left: 3px; }

input, textarea {
  background-color: #fff;
  width: 390px;
  transition: all .3s;
  border: 0 none transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 5px 10px 5px;
  color: #252e2e;
  font-size: 13px; }
  input:focus, textarea:focus {
    border-bottom-color: #252e2e; }

textarea {
  font-family: "open sans";
  height: 150px; }

input:focus, textarea:focus {
  outline: 0; }

#f_submit {
  width: auto;
  border: 1px solid #666;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 15px;
  font-family: "open sans";
  cursor: pointer;
  border-radius: 4px;
  transition: all .3s; }
  #f_submit:hover {
    background-color: #f1f1f1;
    color: #000;
    border-color: #000; }
    .msg{
  padding:40px;
  text-align:center;
  color:#505050;
  }
