/* Sylweb.fr css */

/* Reset styles BEGINNING */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  letter-spacing: 1px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset styles END */

@font-face {
    font-family: 'robotocondensedregular';
    src: url('font/robotocondensed-regular-webfont.eot');
    src: url('font/robotocondensed-regular-webfont.eot?iefix') format('eot'),
         url('font/robotocondensed-regular-webfont.woff') format('woff'),
         url('font/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('font/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('font/robotocondensed-regular-webfont.svg#webfont') format('svg');
    font-weight: normal; 
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, ul {font-family: 'robotocondensedregular', arial;}
h1, h2 {font: 24px/26px 'robotocondensedregular', arial; text-transform: uppercase;}
h2 {color:#eaa800;font-size:28px;line-height: 48px;}
h1 a {color: #fff;border-bottom:none;transition: opacity 1s ease;}
h1.null-opacity a {color: #fff;border-bottom:none;opacity:0;}
h1 a:hover {text-decoration: none;color: #fff;border-bottom:none;}
.on-scroll h1 a {color: #777;}
h3 {font-size: 20px; line-height: 30px;margin: 3px 0 10px 0;}
p.biglink {text-align: center;letter-spacing: 3px;}
p.biglink a {font: 24px/36px 'robotocondensedregular', arial; text-transform: uppercase;color: #777;text-decoration: none;transition: color 0.6s ease, border-color 0.6s ease;border-bottom: 1px solid transparent;}
p.biglink a:hover {border-bottom: 1px solid #000;color:#000;}
.arrowlink {display: inline-block; background: url(../medias/arrow.png) top left no-repeat;padding: 0 0 0 23px;height: 22px;}
.arrowlink:hover {background: url(../medias/arrow.png) bottom left no-repeat;border-bottom:1px solid #eaa800;}
p, ul {font: 14px/21px 'robotocondensedregular', arial;}
.section h2, .section .col33, .section .col100, #contact, footer {text-align: center;}
#contact {padding: 60px 30px 0px 30px;}
.section h2 {padding: 20px 0 0 0;letter-spacing: 3px;}
.col33 {width: 33.333333%; float: left;box-sizing: border-box;padding:10px 40px;}
.col100 {width: 100%; box-sizing: border-box;padding:10px 40px;}
.clear {clear: both;}
#quisuisje {max-width:600px; margin:0 auto;}
footer ul {margin:0 0 20px 0;}
footer ul li {display: inline;margin:10px;}

/* Nav scroll */
header { background-color: transparent; color: #fff; border-bottom:1px solid #fff; position:fixed; width: 100%; transition:background-color 1s ease, border-bottom-color 1s ease, box-shadow 1s ease;box-shadow: 0px 0px 0 #CCC;}
.on-scroll {background-color:#fff;z-index: 10;border-bottom:1px solid #ccc;box-shadow: 0px 0px 6px #000; }
header h1 {padding: 20px 0 0 0;transition: padding 1s ease;}
header h1 span {font-size: 16px;}
#logo {font-family:'robotocondensedregular', arial; color: #fff;float:left;padding: 10px 0 0 30px;transition: color 1s ease;}
#nav {margin: 0 auto;height: 70px;padding: 30px 30px 0 0;text-align: right;transition: height 1s ease, padding 1s ease;}
#nav li {display: inline; margin: 0 20px; }
a {font-family:'robotocondensedregular', arial; color: #777; text-decoration: none;transition: color 0.6s ease, border-color 0.4s ease; border-bottom: 1px solid #777; }
a:hover {color: #eaa800; border-bottom:1px solid #eaa800; }
#nav li a {color: #fff; transition: border-bottom 0.4s ease;border-bottom: 1px solid transparent; }
#nav li a:hover {border-bottom: 1px solid #fff; }
.on-scroll #nav li a {color: #777;transition: color 0.4s ease, border-bottom 0.4s ease;border-bottom: 1px solid transparent;}
.on-scroll #nav li a:hover {color: #000;border-bottom: 1px solid #000;}
.content {min-height:1500px;}
.section {color: #777;background-color:white;text-align:center;padding:50px 30px 40px 30px;text-align: justify;min-height:350px;}
.section:after {clear:both; content:".";visibility: hidden;}

.on-scroll h1 {padding: 0;color:#666;} 
.on-scroll #nav {padding: 10px 30px 0 0;} 
.imgleft {float: left;width: 190px; height:auto; margin: 0 20px 0 0;}
 
/* Parallax scroll */
html {
  scroll-behavior: smooth;
}
      body, html {
         height: 100%;
      }
      .parallax {
  /* The image used */
  background-image: url("medias/img_parallax.jpg");

  /* Set a specific height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1, .bgimg-2, .bgimg-3,  .bgimg-4 {

    /* position: relative;
    opacity: 0.65; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bgimg-2, .bgimg-3, .bgimg-4 {position: relative;}
.bgimg-1,  .bgimg-4 {

    background-image: url("../medias/img_parallax.jpg");
    min-height: 100%;

}
.bgimg-2 {

    background-image: url("../medias/img_parallax2.jpg");
    min-height: 100%;

}
.bgimg-3 {

    background-image: url("../medias/img_parallax3.jpg");
    min-height: 100%;

}
.bgimg-4 {

    background-image: url("../medias/img_parallax4.jpg");
    min-height: 100%;

}
.caption {

    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;

}
.caption span.border {
    font-family: 'robotocondensedregular', arial;
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 15px;
    letter-spacing: 1px;

}
.border {background-color:transparent;font-size:25px;color: #f7f7f7;}
.border a {color: #fff;text-decoration: none;border-bottom:1px solid transparent;transition:border-color 0.6s ease;letter-spacing: 3px;}
.border a:hover {border-bottom:1px solid #fff;}

 /* Mobile menu */

#volet_clos {display: none;}
#volet {
width: 250px;
padding: 40px;
background: #fff; 
color: #777;  
position: fixed;
right: -333px; 
top: 15px;
-webkit-transition: all .5s ease-in;
transition: all .5s ease-in;
}
#volet a.ouvrir, #volet a.fermer {
padding: 0;
background: #fff;
color: #fff;
position: absolute;
right: 360px;
top: 8px;
width: 32px;
height: 32px;
border-bottom: none;
background: url(../medias/burger.png) center top no-repeat transparent;
text-indent:-1000em;
background-size: 100%;
transition: top 1s ease;
}
.on-scroll #volet a.ouvrir, .on-scroll #volet a.fermer {
background: url(../medias/burger.png) center bottom no-repeat transparent;
background-size: 100%;
top: -12px;
}
#volet a.ouvrir:hover, #volet a.fermer:hover {border-bottom: none;}
#volet a.fermer {display: none;
  right: 360px;
-ms-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);}
#volet:target {
right: -120px;
}
#volet:target a.ouvrir { display:none;}
#volet:target a.fermer { display:block;}
#volet_clos:target #volet {
right:-333px;
}
@media screen and (max-width:768px) {
  .col33 {width:100%;}
  #volet_clos {display: block;}
  #nav {display: none;}
  #navmobile li {margin: 0 0 10px 0;}
}
@media screen and (max-width:400px) {
  .imgleft {float: none;width: 100%; margin: 0 0 20px 0;}
  }