/** Alternate Theme **/
body.light-mode .infos-legal-section{
  background-color: var(--light);
}

body.light-mode .infos-legal-section p,
body.light-mode .infos-legal-section h1,
body.light-mode .infos-legal-section h2,
body.light-mode .infos-legal-section a{
  color: var(--dark);
}

body.light-mode .infos-legal-section a:hover{
  color: var(--black);
}

body.light-mode .infos-legal-section{
    background-image: url('../img/bg-body-light.webp');
    padding: 160px 0;
}
/** Alternate Theme **/

.infos-legal-section{
    background-image: url('../img/bg-body.webp');
    padding: 160px 0;
}

.infos-legal-section h1 {
  font-family: var(--funnel);
  color: var(--white);
  font-size: 77px;
  line-height: 60px;
}

.infos-legal-section h2 {
  font-family: var(--funnel);
  color: var(--light);
  font-size: 32px;
  padding: 40px 0px 13px 0px;
  font-weight: 400;
}

.infos-legal-section p{
  font-family: var(--onest);
  color: var(--grey);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.infos-legal-section a{
    text-decoration: underline;
    color: var(--grey)
}

.infos-legal-section a:hover{
    text-decoration: underline;
    color: var(--white);
}

@media (min-width: 300px) and (max-width: 767px) {
.infos-legal-section h1 {
  font-size: 46px;
  line-height: 48px;
}
.infos-legal-section h2 {
  font-size: 24px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.infos-legal-section h1 {
  font-size: 46px;
  line-height: 48px;
}
.infos-legal-section h2 {
  font-size: 24px;
}
}

@media (min-width: 1024px) and (max-width: 1279px) {
.infos-legal-section h1 {
  font-size: 46px;
  line-height: 48px;
}
.infos-legal-section h2 {
  font-size: 24px;
}
}

@media (min-width: 1280px) and (max-width: 1535px) {

}


@media (min-width: 1536px) {

}