:root {
  /* Archify brand colors */
  --blue-archi-lighter: #80DEFE;      
  --blue-archi-light: #006EE5;      
  --blue-archi-dark: #0122ad;      
  --background-blue-light: #F6FAFF; 
  --text-blue-dark: #212e41;     
  --background-white: #ffffff;
  --background-anim: #DBE3F0;    
    

  /* Spacing */
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;

  /* Typography */
  --font-family: 'Times New Roman', Times, serif;
}

#section-archify .title{
    text-align: center;
    justify-content: center;
    vertical-align: top;
    width: auto;
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    padding: 0rem 0rem;

    color: var(--blue-archi-dark);
    /* font-weight: bold; */
}

#section-archify #SUB-TITLE {   
    text-align: center;
    justify-content: center;
    vertical-align: top;
    width: auto;
    padding: 0rem 0rem 3rem 0rem;
    color: var(--blue-archi-light);
    font-size: clamp(1.1rem, 1.6vw, 1.8rem);

    font-weight: 100;
}

#section-archify .sub-title{
    text-align: center;
    justify-content: center;
    width: auto;
    font-size: clamp(0.95rem, 1.3vw, 1.2rem);
    padding: 0 1rem;
    margin-top: 2rem;
    color: var(--blue-archi-light);
    /* font-weight: bold; */
}

#section-archify .TITLE{

  padding: 0rem 0rem 1rem 0rem;
  color: var(--blue-archi-dark);
    font-size: clamp(1.6rem, 2.8vw, 3rem);
  font-weight: 600;
}

#section-archify-cols {
  display: grid;
  column-gap: clamp(1rem, 5vw, 15rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto auto auto;  /* step / image / title / sub-title */
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  padding: 0 1.25rem;
  margin: 0 auto;
}


#section-archify {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 6rem 0rem 0rem 0rem;
}


#section-archify .columns {
    border-radius: 25px;
    box-shadow: 0 0px 10px rgba(33,46,65,.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  padding: clamp(1.25rem, 2vw, 2rem);
  margin: 1rem auto 0rem auto;
  justify-items: center;
  text-align: center;
  width: 100%;
  max-width: 400px;
  min-height: 100%;
}


#section-archify .archi-img-wrap {
  height: clamp(150px, 18vw, 220px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.75rem 0;
}

#section-archify .archi-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#section-archify .archi-step {
    color: white;
    box-shadow: 0px 0px 10px rgba(50, 105, 188, 0.676);
    font-size: clamp(1rem, 1.2vw, 1.5rem);
    font-weight: bold;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--blue-archi-light);
    border: 2px solid #1e6fd9;
    overflow: hidden;
    margin: 0 auto 0.5rem auto;   /* centers the wrap itself in case parent isn't centering it */
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-archify #div-en-savoir-plus {
    color: var(--blue-archi-light);
    font-weight:400;
    padding-top: 3rem;
    padding-bottom: 0rem;
}


@media (max-width: 1200px) {
}

@media (max-width: 980px) {


    #section-archify-cols {
    grid-template-columns: 1fr;
    max-width: 460px;
    padding: 0 1rem;
    row-gap: 3rem;
    }
    #section-archify .columns {
    max-width: 340px;
    padding: 1.25rem 1rem;
        margin: 2rem auto 0rem auto;
    }

  #section-archify .archi-img-wrap {
    height: 140px;
  }

}

@media (max-width: 480px) {

    #section-archify .TITLE{
        padding: 0rem 0rem 0rem 0rem;
    }

    


    #section-archify {
        padding: 2rem 0rem;
    }

    #section-archify-cols {
      gap: 1rem;
    }


     #section-archify #SUB-TITLE {
        padding-left: 1rem;
      padding-right: 1rem;
        padding-bottom: 0.8rem;
    }

}
