@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/eb-garamond-v26-latin-regular.woff2) format("woff2"), url(../fonts/eb-garamond-v26-latin-regular.woff) format("woff"); }
body,
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  width: 100%;
  color: #426978;
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Arial", sans-serif;
  position: relative; }

body * {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  margin: 0; }

h1 {
  font-size: 30px;
  line-height: 36px;
  font-family: "EB Garamond";
  text-transform: uppercase;
  color: #004437;
  margin-bottom: 32px; }

h2 {
  font-size: 24px;
  line-height: 28px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 4px; }

a,
a:visited,
body,
p {
  font-weight: 400; }

p {
  margin-bottom: 21px; }

a,
a:visited {
  font-size: 16px;
  line-height: 24px;
  outline: 0;
  text-decoration: none;
  color: #426978;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word; }

a:hover {
  color: #ff802a;
  text-decoration: none; }

ol,
ul {
  list-style-type: none;
  margin-bottom: 24px; }

h3,
h4,
h5,
h6,
li,
p {
  font-size: 16px;
  line-height: 24px; }

.text-bold {
  font-weight: 700; }

.text-medium {
  font-weight: 500; }

.text-light,
footer a {
  font-weight: 300; }

.text-blue {
  color: #426978; }

.text-white {
  color: #fff; }

.text-brand {
  color: #004437; }

.lead-text {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 23px; }

.margin-bottom-0 {
  margin-bottom: 0; }

.container-inner,
.container-max {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

video {
  width: 100%;
  height: auto; }

.container-max {
  max-width: 826px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

.container-inner {
  padding-left: 104px;
  padding-right: 10px; }

.container-mini {
  max-width: 618px;
  width: 100%; }

@media only screen and (max-width: 1024px) {
  .container-inner {
    padding-left: 70px;
    padding-right: 0; } }
@media only screen and (max-width: 767px) {
  .container-inner {
    padding-left: 5px; }

  h1 {
    font-size: 26px;
    line-height: 30px; }

  .lead-text,
  h2 {
    font-size: 20px;
    line-height: 24px; }

  .lead-text {
    font-size: 18px;
    margin-bottom: 20px; }

  a,
  li,
  p {
    font-size: 15px;
    line-height: 22px; } }
@media only screen and (max-width: 340px) {
  .container-inner {
    padding-left: 30px; } }
.header-top {
  background-image: url(../images/header.jpg?v=3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 320px;
  position: relative; }

.logo-wrap {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
          transform: translateY(-50%) translateX(-50%) !important;
  bottom: auto !important; }

.logo-nouvelle, .logo-vieux {
  height: 100px;
  -webkit-transform: translateX(-18px);
          transform: translateX(-18px); }

a.button {
  display: inline-block;
  padding: 8px 20px;
  background: #333;
  color: #ff802a;
  font-weight: bold;
  -webkit-transition: .3s all ease;
  transition: .3s all ease; }

a.button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.green-line {
  background-color: #ff802a;
  height: 22px; }

.header-top-green-line {
  width: calc((100% - 826px) / 2);
  position: absolute;
  top: 0;
  left: 0; }

.header-top-green-line-inner {
  width: 119px;
  position: absolute;
  top: 0;
  left: 0; }

.header-top-logo-container a img {
  width: 293px;
  height: auto; }

.header-content-block {
  background-color: #f3f3f3;
  position: relative; }

.header-content-block-inner {
  position: relative; }

.header-content {
  padding-top: 35px;
  padding-bottom: 47px; }

.header-content-green-line-r {
  width: calc((100% - 826px) / 2);
  position: absolute;
  top: 0;
  right: 0; }

.header-content-green-line-r-inner {
  width: 90px;
  position: absolute;
  top: 0;
  right: 0; }

.header-content-green-line-l {
  width: calc((100% - 826px) / 2);
  position: absolute;
  bottom: 0;
  left: 0; }

.header-content-green-line-l-inner {
  width: 119px;
  position: absolute;
  bottom: 0;
  left: 0; }

.header-content-description-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 27px 0; }

.header-content-description-block .header-content-description {
  width: 58%;
  padding-right: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.header-content-description-block .header-content-block-list {
  width: 42%;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 1200px) {
  .header-top {
    background-attachment: scroll; } }
@media only screen and (max-width: 1024px) {
  .header-top-logo-container a img {
    width: 200px; }

  .green-line {
    height: 16px; }

  .header-content-green-line-l-inner,
  .header-content-green-line-r-inner,
  .header-top-green-line-inner {
    width: 86px; }

  .header-top {
    height: 220px; } }
@media only screen and (max-width: 767px) {
  .header-content {
    padding-top: 25px;
    padding-bottom: 25px; }

  .logo-nouvelle, .logo-vieux {
    height: 70px;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }

  .green-line {
    height: 10px; }

  .header-content-green-line-l,
  .header-content-green-line-r,
  .header-top-green-line {
    display: none; }

  .header-content-green-line-l-inner,
  .header-content-green-line-r-inner,
  .header-top-green-line-inner {
    width: 62px; }

  .header-top {
    height: 240px; }

  .header-content-description-block {
    display: block; }

  .header-content-description-block .header-content-description {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px; }

  .header-content-description-block .header-content-block-list {
    width: 100%;
    padding-left: 0; } }
@media only screen and (max-width: 340px) {
  .header-top-logo-container a img {
    width: 100px; }

  .green-line {
    height: 7px; }

  .header-content-green-line-l-inner,
  .header-content-green-line-r-inner,
  .header-top-green-line-inner {
    width: 46px; }

  .header-top {
    height: 110px; } }
.main-content-block {
  padding-top: 68px;
  padding-bottom: 22px; }

@media only screen and (max-width: 767px) {
  .main-content-block {
    padding-top: 48px;
    padding-bottom: 22px; } }
footer {
  padding-top: 40px;
  padding-bottom: 40px; }

footer.footer-home {
  padding-top: 20px;
  padding-bottom: 24px; }

footer .footer-main-contacts {
  margin-bottom: 15px; }

footer .footer-text-smaller {
  margin-bottom: 17px; }

footer .footer-text-smaller span {
  margin-right: 6px; }

footer .footer-nav a,
footer .footer-text-smaller p {
  font-size: 12px;
  line-height: 18px; }

@media only screen and (max-width: 1200px) {
  footer .footer-nav a {
    line-height: 24px; } }

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