/* Normalize.css v8.0.1
----------------------------------------------- */

button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* Base
----------------------------------------------- */

html {
  color: #014B48;
  background-color: #fff;
  font: 1em/1.4 "American Typewriter", Courier;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}

@font-face {
  font-family: 'American Typewriter';
  src: url('americantypewriterreg.woff2') format('woff2'),
       url('americantypewriterreg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'American Typewriter';
  src: url('americantypewriterita.woff2') format('woff2'),
       url('americantypewriterita.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.noselect, nav a{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

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

button,
input,
label{
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul, h1, h2, h3{
  margin: 0;
  padding: 0;
  font-weight: normal
}

small{
  display: block;
}

/* Browser upgrade prompt
----------------------------------------------- */

.browserupgrade {
  padding: .5em;
  margin: 0;
  text-align: center;
  font-size: .8em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.browserupgrade a{
  color: currentColor;
  text-decoration: underline;
  white-space: nowrap;
}

/* Selection
----------------------------------------------- */

::-moz-selection {
  background: #008c86;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #008c86;
  color: #fff;
  text-shadow: none;
}

/* Animations
----------------------------------------------- */

@-webkit-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#logo,
#accueil .content > p,
section .content{
  opacity: 0;
}

section .content{
  transform: translateY(1em);
}

#logo,
#accueil .content > p{
  animation: fadeIn .6s ease both;
}

#accueil .content > p{
  animation-delay: .1s;
}

section.visible .content{
  animation: fadeInBottom .6s ease both;
}

/* Scrollbars
----------------------------------------------- */

body::-webkit-scrollbar-track {
  background-color: #014B48;
  border-left: 1px solid #396f6d;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #eee;
}

body::-webkit-scrollbar-thumb{
  background-color: #fff;
  border-radius: 0;
}

body::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:active {
  background-color: #fff;
}

/* Navigation
----------------------------------------------- */

nav{
  position: absolute;
  height: 100vh;
  right: 0;
  top: 100vw;
  overflow: hidden;
  z-index: 100;
}

nav.sticky{
  position: fixed;
  overflow: visible;
  top: 0;
}

#nav-icon{
  z-index: 1;
  padding: .75em;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#nav-icon path{
  transform-origin: center center;
  transition: all .15s ease;
}

#nav-icon path:first-of-type{
  transform: translateY(-.5em);
}

#nav-icon path:last-of-type{
  transform: translateY(.5em);
}

#nav-checkbox:checked ~ #nav-icon path:first-of-type{
  transform: rotate(-45deg);
}

#nav-checkbox:checked ~ #nav-icon path:last-of-type{
  transform: rotate(45deg);
}

#nav-icon svg{
  stroke-width: 4;
  fill: none;
  stroke: currentColor;
  transform: scale(.8);
}

#nav-checkbox:checked ~ #nav-icon svg{
  stroke: #fff;
}

nav ul {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vh;
  padding: 0 3em 0 .5em;
  transform: rotate(-90deg) translateY(0);
  transform-origin: right top;
  background: currentColor;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  transition: all .3s ease;
  -webkit-overflow-scrolling: touch;
}

nav.sticky ul{
  overflow-y: auto;
}

nav span{
  display: none;
}

#nav-checkbox:checked ~ ul{
  transform: rotate(-90deg) translateY(-100%);
}

nav a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-style: italic;
  padding: 1em .66em;
  transform: rotate(180deg);
  outline: none;
  white-space: nowrap;
}

nav li.copyright{
  margin-right: auto;
}

nav li.copyright a{
  padding: .7em;
  transform: rotate(90deg);
}

nav a svg{
  fill: #fff;
}

/* Logo
----------------------------------------------- */

#logo{
  width: 70%;
  max-width: 25em;
  margin: .5em auto 3em;
  text-align: center;
  white-space: nowrap;
}

#logo p{
  font-size: 4vw;
}

#logo img{
  display: block;
}

/* Content
----------------------------------------------- */

.image{
  width: 100%;
  height: 100vw;
  max-height: 50vh;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.image:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: .4;
  mix-blend-mode: screen;
}

.content,
footer{
  padding: 4em 1em;
}

.content h2{
  font-style: italic;
  text-align: center;
  font-size: 2em;
  margin-bottom: 1.5em;
}

.content > p{
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 auto;
  width: 100%;
  max-width: 37em;
  
}

h3{
  text-transform: uppercase;
  margin: .5em 0;
}

.content a{
  color: currentColor;
}

#vindumois, .tableau{
  margin-top: 3em;
}

#rouge ~ .tableau,
#viandes ~ .tableau{
  margin-top: 1.5em;
}

.thead, .tableau li, form div{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.thead{
  border-bottom: 3px solid currentColor;
}

#vindumois ul{
  list-style: none;
}

#vindumois li{
  display: block;

}

#vindumois p.description{
  font-style: italic;
}

#vindumois p{
  margin: 1.5em 0;
}

.tableau ul{
  list-style: none;
  display: flex;
  flex-direction: column;
}

.tableau li, form div, #vindumois li:not(:last-of-type){
  border-bottom: 1px solid currentColor;
}

.tableau li:last-of-type{
  border: none;
}

.tableau li p{
  margin: 1.5em 1.5em 1.5em 0;
}

.nom{
  display: block;
}

.prix{
  white-space: nowrap
}

/* Form
----------------------------------------------- */

#cours form div{
  margin: 1.5em 0;
  padding-bottom: .5em;
  overflow: hidden;
  align-items: center;
}

/*Honeypot*/
#cours form div:first-of-type{
  position: absolute;
  left: -9999px;
}

#cours form label{
  white-space: nowrap;
  margin-right: .5em;
  flex: 0;
}

#cours form input{
  color: currentColor;
  flex: 1;
  padding: 0;
  margin: 0;
}

#send{
  font-style: italic;
  color: currentColor;
  border: 3px solid #014B48;
  padding: .65em;
  margin: 2em auto;
  white-space: nowrap;
  display: block;
  position: relative;
  transition: all .6s ease;
  cursor: pointer;
  width: 12em;
}

#send:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #014B48;
  z-index: -1;
  transition: all 1s ease;
}

#send.sending,
#send.valid{
  color: #fff;
}

#send.sending:after{
  left: 0;
  right: inherit;
  width: 100%;
}

#send.valid:after{
  left: inherit;
  right: 0;
  width: 100%;
}

/* Infos
----------------------------------------------- */

#infos .thead{
  margin-bottom: 1.5em
}

#infos a{
  display: block;
  text-decoration: none;
}

#infos .horaire{
  margin-bottom: 0;
}

#infos .horaire:not(:first-of-type){
  margin-top: 0;
}

#coordonnees span{
  white-space: nowrap;
}

#infos form{
  white-space: nowrap;
  margin: 2em auto;
  text-align: center;
}

#infos input{
  color: currentColor;
  background: #fff;
  border: 3px solid #014B48;
  padding: .65em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 2.8em;
}

#infos input.email{
  text-align: left;
  cursor: text;
  border-right: none;
}

#infos input.email::placeholder { font-style: italic }
#infos input.email:-ms-input-placeholder { font-style: italic }
#infos input.email::-ms-input-placeholder { font-style: italic }

#infos input.button{
  border-left: none;
  transition: all .3s ease ;
  cursor: pointer;
  color:#fff;
}

#infos input.email:focus ~ input.button,
#infos input.email:not(:placeholder-shown) ~ input.button{
  color: currentColor;
}

/* Footer
----------------------------------------------- */

footer{
  text-align: center;
}

footer .logo{
  width: 8em;
  display: block;
  margin: 0 auto 2em;
}

footer a{
  color: currentColor;
}


/* Responsive
----------------------------------------------- */

@media only screen and (min-height:36em) {
  nav.sticky{
    overflow: hidden;
  }
  nav span{
    display: inline;
  }
  nav.sticky ul{
    overflow: hidden;
  }
}

@media only screen and (min-width:50vh) {
  nav{
    top: 50vh;
  }
}

@media only screen and (min-width:32em) {
  .content,
  footer{
    padding: 4em 3.5em;
  }
}

@media only screen and (min-width:43em) {
  #logo p{
    font-size: 1.75em;
  }
}

@media only screen and (min-width:48em) {
  .split{
    display: flex;
    justify-content: space-between;
  }
  .split > div{
    width: calc(50% - 1.5em);
  }
}

@media only screen and (min-width:60em) {
  browserupgrade {
    padding: 1.1em 4em;
    left: 50%;
    right: 0;
    width: 50%;
  }
  nav{
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 100;
  }
  #accueil .content{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
  }
  #logo{
    margin: 7vw auto;
  }
  #logo p{
    font-size: 1.9vw;
  }
  .image{
    position: fixed;
    height: 100vh;
    max-height: inherit;
    width: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .section.current .image{
    opacity: 1;
  }
  
  .content,
  footer{
    padding-left: calc(50% + 3.5em);
  }
  .split{
    flex-direction: column;
  }
  .split > div{
    width: 100%;
  }
}

@media only screen and (min-width:72em) {
  html{
    font-size: 1.2em;
  }
  #nav-icon{
    padding: .75em .9em;
  }
  #nav-icon path:first-of-type{
    transform: translateY(-.4em);
  }
  #nav-icon path:last-of-type{
    transform: translateY(.4em);
  }
}

@media only screen and (min-width:100em) {
  .split{
    flex-direction: row;
  }
  .split > div{
    width: calc(50% - 1.5em);
  }
}

@media only screen and (min-width:120em) {
  html{
    font-size: 1.4em;
  }
  #nav-icon{
    padding: .75em 1em;
  }
}