@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500&family=Lilita+One&display=swap");
:root {
  --bs-blue: $second-corpo-color;
}

header {
  background-color: #e6e6e6;
  display: inline-block;
}

#main-menu {
  font-size: 1.2rem;
  background-color: #e6e6e6;
}
#main-menu .dropdown:hover {
  position: relative;
}
#main-menu .dropdown:hover .dropdown-menu {
  display: block !important;
  position: absolute;
  top: 100%;
}
#main-menu .nav-underline {
  min-height: 100%;
  margin: auto 0;
}
#main-menu .nav-underline .nav-item {
  display: flex;
  align-items: center;
}
#main-menu .nav-underline a, #main-menu .nav-underline a:visited {
  text-transform: capitalize;
  text-decoration: none;
  font-weight: normal;
  color: #222;
}
#main-menu .nav-underline a:hover, #main-menu .nav-underline a:focus, #main-menu .nav-underline a:focus-visible, #main-menu .nav-underline a:visited:hover, #main-menu .nav-underline a:visited:focus, #main-menu .nav-underline a:visited:focus-visible {
  border-bottom-width: 0.125rem;
  text-shadow: 1px 1px 1px #513989;
}
#main-menu .nav-underline a:hover svg, #main-menu .nav-underline a:focus svg, #main-menu .nav-underline a:focus-visible svg, #main-menu .nav-underline a:visited:hover svg, #main-menu .nav-underline a:visited:focus svg, #main-menu .nav-underline a:visited:focus-visible svg {
  filter: drop-shadow(1px 1px 1px #513989);
}
#main-menu .nav-underline a.active, #main-menu .nav-underline a:visited.active {
  border-bottom-color: #513989;
  border-bottom-width: 0.5rem;
  margin-bottom: -0.375rem;
}
#main-menu .nav-underline .fa-house {
  color: #513989;
}
#main-menu .nav-underline .dropdown-menu {
  background-color: #e6e6e6 !important;
  filter: brightness(115%);
}
#main-menu .nav-underline .dropdown-item {
  background-color: #e6e6e6 !important;
}
#main-menu .nav-underline .dropdown-item:hover {
  filter: brightness(85%);
}
#main-menu #menu-toggler {
  display: flex;
  flex-direction: row-reverse;
}
#main-menu #menu-toggler .navbar-toggler:focus {
  box-shadow: none;
}
#main-menu #menu-toggler .navbar-toggler {
  min-height: 100%;
  align-items: right;
  color: #222;
  border-width: 2px;
  border-color: #222;
}
#main-menu #menu-toggler .navbar-toggler .navbar-toggler-icon {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  background-image: none;
}
#main-menu #menu-toggler .navbar-toggler svg {
  fill: #222;
  viewbox: 0 0 1em 1em;
}

nav#collapsablemenu {
  background-color: #513989;
  font-size: 1rem;
  color: #222;
}
nav#collapsablemenu .nav-item .nav-link {
  padding: 1ex 2em;
  color: #e6e6e6;
  text-transform: capitalize;
}
nav#collapsablemenu .nav-item .nav-link:hover {
  color: #e6e6e6;
  text-shadow: 1px 1px 1px #fff;
}
nav#collapsablemenu .nav-item .nav-link:hover svg {
  filter: drop-shadow(1px 1px 1px #fff);
}
nav#collapsablemenu .nav-item .nav-link.active {
  min-width: 50%;
  background-color: #513989;
}
nav#collapsablemenu .dropdown:hover .dropdown-menu {
  display: block !important;
  background-color: #e6e6e6;
}

.logo {
  line-height: 4rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

img#logo {
  display: inline-block;
  max-width: 60vw;
  height: auto;
  max-height: 40vh;
  margin: auto;
}

footer {
  position: relative;
  bottom: 0;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  font-size: 1rem;
  background-color: #513989;
  background-image: url("/assets/img/basketball.png");
  background-blend-mode: difference;
  color: #e6e6e6;
}
footer #footer-container {
  margin-inline: 0;
  padding-top: 3em;
}
footer #footer-container .footerarea button {
  margin: auto;
  font-size: 1.3rem;
  font-weight: 900;
  color: #513989 !important;
  border: solid 0.01em #513989 !important;
  background-color: #e6e6e6 !important;
}
footer #footer-container .footerarea .branding-row, footer #footer-container .footerarea .rss-list {
  display: flex;
  justify-content: space-evenly;
}
footer #footer-container .footerarea .branding-row i, footer #footer-container .footerarea .rss-list i {
  font-size: 2em;
}
footer #footer-container .footerarea .branding-row picture, footer #footer-container .footerarea .branding-row img, footer #footer-container .footerarea .rss-list picture, footer #footer-container .footerarea .rss-list img {
  max-width: 90%;
  height: auto;
  text-align: center;
}
footer #footer-container a {
  color: #e6e6e6;
  text-decoration: none;
}
footer #footer-container ul {
  padding: 0;
  list-style: none;
}
footer #footer-container .footer-affiliates-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2em;
  margin-top: 2em;
}
footer #footer-container .footer-affiliates-list .affiliate-group {
  flex: 0 0 auto;
  width: clamp(220px, 30%, 350px);
}
footer #footer-container .footer-affiliates-list .affiliate-group h4 {
  text-transform: capitalize;
  font-size: 1.2em;
  filter: brightness(0.85) !important;
  text-align: left;
}
footer #footer-container .footer-affiliates-list .affiliate-group .llista-afiliats {
  text-align: left;
}
footer .last-footer {
  padding-block: 2.5em 0.5em !important;
}

#post-main #post-content {
  padding: 0;
  text-indent: 1rem;
}

#carousel-container {
  padding: 0;
  width: 100%;
  position: relative;
}
#carousel-container #carousel {
  padding: 0;
}
#carousel-container .carousel {
  height: 100%;
}
#carousel-container .carousel img {
  position: relative;
  top: 0;
  right: 0;
  min-width: 100%;
  height: calc(85dvh - 6em);
  object-fit: cover;
  object-position: center center;
  max-height: none;
  z-index: 0;
}
@media (max-height: 992px) {
  #carousel-container .carousel img {
    object-position: right center;
  }
}
@media (max-height: 576px) {
  #carousel-container .carousel img {
    height: calc(100dvh - 6em);
    object-position: right center;
  }
}
#carousel-container #hero-message {
  position: absolute;
  bottom: 2em;
  left: 3rem;
  max-width: 65%;
  z-index: 2;
  color: #e6e6e6;
  font-size: 1.2rem;
  padding: 2rem;
}
#carousel-container #hero-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  background-color: #513989;
  background-image: url("/assets/img/basketball.png");
  background-blend-mode: difference;
  border-radius: 0 1em 0 1em;
  opacity: 0.6;
  z-index: -1;
}
#carousel-container #hero-message h2 {
  font-size: 2.5rem;
  line-height: 1.8ex;
  font-weight: bold;
  color: #fff;
  margin: 0.5em 0;
}
#carousel-container #hero-message p {
  line-height: 2ex;
}
#carousel-container #hero-message button {
  font-size: 1.3rem;
  border: solid 0.01em #e6e6e6 !important;
}
@media (max-width: 768px) {
  #carousel-container #hero-message {
    font-size: 1rem;
    max-width: calc(100% - 2em);
    bottom: 1em;
    left: 1em;
  }
  #carousel-container #hero-message h2 {
    font-size: 2rem;
    line-height: 1.6ex;
    font-weight: bold;
  }
  #carousel-container #hero-message p {
    line-height: 1.8ex;
  }
  #carousel-container #hero-message button {
    font-size: 1.1rem;
  }
}
@media (max-height: 768px) {
  #carousel-container #hero-message {
    max-width: calc(100% - 2em);
    font-size: 1rem;
    bottom: 0.5em;
    left: 0.5em;
    max-height: 80%;
  }
  #carousel-container #hero-message h2 {
    font-size: 2rem;
    line-height: 1.6ex;
    font-weight: bold;
  }
  #carousel-container #hero-message p {
    line-height: 1.8ex;
  }
  #carousel-container #hero-message button {
    font-size: 1.1rem;
  }
}

#valors ul {
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em 1em;
  padding: 0 0 2em 0;
}
#valors li {
  align-items: center;
  padding: 1em 0;
  border-radius: 0.5rem !important;
  text-align: center;
}
#valors li i.icon {
  font-weight: 900;
}
#valors li i.icon i, #valors li i.icon span {
  font-size: 2em;
  background-color: #513989;
  background-image: url("/assets/img/basketball.png");
  background-blend-mode: difference;
  height: 2.5em;
  width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #e6e6e6;
  margin-bottom: 0.5em;
}
#valors li span.dintitle {
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 0.9em;
}
#valors li p {
  font-size: 1rem;
  margin: 0 1rem;
}
#valors p > em {
  font-weight: bold;
}

#affiliates {
  position: relative;
  bottom: -1em;
  width: 100%;
}
#affiliates .logos-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  padding-block: 3em;
}
#affiliates .logos-list::before {
  content: "";
  background-image: url(/assets/img/afiliats/afiliats-md.avif);
  background-position: center center;
  filter: grayscale(90%) blur(3px) opacity(20%);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  height: 100%;
  width: 100vw;
  z-index: -1;
}
#affiliates .logos-list .logo {
  flex-basis: 300px;
}
#affiliates .logos-list .logo a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}
#affiliates .logos-list .logo a img {
  object-fit: contain;
  max-width: 100%;
  max-height: 120px;
  height: auto;
  vertical-align: middle;
}

html {
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}
html * {
  max-width: 100%;
}

body {
  font-family: "Quicksand", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #e6e6e6;
  margin: 0;
  color: #222;
  font-size: calc(12px + 0.5vw);
  display: grid;
}

#default-template-container {
  margin: 0;
  display: grid;
}

main, header, footer {
  display: grid;
}

main {
  padding: 2em 0 0 0;
}

a, a:visited {
  color: #222;
}

p {
  text-align: justify;
}

h2 {
  color: #513989;
}

img {
  height: clamp(100px, 100%, 100vh);
  width: auto;
}

.btn, .btn-primary {
  background-color: #513989 !important;
  color: #e6e6e6 !important;
  border-color: #513989 !important;
}

@media screen and (max-width: 768px) {
  body {
    font-size: calc(10px + 0.5vw);
  }
  img {
    width: clamp(100px, 100%, 60vw);
    height: auto;
  }
}
#qui-som p em.emphasis {
  font-weight: bold;
  color: #513989;
}
#qui-som p:has(.centered) {
  text-align: center;
}

#blog-main nav ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
#blog-main nav li {
  list-style: none;
  float: left;
  padding: 0 1em;
  line-height: 1em;
}
#blog-main nav li p {
  filter: opacity(25%);
}
#blog-main nav li a {
  text-decoration: none;
  font-weight: bold;
}
#blog-main nav li.active a, #blog-main nav li.active p {
  color: #513989;
}
#blog-main nav li:first {
  padding-left: 0;
}
#blog-main #posts-list {
  padding-bottom: 2em;
  margin-top: -24px;
}
#blog-main #posts-list .image-container {
  position: relative;
  overflow: hidden;
}
#blog-main #posts-list .image-container::after {
  content: "";
  display: block;
  padding-bottom: 25vh;
}
#blog-main #posts-list img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#blog-main #posts-view-list .card {
  margin-bottom: 5em;
}
#blog-main #posts-view-list .card h3 {
  color: #e6e6e6;
  text-shadow: 1px -1px 2px #222, 1px 1px 2px #222, -1px -1px 2px #222, -1px 1px 2px #222;
}
#blog-main #posts-view-list .card img.blog-native {
  height: 200px;
  width: auto;
  object-fit: cover;
}
#blog-main #posts-view-list .card .card-img-overlay {
  max-height: 200px;
}

div#contact-form {
  display: block;
  margin: auto;
  padding-bottom: 3em;
  color: #222;
}
div#contact-form form * {
  width: 100%;
  margin: 5px 0;
  position: relative;
}
div#contact-form form textarea {
  min-height: 25vh;
  padding: 6px 12px;
}
div#contact-form form .form-button {
  display: block;
  min-width: 50%;
  max-width: 50%;
  padding: 0.5em;
  margin: 0 25%;
  background-color: #513989;
  color: #e6e6e6;
  border: none;
  border-radius: 0.4em;
  cursor: pointer;
  font-weight: bold;
}
div#contact-form form .form-button:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: -20%;
  right: -20%;
  inset: 10;
}

.gmaps {
  margin: 2em auto;
  text-align: center;
  position: relative;
  width: 100%;
  height: 40vh;
  border: solid 2px #513989;
  border-radius: 3px;
}
.gmaps iframe {
  display: inline;
}
.gmaps iframe, .gmaps object, .gmaps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.enterprise-data a {
  text-decoration: none;
  font-weight: bold;
}
.enterprise-data i {
  color: #513989;
}

@media screen and (max-width: 720px) {
  div.content {
    margin: 0 5%;
    width: 90%;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/settings/_fonts.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/settings/_colors.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/partials/header.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/partials/nav.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/partials/logo.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/partials/footer.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/partials/post.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/partials/landing-styles.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/pages/global.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/pages/pages.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/pages/blog.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/settings/_mixins.sass%22,%22file:///home/thabeat/ubuntu_projects/Personal%2520WebSpaces/akelalleure/akelalleure.com/src/assets/scss/pages/contact.sass%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAIQ;ACqBR;EACI;;;AC1BJ;EACI,kBDIS;ECHT;;;ACFJ;EACI;EAEA,kBFES;;AEAT;EACI;;AAEA;EACI;EACA;EACA;;AAER;EACI;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA,OFnBA;;AEoBA;EACI;EACA;;AACA;EACI;;AACR;EACI,qBFzBG;EE0BH;EACA;;AAER;EACI,OF9BO;;AEiCX;EACI;EACA;;AACJ;EACI;;AACA;EACI;;AAKZ;EACI;EACA;;AACA;EACQ;;AACR;EACI;EACA;EACA,OFrDA;EEuDA;EACA,cFxDA;;AE0DA;EACI;EACA;EACA;EACA;EACA;EAEA;;AACJ;EACI,MFnEJ;EEoEI;;;AAEhB;EACI,kBFtEe;EEuEf;EACA,OFzEQ;;AEgFJ;EACI;EACA,OFnFC;EEoFD;;AAEA;EACI,OFvFH;EEwFG;;AACA;EACI;;AAGR;EACI;EACA,kBF7FG;;AE+Ff;EACI;EACA,kBFnGK;;;AGLb;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;ACZF;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OJLS;;AIST;EACI;EACA;;AAII;EACI;EACA;EACA;EACA;EACA;EACA;;AACJ;EAEI;EACA;;AACA;EACI;;AACJ;EACI;EACA;EACA;;AAEZ;EACI,OJlCC;EImCD;;AACJ;EACI;EACA;;AACJ;EAEI;EACA;EACA;EACA;EACA;;AACA;EAEI;EACA;;AACA;EACI;EACA;EACA;EACA;;AACJ;EAEI;;AAChB;EACI;;;AC9DJ;EACI;EACA;;;ACJR;EACI;EACA;EACA;;AAEA;EACI;;AAEJ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;;;AACJ;EAbJ;IAcQ;IACA;;;AAEZ;EACI;EACA;EACA;EACA;EACA;EACA,ON5BK;EM6BL;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBNtCO;EMuCP;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA,ONzCa;EM0Cb;;AACJ;EACI;;AACJ;EACI;EACA;;AAEJ;EArCJ;IAsCQ;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;;EACJ;IACI;;EACJ;IACI;;;AACR;EAlDJ;IAmDQ;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;;EACJ;IACI;;EACJ;IACI;;;;AAGZ;EAMI;EAEA;EACA;EACA;;AACJ;EAKI;EACA;EACA;EAGA;;AAGA;EACI;;AAEA;EACI;EACA,kBNnHG;EMoHH;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ON9HH;EM+HG;;AAER;EACI;EACA;EACA;;AACJ;EACI;EACA;;AAER;EACI;;;AAER;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACJ;EACI;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;;ACvLpB;EACI;EACA;EAGA;;AAFA;EACI;;;AAGR;EACI;EACA,kBPJS;EOMT;EACA,OPNQ;EOOR;EACA;;;AAEJ;EACI;EACA;;;AAEJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI,OPrBQ;;;AOsBZ;EACI;;;AACJ;EACI,OPxBe;;;AO0BnB;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAEJ;EACI;IACI;;EAEJ;IACI;IACA;;;AC7CI;EACI;EACA,ORCG;;AQAX;EACI;;;ACNJ;EACI;EACA;EACA;EACA;;AACJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AACJ;EACI;EACA;;AAEJ;EACI,OTZG;;AScX;EACI;;AAER;EACI;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAEA;EACI,OThDH;EUKV;;AD8CS;EACI;EACA;EACA;;AAEJ;EACI;;;AE9DhB;EACI;EACA;EACA;EACA,OXEQ;;AWCJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA,kBXfO;EWgBP,OXlBC;EWmBD;EACA;EACA;EACA;;AAEA;EACI;EACA,kBXhBS;EWiBT;EACA;EACA;EACA;;;AAEhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AACJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AACJ;EACI,OXpDW;;;AWsDnB;EACI;IACI;IACA%22,%22file%22:%22main.css%22%7D */
