.special{
    font-size: bold;
    color: #005fa3;
  }
.padd{
    padding-right: 0;
    padding-left: 0;
}
img{
	width: 100%;
}
.login {
    height: 100%;
    width: 100%;
    background-color:#002F87;
    background-size: cover;
    position: relative;
}
.login_box {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
    width: 950px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: hidden;
}
.login_box .left{
  height: 100%;
  
}
.login_box .right{
  height: 100%  
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}
.left .top_link{
  height: 100px
}
.left .contact{
	display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 73%;
    margin: auto;
    margin-top: -40px;
    font-weight: bold;
	/* justify-content: space-between; */
	flex-direction: column;
}
.left li{
	
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
  color:#002F87;
}
.left input {
    border: none;
    width: 80%;
    margin: 15px 0px;
    border-bottom: 1px solid #4f30677d;
    padding: 7px 9px;
    width: 100%;
    overflow: hidden;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.left{
	background: linear-gradient(-45deg, #dcd7e0, #fff);
}
.submit {
  font-family: 'Montserrat', sans-serif;
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 60px;
    background: #002F87;
    color: #fff;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}


/*-------------------------------------resultat----------------------------------------------------*/
.right {
	background: url(https://static.seattletimes.com/wp-content/uploads/2019/01/web-typing-ergonomics-1020x680.jpg);
	color: #fff;
	position: relative;
}

.right .right-text{
  color: #002F87;
  height: 100%;
  position: relative;
  transform: translate(0%, 45%);
}
.right-text h2{
  color: #002F87;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}
.right-text h5{
  background-color:#002F87;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.right .right-inductor{
  position: absolute;
  width: 70px;
  height: 7px;
  background: #fff0;
  left: 50%;
  bottom: 70px;
  transform: translate(-50%, 0%);
}
.top_link img {
    width: 200px;
    padding-right: 7px;
    margin-top: -3px;
}
 .text-box {
    background: rgba(255, 255, 255, 0.8); /* semi-transparent box */
    padding: 30px 50px;
    border-radius: 15px;
    text-align: center;
    max-width: 90%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }



#red{
    background-color: #f66969 !important;
    color: white;
    font-family: 'Montserrat', sans-serif;
}
#table {
  font-family: 'Montserrat', sans-serif;
  background: #f7f8fa;
  color: #333;
  padding: 40px 15px;
}

/* Container */
.pdf-table-container {
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

/* Heading */
.pdf-table-container h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  color: #002f8f;
  border-collapse: separate;
}

/* Table */
.pdf-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}

.pdf-table thead {
  background: #002f8f;
  color: #fff;
}

.pdf-table th,
.pdf-table td {
  text-align: left;
  padding: 14px 18px;
  border-collapse: separate;
}

.pdf-table tbody tr {
  border-bottom: 1px solid #eee;
  transition: background 0.2s ease;
  border-collapse: separate;
}

.pdf-table tbody tr:hover {
  background: #f0f8ff;
}

/* Download Button */
.download-btn {
  background: #0078d7;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.25s;
}

.download-btn:hover {
  background: #005fa3;
}

.download-btn i {
  color: #fff;
  font-size: 1.1em;
}

/* ========== Responsive for Mobile ========== */
@media (max-width: 1000px) {
  .pdf-table thead {
    display: none; /* hide table headers */
  }

  .pdf-table,
  .pdf-table tbody,
  .pdf-table tr,
  .pdf-table td {
    display: block;
    width: 100%;
  }

  .pdf-table tr {
    background: #fff;
    border-right: 1px solid black;
    border-collapse: collapse;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    padding: 12px 0;
  }

  .pdf-table td {
    text-align: left;
    padding: 12px 20px;
    position: relative;
  }

  .pdf-table td:first-child {
    font-weight: 600;
    color: #222;
    font-size: 1rem;
    padding-bottom: 8px;
  }

  .pdf-table td:last-child {
    text-align: left;
  }

  .download-btn {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.95rem;
  }

}