/* [Mod Contact layout & classes] */
/*Configuration generale pour la page contact*/
/*For homepage (2 columns)*/
/* OYILI Website's color palette : coolors.co/17252a-649E9C-ffb445-EAF5FF-feffff */
/* Redefining the html tags */
:root {
  --primary: #ddd;
  --dark: #333;
  --light: #faf9f7;
  --lighter: #fff;
  --contrast: $color5;
  --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  --max: 100%;
  --half: 50%;
  --quarter: 25%; }

/*@mixin border-radius($rTop:false, $rRight:false, $rBottom:false, $rLeft:false){
  -webkit-border-radius: $rTop $rRight $rBottom $rLeft;
  -moz-border-radius:  $rTop $rRight $rBottom $rLeft;
  -o-border-radius:  $rTop $rRight $rBottom $rLeft;
  -ms-border-radius:  $rTop $rRight $rBottom $rLeft;
  -khtml-border-radius:  $rTop $rRight $rBottom $rLeft;
  border-radius:  $rTop $rRight $rBottom $rLeft;
}*/
/**************************************************** 
				* From TownPress *
*****************************************************/
/**************************************************** 
				* Customized mixins *
*****************************************************/
/*  Media queries */
table.form-contact {
  width: 98%;
  border: 0;
  padding: 1%; }
  table.form-contact tbody tr {
    border: 0;
    padding: 5px 0; }
    table.form-contact tbody tr th {
      border: 0;
      background-color: transparent;
      text-transform: none;
      text-align: right;
      color: #2c3e50; }
    table.form-contact tbody tr td {
      border: 0; }

.fieldset {
  border: #2c3e50 1px solid;
  margin: 10px;
  padding: 10px 20px 0 10px; }
  .fieldset legend {
    padding: 0 10px;
    color: #2D9DDD;
    font-weight: bold; }

.frmLine {
  margin-bottom: 10px;
  padding: 5px; }

.frmLabel {
  padding: 0 0 0 10px;
  text-aligh: right; }
  .frmLabel span {
    background-color: transparent;
    text-align: right;
    margin: 0 5px 0 0;
    padding: 0;
    height: 0;
    display: inline; }

textarea {
  height: 200px; }

select {
  padding: 5px; }

.page_contact {
  margin-right: 10px;
  border: #ccc 1px solid;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 10 10 10 10;
  -moz-border-radius: 10 10 10 10;
  -o-border-radius: 10 10 10 10;
  -ms-border-radius: 10 10 10 10;
  -khtml-border-radius: 10 10 10 10;
  border-radius: 10 10 10 10; }

.page_contact_title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 1.39em;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10 10 10 10;
  -moz-border-radius: 10 10 10 10;
  -o-border-radius: 10 10 10 10;
  -ms-border-radius: 10 10 10 10;
  -khtml-border-radius: 10 10 10 10;
  border-radius: 10 10 10 10;
  background-color: #559ec1; }

.page_contact_content {
  padding: 10px; }

/*  GO FULL WIDTH AT LESS THAN $maxWidth 480 PIXELS */

/*# sourceMappingURL=contact.css.map */
