@font-face {
  font-family: 'Poppins-Thin';
  src: url('/assets/fonts/Poppins/Poppins-Thin.woff2') format('woff2'), url('/assets/fonts/Poppins/Poppins-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('/assets/fonts/Poppins/Poppins-Light.woff2') format('woff2'), url('/assets/fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('/assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2'), url('/assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('/assets/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'), url('/assets/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('/assets/fonts/Poppins/Poppins-Bold.woff2') format('woff2'), url('/assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url('/assets/fonts/Playfair_Display/PlayfairDisplay-Regular.woff2') format('woff2'), url('/assets/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url('/assets/fonts/Playfair_Display/PlayfairDisplay-Bold.woff2') format('woff2'), url('/assets/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'PlayfairDisplay-Black';
  src: url('/assets/fonts/Playfair_Display/PlayfairDisplay-Black.woff2') format('woff2'), url('/assets/fonts/Playfair_Display/PlayfairDisplay-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('/assets/fonts/Proxima-Nova/ProximaNova-Regular.woff2') format('woff2'), url('/assets/fonts/Proxima-Nova/ProximaNova-Regular.otf') format('truetype');
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('/assets/fonts/Proxima-Nova/ProximaNova-Bold.woff2') format('woff2'), url('/assets/fonts/Proxima-Nova/ProximaNova-Bold.otf') format('truetype');
}

@font-face {
  font-family: 'ProximaNova-Black';
  src: url('/assets/fonts/Proxima-Nova/ProximaNova-Black.woff2') format('woff2'), url('/assets/fonts/Proxima-Nova/ProximaNova-Black.otf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('/assets/fonts/Montserrat/Montserrat-Light.woff2') format('woff2'), url('/assets/fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('/assets/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'), url('/assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('/assets/fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'), url('/assets/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('/assets/fonts/Montserrat/Montserrat-Black.woff2') format('woff2'), url('/assets/fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url('/assets/fonts/Bebas_Neue/BebasNeue-Regular.woff2') format('woff2'), url('/assets/fonts/Bebas_Neue/BebasNeue-Regular.ttf') format('truetype');
}



body {
  font-family: 'Poppins-Regular';
}

::selection {
  background: #d6226b;
  color: #fff;
}

.font-PoppinsThin {
  font-family: 'Poppins-Thin';
}

.font-PoppinsLight {
  font-family: 'Poppins-Light';
}

.font-PoppinsRegular {
  font-family: 'Poppins-Regular';
}

.font-PoppinsSemibold {
  font-family: 'Poppins-SemiBold';
}

.font-PoppinsBold {
  font-family: 'Poppins-Bold';
}

.font-PlayfairDisplay-Regular {
  font-family: 'PlayfairDisplay-Regular';
}

.font-PlayfairDisplay-Bold {
  font-family: 'PlayfairDisplay-Bold';
}

.font-PlayfairDisplay-Black {
  font-family: 'PlayfairDisplay-Black';
}

.font-ProximaNova-Regular {
  font-family: 'ProximaNova-Regular';
}

.font-ProximaNova-Bold {
  font-family: 'ProximaNova-Bold';
}

.font-ProximaNova-Black {
  font-family: 'ProximaNova-Black';
}

.font-Montserrat-Light {
  font-family: 'Montserrat-Light';
}

.font-Montserrat-Regular {
  font-family: 'Montserrat-Regular';
}

.font-Montserrat-Bold {
  font-family: 'Montserrat-Bold';
}

.font-Montserrat-Black {
  font-family: 'Montserrat-Black';
}

.font-BebasNeue-Regular {
  font-family: 'BebasNeue-Regular';
}



/* ALERT ALERT */
.fash-notify {
  position: fixed;
  top: -7em;
  justify-content: center;
  width: 100%;
  display: grid;
  z-index: 2000;
  opacity: 0;
  transition: all 2s;
}

.signal-success,
.signal-danger {
  position: relative;
  width: auto;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-family: 'Avenir Next', 'Poppins-Regular';
  font-weight: 500;
  line-height: 20px;
  border: 0;
  border-radius: 3px;
  padding: 15px;
  margin: 0;
}

.signal-success {
  border-color: #cde9ce;
  background: #55b559;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.signal-danger {
  border-color: #fccac7;
  background: #ee3680;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.fash-notify.flash {
  top: 1em;
  opacity: 1;
  animation: move 2s;
}

@keyframes move {
  from {
    top: -7em;
    opacity: 0;
  }

  to {
    top: 1em;
    opacity: 1;
  }
}

/* ALERT ALERT */
.menu-center li.nav-item .active {
  font-weight: bold;
  color: #f40f4f !important;
  border-bottom: 2px solid;
}

li.nav-item .shop.active,
li.nav-item .shop.active svg {
  color: #f40f4f !important;
}

li.nav-item.log .active,
li.nav-item.log .active svg {
  color: #fff !important;
  border-color: #f40f4f !important;
  background: #f40f4f !important;
}

.line {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
}

.line-1 {
  -webkit-line-clamp: 1;
}

.line-2 {
  -webkit-line-clamp: 2;
}

.line-3 {
  -webkit-line-clamp: 3;
}

.line-4 {
  -webkit-line-clamp: 4;
}

.line-5 {
  -webkit-line-clamp: 5;
}

.line-6 {
  -webkit-line-clamp: 6;
}

.line-7 {
  -webkit-line-clamp: 7;
}

.line-8 {
  -webkit-line-clamp: 8;
}

.line-9 {
  -webkit-line-clamp: 9;
}

.navbar.navbar-transparent {
  padding-top: 0 !important;
}

.navbar {
  border-radius: 0 0 15px 15px !important;
}

.form-control.payMobile:focus {
  border-color: #d2d6da;
  box-shadow: initial;
}

.navbar.navbar-expand-lg.navbar-transparent .navbar-brand img.logo-blanc {
  display: block !important;
  height: 65px;
}

.navbar.navbar-expand-lg.navbar-transparent .navbar-brand img.logo-noir {
  display: none;
}

.navbar.navbar-expand-lg .navbar-brand img.logo-blanc {
  display: none !important;
}

.navbar.navbar-expand-lg .navbar-brand img.logo-noir {
  display: block;
  height: 65px;
  transition: 0.3s;
}

.navbar.navbar-transparent .navbar-brand {
  padding: 20px 15px !important;
}

.navbar .navbar-brand {
  padding: 0 15px !important;
  transition: 0.3s;
}

.nav-item.dropdown .nav-link.dropdown-toggle {
  display: flex;
}

.dropdown-toggle::after {
  margin: 7px 5px;
}

.nav-link:focus,
.nav-link:hover {
  outline-style: none;
}

.page-header.home-page {
  height: 90vh !important;
  min-height: initial;
  max-height: initial;
}

.page-header #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#demo-canvas {
  z-index: 1;
}

.container.home {
  position: absolute;
  top: 12em;
  left: 4em;
  width: 570px;
  z-index: 3;
}

.container.home h2 {
  text-align: left;
  color: #fff;
  font-size: 3.5em;
  font-weight: 600;
}

.container.home .console-container {
  text-align: left;
  font-size: 3em;
  font-weight: 600;
  display: flex;
  font-family: 'Poiret-One';
}

.console-container .console-underscore {
  line-height: 1.5;
  color: #fff;
}

.page-header .filter::after {
  background-color: rgba(0, 0, 0, 0.64) !important;
}

.page-header a.home-btn {
  position: absolute;
  left: 6em;
  bottom: 10em;
  z-index: 3;
}

.footer-nav ul li a {
  text-transform: initial !important;
}

.footer .nav-link {
  color: #fff;
  font-family: 'Poppins-regular';
}

.section-height {
  height: 70vh;
  min-height: initial;
  max-height: initial;
}

.legale {
  padding: 2em 0 3em;
}

.legale h3 {
  color: #000;
  font-family: 'Poppins-Bold';
  margin-bottom: 0.5em;
}

.legale p {
  color: #3c3c3c;
  font-family: 'Poppins-Regular';
}

.legale-txt {
  margin-bottom: 2em;
}

.legale-txt h5 {
  color: #172a3a;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 0.2em;
}

.legale-txt p {
  color: #3c3c3c;
  font-family: 'Poppins-Light';
  line-height: 1.8;
}

.legale-txt p span {
  color: #000;
  font-family: 'Poppins-Regular';
}

.cursor-pointer {
  cursor: pointer !important;
}

/* FAQ */
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #d94268;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #d94268;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #d94268;
  border: 1px solid #d94268;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  width: 90%;
  display: block;
  float: left;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #d94268;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 19em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  margin: 1em 0 2em;
}

/* END FAQ */

.blog .input-group-prepend {
  margin-right: 0;
}

.blog .input-group-text {
  background-color: rgba(0, 0, 0, 0.45);
}

.blog input {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.blog input::placeholder {
  color: #d7d7d7;
}

.blog-img {
  max-height: 280px;
  overflow: hidden;
  border-radius: 0.75rem;
}

.blog-img img {
  height: auto;
  width: 100%;
}

#contentShare {
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.share-contnet {
  position: absolute;
  width: 300px;
  margin-top: 2em;
  background: rgba(233, 10, 107, 0.77);
  border-radius: 10px;
  top: -9em;
}

.share-img {
  width: 100%;
  height: 125px;
  overflow: hidden;
  border-radius: 7px;
}

.share-img img {
  height: auto;
  width: 100%;
}

.icon-share {
  padding: 6px 12px;
  background: #ff0067;
  border-radius: 4px;
}

.icon-share svg {
  color: #fff;
}

.card.blog-content {
  padding: 4rem;
}

@media (min-width: 1200px) {
  .container.head {
    max-width: 1370px;
  }
}

@media (min-width: 992px) {
  .container.head {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .container.bookHead {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .page-header.page-header-small {
    min-height: 55vh !important;
  }

  .container.home {
    top: 9em;
  }
}

@media screen and (max-width: 600px) {
  .page-header.home-page {
    height: 70vh !important;
  }

  .container.home {
    top: 10em;
    left: 1em;
  }

  .page-header a.home-btn {
    left: 3em;
    bottom: 8em;
  }

  .section-height {
    height: 40vh;
  }

  .section-height .container.home {
    top: 8em;
  }

  .section-height .container.home h2 {
    font-size: 2.5em;
  }

  .share-contnet {
    top: 0;
  }
}

@media screen and (max-width: 500px) {
  .page-header.home-page {
    height: 60vh !important;
  }

  .container.home {
    width: 100%;
    top: 8em;
    padding-left: 0;
  }

  .container.home h2 {
    font-size: 3em;
  }

  .container.home .console-container {
    font-size: 2em;
  }

  .page-header a.home-btn {
    left: 2em;
    bottom: 4em;
  }

  .page-header.page-header-small {
    min-height: 50vh !important;
  }

  .p-sm {
    padding: 1rem !important;
  }

  .card.blog-content {
    padding: 4rem 2rem;
    margin: 0 !important;
  }

  .lead,
  .text-lg {
    font-size: 1rem !important;
  }

  h2,
  .h2 {
    font-size: 2em !important;
  }

  h3,
  .h3 {
    font-size: 1.625em !important;
  }

  h4,
  .h4 {
    font-size: 1.5em !important;
  }
}

@media screen and (max-width: 390px) {
  .page-header.home-page {
    height: 55vh !important;
  }

  .container.home h2 {
    font-size: 2em;
  }

  .container.home .console-container {
    font-size: 1.8em;
  }
}

.section .service {
  padding: 1em;
  margin: 4em auto 2em;
  display: grid;
  max-width: 1260px;
}

.service .service-txt {}

.service-txt .txt-left {
  width: auto;
  margin-right: 5em;
  float: left;
}

.service-txt .txt-left h2 {
  border-bottom: 2px solid #eb2374;
  padding-bottom: 5px;
}

.service-txt .txt-right {
  float: left;
  width: 580px;
  margin-left: 16%;
  margin-top: 1em;
}

.service-txt .txt-right p {}

.service-card {
  margin-top: 3em;
}

.service-card .card-content {
  width: 280px;
  float: left;
  margin: 1em;
  display: grid;
  border-right: 1px solid #ec286b;
}

.service-card .card-content.end {
  border: none;
}

.service-card .card-content img {
  height: 90px;
}

.service-card .card-content small {
  margin: 10px 0;
}

.service-card .card-content h3 {
  font-size: 1.2em;
  margin: 0;
}

.service-card .card-content a {
  margin-top: 1em;
}

@media screen and (max-width: 1260px) {
  .section .service {
    max-width: 952px;
  }

  .service-txt .txt-left {
    margin-right: 1em;
  }

  .service-txt .txt-right {
    margin-left: 5%;
    margin-top: 2em;
  }

  .service-card .card-content.neutre {
    border: none;
  }
}

@media screen and (max-width: 952px) {
  .section .service {
    max-width: 644px;
  }

  .service-txt .txt-left {
    margin-right: 2em;
  }

  .service-txt .txt-left h2 {
    font-size: 2em;
  }

  .service-txt .txt-right {
    width: 380px;
    margin-left: 0;
    margin-top: 2em;
  }

  .service-card .card-content.startSuite {
    border: none;
  }

  .service-card .card-content.neutre {
    border-right: 1px solid #ec286b;
  }
}

@media screen and (max-width: 632px) {
  .section .service {
    max-width: initial;
    width: 100%;
  }

  .service-txt .txt-left {
    width: 172px;
    float: initial;
  }

  .service-txt .txt-right {
    float: initial;
    width: 100%;
  }

  .service-card {
    margin: 3em auto;
  }

  .service-card .card-content,
  .service-card .card-content.startSuite,
  .service-card .card-content.neutre,
  .service-card .card-content.end {
    float: initial;
    padding-bottom: 1em;
    border-right: none;
    border-bottom: 1px solid #ec286b;
  }
}

.page-header.home-page-next {
  min-height: initial;
  max-height: initial;
  height: auto;
}

.page-header .home-page-next-img {
  display: block;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  filter: blur(8px);
}

.page-header.home-page-next .filter::after {
  background-color: rgba(235, 36, 104, 0.7) !important;
}

.work {
  position: relative;
  padding: 1em 1em 2.5em;
  z-index: 5;
}

.work-txt {
  margin: 2em auto 1em;
  display: table;
}

.work-txt h3 {
  font-size: 2.5em;
  width: 650px;
}

.work-txt p.txt {
  width: 700px;
  margin-top: 1em;
}

.work-content {
  margin: 1em auto;
  display: table;
  max-width: max-content;
}

.card-work {
  width: 270px;
  background: #fff;
  border-radius: 15px;
  float: left;
  margin: 1em;
  padding: 1em;
  display: grid;
}

.card-work img {
  height: 80px;
  margin: 20px auto;
}

.card-work span {
  font-size: 1.3em;
  color: #000;
  padding: 0 1em;
  margin-bottom: 1em;
  text-align: center;
}

.card-work p.txt-card {
  color: #000;
  margin-bottom: 1em;
}

@media screen and (max-width: 1220px) {
  .work-content {
    max-width: 894px;
  }
}

@media screen and (max-width: 922px) {
  .work-content {
    max-width: 596px;
  }
}

@media screen and (max-width: 735px) {
  .work-txt {
    margin: 2em 0 1em;
    display: block;
    width: 100%;
  }

  .work-txt h3,
  .work-txt p.txt {
    display: table-row;
    padding: 0 1em;
  }
}

@media screen and (max-width: 612px) {
  .work-content {
    max-width: 295px;
  }
}

@media screen and (max-width: 435px) {
  .work-txt h3 {
    font-size: 1.7em;
  }

  .work-txt p.txt {
    font-size: 13px;
  }
}


.conception {
  border-bottom: 2px solid #e4226b;
}

.banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card.card-background.card-background-mask-primary.tilt {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.full-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  border-radius: 12px;
}


.section-height-75 {
  min-height: 65vh;
}

.erreur {
  z-index: 1;
  padding: 0 4em;
}

.erreur span {
  color: #fff;
  font-weight: 700;
  font-size: 3em;
  margin: 0;
}

.erreur p {
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .section-height-75 {
    min-height: 40vh;
  }

  .erreur {
    padding: 3em 1.5em 0;
  }

  .erreur span {
    font-size: 2em;
  }

  .erreur p {
    font-size: 1em;
  }
}




.carousel.slide {
  opacity: 1 !important;
}

/* Autre */
.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.switch {
  margin-right: 20px;
}

#navbar-full .navbar {
  border-radius: 0 !important;
  margin-bottom: 15px;
  z-index: 2;
}

#menu-dropdown .navbar {
  border-radius: 3px;
}

#pagination-row .pagination-container {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
}

/* Nucelo Icons */

#icons-row i.nc-icons {
  font-size: 30px;
}

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}

.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.navigation-example {
  background-attachment: scroll;
}

.navigation-example {
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  height: 100%;
}

#notifications {
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  position: relative;
}

.tim-note {
  text-transform: capitalize;
}

.download-area {
  margin-top: 30px;
}

.sharing-area {
  margin-top: 50px;
}

.sharing-area .btn {
  margin-top: 14px;
}

.upgrade-pro .btn {
  margin-top: 30px;
}

#buttons .btn,
#javascriptComponents .btn {
  margin: 0 0px 10px;
}

.space-100 {
  height: 100px;
  display: block;
  width: 100%;
}

.be-social {
  padding-bottom: 20px;
  /*     border-bottom: 1px solid #aaa; */
  margin: 0 auto 40px;
}

.txt-white {
  color: #FFFFFF;
}

.txt-gray {
  color: #ddd !important;
}

.parallax {
  width: 100%;
  height: 570px;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.profile-content {
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333333;
  width: 50px;
  float: left;
}

.logo-container .brand {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  width: 70px;
  height: 40px;
  text-align: left;
}

.logo-container .brand-material {
  font-size: 18px;
  margin-top: 15px;
  height: 25px;
  width: auto;
}

.logo-container .logo img {
  width: 100%;
}

.navbar-small .logo-container .brand {
  color: #333333;
}

.fixed-section {
  top: 90px;
  max-height: 80vh;
  overflow: scroll;
  position: sticky;
}

.fixed-section ul {
  padding: 0;
}

.fixed-section ul li {
  list-style: none;
}

.fixed-section li a {
  font-size: 14px;
  padding: 2px;
  display: block;
  color: #666666;
}

.fixed-section li a.active {
  color: #00bbff;
}

.fixed-section.float {
  position: fixed;
  top: 100px;
  width: 200px;
  margin-top: 0;
}

.parallax .parallax-image {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.parallax .parallax-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .parallax .parallax-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }

  .parallax .parallax-image img {
    height: 100%;
    width: auto;
  }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
  margin-right: 5px;
  margin-bottom: 7px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.lightbox img {
  width: 100%;
}

.lightbox .modal-content {
  overflow: hidden;
}

.lightbox .modal-body {
  padding: 0;
}

@media screen and (min-width: 991px) {
  .lightbox .modal-dialog {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {

  .btn,
  .btn-morphing {
    margin-bottom: 10px;
  }

  .parallax .motto {
    top: 170px;
    margin-top: 0;
    font-size: 60px;
    width: 270px;
  }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#images h4 {
  margin-bottom: 30px;
}

#javascriptComponents {
  padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
  display: block;
  margin-top: 50px;
  position: relative;
}

.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
  color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.sharing-area {
  margin-top: 80px;
}

.sharing-area .btn {
  margin: 15px 4px 0;
}

.section-thin,
.section-notifications {
  padding: 0;
}

.section-navbars {
  padding-top: 0;
}

.section-tabs {
  background: #EEEEEE;
}

.section-pagination {
  padding-bottom: 0;
}

.section-download {
  padding-top: 130px;
}

.section-download .description {
  margin-bottom: 60px;
}

.section-download h4 {
  margin-bottom: 25px;
}

.section-examples a {
  text-decoration: none;
}

.section-examples a+a {
  margin-top: 30px;
}

.section-examples h5 {
  margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
  height: 500px;
  padding-top: 128px;
  background-size: cover;
  background-position: center center;
}

.components-page .title,
.tutorial-page .title {
  color: #FFFFFF;
}

.brand .h1-seo {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
}

.brand .n-logo {
  max-width: 100px;
  margin-bottom: 40px;
}

.invision-logo {
  max-width: 70px;
  top: -2px;
  position: relative;
}

.creative-tim-logo {
  max-width: 140px;
  top: -2px;
  position: relative;
}

.section-javascript .title {
  margin-bottom: 0;
}

.navbar .switch-background {
  display: block;
}

.navbar-transparent .switch-background {
  display: none;
}

.section-signup .col .btn {
  margin-top: 30px;
}

#buttons-row .btn {
  margin-bottom: 10px;
}

.section-basic {
  padding-top: 0;
}

.section-images {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-navbars .navbar-collapse {
    display: none !important;
  }
}


.cookie-content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 1100;
}

.cookie-alert {
  position: absolute;
  bottom: 1.5em;
  width: 300px;
  right: 2em;
  border-radius: 10px;
  background: #fff;
}

.cookie-content.remove {
  background: rgba(0, 0, 0, 0);
  transition: 0.3s;
  display: none;
}




/* État initial (invisible) */
.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

/* Effet fade-in */
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Effet slide-in */
.slide-in.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Effet zoom-in */
.zoom-in.visible {
  opacity: 1;
  transform: scale(1);
}

.zoom-in {
  transform: scale(0.8);
}


/* Effet rotate-in */
.rotate-in {
  transform: rotate(-90deg);
  opacity: 0;
}

.rotate-in.visible {
  transform: rotate(0);
  opacity: 1;
  transition: transform 1s ease, opacity 1s ease;
}

/* Effet flip-in */
.flip-in {
  transform: rotateY(90deg);
  opacity: 0;
}

.flip-in.visible {
  transform: rotateY(0);
  opacity: 1;
  transition: transform 1s ease, opacity 1s ease;
}

/* Effet bounce-in */
.bounce-in {
  opacity: 0;
  transform: translateY(50px);
}

.bounce-in.visible {
  opacity: 1;
  transform: translateY(0);
  animation: bounce 1s ease;
}

/* Animation bounce */
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

/* Effet slide-up */
.slide-up {
  transform: translateY(100px);
  opacity: 0;
}

.slide-up.visible {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s ease, opacity 1s ease;
}

/* Effet slide-in-left */
.slide-in-left {
  transform: translateX(-100%);
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Effet slide-in-right */
.slide-in-right {
  transform: translateX(100%);
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.content-prix {
  display: flex;
}

.separateur-prix {
  display: block;
}

.prix-ouvrage {}

.lineThrough {
  text-decoration: line-through;
}

@media screen and (max-width: 600px) {
  .content-prix {
    display: grid;
  }

  .separateur-prix {
    display: none;
  }
}