/* Debug */
/* * {
    border: 1px solid red;
} */

/***** MAIN *****/

body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0; padding: 0;
}

/***** END MAIN *****/

/***** HERO BLOCK *****/

.sensibilisation {
    min-height: 7%;
    font-family: 'Roboto'; font-size: 0.7em; font-weight: 700;
    position: fixed; top: 0; z-index: 5;
    background-color: #ffe600;
}

.hero-image {
  background-image: linear-gradient(rgba(19, 34, 72, 0.5), rgba(19, 34, 72, 0.5)), url("img/neko_will_unlighted.webp");
  height: 95%;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

a {
    text-decoration: none;
}

/***** END HERO *****/



/***** PROGRAM BLOCK *****/

.illustration {
    background-image: linear-gradient(rgba(19, 34, 72, 0.5), rgba(19, 34, 72, 0.5)), url('img/finale_dealer_wmx.jpg');
    width: 100%; height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    repeat: no-repeat;
}

.prog {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding: 2rem;
    box-shadow: 0px 0px 1.5em rgba(0, 0, 139, 0.3);
}


/***** NEW SEASON BLOCK *****/

.newSeason, #contact {
    background-image: radial-gradient(circle,rgba(44, 0, 168, 1) 0%, rgba(19, 34, 72, 1) 100%);
}

.newSeason>p {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 90%);
    background-color: #ffffff;
}

.map {
    clip-path: polygon(100% 5%, 0% 0%, 0% 100%, 100% 100%);
}

.btn>i {
    font-style: normal;
}