html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: 700!important;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} 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;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} 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 {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: Mulish, sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-preview-img {
background-color: #6CB0BF;
}
@media screen and (max-width: 979px) {
.eael-facebook-feed.eael-col-1 .eael-facebook-feed-item {
width: 100%!important;
}
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.breadcrumb_last {
color: #6CB0BF!important;
}
@media (min-width: 768px) {
.elementor-image-gallery .gallery .gallery-item {
max-width: 100%!important;
display: flex;
align-items: center;
}
}
@media screen and (min-width: 1025px) {
.w-33 {
width: 33.333%!important;
}
.w-0 {
width: 0%!important;
}
.my-170 {
margin-top: -170px!important;
margin-bottom: 170px!important;
}
.w-25-desktop {
width: 25%!important;
}
}  .pro-expertises-brands .brands,
.home .brands {
display: none;
}
.pro-expertises-brands .brands.active,
.home .brands.active {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
row-gap: 30px;
text-align: center;
margin-top: 60px;
}
.home .brands-links {
display: grid;
grid-template-columns: repeat(6, 1fr);
border-bottom: 1px solid #DEDEDE;
}
.brands-links {
display: grid;
grid-template-columns: repeat(5, 1fr);
border-bottom: 1px solid #DEDEDE;
}
.brands-links button {
background-color: inherit;
border: none;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 25px;
color: #727272;
text-align: center;
padding-bottom: 25px;
}
.brands-links button.active {
color: #6CB0BF;
padding-bottom: 20px;
border-bottom: 5px solid #6CB0BF;
background-color: #F0F9FB;
}
.home .brands-links button.grand-public {
color: #112D5A;
}
.home .brands-links button.grand-public.active {
color: #112D5A;
border-bottom: 5px solid #112D5A;
background-color: #F1F6FF;
}
.brands-links-select {
display: none;
padding: 20px;
border: 0;
background-color: #6CB0BF;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 19px;
color: #F0F9FB;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-down.svg);
background-repeat: no-repeat;
background-position: 92.5% center;
width: 100%;
}
.pro-expertises-brands .brand,
.home .brand {
width: calc(33.33% - 30px);
padding: 0 30px;
min-height: 110px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.pro-expertises-brands .brand img,
.home .brand img {
height: auto;
width: 135px;
margin-bottom: 20px;
}
.pro-expertises-brands .brand p,
.home .brand p {
font-family: Mulish;
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 19px;
margin-bottom: 0;
}
.pro-expertises-brands .brand a,
.home .brand a {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
text-decoration: underline;
text-transform: uppercase;
color: #112D5A;
}
@media screen and (max-width: 1024px) {
.home .brands-links,
.brands-links {
grid-template-columns: repeat(3, 1fr);
}
.pro-expertises-brands .brand,
.home .brand {
min-height: 130px;
}
}
@media screen and (max-width: 767px) {
.home .brands-links,
.brands-links {
display: none;
}
.brands-links-select {
display: block;
}
.pro-expertises-brands .brand,
.home .brand {
flex: 0 0 calc(100%);
padding: 0px;
}
.pro-expertises-brands .brands.active,
.home .brands.active {
row-gap: 50px;
}
.pro-expertises-brands .brand p,
.home .brand p {
font-size: 16px;
line-height: 19.2px;
}
.pro-expertises-brands .brand,
.home .brand {
min-height: auto;
}
.pro-expertises-brands .brand img,
.home .brand img {
width: 115px;
margin-bottom: 10px;
}
} .page-content h2 {
font-family: Mulish;
font-weight: 700;
font-size: 25px;
line-height: 31.38px;
color: #112D5A;
margin-top: 60px;
width: fit-content;
}
.page-content h2::after {
content: "";
margin-top: 10px;
margin-bottom: 30px;
background-color: #6CB0BF;
width: 40%;
height: 5px;
display: block;
}
@media screen and (max-width: 767px) {
.page-content ol,
.page-content ul {
margin-left: 0;
}
}  .public-expertises-brands {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
row-gap: 30px;
text-align: center;
}
.public-expertises-brands .brand {
width: calc(33.33% - 30px);
padding: 0 30px;
min-height: 135px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media screen and (max-width: 767px) {
.public-expertises-brands .brand {
flex: 0 0 calc(100%);
padding: 0px;
}
}
.public-expertises-brands .brand img {
height: auto;
width: 135px;
margin-bottom: 20px;
}
.public-expertises-brands .brand a {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
text-decoration: underline;
text-transform: uppercase;
color: #112D5A;
}
.public-expertises-brands .brand p {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.public-expertises-brands .brand {
min-height: auto;
}
.public-expertises-brands .brand img {
margin-bottom: 5px;
}
} .pro-expertises .elementor-widget-divider {
width: 0;
opacity: 0;
visibility: hidden;
}
.pro-expertises .elementor-column:hover .elementor-widget-divider {
width: 100%;
opacity: 1;
visibility: visible;
transition: width 1s;
}
.pro-expertises .elementor-column .elementor-widget-wrap {
background-size: 120% auto!important;
background-position: center center!important;
}
.pro-expertises .elementor-column:hover .elementor-widget-wrap {
background-size: 100% auto!important;
} .our-brands-select {
display: none;
padding: 20px;
border: 0;
background-color: #F1F6FF;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 19px;
color: #112D5A;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-down.svg);
background-repeat: no-repeat;
background-position: 92.5% center;
width: calc(100% - 20px);
margin: 0 10px;
}
.our-brands-select.les-pros option {
background-color: #F1F6FF;
color: #112D5A;
}
.our-brands-select option,
.our-brands-select.les-pros {
background-color: #F0F9FB;
color: #6CB0BF;
} .our-brands-tabs .eael-tabs-nav {
border-bottom: 1px solid #F2F2F2;
}
.our-brands-tabs .eael-tabs-nav ul {
margin-left: 15vw;
margin-right: 15vw;
}
.our-brands-tabs .eael-tabs-nav #les-pros.active {
background-color: #F0F9FB!important;
border-color: #6CB0BF!important;
color: #6CB0BF!important;
}
@media screen and (max-width: 1024px) {
.our-brands-tabs .eael-tabs-nav ul {
margin-left: 5vw;
margin-right: 5vw;
}
}
@media screen and (max-width: 767px) {
.our-brands-tabs .eael-tabs-nav {
display: none;
}
.our-brands-select {
display: block;
}
} .our-brands-tabs .brands {
display: none;
justify-content: center;
flex-wrap: wrap;
row-gap: 50px;
column-gap: 50px;
}
.our-brands-tabs .brands.active,
.our-brands-tabs .brands.grand-public {
display: flex;
margin-top: 60px;
}
.our-brands-tabs .brand {
flex: 0 0 calc(50% - 50px);
height: 450px;
max-width: 700px;
background-color: #112D5A;
display: flex;
align-items: flex-end;
padding: 20px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.our-brands-tabs .brand .content {
width: fit-content;
background-color: white;
padding: 35px;
max-width: 80%;
}
.our-brands-tabs .brand .content .logo {
height: auto;
width: 145px;
}
.our-brands-tabs .brand .hidden-content {
transition: width 1s linear, height 1s linear, opacity 2s ease-out;
opacity: 0;
height: 0;
width: 0;
overflow: hidden;
font-family: Mulish;
font-weight: 300;
font-size: 18px;
line-height: 21.6px;
color: #112D5A;
}
.our-brands-tabs .brand:hover .hidden-content {
opacity: 1;
height: fit-content;
width: fit-content;
margin-top: 25px;
}
.our-brands-tabs .hidden-content .partnership,
.our-brands-tabs .hidden-content .location,
.our-brands-tabs .hidden-content .tags {
font-weight: 700;
}
.our-brands-tabs .hidden-content .partnership,
.our-brands-tabs .hidden-content .location {
display: flex;
align-items: center;
column-gap: 10px;
margin-bottom: 1rem;
}
.our-brands-tabs .hidden-content .partnership p,
.our-brands-tabs .hidden-content .location p {
margin: 0;
}
.our-brands-tabs .hidden-content .tags {
margin-bottom: 20px;
}
.our-brands-tabs .hidden-content .tags a {
color: #112D5A;
}
.our-brands-tabs .hidden-content .link {
color: #112D5A;
text-transform: uppercase;
font-weight: bold;
text-decoration: underline;
font-size: 16px;
line-height: 20px;
}
.our-brands-tabs .hidden-content a:hover {
color: #6CB0BF;
}
@media screen and (max-width: 1024px) {
.our-brands-tabs .brand {
flex: 0 0 calc(70% - 50px);
}
.our-brands-tabs .brand .content {
width: 100%;
max-width: 100%;
}
.our-brands-tabs .brand .hidden-content {
opacity: 1;
height: fit-content;
width: fit-content;
margin-top: 25px;
}
}
@media screen and (max-width: 767px) {
.our-brands-tabs .brand {
flex: 0 0 calc(100%);
}
.our-brands-tabs .hidden-content p {
color: #112D5A;
font-size: 16px;
line-height: 19px;
}
} #les-pros .brands {
display: none;
}
#les-pros .brands.active {
display: flex;
justify-content: center;
flex-wrap: wrap;
row-gap: 50px;
column-gap: 50px;
margin-top: 60px;
}
.our-brands-tabs #les-pros .brand {
background-color: #6CB0BF;
} @media screen and (max-width: 757px) {
#outlet_store {
background-size: auto 275px!important;
}
}  .map-container {
display: flex;
align-items: center;
}
.map {
position: relative;
text-align: center;
height: 520px;
width: 600px;
margin: 0 auto;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.map .point {
width: 30px;
height: 30px;
position: absolute;
cursor: pointer;
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/map/location-point.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.map .point:hover,
.map .point.blue {
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/map/location-point-blue.svg);
}
.map .mypopover {
display: none;
width: 250px;
padding: 0;
position: absolute;
left: -105px;
transform: translateY(calc(-100% - 20px));
background-color: #112D5A;
text-align: center;
z-index: 100;
}
.map .point.active .mypopover {
display: block;
}
.map .mypopover:before {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
bottom: -18px;
left: 100px;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: #112D5A transparent transparent transparent;
}
.map .mypopover img {
width: 100%;
}
.map .mypopover h4 {
padding: 10px;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;
color: white;
}
@media screen and (max-width: 1199px) {
.map-container {
margin-bottom: 90px;
}
}
@media screen and (max-width: 767px) {
.map-container {
overflow-x: scroll;
padding-top: 90px;
}
.map {
height: 285px;
width: 290px;
}
.map .mypopover {
width: 175px;
left: -75px;
}
.map .mypopover:before {
left: 70px;
}
.map .mypopover h4 {
font-size: 14px;
line-height: 16.8px;
}
} #location-accordeon .accordion-item {
border-bottom: none;
background-color: transparent;
}
#location-accordeon .accordion-header .accordion-button {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;
color: #112D5A;
background-color: transparent;
box-shadow: none;
border-bottom: 2px solid #112D5A;
}
#location-accordeon .accordion-header .accordion-button::after {
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/utils/minus.svg);
transform: rotate( 0);
}
#location-accordeon .accordion-header .accordion-button.collapsed {
color: #727272;
border-bottom: 2px solid #DEDEDE;
}
#location-accordeon .accordion-header .accordion-button.collapsed::after {
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/utils/plus.svg);
transform: rotate( 0);
}
#location-accordeon .accordion-body {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;
color: #799FD4;
}
#location-accordeon .accordion-body .sublocation {
cursor: pointer;
}
#location-accordeon .accordion-body .sublocation h4,
#location-accordeon .accordion-body .sublocation p {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;
}
#location-accordeon .accordion-body .sublocation h4 {
margin-bottom: 15px;
color: #333333;
}
#location-accordeon .accordion-body .sublocation p {
margin-bottom: 45px;
color: #727272;
}
#location-accordeon .accordion-body .sublocation.active h4 {
color: #799FD4;
}
#location-accordeon .accordion-body .sublocation.active p {
color: #799FD4;
}
.text_below_locations {
margin-top: 50px;
font-family: Mulish;
font-size: 20px;
line-height: 26px;
color: #333333;
}  .jobs_search {
display: flex;
flex-wrap: wrap;
justify-content: end;
align-items: center;
column-gap: 15px;
row-gap: 15px;
margin-bottom: 70px;
}
#job_type,
#job_experience {
border: 1px solid #333333;
padding: 20px 45px 20px 20px;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 21.6px;
color: #333333; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
background: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-down.svg);
background-repeat: no-repeat;
background-position: 92.5% center;
}
@media screen and (max-width: 1024px) {
#job_type,
#job_experience {
width: 100%;
}
} .job {
padding: 30px;
border: 2px solid #F2F2F2;
margin-bottom: 30px;
}
.job:hover {
border: 2px solid #799FD4;
-webkit-box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.2);
}
.job h4 {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 31px;
color: #112D5A;
margin-bottom: 15px;
}
.job h4 a {
text-transform: uppercase;
color: #112D5A;
}
.job .informations {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;
color: #799FD4;
display: flex;
column-gap: 50px;
}
.job .informations>div {
display: flex;
align-items: center;
column-gap: 10px;
}
.job .actions {
display: flex;
align-items: center;
justify-content: end;
height: 100%;
}
.job .actions .btn {
background-color: #112D5A;
border: 1px solid #112D5A;
border-radius: 0;
padding: 20px 25px; color: white;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
}
.job .actions .btn:hover {
background-color: transparent;
color: #112D5A;
}
@media screen and (max-width: 1024px) {
.job h4 {
margin-bottom: 30px;
}
.job .informations {
margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
.job .informations {
display: block;
margin-bottom: 50px;
}
.job .informations>div {
margin-bottom: 20px;
}
.job .actions {
justify-content: start;
}
}
.jobs .no_result {
font-family: Mulish, sans-serif;
font-size: 20px;
line-height: 30px;
} .pagination {
display: flex;
justify-content: center;
align-items: center;
column-gap: 12px;
}
.pagination .page-numbers:not(.next):not(.prev) {
display: none;
}
.pagination .prev,
.pagination .next {
width: 48px;
height: 48px;
}
.pagination .next {
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-right-white.svg);
background-position: center;
background-repeat: no-repeat;
background-color: #112D5A;
}
.pagination .prev {
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-left-grey.svg);
background-position: center;
background-repeat: no-repeat;
border: 1px solid #CBCBCB;
}  .job-informations {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;
color: white;
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 50px;
row-gap: 50px;
}
.job-informations>div {
display: flex;
align-items: center;
column-gap: 10px;
}
@media screen and (max-width: 1024px) {
.job-informations {
row-gap: 35px;
}
}
@media screen and (max-width: 767px) {
.job-informations {
display: block;
}
.job-informations>div {
margin-bottom: 15px;
}
} .job-content h2 {
font-weight: bold;
font-size: 25px;
line-height: 31px;
color: #112D5A;
width: fit-content;
}
.job-content h2:not(:first-child) {
margin: 85px 0 0 0;
}
.job-content h2::after {
content: "";
margin-top: 10px;
margin-bottom: 30px;
background-color: #6CB0BF;
width: 40%;
height: 5px;
display: block;
}
.job-content li {
margin-bottom: 15px;
}
#job-form-container {
display: none;
}
#job-form-container input[name="job-url"] {
appearance: none;
background-color: initial;
cursor: default;
display: none !important;
padding: initial;
border: initial;
}
@media screen and (max-width: 1024px) {
.job-content ol,
.job-content ul {
margin-left: 0;
}
}  .history-timeline .twae-horizontal .twae-label-extra-label .twae-extra-label,
.history-timeline .twae-horizontal .twae-label-extra-label .twae-label {
display: block;
}
.history-timeline .twae-horizontal .twae-story-info {
display: grid;
grid-template-columns: 1.5fr 1fr;
grid-template-rows: repeat(2, 1fr);
border-radius: 0;
}
.history-timeline .twae-horizontal .twae-timeline-img {
grid-column: 2 / 2;
grid-row: 1 / 3;
}
.history-timeline .twae-horizontal .twae-title,
.history-timeline .twae-horizontal .twae-description {
text-align: left;
padding: 8px 30px;
}
.history-timeline .twae-horizontal .twae-title {
margin-top: 65px;
text-align: center;
}
.history-timeline .twae-horizontal .twae-description .btn {
border: 2px solid #112D5A;
border-radius: 0;
padding: 20px 25px; font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #112D5A;
}
.history-timeline .twae-horizontal .twae-description .btn:hover {
background-color: #112D5A;
color: white;
}
.history-timeline .twae-horizontal .twae-button-prev,
.history-timeline .twae-horizontal .twae-button-next {
color: #B3B3B3!important;
}
@media screen and (max-width: 767px) {
.history-timeline .twae-horizontal .twae-story-info {
display: block;
}
.history-timeline .twae-wrapper .twae-description {
padding-bottom: 25px;
min-height: 200px;
}
.history-timeline .twae-horizontal .twae-title {
margin-top: 35px;
min-height: 70px;
font-size: 18px!important;
line-height: 21p.6x!important;
}
.history-timeline .twae-horizontal .twae-description p {
font-size: 14px;
line-height: 16.8px;
}
} .governance .governance-links {
display: grid;
grid-template-columns: repeat(3, 1fr);
border-bottom: 1px solid #DEDEDE;
padding: 0 45px;
}
.governance .governance-links button {
background-color: inherit;
border: none;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 28.8px;
color: #333333;
text-align: center;
padding-bottom: 25px;
text-transform: uppercase;
}
.governance .governance-links button.active {
color: #112D5A;
padding-bottom: 20px;
border-bottom: 5px solid #112D5A;
background-color: #F0F9FB;
}
.governance .governance-links-select {
display: none;
padding: 20px;
border: 0;
background-color: #6CB0BF;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 19px;
text-transform: uppercase;
color: #F0F9FB;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-down.svg);
background-repeat: no-repeat;
background-position: 92.5% center;
width: 100%;
}
.governance .group-description {
display: none;
}
.governance .group-description.active {
display: block;
font-family: Mulish;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 30px;
text-align: center;
letter-spacing: 0.015em;
color: #333333;
width: 60%;
margin: 0 auto;
margin-top: 40px;
}
.governance .employees {
display: none;
}
.governance .employees.active {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
column-gap: 20px;
row-gap: 50px;
text-align: center;
margin-top: 60px;
}
.governance .employee {
width: calc(25% - 20px);
display: flex;
flex-direction: column;
align-items: center;
}
.governance .employee img {
margin-bottom: 15px;
max-height: 300px;
max-width: 300px;
}
.governance .employee h3 {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 31px;
text-align: center;
color: #112D5A;
margin-bottom: 5px;
}
.governance .employee .jobtitle {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 26px;
text-align: center;
color: #727272;
}
@media screen and (max-width: 1024px) {
.governance .employee {
width: calc(50% - 20px);
}
}
@media screen and (max-width: 767px) {
.governance .group-description.active {
width: 100%;
font-size: 14px;
line-height: 16.8px;
}
.governance .governance-links {
display: none;
}
.governance .governance-links-select {
display: block;
}
.governance .employee {
width: 100%;
}
}  .press_releases {
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 40px;
row-gap: 50px;
}
.press_releases .release {
border: 1px solid #F2F2F2;
display: flex;
flex-direction: column;
align-items: flex-end;
position: relative;
}
.press_releases .release:hover {
box-shadow: 0px 4px 54px rgba(17, 45, 90, 0.22);
}
.press_releases .release .date {
position: absolute;
left: 20px;
top: 20px;
padding: 8px 12px;
border-radius: 50px;
background-color: #FFFFFF;
font-family: Mulish;
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 19px;
color: #333333;
}
.press_releases .release .thumbnail {
height: 100%;
max-height: 250px;
min-height: 250px;
width: 100%;
}
.press_releases .release .thumbnail img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center;
}
.press_releases .release .thumbnail .none {
height: 100%;
min-height: 270px;
width: 100%;
background: #112D5A;
}
.press_releases .release .content {
padding: 35px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.press_releases .release h4 {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 31px;
color: #112D5A;
}
.press_releases .release p {
font-family: Mulish;
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 19px;
letter-spacing: 0.02em;
color: #333333;
margin-bottom: 0;
margin-top: 23px;
}
.press_releases .release .links {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-top: 30px;
}
.press_releases .release .read_more {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #112D5A;
text-transform: uppercase;
text-decoration: underline;
}
.press_releases .release .read_more:hover {
color: #799FD4;
}
.press_releases .release .download {
background-color: #112D5A;
padding: 8px;
border: 0;
}
.press_releases .release .download:hover {
background-color: #799FD4;
}
.press_releases .release .download:disabled {
filter: grayscale(80%);
}
@media screen and (max-width: 1024px) {
.press_releases {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 767px) {
.press_releases {
display: block;
}
.press_releases .release {
margin-bottom: 30px;
}
.press_releases .release h4 {
font-size: 22px;
line-height: 28px;
}
.press_releases .release p {
font-size: 13px;
line-height: 16px;
}
.press_releases .release .thumbnail .none {
min-height: 200px;
}
} .press-videos .video-block {
display: none;
}
.press-videos .video-block.active {
display: block;
max-width: 1200px;
margin: 0 auto;
}
.press-videos .video-block .video {
border: 12px solid #112D5A;
width: 100%;
max-height: 600px;
min-height: 600px;
}
.press-videos .video-block .video iframe,
.press-videos .video-block .video video {
width: 100%;
height: calc(600px - 24px);
}
.press-videos .video-block h4 {
margin-top: 20px;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 31px;
color: #112D5A;
}
.press-controls {
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 40px;
position: relative;
margin-top: 30px;
}
.press-controls .video-prez {
display: none;
padding: 25px 50px 25px 25px;
min-height: 150px;
cursor: pointer;
position: relative;
background-position: center;
}
.press-controls .video-prez .layer {
background-color: rgba(17, 45, 90, 0.45);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.press-controls .video-prez.show {
display: block;
}
.press-controls .video-prez.active .layer {
background-color: rgba(17, 45, 90, 0.9);
}
.press-controls .video-prez h4 {
position: relative;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 31px;
color: #FFFFFF;
}
.press-controls .video-prez .play {
position: absolute;
right: 20px;
bottom: 20px;
width: 26px;
height: 26px;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/icons/play.svg)
}
.press-controls .prev-arrow,
.press-controls .next-arrow {
background: none;
padding: 0;
border: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.press-controls .prev-arrow {
left: -40px;
}
.press-controls .next-arrow {
right: -40px;
}
.press-controls .prev-icon,
.press-controls .next-icon {
display: block;
width: 32px;
height: 32px;
background-repeat: no-repeat;
background-position: 50%;
background-size: 100% 100%;
}
.press-controls .prev-icon {
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/prev-arrow.svg)
}
.press-controls .next-icon {
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/next-arrow.svg)
}
@media screen and (max-width: 1024px) {
.press-videos .video-block .video {
max-height: 390px;
min-height: 390px;
}
.press-videos .video-block .video iframe,
.press-videos .video-block .video video {
height: calc(390px - 24px);
}
.press-controls {
display: block;
margin-left: auto;
margin-right: auto;
width: 90%;
}
.press-controls .video-prez.show {
display: none;
}
.press-controls .video-prez.active {
display: block;
}
}
@media screen and (max-width: 767px) {
.press-videos .video-block .video {
max-height: 215px;
min-height: 215px;
}
.press-videos .video-block .video iframe,
.press-videos .video-block .video video {
height: calc(215px - 24px);
}
.press-videos .video-block h4 {
font-size: 22px;
line-height: 27px;
}
} .post-infos .elementor-post-info__item--type-date {
background-color: white;
padding: 8px 12px!important;
border-radius: 50px;
}
.download_button svg {
width: 20px;
}
.press-content h2 {
font-weight: bold;
font-size: 25px;
line-height: 31px;
color: #112D5A;
margin: 85px 0 0 0;
width: fit-content;
}
.press-content h2::after {
content: "";
margin-top: 10px;
margin-bottom: 30px;
background-color: #6CB0BF;
width: 40%;
height: 5px;
display: block;
}
.press-content h3 {
margin-bottom: 30px;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 25px;
color: #6CB0BF;
}
.press-content li {
margin-bottom: 15px;
}
.press-content .wp-block-column .wp-block-image {
margin: 0!important;
}
.press-content .wp-block-image {
margin-top: 80px;
margin-bottom: 80px;
}
.press-content figcaption {
text-align: center;
font-size: 12px;
line-height: 15px;
}
@media screen and (max-width: 1024px) {
.press-content ol,
.press-content ul {
margin-left: 0;
}
} #press_releases_load_more {
padding: 20px 25px;
margin-top: 60px;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #112D5A;
background-color: transparent;
border: 1px solid #112D5A;
text-transform: uppercase;
}
#press_releases_load_more:hover {
background-color: #112D5A;
color: white;
}
#press_releases_load_more:disabled {
filter: grayscale(80%);
}  #contact-form .eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
padding: 0;
min-width: 18px;
}
#contact-form .wpcf7-checkbox label {
display: flex;
align-items: center;
column-gap: 5px;
}
#contact-form .wpcf7-checkbox input:checked:before {
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/utils/checked.svg);
background-repeat: no-repeat;
background-position: center;
}
#contact-form .wpcf7-checkbox label span.wpcf7-list-item-label {
font-weight: 700;
}
#contact-form .wpcf7-list-item.first {
margin: 0;
}
#contact-form .wpcf7-number {
font-family: "Mulish", Sans-serif;
font-size: 15px;
font-weight: bold;
line-height: 18.83px;
color: #112D5A;
padding: 20px 20px 20px 20px;
border-radius: 0px 0px 0px 0px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #333333;
}
#contact-form .wpcf7-select {
border-radius: 0;
}
#contact-form .wpcf7-select#demand {
width: 100%!important;
}
#contact-form #mandatory {
font-family: Mulish;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000000;
}
#contact-form p {
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 19px;
letter-spacing: 0.02em;
}
#contact-form p.link {
margin: 0;
}
#contact-form a,
#contact-form a:hover {
text-decoration: underline;
color: #6CB0BF;
text-align: left;
}
#contact-form #instruction {
font-family: Mulish;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 30px;
text-align: center;
letter-spacing: 0.015em;
margin-bottom: 50px;
}
#contact-form .informations {
font-family: Mulish;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 21.6px;
text-align: center;
letter-spacing: 0.015em;
}
#contact-form input:not([type="checkbox"]):not([type="submit"]),
#contact-form textarea {
width: 100%;
}
@media screen and (max-width: 767px) {
.wpcf7 form>div {
margin-bottom: 0;
}
.wpcf7 form>div>div {
margin-bottom: 20px;
}
#contact-form #instruction {
font-size: 15px;
line-height: 25px;
}
#contact-form input[type="submit"] {
display: flex;
margin: auto;
}
} .sticky-header p,
.sticky-header-hp p {
margin-bottom: 0;
}
header.sticky-header-hp .logo svg {
fill: white;
}
@media screen and (max-width: 1024px) {
.sticky-header-hp {
background-color: #4367A7;
}
} header.sticky-header-hp {
--shrink-me: 0.80;
--sticky-background-color: white;
--transition: .3s ease-in-out;
transition: background-color var(--transition), background-image var(--transition), backdrop-filter var(--transition), opacity var(--transition);
}
header.sticky-header-hp.elementor-sticky--effects {
background-color: var(--sticky-background-color) !important;
background-image: none !important;
}
header.sticky-header-hp.elementor-sticky--effects .logo svg {
max-width: calc(100% * var(--shrink-me));
fill: #112D5A;
}
header.sticky-header-hp.elementor-sticky--effects .internal-section {
margin-top: 0;
margin-bottom: 5px;
}
header.sticky-header-hp.elementor-sticky--effects .margin-bottom .elementor-element-populated {
border-color: #112D5A;
}
header.sticky-header-hp.elementor-sticky--effects ul li a,
header.sticky-header-hp.elementor-sticky--effects p {
color: #112D5A!important;
}
header.sticky-header-hp.elementor-sticky--effects ul li a:hover {
color: #6CB0BF!important;
}
header.sticky-header-hp.elementor-sticky--effects .elementor-menu-toggle {
color: #112D5A!important;
background-color: white!important;
}  header.sticky-header .logo svg {
fill: #112D5A;
}
@media screen and (min-width: 1025px) {
header.sticky-header .internal-section .elementor-nav-menu>li.current-menu-parent>a,
header.sticky-header .internal-section .elementor-nav-menu>li.current_page_item>a {
border-bottom: 5px solid #112D5A;
}
}
header.sticky-header {
--shrink-me: 0.80;
--transition: .3s ease-in-out;
transition: background-color var(--transition), background-image var(--transition), backdrop-filter var(--transition), opacity var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
max-width: calc(100% * var(--shrink-me));
}
header.sticky-header.elementor-sticky--effects .internal-section {
margin-top: 0;
}
header.sticky-header.elementor-sticky--effects .internal-section .elementor-nav-menu--main .elementor-item {
padding-top: 10px;
padding-bottom: 10px;
} @media screen and (min-width: 1024px) {
.menu-item-has-children ul::before {
content: "";
background: #F2F2F2;
width: 5000px;
height: 100%;
position: absolute;
left: -2000px;
}
}
.menu-item-has-children {
cursor: pointer;
}
.menu-item-has-children ul li {
left: -100px;
}
.menu-item-has-children ul li a {
background: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-right-menu.svg);
background-repeat: no-repeat;
background-position: 95% center;
padding-right: 50px!important;
}
.menu-item-has-children ul li.current-menu-item a,
.menu-item-has-children ul li:hover a {
background: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-right-menu-hover.svg);
background-repeat: no-repeat;
background-position: 95% center;
} .contact-block-shortcode {
width: auto!important;
}
.contact-block {
background-color: #6CB0BF;
padding: 20px 15px 22px 15px;
}
.contact-block h5 {
text-align: center;
font-family: Mulish;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: white;
text-transform: uppercase;
margin-bottom: 10px;
}
.contact-block .icons {
display: flex;
align-items: center;
column-gap: 10px;
}
.contact-block .icons svg {
fill: white;
}
.contact-block .icons svg:hover {
fill: #112D5A;
} .contact-block-mobile .icons {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.contact-block-mobile .icons>div {
padding: 10px 0;
background-color: #6CB0BF;
display: flex;
justify-content: center;
align-items: center;
}
.contact-block-mobile .icons>div.toTop {
background-color: #112D5A;
}
.contact-block-mobile .icons svg {
fill: white;
}
.contact-block-mobile .icons svg:hover {
fill: #112D5A;
}
.contact-block-mobile .icons .toTop svg:hover {
fill: #6CB0BF;
} #sub-navbar a.elementor-item:hover {
color: white;
}
#sub-navbar .current-page-ancestor a,
#sub-navbar .current_page_item a {
font-weight: 900;
}
@media screen and (min-width: 1025px) {
header.sticky-header .elementor-nav-menu .show-on-mobile,
header.sticky-header-hp .elementor-nav-menu .show-on-mobile {
display: none;
}
}
@media screen and (max-width: 1024px) {
#sub-navbar .elementor-nav-menu .hide-on-mobile {
display: none;
}
}  #social_wall .eael-facebook-feed-item-inner {
display: flex;
flex-direction: column-reverse;
}
#social_wall .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-avatar {
width: 70px;
height: 70px;
}
#social_wall .eael-facebook-feed-item-user {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
width: 100%;
}
#social_wall .eael-facebook-feed-item-user.clearfix::before,
#social_wall .eael-facebook-feed-item-user.clearfix::after {
content: none!important;
}
#social_wall .eael-facebook-feed-item-footer {
padding: 0;
position: absolute;
top: 20px;
left: 20px;
}
#social_wall .eael-facebook-feed-item-footer .clearfix>* {
background-color: white;
border-radius: 50px;
padding: 10px 12px;
}
#social_wall .eael-facebook-feed-item-footer .clearfix>* i {
margin-right: 8px;
color: #799FD4;
}
#social_wall .eael-facebook-feed-img {
min-height: 300px;
max-height: 300px;
width: 100%;
object-fit: cover;
object-position: bottom;
}
#social_wall .elementor-widget-eael-facebook-feed,
#social_wall .elementor-widget-eael-facebook-feed .elementor-widget-container,
#social_wall .eael-facebook-feed,
#social_wall .eael-facebook-feed-item,
#social_wall .eael-facebook-feed-item-inner,
#social_wall .eael-facebook-feed-item-content {
height: 100%;
}
@media screen and (max-width: 1024px) {
#social_wall .elementor-widget-eael-facebook-feed,
#social_wall .elementor-widget-eael-facebook-feed .elementor-widget-container,
#social_wall .eael-facebook-feed,
#social_wall .eael-facebook-feed-item,
#social_wall .eael-facebook-feed-item-inner,
#social_wall .eael-facebook-feed-item-content {
height: auto;
}
} #newsletter .input_fields {
display: grid;
}
#newsletter .input_fields .acceptance_rgpd {
grid-row: 10;
margin-top: 20px;
}
#newsletter .eael-custom-radio-checkbox input[type=checkbox] {
padding: 0;
min-width: 20px;
}
#newsletter .wpcf7-acceptance .wpcf7-list-item {
margin: 0;
}
#newsletter .wpcf7-acceptance label {
display: flex;
align-items: center;
column-gap: 15px;
}
#newsletter .wpcf7-acceptance input:checked:before {
background-image: url(//eberhardt.fr/wp-content/themes/eberhardt/img/utils/checked.svg);
background-repeat: no-repeat;
background-position: center;
}
#newsletter .wpcf7-acceptance label span.wpcf7-list-item-label {
font-weight: 700;
}
#newsetter .wpcf7-response-output {
width: 85%;
}
@media screen and (max-width: 767px) {
#newsletter .input_fields .acceptance_rgpd {
margin-top: 30px;
margin-bottom: 30px;
}
#newsetter .wpcf7-response-output {
width: 100%;
}
} .wpcf7-select {
padding: 20px 55px 20px 20px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
background: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-down.svg);
background-repeat: no-repeat;
background-position: 92.5% center;
display: block;
}
.select2-container {
display: block!important;
}
.select2-container .select2-selection {
padding: 10px 55px 10px 10px;
background: url(//eberhardt.fr/wp-content/themes/eberhardt/img/arrows/arrow-down.svg);
background-repeat: no-repeat;
background-position: 96% center;
border: 1px solid #112D5A!important;
border-radius: 0!important;
}
.select2-container .select2-selection input {
font-family: Mulish;
font-weight: 700;
font-size: 15px;
line-height: 19px;
color: #333333;
}
.eael-contact-form-7 .wpcf7-form .ajax-loader {
display: inline-block;
margin-left: 10px;
}
.form-floating>.form-select~label {
opacity: 1!important;
}
.wpcf7-spinner {
display: block;
margin: auto;
margin-top: 10px;
}
@media (min-width: 1025px) {
#social_networks .elementor-container .elementor-column {
width: 33%;
}
}
.footer p {
margin-bottom: 0!important;
}
.footer .elementor-button-icon {
display: flex;
align-items: center;
}
.footer .elementor-button-icon svg {
fill: white;
}
.footer .elementor-nav-menu {
display: block;
}
#navbar_bottom li a {
display: inline-block;
}
#navbar_bottom li:not(:last-child)::after {
content: '-';
display: inline-block;
color: white;
border: 0;
display: flex;
align-items: center;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.wpcf7 form>div,
.wpcf7 form>p {
margin-bottom: 20px;
} @media screen and (max-width: 767px) {
.elementor-swiper-button.elementor-swiper-button-prev,
.elementor-swiper-button.elementor-swiper-button-next {
font-size: 25px!important;
}
.elementor-swiper-button-prev {
left: -5px!important;
}
.elementor-swiper-button-next {
right: -5px!important;
}
}