@charset "utf-8";
/* CSS Document */
/*-----------Généralités-----------*/
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: #1f2835;
  text-align: justify;
  font-family: navigo, sans-serif;
  font-weight: 200;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  outline: none;
}
h1 {
  margin: 0px auto;
  padding: calc(30% - 200px) 0 0;
  width: 900px;
  border: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1b2a59;
  font-size: 8em;
  font-weight: 900;
  line-height: 1em;
  -webkit-animation: text-focus-in .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: text-focus-in .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation-delay: .5s;
}
.ss1-h1 {
  margin: 0px auto;
  padding: 0;
  width: 900px;
  border: 0px;
  text-align: center;
  vertical-align: middle;
  color: #5f94d9;
  font-size: 2.5em;
  -webkit-animation: text-focus-in .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation: text-focus-in .8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  animation-delay: 1s;
}
h2 {
  margin: 0px auto;
  width: 900px;
  border: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1f2835;
  font-size: 3em;
  font-weight: 900;
  text-transform: uppercase;
}
h3 {
  margin: 0px auto;
  width: 900px;
  border: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1f2835;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: uppercase;
}
.white {
  color: #ffffff;
}
.darkblue{
	color: #1f2835;
}
.black {
  font-weight: 900;
}
.orange {
  color: #f57059;
}
.blue {
  color: #505fbc;
}

.bold {
  font-weight: 700;
}
.center {
  text-align: center;
}
a {
  text-decoration: none;
  color: #fff;
}
a:focus {
  outline: none;
}
p {
  margin: 0;
  font-size: 1.2em;
}
img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
blockquote {
  margin: 0;
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 12% 20%;
  text-align: center;
}
sup {
  font-size: xx-small;
}
.left {
  padding: 1.5em 0;
  float: left;
  width: 49%;
}
.right {
  padding: 1.5em 0;
  float: right;
  width: 49%;
}
.p-left {
  padding: 1.5em 0;
  float: left;
  width: 45%;
}
.p-right {
  padding: 1.5em 0;
  float: right;
  width: 45%;
}
.clear {
  clear: both;
}
.content-all {
  padding: 0 15%;
}
.margin-top-p20{
	margin-top: 20px;
}
.margin-top-p40{
	margin-top: 40px;
}
.margin-top-p60{
	margin-top: 60px;
}
.margin-top-p80{
	margin-top: 80px;
}
.margin-top-p120{
	margin-top: 120px;
}
.thin-block {
  padding: 0 16%;
}
.italic{
	font-style: italic;
}

/*-----------------------------------*/
/*-----Suprabar-----*/
.noneMenu {
  display: none;
}
.noneSupra {
  display: block;
}
#conteneurSupra a {
  display: block;
  float: left;
  color: #1f2835;
  text-align: center;
  margin: 3.5% 1.2% 0;
  transition: all .2s ease-in-out;
}
#conteneurSupra a:nth-child(1) {
  margin: 8px 0 0 8px;
}
#menu-right a:nth-child(1) {
    margin: 3.5% 1.2% 0 25%;
}
#conteneurSupra a:hover, #conteneurSupra a.active {
  color: #3f6abf;
}
#suprabar {
  width: auto;
  height: 90px;
  left: calc(50% - 540px);
  border: #ffffff 2px solid;
  border-radius: 70px;
  background-color: #e8e2e2;
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 5;
  font-weight: 300;
  line-height: 1.3em;
}
.logo-planetesante {
  float: left;
  width: 75px;
  height: 75px;
}
#conteneurSupra a img {
  opacity: 1;
  transition: all .2s ease-in-out;
}
#conteneurSupra a:hover img {
  opacity: .7;
  transition: all .2s ease-in-out;
}
#menu-right {
  float: right;
  width: 990px;
}
/*-----------------*/
#before-intro {
  background-image: url("images/header-back.jpg");
  background-repeat: no-repeat;
  width: auto;
  background-position: top center;
  background-size: cover;
  max-height: 900px;
  height: 100vh;
  background-color: #e8e2e2;
  position: relative;
  z-index: -1;
}
.logo-republicCanton {
  position: absolute;
  bottom: 50px;
  right: calc(44% - 300px);
  margin: 0 auto;
  width: 120px;
}
#intro {
  padding: 0 0 4% 0;
  width: auto;
  height: auto;
  position: relative;
  background-color: #1b2a59;
  z-index: 0;
}
#header-intro {
  background-image: url("images/header-intro-back.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8% 12% 2%;
  width: auto;
  height: auto;
  position: relative;
  z-index: -1;
}
#animation-puffs{
	background-image: url("images/animation-puffs.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
    margin: 50px 0 0;
	height: 100vh;
    max-height: 495px;
}
#header-chapitre01 {
  background-image: url("images/header-chap01-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  width: auto;
  height: auto;
  min-height: 110px;
  position: relative;
  z-index: -1;
}
#chapitre01 {
  padding: 0;
  width: auto;
  height: auto;
  position: relative;
  background-color: #3f6abf;
  z-index: 0;
}
#titre-chapitre01 {
  padding: 3% 0 1%;
}
.video-responsive {
  overflow: hidden;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.video01 {
  width: 100%;
  max-width: 890px;
  padding: 0;
  min-height: 500px;
  margin: 3% auto 0;
  border: 12px solid #1b2a59;
  border-radius: 8px;
}
.citation-video01 {
  background-image: url("images/citation-video01.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: -1px auto 0;
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: 450px;
  position: relative;
}
.citation01-chapitre01 {
  max-height: 150px;
    background-image: url(images/bulle-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 14% 23% 31%;
    margin: 0 auto 10%;
	left: -50px;
  position: relative;
}
.citation01-chapitre01::before {
  content: "";
  background-image: url("images/before-knowthat01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 201px;
  height: 262px;
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: -1;
}
.citation01-chapitre03 {
  max-height: 150px;
  background-image: url(images/bulle-orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 10% 23% 32%;
  margin: 50px auto 10%;
  left: -80px;
  position: relative;
}
.citation01-chapitre03::before {
  content: "";
  background-image: url("images/before-knowthat01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 201px;
    height: 262px;
    position: absolute;
    right: -30px;
  bottom: -70px;
  z-index: -1;
}

.chiffre-citation-video01{
	font-size: 2em;
}
.txt-citation {
	width: 70%;
    margin: auto;
    padding: 0 16% 0%;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
}
.citation02-chapitre01 {
  max-height: 150px;
    background-image: url("images/bulle-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10% 21% 38%;
    margin: 7% auto;
  	position: relative;
}
.citation02-chapitre01 img{
	max-height: 82px;
	 margin: 0 auto 20px;
}
.citation01-chapitre02 {
  max-height: 150px;
    background-image: url("images/bulle-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10% 21% 38%;
    margin: 7% auto;
  	position: relative;
}

.btn-orange{
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
	background-color: #f28066;
	padding: 10px 15px 10px;
	margin: 2% 0 0;
	border-radius: 200px;
	display: block;
    width: fit-content;
	transition: all ease-in-out .2s;
}
.btn-orange:hover{
	margin: 2% 0 0 2%;
	transition: all ease-in-out .2s;
}
#conclusion-chapitre01-before{
	  background-image: url("images/conclusion-chapitre01-before.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  width: 100%;
  height: auto;
    margin: 0 auto;
	background-color: transparent;
  position: relative;
	padding: 1% 0;

}
#conclusion-chapitre01 {
  background-image: url("images/conclusion-chapitre01.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  width: 100%;
  height: auto;
    margin: 0 auto;
	background-color: #f28066;
  position: relative;
    min-height:508px;
}
#conclusion-chapitre01 p:first-child{
	padding-top:5%;
}
#conclusion-chapitre03-before{
	  background-image: url("images/conclusion-chapitre03-before.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  width: 100%;
  height: auto;
    margin: 0 auto;
	background-color: transparent;
  position: relative;
	padding: 1% 0;

}
#conclusion-chapitre03 {
  background-image: url("images/conclusion-chapitre03.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  width: 100%;
  height: auto;
    margin: 0 auto;
	background-color: #fff;
  position: relative;
    min-height:514px;
}
#conclusion-chapitre03 p:first-child{
	padding-top:5%;
}

.traits-conclusion-white {
  width: 12px;
  height: 48px;
  background-color: #ffffff;
  margin: 3% auto;
  display: block;
  position: relative;
  border-radius: 50px;
}
.traits-conclusion-white::before {
  content: "";
  width: 12px;
  height: 48px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  left: -60px;
  -moz-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  border-radius: 50px;
}
.traits-conclusion-white::after {
  content: "";
  width: 12px;
  height: 48px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  right: -60px;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-radius: 50px;
}
.titre-conclusion {
  width: 300px;
  margin: 0 auto;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.1em;
}
.conclusion {
padding: 1% 15%;
	text-align: center;
  font-size: 1.5em;
}
#header-chapitre02 {
  background-image: url("images/header-chap02-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  width: auto;
  height: auto;
  min-height: 68px;
  position: relative;
  background-color: #f28066;
  z-index: -1;
  margin-top: -1px;
}
#chapitre02 {
  padding: 0;
  width: auto;
  height: auto;
  position: relative;
  background-color: #f28066;
  z-index: 0;
}
#titre-chapitre02 {
  padding: 1% 0;
}
.video02 {
  width: 100%;
  max-width: 890px;
  padding: 0;
  min-height: 500px;
  margin: 3% auto 0;
  border: 12px solid #fff;
  border-radius: 8px;
}
.citation-video02 {
  background-image: url("images/citation-video02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: -1px auto 0;
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: 450px;
  position: relative;
}
.citation-video02 blockquote {
  padding: 16% 30%;
}
.citation-video03 {
  background-image: url("images/citation-video02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: -1px auto 0;
  width: 100%;
  max-width: 1100px;
  height: auto;
  min-height: 450px;
  position: relative;
}
.citation-video03 blockquote {
  padding: 11% 18%;
}

.chiffre01-chapitre02 {
  max-height: 150px;
    background-image: url("images/chiffre.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10% 10% 38%;
    margin: 7% auto 0;
  	position: relative;
	color: #0c2c40;
	font-weight: 300;
}
.chiffre02-chapitre02 {
  max-height: 150px;
    background-image: url("images/chiffre.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10% 10% 30%;
    margin: 7% auto 0;
  	position: relative;
	color: #0c2c40;
	font-weight: 300;
}
.chiffre01-chapitre03 {
  max-height: 150px;
    background-image: url("images/chiffre03.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10% 10% 20%;
    margin: 7% auto 0;
  	position: relative;
	color: #0c2c40;
	font-weight: 300;
}

.txt-chiffre {
	width: 70%;
    margin: auto;
    padding: 5% 16% 0%;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
	color: #f28066;
}
.lechiffre{
	font-size: 4.5em;
	font-weight: 900;
	
}

.citation01-chapitre02 {
  width: 100%;
  background-image: url("images/bulle-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15% 4% 40%;
  margin: 0 auto;
  position: relative;
}
.citation01-chapitre01 p, .citation01-chapitre02 p, .citation02-chapitre01 p, .citation01-chapitre03 p {font-size:1.1em;}
.citation01-chapitre02 p{
	padding: 0 17%;
}
#conclusion-chapitre02-before{
	  background-image: url("images/conclusion-chapitre02-before.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  width: 100%;
  height: auto;
    margin: 0 auto;
	background-color: transparent;
  position: relative;
	padding: 1% 0;

}
#conclusion-chapitre02 {
  background-image: url("images/conclusion-chapitre02.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  width: 100%;
  height: auto;
    margin: 0 auto;
	background-color: #1f2835;
  position: relative;
    min-height:440px;
}
#conclusion-chapitre02 p:first-child{
	padding-top:10%;
}
#conclusion-chapitre02 .conclusion {
	padding: 1% 3%;
}
.traits-conclusion-black {
  width: 12px;
  height: 48px;
  background-color: #1f2835;
  margin: 5% auto 3%;
  display: block;
  position: relative;
  border-radius: 50px
}
.traits-conclusion-black::before {
  content: "";
  width: 12px;
  height: 48px;
  background-color: #1f2835;
  position: absolute;
  top: 20px;
  left: -60px;
  -moz-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  border-radius: 50px
}
.traits-conclusion-black::after {
  content: "";
  width: 12px;
  height: 48px;
  background-color: #1f2835;
  position: absolute;
  top: 20px;
  right: -60px;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-radius: 50px
}
#header-chapitre03 {
  background-image: url("images/header-chap03-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  width: auto;
  height: auto;
  min-height: 115px;
  position: relative;
  background-color: #34627f;
  z-index: -1;
  margin-top: -1px;
}
#chapitre03 {
  padding: 0;
  width: auto;
  height: auto;
  position: relative;
  background-color: #34627f;
  z-index: 0;
}
#titre-chapitre03 {
  padding: 1% 0;
}
#moreinfo {
  padding: 5% 0 0;
}
.moreinfo {
  text-align: center;
  font-size: 1.5em;
  margin-top: 30px;
}
#ressources {
  background-image: url("images/ressources-back.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: transparent;
  position: relative;
  padding: 9% 0 4%;
}
#logo-ressources {
  width: 90%;
  margin: 3% auto 0;
}
#logo-ressources div {
  float: left;
  padding: 2% 3%;
  max-width: 15%;
}
#logo-ressources div img {
  max-width: 200px;
  max-height: 60px;
}
#logo-ressources a:nth-child(3) img {
  padding: 4% 5% 0;
}
#logo-ressources p {
  padding: 0 5%;
}
#logo-ressources div a img, #logo-ressources p a {
  opacity: 1;
  transition: all .2s ease-in-out;
}
#logo-ressources div a img:hover, #logo-ressources p a:hover {
  opacity: .5;
  transition: all .2s ease-in-out;
}
.mentions {
  text-align: center;
  font-size: .7em;
  padding: 10px 0;
}
/*-----animations----*/
.anim, .anim02, .anim03, .anim03bis1, .anim02bis1, .anim02bis2 {
  position: relative;
  transition: opacity;
  opacity: 0;
}
.anim.visible {
  opacity: 1;
  left: 0px;
}
.anim02.visible, .anim02bis1.visible, .anim02bis2.visible {
  opacity: 1;
  right: 0px;
}
.anim03.visible, .anim03bis1.visible {
  opacity: 1;
  top: 0px;
}
.anim.visible {
  animation: apparition-left 1s ease-in-out;
  -moz-animation: apparition-left 1s ease-in-out;
  -ms-animation: apparition-left 1s ease-in-out;
  -webkit-animation: apparition-left 1s ease-in-out;
  -o-animation: apparition-left 1s ease-in-out;
}
.anim02.visible {
  animation: apparition-right 1s ease-in-out;
  -moz-animation: apparition-right 1s ease-in-out;
  -ms-animation: apparition-right 1s ease-in-out;
  -webkit-animation: apparition-right 1s ease-in-out;
  -o-animation: apparition-right 1s ease-in-out;
}
.anim03.visible {
  animation: apparition-bottom 1s ease-in-out;
  -moz-animation: apparition-bottom 1s ease-in-out;
  -ms-animation: apparition-bottom 1s ease-in-out;
  -webkit-animation: apparition-bottom 1s ease-in-out;
  -o-animation: apparition-bottom 1s ease-in-out;
}
.anim03bis1.visible {
  animation: apparition-bottom 1.4s ease-in-out;
  -moz-animation: apparition-bottom 1.4s ease-in-out;
  -ms-animation: apparition-bottom 1.4s ease-in-out;
  -webkit-animation: apparition-bottom 1.4s ease-in-out;
  -o-animation: apparition-bottom 1.4s ease-in-out;
}
.anim02bis1.visible {
  animation: apparition-right 1.2s ease-in-out;
  -moz-animation: apparition-right 1.2s ease-in-out;
  -ms-animation: apparition-right 1.2s ease-in-out;
  -webkit-animation: apparition-right 1.2s ease-in-out;
  -o-animation: apparition-right 1.2s ease-in-out;
}
.anim02bis2.visible {
  animation: apparition-right 1.4s ease-in-out;
  -moz-animation: apparition-right 1.4s ease-in-out;
  -ms-animation: apparition-right 1.4s ease-in-out;
  -webkit-animation: apparition-right 1.4s ease-in-out;
  -o-animation: apparition-right 1.4s ease-in-out;
}
/*------KEYFRAMES----*/
@keyframes apparition-left {
  0% {
    opacity: 0;
    left: -50px;
  }
  100% {
    opacity: 1;
    left: 0px;
  }
}
@keyframes apparition-right {
  0% {
    opacity: 0;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}
@keyframes apparition-bottom {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*-------------------*/
/**
 * ----------------------------------------
 * animation focus-in-contract-bck
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
    transform: translateZ(12px);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/*-------------------*/
/*----RESPONSIVE-----*/
@media only screen and (min-width: 2000px) {
  h1 {
    padding: calc(20% - 200px) 0 0;
  }
}
@media only screen and (min-width: 1680px) and (max-width: 1902px) {
  #logo-ressources div {
    padding: 2% 4%;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1679px) {
  #logo-ressources div {
    padding: 2% 3.5%;
  }
}
@media only screen and (max-width: 1600px) {
  .astuce p {
    padding: 12% 0%;
    font-size: 1.2em;
    line-height: 1.2em;
  }
  .astuce::before {
    padding: 52% 80%;
    left: -32%;
    top: -6%;
  }
  .content-all {
    padding: 0 10%;
  }
  #suprabar {
    width: 1080px;
    left: calc(50% - 540px);
  }
  #header-intro::before {
    right: 7%;
    /*top: 120%;*/
  }
  .thin-block {
    padding: 0;
  }
  blockquote {
    font-size: 1.8em;
  }
  h1 {
    padding: calc(32% - 200px) 0 0;
  }
  .knowthat {
    margin-right: 10%;
  }
  .margin-left5 {
    margin-left: 0;
  }
  /*#conclusion-chapitre01 .conclusion {
    padding: 9% 0 5%;
  }*/
  .citation-video01 {
    min-height: 440px;
  }
  .conclusion {
    font-size: 1.4em;
  }
  .txt-citation {
    width: 75%;
    padding: 0px 12% 0%;
    font-size: 1.4em;
  }
  .chiffre-citation::after {
    left: calc(50% - 54px);
    top: -7px;
  }
  .citation02-chapitre02 {
    background-position: top left;
    background-size: 100%;
  }
  .citation01-chapitre02::before {
    left: 0;
  }
  .citation03-chapitre02::before {
    top: 40px;
  }
  .citation03-chapitre03 {
    background-size: 100%;
    padding: 10% 5%;
    margin: 50px auto 0;
  }
  .citation04-chapitre03 {
    background-size: 98%;
  }
  .citation04-chapitre03::before {
    top: 30px;
  }
/*  .citation01-chapitre03 {
    background-size: 100%;
  }*/
  .citation02-chapitre03 {
    height: 190px;
    background-size: 100%;
  }
  h3 {
    font-size: 2em;
  }
  #moreinfo {
    padding: 7% 0 0;
  }
  #logo-ressources {
    width: 100%;
  }
  #logo-ressources div {
    padding: 2% 4%;
  }
  #conclusion-chapitre02 {
    background-size: 135%;
  }
  .citation01-chapitre01 {
    /*background-size: 100%;*/
    padding: 28% 5% 36%;
    margin: 10% auto 0;
  }
  .citation01-chapitre02 {
    /*width: 86%;
    padding: 7% 7%;*/
    margin: 16% 0 0;
  }
}
@media only screen and (max-width: 1440px) {
    .lechiffre {font-size: 4em;}
    #animation-puffs {margin: 50px 0 0 50px;}
    .citation01-chapitre01::before, .citation01-chapitre03::before{display: none;}
    .citation02-chapitre01 {padding: 10% 21% 55%;}
    #conclusion-chapitre01 {background-size: cover;}
    .citation01-chapitre02 p {padding: 0;}
.citation01-chapitre02 {width: 85%; padding: 25% 10% 50%;}
    .chiffre01-chapitre02 {background-size: cover; border-radius: 52%;
        padding: 15% 10% 50%;}
    .citation01-chapitre03 {
    padding: 21% 10% 40%;
        left: 0;}
    #conclusion-chapitre03 {
        background-size: cover;}

#logo-ressources div {
        padding: 2% 2%;
    max-width: 18%;
}
    
  .citation04-chapitre03 {
    background-size: 90%;
    height: 207px;
    padding: 6% 11% 19%;
  }
  .left {
    width: 43%;
  }
  .knowthat02-new {
    width: 350px;
  }
  .citation02-chapitre02 {
    padding: 5% 0% 12%;
    margin: 110px auto 0;
  }
  .knowthat02-new02 {
    width: 380px;
  }
  .width40 {
    width: 40%;
  }
  .avis-expert {
    width: 90%;
    padding: 1% 5% 5%;
  }
  .avis-expert p {
    width: 90%;
  }
  #conclusion-chapitre01 .conclusion {
    padding: 2% 4%;
  }
  .conclusion {
    padding: 2% 4% 5%;
  }
}
@media only screen and (max-width: 1281px) {
.txt-citation {
    width: 68%;
    font-size: 1.4em;
	line-height: 1.1em;
	}
  h1 {
    font-size: 7em;
  }
  #conclusion-chapitre02 {
    background-position: 79% 0%;
    background-size: 217%;
  }
  .content-all {
    padding: 0 5%;
  }
  .citation01-chapitre01 {
    left: -10px;
        padding: 15% 3% 20%;
    border-radius: 43%;
background-size: 100%;
  }
  .knowthat::before, .knowthat02::before, .knowthat03::before, .knowthat02-new::before {
    width: 161px;
    height: 213px;
    right: -25%;
  }
  .knowthat02, .knowthat02-new {
    margin-right: 0;
  }
  #before-intro {
    background-position: 60% center;
    background-size: 160%;
  }
  #ressources {
    padding: 15% 0 20%;
    background-position: top right;
    background-size: 167%;
  }
  .citation02-chapitre02 {
    background-position: top right;
    background-size: 100%;
  }
  .citation02-chapitre03 {
    padding: 10% 10%;
    margin: 10px auto 0;
  }
  .citation03-chapitre03 {
    background-size: 100%;
  }
  .citation04-chapitre03 {
    height: 140px;
  }
  .astuce {
    right: 9%;
  }
  .conclusion {
    padding: 1% 11% 2%;
  }
  #conclusion-chapitre01 .conclusion {
    padding: 1% 10% 2%;
  }

}
@media only screen and (max-width: 1025px) {
    p {
        font-size: 1em;}
    .conclusion {
    font-size: 1.2em;
}
  h1 {
    padding: calc(45% - 200px) 0 0;
  }
    h2 {
        font-size: 2.5em;}
  #header-intro::before {
    right: 0;
    top: 70%;
  }
    .lechiffre {
        font-size: 3.5em;}
  blockquote {
    font-size: 1.4em;
  }
  .citation-video01 {
    min-height: 380px;
  }
  .citation02-chapitre03 {
    padding: 5% 10%;
    margin: 90px auto 0;
  }
  .citation02-chapitre02 {
    background-size: 100%;
  }
  .citation02-chapitre02 img {
    display: none;
  }
  .citation03-chapitre03 {
    background-size: 100%;
  }
  .citation04-chapitre03 {
    height: 180px;
  }
  .knowthat03 {
    width: 290px;
    height: 290px;
    margin: 10% 10% 0 0;
  }
  #suprabar {
    width: 990px;
    left: calc(50% - 500px);
  }
  #menu-right {
    width: 900px;
  }
  #menu-right a:nth-child(1) {
    margin: 4% 1% 0 1%;
  }
  #conteneurSupra a {
    margin: 3% 3% 0;
    max-width: 160px;
  }
  #conteneurSupra a:nth-child(2) {
    margin-top: 36px;
  }
  #logo-ressources div {
    padding: 2% 3.8% !important;
    width: 100%;
    max-width: 40%;
  }
  .citation01-chapitre01 img {
    display: none;
  }
  .citation01-chapitre01 {
    padding: 11% 11% 41%;
    margin: 20% auto 0;
  }
    .citation02-chapitre01 {
    padding: 10% 8% 55%;
}
.citation01-chapitre02 {
    width: 98%;
    padding: 19% 7% 63%;
    margin: 0;}
    
    .knowthat02-new::before {
    display: none;
  }
    .citation01-chapitre02 p {
    padding: 0 7%;
}
  .astuce {
    font-size: 1.1em;
    right: 8%;
  }
  .knowthat03 svg {
    display: none;
  }
  .knowthat03 br:nth-of-type(2n) {
    display: none;
  }
  .txt-citation {
    font-size: 1.3em;
    width: 70%;
  }
  .knowthat02-new02::before {
    display: none;
  }
  .knowthat02-new02 {
    margin-right: 0;
  }
  .chiffre-citation02 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 994px) {
  /*----------------Menu burger---------------*/
  #menu {
    z-index: 2;
    top: 0px;
    left: -900px;
    position: absolute;
    width: 100%;
    background: #1f2835;
    height: 100vh;
    transition: all 300ms ease;
  }
  #menu::before {
    content: "";
    background-image: url("images/wave-menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 110px;
    height: 101vh;
    position: absolute;
    right: -90px;
  }
  #conteneurMenu {
    padding: 6% 8% 0;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3em;
    font-weight: 400;
  }
  #conteneurMenu a {
    color: #ffffff;
  }
  .logo-planetesante {
    display: block;
    float: none;
    border: 2px solid white;
    border-radius: 50%;
  }
  #conteneurMenu a mark {
    background-color: transparent;
    color: white;
    padding: 5px;
  }
  #conteneurMenu a mark:hover {
    padding-bottom: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, #ffcc30 45%, #ffcc30 100%);
  }
  #menu.open {
    left: 0px;
    position: fixed;
  }
  #menuTxt, #closeTxt {
    color: #FFF;
  }
  #menuTxt.open, #closeTxt {
    display: none;
  }
  #closeTxt.open, #menuTxt {
    display: block;
  }
  #menuToggler {
    line-height: 24px;
    position: fixed;
    z-index: 3;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #ebe2e3;
    border-radius: 50px;
    padding: 10px;
  }
  .menuCross {
    width: 36px;
    height: 36px;
    position: relative;
    float: left;
  }
  .menuCross .bit-1::before {
    content: '';
    left: 6px;
    top: 10px;
    position: absolute;
    width: 12px;
    transform-origin: left bottom;
    height: 2px;
    background: #011224;
    transition: transform 0.3s, top 0.3s;
  }
  .menuCross .bit-1::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 10px;
    width: 12px;
    transform-origin: right bottom;
    height: 2px;
    background: #011224;
    transition: transform 0.3s, top 0.3s;
  }
  .menuCross .bit-2 {
    position: absolute;
    width: 24px;
    top: 50%;
    left: 50%;
    height: 2px;
    background: #011224;
    transform: translate(-50%, -50%);
    transition: transform 0.3s 0.3s, width 0.3s 0.6s;
  }
  .menuCross .bit-3::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 6px;
    width: 12px;
    transform-origin: left top;
    height: 2px;
    background: #011224;
    transition: transform 0.3s, bottom 0.3s;
  }
  .menuCross .bit-3::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 6px;
    width: 1.1em;
    transform-origin: right top;
    height: 2px;
    background: #011224;
    transition: transform 0.3s, bottom 0.3s;
  }
  .menuCross.open .bit-1:before {
    top: 0.4em;
    width: 14px;
    transform: rotate(41deg);
    transform-origin: left bottom;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
  }
  .menuCross.open .bit-1:after {
    top: 0.4em;
    width: 14px;
    transform: rotate(-41deg);
    transform-origin: right bottom;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
  }
  .menuCross.open .bit-2 {
    width: 0.1em;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.3s 0.3s, width 0.3s;
  }
  .menuCross.open .bit-3:before {
    bottom: 0.5em;
    width: 16px;
    transform: rotate(-41deg);
    transform-origin: left top;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  .menuCross.open .bit-3:after {
    bottom: 0.5em;
    width: 16px;
    transform: rotate(41deg);
    transform-origin: right top;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  /*-----------------------------------*/
  .noneSupra {
    display: none;
  }
  .noneMenu {
    display: block;
  }
  #before-intro {
    background-position: top left;
  }
  h1 {
    padding: 40% 0 0;
    width: 100%;
    font-size: 4em;
  }
  .ss1-h1 {
    width: 90%;
    font-size: 1.8em;
    line-height: 1em;
    margin-top: 10px;
  }  
  .ss2-h1 {
    width: 90%;
    font-size: 1.6em;
    line-height: 1em;
    margin-top: 10px;
  }
  .logo-republicCanton {
    right: 10%;
    width: 200px;
  }
  h2 {
    font-size: 1.8em;
    width: 90%;
  }
  h3 {
    margin: 30px auto;
    width: 100%;
    font-size: 2em;
    line-height: 1em;
  }
  .content-all {
    padding: 0 5%;
  }
  p {
    font-size: 1em;
  }
  .left, .right {
    float: none;
    clear: both;
    width: 100%;
  }
  .thin-block {
    padding: 0;
  }
  #header-chapitre01 {
    min-height: 85px;
  }
  .video01, .video02, .video03 {
    padding: 0;
    width: 90%;
    min-height: 160px;
  }
  blockquote {
    font-size: 1.4em;
    padding: 15% 17%;
    margin-bottom: 5%;
  }
  .knowthat, .knowthat02, .knowthat03, .knowthat02-new::before {
    font-size: 1.2em;
    height: 265px;
    width: 80%;
    padding: 30px;
    margin-left: -10px;
    border-radius: 47%;
  }
  .knowthat::before, .knowthat02::before, .knowthat03::before {
    width: 70px;
    height: 90px;
    right: 0;
    bottom: -20px;
  }
  .knowthat svg, .knowthat02 svg, .knowthat03 svg, .knowthat02-new svg {
    transform: scale(.8);
  }
  .txt-citation {
    width: 70%;
    font-size: 1.2em;
    padding: 20px 0;
  }
  #header-chapitre03 {
    padding-left: 0px !important;
  }
  #header-intro::before {
    display: none;
  }
  #titre-chapitre01 {
    padding: 8% 0 4%;
  }
  #header-intro {
    background-size: cover;
    padding: 12% 12% 2%;
    background-position: right;
  }
  .citation-video02 blockquote {
    padding: 20% 16%;
    margin-bottom: 0;
  }
  .citation-video01 {
    min-height: 360px;
    background-image: url(images/citation-video01.svg);
    margin: -1px 0px 0 0;
    width: 100%;
  }
  .citation01-chapitre02 {
    background-size: 189%;
    border-radius: 50px;
  }
  .citation-video02 {
    min-height: 280px;
  }
    
  .citation01-chapitre01 {
padding: 14% 8% 45%;
    margin: 0 auto 0;
    background-size: cover;
    /* height: 270px; */
    /* border-radius: 30px; */
    background-position: -5% 1px;
    /*padding: 0;
    margin: 0 auto 0;
    background-size: 232%;
    height: 160px;
    border-radius: 30px;
    background-position: -5% 1px;*/
  }
  .conclusion {
    font-size: 1.2em;
  }
  .titre-conclusion {
    width: 240px;
    margin: 12% auto 0;
    font-size: 2em;
  }
  #conclusion-chapitre01 .conclusion {
    padding: 2% 0 5%;
  }
  #conclusion-chapitre01 {
    background-position: 68% 4%;
    background-size: 500%;
  }
  #conclusion-chapitre01::before {
    background: linear-gradient(0deg, rgb(167 161 241) 50%, rgba(80, 95, 188, 1) 50%, rgba(80, 95, 188, 1) 50%);
  }
  #header-chapitre02 {
    min-height: 70px;
  }
  .margin-top2, .margin-top5, .margin-top10, .margin-top15, .margin-top20 {
    margin-top: 0;
  }
  .margin-left5, .margin-left10, .margin-left15, .margin-left20 {
    margin-left: 0;
  }
  #conclusion-chapitre02 {
    background-position: 70% 8%;
    background-size: 660%;
  }
  #conclusion-chapitre03 {
    background-position: 70% 45%;
    background-size: 800%;
  }
  .moreinfo {
    font-size: 1.2em;
  }
  #moreinfo a {
    font-size: 1em;
    padding: 6% 8%;
  }
  #logo-ressources div {
    padding: 2% 3.8% !important;
    width: 100%;
    max-width: 40%;
  }
  .citation01-chapitre02::before {
    left: -30px;
    top: 50px;
  }
  .chiffre-citation {
    padding: 7% 5% 0;
    margin: 0 0 20px 47%;
  }
  .citation02-chapitre02 {
    background-size: 130%;
    background-position: -10% bottom;
    border-radius: 30px;
    padding: 0;
  }
  .citation03-chapitre02 {
    background-size: 160%;
    border-radius: 30px;
    background-position: right;
  }
  .citation01-chapitre03 {
    background-size: 175%;
    background-position: left;
    border-radius: 30px;
  }
  .citation02-chapitre03 {
    height: 220px;
    background-size: 152%;
    background-position: 0;
    border-radius: 30px;
    margin: 10px auto 0;
  }
  .chiffre02-citation::after {
    left: calc(50% - 54px);
    top: -10px;
  }
  #ressources {
    background-size: cover;
    padding: 15% 0;
  }
  #logo-ressources div img {
    max-width: 210px;
    max-height: 60px;
  }
  .citation02-chapitre02 img, .citation03-chapitre03 img {
    display: none;
  }
  .citation02-chapitre02 p {
    padding: 40% 0 0;
  }
  .citation03-chapitre02 .chiffre-citation {
    margin: 0px 0 20px 15%;
  }
  /*---Animations mobile----*/
  .anim.visible, .anim02.visible, .anim03.visible, .anim03bis1.visible, .anim02bis1.visible, .anim02bis2.visible {
    animation: apparition-bottom 1s ease-in-out;
    -moz-animation: apparition-bottom 1s ease-in-out;
    -ms-animation: apparition-bottom 1s ease-in-out;
    -webkit-animation: apparition-bottom 1s ease-in-out;
    -o-animation: apparition-bottom 1s ease-in-out;
  }
  /*------------------------*/
}
@media only screen and (max-width: 769px) {

    #before-intro {
    background-position: 15% center;
    background-size: cover;
}
  .logo-republicCanton {
    right: calc(50% - 80px);
    width: 160px;
  }
  .txt-citation {
    width: 78%;
  }
  .knowthat03 {
    height: 235px;
  }
  .margin-left0 {
    margin-left: 0px !important;
  }
  .margin-right0 {
    margin-right: 0px !important;
  }
  .txt-right {
    text-align: right;
    margin-right: 20px;
  }
  .txt-left {
    text-align: left;
    margin-left: 20px;
  }
  h3 {
    margin: 70px auto 0;
  }
  #logo-ressources div {
    padding: 9% 5%;
    max-width: 100%;
    float: none;
  }
  #logo-ressources div:nth-child(3) p {
    padding: 0 !important;
  }
  #logo-ressources div:nth-child(3) p span a {
    padding: 0 !important;
  }
  #ressources {
    background-position: bottom;
  }
  #conclusion-chapitre02 {
    background-position: 67% -35px;
    background-size: 730%;
  }
  .citation03-chapitre03 {
    background-size: 137%;
    background-position: 95%;
    border-radius: 30px;
    height: 50px;
    padding: 50px 0px 110px;
  }
  .citation04-chapitre03 {
    height: 141px;
    border-radius: 30px;
    background-position: 80%;
    background-size: 139%;
    padding: 30px 0 110px;
  }
  #header-intro {
    background-position: center;
  }
  #conclusion-chapitre01::before {
    background: linear-gradient(0deg, rgb(31 40 53) 50%, rgb(31 40 53) 50%, rgb(31 40 53) 50%);
  }
}
@media only screen and (max-width: 768px) {
    #before-intro {
        background-position: 40% center;}
    .p-left, .p-right {
    float: none;
    width: 100%;
}
    .chiffre01-chapitre02 {
    padding: 15% 10% 20%;
}
    #animation-puffs {
    margin: 0;
}
    .citation01-chapitre01 {
        left: 0;}
    
  .knowthat02-new02 {
    width: calc(100% - 40px);
    height: 330px;
    border-radius: 50%;
    background-color: #0cd0c2;
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: center;
    font-style: italic;
    color: #ffffff;
    padding: 10px 20px;
    margin: auto;
    /* left: auto; */
    /* margin-top: 0; */
    position: relative;
  }
  #conclusion-chapitre02 {
    background-position: 81% -10px;
    background-size: 600%;
    background-color: #0cd0c2;
  }
  .knowthat03 {
    height: 240px;
    width: 75%;
    padding: 30px;
    margin: auto;
    border-radius: 50%;
  }
  .logo-republicCanton {
    right: calc(50% - 60px);
    width: 120px;
      bottom: 100px;
  }
  .citation-video01 {
    min-height: 350px;
    margin: -1px 0px 0 2%;
    background-image: url(images/citation-video01-small.svg);
    width: 95%;
  }
  .citation01-chapitre01 {
    padding: 10% 10% 23%;
    margin: 0% auto 0;
    background-size: cover;
    height: 200px;
    border-radius: 34%;
    background-position: 60% 0px;
  }
    .citation-video02 {
        background-image: url(images/citation-video02-small.svg);}
    .conclusion {
    font-size: 1.1em;
}
  .citation01-chapitre02 {
    background-size: cover;
    width: 84%;
    padding: 6% 7%;
    margin: 0% auto 0;
  }
  .knowthat02-new {
    width: 80%;
    height: 270px;
    font-size: 1.2em;
    padding: 10%;
  }
  .knowthat02-new span:first-child br {
    display: none;
  }
  .astuce {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    left: auto;
    right: auto;
  }
  .astuce::before {
    padding: 0;
    width: 100%;
    height: 100%;
    right: auto;
    left: -10px;
    top: 30px;
    border-radius: 40px;
    background-size: 120%;
  }
  .astuce::after {
    display: none;
  }
  .astuce p {
    padding: 12% 12% 20%;
    text-align: right;
    font-size: 1.1em;
    line-height: 1.2em;
  }
  #titre-chapitre02 br {
    display: none;
  }
  .knowthat::before, .knowthat02::before, .knowthat03::before {
    display: none;
  }
  .citation02-chapitre02 {
    margin: 0 auto 0;
  }
  .citation02-chapitre02 p {
    padding: 5% 0;
  }
	.avis-expert {
    background-position: bottom;
    background-size: cover;
    border-radius: 20px;
    line-height: 1.2em;
    padding-top: 10%;
    padding-bottom: 14%;}
	
	.citation03-chapitre03 {
    background-size: cover;
    border-radius: 30px;
    height: 490px;
    margin: -60px 0 0 0;
    padding: 0;
    background-position: 52%;
	}
	.citation03-chapitre03 .chiffre-citation02 {
		font-size: 1.7em;
		padding-top: 31%;
	}
	.citation03-chapitre03 .txt-right {
    text-align: center;
    margin: 0 auto;
    left: 0;
    margin-left: auto!important;
    margin-right: auto!important;
}
	#logo-ressources div:first-child p{
		    padding:0 0 5% 0 !important;
	}
	#logo-ressources div:first-child p span{
		display: inline-table;
	}
    .lechiffre {
    font-size: 2.8em;
}
}
@media only screen and (max-width: 500px){
.chiffre01-chapitre02 {
    padding: 16% 10% 59%;
}
    .citation01-chapitre02 {
        padding: 16% 7% 60%;}
    .chiffre02-chapitre02 {
    background-size: cover;
        padding: 10% 10% 30%;}
    .citation-video03{        background-image: url(images/citation-video03-small.svg);}
}