html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
overflow-x: hidden;
} 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: bolder;
} 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
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: #F05332;
}
a:visited {
color: #F05332;
}
a:hover,
a:focus,
a:active {
color: #ee310b;
}
a:focus {
outline: thin dotted;
}
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;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.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;
}   .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;
}
figcaption a,
figcaption a:hover,
figcaption a:visited {
color: inherit;
} .banner-border>.elementor-widget-wrap {
border-style: solid;
border-width: 18px;
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/homepage.svg) 200 / 180px;
}
@media screen and (max-width: 1024px) {
.banner-border>.elementor-widget-wrap {
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/homepage.svg) 200 / 125px;
}
}
@media screen and (max-width: 767px) {
.banner-border>.elementor-widget-wrap {
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/homepage.svg) 230 / 175px;
}
}
#job_banner_time {
cursor: pointer;
} .home_products>.elementor-widget-wrap {
background-size: 100% 100%!important;
}
.home_products .elementor-widget-heading {
transition: margin 0.3s!important;
width: fit-content!important;
}
.home_products:hover>.elementor-widget-wrap {
background-size: 120% 120%!important;
}
.home_products:hover .elementor-widget-heading {
margin: 0 0 0 20px;
}
.home_products:hover .elementor-widget-heading~.elementor-widget-heading {
margin: 0 0 0 35px;
} .quality_labels .swiper-wrapper {
transition-timing-function: linear!important;
}
.quality_labels .swiper-slide-image {
margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
.quality_labels .swiper-slide {
width: 275px!important;
}
}
@media screen and (max-width: 767px) {
.quality_labels .swiper-slide {
width: 225px!important;
}
}  .carbon_blanc_alu_carousel .elementor-swiper-button-prev {
background-color: #8CA0AA;
padding: 13px;
top: initial;
z-index: 10;
left: initial;
transform: initial;
}
.carbon_blanc_alu_carousel .elementor-swiper-button-next {
background-color: #F05332;
padding: 13px;
top: initial;
z-index: 10;
right: -30px;
transform: initial;
left: initial;
}
@media screen and (max-width: 767px) {
.carbon_blanc_alu_carousel .elementor-swiper-button-prev,
.carbon_blanc_alu_carousel .elementor-swiper-button-next {
bottom: -10px;
transform: translateY(100%);
}
.carbon_blanc_alu_carousel .elementor-swiper-button-prev {
right: initial;
left: 30px;
}
.carbon_blanc_alu_carousel .elementor-swiper-button-next {
right: 30px;
}
} #engagement-durable-border::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
border-top: 35px solid #687A82;
border-bottom: 35px solid #687A82;
border-right: 35px solid #687A82;
left: 0;
right: 20%;
}
#engagement-durable-border-mobile::before {
content: none;
position: absolute;
top: 0;
bottom: 0;
border-top: 35px solid #687A82;
border-bottom: 35px solid #687A82;
border-right: 35px solid #687A82;
left: 0;
right: 20%;
}
@media screen and (max-width: 767px) {
#engagement-durable-border::before {
content: none;
}
#engagement-durable-border-mobile::before {
content: '';
}
}
@media screen and (min-width: 1440px) {
#engagement-durable-border::before {
right: 25%;
}
}
@media screen and (min-width: 1920px) {
#engagement-durable-border::before {
right: 30%;
}
}
@media screen and (min-width: 2400px) {
#engagement-durable-border::before {
right: 35%;
}
} .gates_range figure {
position: relative;
}
.gates_range figcaption {
position: absolute;
left: 0;
bottom: 0;
margin: 0!important;
padding: 10px 16px;
} .gates_options {
display: flex;
justify-content: center;
align-items: center;
column-gap: 24px;
margin-bottom: 85px;
}
.gates_options select {
background-color: white;
padding: 8px 100px 8px 16px;
border: none;
border-radius: 0; font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 120%;
color: #000000; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
background-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/arrows/arrow_down.svg);
background-repeat: no-repeat;
background-position: 92.5% center;
}
@media screen and (max-width: 1024px) {
.gates_options select {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.gates_options {
flex-direction: column;
row-gap: 24px;
}
.gates_options select {
width: 100%;
}
.gates_options select {
font-size: 14px;
}
} .gates_list {
margin-bottom: 80px;
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 24px;
row-gap: 55px;
}
.gates_list .gate .image {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 100%;
min-height: 321px;
height: auto;
background-color: white;
margin-bottom: 15px;
}
.gates_list .gate .image .none {
width: 100%;
}
.gates_list .gate .image .sliding {
position: absolute;
left: 0;
bottom: 0;
width: 45px;
height: 45px;
background-color: #687A82;
background-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/icons/sliding.svg);
background-repeat: no-repeat;
background-position: center center;
}
.gates_list .gate h4 {
width: fit-content;
background-color: white;
color: #000;
padding: 10px;
margin-bottom: 10px; font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 120%;
}
@media screen and (max-width: 1024px) {
.gates_list .gate h4 {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.gates_list .gate h4 {
font-size: 23px;
}
}
.gates_list .gate .content {
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 120%;
color: #687A82;
}
@media screen and (max-width: 1024px) {
.gates_list .gate .content {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.gates_list .gate .content {
font-size: 14px;
}
}
.gates_list_container .no_result {
text-align: center;
color: #F05332; font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 120%;
}
@media screen and (max-width: 1024px) {
.gates_list_container .no_result {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.gates_list_container .no_result {
font-size: 14px;
}
}
#show_more_spinner {
color: #F05332;
font-size: 20px;
}
@media screen and (max-width: 1024px) {
.gates_list {
grid-template-columns: repeat(3, 1fr);
}
.gates_list .gate .image img {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.gates_list {
grid-template-columns: repeat(1, 1fr);
}
}  #our_colors_breadcrumb_container {
transform: translateY(100%);
}
#our_colors_breadcrumb {
display: flex;
align-items: center;
background-color: white;
z-index: 1000;
filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 50px);
}
#our_colors_breadcrumb .breadcrumb_container {
padding: 8px 20px;
display: none;
}
#our_colors_breadcrumb .breadcrumb_container.show {
display: block;
}
#our_colors_breadcrumb .breadcrumb_title {
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 120%;
color: #8CA0AA;
margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
#our_colors_breadcrumb .breadcrumb_title {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
#our_colors_breadcrumb .breadcrumb_title {
font-size: 12px;
}
}
#our_colors_breadcrumb .breadcrumb_selection {
display: flex;
align-items: center;
column-gap: 12px;
}
#our_colors_breadcrumb .breadcrumb_selection .selection_image {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
padding: 2px;
border: 1px solid #8CA0AA;
border-radius: 8px;
}
#our_colors_breadcrumb .breadcrumb_container.active .breadcrumb_selection .selection_image {
padding: 1px;
border: 2px solid #F05332;
}
#our_colors_breadcrumb .breadcrumb_selection .selection_image img {
width: 100%;
height: 100%;
border-radius: 6px;
}
#our_colors_breadcrumb .breadcrumb_selection .selection_title {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 120%;
color: #000000;
}
@media screen and (max-width: 1024px) {
#our_colors_breadcrumb .breadcrumb_selection .selection_title {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
#our_colors_breadcrumb .breadcrumb_selection .selection_title {
font-size: 14px;
}
}
#our_colors_breadcrumb #breadcrumb_range {
padding-right: 30px;
}
#our_colors_breadcrumb #breadcrumb_family {
border-left: 1px solid #8CA0AA;
padding-right: 30px;
padding-left: 30px;
}
#our_colors_breadcrumb #breadcrumb_color {
border-left: 1px solid #8CA0AA;
padding-left: 30px;
} #our_colors .color_ranges {
margin-bottom: 100px;
display: flex;
justify-content: center;
flex-wrap: wrap;
column-gap: 24px;
row-gap: 30px;
}
#our_colors .color_range {
width: calc(33% - 24px);
text-align: center;
cursor: pointer;
}
#our_colors .color_range .color_range_image {
margin-bottom: 30px;
}
#our_colors .color_range .color_range_image img {
width: 320px;
height: 300px;
object-fit: cover;
object-position: center;
transition: padding .5s linear, border .5s linear;
}
#our_colors .color_range.active .color_range_image img {
padding: 10px;
border: 8px solid #F05332;
}
#our_colors .color_range .color_range_title {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 31px;
line-height: 120%;
color: #687A82;
transition: color .5s linear;
}
@media screen and (max-width: 1024px) {
#our_colors .color_range .color_range_title {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
#our_colors .color_range .color_range_title {
font-size: 29px;
}
}
#our_colors .color_range.active .color_range_title {
color: #F05332;
}
@media screen and (max-width: 1024px) {
#our_colors .color_range {
width: calc(50% - 24px);
}
}
@media screen and (max-width: 767px) {
#our_colors .color_range {
width: 100%;
}
} #our_colors .family_container,
#our_colors .color_container {
display: none;
text-align: center;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
#our_colors .family_container.active,
#our_colors .color_container.active {
display: block;
}
#our_colors .choice_title {
margin-bottom: 30px;
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 31px;
line-height: 120%;
color: #FFFFFF;
background-color: #121842;
padding: 6px 16px 6px 65px;
display: inline-block;
position: relative;
}
@media screen and (max-width: 1024px) {
#our_colors .choice_title {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
#our_colors .choice_title {
font-size: 29px;
}
}
#our_colors .choice_title::before {
content: '';
position: absolute;
width: 49px;
height: 100%;
background-color: #F05332;
left: 0;
top: 0;
}
#our_colors .choice_text {
margin-bottom: 100px;
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 120%;
color: #687A82;
}
@media screen and (max-width: 1024px) {
#our_colors .choice_text {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
#our_colors .choice_text {
font-size: 14px;
}
} #our_colors .family_container .color_families {
margin-bottom: 100px;
display: flex;
justify-content: center;
flex-wrap: wrap;
column-gap: 24px;
row-gap: 30px;
}
#our_colors .family_container .color_family {
cursor: pointer;
width: calc(25% - 24px);
}
#our_colors .family_container .color_family .color_family_image {
margin-bottom: 30px;
}
#our_colors .family_container .color_family .color_family_image img {
width: 250px;
height: 250px;
transition: padding .5s linear, border .5s linear;
}
#our_colors .family_container .color_family.active .color_family_image img {
padding: 10px;
border: 8px solid #F05332;
}
#our_colors .family_container .color_family .color_family_title {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 31px;
line-height: 120%;
color: #687A82;
transition: color .5s linear;
}
@media screen and (max-width: 1024px) {
#our_colors .family_container .color_family .color_family_title {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
#our_colors .family_container .color_family .color_family_title {
font-size: 29px;
}
}
#our_colors .family_container .color_family.active .color_family_title {
color: #F05332;
} #our_colors .colors {
margin-bottom: 100px;
display: flex;
justify-content: center;
column-gap: 24px;
row-gap: 30px;
flex-wrap: wrap;
}
#our_colors .colors .color {
cursor: pointer;
width: calc(20% - 24px);
}
#our_colors .colors .color .color_image {
margin-bottom: 30px;
}
#our_colors .colors .color .color_image img {
width: 170px;
height: 170px;
transition: padding .5s linear, border .5s linear;
}
#our_colors .colors .color.active .color_image img {
padding: 10px;
border: 8px solid #F05332;
}
#our_colors .colors .color .color_title {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 31px;
line-height: 120%;
color: #687A82;
transition: color .5s linear;
}
@media screen and (max-width: 1024px) {
#our_colors .colors .color .color_title {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
#our_colors .colors .color .color_title {
font-size: 29px;
}
}
#our_colors .colors .color.active .color_title {
color: #F05332;
}
@media screen and (max-width: 1024px) {
#our_colors .colors .color {
width: calc(33% - 24px);
}
}
@media screen and (max-width: 767px) {
#our_colors .colors .color {
width: calc(50% - 24px);
}
} #our_colors .color_galery {
display: none;
margin-bottom: 100px;
gap: 10px;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: masonry;
}
#our_colors .color_galery.active {
display: grid;
}
#our_colors .color_galery img {
width: 100%;
}
@media screen and (max-width: 767px) {
#our_colors .color_galery {
gap: 24px;
grid-template-columns: repeat(1, 1fr);
}
} #contact_tabs .eael-advance-tabs .eael-tabs-nav {
margin-bottom: -3px;
}
#contact_tabs .eael-advance-tabs .eael-tabs-nav>ul {
column-gap: 25px;
justify-content: center;
}
#contact_tabs .eael-advance-tabs .eael-tabs-nav>ul li {
max-width: 425px;
transition: background-color .25s linear, color .25s linear;
}
#contact_tabs .eael-advance-tabs .eael-tabs-nav>ul li#professionnel:hover,
#contact_tabs .eael-advance-tabs .eael-tabs-nav>ul li#professionnel.active {
background-color: #F05332;
} #contact_tabs .big {
font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 120%;
color: #000000;
}
@media screen and (max-width: 1024px) {
#contact_tabs .big {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
#contact_tabs .big {
font-size: 23px;
}
}
#contact_tabs hr {
height: 3px;
background-color: #EDEEEE;
margin: 50px 0;
opacity: 1;
}
#contact_tabs .explain {
margin: 50px 0 40px 0;
} #contact_tabs .wpcf7-radio {
padding-left: 0;
}
#contact_tabs .wpcf7-radio .wpcf7-list-item {
margin: 0;
}
#contact_tabs .wpcf7-radio .wpcf7-list-item:not(.last) {
margin-right: 70px;
}
#contact_tabs .wpcf7-radio .wpcf7-list-item label {
display: flex;
column-gap: 15px;
align-items: center;
font-size: 16px;
line-height: 120%;
}
@media screen and (max-width: 1024px) {
#contact_tabs .wpcf7-radio .wpcf7-list-item label {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
#contact_tabs .wpcf7-radio .wpcf7-list-item label {
font-size: 14px;
}
}
#contact_tabs .wpcf7-radio .wpcf7-list-item label input {
width: 16px;
height: 16px;
padding: 2px;
} #contact_tabs .wpcf7-select {
background-color: white;
padding: 8px 16px;
border: none;
border-radius: 0;
} #contact_tabs .wpcf7-checkbox {
padding-left: 0;
}
#contact_tabs .wpcf7-checkbox .wpcf7-list-item {
margin: 0;
}
#contact_tabs .wpcf7-checkbox .wpcf7-list-item label {
display: flex;
column-gap: 15px;
align-items: flex-start;
}
#contact_tabs .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
padding: 0;
}
#contact_tabs .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked:before {
background-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/utils/checked.svg);
background-repeat: no-repeat;
background-position: center;
}
#contact_tabs .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
width: 95%;
font-size: 16px;
line-height: 120%;
font-weight: 700;
}
@media screen and (max-width: 1024px) {
#contact_tabs .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
#contact_tabs .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
font-size: 14px;
}
}  #job_type {
background-color: #EDEEEE; padding: 20px 80px 20px 20px;
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 19px;
line-height: 120%;
color: #333333;
margin-bottom: 70px;
border: none; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
overflow: hidden;
background-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/arrows/arrow_down.svg);
background-repeat: no-repeat;
background-position: 92.5% center;
}
@media screen and (max-width: 1024px) {
#job_type {
font-size: 18px;
width: 100%;
}
}
@media screen and (max-width: 767px) {
#job_type {
font-size: 17px;
}
} .job {
padding: 30px;
margin-bottom: 30px;
border: 2px solid transparent;
background-color: white;
transition: border .25s linear;
}
.job:hover {
border: 2px solid #F05332;
}
.job h4 {
font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 120%;
color: #121842;
margin-bottom: 15px;
transition: color .25s linear;
}
@media screen and (max-width: 1024px) {
.job h4 {
font-size: 24px;
}
}
@media screen and (max-width: 767px) {
.job h4 {
font-size: 23px;
}
}
.job h4 a {
color: #121842;
transition: color .25s linear;
}
.job:hover h4,
.job:hover h4 a {
color: #F05332;
}
.job .informations {
font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 120%;
color: #687A82;
fill: #687A82;
display: flex;
column-gap: 50px;
}
@media screen and (max-width: 1024px) {
.job .informations {
font-size: 19px;
}
}
@media screen and (max-width: 767px) {
.job .informations {
font-size: 18px;
}
}
.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 .filled_job {
padding: 12px; font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 120%;
}
.job .actions .btn {
background-color: #F05332;
border-radius: 0;
padding: 12px;
transition: all .25s linear; color: white;
font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 120%;
}
@media screen and (max-width: 1024px) {
.job .actions .btn {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.job .actions .btn {
font-size: 17px;
}
}
.job .actions .btn:hover {
background-color: #121842;
color: #F05332;
}
@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;
}
} .job.temporary {
margin-bottom: 35px;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 2px solid #D9D9D9;
transition: border .25s linear;
padding: 0;
background-color: transparent;
}
.job.temporary:hover {
border-bottom: 2px solid #F05332;
}
.job.temporary .thumbnail_content {
display: flex;
}
.job.temporary .thumbnail_content .job_thumbnail {
width: 306px;
height: 211px;
object-fit: cover;
object-position: center;
}
.job.temporary .content {
padding: 30px;
}
@media screen and (max-width: 767px) {
.job.temporary {
padding-bottom: 10px;
}
.job.temporary .thumbnail_content {
display: block;
}
.job.temporary .content {
padding: 10px 0 0 0;
}
} .pagination {
display: flex;
justify-content: center;
align-items: center;
column-gap: 24px;
}
.pagination .page-numbers:not(.next):not(.prev) {
display: none;
}
.pagination .prev,
.pagination .next {
width: 56px;
height: 56px;
}
.pagination .next {
background-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/arrows/arrow-pagination.svg);
background-position: center;
background-repeat: no-repeat;
background-color: #F05332;
}
.pagination .prev {
background-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/arrows/arrow-pagination.svg);
background-position: center;
background-repeat: no-repeat;
background-color: #8CA0AA;
transform: rotate(180deg);
}  .job-informations {
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 120%;
color: white;
fill: white;
display: flex;
flex-direction: row;
align-items: center;
column-gap: 35px;
}
@media screen and (max-width: 1024px) {
.job-informations {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.job-informations {
font-size: 14px;
}
}
.job-informations>div {
display: flex;
align-items: center;
column-gap: 10px;
}
@media screen and (max-width: 767px) {
.job-informations {
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 35px;
}
}
@media screen and (max-width: 550px) {
.job-informations {
display: block;
}
.job-informations>div {
margin-bottom: 15px;
}
} #news_archive .elementor-post__thumbnail img {
height: 100%;
width: auto;
}
#news_archive .elementor-post__text {
padding: 20px;
width: 90%;
background-color: white;
z-index: 10;
position: relative;
display: grid;
}
#news_archive .elementor-post__text .elementor-post__title {
grid-row: 2;
}
#news_archive .elementor-post__text .elementor-post__meta-data {
grid-row: 1;
} .single_post_content h2 {
position: relative;
padding: 6px 16px 6px 65px;
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 31px;
line-height: 120%;
color: #FFFFFF;
background-color: #121842;
width: fit-content;
margin-bottom: 30px;
margin-top: 60px;
}
@media screen and (max-width: 1024px) {
.single_post_content h2 {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.single_post_content h2 {
font-size: 29px;
}
}
.single_post_content h2::before {
content: '';
position: absolute;
width: 49px;
height: 100%;
background-color: #F05332;
left: 0;
top: 0;
}
@media screen and (max-width: 767px) {
.single_post_content h2 {
padding: 6px 16px!important;
margin-top: calc(60px + (49px / 2))!important;
}
.single_post_content h2::before {
height: calc(49px / 2);
transform: translateY(-100%);
}
}
.single_post_content p {
margin-bottom: 30px!important;
}
.single_post_content figure {
margin-top: 60px;
}
.single_post_content figcaption {
display: flex!important;
align-items: center;
column-gap: 8px;
}
.single_post_content figcaption::before {
content: '';
width: 8px;
height: 8px;
background-color: #687A82;
display: block;
}
.single_post_content ul {
padding-left: 20px;
margin: 0;
list-style-type: square;
}
.single_post_content ul li {
margin-bottom: 8px;
}
.single_post_content ul li::marker {
color: #F05332;
font-size: 18px;
}
.single_post_content .wp-block-button__link {
padding: 16px;
background-color: #F05332;
border: 1px solid #F05332;
color: white;
margin-bottom: 40px;
transition: all .5s; font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 120%;
}
@media screen and (max-width: 1024px) {
.single_post_content .wp-block-button__link {
font-size: 13px;
}
}
@media screen and (max-width: 767px) {
.single_post_content .wp-block-button__link {
font-size: 12px;
}
}
.single_post_content .wp-block-button__link:hover {
color: #F05332;
background-color: white;
}
.single_post_content.temporary {
color: white;
} #header_nav_container,
#header_nav_container_mobile {
z-index: 1000;
filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 50px);
}
#header_nav_container a img[src$=".svg"],
#header_nav_container_mobile a img[src$=".svg"] {
width: 100%;
height: auto;
}
#header_nav .elementor-item {
transition: all .75s!important;
border-bottom: 2px solid transparent;
}
#header_nav .elementor-item:hover {
border-bottom: 2px solid #121842;
}
#header_nav .current-menu-item .elementor-item,
#header_nav .current-menu-ancestor .elementor-item {
border-bottom: 2px solid #F05332;
}
#header_nav .current-menu-ancestor .elementor-item {
color: #F05332;
}
.nav-orange a {
color: #F05332!important;
}
.elementor-nav-menu--main .elementor-item .sub-arrow {
color: #F05332;
}
@media (min-width: 1024px) {
.elementor-nav-menu--main .show-on-mobile {
display: none!important;
}
}
@media screen and (max-width: 1024px) {
#header_nav .current-menu-ancestor .elementor-item {
color: var( --e-global-color-90a23ee);
}
}
#contact_fixed,
#catalog_fixed {
transition: right 1s!important;
-webkit-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#catalog_fixed {
-webkit-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
} #footer_container a img[src$=".svg"] {
width: 100%;
height: auto;
}
#footer-exclamation .elementor-widget-wrap {
border-style: solid;
border-width: 14px;
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/footer.svg) 190 / 43%;
} #sitemap_nav ul {
display: block!important;
}
#sitemap_nav ul ul {
margin-left: 50px;
} .internal-banner-border>.elementor-widget-wrap {
border-style: solid;
border-width: 18px;
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/internal.svg) 200 / 180px;
}
.internal-banner-border-gray>.elementor-widget-wrap {
border-style: solid;
border-width: 18px;
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/internal_gray.svg) 200 / 180px;
}
.internal-banner-border-orange>.elementor-widget-wrap {
border-style: solid;
border-width: 0 15px 15px 15px;
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/internal_orange.svg) 160 / 180px;
}
@media screen and (max-width: 1024px) {
.internal_section_header_white .elementor-background-overlay {
background-image: linear-gradient(0deg, var( --e-global-color-primary) 50%, #F2295B00 50%)!important;
}
.internal_section_header_gray .elementor-background-overlay {
background-image: linear-gradient(0deg, var( --e-global-color-824da82) 50%, #F2295B00 50%)!important;
}
.internal_section_header .elementor-background-overlay {
background-image: linear-gradient(0deg, var( --e-global-color-90a23ee) 50%, #F2295B00 50%)!important;
}
.internal-banner-border>.elementor-widget-wrap {
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/internal.svg) 200 / 125px;
}
.internal-banner-border-gray>.elementor-widget-wrap {
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/internal_gray.svg) 200 / 125px;
}
.internal-banner-border-orange>.elementor-widget-wrap {
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/internal_orange.svg) 155 / 95px;
}
}
@media screen and (max-width: 767px) {
.fenetre_table {
overflow-x: scroll;
}
.fenetre_table .elementor-container {
width: 150%;
}
.internal_section_header_white .elementor-background-overlay,
.internal_section_header_gray .elementor-background-overlay,
.internal_section_header .elementor-background-overlay {
display: none;
}
.internal-banner-border>.elementor-widget-wrap {
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/internal.svg) 230 / 175px;
}
.internal-banner-border-gray>.elementor-widget-wrap {
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/internal_gray.svg) 230 / 175px;
}
.internal-banner-border-orange>.elementor-widget-wrap {
border-image: url(//www.alupreference.com/wp-content/themes/alu-preference/img/borders/internal_orange.svg) 175 / 175px;
}
}
.section-title .elementor-widget-container,
.section-title-gray .elementor-widget-container {
position: relative;
}
.section-title .elementor-widget-container::before {
content: '';
position: absolute;
width: 49px;
height: 100%;
background-color: #F05332;
left: 0;
top: 0;
}
.section-title-gray .elementor-widget-container::before {
content: '';
position: absolute;
width: 49px;
height: 100%;
background-color: #8CA0AA;
left: 0;
top: 0;
}
@media screen and (max-width: 767px) {
.section-title>.elementor-widget-container,
.section-title-gray>.elementor-widget-container {
padding: 6px 16px!important;
margin-top: calc(49px / 2)!important;
}
.section-title .elementor-widget-container::before,
.section-title-gray .elementor-widget-container::before {
height: calc(49px / 2);
transform: translateY(-100%);
}
}
p strong {
font-weight: 700!important;
}
.alu_preference_list ul {
padding-left: 20px;
margin: 0;
list-style-type: square;
}
.alu_preference_list ul li {
margin-bottom: 8px;
}
.alu_preference_list ul li::marker {
color: #F05332;
font-size: 18px;
}
.alu_preference_list.spaced ul li {
margin-bottom: 24px;
}
.alu_preference_list.spaced ul li::marker {
color: #F05332;
font-size: 22.5px;
}
.alu_preference_list ul ul {
padding-left: 20px;
margin: 0;
list-style-type: disc;
}
.alu_preference_list ul ul li {
margin-bottom: 0!important;
}
.alu_preference_list ul ul li::marker {
color: #687A82!important;
font-size: 18px!important;
} .btn-alu-pref {
background-color: #F05332;
padding: 12px 40px;
border: 0;
transition: all .25s linear; font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 120%;
color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
.btn-alu-pref {
font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.btn-alu-pref {
font-size: 14px;
}
}
.btn-alu-pref:hover {
background-color: #191970;
color: #F05332;
} .hook_border .elementor-widget-wrap {
position: relative;
}
.hook_border .elementor-widget-wrap::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 60px;
border-top: 15px solid #687A82;
border-bottom: 15px solid #687A82;
border-left: 15px solid #687A82;
}
.hook_border .elementor-widget-wrap::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 60px;
border-top: 15px solid #687A82;
border-bottom: 15px solid #687A82;
border-right: 15px solid #687A82;
}
.hook_border.blue .elementor-widget-wrap::before,
.hook_border.blue .elementor-widget-wrap::after {
border-color: #121842;
} .wpcf7-file {
border-radius: 0!important;
}
input[name="job-url"].wpcf7-form-control {
appearance: none;
background-color: initial;
cursor: default;
display: none !important;
padding: initial;
border: initial;
}
.wpcf7-submit {
margin: 0 0 15px 0!important;
}
.wpcf7-form .informations {
margin: 0;
font-weight: 400;
font-size: 12px;
line-height: 120%;
}
.temporary_form .wpcf7-form .wpcf7-submit {
margin: 0!important;
}
.temporary_form .wpcf7-form .row .col.d-flex {
flex-direction: row!important;
justify-content: center!important;
}