@charset "UTF-8";
/*!
Theme Name: Cours vidéo · Melvin Studio
Theme URI: https://github.com/melvinlemoine/cours.melvin.studio
Author: Melvin Lemoine
Author URI: https://melvin.studio
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 6.1.1
Tested up to: 6.1.1
Requires PHP: 7.4
*/
@font-face {
  font-family: Fira;
  src: url("assets/fonts/FiraCode-Regular.woff2");
}
@font-face {
  font-family: SmoothFantasy;
  src: url("assets/fonts/SmoothFantasy.ttf");
}
@font-face {
  font-family: Lenox;
  src: url("assets/fonts/lenox.woff2");
}
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/poppins/Poppins-Light.ttf");
  font-weight: lighter;
}
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/poppins/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/poppins/Poppins-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Poppins;
  src: url("assets/fonts/poppins/Poppins-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Impact;
  src: url("assets/fonts/impact/impact.ttf");
}
@font-face {
  font-family: Barcade;
  src: url(assets/fonts/barcadbold.ttf);
}
@font-face {
  font-family: gordita;
  src: url("assets/fonts/gordita-ultra.ttf");
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}

.text {
  font-size: clamp(0.9rem, 0.8167rem + 0.4444vw, 1.15rem);
  text-align: justify;
}

body {
  font-family: Poppins;
  color: white;
  background-color: #191E23;
  line-height: 1.5;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 3rem;
  }
}

.page-template-ressources .header,
.page-template-supports .header,
.page-template-cours-video .header,
.page-template-visualiseurs .header {
  padding: 3rem 0;
  background-color: #32373C;
  color: white;
  background-image: url("assets/images/pattern1.png");
  background-size: 15rem;
}
.page-template-ressources .header__container,
.page-template-supports .header__container,
.page-template-cours-video .header__container,
.page-template-visualiseurs .header__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-ressources .header__container img,
.page-template-supports .header__container img,
.page-template-cours-video .header__container img,
.page-template-visualiseurs .header__container img {
  max-width: 7.5rem;
  max-height: 5rem;
}
.page-template-ressources .header__container_title,
.page-template-supports .header__container_title,
.page-template-cours-video .header__container_title,
.page-template-visualiseurs .header__container_title {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  margin-inline: 1rem;
  line-height: 1;
}

.main {
  margin-top: 3rem;
  min-height: calc(100vh - 75px - 3rem);
}
.main.nomt {
  margin-top: 0;
}
.main .section {
  margin-top: 3rem;
}
.main .section:first-of-type {
  margin-top: 0;
}
.main .section__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (min-width: 400px) {
  .main .section__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .main .section__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .main .section__title {
    font-size: 3rem;
  }
}
.main .section__title.nomb {
  margin-bottom: 0;
}
.main .section.nomt {
  margin-top: 0;
}
.main .section {
  margin-top: 5rem;
}
.main .section__header {
  position: relative;
  padding-left: 1rem;
  color: white;
  margin-bottom: 3rem;
}
.main .section__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #f6ece3;
}
.main .section__header_title {
  font-weight: bold;
  font-size: 2.5rem;
}
.main .section__header_subtitle {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.button {
  display: flex;
  align-items: center;
  padding: 0.75em 1.25em;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.1s ease-in-out;
  background-color: #f6ece3;
  cursor: pointer;
}
.button:hover {
  transform: translate(-2.5px, -2.5px);
  box-shadow: 2.5px 2.5px 0 0 #f6ece3;
}
.button__icon {
  min-width: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
  fill: white;
}
.button__icon.right {
  margin-left: 0.5rem;
  margin-right: 0;
}
.button.small {
  font-size: 0.75rem;
  padding: 0.4rem 0.5rem;
  border-radius: 5px;
}
.button.small:hover {
  transform: translate(-2.5px, -2.5px);
  box-shadow: 2.5px 2.5px 0 0 #f6ece3;
}
.button.small .button__icon {
  width: 0.75rem;
}
.button__label {
  font-weight: 500;
}
.button.outline:hover, .button.outlined:hover {
  backdrop-filter: blur(10px);
}
.button.dark {
  background-color: #23282D;
  color: white;
}
.button.dark.outlined {
  border: 2px solid #23282D;
  color: #23282D;
  background-color: transparent;
}
.button.dark.outlined .button__icon {
  fill: #23282D;
}
.button.dark.outlined:hover {
  color: white;
  background-color: #23282D;
}
.button.dark.outlined:hover .button__icon {
  fill: white;
}
.button.dark.shadow {
  box-shadow: 3px 3px 0 0 rgba(35, 40, 45, 0.25);
}
.button.dark.shadow:hover {
  transform: translate(-1.5px, -1.5px);
  box-shadow: 4px 4px 0 0 rgba(35, 40, 45, 0.5);
}
.button.green {
  background-color: #46B450;
  color: white;
}
.button.green.outlined {
  border: 2px solid #46B450;
  color: #46B450;
  background-color: transparent;
}
.button.green.outlined .button__icon {
  fill: #46B450;
}
.button.green.shadow:hover {
  box-shadow: 5px 5px 0 0 rgba(70, 180, 80, 0.25);
}
.button.green.shadow.small:hover {
  box-shadow: 2.5px 2.5px 0 0 rgba(70, 180, 80, 0.25);
}

.tag {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0.4rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 500;
}
.tag--pages {
  background-color: #DC3232;
}
.tag--pages.outlined {
  background-color: transparent;
  border: 1px solid #DC3232;
  color: #DC3232;
}
.tag--updated {
  border: 1px solid white;
  color: white;
  opacity: 0.75;
}
.tag--updated.outlined {
  background-color: transparent;
  border: 1px solid #00A0D2;
  color: #00A0D2;
}
.tag--wordpress {
  background-color: #0073AA;
}
.tag--wordpress.outlined {
  background-color: transparent;
  border: 1px solid #0073AA;
  color: #0073AA;
}
.tag__icon {
  fill: white;
  width: 0.75rem;
  margin-right: 0.5rem;
}

.home .main {
  min-height: inherit;
}
.home .header__container_box {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 1rem;
  height: 100%;
  padding: 1.5rem;
  border: 2px solid #f6ece3;
  border-radius: 10px;
  color: white;
}
@media screen and (min-width: 7681.5px) {
  .home .header__container_box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .home .header__container_box {
    gap: 3rem;
    padding: 3rem;
    grid-template-columns: 5fr 4fr;
  }
}
.home .header__container_box_left_title {
  color: white;
  font-weight: bold;
  text-shadow: 4px 4px 0 rgba(255, 255, 255, 0.25);
  font-size: clamp(0.9rem, 0.1949rem + 3.7607vw, 2rem);
}
@media screen and (min-width: 768px) {
  .home .header__container_box_left_title {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .home .header__container_box_left_title {
    font-size: 3rem;
  }
}
.home .header__container_box_left_description {
  margin-top: 1rem;
}
.home .header__container_box_left_buttons {
  display: flex;
  margin-top: 1rem;
  gap: 1rem;
}
.home .header__container_box_left_buttons_button {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.75rem;
}
.home .header__container_box_left_buttons_button_icon {
  width: 1rem;
  margin-right: 0.5rem;
}
.home .header__container_box_left_buttons_button--discord {
  background-color: #5865F2;
  color: white;
}
.home .header__container_box_left_buttons_button--discord svg {
  fill: white;
}
.home .header__container_box_left_buttons_button--premium {
  background-color: #F56E28;
  border: 2px solid #FFB900;
  color: white;
}
.home .header__container_box_left_buttons_button--premium svg {
  fill: white;
}
.home .header__container_box_left_buttons_button--keppler {
  display: none;
  background-color: #2d2d49;
  color: white;
}
.home .header__container_box_left_buttons_button--keppler svg {
  fill: white;
}
.home .header__container_box_left_search {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  max-width: 25rem;
  color: #23282D;
  z-index: 1;
}
.home .header__container_box_left_search.not-logged-in {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}
.home .header__container_box_left_search_form {
  display: flex;
  align-items: center;
  border-width: 2px;
  padding-block: 0;
  display: flex;
  align-items: center;
  padding: 0.75em 1.25em;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.1s ease-in-out;
  background-color: #f6ece3;
  cursor: pointer;
  cursor: initial;
  background-color: #f6ece3;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}
.home .header__container_box_left_search_form:focus-within {
  border-color: #A0A5AA;
}
.home .header__container_box_left_search_form_input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 1rem;
  border: 0;
  background-color: transparent;
}
.home .header__container_box_left_search_form_input:focus {
  outline: none;
}
.home .header__container_box_left_search_results {
  position: absolute;
  display: none;
  top: calc(100% + 0.5rem);
  left: 0;
  border: 2px solid #23282D;
  padding: 0.5rem;
  border-radius: 5px;
  background-color: #f6ece3;
  width: 100%;
}
.home .header__container_box_left_search_results_list {
  display: grid;
  width: 100%;
}
.home .header__container_box_left_search_results_list_result {
  width: 100%;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  text-decoration: none;
  color: white;
}
.home .header__container_box_left_search_results_list_result:hover {
  background-color: #00A0D2;
}
.home .header__container_box_left_search_results_searching {
  display: none;
  align-items: center;
  color: #23282D;
}
.home .header__container_box_left_search_results_searching_gif {
  width: 2.5rem;
  margin-right: 0.5rem;
}
.home .header__container_box_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.home .header__container_box_right_image {
  max-height: 20rem;
}
.home .quickaccess {
  position: relative;
  background-image: url("assets/images/style/axiom-pattern.png");
  padding: 1.5rem 0;
}
.home .quickaccess::before, .home .quickaccess::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.home .quickaccess::before {
  left: 0;
  background: linear-gradient(90deg, #191E23 0%, rgba(255, 255, 255, 0) 100%);
}
.home .quickaccess::after {
  right: 0;
  background: linear-gradient(-90deg, #191E23 0%, rgba(255, 255, 255, 0) 100%);
}
.home .quickaccess__container {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.home .quickaccess__container_title {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.home .quickaccess__container_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.home .quickaccess__container_list_access {
  display: flex;
  background-color: #32373C;
  border-radius: 10px;
  transition: all 0.1s ease-in-out;
  border: 1px solid #A0A5AA;
}
.home .quickaccess__container_list_access:hover {
  background-color: #3D444A;
  transform: translate(-2.5px, -2.5px);
  box-shadow: 5px 5px 0 0 #d1bdaa;
}
.home .quickaccess__container_list_access.not-available {
  cursor: not-allowed;
}
.home .quickaccess__container_list_access.not-available .quickaccess__container_list_access_a {
  opacity: 0.5;
}
.home .quickaccess__container_list_access_a {
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
}
.home .quickaccess__container_list_access_a_logo {
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.home .quickaccess__container_cta {
  margin-top: 1.5rem;
  margin-inline: auto;
}
.home .welcome {
  margin-bottom: 1rem;
}
.home .welcome__message {
  font-weight: normal;
}
.home .welcome__message_name {
  font-weight: bold;
}
.home .categories__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .home .categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home .categories__grid_category {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  overflow: hidden;
}
.home .categories__grid_category.Javascript {
  color: #191E23 !important;
}
.home .categories__grid_category_content {
  display: flex;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .home .categories__grid_category_content {
    align-items: center;
  }
}
.home .categories__grid_category_content_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  width: 3rem;
  min-height: 3rem;
  height: 3rem;
  padding: 0.25rem;
  border-radius: 5px;
  background-color: white;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .home .categories__grid_category_content_logo {
    min-width: 5rem;
    width: 5rem;
    min-height: 5rem;
    height: 5rem;
  }
}
.home .categories__grid_category_content_logo_img {
  width: 100%;
}
.home .categories__grid_category_content_informations_title {
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .home .categories__grid_category_content_informations_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .home .categories__grid_category_content_informations_title {
    font-size: 2rem;
  }
}
.home .categories__grid_category_content_informations_description {
  text-align: justify;
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .home .categories__grid_category_content_informations_description {
    font-size: 1rem;
  }
}
.home .categories__grid_category_footer {
  background-color: #32373C;
  padding: 0.5rem 1rem;
  font-size: 0.65rem;
  color: white;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .home .categories__grid_category_footer {
    font-size: 0.75rem;
  }
}
.home .categories__grid_category_footer span {
  font-weight: bold;
}
.home .last__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 450px) {
  .home .last__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .home .last__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.single-notion .pld-like-dislike-wrap {
  display: none;
}
.single-notion .section {
  margin-top: 0;
}
.single-notion .main {
  display: grid;
  gap: 3rem;
}
.single-notion .main .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f6ece3;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background-color: #32373C;
  border: 1px solid #A0A5AA;
}
@media screen and (min-width: 800px) {
  .single-notion .main .topbar {
    grid-column: 1/span 2;
  }
}
.single-notion .main .topbar__button {
  text-decoration: none;
  color: initial;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  background-color: #23282D;
  font-size: 0.85rem;
  color: white;
  display: flex;
  align-items: center;
}
.single-notion .main .topbar__button_logo {
  width: 1rem;
  margin-right: 0.5rem;
}
.single-notion .main .topbar__button span {
  transform: translateY(1px);
}
.single-notion .main .topbar__button:last-of-type {
  margin-right: 0;
}
.single-notion .main .topbar__button--term {
  color: white;
}
.single-notion .main .topbar__stats {
  display: flex;
  gap: 3rem;
}
.single-notion .main .topbar__stats_stat_label {
  font-size: 0.75rem;
  font-weight: 500;
}
.single-notion .main .topbar__stats_stat_value {
  font-weight: bold;
  font-size: 0.9rem;
}
.single-notion .main .content .video {
  aspect-ratio: 16/9;
  border: 1px solid rgba(160, 165, 170, 0.25);
  border-radius: 10px;
}
.single-notion .main .content .video .plyr {
  aspect-ratio: 16/9;
  border-radius: 5px;
  border-radius: 10px;
}
.single-notion .main .content .video__restricted {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #F56E28;
  border-radius: 5px;
  color: white;
}
.single-notion .main .content .video__restricted_illustration {
  width: 3.5rem;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .single-notion .main .content .video__restricted_illustration {
    width: 5rem;
  }
}
.single-notion .main .content .video__restricted_title {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-notion .main .content .video__restricted_title {
    font-size: 2rem;
  }
}
.single-notion .main .content .video__restricted_cta {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border: 1px solid white;
  color: white;
  border-radius: 5px;
  margin-top: 0.5rem;
  text-decoration: none;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .single-notion .main .content .video__restricted_cta {
    font-size: 1rem;
  }
}
.single-notion .main .content .video__restricted_cta:hover {
  background-color: white;
  color: #F56E28;
}
.single-notion .main .content .video__restricted_cta:hover svg {
  fill: #F56E28;
}
.single-notion .main .content .video__restricted_cta_icon {
  width: 1rem;
  fill: white;
  margin-right: 0.5rem;
}
.single-notion .main .content .informations {
  display: flex;
  flex-direction: column;
  margin-top: 1rem !important;
}
.single-notion .main .content .informations__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 500px) {
  .single-notion .main .content .informations__header {
    flex-direction: row;
  }
}
.single-notion .main .content .informations__header_title {
  font-size: 2.5rem;
  font-weight: bold;
}
.single-notion .main .content .informations__excerpt {
  text-align: justify;
}
.single-notion .main .content .informations__separator {
  border: 0;
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 1px;
  margin: 1rem 0;
}
.single-notion .main .content .informations__content h2, .single-notion .main .content .informations__content h3, .single-notion .main .content .informations__content h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.single-notion .main .content .informations__content h2 {
  font-size: 1.75rem;
}
.single-notion .main .content .informations__content h3 {
  font-size: 1.25rem;
}
.single-notion .main .content .informations__content p, .single-notion .main .content .informations__content li {
  text-align: justify;
}
.single-notion .main .content .informations__content ul {
  list-style: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 20px;
}
.single-notion .main .content .informations__content ul li {
  display: list-item;
}
.single-notion .main .sidebar {
  overflow-y: scroll;
  position: relative;
  padding-right: 0.5rem;
}
.single-notion .main .sidebar__list {
  display: grid;
  max-height: 30rem;
  gap: 0.5rem;
}
.single-notion .main .sidebar::-webkit-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5rem;
  border-left: 0.1rem solid transparent;
  background-color: #f6ece3;
}
.single-notion .main .sidebar::-webkit-scrollbar-track {
  background: transparent;
  width: 0.15rem;
}
.single-notion .main .sidebar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.single-notion .main .sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.single-notion .main .section.content h2, .single-notion .main .section.content h3, .single-notion .main .section.content h4 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.single-notion .main .section.content h2 {
  font-size: 1.75rem;
}
.single-notion .main .section.content h3 {
  font-size: 1.25rem;
}
.single-notion .main .section.content p, .single-notion .main .section.content li {
  text-align: justify;
}
.single-notion .main .section.content ul, .single-notion .main .section.content ol {
  list-style: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 20px;
}
.single-notion .main .section.content ul li, .single-notion .main .section.content ol li {
  display: list-item;
}
.single-notion .main .section.content code {
  background-color: #f6ece3;
  padding: 0.25em 0.5em;
  border-radius: 5px;
  color: #23282D;
}
.single-notion .main .medias {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 800px) {
  .single-notion .main .medias {
    grid-template-columns: 5fr 3fr;
  }
}
@media screen and (min-width: 1024px) {
  .single-notion .main .medias {
    grid-template-columns: 5fr 3fr;
  }
}
@media screen and (min-width: 1800px) {
  .single-notion .main .medias {
    grid-template-columns: 5fr 3fr;
  }
}

.tax-cours .header {
  margin-top: 3rem;
}
.tax-cours .header__container_filters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 475px) {
  .tax-cours .header__container_filters {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .tax-cours .header__container_filters {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .tax-cours .header__container_filters {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .tax-cours .header__container_filters {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1500px) {
  .tax-cours .header__container_filters {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1800px) {
  .tax-cours .header__container_filters {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: inherit;
  }
}
.tax-cours .header__container_filters_filter {
  display: flex;
  align-items: center;
  padding: 0.65rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  border-width: 2px;
  border-style: solid;
}
.tax-cours .header__container_filters_filter.empty {
  opacity: 0.5;
  cursor: not-allowed;
}
.tax-cours .header__container_filters_filter.current {
  color: white !important;
}
.tax-cours .header__container_filters_filter.current .header__container_filters_filter_percentage {
  background-color: rgba(255, 255, 255, 0.25);
}
.tax-cours .header__container_filters_filter.Javascript {
  color: #191E23 !important;
}
.tax-cours .header__container_filters_filter.not-available {
  cursor: not-allowed;
  opacity: 0.5;
}
.tax-cours .header__container_filters_filter:not(.current) {
  background-color: #f6ece3 !important;
}
.tax-cours .header__container_filters_filter:not(.current) .header__container_filters_filter_percentage {
  background-color: rgba(209, 189, 170, 0.25);
}
.tax-cours .header__container_filters_filter:not(.current):hover {
  background-color: #eddfd1 !important;
}
.tax-cours .header__container_filters_filter:not(.current):hover .header__container_filters_filter_percentage {
  background-color: rgba(255, 255, 255, 0.25);
}
.tax-cours .header__container_filters_filter_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.25rem;
  width: 1.25rem;
  min-height: 1.25rem;
  height: 1.25rem;
  background-color: white;
  border-radius: 2.5px;
  margin-right: 0.5rem;
  padding: 0.1rem;
}
.tax-cours .header__container_filters_filter_logo_img {
  width: 100%;
}
.tax-cours .header__container_filters_filter_percentage {
  background-color: #f6ece3;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-left: 0.5rem;
  font-size: 0.65rem;
  display: flex;
}
.tax-cours .header__container_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
  color: white;
  width: 100%;
  border-radius: 10px;
  min-height: 15rem;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 576px) {
  .tax-cours .header__container_box {
    flex-direction: row;
  }
}
.tax-cours .header__container_box.Javascript {
  color: #191E23;
}
.tax-cours .header__container_box_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 10px;
  backdrop-filter: blur(25px);
}
.tax-cours .header__container_box_overlay.throught {
  opacity: 0.85;
}
.tax-cours .header__container_box_logo {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-radius: 5px;
  width: 7.5rem;
  height: 7.5rem;
  background-color: white;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .tax-cours .header__container_box_logo {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.tax-cours .header__container_box_logo_img {
  width: 100%;
}
.tax-cours .header__container_box_informations {
  position: relative;
  z-index: 1;
}
.tax-cours .header__container_box_informations_title, .tax-cours .header__container_box_informations_description {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .tax-cours .header__container_box_informations_title, .tax-cours .header__container_box_informations_description {
    text-align: left;
  }
}
.tax-cours .header__container_box_informations_title {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .tax-cours .header__container_box_informations_title {
    font-size: 3rem;
  }
}
.tax-cours .notions__container_categories {
  display: grid;
  gap: 3rem;
}
.tax-cours .notions__container_categories_category_header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #d1bdaa;
}
.tax-cours .notions__container_categories_category_header_title {
  white-space: nowrap;
  font-weight: 900;
  font-size: 2rem;
}
.tax-cours .notions__container_categories_category_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 450px) {
  .tax-cours .notions__container_categories_category_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .tax-cours .notions__container_categories_category_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .tax-cours .notions__container_categories_category_grid {
    gap: 2rem;
  }
}

.NotionCard {
  display: flex;
  flex-direction: column;
  color: #23282D;
  text-decoration: none;
  border: 2px solid rgba(160, 165, 170, 0.25);
  border-radius: 5px;
  background-color: #32373C;
  transition: all 0.1s ease-in-out;
}
.NotionCard:hover {
  transform: translate(-2.5px, -2.5px);
  box-shadow: 5px 5px 0 0 #d1bdaa;
}
.NotionCard.draft {
  pointer-events: none;
}
.NotionCard__thumbnail {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0.5rem;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px 5px 0 0;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.NotionCard__thumbnail_duration {
  display: flex;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 0.75rem;
}
.NotionCard__thumbnail_new, .NotionCard__thumbnail_duration, .NotionCard__thumbnail_updated {
  height: 1.75rem;
  align-items: center;
  padding: 0 0.5rem;
  border-radius: 5px;
  font-size: 0.75rem;
}
.NotionCard__thumbnail_new, .NotionCard__thumbnail_updated {
  display: none;
  background-color: white;
  color: #23282D;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.NotionCard__thumbnail_new.duration, .NotionCard__thumbnail_updated.duration {
  margin-right: 0.5rem;
}
.NotionCard__thumbnail_updated {
  margin-right: 0.5rem;
}
.NotionCard__informations {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  height: auto;
  color: white;
}
.NotionCard__informations_title {
  font-weight: bold;
  font-size: 1.15rem;
}
.NotionCard__informations_description {
  margin-top: 0.25rem;
  font-size: 0.85rem;
}
.NotionCard__informations_lastUpdate {
  font-size: 0.75rem;
  opacity: 0.75;
  margin-top: 0.5rem;
}
.NotionCard__informations_lastUpdate_moment {
  font-weight: bold;
}

.NotionCardMini {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  color: white;
  transition: background-color 0.1s ease-in-out;
}
.NotionCardMini.draft {
  opacity: 0.5;
  cursor: not-allowed;
}
.NotionCardMini:hover:not(.draft) {
  background-color: #32373C;
}
.NotionCardMini.current {
  background-color: #eddfd1;
  color: #23282D;
  border: 1px solid #d1bdaa;
}
.NotionCardMini.current:hover {
  background-color: #d1bdaa;
}
.NotionCardMini__informations {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.NotionCardMini__informations_title {
  font-weight: bold;
  font-size: 1rem;
}
.NotionCardMini__informations_duration {
  padding: 0.25rem 0.3rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  border-radius: 5px;
  font-size: 0.7rem;
  margin-left: auto;
}

.RestrictedBadge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #F56E28;
  border: 2px solid #FFB900;
  padding: 0.5rem;
}
.RestrictedBadge__icon {
  fill: white;
  width: 100%;
}

.hamburger {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 101;
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.navigation {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #191E23;
  z-index: 100;
  padding-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .navigation.is-active {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .navigation {
    background-color: inherit;
    position: relative;
    display: flex;
    padding: 10px 0;
    height: 75px;
    margin: 1.5rem 0;
    padding-top: 0;
  }
}
.navigation .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .navigation .container {
    flex-direction: row;
  }
}
.navigation__logo {
  height: 5rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .navigation__logo {
    height: 100%;
    margin-bottom: 0;
  }
}
.navigation__logo_img {
  height: 100%;
}
.navigation__separator {
  height: 1px;
  width: 75%;
  border: 0;
  margin: 1rem 0;
  background-color: rgba(246, 236, 227, 0.1);
}
@media screen and (min-width: 1024px) {
  .navigation__separator {
    flex-direction: row;
    margin-inline: 1rem;
    height: 75%;
    width: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .navigation__menus {
    margin-left: auto;
  }
}
.navigation__menus_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .navigation__menus_list {
    flex-direction: row;
  }
}
.navigation__menus_list_menu_link {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  transition: background-color 0.1s ease-in-out;
  background-color: rgba(50, 55, 60, 0.5);
}
.navigation__menus_list_menu_link:hover {
  background-color: #32373c;
}
.navigation__menus_list_menu_link.current {
  background-color: white;
  color: #23282D;
}
.navigation__menus_list_menu_link_logo {
  width: 1rem;
  margin-right: 0.5rem;
}
.navigation__menus_list_menu_link_after {
  fill: white;
  margin-left: 0.5rem;
  opacity: 0.5;
}
.navigation__user {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  text-decoration: none;
}
.navigation__user:hover {
  background-color: #32373C;
}
.navigation__user_login {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
}
.navigation__user_login:hover .navigation__user_login_svg {
  fill: #191E23;
  transform: scale(0.95);
}
.navigation__user_login:hover::before {
  opacity: 1;
  width: 2.25rem;
  height: 2.25rem;
}
.navigation__user_login::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: #f6ece3;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.navigation__user_login_svg {
  fill: white;
  height: 100%;
  transition: all 0.1s ease-in-out;
}
.navigation__user_informations {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 1rem;
  color: white;
}
.navigation__user_informations_name {
  font-weight: bold;
  font-size: 0.9rem;
}
.navigation__user_informations_rank {
  font-size: 0.75rem;
}
.navigation__user_picture {
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.footer {
  margin-top: 5rem;
  background-color: #23282D;
}
.footer__top {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__top_container_logo_img {
  height: 5rem;
}
.footer__bot {
  padding: 1.5rem 0;
}
.footer__bot_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1rem;
}
.footer__bot_container_legal {
  display: flex;
  gap: 1rem;
}
.footer__bot_container_legal_link_a {
  opacity: 0.5;
  cursor: not-allowed;
  font-size: 0.75rem;
  color: white;
}
.footer__bot_container_badges {
  display: flex;
  gap: 1rem;
}

.page-template-profil .userBox {
  display: flex;
}
.page-template-profil .userBox__picture {
  width: 5rem;
  height: 5rem;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  margin-right: 1rem;
}
.page-template-profil .userBox__informations {
  display: flex;
  flex-direction: column;
}
.page-template-profil .userBox__informations_name {
  font-size: 2rem;
}
.page-template-profil .userBox__informations_name_first {
  font-weight: bold;
}
.page-template-profil .userBox__informations_access_rank {
  font-weight: bold;
}
.page-template-profil .controls {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.page-template-profil .controls__control {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  text-decoration: none;
  color: initial;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.page-template-profil .controls__control:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 550px) {
  .page-template-profil .controls__control {
    margin-right: 0.5rem;
    width: fit-content;
    margin-bottom: 0;
    font-size: 0.85rem;
  }
  .page-template-profil .controls__control:last-child {
    margin-right: 0;
  }
}
.page-template-profil .controls__control_icon {
  width: 1rem;
  margin-right: 0.5rem;
}
.page-template-profil .controls__control--edit {
  border: 1px solid #0073AA;
  color: #0073AA;
}
.page-template-profil .controls__control--edit svg {
  fill: #0073AA;
}
.page-template-profil .controls__control--edit:hover {
  background-color: #0073AA;
  color: white;
}
.page-template-profil .controls__control--edit:hover svg {
  fill: white;
}
.page-template-profil .controls__control--logout {
  border: 1px solid #DC3232;
  color: #DC3232;
}
.page-template-profil .controls__control--logout svg {
  fill: #DC3232;
}
.page-template-profil .controls__control--logout:hover {
  background-color: #DC3232;
  color: white;
}
.page-template-profil .controls__control--logout:hover svg {
  fill: white;
}

.page-template-login .main > .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .page-template-login .main > .container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-login .main input {
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  background-color: #f6ece3;
  border: 0;
  font-size: 1rem;
}
.page-template-login .main .login .swpm-login-widget-form .swpm-label {
  font-weight: bold;
  font-size: 1.25rem;
}
.page-template-login .main .login .swpm-login-widget-form .swpm-remember-me {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-template-login .main .login .swpm-login-widget-form .swpm-remember-me .swpm-remember-checkbox {
  margin-right: 0.5rem;
}
.page-template-login .main .login .swpm-login-widget-form .swpm-remember-me .swpm-rember-label {
  font-size: 0.85rem;
  transform: translateY(-1px);
}
.page-template-login .main .login .swpm-login-widget-form .swpm-login-form-submit {
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  background-color: #46B450;
  border: 0;
  color: white;
  margin-top: 0.5rem;
  cursor: pointer;
}
.page-template-login .main .login .swpm-login-widget-form .swpm-forgot-pass-link {
  font-size: 0.85rem;
}
.page-template-login .main .registration .swpm-registration-widget-form td {
  padding: 0.25rem 0;
}
.page-template-login .main .registration .swpm-registration-widget-form td label {
  font-size: 1rem;
  font-weight: bold;
}
.page-template-login .main .registration .swpm-registration-widget-form .swpm-registration-submit-section .swpm-registration-submit {
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  background-color: #46B450;
  border: 0;
  color: white;
  margin-top: 0.5rem;
  cursor: pointer;
}

.page-template-premium .container {
  height: 100%;
  width: 100%;
}
.page-template-premium .swpm-payment-button {
  height: 100%;
  width: 100%;
}
.page-template-premium .swpm-payment-button .swpm-button-wrapper .swpm-buy-now-button-submit {
  padding: 0.5rem 0.75rem;
  background-color: #46B450;
  border: 0;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.page-template-ressources {
  background-color: #23282D;
}
.page-template-ressources .repositories__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .page-template-ressources .repositories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-ressources .repositories__grid_repository {
  display: flex;
  background-color: #32373C;
  border: 1px solid #32373C;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.page-template-ressources .repositories__grid_repository:hover {
  background-color: #3D444A;
  transform: scale(1.01);
}
.page-template-ressources .repositories__grid_repository:hover .Repository__box_iconbox {
  transform: scale(1.025);
}
.page-template-ressources .repositories__grid_repository_box {
  display: flex;
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  height: auto;
}
.page-template-ressources .repositories__grid_repository_box_iconbox {
  border-radius: 5px;
  background-color: #f6ece3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 5rem;
  width: 5rem;
  min-height: 5rem;
  margin-right: 1rem;
  padding: 1.25rem;
  transition: transform 0.3s ease-in-out;
}
.page-template-ressources .repositories__grid_repository_box_iconbox svg {
  fill: white;
  width: 100%;
  height: inherit;
}
.page-template-ressources .repositories__grid_repository_box_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  color: white;
}
.page-template-ressources .repositories__grid_repository_box_content_title {
  font-weight: bold;
  font-size: 1.5rem;
}
.page-template-ressources .repositories__grid_repository_box_content_description {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}
.page-template-ressources .repositories__grid_repository_box_content_moment {
  font-size: 0.75rem;
  margin-top: 1rem;
}
.page-template-ressources .repositories__grid_repository_box_content_moment span {
  font-weight: bold;
}
.page-template-ressources .list__container_categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  color: white;
}
.page-template-ressources .list__container_categories_category {
  border: 1px solid rgba(246, 236, 227, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.page-template-ressources .list__container_categories_category_title {
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #32373C;
  padding: 0.5rem;
}
.page-template-ressources .list__container_categories_category_elements {
  padding: 0.5rem;
}
.page-template-ressources .list__container_categories_category_elements_element {
  display: flex;
  align-items: center;
}
.page-template-ressources .list__container_categories_category_elements_element_logo {
  min-width: 1.25rem;
  width: 1.25rem;
  min-height: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border-radius: 5px;
  overflow: hidden;
}
.page-template-ressources .list__container_categories_category_elements_element_logo_img {
  width: 100%;
}
.page-template-ressources .list__container_categories_category_elements_element_buttons {
  display: flex;
  gap: 0.5rem;
  margin-left: 0.5rem;
}
.page-template-ressources .list__container_categories_category_elements_element_buttons_button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.page-template-ressources .list__container_categories_category_elements_element_buttons_button_icon {
  fill: white;
  width: 1rem;
}

.page-template-supports {
  background-color: #23282D;
}
.page-template-supports .pdf__container_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.page-template-supports .pdf__container_list_pdf {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.page-template-supports .pdf__container_list_pdf.not-available {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-template-supports .pdf__container_list_pdf:hover:not(.not-available) {
  transform: scale(1.01);
}
.page-template-supports .pdf__container_list_pdf:hover:not(.not-available) .pdf__container_list_pdf_box_illustration {
  background-color: #3D444A;
}
.page-template-supports .pdf__container_list_pdf_box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 5px;
  background-color: #32373C;
}
.page-template-supports .pdf__container_list_pdf_box_illustration {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.page-template-supports .pdf__container_list_pdf_box_content {
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.page-template-supports .pdf__container_list_pdf_box_content_tags {
  display: flex;
  gap: 0.5rem;
}
.page-template-supports .workshops__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .page-template-supports .workshops__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-supports .workshops__grid_workshop {
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
  color: white;
}
.page-template-supports .workshops__grid_workshop.inverted {
  color: #23282D;
}
.page-template-supports .workshops__grid_workshop:hover {
  transform: scale(1.01);
}
.page-template-supports .workshops__grid_workshop:hover .workshops__grid_workshop_box_illustration_image {
  width: 102.5%;
  height: 117.5%;
}
.page-template-supports .workshops__grid_workshop:hover .workshops__grid_workshop_box_content {
  transform: scale(1.025);
}
.page-template-supports .workshops__grid_workshop:hover .workshops__grid_workshop_box_content_title {
  transform: translateX(0.25rem);
  transition-delay: 0.2s;
}
.page-template-supports .workshops__grid_workshop:hover .workshops__grid_workshop_box_content_description {
  transform: translateX(0.25rem);
  transition-delay: 0.3s;
}
.page-template-supports .workshops__grid_workshop_box {
  display: flex;
  border-radius: 5px;
  text-decoration: none;
  color: inherit;
  min-height: 10rem;
  padding-left: 1rem;
}
.page-template-supports .workshops__grid_workshop_box_illustration {
  position: relative;
  height: auto;
  width: 75%;
}
.page-template-supports .workshops__grid_workshop_box_illustration_image {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 115%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px 5px 0 0;
  background-size: cover;
  background-position: top center;
  box-shadow: 0 -2.5px 10px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.page-template-supports .workshops__grid_workshop_box_content {
  padding: 2rem;
  transition: transform 0.3s ease-in-out;
}
.page-template-supports .workshops__grid_workshop_box_content_title, .page-template-supports .workshops__grid_workshop_box_content_description {
  transition: transform 0.3s ease-in-out;
}
.page-template-supports .workshops__grid_workshop_box_content_title {
  font-weight: bold;
  font-size: 2rem;
  transition-delay: 0;
}
.page-template-supports .workshops__grid_workshop_box_content_description {
  margin-top: 0.5rem;
  text-align: justify;
  font-size: 0.85rem;
  transition-delay: 0;
}
.page-template-supports .maquettes__container_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .page-template-supports .maquettes__container_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-supports .maquettes__container_list_maquette {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.page-template-supports .maquettes__container_list_maquette.not-available {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-template-supports .maquettes__container_list_maquette:hover:not(.not-available) {
  transform: scale(1.01);
}
.page-template-supports .maquettes__container_list_maquette:hover:not(.not-available) .maquettes__container_list_maquette_box_illustration {
  background-color: #3D444A;
}
.page-template-supports .maquettes__container_list_maquette_box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%;
  border-radius: 5px;
  background-color: #32373C;
}
.page-template-supports .maquettes__container_list_maquette_box_illustration {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.page-template-supports .maquettes__container_list_maquette_box_content {
  display: flex;
  color: white;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.page-template-supports .maquettes__container_list_maquette_box_content_tags {
  display: flex;
  gap: 0.5rem;
}
.page-template-supports .themes__container_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .page-template-supports .themes__container_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-supports .themes__container_list_theme {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.page-template-supports .themes__container_list_theme.not-available {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-template-supports .themes__container_list_theme:hover:not(.not-available) {
  transform: scale(1.01);
}
.page-template-supports .themes__container_list_theme:hover:not(.not-available) .themes__container_list_theme_box_illustration {
  background-color: #3D444A;
}
.page-template-supports .themes__container_list_theme_box {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  width: 100%;
  border-radius: 5px;
  background-color: #32373C;
}
.page-template-supports .themes__container_list_theme_box_illustration {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.page-template-supports .themes__container_list_theme_box_content {
  display: flex;
  color: white;
  padding: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.page-template-supports .themes__container_list_theme_box_content_tags {
  display: flex;
  gap: 0.5rem;
}

.page-template-cours-video {
  background-color: #23282D;
}
.page-template-cours-video .courses__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 576px) {
  .page-template-cours-video .courses__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-cours-video .courses__grid_course {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.1s ease-in-out;
}
.page-template-cours-video .courses__grid_course:hover {
  transform: scale(1.01);
}
.page-template-cours-video .courses__grid_course.empty {
  opacity: 0.5;
  cursor: not-allowed;
}
.page-template-cours-video .courses__grid_course.Javascript {
  color: #191E23 !important;
}
.page-template-cours-video .courses__grid_course_content {
  display: flex;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .page-template-cours-video .courses__grid_course_content {
    align-items: center;
  }
}
.page-template-cours-video .courses__grid_course_content_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  width: 3rem;
  min-height: 3rem;
  height: 3rem;
  padding: 1rem;
  border-radius: 5px;
  background-color: white;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .page-template-cours-video .courses__grid_course_content_logo {
    min-width: 5rem;
    width: 5rem;
    min-height: 5rem;
    height: 5rem;
  }
}
.page-template-cours-video .courses__grid_course_content_logo_img {
  width: 100%;
}
.page-template-cours-video .courses__grid_course_content_informations_title {
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-template-cours-video .courses__grid_course_content_informations_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-cours-video .courses__grid_course_content_informations_title {
    font-size: 2rem;
  }
}
.page-template-cours-video .courses__grid_course_content_informations_description {
  text-align: justify;
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  .page-template-cours-video .courses__grid_course_content_informations_description {
    font-size: 1rem;
  }
}
.page-template-cours-video .courses__grid_course_stats {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background-color: rgba(246, 236, 227, 0.25);
  border-radius: 5px;
  font-weight: 600;
  font-family: Fira;
}

.page-template-visualiseurs .grid #demo-grid {
  display: grid;
  vertical-align: baseline;
}
.page-template-visualiseurs .grid #demo-grid .box {
  background-color: red;
  height: 2.5rem;
  border: 1px solid black;
}
.page-template-visualiseurs .visualiseur {
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 3rem;
}
.page-template-visualiseurs .visualiseur__demo {
  border-radius: 5px;
  background-color: white;
  padding: 1rem;
}
.page-template-visualiseurs .visualiseur__demo .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-visualiseurs .visualiseur__properties {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.page-template-visualiseurs .visualiseur__properties_property {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-template-visualiseurs .visualiseur__properties_choices {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.page-template-visualiseurs .visualiseur__properties_choices_choice {
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out;
}
.page-template-visualiseurs .visualiseur__properties_choices_choice:hover {
  opacity: 1;
}
.page-template-visualiseurs .visualiseur__properties_separator {
  height: 1px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0.5rem 0;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
