@font-face {
  font-family: "InterUI";
  src: url("../fonts/Inter-Regular.otf");
  font-weight: normal; }
@font-face {
  font-family: "InterUI";
  src: url("../fonts/Inter-Light-BETA.otf");
  font-weight: 300; }
@font-face {
  font-family: "InterUI";
  src: url("../fonts/Inter-Medium.otf");
  font-weight: 500; }
@font-face {
  font-family: "InterUI";
  src: url("../fonts/Inter-SemiBold.otf");
  font-weight: 600; }
@font-face {
  font-family: "InterUI";
  src: url("../fonts/Inter-Bold.otf");
  font-weight: bold; }
* {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -o-text-size-adjust: 100%;
  -o-font-smoothing: antialiased; }

body.no-scroll {
  overflow: hidden;
  position: fixed; }

#page {
  padding-top: 60px; }

div.box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background-color: white;
  padding: 60px;
  position: relative; }
  @media (max-width: 767px) {
    div.box {
      padding: 10px;
      padding-top: 30px; }
      div.box .topics, div.box .media {
        margin-left: 70px; } }

section#account div.box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background-color: white;
  padding: 60px;
  position: relative; }

div.alert {
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 64px;
  left: 0px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  z-index: 2; }

div#deleteAccountModal a.btn.delete-account {
  width: 100%; }

div#exportAccountModal a.btn.export-account {
  width: 100%; }

div#subscribingModal div.modal-content {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: none; }
div#subscribingModal div.loading {
  text-align: center;
  overflow: hidden; }
  div#subscribingModal div.loading img {
    margin-top: -60px;
    margin-bottom: -60px; }

.custom-file {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0px;
  padding: 0px;
  height: 40px;
  border: none;
  line-height: 40px;
  margin-bottom: 20px; }
  .custom-file::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    line-height: 38px; }
  .custom-file::-moz-placeholder {
    /* Firefox 19+ */
    line-height: 38px; }
  .custom-file:-ms-input-placeholder {
    /* IE 10+ */
    line-height: 38px; }
  .custom-file:-moz-placeholder {
    /* Firefox 18- */
    line-height: 38px; }
  .custom-file input.custom-file-input {
    height: 40px;
    border: none; }
  .custom-file .custom-file-label::after {
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    height: 38px;
    content: "Parcourir";
    border: none;
    line-height: 38px; }

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.input-group {
  position: relative; }
  .input-group .input-group-append {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    right: 4px;
    height: 32px;
    display: block; }
    .input-group .input-group-append span {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      height: 32px;
      background: none;
      font-weight: bold;
      text-align: right !important;
      padding-left: 10px;
      padding-right: 10px; }

.form-group > .form-check {
  margin-bottom: -15px; }

div.subscription_success {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 30px;
  width: 400px;
  height: 500px;
  background-color: white;
  margin-bottom: 100px;
  display: inline-block;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    div.subscription_success {
      width: auto; } }
  div.subscription_success section {
    height: 400px;
    padding-top: 80px; }
    div.subscription_success section div.illu {
      margin-bottom: 60px; }
      div.subscription_success section div.illu img {
        width: 60px; }
  div.subscription_success a {
    width: 100%; }
  div.subscription_success h1 {
    font-size: 32px; }
  div.subscription_success h2 {
    font-size: 20px; }

div.job_not_available {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 30px;
  width: 600px;
  height: 530px;
  background-color: white;
  margin-bottom: 100px;
  display: inline-block;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    div.job_not_available {
      width: auto; } }
  div.job_not_available section {
    height: 400px;
    padding-top: 80px; }
    @media (max-width: 767px) {
      div.job_not_available section {
        padding-top: 0px; } }
    div.job_not_available section div.illu {
      margin-bottom: 60px; }
      div.job_not_available section div.illu img {
        width: 60px; }
  div.job_not_available a {
    width: 100%; }
  div.job_not_available h1 {
    font-size: 32px; }
  div.job_not_available h2 {
    font-size: 20px; }
  div.job_not_available .contact {
    background-color: #35d0ba !important;
    padding-bottom: 10px !important; }
  div.job_not_available footer {
    margin-top: 30px; }

body,
html {
  font-family: "InterUI", sans-serif;
  font-weight: 400;
  background-color: white;
  min-height: 100%;
  height: 100%;
  padding-top: 60px;
  background-color: #f4f5f7;
  letter-spacing: 0px !important;
  top: 0px;
  position: relative; }
  @media (max-width: 767px) {
    body,
    html {
      padding-top: 130px; } }

@media (max-width: 767px) {
  html {
    padding-top: 0px; } }

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  letter-spacing: 0px; }

a {
  color: #7872E9;
  text-decoration: none; }
  a:hover {
    color: #7872E9;
    text-decoration: underline; }

a {
  color: #7872E9;
  text-decoration: none; }
  a:hover {
    color: #7872E9;
    text-decoration: underline; }

select {
  -webkit-background: none;
  -moz-background: none;
  -ms-background: none;
  -o-background: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none !important; }

textarea {
  padding-top: 10px !important;
  min-height: 100px; }

.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 40px;
  border: solid 1px #e1e4e8;
  background-color: white;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #0a1f44;
  padding-top: 0px;
  padding-bottom: 0px; }
  .form-control:focus {
    border: solid 1px #7872e8;
    background-color: white;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "InterUI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #8a94a6; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "InterUI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #8a94a6; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "InterUI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #8a94a6; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-family: "InterUI", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #8a94a6; }

.alert.alert-light {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 40px; }

ul.account_nav li {
  margin-bottom: 10px; }
  ul.account_nav li a {
    height: 40px;
    color: rgba(10, 31, 68, 0.65);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
    line-height: 40px;
    padding-left: 20px; }
    ul.account_nav li a.active {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      background-color: white;
      color: #7872E9;
      border-left: 2px solid #7872E9; }

section#account {
  padding-bottom: 100px; }
  section#account .picture-user {
    margin-bottom: 20px; }
    section#account .picture-user .image-edit-account {
      width: 150px;
      height: 200px;
      text-align: center; }
      section#account .picture-user .image-edit-account img {
        height: inherit;
        border-radius: 5px; }
    section#account .picture-user .modify-image {
      margin: auto; }

select.form-control {
  height: 40px !important; }

.form-group label, .form-group legend {
  letter-spacing: 0px;
  font-size: 13px;
  font-weight: 500;
  color: #4e5d78; }

.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin: 0px;
  padding: 0px;
  height: 40px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  letter-spacing: 0px; }
  .btn:hover, .btn:visited, .btn:focus, .btn:active {
    outline: none;
    border: none;
    box-shadow: none; }
  .btn.btn-info {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: none;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.55); }
    .btn.btn-info:hover, .btn.btn-info:visited, .btn.btn-info:focus, .btn.btn-info:active {
      background: white;
      outline: none;
      border: 1px solid white;
      box-shadow: none;
      color: #7872E9 !important; }
  .btn.btn-default {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*background-color: $color-main;*/
    background-color: #35d0ba;
    color: white; }
    .btn.btn-default:hover, .btn.btn-default:visited, .btn.btn-default:focus, .btn.btn-default:active {
      background-color: #6A63EE;
      outline: none;
      border: none;
      box-shadow: none; }
  .btn.btn-primary {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(120, 114, 233, 0.15);
    color: #7872E9; }
    .btn.btn-primary:hover, .btn.btn-primary:visited, .btn.btn-primary:focus, .btn.btn-primary:active {
      background-color: rgba(120, 114, 233, 0.25) !important;
      color: #7872E9 !important;
      outline: none;
      border: none;
      box-shadow: none !important; }

ul {
  margin: 0px;
  padding: 0px; }
  ul li {
    list-style: none; }

.modal-dialog {
  margin-top: 200px;
  width: 40%;
  font-weight: bold; }
  .modal-dialog .modal-title {
    font-weight: bold;
    font-size: 25px; }
  .modal-dialog button.btn {
    width: 100%;
    margin-top: 20px; }

.modalInscription input {
  margin-top: 10px; }
.modalInscription button {
  font-size: 18px; }

.rounded-circle-mini {
  width: 150px;
  height: 150px;
  border-radius: 80% !important; }

.dropdown-menu {
  border-radius: 4px;
  top: 20px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: none;
  overflow: auto; }
  .dropdown-menu li {
    height: 42px; }
    .dropdown-menu li a {
      padding: 10px 20px 10px 20px; }

.list-event {
  margin: 0px;
  padding: 0px; }
  .list-event li {
    position: relative;
    width: 100%;
    height: 300px; }
    .list-event li div.inner {
      padding-left: 200px;
      text-align: left;
      min-height: 150px; }
      .list-event li div.inner div.media {
        position: absolute;
        top: -25px;
        left: 0px;
        width: 200px !important;
        display: block; }
        .list-event li div.inner div.media img {
          width: 100%; }
      .list-event li div.inner div.content {
        margin: 0px;
        padding: 0px;
        text-align: left !important; }

.tags-topics {
  margin: 0px;
  padding: 0px; }
  .tags-topics li {
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #7872E9;
    color: white;
    height: 20px;
    line-height: 20px;
    width: auto;
    display: inline-block;
    font-size: 11px; }

div.card {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: none;
  padding: 30px; }
  div.card div.inner {
    position: relative; }

footer.home {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px; }

div.custom-file {
  margin-bottom: 0px; }

/* Import layouts */
header#homepage .container {
  padding-top: 0; }
header#homepage .nav-item {
  margin-right: 8px; }
header#homepage img {
  width: 55px;
  height: 55px; }

nav#mobile {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 98;
  position: fixed;
  top: 64px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: #1e1c3a;
  overflow: hidden; }
  nav#mobile.active {
    height: auto; }
    nav#mobile.active ul {
      margin-top: 20px;
      margin-bottom: 20px; }
      nav#mobile.active ul li {
        padding-left: 10px; }
        nav#mobile.active ul li a {
          color: white; }

header#navbar {
  z-index: 99;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 64px;
  padding-top: 12px;
  background: #1e1c3a;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25); }
  header#navbar div.handleMobile {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    display: none; }
    @media (max-width: 767px) {
      header#navbar div.handleMobile {
        display: block; } }
    header#navbar div.handleMobile a {
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      -ms-transform: rotate(90deg);
      /* IE 9 */
      transform: rotate(90deg);
      width: 64px;
      height: 64px;
      display: block;
      color: white;
      text-align: center;
      line-height: 64px;
      text-decoration: none;
      cursor: pointer; }
      header#navbar div.handleMobile a:hover, header#navbar div.handleMobile a:active, header#navbar div.handleMobile a:focus {
        text-decoration: none; }
  header#navbar .form-group {
    margin-right: 10px; }
  header#navbar form {
    display: flex; }
    @media (max-width: 767px) {
      header#navbar form {
        display: none; } }
    header#navbar form #appbundle_search_home_save {
      margin-top: 2px;
      height: 100%; }
    header#navbar form .form-control {
      padding: 5px !important;
      height: 40px !important;
      border-radius: 3px;
      border: 1px solid #4b4791;
      background: #1e1c3a;
      color: white !important; }
  header#navbar div.ui-widget {
    margin-left: 50px; }
    header#navbar div.ui-widget .nav-search {
      border-radius: 3px 3px 3px 3px;
      border: 1px solid #4b4791;
      display: flex;
      width: 515px;
      padding: 0;
      text-align: left;
      height: 42px; }
      header#navbar div.ui-widget .nav-search .form-group {
        width: 256px; }
        header#navbar div.ui-widget .nav-search .form-group img {
          position: absolute;
          z-index: 99;
          top: 13px;
          padding-left: 13px; }
      header#navbar div.ui-widget .nav-search #search {
        display: flex;
        width: 50%;
        padding: 7px;
        border-radius: 4px; }
      header#navbar div.ui-widget .nav-search .form-control {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0px;
        margin-bottom: 0;
        padding-right: 7px;
        background-color: #1e1c3a;
        color: white;
        padding-left: 51px;
        border: none; }
      header#navbar div.ui-widget .nav-search input#nav-city {
        border-left: 1px solid #4b4791; }
  header#navbar a.logo {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #919aa1;
    letter-spacing: 0px;
    padding-left: 22px;
    padding-top: 0px;
    margin-right: 0px; }
  header#navbar a.title {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0px;
    letter-spacing: 0px;
    line-height: 32px;
    text-align: left;
    color: white; }
  header#navbar img.logo {
    width: 40px;
    height: 40px;
    text-align: left;
    margin-right: 10px; }
  header#navbar ul li {
    display: inline-block; }
    header#navbar ul li a.dropdown-toggle {
      padding-top: 0; }
      header#navbar ul li a.dropdown-toggle img {
        width: 40px;
        height: 40px; }
  header#navbar ul.links {
    text-align: right;
    margin-right: 24px; }
    @media (max-width: 767px) {
      header#navbar ul.links {
        display: none; } }
    header#navbar ul.links li {
      margin: 0px;
      padding: 0px;
      display: inline-block; }
      header#navbar ul.links li a {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0px;
        color: #919aa1; }
      header#navbar ul.links li a.active {
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0px;
        background: none;
        color: #7872E9;
        font-weight: bold; }
      header#navbar ul.links li button {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        color: white;
        letter-spacing: 0px; }
        header#navbar ul.links li button img {
          width: 20px;
          height: 20px;
          margin-top: 10px;
          margin-bottom: 10px;
          margin-right: 12px; }
  header#navbar .text-right ul {
    width: 100%;
    height: 100%;
    display: block;
    text-align: right; }
    header#navbar .text-right ul li {
      margin: 0px;
      padding: 0px;
      display: inline-block; }
      header#navbar .text-right ul li a.dropdown-toggle {
        padding-top: 0; }
        header#navbar .text-right ul li a.dropdown-toggle img {
          width: 45px;
          height: 45px; }

.algolia-autocomplete {
  width: 100%; }

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100%; }

.algolia-autocomplete .aa-hint {
  color: #2E3E66; }

.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(46, 62, 102, 0.2);
  box-shadow: 0 1px 2px 0 rgba(46, 62, 102, 0.15);
  border-top: none; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
  color: #7872E9; }

.algolia-autocomplete .aa-dataset-1 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "InterUI", sans-serif; }
  .algolia-autocomplete .aa-dataset-1 img {
    max-width: 50px;
    max-height: 50px;
    margin-left: 15px;
    margin-right: 15px; }
  .algolia-autocomplete .aa-dataset-1 span {
    color: #2E3E66;
    font-weight: 400;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0; }

/* Import template */
section#posts {
  padding-bottom: 200px; }
  @media (max-width: 767px) {
    section#posts {
      padding-bottom: 0px; } }
  @media (max-width: 767px) {
    section#posts .topics-list {
      display: none; } }
  section#posts .topic-title h1 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #0a1f44;
    letter-spacing: 0px;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid rgba(46, 62, 102, 0.2);
    padding-bottom: 25px;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      section#posts .topic-title h1 {
        font-size: 16px; } }
  section#posts .topic-title a {
    text-align: right;
    float: right;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    letter-spacing: 0px;
    line-height: 24px; }
    @media (max-width: 767px) {
      section#posts .topic-title a {
        line-height: 20px; } }
  section#posts .supports ul {
    margin: 0px;
    padding: 0px; }
    section#posts .supports ul li {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      height: 36px;
      margin-bottom: 12px; }
      section#posts .supports ul li a {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        height: 36px;
        line-height: 36px;
        color: rgba(10, 31, 68, 0.65);
        padding-left: 24px;
        padding-right: 24px;
        position: relative; }
      section#posts .supports ul li.active {
        background-color: #dee3eb; }
      section#posts .supports ul li:hover {
        background-color: #6A63EE; }
        section#posts .supports ul li:hover a {
          color: white;
          text-decoration: none; }
  section#posts .wrapper {
    display: block; }
  section#posts ul.topics {
    margin: 0px;
    padding: 0px; }
    section#posts ul.topics li {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block;
      margin-bottom: 12px; }
      section#posts ul.topics li ul {
        margin-top: 10px; }
        section#posts ul.topics li ul li {
          padding-left: 20px; }
      section#posts ul.topics li a, section#posts ul.topics li div.accordion-theme {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        display: block;
        height: 36px;
        line-height: 36px;
        color: rgba(10, 31, 68, 0.65);
        padding-left: 24px;
        position: relative;
        cursor: pointer; }
        section#posts ul.topics li a.active, section#posts ul.topics li div.accordion-theme.active {
          background-color: #dee3eb; }
        section#posts ul.topics li a:hover, section#posts ul.topics li div.accordion-theme:hover {
          background-color: #6A63EE;
          color: white;
          text-decoration: none; }
        section#posts ul.topics li a span.number, section#posts ul.topics li div.accordion-theme span.number {
          display: block;
          position: absolute;
          top: 0px;
          right: 24px;
          line-height: 36px;
          height: 36px;
          width: 36px;
          text-align: right; }
  section#posts .post {
    position: relative;
    padding-left: 192px;
    height: 160px;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      section#posts .post {
        padding-left: 0px;
        height: auto; } }
    section#posts .post div.media {
      width: 160px;
      height: 160px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      position: absolute;
      top: 0px;
      left: 0px;
      overflow: hidden; }
      @media (max-width: 767px) {
        section#posts .post div.media {
          position: relative;
          margin-bottom: 10px; } }
      section#posts .post div.media img {
        width: 160px;
        height: 160px; }
        @media (max-width: 767px) {
          section#posts .post div.media img {
            width: 100%;
            height: auto; } }
    section#posts .post div.content h2 {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0px; }
    section#posts .post div.content p {
      font-size: 15px;
      font-weight: normal;
      letter-spacing: 0px; }
    section#posts .post div.content div.date {
      position: relative;
      left: 0px;
      top: 15px; }
      @media (max-width: 767px) {
        section#posts .post div.content div.date {
          left: 0px; } }
    section#posts .post div.content div.user {
      font-size: 13px;
      font-weight: normal; }
      section#posts .post div.content div.user a {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        color: #0a1f44; }
      section#posts .post div.content div.user div.picture {
        width: 24px;
        height: 24px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        overflow: hidden;
        float: left;
        margin-right: 12px;
        position: relative;
        top: -2px; }
        section#posts .post div.content div.user div.picture img {
          width: 24px;
          height: 24px; }
      section#posts .post div.content div.user span.job-author {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0px;
        background-color: #6a63ee;
        color: white;
        padding: 5px; }
        @media (max-width: 767px) {
          section#posts .post div.content div.user span.job-author {
            margin-left: 0px; } }
  section#posts .blog-post {
    height: 240px;
    padding: 20px;
    border: 2px solid #7872E9;
    border-radius: 10px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      section#posts .blog-post {
        margin-left: 0px;
        margin-right: 0px;
        height: 140px; }
        section#posts .blog-post .contenu {
          display: none; } }
    section#posts .blog-post .media {
      height: 200px;
      width: 200px; }
      @media (max-width: 767px) {
        section#posts .blog-post .media {
          height: 50px;
          width: 50px; } }
      section#posts .blog-post .media img {
        height: 100%;
        width: 100%;
        border-radius: 10px; }
    section#posts .blog-post .content {
      margin-left: 220px;
      border-left: 2px solid #7872E9;
      position: relative;
      top: -200px;
      height: 200px; }
      @media (max-width: 767px) {
        section#posts .blog-post .content {
          margin-left: 70px;
          font-size: 0.5em;
          top: -50px;
          height: 100px; } }
      section#posts .blog-post .content .block-top {
        padding: 5px;
        margin-left: 20px;
        background: #7872E9;
        border-radius: 10px;
        color: #ffffff;
        text-align: center; }
        section#posts .blog-post .content .block-top .bulle {
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          -ms-border-radius: 13px;
          border-radius: 13px;
          padding-left: 15px;
          padding-right: 15px;
          display: inline-block;
          background-color: #ffffff;
          color: #0a1f44;
          font-size: 14px;
          font-weight: 500;
          height: 26px;
          line-height: 26px;
          margin-right: 15px;
          margin: 5px; }
      section#posts .blog-post .content .block-bottom {
        margin-top: 20px;
        padding: 5px;
        margin-left: 20px; }
        section#posts .blog-post .content .block-bottom h4 {
          font-size: 1.2em;
          color: #7872E9;
          text-align: center; }
        section#posts .blog-post .content .block-bottom div.contenu {
          padding-top: 15px; }
          section#posts .blog-post .content .block-bottom div.contenu p {
            color: #000000; }
    section#posts .blog-post a:hover {
      text-decoration: none; }
  section#posts i {
    position: relative;
    z-index: 2;
    top: 30px;
    right: -4px;
    width: 10px; }

section#post {
  padding-bottom: 200px; }
  @media (max-width: 767px) {
    section#post {
      padding-bottom: 0px; } }
  section#post h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0a1f44;
    letter-spacing: 0px;
    line-height: 44px; }
  section#post .date {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #d4d5d6;
    letter-spacing: 0px; }
  section#post i.fa-exclamation-triangle {
    font-size: 20px; }
  section#post .warning-btn {
    margin-bottom: 5px;
    margin-left: 0px; }
  section#post .blog-post {
    background: #ffffff;
    height: 180px;
    padding: 20px;
    border: 2px solid #7872E9;
    border-radius: 10px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      section#post .blog-post {
        margin-left: 0px;
        margin-right: 0px;
        height: 200px; }
        section#post .blog-post .contenu {
          display: none; } }
    section#post .blog-post .media {
      height: 140px;
      width: 140px;
      position: absolute; }
      @media (max-width: 767px) {
        section#post .blog-post .media {
          height: 50px;
          width: 50px; } }
      section#post .blog-post .media img {
        height: 100%;
        width: 100%;
        border-radius: 10px; }
    section#post .blog-post .content {
      margin-left: 160px;
      border-left: 2px solid #7872E9;
      position: relative;
      height: 140px;
      margin-right: 20px; }
      section#post .blog-post .content.movie {
        margin-left: 0px;
        border-left: 0;
        margin-right: 0px; }
        section#post .blog-post .content.movie .block-top, section#post .blog-post .content.movie .author {
          margin-left: 0px; }
          section#post .blog-post .content.movie .block-top .card-user, section#post .blog-post .content.movie .author .card-user {
            padding-left: 0px; }
      @media (max-width: 767px) {
        section#post .blog-post .content {
          margin-left: 70px;
          font-size: 0.5em;
          height: 145px; } }
      section#post .blog-post .content .block-top {
        padding: 5px;
        margin-left: 20px;
        background: #7872E9;
        border-radius: 10px;
        color: #ffffff;
        text-align: center; }
        section#post .blog-post .content .block-top .bulle {
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          -ms-border-radius: 13px;
          border-radius: 13px;
          padding-left: 15px;
          padding-right: 15px;
          display: inline-block;
          background-color: #ffffff;
          color: #0a1f44;
          font-size: 14px;
          font-weight: 500;
          height: 26px;
          line-height: 26px;
          margin-right: 15px;
          margin: 5px; }
        @media (max-width: 767px) {
          section#post .blog-post .content .block-top {
            height: max-content; } }
      section#post .blog-post .content div.author {
        padding-top: 20px !important;
        padding-left: 15px !important;
        margin: 0px;
        padding: 0px;
        margin-left: 20px; }
        section#post .blog-post .content div.author div.card-user {
          padding-left: 15px; }
          @media (max-width: 767px) {
            section#post .blog-post .content div.author div.card-user {
              text-align: center;
              padding-left: 0px; } }
          section#post .blog-post .content div.author div.card-user div.user {
            position: relative;
            bottom: 0px;
            padding-left: 50px;
            line-height: 45px; }
            section#post .blog-post .content div.author div.card-user div.user div.picture {
              width: 45px;
              height: 45px;
              -webkit-border-radius: 22.5px;
              -moz-border-radius: 22.5px;
              -ms-border-radius: 22.5px;
              border-radius: 22.5px;
              position: absolute;
              top: 0px;
              left: 0px;
              overflow: hidden; }
              section#post .blog-post .content div.author div.card-user div.user div.picture img {
                width: 45px; }
            section#post .blog-post .content div.author div.card-user div.user div.name {
              line-height: 25px;
              color: inherit;
              color: #1e1c3a !important;
              font-weight: 600; }
            section#post .blog-post .content div.author div.card-user div.user div.job {
              line-height: 20px; }
            section#post .blog-post .content div.author div.card-user div.user a:hover {
              text-decoration: underline; }
        @media (max-width: 767px) {
          section#post .blog-post .content div.author {
            font-size: 1em; } }
      section#post .blog-post .content div.share {
        margin: auto;
        padding-right: 0px; }
        section#post .blog-post .content div.share div.shared-buttons {
          float: right;
          padding-right: 15px;
          width: auto;
          top: -50px;
          position: relative; }
          section#post .blog-post .content div.share div.shared-buttons strong {
            color: #484848;
            font-size: 13px; }
          @media (max-width: 767px) {
            section#post .blog-post .content div.share div.shared-buttons {
              margin-top: 10px;
              float: left;
              position: inherit;
              width: 100%; } }
          section#post .blog-post .content div.share div.shared-buttons ul {
            margin: 0px;
            padding: 0px;
            text-align: center; }
            @media (max-width: 767px) {
              section#post .blog-post .content div.share div.shared-buttons ul {
                font-size: 1em; } }
            section#post .blog-post .content div.share div.shared-buttons ul li.social {
              width: 45px;
              height: 45px;
              -webkit-border-radius: 22.5px;
              -moz-border-radius: 22.5px;
              -ms-border-radius: 22.5px;
              border-radius: 22.5px;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -ms-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease;
              position: relative;
              color: white;
              display: inline-block;
              list-style: none;
              margin-left: 5px;
              margin-right: 5px;
              line-height: 45px; }
              @media (max-width: 767px) {
                section#post .blog-post .content div.share div.shared-buttons ul li.social {
                  width: 20px;
                  height: 20px;
                  -webkit-border-radius: 10px;
                  -moz-border-radius: 10px;
                  -ms-border-radius: 10px;
                  border-radius: 10px;
                  line-height: 20px; } }
              section#post .blog-post .content div.share div.shared-buttons ul li.social a {
                width: 45px;
                height: 45px;
                -webkit-border-radius: 22.5px;
                -moz-border-radius: 22.5px;
                -ms-border-radius: 22.5px;
                border-radius: 22.5px;
                position: absolute;
                top: 0px;
                left: 0px;
                display: block;
                color: white;
                cursor: pointer;
                text-align: center; }
                @media (max-width: 767px) {
                  section#post .blog-post .content div.share div.shared-buttons ul li.social a {
                    width: 20px;
                    height: 20px;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    -ms-border-radius: 10px;
                    border-radius: 10px;
                    line-height: 20px; } }
              section#post .blog-post .content div.share div.shared-buttons ul li.social.social-facebook {
                background: #3b5998; }
              section#post .blog-post .content div.share div.shared-buttons ul li.social.social-twitter {
                background: #55acee; }
              section#post .blog-post .content div.share div.shared-buttons ul li.social.social-linkedin {
                background: #007bb5; }
        section#post .blog-post .content div.share div.share-title {
          font-size: 14px;
          text-align: center; }
          @media (max-width: 767px) {
            section#post .blog-post .content div.share div.share-title {
              font-size: 1em; } }
      section#post .blog-post .content .block-bottom {
        margin-top: 20px;
        padding: 5px;
        margin-left: 20px; }
        section#post .blog-post .content .block-bottom h4 {
          font-size: 1.2em;
          color: #7872E9;
          text-align: center; }
        section#post .blog-post .content .block-bottom div.contenu {
          padding-top: 15px; }
          section#post .blog-post .content .block-bottom div.contenu p {
            color: #000000; }
    section#post .blog-post a:hover {
      text-decoration: none; }

.embed-container {
  position: relative;
  padding-bottom: calc(70vh - 6.7em);
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container .vcontent {
  position: absolute;
  overflow: hidden;
  height: calc(70vh - 6.2em);
  width: 100%;
  margin-top: -0.5em; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  padding: 0;
  margin: -3em 0; }

nav.top {
  -webkit-box-shadow: 4px 7px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 7px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 7px 10px -3px rgba(0, 0, 0, 0.75); }

div.modalInscription div div div.modal-body p {
  margin-bottom: 0px; }
div.modalInscription div div div.modal-body button {
  background-color: white;
  margin-top: 5px; }
  div.modalInscription div div div.modal-body button a {
    color: black; }
div.modalInscription div div div.modal-body button:hover {
  font-size: 20px; }
  div.modalInscription div div div.modal-body button:hover a {
    color: #007bff; }

section#subscribe {
  background-color: white;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 200px; }
  section#subscribe .row {
    margin-left: -8px !important;
    margin-right: -8px !important; }
  section#subscribe .col-1, section#subscribe .col-2, section#subscribe .col-3, section#subscribe .col-4, section#subscribe .col-5, section#subscribe .col-6, section#subscribe .col-7, section#subscribe .col-8, section#subscribe .col-9, section#subscribe .col-10, section#subscribe .col-11, section#subscribe .col-12, section#subscribe .col, section#subscribe .col-auto, section#subscribe .col-sm-1, section#subscribe .col-sm-2, section#subscribe .col-sm-3, section#subscribe .col-sm-4, section#subscribe .col-sm-5, section#subscribe .col-sm-6, section#subscribe .col-sm-7, section#subscribe .col-sm-8, section#subscribe .col-sm-9, section#subscribe .col-sm-10, section#subscribe .col-sm-11, section#subscribe .col-sm-12, section#subscribe .col-sm, section#subscribe .col-sm-auto, section#subscribe .col-md-1, section#subscribe .col-md-2, section#subscribe .col-md-3, section#subscribe .col-md-4, section#subscribe .col-md-5, section#subscribe .col-md-6, section#subscribe .col-md-7, section#subscribe .col-md-8, section#subscribe .col-md-9, section#subscribe .col-md-10, section#subscribe .col-md-11, section#subscribe .col-md-12, section#subscribe .col-md, section#subscribe .col-md-auto, section#subscribe .col-lg-1, section#subscribe .col-lg-2, section#subscribe .col-lg-3, section#subscribe .col-lg-4, section#subscribe .col-lg-5, section#subscribe .col-lg-6, section#subscribe .col-lg-7, section#subscribe .col-lg-8, section#subscribe .col-lg-9, section#subscribe .col-lg-10, section#subscribe .col-lg-11, section#subscribe .col-lg-12, section#subscribe .col-lg, section#subscribe .col-lg-auto, section#subscribe .col-xl-1, section#subscribe .col-xl-2, section#subscribe .col-xl-3, section#subscribe .col-xl-4, section#subscribe .col-xl-5, section#subscribe .col-xl-6, section#subscribe .col-xl-7, section#subscribe .col-xl-8, section#subscribe .col-xl-9, section#subscribe .col-xl-10, section#subscribe .col-xl-11, section#subscribe .col-xl-12, section#subscribe .col-xl, section#subscribe .col-xl-auto {
    padding-left: 8px !important;
    padding-right: 8px !important; }
  @media (max-width: 767px) {
    section#subscribe {
      padding-top: 130px; } }
  section#subscribe div.space {
    height: 20px; }
  section#subscribe section {
    padding-top: 0px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e1e4e8; }
    section#subscribe section label {
      letter-spacing: 0px;
      font-size: 13px;
      font-weight: 500;
      color: #4e5d78; }
    @media (max-width: 767px) {
      section#subscribe section {
        padding-bottom: 0px;
        margin-bottom: 0px; } }
    section#subscribe section h2 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 30px; }
  section#subscribe div.cgu div.form-group {
    display: inline-block; }
  section#subscribe div.cgu label {
    color: #4e5d78;
    font-weight: 700; }
  section#subscribe div.box {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: #7872E9;
    padding: 32px; }
    section#subscribe div.box h3 {
      font-size: 15px;
      font-weight: normal;
      letter-spacing: 3.75px;
      text-transform: uppercase;
      color: white; }
    section#subscribe div.box h4 {
      font-size: 40px;
      font-weight: bold;
      color: white;
      margin-bottom: 20px; }
      section#subscribe div.box h4 sup {
        position: relative;
        top: -17px;
        font-size: 20px;
        font-weight: 600; }
      section#subscribe div.box h4 em {
        font-size: 16px;
        font-weight: 600; }
    section#subscribe div.box p {
      color: white; }
    section#subscribe div.box ul li {
      font-size: 14px;
      font-weight: normal;
      color: white; }
  section#subscribe h1 {
    margin-bottom: 40px; }
  section#subscribe button {
    margin-top: 32px;
    height: 48px;
    line-height: 48px;
    padding-left: 32px;
    padding-right: 32px; }

section#payment {
  padding-top: 60px; }
  @media (max-width: 767px) {
    section#payment {
      padding-top: 60px; } }
  section#payment div.card {
    padding-top: 50px;
    padding-bottom: 50px; }
  section#payment div.field {
    font-size: 14px;
    margin-bottom: 10px; }
    section#payment div.field label {
      display: block;
      font-weight: bold;
      margin: 0px;
      padding: 0px; }
  section#payment div.recap {
    padding: 30px; }
    section#payment div.recap h4 {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 30px; }
  section#payment div.cart {
    padding: 30px; }
    section#payment div.cart h4 {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 30px; }
    section#payment div.cart div.line {
      margin-top: 30px;
      margin-bottom: 30px; }
    section#payment div.cart input[type="submit"] {
      margin-top: 30px;
      width: 100%; }
    section#payment div.cart div.amount {
      font-weight: bold;
      font-size: 14px; }
    section#payment div.cart div.label {
      color: #858c99;
      font-size: 14px; }
    section#payment div.cart div.labelTotal {
      font-size: 16px;
      font-weight: bold; }
      section#payment div.cart div.labelTotal span {
        display: block;
        font-size: 11px;
        font-weight: normal;
        color: #c0c4ce; }
  section#payment footer {
    padding: 30px;
    text-align: left; }
  section#payment form {
    width: 100%; }
    section#payment form div {
      padding: 30px; }
    section#payment form button {
      width: 100%; }
  section#payment div.contract {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 500px;
    border: 2px solid #ececec;
    padding: 30px;
    overflow: scroll;
    margin-top: 30px;
    text-align: justify; }
    section#payment div.contract table tr td {
      padding: 10px; }
  @media (max-width: 767px) {
    section#payment button {
      overflow: hidden;
      white-space: inherit;
      display: inline-block;
      text-overflow: ellipsis;
      height: 124px; } }

section#home {
  padding-top: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    section#home {
      padding-top: 0px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    section#home {
      padding-top: 0px; } }
  section#home header {
    position: fixed;
    z-index: 99;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #1e1c3a;
    border-radius: 0px 0px 0px 0px;
    height: 64px; }
    section#home header div.handleMobile {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 64px;
      height: 64px;
      font-weight: bold;
      display: none; }
      @media (max-width: 767px) {
        section#home header div.handleMobile {
          display: block; } }
      section#home header div.handleMobile a {
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        -ms-transform: rotate(90deg);
        /* IE 9 */
        transform: rotate(90deg);
        width: 64px;
        height: 64px;
        display: block;
        color: white;
        text-align: center;
        line-height: 64px;
        text-decoration: none;
        cursor: pointer; }
        section#home header div.handleMobile a:hover, section#home header div.handleMobile a:active, section#home header div.handleMobile a:focus {
          text-decoration: none; }
    @media (max-width: 767px) {
      section#home header nav {
        display: block; } }
    section#home header .btn-default {
      color: white; }
    section#home header .nav_title {
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 0px;
      letter-spacing: 0px;
      line-height: 64px;
      padding-left: 40px;
      letter-spacing: 2.31px; }
      @media (max-width: 767px) {
        section#home header .nav_title {
          padding-left: 10px; } }
    section#home header .text {
      text-align: center; }
      section#home header .text span {
        line-height: 64px;
        letter-spacing: 1px;
        color: white; }
      @media (max-width: 767px) {
        section#home header .text {
          display: none; }
          section#home header .text span {
            font-size: 9px;
            line-height: 0px; } }
    section#home header strong {
      color: white; }
    section#home header ul.bouton-pro {
      text-align: right;
      line-height: 64px;
      margin-right: 24px; }
    section#home header li.bouton-pro {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0px;
      color: white;
      letter-spacing: 0px; }
    section#home header img.bouton-pro {
      width: 20px;
      height: 20px;
      margin-right: 10px; }
    section#home header img.logo {
      width: 40px;
      height: auto;
      display: block;
      margin: auto; }
    section#home header img.user-circle {
      height: 24px;
      width: 24px;
      margin-left: 10px;
      margin-top: 10px; }
  section#home .user-circle {
    width: 20px;
    height: 20px; }
  section#home section div.content {
    width: 100%;
    left: 0px; }
    section#home section div.content img.logo {
      height: 160px;
      width: 160px;
      margin-top: -50px;
      display: block;
      margin: auto;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        section#home section div.content img.logo {
          width: 80px;
          height: 80px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section#home section div.content img.logo {
          height: 100px;
          width: 100px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        section#home section div.content img.logo {
          height: 120px;
          width: 120px; } }
    section#home section div.content h1 {
      margin: 0px;
      padding: 0px;
      color: #1e1c3a;
      font-size: 42px;
      font-weight: 300;
      letter-spacing: 0px;
      line-height: 57px;
      text-align: center; }
      @media (max-width: 767px) {
        section#home section div.content h1 {
          font-size: 28px;
          line-height: 37px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section#home section div.content h1 {
          font-size: 30px;
          line-height: 36px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        section#home section div.content h1 {
          font-size: 36px;
          line-height: 40px; } }
      section#home section div.content h1 span {
        color: #7872E9; }
    section#home section div.content div.ui-widget {
      max-width: 1030px;
      width: 100%;
      margin: 30px auto 0;
      padding: 0 25px;
      text-align: left; }
      section#home section div.content div.ui-widget div a {
        font-family: 'Inter'; }
    section#home section div.content #search {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      margin-top: 30px;
      height: 56px;
      border: none;
      font-family: "InterUI", sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #2e3e66; }
      @media (max-width: 767px) {
        section#home section div.content #search {
          height: auto; } }
    section#home section div.content ul.links {
      margin: 0px;
      padding: 0px;
      text-align: center;
      width: 100%;
      margin-top: 42px; }
      section#home section div.content ul.links li {
        height: 16px; }
        @media (max-width: 767px) {
          section#home section div.content ul.links li {
            display: none;
            margin-bottom: 20px; } }
        section#home section div.content ul.links li a {
          margin: 0px;
          padding: 0px;
          opacity: 0.65;
          line-height: 16px;
          font-size: 14px;
          font-weight: normal;
          padding-left: 20px;
          padding-right: 20px;
          color: black; }
          @media (max-width: 767px) {
            section#home section div.content ul.links li a {
              line-height: 24px;
              font-size: 16px;
              margin-bottom: 10px; } }
    section#home section div.content .background-search .city {
      padding-right: 0; }
    section#home section div.content .background-search form {
      background: white;
      border-radius: 4px 4px 4px 4px;
      border: 1px solid rgba(46, 62, 102, 0.2);
      box-shadow: 0px 1px 2px 0px rgba(46, 62, 102, 0.15);
      height: 56px;
      margin: auto; }
      @media (max-width: 767px) {
        section#home section div.content .background-search form {
          background: none;
          height: auto;
          border: none; } }
    @media (max-width: 767px) {
      section#home section div.content .background-search button {
        width: 100%; } }
    section#home section div.content .background-search .field-left {
      padding-right: 0; }
      @media (max-width: 767px) {
        section#home section div.content .background-search .field-left {
          position: relative;
          padding: 0px;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        section#home section div.content .background-search .field-left img {
          position: absolute;
          top: 10px;
          left: 15px; } }
      @media (max-width: 767px) {
        section#home section div.content .background-search .field-left select {
          padding-left: 50px; } }
      section#home section div.content .background-search .field-left .form-group {
        border-right: 1px solid black;
        padding-right: 15px; }
        @media (max-width: 767px) {
          section#home section div.content .background-search .field-left .form-group {
            border: none;
            padding: 0px;
            background: none; } }
    section#home section div.content .background-search .field-button {
      display: grid; }
      section#home section div.content .background-search .field-button #latlng {
        display: none; }
      @media (min-width: 992px) and (max-width: 1199px) {
        section#home section div.content .background-search .field-button div.form-group {
          margin-left: 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section#home section div.content .background-search .field-button div.form-group {
          margin-left: 0px; } }
    @media (max-width: 767px) {
      section#home section div.content .background-search .field-right {
        position: relative;
        padding: 0px;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      section#home section div.content .background-search .field-right img {
        position: absolute;
        top: 10px;
        left: 15px; } }
    @media (max-width: 767px) {
      section#home section div.content .background-search .field-right select {
        padding-left: 50px; } }
    section#home section div.content .background-search .field-right .icons {
      left: 15px; }
    section#home section div.content .background-search .field-right .form-group {
      margin-left: 25px; }
      @media (max-width: 767px) {
        section#home section div.content .background-search .field-right .form-group {
          margin-left: 0px; } }
    section#home section div.content .background-search .field-right .icon-geoloc {
      position: absolute;
      font-size: 20px;
      cursor: pointer;
      z-index: 1;
      width: 35px;
      height: 35px;
      border-radius: 35px;
      top: 10px;
      right: 0px; }
      section#home section div.content .background-search .field-right .icon-geoloc i {
        top: 8px;
        left: -8px; }
      section#home section div.content .background-search .field-right .icon-geoloc.active {
        background-color: #7872E9 !important; }
        section#home section div.content .background-search .field-right .icon-geoloc.active i {
          color: #FFFFFF; }
      @media (max-width: 767px) {
        section#home section div.content .background-search .field-right .icon-geoloc {
          top: 3px;
          right: 17px; } }
    section#home section div.content .background-search .form-group {
      margin-top: 8px;
      margin-bottom: 8px;
      margin-left: 40px; }
      @media (max-width: 767px) {
        section#home section div.content .background-search .form-group {
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 0px; } }
    section#home section div.content .background-search select#search-city {
      padding-right: 0; }
    section#home section div.content .background-search select#search-job {
      padding-right: 0; }
    section#home section div.content .background-search button#appbundle_search_home_save {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0px;
      background: #7872e8;
      border-radius: 4px 4px 4px 4px;
      border: 1px solid #7872e8;
      box-shadow: 0px 2px 4px 0px rgba(46, 62, 102, 0.15);
      height: 40px;
      width: 115px;
      color: white;
      letter-spacing: 0px; }
    section#home section div.content .background-search .field-button {
      text-align: center;
      padding-left: 0; }
      @media (max-width: 767px) {
        section#home section div.content .background-search .field-button {
          padding-right: 0px;
          padding-left: 0px; } }
    section#home section div.content .background-search .form-control {
      border: none; }
  section#home .title {
    margin: 0 auto; }
    section#home .title p {
      color: white;
      font-weight: 400;
      font-size: 42px;
      font-weight: bold;
      letter-spacing: 0px;
      line-height: 57px; }
  section#home ul {
    font-weight: 700; }
    section#home ul li {
      margin-right: 0px;
      display: inline-block; }
      section#home ul li a {
        color: #7872E9;
        font-weight: 400;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
        margin-top: 30px; }
      section#home ul li a.fiche {
        margin-top: 0; }
        section#home ul li a.fiche:hover {
          background-color: inherit;
          text-decoration: none; }

.icons {
  height: 20px;
  width: auto;
  position: absolute;
  top: 17px;
  left: 30px; }

.algolia-autocomplete {
  width: 100%; }

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100%; }

.algolia-autocomplete .aa-hint {
  color: #2E3E66; }

.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(46, 62, 102, 0.2);
  box-shadow: 0 1px 2px 0 rgba(46, 62, 102, 0.15);
  border-top: none; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #B2D7FF; }

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
  color: #7872E9; }

.algolia-autocomplete .aa-dataset-1 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "InterUI", sans-serif; }
  .algolia-autocomplete .aa-dataset-1 img {
    max-width: 50px;
    max-height: 50px;
    margin-left: 15px;
    margin-right: 15px; }
  .algolia-autocomplete .aa-dataset-1 span {
    color: #2E3E66;
    font-weight: 400;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0; }

div#modal-newsletter .modal-body {
  padding: 50px; }
div#modal-newsletter h3 {
  margin-bottom: 30px; }
div#modal-newsletter .form-group {
  margin-bottom: 8px !important;
  height: 48px;
  margin: auto;
  border-radius: 4px 4px 4px 4px;
  position: relative; }
  div#modal-newsletter .form-group input {
    background: rgba(46, 62, 102, 0.05);
    border: none;
    padding-left: 49px;
    padding-right: 0px; }
  div#modal-newsletter .form-group .forget {
    color: #7872e8;
    font-size: 13px;
    font-weight: normal;
    height: 15px;
    letter-spacing: 0px;
    text-align: right;
    width: 53px;
    position: absolute;
    top: 11px;
    right: 35px; }
  div#modal-newsletter .form-group img {
    position: absolute;
    top: 14px;
    left: 12px; }
  div#modal-newsletter .form-group:focus {
    border-color: none !important; }

div#modal-login .modal-dialog {
  width: 760px;
  max-width: 760px; }
  @media (max-width: 767px) {
    div#modal-login .modal-dialog {
      width: 300px;
      margin: auto;
      margin-top: 100px; } }
div#modal-login .modal-content {
  height: 415px;
  width: 760px;
  border-radius: 4px 4px 4px 4px; }
  @media (max-width: 767px) {
    div#modal-login .modal-content {
      width: 300px;
      height: auto; } }
  div#modal-login .modal-content .close {
    position: absolute;
    right: 5px;
    top: -35px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    background: none;
    color: none;
    border: none; }
  div#modal-login .modal-content .modal-header {
    padding: 0px;
    border-bottom: none; }
  div#modal-login .modal-content .yoga {
    height: 80px;
    width: 80px;
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 42px;
    margin-bottom: 32px; }
  div#modal-login .modal-content .modal-body {
    padding: 0px; }
    div#modal-login .modal-content .modal-body .row {
      margin: 0px; }
    div#modal-login .modal-content .modal-body .modal-title {
      color: #2e3e66;
      font-size: 24px;
      font-weight: 500;
      height: 28px;
      letter-spacing: 0px;
      text-align: center;
      margin-bottom: 33px; }
    div#modal-login .modal-content .modal-body div.left-side {
      width: 46%;
      float: left;
      height: 415px;
      background-color: rgba(46, 62, 102, 0.03);
      text-align: left;
      padding: 30px;
      padding-top: 84px; }
      @media (max-width: 767px) {
        div#modal-login .modal-content .modal-body div.left-side {
          width: 260px;
          padding-top: 25px;
          height: auto; } }
      div#modal-login .modal-content .modal-body div.left-side h3 {
        text-align: center;
        line-height: 26px; }
      div#modal-login .modal-content .modal-body div.left-side form {
        margin-top: 52px; }
        div#modal-login .modal-content .modal-body div.left-side form button {
          height: 48px;
          line-height: 48px; }
    div#modal-login .modal-content .modal-body div.right-side {
      padding-top: 80px;
      float: left;
      width: 54%;
      height: 415px; }
      div#modal-login .modal-content .modal-body div.right-side h3 {
        position: relative;
        top: -1px;
        /*
        width: 316px;
        display: inline-block;
        text-align: left;
        margin-left: 47px;
        */ }
      @media (max-width: 767px) {
        div#modal-login .modal-content .modal-body div.right-side {
          width: 260px;
          padding-top: 25px;
          height: auto; }
          div#modal-login .modal-content .modal-body div.right-side .form-group {
            margin: 15px;
            width: auto; } }
  div#modal-login .modal-content .form-group {
    margin-bottom: 8px !important;
    height: 48px;
    width: 316px;
    margin: auto;
    border-radius: 4px 4px 4px 4px;
    position: relative; }
    div#modal-login .modal-content .form-group input {
      background: rgba(46, 62, 102, 0.05);
      border: none;
      padding-left: 49px;
      padding-right: 0px; }
    div#modal-login .modal-content .form-group .forget {
      color: #7872e8;
      font-size: 13px;
      font-weight: normal;
      height: 15px;
      letter-spacing: 0px;
      text-align: right;
      width: 53px;
      position: absolute;
      top: 11px;
      right: 35px; }
    div#modal-login .modal-content .form-group img {
      position: absolute;
      top: 14px;
      left: 12px; }
    div#modal-login .modal-content .form-group:focus {
      border-color: none !important; }
  div#modal-login .modal-content .modal-footer {
    border-top: none;
    padding: 0px; }
    div#modal-login .modal-content .modal-footer button {
      background: #7872e8;
      border-radius: 4px 4px 4px 4px;
      border: 1px solid #7872e8;
      box-shadow: 0px 2px 4px 0px rgba(46, 62, 102, 0.15);
      height: 48px;
      width: 316px;
      margin: auto;
      margin-bottom: 29px; }
    @media (max-width: 767px) {
      div#modal-login .modal-content .modal-footer {
        margin-left: 15px;
        margin-right: 15px; } }
  div#modal-login .modal-content .inscription {
    text-align: center;
    width: 324px;
    margin: auto;
    margin-top: 32px;
    font-size: 13px; }
    div#modal-login .modal-content .inscription a {
      color: white;
      font-weight: normal;
      height: 16px;
      letter-spacing: 0px; }

div#lat, div#lng {
  display: none; }

div.popup-event {
  position: relative;
  width: 300px;
  height: 100px;
  padding-left: 120px; }
  div.popup-event div.media {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px; }
    div.popup-event div.media img {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      width: 100%; }
  div.popup-event div.content h2 {
    font-size: 14px;
    color: #7872E9; }
  div.popup-event div.content p {
    display: none; }

section#event {
  margin-bottom: 200px; }
  section#event div.share {
    margin: auto;
    padding-right: 0px; }
    section#event div.share div.shared-buttons {
      width: auto; }
      section#event div.share div.shared-buttons strong {
        color: #484848;
        font-size: 13px; }
      @media (max-width: 767px) {
        section#event div.share div.shared-buttons {
          margin-top: 10px;
          float: left; } }
      section#event div.share div.shared-buttons ul {
        margin: 0px;
        padding: 0px;
        text-align: center; }
        section#event div.share div.shared-buttons ul li.social {
          width: 45px;
          height: 45px;
          -webkit-border-radius: 22.5px;
          -moz-border-radius: 22.5px;
          -ms-border-radius: 22.5px;
          border-radius: 22.5px;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          position: relative;
          color: white;
          display: inline-block;
          list-style: none;
          margin-left: 5px;
          margin-right: 5px;
          line-height: 45px; }
          section#event div.share div.shared-buttons ul li.social a {
            width: 45px;
            height: 45px;
            -webkit-border-radius: 22.5px;
            -moz-border-radius: 22.5px;
            -ms-border-radius: 22.5px;
            border-radius: 22.5px;
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            color: white;
            cursor: pointer;
            text-align: center; }
          section#event div.share div.shared-buttons ul li.social.social-facebook {
            background: #3b5998; }
          section#event div.share div.shared-buttons ul li.social.social-twitter {
            background: #55acee; }
          section#event div.share div.shared-buttons ul li.social.social-linkedin {
            background: #007bb5; }
    section#event div.share div.share-title {
      font-size: 14px;
      text-align: center; }
  section#event div.topics {
    margin-bottom: 30px; }
    section#event div.topics ul li {
      font-size: 1.5em;
      width: 100%;
      height: 35px;
      line-height: 1.5em;
      text-align: center; }
    @media (max-width: 767px) {
      section#event div.topics {
        margin-left: 0px; } }
  section#event div.title-event {
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
    border: 2px solid #7872E9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 10px; }
    section#event div.title-event div.img {
      padding-left: 0px;
      margin: auto; }
      section#event div.title-event div.img img {
        width: 100%; }
      @media (max-width: 767px) {
        section#event div.title-event div.img {
          margin-left: 0; } }
    section#event div.title-event div.title {
      margin: auto; }
      section#event div.title-event div.title p {
        font-size: 1.5em;
        color: #7872E9;
        margin: auto; }
        @media (max-width: 767px) {
          section#event div.title-event div.title p {
            font-size: 1em;
            text-align: center;
            margin: auto; } }
  section#event div.date div.date_format {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    color: #1e1c3a;
    border: 2px solid #7872E9;
    width: 60px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
    align-items: center;
    display: grid; }
    section#event div.date div.date_format div.day {
      font-size: 32px;
      line-height: 32px; }
  section#event div.author {
    margin: 0px;
    padding: 0px; }
    section#event div.author div.card-user div.user {
      position: relative;
      bottom: 0px;
      padding-left: 50px;
      line-height: 45px; }
      section#event div.author div.card-user div.user div.picture {
        width: 45px;
        height: 45px;
        -webkit-border-radius: 22.5px;
        -moz-border-radius: 22.5px;
        -ms-border-radius: 22.5px;
        border-radius: 22.5px;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden; }
        section#event div.author div.card-user div.user div.picture img {
          width: 45px; }
      section#event div.author div.card-user div.user div.name {
        line-height: 25px;
        color: inherit;
        color: #1e1c3a !important;
        font-weight: 600; }
      section#event div.author div.card-user div.user div.job {
        line-height: 20px; }
  section#event div.content-event {
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
    text-align: justify; }
  section#event div.address strong, section#event div.address p {
    color: #1e1c3a; }
  section#event h2 {
    margin-top: 30px;
    color: #7872E9; }
  section#event div.links {
    margin-top: 30px; }
  section#event ul {
    margin: 0px;
    padding: 0px; }
    section#event ul li {
      padding: 20px; }
      section#event ul li div.item {
        position: relative; }
        section#event ul li div.item div.date div.day {
          font-size: 32px;
          line-height: 32px;
          display: inline-block; }
        section#event ul li div.item div.date div.month {
          display: inline-block;
          font-weight: bold; }
        section#event ul li div.item div.date div.year {
          display: inline-block;
          font-weight: bold; }
        section#event ul li div.item div.topics {
          margin-top: 10px;
          margin-bottom: 10px; }
        section#event ul li div.item h2 {
          margin: 0px;
          padding: 0px;
          font-size: 16px;
          color: #7872E9; }
        section#event ul li div.item p {
          font-size: 12px;
          color: #1e1c3a; }

section#events {
  position: fixed;
  font-family: "InterUI";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* Marker tweaks */ }
  section#events div.sidebar {
    margin-top: 64px;
    position: absolute;
    width: 450px;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 20px;
    z-index: 9; }
    @media (max-width: 767px) {
      section#events div.sidebar {
        margin-top: 0px;
        padding-top: 64px;
        height: 50%;
        position: relative;
        border-right: none;
        width: 100%;
        border-bottom: 2px solid; }
        section#events div.sidebar .list {
          margin-bottom: 0px; } }
    section#events div.sidebar div.list {
      overflow: scroll;
      height: 100%;
      padding-bottom: 80px; }
      @media (max-width: 767px) {
        section#events div.sidebar div.list {
          padding-bottom: 0px; } }
      section#events div.sidebar div.list div.empty-events {
        padding-left: 10px; }
      section#events div.sidebar div.list ul {
        margin: 0px;
        padding: 0px; }
        section#events div.sidebar div.list ul li {
          padding: 20px; }
          @media (max-width: 767px) {
            section#events div.sidebar div.list ul li {
              padding-left: 0px; } }
          section#events div.sidebar div.list ul li a:hover {
            text-decoration: none; }
          section#events div.sidebar div.list ul li div.item {
            position: relative;
            padding-left: 100px; }
            @media (max-width: 767px) {
              section#events div.sidebar div.list ul li div.item {
                padding-left: 80px;
                position: relative; } }
            section#events div.sidebar div.list ul li div.item div.date {
              -webkit-border-radius: 3px;
              -moz-border-radius: 3px;
              -ms-border-radius: 3px;
              border-radius: 3px;
              position: absolute;
              top: 0px;
              left: 10px;
              color: #1e1c3a;
              border: 2px solid #7872E9;
              width: 60px;
              font-weight: bold;
              text-align: center;
              text-transform: uppercase;
              padding-top: 10px;
              padding-bottom: 10px; }
              section#events div.sidebar div.list ul li div.item div.date div.day {
                font-size: 32px;
                line-height: 32px; }
            section#events div.sidebar div.list ul li div.item div.user {
              position: relative;
              width: 100%;
              height: 26px;
              line-height: 26px;
              padding-left: 50px;
              margin-bottom: 20px; }
              section#events div.sidebar div.list ul li div.item div.user div.picture {
                -webkit-border-radius: 34px;
                -moz-border-radius: 34px;
                -ms-border-radius: 34px;
                border-radius: 34px;
                position: absolute;
                top: 0px;
                left: 0px;
                overflow: hidden; }
                section#events div.sidebar div.list ul li div.item div.user div.picture img {
                  width: 34px;
                  height: 34px; }
              section#events div.sidebar div.list ul li div.item div.user div.name {
                line-height: 20px;
                color: inherit;
                color: #1e1c3a !important;
                font-weight: 600;
                font-size: 14px; }
              section#events div.sidebar div.list ul li div.item div.user div.job {
                line-height: 20px;
                font-size: 14px;
                color: #1e1c3a !important; }
            section#events div.sidebar div.list ul li div.item h2 {
              font-size: 16px;
              color: #7872E9; }
              @media (max-width: 767px) {
                section#events div.sidebar div.list ul li div.item h2 {
                  position: relative;
                  top: 10px; } }
            section#events div.sidebar div.list ul li div.item p {
              font-size: 12px;
              color: #1e1c3a; }
  section#events div.wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 450px;
    padding-top: 64px; }
    section#events div.wrapper div#map {
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      section#events div.wrapper {
        position: relative;
        padding-left: 0px;
        height: 50%;
        bottom: 0px;
        top: 0 !important;
        padding-top: 0px; } }
  section#events .mapboxgl-popup-close-button {
    display: none; }
  section#events .mapboxgl-container .leaflet-marker-icon {
    cursor: pointer; }
  section#events .mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px; }
  section#events .mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #91c949; }
  section#events .mapboxgl-popup-content {
    padding: 10px 10px 10px; }
    section#events .mapboxgl-popup-content .media {
      height: 100px; }
      section#events .mapboxgl-popup-content .media img {
        height: 100px; }
  section#events .marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 56px;
    background-color: transparent;
    background: url("/images/icon_map.png") no-repeat center; }
  section#events .mapboxgl-popup {
    padding-bottom: 50px; }

section#fiche div.custom-file {
  margin-bottom: 0px; }

footer {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center; }
  @media (max-width: 767px) {
    footer {
      position: relative !important; } }
  footer nav.navbarFooter {
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      footer nav.navbarFooter {
        display: none; } }
    footer nav.navbarFooter div ul li a {
      font-weight: normal;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 0px;
      text-align: center;
      opacity: 0.45;
      color: black; }
  footer nav.navbarFooter2 {
    padding-top: 0; }
    footer nav.navbarFooter2 div ul li a {
      font-size: 10px; }

section#school a {
  display: block; }
section#school h1.title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: none; }
section#school ol {
  padding-left: 20px; }
  section#school ol li {
    font-weight: bold;
    color: black; }
section#school .card {
  border-radius: 6px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 32px;
  position: relative;
  padding-top: 200px;
  overflow: hidden; }
section#school div.media {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  overflow: hidden; }
  section#school div.media img {
    width: 100%;
    margin-top: -50px; }
section#school .card-body .card-title {
  color: #0a1f44;
  font-size: 16px;
  font-weight: 600;
  height: 42px;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: center; }
section#school .card-body .card-text {
  text-align: center; }

section#schools p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0a1f44;
  font-weight: 500;
  letter-spacing: 0px; }
  section#schools p span {
    color: #7872e8;
    font-weight: 500; }
section#schools p.jobs {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0a1f44;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: right; }
  section#schools p.jobs span {
    color: #7872e8;
    font-weight: 500; }
section#schools div.card {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: none;
  margin-bottom: 32px; }
  section#schools div.card div.media {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    height: 220px;
    overflow: hidden; }
    section#schools div.card div.media img {
      width: 100%; }
  section#schools div.card div.content {
    position: relative;
    height: 170px;
    padding: 24px;
    text-align: center; }
    section#schools div.card div.content div.job {
      position: absolute;
      top: -12px;
      left: 0px;
      width: 100%;
      height: 24px;
      text-align: center; }
      section#schools div.card div.content div.job b {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        display: inline-block;
        height: 24px;
        background-color: #7872e8;
        font-size: 13px;
        font-weight: 500;
        color: white;
        line-height: 24px;
        letter-spacing: 0px;
        padding-left: 12px;
        padding-right: 12px; }
    section#schools div.card div.content div.name {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      color: #0a1f44;
      height: 32px; }
    section#schools div.card div.content div.address {
      height: 52px; }
      section#schools div.card div.content div.address p {
        font-size: 13px;
        font-weight: normal;
        color: rgba(10, 31, 68, 0.65); }
    section#schools div.card div.content a {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      width: 100%;
      height: 40px;
      border: solid 1px rgba(120, 114, 232, 0.25);
      display: block;
      line-height: 40px;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      letter-spacing: 0px; }
      section#schools div.card div.content a:hover {
        border: solid 1px #7872e8;
        background-color: #7872e8;
        color: white; }
section#schools div.empty header, section#schools div.closed header {
  text-align: center; }
  section#schools div.empty header img, section#schools div.closed header img {
    width: 270px; }
  section#schools div.empty header h1, section#schools div.closed header h1 {
    font-size: 22px;
    font-weight: normal;
    width: 460px;
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 60px; }
    @media (max-width: 767px) {
      section#schools div.empty header h1, section#schools div.closed header h1 {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 18px; } }
    section#schools div.empty header h1 span, section#schools div.closed header h1 span {
      font-weight: 500;
      color: #7872e8; }
section#schools div.empty div.box, section#schools div.closed div.box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 32px 42px 32px 42px;
  text-align: center;
  margin-bottom: 30px; }
  section#schools div.empty div.box h2, section#schools div.closed div.box h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px; }
  section#schools div.empty div.box p, section#schools div.closed div.box p {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 24px; }
  section#schools div.empty div.box a, section#schools div.closed div.box a {
    width: 100%; }

#blog div.picture {
  text-align: right; }
  #blog div.picture img#picture {
    width: 50px;
    height: 50px; }
  #blog div.picture div.info {
    text-align: left; }

div#articles {
  padding-top: 0; }
  div#articles div.listTopic {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px; }
    div#articles div.listTopic a {
      border-left: 2px solid black;
      padding-left: 5px; }
      div#articles div.listTopic a:first-of-type {
        border-left: none;
        padding-left: none; }

section#location div.container div.title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: none; }
section#location div.container img#picture {
  width: 100px;
  height: 100px; }
section#location div.container div.titleLocation {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 50px; }
section#location div.container p {
  letter-spacing: 0; }

section#search div div input {
  border-radius: 75px; }
section#search div div.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px; }
section#search div ol {
  padding-left: 20px; }
  section#search div ol li {
    font-weight: bold; }
section#search .ferme a {
  color: black; }

div.ui-widget {
  text-align: center;
  font-family: "InterUI-Medium"; }

.stripe .card {
  padding: 20px; }
.stripe #payment-form {
  width: 500px; }
  .stripe #payment-form .btn {
    margin-top: 20px; }
.stripe .StripeElement {
  background-color: white;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease; }
.stripe .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }
.stripe .StripeElement--invalid {
  border-color: #fa755a; }
.stripe .StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

#pro .block-details .more-videos {
  position: absolute;
  right: 0; }
#pro .block-details ul {
  margin-bottom: 50px; }
#pro .carre {
  width: 80px;
  height: 80px;
  border: 1px solid black;
  border-radius: 10px;
  text-align: center;
  padding-top: 15px; }
  #pro .carre p {
    margin-bottom: 0px;
    line-height: 20px; }
#pro .infos img {
  display: block;
  margin: auto; }
#pro .infos .icons {
  text-align: center;
  margin-top: 20px; }
#pro .books {
  margin-bottom: 20px; }

section#pros p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0a1f44;
  font-weight: 500;
  letter-spacing: 0px; }
  section#pros p span {
    color: #7872e8;
    font-weight: 500; }
section#pros div.card {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: none;
  position: relative;
  height: 405px;
  padding-top: 220px;
  padding-left: 0px !important;
  padding-right: 0px !important; }
  @media (max-width: 767px) {
    section#pros div.card {
      height: 424px;
      padding-top: 0px; } }
  section#pros div.card div.media {
    position: absolute;
    margin-top: 20px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 220px;
    overflow: hidden; }
    @media (max-width: 767px) {
      section#pros div.card div.media {
        position: relative;
        height: auto !important; } }
    section#pros div.card div.media img {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      height: 222px;
      width: 222px;
      text-align: center;
      margin: auto; }
      @media (max-width: 767px) {
        section#pros div.card div.media img {
          height: 252px;
          width: 244px; } }
  section#pros div.card div.content {
    position: relative;
    height: 110px;
    padding: 24px;
    text-align: center; }
    @media (max-width: 767px) {
      section#pros div.card div.content {
        top: -25px; } }
    section#pros div.card div.content div.job {
      position: absolute;
      top: 13px;
      left: 0px;
      width: 100%;
      height: 24px;
      text-align: center; }
      section#pros div.card div.content div.job b {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        display: inline-block;
        min-width: 80%;
        height: 26px;
        background-color: #35d0ba;
        font-size: 13px;
        font-weight: 600;
        color: #1e1c3a;
        line-height: 26px;
        letter-spacing: 0px;
        padding-left: 12px;
        padding-right: 12px; }
    section#pros div.card div.content div.location {
      margin-bottom: 10px; }
      section#pros div.card div.content div.location img {
        width: 16px; }
    section#pros div.card div.content div.name {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0px;
      color: #0a1f44;
      letter-spacing: 0px;
      padding-top: 20px; }
    section#pros div.card div.content div.address {
      height: 52px; }
      section#pros div.card div.content div.address p {
        font-size: 13px;
        font-weight: normal;
        color: rgba(10, 31, 68, 0.65); }
    section#pros div.card div.content a {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      width: 100%;
      height: 40px;
      border: solid 1px rgba(120, 114, 232, 0.25);
      display: block;
      line-height: 40px;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      letter-spacing: 0px;
      color: #1e1c3a !important; }
      section#pros div.card div.content a:hover {
        /*border: solid 1px #7872e8;*/
        /*background-color: #7872e8;*/
        border: solid 1px #35d0ba !important;
        background-color: #35d0ba !important;
        color: white !important; }
section#pros div.empty header, section#pros div.closed header {
  text-align: center; }
  section#pros div.empty header img, section#pros div.closed header img {
    width: 270px; }
  section#pros div.empty header h1, section#pros div.closed header h1 {
    font-size: 22px;
    font-weight: normal;
    width: 460px;
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 60px; }
    @media (max-width: 767px) {
      section#pros div.empty header h1, section#pros div.closed header h1 {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 18px; } }
    section#pros div.empty header h1 span, section#pros div.closed header h1 span {
      font-weight: 500;
      color: #7872e8; }
section#pros div.empty div.box, section#pros div.closed div.box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 32px 42px 32px 42px;
  text-align: center;
  margin-bottom: 30px; }
  section#pros div.empty div.box h2, section#pros div.closed div.box h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px; }
  section#pros div.empty div.box p, section#pros div.closed div.box p {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 24px; }
  section#pros div.empty div.box a, section#pros div.closed div.box a {
    width: 100%; }
section#pros .card {
  border-radius: 6px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 33px; }
section#pros .card-img-top {
  height: 140px;
  border-radius: 6px 6px 0px 0px; }
section#pros .card-body {
  height: 115px; }
  section#pros .card-body .card-title {
    color: #0a1f44;
    font-size: 16px;
    font-weight: 600;
    height: 24px;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: center; }
  section#pros .card-body .card-text {
    text-align: center; }

#professions .container ol {
  margin-top: 50px; }
  #professions .container ol li {
    font-weight: bold; }
#professions .empty a {
  color: black; }

#professions-view .links {
  text-align: right; }
#professions-view p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0a1f44;
  font-weight: 500;
  letter-spacing: 0px; }
  #professions-view p span {
    color: #7872e8;
    font-weight: 500; }
#professions-view div.card {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border: none; }
  #professions-view div.card div.media {
    width: 100%;
    height: 220px;
    overflow: hidden; }
    #professions-view div.card div.media img {
      width: 100%; }
  #professions-view div.card div.content {
    position: relative;
    height: 170px;
    padding: 24px;
    text-align: center; }
    #professions-view div.card div.content div.job {
      position: absolute;
      top: -12px;
      left: 0px;
      width: 100%;
      height: 24px;
      text-align: center; }
      #professions-view div.card div.content div.job b {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
        display: inline-block;
        height: 24px;
        background-color: #7872e8;
        font-size: 13px;
        font-weight: 500;
        color: white;
        line-height: 24px;
        letter-spacing: 0px;
        padding-left: 12px;
        padding-right: 12px; }
    #professions-view div.card div.content div.name {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      color: #0a1f44;
      height: 32px; }
    #professions-view div.card div.content div.address {
      height: 52px; }
      #professions-view div.card div.content div.address p {
        font-size: 13px;
        font-weight: normal;
        color: rgba(10, 31, 68, 0.65); }
    #professions-view div.card div.content a {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      width: 100%;
      height: 40px;
      border: solid 1px rgba(120, 114, 232, 0.25);
      display: block;
      line-height: 40px;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      letter-spacing: 0px; }
      #professions-view div.card div.content a:hover {
        border: solid 1px #7872e8;
        background-color: #7872e8;
        color: white; }
#professions-view div.empty header, #professions-view div.closed header {
  text-align: center; }
  #professions-view div.empty header img, #professions-view div.closed header img {
    width: 270px; }
  #professions-view div.empty header h1, #professions-view div.closed header h1 {
    font-size: 22px;
    font-weight: normal;
    width: 460px;
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 60px; }
    @media (max-width: 767px) {
      #professions-view div.empty header h1, #professions-view div.closed header h1 {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 18px; } }
    #professions-view div.empty header h1 span, #professions-view div.closed header h1 span {
      font-weight: 500;
      color: #7872e8; }
#professions-view div.empty div.box, #professions-view div.closed div.box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 32px 42px 32px 42px;
  text-align: center;
  margin-bottom: 30px; }
  #professions-view div.empty div.box h2, #professions-view div.closed div.box h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px; }
  #professions-view div.empty div.box p, #professions-view div.closed div.box p {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 24px; }
  #professions-view div.empty div.box a, #professions-view div.closed div.box a {
    width: 100%; }

div.empty {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  padding: 100px;
  text-align: center; }
  @media (max-width: 767px) {
    div.empty {
      padding: 20px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    div.empty h2 {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    div.empty p {
      font-size: 12px; } }

div.not_found {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  padding: 100px;
  text-align: center; }

div.head h4 {
  line-height: inherit;
  margin-right: 20px; }

section.wrapper header {
  margin-top: 20px;
  margin-bottom: 20px; }
  section.wrapper header a {
    float: right; }

section#fiche {
  padding-bottom: 200px; }
  @media (max-width: 767px) {
    section#fiche {
      padding-bottom: 0px; } }
  section#fiche div.manage {
    margin-top: -15px;
    margin-bottom: 20px; }
    section#fiche div.manage a {
      width: 100%; }
  section#fiche div.suggest {
    margin-top: -10px;
    display: grid;
    text-align: center; }
    section#fiche div.suggest a {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px;
      padding: 6px 12px;
      background-color: #7872E9;
      color: white;
      font-size: 12px;
      font-weight: bold; }
      section#fiche div.suggest a:hover {
        text-decoration: none; }
  section#fiche div.share {
    text-align: right;
    width: 100%;
    margin-bottom: 40px;
    margin-top: -20px; }
    @media (max-width: 767px) {
      section#fiche div.share {
        margin-top: 10px; } }
    section#fiche div.share strong {
      color: #484848;
      font-size: 13px; }
    section#fiche div.share ul {
      margin: 0px;
      padding: 0px;
      margin-top: 0px;
      display: inline-block;
      float: right;
      margin-left: 20px; }
      section#fiche div.share ul li.social {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: relative;
        color: white;
        display: inline-block;
        list-style: none;
        margin-left: 5px;
        margin-right: 5px;
        line-height: 34px; }
        section#fiche div.share ul li.social a {
          width: 30px;
          height: 30px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          border-radius: 15px;
          position: absolute;
          top: 0px;
          left: 0px;
          display: block;
          color: white;
          cursor: pointer;
          text-align: center; }
        section#fiche div.share ul li.social.social-facebook {
          background: #3b5998; }
        section#fiche div.share ul li.social.social-twitter {
          background: #55acee; }
        section#fiche div.share ul li.social.social-linkedin {
          background: #007bb5; }
  section#fiche div.posts, section#fiche div.events, section#fiche div.press {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border: none;
    background-color: white;
    padding: 30px;
    position: relative;
    cursor: pointer; }
    section#fiche div.posts:hover, section#fiche div.events:hover, section#fiche div.press:hover {
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
      transform: scale(1.01); }
    section#fiche div.posts div.event, section#fiche div.events div.event, section#fiche div.press div.event {
      position: relative;
      padding-left: 100px;
      padding-bottom: 0px; }
      section#fiche div.posts div.event div.category, section#fiche div.events div.event div.category, section#fiche div.press div.event div.category {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        height: 30px;
        background-color: #7872E9;
        margin-bottom: 5px;
        color: white;
        line-height: 30px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        width: 50%;
        text-align: center; }
      section#fiche div.posts div.event div.date_format, section#fiche div.events div.event div.date_format, section#fiche div.press div.event div.date_format {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        top: 0px;
        left: 10px;
        color: #1e1c3a;
        border: 2px solid #7872E9;
        width: 60px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px; }
        section#fiche div.posts div.event div.date_format div.day, section#fiche div.events div.event div.date_format div.day, section#fiche div.press div.event div.date_format div.day {
          font-size: 32px;
          line-height: 32px; }
    section#fiche div.posts h2, section#fiche div.events h2, section#fiche div.press h2 {
      font-size: 18px; }
    section#fiche div.posts div.content, section#fiche div.events div.content, section#fiche div.press div.content {
      font-size: 14px; }
    section#fiche div.posts div.more, section#fiche div.events div.more, section#fiche div.press div.more {
      font-size: 14px; }
      section#fiche div.posts div.more p, section#fiche div.events div.more p, section#fiche div.press div.more p {
        margin-bottom: 0px; }
  section#fiche div.press img {
    width: 150px; }
  section#fiche div.box {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border: none;
    background-color: white;
    padding: 60px;
    position: relative; }
    section#fiche div.box h1 {
      font-size: 30px; }
    section#fiche div.box h5 {
      text-decoration: none;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
    section#fiche div.box ul.tags {
      margin-bottom: 20px; }
      section#fiche div.box ul.tags li {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        border-radius: 13px;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
        background-color: #dee3eb;
        color: #0a1f44;
        font-size: 14px;
        font-weight: 500;
        height: 26px;
        line-height: 26px;
        margin-right: 15px; }
    section#fiche div.box iframe {
      margin-top: 30px;
      width: 100%;
      height: 420px; }
    section#fiche div.box div.content div.description p {
      font-size: 15px;
      font-weight: normal;
      letter-spacing: 0px;
      color: #0a1f44;
      letter-spacing: 0px; }
    section#fiche div.box div.content div.prestation {
      padding-bottom: 30px; }
  section#fiche div.card {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    border: none; }
    section#fiche div.card div.media {
      width: 100%;
      overflow: hidden;
      text-align: center; }
      section#fiche div.card div.media a {
        display: block;
        width: 100%;
        height: 100%; }
      section#fiche div.card div.media img {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        width: 100%; }
    section#fiche div.card div.fullname {
      font-size: 14px;
      font-weight: 600;
      margin-top: 5px; }
    section#fiche div.card div.content {
      position: relative;
      height: 135px;
      padding: 16px 0px;
      text-align: center; }
      section#fiche div.card div.content a.btn {
        padding: 0px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        color: black;
        letter-spacing: 0px;
        background-color: white;
        border-radius: 4px 4px 4px 4px;
        border: 1px solid rgba(120, 114, 232, 0.25); }
      section#fiche div.card div.content div.socials {
        padding-top: 15px;
        padding-bottom: 10px; }
        section#fiche div.card div.content div.socials .fab {
          color: #606d85;
          height: 16px;
          width: 16px;
          font-size: 16px; }
      section#fiche div.card div.content div.name {
        position: absolute;
        top: -12px;
        left: 0px;
        width: 100%;
        height: 24px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px; }
        section#fiche div.card div.content div.name.long {
          top: -24px;
          height: 48px; }
          section#fiche div.card div.content div.name.long b {
            height: 44px;
            line-height: 20px; }
        section#fiche div.card div.content div.name b {
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          -ms-border-radius: 8px;
          border-radius: 8px;
          display: inline-block;
          min-width: 80%;
          height: 24px;
          /*background-color: #7872e8;*/
          background-color: #35d0ba;
          font-size: 13px;
          font-weight: 500;
          color: black;
          line-height: 24px;
          letter-spacing: 0px;
          padding-left: 12px;
          padding-right: 12px; }
      section#fiche div.card div.content div.location {
        margin-top: 0px;
        font-size: 14px; }
        section#fiche div.card div.content div.location img {
          width: 16px; }
      section#fiche div.card div.content div.idea {
        padding-top: 15px; }
      section#fiche div.card div.content div.job {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        color: #7872e8;
        letter-spacing: 0px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px; }
      section#fiche div.card div.content h2 {
        font-size: 16px;
        font-weight: 600;
        color: #0a1f44;
        margin-bottom: 16px;
        letter-spacing: 0px; }
      section#fiche div.card div.content p {
        font-size: 15px;
        font-weight: normal;
        color: #0a1f44;
        letter-spacing: 0px; }
      section#fiche div.card div.content ul {
        margin: 0px;
        padding: 0px; }
      section#fiche div.card div.content a.btn {
        width: 100%; }
  section#fiche ul.nav-tabs {
    box-shadow: none;
    border: none; }
    section#fiche ul.nav-tabs li {
      display: inline-block;
      width: 100%;
      box-shadow: none;
      border: none;
      margin-right: 0px; }
      section#fiche ul.nav-tabs li a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        color: rgba(10, 31, 68, 0.65);
        letter-spacing: 0px;
        line-height: 24px;
        border: none; }
        section#fiche ul.nav-tabs li a img {
          width: 18px;
          margin-left: 9px;
          margin-right: 19px; }
        section#fiche ul.nav-tabs li a.active {
          background-color: #dee3eb;
          color: #0a1f44;
          border: none;
          box-shadow: none; }
        section#fiche ul.nav-tabs li a:hover {
          border: none;
          box-shadow: none; }
  section#fiche div#presentation div.name h1 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0a1f44;
    letter-spacing: 0px;
    padding-bottom: 42px; }
  section#fiche div#presentation div.description p {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #0a1f44;
    letter-spacing: 0px;
    line-height: 24px; }
  section#fiche div#articles div.posts {
    margin-bottom: 24px; }
    section#fiche div#articles div.posts:hover {
      cursor: pointer; }
    section#fiche div#articles div.posts img {
      width: 160px;
      height: 160px; }
    section#fiche div#articles div.posts div.topic {
      background: #7872e8;
      border-radius: 4px 4px 4px 4px;
      display: inline-block; }
      section#fiche div#articles div.posts div.topic p {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0px;
        color: white;
        letter-spacing: 0px;
        margin-bottom: 0px;
        margin: 4px 4px 4px 4px; }

div.pro div.head {
  color: #0a1f44;
  font-family: InterUI-Regular;
  font-size: 15px;
  font-weight: normal;
  height: 168px;
  letter-spacing: 0px;
  line-height: 24px;
  width: 776px;
  height: 150px; }
  div.pro div.head div.avatar {
    text-align: center;
    line-height: 150px; }
    div.pro div.head div.avatar img {
      width: 100px;
      height: 100px;
      text-align: center; }
  div.pro div.head div.name {
    padding-top: 40px;
    padding-left: 0; }
div.pro div.button {
  display: grid; }
div.pro div.cover img {
  width: 100px;
  height: 100px; }
div.pro div#livre ul li {
  display: block;
  height: 100px;
  line-height: 100px; }
div.pro div#livre ul li img {
  width: 70px;
  height: 70px; }
div.pro div#carouselExampleIndicators {
  position: relative;
  height: 100px; }
  div.pro div#carouselExampleIndicators a.carousel-control-next {
    color: red;
    text-align: center; }
  div.pro div#carouselExampleIndicators div.carousel-item {
    text-align: center; }
  div.pro div#carouselExampleIndicators h5 {
    color: black; }
  div.pro div#carouselExampleIndicators .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%red' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    margin-bottom: 35px; }
  div.pro div#carouselExampleIndicators .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%red' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    margin-bottom: 35px; }

div#uploadMovie div.modal-header {
  text-align: center;
  display: block !important; }
div#uploadMovie div.modal-body {
  display: grid;
  color: #0a1f44;
  font-weight: 500;
  text-align: center; }
  div#uploadMovie div.modal-body .lds-spinner {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto; }
  div#uploadMovie div.modal-body .lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite; }
  div#uploadMovie div.modal-body .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #6A63EE; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s; }
  div#uploadMovie div.modal-body .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s; }
@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
div.login div#signup {
  height: 332px; }
  div.login div#signup h6 {
    vertical-align: middle; }

section#login {
  padding-top: 80px;
  padding-bottom: 80px; }
  section#login .right-side h3 {
    height: 50px;
    margin-bottom: 24px; }
  section#login .right-side input {
    border: solid 1px #e1e4e8 !important; }
  section#login .left-side h3 {
    height: 50px; }
  section#login .left-side form label {
    line-height: 20px;
    margin-bottom: 0px; }
  section#login .left-side form select {
    margin-bottom: 20px; }
  section#login .form-group {
    margin-bottom: 8px !important;
    height: 48px;
    margin: auto;
    border-radius: 4px 4px 4px 4px;
    position: relative; }
    section#login .form-group input {
      background-color: white;
      border: none;
      padding-left: 49px;
      padding-right: 0px; }
    section#login .form-group .forget {
      color: #7872e8;
      font-size: 13px;
      font-weight: normal;
      height: 15px;
      letter-spacing: 0px;
      text-align: right;
      width: 53px;
      position: absolute;
      top: 11px;
      right: 35px; }
    section#login .form-group img {
      position: absolute;
      top: 14px;
      left: 12px; }
    section#login .form-group:focus {
      border-color: none !important; }

div.card-pro {
  height: 131px; }
  div.card-pro .title {
    color: #0a1f44;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px; }
    div.card-pro .title .name {
      color: #6A63EE;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 0px;
      line-height: 24px; }
  div.card-pro img {
    width: 64px;
    height: 64px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    margin-left: 24px;
    margin-top: 24px;
    margin-right: 24px; }
  div.card-pro .name {
    color: #0a1f44;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 24px;
    padding-right: 0px;
    margin-top: 24px; }
  div.card-pro .adresse {
    color: rgba(10, 31, 68, 0.65);
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 22px; }

section#city {
  position: fixed;
  padding-top: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px; }
  section#city div.content {
    position: absolute;
    width: 100%;
    height: 270px;
    margin-top: -155px;
    top: 50%;
    left: 0px; }
    section#city div.content div.algolia .algolia-autocomplete {
      width: 688px; }
    section#city div.content div.algolia .algolia-autocomplete .aa-input, section#city div.content div.algolia .algolia-autocomplete .aa-hint {
      width: 100%; }
    section#city div.content div.algolia .algolia-autocomplete .aa-hint {
      color: #2E3E66; }
    section#city div.content div.algolia .algolia-autocomplete .aa-dropdown-menu {
      width: 100%;
      background: #FFFFFF;
      border-radius: 0 0 4px 4px;
      border: 1px solid rgba(46, 62, 102, 0.2);
      box-shadow: 0 1px 2px 0 rgba(46, 62, 102, 0.15);
      border-top: none;
      margin-top: -10px; }
    section#city div.content div.algolia .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
      cursor: pointer;
      padding: 5px 4px; }
    section#city div.content div.algolia .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
      background-color: #B2D7FF; }
    section#city div.content div.algolia .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
      font-weight: bold;
      font-style: normal;
      color: #7872E9; }
    section#city div.content div.algolia .algolia-autocomplete .aa-dataset-1 {
      text-align: left;
      margin-top: 10px;
      margin-bottom: 10px; }
      section#city div.content div.algolia .algolia-autocomplete .aa-dataset-1 span {
        color: #2e3e66;
        font-size: 15px;
        font-family: "InterUI", sans-serif;
        font-weight: normal;
        letter-spacing: 0px;
        padding-left: 15px;
        border-top: none; }
    section#city div.content h1 {
      margin: 0px;
      padding: 0px;
      font-size: 42px;
      font-weight: bold; }
    section#city div.content div.ui-widget {
      text-align: center;
      font-weight: 400; }
    section#city div.content #search {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      margin-top: 30px;
      height: 56px;
      box-shadow: 0 1px 12px 0 rgba(46, 62, 102, 0.15), 0 2px 26px 0 rgba(46, 62, 102, 0.21);
      background-color: #ffffff;
      border: none;
      font-family: "InterUI", sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: #2e3e66; }
  section#city .title {
    margin: 0 auto;
    width: 688px; }
    section#city .title p {
      color: white;
      font-weight: 400;
      font-size: 42px;
      font-weight: bold;
      letter-spacing: 0px;
      line-height: 57px; }

section#fiche {
  margin-bottom: 50px; }
  section#fiche div.partner-card {
    position: relative;
    width: auto;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff; }
    section#fiche div.partner-card img {
      width: 100px;
      height: 100px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px; }
    section#fiche div.partner-card .company {
      position: absolute;
      top: 25px;
      left: 120px;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0px;
      color: #0a1f44;
      width: max-content; }
    section#fiche div.partner-card .address {
      position: absolute;
      top: 50px;
      left: 120px;
      width: max-content; }
    section#fiche div.partner-card .offer {
      position: absolute;
      top: 75px;
      left: 120px;
      width: max-content; }

/* Import Admin */
.img-mini {
  width: 45px;
  height: 45px;
  border-radius: 50%; }

.nav-admin {
  margin-top: -160px; }

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