Skip to content
Snippets Groups Projects
mentions-legales.css 1.56 KiB
Newer Older
  • Learn to ignore specific revisions
  • * {
      margin: 0;
      line-height: 1;
      font-family: "Lato", sans-serif;
      color: white;
      box-sizing: border-box;
    }
    
    svg {
      overflow: visible;
    }
    
    body,
    html {
      overflow-x: hidden;
      background: #121212;
    }
    
    .text-18-white {
      font-weight: 400;
      color: white;
      font-size: 1.125rem;
      line-height: 1.6rem;
    }
    
    .text-18-white-padding {
      font-weight: 400;
      padding-top: 2rem;
      color: white;
      font-size: 1.125rem;
      line-height: 1.6rem;
    }
    
    .text-18-black-padding {
      font-weight: 400;
      padding-top: 2rem;
      color: #121212;
      font-size: 1.125rem;
      line-height: 1.6rem;
    }
    
    .text-16-black-padding {
      font-weight: 400;
      padding-top: 2rem;
      color: #121212;
      font-size: 1rem;
      line-height: 1.3rem;
    }
    
    .text-18-black {
      font-weight: 400;
      color: #121212;
      font-size: 1.125rem;
      line-height: 1.6rem;
    }
    
    .text-26-white-bold-padding {
      font-weight: 900;
      padding-top: 2rem;
      color: white;
      font-size: 1.625rem;
      line-height: 2rem;
    }
    
    .text-36-white {
      font-weight: 900;
      font-size: 2.25rem;
    }
    
    .text-36-black {
      font-weight: 900;
      font-size: 2.25rem;
      color: #121212;
    }
    
    .yellow {
      color: #f1c017;
    }
    
    @media all and (max-width: 1200px) {
      .text-36-white,
    .text-36-black {
        font-size: 1.85rem;
      }
    }
    
    Rémi PAILHAREY's avatar
    Rémi PAILHAREY committed
      overflow-y: hidden;
    }
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
    .main-logo {
      text-decoration: none;
    }
    
    
    Rémi PAILHAREY's avatar
    Rémi PAILHAREY committed
      padding: 1rem 0;
    }
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      margin-bottom: 0.5rem;
      margin-top: 1.25rem;
    
    Rémi PAILHAREY's avatar
    Rémi PAILHAREY committed
      color: #f1c017 !important;
    }
    
    Rémi PAILHAREY's avatar
    Rémi PAILHAREY committed
      line-height: 120%;
    
    iframe {
      width: 100%;
      border: 0;
    }
    @media (max-width: 800px) {
      iframe {
        height: 230px;
      }
    }
    
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
    /*# sourceMappingURL=mentions-legales.css.map */