<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.et_outils {
  max-width: 200px;
  margin: 30px auto; }

.etiq {
  padding: 3px 5px;
  line-height: 1em;
  background-color: #666;
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block; }

.outils_une {
  margin-bottom: 30px; }
  .outils_une img {
    width: 100%;
    height: auto; }
  .outils_une .g {
    display: inline-block;
    margin-right: 20px;
    max-width: 462px;
    vertical-align: middle; }
    .outils_une .g:hover + .d p a {
      text-decoration: none;
      color: #de0442; }
    @media screen and (max-width: 1200px) {
      .outils_une .g {
        max-width: 48%;
        margin-right: 1%;
        width: 100%; } }
    @media screen and (max-width: 800px) {
      .outils_une .g {
        max-width: 100%;
        width: 100%; } }
  .outils_une .d {
    display: inline-block;
    max-width: 360px;
    vertical-align: middle; }
    @media screen and (max-width: 1200px) {
      .outils_une .d {
        max-width: 50%;
        width: 100%; } }
    @media screen and (max-width: 800px) {
      .outils_une .d {
        max-width: 100%;
        background-color: white;
        width: 100%;
        padding: 10px; } }
  .outils_une p,
  .outils_une a {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    line-height: 1.1em; }
    .outils_une p:hover,
    .outils_une a:hover {
      text-decoration: none;
      color: #de0442; }

.etiq.coaching-de-pros,
.bandeau.coaching-de-pros {
  background-color: #1E25A7; }
  .etiq.coaching-de-pros span.num,
  .bandeau.coaching-de-pros span.num {
    color: #1E25A7; }

.etiq.tests-et-exercices, .etiq.tests-goodies,
.bandeau.tests-et-exercices,
.bandeau.tests-goodies {
  background-color: #E51146; }
  .etiq.tests-et-exercices span.num, .etiq.tests-goodies span.num,
  .bandeau.tests-et-exercices span.num,
  .bandeau.tests-goodies span.num {
    color: #E51146; }

.etiq.etudes,
.bandeau.etudes {
  background-color: #D90082; }
  .etiq.etudes span.num,
  .bandeau.etudes span.num {
    color: #D90082; }

.etiq.podcasts,
.bandeau.podcasts {
  background-color: #FF7806; }
  .etiq.podcasts span.num,
  .bandeau.podcasts span.num {
    color: #FF7806; }

.etiq.videos,
.bandeau.videos {
  background-color: #7E85FB; }
  .etiq.videos span.num,
  .bandeau.videos span.num {
    color: #7E85FB; }

.etiq.conseils,
.bandeau.conseils {
  background-color: #5D28D6; }
  .etiq.conseils span.num,
  .bandeau.conseils span.num {
    color: #5D28D6; }

.grille_outils {
  display: flex;
  gap: 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (max-width: 800px) {
    .grille_outils {
      padding: 0px; } }
  .grille_outils .case {
    flex: 1 1 auto;
    flex: 30%;
    margin-bottom: 10px;
    background-color: white; }
    @media screen and (max-width: 800px) {
      .grille_outils .case {
        flex: 48%; } }
    @media screen and (max-width: 600px) {
      .grille_outils .case {
        flex: 100%; } }
    .grille_outils .case .bandeau {
      overflow: hidden;
      display: block;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 5px 8px;
      line-height: 1em;
      border-bottom: 1px solid white; }
      .grille_outils .case .bandeau a {
        color: white; }
        .grille_outils .case .bandeau a:hover {
          text-decoration: none; }
      .grille_outils .case .bandeau span {
        float: right;
        text-transform: lowercase;
        font-size: 12px;
        text-decoration: underline; }
      .grille_outils .case .bandeau span.num {
        background: #fff;
        border-radius: 0.8em;
        -moz-border-radius: 0.8em;
        -webkit-border-radius: 0.8em;
        font-weight: bold;
        display: inline-block;
        font-weight: bold;
        line-height: 1.6em;
        margin-right: 0px;
        margin-left: 5px;
        text-align: center;
        width: 1.6em;
        text-decoration: none; }
    .grille_outils .case .image {
      display: block;
      text-align: center; }
      .grille_outils .case .image img {
        width: 100%;
        height: auto; }
        @media screen and (min-width: 1200px) {
          .grille_outils .case .image img {
            object-fit: cover;
            /* Do not scale the image */
            object-position: center;
            /* Center the image within the element */
            height: 185px;
            width: 285px; } }
      .grille_outils .case .image:hover + .titre {
        text-decoration: none;
        color: #de0442; }
    .grille_outils .case .titre {
      color: #000;
      font-size: 18px;
      font-weight: bold;
      padding: 13px 15px;
      display: block; }
      .grille_outils .case .titre:hover {
        text-decoration: none;
        color: #de0442; }
      @media screen and (max-width: 800px) {
        .grille_outils .case .titre {
          font-size: 20px; } }
.pop {
  margin-top: 30px;
  background-color: white;
  padding: 15px;
  margin-bottom: 60px; }
  .pop h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 auto 10px auto;
    padding: 10px; }

.grille_pop {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .grille_pop {
      padding: 0 20px 20px 20px; } }
  .grille_pop .best {
    flex: 0 0 33.333333%;
    overflow: hidden;
    padding: 5px;
    color: #000; }
    @media screen and (max-width: 800px) {
      .grille_pop .best {
        flex: 50%; } }
    @media screen and (max-width: 800px) {
      .grille_pop .best {
        flex: 100%; } }
    .grille_pop .best img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 800px) {
        .grille_pop .best img {
          object-fit: fill;
          object-position: center;
          height: 195px;
          width: 272px; } }
    .grille_pop .best p.titre {
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      display: block;
      margin-bottom: 5px; }
      @media screen and (max-width: 800px) {
        .grille_pop .best p.titre {
          font-size: 20px; } }
    .grille_pop .best:hover {
      text-decoration: none;
      color: #de0442; }
</pre></body></html>