/*--------------------------------------------------------------
# Typography
# Elements
# Navigation
	## Links
	## Menus
# Alignments
# Google Maps    
# @media Queries 
    ##Logo resize
    ##main navigation (and menu toggle)
    ##floated divs (col 50% wide etc..)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
	font-family: 'Vitesse-Book';
	src: url('fonts/Vitesse-Book.eot');
	src: url('fonts/Vitesse-Book.woff') format('woff'), 
	     url('fonts/Vitesse-Book.ttf') format('truetype'), 
	     url('fonts/Vitesse-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Vitesse-Bold';
	src: url('fonts/Vitesse-Bold.eot');
	src: url('fonts/Vitesse-Bold.woff') format('woff'), 
	     url('fonts/Vitesse-Bold.ttf') format('truetype'), 
	     url('fonts/Vitesse-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Vitesse-Book, "Courier New", Courier, monospace;
	font-size: 16px;
	font-size: 1rem;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1.title-aria,
h2.title-aria {
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0 
}

h2 {
    font-size: 0.9em;
    color: #f1f1f1;
    width: 100%; 
    text-align: center;
    margin: 0; 
    padding: 0; 
    text-transform: uppercase;
    position: absolute; 
    top:50%; 
    transform: translate(0, -50%)    
}

h3,
span#contact-phone {
   font-size: 2em;
   margin:0;
   padding: 6em 0 0 0;
   text-align: center;
}

.padding-alt {
   padding: 0;
}

p {
	font-family: Vitesse-Book, "Courier New", Courier, monospace;
	color: #27aae1;
	font-size: 1.2em;
	margin: 3em;
	line-height: 2em;
	font-weight: bold;
}

#notice-content p {
	font-family: Vitesse-Bold, "Courier New", Courier, monospace;
    font-size: 1.2em;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}

p#copyright {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin: 25px;
    padding: 25px;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #fff
}

a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans;
    font-size: .9em;
    display: inline-block;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
/*	box-sizing: border-box;*/
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	/*box-sizing: inherit;*/
}

body {
	background: #fff url("img/bg.jpg") center -150px no-repeat fixed;
    border-top: 2px solid #2e2e2e;
    margin: 0;
    padding: 0
}

img {
    display: block;
}

#wrapper {
   max-width: 1300px;
   margin: 0 auto;
   background-color: #5b90ab   
}

#wrapper-inner {
    background: #fff;
}

#masthead {
    background: none;
    width: 100%;
    min-width: 300px;
    top: 0;
    z-index: 200;
    display: block;
}

#masthead #header-wrapper {
    background-image: url('img/header-bg-bubbles-2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: none;
    height: 295px;
    width: 100%
}

footer {
    border-top: 2px solid #5b90ab;
    background-color: #27aae1;
}

#logo-wrapper {
    width: 295px;
    margin: 35px auto;
}

#logo-wrapper img {
    width: 295px
}

#logo-wrapper.footer-logo {
    width: 175px;
    margin: 0 auto;
    padding-top: 85px
}

#logo-wrapper.footer-logo img {
    width: 175px
}

#logo-lowres {
    display: block;
}    
    
#logo-retina {
   display: none;
}    

#notice-wrapper {
    position: relative;
    z-index: 1000;
}

#notice-content {
    overflow: auto;
}

#notice-wrapper .col {
    height: 225px;
}

#notice-content .col p {
    padding: 0 5%
}

.centered p,
.centered h3,
.centered h5 {
    text-align: center
}

.alt-color p,
.alt-color h3,
.alt-color h5  {
    color: #fff;
}

span.bullet-square {
    width: 5px; 
    height: 5px; 
    margin: 0px 3px 3px 3px; 
    display: inline-block; 
    border: 1px solid white; 
    vertical-align: middle;
    border-radius: 2px; 
    background: #fff
}

.green-bg{
    background-color: #8dc641;
}

.blue-bg{
    background-color: #0b81aa;
}

.lightBlue-bg {
    background-color: #27aae1
}

.boxed-width {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    position: relative
}

.v_align_center {
    position: absolute; 
    top: 50%; 
    transform: translate(100%, -50%)
}     

.v_align_center.float_R {
    transform: translate(0, -50%)
}

.v_align_center_middle.float_R {
    left: 50%;
    transform: translate(-50%, -50%)
}     

.row {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.row_2 {
   height: 50%;
}

.col {
    float: left;
}

.col.float_R {
    float: right;
}

.col_1 {
    width: 100%;
}

.col_2 {
    width: 50%;
}

.col_3 {
    width: 33.33333%;
    height: 500px
}

.col_110 {
    width: 10%
}

.col_910 {
    width: 90%
} 

.icon,
.icon img {
    width: 37px;
}

#icon-exMark-wrapper,
#icon-exMark-wrapper img {
    width: 45px;
}

.icon {
    margin: 0px auto 5px auto;
    padding-top: 45px;
    padding-bottom: 10px;
}

img#icon-thumbsUp,
img#icon-exMark {
   display: block 
}

img#icon-thumbsUp-retina,
img#icon-exMark-retina {
   display: none 
}

.img-wrapper {
    height: 640px
}

.col-inner-sm {
    height: 320px
}

.img-container {
    background-size: cover;
    background-position: center center;
    background-repeat: none;
    width: 100%;
    height: inherit;
}

#laes-avant {
    background-image: url("img/laes-avant.jpg");
}

#laes-apres {
    background-image: url("img/laes-apres.jpg");
}

#laes-highDoor {
    background-image: url("img/laes-highDoor.jpg");
}

#laes-bus {
    background-image: url("img/laes-bus.jpg");
}

#laes-servicePistolet {
    background-image: url("img/laes-servicePistolet.jpg");
    background-position: left center
}

#laes-produits {
    background-image: url("img/laes-produits.jpg");
}

.shadow {
    -moz-box-shadow: 0px 0px 2px #a3a3a3;
    -webkit-box-shadow: 0px 0px 2px #a3a3a3;
     box-shadow: 0px 0px 2px #a3a3a3;
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#a3a3a3')";
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#a3a3a3');
  } 

.shadow-dn {
    -moz-box-shadow: 0px 7px 5px 0px #ccc;
    -webkit-box-shadow: 0px 7px 5px 0px #ccc;
     box-shadow: 0px 7px 5px 0px #ccc;
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#ccc')";
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#ccc');
  } 
  
.shadow-inset {  
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(20,124,167,1);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(20,124,167,1);
    box-shadow: inset 0px 0px 20px 0px rgba(20,124,167,1);  
}
  
a.link-button {
    color: #cedde5;
    width: 50px; 
    padding: 20px 5px 15px 5px;    
    border: 1px solid #15769f;
    border-radius: 5px;
    display: block;
    margin: 15px auto 0 auto;
    font-weight: bold;
    font-size: 17px
}  

.fb-wrapper iframe {
    margin-top: 25px;
    margin-left: 150px
}

  
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

ul li a {
   color: #56939a;
   text-transform: uppercase;
   padding: 5px 10px;
}  

div#nav-wrapper {
    overflow: auto;
    text-align: center;
    background-color: #042125;
    border-top: 1px solid #9aa5ab;
    border-bottom: 1px solid #9aa5ab;
}

div#nav-wrapper.footer-nav {
    background-color: #fff;
    margin: 0 auto;
    border: none;
    padding-top: 55px 
}

div#nav-wrapper.footer-nav ul li a {
    color: #8dc641;
    font-size: .7em
}

div#nav-wrapper.footer-nav ul li {
    padding: 5px 0;
    margin: 5px auto;
}

ul#main-nav li a:hover {
    color: #a4cbd0
}

.toggle-nav ul#main-nav {
    margin: 3px auto;
    display: inline-block;
}

.toggle-nav ul li {
    display: inline-block;
    float: left;
    margin: 5px;
    border-left: 1px solid #0d3a3f;
    padding: 7px 5px 7px 15px;
}

.toggle-nav ul li:first-child {
    border-left: none
}

#toggle-menu {
    display: none;
    font-weight: normal;
    font-size: .9em;
    border: 1px solid #0d3a3f;
    padding: 20px 5px;
    color: #a4cbd0
}  
  
  
/*-------------------------------------------------------------------
Google Maps
--------------------------------------------------------------------*/
#g-map-wrapper {
    margin-top: -10px;
    border-bottom: 3px solid #8dc641;
}

#map {
    width: 100%;
    height: 320px;
    background-color: grey;
}

/*-------------------------------------------------------------------
Media Queries
--------------------------------------------------------------------*/
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    #logo-lowres,
    img#icon-thumbsUp,
    img#icon-exMark {
        display: none;
    }    
    
    #logo-retina,
    img#icon-thumbsUp-retina,
    img#icon-exMark-retina {
        display: block;
    }    
    
}


@media (min-width: 768px) and (max-width: 979px) {
body {
    font-size: 105%;
    line-height: 140%; 
}

#logo-wrapper,
#logo-wrapper img {
    width: 245px;
    margin-top: 65px;
}

.icon {
    padding-top: 30px;
}

.icon,
.icon img {
    width: 32px;
}

#icon-exMark-wrapper,
#icon-exMark-wrapper img {
    width: 40px;
}

#notice-content p {
    font-size: 1em;
}

#notice-content div.col:first-child {
  border-bottom: 2px dotted #e0fdba;
}

.visible_tablet {
    display: inherit !important; 
}

.hidden_tablet {
    display: none !important; 
}

h3.padding-alt {
    padding-top: 3em   
}

.fb-wrapper iframe {
    margin-top: 5px;
    margin-left: 35%;
}

/*Grid, Rows & columns*/
.col, 
.col.float_R {
    float: none;
    width: 100% !important;
    margin: 0;
}

.col p {
    padding: 4em 0
}

.grid_col {
    height: 250px /*Will be 100% with padding*/
}

.v_align_center, 
.v_align_center.float_R,
.v_align_center_middle.float_R {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left:0
}

.col-inner-sm.mobile-alt {
    height: 125px;
} 

.small-screen-alt {
   border-bottom: 1px solid #8dc641;
   padding-bottom: 45px
}

/* Navigation */
ul li a {
   text-transform: uppercase;
   padding: 5px;
   font-size: 0.8em
}  

}

@media (max-width: 767px) {
.visible_mobile {
    display: inherit !important; 
}

.hidden_mobile {
    display: none !important; 
}

.padding-v {
    padding: 2em 0
}

#logo-wrapper,
#logo-wrapper img,
 {
    width: 245px;
    margin-top: 65px;
}

#notice-content p {
    font-size: 1em;
}

#notice-content div.col:first-child {
  border-bottom: 2px dotted #e0fdba;
}

h3.padding-alt {
   padding-top: 3em   
}

.icon {
    padding-top: 30px;
}

.icon,
.icon img {
    width: 32px;
}

#icon-exMark-wrapper,
#icon-exMark-wrapper img {
    width: 40px;
}

.img-wrapper {
    height: 500px
}

/*Grid, Rows & columns*/
.col, 
.col.float_R {
    float: none;
    width: 100% !important;
    margin: 0;
}

.col p {
    padding: 4em 0
}

.grid_col {
    height: 250px /*Will be 100% with padding*/
}

.v_align_center, 
.v_align_center.float_R,
.v_align_center_middle.float_R {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left:0
}

.col-inner-sm.mobile-alt {
    height: 125px;
} 

.fb-wrapper iframe {
    margin-top: 5px;
    margin-left: 25%;
}


/* Navigation */
.toggle-nav ul#main-nav {
    width: 100%;
}

.toggle-nav ul li {
    float: none;
    border: none;
    border-bottom: 1px dotted #0d3a3f;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    display: none
}

#toggle-menu {
    display: block
}
}

@media (min-width: 350px) and (max-width: 535px) {
p {
	font-size: 1em;
	margin: .9em;
	line-height: 1.2em;
}
}

@media (max-width: 349px) {
p {
	font-size: 1em;
	margin: .9em;
	line-height: 1.2em;
}
}
