@import url('https://fonts.googleapis.com/css2?family=Gotu&display=swap');
@font-face {
 font-family: "test";
 src: url("../font/goozette-webfont.woff2") format("woff2");
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
}
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;
}
body{
  background: #E3E3E3;
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
h1{

  font-weight: 900;
  line-height: normal;
   z-index: 1;
   font-size:2em !important;
   align-content: flex-start;
   align-items: baseline;
    font-family: "test";
    width: 100% !important;
    padding-left: .2vw;
    padding-top: .2vw;


}
ul, li{
    list-style:none !important;
}
.listes{

  /* width:50%; */
}
.listes ul, .listes li{
  list-style: decimal !important;
  font-size: 1.8rem;
}
.listes li{
  line-height:2rem;
  justify-content: space-between;
  list-style: decimal!important;
}
.listes mark, .listes p{
    font-size: 1.8rem;

}
.listes mark u{
  margin-bottom:5vh;
}
.listes li:nth-of-type(even){
  background: lightgrey;
  border-top: 1px dashed;
  border-bottom: 1px dotted;
}
.content{
  margin-top: 10%;
  width: 100%;
}
.content-img{
  display: inline-flex;
  height: auto;
  flex-wrap: wrap;
}
.link{
  text-decoration: none;
  font-size: 1.3em;
  line-height: normal;
  font-family: "test";
  padding-left: 2vw;
  padding-right: 2vw;
}
a{
  text-decoration: underline;
  color:black;
}
.up{
  position: fixed;
  bottom: 5vh;
  right: 5vw;
  height: auto;
}
.texte{
  font-size:1.8em;
  line-height: normal;
  padding-left:2%;
  padding-right:2%;
  font-family: sans-serif;
  margin-top: 1vh;
}
p{
  padding-bottom: 1.5vw;
}
a:hover, .button:hover{
  color:#98FB98;
}
img{
  position: relative;
  height:40vh;
  width: auto;
  padding: 1%;
}
#content{
  width: 100%;
}
#menu{
  left:0;
  z-index: 10;
  top:0%;
  background:#98FB98;
  position:fixed;
  width:100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-content: center;
  font-weight: bold;
  font-size: 1em;
  box-shadow:#98FB98 0px 25px 25px;
  background: -webkit-linear-gradient(to bottom, #E3E3E3, #98FB98);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #E3E3E3, #98FB98); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-bottom: .5vh;
  padding-top: .5vh;
 flex-wrap: wrap;


}
strong{  
  background: #98FB98;
  box-shadow:#98FB98 0px 15px 25px, #98FB98 0px 5px 10px;
  font-size: 1em;
  line-height: normal;
  font-family: "test";
}
@media screen and (max-width: 800px) {
  #menu {
    font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
  }
  h1{
    font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
  }
  .texte{
    font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }
}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  .up{
    font-size: 5em;
  }
  body{
   width: 145%;
  }
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;  
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .up{
    font-size: 5em;
  }
  body{
   width: 145%;
  }
    #menu {
        font-size: 1.5em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size:2em !important;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  .up{
    font-size: 5em;
  }
  body{
   width: 145%;
  }
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .up{
    font-size: 5em;
  }
  body{
   width: 145%;
  }
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .up{
      font-size: 5em;
    }
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .up{
      font-size: 5em;
    }
  body{
   width: 145%;
  }
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .up{
    font-size: 5em;
  }
  body{
   width: 145%;
  }
    #menu {
        font-size: 1.5em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size:2em !important;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
    .up{
      font-size: 5em;
    }
    body{
     width: 145%;
    }
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
  .up{
    font-size: 5em;
  }
  body{
   width: 145%;
  }
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .up{
    font-size: 5em;
  }
  body{
   width: 145%;
  }
    #menu {
        font-size: 1.5em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size:2em !important;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
  .up{
    font-size: 5em;
  }
  body{
   width: 145%;
  }
    #menu {
      font-size: 2.25em;line-height: 3em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size: 2.5em; !important; margin-bottom: .75em; line-height: 1.25em;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }

}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
  .up{
    font-size: 5em;
  }
  body{
   width: 145%;
  }

    #menu {
        font-size: 1.5em; /* The width is 100%, when the viewport is 800px or smaller */
    }
    h1{
      font-size:2em !important;
    }
    .texte{
      font-size:2.5em;
  }
  .content {
  margin-top: 50%;
    width: 100%;
  }


}
@media print {
  @page{
    size:A4;
    margin: 2cm;
  }
  body{
    page-break-after: always !important;
    background: white;
  }
  .content-img{
    display: block;
    width:auto;
    height: auto;
  }
  .content-img img{
    page-break-after: always !important;
    width: auto;
    height: 60vh;
    margin-bottom: 10cm;
  }
  .texte, #menu, #listes{
    display: none;
  }

}
