@charset "UTF-8";
/*
Theme Name: Concours des grands vins du monde
Theme URI:
Author: Jean-Baptiste Druet - Agence Album
Author URI: agencealbum.com
Description: Theme
Version: 1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Gris remplacé par doré */
/* Bleu remplacé par violine */
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/poppins/Poppins-Thin.ttf");
  font-weight: 250;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/poppins/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/poppins/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/poppins/Poppins-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/poppins/Poppins-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radiocanada";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/radiocanada/RadioCanada-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radiocanada";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/radiocanada/RadioCanada-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radiocanada";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/radiocanada/RadioCanada-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radiocanada";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/radiocanada/RadioCanada-Italic.ttf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Radiocanada";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/radiocanada/RadioCanada-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Radiocanada";
  src: url("/wp-content/themes/comite-vins-monde/assets/fonts/radiocanada/RadioCanada-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
header.cvm__header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem;
  height: 6rem;
  z-index: 4;
  background: transparent;
  transition: top 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  header.cvm__header {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
header.cvm__header.--black {
  background: #101010 !important;
}
header.cvm__header.--hide {
  top: -10rem;
}
header.cvm__header.--background {
  background: #FFFFFF !important;
  box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.5);
}
header.cvm__header.--background .cvm__header__homeicon a .icon {
  color: #101010;
}
header.cvm__header.--background .cvm__header__menuicon .icon {
  color: #101010;
}
header.cvm__header.--background .cvm__header__nav li a {
  color: #101010;
}
header.cvm__header.--background .cvm__header__nav li a.current-item {
  font-weight: 600;
}
header.cvm__header.--background .gtranslate_wrapper .gt_switcher .gt_selected a::after svg {
  border: 1px red solid;
}
header.cvm__header .cvm__header__homeicon a {
  text-decoration: none;
}
header.cvm__header .cvm__header__homeicon a .icon {
  font-size: 2.2rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  header.cvm__header .cvm__header__homeicon a .icon {
    font-size: 1.8rem;
  }
}
header.cvm__header .cvm__header__menuicon {
  cursor: pointer;
}
header.cvm__header .cvm__header__menuicon .icon {
  font-size: 2.8rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  header.cvm__header .cvm__header__menuicon .icon {
    font-size: 2.3rem;
  }
}
header.cvm__header .cvm__header__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}
@media screen and (max-width: 999.98px) {
  header.cvm__header .cvm__header__nav {
    display: none;
  }
}
header.cvm__header .cvm__header__nav li {
  font-family: "Radiocanada", sans-serif;
}
header.cvm__header .cvm__header__nav li a {
  position: relative;
}
header.cvm__header .cvm__header__nav li:hover {
  text-shadow: 1px 0px 0px currentColor;
}
header.cvm__header .cvm__header__nav li:hover a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  width: 45px;
  height: 5px;
  background: #E1BF35;
  left: 50%;
  transform: translateX(-50%);
}
header.cvm__header .cvm__header__nav li.current-menu-item a {
  position: relative;
  text-shadow: 1px 0px 0px currentColor;
}
header.cvm__header .cvm__header__nav li.current-menu-item a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  width: 45px;
  height: 5px;
  background: #E1BF35;
  left: 50%;
  transform: translateX(-50%);
}
header.cvm__header .cvm__header__nav li a {
  font-weight: 250;
  text-transform: uppercase;
  font-size: clamp(16px, 1.5vw, 20px);
  color: #A0A0A0;
  text-decoration: none;
}

.cvm__header__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #531442;
  padding: 1rem;
  z-index: 4;
  background-image: url("./assets/img/pictures/background-menu.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.cvm__header__menu .header {
  height: 5rem;
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .cvm__header__menu .header {
    flex-direction: column;
    align-items: start;
    height: auto;
    gap: 3.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__header__menu .header {
    position: relative;
    top: 2rem;
    gap: 1rem;
    align-items: end;
  }
}
.cvm__header__menu .header .close {
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .cvm__header__menu .header .close {
    position: absolute;
    top: -25px;
    left: -23px;
  }
}
.cvm__header__menu .header .close .icon {
  font-size: 3.5rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .cvm__header__menu .header .close .icon {
    font-size: 3rem;
  }
}
.cvm__header__menu .header .private {
  width: fit-content;
  display: none;
}
@media screen and (max-width: 999.98px) {
  .cvm__header__menu .header .private {
    flex-direction: column;
  }
}
.cvm__header__menu .header .private .label {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(13px, 1.5vw, 20px);
  font-weight: 250;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
@media screen and (max-width: 767.98px) {
  .cvm__header__menu .header .private .label {
    justify-content: end;
    text-align: end;
  }
}
.cvm__header__menu .header .private .content {
  padding: 5px 15px;
  border-left: 3px #D5693C solid;
  border-right: 3px #D5693C solid;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cvm__header__menu .header .private .content span {
  font-size: 2rem;
  color: #FFFFFF;
}
.cvm__header__menu .header .private .content a {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(12px, 1.5vw, 20px);
  font-weight: 250;
  font-weight: normal;
  color: #FFFFFF;
}
.cvm__header__menu .header .private .content a:hover {
  text-shadow: 1px 0 0 currentColor;
}
.cvm__header__menu .menu__inner {
  position: relative;
  top: 1rem;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1249.98px) {
  .cvm__header__menu .menu__inner {
    top: 3rem;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__header__menu .menu__inner {
    flex-direction: column;
    justify-content: start;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__header__menu .menu__inner {
    top: 4rem;
  }
}
.cvm__header__menu .menu__inner .menu-column {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cvm__header__menu .menu__inner .menu-column {
  list-style: none;
}
.cvm__header__menu .menu__inner .menu-column .menu-item a {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 3vw, 50px);
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.cvm__header__menu .menu__inner .menu-column .menu-item.title {
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .cvm__header__menu .menu__inner .menu-column .menu-item.title {
    margin-top: 1rem;
  }
}
.cvm__header__menu .menu__inner .menu-column .menu-item.title a {
  position: relative;
}
.cvm__header__menu .menu__inner .menu-column .menu-item.title a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -10px;
  width: 75%;
  height: 22.5px;
  background: #E1BF35;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}
.cvm__header__menu .menu__inner .menu-column .menu-item.title a:hover::after {
  transform: scaleX(1);
}
.cvm__header__menu .menu__inner .menu-column .menu-item:not(.title) {
  padding-left: 4.8rem;
  margin: 1rem 0;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .cvm__header__menu .menu__inner .menu-column .menu-item:not(.title) {
    padding-left: 2.8rem;
  }
}
.cvm__header__menu .menu__inner .menu-column .menu-item:not(.title) a {
  position: relative;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(16px, 2vw, 35px);
  font-weight: 300;
  text-transform: none;
  transition: width 0.3s ease;
}
.cvm__header__menu .menu__inner .menu-column .menu-item:not(.title) a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -10px;
  width: 65%;
  height: 12.5px;
  background: #E1BF35;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}
.cvm__header__menu .menu__inner .menu-column .menu-item:not(.title) a:hover::after {
  transform: scaleX(1);
}
.cvm__header__menu.--active {
  display: block;
}

footer.footer {
  display: flex;
  flex-direction: column;
}
footer.footer .footer__inner {
  width: 100%;
  margin: auto;
}
footer.footer .footer__inner .footer__top {
  display: flex;
  gap: 1rem;
  background: #8C6B3C;
  padding: 4rem 12%;
}
@media screen and (max-width: 1249.98px) {
  footer.footer .footer__inner .footer__top {
    padding: 2rem 8%;
  }
}
@media screen and (max-width: 999.98px) {
  footer.footer .footer__inner .footer__top {
    flex-direction: column;
    gap: 2rem;
  }
}
footer.footer .footer__inner .footer__top .col {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 25%;
}
@media screen and (max-width: 999.98px) {
  footer.footer .footer__inner .footer__top .col {
    width: 100%;
    align-items: start;
  }
}
footer.footer .footer__inner .footer__top .col:nth-of-type(1) {
  justify-content: end;
}
@media screen and (max-width: 999.98px) {
  footer.footer .footer__inner .footer__top .col {
    width: 100%;
  }
}
footer.footer .footer__inner .footer__top .col:nth-of-type(1) ul li {
  display: flex;
  gap: 20px;
}
footer.footer .footer__inner .footer__top .col .logo {
  max-width: 20rem;
  margin: 2rem 0;
}
@media screen and (max-width: 999.98px) {
  footer.footer .footer__inner .footer__top .col .logo {
    max-width: 12.5rem;
  }
}
footer.footer .footer__inner .footer__top .col ul {
  list-style: none;
}
footer.footer .footer__inner .footer__top .col ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer.footer .footer__inner .footer__top .col ul li.mail {
  display: none;
}
footer.footer .footer__inner .footer__top .col ul li:hover {
  text-shadow: 1px 0px 0px currentColor;
}
footer.footer .footer__inner .footer__top .col ul li a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 5px;
}
footer.footer .footer__inner .footer__top .col ul li a .icon-container {
  background: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  padding: 4.2px;
}
footer.footer .footer__inner .footer__top .col ul li a .icon-container .icon {
  color: #FFFFFF;
}
footer.footer .footer__inner .footer__top .col .footer-nav {
  list-style: none;
}
@media screen and (min-width: 1000px) {
  footer.footer .footer__inner .footer__top .col .footer-nav {
    padding-top: 35%;
  }
}
footer.footer .footer__inner .footer__top .col .footer-nav li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
footer.footer .footer__inner .footer__top .col .footer-nav li a {
  cursor: pointer;
}
footer.footer .footer__inner .footer__top .col .footer-nav li:first-child {
  margin-bottom: 1rem;
  max-width: 90%;
}
footer.footer .footer__inner .footer__top .col .footer-nav li:first-child a {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 999.98px) {
  footer.footer .footer__inner .footer__top .col .footer-nav li:first-child {
    max-width: unset;
  }
}
footer.footer .footer__inner .footer__mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 2rem 0;
  gap: 1rem;
}
footer.footer .footer__inner .footer__mid .inner {
  display: none;
  gap: 15px;
}
@media screen and (max-width: 767.98px) {
  footer.footer .footer__inner .footer__mid .inner {
    width: 80%;
    margin: auto;
  }
}
footer.footer .footer__inner .footer__mid .inner a {
  text-decoration: none;
  color: #101010;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
}
footer.footer .footer__inner .footer__mid .inner a:hover .icon-container {
  background: #FFFFFF;
  outline: 1px #101010 solid;
}
footer.footer .footer__inner .footer__mid .inner a:hover .icon-container .icon {
  color: #101010;
}
footer.footer .footer__inner .footer__mid .inner a .icon-container {
  background: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  padding: 4.2px;
}
footer.footer .footer__inner .footer__mid .inner a .icon-container .icon {
  color: #FFFFFF;
  font-size: 1.2rem;
}
footer.footer .footer__inner .footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 767.98px) {
  footer.footer .footer__inner .footer__bottom {
    text-align: left;
  }
}
footer.footer .footer__inner .footer__bottom p {
  max-width: 80%;
  font-family: "Poppins", sans-serif;
  font-weight: 250;
  font-size: clamp(12px, 2vw, 16px);
  line-height: clamp(1.5rem, 2vw, 2.2rem);
}
footer.footer .footer__inner .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  padding: 0 0 2rem 0;
}
footer.footer .footer__inner .signature a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: clamp(12px, 2vw, 14px);
  text-decoration: none;
  color: #101010;
}
footer.footer .footer__inner .signature a:hover {
  text-shadow: 1px 0px 0px currentColor;
}

.cky-consent-container,
.cky-modal {
  font-family: "Poppins", sans-serif;
}

.cvm__hero {
  position: relative;
  top: -6rem;
  height: 630px;
  width: 100%;
}
@media screen and (max-width: 1249.98px) {
  .cvm__hero {
    height: 480px;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__hero {
    height: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__hero {
    position: relative;
    display: flex;
    height: 320px;
    align-items: end;
    justify-content: center;
  }
}
.cvm__hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 5%, rgba(255, 255, 255, 0) 50%, rgb(0, 0, 0) 100%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.cvm__hero img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__hero h1 {
  position: absolute;
  bottom: -4vw;
  right: 7.5%;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 5px;
  color: #FFFFFF;
  text-transform: uppercase;
  z-index: 2;
  font-size: clamp(36px, 9vw, 180px);
}
@media screen and (max-width: 767.98px) {
  .cvm__hero h1 {
    position: relative;
    /* margin: auto; */
    top: unset;
    /* bottom: unset; */
    left: unset;
    right: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__hero h1.contact {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__hero h1.contact {
    position: relative;
    top: unset;
    right: unset;
    bottom: 0;
  }
}
.cvm__hero h1.legals {
  right: unset;
  left: 7%;
}

.default-button {
  margin-top: 3rem;
  background: #8C6B3C;
  display: flex;
  width: fit-content;
  border-radius: 24px;
  gap: 5px;
  padding: 5px 12px;
  text-decoration: none;
  align-items: center;
}
.default-button:hover {
  background: #531442;
}
.default-button:hover span {
  text-shadow: 1px 0px 0px currentColor;
}
.default-button img {
  max-width: 1.5rem;
  margin: 2.5px 0;
}
.default-button span {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 767.98px) {
  .default-button span {
    font-size: 12px;
  }
}

.spacer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.spacer .image {
  animation: move 1.5s linear infinite;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(2rem);
  }
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(2rem);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.gt_switcher {
  display: flex !important;
  flex-direction: column-reverse !important;
  width: 65px !important;
}
.gt_switcher .gt_option {
  position: absolute !important;
  top: 60px !important;
  width: 65px !important;
  background: transparent !important;
  border: none !important;
}
.gt_switcher .gt_option a.nturl img {
  position: relative !important;
  right: -22px !important;
}
.gt_switcher .gt_option a:hover {
  background: transparent !important;
}
.gt_switcher .gt_selected {
  background: transparent !important;
}
.gt_switcher .gt_selected a {
  display: flex !important;
  flex-direction: row-reverse !important;
  width: 48px !important;
  border: none !important;
}
.gt_switcher .gt_selected a::after {
  left: 10px !important;
  right: unset !important;
  transform: rotate(-90deg);
}
.gt_switcher .gt_selected a:hover {
  background: transparent !important;
}
.gt_switcher .gt_selected a.open::after {
  transform: rotate(0deg) !important;
}

.wpforms-confirmation-container {
  background: #531442 !important;
  border: 1px solid greenblue !important;
  box-sizing: border-box !important;
  font-family: "Poppins" !important;
}
.wpforms-confirmation-container p {
  color: #FFFFFF !important;
}

.cvm__home .cvm__home__hero {
  position: relative;
  top: -6rem;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cvm__home .cvm__home__hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 5%, rgba(255, 255, 255, 0) 50%, rgb(0, 0, 0) 100%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.cvm__home .cvm__home__hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.cvm__home .cvm__home__hero .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.cvm__home .cvm__home__hero .video.desktop {
  display: block;
}
@media (max-width: 767px) {
  .cvm__home .cvm__home__hero .video.desktop {
    display: none;
  }
}
.cvm__home .cvm__home__hero .video.mobile {
  display: none;
}
@media (max-width: 767px) {
  .cvm__home .cvm__home__hero .video.mobile {
    display: block;
  }
}
.cvm__home .cvm__home__hero .cvm__home__hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.cvm__home .cvm__home__hero .cvm__home__hero__inner .logo {
  width: clamp(15rem, 22vw, 28rem);
}
.cvm__home .cvm__home__hero .cvm__home__hero__inner .logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__home .cvm__home__hero .cvm__home__hero__inner .title {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}
.cvm__home .cvm__home__hero .cvm__home__hero__inner .title .first {
  font-size: clamp(20px, 4vw, 50px);
  font-weight: 500;
}
.cvm__home .cvm__home__hero .cvm__home__hero__inner .title .last {
  font-size: clamp(35px, 5vw, 65px);
  font-weight: 700;
}
.cvm__home .cvm__home__hero .cvm__home__hero__inner .infos {
  padding: 0.5rem 1rem;
  background: #FFFFFF;
  color: #101010;
  margin-top: 1rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__hero .cvm__home__hero__inner .infos {
    max-width: 80%;
  }
}
.cvm__home .cvm__home__hero .cvm__home__hero__inner .infos p {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__hero .cvm__home__hero__inner .infos p {
    max-width: 72%;
    margin: auto;
  }
}
.cvm__home .spacer {
  top: -7rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .spacer {
    display: none;
  }
}
.cvm__home .cvm__home__intro {
  width: 80%;
  margin: auto auto 8rem auto;
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__intro {
    margin: -4rem auto 4rem auto;
  }
}
.cvm__home .cvm__home__intro .row__first {
  display: flex;
  gap: 4rem;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__intro .row__first {
    flex-direction: column;
  }
}
.cvm__home .cvm__home__intro .row__first .col__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__intro .row__first .col__content {
    width: 100%;
  }
}
.cvm__home .cvm__home__intro .row__first .col__content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: clamp(38px, 4.2vw, 80px);
  line-height: clamp(40px, 4.8vw, 80px);
  letter-spacing: 3px;
}
.cvm__home .cvm__home__intro .row__first .col__content .title p strong {
  color: #531442;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__intro .row__first .col__content .title p strong {
    white-space: initial;
  }
}
.cvm__home .cvm__home__intro .row__first .col__content .subtitle {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  line-height: clamp(2rem, 2.2vw, 2.7rem);
  font-weight: 300;
}
.cvm__home .cvm__home__intro .row__first .col__content .subtitle strong {
  font-weight: 400;
}
.cvm__home .cvm__home__intro .row__first .col__image {
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__intro .row__first .col__image {
    width: 100%;
  }
}
.cvm__home .cvm__home__intro .row__first .col__image .image {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__intro .row__first .col__image .image {
    margin: unset;
    width: fit-content;
    margin: auto;
    max-width: 30rem;
  }
}
.cvm__home .cvm__home__intro .row__second {
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__intro .row__second {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.cvm__home .cvm__home__intro .row__second .col__image {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__intro .row__second .col__image {
    width: 100%;
  }
}
.cvm__home .cvm__home__intro .row__second .col__content {
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__intro .row__second .col__content {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__intro .row__second .col__content {
    padding: 0;
  }
}
.cvm__home .cvm__home__intro .row__second .col__content .arrow {
  width: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__intro .row__second .col__content .arrow {
    display: flex;
    justify-content: center;
  }
}
.cvm__home .cvm__home__intro .row__second .col__content .text {
  font-family: "Radiocanda", sans-serif;
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 300;
  width: 22rem;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__intro .row__second .col__content .text {
    width: 100%;
  }
}
.cvm__home .cvm__home__intro .row__second .col__content .text p {
  line-height: 26px;
}
.cvm__home .cvm__home__intro .row__second .col__content .outro {
  padding: 1rem 1rem 1rem 0;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__intro .row__second .col__content .outro {
    padding: 2rem;
  }
}
.cvm__home .cvm__home__intro .row__second .col__content .outro::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -2rem;
  height: 90%;
  width: 4px;
  background: #D5693C;
}
@media screen and (max-width: 1249.98px) {
  .cvm__home .cvm__home__intro .row__second .col__content .outro::before {
    left: -1rem;
  }
}
.cvm__home .cvm__home__intro .row__second .col__content .outro p {
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: clamp(22px, 1.7vw, 27px);
}
.cvm__home .cvm__home__intro .row__second .col__content .outro p strong {
  text-transform: uppercase;
}
.cvm__home .cvm__home__context {
  display: flex;
  flex-direction: column;
  padding: 6rem 0;
  background: #101010;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__context {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__context {
    padding: 3rem 0;
  }
}
.cvm__home .cvm__home__context .cvm__home__context__inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__context .cvm__home__context__inner {
    gap: 4rem;
  }
}
.cvm__home .cvm__home__context .cvm__home__context__inner .header {
  display: flex;
  padding: 1rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__context .cvm__home__context__inner .header {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__context .cvm__home__context__inner .header {
    padding: 0;
  }
}
.cvm__home .cvm__home__context .cvm__home__context__inner .header .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 4.2vw, 80px);
  line-height: clamp(40px, 4.8vw, 80px);
  font-weight: 300;
  letter-spacing: 3px;
  color: #FFFFFF;
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__context .cvm__home__context__inner .header .title {
    width: 100%;
  }
}
.cvm__home .cvm__home__context .cvm__home__context__inner .header .title strong {
  color: #531442;
  text-transform: uppercase;
  white-space: nowrap;
}
.cvm__home .cvm__home__context .cvm__home__context__inner .header .subtitle {
  display: flex;
  align-items: center;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 300;
  color: #FFFFFF;
  width: 50%;
  max-width: 35rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__context .cvm__home__context__inner .header .subtitle {
    width: 100%;
  }
}
.cvm__home .cvm__home__context .cvm__home__context__inner .header .subtitle strong {
  font-weight: 400;
}
.cvm__home .cvm__home__context .cvm__home__context__inner .body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__context .cvm__home__context__inner .body {
    flex-direction: column;
    gap: 1rem;
  }
}
.cvm__home .cvm__home__context .cvm__home__context__inner .body .col {
  width: 33%;
  padding: 1rem;
  max-width: 25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__context .cvm__home__context__inner .body .col {
    max-width: 30rem;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__context .cvm__home__context__inner .body .col {
    padding: 0;
  }
}
.cvm__home .cvm__home__context .cvm__home__context__inner .body .col .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2vw, 30px);
  line-height: clamp(2rem, 2.2vw, 2.7rem);
  text-transform: uppercase;
  color: #FFFFFF;
}
.cvm__home .cvm__home__context .cvm__home__context__inner .body .col .text {
  font-size: clamp(18px, 1.5vw, 20px);
  font-family: "Radiocanada", sans-serif;
  font-weight: 250;
  color: #FFFFFF;
  max-width: 16rem;
}
.cvm__home .cvm__home__background .cvm__home__participate {
  display: flex;
  flex-direction: column;
  padding: 6rem 0;
  position: relative;
}
.cvm__home .cvm__home__background .cvm__home__participate .background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate {
    flex-direction: column-reverse;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 80%;
  margin: auto;
  background-image: url(./assets/img/pictures/background-earth.svg);
  background-size: 68%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner {
    background-image: none;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .header {
  display: flex;
  padding: 1rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .header {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .header {
    padding: 0;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .header .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 4.2vw, 80px);
  line-height: clamp(40px, 4.8vw, 80px);
  font-weight: 300;
  letter-spacing: 3px;
  color: #101010;
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .header .title {
    width: 100%;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .header .title strong {
  color: #531442;
  text-transform: uppercase;
  white-space: nowrap;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .header .subtitle {
  display: flex;
  align-items: center;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 300;
  color: #101010;
  width: 50%;
  max-width: 42rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .header .subtitle {
    width: 100%;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .header .subtitle strong {
  font-weight: 400;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body {
    flex-direction: column;
    gap: 1rem;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col {
  position: relative;
  width: 33%;
  padding: 1rem;
  max-width: 25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col {
    max-width: 25rem;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col {
    padding: 0;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col:hover .image {
  max-height: 22rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col:hover .image {
    max-height: inherit;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col:hover .infos .text p {
  max-height: fit-content;
  height: auto;
  opacity: 1;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .image {
  height: 29rem;
  width: 100%;
  max-height: 29rem;
  transition: max-height 0.3s ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .image {
    max-height: 22rem;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .color {
  color: #531442;
  position: relative;
  height: 3rem;
  width: 2.5rem;
  top: -2.8rem;
  left: 1rem;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col hr {
  border: none;
  background: #101010;
  height: 1.5px;
  width: 70%;
  margin-right: auto;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .infos {
  position: relative;
  top: -3rem;
  font-family: "Radiocanada", sans-serif;
  overflow: hidden;
  max-height: 4rem;
  transition: max-height 0.6s ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .infos {
    max-height: 25rem;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .infos.--active {
  max-height: 25rem;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .infos .title {
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 600;
  padding: 1rem;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .infos .text {
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .infos .text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .infos .text.--active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .infos .text p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 250;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .button {
  position: relative;
  top: -2rem;
  color: #531442;
  font-weight: 250;
  text-decoration: none;
  font-family: "Radiocanada", sans-serif;
  width: fit-content;
  padding: 0 1rem;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .button {
    top: -3rem;
    transform: scale(1.15);
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .button:hover {
  transform: scale(1.15);
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .button:hover {
    transform: none !important;
  }
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .button:hover::before {
  opacity: 0.6;
  width: 100%;
}
.cvm__home .cvm__home__background .cvm__home__participate .cvm__home__participate__inner .body .col .button::before {
  content: "";
  height: 10px;
  width: 80%;
  position: absolute;
  bottom: -4px;
  left: -4px;
  background: #531442;
  opacity: 0.4;
  transition: opacity 0.3s ease, width 0.3s ease;
}
.cvm__home .cvm__home__background .hr-partner {
  border: none;
  background: #D5693C;
  height: 1.5px;
  width: 42%;
  border-radius: 20px;
  margin: 2rem auto;
}
.cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner {
  width: 80%;
  margin: auto;
}
.cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .header {
  display: flex;
  padding: 1rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .header {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .header {
    padding: 0;
  }
}
.cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .header .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 4.2vw, 80px);
  font-weight: 300;
  line-height: clamp(40px, 4.8vw, 80px);
  letter-spacing: 3px;
  color: #101010;
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .header .title {
    width: 100%;
  }
}
.cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .header .title strong {
  color: #531442;
  text-transform: uppercase;
  white-space: nowrap;
}
.cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .partner__list {
  position: relative;
  padding: 4rem 0;
  z-index: 1;
}
.cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .partner__list .splide__track {
  width: 100%;
  height: 100%;
}
.cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .partner__list .splide__track .splide__list .splide__slide {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  padding: 0 1rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .partner__list .splide__track .splide__list .splide__slide {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .partner__list .splide__track .splide__list .splide__slide {
    padding: 0;
  }
}
.cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .partner__list .splide__track .splide__list .splide__slide .splide__list__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .partner__list .splide__track .splide__list .splide__slide .splide__list__item {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .partner__list .splide__track .splide__list .splide__slide .splide__list__item {
    width: 8rem;
    height: 8rem;
  }
}
.cvm__home .cvm__home__background .cvm__home__partner .cvm__home__partner__inner .partner__list .splide__track .splide__list .splide__slide .splide__list__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cvm__home .cvm__home__banner {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 999.98px) {
  .cvm__home .cvm__home__banner {
    height: 400px;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__home .cvm__home__banner {
    height: 250px;
  }
}
.cvm__home .cvm__home__banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cvm__home__actualites {
  padding: 80px 20px;
  background: #f9f9f9;
}

.cvm__home__actualites__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cvm__home__actualites .header {
  text-align: center;
  margin-bottom: 60px;
}

.cvm__home__actualites .header .title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #333;
}

.cvm__home__actualites .header .subtitle {
  font-size: 1.1rem;
  color: #666;
}

.cvm__home__actualites .body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.cvm__home__actualites .col {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.cvm__home__actualites .col:hover {
  transform: translateY(-5px);
}

.cvm__home__actualites .col .image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.cvm__home__actualites .col .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.cvm__home__actualites .col:hover .image img {
  transform: scale(1.05);
}

.cvm__home__actualites .col .content {
  padding: 25px;
}

.cvm__home__actualites .col .date {
  display: inline-block;
  font-size: 0.85rem;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cvm__home__actualites .col .title {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.4;
}

.cvm__home__actualites .col .excerpt {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cvm__home__actualites .col .button {
  display: inline-block;
  padding: 10px 25px;
  background-color: #6B99A0;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.cvm__home__actualites .col .button:hover {
  background-color: #5a8188;
}

.cvm__home__actualites .footer {
  text-align: center;
  margin-top: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .cvm__home__actualites {
    padding: 50px 15px;
  }
  .cvm__home__actualites .header .title {
    font-size: 2rem;
  }
  .cvm__home__actualites .body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cvm__concours .cvm__concours__background {
  display: flex;
  flex-direction: column;
  background-image: url("./assets/img/pictures/background-earth.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-top: 2rem;
  gap: 5rem;
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner {
    gap: 1rem;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header {
    flex-direction: column-reverse;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header .media {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header .media {
    justify-content: start;
    width: 100%;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header .media .image {
  max-width: 22rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header .media .image {
    max-width: 10rem;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header .content {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header .content {
    width: 100%;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header .content .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3vw, 50px);
  line-height: clamp(30px, 4vw, 70px);
  font-weight: 300;
  letter-spacing: 3px;
  width: fit-content;
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header .content .title strong {
  font-size: clamp(33px, 5vw, 98px);
  font-weight: 700 !important;
  color: #531442;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .header .content .title strong {
    white-space: initial;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body {
    flex-direction: column-reverse;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body .infos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 40%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body .infos {
    width: 100%;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body .infos .item {
  background: #531442;
  padding: 1.2rem 1.7rem;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
  width: 80%;
  max-width: 25rem;
  min-width: 22rem;
}
@media screen and (max-width: 1249.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body .infos .item {
    min-width: 18rem;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body .infos .item strong {
  font-weight: 700;
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body .content {
  width: 60%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body .content {
    width: 100%;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__event .cvm__concours__event__inner .body .content p {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  margin-bottom: 1rem;
}
.cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner {
  width: 90%;
  margin-left: auto;
  display: flex;
  gap: 10%;
  padding-bottom: 4rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 55%;
  max-width: 42rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .content {
    gap: 2rem;
    width: 90%;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .content .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3vw, 50px);
  line-height: clamp(30px, 4vw, 70px);
  font-weight: 300;
  letter-spacing: 3px;
  width: fit-content;
}
.cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .content .title strong {
  font-size: clamp(33px, 5vw, 98px);
  font-weight: 700 !important;
  color: #531442;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .content .title strong {
    white-space: initial;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .content .text p {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  margin-bottom: 1rem;
}
.cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .content .download {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  width: fit-content;
  padding: 0.8rem 1.8rem;
  gap: 1rem;
  background: #EAD7CF;
  color: #101010;
  pointer-events: none;
}
.cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .media {
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .media {
    width: 100%;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .media .image {
    height: 30rem;
    width: 100%;
  }
}
.cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .media .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__background .cvm__concours__reglement .cvm__concours__reglement__inner .media .image img {
    object-fit: cover;
  }
}
.cvm__concours .cvm__concours__review {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 6rem 0;
  background: rgba(0, 61, 70, 0.0901960784);
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__review {
    gap: 2rem;
  }
}
.cvm__concours .cvm__concours__review .header .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3vw, 50px);
  line-height: clamp(30px, 4vw, 70px);
  font-weight: 300;
  letter-spacing: 3px;
  width: 80%;
  margin: auto;
}
.cvm__concours .cvm__concours__review .header .title strong {
  font-size: clamp(33px, 5vw, 98px);
  font-weight: 700 !important;
  color: #531442;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__review .header .title strong {
    white-space: initial;
  }
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list {
  width: 80%;
  margin: auto;
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__track .splide__list:nth-child(odd) .review {
  border-right: 1px red solid;
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__track .splide__list .review {
  font-family: "Montserrat";
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__track .splide__list .review .review__content {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
  line-height: clamp(1.5rem, 2vw, 2.2rem);
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__track .splide__list .review .review__author {
  border-top: 1.5px #531442 solid;
  padding-top: 1rem;
  width: fit-content;
  color: #531442;
  margin-top: 1rem;
  font-family: "Radiocanada", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(20px, 2vw, 30px);
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__arrows .splide__arrow {
  background: transparent;
  opacity: 1;
  height: 5em !important;
  width: 5em !important;
  transition: opacity 0.1s ease;
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__arrows .splide__arrow {
    height: 2.5em !important;
    width: 2.5em !important;
  }
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__arrows .splide__arrow:disabled {
  background: transparent;
  opacity: 0.5;
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__arrows .splide__arrow svg {
  fill: #531442;
  color: #531442;
  height: 5rem;
  width: auto;
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__arrows .splide__arrow::after {
  display: none;
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__arrows .splide__arrow--prev {
  left: -8%;
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__arrows .splide__arrow--prev {
    left: -8%;
  }
}
.cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__arrows .splide__arrow--next {
  right: -8%;
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__review .cvm__concours__review__list .splide__arrows .splide__arrow--next {
    right: -8%;
  }
}
.cvm__concours .cvm__concours__orga .header {
  width: 80%;
  margin: auto;
  padding: 4rem 0;
}
.cvm__concours .cvm__concours__orga .header .title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3vw, 50px);
  line-height: clamp(30px, 4vw, 70px);
  font-weight: 300;
  letter-spacing: 3px;
  width: fit-content;
}
.cvm__concours .cvm__concours__orga .header .title strong {
  font-size: clamp(33px, 5vw, 98px);
  font-weight: 700 !important;
  color: #531442;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .header .title strong {
    white-space: initial;
  }
}
.cvm__concours .cvm__concours__orga .row__first {
  width: 90%;
  margin-right: auto;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__first {
    flex-direction: column-reverse;
  }
}
.cvm__concours .cvm__concours__orga .row__first .media {
  width: 45%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__first .media {
    width: 100%;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__first .media {
    width: 100%;
  }
}
.cvm__concours .cvm__concours__orga .row__first .media .image {
  aspect-ratio: 1/0.8;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__first .media .image {
    height: 30rem;
    width: 100%;
  }
}
.cvm__concours .cvm__concours__orga .row__first .media .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__concours .cvm__concours__orga .row__first .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  max-width: 42rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__first .content {
    width: 90%;
    margin-left: auto;
    margin-bottom: 3rem;
  }
}
.cvm__concours .cvm__concours__orga .row__first .content p {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  margin-bottom: 1rem;
}
.cvm__concours .cvm__concours__orga .row__second {
  width: 80%;
  margin: auto;
  display: flex;
  padding: 2rem 0;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__second {
    flex-direction: column;
  }
}
.cvm__concours .cvm__concours__orga .row__second .content {
  width: 45%;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__second .content {
    width: 100%;
  }
}
.cvm__concours .cvm__concours__orga .row__second .content .item {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  max-width: 30rem;
}
.cvm__concours .cvm__concours__orga .row__second .content .item strong {
  text-transform: uppercase;
  font-size: clamp(20px, 2vw, 30px);
}
.cvm__concours .cvm__concours__orga .row__second .media {
  width: 55%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__second .media {
    width: 100%;
  }
}
.cvm__concours .cvm__concours__orga .orga__list {
  position: relative;
  padding: 8rem 0;
  width: 80%;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .orga__list {
    padding: 4rem 0;
  }
}
.cvm__concours .cvm__concours__orga .orga__list .splide__track {
  width: 100%;
  height: 100%;
}
.cvm__concours .cvm__concours__orga .orga__list .splide__track .splide__list .splide__slide {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  padding: 0 1rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .orga__list .splide__track .splide__list .splide__slide {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__orga .orga__list .splide__track .splide__list .splide__slide {
    padding: 0;
  }
}
.cvm__concours .cvm__concours__orga .orga__list .splide__track .splide__list .splide__slide .splide__list__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .orga__list .splide__track .splide__list .splide__slide .splide__list__item {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__orga .orga__list .splide__track .splide__list .splide__slide .splide__list__item {
    width: 8rem;
    height: 8rem;
  }
}
.cvm__concours .cvm__concours__orga .orga__list .splide__track .splide__list .splide__slide .splide__list__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cvm__concours .cvm__concours__orga .orga__list .splide__track .splide__list .splide__slide .splide__list__item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: #FFFFFF;
  font-family: "Radiocanada", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1449.98px) {
  .cvm__concours .cvm__concours__orga .orga__list .splide__track .splide__list .splide__slide .splide__list__item .title {
    font-size: 14px;
  }
}
.cvm__concours .cvm__concours__orga .orga__list .default-button {
  margin: 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .orga__list .default-button {
    margin: 5rem auto;
  }
}
.cvm__concours .cvm__concours__orga .row__third {
  width: 90%;
  margin-right: auto;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__third {
    flex-direction: column;
    gap: 2rem;
  }
}
.cvm__concours .cvm__concours__orga .row__third .media {
  width: 45%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__third .media {
    width: 100%;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__third .media {
    width: 100%;
  }
}
.cvm__concours .cvm__concours__orga .row__third .media .image {
  aspect-ratio: 1/0.8;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__third .media .image {
    height: 30rem;
    width: 100%;
  }
}
.cvm__concours .cvm__concours__orga .row__third .media .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__concours .cvm__concours__orga .row__third .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  max-width: 42rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__orga .row__third .content {
    width: 90%;
    margin-left: auto;
  }
}
.cvm__concours .cvm__concours__orga .row__third .content p {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  margin-bottom: 1rem;
}
.cvm__concours .cvm__concours__timeline {
  padding: 8rem 0 2rem 0;
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__timeline {
    padding: 4rem 0 4rem 0;
    margin: 0 0 4rem 0;
    overflow-x: auto;
  }
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner {
  width: 80%;
  margin: auto;
  padding-left: 5rem;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 300px;
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .main-timeline-section {
    width: 1000px;
  }
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .main-timeline-section .timeline-start,
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .main-timeline-section .timeline-end {
  position: absolute;
  background: #531442;
  border: 3px solid #fff;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 10;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .main-timeline-section .timeline-end {
  right: 0;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .main-timeline-section .conference-center-line {
  position: absolute;
  width: 100%;
  height: 1.5px;
  top: 50%;
  transform: translateY(-50%);
  background: #707070;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .main-timeline-section .conference-center-line.visible {
  animation: slideIn 1s ease-out forwards;
}
@keyframes slideIn {
  from {
    transform: translateX(100%) translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article {
  width: 13.5%;
  position: relative;
  min-height: 300px;
  float: left;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article:not(.first) .content-box {
  opacity: 0;
  visibility: hidden;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article .content-date {
  position: absolute;
  top: 28%;
  left: 8%;
  transform: translateX(-50%);
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article .content-date span {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 700;
  color: #1F7380;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article .meta-date {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1.5px solid #707070;
  transition: opacity 0.3s ease;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article .meta-date.start {
  background: #E1BF35;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article .content-box {
  border-radius: 5px;
  background-color: #fff;
  width: 180px;
  position: absolute;
  top: 64%;
  left: -73px;
  padding: 10px;
  color: #1f1f1f;
  text-align: center;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.5rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article .content-box::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #E1BF35;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article-top .content-box::before {
  top: -20px;
  border-bottom-color: #E1BF35;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article-bottom .content-date {
  top: 59%;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article-bottom .content-box {
  top: unset;
  bottom: 64%;
  font-family: "Radiocanada", sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
}
.cvm__concours .cvm__concours__timeline .cvm__concours__timeline__inner .timeline-article-bottom .content-box::before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: -23px;
  border: 10px solid transparent;
  border-top-color: #E1BF35;
}
.cvm__concours .cvm__concours__macon .cvm__concours__macon__inner {
  width: 90%;
  margin-left: auto;
  display: flex;
  align-items: end;
  gap: 10%;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1249.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner {
    align-items: center;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner {
    align-items: end;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
.cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 2rem;
  width: 55%;
  max-width: 42rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content {
    gap: 2rem;
    width: 90%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content {
    gap: 1rem;
  }
}
.cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content .image {
  width: 40%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content .image {
    display: none;
  }
}
.cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content .text p {
  margin-bottom: 1rem;
  font-family: "Radiocanada", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: clamp(1.5rem, 2vw, 2.2rem);
}
.cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content .list {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1249.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content .list {
    flex-direction: column;
  }
}
.cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content .list .item {
  width: 33%;
}
@media screen and (max-width: 1249.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content .list .item {
    width: 100%;
  }
}
.cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content .list .item p {
  font-family: "Radiocanada", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  margin: 1rem;
  padding: 0 1rem;
  border-left: 4px #D5693C solid;
}
@media screen and (max-width: 767.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .content .list .item p {
    margin: 1rem 0;
  }
}
.cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .media {
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .media {
    width: 100%;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .media .image {
    height: 30rem;
    width: 100%;
  }
}
.cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .media .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 999.98px) {
  .cvm__concours .cvm__concours__macon .cvm__concours__macon__inner .media .image img {
    object-fit: cover;
  }
}

.cvm__tasting .cvm__tasting__hero {
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .cvm__tasting .cvm__tasting__hero {
    flex-direction: column;
  }
}
.cvm__tasting .cvm__tasting__hero .media {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 999.98px) {
  .cvm__tasting .cvm__tasting__hero .media {
    width: 100%;
    height: 20rem;
  }
}
.cvm__tasting .cvm__tasting__hero .media .color {
  position: absolute;
  right: -1.2rem;
  top: 8.5%;
  background: #531442;
  width: 40px;
  height: 300px;
}
@media screen and (max-width: 999.98px) {
  .cvm__tasting .cvm__tasting__hero .media .color {
    position: absolute;
    right: 5%;
    top: 310px;
    background: #531442;
    width: 200px;
    height: 18px;
  }
}
.cvm__tasting .cvm__tasting__hero .media .image {
  height: 100%;
  width: 100%;
}
.cvm__tasting .cvm__tasting__hero .media .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__tasting .cvm__tasting__hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 60%;
  padding: 1rem;
  background-image: url("./assets/img/pictures/background-earth.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1249.98px) {
  .cvm__tasting .cvm__tasting__hero .content {
    gap: 2rem;
  }
}
.cvm__tasting .cvm__tasting__hero .content .private {
  width: fit-content;
  display: none;
  align-items: center;
  margin-left: auto;
}
.cvm__tasting .cvm__tasting__hero .content .private .label {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 250;
  color: #101010;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.cvm__tasting .cvm__tasting__hero .content .private .content {
  padding: 5px 48px;
  border-left: 3px #D5693C solid;
  border-right: 3px #D5693C solid;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .cvm__tasting .cvm__tasting__hero .content .private .content {
    padding: 5px 20px;
  }
}
.cvm__tasting .cvm__tasting__hero .content .private .content span {
  font-size: 2rem;
  color: #101010;
}
.cvm__tasting .cvm__tasting__hero .content .private .content a {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 250;
  font-weight: normal;
  color: #101010;
}
.cvm__tasting .cvm__tasting__hero .content .private .content a:hover {
  text-shadow: 1px 0 0 currentColor;
}
@media screen and (max-width: 999.98px) {
  .cvm__tasting .cvm__tasting__hero .content {
    width: 100%;
  }
}
.cvm__tasting .cvm__tasting__hero .content .inner {
  display: flex;
  flex-direction: column;
  width: 83%;
  margin: 4rem 0 auto 0;
  gap: 2.5rem;
  max-width: 58rem;
}
@media screen and (max-width: 767.98px) {
  .cvm__tasting .cvm__tasting__hero .content .inner {
    gap: 1rem;
  }
}
.cvm__tasting .cvm__tasting__hero .content .inner .title {
  font-family: "Poppins", sans-serif;
}
.cvm__tasting .cvm__tasting__hero .content .inner .title p {
  line-height: 2.6rem;
}
.cvm__tasting .cvm__tasting__hero .content .inner .title p .big {
  text-transform: uppercase;
  font-size: clamp(45px, 5vw, 80px);
  font-weight: 700;
}
.cvm__tasting .cvm__tasting__hero .content .inner .title p .mid {
  font-size: clamp(33px, 3vw, 50px);
  font-weight: 600;
  letter-spacing: 2.4px;
}
.cvm__tasting .cvm__tasting__hero .content .inner .title p .small {
  font-size: clamp(35px, 3vw, 50px);
  font-weight: 250;
  letter-spacing: 2.4px;
}
.cvm__tasting .cvm__tasting__hero .content .inner .pictograms {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1rem 0;
}
@media screen and (max-width: 767.98px) {
  .cvm__tasting .cvm__tasting__hero .content .inner .pictograms {
    justify-content: space-around;
  }
}
.cvm__tasting .cvm__tasting__hero .content .inner .pictograms .image {
  width: 20%;
  min-width: 8rem;
}
@media screen and (max-width: 767.98px) {
  .cvm__tasting .cvm__tasting__hero .content .inner .pictograms .image {
    width: 20%;
    min-width: 8rem;
  }
}
.cvm__tasting .cvm__tasting__hero .content .inner .pictograms .image.reduced {
  width: 16%;
}
.cvm__tasting .cvm__tasting__hero .content .inner .pictograms .image.wider {
  min-width: 10rem;
}
@media screen and (max-width: 767.98px) {
  .cvm__tasting .cvm__tasting__hero .content .inner .pictograms .image.wider {
    width: 20%;
    min-width: 8em;
  }
}
.cvm__tasting .cvm__tasting__hero .content .inner .pictograms .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.cvm__tasting .cvm__tasting__hero .content .inner .text {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 250;
}
.cvm__tasting .cvm__tasting__hero .content .inner .text strong {
  font-weight: 400;
}
.cvm__tasting .cvm__tasting__hero .content .inner .text .big {
  font-size: clamp(20px, 2vw, 30px);
}
@media screen and (max-width: 999.98px) {
  .cvm__tasting .spacer {
    display: none;
  }
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 4rem 0;
  margin: auto;
  max-width: 66rem;
  background: transparent;
}
@media screen and (max-width: 1249.98px) {
  .cvm__tasting .cvm__tasting__body .cvm__toggle__container {
    max-width: 50rem;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__tasting .cvm__tasting__body .cvm__toggle__container {
    padding: 4rem 10%;
  }
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .accordion {
  background-color: transparent;
  color: #101010;
  cursor: pointer;
  padding: 18px 18px 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  font-weight: 600;
  font-family: "Afacad";
  border-bottom: 1px #101010 solid;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .accordion .title {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, 3vw, 35px);
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #531442;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-family: "Afacad";
  font-size: 20px;
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .panel {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .panel {
    margin: 1rem 0;
  }
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .panel .subtitle {
  text-transform: uppercase;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  line-height: clamp(2rem, 2.2vw, 2.7rem);
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 7px;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .panel .content {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
  line-height: clamp(1.5rem, 2vw, 2.2rem);
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .panel .image {
  max-height: 25rem;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .panel .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .accordion span {
  width: 90%;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .accordion div {
  outline: 1px #707070 solid;
  padding: 2px;
  width: 3rem;
  height: 3rem;
  font-size: 13px;
  color: #101010;
  float: right;
  transform: rotate(90deg);
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .accordion div {
    width: 2rem;
    height: 2rem;
  }
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .accordion div .icon {
  font-size: 3rem;
  outline: none;
  color: #101010;
}
@media screen and (max-width: 767.98px) {
  .cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .accordion div .icon {
    font-size: 1.5rem;
  }
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .active div {
  outline: none;
  background: #531442;
  transform: rotate(0deg);
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .active div .icon {
  color: #FFFFFF;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item .active.accordion {
  border-bottom: 1px #101010 solid;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item:not(:last-child) {
  margin-bottom: 4rem;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .subtitle {
  text-transform: none;
  text-decoration: none;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: clamp(1.5rem, 2vw, 2.2rem);
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .instructions {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  width: 60%;
}
@media screen and (max-width: 999.98px) {
  .cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .instructions {
    width: 100%;
  }
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form {
  position: relative;
  font-family: "Radiocanada", sans-serif;
  padding: 0.5rem;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form input {
  border: none;
  border-radius: 0;
  min-height: 5rem;
  font-weight: 250;
  background: #e4e4e4;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form input[type=checkbox] {
  min-height: unset !important;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form textarea {
  font-weight: 250;
  background: #e4e4e4;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form #wpforms-368-field_25 {
  display: flex;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .wpforms-error {
  color: #D5693C;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .wpforms-error::before {
  background-color: #D5693C;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .wpforms-submit {
  position: relative;
  background-color: #531442 !important;
  color: #FFFFFF;
  border-radius: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 1.8rem 4rem;
  font-size: 18px;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Radiocanada", sans-serif;
  transition: none;
  z-index: 3;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .wpforms-submit:hover {
  background-color: #FFFFFF !important;
  color: #101010;
}
.cvm__tasting .cvm__tasting__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .mandatory {
  width: fit-content;
  font-size: 14px;
  color: #101010;
  font-weight: 250;
  margin: 2rem 0 8rem 0;
}

.cvm__production .cvm__production__hero {
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .cvm__production .cvm__production__hero {
    flex-direction: column;
  }
}
.cvm__production .cvm__production__hero .media {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 999.98px) {
  .cvm__production .cvm__production__hero .media {
    width: 100%;
    height: 20rem;
  }
}
.cvm__production .cvm__production__hero .media .color {
  position: absolute;
  right: -1.2rem;
  top: 8.5%;
  background: #E1BF35;
  width: 40px;
  height: 300px;
}
@media screen and (max-width: 999.98px) {
  .cvm__production .cvm__production__hero .media .color {
    position: absolute;
    right: 5%;
    top: 310px;
    background: #E1BF35;
    width: 200px;
    height: 18px;
  }
}
.cvm__production .cvm__production__hero .media .image {
  height: 100%;
  width: 100%;
}
.cvm__production .cvm__production__hero .media .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__production .cvm__production__hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 60%;
  padding: 1rem;
  background-image: url("./assets/img/pictures/background-earth.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1249.98px) {
  .cvm__production .cvm__production__hero .content {
    gap: 2rem;
  }
}
.cvm__production .cvm__production__hero .content .private {
  width: fit-content;
  display: none;
  align-items: center;
  margin-left: auto;
}
.cvm__production .cvm__production__hero .content .private .label {
  font-family: "Radiocanada", sans-serif;
  font-size: 16px;
  font-weight: 250;
  color: #101010;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.cvm__production .cvm__production__hero .content .private .content {
  padding: 5px 48px;
  border-left: 3px #D5693C solid;
  border-right: 3px #D5693C solid;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__production .cvm__production__hero .content .private .content {
    padding: 5px 20px;
  }
}
.cvm__production .cvm__production__hero .content .private .content span {
  font-size: 2rem;
  color: #101010;
}
.cvm__production .cvm__production__hero .content .private .content a {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 250;
  font-weight: normal;
  color: #101010;
}
.cvm__production .cvm__production__hero .content .private .content a:hover {
  text-shadow: 1px 0 0 currentColor;
}
@media screen and (max-width: 999.98px) {
  .cvm__production .cvm__production__hero .content {
    width: 100%;
  }
}
.cvm__production .cvm__production__hero .content .inner {
  display: flex;
  flex-direction: column;
  width: 83%;
  margin: 4rem 0 auto 0;
  gap: 2.5rem;
  max-width: 58rem;
}
@media screen and (max-width: 767.98px) {
  .cvm__production .cvm__production__hero .content .inner {
    gap: 1rem;
  }
}
.cvm__production .cvm__production__hero .content .inner .title {
  font-family: "Poppins", sans-serif;
}
.cvm__production .cvm__production__hero .content .inner .title p {
  line-height: 2.6rem;
}
.cvm__production .cvm__production__hero .content .inner .title p .big {
  text-transform: uppercase;
  font-size: clamp(45px, 5vw, 80px);
  font-weight: 700;
}
.cvm__production .cvm__production__hero .content .inner .title p .mid {
  font-size: clamp(40px, 3vw, 50px);
  font-weight: 600;
  letter-spacing: 2.4px;
}
.cvm__production .cvm__production__hero .content .inner .title p .small {
  font-size: clamp(35px, 3vw, 50px);
  font-weight: 250;
  letter-spacing: 2.4px;
}
.cvm__production .cvm__production__hero .content .inner .subtitle {
  font-family: "Radiocanada", sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 2vw, 30px);
  line-height: clamp(2rem, 2.2vw, 2.7rem);
}
.cvm__production .cvm__production__hero .content .inner .text {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 250;
}
.cvm__production .cvm__production__hero .content .inner .text strong {
  font-weight: 400;
}
.cvm__production .cvm__production__hero .content .inner .text .big {
  font-size: clamp(20px, 2vw, 30px);
}
@media screen and (max-width: 999.98px) {
  .cvm__production .spacer {
    display: none;
  }
}
.cvm__production .cvm__production__body .cvm__toggle__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 4rem 0;
  margin: auto;
  max-width: 66rem;
  background: transparent;
}
@media screen and (max-width: 1249.98px) {
  .cvm__production .cvm__production__body .cvm__toggle__container {
    max-width: 50rem;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__production .cvm__production__body .cvm__toggle__container {
    padding: 4rem 10%;
  }
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .accordion {
  background-color: transparent;
  color: #101010;
  cursor: pointer;
  padding: 18px 18px 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  font-weight: 600;
  font-family: "Radiocanada", sans-serif;
  border-bottom: 1px #101010 solid;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .accordion .title {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, 3vw, 35px);
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #531442;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  font-family: "Afacad";
  font-size: 20px;
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .panel {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 767.98px) {
  .cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .panel {
    margin: 1rem 0;
  }
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .panel .subtitle {
  text-transform: uppercase;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  line-height: clamp(2rem, 2.2vw, 2.7rem);
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 7px;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .panel .content {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 300;
  line-height: clamp(1.5rem, 2vw, 2.2rem);
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .panel .image {
  max-height: 25rem;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .panel .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .accordion span {
  width: 90%;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .accordion div {
  outline: 1px #707070 solid;
  padding: 2px;
  width: 3rem;
  height: 3rem;
  font-size: 13px;
  color: #101010;
  float: right;
  transform: rotate(90deg);
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .accordion div {
    width: 2rem;
    height: 2rem;
  }
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .accordion div .icon {
  font-size: 3rem;
  outline: none;
  color: #101010;
}
@media screen and (max-width: 767.98px) {
  .cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .accordion div .icon {
    font-size: 1.5rem;
  }
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .active div {
  outline: none;
  background: #E1BF35;
  transform: rotate(0deg);
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .active div .icon {
  color: #FFFFFF;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item .active.accordion {
  border-bottom: 1px #101010 solid;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item:not(:last-child) {
  margin-bottom: 4rem;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .subtitle {
  text-transform: none;
  text-decoration: none;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: clamp(1.5rem, 2vw, 2.2rem);
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .instructions {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  width: 60%;
}
@media screen and (max-width: 999.98px) {
  .cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .instructions {
    width: 100%;
  }
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form {
  position: relative;
  font-family: "Radiocanada", sans-serif;
  padding: 0.5rem;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form input {
  border: none;
  border-radius: 0;
  min-height: 5rem;
  font-weight: 250;
  background: #e4e4e4;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form textarea {
  font-weight: 250;
  background: #e4e4e4;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .wpforms-error {
  color: #D5693C;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .wpforms-error::before {
  background-color: #D5693C;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .wpforms-submit {
  position: relative;
  background-color: #531442 !important;
  color: #FFFFFF;
  border-radius: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 1.8rem 4rem;
  font-size: 18px;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Radiocanada", sans-serif;
  transition: none;
  z-index: 3;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .wpforms-submit:hover {
  background-color: #FFFFFF !important;
  color: #101010;
}
.cvm__production .cvm__production__body .cvm__toggle__container .cvm__toggle__item.isform .panel .form .mandatory {
  width: fit-content;
  font-size: 14px;
  color: #101010;
  font-weight: 250;
  margin: 2rem 0 8rem 0;
}

.cvm__contact .cvm__infos {
  display: flex;
  width: 90%;
  margin: auto;
  padding: 2rem 0;
  gap: 2rem;
  margin-bottom: -5rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__contact .cvm__infos {
    flex-direction: column;
    margin-bottom: unset;
    margin-top: -5rem;
  }
}
.cvm__contact .cvm__infos .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 2.5rem;
  width: 50%;
}
@media screen and (max-width: 1449.98px) {
  .cvm__contact .cvm__infos .content {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1249.98px) {
  .cvm__contact .cvm__infos .content {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 999.98px) {
  .cvm__contact .cvm__infos .content {
    align-items: start;
    width: 100%;
  }
}
.cvm__contact .cvm__infos .content .inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cvm__contact .cvm__infos .content .inner .date {
  background: #531442;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 0.5rem 1rem;
  width: fit-content;
  color: #FFFFFF;
  font-size: clamp(20px, 2vw, 30px);
}
.cvm__contact .cvm__infos .content .inner .location {
  text-decoration: none;
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 300;
  line-height: clamp(2rem, 2.5vw, 2.7rem);
  color: #101010;
  text-underline-offset: 5px;
}
.cvm__contact .cvm__infos .content .inner .location:hover {
  text-decoration: underline;
}
.cvm__contact .cvm__infos .media {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__contact .cvm__infos .media {
    width: 100%;
  }
}
.cvm__contact .cvm__infos .media .image {
  width: 100%;
  aspect-ratio: 16/9;
}
.cvm__contact .cvm__infos .media .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cvm__contact .cvm__access {
  background: #101010;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 2rem 0;
}
.cvm__contact .cvm__access .title {
  width: 80%;
  margin: auto;
}
.cvm__contact .cvm__access .title h2 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(36px, 5.5vw, 90px);
  font-weight: 300;
  color: #FFFFFF;
}
.cvm__contact .cvm__access .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 3rem 0;
  margin: auto;
}
@media screen and (max-width: 999.98px) {
  .cvm__contact .cvm__access .content {
    padding: 1.5rem 0;
  }
}
.cvm__contact .cvm__access .content .inner {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__contact .cvm__access .content .inner {
    flex-direction: column;
  }
}
.cvm__contact .cvm__access .content .inner .col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}
@media screen and (max-width: 999.98px) {
  .cvm__contact .cvm__access .content .inner .col {
    width: 100%;
  }
}
.cvm__contact .cvm__access .content .inner .col .item p {
  font-family: "Radiocanada", sans-serif;
  font-weight: 250 !important;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: clamp(1.5rem, 2vw, 2.2rem);
  color: #FFFFFF;
  margin-bottom: 4.5px;
}
@media screen and (max-width: 999.98px) {
  .cvm__contact .cvm__access .content .inner .col .item p {
    margin-bottom: 3.5px;
  }
}
.cvm__contact .cvm__access .content .inner .col .item p strong {
  font-weight: 700;
}
.cvm__contact .cvm__access .content .inner .col .item p strong.title {
  font-size: clamp(20px, 2vw, 30px);
}
.cvm__contact .cvm__accommodation {
  padding: 4rem 0;
}
.cvm__contact .cvm__accommodation .inner {
  width: 80%;
  margin: auto;
}
.cvm__contact .cvm__accommodation .inner .title {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.cvm__contact .cvm__accommodation .inner .title h3 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(36px, 5.5vw, 90px);
  font-weight: 300;
  color: #101010;
}
.cvm__contact .cvm__accommodation .inner .title .subtitle {
  font-family: "Radiocanada", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  text-transform: uppercase;
}
.cvm__contact .cvm__accommodation .inner #map {
  margin: 2rem 0;
  height: 42rem;
}
@media screen and (max-width: 999.98px) {
  .cvm__contact .cvm__accommodation .inner #map {
    height: 35rem;
  }
}
.cvm__contact .cvm__accommodation .inner #map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
.cvm__contact .cvm__contact__form {
  padding: 0 0 8rem 0;
}
.cvm__contact .cvm__contact__form .inner {
  width: 80%;
  margin: auto;
}
.cvm__contact .cvm__contact__form .inner .title {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.cvm__contact .cvm__contact__form .inner .title h4 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(36px, 5.5vw, 90px);
  font-weight: 300;
  color: #101010;
}
.cvm__contact .cvm__contact__form .inner .form {
  position: relative;
  font-family: "Radiocanada", sans-serif;
  padding: 0.5rem;
  max-width: 65rem;
  margin: auto;
}
.cvm__contact .cvm__contact__form .inner .form input {
  border: none;
  border-radius: 0;
  min-height: 5rem;
  font-weight: 250;
  background: #e4e4e4;
}
.cvm__contact .cvm__contact__form .inner .form input[type=checkbox] {
  min-height: unset !important;
}
.cvm__contact .cvm__contact__form .inner .form textarea {
  font-weight: 250;
  background: #e4e4e4;
  outline: none;
  border: none;
}
.cvm__contact .cvm__contact__form .inner .form #wpforms-368-field_25 {
  display: flex;
}
.cvm__contact .cvm__contact__form .inner .form .wpforms-error {
  color: #D5693C;
}
.cvm__contact .cvm__contact__form .inner .form .wpforms-error::before {
  background-color: #D5693C;
}
.cvm__contact .cvm__contact__form .inner .form .wpforms-submit {
  position: relative;
  background-color: #531442 !important;
  color: #FFFFFF;
  border-radius: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 1.8rem 4rem;
  font-size: 18px;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Radiocanada", sans-serif;
  transition: none;
  z-index: 3;
}
.cvm__contact .cvm__contact__form .inner .form .wpforms-submit:hover {
  background-color: #FFFFFF !important;
  color: #101010;
}
.cvm__contact .cvm__contact__form .inner .form .mandatory {
  width: fit-content;
  font-size: 14px;
  color: #101010;
  font-weight: 250;
  margin: 2rem 0 8rem 0;
}

.cvm__palmares .cvm__palmares__background {
  background-image: url("./assets/img/pictures/background-earth.svg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
}
.cvm__palmares .cvm__palmares__background .inner {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  margin: 4rem auto;
}
.cvm__palmares .cvm__palmares__background .inner p {
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  line-height: clamp(2rem, 2.2vw, 2.7rem);
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  max-width: 80%;
  color: #531442;
}

.cvm__legals .cvm__legals__content {
  width: 65%;
  height: auto;
  margin: auto auto 5rem auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1249.98px) {
  .cvm__legals .cvm__legals__content {
    width: 80%;
  }
}
.cvm__legals .cvm__legals__content h1 {
  font-family: "Roboto", sans-serif;
  font-size: 56px;
  padding: 1rem 0;
}
.cvm__legals .cvm__legals__content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  padding: 1rem 0;
}
@media screen and (max-width: 767.98px) {
  .cvm__legals .cvm__legals__content h2 {
    font-size: 30px;
  }
}
.cvm__legals .cvm__legals__content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  padding: 1rem 0;
}
.cvm__legals .cvm__legals__content p {
  font-family: "Roboto", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: clamp(1.5rem, 2vw, 2.2rem);
}
.cvm__legals .cvm__legals__content ul {
  padding-left: 15px;
}
.cvm__legals .cvm__legals__content ul li {
  font-family: "Roboto", sans-serif;
}
.cvm__legals .cvm__legals__content a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.cvm__legals .cvm__legals__content a:hover {
  text-decoration: underline;
}

/* ============================
 PAGE ACTUALITES
 ============================ */
.cvm__actualites {
  padding: 80px 0;
}

.cvm__actualites .page-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

/* ============================
   GRILLE DES ACTUALITÉS
   ============================ */
.actualites-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ============================
   CARD ACTUALITÉ
   ============================ */
.actualite-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.actualite-item:hover {
  transform: translateY(-6px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
}

/* Image */
.actualite-item .image img {
  width: 310px;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Contenu */
.actualite-item .title {
  font-size: 22px;
  margin: 20px 20px 10px;
  font-weight: 600;
}

.actualite-item .title a {
  color: #000;
  text-decoration: none;
}

.actualite-item .title a:hover {
  color: #c4a15e; /* couleur or si tu en as une */
}

.actualite-item .date {
  margin: 0 20px;
  font-size: 14px;
  color: #777;
  display: block;
}

.actualite-item .excerpt {
  margin: 15px 20px 25px;
  line-height: 1.5;
  color: #444;
  flex-grow: 1;
}

/* Bouton */
.actualite-item .button {
  display: inline-block;
  margin: 0 20px 20px;
  padding: 10px 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.actualite-item .button:hover {
  background: #c4a15e;
}

/* ============================
   PAGINATION
   ============================ */
.pagination {
  margin-top: 50px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 6px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.pagination .page-numbers.current {
  background: #000;
  color: #fff;
  font-weight: bold;
}

.pagination .page-numbers:hover {
  background: #c4a15e;
  color: #fff;
}

/* ============================
   RESPONSIVE
   ============================ */
/* TABLETTE */
@media (max-width: 1024px) {
  .actualites-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .cvm__actualites .page-title {
    font-size: 32px;
  }
  .actualites-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .actualite-item .image img {
    height: 200px;
  }
}
.single-actualite {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}
.single-actualite .container {
  max-width: 1000px;
  width: 100%;
}
.single-actualite .retour-actualites {
  display: inline-block;
  margin-bottom: 25px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.single-actualite .retour-actualites:hover {
  color: #c4a15e;
}
.single-actualite .actualite-wrapper {
  display: flex;
  justify-content: center;
}
.single-actualite .actualite-wrapper .article-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}
.single-actualite .actualite-wrapper .image-principale img {
  width: 100%;
  max-width: 350px;
  border-radius: 12px;
}
.single-actualite .actualite-wrapper .texte-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.single-actualite .actualite-wrapper .texte-wrapper .titre-actualite {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.single-actualite .actualite-wrapper .texte-wrapper .date-actualite {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}
.single-actualite .actualite-wrapper .texte-wrapper .contenu-actualite {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.single-actualite .bouton-externe {
  margin-top: auto;
  align-self: flex-end;
  padding: 12px 22px;
  background: #c4a15e;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.single-actualite .bouton-externe:hover {
  background: #fff;
  color: #c4a15e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .article-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .texte-wrapper .bouton-externe {
    align-self: center;
  }
  .image-principale img {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .titre-actualite {
    font-size: 28px;
  }
  .contenu-actualite {
    font-size: 16px;
  }
}
/*
Theme Name: Comité des salons et concours de Mâcon
Theme URI:
Author: Jean-Baptiste Druet - Agence Album
Author URI: agencealbum.com
Description: Theme Comité des salons et concours de Mâcon
Version: 1.0
*/
body.--noscroll {
  overflow-y: hidden;
}

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