#language-select{
  float: right;
  }
.Options{
	background-color: transparent;
	outline: none;
	border: none;
	font-size: 20px;
}
#nav navbar-nav navbar-right{
  float:right;
}

header {
    width: 100%;
    height: 25px;
    background-color: #e0e0eb;
    padding-top: 5px;
    padding-bottom : 5px;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  body{
      padding-top:90px;
  }

  .InfoCenter{
      text-align:left;
  }
  .imageLogo{
     width: auto;
     height: 20px;
     padding-right:5px;
  }
  .imageJava, #imageHTML{
  height: 90px;
  float:left;
  }
  .ImageEdu{
     width: auto;
     height: 110px;
     float:left;
     padding-right:5px;
  }
  .ImageGit{
  max-width:100%;
    margin: auto;
  }

  a{
    text-decoration: none;
  }

  #name{
   font-family: "Lucida Console", cursive;
   font-size: 24px;
  }
  .projects{
      margin-bottom: 4px;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 15px;

  }
  .HomePage{
      width: 75%;
      margin: auto;
      display:flex;
      flex-direction: column;
      align-items: center;
      text-align:center;
  }
  #intro{
      width:100%;
  }
  #Introduction{
      text-align:justify;
      width: 100%;
  }
  #SkillDiv, #Udem, #Comptia, #Cegep{
   margin: auto;
    width: 50%;
    border: 3px solid black;
    padding: 10px;
    margin-bottom: 4px;
    text-align:center;
  }
  .jobs{
   margin: auto;
    width: 50%;
    border: 3px solid black;
    padding: 10px;
    margin-bottom: 4px;
  }
  .symbolWord{
      display:flex;
  }
  #Project{
   margin: auto;
    width: 50%;
    padding: 10px;
    text-align: center;
    width: 50%;
    margin-bottom: 6px;

  }
  ul {
    list-style-type: none;
    margin: 0;
    font-size: 22px;
    padding: 0;
  }
  .tasks{
    list-style-type:disc ;
    margin: 10px;
    font-size: 12px;

  }
  .Skills{
      font-size: 20px;

  }

.HitsterStart, .UniquePlaylistWarning{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f0f2f5;
    min-height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

  #startGame{
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  #UniqueWarning{
      background: #ffffff;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      width: 600px;
      display: flex;
      flex-direction: column;
      gap: 1.2rem;
  }

  .radio-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .radio-option {
    display: flex;
    flex-direction: column;
  }

  .radio-option input[type="radio"] {
    margin-right: 0.5rem;
  }

  .radio-label {
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  #textInput {
    margin-top: 0.5rem;
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  #startLogin, #startUnique {
    background-color: #007bff;
    color: white;
    padding: 0.75rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  }

  #startLogin:hover, #startUnique:hover {
    background-color: #0056b3;
  }
  .tooltip-container {
    position: relative;
    display: inline-block;
  }
.UniquePlaylistWarning {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: black;
}

  .tooltip-icon {
    background-color: grey;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
  }

  .tooltip-text {
    visibility: hidden;
    width: 180px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.85rem;
    pointer-events: none;
  }

  .tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }

  .tooltip-text::after {
    content: "";#
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
  }
  #textInput:disabled {
    background-color: #f2f2f2;
    color: #999;
    border-color: #ccc;
    cursor: not-allowed;
  }

  body {
      padding-top: 90px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .navbar-brand {
      font-family: "Lucida Console", monospace;
      font-size: 24px;
  }

  .imageLogo {
      height: 24px;
      width: auto;
  }

  #Introduction {
      font-size: 1.1rem;
      line-height: 1.6;
  }

  a {
      text-decoration: none;
      color: #007bff;
  }

  a:hover {
      text-decoration: underline;
      color: #0056b3;
  }

#EducationDiv > div {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.ImageEdu {
  width: 100px;
  height: auto;
  margin-right: 20px;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 5px;
}

@media (max-width: 768px) {
  #EducationDiv > div {
    flex-direction: column;
    text-align: center;
  }

  .ImageEdu {
    margin: 0 0 15px 0;
  }
}
/* === General Cleanup === */
body {
  padding-top: 90px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fafafa;
}

/* === Skill Section Styling === */
#SkillDiv {
  max-width: 800px;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

#skillintro {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.skill-category h2 {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #007bff;
}

ul {
  padding-left: 1.5rem;
}

.Skills {
  font-size: 1rem;
  padding: 0.3rem 0;
}

/* === Responsive Adjustments === */
@media (max-width: 768px) {
  #SkillDiv {
    width: 90%;
    padding: 1.2rem;
  }

  .skill-category h2 {
    font-size: 1.2rem;
  }

  .Skills {
    font-size: 0.95rem;
  }
}
/* Container for all jobs */
.jobs {
  max-width: 700px;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Each individual job block */
.jobs > div.job-entry {
  margin-bottom: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #eee;
}

/* Remove border for last job */
.jobs > div.job-entry:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Job title and company */
.job-entry h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #007bff;
  margin-bottom: 0.2rem;
}

.job-entry .company {
  font-size: 1.1rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 0.5rem;
}

/* Dates */
.job-entry .dates {
  font-size: 0.9rem;
  font-style: italic;
  color: #888;
  margin-bottom: 0.8rem;
}

/* Job description / tasks */
.job-entry ul.tasks {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-size: 1rem;
  color: #333;
}

.job-entry ul.tasks li {
  margin-bottom: 0.4rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .jobs {
    padding: 1rem 1.2rem;
    width: 90%;
  }

  .job-entry h3 {
    font-size: 1.15rem;
  }

  .job-entry .company {
    font-size: 1rem;
  }

  .job-entry ul.tasks {
    font-size: 0.95rem;
  }
}
