/*
    PROJECT SPECIFIC CSS
*/

/* Global elements */
body {
    position:relative;
    line-height: 1.6em;
    font-family: Helvetica,Arial,sans-serif;
    background: linear-gradient(0deg, #AAAAAA, #FFFFFF 50%) fixed;
}

a {
    color:#94a300;
    text-decoration: none;
}

a:hover {
    color: #b1bf29;
    text-decoration: underline;
}

a.btn.popov {
    padding:0px 7px 0px 7px;
    margin-top:-4px;
    background-color: #132d4c;
    background-image: linear-gradient(to bottom, #1c4166, #08162c);
    text-shadow: none;
    color: #FFFFFF;
    border: 1px solid #1d446a;
}

a.btn.popov-soft {
    padding:0px 5px 0px 5px;
    border: none;
    font-weight: normal;
    background-color: #FFFFFF;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    margin-top:-2px;
}

.small_logo {
    width:120px;
    height:33px;
    line-height:60px;
    display:inline-block;
    font-size:8px;
    color:#fff;
    margin:0 4px;
    background: url('../gfx/small_logo.png') center center no-repeat transparent;
    text-indent:-999em;
}

.vert {
    color: #d5e14d;
}

.vert2 {
    color: #b7c530;
}

.orange {
    color:#F58220;
}
.gris-clair {
    color:#78787B;
}
.gris {
    color:#999
}
.gris-fonce {
    color:#333;
}

.bleu-fonce {
    color: #08162c;
}

.content-offset {
    height: 140px;
}

header {
    margin-bottom: 60px;
}

h1 {
    color: #08162c;
}

.label {
    padding: 3px 3px 3px 5px;
}

.label-info {
    background-color: #96a500;
}

hr {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* Header */
.brand.numerium {
    text-indent:-9999em;
    width:220px;
    height:80px;
    background:url('../gfx/logo_placeholder.png') left center no-repeat transparent;
    margin-left: 0px;
    margin-right:  25px;
    margin-bottom: 10px;
}

/* Header / Menu */
.navbar ul.nav {
    margin-top:35px;
}

.navbar-inverse .navbar-inner {
    background-color: #08162c;
    background-image: none;
    border: none;
    box-shadow: none;
}

.navbar-inverse .navbar-inner .container {
    position: relative;
}

.navbar-inverse .navbar-inner .container .deco-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 300px;
    background: url('../gfx/deco-mask.png') -100px 0px no-repeat;
}

.header-deco {
    position: absolute;
    top: 0px;
    right: -150px;
    width: 641px;
    height: 110px;
    background-image: url('../gfx/bg_texture.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.navbar .nav > li > a {
    color: #BABABA;
    padding: 10px 25px;
}

.dropdown-menu {
    left: 10px;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, 
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, 
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle,

.navbar .nav .active > a, 
.navbar .nav .active > a:hover
{
    border-radius:6px;
    background-color: #394354;
}

/* Header / Sub-Menu */
.subnav {
    width: 100%;
    height: 36px;
    background-color: #eeeeee; /* Old browsers */
    background-repeat: repeat-x; /* Repeat the gradient */
    background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
    background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
    background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.subnav .nav {
    margin-bottom: 0;
}

.subnav .nav > li > a {
    margin: 0;
    padding-top:    11px;
    padding-bottom: 11px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
    padding-left: 13px;
    color: #777;
    background-color: #e9e9e9;
    border-right-color: #ddd;
    border-left: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}

.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
    border-top-color: #777;
}

.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
    border-left: 0;
    padding-left: 12px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.subnav .nav > li:last-child > a {
    border-right: 0;
}

.subnav .dropdown-menu {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    /* Drop Down on HOVER ! */
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin-top:-3px;
}

a.menu:after, .dropdown-toggle:after {
    content: none;
}

    /* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
    .subnav-fixed {
        position: fixed;
        top: 109px;
        left: 0;
        right: 0;
        z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
        border-color: #d5d5d5;
        border-width: 0 0 1px; /* drop the border on the fixed edges */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
    }
    .subnav-fixed .nav {
        width: 980px;

        margin: 0 auto;
        padding: 0 1px;
    }
    .subnav .nav > li:first-child > a,
    .subnav .nav > li:first-child > a:hover {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

    /*drop Down over */
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background: url() transparent no-repeat top left;
    text-decoration: none;
    background-image: none;
    background-color: #d5e14d;
    color: #4c5f00;
}

/* HOME */
.hero-unit.home1 {
    position: relative;
    padding: 0px;
    min-height:450px;
    background:url('../gfx/numerium-01.jpg') center center no-repeat transparent;
}

.hero-txt {
    width:42%;
    padding:30px 60px 30px 30px;
    border-radius:0 0 0 6px;
    float:right;
 }
  
 .hero-txt h1 {   
    font-size: 42px;
    line-height: 1.1em;
    font-weight: normal;      
    color: #FFFFFF;
    margin-bottom: 30px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
 }
 
  .hero-txt-phone h1 {   
    font-weight: normal;      
    color: #598628;
 }
 
 .hero-txt p {    
    font-size:16px;
    line-height:24px;
    color: #264400;
 }
 
 .hero-txt a.learn-more-btn,
 .hero-txt-phone a.learn-more-btn {
     background-color: #598628;
     border-radius: 4px;
     font-size: 20px;
     color: #FFFFFF;
     padding: 10px 25px;
 }
 
  .hero-txt a.learn-more-btn:hover,
  .hero-txt-phone a.learn-more-btn:hover {
      text-decoration: none;
      background-color: #70982e;
 }
 
 .dix-ans {
     width: 113px;
     height: 94px;
     background: url('../gfx/numerium-10ans.png') no-repeat;
     position: absolute;
     bottom: 30px;
     right: 30px;
 }
 
.homecols .span4 {
    position: relative;
    background-color: #08162c;
    border-radius: 6px;
    min-height: 270px;
}

.homecols .span4-inner {
    margin: 0px 25px 0px 25px;    
    padding-bottom: 35px;
}

.homecols h2 {
    text-align:center;
    font-size: 24px;
    font-weight: normal;
    color: #d5e14d;
}

.homecols p {
    color: #EEE;
    font-size: 14px;
    line-height: 1.4em;
}

.homecols ul {
    color: #EEE;
    font-size: 14px;
    line-height: 1.4em;   
    margin: 0;
    margin-left: 10px;
}

.homecols a.learn-more-btn {
    width: 100%;    
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #394354;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 5px 0px;
    text-align: center;
    color: #AAA;
    transition: all 0.4s ease-in-out 0s;
}

.homecols a.learn-more-btn:hover {
    text-decoration: none;
    background-color: #d5e14d;
    color: #08162c;
    font-size: 18px;
}

/* FOOTER */
footer {
    
}

footer .address-container {
    width: 70%;
    float: left;
    margin-top: 5px;
}

footer .social-container {
    width: 25%;
    float: right;
    text-align: right;
    margin-top: 5px;
}

footer .footer_logo {
    width: 150px;
    height: 41px;
    line-height:51px;
    display:inline-block;
    font-size:8px;
    color:#fff;
    background: url('../gfx/footer-logo.png') center center no-repeat transparent;
    text-indent:-999em;
}

footer a.social {
    width: 41px;
    height: 41px;
    display: inline-block;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: top left;
}

footer a.social.facebook {
    background-image: url('../gfx/numerium-social-facebook-off.png');
}
footer a.social.facebook:hover {
    background-image: url('../gfx/numerium-social-facebook-on.png');
}
footer a.social.twitter {
    background-image: url('../gfx/numerium-social-twitter-off.png');
}
footer a.social.twitter:hover {
    background-image: url('../gfx/numerium-social-twitter-on.png');
}
footer a.social.linkedin {
    background-image: url('../gfx/numerium-social-linkedin-off.png');
}
footer a.social.linkedin:hover {
    background-image: url('../gfx/numerium-social-linkedin-on.png');
}
footer a.social.google {
    background-image: url('../gfx/numerium-social-google-off.png');
}
footer a.social.google:hover {
    background-image: url('../gfx/numerium-social-google-on.png');
}
footer a.social.pinterest {
    background-image: url('../gfx/numerium-social-pinterest-off.png');
}
footer a.social.pinterest:hover {
    background-image: url('../gfx/numerium-social-pinterest-on.png');
}



 
 
 
 
 


.page-header h1 {
    margin-bottom:6px;
}
section  {
    padding-top:140px;

}

.cta {
    text-align:center;
    width:100%;
    margin-top:15px;
}
.cta a {}

.jumbotron h1 {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 9px;
}
.jumbotron p {
    font-size:16px;
    line-height:24px;
    margin-bottom: 18px;
    font-weight:normal;
    color:#666;
}

.thumbnail.no-border {
    border-color:#fff;
}

/*form add-on */
.form-horizontal .help-block  {
    font-style:italic;
    color:#777;
    font-size:10px;
    margin-top:2px;
}


.page-header {
    background: url('../gfx/bg_texture_sm.png') bottom right no-repeat transparent;
}

/* Modal + courte */
.form-horizontal .control-group {
    margin-bottom: 10px;
}
/*
.modal {
    position:absolute;
}
*/
/* Anims For modern browsers */

.btn.loading {
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, rgba(0, 0, 0, .10)),
    color-stop(.25, transparent),
    color-stop(.5, transparent),
    color-stop(.5, rgba(0, 0, 0, .10)),
    color-stop(.75, rgba(0, 0, 0, .10)),
    color-stop(.75, transparent),
    to(transparent));
    background-image:
        -moz-linear-gradient(-45deg,
        rgba(0, 0, 0, .10) 25%,
        transparent 25%,
        transparent 50%, rgba(0, 0, 0, .10) 50%,
        rgba(0, 0, 0, .10) 75%,
        transparent 75%, transparent
        );
    background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    -webkit-animation: animate-stripes 2s linear infinite;
    -moz-animation: animate-stripes 2s linear infinite;
}

@-webkit-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -50px 0;
    }
}


@-moz-keyframes animate-stripes {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -50px 0;
    }
}

/* Ajustements media q pour mobiles */

@media (max-width: 767px) {
  h1, .jumbotron h1, .hero-unit h1 {
      font-size:32px;
      line-height:36px;
  }
  section h1 {
       font-size:  24px;
      line-height: 28px;
    }
  .jumbotron p, .hero-unit p {
        font-size:14px;
    }
    .nav-pills > li {
        float:none;
    }
    .subnav {height:auto;}
  h2, .jumbotron h2, .hero-unit h2 {
      font-size:26px;
  }
  h3, .jumbotron h3, .hero-unit h3 {
      font-size:18px;
  }
  h4 {
      font-size:14px;
  }
}

/* FORM ADD-ON */
.controls-inline label, .controls-inline input, .controls-inline select {
    display:inline;
}
.controls-inline select {
    width:auto;
    max-width:120px;
}
.control-group.error .controls-inline label {
    color:#B94A48;
}
.controls-inline label {
    padding:0 6px 0 0;
    display:inline-block;
    text-align:right;
    width:100px;

}
.controls-inline .demi {
    width:232px;
    float:left;
}