/* Mobile styles */
@media only screen and (max-width: 1000px) {
    body {
      text-align: center;
      font-family: Poppins, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #282828;
      background-repeat: no-repeat;
      background-size: fill; /* Use 'cover' to fill the screen */
    }
  }
  
  /* Desktop styles */
  @media only screen and (min-width: 601px) {
    body {
      text-align: center;
      font-family: Poppins, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #282828;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  
      /* Styles for the navbar */
      .navbar {
        background-color: #242424;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        min-height: 40px;
        color: #fff;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
      }
  
      /* Styles for the navbar links */
      .navbar {
        display: flex;
        justify-content: space-between;
      }
      
      .navbar .center-items {
        display: flex;
        justify-content: center;
        flex-grow: 1;
        margin-left: -10px;
      }
      
      .navbar a {
        margin: 0 10px;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
        position: relative;
      }


      /* Styles for the underline animation */
      .navbar a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.1s ease;
      }
  
      /* Hover styles for the navbar links */
      .navbar a:hover::after {
        transform: scaleX(1);
      }
  
      
      /* Styles for the outline container */
      .outline {
        padding: 20px;
        margin: 20px auto;
        max-width: 1000px; /* Increased max-width to make the website larger */
        border-radius: 8px;
        position: relative; /* Permet le positionnement absolu des éléments enfants */
      }

    .top-left-text {
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 10px;
      font-size: 10px;
    }
  
      /* Styles for the heading */
      h1 {
        color: #ffffff;
        font-size: 24px;
        margin-bottom: 10px;
      }

      h2 {
        color: #ffffff;
        font-size: 22px;
        margin-bottom: 10px;
      }
  
      /* Styles for the paragraphs */
    p {
        color: #ffffff;
        font-size: 16px;
        line-height: 1.5;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
  
      /* Styles for the hidden button */
      .btn {
        display: none;
      }
  
      /* Additional Styles */
  
      /* Styles for the navbar */
      .navbar {
        display: flex;
        justify-content: left;
        align-items: center;
      }
  
      /* Styles for the outline container */
      .outline {
        position: relative;
        overflow: hidden;
      }

      .subtitle {
        margin-top: -25px;
        margin-bottom: 25px;
        font-size: 13px;
        font-weight: normal;
      }

      .blog-outline {
        position: relative;
        overflow: hidden;
        outline: 0.1px solid white;
        display: inline-block; /* Add this line to make the outline follow the text */
        border-radius: 10px; /* Add this line to make the outline more round */
        text-decoration: none;
      }

      .blog-outline h1 {
        font-size: 22px;
        text-decoration: underline;
      }

      .blog-outline p {
        font-size: 15px;
        text-align: left;
      }
  
      /* Styles for the heading */
      h1 {
        font-size: 36px;
        margin-bottom: 20px;
      }
  
      /* Styles for the paragraphs */
      p {
        font-size: 18px;
        line-height: 1.8;
        text-align: center;
      }
  
      /* Styles for the row container */
      .row {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
      }

      /* Styles for the items in the row */
      .row .item {
        display: flex;
        align-items: center;
        margin-right: 50px; /* Add margin between columns */
        background-color: rgba(255, 255, 255, 0.1); /* Change the background color to a slightly different color */
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); /* Add a box shadow */
        border-radius: 8px; /* Add border radius */
        padding-right: 10px; /* Add padding to create margin between text and end of the box on the right */
        padding-left: 10px;
        padding-bottom: 10px;
      }

      .row .item:last-child {
        margin-right: 0; /* Remove margin for the last item */
      }

      .row .item .text-container {
        display: flex;
        flex-direction: column;
        font-family: Poppins, sans-serif;
      }

      /* Styles for the items in row container */
      .item {
        text-decoration: none;
      }

      /* Styles for the item images */
      .item img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 30%;
        margin-right: 5px;
      }

      /* Styles for the big text */
      .item p {
        font-size: 14px;
        color: #ffffff;
      }

      /* Styles for the small text */
      .item small {
        font-size: 12px;
        color: #ffffff;
        max-width: 200px; 
        text-align: center;
      }

      /* Responsive styles for the row on mobile phones */
      @media (max-width: 600px) {
        .row {
          flex-direction: column;
          align-items: center;
        }
        
        .row .item {
          margin-right: 0; /* Remove margin between columns */
          margin-bottom: 20px; /* Add margin between rows */
        }
      }
      /* Responsive Styles */
  
      /* Responsive styles for the navbar */
      @media (max-width: 600px) {
        .navbar {
          flex-wrap: wrap;
        }
  
        /* Responsive styles for the navbar links */
        .navbar a {
          margin: 5px;
        }
      }

.liste-outils .h1 {
  align-items: left;
}




.liens-row,
.grid {
  display: flex;
  margin: 1rem -0.5rem;
  align-items: stretch;
}

.liens-row [class*="col"],
.liens-row>div,
.grid [class*="col"],
.grid>div {
  padding: 0.8rem;
}

.liens-row .col,
.liens-row>div,
.grid .col,
.grid>div {
  flex: 1 1 100%;
}

.liens-row .col-2,
.grid .col-2 {
  flex: 0 0 16.66%;
}

.liens-row .col-3,
.grid .col-3 {
  flex: 0 0 25%;
}

.liens-row .col-4,
.grid .col-4 {
  flex: 0 0 33.33%;
}

.liens-row .col-6,
.grid .col-6 {
  flex: 0 0 50%;
}

.liens-row [class*="col"]>*,
.liens-row>div>*,
.grid [class*="col"]>*,
.grid>div>* {
  margin-top: 0;
}
main.full, .cnt.full {
  max-width: 90rem!important;
}
@media (max-width: 40em) {

  .liens-row:not(.keep-width),
  .grid:not(.keep-width) {
    flex-direction: column !important;
  }
  ._g-2{
    grid-template-columns: unset!important;
  }
}


.card {
  display: block;
  height: 100%;
  margin: 0;
  padding: .5rem 1rem 0.5rem;
  border-radius: 0.3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}