html, body{
  font-family: $Regular;
  line-height: 1.35;
}

h2{
  font-size: 2rem;
}

h4{
  font-weight: normal;
  font-size: 2rem;
}

h5{
  font-weight: normal;
  font-size: 1.2rem;
}

nav{
  a{
    font-family: $Bold;
    font-size: 0.9rem;
  }
}

.container{
  & > .title{
    font-family: $Bold;
  }
}

.card-header{
  .publics{
    font-size: 0.8rem;
    font-family: $Bold;
  }
}
.card-title{
  h2{
    font-family:$now_alt_bold;
    font-weight: 400;

    font-size: 1.2rem!important;
  }
  .date{
    font-size: 0.8rem;
  }
}
.card-content{
  .reso{
    a{
      font-family: $Bold;
      font-weight: 400;
    }
  }
}

p{
  font-size: 0.9rem;
  strong{
    font-family: $Bold;
    font-weight: normal;
  }
}

.gal{
  p{
    font-family:$now_alt_bold;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}

.entete{
  h1{
    font-size: 1.2rem;
    color: white;
  }
  p{
    font-family:$now_alt_bold;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#home{
  p:not(:last-child){
    strong{
      font-size: 1.3rem;
    }
  }
  .content{
     p{
       strong{
         font-family:$now_alt_bold;
         font-weight: 400;
       }
      &:nth-of-type(n+4):not(:last-child){
        text-align: center;
        strong{
          color: $red;
          font-family:$now_alt_bold;
          font-weight: 400;
        }
      }
    }
  }
}

#item{
  .content{
    .content_s{
      h2{
        font-family: $Bold;
        font-size: 1.3rem;
      }
    }
  }
  .icones{
    p{
      font-family: $now_alt_bold;
      font-weight: 400;
      color: $red;
      font-size: 1.2rem;
    }
  }
}

.sidebar{
  .date{
    font-size: 0.8rem;
  }
  h2{
    font-family:$now_alt_bold;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 100px;
    color: white;
    text-align: center;
  }
  h3{
    font-size: 1.3rem;
    font-family:$now_alt_bold;
    font-weight: 400;
    }
  .date{
    color: $grey;
  }

  .side-all-agenda{
    a{
      font-size: 0.9rem;
      font-family: $Bold;
    }
  }
}

#newsletter{
  label{
    font-size: 1rem;
    line-height: 1.9rem;
    font-weight: normal;
    font-family: $Bold;
  }
}

.cat{
  width: 100%;
  a, label{
    font-family: $Bold;
  }
}

.dt{
  font-family: $Bold;
  color: $red;
}

#ajax-test-form{
  .form-label{
    font-size: 1.2rem;
    font-family: $Bold;
  }
  .radio{
    .form-radio{
      font-size: 1rem;
      font-family: $Bold;
    }
  }
  .button-wrapper{
    button{
      font-family: $Bold;
    }
  }
}
#send-valide{
  .toast{
    font-size: 1.3rem;
    font-family: $Bold;
  }
  .ok{
    font-family: $Bold;
  }
}

#devis{
  h4{
    font-size: 1rem;
    font-family:$now_alt_bold;
    font-weight: 400;
  }
  p{
    &:nth-of-type(1){
      color: white;
      text-align: center;
    }
    strong{
      font-family:$now_alt_bold;
      font-weight: 400;
    }
  }

  &.item{
    .title{
      font-family: $Bold;
    }
  }
}

.demander-votre-devis{
  a{
    p:nth-of-type(1){
      font-size: 2rem;

    }
    color: white;
    strong{
      font-family:$now_alt_bold;
      font-weight: 400;
    }
  }
}

#reco{
  h5{
    font-family:$Bold;
    font-weight: 400;
  }
}

#footer{
  font-family:$now_alt_medium;
  font-weight: 400;
  p{
    font-size: 0.8rem;
    a{
      font-family: $Bold;
    }
  }
}