body,
html {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  min-height: inherit;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #ff5f6d 20%, #ffc371 80%);
  color: #fff;
  text-align: center;
  font-family: "Roboto Mono", monospace;
}

* {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 6em;
  font-weight: 700 !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.02), 2px 2px rgba(0, 0, 0, 0.02), 3px 3px rgba(0, 0, 0, 0.02), 4px 4px rgba(0, 0, 0, 0.02), 0.125rem 0.125rem rgba(0, 0, 0, 0.02), 6px 6px rgba(0, 0, 0, 0.02), 7px 7px rgba(0, 0, 0, 0.02), 8px 8px rgba(0, 0, 0, 0.02), 9px 9px rgba(0, 0, 0, 0.02), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.02), 11px 11px rgba(0, 0, 0, 0.02), 12px 12px rgba(0, 0, 0, 0.02), 13px 13px rgba(0, 0, 0, 0.02), 14px 14px rgba(0, 0, 0, 0.02), 0.625rem 0.625rem rgba(0, 0, 0, 0.02), 16px 16px rgba(0, 0, 0, 0.02), 17px 17px rgba(0, 0, 0, 0.02), 18px 18px rgba(0, 0, 0, 0.02), 19px 19px rgba(0, 0, 0, 0.02), 1.25rem 1.25rem rgba(0, 0, 0, 0.02);
}

h4,
h5 {
  margin-top: 1em;
  letter-spacing: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
  font-weight: normal;
}

p {
  font-size: 0.875em;
  margin-bottom: 1em;
  line-height: 160%;
}

#toggle-alert {
  position: fixed;
  z-index: 1000;
  right: 1.5em;
  top: 1.5em;
  display: block;
  border: 1px solid #fff;
  padding: 1em 1.8em;
  font-size: 0.6125em;
  border-radius: 100em;
  cursor: pointer;
  transition: 0.3s ease-out all;
}

#toggle-alert i {
  margin-right: 0.7em;
  line-height: 100%;
  opacity: 0.7;
  font-size: 1rem;
}

#toggle-alert:hover {
  border-color: #ffc371;
  color: #ffc371;
}

.options {
  display: table;
  border-collapse: collapse;
  width: 100%;
  height: inherit;
  table-layout: fixed;
}

.options>.option {
  position: relative;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  transition-property: background;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.options>.option>input[type=radio],
.options>.option>input[type=checkbox] {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.options>.option>input[type=radio]:hover,
.options>.option>input[type=radio]:checked,
.options>.option>input[type=checkbox]:hover,
.options>.option>input[type=checkbox]:checked {
  cursor: pointer !important;
}

.options>.option>input[type=radio]:hover~.option-content,
.options>.option>input[type=radio]:checked~.option-content,
.options>.option>input[type=checkbox]:hover~.option-content,
.options>.option>input[type=checkbox]:checked~.option-content {
  width: 100%;
  transform: scale(1.3, 1.3);
}

.options>.option>input[type=radio]:checked~.on-checked,
.options>.option>input[type=checkbox]:checked~.on-checked {
  opacity: 1;
  box-shadow: inset 0px 0px 3em -1.2em rgba(0, 0, 0, 0.5);
}

.options>.option>input[type=radio]:active~.option-content,
.options>.option>input[type=checkbox]:active~.option-content {
  transform: scale(1.15, 1.15);
}

.options>.option>.option-content {
  position: relative;
  color: white;
  z-index: 1;
  cursor: pointer !important;
  height: inherit;
  transform: translate3d(0, 0, 0);
  transition-property: transform, background, padding, transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.3s;
}

.options>.option>.on-checked {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.5s;
  background-color: rgba(0, 0, 0, 0.1);
}

.logoivoire {
  width: 300px;
}

.block1 {
  /*background: url(https://images.pexels.com/photos/31631885/pexels-photo-31631885/free-photo-of-portrait-d-un-homme-avec-casquette-de-camouflage-et-chaine.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background: url(https://images.pexels.com/photos/7991120/pexels-photo-7991120.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);*/
  background-image: linear-gradient(0deg, rgb(0 0 0 / 100%), transparent 100%), url(https://images.pexels.com/photos/7991120/pexels-photo-7991120.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: #a0b7c2;
  background-blend-mode: multiply;
}

.block2 {
  /*background: url(https://images.pexels.com/photos/31631885/pexels-photo-31631885/free-photo-of-portrait-d-un-homme-avec-casquette-de-camouflage-et-chaine.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background: url(https://images.pexels.com/photos/6864497/pexels-photo-6864497.jpeg);*/
  background-image: linear-gradient(0deg, rgb(0 0 0 / 100%), transparent 100%), url(https://images.pexels.com/photos/6864497/pexels-photo-6864497.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: #3e4944;
  background-blend-mode: multiply;
}
.block3 {
  /*background: url(https://images.pexels.com/photos/31631885/pexels-photo-31631885/free-photo-of-portrait-d-un-homme-avec-casquette-de-camouflage-et-chaine.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background: url(https://images.pexels.com/photos/3620411/pexels-photo-3620411.jpeg);*/
  background-image: linear-gradient(0deg, rgb(0 0 0 / 100%), transparent 100%), url(https://images.pexels.com/photos/3620411/pexels-photo-3620411.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: #3e4944;
  background-blend-mode: multiply;
}
@media (max-width: 768px) {
  .logoivoire {
    width: 200px;
  }

  .selectplateform {
    width: 100%;
    height: 10% !important;
  }
}

@media (max-width: 480px) {
  .logoivoire {
    width: 150px;
  }

  .selectplateform {
    width: 100%;
    height: 10% !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 4em;
  }

  p {
    font-size: 0.75em;
  }

  #toggle-alert {
    right: 1em;
    top: 1em;
    padding: 0.8em 1.5em;
    font-size: 0.5em;
  }

  .options {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }

  .options>.option {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .options>.option>.option-content {
    height: auto;
    padding: 1em;
  }
}