@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}



.content {
  margin-left: 80px;
  flex-grow: 1;
}

.ligne {
  color: black;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0%;
  width:120vh;
  border: 1px solid rgb(0, 0, 0);
  background-color: black;
}

#ligne{
  color: black;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0%;
  width: 40vh;
  border: 1px solid rgb(0, 0, 0);
  background-color: black;
}

.introduction {
  padding-top: 25vh;
  padding-bottom: 30vh;
  display: flex;
  align-items: center;
  font-size: 150%;
  padding-left: 10vh;

  img{
    margin-left: 10vh;
  }

  
}

.black-bar {
  width: 20px;
  background-color: black;
  height: 45vh;
  margin-right: 20px;
}

.text-content h1, .text-content h2, .text-content p {
  margin: 0;
}

.text-content h1 {

  margin-bottom: 10px;
  padding-top: 25px;
  line-height: 108%;
  font-size: 200%;
  font-weight: bold;
  text-align: left;
}

.imgPlusTxt{
  display: flex;
  align-items: center;
  max-width: 625vh;
}

.text-content h2 {
  margin-bottom: 10px;
  line-height: 150%;
  font-weight: bold;
  text-align: left;
}

.text-content p {
  font-size: 1em;
}


.scroll-down {
  display: flex;
  margin-top: 20px;
  font-size: 24px;
  text-decoration: none;
  color: black;
  transition: transform 1s, color 1s;
  justify-content: center;
}

.scroll-down:hover {
  transform: translateY(10px);
  color: #555;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10vh;
  text-align: center;
}

.about h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.about p {
  font-size: 1.1rem ;
  margin-left: 10vw;
}

.btn-cv {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #333;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 1s, transform 1s;
}

.btn-cv:hover {
  background-color: #555;
  transform: scale(1.1);
}

.timeline {
  margin-top: 100px;
}

.timeline h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.timeline-year {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  border-radius: 10px;
}

.timeline-content {
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 10px;
  flex-grow: 1;
}

.timeline-content h3 {
  margin: 0;
  font-size: 20px;
}

.timeline-content p {
  margin: 5px 0 0;
  font-size: 16px;
}

.sidebar {
  width: 8vh;
  background-color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sidebar a {
  text-decoration: none;
  color: white;
  margin: 10px 0;
}

.icon {
  width: 5vh;
  height: 5vh;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

ul > li { 
  line-height: 1.5em; 
  display: flex;
  align-items: center;
}

ul > li > img {
  padding-right: 3px !important;
}


.footer-basic {
  padding: 40px 0;
  background-color: #000000;
  color: #ffffff;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 20px;
}

.footer-basic .social>a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 0px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social>a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  color: rgb(255, 254, 254);
  margin-bottom: 0;
}

.list-inline{padding-left:0;list-style:none}
.list-inline-item{display:inline-block}
.list-inline-item:not(:last-child){margin-right:.5rem}










.footer_a { 
  text-decoration: unset; 
}
.footer_a:hover { 
  text-decoration: underline; 
}
.footer_a { 
  color:#fff; 
}
ul > li { line-height: 1.5em; }
.footer {
  display:block;
  
  position:static;
  background: #000000;
  padding: 100px 25px 75px 25px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer .inner {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 1180px;
  margin: auto;
  text-align: left;
}
.main-logo {
  position: relative;
  display: flex;
  align-items: center;
}
.main-logo .logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.main-logo .logo > img {
  display: block;
  width: 100%;
  min-width: 40px;
}
.logo-info {
  text-align: left;
  line-height: 20px;
}
.footer_text {
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  letter-spacing: .10em;
  font-weight: 600;
}
.copyright {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
.footer .column {
  width: 100%;
  font-size: 14px;
  text-align: left;
}
.footer .column .column-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.5em;
  color: #fff;
}
.footer .column .column-title:not(:first-child) {
  margin-top: 1em;
}
.illustration {
  left: 8%;
  position: absolute;
  top: -28px;
}
.section-title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
.section-sub-heading {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.section-sub-heading span {
  opacity: 0.6;
}
.section-sub-heading strong {
  font-weight: 600;
}
@media only screen and (max-width: 990px) and (min-width: 200px) {
  body {
      height: 200vh;
      overflow-y: scroll;
      overflow-x: hidden;
  }
  .footer .inner {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .start-learning {
      position: unset;
  }
  .footer-start {
      width: 100%;
      display: block;
      padding: 30px 20px;
      margin: 30px 0;
  }
  .section-title {
      font-size: 30px;
  }
  .section-sub-heading {
      font-size: 18px;
  }
  footer.footer {
      padding-top: 50px;
  }
  a.button {
      height: 50px;
      margin-top: 10px;
  }
  .column.is-logo {
      order: 4;
  }
}

.desc {
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
}

.bas{
  position: absolute;

  width: 5vh;
  height: 5vh;
  border-left: 1vh solid #333;
  border-bottom: 1vh solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  margin-top: -25vh;
  transition: 500ms;
}







/* Timeline Container */
.timeline {
  background: var(--primary-color);
  margin: 20vh auto;
  padding: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Card container */
.card {
  position: relative;
  max-width: 700px;
}

/* setting padding based on even or odd */
.card:nth-child(odd) {
  padding: 30px 0 30px 30px;
}
.card:nth-child(even) {
  padding: 30px 30px 30px 0;
}
/* Global ::before */
.card::before {
  content: "";
  position: absolute;
  width: 50%;
  border: solid #004083;
}

/* Setting the border of top, bottom, left */
.card:nth-child(odd)::before {
  left: 0px;
  top: -4.5px;
  bottom: -4.5px;
  border-width: 5px 0 5px 5px;
  border-radius: 50px 0 0 50px;
}

/* Setting the top and bottom to "-5px" because earlier it was out of a pixel in mobile devices */
@media only screen and (max-width: 400px) {
  .card:nth-child(odd)::before {
    top: -5px;
    bottom: -5px;
  }
}

/* Setting the border of top, bottom, right */
.card:nth-child(even)::before {
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 50px 50px 0;
}

/* Removing the border if it is the first card */
.card:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.card:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.card:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

/* Information about the timeline */
.info {
  display: flex;
  flex-direction: column;
  background: #333;
  color: gray;
  border-radius: 10px;
  padding: 10px;
}

/* Title of the card */
.title {
  color: #ffffff;
  position: relative;
}

/* Timeline dot  */
.title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 999px;
  border: 3px solid #004083;
}

/* text right if the card is even  */
.card:nth-child(even) > .info > .title {
  text-align: right;
}

/* setting dot to the left if the card is odd */
.card:nth-child(odd) > .info > .title::before {
  left: -45px;
}

/* setting dot to the right if the card is odd */
.card:nth-child(even) > .info > .title::before {
  right: -45px;
}

.info-card {
  border: 1px solid #d3d3d3;
  border-radius: 10px 10px 0 0;
  margin: 30px auto;
  width: 25%;
  font-size: 80%;
}
.info-card-img-top {
  border-radius: 10px 10px 0 0;
  height: auto;
  width: 100%;
}
.info-card-body {
  padding: 15px;
}

.card-formation {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.card-formation h4 {
  margin-bottom: 15px;
}
.card-formation ul {
  font-size: 90%;
  padding-left: 20px;
}
.card-formation ul li {
  list-style-type: none;
}
.card-formation ul li i {
  margin-right: 5px;
}

.testMDR{
  display: flex;
  justify-items: center;
  justify-content: center;
}

.egal{
  max-width: 45%;
  padding: 20px;
}

.marge{
  padding-left: 10vh;
}

.rapportStage{
  width: 40%;
  a {
    margin-left: 15px;
  }
  h4{
    margin-left: 15px;
  }
}
.btn-pdf {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #6c757d;
  border: 2px solid #6c757d;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 190px;
}

.btn-pdf:hover {
  color: #6c757d;
  background-color: #fff;
}

.btn-pdf .icon {
  margin-left: 10px;
  font-size: 18px;
}
.container1 {
  max-width: 800px;
  margin: 50px auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container1 h1 {
  text-align: center;
  margin-bottom: 30px;
}

.container1 p {
  margin-bottom: 15px;
}