@import '../fonts/sailec/sailec.css';


body {
  font-family: 'Sailec', sans-serif;
  color: #646464;
  font-size: 14px;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1728px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 42px;
  font-weight: 500;
  color: #212121;
  line-height: 50px;
  letter-spacing: 0;
}

h1 span {
  color: #00337d;
}


h2 {
  font-size: 14px;
  color: #212121;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}


h3 {
  font-weight: 500;
  font-size: 16px;
  color: #212121;
  letter-spacing: 0;
  line-height: 22px;
  display: block;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 18px;
  color: #656565;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin-bottom: 30px;
  line-height: 20px;
}

p {
  font-size: 14px;
  color: #656565;
}

.btn-style {
  display: inline-block;
  background: #00337d;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
}

.btn-style:hover {
  opacity: 0.8;
}

hr {
  border: none;
  border-top: solid 1px #E0E0E0;
  margin: -20px auto 20px;
}


/* HOME PAGE */

.top-bar {
  border: 4px solid #00337d;
}

.challengeListPage #header {
  position: relative;
}

.header-background {
  position: absolute;
  max-width: 33%;
  height: 100%;
  right: 0;
}

.header-background img {
  height: 100%;
}

.logo-img {
  width: 130px;
  height: auto;
}

#header .bloc-illus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.style-bloc-img {
  width: 100%;
  border-radius: 16px;
  height: 340px;
  object-fit: cover;
}

.bloc-illus .illus {
  width: 50%;
  border-radius: 16px;
}

.successPage .bloc-illus .illus {
  width: 100%;
}

#challenges {
  position: relative;
  z-index: 2;
}

#challenges {
  position: relative;
  z-index: 2;
}

#gotochallenge {
  cursor: pointer;
  position: relative;
  z-index: 20;
  font-size: 14px;
  padding: 16px 24px;
}

#body-content {
  position: relative;
}

#body-content .style-bloc {
  position: relative;
  z-index: 2;
}

.challengeDetailPage .style-bloc .row {
  flex-wrap: nowrap;
}

.challengeDetailPage .style-bloc-row {
  max-width: 100%;
  flex-wrap: nowrap;
}

.content-bloc h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.content-background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.content-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  z-index: 1;
}

.content-background-circle {
  position: absolute;
  left: 60px;
  z-index: 2;

}

.content-background-circle img {
  width: 246px;
}

.bloc-text {
  padding-left: 40px;
}

.bloc-text .text-large {
  font-weight: 500;
  font-size: 18px;
  color: #212121;
  letter-spacing: 0;
  line-height: 24px;
}

.bloc-text p {
  padding-top: 15px;
}

.challengeListPage {
  overflow: hidden;
  padding: 0;
}

.challengeDetailPage .container,
.challengeListPage .container {
  max-width: 990px;
  padding: 80px 0;
  margin: 0 auto;
  z-index: 2;
}

.challengeDetailPage .container {
  max-width: 990px;
  padding: 80px 0;
  margin: 0 auto;
  z-index: 2;
}


.list-challenge-group {
  position: relative;
}

.list-challenge-group a,
.list-challenge-group a:hover {
  text-decoration: none;
}

.list-challenge-group p {
  color: #646464;
  font-size: 14px;
}


.wrap-item {
  visibility: hidden;
}

.item-challenge {
  border: 1px solid #E9E9E9;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0px auto 30px auto;
  box-shadow: none;
  transition: all 0.3s;
  background: #FFFFFF;
  width: 100%;
  max-width: 410px;


}

.item-challenge:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10), 0 10px 50px 0 rgba(0, 0, 0, 0.03), 0 20px 55px 0 rgba(0, 0, 0, 0.04), 0 30px 60px 0 rgba(0, 0, 0, 0.02);
}


.item-challenge .bloc-img {
  height: 130px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.item-challenge .bloc-img img {
  position: absolute;
  max-width: 440px;
  min-height: 130px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left top;
  transform: scale(1) rotate(0deg) translate(-50%, -50%);
  transition: all 5s;

}


.item-challenge:hover .bloc-img img {
  transform: scale(1.2) rotate(0deg) translate(-50%, -50%);
}




.item-challenge .bloc-info {
  padding: 20px 30px 5px;
}


.tag {
  max-width: fit-content;
  border-radius: 6px;
  padding: 4px 8px;
  color: #FFFFFF;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}


.item-pending .tag {
  background: #E6106D;
}

.item-open .tag {
  background: #00CC87;
}

.item-permanent .tag {
  background: #6BDCE1;
}

.item-close .tag {
  background: #E7BB67;
}

.inscription {
  flex: 1;
  align-content: flex-end;
  padding: 0px 45px 30px;
}

.inscription .dateChallenge,
.timerBottom .dateChallenge {
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  color: #656565;
  letter-spacing: 0;
  line-height: 14px;
  padding: 10px 0;
}

.challenges-separator {
  border-top: dashed 1px #E0E0E0;
  margin-bottom: -60px;
}

.challenge-closed-message {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #656565;
  letter-spacing: 0;
  line-height: 20px;
}



.inscription .discover {
  padding: 0;
}

.inscription .btn-style,
.btn-download {
  display: block;
  background: #F7F7F7;
  color: #656565;
  border: 1px solid #E0E0E0;
}

.discover .btn-style {
  padding: 5px 10px;
}

.item-challenge:hover .discover .btn-style,
.btn-download:hover {
  background: #00337d;
  border: 1px solid #00337d;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
}

.inscription .countdown-dateChallenge {
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  padding: 0;
  margin-bottom: 20px;
}

.inscription .countdown-dateChallenge hr {
  margin: 0px 15px;
  border-top: 1px dashed #E0E0E0;
}

.inscription .countdown,
.timerBottom .countdown {
  display: flex;
  padding: 15px 0 10px;
  align-items: center;
  position: relative;
}

.inscription .countdown .countdown-group,
.timerBottom .countdown .countdown-group {
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  width: 25%;
  height: 10px;
  line-height: 10px;
  border-left: solid 1px #D7D7D7;
}

.countdown-group .number {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  margin-right: 2px;
}

.countdown-group .unit {
  font-size: 12px;
  font-size: 10px;
  font-weight: 400;
  color: #656565;
}

.inscription .countdown span:first-child,
.timerBottom .countdown span:first-child {
  border-left: none;
}

.item-challenge.item-close .bloc-img img {
  opacity: 0.58;
  filter: grayscale(1) blur(2px);
}

.list-challenge-group.depot-fermer {
  padding-top: 50px;
}

.challenge-files {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-top: 30px;
}

.challenge-files .btn-download {
  margin-top: 0;
}

.complementary-warning {
  font-size: 12px;
  color: red;
  margin-bottom: 5px;
}

/* FOOTER */

#footer {
  position: relative;
  background-color: #F7F7F7;
}

#footer .container {
  max-width: 990px;
  padding: 35px 0px;
}

#footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .bloc-content,
#footer .bloc-content a,
#footer .bloc-content a:hover {
  color: #00337d;
  font-weight: 500;
}

#footer .container .bloc-content .contact-us,
#footer .container .bloc-content .contact-us a,
#footer .container .bloc-content .contact-us a:hover {
  font-size: 22px;
  line-height: 20px;
}

#footer .bloc-content .copyright {
  font-weight: 400;
  font-size: 12px;
  color: #656565;
  margin-top: 10px;
}

#footer .bloc-logo {
  text-align: end;
  position: relative;
}

/* PAGE DETAIL */

.challengeDetailPage .linetop {
  padding: 15px 0px;
}

.linetop .back {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

.linetop .back:hover {
  text-decoration: none;
}

.challengeDetailPage #header {
  position: relative;
}

.entete {
  z-index: 1;
}

.linecontent {
  height: 350px;
}

.bloc-titre {
  position: relative;
}

.challengeDetailPage h1 {
  color: #FFFFFF;
  margin: 15px 0;
}

.challengeDetailPage .content-background-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.challengeDetailPage .bloc-titre .desc {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
}

.challengeDetailPage #body-content .content-bloc {
  padding-bottom: 0;
}

.challengeDetailPage #body-content .style-bloc .bloc-text {
  padding: 0px;
}

.style-bloc .bloc-text .desc {
  font-size: 14px;
  color: #646464;
  letter-spacing: 0.2px;
  line-height: 22px;
}

.challengeDetailPage #body-content .bloc-objectif .bloc-text {
  padding-top: 20px;
}

.challengeDetailPage #body-content .style-bloc .bloc-recompense .bloc-text {
  background: #F7F7F7;
  border-radius: 16px;
  padding: 20px;
  margin-left: 15px;
}

.btn-download {
  width: fit-content;
  margin-top: 30px;
}

.btn-download {
  width: fit-content;
}

.challengeDetailPage .inscription {
  width: 100%;
  max-width: 320px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  z-index: 3;
  padding: 0;
}

.challengeDetailPage .countdown {
  background: #00337d;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 22px 0;
}

.challengeDetailPage .countdown span {
  color: #FFFFFF;
}

.challengeDetailPage .inscription .dateChallenge {
  font-weight: 400;
  font-size: 12px;
}


#timeline .container {
  padding-bottom: 0px;
}

#formInscription .container {
  padding-bottom: 40px;
}

#formInscription .sl-form .container {
  padding-top: 0px;
}

.timeline {
  padding: 50px;
  background: #F7F7F7;
  border-radius: 16px;
  overflow: hidden;
}

.timeline .container-img {
  height: 35px;
}

.timeline .container-img img {
  width: 65px;
  height: auto;
}

.timeline .date {
  font-weight: 500;
  font-size: 12px;
  color: #656565;
  text-align: center;
  position: relative;
  line-height: 16px;
}

.timeline .date::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #00337d;
  z-index: 11;
  position: absolute;
  border-radius: 100%;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.date-text {
  margin-bottom: 20px;
}

.timeline .date::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #FFF;
  z-index: 10;
  position: absolute;
  border-radius: 100%;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline .title-collaboration {
  font-weight: 500;
  font-size: 16px;
  color: #212121;
  letter-spacing: 0;
  text-align: center;
  padding-top: 15px;
}

.timeline .txt-collaboration {
  font-size: 12px;
  color: #646464;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 22px;
  margin-left: 10px;
  margin-right: 10px;
}

.timeline .bloc-step::after {
  content: '';
  display: block;
  border: 1px dashed #E0E0E0;
  width: 100%;
  position: absolute;
  top: 70px;
  left: 50%;
}

.timeline .text-center:last-child .bloc-step:after {
  display: none;
}

.timerBottom .intitule {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
  color: #212121;
}

.timerBottom {
  max-width: 360px;
  position: relative;
  width: 100%;
  padding: 30px 0 40px;
}


.idcard {
  margin-bottom: 1rem;
}

/* PAGE SUCCESS */

.successPage {
  min-height: calc(100vh - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.successPage h1 {
  margin-bottom: 20px;
}

.content-bloc .success {
  color: #212121;
}

.subtitle-success a,
.subtitle-success a:hover {
  color: #00337d
}

.successPage .back {
  width: fit-content;
}

.successPage .back:hover,
.challengeAdmin a:hover {
  width: fit-content;
  color: #FFFFFF;
  text-decoration: none;
}

/* COOKIES */

body .privacypolicies-com---palette-dark.privacypolicies-com---nb {
  font-family: 'Sailec', sans-serif !important;
  max-width: 1728px;
  margin: 0 auto;
  right: 30px;
  top: auto;
  bottom: 30px;
  left: 30px;
  font-family: 'Proxima Nova', Arial, sans-serif;
  background-color: #fff;
  color: #11113B;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

body .privacypolicies-com---nb .cc-nb-main-container {
  padding: 40px;
}

body .privacypolicies-com---palette-dark .cc-nb-title {
  font-weight: 500;
  font-size: 18px;
  color: #11113B;
  line-height: 24px;
  margin-bottom: 15px;
}

body .cc-nb-text-container {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin-bottom: 30px;
  line-height: 20px;
  margin-bottom: 30px;
}

body .cc-nb-main-container .cc-nb-buttons-container {
  display: flex;
  align-items: center;
}

body .cc-nb-main-container .cc-nb-buttons-container button {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  line-height: 16px;
  border-radius: 6px;
}

body .cc-nb-main-container .cc-nb-buttons-container button img {
  margin-right: 7px;
}

body .privacypolicies-com---nb .cc-nb-okagree {
  background: #00337d;
  margin-right: 0.55rem !important;
}

body .privacypolicies-com---nb .cc-nb-okagree:hover {
  background: #00337d;
  opacity: 0.8;
}

body .privacypolicies-com---nb .cc-nb-reject {
  background: #f15921;
}

body .privacypolicies-com---nb .cc-nb-reject:hover {
  background: #f15921;
  opacity: 0.8;

}

body .privacypolicies-com---reset a {
  color: #00337d;
}

body .privacypolicies-com---reset a:hover {
  color: #00337d;
}

/* RESPONSIVE */

@media (max-width: 1200px) {

  .challengeDetailPage .container,
  .challengeListPage .container {
    padding: 80px 50px;
  }

  .challengeListPage #header .container {
    padding: 110px 50px;
  }

  .challengeDetailPage .linetop {
    padding: 15px 50px;
  }

  .challengeDetailPage .style-bloc .style-bloc-img {
    max-width: 100%;
    height: 300px;
  }

  #footer .container {
    padding: 35px 50px;
  }

}


@media (max-width: 991px) {
  .challengeListPage {
    padding: 0;
  }

  .challengeListPage #header .container {
    padding: 110px 50px;
  }

  .challengeDetailPage .container,
  .challengeListPage .container {
    padding: 50px;
  }

  .challengeDetailPage .linetop {
    padding: 15px 35px;
  }

  .bloc-titre {
    margin-bottom: 20px;
  }

  .challengeDetailPage .style-bloc .style-bloc-img {
    max-width: 100%;
    height: 240px;
  }

  .bloc-text {
    padding-left: 0;
    padding-top: 30px;
  }

  h1 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .subtitle {
    margin-bottom: 20px;
  }

  .challengeDetailPage {
    overflow: hidden;
  }

  .linetop {
    padding: 30px 60px;
  }

  #timeline .bloc-step {
    margin-bottom: 30px;
  }

  #timeline .text-center:nth-child(3) .bloc-step:after,
  #timeline .text-center:nth-child(4) .bloc-step:after {
    left: inherit;
    right: 50%;
    display: block;
  }

  .challengeDetailPage #body-content .style-bloc {
    padding: 60px 0;
  }
}


@media (max-width: 768px) {
  .challengeListPage #header .container {
    padding: 50px;
  }

  .challengeListPage #header .content-bloc {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
    padding-left: 0px;
  }

  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    text-align: center;
  }

  #gotochallenge {
    margin-bottom: 40px;
    width: 250px;
  }

  .header-background {
    display: none;
  }


  .challengeDetailPage .style-bloc .row {
    flex-wrap: wrap;
  }

  .apply {
    z-index: 1;
  }

  .style-bloc img {
    max-width: 100%;
    height: auto;
  }

  #header .style-bloc-img-container {
    display: none;
  }

  .challengeDetailPage #body-content .style-bloc .bloc-recompense .bloc-text {
    margin-left: 0px;
  }

  .bloc-objectif {
    margin-bottom: 30px;
  }

  .bloc-recompense {
    margin-left: 0;
  }

  .btn-download {
    width: 100%;
  }

  .image-uploader {
    border: 0.15rem solid #FFFFFF;
  }

  .challenge-files {
    flex-direction: column;
    gap: 0;
  }


  #footer .footer-content {
    flex-direction: column;
    text-align: center;
  }

  #footer .bloc-content {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #footer .bloc-content .copyright {
    margin-top: 0px;
  }

  #footer .bloc-logo {
    text-align: center;
  }

  #timeline .text-center:nth-child(2) .bloc-step:after,
  #timeline .text-center:nth-child(3) .bloc-step:after {
    left: inherit;
    right: -30px;
    display: block;
    width: 200%;
  }

  .linetop {
    padding: 30px;
  }

  .entete .linecontent {
    padding: 0px 30px;
  }

  .txt-collaboration {
    max-width: 360px;
    margin: auto;
  }

  .timerBottom {
    margin: 50px auto 0 auto;
  }

}

/* ADMIN CHALLENGE */

.challengeAdmin .container {
  padding: 40px 0;
}

.challengeAdmin .bloc-dl {
  background: #ECECEC;
  color: #00337d;
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  line-height: 33px;
  padding: 5px 15px;
  text-decoration: none;
  margin: 30px 0px;
}


.challengeAdmin .end-chall {
  color: rgb(31, 127, 238);
  text-align: center;
  padding-bottom: 5px;
  font-size: 14px;
}

.challengeAdmin #reload {
  cursor: pointer;
}

.challengeAdmin .picto.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loadingPage {
  display: block;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  opacity: 1;
  transition: all 0.3s;
}

.loadingPage.active {
  opacity: 0;
}


.lds-dual-ring {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #212121;
  border-color: #212121 transparent #212121 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* SVG */

h2 svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.pictoSVG {
  margin-right: 10px;
}

.picto-back {
  width: 12px;
  height: 12px;
}

.bloc-objectif img,
.bloc-recompense img,
#timeline img,
#formInscription img {
  width: 20px;
  height: 20px;
}

.btn-download svg,
.fileUploader svg,
.buttons svg {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 0;
  fill: #00337d
}

.btn-download:hover svg {
  fill: #fff
}

.img-container {
  text-align: center;
  margin-bottom: 10px;
}

#formInscription .img-container img {
  width: 32px;
  height: 32px;
}