@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
img {
max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
}  @font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-Light.ttf) format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-SemiBold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-ExtraBold.ttf) format("truetype");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-SemiBold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-ExtraBold.ttf) format("truetype");
font-weight: 800;
font-style: normal;
}  html {
scroll-behavior: smooth;
font-family: "Manrope", sans-serif;
color: #042537;
padding: 0;
margin: 0;
list-style: none;
overflow-x: hidden;
}
body {
padding: 0;
margin: 0;
list-style: none;
scroll-behavior: smooth;
font-family: "Manrope", sans-serif;
background-color: #F4F1EA;
}
ul {
list-style: none;
}
a {
color: #042537;
text-decoration: none;
transition: 0.3s;
}
::-webkit-scrollbar-thumb {
background: #BC9B58;
border-radius: 10px;
}
h1, h2, h3 {
font-family: "Archivo", sans-serif;
}
h1 {
font-size: 2rem;
font-weight: 700;
line-height: 1.1;
}
h2 {
font-size: 1.75rem;
font-weight: 700;
line-height: 1.1;
}
h2 strong {
color: #BC9B58;
font-weight: 700;
line-height: 1.1;
}
h3 {
font-size: 1.25rem;
font-weight: 600;
line-height: 1.2;
}
@media (min-width: 768px) {
h2 {
font-size: 2.25rem;
}
}
@media (min-width: 1188px) {
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2.25rem;
}
}
@media (min-width: 1500px) {
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.5rem;
}
}
.fill-primary {
fill: #BC9B58;
}
.fill-secondary {
fill: #042537;
}
.fill-tertiary {
fill: #42595C;
}
.fill-black {
fill: #042537;
}
.fill-white {
fill: #ffffff;
}
.bg-white {
background-color: #ffffff;
}
.image {
display: block;
width: 100%;
max-width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
border-radius: 4px;
box-shadow: 0 0 20px rgba(4, 37, 55, 0.1);
}
.btn, form input[type=submit],
.wpcf7-form input[type=submit] {
background-color: #BC9B58;
color: #042537;
padding: 0.75rem 2rem;
display: block;
width: -moz-fit-content;
width: fit-content;
border-radius: 2px;
margin-top: 1rem;
border: 1px solid #BC9B58;
font-size: 0.875rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.btn:hover, form input[type=submit]:hover,
.wpcf7-form input[type=submit]:hover {
color: #BC9B58;
background-color: transparent;
}
.btn--principal {
background-color: #BC9B58;
color: #042537;
border-color: #BC9B58;
}
.btn--secondaire {
position: relative;
background-color: transparent;
color: #ffffff;
border: 0;
padding: 0 0 0.35rem;
border-radius: 0;
transition: color 0.3s ease, letter-spacing 0.3s ease;
}
.btn--secondaire::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: currentColor;
transition: height 0.3s ease;
}
.btn--secondaire:hover {
background-color: transparent;
color: #BC9B58;
letter-spacing: 0.1em;
}
.btn--secondaire:hover::after {
height: 2px;
}
section {
padding: 5rem 8%;
}
@media (min-width: 1188px) {
section {
padding: 6rem 10%;
}
}
@media (min-width: 1500px) {
section {
padding: 7rem 15%;
}
}
.h-100 {
height: 100vh;
}
.w-100 {
width: 100vw;
}
p:not(:last-of-type) {
margin-bottom: 0.5rem;
}
[id] {
scroll-margin-top: 6rem;
}
.flex {
display: flex;
flex-direction: column;
gap: 2rem;
align-items: center;
justify-content: center;
}
@media (min-width: 1188px) {
.flex {
flex-direction: row;
justify-content: space-between;
gap: 7rem;
}
.flex .container {
width: 50%;
}
.flex--reverse {
flex-direction: row-reverse;
}
} form,
.wpcf7-form {
display: flex;
align-items: center;
justify-content: center;
flex-flow: row wrap;
flex-direction: column;
max-width: 1000px;
margin: 0 auto;
}
@media (min-width: 1024px) {
form,
.wpcf7-form {
flex-direction: row;
justify-content: space-between;
}
}
form .form-row,
.wpcf7-form .form-row {
width: 100%;
}
@media (min-width: 1024px) {
form .form-row,
.wpcf7-form .form-row {
display: flex;
gap: 2rem;
margin-bottom: 1rem;
}
}
form .btn, form input[type=submit],
.wpcf7-form .btn,
.wpcf7-form input[type=submit] {
position: relative;
left: 50%;
transform: translateX(-50%);
}
form .mid,
.wpcf7-form .mid {
width: 100%;
margin-top: 1rem;
}
@media (min-width: 1024px) {
form .mid,
.wpcf7-form .mid {
width: 50%;
margin-top: 0;
}
}
form .full,
.wpcf7-form .full {
width: 100%;
margin-top: 1rem;
}
@media (min-width: 1024px) {
form .full,
.wpcf7-form .full {
margin-top: 0;
}
}
form .submit,
.wpcf7-form .submit {
width: 100%;
text-align: center;
}
form select,
.wpcf7-form select {
width: 100%;
margin-top: 1rem;
}
@media (min-width: 1024px) {
form select,
.wpcf7-form select {
margin-top: 0;
}
}
form label,
.wpcf7-form label {
text-transform: uppercase;
font-size: 12px;
color: #c3c3c3;
}
form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-not-valid-tip {
font-size: 0.7rem;
text-transform: initial;
margin-top: 5px;
color: red;
}
form input,
form textarea,
.wpcf7-form input,
.wpcf7-form textarea {
width: 100%;
}
form input,
form select,
form textarea,
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
color: #042537;
border: 0;
font-size: 16px;
background-color: transparent;
border-radius: 0;
padding: 5px 10px 5px 0;
box-sizing: border-box;
border-bottom: 1px solid rgba(4, 37, 55, 0.5);
outline: none;
transition: 0.2s;
}
form input:focus,
form select:focus,
form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
border-bottom: 1px solid #042537;
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder, .wpcf7-form input::-moz-placeholder, .wpcf7-form select::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
color: #042537;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder,
.wpcf7-form input::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
color: #042537;
}
form textarea,
.wpcf7-form textarea {
height: 120px;
}
.wpcf7-response-output {
border: 0 !important;
text-align: center;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.wpcf7-spinner {
display: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-requiblack .wpcf7-response-output {
color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
color: #00ab15;
} .navigation {
margin: 30px 0 0;
width: 100%;
text-align: center;
grid-column: 1/4;
}
.navigation .nav-links .page-numbers {
border: 2px solid #042537;
padding: 5px 12px;
}
.navigation .nav-links .page-numbers.next, .navigation .nav-links .page-numbers.prev {
border: 0;
text-transform: uppercase;
font-family: "Manrope", sans-serif;
}
.navigation .nav-links .page-numbers.current {
background-color: #042537;
color: #ffffff;
} .header {
width: 100%;
position: fixed;
top: 0;
z-index: 5;
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 1rem 5%;
background-color: #042537;
color: #ffffff;
}
.header a {
color: #ffffff;
}
.header__nom {
font-family: "Archivo", sans-serif;
font-size: 1.125rem;
letter-spacing: 0.05em;
}
.header__localisation {
display: block;
font-size: 0.625rem;
font-weight: 300;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #BC9B58;
}
.header .checkbox {
display: none;
}
.header__burger {
display: flex;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 28px;
height: 22px;
cursor: pointer;
z-index: 2;
}
.header__burger span {
display: block;
width: 100%;
height: 2px;
background-color: #ffffff;
border-radius: 3px;
transform-origin: 4px 0;
transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease;
}
.checkbox:checked ~ .header__burger span:first-child {
transform: rotate(45deg) translate(-1px, -1px);
}
.checkbox:checked ~ .header__burger span:nth-child(2) {
opacity: 0;
}
.checkbox:checked ~ .header__burger span:last-child {
transform: rotate(-45deg) translate(-1px, 1px);
}
.header__menu {
position: fixed;
top: 0;
right: 0;
width: 75%;
max-width: 320px;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color: #042537;
transform: translateX(100%);
transition: transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.checkbox:checked ~ .header__menu {
transform: translateX(0);
}
.header__liste {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
font-size: 1rem;
}
.header__liste a:hover {
color: #BC9B58;
}
@media (min-width: 1024px) {
.header {
padding: 1.25rem 5%;
}
}
@media (min-width: 1188px) {
.header {
padding: 1.5rem 10%;
}
.header__burger {
display: none;
}
.header__menu {
position: static;
width: auto;
height: auto;
display: block;
background-color: transparent;
transform: none;
max-width: initial;
}
.header__menu .btn, .header__menu form input[type=submit], form .header__menu input[type=submit],
.header__menu .wpcf7-form input[type=submit],
.wpcf7-form .header__menu input[type=submit] {
margin-top: 0;
}
.header__menu .btn a, .header__menu form input[type=submit] a, form .header__menu input[type=submit] a,
.header__menu .wpcf7-form input[type=submit] a,
.wpcf7-form .header__menu input[type=submit] a {
color: #042537;
}
.header__menu .btn a:hover, .header__menu form input[type=submit] a:hover, form .header__menu input[type=submit] a:hover,
.header__menu .wpcf7-form input[type=submit] a:hover,
.wpcf7-form .header__menu input[type=submit] a:hover {
color: #BC9B58;
}
.header__liste {
flex-direction: row;
gap: 2rem;
font-size: 0.875rem;
}
} .footer {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
gap: 1.5rem;
padding: 3rem 10%;
background-color: #042537;
color: rgba(255, 255, 255, 0.7);
text-align: center;
}
.footer::before {
content: "";
position: absolute;
top: 0;
left: 10%;
right: 10%;
height: 1px;
background-color: rgba(255, 255, 255, 0.25);
}
.footer a {
color: rgba(255, 255, 255, 0.7);
}
.footer a:hover {
color: #BC9B58;
}
.footer__gauche {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
}
.footer__nom, .footer__localisation {
font-family: "Archivo", sans-serif;
font-size: 1.25rem;
font-weight: 700;
color: #ffffff;
}
.footer__baseline {
font-size: 0.8125rem;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #BC9B58;
}
.footer__droite {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.35rem;
font-size: 0.75rem;
}
@media (min-width: 1024px) {
.footer {
flex-direction: row;
align-items: center;
justify-content: space-between;
text-align: left;
}
.footer__gauche {
align-items: flex-start;
}
.footer__haut {
flex-direction: row;
align-items: baseline;
gap: 0.5rem;
}
.footer__droite {
align-items: flex-end;
text-align: right;
}
}
@media (min-width: 1188px) {
.footer__nom, .footer__localisation {
font-size: 1.5rem;
}
} .defaut h2 {
margin-top: 2rem;
margin-bottom: 1rem;
}
.defaut a {
text-decoration: underline;
}
.defaut a:hover {
color: #BC9B58;
}
@media (min-width: 1188px) {
.defaut h2 {
margin-top: 3rem;
}
}   .animation-from-bottom {
opacity: 0;
transform: translateY(100px);
transition: opacity 1s, transform 1s;
}
.animation-from-top {
opacity: 0;
transform: translateY(-100px);
transition: opacity 1s, transform 1s;
}
.animation-from-left {
opacity: 0;
transform: translateX(-150px);
transition: opacity 1s, transform 1s;
}
.animation-from-right {
opacity: 0;
transform: translateX(150px);
transition: opacity 1s, transform 1s;
}
.hidden {
opacity: 0;
}
.visible {
opacity: 1;
transform: translate(0, 0);
} .animation-list > * {
opacity: 0;
transform: translateY(50px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.animation-list > *.visible {
opacity: 1;
transform: translateY(0);
} .grecaptcha-badge {
display: none;
} #ecoindex-badge {
display: none;
} @media screen and (min-width: 1170px) {
#ecoindex-badge {
display: block;
position: fixed;
bottom: 2rem;
right: 2rem;
z-index: 2;
}
} .back-to-up {
opacity: 0;
position: fixed;
bottom: 1.25rem;
right: 1rem;
text-align: center;
border-radius: 5px;
z-index: 3;
transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 650px) {
.back-to-up > img {
width: 2.5rem;
right: 1rem;
}
}@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-Light.ttf) format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-SemiBold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Manrope";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Manrope/static/Manrope-ExtraBold.ttf) format("truetype");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-SemiBold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Archivo";
src: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/fonts/Archivo/static/Archivo-ExtraBold.ttf) format("truetype");
font-weight: 800;
font-style: normal;
}  [class$=__surtitre] {
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
font-size: 0.8125rem;
font-weight: 700;
letter-spacing: 0.3em;
text-transform: uppercase;
color: #BC9B58;
margin-bottom: 0.5rem;
position: relative;
}
.hero__surtitre,
.bienvenue__surtitre,
.services__surtitre,
.expertise__surtitre,
.parcours__surtitre,
.valeurs__surtitre,
.pourquoi__surtitre,
.fondateur__surtitre,
.contact__surtitre {
justify-content: flex-start;
} .hero {
position: relative;
min-height: 95vh;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
padding-top: 8rem;
padding-bottom: 3rem;
background-size: cover;
background-position: center;
color: #ffffff;
}
.hero::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(4, 37, 55, 0.5) 0%, rgba(4, 37, 55, 0.28) 40%, rgba(4, 37, 55, 0.92) 100%);
}
@media (min-width: 768px) {
.hero::after {
content: "";
display: block;
width: 81px;
height: 145px;
position: absolute;
background-image: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/img/element-deco2.svg);
background-size: contain;
background-repeat: no-repeat;
bottom: 2.5rem;
right: 2rem;
}
}
.hero__surtitre {
color: #ffffff;
}
.hero__surtitre::after {
content: "";
display: block;
width: 3.5rem;
height: 3.5rem;
position: absolute;
background-image: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/img/element-deco1.svg);
background-size: contain;
background-repeat: no-repeat;
top: -3.5rem;
left: 0;
}
.hero__surtitre, .hero__titre, .hero__boutons {
position: relative;
z-index: 1;
}
.hero__titre {
max-width: 20ch;
letter-spacing: -0.02em;
}
.hero__boutons {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-top: 1.5rem;
align-items: center;
}
.hero__boutons .btn {
margin-top: 0;
}
@media (min-width: 1188px) {
.hero {
padding-bottom: 5rem;
}
.hero__titre {
font-size: 3.25rem;
}
}
@media (min-width: 1500px) {
.hero__titre {
font-size: 4rem;
}
} .citation {
text-align: center;
background-color: #F4F1EA;
}
.citation__titre {
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #BC9B58;
margin-bottom: 1rem;
}
.citation__texte {
position: relative;
max-width: 800px;
margin: 0 auto;
padding-bottom: 3rem;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
color: #042537;
}
.citation__texte em {
font-style: italic;
color: #BC9B58;
}
.citation__texte::after {
content: "";
display: block;
width: 3.5rem;
height: 3.5rem;
position: absolute;
background-image: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/img/element-deco1.svg);
background-size: contain;
background-repeat: no-repeat;
bottom: -3rem;
left: 50%;
transform: translateX(-50%);
}
@media (min-width: 768px) {
.citation__texte {
font-size: 2rem;
}
}
@media (min-width: 1188px) {
.citation__texte {
font-size: 2.5rem;
}
} .bienvenue {
background-color: #ffffff;
}
.bienvenue__surtitre {
margin-bottom: 1rem;
}
.bienvenue__titre {
margin-bottom: 1.5rem;
}
.bienvenue__texte {
color: #42595C;
}
.bienvenue__texte blockquote {
margin: 1.5rem 0 0;
padding-left: 1.25rem;
border-left: 3px solid #BC9B58;
font-family: "Archivo", sans-serif;
font-style: italic;
font-size: 1.125rem;
color: #042537;
}
.bienvenue__photo {
background-color: #042537;
border-radius: 4px;
box-shadow: 0 0 20px rgba(4, 37, 55, 0.1);
}
.bienvenue__photo .image {
aspect-ratio: 6/5;
border-radius: 4px 4px 0 0;
-o-object-position: top;
object-position: top;
}
.bienvenue__infos {
padding: 1.25rem 1rem 0.25rem;
}
.bienvenue__nom {
color: #ffffff;
font-weight: 700;
}
.bienvenue__poste {
margin-top: 0.35rem;
padding-bottom: 0.75rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
color: #BC9B58;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.bienvenue__coordonnees {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-top: 0.75rem;
padding-bottom: 1rem;
font-size: 0.8125rem;
}
.bienvenue__coordonnees a {
color: rgba(255, 255, 255, 0.7);
}
.bienvenue__coordonnees a:hover {
color: #BC9B58;
}
@media (min-width: 1188px) {
.bienvenue__photo {
width: 40%;
}
} .services {
position: relative;
}
@media (min-width: 768px) {
.services::before {
content: "";
display: block;
width: 81px;
height: 145px;
position: absolute;
background-image: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/img/element-deco2.svg);
background-size: contain;
background-repeat: no-repeat;
top: 2rem;
right: 10%;
transform: rotate(90deg);
}
}
.services__texte {
max-width: 620px;
margin-top: 1rem;
color: #42595C;
}
.services__liste {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin-top: 2.5rem;
}
.services .service {
padding: 2.5rem 2rem;
background-color: #ffffff;
border: 1px solid rgba(4, 37, 55, 0.08);
border-radius: 4px;
box-shadow: 0 0 20px rgba(4, 37, 55, 0.1);
transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.services .service:hover {
transform: translateY(-6px);
border-color: rgba(188, 155, 88, 0.5);
box-shadow: 0 25px 45px -25px rgba(4, 37, 55, 0.35);
}
.services .service__icone {
width: 2.5rem;
height: 2.5rem;
-o-object-fit: contain;
object-fit: contain;
margin-bottom: 1rem;
}
.services .service__titre {
margin-bottom: 0.75rem;
}
.services .service__details {
color: #42595C;
font-size: 0.9375rem;
}
.services .service__details ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.services .service__details li {
position: relative;
padding-left: 1rem;
}
.services .service__details li::before {
content: "";
position: absolute;
left: 0;
top: 0.5em;
width: 0.3rem;
height: 0.3rem;
background-color: #BC9B58;
}
@media (min-width: 768px) {
.services__liste {
flex-direction: row;
flex-wrap: wrap;
}
.services .service {
flex: 1 1 calc(50% - 0.75rem);
}
}
@media (min-width: 1188px) {
.services .service {
flex-basis: calc(33.333% - 1rem);
}
} .banniere {
position: relative;
padding: 0;
}
.banniere .image {
border-radius: 0;
height: 40vh;
}
.banniere::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(4, 37, 55, 0.08) 0%, rgba(4, 37, 55, 0.02) 55%, #F4F1EA 100%);
} .expertise__liste {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin-top: 2.5rem;
}
.expertise__carte {
padding: 2.5rem 2rem;
background-color: #ffffff;
border: 1px solid rgba(4, 37, 55, 0.08);
border-radius: 4px;
box-shadow: 0 0 20px rgba(4, 37, 55, 0.1);
transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.expertise__carte:hover {
transform: translateY(-6px);
border-color: rgba(188, 155, 88, 0.5);
box-shadow: 0 25px 45px -25px rgba(4, 37, 55, 0.35);
}
.expertise__icone {
width: 2.5rem;
height: 2.5rem;
-o-object-fit: contain;
object-fit: contain;
margin-bottom: 1rem;
}
.expertise__carte-titre {
margin-bottom: 0.75rem;
}
.expertise__items {
color: #42595C;
font-size: 0.9375rem;
}
.expertise__items ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.expertise__items li {
padding-left: 1rem;
position: relative;
}
.expertise__items li::before {
content: "";
position: absolute;
left: 0;
top: 0.55rem;
width: 0.35rem;
height: 0.35rem;
border-radius: 50%;
background-color: #BC9B58;
}
@media (min-width: 768px) {
.expertise__liste {
flex-direction: row;
flex-wrap: wrap;
}
.expertise__carte {
flex: 1 1 calc(50% - 0.75rem);
}
}
@media (min-width: 1188px) {
.expertise__carte {
flex-basis: calc(33.333% - 1rem);
}
} .relation {
text-align: center;
background-color: #ffffff;
}
.relation__texte {
max-width: 700px;
margin: 1rem auto 0;
color: #42595C;
}
.relation__schema {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 3rem;
}
.relation__client {
position: relative;
width: 7rem;
height: 7rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background-color: #042537;
color: #ffffff;
font-family: "Archivo", sans-serif;
font-weight: 700;
font-size: 1.125rem;
}
.relation__client::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
width: 1px;
height: 2rem;
background-color: #BC9B58;
transform: translateX(-50%);
}
.relation__partenaire {
position: relative;
margin-top: 3rem;
padding: 0.9rem 2rem;
border-radius: 2px;
background-color: #BC9B58;
color: #042537;
font-size: 0.8125rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.relation__partenaire::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
width: 1px;
height: 2rem;
background-color: rgba(4, 37, 55, 0.3);
transform: translateX(-50%);
}
.relation__bulles {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.75rem;
width: 100%;
max-width: 900px;
margin-top: 3rem;
}
.relation__bulle {
flex: 1 1 calc(50% - 0.75rem);
padding: 1.1rem 1rem;
border-radius: 2px;
background-color: #ffffff;
border: 1px solid rgba(4, 37, 55, 0.1);
font-size: 0.8125rem;
font-weight: 600;
color: #042537;
transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.relation__bulle:hover {
transform: translateY(-3px);
border-color: rgba(188, 155, 88, 0.55);
box-shadow: 0 0 20px rgba(4, 37, 55, 0.1);
}
.relation__citation {
max-width: 700px;
margin: 2.5rem auto 0;
font-family: "Archivo", sans-serif;
font-style: italic;
font-size: 1.25rem;
color: #042537;
}
@media (min-width: 768px) {
.relation__bulle {
flex-basis: calc(33.333% - 0.75rem);
}
}
@media (min-width: 1188px) {
.relation__bulle {
flex-basis: calc(20% - 0.6rem);
}
} .parcours {
flex-wrap: wrap;
}
.parcours__titre {
margin-top: 0.25rem;
}
.parcours__etapes {
display: flex;
flex-direction: column;
gap: 1.25rem;
margin-top: 3rem;
}
.parcours__etape {
padding: 2rem 1.75rem;
background-color: #ffffff;
border-top: 3px solid #BC9B58;
border-radius: 4px;
box-shadow: 0 0 20px rgba(4, 37, 55, 0.1);
transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.parcours__etape:hover {
transform: translateY(-6px);
box-shadow: 0 25px 45px -25px rgba(4, 37, 55, 0.35);
}
.parcours__numero {
display: block;
font-family: "Archivo", sans-serif;
font-size: 2.5rem;
font-weight: 500;
line-height: 1;
color: #BC9B58;
margin-bottom: 0.75rem;
}
.parcours__etape-titre {
margin-bottom: 0.5rem;
}
.parcours__etape-texte {
color: #42595C;
font-size: 0.9375rem;
}
@media (min-width: 768px) {
.parcours__etapes {
flex-direction: row;
flex-wrap: wrap;
}
.parcours__etape {
flex-basis: calc(50% - 0.625rem);
}
}
@media (min-width: 1188px) {
.parcours {
gap: 3rem;
}
.parcours .container {
width: 40%;
}
.parcours .image {
width: 50%;
aspect-ratio: 16/9;
}
.parcours__etapes {
flex-basis: 100%;
}
.parcours__etape {
flex-basis: calc(25% - 0.9375rem);
}
} .valeurs {
background-color: #ffffff;
}
.valeurs__liste {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin-top: 2.5rem;
}
.valeurs .valeur {
padding: 2.5rem 2rem;
background-color: #F4F1EA;
border-radius: 4px;
transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.4s ease;
}
.valeurs .valeur:hover {
transform: translateY(-6px);
box-shadow: 0 0 20px rgba(4, 37, 55, 0.1);
}
.valeurs .valeur__icone {
width: 3rem;
height: 3rem;
-o-object-fit: contain;
object-fit: contain;
margin-bottom: 1.25rem;
}
.valeurs .valeur__surtitre {
justify-content: flex-start;
}
.valeurs .valeur__titre {
margin-bottom: 0.75rem;
}
.valeurs .valeur__texte {
color: #42595C;
font-size: 0.9375rem;
}
@media (min-width: 768px) {
.valeurs__liste {
flex-direction: row;
}
.valeurs .valeur {
flex: 1;
}
} .pourquoi {
position: relative;
}
.pourquoi__titre {
max-width: 900px;
}
.pourquoi__raisons {
display: flex;
flex-direction: column;
gap: 1rem 2rem;
margin-top: 2.5rem;
}
.pourquoi__raison {
display: flex;
flex-direction: column;
gap: 0.5rem;
padding-top: 1.5rem;
border-top: 1px solid rgba(4, 37, 55, 0.15);
}
.pourquoi__picto {
width: 2rem;
height: 2rem;
-o-object-fit: contain;
object-fit: contain;
margin-bottom: 0.5rem;
}
.pourquoi__raison-titre {
margin-bottom: 0.25rem;
}
.pourquoi__raison-texte {
color: #42595C;
font-size: 0.9375rem;
}
.pourquoi__chiffres {
display: flex;
flex-direction: column;
gap: 1.75rem;
margin-top: 3rem;
padding: 2.5rem 2rem;
background-color: #042537;
border-radius: 4px;
box-shadow: 0 25px 50px -25px rgba(4, 37, 55, 0.55);
position: relative;
}
@media (min-width: 768px) {
.pourquoi__chiffres::after {
content: "";
display: block;
width: 81px;
height: 145px;
position: absolute;
background-image: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/img/element-deco2.svg);
background-size: contain;
background-repeat: no-repeat;
top: -3.5rem;
right: -2rem;
transform: rotate(90deg);
}
}
.pourquoi__chiffre {
display: flex;
flex-direction: column;
gap: 0.35rem;
}
.pourquoi__chiffre-valeur {
font-family: "Archivo", sans-serif;
font-size: 2.5rem;
font-weight: 500;
line-height: 1;
color: #BC9B58;
}
.pourquoi__chiffre-texte {
font-size: 0.8125rem;
color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 768px) {
.pourquoi__raisons {
flex-direction: row;
flex-wrap: wrap;
}
.pourquoi__raison {
flex: 1 1 calc(50% - 1rem);
}
.pourquoi__chiffres {
flex-direction: row;
flex-wrap: wrap;
}
.pourquoi__chiffre {
flex: 1 1 calc(50% - 0.875rem);
}
}
@media (min-width: 1188px) {
.pourquoi__chiffre {
flex: 1;
}
} .fondateur {
background-color: #ffffff;
overflow: hidden;
}
.fondateur__photo {
position: relative;
width: 100%;
margin: 1.5rem 0 2rem 1.5rem;
}
.fondateur__photo .image {
position: relative;
aspect-ratio: 4/5;
-o-object-position: top;
object-position: top;
}
.fondateur__photo::before {
content: "";
position: absolute;
top: -1rem;
left: -1rem;
width: 5rem;
height: 5rem;
background-color: #BC9B58;
}
.fondateur__photo::after {
content: "";
position: absolute;
bottom: -1.75rem;
right: -1.75rem;
width: 5.5rem;
height: 5.5rem;
background-color: #BC9B58;
border-radius: 50%;
}
.fondateur__texte {
display: flex;
flex-direction: column;
gap: 1rem;
color: #42595C;
margin-top: 1.5rem;
}
.fondateur__texte strong {
color: #042537;
font-weight: 700;
}
.fondateur__nom {
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 1px solid rgba(4, 37, 55, 0.15);
font-weight: 700;
}
.fondateur__poste {
margin-top: 0.35rem;
color: #BC9B58;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
}
@media (min-width: 1188px) {
.fondateur__photo {
width: 42%;
}
} .horizon {
position: relative;
min-height: 60vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background-size: cover;
background-position: center;
color: #ffffff;
}
.horizon::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(4, 37, 55, 0.55), rgba(4, 37, 55, 0.45));
}
.horizon__surtitre {
color: #ffffff;
}
.horizon__surtitre, .horizon__texte {
position: relative;
z-index: 1;
}
.horizon__texte {
max-width: 32ch;
margin-top: 1rem;
font-family: "Archivo", sans-serif;
font-style: italic;
font-weight: 700;
font-size: 1.375rem;
line-height: 1.4;
position: relative;
}
.horizon__texte::after {
content: "";
display: block;
width: 3.5rem;
height: 3.5rem;
position: absolute;
background-image: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/img/element-deco1.svg);
background-size: contain;
background-repeat: no-repeat;
bottom: -5rem;
left: 50%;
transform: translateX(-50%);
}
@media (min-width: 768px) {
.horizon__texte {
font-size: 1.75rem;
}
} .contact {
background-color: #042537;
color: #ffffff;
width: 100%;
}
.contact__surtitre::before {
content: "";
display: block;
width: 3.5rem;
height: 3.5rem;
position: absolute;
background-image: url(//www.boardluxembourg.com/wp-content/themes/template-onepage-v2/assets/img/element-deco1.svg);
background-size: contain;
background-repeat: no-repeat;
top: -3.5rem;
left: 0;
}
.contact__texte {
max-width: 40ch;
color: rgba(255, 255, 255, 0.7);
margin-top: 1rem;
}
.contact__coordonnees {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 1.25rem;
margin-top: 2rem;
font-size: 0.9375rem;
}
.contact__coordonnees li {
display: flex;
flex-direction: column;
gap: 0.35rem;
}
.contact__coordonnees a {
color: #ffffff;
}
.contact__coordonnees a:hover {
color: #BC9B58;
}
.contact__coordonnees-label {
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #BC9B58;
}
.contact form {
width: 100%;
max-width: 100%;
padding: 2rem;
background-color: #F4F1EA;
border: 1px solid rgba(4, 37, 55, 0.06);
border-radius: 16px;
box-shadow: 0 25px 50px -25px rgba(4, 37, 55, 0.5);
color: #042537;
}
.contact form label {
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.15em;
color: #BC9B58;
}
.contact form input,
.contact form textarea {
color: #042537;
border-bottom-color: rgba(4, 37, 55, 0.3);
}
.contact form input::-moz-placeholder, .contact form textarea::-moz-placeholder {
color: #42595C;
}
.contact form input::placeholder,
.contact form textarea::placeholder {
color: #42595C;
}
.contact form .btn {
position: static;
left: auto;
transform: none;
width: 100%;
margin-top: 1.5rem;
padding: 1rem 2rem;
text-align: center;
border-radius: 4px;
}
@media (min-width: 1188px) {
.contact form {
padding: 3rem;
}
.contact .formulaire {
width: 50%;
}
}