/* Base */
/* BASE COLORS */
/* PRIMARY COLORS */
/* CODE */
/* FONT-FAMILY */
/* BORDER RADIUS */
/* BORDERS */
/* TYPEFORM */
/* FEATURED BOTTOM */
/* LINK */
/* BTN */
/* HEADER */
/* MENU */
/* FOLDERS */
/* RESPONSIVE */
html,
#page {
  background-color: #FFF;
}

.bg_white {
  background-color: #FFF;
}

.bg_light_blue {
  background-color: #E1FDFF;
}

.bg_background_custom {
  background: #E7EDEA;
  padding: 0 !important;
}

@media (min-width: 767.98px) {
  .bg_background_custom {
    background: url("/themes/custom/custom_sympo_theme/img/backgrounds/background-3.jpg") no-repeat center;
    background-size: cover;
  }
}
.btn {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  /*&:hover {
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.1) !important;
  }*/
}

.btn-primary {
  background-color: #ba348d;
  border: 0.2rem solid #ba348d;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #8d68aa;
  border: 0.2rem solid #8d68aa;
  color: #FFF;
}

.btn-secondary {
  background-color: #8d68aa;
  border: 0.2rem solid #8d68aa;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #382a6f;
  border: 0.2rem solid #382a6f;
  color: #FFF;
}

body {
  font-family: "Roboto", sans-serif;
  color: #382a6f;
}
body .node__content {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #382a6f;
  font-weight: 400;
}

.font-primary-color {
  color: #382a6f;
}

.font-secondary-color {
  color: #ba348d;
}

.font-third-color {
  color: #8d68aa;
}

.font-white-color {
  color: #FFF !important;
}

.font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.font-xxl {
  font-size: 2.5rem;
}

.font-xl {
  font-size: 2rem;
}

.font-l {
  font-size: 1.5rem;
}

.text-small {
  font-size: 1rem;
}

.text-xs {
  font-size: 0.8rem;
}

.text-weight-bold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

/* General */
.underline {
  text-decoration: underline;
}

.text-promoted {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

ol.decimal, ul.decimal {
  list-style-type: decimal;
}
ol.lower-alpha, ul.lower-alpha {
  list-style-type: lower-alpha;
}
ol.lower-roman, ul.lower-roman {
  list-style-type: lower-roman;
}
ol.hyphen, ul.hyphen {
  list-style-type: "-";
}
ol.list-space div, ul.list-space div {
  position: relative;
  left: 2rem;
}
ol.bold-markers li::marker, ul.bold-markers li::marker {
  font-weight: bold;
}

#page-wrapper > #page {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol {
  list-style-type: decimal;
}

.break_long_url {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#toolbar-administration > *, .navbar-brand, .navigation {
  margin: 0;
}

/*img {
  border-radius: $border-radius;
}*/
.logos-sponsors img {
  border-radius: 0;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mt-6 {
  margin-top: 2rem;
}

.container {
  max-width: 960px;
}

.node__content {
  margin-top: 0;
}

a {
  color: #ba348d;
}
a:hover {
  color: #8d68aa;
}
a.font-secondary-color:hover {
  color: #FFF;
}

hr.orange {
  margin: 0;
  border: 0.3rem solid #ba348d;
  border-radius: 0.375rem;
  opacity: 1;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  blockquote, pre {
    border: none;
  }
  header,
  .add-to-any {
    display: none;
  }
}
h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #382a6f;
  text-align: center;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #8d68aa;
  text-align: center;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ba348d;
  margin-top: 2rem;
}

h4 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: #382a6f;
  color: #FFF;
  border-radius: 2rem;
  padding: 0.2rem 0;
  margin: 2rem 0;
}

.col-form-label {
  text-align: end;
}

.form-control,
.form-select,
.form-checkbox,
.form-radio {
  border: 0.15rem solid #ba348d;
}

.form-control::-webkit-input-placeholder {
  color: #4D4D4D;
}

.form-control::-moz-placeholder {
  color: #4D4D4D;
}

.form-control:-ms-input-placeholder {
  color: #4D4D4D;
}

.form-control::-ms-input-placeholder {
  color: #4D4D4D;
}

.form-control::placeholder {
  color: #4D4D4D;
}

/* Tools */
.add-to-any {
  position: fixed;
  bottom: 5%;
  left: 0;
  z-index: 99;
}
.add-to-any .a2a_dd img {
  width: 2.5rem;
  border-radius: 0;
}
.add-to-any .a2a_default_style a {
  padding: 0;
}

@media (min-width: 575.98px) {
  .add-to-any {
    top: 50%;
  }
}
/* Block */
/* Region */
#navbar-main {
  background-color: #FFF;
  /*.menu--main {
    .nav-link {
      padding: 2rem 1rem;
    }
  }*/
}
#navbar-main .nav-link {
  background-color: #382a6f;
  color: #FFF;
  padding: 0.5rem 1rem;
  margin: 0.25rem;
  border-radius: 0.375rem;
  text-transform: uppercase;
  text-align: center;
}
#navbar-main .nav-link:hover, #navbar-main .nav-link.is-active {
  background-color: #8d68aa;
}

@media (min-width: 767.98px) {
  #navbar-main .menu--main .nav-link {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767.98px) {
  #block-custom-sympo-theme-main-menu {
    max-width: 139px;
  }
  #navbar-main .menu--main .nav-link {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 575.98px) {
  button.navbar-toggler {
    margin: 31px 20px;
  }
  #block-custom-sympo-theme-main-menu {
    max-width: 100%;
  }
  #CollapsingNavbar {
    position: absolute;
    width: 100%;
    background: #e1fdff none repeat scroll 0% 0%;
    left: 0px;
    z-index: 1000;
    padding: 13px;
    border-bottom: 3px solid #40495c;
    -webkit-box-shadow: 0 15px 21px -13px black;
            box-shadow: 0 15px 21px -13px black;
    top: 120px;
  }
}
.featured-top {
  background-color: #ba348d;
  color: #FFF;
}

.site-footer {
  border-top: 0.5rem solid #382a6f;
  background-color: #382a6f;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Roboto", sans-serif;
}
.site-footer .block {
  margin: 0;
  padding: 0;
}
.site-footer .site-footer_top .region-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .site-footer_top .region-footer-top .footer-top-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .site-footer_top .region-footer-top .footer-top-container nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1rem 0;
  border: none;
}
.site-footer .site-footer_top .region-footer-top .footer-top-container nav ul.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-footer .site-footer_top .region-footer-top .footer-top-container nav ul.nav .nav-item a {
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
}
.site-footer .site-footer_top .region-footer-top .footer-top-container nav ul.nav .nav-item a.is-active, .site-footer .site-footer_top .region-footer-top .footer-top-container nav ul.nav .nav-item a:hover {
  text-decoration: underline;
}
.site-footer .site-footer_top .region-footer-top .footer-top-container nav.menu--footer-top-1, .site-footer .site-footer_top .region-footer-top .footer-top-container nav.menu--footer-top-2, .site-footer .site-footer_top .region-footer-top .footer-top-container nav.menu--footer-top-3 {
  text-align: center;
}
.site-footer .site-footer_bottom {
  background-color: #697284;
}
.site-footer .site-footer_bottom .region .block {
  border: none;
  margin: 0;
}
.site-footer .site-footer_bottom .content {
  color: #FFF;
}
.site-footer .site-footer_bottom .content a {
  color: #FFF;
  text-decoration: none;
}
.site-footer .site-footer_bottom .content a:hover {
  color: #ba348d;
}

@media (min-width: 767.98px) {
  .site-footer .site-footer_top .region-footer-top .footer-top-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer .site-footer_top .region-footer-top .footer-top-container nav.menu--footer-top-1 {
    text-align: start;
  }
  .site-footer .site-footer_top .region-footer-top .footer-top-container nav.menu--footer-top-2 {
    text-align: center;
  }
  .site-footer .site-footer_top .region-footer-top .footer-top-container nav.menu--footer-top-3 {
    text-align: end;
  }
}
.ui-dialog {
  padding: 0 !important;
  border-radius: 0.5rem !important;
  z-index: 3 !important;
  max-width: 100% !important;
}
.ui-dialog.ui-widget.ui-widget-content {
  border: none;
}
.ui-dialog .ui-widget-header.ui-dialog-titlebar {
  background-color: #ba348d;
  color: #FFF;
  padding: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-dialog-titlebar-close {
  width: 2rem;
  height: 2rem;
  background: none;
  top: 0;
  -webkit-transform: translateY(70%);
      -ms-transform: translateY(70%);
          transform: translateY(70%);
}
.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-mask-image: url("../../../contrib/gin/dist/media/sprite.svg#close-view");
          mask-image: url("../../../contrib/gin/dist/media/sprite.svg#close-view");
  -webkit-mask-size: 20px 20px;
          mask-size: 20px 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
.ui-dialog .ui-widget-header.ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background: #382a6f;
}
.ui-dialog .ui-widget-content {
  padding-top: 1.5rem !important;
}
.ui-dialog .ui-widget-content.ui-dialog-content {
  background-color: #E7DBD0 !important;
  color: #382a6f;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.ui-dialog .ui-widget-content.ui-dialog-content .node .field--type-image {
  margin: 0;
}
.ui-dialog .ui-widget-content.ui-dialog-content .node .field--type-image img {
  max-width: 100%;
  height: auto;
}

.ui-widget-overlay {
  z-index: 2 !important;
  background: #382a6f !important;
}

/* Page */
.homepage-left .location {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #ba348d;
  margin-bottom: 0;
}
.homepage-left .date {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
.homepage-left .venue {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 200;
  margin-bottom: 0;
}

.homepage-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homepage-right .title {
  color: #de4a4a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #4d4c4c;
}
.homepage-right .sub-title {
  font-size: 2rem;
}
.homepage-right .date {
  margin-top: 3rem;
  color: #de4a4a;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px #4d4c4c;
}
.homepage-right .date span {
  font-size: 2.5rem;
  font-weight: 500;
}
.homepage-right .location {
  font-family: "Mulish", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.homepage-right .credit-point {
  font-family: "Mulish", sans-serif;
  font-style: italic;
  max-width: 25rem;
  margin: 0 auto;
  padding-bottom: 1rem;
}

#mailing {
  color: #382a6f;
}
#mailing .in_top {
  display: none;
}
#mailing .name-label,
#mailing .email-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mailing .name-input,
#mailing .email-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mailing .form-control {
  max-width: 17rem;
  border: 0.15rem solid #382a6f;
}
#mailing .container-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.8rem;
}
#mailing .container-input .privacy-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mailing .container-input .privacy-input label {
  font-size: 0.8rem;
  text-align: start;
}
#mailing .container-input .privacy-input a {
  color: #382a6f;
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.quote {
  font-size: 98px;
  line-height: 0;
  display: inline-block;
  font-weight: 800;
  position: relative;
}

@media (min-width: 991.98px) {
  #mailing .container-input .privacy-input {
    max-width: 11rem;
  }
}
@media (min-width: 575.98px) {
  #mailing .name-label,
  #mailing .email-label {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #mailing .name-input,
  #mailing .email-input {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.programme .session {
  margin: 1rem 0;
}
.programme .session .session-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.3rem 1.5rem 0.1rem 0;
}
.programme .session .session-time .session-hour {
  font-weight: 600;
  font-size: 0.9rem;
}
.programme .session .session-description {
  padding-left: 0;
}
.programme .session .session-description .session-title {
  display: inline-block;
  color: #4D4D4D;
  font-weight: 600;
}
.programme .session .session-description .session-speaker {
  font-size: 0.9rem;
  color: #382a6f;
}
.programme .session.pill {
  margin: 1rem 0 0.5rem 0;
}
.programme .session.pill .session-time,
.programme .session.pill .session-title {
  font-weight: 400;
  background-color: #382a6f;
}
.programme .session.pill-moderator {
  margin: 0;
}
.programme .session.pill-moderator .session-description,
.programme .session.pill-moderator .session-time,
.programme .session.pill-moderator .session-title {
  background-color: #ba348d;
  font-weight: 400;
}
.programme .session.pill-sponsored .session-description,
.programme .session.pill-sponsored .session-time,
.programme .session.pill-sponsored .session-title {
  background-color: #4FADD6;
  font-weight: 400;
}
.programme .session.pill .session-time,
.programme .session.pill .session-title, .programme .session.pill-moderator .session-time,
.programme .session.pill-moderator .session-title, .programme .session.pill-sponsored .session-time,
.programme .session.pill-sponsored .session-title {
  color: #FFF;
  padding-right: 1rem;
}
.programme .session.pill .session-time, .programme .session.pill-moderator .session-time, .programme .session.pill-sponsored .session-time {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9rem;
          flex: 0 0 9rem;
  padding-top: 0.1rem;
}

@media (min-width: 575.98px) {
  .programme .session .session-time {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9rem;
            flex: 0 0 9rem;
  }
}
.row-table-register.title {
  background-color: #382a6f;
  border-radius: 2rem;
  color: #FFF;
  padding: 0.5rem 0;
}
.row-table-register .category {
  text-align: center;
  font-weight: 600;
}

.title-form {
  background: #ba348d;
  border-radius: 2rem;
}

#edit-container::before {
  display: none;
}

.sponsors-page .logos-sponsors .category-sponsor span {
  display: inline-block;
  background-color: #ba348d;
  color: #FFF;
  font-weight: 600;
  padding: 0.1rem 0.5rem 0.1rem 5rem;
  border-bottom-right-radius: 2rem;
  border-top-right-radius: 2rem;
}/*# sourceMappingURL=style.css.map */
