/*******************************************************************************
 * Global styles
 ******************************************************************************/
*
{
  font-family:Arial, Helvetica, sans-serif;
}
#wrap
{
  margin:10px auto;
  padding-top:20px;
  padding-bottom:10px;
}
#content
{
  padding-top:0;
  padding-bottom:0;
}
.unbreakable
{
  white-space:nowrap;
}
.nouaceur-green
{
  color:#62a70f !important;
}
.page-header
{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:1px solid #333;
  margin-bottom:30px;
}
.page-header-text
{
  padding:10px 30px 5px 30px;
  color:#ccc;
  height:auto;
}
.page-header-text h3
{
  width:auto;
}
h1, h2, h3, h4
{
  font-weight:bold;
}
h2
{
  margin-top:0;
  padding-top:0;
  line-height:normal;
}
p
{
  text-align:justify;
  margin-bottom:10px;
}
ul
{
  padding-top:0;
  margin-top:0;
}
.errormsg
{
  color:#f00;
}

/*******************************************************************************
 * Header
 ******************************************************************************/
#header .logo
{
  margin-top:20px;
}
#header .menu
{
  width:100%;
  max-width:700px;
  text-align:right;
  margin-top:20px;
}

/*******************************************************************************
 * Footer
 ******************************************************************************/
#footer
{
  border-top:1px solid #333;
  margin-top:10px;
  padding-top:10px;
}
#footer .span3
{
  padding-bottom:30px;
}
#footer h5
{
  margin-bottom:5px;
}
#footer p
{
  padding:0;
  margin:0;
}
#footer ul
{
  padding:5px 0 5px 10px;
  margin:0;
}
#footer address
{
  padding:0;
  margin:0;
}
#footer #deema-logo
{
  padding:10px 0 0 0;
  margin:0;
  text-align:right;
}

/*******************************************************************************
 * Accueil
 ******************************************************************************/
#accueil-slideshow {}
  #accueil-slideshow .flexslider
  {
    margin-bottom:0;
  }
  #accueil-slideshow img
  {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px solid #333;
  }
  #accueil-slideshow .slidetext
  {
    padding:10px 0 15px 30px;
    color:#ccc;
    height:35px
  }
  #accueil-slideshow ul.flex-direction-nav
  {
    padding-top: 35px;
  }

/*******************************************************************************
 * Projet
 ******************************************************************************/
#projet-cover {}
#projet-projet {}
  #projet-projet img
  {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px solid #333;
  }
#projet-plans
{
}
  #projet-plans .headline
  {
    margin:20px 0;
  }
  #projet-plans img
  {
    padding:5px;
  }

/*******************************************************************************
 * Services
 ******************************************************************************/
#services-cover {}
#services-services {}
  #services-services img
  {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px solid #333;
    margin-bottom:20px;
  }

/*******************************************************************************
 * Situation
 ******************************************************************************/
#situation-cover {}
#situation-situation {}
  #situation-situation p
  {
    padding-right:30px;
  }
  #situation-plan img
  {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px solid #333;
    margin-bottom:20px;
  }

/*******************************************************************************
 * Galerie
 ******************************************************************************/
#galerie-cover {}
#galerie-title {}
#galerie-galerie {}
  #galerie-galerie img
  {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px solid #333;
  }
  #galerie-galerie p
  {
    margin-bottom:5px;
  }
  #galerie-galerie p.show-gallery
  {
    margin-bottom:30px;
  }

/*******************************************************************************
 * Contact
 ******************************************************************************/
#contact-cover {}
#contact-coordonnees 
{
  margin-bottom:30px;
}
  #contact-coordonnees p
  {
    margin-bottom:10px;
  }
#contact-brochure 
{
  padding:15px 10px;
  background-color:#eee;
  border:1px solid #ddd;
}
#contact-formulaire
{
  padding:0 auto;
  margin-left:50px;
}
  #contact-formulaire form
  {
    border:none;
    padding:0;
    margin:0;
  }
  #contact-formulaire fieldset
  {
    padding:0;
    margin:0;
  }
  #contact-formulaire label
  {
    padding:0;
    margin:0;
  }
  #contact-formulaire input, #contact-formulaire textarea
  {
    width:90%;
    margin-top:0;
  }
  #contact-formulaire input.btn
  {
    width:95%;
    background-color: #eee;
    background-image: -webkit-linear-gradient(bottom, #eee 0%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(bottom, #eee 0%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(bottom, #eee 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #f7f7f7 100%);
    background-image: linear-gradient(bottom, #eee 0%, #f7f7f7 100%);
  }

