/* home header */

@media (min-width: 600px) {
  body.home header.fixed-header.transparent,
  body.home header.fixed-header.transparent .pilot-bar,
  body.home header.fixed-header.transparent nav.new-navbar,
  body.home header.fixed-header.transparent .sub-header-menu {
    background: transparent !important;
  }
  body.home
    header.fixed-header.transparent
    .new-navbar
    .new-navbar-ul
    [class^="yi-"],
  body.home
    header.fixed-header.transparent
    .new-navbar
    .new-navbar-ul
    [class*=" yi-"],
  body.home
    header.fixed-header.transparent
    .new-navbar
    .new-navbar-ul
    [class^="fa-"],
  body.home
    header.fixed-header.transparent
    .new-navbar
    .new-navbar-ul
    [class*=" fa-"] {
    color: #fff;
  }
  body.home header.fixed-header.transparent .pilot-bar {
    color: var(--colorPrimary);
  }
  body.home header.fixed-header.transparent .hamburger:not(.is-active) .line {
    background-color: #fff !important;
  }
  body.home header.fixed-header.transparent,
  body.home header.fixed-header.transparent .sub-header-menu {
    box-shadow: none !important;
  }
  body.home header.fixed-header.transparent .sub-header-menu {
    border-top: solid 1px #fff;
  }
  body.home header.fixed-header.transparent .sub-header-menu li a {
    color: #fff !important;
  }
  body.home .cp.home .header {
    height: 860px;
  }
  body.home .pilot-bar__task-btns__btn {
    color: #fff !important;
  }
  body.home .cp.home .header .header-content {
    top: 56%;
  }
  body.home .cp.home .header video {
    height: 100% !important;
  }
  body.home main#main-container {
    margin-top: -160px !important;
  }
     
  .hiw-banner .hiw-banner-thumb {
    margin-top:auto;
  }
  .hiw-banner .hiw-banner-thumb img {
    max-width: 320px;
  }
}

/* home header end */
body .btn {
  padding-top: 20px !important;
}
.new-navbar .new-navbar__left .new-menu a {
  text-transform: uppercase;
}

.hiw_header::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8px;
    height: 20px;
    width: 1px;
    transform: translateY(-50%) rotateZ(90deg);
    background-color: rgb(221, 219, 219);
}
.hiw_header {
    position: relative;
    border-right: solid 1px rgb(221, 219, 219);
    padding-right: 50px ! important;
    font-size: 17px !important;
}

/* platform settings */
:root {
  --colorPrimary: #000000 !important;
  --colorSecondary: #00a3e0 !important;
  --colorTertiary: #eeeeee !important;
  --colorDark: #000000 !important;
  --colorLight: #f6f6f6 !important;
  --colorBodyFont: #000000 !important;
  --colorHeaderFont: #000000 !important;
}
.hamburger .line {
  background-color: var(--colorPrimary) !important;
}
.new-navbar #hamburger-9 {
  -webkit-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
}
.menu-opened #hamburger-9 {
  -webkit-transform: rotate(45deg) scale(0.5) !important;
  transform: rotate(45deg) scale(0.5) !important;
}

header.fixed-header .sub-header-menu {
  background-color: var(--colorLight) !important;
}
header.fixed-header .sub-header-menu li a {
  color: var(--colorSecondary) !important;
  line-height: normal;
  padding-top: 12px;
}
.sub-header-menu > ul > li::before,
.sub-header-menu > ul > li::after {
  background-color: #dadada !important;
  opacity: 1 !important;
}
body .fixed-header .sub-header-menu > ul > li > a:hover,
body .fixed-header .sub-header-menu > ul > li > a::before {
  background-color: transparent !important;
  color: var(--colorPrimary) !important;
}

#article_left,
#article_right_title,
#article_history,
#article_comments,
#article_top,
#cms_article_suggestions,
#edit-profile-applications
{
  display: none !important;
}

#container-home-articles,
#article_container {
  width: 100%;
  padding: 0;
}


/* custom page style */
@font-face {
  font-family: "Locator";
  src: url("/assets/f/fonts/specific/locator/Locator-Black.otf")
    format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Locator";
  src: url("/assets/f/fonts/specific/locator/Locator-Bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Locator";
  src: url("/assets/f/fonts/specific/locator/Locator-Medium.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Locator";
  src: url("/assets/f/fonts/specific/locator/Locator-Regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Locator";
  src: url("/assets/f/fonts/specific/locator/Locator-Light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Locator";
  src: url("/assets/f/fonts/specific/locator/Locator-UltraLight.otf")
    format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  font-family: locator, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  color: var(--colorPrimary);
}

.wrap {
  padding: 30px;
}

footer.footer {
  display: none;
}

.new-navbar__right .new-navbar-ul .btn.primary-btn {
  background-color: var(--colorSecondary);
  border-color: var(--colorSecondary);
  color: #ffffff !important;
}
.new-navbar__right .new-navbar-ul .btn.primary-btn:hover {
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary);
  color: #ffffff;
}
#main-container,
#main-container .row,
#article_right,
#article_container .article > .row {
  margin: 0 !important;
  padding: 0 !important;
}

.btn.btn-xs {
  padding: 0px!important;
}

.cp .left-title {
  display: flex;
  flex-direction: column;
  font-family: locator, Arial, sans-serif;
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -2px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
}
.cp .left-title::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 77px;
  background-color: var(--colorSecondary);
  position: absolute;
  top: -4px;
  left: 0;
  z-index: -1;
}
.cp .left-title strong,
.cp .left-title span {
  z-index: 2;
  position: relative;
}
.cp .left-title strong {
  font-weight: 900;
}
.cp .centered-title {
  font-family: locator, Arial, sans-serif;
  font-size: 38px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -2px;
  line-height: 0.7em;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-top: 25px;
  padding-left: 20px;
}
.cp .centered-title::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 77px;
  background-color: var(--colorSecondary);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.cp .centered-title strong,
.cp .centered-title span {
  z-index: 2;
  position: relative;
}
.cp .centered-title strong {
  font-weight: 900;
}
.cp .link {
  color: var(--colorSecondary);
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3px;
  text-align: left;
  line-height: 19px;
  text-decoration: underline;
}
.cp .link:hover {
  color: var(--colorPrimary);
}
.cp h2,
.cp .h2 {
  font-family: locator, Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.23px;
  text-transform: uppercase;
}
.cp h3,
.cp .h3 {
  font-family: locator, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
.cp h4,
.cp .h4 {
  font-family: locator, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}
.cp h5,
.cp .h5 {
  font-family: locator, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
.cp p {
  font-family: locator, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}
.cp .heading h3 {
  margin-top: 60px;
}

.cp .caption {
  font-family: locator, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.7;
  text-transform: uppercase;
}
.cp .primary-title {
  font-size: 42px;
  line-height: 37px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -2px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.cp .primary-title strong {
  font-weight: 900;
  color: var(--colorSecondary);
}
.cp .primary-sub-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--colorSecondary);
  margin-bottom: 40px;
}
.cp .primary-title + .primary-sub-title {
  margin-top: -30px;
  color: var(--colorPrimary);
}
.cp strong {
  font-weight: 900;
}

.cp .desktop-only {
  display: none;
}
.cp small,
.cp .small {
  font-family: locator, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.4px;
}
body .btn {
  font-family: locator, Arial, sans-serif !important;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  letter-spacing: 1px;
  line-height: 1em;
  min-width: 120px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
body .btn.btn-primary {
  background-color: var(--colorSecondary) !important;
  border-color: var(--colorSecondary) !important;
  color: #fff !important;
}
body .btn.btn-primary:hover,
body .btn.primary-btn:hover {
  background-color: var(--colorPrimary) !important;
  border-color: var(--colorPrimary) !important;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
body .btn.secondary-btn {
  background-color: #fff;
  color: var(--colorPrimary) !important;
}
body .btn.secondary-btn:hover {
  background-color: var(--colorPrimary) !important;
  color: #fff !important;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp .btn.tertiary-btn {
  border: solid 1px var(--colorPrimary) !important;
  color: var(--colorPrimary) !important;
  background-color: #fff !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cp .btn.tertiary-btn:hover {
  background-color: var(--colorPrimary) !important;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.new-navbar a,
.new-navbar button,
.new-menu ul > li > ul > li > a,
.new-menu ul > li > ul > li > span,
.new-menu .main-ul > li > a,
.new-menu .main-ul > li > span {
  color: var(--colorPrimary) !important;
}

.cp .hyperlink {
  font-family: locator, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3px;
  text-align: left;
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp .hyperlink:hover {
  color: var(--colorSecondary);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp header#header {
  background: url(/statics/filemanager/assets/banner-01_mobile.jpg) no-repeat
    center;
  background-size: cover;
  border-top: solid 20px var(--colorSecondary);
}
.cp header#header .wrap {
  padding-top: 4px;
}
.cp header#header h1 {
  position: relative;
  z-index: 2;
  color: #fff;
}
.cp header#header .subtitle {
  margin-top: 40px;
}
.cp header#header .subtitle p {
  font-family: locator, Arial, sans-serif;
  font-size: 44px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -5px;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  opacity: 0.6;
}
.cp header#header .subtitle p.color-secondary {
  color: var(--colorSecondary);
  opacity: 1;
}
.cp .what-we-do + .datas-h-card
{
  margin-top: 40px;
}
.cp .what-we-do {
  background: url(/statics/filemanager/assets/banner-what-we-do.jpeg) no-repeat
    27% top;
  background-size: cover;
  position: relative;
    margin-bottom: 200px;
}
.cp .what-we-do .LaRochePosay-logo
{
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 100%);
}
.cp .what-we-do .hero {
  margin-top: 40px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.cp .what-we-do h3 {
  letter-spacing: -0.2px;
  font-weight: 300;
  margin: 0;
}
.cp .what-we-do h3 strong {
  font-weight: 900;
}
.cp .datas .datas-heading {
  margin-top: 30px;
}
.cp .datas .datas-heading .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cp .datas .datas-heading h3,
.cp .datas .datas-heading p {
  margin: 0;
}
.cp .datas .h-spacer {
  display: flex;
  height: 107px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  background: var(--colorTertiary)
    url(/statics/filemanager/assets/patchwork-banner.jpg) repeat-x;
  background-size: cover;
}
.cp .datas .datas-h-grid ul,
.cp .datas .datas-h-grid li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cp .datas .datas-h-grid ul {
  display: grid;
  grid-template-columns: 30% 1fr;
  -moz-column-gap: 5%;
  column-gap: 5%;
  align-items: center;
  justify-content: center;
}
.cp .datas .datas-h-grid li:first-child {
  color: var(--colorSecondary);
  font-size: 70px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -6px;
  line-height: 100px;
  text-align: right;
}
.cp .datas .datas-h-grid li:last-child {
  color: var(--colorPrimary);
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  line-height: 28px;
  text-transform: uppercase;
}
.cp .datas-h-card h2 {
  font-weight: 300;
}
.cp .datas-h-card h2 strong {
  font-weight: 900;
}
.cp .datas-h-card .wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cp .datas-v-card .cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cp .datas-v-card .card {
  gap: 25px;
}
.cp .datas-v-card h3 {
  font-size: 24px;
}
.cp .datas-v-card .card,
.cp .datas-v-card .card-body {
  display: flex;
  flex-direction: column;
}
.cp .responsive-tab .tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.cp .responsive-tab .input-radio-tab {
  position: absolute;
  opacity: 0;
}
.cp .responsive-tab .tab-label {
  width: 100%;
  padding: 15px 30px;
  margin: 0;
  background: var(--colorSecondary);
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.15px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: solid 1px #fff;
  color: #fff;
  transition: all 0.7s cubic-bezier(0.05, 0.03, 0.35, 1);
  display: grid;
  grid-template-columns: 1fr 20px;
  gap: 10px;
  align-items: center;
}
.cp .responsive-tab .tab-label .arrow {
  transform: rotateZ(90deg);
}
.cp .responsive-tab .tab-label:hover {
  opacity: 0.9;
  transition: all 0.7s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp .responsive-tab .input-radio-tab:focus + .tab-label {
  z-index: 1;
}
.cp .responsive-tab .input-radio-tab:checked + .tab-label .arrow {
  transform: rotateZ(-90deg);
}
.cp .responsive-tab .tab-panel {
  overflow: hidden;
  height: 0;
  padding: 0;
  background: #fff;
  transition: all 1s ease-in;
}
.cp .responsive-tab .tab-panel .tab-panel-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px;
  opacity: 0;
  height: 0;
  transition: all 1s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp .responsive-tab .tab-panel .tab-panel-body h2 {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.25px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.cp .responsive-tab .tab-panel .custom-title {
  font-size: 90px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -6px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  color: var(--colorSecondary);
  text-align: left;
}
.cp .responsive-tab .tab-panel .custom-title small {
  font-size: 44px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -6px;
}
.cp .responsive-tab .tab-panel .tab-data-desc {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.17px;
  text-align: left;
  text-transform: uppercase;
}
.cp .responsive-tab .tab-panel .tab-data-thumb {
  margin-top: 20px;
}
.cp .responsive-tab .input-radio-tab:checked + .tab-label + .tab-panel {
  height: auto;
  transition: all 1s ease-in;
}
.cp
  .responsive-tab
  .input-radio-tab:checked
  + .tab-label
  + .tab-panel
  .tab-panel-body {
  opacity: 1;
  height: auto;
  transition: all 1s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp .responsive-tab .tab-data-value-custom {
  position: relative;
}
.cp .responsive-tab .tab-data-value-custom .tab-data-caption {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.2px;
  text-align: left;
  text-transform: uppercase;
  color: var(--colorSecondary);
  position: absolute;
  top: 10px;
  left: 70px;
}
.cp .responsive-tab.h-tab .h-tabs {
  display: flex;
  flex-wrap: wrap;
}
.cp .responsive-tab.h-tab .input-radio-h-tab {
  position: absolute;
  opacity: 0;
}
.cp .responsive-tab.h-tab .h-tab-label {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px;
  background: var(--colorSecondary);
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin: 0 0 1px 0;
}
.cp .responsive-tab.h-tab .h-tab-label:hover {
  opacity: 0.8;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp .responsive-tab.h-tab .h-tab-label:active {
  background: var(--colorSecondary);
}
.cp .responsive-tab.h-tab .input-radio-h-tab:focus + .h-tab-label {
  z-index: 1;
}
.cp .responsive-tab.h-tab .h-tab-jury-grid {
  margin: 30px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.cp .responsive-tab.h-tab .h-tab-panel-body {
  padding-left: 0;
  padding-right: 0;
}
.cp .responsive-tab.h-tab .h-tab-panel-body .h-tab-panel-body-map {
  display: none;
}
.cp .responsive-tab.h-tab .h-tab-jury-grid-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cp .responsive-tab.h-tab .h-tab-jury-grid-item-header {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  align-items: center;
}
.cp .responsive-tab.h-tab .h-tab-jury-grid-item-header .h-tab-jury-grid-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.cp .responsive-tab.h-tab .h-tab-jury-grid-item-header h5 {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.17px;
  text-align: left;
  text-transform: none;
}

.cp .responsive-tab.h-tab .h-tab-panel {
  display: none;
  padding: 20px 30px 30px;
}

.cp
  .responsive-tab.h-tab
  .input-radio-h-tab:checked
  + .h-tab-label
  + .h-tab-panel {
  display: block;
}

.cp .join-us {
  margin-top: 60px;
}
.cp .last-row-spacer {
  margin-bottom: 80px;
}
.cp .join-us .join-us-h-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px;
}
.cp .join-us .join-us-h-card-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cp .join-us .join-us-h-card-thumb {
  width: 100%;
  min-height: 230px;
  background: url(/statics/filemanager/assets/skins-inclusivity.jpg) no-repeat;
  background-size: cover;
}
footer#footer {
  background-color: #fff !important;
  margin-top: 70px;
  padding: 0;
  border-top: 1px solid rgb(238, 238, 238);
  text-align: center;
  display: flex;
  justify-content: center;
}
footer#footer a {
  font-weight: 400;
}
footer#footer img {
  max-width: 160px;
}
footer#footer .wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer#footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
footer#footer li,
footer#footer li a {
  color: var(--colorPrimary);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}
.cp .hiw-banner {
  color: #fff;
  margin-bottom: 40px;
  background-image: linear-gradient(
    90deg,
    rgb(109, 163, 221) 0%,
    rgb(109, 163, 221) 50%,
    rgb(108, 162, 221) 100%
  );
}
.cp .hiw-banner .hiw-banner-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}
.cp .hiw-banner .hiw-banner-desc .btn {
  border-color: #fff;
  background: transparent;
  color: #fff !important;
}
.cp .hiw-banner .hiw-banner-desc .btn:hover {
  border-color: #fff !important;
  background: #ffffff !important;
  color: var(--colorPrimary) !important;
}

.How_it_work .heading h3 {
  margin-top: 60px;
}
.How_it_work .blue-map {
  margin-top: 40px;
}
.How_it_work .blue-map-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px rgb(221, 219, 219);
  position: relative;
}
.How_it_work .blue-map-footer::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 20px;
  width: 1px;
  transform: translateX(-50%);
  background-color: rgb(221, 219, 219);
}
.cp .module {
  position: relative;
  z-index: 0;
}
.module .rule-heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.module .rule-body > p {
  text-transform: uppercase;
  font-size: 17px;
}
.module .rule-body ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.module .rule-body ul li {
  padding: 0 0 0 40px;
  background: url(/statics/filemanager/assets/icon-check.svg) no-repeat 0 0;
}
.module .jury {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.module .jury h3 strong {
  color: var(--colorSecondary);
}
.module .timeline {
  position: relative;
  margin-top: 50px;
}
.module .timeline::before {
  content: "";
  display: inline-block;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 30px;
  background-color: var(--colorSecondary);
  z-index: 0;
}
.module .timeline::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -4.5px;
  bottom: 31px;
  transform: rotateZ(-45deg);
  border-left: solid 1px var(--colorSecondary);
  border-bottom: solid 1px var(--colorSecondary);
  z-index: 0;
}
.module .timeline > .wrap {
  padding-top: 50px;
}
.module .timeline ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.module .timeline .big-number {
  color: var(--colorSecondary);
  font-size: 130px;
  line-height: 0;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
.module .timeline h2 {
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -2px;
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  margin: 0;
}
.module .timeline h2 strong {
  font-weight: 900;
}
.module .timeline .timeline-item {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 80px;
  padding-left: 30px;
}
.module .timeline .timeline-item p {
  margin: 0;
}
.module .timeline .timeline-item-heading {
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
}
.module .timeline .timeline-item-heading .big-number {
  position: absolute;
  top: -8px;
  left: -50px;
  z-index: 0;
}
.module .timeline .timeline-item-heading p {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.94px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  margin: 0;
}
.module .timeline .timeline-item-heading p small {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  color: var(--colorSecondary);
}

.Meet_the_jury > section {
  border-top: solid 20px var(--colorSecondary);
}
.Meet_the_jury .heading {
  position: relative;
  background: rgb(246, 246, 246) url(/statics/filemanager/assets/icon-labo.svg)
    no-repeat right bottom;
  background-size: auto 90%;
}
.Meet_the_jury .heading h3 {
  width: 77%;
  font-size: 20px;
  line-height: 20px;
}
.Meet_the_jury .heading .left-title {
  margin-top: -30px;
  position: relative;
  z-index: 4;
}
.Meet_the_jury .hiw-banner {
  margin-top: 50px;
}

.cp.How_it_work > section,
.cp.the_winners > section,
.cp.Faq > section,
.cp.celebrations > section {
  border-top: solid 20px var(--colorSecondary);
}
.cp.How_it_work > section > .wrap,
.cp.Faq > section > .wrap,
.cp.the_winners > section .header .wrap,
.cp.celebrations > section > .wrap {
  padding-top: 0;
}
.cp.Faq .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.cp.Faq .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.cp.Faq .tab input:checked ~ .tab__content {
  max-height: inherit;
}
.cp.Faq .accordion {
  margin-top: 50px;
  margin-bottom: 120px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cp.Faq .accordion .tab {
  position: relative;
}
.cp.Faq .accordion .tab::after {
  content: "";
  display: inline-block;
  background-color: var(--colorTertiary);
  height: 1px;
  width: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.cp.Faq .accordion .tab .tab__content::before {
  content: "";
  width: 50px;
  height: 77px;
  background-color: var(--colorSecondary);
  position: absolute;
  top: 0;
  left: 0;
}
.cp.Faq .tab__label,
.cp.Faq .tab__close {
  display: flex;
  color: white;
  cursor: pointer;
  z-index: 9;
}
.cp.Faq .tab__label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  justify-content: space-between;
  font-size: 24px;
  line-height: 23px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.2px;
  text-align: left;
  color: var(--colorPrimary);
  margin: 2px 0 0 0;
  padding-left: 70px;
}
.cp.Faq .tab__label::before {
  content: "";
  width: 28px;
  height: 7px;
  text-align: center;
  transition: all 0.35s;
  background-color: #fff;
  position: absolute;
  left: 22px;
  top: 58px;
  z-index: 4;
}
.cp.Faq .tab__label::after {
  content: "";
  width: 7px;
  height: 28px;
  text-align: center;
  transition: all 0.35s;
  background-color: #fff;
  position: absolute;
  left: 33px;
  top: 47px;
  z-index: 4;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp.Faq .tab input:checked + .tab__label::after {
  transform: rotate(90deg);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp.Faq .tab input:checked + .tab__label::before,
.cp.Faq .tab input:checked + .tab__label::after {
  background-color: var(--colorSecondary);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp.Faq .tab input:checked + .tab__label + .tab__content::before {
  background-color: var(--colorTertiary);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.cp.Faq .tab__content p {
  margin: 0;
  padding: 1rem;
}
.cp.Faq .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.cp.Faq .accordion--radio {
  background-color: gray;
}
.modal-backdrop {
  background: transparent !important;
}

.modal.jury-modal .modal-content {
  border-radius: 0;
  box-shadow: 0px 0px 73px rgba(0, 0, 0, 0.5);
}

.modal.jury-modal h2 {
  color: var(--colorSecondary);
  font-size: 21px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.modal.jury-modal h5 {
  color: var(--colorBodyFont);
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
}
.modal.jury-modal .modal-header {
  display: grid;
  grid-template-columns: 78px 1fr 56px;
  gap: 20px;
  background-color: #ffffff !important;
  position: relative;
  padding: 30px;
  padding-bottom: 0;
}
.modal.jury-modal .modal-header h5 {
  font-family: locator, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.17px;
  text-align: left;
  color: var(--colorPrimary) !important;
  margin: 0;
}
.modal.jury-modal .modal-header .jury-modal-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.modal.jury-modal .modal-header .jury-modal-excerpt {
  font-family: locator, Arial, sans-serif;
  color: var(--colorPrimary);
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
  grid-column: 1/4;
  grid-row: 2/3;
}
.modal.jury-modal .modal-header .jury-modal-excerpt p {
  padding: 0;
  margin: 0;
}
.modal.jury-modal .modal-header .close {
  position: absolute;
  top: 0;
  right: 20px;
  opacity: 1;
  background-color: var(--colorSecondary);
  height: 80px;
  width: 56px;
  padding-top: 30px;
  padding-bottom: 20px;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.modal.jury-modal .modal-header .close:hover {
  opacity: 0.9;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.modal.jury-modal hr {
  display: inline-block;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(238, 238, 238);
}
.modal.jury-modal .modal-body {
  padding: 0 30px;
}
.modal.jury-modal .modal-body p:last-child {
  margin: 0;
  padding: 0;
}
.modal.jury-modal .modal-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 0 30px;
  border: 0 !important;
}
.modal.jury-modal .modal-footer .btn {
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.45px;
  text-align: center;
  text-transform: uppercase;
  min-height: 50px;
  max-width: 220px;
  width: 90%;
}

.cp.celebrations > section {
  position: relative;
}
.cp.celebrations > section::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-color: var(--colorTertiary);
  z-index: -1;
}
.cp.celebrations .datas-h-card .wrap {
    padding-top: 0;
  align-items: end;
}

.cp.celebrations > section .celebrations-top-banner {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
.cp.celebrations .datas-h-card {
  margin-top: 50px;
}
.cp.celebrations .datas-h-card .wrap {
  padding-left: 0;
  padding-right: 0;
}
.cp.celebrations .img-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
.cp.celebrations .img-gallery img {
  width: 100%;
}
.cp.celebrations .full-centered-img {
  margin-top: 50px;
  text-align: center;
}

.cp.the_winners .header {
  background-color: var(--colorTertiary);
}

.cp.the_winners .hiw-banner {
  margin-bottom: 0;
}
.cp.the_winners .header .left-title {
  z-index: 0;
}
.cp.the_winners .thirds-responsive-col {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 40px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.winners-module {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.winners-module.winners-current::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 150px;
  left: 0;
  bottom: 0;
  width: 30%;
  background-color: var(--colorSecondary);
  z-index: 0;
}
.winners-module .winners-module-item:hover .winners-module-btn::after {
  transform: translate(100%, 0%);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.winners-module .winners-module-tile {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 70px;
}
.winners-module .winners-module-tile p {
  opacity: 1;
  color: var(--colorPrimary);
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.93px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.winners-module .winners-module-tile p.text-lowercase {
  text-transform: none !important;
}
.winners-module .winners-module-tile h2 {
  color: var(--colorSecondary);
  font-size: 60px;
  line-height: 54px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -2px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.winners-module .winners-module-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 30px;
}
.winners-module .winners-module-list .winners-module-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 250px 1fr;
  width: 100%;
  max-width: 280px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

.winners-module
  .winners-module-list
  .winners-module-item
  .winners-module-item-thumb {
  min-height: 220px;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.winners-module
  .winners-module-list
  .winners-module-item
  .winners-module-item-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
  display: inline-block;
}

.winners-module
  .winners-module-list
  .winners-module-item:hover
  .winners-module-item-thumb::before {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.winners-module
  .winners-module-list
  .winners-module-item
  .winners-module-item-thumb
  .component-origine {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 4;
}
.winners-module .winners-module-list .winners-module-item h3 {
  opacity: 1;
  color: var(--colorSecondary);
  font-size: 21px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.72px;
  text-align: left;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.winners-module .winners-module-list .winners-module-item h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.18px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.winners-module .winners-module-list .winners-module-item p {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
.winners-module
  .winners-module-list
  .winners-module-item
  .winners-module-item-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 30px;
}
.winners-module
  .winners-module-list
  .winners-module-item
  .winners-module-item-footer {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 7px;
  min-height: 80px;
  padding: 0 0 0 30px;
  margin-top: auto;
}
.winners-module .winners-module-list .winners-module-item .winners-module-btn {
  position: relative;
  display: flex;
  background-color: var(--colorSecondary);
  overflow: hidden;
}
.winners-module
  .winners-module-list
  .winners-module-item
  .winners-module-btn::after {
  content: "";
  width: 60px;
  height: 80px;
  background-color: var(--colorTertiary);
  position: absolute;
  bottom: 0;
  left: -100%;
  z-index: 0;
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}
.winners-module
  .winners-module-list
  .winners-module-item
  .winners-module-btn
  p {
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-family: locator, Arial, sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 30px;
  color: #fff;
  z-index: 3;
}
.winners-module
  .winners-module-list
  .winners-module-item:hover
  .winners-module-btn
  p {
  color: var(--colorSecondary);
  transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
}

.component-origine {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  border: solid 1px #fff;
}
.component-origine img {
  border-right: solid 1px #fff;
  width: 30px;
  height: 20px;
}
.component-origine label {
  opacity: 1;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 10px;
  text-transform: uppercase;
  padding: 0 7px;
  margin: 0;
}

.modal .component-origine {
  border: solid 1px var(--colorTertiary);
}
.modal .component-origine img {
  border-right: solid 1px var(--colorTertiary);
}
.modal .component-origine label {
  color: var(--colorPrimary);
}
.modal .component-origine label + label {
  border-left: solid 1px var(--colorTertiary);
}

.previous-winners-module {
  border-top: solid 1px var(--colorTertiary);
}

.previous-winners-module {
  margin-top: 40px;
  padding-top: 30px;
}
.previous-winners-module .wrap {
  max-width: 1300px;
}
.previous-winners-module .wrap h3 {
  font-size: 30px;
  font-style: normal;
  letter-spacing: -1.11px;
  text-transform: uppercase;
}
.previous-winners-module .previous-winners-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.previous-winners-module .previous-winners-item h5 {
  color: var(--colorSecondary);
  font-size: 21px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.74px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  padding: 3px 10px;
  background-color: var(--colorTertiary);
}
.previous-winners-module .previous-winners-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.previous-winners-module .previous-winners-item ul li {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}

.cp.home .winners-module.last-row-spacer {
  margin-bottom: -70px;
}

.cp.home .header {
  overflow: hidden;
  height: 660px;
  width: 100%;
  position: relative;
}
.cp.home .header video {
  width: auto !important;
  height: auto !important;
}
.cp.home .header .btn,
.cp.home .winners-module .btn {
  border-color: #fff;
  color: #fff !important;
  background: transparent !important;
  min-height: 50px;
}
.cp.home .header .btn:hover,
.cp.home .winners-module .btn:hover {
  background: var(--colorDark) !important;
  border-color: var(--colorDark) !important;
}
.cp.home .winners-module > .wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.cp.home .header .header-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: absolute;
  top: 100px;
  left: 30px;
  right: 30px;
}
.cp.home .header .header-content .heading {
  display: flex;
  flex-direction: column;
  opacity: 0.6;
  color: rgb(255, 255, 255);
  font-size: 40px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -2px;
  text-align: left;
  line-height: 60px;
  text-transform: uppercase;
}
.cp.home .header .header-content .heading .light,
.cp.home .header .header-content .heading strong {
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 36px;
}
.cp.home .header .header-content .heading strong {
  font-weight: 900;
}
.cp.home .header .header-content h1 {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: rgb(255, 255, 255);
}
.cp.home .header .header-content h1 .h1 {
  color: rgb(255, 255, 255);
  font-size: 70px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -2px;
  text-align: left;
  line-height: 55px;
  text-transform: uppercase;
}
.cp.home .header .header-content h1 span {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.cp.home .header .header-content h1 .h3 {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.5px;
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
}
.cp.home .header .header-content h1 .small {
  opacity: 1;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.1px;
  text-align: left;
  text-transform: uppercase;
}
.cp.home .header .header-content h1 .strong {
  opacity: 1;
  font-size: 27px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -1.6px;
  text-align: left;
  text-transform: uppercase;
}

.cp.home .centered-logo img {
  max-width: 212px;
}
.cp.home .call-for-project-banner {
  background: url(/statics/filemanager/assets/banner-07_mobile.jpg) no-repeat
    center bottom;
  background-size: cover;
}
.cp.home .call-for-project-banner .wrap {
  padding-bottom: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.cp.home .call-for-project-banner img {
  max-width: 280px;
  margin: 0 auto;
}
.cp.home .call-for-project-banner .cfpb-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.cp.home .call-for-project-banner .cfpb-heading-title {
  color: rgb(255, 255, 255);
  font-size: 57px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -2.28px;
  text-align: left;
  line-height: 45px;
  text-transform: uppercase;
}

.cp.home .winners-module .winners-module-tile {
  margin-bottom: 30px;
  position: relative;
}
.cp.home .winners-module.winners-current::before {
  top: 320px;
}
.cp.home .map-card {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
}
.cp.home .map-card .map-card-wrap {
  border: 1px solid var(--colorTertiary);
  background-color: rgb(255, 255, 255);
}
.cp.home .map-card ul,
.cp.home .map-card li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cp.home .map-card .map-card-heading {
  padding: 30px;
}
.cp.home .map-card .map-card-heading ul {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
   justify-content: center;
   align-items: start;
}
.cp.home .map-card .map-card-heading li:first-child {
  color: var(--colorSecondary);
  font-size: 70px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -6px;
  line-height: 70px;
  text-align: right;
}
.cp.home .map-card .map-card-heading li:last-child {
  color: var(--colorPrimary);
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-align: left;
  line-height: 28px;
  text-transform: uppercase;
}
.cp.home .map-card .map-card-heading .map-card-heading-grid-col-ctn {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.17px;
  text-align: left;
  text-transform: uppercase;
}
.cp.home .map-card .map-card-body {
  padding: 0 30px 30px 30px;
}

.cp.home .full-banner {
  padding: 0 20px;
}
.cp.home .full-banner .full-banner-wrap {
  background: url(/statics/filemanager/assets/banner-08_mobile.jpg) no-repeat
    top center;
  background-size: cover;
  padding: 70px 30px;
}
.cp.home .full-banner .full-banner-wrap .h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -2.22px;
  text-align: left;
  line-height: 37px;
  text-transform: uppercase;
  margin: 0;
}
.cp.home .full-banner .full-banner-wrap .h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -3.33px;
  text-align: left;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0 0 -2px 0;
}
.cp.home .full-banner .full-banner-wrap .h2.color-secondary {
  color: var(--colorSecondary);
}
.cp.home .full-banner .full-banner-col-ctn {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.18px;
  text-align: left;
  text-transform: uppercase;
}

.cp .submit-search {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cp .submit-search .wrap {
  display: grid;
  gap: 20px;
}
.cp .submit-search .wrap h2,
.cp .submit-search .wrap p {
  margin: 0;
}
.cp .submit-search h2.mobile-only {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -2.2px;
  font-style: normal;
  text-align: left;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--colorSecondary);
}
.cp .submit-search h2.mobile-only > .big {
  font-size: 62px;
  letter-spacing: -2.2px;
  white-space: nowrap;
}
.cp .submit-search h2.desktop-only {
  font-size: 90px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -3.6px;
  text-align: left;
  line-height: 75px;
  text-transform: uppercase;
  color: var(--colorSecondary);
}
.cp .submit-search .btn.secondary-btn {
  text-align: left;
  min-height: 70px;
  margin-top: 20px;
  gap: 30px;
}
@media (max-width: 768px) {
  body .cp.home .map-card .map-card-heading ul
  {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  body .winners-module .winners-module-tile p.text-lowercase {
    line-height: normal;
    margin-top: 20px;
  }
  .cp.home .winners-module.winners-current .btn
  {
    color:var(--colorDark)!important;
    border-color:var(--colorDark) !important
  }
    .cp.home .winners-module.winners-current .btn:hover
  {
    color:#FFF !important;
  }
  .cp.home .header video {
    width: auto !important;
    height: 100% !important;
    left: 0;
    position: relative;
    transform: translateX(-33%);
  }
  
  .new-navbar__right .new-navbar-ul .btn.primary-btn {
    min-width: 0;
    padding: 5px !important;
    min-height: 0;
    height: auto;
    line-height: 10px;
  }
  .new-navbar__right .new-navbar-ul .btn.primary-btn span,
  #navbar-menu-user {
    display: none;
  }
  /* .cp.How_it_work .hiw-banner*/
  .cp .hiw-banner
  {
    display: flex;
    flex-direction: column-reverse;
  }
  .cp.home .module
  {
    display: none !important;
  }
  .modal .component-origine label + label {
    display: none !important;
  }
  .sub-header-menu {
    display: none;
  }
  .join-us-h-card-btn {
    display: flex;
    justify-content: center;
  }

  .modal.jury-modal .modal-header h5 {
    font-size: 18px !important;
  }
}
  .datas-v-card .cards .card-thumb img,
  .map-card-wrap .map-card-body img.mobile-only
  {
    width: 100%;
  }
@media (min-width: 768px) {
  .cp.home .winners-module.last-row-spacer {
    margin-bottom: -50px;
  }
  .cp .desktop-only {
    display: inline-block !important;
  }
  .cp .mobile-only {
    display: none !important;
  }
  .Meet_the_jury .heading {
    background: rgb(246, 246, 246)
      url(/statics/filemanager/assets/icon-labo.svg) no-repeat 92% bottom !important;
  }
  .cp .primary-sub-title {
    font-size: 35px;
    letter-spacing: -0.44px;
  }
  .cp .responsive-tab.h-tab .h-tab-jury-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    width: 75%;
    margin-top: 70px;
    margin-left: 25%;
  }
  .cp .responsive-tab.h-tab .h-tab-label {
    width: auto;
    display: grid;
    grid-template-columns: 10px 1fr;
    align-items: center;
    gap: 10px;
    border-right: solid 1px #ffffff;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
  }
  .cp .responsive-tab.h-tab .h-tab-label::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--colorSecondary);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  }
  .cp .responsive-tab.h-tab .h-tab-label.last-tab-label {
    max-width: 233px !important;
    /* border-right: 0; */
  }
  .cp .responsive-tab.h-tab .input-radio-h-tab:checked + .h-tab-label::before {
    transform: translateY(30px);
    transition: all 0.3s cubic-bezier(0.05, 0.03, 0.35, 1);
  }
}
@media (min-width: 768px) {
  .cp .responsive-tab.h-tab .h-tab-panel-body > h2 {
    font-size: 30px;
    font-weight: 300;
    margin-left: 25%;
    white-space: nowrap;
  }
  .cp .responsive-tab.h-tab .h-tab-panel {
    order: 99;
    padding-top: 60px;
  }
  .cp
    .responsive-tab.h-tab
    .h-tab-panel.h-tab-panel-last
    .h-tab-panel-body
    > h2 {
    margin-left: 30%;
  }
  .cp .responsive-tab.h-tab .h-tab-panel.h-tab-panel-last .h-tab-jury-grid {
    width: 70%;
    margin-left: 30%;
  }
}
@media (min-width: 768px) {
  .cp .responsive-tab .tab-panel .tab-data-desc {
    font-size: 24px;
    line-height: 23px;
  }
  .cp .responsive-tab .tabs {
    min-height: 370px;
  }
  .cp .responsive-tab .input-radio-tab:checked + .tab-label {
    width: 30%;
  }
  .cp .responsive-tab .tab-label {
    width: 26%;
    padding: 20px 20px 14px 20px;
    line-height: 18px;
  }
  .cp .responsive-tab .tab-label .arrow {
    transform: rotateZ(0) !important;
  }
  .cp .responsive-tab .input-radio-tab:checked + .tab-label + .tab-panel {
    overflow: visible;
  }
  .cp .responsive-tab .tab-panel {
    position: absolute;
    right: 0;
    width: 70%;
    padding-left: 40px;
    background: url(/statics/filemanager/assets/gray-map.svg) no-repeat top
      right;
    background-size: 96%;
  }
  .cp .responsive-tab .tab-panel .tab-panel-body {
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "h2 h2" "data data" "desc thumb";
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .cp .responsive-tab .tab-panel .tab-panel-body > h2 {
    white-space: nowrap;
    grid-area: h2;
  }
  .cp .responsive-tab .tab-panel .tab-panel-body .tab-data-value {
    grid-area: data;
    margin-top: 30px;
  }
  .cp .responsive-tab .tab-panel .tab-panel-body .tab-data-desc {
    grid-area: desc;
  }
  .cp .responsive-tab .tab-panel .tab-panel-body .tab-data-thumb {
    margin-top: 0;
    grid-area: thumb;
  }
  .cp .responsive-tab .tab-panel .tab-data-value {
    padding-left: 24px;
  }
  .cp .responsive-tab .tab-panel .tab-data-value .custom-title {
    font-size: 150px;
    line-height: 100px;
  }
  .cp .responsive-tab .tab-panel .tab-data-value .custom-title small {
    font-size: 90px;
  }
}
  .cp .datas .datas-heading .wrap img.datas-heading-percentage {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
@media (min-width: 768px) {
  #article_right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cp .submit-search .wrap p.h3 {
    font-size: 24px;
    line-height: 23px;
  }
  .cp .hiw-banner {
    display: grid;
    grid-template-columns: 40% 1fr;
    -moz-column-gap: 10%;
    column-gap: 10%;
    align-items: center;
    margin-bottom: 60px;
  }
  .cp .last-row-spacer {
    margin-bottom: 100px;
  }
  .cp .hiw-banner .hiw-banner-desc {
    max-width: 90%;
    align-items: flex-start;
  }
  .cp .primary-title {
    font-size: 54px;
  }
  .cp .btn {
    min-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: inherit;
  }
  .cp h2 {
    font-size: 36px;
    line-height: 34px;
  }
  .cp h3 {
    font-size: 24px;
    line-height: 23px;
  }
  .cp .wrap {
    width: 98%;
    max-width: 996px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cp .left-title {
    font-size: 50px;
    line-height: 44px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
  }
  .cp .centered-title {
    font-size: 50px;
    line-height: 0.7em;
    text-align: center;
  }
  .cp header#header {
    background: url(/statics/filemanager/assets/banner-01.jpg) no-repeat
      center top;
    background-size: cover;
  }
  .cp header#header .subtitle {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .cp header#header .subtitle p {
    font-size: 80px;
    line-height: 0.8em;
    letter-spacing: -4.6px;
  }
  footer#footer {
    margin-top: 50px;
  }
  footer#footer .wrap {
    width: 90%;
    max-width: 1350px;
    display: grid;
    grid-template-columns: 160px 1fr 160px;
    padding-left: 30px;
    padding-right: 30px;
  }
  footer#footer .wrap a:hover {
    color: var(--colorSecondary);
  }
  footer#footer .wrap .footer-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer#footer .wrap .footer-nav-menu ul {
    flex-direction: row;
  }
  .cp .what-we-do {
        background: linear-gradient(
      90deg,
      rgba(109, 163, 221, 1) 0%,
      rgba(109, 163, 221, 1) 50%,
      rgba(108, 162, 221, 1) 100%
    );
  }
  

  .cp .what-we-do .desktop-bg {
    width: 100%;
    background: url(/statics/filemanager/assets/Chercheur_desktop.png) no-repeat left center;
  }
  .cp .what-we-do .wrap {
    display: grid;
    grid-template-columns: 45% 1fr;
    padding-bottom: 77px;
  }
  .cp .datas .datas-heading .wrap {
    max-width: 500px !important;
  }
  .cp .datas .datas-heading .wrap .LaRochePosay-logo {
    max-width: 420px;
  }
  .cp .datas .datas-heading .wrap p {
    max-width: 80%;
    margin-left:auto;
    margin-right:auto;
  }
  .cp .datas .datas-h-grid .wrap {
    display: flex;
    justify-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .cp .datas .datas-h-grid .wrap ul {
    justify-content: end;
    grid-template-columns: 42% 1fr;
  }
  .cp .datas .datas-h-grid .wrap li:first-child {
    font-size: 150px;
    line-height: 125px;
  }
  .cp .datas .datas-h-grid .wrap li:last-child {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -2px;
    margin-top: -17px;
  }
  .cp .datas .datas-h-grid .wrap .datas-h-grid-col {
    width: 100%;
  }
  .cp .datas .datas-h-grid .wrap .datas-h-grid-col:first-child {
    max-width: 470px;
  }
  .cp .datas .datas-h-grid .wrap .datas-h-grid-col:last-child {
    max-width: 400px;
  }
  .cp .datas-h-card .wrap {
    display: grid;
    grid-template-columns: 40% 1fr;
    -moz-column-gap: 10%;
    column-gap: 10%;
    align-items: center;
    grid-template-areas: "ctn thumb";
  }
  .cp .datas-h-card .wrap .datas-h-card-ctn {
    grid-area: ctn;
  }
  .cp .datas-h-card .wrap .datas-h-card-thumb {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }
  .cp .datas-v-card .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
  .cp .datas-v-card .cards h2 {
    font-weight: 300;
  }
  .cp .datas-v-card .cards h4 {
    font-size: 24px;
    line-height: 23px;
    letter-spacing: -0.2px;
  }
  .cp .join-us {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .cp .join-us h4 {
    font-size: 24px;
    line-height: 23px;
  }
  .cp .join-us .join-us-h-card {
    display: grid;
    grid-template-columns: 52% 43%;
    justify-content: space-between;
    width: 90%;
    max-width: 1300px;
  }
}
@media (min-width: 768px) {
  .Meet_the_jury .heading {
    padding-bottom: 200px;
  }
  .Meet_the_jury .responsive-tab.h-tab {
    margin-top: -220px;
    position: relative;
    z-index: 4;
  }
  .Meet_the_jury .responsive-tab.h-tab .h-tab-panel-body .h-tab-panel-body-map {
    display: inline-block;
    position: absolute;
    top: 130px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .cp.home .call-for-project-banner {
    background: url(/statics/filemanager/assets/banner-07.jpg) no-repeat center
      top;
    background-size: cover;
  }
  .cp.home .call-for-project-banner .wrap {
    max-width: 1000px;
    padding-top: 65px;
    padding-bottom: 65px;
    background: none;
  }
  .cp.home .call-for-project-banner .wrap .cfpb-heading-title {
    font-size: 90px;
    line-height: 80px;
  }
  .cp.home .call-for-project-banner .wrap .cfpb-heading {
    max-width: 444px;
  }
  .cp.home .call-for-project-banner .wrap .cfpb-heading img {
    max-width: 377px;
  }
}
@media (min-width: 768px) {
  .cp.home .winners-module .winners-module-tile .wrap {
    width: 100%;
  }
  .cp.home .winners-module .winners-module-tile h2 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 20px;
  }
  .cp.home .map-card {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .cp.home .map-card .map-card-wrap {
    width: 100%;
    max-width: 1100px;
    padding: 50px;
  }
  .cp.home .map-card .map-card-wrap .map-card-heading,
  .cp.home .map-card .map-card-wrap .map-card-body {
    padding: 0;
  }
  .cp.home .map-card .map-card-wrap .map-card-heading {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cp.home .map-card .map-card-wrap .map-card-heading li:first-child {
    font-size: 90px;
    letter-spacing: -3.6px;
    line-height: 82px;
  }
  .cp.home .map-card .map-card-wrap .map-card-heading li:last-child {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -2px;
    text-align: left;
    line-height: 34px;
  }
  .cp.home
    .map-card
    .map-card-wrap
    .map-card-heading
    .map-card-heading-grid-col-ctn {
    font-size: 24px;
    line-height: 23px;
    letter-spacing: -0.2px;
  }
  .cp.home .map-card .map-card-wrap .map-card-body {
    margin-top: 40px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cp.home .full-banner {
    background: url(/statics/filemanager/assets/banner-08.jpg) no-repeat center
      center;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .cp.home .full-banner .full-banner-wrap {
    background: transparent !important;
    padding: 0;
  }
  .cp.home .full-banner .full-banner-wrap .full-banner-col-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cp.home .full-banner .full-banner-wrap .h2 {
    font-size: 78px;
    line-height: 60px;
    white-space: nowrap;
    letter-spacing: -5px;
  }
  .cp.home .full-banner .full-banner-wrap .h3 {
    font-size: 60px;
    letter-spacing: -2.22px;
    line-height: 55px;
    white-space: nowrap;
    text-align: center
  }
  .cp.home .full-banner .full-banner-wrap .full-banner-col-ctn {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.2px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .cp .submit-search .wrap {
    grid-template-columns: 55% 1fr;
  }
  .cp .submit-search .wrap h2.desktop-only {
    grid-column: 1/3;
    grid-row: 1;
  }
  .cp .submit-search .wrap h3 {
    font-size: 24px;
    grid-column: 1;
    grid-row: 2;
  }
  .cp .submit-search .wrap .desc {
    grid-column: 1;
    grid-row: 3;
    width: 70%;
    margin-top: 20px;
  }
  .cp .submit-search .wrap .btn.secondary-btn {
    text-align: center;
    min-height: 50px;
    gap: 30px;
    grid-column: 2;
    grid-row: 3;
  }
}
@media (min-width: 768px) {
  .previous-winners-module .previous-winners-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .previous-winners-module .previous-winners-list .previous-winners-item {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .winners-module .winners-module-list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .winners-module .winners-module-list a {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 250px 1fr;
    height: 100%;
  }
  .winners-module .winners-module-list .winners-module-item-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 222px;
    background: #FFF;
  }
}
  .cp.the_winners .thirds-responsive-col .thirds-responsive-txt h1 {
    color: var(--colorSecondary);
  }
@media (min-width: 768px) {
  .cp.the_winners .thirds-responsive-col {
	text-align: left;
    margin-top: 111px;
  }
  .cp.the_winners .thirds-responsive-col .thirds-responsive-txt {
    flex-basis: 65%;
    top: -17px;
    position: relative;
  }
  
  
  .cp.the_winners .thirds-responsive-col .thirds-responsive-txt h1 {
    font-size: 110px;
    letter-spacing: -4px;
    line-height: 83px;
  }
  
  .cp.the_winners .thirds-responsive-col .thirds-responsive-txt h3 {
    font-size: 30px;
    line-height: 27px;
    margin: 0;
  }
  .Meet_the_jury .heading h3 {
    width: 60%;
    font-size: 30px;
    line-height: 27px;
  }
  .cp.celebrations .img-gallery {
    flex-direction: row;
    gap: 0;
    justify-content: space-around;
  }
  .cp.celebrations .img-gallery img {
	width:auto
  }
  .cp.celebrations .full-content-txt h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 50px;
  }
  .How_it_work .heading {
    display: grid;
    grid-template-columns: 1fr 47%;
    gap: 0;
    margin-bottom: 50px;
  }
  .How_it_work .heading .blue-map {
    max-width: 485px;
    width: 112%;
    transform: translateX(4%);
    left: 2px;
    position: relative;
  }
  .How_it_work .heading .blue-map-footer {
    text-align: center;
    width: 80%;
    margin-left: auto;
  }
  .How_it_work .heading .grid-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .module .timeline {
    background: url(/statics/filemanager/assets/gray-map.svg) no-repeat 30px
      center;
  }
  .module .timeline::before {
    top: 190px;
    right: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }
  .module .timeline::after {
    top: 185.5px;
    left: auto;
    right: 1px;
    bottom: auto;
    transform: rotateZ(-136deg);
  }
  .module .timeline ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .module .timeline .timeline-item {
    gap: 50px;
  }
  .module .timeline .timeline-item .big-number {
    left: -55px;
  }
  .module .timeline > .wrap {
    display: flex;
    justify-content: center;
  }
  .module .primary-title {
    margin-bottom: 30px;
  }
  .module .rule .rule-heading {
    flex-direction: row;
    gap: 100px;
  }
  .module .rule .rule-heading h2,
  .module .rule .rule-heading h3 {
    margin: 0;
  }
  .module .rule .rule-heading h3 {
    margin-top: auto;
    margin-bottom: 4px;
    line-height: 23px;
  }
  .module .rule .rule-body {
    width: 90%;
    margin: 40px 0 0 auto;
  }
  .module .rule .rule-body ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .module .rule .rule-body ul li {
    width: 30%;
  }
  .module .jury {
    display: grid;
    grid-template-columns: 25% 1fr;
  }
  .modal.jury-modal .modal-dialog {
    width: 790px;
  }
  .modal.jury-modal .modal-dialog .modal-header {
    grid-template-columns: 102px 180px 1fr 70px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 50px;
    padding-bottom: 10px;
  }
  .modal.jury-modal .modal-dialog .modal-header .jury-modal-excerpt {
    grid-column: 3;
    grid-row: 1;
  }
  .modal.jury-modal .modal-dialog .modal-body {
    padding: 20px 50px;
  }
  .modal.jury-modal .modal-dialog .modal-footer {
    gap: 25px;
    padding: 0 50px 20px 50px;
  }
  .modal.jury-modal .modal-dialog .modal-body-content {
    -moz-columns: 2;
    columns: 2;
    column-gap: 40px;
  }
}

@media (min-width: 900px) {
  .cp.home .header .header-content {
    width: 90%;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .cp.home .header .header-content .go-down-arr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .cp.home .header .header-content .heading .light,
  .cp.home .header .header-content .heading strong {
    font-size: 70px;
    line-height: 65px;
    text-align: center;
  }
  .cp.home .header .heading-caption h1 .h1 {
    font-size: 110px;
    letter-spacing: -4px;
    line-height: 83px;
  }
  .cp.home .header .heading-caption h1 .h3 {
    font-size: 53px;
    font-weight: 300;
    letter-spacing: -2.7px;
    line-height: 53px;
    margin-bottom: 5px;
  }
  .cp.home .header .heading-caption h1 .small {
    font-size: 26px;
    letter-spacing: 0px;
  }
  .cp.home .header .heading-caption h1 .strong {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -1.6px;
  }
  .cp.home .header .btn.secondary-btn {
    min-width: 330px;
    margin-top: 30px;
  }
}

@media (min-width: 1000px) {
  .winners-module.winners-current::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 393px;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .winners-module .winners-module-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .previous-winners-module .previous-winners-list .previous-winners-item {
    width: 30%;
  }
}

@media (min-width: 1200px){
    #container-home-articles .cp.home .header #splashScreen {
        width: 100% !important;
    }
}

/* LOGIN */
body.login_screen
{
    background-size: cover;
    background-image: url('https://lrp-pprod.yumana.io/statics/global/login.jpg?v=17026526201');
}
#main-container.login-main-container
{
    background: none !important;
    min-height: calc(100% - 107px);
}

/* form for challenge */
.progress-form-project {
  padding-bottom: 50px;
}


/* custom page style */
@media (min-width: 1350px) {
    .desk-max-4
    {
        max-width: 1350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cp .btn.secondary-btn
{
    background-color: var(--colorSecondary);
    border-color: #FFF;
    color: #fff !important;
}