@font-face {
font-family: 'LexendDeca Li';
src: url(//www.moretindustries.com/wp-content/themes/moret-industries/fonts/LexendDeca-Light.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'LexendDeca Me';
src: url(//www.moretindustries.com/wp-content/themes/moret-industries/fonts/LexendDeca-Medium.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: 'LexendDeca Bo';
src: url(//www.moretindustries.com/wp-content/themes/moret-industries/fonts/LexendDeca-Bold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: block;
} :root {
--bleu-1: #057ceb;
--bleu-2: #2a60db;
--gris-1: #e8e9eb;
--vert-1 :#a5ad00;
}
html {
overflow-x: hidden;
}
body,
html {
width: 100%;
height: auto;
font-size: 16px;
}
body {
font-family: 'LexendDeca Li', Helvetica, sans-serif;
color: var(--bleu-1);
overflow-x: hidden;
}
section {
padding: 3rem 0;
}
.bg-bleu {
background-color: var(--bleu-1) !important;
}
b,
strong {
font-family: 'LexendDeca Mo', Helvetica, sans-serif;
font-weight: 900;
}
a {
color: var(--bleu-1);
text-decoration: none;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
button:hover,
button:focus,
a:hover,
a:focus {
color: var(--vert-1) !important;
box-shadow: unset !important;
outline: 0 !important;
}
p {
font-family: 'LexendDeca Li', Helvetica, sans-serif;
color: #222;
font-size: 1rem;
line-height: 1.3;
margin-bottom: 20px;
}
p:last-child {
margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: var(--bleu-1);
}
figure {
margin: 0;
}
.card {
border: 0;
}
.card,
.card img {
border-radius: 0;
}
.parallax {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
}
.parallax img.background {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
height: 100%;
object-fit: cover;
object-position: center center;
transition: transform 0.5s ease;
width: 100%;
z-index: -1
}
.breadcrumbs {
text-align: center;
font-size: 0.8rem;
color: #c6cacd;
}
.breadcrumbs a {
color: #999;
}
.page-numbers {
font-family: 'LexendDeca Me', Helvetica, sans-serif;
display: inline-block;
padding: 0.25em;
margin: 2px;
}
.page-numbers.current, nav.pagination > span.page-numbers {
color: var(--vert-1);
border-bottom: solid 1px var(--vert-1);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .card > * {
flex: 0 0 auto;
}
} header.home-page {
color: #fff;
position: absolute;
width: 100%;
z-index: 5;
top: 3rem;
}
header .language_selection li {
display: inline;
} #navigation.home-page .navbar {
position: relative;
z-index: 15;
padding: 0;
margin: 0;
overflow-y: clip;
}
#navigation.home-page .navbar .navbar-nav li a {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: #fff;
text-align: center;
}
#navigation.home-page .navbar .offcanvas {
background-color: var(--bleu-1);
}
#navigation.home-page .navbar .offcanvas .btn-close {
position: absolute;
right: 2rem;
top: 2rem;
}
#navigation.home-page .navbar .offcanvas .navbar-second {
display: table;
margin: 0.4rem auto;
}
#navigation.home-page .navbar .offcanvas .navbar-second li {
margin-bottom: 0.8rem;
text-align: center;
}
#navigation.home-page .navbar .offcanvas .navbar-second li a {
background-color: transparent;
color: #fff;
border: 0;
}
#navigation.home-page .navbar .offcanvas .navbar-second li a:hover {
color: var(--vert-1) !important;
}
#navigation.home-page .navbar .offcanvas .social-links ul {
text-align: center;
display: block;
padding-left: 0;
}
#navigation.home-page .navbar .navbar-toggler {
background-color: transparent;
color: #fff;
border: 0;
position: relative;
padding-top: 1rem;
display: block !important;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
#navigation.home-page .navbar .navbar-toggler:before {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
content: "Menu";
position: absolute;
top: 0;
right: 0;
font-size: 0.9rem;
left: 0;
}
#navigation.home-page .navbar .navbar-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewSbx='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#navigation.home-page .navbar .navbar-toggler:hover .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewSbx='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165,173,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} #navigation.home-page .navbar.fixed-header {
background-color: var(--bleu-1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
position: fixed !important;
top: 0;
left: 0;
right: 0;
z-index: 5;
padding: 0.5rem 1rem;
}
#navigation.home-page .navbar.fixed-header .navbar-brand {
display: contents;
padding: 0;
}
#navigation.home-page .navbar.fixed-header .navbar-brand img {
max-height: 40px;
} header.other-page {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-top: 3rem;
padding-bottom: 2rem;
position: relative;
}
header.other-page:before {
content: "";
position: absolute;
background-color: rgba(51, 51, 51, 0.2);
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
top: 0;
} #navigation.other-page .navbar {
padding: 0;
margin: 0;
}
#navigation.other-page .navbar .navbar-brand {
display: none;
padding: 0;
}
#navigation.other-page .navbar .navbar-brand img {
max-height: 40px;
}
#navigation.other-page .navbar .navbar-nav {
background-color: var(--bleu-1);
border-radius: 25px;
padding: 0 0.5rem;
}
#navigation.other-page .navbar .navbar-nav li a {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: #fff;
text-align: center;
}
#navigation.other-page .navbar .navbar-nav li a:hover {
color: var(--vert-1) !important;
}
#navigation.other-page .navbar .offcanvas {
background-color: var(--bleu-1);
}
#navigation.other-page .navbar .offcanvas .btn-close {
position: absolute;
right: 2rem;
top: 2rem;
}
#navigation.other-page .navbar .top-wrapper {
text-align: left;
}
#navigation.other-page .navbar .navbar-toggler {
background-color: transparent;
color: #fff;
border: 0;
position: relative;
padding-top: 1rem;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
#navigation.other-page .navbar .navbar-toggler:before {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
content: "Menu";
position: absolute;
top: 0;
right: 0;
font-size: 0.9rem;
left: 0;
}
#navigation.other-page .navbar .navbar-toggler .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewSbx='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#navigation.other-page .navbar .navbar-toggler:hover .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewSbx='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(165,173,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} #navigation.other-page .navbar.fixed-header {
background-color: var(--bleu-1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
position: fixed !important;
top: 0;
left: 0;
right: 0;
z-index: 5;
padding: 0.5rem 1rem;
}
#navigation.other-page .navbar.fixed-header .navbar-brand {
display: none !important;
}
#navigation.other-page .navbar .offcanvas .offcanvas-body {
text-align: right;
}
#navigation.other-page .navbar .offcanvas .offcanvas-body img.logo {
max-height: 40px;
}
#navigation.other-page .navbar.fixed-header .navbar-nav {
background-color: transparent;
justify-content: end;
margin-top: -1rem;
}
#navigation.other-page .navbar.fixed-header .top-wrapper {
text-align: right;
}
@media screen and (max-width: 991px) {
#navigation.other-page .navbar .navbar-brand {
display: contents;
}
#navigation.other-page .navbar .offcanvas .offcanvas-body img.logo {
padding: 1rem 0.75rem 2rem;
max-height: unset;
}
#navigation.other-page .navbar .offcanvas .navbar-second {
display: table;
margin: 0.4rem auto;
}
#navigation.other-page .navbar .offcanvas .navbar-second li {
margin-bottom: 0.8rem;
text-align: center;
}
#navigation.other-page .navbar .offcanvas .navbar-second li a {
background-color: transparent;
color: #fff;
border: 0;
}
#navigation.other-page .navbar .offcanvas .navbar-second li a:hover {
color: var(--vert-1) !important;
}
#navigation.other-page .navbar .offcanvas .social-links ul {
text-align: center;
display: block;
padding-left: 0;
}
#navigation.other-page .navbar.fixed-header .navbar-brand {
display: contents !important;
}
#navigation.other-page .navbar.fixed-header .navbar-nav {
margin-top: 0;
}
} .navbar-second {
margin-top: 2rem;
}
.navbar-second li {
margin-left: 0.3rem;
margin-right: 0.3rem;
}
.navbar-second li a {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
border: 1px solid #fff;
border-radius: 25px;
color: #fff;
padding: 0.25rem 1rem;
}
.navbar-second li a:hover {
background-color: #fff;
border: 1px solid #fff;
border-radius: 25px;
color: var(--bleu-1) !important;
} #intro {
position: relative;
}
#intro .logo-wrapper {
position: absolute;
top: 50%;
left: 0;
right: 0;
max-width: 1260px;
width: 100%;
height: calc(100% - 20rem);
transform: translateY(-50%);
margin: 0 auto;
display: flex;
align-items: center;
z-index: 4;
} div[id^="carousel"] {
position: relative;
}
div[id^="carousel"] .carousel-item {
background-color: var(--gris-1);
height: 750px;
}
div[id^="carousel"] .carousel-item img {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
right: 0;
height: 100%;
margin: 0 auto;
object-fit: cover;
object-position: center center;
transition: transform 0.5s ease;
}
div[id^="carousel"] .carousel-item video {
position: absolute;
top: 50%;
right: 50%;
height: 100%;
width: 100%;
transform: translateY(-50%) translateX(50%);
margin: 0 auto;
text-align: center;
z-index: 1;
object-fit: cover;
pointer-events: none;
}
div[id^="carousel"] .carousel-caption {
max-width: 1260px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 2;
}
div[id^="carousel"] .carousel-caption .caption {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
font-size: 2.5rem;
text-align: right;
}
div[id^="carousel"] .carousel-control-next,
div[id^="carousel"] .carousel-control-prev {
z-index: 3;
} #carouselAccueil:before {
content: "";
position: absolute;
background-color: rgba(51, 51, 51, 0.2);
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
@media screen and (max-width: 991px) {
#carouselAccueil .carousel-item {
height: 600px;
}
div[id^="carousel"] .carousel-caption .caption {
font-size: 1.8rem;
}
}
@media screen and (max-width: 767px) {
#carouselAccueil .carousel-item {
height: 520px;
}
}
@media screen and (max-width: 575px) {
#carouselAccueil .carousel-item {
height: 400px;
}
div[id^="carousel"] .carousel-caption .caption {
font-size: 1.2rem;
}
} #carouselPage .carousel-item {
height: 400px;
}
@media screen and (max-width: 767px) {
#carouselPage .carousel-item {
height: 300px;
}
}
@media screen and (max-width: 575px) {
#carouselPage .carousel-item {
height: 250px;
}
} .bloc-1 .content-wrapper {
background-color: var(--bleu-1);
padding: 3rem;
margin: 5rem 3rem;
}
.bloc-1 .content-wrapper * {
color: #fff;
text-align: justify;
}
.bloc-1 .content-wrapper h2 {
text-align: center;
}
@media screen and (max-width: 575px) {
.bloc-1 .content-wrapper {
padding: 2rem;
margin: 2rem 1rem;
}
} .bloc-3 .domaines-wrapper {
position: relative;
overflow: hidden;
width: 100%;
color: var(--gris-1);
text-align: center;
-webkit-perspective: 50em;
perspective: 50em;
}
.bloc-3 .domaines-wrapper * {
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.bloc-3 .domaines-wrapper img {
max-width: 100%;
vertical-align: top;
}
.bloc-3 .domaines-wrapper figcaption {
top: 50%;
left: 20px;
right: 20px;
position: absolute;
opacity: 0;
z-index: 1;
-webkit-transform: translate(10%, -30%);
transform: translate(10%, -30%);
}
.bloc-3 .domaines-wrapper:after {
background-color: var(--vert-1);
position: absolute;
content: "";
display: block;
top: 80px;
left: 30px;
right: 30px;
bottom: 80px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: rotate3d(-1, 1, 0, 100deg);
transform: rotate3d(-1, 1, 0, 100deg);
opacity: 0;
}
.bloc-3 .domaines-wrapper a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.bloc-3 .domaines-wrapper:hover figcaption {
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.bloc-3 .domaines-wrapper:hover figcaption * {
color: #fff;
font-size: 0.9rem;
}
.bloc-3 .domaines-wrapper:hover figcaption .titre {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
font-size: 2rem;
line-height: 1;
text-align: center;
margin: 0 auto 1rem;
display: flex;
justify-content: center;
}
.bloc-3 .domaines-wrapper:hover:after {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
opacity: 1;
} .bloc-4 a {
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.bloc-4 a:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
.bloc-4 a .card {
position: relative;
margin-bottom: 2rem;
}
.bloc-4 a .card::before {
content: "";
background-image: url(//www.moretindustries.com/wp-content/themes/moret-industries/img/fleche-1.svg);
background-repeat: no-repeat;
background-size: contain;
width: 25px;
height: 50px;
position: absolute;
bottom: -1rem;
right: 1rem;
z-index: 1;
}
.bloc-4 a .card .card-img-overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 57, 112, 0.7);
border-radius: 0;
}
.bloc-4 a:hover .card .card-img-overlay {
background-color: rgba(165, 173, 0, 0.7);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
} .modal .modal-content {
background-color: var(--vert-1);
border-radius: 0;
border: 0;
}
.modal .modal-content .modal-header {
border: 0;
}
.modal .modal-content .modal-body h2 {
text-align: center;
}
.modal .modal-content .modal-body * {
color: #fff;
}
.modal .modal-content .modal-body a {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
border: 1px solid #fff;
border-radius: 25px;
color: var(--bleu-1);
padding: 0.25rem 1rem;
background-color: #fff;
display: table;
margin: 0 auto;
}
.modal .modal-content .modal-body a:hover {
background-color: var(--bleu-1);
border: 1px solid var(--bleu-1);
color: #fff !important;
} .bloc-5 .valeurs-wrapper {
position: relative;
overflow: hidden;
width: 100%;
color: #000000;
text-align: center;
-webkit-perspective: 50em;
perspective: 50em;
}
.bloc-5 .valeurs-wrapper * {
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.bloc-5 .valeurs-wrapper .titre {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: #fff;
line-height: 1.3;
text-align: center;
font-size: 1.8rem;
}
.bloc-5 .valeurs-wrapper img {
max-width: 100%;
vertical-align: top;
}
.bloc-5 .valeurs-wrapper figcaption {
top: 50%;
left: 20px;
right: 20px;
position: absolute;
opacity: 0;
z-index: 1;
-webkit-transform: translate(10%, -30%);
transform: translate(10%, -30%);
}
.bloc-5 .valeurs-wrapper:after {
background-color: var(--vert-1);
position: absolute;
content: "";
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: rotate3d(-1, 1, 0, 100deg);
transform: rotate3d(-1, 1, 0, 100deg);
opacity: 0;
}
.bloc-5 .valeurs-wrapper figcaption * {
color: #fff;
}
.bloc-5 .valeurs-wrapper .title-wrapper {
background: linear-gradient(0deg, var(--bleu-1) 0%, transparent 90%);
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
z-index: 0;
padding-bottom: 2rem;
padding-top: 1rem;
}
.bloc-5 .valeurs-wrapper .title-wrapper img {
max-width: 75px;
}
.bloc-5 .valeurs-wrapper a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.bloc-5 .valeurs-wrapper:hover figcaption {
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.bloc-5 .valeurs-wrapper:hover:after {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
opacity: 1;
} .bloc-6 .background-color {
background: linear-gradient(0deg, var(--bleu-1) 0%, transparent 90%);
}
.bloc-6 h2 {
color: #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
display: table;
margin: 0 auto;
padding: 0.2rem 0;
}
.bloc-6 .subtitle {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: #fff;
font-size: 1.5rem;
text-align: center;
margin-bottom: 0.5rem;
}
.bloc-6 .histoire-slider-1 .date {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: #fff;
font-size: 3.5rem;
text-align: center;
position: relative;
}
.bloc-6 .histoire-slider-1 .date span {
text-orientation: sideways;
writing-mode: vertical-rl;
transform: translateY(-50%) rotate(180deg);
margin: 0;
position: absolute;
top: 50%;
text-align: center;
font-size: 1.5rem;
}
.bloc-6 .histoire-slider-1 * {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
font-size: 1.3rem;
line-height: 1;
color: #fff;
text-align: center;
}
.bloc-6 .histoire-slider-2 .date {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
font-size: 1.6rem;
color: #fff;
text-align: center;
margin-bottom: 0.5rem;
}
.bloc-6 .histoire-slider-2 * {
color: #fff;
text-align: center;
line-height: 1.1;
}
.bloc-6 .histoire-slider-3 .counter-wrapper * {
font-family: 'LexendDeca Re', Helvetica, sans-serif;
color: #fff
}
.bloc-6 .histoire-slider-3 .counter-wrapper .counter-value {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
font-size: 3.5rem;
text-align: center;
display: inline-block;
}
.bloc-6 .histoire-slider-3 .counter-wrapper .counter-extra {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
text-align: center;
display: inline-block;
font-size: 1.4rem;
text-transform: uppercase;
}
.bloc-6 .histoire-slider-3 .counter-wrapper .counter-text {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
font-size: 1.3rem;
text-align: center;
margin-top: -0.5rem;
} .bloc-7 .subtitle {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: var(--bleu-1);
font-size: 1.5rem;
text-align: center;
margin-bottom: 0.5rem;
}
.bloc-7 .card .img-wrapper {
position: relative;
padding: 0 1rem;
}
.bloc-7 .card .img-wrapper:before {
content: "";
position: absolute;
background-color: var(--bleu-1);
widows: 100%;
height: 5rem;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}
.bloc-7 .card .img-wrapper img {
position: relative;
margin-bottom: 1rem;
z-index: 1;
}
.bloc-7 .card .card-body .card-title {
font-family: 'LexendDeca Me', Helvetica, sans-serif;
margin-bottom: 0;
}
.bloc-7 .conseil-wrapper {
padding-bottom: 15rem;
}
.bloc-7 .conseil-wrapper ul.list-conseil {
text-align: center;
padding-left: 0;
}
.bloc-7 .conseil-wrapper ul.list-conseil li {
position: relative;
color: #222;
display: inline-block;
padding-left: 2rem;
}
.bloc-7 .conseil-wrapper ul.list-conseil li:before {
content: "/";
position: absolute;
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: var(--bleu-1);
left: 0.8rem;
}
.bloc-7 .conseil-wrapper ul.list-conseil li:first-child:before {
display: none;
}
@media screen and (max-width: 991px) {
.bloc-7 .conseil-wrapper {
padding-bottom: 10rem;
}
}
@media screen and (max-width: 767px) {
.bloc-7 .conseil-wrapper {
padding-bottom: 0rem;
}
}
@media screen and (max-width: 575px) {
.bloc-7 .conseil-wrapper ul.list-conseil li {
padding-left: 0;
display: block;
}
.bloc-7 .conseil-wrapper ul.list-conseil li:before {
display: none;
}
} #actualites .card {
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#actualites .card:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
#actualites .card:hover .card-title {
color: var(--vert-1) !important;
}
#actualites .card .img-wrapper {
position: relative;
padding: 0 1rem;
display: inline-flex;
margin: 0 auto 1rem;
height: 370px;
}
#actualites .card .img-wrapper:before {
content: "";
position: absolute;
background-color: var(--bleu-1);
width: 100%;
height: 5rem;
left: 0;
right: 0;
bottom: -1rem;
z-index: 0;
}
#actualites .card .img-wrapper img {
position: relative;
margin: 0 auto;
z-index: 1;
width: 100%;
height: 100%;
display: table;
}
#actualites .card .card-body .card-title {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: var(--bleu-1);
margin-bottom: 0;
}
#actualites .portrait .card .img-wrapper img {
width: 274px;
height: 370px;
}
#actualites .paysage .card .img-wrapper img {
height: 274px;
width: 370px;
bottom: 0;
position: relative;
display: inline-block;
align-self: flex-end;
}
@media screen and (max-width: 991px) {
#actualites .card .img-wrapper {
height: 248px;
}
#actualites .portrait .card .img-wrapper img {
width: 184px;
height: 248px;
}
#actualites .paysage .card .img-wrapper img {
height: 184px;
width: 248px;
}
} #medias .border {
border-color: var(--vert-1) !important;
padding: 2rem;
}
#medias a {
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#medias a:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
#medias .card {
position: relative;
margin-left: 45px;
}
#medias .card::before {
content: "";
background-image: url(//www.moretindustries.com/wp-content/themes/moret-industries/img/medias.svg);
background-repeat: no-repeat;
background-size: cover;
width: 40px;
height: 35px;
position: absolute;
top: 50%;
left: -45px;
z-index: 0;
transform: translateY(-50%);
}
#medias .card .card-title {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: var(--bleu-1);
font-size: 1.3rem;
margin-bottom: 0;
line-height: 1;
}
#medias a:hover .card .card-title {
color: var(--vert-1);
} #contact h1.titre {
position: absolute;
right: 5%;
bottom: 10%;
color: #fff;
z-index: 1;
}
#contact .adresse {
margin-top: 1.5rem;
position: relative;
padding-left: 80px;
}
#contact .adresse::before {
content: "";
background-image: url(//www.moretindustries.com/wp-content/themes/moret-industries/img/adresse.svg);
background-repeat: no-repeat;
background-size: contain;
width: 70px;
height: 70px;
position: absolute;
top: 0;
left: 0;
}
#contact .adresse * {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: var(--bleu-1);
font-size: 1.2rem;
} #formulaire h2,
#offres h2 {
color: var(--vert-1);
}
#offres .job-wrapper {
border: 1px solid var(--vert-1);
border-radius: 70px;
width: calc(100% - 120px);
padding: 0.22rem 2.5rem;
}
#offres .job-wrapper h3 {
color: var(--bleu-1);
font-size: 1.2rem;
text-align: left;
margin-bottom: 0;
margin-left: 0.5rem;
}
#offres .job-wrapper .date {
color: #333;
padding: 0.2rem 0;
font-size: 0.8rem;
text-align: right;
}
#offres .job-wrapper a.btn-plus {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
background-color: var(--bleu-1);
color: #fff !important;
border-radius: 25px;
padding: 0.2rem 0.5rem;
margin-top: 0.5rem;
font-size: 0.9rem;
margin-left: 0.3rem;
}
#offres .job-wrapper a.btn-plus:hover {
background-color: var(--vert-1) !important;
}
#offres .description {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#offres .description a.btn-postuler {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
color: var(--bleu-1) !important;
display: inline-flex;
border-radius: 0;
margin-left: 3px;
padding-left: 35px;
position: relative;
}
#offres .description a.btn-postuler::before {
content: "";
background-image: url(//www.moretindustries.com/wp-content/themes/moret-industries/img/fleche-1.svg);
background-repeat: no-repeat;
background-size: contain;
width: 25px;
height: 50px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
#offres .description a.btn-postuler:hover {
color: var(--vert-1) !important;
}
#offres a.btn-voir-plus {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
background-color: var(--vert-1);
color: #fff !important;
border-radius: 25px;
padding: 0.3rem 1rem;
font-size: 0.9rem;
margin-left: auto;
display: table;
}
#offres a.btn-voir-plus:hover {
background-color: var(--bleu-1) !important;
}
@media screen and (max-width: 767px) {
#offres .job-wrapper {
text-align: center;
width: 100%;
}
#offres .job-wrapper h3 {
text-align: center;
margin-left: 0;
margin-top: 0.5rem;
}
#offres .description {
position: relative;
right: unset;
top: unset;
transform: unset;
}
} #single-offre .job-wrapper {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
border-right: 5px solid var(--vert-1);
padding-right: 1rem;
}
#single-offre .text-content * {
color: #222;
}
@media screen and (max-width: 575px) {
#single-offre .job-wrapper {
border-right: 0;
padding-right: 0;
}
#single-offre img,
#single-offre .job-wrapper {
display: block;
margin: 0 auto;
text-align: center;
}
} footer {
background-color: var(--bleu-1);
}
footer .pre-footer {
font-size: 0.9rem;
}
footer .pre-footer ul {
list-style: none;
margin-bottom: 1.5rem;
padding-left: 0;
}
footer .pre-footer ul:last-of-type {
margin-bottom: 0;
}
footer .pre-footer ul li:last-child {
margin-bottom: 0;
}
footer .pre-footer ul li a {
color: #fff;
display: block;
}
footer .pre-footer .social-links,
footer .pre-footer .social-links .lang-item {
text-align: center;
}
footer .footer * {
color: #fff;
font-size: 0.9rem;
}
@media screen and (max-width: 991px) {
footer .pre-footer ul,
footer .pre-footer .social-links {
text-align: center !important;
}
}
@media screen and (max-width: 575px) {
footer .pre-footer * {
text-align: center;
}
footer .pre-footer h2 {
margin-top: 1.5rem;
}
footer .pre-footer ul {
text-align: center;
padding-left: 0;
list-style-type: none;
}
} .square-box {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: luminosity;
position: relative;
width: 100%;
overflow: hidden;
background-color: #e6e5e3;
}
.square-box:before {
content: "";
display: block;
padding-top: 100%;
}
.square-box .square-content {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.square-box .square-content div {
display: table;
width: 100%;
height: 100%;
}
.square-box .square-content div > span {
font-family: 'LexendDeca Bo', Helvetica, sans-serif;
display: table-cell;
vertical-align: middle;
color: #fff;
line-height: 1.3;
text-align: center;
font-size: 1.8rem;
padding: 1rem 1.5rem;
}
.square-box .square-content div > span.even {
vertical-align: top;
text-align: right;
}
.square-box .square-content div > span.odd {
vertical-align: bottom;
text-align: right;
}
.square-box .square-content div > span * {
margin-bottom: 0;
color: #fff;
}
.square-box .square-content div > span img {
max-width: 80px;
} #carousel-logo {
padding-top: 0;
padding-bottom: 1rem;
}
#carousel-logo .slick-slide {
margin: 0 10px;
}
#carousel-logo .slick-slide img {
width: 100%;
}
#carousel-logo .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
#carousel-logo .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
#carousel-logo .slick-list:focus {
outline: none;
}
#carousel-logo .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
#carousel-logo .slick-slider .slick-track,
#carousel-logo .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#carousel-logo .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
#carousel-logo .slick-track:before,
#carousel-logo .slick-track:after {
display: table;
content: '';
}
#carousel-logo .slick-track:after {
clear: both;
}
#carousel-logo .slick-loading .slick-track {
visibility: hidden;
}
#carousel-logo .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
#carousel-logo [dir='rtl'] .slick-slide {
float: right;
}
#carousel-logo .slick-slide img {
display: block;
}
#carousel-logo .slick-slide.slick-loading img {
display: none;
}
#carousel-logo .slick-slide.dragging img {
pointer-events: none;
}
#carousel-logo .slick-initialized .slick-slide {
display: block;
}
#carousel-logo .slick-loading .slick-slide {
visibility: hidden;
}
#carousel-logo .slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
} .social-links {
text-align: right;
}
.social-links ul {
text-align: right;
position: relative;
display: inline-block;
vertical-align: middle;
margin-top: 0;
margin-bottom: 0;
}
.social-links .social-icon-colored li {
position: relative;
display: inline-block !important;
margin: 0;
margin-bottom: 0;
padding-right: 0;
padding-left: 0.2rem;
}
.social-links .social-icon-colored li:first-child {
padding-left: 0;
}
.social-links .social-icon-colored li a {
background-color: transparent;
color: #fff !important;
border: 1px solid #fff;
border-radius: 25px;
position: relative;
display: block;
height: 35px;
width: 35px;
line-height: 34px;
text-align: center !important;
font-size: 20px !important;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
padding: 0 !important;
}
.social-links .social-icon-colored li a:hover {
background-color: var(--bleu-1) !important;
border-color: var(--bleu-1);
color: #fff !important;
}
.social-links .social-icon-colored li a i,
.social-links .social-icon-colored li a svg {
font-size: 20px;
} .scroll-to-top {
position: fixed;
bottom: 15px;
right: 15px;
width: 60px;
height: 60px;
color: #fff;
font-size: 24px;
text-transform: uppercase;
line-height: 60px;
text-align: center;
z-index: 100;
cursor: pointer;
background-color: var(--vert-1);
border-radius: 0;
display: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.scroll-to-top:hover {
color: #fff;
background-color: var(--bleu-2);
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
} .zoom {
position: relative;
overflow: hidden;
border-radius: 0;
background-color: var(--bleu-1);
}
.zoom img,
.zoom:before,
.zoom:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.zoom img {
max-width: 100%;
height: auto;
backface-visibility: hidden;
vertical-align: top;
}
.zoom:before,
.zoom:after {
content: '';
background-color: #fff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.zoom:before {
width: 60px;
height: 1px;
left: 100%;
}
.zoom:after {
height: 60px;
width: 1px;
top: 0%;
}
.zoom a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
}
.zoom:hover img {
zoom: 1;
filter: alpha(opacity=30);
-webkit-opacity: 0.3;
opacity: 0.3;
}
.zoom:hover:before,
.zoom:hover:after {
opacity: 1;
top: 50%;
left: 50%;
} .erreur {
height: 100%;
}
.erreur .text-wrapper {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.erreur .title {
font-size: 5em;
font-weight: 700;
color: var(--bleu-2);
position: relative;
text-align: center;
}
.erreur .subtitle {
font-size: 1.5em;
font-weight: 700;
color: var(--vert-1);
position: relative;
text-align: center;
}
.erreur .buttons {
margin-top: 4em;
}
.erreur .buttons a.button {
background-color: var(--bleu-2);
display: block;
font-weight: 700;
text-decoration: none;
padding: 15px;
text-transform: uppercase;
color: #fff;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.erreur .buttons a.button:hover {
background-color: var(--vert-1);
color: #fff !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.erreur .subtitle:before,
.erreur .title:before {
content: attr(data-content);
position: absolute;
left: -2px;
text-shadow: 1px 0 blue;
top: 0;
color: white;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
-webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
animation: noise-anim-2 3s infinite linear alternate-reverse;
}