Skip to content
Snippets Groups Projects
style.css 26.8 KiB
Newer Older
  • Learn to ignore specific revisions
  • Guilhem CARRON's avatar
    Guilhem CARRON committed
      footer .content .button > div:not(:last-child) {
        margin-right: 1rem;
      }
    }
    footer .content .button img {
      margin-right: 1rem;
    }
    footer .content .button:hover {
    
      box-shadow: 0px 0px 20px 0px #f1c017;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    footer .content .button span {
      font-weight: 900;
    }
    footer .content .bottom {
      display: flex;
    
      align-items: center;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      width: 100%;
    
      justify-content: space-between;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      padding: 1rem 2rem;
    }
    footer .content .bottom .logos-footer {
      display: flex;
    }
    footer .content .bottom .logos-footer img:nth-of-type(1) {
      width: 130px;
      margin-right: 2rem;
    }
    footer .content .bottom .logos-footer img:nth-of-type(2) {
      width: 85px;
    }
    footer .content .bottom .contact {
      margin-left: -5.5rem;
    }
    footer .content .bottom .contact a {
      color: #f1c017;
      font-weight: 700;
    }
    footer .content .info {
      display: flex;
    
      align-items: center;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      margin-left: -5rem;
    }
    footer .content .info img {
      margin-right: 0.3rem;
    }
    footer .content .info a {
      text-decoration: none;
    }
    
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    @media all and (max-width: 1200px) {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .text-36-white,
    
    .text-36-black {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
        font-size: 1.85rem;
      }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .navlink {
        display: none;
      }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      nav {
    
        grid-template-columns: 1fr;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      }
      nav .button-column .button {
        height: 44px;
        max-width: 120px;
        font-size: 1rem;
        text-align: center;
        display: none;
      }
      nav .main-logo {
        margin: auto;
      }
      nav .main-logo img {
        max-width: 100px;
      }
      nav .main-logo img:nth-child(2) {
        width: 45px;
      }
      nav .links {
        display: none;
      }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .banner p {
        margin-left: 0.6rem;
      }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .main-cta .mobile-illu {
        padding: 2rem 0 1rem 0;
        display: block !important;
      }
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    @media all and (max-width: 1200px) and (max-width: 600px) {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .main-cta .mobile-illu {
        width: 125% !important;
        margin: 1.5rem 0;
      }
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    @media all and (max-width: 1200px) {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .main-cta .desktop-illu {
        display: none;
      }
    
    }
    @media all and (max-width: 1200px) {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .main-cta .container .content-img {
        min-height: 0;
      }
      .main-cta .container .content-img .illu {
        width: 100%;
        margin-left: -0.5rem;
      }
    
    }
    @media all and (max-width: 1200px) {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      * > .container {
        padding: 2rem;
    
        flex-direction: column;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      }
      * > .container > div {
        margin-bottom: 2.5rem;
      }
    
    }
    @media all and (max-width: 1200px) {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .explanation {
        padding: 4rem 2rem;
      }
      .explanation .content .compteurs {
    
        flex-direction: column;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      }
      .explanation .content .compteurs > div {
        margin-bottom: 4rem;
      }
      .explanation .content .compteurs span {
        margin-bottom: 4rem;
      }
    
    }
    @media all and (max-width: 1200px) {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .security {
        padding: 2rem 0;
      }
      .security .security-shield {
        width: 40%;
        margin-bottom: -2rem;
      }
      .security .container .button {
        width: 100%;
        font-size: 0.95rem;
        padding: 1rem;
        text-align: center;
      }
    
    }
    @media all and (max-width: 1200px) {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      .test-ecolyo {
        padding: 2rem 0;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      .test-ecolyo .content .button {
        width: 100%;
    
        font-size: 1.25rem;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        padding: 1rem;
        text-align: center;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      }
    
    }
    @media all and (max-width: 1200px) {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      footer .content .button {
        margin-top: 1rem;
        margin-bottom: 3rem;
      }
      footer .content .bottom {
    
        flex-direction: column;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      }
      footer .content .bottom > div:not(:last-child) {
        margin-bottom: 2rem;
      }
      footer .content .bottom .contact {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
        margin: auto;
        text-align: center;
      }
      footer .content .bottom .logos-footer {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
        max-width: 250px;
        margin-left: 1.5rem;
      }
      footer .content .bottom .info {
        margin-left: 0;
    
        order: 3;
        transform: scale(0.8);
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      }
    }
    
    
    /*# sourceMappingURL=style.css.map */