body.logPage .blocCont {
  width: 100%;
  height: auto;
  margin-bottom: 300px;
}
@media screen and (max-width: 780px) {
  /* line 848, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body.logPage .blocCont {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}
body.logPage .blocCont.contact {
  padding: 10px; 
  color: white;
  background-color: #232C32;
}
body.logPage .blocCont.contact h1 {
  color: #EE7F18;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 780px) {
  /* line 892, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body.logPage .blocCont.contact {
    margin-bottom: 40px;
    padding: 10px 20px 40px 20px;
  }
}
label {
  display: block;
  padding-bottom: 3px;
}
body.logPage .blocCont.contact input {
  width: 50%;
  height: 45px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: none;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(42, 47, 51, 0.1);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
#i_message {
  width: 50%;
  height: 80px;
  text-align:center;
  resize: none;
}

/* line 906, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
body.logPage .blocCont.contact input[type="submit"] {
  display: inline-block;
  width: 30%;
  height: 50px;
  margin-top: 10px;
  background: #3D4A51;
  box-shadow: 0 2px 4px 0 rgba(42, 47, 51, 0.2);
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 45px;
}

@media screen and (max-width: 780px) {
  /* line 900, Users/arnaudmillan/Documents/0-Pixaphonie/htdocs/fonroche/style/style.scss */
  body.logPage .blocCont.contact input {
    width: 100%;
  }
  #i_message {
    width: 100%;
  }
  
}
#i_checkbox {
  transform: scale(0.5);
}

.return_btn {
  display: inline-block;
  width: 13%;
  height: 35px;
  margin-top: 10px;
  background: #3D4A51;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  color: white;
  line-height: 16px;
  font-size: 12px;
}