html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type] {
  height: 3.4375rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type] {
  width: 100%;
  border: 1px solid #175c91;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  border-radius: 1.25rem;
}

input::placeholder,
textarea::placeholder {
  color: #175c91;
}

textarea {
  height: 9.375rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  overflow-x: hidden;
  margin: 0;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  display: flex;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    min-width: 768px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    min-width: 768px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    min-width: 1280px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    min-width: 1536px;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .desktop {
    display: flex;
  }
}

.bg-white {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.footer {
  margin-top: -1px;
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: 0;
  }
}
.footer--mobile {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer--mobile {
    display: none;
  }
}
.footer--desktop {
  display: none;
}
.footer--desktop img {
  object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .footer--desktop {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .footer--desktop--infos {
    display: flex;
    flex-direction: column;
  }
}

.header--content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .header--content--mobile {
    display: none;
  }
}
.header--content--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header--content--desktop {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .contents--content--mobile {
    display: none;
  }
}
.contents--content--mobile--last {
  display: flex;
  flex-direction: column;
}
.contents--content--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .contents--content--desktop {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .contents--content--desktop--fios {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=styles.css.map */
