/*!
 * Name: WebSlides ADDS
 * Version: 1.0.0
 * Date: 2021-12-22
 */

p, li, dt, dd, time, table, big, textarea, label {
  font-size: 0.8rem;
  line-height: 1.3;
  }
  @media (min-width: 768px) {
    p, li, dt, dd, time, table, big, textarea, label {
      font-size: 1rem; }
    }
p {
  margin-bottom: 0.5rem;
  }
  @media (min-width: 768px) {
    p {
      margin-bottom: 1rem; }
    }

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background-color: #f4f4f4;
  z-index: 10;
  }
.header-logo a {
  display: block;
  width: 60px;
  height: auto;
  margin: 0 1rem 0 0;
  }
  @media (min-width: 768px) {
    .header-logo a {
      display: block;
      width: 90px;
      height: auto;
      margin: 0 1rem 0 0; }
    }


.astuce {
  margin: 1rem 0 0 0;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.astuce svg {
  display: block;
  font-size: 3rem;
  width: 40px;
  height: auto;
}
.astuce a {
  width: calc(100% - 40px);
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .astuce {
    margin: 0.5rem 0 0 0;
    padding: 0.5rem;
  }
  .astuce svg  {
    width: 30px;
    font-size: 2rem;
  }
  .astuce a {
    width: calc(100% - 30px);
    font-size: 0.8rem;
  }
  .grid.vertical-align .column.illus {
    order: 2;
    max-width: 70%;
    margin: 0 auto;
  }
}
