@charset "UTF-8";
@font-face {
  font-family: "sono";
  src: url("/static/font/Sono/files/Sono-Light.273c361d15e0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "sono";
  src: url("/static/font/Sono/files/Sono-Regular.af535ba0832b.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sono";
  src: url("/static/font/Sono/files/Sono-Bold.8d365404359f.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "sono";
  src: url("/static/font/Sono/files/Sono-ExtraBold.418eb7c27df0.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto TLD";
  src: url("/static/font/noto_tld.650ba27ce1b1.woff2") format("woff2");
}
.extension {
  font-family: "Noto TLD", sans-serif;
}

body {
  font-family: "sono", sans-serif;
  color: #262626;
  background-color: #fff;
  font-size: 18px;
  min-height: 100vh;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body main {
  min-height: 80vh;
  padding: 1rem 3rem;
}
@media screen and (max-width: 768px) {
  body main {
    padding: 1rem;
  }
}
body input, body select, body textarea {
  font-family: "sono", sans-serif;
  color: #262626;
  border-radius: 10px;
  border: 2px solid #767575;
  padding: 0.45rem 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body input, body select, body textarea {
    font-size: 14px;
  }
}
body input:focus, body input:focus-visible, body input:focus-within, body select:focus, body select:focus-visible, body select:focus-within, body textarea:focus, body textarea:focus-visible, body textarea:focus-within {
  outline: 3px solid #F0FFF1;
}
body .underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}
body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body img[alt] {
  max-width: 100%;
  height: auto;
}
body .highlight {
  color: #265797;
  font-weight: 800;
}
body .error-message {
  color: #9d1515;
  background-color: #ffc3c3;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  margin: 1rem 0;
}
body .error-message ul {
  list-style-type: none;
  padding-inline-start: 0;
}
body .container {
  margin: 0 auto;
  padding: 24px 0;
}
@media only screen and (min-width: 1024px) {
  body .container {
    max-width: 50vw;
  }
}
body .center {
  text-align: center;
}

footer {
  padding: 1rem;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 12px;
  }
}
footer a {
  color: #262626;
}
footer img {
  width: 46px;
  height: auto;
  margin-right: 8px;
}

header {
  padding: 1rem;
}
header .main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  header .main-menu {
    margin: 0 auto;
    max-width: 70vw;
  }
}
header .main-menu .navbar-button {
  color: #262626;
  transition: 300ms ease-out;
}
header .main-menu .navbar-button:hover {
  color: #265797;
  text-decoration: none;
}
header .main-menu .navbar-start {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .main-menu .navbar-start .home-button {
  display: flex;
}
header .main-menu .navbar-end {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  header .main-menu .navbar-end {
    gap: 24px;
  }
}
header .main-menu .navbar-end .user-button {
  display: flex;
  align-items: baseline;
}
header .main-menu .navbar-end .user-button .user-icon {
  height: auto;
  margin-right: 4px;
  max-width: 20px;
}
@media screen and (max-width: 768px) {
  header .main-menu .navbar-end .user-button .user-icon {
    max-width: 15px;
  }
}
header .main-menu .navbar-end .user-button .dot {
  margin-right: 8px;
  height: auto;
  max-width: 5px;
}
@media screen and (max-width: 768px) {
  header .main-menu .navbar-end .user-button .dot {
    max-width: 2px;
  }
}
header .main-menu .navbar-end .logout-button input {
  height: fit-content;
}
header img.logo {
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  header img.logo {
    max-height: 40px;
  }
}

.domain-search .result {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .buttons a {
    margin: 2rem auto;
  }
}

.button {
  font-family: "sono", sans-serif;
  margin: 1rem 0 1rem 0;
  border-radius: 10px;
  transition: 300ms ease-out;
  height: fit-content;
  width: fit-content;
  white-space: break-spaces;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem 1.5rem;
  min-height: 50px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .button {
    min-height: 40px;
    font-size: 14px;
  }
}
.button:hover {
  text-decoration: none;
}
.button.primary {
  color: #F0FFF1;
  background-color: #262626;
  border: 2px solid #767575;
}
.button.primary:hover {
  background-color: #265797;
  border-color: #265797;
}
.button.secondary {
  color: #262626;
  background-color: #F0FFF1;
  border: 2px solid #767575;
}
.button.secondary:hover {
  color: #265797;
  border-color: #265797;
}
.button.tertiary {
  color: #262626;
  background-color: transparent;
  border: none;
}
.button.tertiary:hover {
  color: #265797;
}

.button:focus, .button:focus-visible, .button:focus-within, .button:active, a:focus, a:focus-visible, a:focus-within, a:active {
  outline: 3px solid #F0FFF1;
  border-radius: 10px;
}
.button:hover, a:hover {
  cursor: pointer;
}

a {
  color: #265797;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
a.underline:hover {
  text-decoration-thickness: 3px;
}

a#skip-to-content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
a#skip-to-content:focus, a#skip-to-content:active {
  position: absolute;
  z-index: 100;
  top: 0;
  width: initial;
  height: initial;
  left: 0;
  background-color: #fff;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 20px;
}

.form-container {
  text-align: center;
}

.field-wrapper {
  display: flex;
  flex-direction: column;
  margin: 1em 0;
}

.field-checkbox {
  flex-direction: row;
}

.help-info {
  color: #265797;
  font-size: 16px;
  margin-top: 0.5rem;
}

form:not(#logout-form) {
  margin: 3rem auto 1rem auto;
  text-align: left;
  display: flex;
  flex-direction: column;
}

form#logout-form input {
  margin: 0;
  padding: 0;
}

.table-container.container {
  max-width: fit-content;
}
.table-container {
  overflow-x: auto;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .table-container {
    font-size: 12px;
  }
}
.table-container table {
  width: 100%;
}
.table-container table thead {
  background-color: #767575;
  color: #fff;
  font-weight: bold;
}
.table-container table th, .table-container table td {
  padding: 0.5rem 1rem;
}
.table-container table thead td {
  text-align: center;
}
.table-container table tbody th {
  text-align: left;
}
.table-container table tbody td:first-child {
  font-weight: bold;
}
.table-container table tbody td {
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
.table-container table tbody td:first-child {
  border-left: 2px #fff solid;
}
.table-container table tbody td:last-child {
  border-right: 2px #fff solid;
}
.table-container table tr:hover td {
  border-top-color: #262626;
  border-bottom-color: #262626;
}
.table-container table tr:hover td:first-child {
  border-left-color: #262626;
}
.table-container table tr:hover td:last-child {
  border-right-color: #262626;
}
.table-container table tr:nth-child(2n) {
  background-color: #F0FFF1;
}
.table-container table td.thunasse {
  font-variant-numeric: tabular-nums slashed-zero;
  text-align: right;
}
.table-container table td.operation {
  text-align: center;
}
.table-container table tfoot th {
  text-align: right;
}

article h2 {
  margin-bottom: 0;
}
article h2 + p {
  margin-top: 0;
}
article h1 {
  margin-bottom: 0;
}
article h1 + p {
  margin-top: 0;
}
article figure {
  width: 60%;
  margin: 0 auto;
}
article figure img {
  border: 5px solid #767575;
}
article figure figcaption {
  font-size: 70%;
}
article table {
  width: 100%;
}
article table caption {
  font-weight: bold;
}
article table tbody th {
  text-align: left;
}

.blog-index hr {
  border-color: #F0FFF1;
  border-width: 3px;
  border-style: solid;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .blog-index hr {
    margin-bottom: 2rem;
  }
}

.pagination {
  margin-top: 2rem;
}

.home .home-block {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .home .home-block .buttons a {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .tarifs form#search-pricing {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.5rem;
  }
}
.tarifs form#search-pricing label {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.toggle {
  border-radius: 10px;
  border: 1px solid #262626;
  background-color: #262626;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.toggle a {
  padding: 2rem;
  line-height: 3rem;
}
.toggle .toggle-on {
  color: #262626;
  background-color: #F0FFF1;
}
.toggle .toggle-on::after {
  content: " ✓";
}
.toggle .toggle-off {
  color: #F0FFF1;
  background-color: #262626;
}

/*# sourceMappingURL=app.css.33d9e3c0515e.map */
