/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
* {
    box-sizing: border-box;
}

html {
    line-height: 1.55;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/**
 * Normalize END
 *
 * Foyer Styles
 */
@font-face {
    font-family: 'Barlow';
    src: url(https://static.foyer.lu/fonts/4e/barlow.4ed8210407a8cb0a64cae310940f588c38b172bb.woff2) format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url(https://static.foyer.lu/fonts/d2/barlow-bold.d27b395cc8bb3a017fdd4944e85054ee5d8617c5.woff2) format('woff2');
    font-weight: bold;
}

body {
  font-family: 'Barlow', 'DIN Pro', Arial, Helvetica, sans-serif;
  color: #454F5F;
  background: white;
}

.logo {
    margin-top: 88px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.logo img {
  height: 72px;
}

.container {
    width: 1200px;
    max-width: 100%;
    display: flex;
    flex-wrap: no-wrap;
    gap: 80px;
    margin: auto;
    margin-top: 88px;
    padding: 0 24px 340px 24px;
    background: url(https://static.foyer.lu/images/35/movingperson-unhommedemenage.355B88FE9925E27DAA6C95292287A8EC062CA193.svg) center bottom no-repeat;
}

.disclaimer {
    padding: 0;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
}

h1 {
    font-size: 1.25rem;
    margin: 24px 0;
    line-height: 1.4;
    color: #2957C8
}

p {
    margin: 1em auto;
    font-size: 1rem;
    line-height: 1.7;
}

p a {
    font-weight: bold;
    text-decoration: underline;
    color: #2957C8;
}

hr {
  background: #A9BCE9;
  border-color: #A9BCE9;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  position: relative;
  z-index: -1;
}

.head img {
    border-radius: 8px;
}

.text {
    margin-top: 16px;
}

@media (max-width: 996px) {
    .container {
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 16px 16px 320px 16px;
        justify-content: center;
        gap: 40px;
    }
  
  hr {
    border-bottom-width: 1px;
    width: 100%;
  }

    .disclaimer.disclaimer {
        padding: 2em 24px;
        text-align: center;
    }

    h1 {
        margin-top: 24px;
    }
}

 @media (max-width: 860px) {
    .disclaimer.disclaimer {
        flex-basis: 100%;
    }
 }
