@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap);.card-app {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  height: 200px;
  background-color: transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.card-app.h-400 {
  height: 400px;
}

.card-app.h-300 {
  height: 300px;
}

.card-app.h-250 {
  height: 250px;
}

.card-app.h-200 {
  height: 200px;
}

.card-app.h-150 {
  height: 150px;
}

.card-app.h-120 {
  height: 120px;
}

.card-app.w-90p {
  width: 90%;
}

.card-app.w-250 {
  width: 250px;
}

.card-app .card-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
}

.card-app .card-infos {
  z-index: 2;
  padding: 10% 15px 10px 15px;
  background-image: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0, rgba(50, 50, 50, 0.8) 100%, rgba(50, 50, 50, 0.9) 100%);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.card-app .card-infos .card-category {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.card-app .card-infos .card-title {
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
}

.card-app .card-infos .card-bottom {
  display: flex;
  align-items: center;
  margin-top: 12px;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 14px;
}

.card-app .card-infos .card-author {
  display: flex;
  align-items: center;
}

.card-app .card-infos .card-author-image {
  height: 30px;
  border-radius: 40px;
  margin-right: 10px;
}

.card-app .card-infos .card-comments {
  display: flex;
  align-items: center;
}

.card-app .card-infos .card-comments i {
  margin-right: 5px;
  font-size: 19px;
}

.card-scale {
  transform: scale(0.95);
}

.two-columns-cards {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: -10px;
}

.two-columns-cards a {
  width: calc(50% - 5px);
  height: 250px;
  margin: 0 0 10px 0;
}

.two-columns-cards .card-app,
.two-columns-cards .swiper-container.medium-card-slider .card-app {
  height: 100%;
  border-radius: 5px;
  box-shadow: 0px 5px 35px -10px rgba(0, 0, 0, 0.2);
}

.two-columns-cards .card-image,
.two-columns-cards .swiper-container.medium-card-slider .card-image {
  border-radius: 5px;
}

.two-columns-cards a:first-child {
  height: 200px;
  margin-top: 0 !important;
}

.two-columns-cards a:nth-child(2n+1) {
  margin-top: -50px;
  margin-right: 10px;
}

.two-columns-cards a:last-child {
  height: 200px;
}

.two-columns-cards .card-infos,
.two-columns-cards .swiper-container.medium-card-slider .card-infos {
  padding: 10% 13px 13px 13px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.two-columns-cards .card-title,
.two-columns-cards .swiper-container.medium-card-slider .card-title {
  font-size: 18px !important;
  line-height: 23px !important;
}

.out-card-title {
  margin: 0;
  margin-top: 5px;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-reverse-title .card-app .card-infos {
  display: flex;
  flex-direction: column-reverse;
}

.position-top-right {
  transform: rotate(-90deg) translate(-100%, -100%);
  transform-origin: left top;
  left: 100% !important;
  bottom: inherit !important;
  background-image: none !important;
  white-space: nowrap;
  text-align: right;
}

.position-top-left {
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  left: 0% !important;
  bottom: inherit !important;
  background-image: none !important;
  white-space: nowrap;
  text-align: right;
  padding-top: 10px !important;
}

.card-infos-degrade-right {
  background-image: linear-gradient(90deg, rgba(50, 50, 50, 0) 60%, rgba(50, 50, 50, 0.5) 100%, rgba(50, 50, 50, 0.9) 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.card-infos-degrade-left {
  background-image: linear-gradient(-90deg, rgba(50, 50, 50, 0) 60%, rgba(50, 50, 50, 0.5) 100%, rgba(50, 50, 50, 0.9) 0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.activity {
  width: auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.activity a:hover {
  text-decoration: none;
  color: inherit;
}

.activity .activity-prof {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid white;
  position: absolute;
  height: 70px;
  width: 70px;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}

.activity .activity-img {
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 2px;
}

.activity .activity-img.prof {
  height: 300px;
}

.activity .activity-star-img {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 2px;
}

.activity .activity-star-img .black_filter {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 10%, rgba(255, 255, 255, 0.1) 30%);
}

@media (max-width: 768px) {
  .activity .activity-star-img .black_filter {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 10%, rgba(255, 255, 255, 0.1) 100%);
  }
}

.activity .activity-star-img.activity-bu {
  min-height: 260px;
}

.activity .activity-star-img.activity-bu .black_filter {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(255, 255, 255, 0.1) 50%);
}

@media (max-width: 768px) {
  .activity .activity-star-img.activity-bu .black_filter {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 10%, rgba(255, 255, 255, 0.1) 100%);
  }
}

.activity .activity-star-img.activity-bu .cta-bu {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #FFF;
}

.activity .activity-star-img .star-title {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-size: 17px;
  width: 95%;
  font-weight: 500;
}

@media (max-width: 768px) {
  .activity .activity-star-img .star-title {
    font-size: 14px;
  }
}

.activity .activity-text .activity-title {
  font-weight: 600;
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.activity .activity-text .activity-rate .la {
  font-size: 1rem;
}

.search-header-div {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 100;
}

.search-header {
  height: 50px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.2rem;
}

.search-header .search-back {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.search-header .search-title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 500;
}

ul.media-list {
  padding: 0;
  list-style: none;
  margin: -8px 0;
}

.item-content {
  display: flex;
}

.item-content .item-media {
  width: 130px;
  min-width: 130px;
  height: 100px;
  margin: 5px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.item-content .item-inner {
  margin-left: 15px;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #DDDDDD;
}

.item-content .item-inner:first-child {
  border-top: none;
}

.item-content .item-inner .item-title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  padding-right: 35px;
}

.item-content .item-inner .item-subtitle {
  color: #a6a6ab;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.or-barre {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 1rem 0;
}

.or-barre > div {
  color: #484848;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 0.5rem;
}

.btn-connexion {
  width: 100%;
  color: #fff;
  margin: 0.5rem 0;
}

.btn-connexion.btn-google {
  background-color: #dd4b39;
}

.btn-connexion.btn-linkedin {
  background-color: #0077B5;
}

.btn-connexion.btn-facebook {
  background-color: #4568b2;
}

.transition {
  transition: 0.5s ease 0s;
}

.nav-float {
  width: 95%;
  margin: auto;
  margin-bottom: 15px;
}

.nav-float .m-stack.m-stack--ver > .m-stack__item {
  border-radius: 15px;
  background-color: #ffffff !important;
}

.nav-float .m-brand {
  border: 1px solid #BBBBBB;
}

.btn-fixed {
  position: fixed;
  left: 50%;
  bottom: 110px;
  transform: translateX(-50%);
  z-index: 100;
}

@media (min-width: 992px) {
  .btn-fixed {
    left: 79.5%;
  }
}

.btn-shadow-radius .btn {
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px 0px !important;
  border-radius: 15px;
}

@media (min-width: 1025px) {
  #m_header {
    display: none;
  }

  .d-1025-block {
    display: block !important;
  }

  .d-1025-none {
    display: none !important;
  }

  .div-img {
    min-height: 450px !important;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.light-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.light-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9d9d9d;
}

.light-scrollbar::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
  height: 8px;
}

h1 {
  font-weight: 700;
  font-size: 34px;
  color: #000;
  margin: 0;
}

.title-container {
  margin: 30px 0 10px;
}

.div-img {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.oval {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-top: -100px;
  height: 350px;
  background: #8705f0;
  background: linear-gradient(to bottom right, #141E30, #5e6682);
  border-radius: 100%/50%;
}

.author {
  width: 100%;
  margin: 0 auto;
  margin-top: -145px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  padding: 0 10px;
  padding-bottom: 15px;
  text-align: center;
}

.author .author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-top: -50px;
  border: 5px solid #fff;
}

.author .author-name {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 15px 0 4px 0;
}

.author .author-description {
  font-size: 17px;
  font-weight: 500;
  color: #9fa4a9;
}

.author .author-category {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-top: -50px;
  border: 5px solid #fff;
  background: #D6B351;
  position: relative;
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.3);
}

.author .author-category i {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
}

.interest-category {
  font-size: 20px;
  border-bottom: 1px solid #aaaaaa;
  margin: 15px 0;
}

.interest-category i {
  font-size: 2rem;
  margin-right: 1rem;
}

.search-div {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: -3rem;
  overflow: hidden;
  color: #ffffff;
}

.search-div::-moz-placeholder {
  color: #ffffff;
}

.search-div:-ms-input-placeholder {
  color: #ffffff;
}

.search-div::placeholder {
  color: #ffffff;
}

.search-div .div-content-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding: 0 7px;
}

.search-div .div-content-search i {
  font-size: 32px;
}

.search-div .div-content-search input {
  font-size: 20px;
  margin-left: 1rem;
  width: 95%;
  background: 0 0;
  border: 0;
  color: white;
}

.search-div .div-content-search input::-moz-placeholder {
  color: #ffffff;
}

.search-div .div-content-search input:-ms-input-placeholder {
  color: #ffffff;
}

.search-div .div-content-search input::placeholder {
  color: #ffffff;
}

.search-div .div-content-search input:focus {
  border: none;
  outline: none;
}

.search-div .div-content-search i.ion-ios-close {
  font-size: 45px;
  line-height: 1;
}

.search-div .translate-div {
  transform: translateY(-50px);
  transition: transform 0.2s ease-in-out 0.2s;
}

.search-div form {
  margin: auto;
}

.search-div .title-with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-div .title-with-link a {
  font-size: 17px;
}

.search-div .title-with-link i {
  font-size: 34px;
}

.search-div .title-with-link button {
  width: auto;
}

.row_slider * {
  box-sizing: border-box;
}

.row_slider h1,
.row_slider p {
  text-align: center;
}

.row_slider p {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.row_slider a:link,
.row_slider a:hover,
.row_slider a:active,
.row_slider a:visited {
  transition: color 150ms;
  color: #95a5a6;
  text-decoration: none;
}

.row_slider a:hover {
  color: #7f8c8d;
  text-decoration: underline;
}

.row_slider {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.row_slider::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@media (min-width: 1024px) {
  .row_slider::-webkit-scrollbar {
    height: 8px;
  }
}

.row_slider.light-scrollbar-iframe::-webkit-scrollbar {
  height: 5px;
}

.row__inner {
  transition: 450ms transform;
  font-size: 0;
  white-space: nowrap;
  padding: 10px 15px;
}

.tile {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center;
}

.tile.w-90p {
  width: 90%;
  max-width: 400px;
}

.tile.w-55p {
  width: 55%;
  max-width: 200px;
}

.tile.w-65p {
  width: 65%;
  max-width: 250px;
}

.fw-400 {
  font-weight: 400;
}

.discover-gradient {
  width: 100%;
  height: 300px;
  position: absolute;
  background: #0575E6;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #021B79, #0575E6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  overflow: hidden;
}

.discover-gradient svg {
  position: absolute;
  bottom: 0;
  width: calc(100% + 2px);
  height: 70px;
}

.link-back-button {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.5);
  border-radius: 20px;
  right: 12px;
  top: 12px;
  width: auto;
  padding: 5px 10px;
  color: #434343;
}

@media (min-width: 1025px) {
  .link-back-button {
    position: absolute;
  }
}

.link-back-button:hover {
  color: inherit;
  text-decoration: none;
}

.link-back-button i {
  color: #434343;
}

.single-header {
  position: relative;
}

.single-header img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-header-infos {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 30% 20px 15px 20px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%, rgba(0, 0, 0, 0.9) 100%);
}

.single-header-infos h1 {
  color: #fff;
  margin: 10px 0 13px !important;
}

.single-header-infos .post-date {
  color: #b7b7bd;
  margin-left: 12px;
}

.single-header-details {
  display: flex;
}

.post-category {
  font-size: 14px;
  color: white;
  background: #141E31;
  display: inline-block;
  font-weight: 600;
  line-height: 18px;
  border-radius: 4px;
  padding: 2px 7px;
  text-transform: uppercase;
}

.popular-authors {
  color: #434343;
  font-size: 19px;
  line-height: 26px;
  margin: 15px 0 !important;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.popular-authors li {
  list-style: none;
}

.popular-authors li .div-list {
  display: flex;
}

.popular-authors li .div-list i {
  font-size: 2rem;
  color: #444444;
}

.author-block {
  display: inline-flex;
  align-items: center;
  background: #f2f2f4;
  padding: 15px 20px;
  position: relative;
  border-radius: 10px;
}

.author-block img {
  width: 55px;
  border-radius: 30px;
}

.author-block .author-infos {
  margin-left: 15px;
  color: #141E31;
}

.author-block .author-infos .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #141E31;
}

.author-block .author-infos .author-description {
  font-size: 16px;
  color: #8e8e8e;
}

.toast {
  opacity: 1 !important;
}

