@charset "utf-8";
/* CSS Document */
/*---------------*/
/*-------RESET------*/
button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  color: inherit;
    /*display: contents;*/
}
a:focus {
  outline: none;
}
.small-txt{
	font-size: .6em;
}
/*------------------*/
#haut {
  position: fixed;
  z-index: 9;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  background-color: #fff;
  padding: 28px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .1);
  background-image: url("img/Icon-chevron.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-position ease-in-out .3s;
}
#haut:hover {
  background-position: center 40%;
  transition: background-position ease-in-out .3s;
}
/*-----------------*/
html {
  scroll-behavior: smooth;
}
body {
-webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000;
  font-family: freight-sans-condensed-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  outline: none;
}
h1 {
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  color: #000;
  width: 60%;
  top: calc(40vh - 240px);
    max-width: 1000px;
    padding: 7% 8% 9%;
  font-size: 5em;
  line-height: 1em;
  font-family: 'neusa-next-std-compact', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  position: relative;
}
#h1-light {
  font-family: 'neusa-next-std-compact', sans-serif;
  font-style: normal;
  font-weight: 300;
  display: block;
  font-size: 0.8em;
}
#h1-filet {
  position: absolute;
  left: 1%;
  top: 2%;
  margin: 0 auto;
  border: 1px solid #000;
  width: 98%;
  height: 96%;
}
#h1-filet::before {
  content: "";
  background-color: #000;
  width: 120px;
  height: 30px;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 10%;
}
#h1-filet::after {
  content: "";
  background-color: #000;
  width: 120px;
  height: 15px;
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: 10%;
}
h2 {
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 2em;
  line-height: 1em;
  font-family: freight-text-pro, serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  position: relative;
  margin: 80px auto 0px;
}
/*h2::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -30px;
  width: 13px;
  height: 1px;
  background-color: #D51224;
}
h2::after {
  content: "";
  position: absolute;
  top: 28px;
  left: -31px;
  width: 1px;
  height: 80px;
  background-color: #D51224;
}*/
p {
  font-size: 19px;
}
strong {
  font-weight: 600;
}
.padding-6090 {
  padding: 60px 90px;
}
.padding-40 {
  padding: 40px 40px 0 0;
}
.clear {
  clear: both;
}
sup {
  color: #D51224;
  line-height: 0em;
}
.txt-exp-simple{
	  color: black;
}
.marginT30 {
  margin-top: 30px;
}
.marginT60 {
  margin-top: 60px;
}
.marginB30 {
  margin-bottom: 30px;
}
.marginB60 {
  margin-bottom: 60px!important;
}
.txt-black{
    color: black;
}
/*-----------Traduction btn---------*/
.tradchoice-FR {
  position: absolute;
  top: 20px;
  right: 205px;
  min-width: 26px;
  max-width: calc(100% - 14px);
  max-height: calc(100% - 14px);
  border: 1px solid #fff;
  color: #fff;
  margin: auto;
  padding: 14px;
  text-align: center;
}
.tradchoice-DE {
  position: absolute;
  top: 20px;
  right: 150px;
  min-width: 26px;
  max-width: calc(100% - 14px);
  max-height: calc(100% - 14px);
  border: 1px solid #fff;
  color: #fff;
  margin: auto;
  padding: 14px;
  text-align: center;
  background: linear-gradient(to left, transparent 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background .5s ease;
}
.trad-active {
  background-color: #fff;
  color: #000;
}
.tradchoice-DE:hover {
  color: #000;
  background-position: left bottom;
}
.rapport-complet {
  letter-spacing: 2px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 26px;
  max-width: calc(100% - 14px);
  max-height: calc(100% - 14px);
  border: 1px solid #fff;
  color: #fff;
  margin: auto;
  padding: 14px 30px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(to left, transparent 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background .5s ease;
}
.rapport-complet:hover {
  color: #000;
  background-position: left bottom;
}
/*----------------------------------*/
/*----------------Menu---------------*/
#menu {
  z-index: 90;
  top: 0px;
  right: -80%;
  position: absolute;
  width: 70%;
  height: 100vh;
  transition: all 300ms ease;
}
#conteneurMenu {
  background: rgba(0, 0, 0, .85);
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 150px;
}
#conteneurMenu .menu-in a {
  width: 100%;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.8em;
  text-align: left;
  margin-bottom: 30px;
  font-family: "freight-text-pro", serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  display: block;
}
.menu-in {
  align-content: center;
  padding-left: 100px;
}
.number-menu {
  width: 50px;
  margin-right: 30px;
  text-align: right;
  transform: translateY(-32px);
}
.number-menu-04 {
  width: 50px;
  margin-right: 30px;
  text-align: right;
}
#conteneurMenu a .menu-list {
  width: 80%;
  transition: transform ease-in-out .3s;
}
.menu-list:first-child {
  margin-left: 80px;
}
#conteneurMenu a:hover .menu-list {
  transform: translateX(20px);
  transition: transform ease-in-out .3s;
}
#conteneurMenu a span {
  display: inline-block;
}
#menu.open {
  right: 0px;
  position: fixed;
width: 70%;
}
#menu.open:before {
  content: "";
  position: absolute;
  width: 150vw;
  height: 100%;
  left: -30vw;
  top: 0%;
  z-index: -1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#menuTxt, #closeTxt {
  color: #FFF;
}
#menuTxt.open, #closeTxt {
  display: none;
}
#closeTxt.open, #menuTxt {
  display: block;
}
#menuToggler {
  line-height: 24px;
  position: fixed;
  z-index: 99;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .1);
}
.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: #1b223f;
  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: #1b223f;
  transition: transform 0.3s, top 0.3s;
}
.menuCross .bit-2 {
  position: absolute;
  width: 24px;
  top: 50%;
  left: 50%;
  height: 2px;
  background: #1b223f;
  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: #1b223f;
  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: #1b223f;
  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.4em;
  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.4em;
  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;
}
/*-----------------------------------*/
#header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(18,65,55);
    background: -moz-linear-gradient(0deg, rgba(18,65,55,1) 0%, rgba(18,65,55,1) 30%, rgba(18,65,55,0) 70%, rgba(18,65,55,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(18,65,55,1) 0%, rgba(18,65,55,1) 30%, rgba(18,65,55,0) 70%, rgba(18,65,55,1) 100%);
    background: linear-gradient(0deg, rgba(18,65,55,1) 0%, rgba(18,65,55,1) 30%, rgba(18,65,55,0) 70%, rgba(18,65,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124137",endColorstr="#124137",GradientType=1);
    mix-blend-mode: multiply;
}

#scroll {
  position: absolute;
  bottom: 100px;
  color: #fff;
  transform: rotate(-90deg);
  left: 20px;
  font-family: 'neusa-next-std-compact', sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background-color: transparent;
  transition: bottom .4s ease-in-out;
}
#scroll::before {
  content: "";
  transform: rotate(-90deg);
  left: -50px;
  bottom: -26px;
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: #fff;
}
#scroll:hover {
  bottom: 80px;
  transition: bottom .4s ease-in-out;
}
/*------------------------------------------*/
#header {
  position: relative;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  z-index: 10;
}
#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#date-h1{
font-family: freight-sans-condensed-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-align: left;
  font-size: 0.25em;
  text-transform: none;
  display: block;
	color: #D51224;
}
#sous-h1 {
  font-family: freight-sans-condensed-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-align: left;
  font-size: 0.3em;
  text-transform: none;
  display: block;
    line-height: initial;
}
#sous-h1-02 {
  font-family: freight-sans-condensed-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-align: left;
  font-size: 0.3em;
  text-transform: none;
  display: block;
    line-height: initial;
}
.titre-nohn {
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 2em;
  line-height: 1em;
  font-family: freight-text-pro, serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  /*margin-bottom: 90px;*/
}
#logo-rms {
  background-image: url("img/logo-rms.svg");
     background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 164px;
    max-width: 133px;
    top: 40px;
    left: 40px;
}
#logo-heds {
  background-image: url("img/heds.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 13%;
    height: 11%;
    max-height: 80px;
    max-width: 195px;
    bottom: 40px;
    right: 280px;
}
#logo-hes {
  background-image: url("img/logo-hes.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
width: 13%;
    height: 7%;
    max-height: 81px;
    max-width: 300px;
    bottom: 60px;
    right: 510px;
}
#logo-fac {
  background-image: url("img/fac.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 20%;
  height: 20%;
  max-height: 80px;
  max-width: 195px;
  bottom: 40px;
  right: 40px;
}

.large-content {
  width: 100%;
  padding: 1px 0 80px;
  margin: 3% auto 0;
  display: inline-block;
  position: relative;
  background: rgb(242, 243, 243);

}
.large-content-mentions-little{
    width: 100%;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  background: black;
  
}
.large-content45 {
  width: 100%;
  padding: 1px 0 0;
  margin: 3% auto;
  display: inline-block;
  position: relative;
  background: rgb(242, 243, 243);
}
.large-content-alire::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 50px;
  background-color: #F2F3F3;
  top: 9%;
  left: calc(50% - 165px);
}
.large-content-alire::after {
  content: "";
  left: calc(50% - 610px);
  top: 12%;
  position: absolute;
  z-index: -2;
  max-width: 1220px;
  margin: auto;
  width: 100%;
  height: 100px;

}
.content {
  max-width: 1300px;
  margin: auto;
  display: block;
  position: relative;
}
.float {
  float: left;
  width: 50%;
}
.float-img{
	float: left;
	width: 60%;
}
.floatR {
  float: right;
  width: 50%;
}
#introduction {
  margin: 13% 0 5%;
  padding: 0 20px;
}
.image-cinq-bonnes-raisons {
  background-image: url("img/world-hand-futur.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: auto 1/1;
  max-height: 600px;
  position: relative;
    margin: auto;
  margin: 50px 0 0;

}
.image-cinq-bonnes-raisons::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid white;
  top: 10px;
  left: 10px;
}
.image-cinq-bonnes-raisons::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 80%;
  background-color: #f2f3f3;
  top: 10%;
  left: 0;
}
.image-impacts-changement-climatique {
  background-image: url("img/image-impacts-changement-climatique.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: auto 184/150;
  /*height: 600px;*/
  display: block;
  position: relative;
    margin-top: 50px;
}
.image-co2{
      background-image: url("img/image-co2.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: auto 170/150;
    height: 430px;
    display: block;
    position: relative;
    margin: 20% auto 0;
}
.image-sante-planetaire{
      background-image: url("img/closed-up-leaf.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: auto 1/1;
  max-height: 600px;
  position: relative;
    margin: auto;
  margin: 50px 0 0;

}
.image-sante-planetaire::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid white;
  top: 10px;
  left: 10px;
}
.image-sante-planetaire::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 80%;
  background-color: white;
  top: 10%;
  right: 0;
}
.image-alimentation{      
    background-image: url("img/alimentation.jpg");
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: auto 16/9;
    /* max-height: 700px; */
    position: relative;
    margin: auto;
    margin: -10px 0 0 60px;
}
.image-alimentation::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid white;
  top: 10px;
  left: 10px;
}
.image-alimentation::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 80%;
  background-color: #f2f2f2;
  top: 10%;
  left: 0;
}
.image-mobilite{      
    background-image: url("img/bike-nature.jpg");
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: auto 4/3;
    max-height: 600px;
    position: relative;
    margin: auto;
    margin: -70px 0 0 0px;
}
.image-mobilite::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid white;
  top: 10px;
  left: 10px;
}
.image-mobilite::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 80%;
  background-color: #f2f2f2;
  top: 10%;
  left: 0;
}
.image-societe{      
    background-image: url("img/world-hand-people.jpg");
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: auto 1/1;
    max-height: 600px;
    position: relative;
    margin: auto;
    margin: 20px 0;
}
.image-societe::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid white;
  top: 10px;
  left: 10px;
}
.image-societe::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 80%;
  background-color: #f2f2f2;
  top: 10%;
  left: 0;
}

.icon-quality01, .icon-quality02, .icon-quality03, .icon-quality04, .icon-quality05, .icon-quality06 {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto 20px;
      background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon-quality01 {
  background-image: url("img/old-woman.svg");
}
.icon-quality02 {
  background-image: url("img/energy-c02.svg");
}
.icon-quality03 {
  background-image: url("img/reboot-world.svg");
}
.icon-quality04 {
  background-image: url("img/head-thinling-green.svg");
}
.icon-quality05 {
  background-image: url("img/search-green.svg");
}
.icon-quality06 {
  background-image: url("img/best-practice.svg");
}
.flex {
  display: flex;
  margin: auto;
}
.demi-center {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-height: 600px;
  margin: auto;
}
.demi-center40{
width: 40%;
  max-height: max-content;

}
.demi-center p {
    padding: 10px 30px 0 0;
}
.tier-center {
  display: flex;
  flex-direction: column;
  width: 30%;
  max-height: 600px;
  margin: auto;
}
#cinq-bonnes-raisons .tier-center{
    background-color: white;
    padding: 3%;
    min-height: 220px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}
#cinq-bonnes-raisons .flex, #champs-action .flex {
    gap: 60px;
}
#cinq-bonnes-raisons .flex:nth-of-type(1) {
    margin-bottom: 10px;
}

#champs-action .tier-center{
    background-color: white;
    padding: 3%;
    min-height: 200px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}
#champs-action h2{
    margin-bottom: 40px;
}
.content-padding {
  padding: 0 20px;
}
#exergue {
  width: 80%;
  height: 200px;
  background-color: white;
  padding: 50px 40px;
  margin: 10px 0 50px;
  display: inline-table;
  position: relative;
}
#exergue::before {
  content: "";
  position: absolute;
  border: 1px solid black;
  width: 96%;
  height: 94%;
  top: 3%;
  left: 2%;
}
#exergue::after {
  content: "";
  background-color: black;
  position: absolute;
  width: 100px;
  height: 22px;
  top: -3%;
  right: 5%;
  z-index: 9;
}
#img-exergue84 {
  background-image: url("img/exergue84.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 110px;
}
#nb-exergue84 {
  text-align: center;
  font-size: 5em;
  color: #3177B7;
  font-family: 'neusa-next-std-condensed', sans-serif;
  display: block;
  margin: 40px auto 20px;
  font-weight: 700;
}
#txt-exergue84 {
  text-align: center;
  font-size: 1.8em;
  color: #3177B7;
  font-family: 'neusa-next-std-compact', sans-serif;
  max-width: 280px;
  margin: auto;
  display: block;
  font-weight: 500;
}
#champs-action .itw-titre01{
    margin: 60px 50px 30px;
}

.itw-titre01, .itw-titre02, .itw-titre03, .itw-titre04, .itw-titre05 {
  text-align: left;
  vertical-align: middle;
  color: #000;
  font-size: 22px;
  line-height: 1em;
  font-family: freight-text-pro, serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  position: relative;
  margin: 50px 50px 0;
}
.itw-titre03, .itw-titre05{padding: 10px 0 0 0;}
.itw-titre01::before, .itw-titre02::before, .itw-titre03::before, .itw-titre04::before, .itw-titre05::before {
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: -55px;
  position: absolute;
  background-color: #D51224;
    color: white;
    text-align: center;
    font-size: 1.3em;
    vertical-align: middle;
    line-height: 1.2em;
}
.itw-titre01::before {
  content: "1";
}
.itw-titre02::before {
  content: "2";
}
.itw-titre03::before {
  content: "3";
}
.itw-titre04::before {
  content: "4";
}
.itw-titre05::before {
  content: "5";
}

.txt-center {
  text-align: center;
}
.soustitre-podium{
    margin:80px 0 0 0 ;
}
.mentions-chapitre {
  font-size: 0.8em;
  line-height: 1em;
  text-align: left;
  max-width: 100%;
  margin: 30px auto 0;
}
#back-sept {
  background-color: #F2F3F3;
  padding: 25px 45px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
-webkit-overflow-scrolling: touch;
}
#back-sept a {
display: contents;
}
#back-sept02 {
  background-color: #F2F3F3;
  padding: 25px 45px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
-webkit-overflow-scrolling: touch;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 10px;
}
.flex-container .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 4;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
  background-color: #00B391;
  color: white;
  padding: 20px;
    align-items: center;
}
.flex-container .flex-items:nth-child(1), .flex-container02 .flex-items:nth-child(1), .flex-container03 .flex-items:nth-child(1), .flex-container04 .flex-items:nth-child(1), .flex-container05 .flex-items:nth-child(1), .flex-container06 .flex-items:nth-child(1) {
  min-width: 30%;
    max-width: 30%;
}
.flex-container, .flex-container02, .flex-container03, .flex-container04, .flex-container05, .flex-container06 {
  margin: 10px 0;
}
.flex-container .flex-items:nth-child(2) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 6;
  flex-basis: auto;
  align-self: flex-start;
  order: 0;
  flex-direction: row;
  flex-wrap: wrap;
    align-items: center;
}
.flex-container02 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 10px;
}
.flex-container02 .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 4;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
  background-color: #00D3DD;
  color: white;
  padding: 20px;
    align-items: center;
}
.flex-container02 .flex-items:nth-child(2) {
  display: flex;
  flex-grow: 0;
  flex-shrink: 6;
  flex-basis: auto;
  align-content: stretch;
  order: 0;
  flex-direction: row;
  flex-wrap: wrap;
    align-items: center;
}
.flex-container03 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 10px;
}
.flex-container03 .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 4;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
  background-color: #00A0D5;
  color: white;
  padding: 20px;
    align-items: center;
}
.flex-container03 .flex-items:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-shrink: 6;
  flex-basis: auto;
  align-content: stretch;
  order: 0;
  flex-direction: row;
  flex-wrap: wrap;
    align-items: center;
}
.flex-container04 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 10px;
}
.flex-container04 .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 4;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
  background-color: #0A617E;
  color: white;
  padding: 20px;
    align-items: center;
}
.flex-container04 .flex-items:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-shrink: 6;
  flex-basis: auto;
  align-content: stretch;
  order: 0;
  flex-direction: row;
  flex-wrap: wrap;
    align-items: center;
}

.flex-container05 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 10px;
}
.flex-container05 .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 4;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
  background-color: #082935;
  color: white;
  padding: 20px;
    align-items: center;
}
.flex-container05 .flex-items:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-shrink: 6;
  flex-basis: auto;
  align-content: stretch;
  order: 0;
  flex-direction: row;
  flex-wrap: wrap;
    align-items: center;
}

.flex-container06 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 10px;
}
.flex-container06 .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 4;
  flex-basis: auto;
  align-self: stretch;
  order: 0;
  background-color: #1f1b3f;
  color: white;
  padding: 20px;
    align-items: center;
}
.flex-container06 .flex-items:nth-child(2) {
  display: flex;
  flex-grow: 1;
  flex-shrink: 6;
  flex-basis: auto;
  align-content: stretch;
  order: 0;
  flex-direction: row;
  flex-wrap: wrap;
    align-items: center;
}



#back-sept02 .flex-container .flex-items:nth-child(1), #back-sept02 .flex-container02 .flex-items:nth-child(1), #back-sept02 .flex-container03 .flex-items:nth-child(1), #back-sept02 .flex-container04 .flex-items:nth-child(1), #back-sept02 .flex-container05 .flex-items:nth-child(1), #back-sept02 .flex-container06 .flex-items:nth-child(1) {
    min-width: 40%;
    max-width: 40%;
    padding: 0px 0px 10px 0;
    background-color: transparent;
    color: black;
    border-bottom: 1px solid black;
    line-height: normal;
}
#back-sept02 .flex-container .flex-items:nth-child(2), #back-sept02 .flex-container02 .flex-items:nth-child(2), #back-sept02 .flex-container03 .flex-items:nth-child(2), #back-sept02 .flex-container04 .flex-items:nth-child(2), #back-sept02 .flex-container05 .flex-items:nth-child(2), #back-sept02 .flex-container06 .flex-items:nth-child(2) {
    line-height: normal;
    padding: 0px 3% 10px;
    word-break: break-word;
}

#conclusion{
    padding: 150px 0;
}
.mentions-lire{
        background-color: white;
    padding: 20px;
    width: max-content;
        margin: 0px 0 20px;
}
.txt-little {
  font-size: .8em;
  line-height: initial;
    color: white;
}
.numero-vert {
  color: #D51224;
  padding: 0 10px 10px 0;
}

/*------------ProgressBar-----------*/
.header {
	    position: absolute;
bottom: 0;
    right: -23px;
    z-index: 9999;
    height: calc(100% - 24px);
    width: 18px;
    background-color: #fcfcfc;
   /* transform-origin: bottom right;
    transform: rotate(270deg);*/

  /*position: fixed;
bottom: 45px;
    right: -450px;
    z-index: 9999;
    width: 80%;
    transform: rotate(90deg);
    background-color: #fcfcfc;
transform-origin: top left;*/}

.progress-container {
  width: 18px;
height: -webkit-fill-available;
	padding: 6px 0;
	background: #fff;
}
.progress-bar {
	margin: auto;
  height: 0%;
  background: #D51224;
  width: 6px;
}
/*-----------------------------------*/
/*-----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;
  }
}
/*-------------------*/

/*------------------------------------------*/
/*----------Breakpoints---------*/
@media (pointer: coarse) {
  	#menu{display: none;}
	#menu.open{display: block;width: 100%!important;}
/* Votre code CSS spécifique pour les appareils tactiles */
}
@media only screen and (max-width: 1600px) {
h1 {
    top: calc(50vh - 240px);
    padding: 5% 5%;
    font-size: 3.3em;}
        #logo-heds {
        right: 200px;}    
    #logo-hes {
        right: 370px;
    bottom: 40px;
    width: 10%;
    height: 10%;} 
    #logo-fac {
    bottom: 27px;
        right: 20px;}
}
@media only screen and (max-width: 1400px) {
  h1 {
    top: calc(45vh - 250px);
    font-size: 4em;
  }
  #h1-light {
    font-size: 0.7em;
  }
  #conteneurMenu .menu-in a {
    font-size: 1.4em;
  }
#logo-rms {
        max-width: 100px;}
    #logo-fac {
         right: 10px;
        width: 18%;
    height: 15%;
        bottom: 36px;}
#logo-hes {
    right: 360px;
    height: 8%;
    }
    
}

@media only screen and (max-width: 1280px) {
  h1 {
    top: calc(50vh - 200px);
    font-size: 3em;
  }
  #h1-light {
    font-size: 0.8em;
  }
  #conteneurMenu {
    padding-left: 0px;
  }
  #conteneurMenu .menu-in a {
    margin-bottom: 20px;
  }
  #conteneurMenu a .menu-list {
    width: 80%;
  }
  .number-menu:nth-child(1) {
    transform: translateY(0px);
  }
 #background-header-mobile{display: none;}
    .image-podium-interactif {
        width: 100%;}
.content {
    padding: 0 20px; 
    
}
    #logo-fac {
    right: 30px;
        width: 11%;}
#logo-heds {
    right: 150px;
    width: 11%;
}
    #logo-hes {
        right: 280px;}
}
@media only screen and (max-width:1024px){
    h1 {
    top: calc(50vh - 250px);
        padding: 10% 5%;}
}
@media only screen and (max-width: 980px) {
    #logo-hes {
    position: relative;
    display: block;
    margin-top: 3%;
    width: 30%;
    height: 100px;
    max-height: 81px;
    max-width: 300px;
    bottom: inherit;
    right: inherit;
}
    
    #logo-heds {
    position: relative;
    display: block;
    width: 30%;
    height: 100px;
    margin-top: 5%;
    max-height: 80px;
    max-width: 195px;
    bottom: inherit;
    right: inherit;
}
    
    #logo-fac {
    position: relative;
    display: block;
    width: 30%;
    height: 100px;
    max-height: 80px;
    max-width: 195px;
    bottom: inherit;
    right: inherit;
}
        #sous-h1-02 {
    font-size: 0.5em;
    line-height: normal;
        margin-top: 20px;}
    #logo-fac {width: 38%;height: 14%;max-height: 80px; max-width: 195px; bottom: 20px;right: 20px;}
    #header::before {height: 100vh;}
    .carte-inte-titre{display: none;}
    .mentions-chapitre{word-break: break-word;}
    #header { min-height: 90vh;}
    #background-video{display: none;}
    #background-header-mobile{ background-image: url("img/header.jpg"); background-repeat: no-repeat; background-size: cover;  height: 100vh;width: 100vw; object-fit: cover; position: absolute; left: 0; top: 0; z-index: -1; display: block;}
	#header .tradchoice-FR, #header .tradchoice-DE, #header .rapport-complet, .image-cinq-bonnes-raisons::after, .image-introduction::after, #back-sept::before, #legende p::before, #legende p::after, .image-assemblee-participative::after, .image-podium-interactif::after, .large-content-alire::before, .large-content-alire::after, .image-sante-planetaire::after, .image-alimentation, .image-mobilite, .image-societe::after{display: none;}
	h1 {padding: 10% 10%;height: 500px;top: calc(35vh - 200px);font-size: 2.7em;}
	h2 {font-size: 1.7em;}
	#date-h1{font-size: 0.5em;}
	#sous-h1 {font-size: 0.5em;line-height: normal;margin-top: 20px;}
	#logo-assm { width: 40%; height: 10%;bottom: 20px;left: 27px;}
	#h1-filet {left: 2%;width: 95%;}
	.float, .float-img {float: none;width: 100%;}
	.titre-nohn {margin-bottom: 40px;}
	.titre-schema {padding: 30px 30px 0;}
	#schema-triple-constat {max-width: 90%;}
	.padding-6090 {padding: 0;}
	.flex {display: block;}
	.demi-center, .demi-center40 {width: 100%; max-height: none;}
	.image-cinq-bonnes-raisons {height: auto;}
	.demi-center p {padding: 0;}
	.large-content {background: -moz-linear-gradient(180deg, rgba(242, 243, 243, 1) 0%, rgba(242, 243, 243, 1) calc(100% - 0px), rgba(255, 255, 255, 1) calc(100% - 0px));  background: -webkit-linear-gradient(180deg, rgba(242, 243, 243, 1) 0%, rgba(242, 243, 243, 1) calc(100% - 0px), rgba(255, 255, 255, 1) calc(100% - 0px));  background: linear-gradient(180deg, rgba(242, 243, 243, 1) 0%, rgba(242, 243, 243, 1) calc(100% - 0px), rgba(255, 255, 255, 1) calc(100% - 0px));  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f3f3", endColorstr="#ffffff", GradientType=1);}
	.tier-center {width: 100%;}
	.background-grey {padding: 10px 20px;}
	.padding-40 {  padding: 0;}
	.tier2-center {width: 100%;}
	.image-approche-de-la-reflexion {height: 260px;max-width: 300px; margin: auto;}
	.flex-container, .flex-container02, .flex-container03, .flex-container04, .flex-container05, .flex-container06 {flex-direction: column;gap: 0px;}
	.flex-container .flex-items:nth-child(1), .flex-container02 .flex-items:nth-child(1), .flex-container03 .flex-items:nth-child(1), .flex-container04 .flex-items:nth-child(1), .flex-container05 .flex-items:nth-child(1), .flex-container06 .flex-items:nth-child(1), #back-sept02 .flex-container .flex-items:nth-child(1), #back-sept02 .flex-container02 .flex-items:nth-child(1), #back-sept02 .flex-container03 .flex-items:nth-child(1), #back-sept02 .flex-container04 .flex-items:nth-child(1), #back-sept02 .flex-container05 .flex-items:nth-child(1), #back-sept02 .flex-container06 .flex-items:nth-child(1) {max-width: 100%;}
    #back-sept02 .flex-container .flex-items:nth-child(1), #back-sept02 .flex-container02 .flex-items:nth-child(1), #back-sept02 .flex-container03 .flex-items:nth-child(1), #back-sept02 .flex-container04 .flex-items:nth-child(1), #back-sept02 .flex-container05 .flex-items:nth-child(1), #back-sept02 .flex-container06 .flex-items:nth-child(1){border-bottom: none;}
    #back-sept02 .flex-container .flex-items:nth-child(2), #back-sept02 .flex-container02 .flex-items:nth-child(2), #back-sept02 .flex-container03 .flex-items:nth-child(2), #back-sept02 .flex-container04 .flex-items:nth-child(2), #back-sept02 .flex-container05 .flex-items:nth-child(2), #back-sept02 .flex-container06 .flex-items:nth-child(2){border-bottom: 1px solid black;}
	.flex-container .thin-line7 {line-height: normal;}
	#back-sept {padding: 0 20px;}
	#planetary-health-report-card { padding: 0px 20px 20px;margin: 70px 0 0;}
	#planetary-health-report-card::before {  left: 47px;  top: -51px;    font-size: 18px;transform: rotate(0deg);}
	#planetary-health-report-card::after { width: 51px; height: 51px; left: -1px; top: -51px;  transform: rotate(90deg);}
	#planetary-health-report-card .flex { flex-wrap: nowrap;gap: 0;flex-direction: column;}
	#img-planetary-health-report-card {background-position: left; margin-bottom: 60px;	}
	#planetary-health-report-card .flex p {line-height: 1.1em;	}
	.flex-container .thin-line7, .flex-container02 .thin-line7, .flex-container03 .thin-line7, .flex-container04 .thin-line7 {align-items: normal;padding: 10px;}
	.conclusion-chapitre { line-height: 1.5em;}
	.legende-flex-container {flex-direction: column;align-items: stretch;grid-gap: 3px;padding: 0 20px;}
	#map {background-image:none; max-height: 300px;}
	/*#map:active {background-size: 200%;}*/
	.map-mobile-content{margin-bottom: 60px;}
	.btn-map {width: 40px; height: 40px;line-height: 43px;font-size: 18px;}
	.map-mobile-content a{display: block; clear: both;}
	.itw-titre { margin: 0 0 0 65px;}
	.tab__label {line-height: 1.1em;}
	.marginT60 {  margin-top: 0;}
	.padding-R50 { padding-right: 0;}
	.floatR {float: none; width: 100%;}
	.video {float: none; width: 100%;  padding: 10px 0;}
	.assemblee-participative .flex { gap: 0px;flex-direction: column;padding: 0;}
	.assemblee-participative .flex .demi-center { width: 100%;}
	.image-podium-interactif {height: 400px;max-width: 100%; margin: auto;}
	.content-white {padding: 0px 0px;grid-template-columns: repeat(1, 1fr);}
	.content-white a:last-of-type {transform: none;	}
	#haut{display: none;}
	#menu { width: 100%;right: -100%;}
	#conteneurMenu .menu-in a {font-size: 1.5em;}
	#conteneurMenu a .menu-list { width: auto;}
	.menu-in {padding: 0 30px;}
	#menu{display: none;}
	#menu.open{display: block;width: 100%;}
	.number-menu, .number-menu-04 { margin-right: 10px;}
	.menu-list:first-child { margin-left: 0px;}
	.tradchoice-FR { left: 30px;width: 30px; margin: 0;}
	.tradchoice-DE {  left: 88px;width: 30px;margin: 0;}
	.rapport-complet {left: 30px; font-size: 0.8em;bottom: 10%;}
	#conteneurMenu a span {display: inline;}
	.modal-content {margin: 5%;padding: 30px;width: auto!important;}
	.header{display: none;}
	.close-modal-btn { right: -10px; top: -10px; background-color: white;box-shadow: 0 0 6px #00000040;  width: 30px;   height: 30px;  text-align: center; line-height: 20px;  padding: 6px 5px 5px; color: #D51224;}
	.modal-context {padding: 20px;}
	.modal {width: 100vw;}
	body {width: 100vw;}
	#scroll { bottom: 60px;left: calc(50% - 22px);}
	.image-assemblee-participative {aspect-ratio: 649/455;max-width: 100%; margin: auto;}
    #logo-rms {max-height: 55px; max-width: 60px; top: 20px;  left: 40px;}
}
@media only screen and (max-width: 768px){
    h1 {top: calc(35vh - 250px); font-size: 2.5em;}
    .image-approche-de-la-reflexion {max-width: 100%;margin: 30px auto 60px;}
    #legende {width: 80%;}
    #conteneurMenu .menu-in a {font-size: 1.1em;}
    .image-impacts-changement-climatique, .image-co2 {
    height: auto;
        margin-top: 0;}
    #conclusion {
    padding: 0 0 50px;
}
    #logo-hes {
    height: 60px;
    max-height: 81px;
    max-width: 300px;
    bottom: inherit;
    right: inherit;
}
    
    #logo-heds {
    height: 60px;
}
    
}

@media only screen and (max-width: 450px){
    #scroll{display:none;}
    h1 { top: calc(40vh - 200px);font-size: 1.6em; padding: 10% 10%; height: 350px; }
    #legende {width: 100%;}
    .image-assemblee-participative {width: 280px; aspect-ratio:1/1;}
    .image-approche-de-la-reflexion {width: 300px; aspect-ratio:1/1;margin: 0px auto 0px;height: 200px;}
    .tier-center {
    width: 90%;
        margin-bottom: 20px;}
    #logo-heds {
    height: 30px;
    float: left;
}
    #logo-hes {
    height: 30px;
    float: left;
    margin: 6% 3% 0;}
    #logo-fac {width: 30%;
        float: left;height: 30px;
    bottom: initial;
    right: initial;}
    #sous-h1 {
    margin-top: 10px;
        margin-bottom: 10px;}
}
@media only screen and (max-width: 380px){
    h1 { top: calc(50vh - 160px);
    padding: 8% 8%;
    height: 250px;}
}