*,
html {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-size: 1.55vw;
  -webkit-text-size-adjust: none;
}

h1 {
  font-family: "Sriracha", cursive;
  font-size: 1.95rem;
  font-weight: normal;
  padding: 3rem 0 0;
}

h2 {
  font-family: "Sriracha", cursive;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 1rem 0;
}

h1,
h2 {
  line-height: 1.5rem;
}

button {
  cursor: pointer;
}

.video1 {
  color: #4168b1;
}

.video2 {
  color: #775597;
}

.video3 {
  color: #dd7528;
}

.video4 {
  color: #338988;
}

.video5 {
  color: #dd343c;
}

.video6 {
  color: #d39f2b;
}

.video7 {
  color: #41ad49;
}

p {
  color: #000000;
}

ul {
  list-style: none;
}

ul li {
  line-height: 2rem;
}

a {
  color: #775597;
  font-weight: normal;
}

a:hover {
  font-weight: bold;
}

button {
  color: #303030;
  border: 1px solid #303030;
  background-color: #f6f4f0;
  font-size: 0.835rem;
  padding: 0.22rem 1rem;
  line-height: 1.22rem;
}

button:hover {
  color: #775596;
  font-weight: bold;
  border: 1px solid #775596;
  background-color: #dad3c3;
}

select {
  background-color: white;
  border: thin solid black;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.84rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/fleche2.png") no-repeat white;
  background-position: 6.7rem;
  background-size: 0.75rem;
}

select:focus {
  background: url("../images/fleche1.png") no-repeat white;
  background-position: 6.7rem;
  background-size: 0.75rem;
}

span.paragraphItalic {
  font-style: italic;
  color: #775597;
}

body,
header,
main,
header .pageHeader,
.pageHeader .signature {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 360px;
}

body {
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: #775597;
  background-color: #f6f4f0;
}

.pageHeader,
.pageFooter {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 360px;
  z-index: 2;
}

.pageHeader {
  position: fixed;
  display: flex;
  top: 0;
  height: 3rem;
  transition: transform 1s;
  background-image: url("../images/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.pageHeader.top {
  height: 4rem;
}

.pageHeader img,
.pageFooter img,
header .contentHeader img {
  width: 100%;
  height: auto;
  min-width: 360px;
  /* bottom: 0; */
}

header {
  position: relative;
}

header .headerIcons {
  position: absolute;
  display: flex;
  justify-content: space-around;
  width: 100%;
  z-index: 1;
  bottom: 0;
  padding: 2rem 0;
}

header .headerIcons img {
  height: 12vw;
  width: 12vw;
}

.pageHeader .signature {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 5%;
  height: 80%;
  background-image: url("../images/signature.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.returnButton {
  height: 70%;
  margin-left: 1rem;
  background-image: url("../images/retour.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.returnButton span {
  display: inline-flex;
  align-items: center;
  margin-left: 1.5rem;
  height: 100%;
  font-size: 0.7rem;
}

.top .returnButton span {
  margin-left: 2rem;
  font-size: 1rem;
}

.container {
  position: relative;
}

main {
  display: block;
  position: relative;
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 1rem;
  max-width: 1165px;
  width: 100%;
  height: 100%;
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: contain;
}

.activeButton {
  cursor: pointer;
  transition: transform 0.15s;
  line-height: 1;
}

.activeButton:hover,
.activeButton:focus {
  transform: scale(1.05);
  text-decoration: none;
}

.mainContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 20px;
}

.rowContent {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0.5rem 0 1rem 0;
  width: 100%;
}

.first-child {
  margin-left: 0 !important;
}

.last-child {
  margin-right: 0 !important;
}

.textContent p {
  padding: 0 0 1rem 0;
}

.alignCenter {
  justify-content: center;
}

.alignLeft {
  justify-content: flex-start;
}

.alignRight {
  justify-content: flex-end;
}

.textAlignCenter {
  text-align: center;
}

.mediaItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 13.5rem;
  margin: 1rem;
  height: 21.5rem;
}

.mediaItem.layout1 {
  height: 19rem;
}

.mediaItem.layout2 {
  height: 20rem;
}

.mediaItem img {
  margin: 0.5rem 0;
  width: 100%;
  max-height: 13.5rem;
}

.mediaItem p {
  width: 100%;
  font-family: "Sriracha", cursive;
}

.mediaItem h2 {
  width: 100%;
  padding: 0;
  flex: 1;
}

.mediaItem select {
  width: 8rem;
  padding: 0.2rem 0.5rem;
}

.mediaItem button {
  width: 12.5rem;
}

.mediaItem .playItem {
  width: 100%;
  position: relative;
}

.mediaItem .playItem .play {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 3.5rem;
}

.play1 {
  background-image: url("../images/play1.png");
}

.play2 {
  background-image: url("../images/play2.png");
}

.play3 {
  background-image: url("../images/play3.png");
}

.play4 {
  background-image: url("../images/play4.png");
}

.play5 {
  background-image: url("../images/play5.png");
}

.play6 {
  background-image: url("../images/play6.png");
}

.play7 {
  background-image: url("../images/play7.png");
}

.kweImage {
  height: 5rem;
}

.creditContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 18rem;
  /* padding-right: 2rem; */
}

.creditContent_icon {
  width: 100%;
  min-height: 7rem;
  padding-top: 1.5rem;
}

.creditContent_icon img {
  height: 6.7rem;
  width: auto;
}

.creditContent_title {
  width: 100%;
}

.creditContent_title h1 {
  font-size: 1.7rem;
  padding: 0;
}

.creditContent_participant {
  width: 100%;
}

.creditContent_participant h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  padding: 1rem 0 0;
}

#topButton {
  display: none;
  position: fixed;
  bottom: 7.5vw;
  right: 1vw;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}

#topButton img {
  height: 3rem;
  width: 3rem;
}

@media only screen and (min-width: 1165px) {
  html {
    font-size: 18px;
  }
}
