/* ==========================================================================
   Fichier CSS3 RESET
   ========================================================================== */

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

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

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

/* Add an outline only when it should be visible */
:focus-ring {
  outline: 2px solid blue;
}

body {
  font-size: 100%;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: -.003em;
}

@media print {
  .header {
    position: static;
  }
  nav {
    display: none;
  }
  /* Affiche les liens a l'impression */
  a[href^="http"]:not([href*="mywebsite.com"])::after {
    content: " (" attr(href) ")";
  }
}

/* Permet de cacher des elements aux lecteurs mais pas aux navigateurs */
.visually-hidden {
  /* Remove the item from normal flow */
  position: absolute;
  /* Workaround for falsely pronounced, smushed text */
  white-space: nowrap;
  /* Set it to the smallest possible size (some screen readers ignore elements with zero height and width) */
  width: 1px;
  height: 1px;
  /* Hide overflowing content after resizing */
  overflow: hidden;
  /* Reset any property that may change the elements size */
  border: 0;
  padding: 0;
  /* Clipping defines what part of an element should be displayed. */
  /* Deprecated clip property for older browsers */
  clip: rect(0 0 0 0);
  /* clip-path for newer browsers. inset(50%) defines an inset rectangle that makes the content disappear.  */
  clip-path: inset(50%);
}


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


body {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    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: 10px 20px;
}

body.site {
    border-top: 0px !important;
}

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

a:hover, a:focus {
    color: #1f1d22 !important;
    font-weight: normal;
}

p a {
  color: #1f1d22 !important;
  font-weight: bold;
  border-bottom: 1px solid #e1afae;
  transition: background .15s cubic-bezier(.33,.66,.66,1);
}

p a:hover {
  background: #e1afae;
}


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

h2 {
    font-family: "Segoe UI", Arial, sans-serif !important;
    border-bottom: 1px solid #FFF;
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: lighter;
    color: #1f1d22 !important;
    padding-bottom: 5px;
}

h3 {
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600; 
    color: #e72b10 !important;
    padding-bottom: 5px;
}


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

.navigation {
    margin-top: 3rem;
    transition: padding 0.5s ease-in-out;
    z-index: 199;
}

.affix {
  top: 0px;
  left: 0px;
    margin-top: 0px !important;
  position: fixed;
  background-color: #FFF;
  box-shadow: 0px 3px 0px #A6A6A6;
  padding: 0px;
  width: 100%;
}

.affix ul {
  width: 980px;
  margin: 0 auto;
}

.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: #e72b10 !important;
  font-weight: 700;
  border: 2px solid #e72b10;
}

.nav-pills > li > a {
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;    
    padding: 8px !important;
}

span.separator {
    color: #e72b10 !important;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    padding: 8px !important;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    line-height: 14px;
    display: block;
}

.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_91 {
  background-color: #e72b10 !important;
}


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

.span12 {
    float: none;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.activites {
    background: #333;
    color: #FFF !important;
}
.activites h2 {
    color: #FFF !important;
}

.box {
  border: 1px solid #e1afae;
  padding: 20px;
    width: 40%;
}



/* ==========================================================================
   Banner
   ========================================================================== */

p.banner {
  height: 250px;
  overflow: hidden;
}

.banner img {
  margin-top: -28%;
}

/* ==========================================================================
   Tabs
   ========================================================================== */


ul.sprocket-tabs-nav {
  background-color: #FFF;
  border: 0px;
}

span.sprocket-tabs-inner {
  border: 0px !important;
}

span.sprocket-tabs-text {
  color: #515F67 !important;
  font-weight: bold;
}

.sprocket-tabs-nav > li > .sprocket-tabs-inner:hover {
  border-radius: 0px;
  border-bottom: 2px solid #515F67 !important;
}

.sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  border-radius: 0px;
  background-color: #FFF;
  border-bottom: 2px solid #b93433 !important;
}
.sprocket-tabs-nav > li.active > .sprocket-tabs-inner > span.sprocket-tabs-text {
  color: #b93433 !important;
}


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

footer.footer {
  background: #2d3d4a;
  color: #FFF;
  font-size: 12px;
  padding: 5px;
}

ul.nav.sousmenu {
  text-align: center;
}

ul.nav.sousmenu li {
  display: inline-block;
  padding: 2%;
}


/* ==========================================================================
   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: #b93433 !important;
  border: 0px !important;
  text-transform: uppercase;
  text-align: center;
}

/* ==========================================================================
   Media queries
   ========================================================================== */

@media (max-width: 768px) {

    td {
        float: left;
        width: 90% !important;
        padding-left: 10px;
    }
    
    .navigation {
        width: 100%;
    }
    
    .affix {
      top: none;
      left: none;
      position: inherit;
      background-color: transparent;
      box-shadow: none;
      padding: 0;
      width: 100%;
    }
    
    .affix ul {
      margin-left: 0;
    }
    
    .nav-child.small {
      font-size: 13px;
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
    }
    
    .header .nav-pills > li > a, 
    .header .nav-pills > li:last-child > a {
        border-bottom: 0 !important;
        border: 0 !important;
    }
    
    .sprocket-tabs-nav li {
        float: none !important;
        display: inline;
    }
    
    .item-page div img {
    float: none !important;
}
    
}