<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,button,input,select,textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 1.4;
    box-sizing: border-box;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none; 
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%; /* responsive : to prevent overflow */
    height: auto; /* to keep aspect ratio */
    width: auto; /* bugfix for IE8 */

}
ul, ol {
    list-style: none;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    color:#d6451d;
    text-decoration:none;
}
a:focus{
    outline:0;	
}
a.blend{
    color:#000;	
}
p {
    margin:0 0 15px;	
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 
html{
    margin:0;
    padding:0;	
}
body {
    font-family:'Vidaloka', Arial, Helvetica, sans-serif;
    letter-spacing:0.1em;
    color:#000;
    background:url(../img/bg-footer.png);
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
    margin-top:0;
}
strong, b{
    font-family:'Vidaloka', Arial, Helvetica, sans-serif;
    font-weight:normal;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
body &gt; header{
    height:50px;
    min-width:960px;
    text-align:center;
    position:relative;
    z-index:100;
}
#logo {
    position:absolute;
    width:100%;
    top:7.0em;
    text-align: center;
    z-index: 10;
}
nav#main{
    min-width:960px;
    background:#00020F;
    height:50px;
    position:fixed;
    top:0;
    left:0;
    z-index:10;
    width:100%;
}

nav#main ul{
    margin:0;
    padding:0;	
}
nav#main li, nav#main li a{
    font-size:12px;
    text-transform:uppercase;
    float:left;
    display:block;
    height:50px;
    line-height:50px;
    color:#fff;
    text-decoration:none;
}
nav#main li a{
    padding:0 12px;
    letter-spacing:1.8px;
    transition:all 200ms ease-in-out;
  
}
 nav#main li.hidden{
  display:none;
}


nav#main li.highlight a{
    background:#25c4d3;
    color:#fff;
    transition:background-color 200ms ease-out 0s;
}
nav#main li.highlight.active a{
    background:none;	
}

nav#main li a:hover, nav#main li.active a{
    color:#b2b6bf
}
nav#main li.first a:hover{
    margin-left:0;	
}
nav#main li.highlight a:hover{
    background:#2cd2db;	
    border:none;	
}
nav#main li.tel{
    padding:0 10px 0 25px;
    background:url(../img/phone-icon.png) left 10px no-repeat;
    font-size: 1.2em;
}
/*.no-svg nav#main li.tel{
    background:url(../img/icon-tel.png) left 16px no-repeat;
}*/
nav#main li.home-item{
    display:none;	
}
nav#main #main-nav{
    float:left;
    margin-left:20px;
}
nav#main #secondary-nav{
    float:right;
    margin-right:20px;
}
.lt-ie9 nav#main #secondary-nav{
    position:absolute;
    right:0;
    top:0;
}
nav#main #secondary-nav li a, nav#main #secondary-nav li{
    color:#fff;
}
/* ========= select language ====== */
#secondary-nav li.language{
    position:relative;
}
#secondary-nav li.language a{
    padding:0 30px;
    height:50px;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    -ms-transition:none;
    -o-transition:none;
}
.lt-ie9 #secondary-nav li.language a{
    padding-top:18px;
    height:32px;	
}
#secondary-nav li.language:hover &gt; a{
    background:#fff;
    border:3px solid #000;
    border-bottom:none;
    padding:0 27px;
    line-height:44px;	
}
.lt-ie9 #secondary-nav li.language:hover &gt; a{
    padding-top:15px;
    height:32px;	
}
#secondary-nav li.language ul{
    background:#fff;
    position:absolute;
    top:47px;
    right:0;
    border:3px solid #000;
    border-top:none;
    width:66px;
    display:none;
}
#secondary-nav li.language:hover ul{
    display:block;	
}
#secondary-nav li.language ul li{
    float:none;
    border:none;
}
#secondary-nav li.language ul li a{
    margin:0;
    padding:0;
    float:none;
    display:block;
    line-height:50px;
}
#secondary-nav li.language ul li:hover a{
    background:#f4f4f4;
    margin:0;
}
#to-top{
    position:fixed;
    background:#00020F;
    font-size:10px;
    padding:10px;
    bottom:-40px;
    visibility:hidden;
    right:10px;
    color:#fff;
    z-index:2000;
    border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    text-transform:uppercase;
    transition:all 200ms ease-out;
    -moz-transition:all 200ms ease-out;
    -ms-transition:all 200ms ease-out;
    -o-transition:all 200ms ease-out;
    -webkit-transition:all 200ms ease-out;
}
#to-top:hover{
    background: #25C4D3;
}
#to-top.show{
    bottom:0;
    visibility:visible;
}
.no-svg #to-top{
    display:none;	
}
.lt-ie9 #to-top, .output{
    display:none;	
}
/* ==========================================================================
   CONTENT
   ========================================================================== */
#content {
    background:#fff url(../img/bg.jpg) repeat;	
}
h1 {
    text-transform:uppercase;
    font-size:36px;	
    letter-spacing:0.06em;
}
article h1{
    margin-top:40px;
    margin-bottom:30px;
    height: 53px;
    background:transparent url("../img/h2bg.png") no-repeat scroll top center;
    text-align:center;
}

.hr{
    height:40px;
}

.boxed h1{
    padding-top:0;	
}
h2 {
    font-size:34px;	
}
h2.small{
    font-size:16px;
    text-transform:uppercase;	
}
p.highlight{
    background:#25c4d3;
    color:#fff;
    padding:10px;
    margin:0 10px;	 
    border-radius:3px;
}
.button{
    color:#fff;
    background:#25c4d3;

    border-radius:5px;
    padding:10px 30px 9px;
    font-size:14px;
    margin:0 10px;
    text-transform:uppercase;
    font-family:'Vidaloka', Arial, Helvetica, sans-serif;
    letter-spacing:0.08em;
    display:inline-block;

    text-shadow: 0px 1px 0px #3a9393;
    /*filter: dropshadow(color=#3a9393, offx=0, offy=1);*/
    border-bottom:2px solid #3a9393;

    transition:background-color 200ms ease-out 0s;
    
}
.button:hover{
    color:#fff;
    background:#2cd2db;
}
.home .button:active{
    border-bottom:0;
    border-top:2px solid #3a9393;
    padding:10px 30px 9px;
}
.button.nav, input[type='submit'].nav{
    text-shadow: 0px 1px 0px #1d2049;
    border-bottom-color:#1d2049;	
    background:#30326c;
    color:#fff;
}
.button.nav:hover, input[type='submit'].nav:hover{
    background:#151b44;
    border-bottom-color:#0e132d;
    text-shadow: 0px 1px 0px #0e132d;
}
.home .button.nav:active, input[type='submit'].nav:active{
    border-top-color:#1d2049;
}
.button.large{
    font-size:18px;	
    padding:14px 20px 12px;
}
.button.wide{
    width:250px;
    margin:10px auto;	
}
.home .button.large:active{
    padding:14px 20px 12px;	
}
.button.facebook{
    background:#365c98;
    text-shadow:none;
    max-width:200px;
    border-bottom-color:#2d5484;	
}
.button.facebook:hover{
    background:#476aa1;	
}
.button.secondary{
    background:#94cddc;
}
.button.black, input[type='submit'].black{
    background:#000;
    text-shadow: 0px 1px 0px #222;
    border-bottom-color:#222;	
}
.button.black:hover, input[type='submit'].black:hover{
    background:#444;	
}
.button.black:active, input[type='submit'].black:active{
    border-top-color:#222;
}

hgroup{
    margin-bottom:50px;	
}
hgroup h1, hgroup h2{
    margin-bottom:10px;	
}
hgroup h2{
    text-transform:none;
    font-size:20px;	
}
a:hover{
    text-decoration:underline;	
}
a.button:hover{
    text-decoration:none;
}
#content &gt; article{
    /*    text-align:center;	*/
    position:relative;
    overflow:hidden;
    padding:0 0 50px;
}
.home #content &gt; article{
    padding:0;
}
#content &gt; article.xl{
    min-height:750px;	
}
#content &gt; article.main{	
    position:relative;
}
.first-letter{
    font-size:36px;	
    text-transform:uppercase;
}

.summary{
    max-width:960px;
    font-size:18px;
    margin:0 auto 30px;	
    text-align:center;
}
p.subtle{
    color:#666;
    margin:10px 0;
    font-size:12px;
    text-transform:uppercase;	
}
.blend{
    color:#707070;	
}
p.big{
    font-size:20px;
}
.container{
    width:980px;
    padding:0;	
    margin:50px auto 40px;
}
.one-half{
    width:48%;
    margin-left:4%;
    padding:0;
    float:left;
}
.one-third{
    width:32%;
    margin-left:2%;
    float:left;
    padding:0;
}
.two-third{
    width:66%;
    margin-left:2%;
    float:left;	
}
.lt-ie8 .one-third{
    width:31%;	
}
.one-half.first, .one-third.first, .two-third.first{
    margin-left:0;	
}
.one-fourth, .two-fourth{
    width:22.75%;
    float:left;
    padding:0;
    margin-left:3%;
    min-width:160px;
}
.two-fourth{
    width:48.5%;
    min-width:320px;	
}
/* GENERAL CLASSES */
.left-align{
    text-align:left;
}
.right-align{
    text-align:right;
}
.right{
    float:right;
}
.no-margin{
    margin:0;	
}
.middle-align{
    padding-top:10%;	
}
.low-middle-align{
    padding-top:40%;	
}
img.beard{
    margin:0 0 20px;	
}

/* TEXT SIZES */
.small{
    font-size:14px;	
}
.smaller{
    font-size:12px;	
}
.foot-note{
    font-size:12px;	
    line-height:130%;
}
.home #content h3 {
    font-size:1.2em;
    text-align:center;
    line-height:2.0em;
    text-transform:uppercase;
    font-family:'Vidaloka', Arial, Helvetica, sans-serif;
    font-weight:normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.framed{
    border:2px solid #000;
    padding:20px;
    border-radius:5px;	
}
.teller{
    display:inline-block;
    margin:0 0 10px;
    padding:0;
    font-size:20px;
    line-height:normal;
    font-family:'Vidaloka', Arial, Helvetica, sans-serif;
}
.teller span{
    padding:5px 12px;
    border:2px solid #000;
    max-width:14px;
    width:14px;
    border-left:0;
    display:inline-block;
}
.teller span.first{
    border-left:2px solid #000;	
}
/* ------------------- HOMEPAGE ----------------- */
.home #content #home{
    color:#000;
    min-height:220px;

    font-size:24px;
    line-height:130%;
    margin:0;
    text-align:center;
    letter-spacing:0;
    overflow:visible;
    position:relative;
}
#home .button {
    margin-top:50px;
}
#home .button:hover{
    cursor:s-resize;	
}
#home hgroup{
    padding-top:40px;
    margin-bottom:20px;	
}
#home h1{
    padding:0;
    font-size:22px;
    background:none;
    font-family:'Vidaloka', Arial, Helvetica, sans-serif;
    line-height:100%;
}
#home hgroup h2{
    font-family:'Vidaloka', Arial, Helvetica, sans-serif;	
    line-height:normal;
    margin-bottom:15px;
}
#home .intro{
    position:absolute;
    bottom:30px;
    left:50%;
    margin-left:-35%;
    font-size:14px;
    text-align:center;
    width:70%;
    /*    padding:0 10%;	*/
}
#home .scroll{
    position:absolute;
    height:40px;
    width:40px;
    left:50%;
    bottom:-20px;
    margin-left:-20px;
    overflow:hidden;
    line-height:100px;
    background:url(../img/button-home-arrow-down.svg) no-repeat 8px 11px #25c4d3;
    border-radius:20px;
    -webkit-border-radius:20px;	
    z-index:20;
}
#home .scroll:hover{
    background:url(../img/button-home-arrow-down.svg) no-repeat 8px 11px #2cd2db;
}
.no-svg #home .scroll{
    background:url(../img/button-home-arrow-down.png) no-repeat top left;
    bottom:5px;
}

.container.slider {
    margin-top: 0;
}

/* ------------------- OUR STORY ----------------- */
#histoire img{
    margin-bottom:20px;
}

#founders .container{
    margin-top:0;
}
.founder-avatar{
    width:225px;
    height:225px;
    margin:0 auto 20px;
}


/* ------------------- OUR BLADE ----------------- */
#content #our-blade .primary-layer{
    position:relative;
}
#our-blade h2{
    font-size:30px;
    text-transform:none;
    line-height:130%;	
}
.home #our-blade .one-fourth img{
    max-width:100%;
}

/* ------------------- section Atelier ----------------- */
#workshop .one-fourth .icon{
    margin-bottom:20px;	
}
#workshop .one-fourth .icon{
    margin-bottom:20px;
}

#workshop .one-fourth p{
    text-align:left;
    font-size:13px;	
}

/* ------------------- section CONTACT ----------------- */
#contact .one-half.first{
    padding-top:20px;	
}
#contact .one-half.boxed{
    background:#fff;
    color:#444;
   
    border-radius:5px;
  
    box-shadow:  -3px 0px 12px -3px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
#contact h2{
    font-size:24px;
    text-transform:uppercase;
    text-align:center;
}
#contact .boxed h2{
    text-transform:none;	
}

#contact .map{
    margin-bottom:20px;
    border:1px solid #ccc;
    border-radius: 5px;	
}

#contact ul {
    padding:0; 
}
#contact li {
    border-bottom: 1px solid #666;
    color: #333;
    font-size: 1.2em;
    padding: 6px 0;
    text-decoration: none;
}

#contactme {
    padding:12px;
}
#contactme label {
    font-family: Georgia;
    font-size:1.2em;
}

#contactme input[type=text], #contactme input[type=email], #contactme textarea {
    background: none;
    border: #8a8885 1px dashed;
    color: #434041;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-shadow: 1px 1px 0px #fff;
    padding: 5px;
    width: 96%;
    margin: 3px 0 12px 0;
}
#submit_button_area {
    text-align: center;
    margin:15px 0 0 0;
}

/* hidden by default */
#submitbtn {
    background: #c0cca4;
    color: white;
    width:100%;
    padding: 12px 0;
    font-size: 1.2rem;
display:none;
    cursor: pointer;
}

#submitbtn.active{
    display: block;
}

#submitbtn:hover {
    background: #6da424;
}

/** anti spam challenge */


.challenge .toggle {
  background: #ddd;
  padding: 5px;
  border-radius: 40px;
  width: 30px;
  height: 10px;
  display: inline-block;
  border: 1px solid #ededed;
  transition: all 0.3s ease; 
  position: relative;
}
.challenge .toggle:hover {
  cursor: pointer;
}
.challenge .toggle .switch {
  border-radius: 100%;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  transition: all 0.3s ease;
  position: absolute;
  left: 3px;
  top: 2px;
}
.challenge .active.toggle {
  background: #2ecc71;
}

.challenge .active.toggle .switch {
  left: 22px;
}

/** notifications **/
.notify {
    display: block;
    background: #fff;
    padding: 12px 18px;
    max-width: 400px;
    margin: 0 auto;
    text-align:center;
    font-size: 1.2em;
   
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify h1 { 
    margin: 10px 0;
    font-size: 1.5em;
    line-height: 2.5em;
 }
.successbox h1 { color: #77BF81; }
.errorbox h1 { color: #6f423b; }
.notify .alerticon {
    display: block;
    height:50px;
    width:50px;
    margin: 0 auto 10px auto;
    background: transparent url(../img/check.png) no-repeat;
}
.notify.errorbox .alerticon  {
    background: transparent url(../img/error.png) no-repeat;
}


/* ==================  responsive slides ============================== */
/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides .caption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;     
    -moz-opacity: 0.5;   
    opacity: 0.5;  
    color: #000;
    font-size: 1.4em;
}


/* --- other stuff ----- */
.boxed{
    background:#fff;
    margin-top:20px;
    padding:40px 0;
    border-radius:5px;
    box-shadow:  3px 0px 6px 0px rgba(0, 0, 0, 0.01);
}

.of{
    background:url(../img/of-diag-line.png) center 0 no-repeat;
    width:320px;
    margin:20px auto;
    text-transform:uppercase;
    font-size:14px;
}
.disabled{
    background:#ddd;	
}

.lt-ie8 .min-button, .lt-ie8 .plus-button{
    display:inline;
    background:none;
    color:#25c4d3;
}
.min-button .label, .plus-button .label{
    display:none;	
}
#content .min-button:hover, #content .plus-button:hover{
    text-decoration:none;
    background:#2cd2db;
}
.lt-ie8 #content .min-button:hover, .lt-ie8 #content .plus-button:hover{
    color:#2cd2db;
    background:none;	
}
/* ==========================================================================
   TABS
   ========================================================================== */
ul.tabs{
    margin:0 0 10px;
    padding:0;
    list-style:none;	
}
ul.tabs li{
    float:left;
    margin-right:5px;	
}
ul.tabs li a{
    display:block;
    width:100px;
    padding:10px;
    background:#aaa;
    font-size:12px;
    text-transform:uppercase;
    color:#fff;

    -webkit-border-radius:5px;
    border-radius:5px;	
}
ul.tabs li.active a{
    background:#000;
}

/* ==========================================================================
   FORMS
   ========================================================================== */
input:focus{
    outline:none;
}
input[type='email'], input[type='text'], input[type='password'], textarea{
    /*    border:2px solid #979797;*/
    /*    height:36px;*/
    margin:0 0 10px 0;
    font-size:14px;

    -webkit-border-radius:3px;
    border-radius:3px;
    padding:0 10px;

    font-family:'Vidaloka', Arial, Helvetica, sans-serif;
    letter-spacing:0.06em;
}

input[type='email'].error, input[type='text'].error, input[type='password'].error, textarea.error{
    border:2px solid #ff0000;
}
form.medium input, form.medium textarea, form.medium div.select-box-container{
    width:276px;
    max-width:276px;
}
form.medium .check-boxes{
    width:300px;
    margin:0 auto 20px;	
}
form.medium input.straat, form.medium input.plaats{
    width:189px;	
}
form.medium input.postcode{
    width:56px;
    margin-right:7px;	
}
textarea{
    padding:10px;
    height:auto;
    resize:vertical;
    min-height:50px;
}

.placeholder{color:#aaa;}
input[type='submit']{
    color:#fff;
    background:#25c4d3;
    border-radius:5px;
    border:none;
   
    padding:12px 30px 11px;
    vertical-align:top;

    font-size:14px;
    text-transform:uppercase;
    font-family:'Vidaloka', Arial, Helvetica, sans-serif;
    letter-spacing:0.06em;
    display:inline-block;
   
    /*text shadow*/
   
      transition:background-color 200ms ease-out 0s;
 
}
 
input[type='submit']:hover{
    color:#fff;
    background:#2cd2db;
}
input[type='submit']:active{
    border-bottom:0;
    border-top:2px solid #3a9393;
    padding:12px 30px 11px;
}
input[type=submit].next-to-text{
    padding:10px;
    margin:0;
}
 
input[type='submit'].wide{
    min-width:200px;
}
 
input[type='submit'].disabled{
    background:#ddd;
    text-shadow: 0px 1px 0px #dadada;
    border-bottom:2px solid #dadada;	
}
form input[type='checkbox'], form.medium input[type='checkbox'], form input[type='radio'], form.medium input[type='radio']{
    width:auto;
}
input[type=checkbox]{
    background:none;
    border:1px solid #ccc;	
}
 
select{
    width:100%;
    margin:0 0 10px;
    padding:0;
    list-style:none;
    border:2px solid #979797;
    border-radius:3px;
    -webkit-border-radius:3px;
    overflow:hidden;
    height:36px;
    font-size:14px;	
    letter-spacing:normal;
}
select{
    padding:5px;
    height:30px;	
}
select option{
    padding:10px 10px 8px;
    vertical-align:middle;
    line-height:36px;
    border:none;
    border-bottom:2px solid #ccc;	
}
div.select-box-container{
    margin:0 auto 10px;
    padding:0;
    list-style:none;
    border:2px solid #979797;
    height:36px;
    font-size:14px;	
    letter-spacing:normal;
    position:relative;
    text-align:left;
    line-height:36px;
    padding:0 10px;	
    color:#000;
    background:url(../img/icon-selectbox-open.png) top right no-repeat #fff;
    cursor:pointer;
    border-radius:3px;
    -webkit-border-radius:3px;
}
ul.select-box{
    position:absolute;
    top:36px;
    left:-2px;
    display:none;
    margin:0;
    padding:0;
    background:#fff;
    width:100%;
    border:2px solid #979797;
    border-top:none;
    border-radius:0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    box-shadow:0 2px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,0.1);
}
ul.select-box.up{
    bottom:36px;
    border:2px solid #979797;
    border-bottom:none;
    border-radius:3px 3px 0 0;
 
    box-shadow:0 -2px 3px 0 rgba(0,0,0,0.1);
    
}
div.select-box-container.hover{
    background:#f8f8f8;	
}
ul.select-box.open{
    display:block;
}
ul.select-box li{
    padding:0 10px;
    display:block;
    height:36px;
    line-height:36px;
    text-align:left;
    border-top:2px solid #ccc;
    cursor:pointer;
    color:#666;
}
ul.select-box.up li{
    border-top:none;
    border-bottom:2px solid #ccc;
}
ul.select-box li.selected{

}
ul.select-box:hover li.selected{
    background:none;	
}
ul.select-box li:hover{
    color:#000;	
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
body &gt; footer{
    color:#fff;
    text-align:center;
    padding:30px 0 30px;
    position:relative;
}
body &gt; footer .container{
    margin-top:0;	
}
body &gt; footer section{
    min-height:170px;
    float:left;
}
body &gt; footer section h2{
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:40px;
}
body &gt; footer section h2 a{
    color:#fff;
}

.footer-nav{
    margin:0;
    padding:0;
    list-style:none;
    clear:both;
}
.footer-nav li{
    display:inline;
    margin-bottom:20px;
}
.footer-nav li a{
    color:#fff;
    text-transform:uppercase;
    font-size:11px;
    margin:0 20px;	
}
body &gt; footer .logos img{
    margin:70px 0 0 0;	
}

/* ==========================================================================
                                  Media Queries
   ========================================================================== */

/* desktop screens */
@media only screen and (max-width: 1000px) {
    body{
        margin:0;	
    }
    body, nav#main, .container, body &gt; header  {
        min-width:320px;
        width:100%;
        padding:0;
    }
    .container{
        width:96%;
        /*        padding:0 2%;	*/
    }
    body {
        padding:0;	
    }
    /* --------- NAV  ---- */
    nav#main li a{
        padding:0 10px;
        letter-spacing:1.8px;
    }
    nav#main li, nav#main li a{
        font-size:11px;
    }
    #secondary-nav li.language a{
        padding:0 15px;
    }
    #secondary-nav li.language:hover &gt; a{
        border:3px solid #000;
        border-bottom:none;
        padding:0 12px;	
    }
    #secondary-nav li.language ul{
        width:36px;
    }
    /* ------ CONTENT  ------------ */
    .one-fourth{
        width:48.5%;
        margin-bottom:3%;
    }
    .two-fourth{
        width:100%;
        margin-left:0;
    }
    .one-fourth.third{
        margin-left:0;	
    }
    .two-third, .two-third.first{
        float:none;
        margin:0 auto;
        width:600px;	
    }

    .one-third.share{
        float:none;
        margin:20px auto;
        width:600px;	
    }
    #workshop .one-fourth{
        margin-bottom:30px;	
    }
    #workshop .one-fourth h3{
        margin:0;	
    }
    .split:before,
    .split:after {
        content: " ";
        display: table;
    }
    .split:after {
        clear: both;
        margin-bottom:20px;
    }
    .split {
        *zoom: 1;
    }
    .summary{
        width:80%;	
    }
}


/* ==========  Media 880px  ================== */
@media only screen and (max-width: 880px){
    #main-nav li.secondary{
        display:none;	
    }

}


/* ==========  Media 768px  ======================= */
@media only screen and (max-width: 768px) {


    /* --------- CONTENT  ----------- */
    #content #het-mes{
        background-size:auto;	
    }


    .info-box p{
        width:200px;
        margin-left:-120px;	
    }
}

/* ==========  Media 730px ================================= */
@media only screen and (max-width: 730px){
    #main-nav{
        display:none;
    }
    #main-nav li.last{
        display:none;	
    }
    nav#main #secondary-nav{
        float:none;
        padding:0;
        display:inline-block;
        margin:0 auto;
    }
    nav#main li.home-item{
        display:inline-block;	
    }
    nav#main li.tel{
        padding:0 10px;
        background:none;
    }


    body &gt; footer{
        background:#000;	
    }
}
/* ==========  Media 650px ================================= */
@media only screen and (max-width: 650px) {
    .one-third, .one-third.first, #contact .one-half, #contact .one-half.first{
        float:none;
        width:80%;
        margin:0 auto 20px;	
    }
    .left-align, .right-align{
        text-align:center;	
    }

    .two-third, .two-third.first{
        width:380px;	
    }

}
/* ==========================================================================
   Media 420px
   ========================================================================== */

@media only screen and (max-width: 420px) {
    body{
        font-size:12px;
    }
    body.home{
        background:#fff;	
    }
    body, nav#main, body &gt; header{
        min-width:320px;
        width:100%;
        padding:0;
    }
    nav#main li a{
        padding:0 10px;	
    }
    nav#main li.tel{
        padding:0 5px;	
    }
    .container{
        min-width:320px;	
    }
    .one-half, .one-third, .one-fourth, .one-half.first, .one-third.first, .one-fourth.first, .one-fourth.third{
        float:none;
        width:80%;
        margin:0 auto 20px;
        padding:0;	
    }

    #home .intro{
        font-size:14px;
        line-height:normal;
        bottom:25px;	
    }

    #home hgroup {
        padding-top:0;
        margin-bottom:0;
        position: absolute;
        width: 100%;
        bottom: 90px;
    }
    #home hgroup h1{
        font-size:22px;
        margin:0;
        padding:0;
    }
    #home hgroup h2{
        font-size:14px;
        margin:-5px 0 10px 0;
        padding:0;
    }
    #contact .boxed{
        padding-top:20px;
        padding-bottom:20px;	
    }

    #histoire .first, #histoire .last {
        display:none;	
    }
    #workshop h3{
        margin:30px 0 0;	
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    body &gt; footer{
        background:url(../img/bg-footer.png);
        background-size:183.5px 92px;
    }
}


/* ========== Helper classes =========================== */
.first{
    margin-left:0;	
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.dummy{
    background:#eee;
    height:500px;	
}

span.q {
    display:inline-block;
    vertical-align:-12px;
    font-size: 300%; 
    color: #666; 
    line-height:0;
}

/* ==================== Print styles ======================= */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.output {
    position:fixed;
    z-index:1000;
    background:#333;
    border:1px solid #ccc;
    color:#fff;
    padding:10px;
    bottom:0;
    left:0;	
    display:none;
}</pre></body></html>