@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #747f92;
}

footer {
  margin-top: 0;
}

.z-depth-0, section .actions .btn, #header {
  box-shadow: none;
}

.z-depth-1, #header.sticky, #header.sticked {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

#header {
  background-color: transparent;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}
#header .navbar-header {
  height: 67px;
  max-height: 67px;
  flex-grow: 1;
}
#header .navbar-header .navbar-brand {
  width: 100%;
  height: 67px;
  max-height: 67px;
  background-size: contain;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
#header .navbar-nav .tabs-container {
  justify-content: flex-end;
}
#header .navbar-nav .tabs-container > ul.nav > li, #header .navbar-nav .tabs-container > ul.nav > li > a {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
}
#header .navbar-nav .tabs-container > ul.nav > li li, #header .navbar-nav .tabs-container > ul.nav > li > a li {
  text-transform: none;
}
#header .navbar-nav .tabs-container > ul.nav > li.drop {
  padding-right: 24px;
}
#header.sticky, #header.sticked {
  position: fixed;
  top: 0;
  padding: 0;
  background-color: white;
  max-height: 60px;
}
#header.sticky .sidebar-toggle .icon-bar, #header.sticked .sidebar-toggle .icon-bar {
  background: #747f92;
}
#header.sticky .navbar-header .navbar-brand, #header.sticked .navbar-header .navbar-brand {
  margin-top: 10px;
  max-height: 40px;
}
#header.sticky li, #header.sticky li a, #header.sticked li, #header.sticked li a {
  color: #747f92 !important;
}
#header.sticky li:hover, #header.sticky li a:hover, #header.sticked li:hover, #header.sticked li a:hover {
  color: #32415e !important;
}
#header .sidenav-trigger {
  color: #1b8cfd;
  height: auto !important;
  line-height: normal !important;
}

#sidebar ul.nav {
  padding-bottom: 40px;
}
#sidebar ul.afternav {
  margin: 0;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 100%;
}
#sidebar ul.afternav.switchLang li {
  display: flex !important;
  flex: 1;
  text-align: center !important;
}
#sidebar ul.afternav.switchLang li a {
  width: 100%;
}
#sidebar footer {
  display: none;
}

@media only screen and (min-width: 769px) {
  #sidebar {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header .navbar-header {
    height: 60px;
    max-height: 60px;
  }
  #header .navbar-header .sidebar-toggle {
    display: block !important;
  }
  #header .navbar-header .navbar-brand {
    flex-grow: 1;
    width: auto;
    background-position: center center !important;
  }
  #header .navbar-nav {
    display: none;
  }
}
.gallery {
  display: block;
  width: 100%;
  position: relative;
  margin: 24px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery .gallery-anchor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 20%;
  display: block;
  float: left;
  border: 5px solid transparent;
}
.gallery .gallery-anchor.large {
  width: 33.3333333333%;
}
.gallery .gallery-anchor.large .gallery-poster {
  padding-bottom: 56%;
}
.gallery .gallery-anchor:hover .gallery-poster {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.gallery .gallery-anchor:hover .gallery-overlay {
  background: rgba(27, 140, 253, 0.631372549);
}
.gallery .gallery-anchor:hover .gallery-overlay .gallery-title {
  opacity: 1;
}
.gallery .gallery-anchor .gallery-poster {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gallery .gallery-anchor .gallery-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
}
.gallery .gallery-anchor .gallery-title {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  opacity: 0;
  font-size: 18px;
  color: white;
  font-weight: bold;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
}

.gallery-five {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 0.5%;
}
@media (max-width: 460px) {
  .gallery-five {
    grid-template-columns: 1fr;
  }
}
.gallery-five .item {
  width: 100%;
  padding: 15px;
}
.gallery-five .item .stat {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 32px 0px rgb(185, 185, 185);
  -moz-box-shadow: 0px 0px 32px 0px rgb(185, 185, 185);
  box-shadow: 0px 0px 32px 0px rgb(185, 185, 185);
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
  min-width: 200px;
}
.gallery-five .item .stat.selected {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media (max-width: 576px) {
  .gallery-five .item .stat.selected {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
.gallery-five .item .stat .number {
  font-size: 50px;
  font-weight: 700;
  margin: 18px 0 4px;
}
.gallery-five .item .stat .name {
  font-size: 16px;
  font-weight: bold;
  color: #32415e;
  margin: 4px 0 18px;
}

.slider_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 99.9%;
  height: 162px;
  overflow: hidden;
  cursor: pointer;
}
.slider_wrapper ul.slider_container {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider_wrapper ul.slider_container .cloned {
  position: absolute;
  top: 0;
  left: 0;
}
.slider_wrapper ul.slider_container li {
  float: left;
  padding-left: 20px;
  list-style-type: none;
}
.slider_wrapper ul.slider_container li:before {
  content: "";
}
.slider_wrapper ul.slider_container li .logo {
  width: 125px;
}

.slide-next-btn, .slide-prev-btn {
  position: absolute;
  top: -44px;
  width: 44px;
  height: 44px;
  display: flex;
  z-index: 10;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  color: white;
}

.slide-prev-btn {
  right: 80px;
}

.slide-next-btn {
  right: 25px;
}

.service-card {
  padding: 40px 20px 55px 20px;
  border-radius: 10px;
  background-color: white;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-height: 409px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
}
.service-card h1 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 110%;
  margin: 1rem 0 1rem 0;
  text-transform: uppercase;
}
.service-card::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 32px 0 rgb(185, 185, 185);
  -moz-box-shadow: 0 0 32px 0 rgb(185, 185, 185);
  box-shadow: 0 0 32px 0 rgb(185, 185, 185);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.service-card:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.service-card:hover::after {
  opacity: 1;
}

.faq-card {
  padding: 20px 12px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: white;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-height: 220px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
}
.faq-card h1 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 110%;
  margin: 1rem 0 1rem 0;
  text-transform: uppercase;
}
.faq-card p {
  font-size: 0.9rem;
  text-align: justify;
}
.faq-card::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 32px 0 rgb(185, 185, 185);
  -moz-box-shadow: 0 0 32px 0 rgb(185, 185, 185);
  box-shadow: 0 0 32px 0 rgb(185, 185, 185);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faq-card:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.faq-card:hover::after {
  opacity: 1;
}

section {
  padding: 50px 0;
  clear: both;
}
section h1 {
  color: #32415e;
  font-size: 3rem;
  line-height: 110%;
  margin: 2rem 0 1.68rem 0;
}
section h2 {
  color: #32415e;
  font-size: 2.4rem;
  font-weight: bolder;
}
section h3 {
  color: #1b8cfd;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
section hr {
  width: 100px;
  height: 3px;
  background-color: #1b8cfd;
  border: 0;
  margin: auto;
}
section p {
  font-size: 1.1rem;
  line-height: 130%;
  color: #747f92;
}
section ul {
  padding-left: 0.9em;
  list-style-type: none;
}
section ul.check li {
  margin-bottom: 14px;
}
section ul.check li:before {
  content: "✓";
}
section ul li {
  font-size: 1rem;
  line-height: 150%;
  list-style-type: none;
}
section ul li:before {
  content: "•";
  color: #2c8cfd;
  font-weight: bold;
  display: inline-block;
  width: 0.9em;
  margin-left: -0.9em;
}
section img.responsive {
  width: 200px;
  margin: 20px;
}
section .card.pres {
  min-height: 300px;
  text-align: center;
  -webkit-transition: background-color 1.2s ease;
  -moz-transition: background-color 1.2s ease;
  -o-transition: background-color 1.2s ease;
  transition: background-color 1.2s ease;
}
section .card.pres i.fas {
  font-size: 60px;
  margin: 16px 0 8px 0;
}
section .card.pres h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 110%;
  margin: 1rem 0 1rem 0;
}
section .card.pres:hover {
  background-color: #158bff;
}
section .card.pres:hover i.fas, section .card.pres:hover h2, section .card.pres:hover p {
  color: white;
}
section .actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
section .actions .btn {
  border-radius: 40px;
  margin-right: 1rem;
  margin-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
section.header {
  background: #32415E;
  padding: 5rem 0 2rem;
}
section.header h1 {
  font-size: 2.8rem;
  color: white;
  line-height: 118%;
  font-weight: bolder;
}
section.header h2 {
  font-size: 1.8rem;
  color: #158bff;
}
section.header ul > li {
  color: #cccccc;
}
section.header p {
  color: white;
}

.wave1, .wave2, .wave3, .wave4, .wave5, .wave6, .no-wave {
  display: block;
  background-color: transparent;
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  position: relative;
  height: 20px;
}

.no-wave {
  background-color: #32415E;
}

.wave1 {
  background: url(../img/headerWaves/wave1.svg);
  height: 122px;
}

.wave2 {
  background: url(../img/headerWaves/wave2.svg);
  height: 192px;
}

.wave3 {
  background: url(../img/headerWaves/wave3.svg);
  height: 116px;
}

.wave4 {
  background: url(../img/headerWaves/wave4.png);
  height: 130px;
}

.wave5 {
  background: url(../img/headerWaves/wave5.png);
  height: 130px;
}

.wave6 {
  background: url(../img/headerWaves/wave6.png);
  height: 130px;
}

section.cta {
  background: url("../img/cta/default.jpg");
  min-height: 298px;
  background-size: cover;
}
section.cta h1 {
  color: white;
  font-weight: bold;
  font-size: 2.7rem;
}
section.cta p {
  color: white;
}

img.service-agency {
  height: 320px;
}

img.service-sponso {
  padding-top: 40px;
}

img.service-copyright {
  padding-top: 40px;
}

img.service-author-protection {
  padding-top: 40px;
}

img.service-agent {
  padding-top: 40px;
}

img.service-financing {
  padding-top: 10px;
  height: 350px;
}

img.service-merchandising {
  padding-top: 40px;
  height: 360px;
}

img.service-sponsor-plus {
  padding-top: 40px;
  height: 360px;
}

img.realization-diffusion {
  height: 250px;
}

img.aboutus-wizdeo {
  margin-top: 40px;
  height: 360px;
}

.channel-card .logo {
  width: 70%;
  border-radius: 100%;
}
.channel-card .name {
  font-weight: bold;
}
.channel-card .kpi .kpiName {
  margin-top: 10px;
  color: #747f92;
  font-size: 14px;
}
.channel-card .kpi .kpiNumber {
  color: #747f92;
  font-size: 20px;
}

.eligibility-result .title {
  color: #32415d;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
.eligibility-result .title.succes i {
  color: #83c383;
}
.eligibility-result .title.error i {
  color: #c11c1c;
}
.eligibility-result .message {
  color: #32415d;
  margin: 15px 0 30px;
  font-size: 18px;
}

img.brand-selection {
  height: 360px;
}

img.brand-management {
  height: 360px;
}

img.brand-roi {
  height: 350px;
}

img.brand-competitors {
  height: 360px;
}

img.brand-agency {
  height: 300px;
}

img.brand-pricing {
  height: 400px;
}

.standard {
  padding-top: 80px;
}
.standard p {
  font-size: 1rem;
}
.standard h1, .standard h2, .standard h3, .standard h4, .standard h5 {
  font-weight: 700;
  color: #32415e;
  text-transform: none;
}
.standard h1 {
  font-size: 38px;
}
.standard h2 {
  font-size: 26px;
}
.standard h3 {
  font-size: 22px;
}
.standard h4 {
  font-size: 18px;
}
.standard h5 {
  font-size: 16px;
}

.realisation .header .channel {
  display: flex;
  flex-direction: row;
  float: left;
  margin: 20px 32px 20px 0;
  color: white;
}
.realisation .header .channel .logo {
  margin-right: 8px;
  width: 58px;
  height: 58px;
}
.realisation .header .channel .logo img {
  width: 100%;
  border-radius: 100%;
}
.realisation .header .channel .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.realisation .header .channel .description .name {
  font-size: 1.5rem;
}
.realisation .header .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  clear: both;
  overflow: hidden;
}
.realisation .header .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.realisation .performances {
  background-color: rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  color: white;
}
.realisation .performances .value {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.realisation .performances .unit {
  text-align: center;
}
.realisation .realisations {
  padding: 5rem 0;
}
.realisation .realisations h1 {
  color: black;
}

.faq:has(details[open]) > details:not([open]) > summary {
  opacity: 0.3;
}
.faq details.question:not(:first-of-type) {
  border-top: 1px solid rgba(50, 65, 94, 0.3);
}
.faq details.question:hover > summary {
  opacity: 1 !important;
}
.faq details.question > :is(p, div > p, div > ul) {
  margin: 0;
  padding-bottom: 18px;
  text-align: justify;
}
@supports (interpolate-size: allow-keywords) {
  @media (prefers-reduced-motion: no-preference) {
    .faq details.question {
      interpolate-size: allow-keywords;
    }
  }
  .faq details.question::details-content {
    opacity: 0;
    block-size: 0;
    overflow-y: clip;
    transition: content-visibility 0.5s allow-discrete, opacity 0.5s, block-size 0.5s;
  }
  .faq details.question[open]::details-content {
    opacity: 1;
    block-size: auto;
  }
}
@supports not (interpolate-size: allow-keywords) {
  .faq details.question::details-content {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s, opacity 0.5s;
  }
  .faq details.question[open]::details-content {
    max-height: 15em;
    opacity: 1;
  }
  .faq details.question[open] > summary > i.fa-plus {
    transform: rotate(45deg);
  }
}
.faq details.question[open] > summary > i.fa-plus {
  transform: rotate(45deg);
}
.faq details.question > summary {
  padding: 25px 0;
  color: rgb(50, 65, 94);
  cursor: pointer;
  user-select: none;
  position: relative;
  transition: opacity 0.5s;
}
.faq details.question > summary > span {
  display: inline-block;
  max-width: 94%;
}
.faq details.question > summary::marker, .faq details.question > summary::-webkit-details-marker {
  content: "" !important;
  display: none !important;
}
.faq details.question > summary > i.fa-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 0.9rem;
  right: 0;
  top: 25px;
  border: 1px solid rgba(50, 65, 94, 0.3);
  color: rgba(50, 65, 94, 0.7);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: color 0.5s, background-color 0.5s, transform 0.3s;
}
.faq details.question > summary:hover > i.fa-plus {
  background-color: rgb(50, 65, 94);
  color: white;
}

#brands-slider-container {
  display: flex;
  gap: 25px;
  overflow: hidden;
  margin: auto;
}
#brands-slider-container .brands-list {
  display: flex;
  gap: 25px;
}
#brands-slider-container .brands-list img.logo {
  width: 125px;
  mix-blend-mode: multiply;
  cursor: pointer;
}

.agreement-form .card.influencer {
  width: 208px;
  display: inline-flex;
}
.agreement-form .card.influencer .logo {
  width: 208px;
  height: 208px;
}
.agreement-form .card.influencer .content {
  padding: 10px;
  z-index: 1;
  overflow: hidden;
  text-align: left;
}
.agreement-form .card.influencer .content .display-name {
  display: flex;
}
.agreement-form .card.influencer .content .display-name a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.agreement-form .card.influencer .content .stat {
  display: inline;
  color: grey;
  font-size: 15px;
}
.agreement-form #general-terms, .agreement-form #specific-terms, .agreement-form #payment-terms {
  margin: 0.72rem 0 1.44rem;
  padding: 12px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-family: "Inter", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.55; /* 1.45 - 1.6 pour texte long */
  letter-spacing: 0.01em;
}
.agreement-form #general-terms p, .agreement-form #specific-terms p, .agreement-form #payment-terms p {
  font-size: 16px;
  margin: 0.3em 0 0;
}
.agreement-form #general-terms ul, .agreement-form #specific-terms ul, .agreement-form #payment-terms ul {
  margin-block-start: 0.3em;
}
.agreement-form #general-terms h1, .agreement-form #specific-terms h1, .agreement-form #payment-terms h1 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.agreement-form #specific-terms dt {
  flex: 0 0 30%;
}
.agreement-form #specific-terms dd {
  flex: 0 0 70%;
  margin-bottom: 10px;
  line-height: 20px;
}
.agreement-form #general-terms {
  max-height: 260px;
  overflow: auto;
}

.contact-us {
  background: url(/img/contactUsIlustration.png);
  background-position: 100%;
  background-size: 40%;
  background-repeat: no-repeat;
  min-height: 850px;
}

.eligibility {
  background: url(/img/elligibilityIlustration.png);
  background-position: 100%;
  background-size: 40%;
  background-repeat: no-repeat;
  min-height: 850px;
}

#error400 {
  background: url(/img/404Illustration.png);
  background-position: 100% 100%;
  background-size: 47%;
  background-repeat: no-repeat;
  min-height: 700px;
  margin-top: 40px;
}

#error500 {
  background: url(/img/500Illustration.png);
  background-position: 100% 100%;
  background-size: 47%;
  background-repeat: no-repeat;
  min-height: 700px;
  margin-top: 40px;
}

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