Skip to content
Snippets Groups Projects
style.css 30.7 KiB
Newer Older
  • Learn to ignore specific revisions
  •     margin: 1.5rem 0;
      }
    }
    .views-app .screens-container .screen:first-child, .views-app .screens-container .screen:last-child {
      margin-top: 0;
    }
    @media (min-width: 1200px) {
      .views-app .screens-container .screen:first-child, .views-app .screens-container .screen:last-child {
        margin-top: -4rem;
      }
    }
    .views-app .screens-container .screen.consumption span {
      color: #f1c017;
    }
    .views-app .screens-container .screen.challenge span {
      color: #61f0f2;
    }
    .views-app .screens-container .screen.ecogesture span {
      color: #7fd771;
    }
    .views-app p {
      line-height: 24px;
      font-size: 1.25rem;
      text-align: center;
      margin: 1.5rem 0;
    }
    @media (min-width: 1200px) {
      .views-app p {
        margin: 2rem 0 0;
      }
    }
    .views-app p span {
      display: block;
      font-size: 1.5rem;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    }
    
    .test-ecolyo {
    
      background-color: black;
      padding: 3.75rem 0;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      display: flex;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      text-align: center;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .test-ecolyo .container {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      max-width: 1200px;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      margin: auto;
      display: flex;
    
      justify-content: center;
      align-items: center;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .test-ecolyo .container .button {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      cursor: pointer;
      display: flex;
      text-decoration: none;
    
      align-items: center;
      justify-content: space-between;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      background: #f1c017;
      color: #121212;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      border-radius: 2px;
      width: 100%;
      height: 56px;
      max-width: fit-content;
      padding: 1rem;
      margin: 2rem 0;
      border: 0;
      transition: all 400ms ease;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      font-size: 1.25rem;
      text-align: center;
    
      justify-content: center;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      font-weight: 700;
      background: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(226, 137, 4, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #f1c017;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    @media all and (min-width: 1200px) {
      .test-ecolyo .container .button > div:not(:last-child) {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
        margin-right: 1rem;
      }
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .test-ecolyo .container .button img {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      margin-right: 1rem;
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .test-ecolyo .container .button:hover {
    
      box-shadow: 0px 0px 20px 0px #f1c017;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .test-ecolyo .container .button span {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      font-weight: 900;
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .test-ecolyo .center-button {
      margin-top: 1rem;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      display: flex;
    
      justify-content: center;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    
    
    .cloud-gl {
      padding: 2rem 0 3rem;
      background: #ffffff;
    }
    .cloud-gl .container {
      max-width: 1200px;
      margin: auto;
    }
    .cloud-gl .text-content {
      max-width: 689px;
      text-align: center;
      margin: 0 auto;
    }
    .cloud-gl h2,
    .cloud-gl p {
      color: #121212;
    }
    .cloud-gl h2 {
      font-size: 1.75rem;
      font-weight: 900;
      margin: 0.5rem 0 1rem;
    }
    .cloud-gl p {
      line-height: 1.463rem;
      padding: 0;
      font-weight: 500;
    }
    .cloud-gl .button {
      display: inline-block;
      background: #ff0101;
      text-align: center;
      border-radius: 4px;
      padding: 0.5rem 1.25rem;
      margin-top: 1.25rem;
      text-decoration: none;
      max-width: 221px;
      font-size: 1.125rem;
      line-height: 1.238rem;
      transition: all 0.4s;
    }
    .cloud-gl .button:hover {
      box-shadow: 0px 0px 10px 0px #ff0101;
    }
    .cloud-gl .button span {
      display: block;
    }
    
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    footer {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      min-height: 230px;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      background-color: black;
      width: 100%;
    }
    footer .content {
      padding-top: 5rem;
      display: flex;
    
      flex-direction: column;
      align-items: center;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      min-height: 230px;
    
      justify-content: space-between;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    
    @media (max-width: 1200px) {
      footer .content {
        padding-top: 2rem;
      }
    }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    footer .content h2 {
      text-align: center;
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    footer .content .button {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      cursor: pointer;
      display: flex;
      text-decoration: none;
    
      align-items: center;
      justify-content: space-between;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      background: #f1c017;
      color: #121212;
      border-radius: 2px;
      width: 100%;
      height: 56px;
      max-width: fit-content;
      padding: 1rem;
      margin: 2rem 0;
      border: 0;
      transition: all 400ms ease;
      font-size: 1.25rem;
      text-align: center;
    
      justify-content: center;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      font-weight: 700;
      margin-top: -6rem;
      background: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(226, 137, 4, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #f1c017;
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    @media all and (min-width: 1200px) {
    
    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;
    }
    
    @media (max-width: 1200px) {
      footer .content .bottom {
        padding: 1rem;
      }
    }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    footer .content .bottom .logos-footer {
      display: flex;
    
      align-items: center;
    }
    @media (max-width: 1200px) {
      footer .content .bottom .logos-footer {
        flex-direction: column;
        margin-left: 0;
        width: 100%;
      }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    
    @media (min-width: 1200px) {
      footer .content .bottom .logos-footer {
        flex-basis: 33.33%;
      }
    }
    footer .content .bottom .logos-footer .container-img:last-child {
      display: flex;
      align-items: center;
    }
    @media (max-width: 1200px) {
      footer .content .bottom .logos-footer .container-img:last-child {
        width: 100%;
      }
      footer .content .bottom .logos-footer .container-img:last-child img:not(.tiga) {
        width: 31.33%;
        margin-right: 5%;
      }
    }
    footer .content .bottom .logos-footer img:not(.tiga) {
      margin-right: 2rem;
    }
    footer .content .bottom .logos-footer .gl {
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      width: 130px;
      margin-right: 2rem;
    }
    
    @media (max-width: 1200px) {
      footer .content .bottom .logos-footer .gl {
        margin-right: 0;
      }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    
    footer .content .bottom .logos-footer .tiga {
      width: 67px;
    }
    @media (max-width: 1200px) {
      footer .content .bottom .logos-footer .tiga {
        width: 25%;
      }
    }
    @media (min-width: 1200px) {
      footer .content .bottom .contact {
        flex-basis: 33.33%;
        text-align: center;
      }
    }
    @media (min-width: 1400px) {
      footer .content .bottom .contact {
        margin-left: -5.5rem;
      }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    }
    footer .content .bottom .contact a {
      color: #f1c017;
      font-weight: 700;
    }
    
    @media (max-width: 1200px) {
      footer .content .bottom .contact a {
        display: block;
        margin-top: 1rem;
      }
    }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    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;
    }
    
    @media (min-width: 1200px) {
      footer .content .info {
        flex-basis: 33.33%;
        justify-content: flex-end;
      }
    }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
    
    
    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 .desktop-illu {
        display: none;
      }
      .main-cta .container .content-img {
        min-height: 0;
      }
      .main-cta .container .content-img .illu {
        width: 100%;
        margin-left: -0.5rem;
      }
    
    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:not(.gaz-color) {
        margin-bottom: 2rem;
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      }
      .explanation .content .compteurs span {
        margin-bottom: 4rem;
      }
    
    Guilhem CARRON's avatar
    Guilhem CARRON committed
      .security .container .button {
        width: 100%;
        font-size: 0.95rem;
        padding: 1rem;
        text-align: center;
      }
    
    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
      }
    
    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 */