/* Styles communs aux micro-outils WebSenso */

:root {
	--bs-body-color: #000;
}

body {
    background-color: #f1f1f1;
}

h1,
h2 {
    padding: 1em 0;
}

h1 {
    font-size: 1.7em;
}

h3 {
    background: linear-gradient(90deg, rgba(197,227,35,1) 0%, rgba(12,190,53,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
}

h4 {
    background: linear-gradient(90deg, rgba(197,227,35,1) 0%, rgba(12,190,53,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.1rem;
}

h1 {
    background: linear-gradient(90deg, rgba(240, 122, 18, 1) 0%, rgba(184, 34, 92, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    background: linear-gradient(90deg, rgba(64, 147, 13, 1) 0%, rgba(210, 230, 9, 1) 41%, rgba(245, 118, 7, 1) 76%, rgba(184, 34, 92, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media (min-width: 992px) {
    .container {
        width: 900px;
    }
}
footer ul {
    padding: 0;
}

footer ul li {
    list-style: none;
}

.made-by {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.websenso-logo {
  display: block;
  color: transparent;
  font-size: 0;
  background-image: url("../svg/websenso-typo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  aspect-ratio: 4.333;
  margin-top: 14px;
  margin-left: 10px;
}
