:root {
  --primary-color: $ color-dark;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

::-ms-input-placeholder {
  font: inherit;
}

:-moz-placeholder {
  font: inherit;
}

::-moz-placeholder {
  font: inherit;
}

:-ms-input-placeholder {
  font: inherit;
}

::placeholder {
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "HKGrotesk-Bold";
  src: url("../fonts/HKGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HKGrotesk-Light";
  src: url("../fonts/HKGrotesk-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HKGrotesk-Regular";
  src: url("../fonts/HKGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  background: #fff;
  color: var(--primary-color);
  font-family: "HKGrotesk-Regular";
}

@media (max-width: 500px -1) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 500px -1) and (max-width: 700px -1) {
  html {
    font-size: 1vw;
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  html {
    font-size: 1.35vw;
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  html {
    font-size: 1.35vw;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 1.2vw;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  html {
    font-size: 1.2vw;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  html {
    font-size: 1vw;
  }
}

@media (min-width: 1800px) and (max-width: 1999px) {
  html {
    font-size: 1vw;
  }
}

@media (min-width: 2000px) and (max-width: 2399px) {
  html {
    font-size: 1vw;
  }
}

@media (min-width: 2400px) {
  html {
    font-size: 18px;
  }
}

.subtitle {
  font-family: "HKGrotesk-Bold";
  font-weight: bold;
  color: #ffc400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: left;
}

.title-white {
  max-width: 27rem;
  font-family: "HKGrotesk-Bold";
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  margin: 1rem 0 2rem 0;
  text-align: left;
}

.title-blue {
  max-width: 28rem;
  letter-spacing: 0.05rem;
  font-family: "HKGrotesk-Bold";
  color: #10161e;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 1rem 0 2rem 0;
  text-align: left;
}

#blog {
  background: none;
  margin: 7rem auto 0rem;
}

@media all and (min-width: 596px) {
  .blog_big_ctnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog_ctnr {
    width: 48%;
  }

  .blog_cnt {
    padding: 2.5rem !important;
  }
}

.blog_big_ctnr {
  margin: 2rem auto 5rem !important;
}

.blog_ctnr {
  margin: 0 auto 2rem;
}

.blog_ctnr .blog_cnt {
  background: #fff;
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 3rem;
}

.blog_cnt span {
  font-size: 0.9rem;
  color: #ffc400;
}

.blog_cnt h2 {
  font-size: 1.8rem;
  margin: 10px 0 15px;
}

.blog_cnt p {
  line-height: 1.5rem;
  color: #626262;
}

.blog_cnt .btn {
  margin-top: 2.5rem;
}

.date_article {
  font-size: 1rem;
  color: #ffc400;
}

.article_content {
  margin-bottom: 10rem;
}

.article_content h2,
.article_content h3 {
  font-weight: bold;
  font-size: 1.2rem;
}

.article_content p {
  line-height: 1.5rem;
}

.container {
  width: 86%;
  max-width: 1400px;
  margin: 0 auto;
}

.container--full {
  width: 100vw;
  margin: 0 auto;
}

.grid {
  width: 100%;
}

@media all and (min-width: 700px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.grid .column {
  width: 100%;
  margin-bottom: 2%;
}

@media all and (min-width: 700px) {
  .grid .column {
    margin-bottom: 0;
    margin-right: 2%;
  }

  .grid .column--1 {
    width: 6.5%;
  }

  .grid .column--2 {
    width: 15%;
  }

  .grid .column--3 {
    width: 23.5%;
  }

  .grid .column--4 {
    width: 32%;
  }

  .grid .column--5 {
    width: 40.5%;
  }

  .grid .column--6 {
    width: 49%;
  }

  .grid .column--7 {
    width: 57.5%;
  }

  .grid .column--8 {
    width: 66%;
  }

  .grid .column--9 {
    width: 74.5%;
  }

  .grid .column--10 {
    width: 83%;
  }

  .grid .column--11 {
    width: 91.5%;
  }

  .grid .column--12 {
    width: 100%;
  }
}

.grid .column:last-of-type {
  margin: 0;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align--justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align--spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align__self--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align__self--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align__self--middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#nav {
  width: 100%;
  background: #10161e;
  position: fixed;
  top: 0;
  z-index: 10;
}

#nav::before {
  content: "";
  background-image: url(../paint-haut.svg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: block;
  height: 3rem;
  width: 100%;
  bottom: -1rem;
  position: absolute;
  background-position: center center;
}

#nav .nav__container {
  width: 86%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#nav .nav__logo {
  display: block;
  width: 12rem;
  padding: 1.2rem;
  position: relative;
  z-index: 10;
}

@media all and (min-width: 699px) {
  #nav .nav__logo {
    padding: 0 1.2rem 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#nav .nav__logo img {
  width: 14rem;
}

#nav .nav__icon {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media all and (min-width: 1200px) {
  #nav .nav__icon {
    display: none;
  }
}

#nav .nav__icon p {
  font-size: 0.85rem;
  margin-right: 0.6rem;
  color: #fff;
}

#nav .nav__icon div {
  width: 1.6rem;
  height: 0.5rem;
  position: relative;
}

#nav .nav__icon div span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
}

#nav .nav__icon div span:first-of-type {
  top: 0;
}

#nav .nav__icon div span:last-of-type {
  bottom: 0;
}

#nav .nav__desktop {
  display: none;
}

@media all and (min-width: 1200px) {
  #nav .nav__desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    -moz-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

#nav .nav__desktop .nav__desktop__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 5rem;
  padding: 0 0 0 2.4rem;
}

#nav .nav__desktop .nav__desktop__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav .nav__desktop__menu li .sub-menu li {
  white-space: nowrap;
}

#nav .nav__desktop .nav__desktop__menu > ul > li {
  font-weight: 600;
  margin-right: 2.2rem;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  position: relative;
  color: #fff;
}

#nav .nav__desktop .nav__desktop__menu > ul > li.active {
  font-weight: 600;
}

#nav .nav__desktop .nav__desktop__menu > ul > li.social {
  margin-right: 0.6rem;
}

#nav .nav__desktop .nav__desktop__menu > ul > li:last-of-type {
  margin-right: 0;
}

#nav .nav__desktop .nav__desktop__menu > ul > li > a {
  height: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#nav .nav__desktop .nav__desktop__menu > ul > li ul {
  position: absolute;
  top: 5rem;
  left: 0;
  background: white;
  padding: 1.5rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#nav .nav__desktop__menu li:hover .sub-menu,
#nav .nav__desktop__menu li .sub-menu:hover {
  visibility: visible !important;
  opacity: 1 !important;
  color: #10161e;
}

#nav .nav__desktop__menu li .sub-menu a:hover {
  color: #334658;
}

#nav .nav__desktop .nav__desktop__menu > ul > li ul li:not(:last-of-type) {
  margin-bottom: 0.75rem;
}

#nav .nav__desktop .nav__desktop__menu .nav__desktop__hotline p {
  text-align: right;
}

#nav .nav__desktop .nav__desktop__menu .nav__desktop__hotline p:first-of-type {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

#nav .nav__desktop .nav__desktop__menu .nav__desktop__hotline p:last-of-type {
  font-weight: 400;
}

#nav .nav__mobile {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #10161e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
}

@media all and (min-width: 1200px) {
  #nav .nav__mobile {
    display: none;
  }
}

#nav .nav__mobile .nav__mobile__container {
  width: 80vw;
  max-width: 1400px;
  margin: 0 auto;
}

#nav .nav__mobile .nav__mobile__container ul li {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 1.2rem;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  color: #fff;
}

#nav .nav__mobile .nav__mobile__container ul li.active {
  font-weight: 400;
}

#nav .nav__mobile .nav__mobile__container ul li:last-of-type {
  margin-bottom: 0;
}

#nav .nav__mobile .nav__mobile__container span {
  display: block;
  height: 1px;
  background: #fff;
  opacity: 0.1;
  margin: 1.8rem 0;
}

#nav .nav__mobile .nav__mobile__container .nav__mobile__hotline p {
  color: #fff;
}

#nav
  .nav__mobile
  .nav__mobile__container
  .nav__mobile__hotline
  p:first-of-type {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

#nav .nav__mobile .nav__mobile__container .nav__mobile__hotline p:last-of-type {
  font-size: 1.2rem;
  font-weight: 300;
}

#nav .nav__mobile .sub-menu {
  margin: 1rem;
}

footer {
  background: #10161e;
  position: relative;
  color: #fff;
}

footer::before {
  content: "";
  background-image: url(../paint-bottom.svg);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -4.3rem;
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 10rem;
}

@media all and (max-width: 992px) {
  footer::before {
    top: -4.8rem;
  }
}

footer .grid {
  margin: 0 auto;
  padding: 8rem 0 4rem;
}

/*footer .grid .column {
    min-width: 31rem
}*/

footer .grid .column h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

footer .grid .column li {
  font-size: 1rem;
  line-height: 1.8rem;
}

footer span {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
}

footer .grid:last-of-type {
  margin: 0 auto;
  padding: 4rem 0 4rem;
}

footer .grid:last-of-type .column {
  min-width: 0;
}

footer .grid:last-of-type .column ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .grid:last-of-type .column ul li {
  margin: 0 0.5rem;
}

footer .grid:last-of-type .column ul li img {
  width: 1.1rem;
  height: 0.9rem;
}

.contact-grid,
.wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 35px;
}

.submit-button {
  justify-self: center;
}

@media screen and (min-width: 736px) {
  .contact-grid,
  .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 40px 40px 140px 40px;
    grid-gap: 35px;
  }

  .comment-box,
  .phone {
    grid-column: 1 / -1;
  }

  .submit-button {
    justify-self: start;
  }
}

.contact-form,
.wpcf7-form {
  margin-top: 3rem;
}

.form-field {
  position: relative;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  border: none;
  height: 50px;
  width: 100%;
  color: #626262;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

textarea {
  height: 140px !important;
  padding: 10px 10px;
}

.wpcf7-submit {
  font-size: 1.3rem;
  margin-top: 0 !important;
}

.btn,
.wpcf7-submit {
  background-color: #1080b7;
  color: white;
  display: inline-block;
  padding: 15px 20px;
  min-width: 5rem;
  margin-top: 15px;
  font-weight: 500;
  cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none !important;
  margin: 0;
}

/* CF7 Newsletter Form */
[data-wpcf7-id="6222"] form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

[data-wpcf7-id="6222"] form .wpcf7-text,
[data-wpcf7-id="6222"] form .wpcf7-email {
  background: #fff;
  color: #000;
  padding: 5px 10px;
}

[data-wpcf7-id="6222"] form .altcha-widget-wrap {
  margin-bottom: 0 !important;
}

[data-wpcf7-id="6222"] form .submit-spinner {
  display: flex;
  align-items: center;
}

[data-wpcf7-id="6222"] form .wpcf7-spinner {
  margin-right: 0;
}

#js-scroll {
  width: 100vw;
  overflow: hidden;
}

body {
  background-color: #fafbfc;
}

#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 8rem 0;
}

@media all and (min-width: 596px) {
  #header {
    padding: 0;
    height: 37rem;
  }
}

#header .grid {
  display: block;
}

#header .grid h1 {
  font-family: "HKGrotesk-Bold";
  color: white;
  position: relative;
  z-index: 1;
  font-size: 6rem;
  color: #10161e;
  font-weight: bold;
}

#header .grid h2 {
  color: #626262;
  margin-top: 1rem;
  max-width: 35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}

#post-it::after {
  background: #10161e;
  content: "";
  position: absolute;
  height: 30rem;
  z-index: 0;
  width: 100%;
  display: block;
  bottom: -0.1rem;
}

@media all and (max-width: 992px) {
  #post-it {
    background: #10161e;
  }

  #post-it img {
    top: -70px !important;
  }
}

#post-it img {
  width: 90%;
  position: relative;
  left: 10%;
  top: 0;
  z-index: 2;
}

#section-1 {
  background: #10161e;
  position: relative;
}

#section-1::before {
  content: "";
  background-image: url(../paint-bas.svg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: -1.8rem;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 2rem;
}

@media all and (min-width: 596px) {
  #section-1 .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#section-1 .grid .column {
  margin: 8rem auto;
  z-index: 1;
}

#section-1 .grid .column:last-of-type {
  margin: 0;
  padding: 0;
  z-index: 1;
}

#section-1 .grid .column:last-of-type img {
  display: block;
  margin: auto;
  width: 50rem;
  position: relative;
  right: 3rem;
}

@media all and (max-width: 596px) {
  #section-1 .grid .column:last-of-type img {
    width: 30rem;
    right: 0rem;
  }
}

@media all and (max-width: 992px) {
  #section-1 .grid .column {
    margin: 0;
    padding: 6rem 0;
  }
}

#section-1 .grid .column p {
  color: #fff;
  line-height: 1.8rem;
  max-width: 30rem;
}

#section-2 {
  margin: 8rem auto;
}

#section-2 .grid .column:last-of-type {
  margin: 0;
}

#section-2 .grid .column:last-of-type ul li {
  padding: 1.5rem 0;
  color: #626262;
  border-top: 0.5px solid #b1b1b1;
  border-bottom: 0.5px solid #b1b1b1;
  font-weight: 600;
  font-size: 1.3rem;
}

#section-2 .grid .column:last-of-type ul li:nth-child(1) {
  border: none;
}

#section-2 .grid .column:last-of-type ul li:nth-child(3) {
  border: none;
}

#section-2 .grid .column p {
  line-height: 1.5rem;
  max-width: 30rem;
}

#section-3 {
  margin: 8rem auto;
}

#section-3 .grid:last-of-type .column {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  padding: 3rem;
  margin-top: 1rem;
}

#section-3 .grid:last-of-type .column img {
  display: block;
  margin-bottom: 2rem;
  height: 5rem;
  width: 5rem;
}

#section-3 .grid:last-of-type .column span {
  margin: 0;
}

#section-3 .grid:last-of-type .column h3 {
  font-family: "HKGrotesk-Bold";
  margin: 1rem auto;
  font-weight: bold;
  font-size: 1.2rem;
}

#section-3 .grid:last-of-type .column p {
  color: #626262;
  line-height: 1.8rem;
  margin-top: 1.5rem;
}

#section-4 {
  height: 100%;
  padding: 6rem;
  background-color: #1080b7;
  z-index: 1;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (min-width: 596px) {
  #section-4 {
    left: 10%;
  }
}

#section-4 .grid .column p {
  color: #fff;
  max-width: 34rem;
  line-height: 2rem;
}

#section-4 .grid .column h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "HKGrotesk-Bold";
}

@media all and (min-width: 596px) {
  #section-4 .grid .column h3 {
    max-width: 15rem;
  }
}

#section-5 {
  background: #10161e;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 2rem;
}

#section-5::after {
  background: #10161e;
  content: "";
  position: absolute;
  height: 30rem;
  z-index: 1;
  width: 100%;
  display: block;
  top: -15rem;
  z-index: 0;
}

#section-5::before {
  content: "";
  background-image: url(../paint-bas.svg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 2rem;
}

#section-5 .pattern {
  position: absolute;
  right: 0;
  z-index: 1;
  top: -0.3rem;
  width: 40rem;
}

@media all and (min-width: 596px) {
  #section-5 .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#section-5 .grid .column {
  z-index: 1;
  margin: 8rem auto;
}

#section-5 .grid .column {
  margin: 0;
  padding: 0;
  z-index: 1;
  text-align: center;
}

#section-5 .grid .column:first-of-type img {
  display: block;
  margin: auto;
  width: 25rem;
}

#section-5 .grid .column h3 {
  max-width: 100% !important;
}

@media all and (max-width: 768px) {
  #section-5 .grid .column:first-of-type img {
    display: none;
  }
}

@media all and (max-width: 992px) {
  #section-5 .grid .column {
    margin: 0;
    padding: 6rem 0;
  }
}

#section-5 .grid .column p {
  color: #fff;
  line-height: 1.5rem;
  max-width: 35rem;
  text-align: left;
  margin: 3rem auto;
}

#section-5 .grid .column .subtitle {
  position: relative;
  top: 4rem;
}

@media all and (max-width: 992px) {
  #section-5 .grid .column .subtitle {
    top: 0rem;
  }
}

#section-6 {
  margin: 8rem auto;
}

#section-6 .grid:last-of-type .column {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  padding: 3rem;
  margin-top: 1rem;
}

#section-6 .grid:last-of-type .column h3 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

#section-6 .grid:last-of-type .column ul li {
  color: #626262;
  padding: 0.3rem 0;
}

#section-7 {
  margin: 8rem auto;
}

#section-7 .grid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#section-7 .grid .column img {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.embla {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.embla .fonction {
  font-size: 0.9rem;
  font-weight: lighter;
  color: #d8dfe3;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.embla__viewport.is-dragging {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.embla__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: -10px;
}

.embla__slide {
  padding-left: 10px;
  min-width: 100%;
  position: relative;
  display: flex;
}

.embla__slide__inner {
  max-height: 25rem;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: auto;
}

.embla__slide__inner p {
  margin-top: 1.5rem;
}

.embla__dots {
  align-items: center;
  align-content: center;
  justify-content: center;
  bottom: 1rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.embla__dot {
  background-color: #6b7f8a;
  cursor: pointer;
  position: relative;
  padding: 0;
  outline: 0;
  border: 0px solid #d8dfe3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.8rem;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.embla__dot:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
}

.embla__dot.is-selected:after {
  background-color: #ffc400;
  opacity: 1;
}

#notice {
  background-color: #10161e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#notice .grid .column h1 {
  color: #fff;
  font-size: 3rem;
}

#notice .grid:last-of-type {
  margin-top: 3rem;
  background-color: #fff;
  padding: 3rem;
  text-align: left;
}

#notice .grid:last-of-type h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 2rem 0;
}

#notice .grid:last-of-type p {
  color: #626262;
  line-height: 1.5rem;
}

#nav .nav__desktop .nav__desktop__menu > ul > li > a {
  position: relative;
}

#nav .nav__desktop .nav__desktop__menu > ul > li > a::after {
  content: " ";
  background-image: url(../paint-hover.svg);
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 1rem;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0;
  visibility: hidden;
}

#nav .nav__desktop .nav__desktop__menu > ul > li:hover > a::after {
  opacity: 1;
  visibility: visible;
}

#nav .nav__desktop .nav__desktop__menu > ul > li.social a:hover {
  background-image: none !important;
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
}

#nav .nav__desktop .nav__desktop__menu > ul > li.social img {
  width: 1.1rem;
  height: 0.9rem;
}

#nav .nav__desktop .nav__desktop__menu > ul > li.social.mastodon img {
  margin-top: 5px;
}

.blog_ctnr .blog_img {
  width: 100%;
  height: 220px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fs_img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}

.top {
  position: absolute;
  right: 0;
}

.top img {
  position: relative;
  bottom: 25rem;
  right: 0;
  width: 4rem;
  padding: 1rem;
  background: #ffc400;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
}

.scroll {
  position: relative;
}

.scroll > div {
  transform: rotate(90deg);
  position: absolute;
  bottom: -6rem;
  left: 3rem;
  display: flex;
}

.scroll span {
  width: 3rem;
  height: 1px;
  background-color: #ffc400;
  display: block;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

.scroll p {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  color: #626262;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

@media all and (max-width: 782px) {
  footer .grid .column {
    margin-bottom: 2rem;
  }

  #header .grid h1 {
    font-size: 3rem !important;
  }
}

#post-it {
  position: relative;
}

@media (max-width: 782px) {
  #section-7 .grid .column img {
    margin: 0 auto;
    width: 9rem;
  }

  #section-4 {
    padding: 4rem 0;
  }

  #post-it::after {
    display: none;
  }

  #post-it {
    bottom: -0.1rem;
    height: 100%;
  }

  #section-4 .grid .column p {
    margin-bottom: 2rem;
  }
}

@media (max-width: 699px) {
  #section-1::before {
    bottom: -2rem;
  }

  #section-1 .grid,
  #section-5 .grid {
    display: block !important;
  }

  #section-4 .grid {
    display: flex;
    flex-direction: column-reverse;
  }

  #section-4 .column:last-of-type {
    margin-bottom: 2rem;
  }
}

.single .title-blue {
  max-width: 100%;
}

section {
  position: relative;
}

.tabs {
  width: 100%;
  float: none;
  list-style: none;
  position: relative;
  z-index: 8;
  text-align: left;
}

.tabs li {
  float: left;
  display: block;
}

.tabs input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
}

.tabs label {
  display: block;
  padding: 1.5rem 2rem 1.5rem;
  font-size: 1rem;
  font-weight: normal;
  background: #dfe6ec;
  position: relative;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs label:hover {
  background: #ffc400;
}

.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  line-height: 25px;
  padding: 2rem;
  position: absolute;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
}

.tabs [id^="tab"]:checked + label {
  top: 0;
  background: #ffc400;
}

.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

p.link {
  clear: both;
  margin: 380px 0 0 15px;
}

p.link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #612e76;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

p.link a:hover {
  background-color: #522764;
}

.tab-content h3 {
  font-family: "HKGrotesk-Bold";
  margin: 1rem auto;
  font-weight: bold;
  font-size: 1.1rem;
}

@media all and (max-width: 768px) {
  .tablists {
    display: block;
    margin: 6rem 0;
    min-height: 40rem;
  }
}

.tab-content img {
  display: block;
  margin-bottom: 1rem;
  width: 4rem;
}

.tablists .grid .column {
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}

@media all and (max-width: 586px) {
  #nav .nav__logo img {
    width: 10rem;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0px !important;
}

.checkbox-204 span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

#js-scroll .print,
#js-scroll .print p {
  display: none;
}

#cookie-notice .cn-button {
  text-decoration: underline !important;
}

/*Page général*/
.page-template-page-general #header_content {
  background: 0 0;
  margin: 7rem auto 2rem;
}

.page-template-page-general #content_general {
  margin-bottom: 10rem !important;
  max-width: 55rem;
  display: block;
  margin: 0 auto;
}

.page-template-page-general #content_general h2 {
  max-width: 27rem;
  letter-spacing: 0.05rem;
  font-family: "HKGrotesk-Bold";
  color: #10161e;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2rem 0 2rem;
  text-align: left;
}

.page-template-page-general #content_general h3 {
  font-family: "HKGrotesk-Bold";
  font-weight: 700;
  color: #10161e;
  font-size: 1.5rem;
  margin: 2rem 0 2rem;
  letter-spacing: 0.4px;
  text-align: left;
}

.page-template-page-general #content_general h4 {
  font-family: "HKGrotesk-Bold";
  font-weight: 700;
  color: #ffc400;
  font-size: 1.2rem;
  margin: 2rem 0 2rem;
  letter-spacing: 0.4px;
  text-align: left;
}

.page-template-page-general #content_general h5 {
  font-family: "HKGrotesk-Bold";
  font-weight: 700;
  font-size: 1rem;
  margin: 2rem 0 2rem;
  letter-spacing: 0.4px;
  text-align: left;
}

.page-template-page-general #content_general h6 {
  font-family: "HKGrotesk-Bold";
  font-weight: 700;
  font-size: 0.8rem;
  margin: 2rem 0 2rem;
  letter-spacing: 0.4px;
  text-align: left;
}

.page-template-page-general #content_general p {
  line-height: 1.8rem;
  color: #626262;
}

.page-template-page-general #content_general ul {
  margin-top: 1rem;
  line-height: 1.5rem;
  margin-left: 1rem;
}

.page-template-page-general #content_general ul li {
  list-style-type: disc;
  color: #626262;
}

.page-template-page-general #content_general a {
  color: #1080b7;
}

.page-template-page-general #content_general img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-template-page-general #content_general iframe {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*Page newsletter */
.page-template-page-newsletter #content_newsletter {
  margin-top: 7rem;
  margin-bottom: 10rem !important;
  max-width: 55rem;
  display: block;
}

.page-template-page-newsletter #content_newsletter h1,
.page-template-page-newsletter #content_newsletter h2 {
  letter-spacing: 0.05rem;
  font-family: "HKGrotesk-Bold";
  color: #10161e;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2rem 0 2rem;
  text-align: left;
}

.page-template-page-newsletter #content_newsletter .wpcf7-form {
  max-width: 30rem;
}

/*BLOG*/
.single-post .article_content h2 {
  letter-spacing: 0.05rem;
  font-family: "HKGrotesk-Bold";
  color: #10161e;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2rem 0 2rem;
  text-align: left;
  line-height: 2rem;
}

.single-post .article_content h3 {
  font-family: "HKGrotesk-Bold";
  font-weight: 700;
  color: #10161e;
  font-size: 1.5rem;
  margin: 2rem 0 2rem;
  letter-spacing: 0.4px;
  text-align: left;
  line-height: 2rem;
}

.single-post .article_content h4 {
  font-family: "HKGrotesk-Bold";
  font-weight: 700;
  color: #ffc400;
  font-size: 1.2rem;
  margin: 2rem 0 0.5rem;
  letter-spacing: 0.4px;
  text-align: left;
  line-height: 2rem;
}

.single-post .article_content h5 {
  font-family: "HKGrotesk-Bold";
  font-weight: 700;
  font-size: 1rem;
  margin: 2rem 0 0rem;
  letter-spacing: 0.4px;
  text-align: left;
  line-height: 2rem;
}

.single-post .article_content h6 {
  font-family: "HKGrotesk-Bold";
  font-weight: 700;
  font-size: 0.8rem;
  margin: 2rem 0 2rem;
  letter-spacing: 0.4px;
  text-align: left;
}

.single-post .article_content p {
  line-height: 1.8rem;
}

.single-post .article_content ul,
.single-post .article_content ol {
  margin-top: 1rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.single-post .article_content ol {
  list-style-type: decimal;
}

.single-post .article_content ul li {
  list-style-type: disc;
  color: #626262;
}

.single-post .article_content ul li + li,
.single-post .article_content ol li + li {
  margin-top: 0.5rem;
}

.single-post .article_content a {
  color: #1080b7;
}

.single-post .article_content article img {
  margin: 2rem auto;
  max-width: 100% !important;
  display: block;
  height: 100%;
}

.single-post .article_content article iframe {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

.single-post #blog {
  margin: 7rem auto 2rem;
}

@media all and (max-width: 768px) {
  .blog_cnt p {
    line-height: 1.4rem;
  }
  .blog_cnt .btn {
    margin-top: 1.5rem;
  }
  .blog_ctnr .blog_cnt {
    background: transparent !important;
    padding: 1rem 0 0 0 !important;
    box-shadow: none !important;
  }
  .single-post article {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }
}

.grecaptcha-badge {
  z-index: 999;
}

.aligncenter,
.wp-caption {
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media all and (max-width: 1600px) {
  .wp-caption {
    width: 100% !important;
    height: 100% !important;
  }
  .wp-caption img {
    width: 100% !important;
    height: 100% !important;
  }
}

.tabdesk a,
#section-1 a,
#section-4 a {
  text-decoration: underline;
}

.blog_ctnr .blog_cnt {
  min-height: 21rem;
}

/*a.anchor {
    display: block;
    position: relative;
    top: -5rem;
    visibility: hidden;
    height:0px;
}*/

.single-post .article_content h2:target::before {
  content: " ";
  display: block;
  height: 150px;
  margin-top: -150px;
}

.wp-caption-text {
  text-align: center;
  font-size: 0.75rem;
  line-height: normal !important;
  margin-top: -25px;
  margin-bottom: 1rem;
}

@media all and (max-width: 768px) {
  #mc_embed_signup {
    background: transparent !important;
  }
}

#mc_embed_signup {
  background: #10161e !important;
  z-index: 1 !important;
  margin-left: 0 !important;
}

#mc_embed_signup form {
  text-align: left !important;
}

#mc_embed_signup .button {
  background: rgb(16, 128, 183) !important;
}

.newsletter {
  max-width: 18rem !important;
  font-size: 0.85rem !important;
  margin-bottom: 0.3rem !important;
  color: #fff !important;
  text-align: left !important;
  opacity: 1 !important;
  transform: none !important;
}

.article_content pre {
  display: block;
  background-color: #1080b7;
  padding: 2rem;
  color: #fff;
  width: 100%;
  margin: 2rem auto;
  white-space: pre-wrap;
  font-family: "HKGrotesk-Regular";
}

#modal {
  visibility: hidden;
}

.label-show-modal {
  background: rgb(16, 128, 183);
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
}

.modal-show {
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  text-align: left;
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-show-inner {
  position: relative;
  max-width: 500px;
  width: 80%;
  color: #fff;
  background: #10161e;
  padding: 1rem;
}

.modal-show-inner h2 {
  font-size: 1.5rem;
}

.modal-show-inner .close {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 450%;
  line-height: 25px;
  top: -12.5px;
  right: -12.5px;
  cursor: pointer;
}

input:checked ~ .modal-show {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
