/* ==========================================================================
   Fichier CSS3 RESET
   ========================================================================== */
   
/*supprime toutes marges*/
*,
body.site {
padding: 0;
margin: 0;
}

/*supprime puces des listes*/
li {
list-style-type: none;
}

/* supprime toutes bordures */
fieldset,img { border : 0; }

/* supprime les déco des liens */
a:link, a:visited {
text-decoration: none;
}


/* ==========================================================================
   Style Site
   ========================================================================== */


body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #505050;
    background: #fff !important;
}

.body .container {
    border-radius: 0px;
    border: 0px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff;
    padding: 0px 20px;
}

.container {
  max-width: 1220px !important;
}

@media (min-width: 1200px) {
    .container, 
    .navbar-static-top .container, 
    .navbar-fixed-top .container, 
    .navbar-fixed-bottom .container {
        width: 1200px !important;
    }
}

::-webkit-selection { 
    color: #fff;  
    background: #2d3d4a; 
}
::-moz-selection { 
    color: #fff;  
    background: #2d3d4a; 
}
::selection { 
    color: #fff;  
    background: #2d3d4a; 
} 

a:hover, a:focus {
    color: #515F67 !important;
}

p a {
  color: #515F67 !important;
  font-weight: bold;
  border-bottom: 1px solid rgba(242, 152, 31, 0.51);
  transition: background .15s cubic-bezier(.33,.66,.66,1);
}

p a:hover {
  background: rgba(242, 152, 31, 0.51);
}

.brand h1 img {
    padding-top: 5px;
    height: 65px;
}

h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #505050 !important;
    padding-bottom: 5px;
}

h2 {
    font-family: Arial, sans-serif !important;
    border-bottom: 1px solid #FFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4b667c !important;
    padding-bottom: 5px;
}

h3 {
    font-family:  Arial, sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: lighter; 
    color: #f2981f !important;
    padding-bottom: 5px;
}

p {
    margin: 0px !important;
}


/* ==========================================================================
   Header
   ========================================================================== */

.navigation {
  padding: 0px;
  border-top: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 3%;
  transition: padding 0.5s ease-in-out;
  z-index: 199;
}

.navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary {
  background: #FFFFFF !important;
  color: #2d3d4a !important;
  font-weight: bold;
  border: 2px solid #f2981f;
}

.nav-pills > li > a {
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.navigation .nav > li > .nav-child:before {
  display: none;
}

.navigation .nav-child {
  background: #EEE;
  border: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  box-shadow: none;
}

.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
  background: #2d3d4a;
  color: #FFFFFF !important;
}


/* ==========================================================================
   Slider
   ========================================================================== */

span#pie_camera_wrap_95 {
  background-color: #f2981f !important;
}


/* ==========================================================================
   Wrapper
   ========================================================================== */


/* damien 20160209
.page-header {
  display: none;
}
*/
div#aside {
/*  background: #EEE;*/
  padding: 15px;
}

.responsive_map {
  height: 400px !important;
}

#block,
.petitbloc {
    margin-top: 3%;
}

.btn-primary {
  background: #f2981f!important;
  color: #FFF!important;
  font-weight: normal;
  border: 0px;
  border-radius: 0px;
  text-shadow: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer.footer {
  background: #e5e5e5;
  padding-bottom: 12px;
}


/* ==========================================================================
   Formulaires
   ========================================================================== */

.formResponsive .formHorizontal .formControlLabel {
  text-align: left !important;
  margin-left: 10px;
}

.formResponsive .formHorizontal .formControls {
  margin-left: 20px !important;
  float: left;
  width: 100%;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
  background: rgba(81, 95, 103, 0.21) !important;
  border-radius: 0px !important;
  color: #333!important;
  width: 85%;
  padding: 10px !important;
  box-shadow: none !important;
  border: 0px !important;
}

.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
  background: rgba(81, 95, 103, 0.21) !important;
  border-radius: 0px !important;
  color: #333!important;
  width: 85%;
  padding: 10px !important;
  box-shadow: none !important;
  border: 0px !important;
}

.formResponsive textarea {
  width: 85% !important;
}

.formResponsive input[type="submit"] {
  border-radius: 0px !important;
  background: #f2981f !important;
  border: 0px !important;
  text-transform: uppercase;
  text-align: center;
}


/* ==========================================================================
   Mon Compte
   ========================================================================== */

form#login-form {
  margin-top: 10px;
  float: right;
}

.login-greeting {
  background: #EEE;
  padding: 15px;
}

.logout-button {
  float: right;
}


/* ==============================================================
   Service
   ==============================================================*/

.moduletable_service{
   background-color: #f3f3f3;
    padding: 10px;
    margin-left: 20px;
}