#index-loader {
  top: 0;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--bg-1);
  position: fixed;
}

/*Hides the loader gif when the dark theme is enabled */

.theme-dark #index-loader img {
  opacity: 0;
}

.searchbar {
  background-color: var(--bg-4);
}

.searchbar:focus {
  background-color: var(--bg-4);
  border-color: #c0c0c0;
  box-shadow: none;
}

.full-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}

#dropdown-filter-button {
  right: 0;
  position: absolute;
  margin-right: 20px;
  line-height: 30px;
}

.checkbox-filter {
  margin-right: 10px;
  display: block;
  margin-top: 10px;
}

#brand-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 190px;
}

#filter-title {
  margin-bottom: 3px;
}

#search-input-group {
  margin-top: 10px;
}

.input-clearer:hover {
  text-decoration: none;
}

.search-info {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info-icon {
  width: 20px;
  display: inline-block;
}

#right-toggle-bar {
  position: absolute;
  font-size: 20px;
  left: 100%;
  height: 50px;
  width: 25px;
  background-color: var(--bg-1);
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 3px 0 5px -2px #464646;
  box-shadow: 3px 0 5px -2px #464646;
  display: flex;
  justify-content: center;
  align-items: center;
}

#right-toggle-bar:hover {
  -webkit-box-shadow: 6px 0 5px -2px #464646;
  box-shadow: 6px 0 5px -2px #464646;
}

.new-experiment-button {
  position: absolute;
  right: 0;
  margin-top: 20px;
  display: flex;
  color: var(--vitta-white);
  height: 50px;
  margin-right: 40px;
  border-radius: 30px;
  z-index: 3;
  float: right;
  cursor: pointer;
  background-color: var(--vitta-green);
  box-shadow: 0 0 5px #333;
  min-width: 50px;
  justify-content: center;
  align-items: center;
}

#signup-loader {
  display: flex;
  border-radius: 10px;
}

#add-resource-intro {
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#add-resource-form {
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#add-resource-container {
  position: absolute;
  width: 100%;
}

@media (max-width: 700px) {
  #add-resource-form,
  #add-resource-intro {
    width: 95%;
  }

  .resource-box-content-main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 700px) {
  #add-resource-form,
  #add-resource-intro {
    width: 50%;
  }
}

.resource-filter-menu {
  padding: 10px 5px 10px 5px;
}

.resource-box,
.kit-faq-box {
  width: 100%;
  padding: 15px 5px 15px 5px;
  background-color: var(--bg-1);
  margin: 10px 0px 10px 0px;
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  line-height: 1;
  box-shadow: 0 0 1px #333;
}

.resource-box-header,
.faq-box-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /* align vertical */
  cursor: pointer;
}

.resource-box-content {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.resource-box-content-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.resource-box-content-details {
  display: inline;
  text-align: right;
  color: #a9a9a9;
  font-size: 12px;
}

.resource-box-dropdown {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  background-color: var(--bg-4);
  color: var(--vitta-white);
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

#resources-library-container {
  width: 100%;
}

#resource-library {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

#resource-library-tooltips {
  position: fixed;
  top: 10%;
  right: 2%;
  width: auto;
  height: auto;
  z-index: 3;
}

#resource-library-warning {
  width: 180px;
  height: auto;
  background-color: var(--bg-1);
  padding: 20px;
  border-radius: 15px;
  z-index: 10;
  -moz-box-shadow: 0px 0px 15px 0px #ababab;
  -webkit-box-shadow: 0px 0px 15px 0px #ababab;
  -o-box-shadow: 0px 0px 15px 0px #ababab;
  box-shadow: 0px 0px 15px 0px #ababab;
  margin-bottom: 30px;
  font-size: 14px;
}

.resource-library-warning-close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ababab;
  -moz-box-shadow: 0px 0px 15px 0px #ababab;
  -webkit-box-shadow: 0px 0px 15px 0px #ababab;
  -o-box-shadow: 0px 0px 15px 0px #ababab;
  box-shadow: 0px 0px 15px 0px #ababab;
  float: right;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.resource-library-warning-close:hover {
  background-color: var(--vitta-orange-light);
  color: #fff;
  border-color: transparent;
}

@media (min-width: 700px) {
  #resource-library {
    width: 70%;
    overflow: hidden;
  }
}

.popup-close-img {
  position: absolute;
  width: 40px;
  height: auto;
  top: -10px;
  right: -10px;
}

.main-container {
  width: 100%;
  position: relative;
  flex: 1;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
}

.login-container {
  width: 100%;
}

#programming-div {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

#programming-head {
  background: var(--vitta-green);
  position: relative;
  margin-top: -30px;
  padding-bottom: 30px;
  color: var(--vitta-white);
}

#interfaces-cards {
  margin: 0 auto;
  margin-top: 1em;
  color: black;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#interfaces-cards .card {
  width: 300px;
  margin: 1em;
  text-align: center;
  cursor: pointer;
  border-radius: 1em;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.tools-container .card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 1em;
}

#interfaces-cards .card-title {
  color: var(--vitta-green);
  font-weight: 900;
}

#interfaces-cards .card-subtitle {
  color: var(--vitta-green);
  margin-bottom: 0.25rem;
}

#interfaces-cards .card-info-link {
  text-decoration: none;
  color: grey;
  opacity: 0.8;
}

#interfaces-cards .card-info-link:hover {
  text-decoration: underline;
}

#interfaces-cards .interface-img {
  width: 80%;
  height: 10em;
  margin: 1em auto;
  object-fit: scale-down;
}

#programming-body {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

#programming-features {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

#programming-features .programming-col {
  width: 25%;
}

#programming-features .programming-col-center {
  flex-grow: 2;
  max-width: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#programming-features .programming-col-center img {
  margin: auto 0;
  width: 100%;
}

.feature-card {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.feature-card-body {
  flex-grow: 1;
}

.feature-card-title {
  font-weight: 900;
}

.feature-card-icon {
  margin: 1em;
  width: 30pt;
  height: 40pt;
  object-fit: scale-down;
}

.programming-carousel-title {
  font-size: 3em;
  font-weight: 800;
  text-align: center;
}

.carousel-title-arduino,
.carousel-title-stm32 {
  color: var(--vitta-blue);
}

.carousel-title-microbit {
  color: var(--vitta-green);
}

.carousel-title-python {
  color: var(--vitta-red);
}

.programming-carousel {
  background-color: var(--bg-1);
  color: var(--text-1);
  width: 60%;
  margin: 1em auto 5em;
  border-radius: 1em;
  border-style: solid;
  border-width: 5px;
}

.programming-carousel h3 {
  text-align: center;
  font-weight: 900;
  font-size: 1.5em;
  margin-top: 1em;
}

.programming-carousel .slick-prev,
.programming-carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  z-index: 1;
  filter: invert(50%);
}

.programming-carousel .slick-prev {
  background: url("../content/img/programming/arrow_left_circle.svg");
  left: 15px;
}

.programming-carousel .slick-next {
  background: url("../content/img/programming/arrow_right_circle.svg");
  right: 15px;
}

.programming-carousel .slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.programming-carousel .slick-dots li {
  margin: 0 0.25rem;
}

.programming-carousel .slick-dots button {
  display: block;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  background-color: #65656565;
  border: none;
  color: transparent;
}

.programming-carousel .slick-dots li.slick-active button {
  background-color: #656565;
}

.carousel-arduino,
.carousel-stm32 {
  border-color: var(--vitta-blue);
}

.carousel-arduino h3,
.carousel-stm32 h3 {
  color: var(--vitta-blue);
}

.carousel-microbit {
  border-color: var(--vitta-green);
}

.carousel-microbit h3 {
  color: var(--vitta-green);
}

.carousel-python {
  border-color: var(--vitta-yellow);
}

.carousel-python h3 {
  color: var(--vitta-red);
}

.programming-carousel-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 1em;
}

.programming-carousel-content img,
.programming-carousel-content p {
  margin: 2em;
  width: 40%;
  max-height: 100%;
  object-fit: scale-down;
}

#programming-footer {
  background-color: var(--bg-2);
  color: var(--text-1);
  margin-top: -35px;
}

#cc-container,
#programming-resources {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

#cc-container img {
  margin: 0.25em;
}

#programming-resources .btn {
  flex: 0 1 3em;
  margin: 0.51em;
  border-radius: 1em;
  border: none;
}

#programming-resources .arduino-button-tutorials {
  background-color: var(--vitta-blue);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #00000025;
}

#programming-resources .arduino-button-tutorials:hover {
  background-color: var(--vitta-blue-dark);
}

#programming-resources .microbit-button-tutorials {
  background-color: var(--vitta-green);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #00000025;
}

#programming-resources .microbit-button-tutorials:hover {
  background-color: var(--vitta-green-dark);
}

#programming-resources .python-button-tutorials {
  background-color: var(--vitta-yellow);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #00000025;
}

#programming-resources .python-button-tutorials:hover {
  background-color: var(--vitta-yellow-dark);
}

@media only screen and (max-width: 1250px) {
  #programming-features {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }

  #programming-features .programming-col,
  #programming-features .programming-col-center {
    width: 95%;
  }

  #programming-features .programming-col-center {
    order: -1;
    display: none;
  }

  .programming-carousel {
    width: 90%;
  }

  .programming-carousel .carousel-indicators {
    bottom: 10px;
  }

  .programming-carousel-content {
    flex-direction: column;
    height: max-content;
  }

  .programming-carousel-content img,
  .programming-carousel-content p {
    width: 100%;
  }

  .programming-carousel-content img {
    order: -1;
    width: 70%;
  }
}

@media only screen and (max-width: 1659px) {
  #interfaces-cards .card {
    flex-basis: 23.3333%;
  }
}

@media only screen and (max-width: 700px) {
  #interfaces-cards {
    flex-direction: column;
  }

  #interfaces-cards .card {
    width: auto !important;
  }
}

.vitta-member-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.vitta-member-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.vitta-member-desc {
  position: absolute;
  cursor: default;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.vitta-member:hover .vitta-member-desc {
  opacity: 1;
}

.vitta-member:hover .vitta-member-img {
  opacity: 0;
}

.delete-preview-span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #5bb528;
  font-size: 25px;
  cursor: pointer;
}

.delete-preview-container {
  width: 100px;
  height: 75px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}

.delete-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 15px;
}

.no-delete {
  border-radius: 10px;
  border: #5bb528 4px solid;
}

.delete {
  border-radius: 10px;
  border: var(--vitta-red) 4px solid;
}

#vitta-team-div {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  padding-bottom: 50px;
}

.vitta-member {
  background-color: var(--bg-2);
  max-width: 300px;
  width: 300px;
  height: 300px;
  margin: 10px 20px 10px 20px;
  display: inline-block;
  position: relative;
  border-radius: 15px;
  border-width: 6px;
  border-color: transparent;
  border-style: solid;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 400px) {
  .vitta-member {
    width: 200px;
    height: 200px;
    font-size: 75%;
  }
}

#login-container {
  position: absolute;
  width: 100%;
}

.login-form,
.recovery-form-div,
#reset-password-form-div {
  height: 100%;
  padding: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#map {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
}

.quit-button {
  float: right;
  width: 2.5em;
  height: 2.5em;

  --bs-btn-padding-x: 0.1em;
  --bs-btn-padding-y: 0.1em;
}

.center-btn {
  color: var(--text-1);
  cursor: pointer;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.user-text {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-1);
}

#user-dropdown {
  margin-top: unset;
}

.main-signup {
  position: absolute;
  z-index: 9999;
  background-color: var(--bg-1);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

@media (max-width: 700px) {
  .main-signup {
    width: 100%;
    margin: 75px 0 75px 0;
  }
}

@media (min-width: 700px) {
  .main-signup {
    width: 70%;
    margin: 75px 15% 75px 15%;
    box-shadow: 0 0 3px #333;
    border-radius: 20px;
  }
}

/* VITTAMAP (?) */

.popup-info-div {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  justify-content: center;
  width: 100%;
}

.popup-info-img-div {
  width: 30px;
  height: 30px;
  float: left;
}

.popup-info-text {
  flex: 1;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
}

.popup-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-fa {
  margin-right: 3px;
}

.class-select {
  margin-top: 10px;
}

.add-experiment-main-div {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-color: var(--bg-1);
}

.vertical-center {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

/* Top right text */

.top-right {
  position: absolute;
  top: 8px;
}

.diapo-content-div {
  height: 95%;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.info-icon {
  text-align: center;
}

.left-diapo-div {
  position: relative;
  margin-right: 20px;
  width: 5%;
  float: left;
  height: 100%;
}

.right-diapo-div {
  position: relative;
  margin-left: 20px;
  width: 5%;
  float: left;
  height: 100%;
}

.diapo-media {
  max-width: 100%;
  max-height: 100%;
  min-width: 10%;
  min-height: 10%;
  box-shadow: 0 0 5px #333;
  border-radius: 10px;
  image-orientation: from-image;
}

.diapo-media-div {
  position: relative;
  width: calc(90% - 40px);
  height: 95%;
  float: left;
}

.diapo-button {
  cursor: pointer;
  color: var(--vitta-white);
  font-size: 40px;
  text-shadow: 0 0 3px #333;
}

.media-diapo {
  position: fixed;
  z-index: 15;
  height: 95%;
  width: 100%;
  background-color: rgba(41, 41, 41, 0.85);
}

.profile-img-sm,
.profile-img {
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 2px #333;
}

.profile-img-sm {
  width: 50px;
  height: 50px;
}

.profile-img {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.profile-img-wrapper {
  position: relative;
  display: inline-block; /* s'ajuste à la taille de l'image */
}

.profile-img-wrapper.premium-style::after {
  content: "";
  position: absolute;
  top: -5%;
  right: -5%;
  width: 30%;
  height: 30%;
  background: url("/public/content/img/premium-icon.svg") no-repeat
    center/contain;
  pointer-events: none;
}

#profile-form,
#password-form,
#experiments-recap,
#resources-recap,
#projects-recap,
#email-form {
  text-align: left;
}

#profile-menu {
  padding: 10px;
  text-align: center;
  border-radius: 10px;
}

.vitta-media,
.vitta-video {
  cursor: pointer;
  width: 175px;
  height: 150px;
  margin-right: 30px;
  margin-bottom: 25px;
  overflow: hidden;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  box-shadow: 0 0 5px #333;
}

#change-map-buttons {
  position: absolute;
  bottom: 20px;
  right: 60px;
  z-index: 3;
}

.media {
  image-orientation: from-image;
  object-fit: cover;
  overflow: hidden;
}

.media-box {
  overflow: hidden;
  text-align: center;
}

#see-experiment-div {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-color: var(--bg-1);
}

#see-experiment-panel {
  position: relative;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  overflow: hidden;
}

@media (max-width: 700px) {
  #see-experiment-panel {
    width: 90%;
  }
}

.orange-vitta {
  color: var(--vitta-orange);
}

.grey-vitta {
  color: #999;
}

#add-experiment-map,
#see-experiment-map {
  position: fixed;
  width: 100%;
  height: calc(100% - 20px);
  margin-top: -70px;
}

.mandatory {
  color: var(--vitta-red);
}

.hint {
  font-size: 14px;
}

.exp-label {
  margin-top: 1rem;
}

.cat-title-vittamap {
  font-weight: bold;
  font-size: 1.1em;
}

@media (max-width: 500px) {
  #exp-dates {
    flex-direction: column;
  }
}

.browse-button {
  background-color: var(--vitta-green);
  color: var(--vitta-white);
}

.vitta-danger-button {
  color: var(--vitta-white);
  cursor: pointer;
  width: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.add-experiment-form-div {
  width: 90%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.select-date {
  width: 200px;
  margin-right: 20px;
  margin-bottom: 5px;
}

.add-class {
  margin-top: 12px;
  margin-bottom: 12px;
  border: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 10px;
  padding: 10px;
}

.class-input {
  margin-bottom: 10px;
}

#input-map {
  width: 100%;
  height: 400px;
  z-index: 8;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.blue-vitta {
  color: var(--vitta-blue);
}

/* HOMEPAGE */

.border-3 {
  height: auto;
  object-fit: cover;
  margin-bottom: -1px;
}

.border-3 svg {
  height: auto;
  object-fit: cover;
  margin-bottom: -1px;
}

.svg-border-3 {
  fill: var(--bg-2);
}

.svg-border-green {
  fill: var(--vitta-green);
}

.gallery {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .gallery {
    flex-wrap: wrap;
  }
}

.gallery-item {
  margin: 0 2% 0 2%;
  height: 300px;
  width: 200px;
}

.gallery-img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
  box-shadow: 0 0 3px #333;
}

.slick-dots {
  position: relative;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* PROFILE */

#add-resource-progress-bar,
#signup-progress-bar,
#tutorial-progress-bar {
  width: 100%;
  box-shadow: 0 0 3px #333;
  height: 30px;
  margin-bottom: 15px;
  border-radius: 5px;
}

#add-resource-progress-bar-status,
#signup-progress-bar-status,
#tutorial-progress-bar-status {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 30px;
  color: var(--vitta-white);
}

#add-resource-progress-bar-completed,
#signup-progress-bar-completed,
#tutorial-progress-bar-completed {
  width: 0;
  height: 100%;
  background-color: var(--vitta-green);
  box-shadow: 0 0 3px rgba(var(--vitta-green-rgb), 0.5);
}

.learning-info-box {
  display: inline-block;
  width: 250px;
  margin: 0 5% 0 5%;
  vertical-align: top;
}

.learning-info-img {
  width: 200px;
  height: 200px;
  margin: 0 auto 0 auto;
  object-fit: contain;
}

.learning-info-title {
  margin: 20px 0 20px 0;
}

.kit-box {
  max-width: 300px;
  height: 300px;
  border: transparent 5px solid;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  margin: 0 20px 0 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
  -webkit-transition: border 0.3s linear;
}

.kit-box-img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s linear;
  -webkit-transition: filter 0.3s linear;
  filter: grayscale(100%);
}

.kit-box-title {
  text-align: center;
  position: absolute;
  bottom: 2%;
  left: 10px;
  color: transparent;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
}

#kit-details-container {
  padding: 2%;
}

.content-picture {
  position: relative;
  width: 100%;
  height: auto;
}

.content-container {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.faq-box-content {
  margin-top: 20px;
  text-align: left;
  display: none;
  padding: 0 3% 0 3%;
  line-height: 1.3;
}

.kit-faq-box {
  background-color: var(--bg-2);
  box-shadow: none;
  border: none;
}

.info {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

#legal-notice-content {
  width: 100%;
  height: 100%;
  padding: 100px 10% 50px 10%;
  min-width: 250px;
}

#accessibility-notice-content {
  width: 100%;
  padding: 10px 10% 50px 10%;
  min-width: 250px;
}

.legal-notice-title,
.accessibility-notice-title {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

#legal-notice-content > p {
  width: auto;
  height: auto;
}

#accessibility-notice-content > p {
  width: auto;
}

#accessibility-notice-content > img {
  width: 20%;
  margin: 0 auto;
  display: inherit;
}

@media (max-width: 700px) {
  #accessibility-notice-content > img {
    width: 100%;
  }
}

.wet {
  background-color: var(--vitta-orange);
  color: var(--vitta-white);
}

.total-output {
  text-align: right;
  float: right;
}

.table-loader {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.message {
  height: 100%;
  padding: 0 50px;
}

.our-works {
  padding: 20px;
}

#programmer-div {
  background-color: var(--bg-2);
  position: relative;
  width: 100%;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}

#ide {
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}

#dl-buttons-plugin {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  overflow: hidden;
}

#dl-buttons-plugin {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
}

#programmer-os-choices {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  font-size: 5rem;
  margin: 50px auto;
}

#programmer-os-choices > i {
  margin: 0 20px;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
}

#programmer-os-choices > i:hover {
  color: rgb(248, 147, 16);
}

#ide-absolute-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#open-generator-tab {
  cursor: pointer;
  width: 20px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-2);
  float: left;
  height: 100%;
  color: grey;
}

#open-generator-tab:hover {
  background-color: var(--bg-3);
}

#top_bar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  background-color: var(--bg-3);
  padding: 5px 10px;
  overflow: hidden;
  height: auto;
}

.ide-addblock {
  align-content: center;
  width: 100%;
  height: 40px !important;
  color: #e98710;
  font-weight: bold;
  padding-left: 10px;
  line-height: 40px;
  cursor: pointer !important;
}

.ide-addblock:hover {
  background-color: var(--bg-3);
}

.addblock-form {
  margin-left: 5px;
  margin-right: 5px;
}

.addblock-label {
  font-weight: bold;
  margin-top: 5px;
}

.modal-button-center {
  text-align: center;
}

.btn_ide {
  background-color: var(--bg-1);
  padding: 0.5em;
  font-weight: bold;
  margin-right: 3px;
  float: left;
  border: transparent 3px solid;
  height: 45px;
  color: #4f4f4f;
  min-width: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.select_ide {
  float: left;
  height: 45px;
  background-color: var(--bg-4);
  padding: 0.5em;
  font-weight: bold;
  margin-right: 3px;
  border: transparent 3px solid;
  color: var(--text-0);
  max-width: 200px;
}

.select_ide:focus {
  outline: none;
}

.btn_ide_code {
  border-radius: 15px;
}

#project-name {
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
}

#public-flag {
  font-weight: normal;
}

.btn_ide:hover,
.mode-selected {
  border-color: var(--vitta-orange-light);
  border-width: 3px;
  cursor: pointer;
}

.btn_ide_left {
  border-radius: 15px 0 0 15px;
}

.btn_ide_right {
  border-radius: 0 15px 15px 0;
  margin-right: 10px;
}

#tab_content {
  width: 100%;
  height: 40px;
}

.no-project {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 12px;
}

.project-item {
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  align-content: center;
}

.project-item:hover {
  background-color: var(--bg-5);
}

.tab {
  border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  float: left;
  min-width: 30%;
  max-width: 100%;
  width: auto;
  height: 40px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: -15px;
  background-color: var(--bg-2);
  color: grey;
  border: rgba(128, 128, 128, 0.28) 1px solid;
  position: relative;
}

.tab > .doc_title {
  vertical-align: middle;
  padding-top: 8px;
  padding-left: 20px;
  position: absolute;
}

#toolbox {
  float: left;
  height: 100%;
  width: 20%;
  background: var(--bg-1);
}

#toolbox > ul {
  width: auto;
  padding-left: 20px;
}

#generator,
.ide-generator {
  height: 100%;
  width: 30%;
  overflow: hidden;
  background-color: var(--bg-4);
}

.toolbox_title {
  font-weight: bold;
  list-style: none;
  text-align: justify;
  margin-top: 20px;
  font-size: 24px;
}

.ide_input {
  color: #448ae5;
}

.ide_communication {
  color: #7ac943;
}

.ide_sensors {
  color: #9966ff;
}

.ide_actuators {
  color: #ff4d6a;
}

.ide_logic {
  color: #fc7417;
}

.ide_loop {
  color: #22b573;
}

.ide_math {
  color: #3fa9f5;
}

.ide_text {
  color: #1a6da8;
}

.ide_variable {
  color: #f9d142;
}

.ide_list {
  color: #e58544;
}

.ide_procedure {
  color: #36a862;
}

#gen_code_arduino {
  height: 100%;
  width: 100%;
  background-color: var(--bg-1);
  border: none;
  outline: none !important;
}

#programmer-loading {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-1);
  position: relative;
}

.plugin-loader {
  margin: 0 auto 0 auto;
  text-align: center;
  display: block;
  flex: 1;
  object-fit: contain;
}

.plugin-title {
  font-weight: bold;
  font-size: 24px;
  width: auto;
  max-width: 800px;
  text-align: center;
  margin: 5px auto;
}

#no-plugin-message {
  padding: 0.5em 1.25em;
  margin-bottom: 0;
  font-size: 12px;
  margin-right: 7px;
}

.linedwrap {
  border: none !important;
}

#compile-feedback {
  margin-left: 10px;
  font-weight: bold;
  color: #4f4f4f;
  font-size: 12px;
  display: none;
  margin-right: 5px;
}

#compile-loader {
  height: 25px;
  width: 25px;
  object-fit: contain;
}

.ide-modal-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.ide-modal-header {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
}

.ide-modal-title {
  font-size: 20px;
  align-self: center;
  margin: 0;
  color: var(--vitta-green);
  font-weight: bold;
}

.ide-modal-quit-button {
  margin-left: auto;
}

.ide_modal {
  display: none;
  width: 40%;
  min-width: 200px;
  position: absolute;
  height: auto;
  margin: 18vh 0;
  z-index: 100;
  background: var(--bg-1);
  box-shadow: 0 0 3px #333;
  border-radius: 20px;
  padding: 20px;
  left: 30%;
}

.ide_modal .nav-tabs .nav-item .nav-link {
  color: var(--text-0);
}

.ide_modal .nav-tabs .nav-item .nav-link.active {
  background-color: var(--bg-2);
  border-color: #dee2e6 #dee2e6 var(--bg-1);
}

.profil-modal-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.profil-modal-header {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
}

.profil-modal-title {
  font-size: 20px;
  align-self: center;
  margin: 0;
  color: var(--vitta-green);
  font-weight: bold;
}

.profil-modal-quit-button {
  margin-left: auto;
}

.profil_modal {
  width: 60%;
  min-width: 200px;
  position: fixed;
  height: auto;
  margin: 2vh 0;
  z-index: 50;
  background: var(--bg-1);
  box-shadow: 0 0 3px #333;
  border-radius: 20px;
  padding: 20px;
  left: 20%;
}

.ide_modal_embed {
  margin: 9vh 0 !important;
  width: 60% !important;
  padding: 10px !important;
  left: 20% !important;
}

.project-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.ide_modal > h1 {
  font-size: 20px;
}

#error_msg {
  margin-top: 15px;
  margin-left: 15px;
  color: var(--vitta-red);
  font-weight: bold;
}

#new-project-button {
  width: auto;
}

@media (max-width: 650px) {
  .ide_modal {
    width: 100%;
    left: 0;
  }
}

textarea#desc-project-input {
  min-height: 120px;
  resize: none;
}

.btn_only {
  border-radius: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 4px;
  background-color: var(--bg-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--vitta-green);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--vitta-green);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*   */

.switch-mini {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch-mini input {
  display: none;
}

.slider-mini {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-4);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-mini:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: var(--bg-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider-mini {
  background-color: var(--vitta-green);
}

input:focus + .slider-mini {
  box-shadow: 0 0 1px var(--vitta-green);
}

input:checked + .slider-mini:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */

.slider-mini.round {
  border-radius: 34px;
}

.slider-mini.round:before {
  border-radius: 50%;
}

.btn_ide_export {
  display: none;
  margin-left: auto;
  margin-right: 10px;
}

.btn_ide_blocks {
  display: none;
}

#screensize-toosmall {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: var(--bg-1);
  position: relative;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
}

@media (max-width: 900px) {
  #screensize-toosmall {
    display: flex;
  }
}

.open-project-loader {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
}

.open-project-loader {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
}

.openproject-subtitle:hover {
  cursor: pointer;
}

.openproject-list {
  border-bottom: #d1d1d1 2px solid;
  margin-bottom: 10px;
}

h2.project_date {
  margin-left: auto;
}

.list-open {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

#show_entry {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: #333 1px solid;
  color: #20b572;
  font-weight: bold;
  margin-left: 10px;
}

img.profil_public_img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  border: var(--vitta-green) 3px solid;
  margin: 20px auto;
  object-fit: cover;
}

h4.profil_public_name {
  text-align: center;
  font-weight: bold;
}

span.profil_public_status {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.profil-sep {
  border-radius: 5px;
  width: 90%;
  height: 4px;
  margin: 20px auto;
  background-color: var(--bg-2);
}

.content-sep {
  border-radius: 5px;
  width: 100%;
  height: 4px;
  margin: 20px auto;
  background-color: var(--bg-2);
}

.entry-sep {
  border-radius: 5px;
  width: 100%;
  height: 2px;
  margin: 20px auto;
  background-color: var(--bg-2);
}

.entry-title {
  font-weight: bold;
  font-size: 20px;
}

.entry-desc {
  padding-left: 15px;
  margin-top: 10px;
  text-align: justify;
  width: 90%;
}

a.profile-link:hover {
  text-decoration: none;
}

h4.profil_no_data {
  color: #666666;
  text-align: center;
  font-size: 18px;
}

.profil-etab {
  text-align: center;
  margin: 10px 0;
}

.profil-lvl {
  text-align: center;
  margin: 10px 0;
}

h1.profil-title {
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

#weather_display {
  width: 100%;
  height: 100%;
  position: absolute;
  margin-top: -64px;
}

#weather_informations {
  background-color: var(--bg-1);
  width: 320px;
  height: auto;
  z-index: 3;
  border-radius: 15px;
  position: fixed;
  top: 10%;
  left: 5%;
  font-size: 15px;
  box-shadow: 0 0 15px 2px #5d5d5d;
  padding-bottom: 20px;
}

#weather_informations > p {
  width: 90%;
  margin: 10px auto;
}

#conditions_flight > h2 {
  font-weight: bold;
  font-size: 20px;
  padding-left: 14px;
}

#weather_tab_content {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.weather_tab {
  background-color: var(--bg-1);
  border-top: gray 1px solid;
}

@media (max-width: 1370px) {
  .weather_tab {
    display: block;
    overflow: scroll;
  }
}

.first_day {
  border-left: black 1px solid;
}

#toggle_tab {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom: 0;
  background-color: var(--vitta-orange-light);
  border-color: var(--vitta-orange-dark);
  color: var(--vitta-white);
  cursor: pointer;
  padding-top: 8px;
  font-size: 23px;
  box-shadow: 0 0 10px 4px #dadada;
}

#toggle_tab:hover,
#toggle_tab:active {
  background-color: var(--vitta-orange-dark);
}

#toggle_cross {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rotate_anim {
  transform: rotate(45deg);
}

.weather_full_datas > th,
.weather_full_datas > td {
  display: none;
}

#weather_map {
  width: 100%;
  height: 100%;
  left: 25%;
  z-index: 2;
}

.weather_table_row > td {
  font-size: 14px;
}

.weather_table_row > th {
  font-size: 12px;
}

.tab_stars {
  width: 28px;
  padding: 5px;
}

.tab_windspeed {
  color: black;
}

#legend {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}

#legend > .legend_entry {
  padding: 8px 1px;
  flex: 1 40%;
  margin-left: 20px;
}

.legend_entry > img {
  height: 40px;
}

#conditions_flight {
  margin-top: 25px;
}

.weather_informations_close {
  display: none;
}

@media (max-width: 500px) {
  #weather_informations {
    width: 100%;
    position: absolute;
    padding-top: 64px;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 2px solid #dee2e6;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    z-index: 100;
  }

  #weather-pull {
    display: flex;
    position: absolute;
    top: 59px;
    right: 20px;
    background-color: var(--vitta-green);
    width: 44px;
    height: 60px;
    z-index: 999;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 4px 2px #5d5d5d;
    color: var(--vitta-white);
    font-size: 7vw;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .weather_informations_close {
    display: block;
    position: absolute;
    font-size: 6vw;
    right: 10px;
    cursor: pointer;
  }
}

@media (max-width: 700px) and (min-width: 501px) {
  #weather_informations {
    font-size: 14px;
    padding: 0;
    width: 250px;
  }
}

.genlinkbar {
  flex: 1;
  background-color: var(--bg-4);
}

.genlinkbar:focus {
  background-color: var(--bg-4);
  border-color: #c0c0c0;
  box-shadow: none;
}

.genlinkbar-button {
  flex: 1;
  color: var(--vitta-orange-light);
  border-color: var(--vitta-orange-light);
}

.genlinkbar-button:hover {
  color: var(--vitta-white);
  border-color: var(--vitta-orange-light);
  background-color: var(--vitta-orange-light);
}

/* CGV */

#cgv-div {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 10px #ababab);
}

#cgv-content {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: 1em;
  padding: 20px;
}

.cgv-texts {
  width: auto;
  height: auto;
  background-color: var(--bg-1);
  padding: 0 10% 5% 10%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.cgv-para {
  text-align: justify;
}

.cgv-subtitle {
  font-size: 20px;
  padding: 20px 0px;
}

.cgv-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.cgv-subtitle {
  font-weight: bold;
}

.cgv-separator {
  width: 90%;
  height: 1px;
  border-bottom: 4px dotted grey;
  margin: 4px auto;
}

.cgv-clouds {
  width: 103.8%;
  margin-left: -1.9%;
  margin-bottom: -20px;
}

.cgv-sign {
  float: right;
  font-weight: bold;
  font-size: 15px;
  color: #666666;
  margin: 20px 60px 20px 0;
}

@media (max-width: 600px) {
  #cgv-content {
    width: 95%;
    padding: 20px 0;
    min-width: 300px;
  }

  .cgv-title {
    font-size: 24px;
    margin-bottom: 0px;
  }
}

.vitta-button-activity {
  background-color: var(--vitta-green);
  border-radius: 15px;
  color: var(--bg-0);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #1e9c63;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.vitta-button-activity:hover,
.vitta-button-activity:active {
  background-color: #1b8d5a;
}

#activity_desc {
  width: 90%;
  text-align: center;
  margin: 50px auto 0 auto;
}

.error_empty {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0px, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0px, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0px, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0px, 0);
  }
}

#hire-content {
  width: 80%;
  margin: 20px auto;
  height: auto;
}

.recruit-div {
  display: block;
  margin-top: 50px;
}

.about-recruit-btn {
  font-size: 12px;
}

@media (min-width: 400px) {
  .about-recruit-btn {
    font-size: 16px;
  }
}

.recruit-button {
  font-size: 2vh;
}

@media (max-width: 900px) and (min-width: 550px) {
  .recruit-button {
    font-size: 2vh;
  }
}

@media (max-width: 550px) and (min-width: 400px) {
  #jobs-available {
    flex-direction: column;
  }

  .recruit-button {
    font-size: 1.5vh;
  }
}

@media (max-width: 400px) {
  .recruit-button {
    font-size: 1vh;
  }
}

#jobs-available {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

#job {
  width: 150px;
  padding: 20px 10px 5px 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}

#job > span {
  font-size: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#job > p {
  margin-top: 20px;
  margin-bottom: 0;
}

#job:hover {
  -moz-box-shadow: 0px 0px 15px 0px #ababab;
  -webkit-box-shadow: 0px 0px 15px 0px #ababab;
  -o-box-shadow: 0px 0px 15px 0px #ababab;
  box-shadow: 0px 0px 15px 0px #ababab;
}

#job:hover span {
  color: var(--vitta-orange-light);
}

.job-active {
  -moz-box-shadow: 0px 0px 15px 0px #ababab;
  -webkit-box-shadow: 0px 0px 15px 0px #ababab;
  -o-box-shadow: 0px 0px 15px 0px #ababab;
  box-shadow: 0px 0px 15px 0px #ababab;
  color: var(--vitta-orange-light);
}

#jobs-details {
  width: 100%;
  margin: 40px 0;
}

#job-details {
  display: none;
}

.job-title {
  margin-bottom: 20px;
  font-weight: bold;
}

.job-mission {
  margin-left: 10px;
}

.job-skills > li {
  margin-left: 10px;
}

#errpage_div {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 80vh;
}

#errpage_img {
  width: 50%;
  display: flex;
  justify-content: end;
}

#errpage_img img {
  height: 80%;
  max-width: 100%;
  object-fit: contain;
}

.errpage_code {
  font-size: 150px;
  font-weight: bold;
  color: var(--text-0);
  text-align: start;
}

#errpage_content {
    text-align: center;
    width: 70%;
    height: auto;
    min-height: 55vh;
    margin: 0 auto;
    padding: 20px;
    padding-top: 100px;
    margin-bottom: -20px;
}

p.errpage_subtitle {
  font-size: 30px;
  text-align: start;
  font-weight: bold;
}
p.errpage_subtitle_2 {
  font-size: 16px;
}

.errpage_redirect {
  text-align: center;
  margin-top: 55px;
  font-size: 18px;
}

.errpage_social {
  margin-top: 25px;
}

.errpage_social > a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 26px;
  color: var(--text-0);
  margin: 0px 6px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.errpage_social > a:hover {
  color: rgba(255, 0, 36, 0.7);
  background-color: #fff;
  border-radius: 50%;
}

.errpage_social a i:hover {
  background-color: #fff !important;
  color: inherit !important;
}
#errpage_btn {
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;
}

@media (max-width: 700px) {
  #errpage_div {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
  #errpage_img {
    justify-content: center;
    width: 40%;
  }
  #errpage_content {
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
  }
  p.errpage_subtitle {
    text-align: center;
  }
  #errpage_btn {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .ide-modal-sharedproject-item {
    flex-direction: column;
  }
}

@media (min-width: 700px) {
  #feedback-div {
    padding: 20px;
    position: absolute;
    z-index: 9999;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 75px;
    border-radius: 10px;
    background-color: var(--bg-1);
    box-shadow: 0 0 3px #333;
  }
}

@media (max-width: 700px) {
  #feedback-div {
    padding: 20px;
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin-top: 75px;
    border-radius: 10px;
    background-color: var(--bg-1);
    box-shadow: 0 0 3px #333;
  }
}

.nav-en-info {
  width: 80%;
  margin: 20px auto;
}

@media (max-width: 650px) {
  .tutorial-item-link {
    max-width: 100%;
  }
}

#shop-display-items {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 0 50px;
}

.shop-rows {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.shop-rows > img {
  width: 25%;
  height: 25%;
  padding: 5px;
}

.shop-1-row {
  width: 100%;
  display: flex;
}

.shop-1-row-left {
  width: 50%;
  height: 50%;
}

.shop-1-row-left > div {
  width: 100%;
  padding: 5px;
}

.shop-1-row-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  /* height: 50%; */
}

.shop-1-row-right > img {
  width: 50%;
  /* height:50%; */
  padding: 5px;
}

#shop-card {
  width: 100%;
  /* height:100%; */
  padding: 5px;
  cursor: pointer;
}

/* .shop-1-row-right > #shop-card  {
  width:50%;
  height:50%;
} */

.shop-rows > #shop-card {
  width: 25%;
  /* height: 25%; */
}

.shop-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

#shop-card > a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

#shop-card-front {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

#shop-card-back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

#shop-card:hover #shop-card-back {
  opacity: 1;
}

#shop-card:hover #shop-card-front {
  opacity: 0;
}

#shop-card:hover {
  box-shadow: 0 0 5px #a1a1a1;
}

.shop-card-info {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  width: 100%;
  height: 50px;
}

.shop-card-name {
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding-top: 8px;
  padding-left: 5px;
  color: #fff;
}

.shop-card-price {
  display: block;
  font-size: 12px;
  padding-left: 5px;
  margin-top: -5px;
  color: #fff;
}

.info-highlight {
  height: 80px;
}

.info-highlight-desktop {
  transform: translate(0, -80px) !important;
}

.info-highlight-mobile {
  margin-top: -80px !important;
}

.info-mobile {
  display: none;
  position: relative;
  margin-top: -50px;
}

.info-desktop {
  transform: translate(0, -50px);
}

.info-highlight > .shop-card-name {
  padding-top: 15px;
  padding-left: 5px;
  font-size: 26px;
}

.info-highlight > .shop-card-price {
  font-size: 20px;
  padding-left: 5px;
  margin-top: -7px;
}

.shop-card-price-sale-big {
  font-size: 16px;
  text-decoration: line-through;
  color: #f6fcff;
  margin-left: 11px;
}

.shop-card-price-sale {
  font-size: 10px;
  text-decoration: line-through;
  color: #f6fcff;
  margin-left: 5px;
}

@media (max-width: 775px) {
  #shop-display-items {
    padding: 0 10px;
  }

  .shop-1-row {
    flex-direction: column;
  }

  .shop-1-row-left {
    width: auto;
    height: auto;
  }

  .shop-1-row-right {
    width: auto;
    height: auto;
  }

  .shop-rows > #shop-card {
    width: 50%;
    /* height:50%; */
  }

  .contact-shop {
    font-size: 2vh !important;
  }
}

.low-price {
  font-size: 17px;
  text-decoration: line-through;
  color: #797979;
  margin-left: 6px;
}

.btn_soldout {
  cursor: not-allowed !important;
  border: #5c5c5c 1px solid;
  background-color: #6b6b6b;
  width: 100%;
  border-radius: 15px;
  color: #fff;
}

#add-to-cart {
  position: absolute;
  display: flex;
  color: var(--vitta-white);
  height: 50px;
  border-radius: 30px;
  z-index: 3;
  float: right;
  cursor: pointer;
  background-color: var(--vitta-green-dark);
  box-shadow: 0 0 5px #333;
  min-width: 50px;
  justify-content: center;
  align-items: center;
  transform: translate(150px, -70px);
}

#shop-card-name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #777676;
}

.alert-shop-main {
  width: 50%;
  margin: 0 auto;
}

#btn-anchor-shop {
  width: auto;
  padding-right: 0 !important;
}

.product-exploded {
  padding-top: 64px;
}

#product-exploded {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.content-picture-container {
  width: 50%;
  max-width: 550px;
  position: relative;
}

.content-picture {
  position: relative;
  width: 100%;
  height: auto;
}

#feedback-form {
  display: none;
}

#actuality-div {
  width: 100%;
  margin-top: 64px;
}

#actuality-content {
  width: 90%;
  margin: 0 auto;
}

#articles-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.article-item {
  width: calc(33% - 40px);
  min-width: 300px;
  height: 320px;
  margin: 20px;
  cursor: pointer;
}

.article-item:hover .article-img-container > img {
  opacity: 0.5;
}

.article-item:hover .article-img-hover {
  opacity: 0.8;
}

.article-img-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}

.article-img-container {
  height: 60%;
  width: 100%;
}

.article-img-hover-container {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  padding: 5px;
  cursor: pointer;
}

.article-img-hover-container > img {
  display: block;
  margin: 0 auto;
  width: 40%;
  max-width: 130px;
}

.article-item-title {
  margin-top: 5px;
  font-size: 17px;
  font-weight: bold;
}

.article-item-subtitle {
  font-size: 14px;
}

.article-img-hover {
  background-color: var(--bg-4);
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -192px;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  z-index: -1;
}

.article-img-hover-title {
  font-size: 30px;
  text-align: center;
}

#articles-notice {
  margin: 100px;
  font-size: 25px;
}

@media (max-width: 850px) {
  .article-item {
    width: 90%;
    height: 300px;
  }

  .article-img-hover {
    margin-top: -180px;
  }

  .article-img-hover-container > img {
    min-width: 110px;
    width: 20%;
  }
}

@media (max-width: 500px) {
  .article-img-hover-container > img {
    width: 30%;
  }
}

.form-api-key {
  color: #565656;
  font-size: 1rem;
  margin-left: 20px;
}

#share-project-modal-profile {
  width: 40%;
  height: auto;
  position: absolute;
  left: 30%;
  top: 20%;
  z-index: 50;
  background: var(--bg-1);
  box-shadow: 0 0 3px #333;
  border-radius: 15px;
  padding: 20px;
  display: none;
}

#gallery-fullscreen {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100%;
  height: calc(100% + 64px);
  display: none;
  justify-content: center;
  align-content: center;
  z-index: 1001;
  margin-top: -64px;
}

.gallery-media {
  width: 80%;
  height: calc(96% - 64px);
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.gallery-media-content {
  max-width: 100%;
  max-height: calc(100% - 50px);
  object-fit: contain;
}

.gallery-sides {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-chevron {
  cursor: pointer;
  color: var(--bg-0);
  font-size: 3rem;
}

#gallery_display_main {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-bar {
  width: 50%;
  height: 50px;
  background-color: var(--bg-1);
  position: fixed;
  margin: -60px auto 0 auto;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  bottom: 0;
}

@media (max-width: 600px) {
  .gallery-bar {
    width: 100%;
  }
}

.gallery-bar > div {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}

.like-bar {
  height: 100%;
}

.like-content {
  position: absolute;
  left: 10px;
}

.exp-bar {
  width: 200px;
  height: 100%;
  justify-content: center;
}

.share-bar {
  height: 100%;
}

.social-btn {
  position: absolute;
  right: 10px;
}

.gallery-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: var(--vitta-white);
  font-size: 3.5rem;
  cursor: pointer;
}

.diapo-heart {
  color: var(--vitta-red);
}

.diapo-heart-empty {
  color: #565656 !important;
}

.apimap-block {
  background-color: var(--bg-1);
  border: var(--vitta-orange-light) 3px solid;
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 10px;
}

#apimap-content {
  background-image: url("/public/content/img/assets/map/map@2x.png");
  background-size: cover;
  width: 100%;
  height: calc(100% - 64px);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

#apimap-profil {
  width: 30%;
  margin-right: -10px;
  z-index: 2;
  max-width: 550px;
}

#apimap-wrap {
  max-width: 60%;
  display: flex;
  margin-top: -64px;
  justify-content: center;
  align-items: center;
}

.apimap-info > .info {
  font-size: 1vw;
}

.apimap-header {
  background-color: var(--bg-1);
  border: var(--vitta-orange-light) 3px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 10px;
  width: 80%;
  margin: -50px auto 0 auto;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
}

.apimap-card-header {
  width: 100%;
}

.apimap-card-display {
  margin-left: 10px;
}

.apimap-separator {
  width: 1px;
  height: 200px;
  border-left: 1px grey solid;
}

.apimap-info {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}

.apimap-picture {
  width: 150px;
  height: 150px;
  border: #ebebeb 4px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0 5px 0px #464646;
  box-shadow: 0px 0 5px 0px #464646;
  margin: 20px auto;
}

.apimap-picture-content {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.apimap-graph-menu {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.apimap-graph-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.apimap-graph-icon {
  margin: 0 5%;
  color: #b3b3b3;
  font-size: 3vw;
  cursor: pointer;
  -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;
}

.apimap-graph-icon:hover {
  color: #494949;
}

.apimap-graph-icon-active {
  color: #494949;
}

.apimap-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 950px) {
  #apimap-wrap {
    flex-direction: column-reverse;
  }

  #apimap-profil {
    padding-top: 50px;
    margin-top: -50px;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    display: flex;
    border-top: 0px solid var(--vitta-orange-light) !important;
    border-right: 3px solid var(--vitta-orange-light) !important;
    border-bottom: 3px solid var(--vitta-orange-light) !important;
    border-left: 3px solid var(--vitta-orange-light) !important;
    z-index: 1;
    justify-content: space-between;
  }

  #apimap-card {
    z-index: 2;
  }

  .apimap-name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    width: 35%;
  }

  .apimap-name > h4 {
    text-align: left !important;
  }

  .apimap-picture {
    width: 100px;
    height: 100px;
    margin: 5px;
  }

  .apimap-info {
    width: 30%;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }

  .apimap-info > button {
    font-size: 2vw !important;
  }
}

.product-item-price-inner {
  margin-left: auto;
  background-color: var(--vitta-green-dark);
  border-radius: 7px;
  padding: 5px;
  color: var(--vitta-white);
  font-weight: bold;
}

.product-item-price-inner-soldout {
  background-color: #6b6b6b;
  cursor: not-allowed !important;
  border: #5c5c5c 1px solid;
}

.programmer-os-downloads {
  width: 70%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}

.programmer-os-downloads > a {
  color: #565656 !important;
}

.os-file {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 20px;
}

.os-file:hover > .os-file-name {
  color: var(--vitta-orange-dark);
  cursor: pointer !important;
}

.os-file-name {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.os-file-name > i {
  padding-right: 10px;
  font-size: 1rem;
}

.os-file-sha1 {
  color: #808080;
}

.open-download-active {
  color: var(--vitta-orange-dark) !important;
}

#switch-lang-div {
  position: absolute;
  z-index: 9999;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 75px;
  border-radius: 10px;
  background-color: var(--bg-1);
  box-shadow: 0 0 3px #333;
  padding: 20px;
}

#tutorial-tooltips {
  position: fixed;
  top: 20%;
  left: 2%;
  width: auto;
  height: auto;
  z-index: 3;
}

#tutorial-tooltip {
  display: none;
  width: 180px;
  height: auto;
  background-color: var(--bg-1);
  padding: 20px;
  border-radius: 15px;
  z-index: 10;
  box-shadow: 0px 0px 15px 0px #ababab;
  margin-bottom: 30px;
  font-size: 14px;
}

.programmer-bar-plugin {
  width: 100%;
  height: 35px;
  color: #856404;
  background-color: #fff3cd;
  border: solid 2px #ffeeba;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
}

#programmer-projects {
  width: 97%;
  margin: 50px auto 0 auto;
}

.code-items {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
}

.code-item {
  width: 320px;
  height: 240px;
  display: flex;
  align-items: center;
}

.code-item-large {
  width: 80%;
  height: 240px;
  margin: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2vw;
}

.code-carousel-control {
  background-color: var(--vitta-green);
  padding: 0px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.code-carousel-override {
  width: 90% !important;
  margin: 0 auto !important;
}

.code-carousel-element {
  margin-bottom: 30px;
}

.code-carousel-element > h3 {
  margin-left: 6%;
}

.code-no-carousel {
  opacity: 0 !important;
  cursor: default !important;
}

.code-newproject {
  border: dashed 4px grey;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  text-align: center;
  opacity: 0.5;
  cursor: pointer !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.code-newproject > i {
  font-size: 5rem;
}

.code-newproject > p {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 0;
}

.code-newproject:hover {
  opacity: 1;
  border-color: var(--vitta-green);
  color: var(--vitta-green);
}

.code-carousel {
  display: flex;
  align-items: center;
}

.carousel-control-next,
.carousel-control-prev {
  position: initial !important;
}

.code-tuto-item {
  height: 100%;
  width: 320px;
  height: 240px;
  align-items: center;
  cursor: pointer;
  margin-top: 30px;
}

.code-tuto-item:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: scale(1.05);
}

.code-tuto-info {
  background-color: rgba(0, 0, 0, 0.55);
  color: var(--bg-0);
  align-items: center;
  height: 65px;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .code-tuto-item {
    width: 280px;
  }

  .code-newproject {
    height: 210px;
  }
}

@media (max-width: 1300px) {
  .code-tuto-item {
    width: 240px;
  }

  .code-newproject {
    height: 180px;
  }
}

@media (max-width: 1130px) {
  .code-tuto-item {
    width: 200px;
  }

  .code-newproject {
    height: 150px;
  }
}

@media (max-width: 900px) {
  .code-tuto-item {
    width: 160px;
    height: 120px;
  }

  .code-newproject {
    height: 120px;
  }
}

#plugin-content {
  width: 80%;
  margin: 0 auto;
}

.download-card {
  background-color: var(--bg-1);
  border-radius: 5px;
  padding: 10px;
  -moz-box-shadow: 0px 0px 15px 0px #ababab;
  -webkit-box-shadow: 0px 0px 15px 0px #ababab;
  -o-box-shadow: 0px 0px 15px 0px #ababab;
  box-shadow: 0px 0px 15px 0px #ababab;
}

.download-os {
  font-size: 5rem;
  margin: 0 auto;
}

.download-separator {
  border-top: #e6e6e6 2px solid;
  width: 80%;
  margin: 0 auto;
}

.grey-button {
  background-color: var(--bg-4);
  border-radius: 15px;
  color: var(--vitta-white);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: rgb(144, 144, 144);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grey-button:hover,
.grey-button:active {
  background-color: #b6b6b6;
}

.os-name {
  font-size: 1.5vw;
}

.os-button {
  font-size: 1.5vw;
}

@media (max-width: 767px) {
  .os-name {
    font-size: 5vw;
  }

  .os-button {
    font-size: 3vw;
  }
}

.os-card-download {
  display: none;
  background-color: var(--bg-1);
  border-radius: 5px;
  padding: 10px;
  -moz-box-shadow: 0px 0px 15px 0px #ababab;
  -webkit-box-shadow: 0px 0px 15px 0px #ababab;
  -o-box-shadow: 0px 0px 15px 0px #ababab;
  box-shadow: 0px 0px 15px 0px #ababab;
}

[data-os] > a {
  color: #565656 !important;
  text-decoration: none !important;
}

.tutorial-difficulty-img {
  display: inline-block;
  height: 1.2vw;
}

.tutorial-item-difficulty {
  font-size: 1.2vw;
  display: inline-block;
}

.tutorial-item-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: rgb(123, 123, 123);
}

.desc-tutorial {
  margin: 5px;
  line-height: 2vh;
  font-size: 1.5vh;
  text-decoration: none !important;
  color: rgb(86, 86, 86);
  text-decoration: none;
  height: 20%;
}

.author-tutorial {
  display: inline-block;
  margin: 5px;
  line-height: 2vh;
  font-size: 1.2vh;
  color: rgb(86, 86, 86);
  font-weight: bold;
  margin-top: 25%;
}

.big-icon {
  font-size: 6vw;
  padding: 1vw;
}

@keyframes spin-anim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.red-icon {
  color: #b52222 !important;
}

#unitTest:hover {
  border-color: orange;
}

#unit-test-icon > i {
  font-size: 2vw;
}

#unit-test-icon {
  background-color: var(--bg-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0px 0px 5px;
}

#unit-test-title {
  background-color: var(--bg-1);
  display: flex;
  align-items: center;
  border-radius: 0px 5px 5px 0px;
  padding-right: 15px;
}

#unit-test-title > h4 {
  margin: 0.1rem !important;
}

.table-catalogue {
  display: inline-block;
  height: 90vh;
}

.fixed-header-catalogue > tr > th {
  position: sticky;
  top: -1px;
  background-color: var(--bg-1);
  outline: 1px solid #dee2e6;
  margin-bottom: -1px;
}

.th-second-row-catalogue > th {
  top: 49px !important;
}

.theme-dark .shop-footer h4 img {
  filter: invert(100%) sepia(2%) saturate(195%) hue-rotate(34deg)
    brightness(115%) contrast(92%);
}

/* darkmode patch 20/04*/

.medium-widget {
  max-width: 800px;
  margin: 0 auto;
}

.medium-widget-article__title,
.medium-widget-article__title:hover {
  color: var(--vitta-green) !important;
}

.medium-widget-article__description,
.medium-widget-article__date {
  color: var(--text-1) !important;
}

/*
 * Switcher Styles
 */

.switcher {
  display: flex;
  flex-direction: row;
  height: 40px;
  margin-top: 3px;
  padding: 4px;
  background: var(--bg-1);
  border-radius: 2px;
  min-width: 200px;
  border-radius: 30px;
  border: solid 1px #ddd;
  position: relative;
  width: max-content;
}

.switcher__input {
  display: none;
}

.switcher__label {
  min-width: 95px;
  font-size: 12px;
  line-height: 30px;
  color: var(--text-1);
  text-align: center;
  cursor: pointer;
  position: inherit;
  z-index: 10;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.switcher__toggle {
  position: absolute;
  float: left;
  height: 30px;
  width: 95px;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
  background-color: var(--vitta-green);
  border-radius: 30px;
  left: 5px;
  top: 4px;
  transition: left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Switcher input NEED a left & right element at a minimum
   * then you build "middle elements" as much as you want 
   */

/* Default element */

.switcher__input:checked + .switcher__label {
  color: #fff;
}

/* Right element */

.switcher__input--right:checked ~ .switcher__toggle {
  left: calc(100% - 99px);
}

/* Left element */
.switcher__input--left:checked ~ .switcher__toggle {
  left: 5px;
}

/* If you have several "mid" elements
   * Create a new class: switcher__input--middleX where X is the index of the element
   */

.switcher__input--middle1:checked ~ .switcher__toggle {
  left: 99px;
}

/* 4px related to the padding
   * If you change the padding update this value too
   */

.switcher__input--middle2:checked ~ .switcher__toggle {
  left: calc((95px * 2) + 4px);
}

.switcher__input--middle3:checked ~ .switcher__toggle {
  left: calc((95px * 3) + 4px);
}

.switcher__input--middle4:checked ~ .switcher__toggle {
  left: calc((95px * 4) + 4px);
}

/* Honeypot field css */

.za78e-field {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
}

/* opensource & partners page */

.logos-opensource-partners {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.opensource-partners hr {
  margin: 4em 0em;
}

.logos-opensource-partners img {
  cursor: pointer;
}

.logos-opensource-partners img,
.opensource-partners-block img {
  align-self: center;
  margin: 0.5em;
}

.opensource-partners-block {
  min-height: 150px;
}

.opensource-partners-img {
  flex-grow: 1;
  min-width: 200px;
}

.opensource-partners-text {
  flex-grow: 2;
  min-width: 400px;
  margin: auto 0;
}

.project-link-opensource-partners {
  color: var(--text-0);
  text-decoration: underline;
}

.project-link-opensource-partners:hover {
  color: var(--text-2);
  text-decoration: underline;
}

/* Wysibb -> text editor in tutorial and classroom */
span.btn-span-peertube,
span.btn-span-cabri {
  text-align: center;
}

img.btn-peertube {
  width: 20px;
  height: 20px;
  margin: 3px 0px 0px 0px;
  filter: grayscale(1);
}

img.btn-cabri {
  width: 26px;
  height: 26px;
}

@media only screen and (max-width: 600px) {
  #eduup-page-container #short-desc {
    text-align: center;
  }

  #eduup-page-container .ach-desc a {
    border-radius: 2em;
    padding: 1em;
  }

  #eduup-page-container .ach-desc {
    margin: 1em auto;
    text-align: center;
  }

  #eduup-page-container .ach-alt:nth-child(1) {
    order: 1;
  }

  #eduup-page-container #eduup-thanks {
    padding: 1em;
    text-align: center;
    background-size: 130%;
  }

  #eduup-page-container #eduup-thanks img {
    margin: 1em;
  }
}

#download-project-info {
  background: var(--text-0);
  color: var(--bg-0);
  width: 20px;
  height: 20px;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 50%;
  bottom: 13px;
  right: 20px;
  cursor: pointer;
  margin: 14px 0px 0px 8px;
}

/* Glossary */

#glossary-div {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

#glossary-head {
  background: var(--bg-2);
  position: relative;
  margin-top: -30px;
  padding-bottom: 30px;
  color: var(--vitta-black);
}

.btn-google, .btn-saml {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid var(--text-0);
    border-radius: 4px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: var(--text-0);
    background-color: var(--bg-1);
    transition: background-color 0.3s;
    width: 100%;
}

.btn-google:hover {
  background-color: var(--bg-3);
}

.btn-sso-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border: 1px solid var(--text-0);
  border-radius: 10px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  color: var(--text-0);
  background-color: var(--bg-1);
  width: 100%;
  height: 38px;
}

.btn-sso-profile img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn-google svg {
  height: 24px;
  margin: 0em 1em;
}

.btn-google img {
  height: 24px;
  margin: 0em 1em;
}

.btn-saml img {
    height: 14px;
    margin: 0em 1em;
}

.disclaimer-sso-profile {
  justify-items: center;
  border: 1px solid var(--vitta-green);
  background: #22b57314;
  border-radius: 10px;
  padding: 1em;
}

@media only screen and (max-width: 1280px) {
  #glossary-head #interfaces-cards .card {
    flex-basis: 20%;
  }
}

@media only screen and (max-width: 1020px) {
  #glossary-head #interfaces-cards .card {
    flex-basis: 28%;
  }
}

@media only screen and (min-width: 1281px) {
  #glossary-head #interfaces-cards .card {
    flex-basis: 17%;
  }
}

.modal-separator {
  position: relative;
  width: 100%;
}

.modal-separator::before {
  position: absolute;
  width: 100%;
  border-top: 2px solid #ccc;
  content: "";
  top: 45%;
  z-index: 1001;
}

.modal-separator span {
  background-color: var(--bg-1);
  color: var(--text-1);
  font-weight: bold;
  font-size: 1.4rem;
  z-index: 1002;
  padding: 0px 5px;
}

.text-vitta-green {
  color: var(--vitta-green) !important;
}

svg [tabindex]:focus,
svg rect:focus,
svg circle:focus,
svg ellipse:focus,
svg path:focus,
svg polygon:focus,
svg line:focus,
svg g:focus {
  outline: none;
  stroke: #0d6efd;
  stroke-width: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(13, 110, 253, 0.5));
  transition: stroke 0.2s, filter 0.2s;
}

.openproject-collapse-title {
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.openproject-collapse-title:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--vitta-blue);
}
