html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
@font-face {
font-display: swap;
font-family: 'Barlow';
font-style: normal;
font-weight: 300;
src: url(//www.fmi-injection.fr/wp-content/themes/fmi-injection/fonts/barlow-v12-latin-300.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Barlow';
font-style: normal;
font-weight: 400;
src: url(//www.fmi-injection.fr/wp-content/themes/fmi-injection/fonts/barlow-v12-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Barlow';
font-style: normal;
font-weight: 500;
src: url(//www.fmi-injection.fr/wp-content/themes/fmi-injection/fonts/barlow-v12-latin-500.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Barlow';
font-style: normal;
font-weight: 600;
src: url(//www.fmi-injection.fr/wp-content/themes/fmi-injection/fonts/barlow-v12-latin-600.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Barlow';
font-style: normal;
font-weight: 700;
src: url(//www.fmi-injection.fr/wp-content/themes/fmi-injection/fonts/barlow-v12-latin-700.woff2) format('woff2');
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #000000;
font-family: 'Barlow', Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 120%;
color: #000000;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Barlow';
}
img {
max-width: 100%;
border: 0px;
vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
line-height: 120%;
margin: 10px 0px;
font-weight: bold;
}
h1 {
font-size: 36px;
margin: 0px 0px 30px 0px;
text-align: center;
font-weight: 300;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
a:focus {
outline: none;
}
a {
color: #000000;
text-decoration: underline;
}
p {
margin: 10px 0px;
line-height: 140%;
}
ul, ol {
margin: 10px 0px 10px 20px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
margin: 0px 0px 0px 30px;
}
li {
line-height: 140%;
}
body:not(.home) .wp-block-table {
overflow: initial;
}
body:not(.home) .wp-block-table td:empty:after {
content: 'Empty cell';
visibility: hidden;
}
body:not(.home) .wp-block-table figcaption {
font-style: italic;
text-align: center;
font-size: 13px;
line-height: 1;
margin-top: 20px;
}
sup {
font-size: smaller;
vertical-align: text-bottom;
}
table {
border: 1px solid #cccccc;
margin: 10px 0px;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table caption {
color: #ccc;
margin:5px 0;
text-align:left;
}
th {
border: 1px solid #ededed;
background: #EC6602;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
}
td {
border: 1px solid #ededed;
padding: 10px;
}
#nested .smart-menu {
display: none;
}
header #nested {
position: relative;
height: 60px;
z-index: 2;
}
header #nested .firstLevel {
height: 60px;
margin: 0px;
padding: 0px;
list-style: none;
text-align: center;
}
header #nested .firstLevel li {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0px;
height: 60px;
}
header #nested .firstLevel li a {
display: block;
height: 60px;
line-height: 60px;
color: #000000;
padding: 0px 14px;
text-decoration: none;
font-size: 16px;
font-weight: 500;
}
header #nested .firstLevel li a span {
display: block;
height: 60px;
line-height: 60px;
}
header #nested .firstLevel li ul {
position: absolute;
width: 260px;
height: 0px;
background: #FFFFFF;
margin-left: -20px;
margin-top: -20px;
box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
left: 0;
top: auto;
overflow: hidden;
opacity: 0;
transition: height 0ms ease 0ms, opacity 250ms ease 100ms, margin-top 250ms ease 100ms;
}
header #nested .firstLevel > li:hover > ul {
height: auto;
opacity: 1;
margin-top: 0px;
padding: 15px 10px;
}
header #nested .firstLevel li ul li {
display: block;
height: auto;
border-bottom: 1px solid #ededed;
}
header #nested .firstLevel li ul li:last-child {
border-bottom: none;
}
header #nested .firstLevel li ul li a {
height: auto;
padding: 10px 10px;
line-height: 120%;
font-size: 13px;
}
header #nested .firstLevel li ul li a span {
display: inline !important;
height: auto !important;
line-height: 120% !important;
border-bottom: none !important;
}
body:not(.home) #wrapper ul {
list-style-type: none;
}
body:not(.home) #wrapper ul li {
position: relative;
}
body:not(.home) #wrapper ul li:before {
content: '';
width: 6px;
height: 6px;
background: #EC6602;
position: absolute;
border-radius: 50%;
top: 11px;
left: -17px;
margin: auto;
}
#page {
position: relative;
min-width: initial;
background: #FFFFFF;
overflow: hidden;
}
header {
position: fixed;
width: 100%;
height: 140px;
z-index: 2;
transition: 0.3s;
background: #FFFFFF;
}
header #headerInner {
position: relative;
width: 90%;
height: 100%;
max-width: 1140px;
margin: 0 auto;
}
header #logo a {
position: relative;
display: block;
}
header #headerBoxes {
position: absolute;
right: 0;
top: 20px;
z-index: 3;
} #wrapper {
position: relative;
background: #FFFFFF;
z-index: 1;
}
#wrapperInner {
position: relative;
width: 90%;
max-width: 1140px;
margin: 0px auto;
padding: 95px 0px 0px 0px;
}
#container {
position: relative;
margin: 0px 0px 100px 0px;
}
#contents {
position: relative;
}
#contentsInner {
position: relative;
}
footer {
position: relative;
text-align: center;
z-index: 1;
}
footer #footerInner {
position: relative;
width: 90%;
max-width: 1140px;
margin: 0px auto;
padding: 65px 0px 50px 0px;
}
header #nested ul.firstLevel li ul li {
transition: 0.4s;
}
header #nested ul.firstLevel li ul li:hover {
background: #f7f7f7;
}
#headerBoxes p {
margin: 0;
line-height: 1;
}
body.home #wrapperInner {
padding: 0;
width: 100%;
max-width: 100%;
}
.grecaptcha-badge {
visibility: hidden;
}
html, body {
scroll-behavior: smooth;
}
iframe {
max-width: 100%;
}
::-moz-selection {
background-color: #EC6602;
color: #FFFFFF;
}
::selection {
background-color: #EC6602;
color: #FFFFFF;
}
strong {
font-weight: 700;
}
em {
font-style: italic;
}
header #nested ul.firstLevel > li {
transition: 0.25s opacity;
}
header #nested ul.firstLevel:hover > li {
opacity: 0.5;
}
header #nested ul.firstLevel:hover > li:hover {
opacity: 1;
}
body.home #container {
margin: 0px;
}
header #nested ul.firstLevel li ul li a {
font-size: 15px;
font-weight: 500;
text-transform: inherit;
text-align: left;
}
header #nested ul.firstLevel li ul li ul {
margin-left: 0px;
height: auto;
left: 100%;
top: 10px;
transition: 0.2s;
}
header #nested ul.firstLevel li ul li:hover ul {
opacity: 1;
top: 20px;
box-shadow: 8px 8px 10px rgb(0 0 0 / 30%);
}
header #nested ul.firstLevel > li > ul > li,
header #nested ul.firstLevel > li > ul > li > ul > li {
overflow: hidden;
}
header #nested ul.firstLevel > li > ul > li:hover,
header #nested ul.firstLevel > li > ul > li > ul > li:hover {
overflow: visible;
}
header #nested .firstLevel > li:hover > ul,
header #nested .firstLevel > li > ul > li:hover > ul {
padding: 15px 0px;
overflow: visible;
}
header #nested ul.firstLevel > li > ul > li,
header #nested ul.firstLevel > li > ul > li > ul > li {
padding: 0 10px;	
}
body.home div#chapterPicture {
display: none;
}
footer a {
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
footer #signature {
font-size: 12px;
padding: 0 5% 25px 5%;
} body:not(.home) #chapterPicture {
padding-top: 140px;
height: 20vw;
position: relative;
}
body:not(.home) #chapterPicture img {
width: 100%;
height: 100%;
object-fit: cover;
}
body:not(.home) #chapterPicture .title_and_bc {
position: absolute;
top: 140px;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.3);
color: #FFFFFF;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 5%;
}
body:not(.home) #chapterPicture .title_and_bc h1,
body:not(.home) #chapterPicture .title_and_bc span.h1_like {
font-size: 55px;
font-weight: 600;
letter-spacing: -0.01em;
}
body:not(.home) #chapterPicture .widget_breadcrumb a {
color: #FFFFFF;
text-decoration: none;
}
body:not(.home) #chapterPicture .widget_breadcrumb a:hover {
text-decoration: underline;
}
body:not(.home) #chapterPicture .widget_breadcrumb {
font-size: 14px;
}
body:not(.home) #chapterPicture > .title_and_bc:first-child {
background: #2A3D4F;
}
body:not(.home) h2 {
font-size: 34px;
color: #EC6602;
margin-bottom: 15px;
font-weight: 500;
letter-spacing: -0.01em;
}
body:not(.home) h3 {
font-size: 24px;
padding: 2px 0 0 10px;
border-left: 3px solid #EC6602;
margin-bottom: 15px;
}
body:not(.home) #wrapperInner .wp-block-image {
margin: 0;
}
body:not(.home) #wrapperInner figure.wp-block-gallery {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-right: -2%;
margin-bottom: -2%;
gap: 0;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure {
width: 23.5% !important;
flex-grow: initial;
margin: 0 2% 2% 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(4),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(8),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(12),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(16),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(20),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(24),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(28) {
margin-right: 0 !important;
}
body:not(.home) #wrapperInner .wp-block-column figure.wp-block-gallery > figure {
width: 48% !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img {
transition: 0.2s ease-in-out;
width: 100% !important;
max-height: 210px !important;
flex: initial !important;
height: 16vw !important;
object-fit: cover;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img:hover {
opacity: 0.8;
}
body:not(.home) #wrapperInner p a,
body:not(.home) #wrapperInner li a {
transition: 0.2s ease-in-out;
}
body:not(.home) #wrapperInner p a:hover,
body:not(.home) #wrapperInner li a:hover {
color: #EC6602;
}
body:not(.home) #wrapperInner .wp-block-column > :first-child,
.wp-block-cover__inner-container > :first-child,
footer .wp-block-group__inner-container > :first-child {
margin-top: 0;
}
body:not(.home) #wrapperInner .wp-block-column > :last-child,
body:not(.home) #wrapperInner .wp-block-cover__inner-container > :last-child,
footer .wp-block-group__inner-container > :last-child,
section#injection .gauche .liste > p:last-child {
margin-bottom: 0;
}
body:not(.home) #wrapperInner {
width: 100%;
max-width: 100%;
}
body:not(.home) #wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group),
body:not(.home) #wrapperInner div#text > figure,
body:not(.home) #wrapperInner div#text > ul,
body:not(.home) #wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container,
body:not(.home) #wrapperInner div#text > p,
body.single-post #wrapperInner .pager {
width: 90%;
max-width: 1140px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
body:not(.home) #wrapperInner div#text > ul {
padding-left: 17px;
}
.wp-block-cover {
overflow: hidden;
}
.wp-block-cover img {
transition: transform 0.4s ease-out;
}
.wp-block-cover.is_hovered img {
transform: scale(1.1);
}
.wp-block-group__inner-container > .wp-block-cover h2 {
max-width: 740px;
margin: 0 auto;
}
div .wp-block-image figcaption {
margin-top: 15px;
text-align: center;
font-style: italic;
font-size: 15px;
}
body:not(.home) #wrapperInner div#text .wp-block-group__inner-container > div:last-child {
margin-bottom: 0;
}
.wp-block-columns.gap10 {
gap: 10px;
}
.wp-block-columns.gap20 {
gap: 20px;
}
.wp-block-columns.gap30 {
gap: 30px;
}
.wp-block-columns.gap40 {
gap: 40px;
}
.wp-block-columns.gap50 {
gap: 50px;
} body.contact #container {
margin: 0px;
}
.wpforms-container ul li:before {
display: none;
}
form.wpforms-form {
position: relative;
}
div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
position: absolute;
right: 0;
bottom: 0;
} body.page_404 #chapterPicture > .title_and_bc:first-child {
position: relative;
top: 0;
border: none;
padding: 60px;
}
body.page_404 #chapterPicture .widget_breadcrumb {
display: none;
}
body.page_404 #chapterPicture {
height: auto !important;
}
body.page_404 article {
text-align: center;
}
body:not(.home).page_404 #chapterPicture .title_and_bc h1 {
margin: 0;
}
body:not(.home) #wrapperInner p {
margin: 0 0 15px 0;
}
body:not(.home) #wrapperInner figure + *,
body:not(.home) #wrapperInner .wp-block-image + p {
margin-top: 20px;
}
footer .wp-block-image,
footer .wp-block-columns {
margin-bottom: 0;
}
body:not(.home) div .wp-block-cover .wp-block-cover__inner-container {
width: 90%;
max-width: 1140px;
}
body:not(.home) div .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
width: 100%;
}
body:not(.home) #chapterPicture .title_and_bc h1,
body:not(.home) #chapterPicture .title_and_bc span.h1_like {
margin-bottom: 15px;
}
body:not(.home) #chapterPicture .title_and_bc span.h1_like {
display: block;
line-height: 120%;
font-weight: 300;
}
div :where(.wp-block-columns.is-layout-flex) {
gap: 3em;
}
.no-margin {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.wp-block-column {
box-sizing: border-box;
}
@media (min-width: 980px) {
.is_hidden_on_desktop {
display: none !important;
}
}
body:not(.home) .wp-block-separator {
margin: 20px 0px;
max-width: 100px;
}
body:not(.home) .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background hr {
width: 100px;
margin-top: 5px;
}
body:not(.home) .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background {
align-self: initial;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
body:not(.home) #wrapperInner .wp-block-cover.lien-sur-bloc a, body:not(.home) #wrapperInner .wp-block-cover.lien-sur-bloc a:hover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
text-indent: -9999px;
background: none;
} body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display {
display: block;
columns: 2;
gap: 2em;
margin: 0px;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display > figure {
width: initial !important;
break-inside: avoid;
margin: 0 0 2em 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display > figure img {
width: auto !important;
max-height: none !important;
height: auto !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
columns: 3;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-4 {
columns: 4;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-5 {
columns: 5;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-6 {
columns: 6;
}
@media (min-width: 1050px) {
header #nested ul.firstLevel > li:nth-child(2) > a {
padding-left: 0;
}
header #nested ul.firstLevel > li:nth-last-child(2) > a {
padding-right: 0;
}
header #nested ul.firstLevel > li.hidden_on_desktop,
header div #nested .contentSmart {
display: none;
}
}
@media (max-width: 1050px) {
header div #nested {
width: 40px;
height: 40px;
top: 20px;
right: 20px;
}
header div #nested .contentSmart {
width: 100%;
height: 100%;
cursor: pointer;
z-index: 25;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
header #nested .firstLevel {
text-align: left;
background: #000000;
width: 100%;
position: fixed;
right: -100%;
transition: 0.7s;
opacity: 0.3;
top: 0;
height: auto;
bottom: 0;
padding: 110px 0 50px 0;
overflow-y: auto;
overflow-x: hidden;
}
body.menu_open header #nested .firstLevel:after, 
body.menu_open header #nested .firstLevel:before {
content: '';
height: 50px;
background: linear-gradient(0deg, #000000, transparent);
position: fixed;
left: 0;
right: 0;
bottom: 0px;
opacity: 0;
pointer-events: none;
transition: 0.3s;
}
body.menu_open.animation_delai header #nested .firstLevel:after, 
body.menu_open.animation_delai header #nested .firstLevel:before {
opacity: 1;
}
body.menu_open header #nested .firstLevel:before {
bottom: auto;
top: 0;
z-index: 20;
background: linear-gradient(180deg, #000000, transparent);
height: 110px;
}
body.menu_open header #nested .firstLevel {
right: 0;
opacity: 0.9;
}
header #nested ul.firstLevel:hover > li {
opacity: 1;
}
header div #nested .contentSmart span {
width: 25px;
height: 2px;
background: #FFFFFF;
display: block;
border-radius: 3px;
position: relative;
top: 0;
transition: 0.5s;
}
header div #nested .contentSmart > span:nth-child(2) {
margin: 6px 0px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(1) {
transform: rotate(45deg);
top: 8px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(2) {
opacity: 0;
}
body.menu_open header div #nested .contentSmart > span:nth-child(3) {
transform: rotate(-45deg);
top: -8px;
}
header #nested ul.firstLevel li a {
font-size: 18px;
height: auto;
line-height: 1;
}
header #nested .firstLevel li a span {
line-height: 1.3em;
height: auto;
}
header #nested ul.firstLevel > li.menu-item-has-children {
margin-right: 0;
}
header #nested .firstLevel li {
height: auto;
}
header #nested ul.firstLevel > li {
margin: 0 0 30px 0;
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 17px;
}
header #nested ul.firstLevel > li:last-child {
margin-bottom: 0;
}
header #nested ul.firstLevel > li.menu-item-has-children:after {
display: none;
}
header #nested ul.firstLevel > li.menu-item-has-children > a {
position: relative;
}
header #nested ul.firstLevel > li.menu-item-has-children > a:after {
content: '';
display: inline-block;
height: 0;
width: 0;
border-top: 5px solid #FFFFFF;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
pointer-events: none;
position: absolute;
right: -11px;
top: 9px;
}
header #nested .firstLevel li a {
color: #FFFFFF;
}
header #nested .firstLevel li ul,
header #nested .firstLevel > li:hover > ul {
position: relative;
height: auto;
opacity: 1;
background: none;
box-shadow: none;
margin: 10px 0 0 25px;
padding: 0;
left: 0;
width: auto;
}
header #nested ul.firstLevel > li > ul > li, 
header #nested ul.firstLevel > li > ul > li > ul > li {
padding: 0 0 5px 0;
margin: 0 0 5px 0;
}
header #nested ul.firstLevel > li > ul > li:last-child, 
header #nested ul.firstLevel > li > ul > li > ul > li:last-child {
margin: 0;
padding: 0;
}
header #nested ul.firstLevel li ul li a {
text-align: center;
}
header #nested .firstLevel li ul li {
border-bottom: 1px solid #6b6b6b;
}
body.menu_open {
overflow: hidden;
}
header #nested .firstLevel li ul {
display: none;
}
header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
display: block;
}
header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
transform: rotate(180deg);
}
header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a {
color: #EC6602;
}
header #nested ul.firstLevel li ul li:hover {
background: none;
}
}
@media (max-width: 930px) {
.wp-block-spacer {
max-height: 70px;
}
#container {
margin: 0px 0px 70px 0px;
}
.is_hidden_on_mobile {
display: none !important;
}
.invert-columns-order {
flex-direction: column-reverse;
}
div :where(.wp-block-columns.is-layout-flex) {
gap: 2em;
}
}
@media (max-width: 1350px) {
body:not(.home) #chapterPicture .title_and_bc h1,
body:not(.home) #chapterPicture .title_and_bc span.h1_like {
font-size: 48px;
}
}
@media (max-width: 1200px) {
body:not(.home) #chapterPicture .title_and_bc h1,
body:not(.home) #chapterPicture .title_and_bc span.h1_like {
font-size: 45px;
}
body:not(.home) #chapterPicture {
height: 25vw;
}
}
@media (max-width: 1050px) {
body:not(.home) #chapterPicture {
height: auto;
}
body:not(.home) #chapterPicture img {
position: absolute;
top: 0;
left: 0;
}
body:not(.home):not(.page_404) #chapterPicture .title_and_bc {
position: relative;
padding: 5%;
top: 0;
}
body:not(.home) #chapterPicture .title_and_bc h1,
body:not(.home) #chapterPicture .title_and_bc span.h1_like {
font-size: 42px;
}
}
@media (max-width: 781px) {
body:not(.home) div #wrapperInner div#text > iframe[src*="maps"] {
height: 70vw;
}
}
@media (max-width: 890px) {
div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
position: relative;
bottom: 0;
margin-top: 10px;
text-align: center;
}
}
@media (max-width: 880px) {
section.newsContainer {
flex-direction: column-reverse;
margin-bottom: 45px;
}
section.newsContainer .gauche {
width: 100%;
margin-top: 40px;
}
section.newsContainer .droite {
width: 100%;
}
section.newsContainer .gauche img {
width: auto;
height: auto;
}
}
@media (max-width: 980px) {
body #baguetteBox-overlay .full-image img {
max-height: 85%;
max-width: 85%;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display > figure {
margin: 0 0 1.2em 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display {
gap: 1.2em;
}
html body {
--wp--preset--spacing--20: 2.5vw;
--wp--preset--spacing--30: 2.5vw;
--wp--preset--spacing--40: 2.5vw;
--wp--preset--spacing--50: 5vw;
--wp--preset--spacing--60: 5vw;
--wp--preset--spacing--70: 5vw;
}
}
@media (max-width: 1090px) {
div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
position: relative;
text-align: right;
bottom: 0;
}
}
@media (max-width: 850px) {
body:not(.home) #wrapperInner figure.wp-block-gallery > figure {
width: 48% !important;
margin: 0 4% 4% 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(even) {
margin-right: 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img {
max-height: initial !important;
height: 26vw !important;
}
} body.page_404 article a,
body:not(.home) #wrapperInner a.wp-block-button__link,
div div.wpforms-container-full .wpforms-form input[type=submit],
div div div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
header #headerBoxes a.wp-element-button,
section#home_top .container .inner a,
footer a.wp-element-button,
section#edito .droite > p:last-child a,
section#moules > div.gauche > p:last-child a,
section#injection .gauche .liste > p:last-child a,
section#projet .texte .inner > p:last-child a,
section#recrutement .texte > p:nth-last-child(2) a,
section#fond_image .container > div ul li a {
border-radius: 0;
display: inline-block;
background: #EC6602;
color: #FFFFFF;
padding: 17px 35px 18px 35px;
line-height: 1;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.025em;
text-decoration: none;
transition: 0.3s;
}
body.page_404 article a:hover,
body:not(.home) #wrapperInner a.wp-block-button__link:hover,
div div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div div div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
header #headerBoxes a.wp-element-button:hover,
section#home_top .container .inner a:hover,
footer a.wp-element-button:hover,
section#edito .droite > p:last-child a:hover,
section#moules > div.gauche > p:last-child a:hover,
section#injection .gauche .liste > p:last-child a:hover,
section#projet .texte .inner > p:last-child a:hover,
section#recrutement .texte > p:nth-last-child(2) a:hover,
section#fond_image .container > div ul li a:hover {
background: #f98e3e;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
} header #headerBoxes a.wp-element-button,
footer a.wp-element-button {
background: #2A3D4F;
}
header #headerBoxes a.wp-element-button:hover,
footer a.wp-element-button:hover {
background: #496886;
}
body.home h2 {
margin-top: 0;
font-size: 44px;
font-weight: 500;
letter-spacing: -0.01em;
color: #2A3D4F;
}
section#edito .droite > p,
section#moules > div.gauche p,
section#injection .gauche .texte p,
section#injection .gauche .liste li,
section#projet .texte .inner p,
section#recrutement .texte p,
body:not(.home) #wrapper ul li,
body:not(.home) #wrapper #contentsInner p {
letter-spacing: 0.015em;
}
header #logo {
position: absolute;
top: 36px;
left: 0;
z-index: 4;
transition: 0.3s;
}
header #headerBoxes {
display: flex;
align-items: center;
gap: 40px;
}
header div #nested {
position: absolute;
right: 0;
bottom: 4px;
}
header #logo img {
transition: 0.3s;
}
header #headerBoxes .widget > a {
text-decoration: none;
font-weight: 700;
font-size: 20px;
letter-spacing: 0.05em;
display: block;
line-height: 1;
color: #EC6602;
}
header.scrolled {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
margin-top: -73px;
}
header.scrolled #logo {
top: 88px;
}
header.scrolled #logo img {
height: 40px;
}
body.home div#wrapper {
padding-top: 140px;
}
section#home_top {
height: calc(100vh - 140px);
position: relative; }
section#home_top > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.8);
}
section#home_top .container {
position: relative;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
section#home_top .container .inner {
border: 1px solid #EC6602;
text-align: center;
position: relative;
padding: 75px 80px 85px 80px;
top: -20px;
}
section#home_top .container .inner h1 {
font-size: 55px;
color: #FFFFFF;
max-width: 700px;
font-weight: 600;
letter-spacing: -0.01em;
line-height: 1.11em;
margin: 0px;
}
section#home_top .container .inner img {
position: absolute;
right: -87px;
bottom: -60px;
}
section#home_top .container .inner a {
position: absolute;
bottom: -26px;
left: 50%;
transform: translateX(-50%);
}
section#home_top > svg:first-of-type {
position: absolute;
top: 0;
height: 100%;
width: auto;
left: 100%;
pointer-events: none;
animation: slideFromLeft 1s;
animation-fill-mode: forwards;
animation-delay: 0.2s;
}
section#home_top > svg:last-of-type {
position: absolute;
height: 15px;
padding: 20px;
width: 25px;
left: 0;
right: 0;
margin: auto;
cursor: pointer;
z-index: 3;
opacity: 0;
animation: slideFromBottom 0.6s;
animation-fill-mode: forwards;
animation-delay: 0.8s;
}
@keyframes slideFromLeft {
from {
margin-left: 0;
opacity: 0;
}
to {
margin-left: -200px;
opacity: 1;
}
}
@keyframes slideFromBottom {
from {
bottom: -25px;
opacity: 0;
}
to {
bottom: 15px;
opacity: 1;
}
}
footer #footerInner {
display: flex;
align-items: center;
justify-content: center;
gap: 170px;
}
.footer_coord p {
letter-spacing: 0.015em;
margin-bottom: 15px;
}
footer #footerInner a.wp-element-button {
margin-top: 5px;
}
footer #footerInner a.wp-element-button:hover {
text-decoration: none;
}
footer .footer_geplast p a {
color: #EC6602;
letter-spacing: 0.025em;
position: relative;
margin-top: 25px;
display: block;
}
footer .footer_geplast p a:before {
content: '> ';
}
footer > svg {
position: absolute;
top: 60px;
height: calc(100% - 100px);
right: -138px;
width: auto;
}
section#edito {
width: 90%;
max-width: 1104px;
margin: 155px auto 110px;
scroll-margin-top: 190px;
display: flex;
justify-content: space-between;
align-items: center;
}
section#edito .gauche {
width: 38%;
position: relative;
left: 80px;
}
section#edito .droite {
width: 42%;
}
section#edito .gauche img {
height: auto;
}
section#edito .gauche:before {
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
position: absolute;
left: -40px;
top: -40px;
border: 1px solid #EC6602;
pointer-events: none;
}
section#edito .gauche > span,
section#recrutement .image > span {
display: block;
height: 1px;
width: 30px;
background: #EC6602;
position: absolute;
}
section#edito .gauche > span:nth-child(2),
section#recrutement .image > span:nth-child(2) {
top: -40px;
left: -90px;
}
section#edito .gauche > span:nth-child(3),
section#recrutement .image > span:nth-child(3) {
top: -90px;
width: 1px;
height: 30px;
left: -40px;
}
section#edito .droite p {
margin: 35px 0 0 0;
}
section#edito .droite > p:last-child a {
margin-top: 10px;
}
section#moules {
background: #5B6977;
color: #FFFFFF;
display: flex;
}
section#moules > div {
width: 50%;
}
section#moules > div h2,
section#injection h2 {
color: #FFFFFF;
position: relative;
margin-bottom: 20px;
}
section#moules > div h2:before,
section#injection h2:before,
section#fond_image .container > div h2:before {
content: '';
width: 213px;
height: 10px;
background: #EC6602;
pointer-events: none;
position: absolute;
bottom: -10px;
left: 0;
}
section#moules > div.droite {
display: flex;
flex-wrap: wrap;
}
section#moules > div.droite > img:first-child {
width: 100%;
height: 30.5vw;
object-fit: cover;
max-height: 425px;
}
section#moules > div.droite > img:not(:first-child) {
width: 50%;
object-fit: cover;
height: 27vw;
max-height: 380px;
}
section#moules > div.gauche {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
box-sizing: border-box;
padding-left: calc(50% - 570px);
padding-right: 120px;
}
section#moules > div.gauche p {
margin: 20px 0 0 0;
}
section#moules > div.gauche > p:last-child a {
margin-top: 20px;
}
section#injection {
width: 90%;
max-width: 1020px;
margin: 105px auto;
display: flex;
align-items: center;
justify-content: space-between;
}
section#injection h2 {
color: #2A3D4F;
margin-bottom: 40px;
}
section#injection h2:before {
width: 164px;
}
section#injection .gauche {
width: 46%;
}
section#injection .droite {
width: 44%;
}
section#injection .droite img {
height: auto;
}
section#injection .gauche .liste > p:first-child {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
color: #EC6602;
letter-spacing: 0.025em;
line-height: 1.3em;
margin-top: 35px;
}
section#injection .gauche .liste ul {
margin: 20px 0;
}
section#injection .gauche .liste ul > li:not(:last-child) {
margin-bottom: 20px;
}
section#injection .gauche .liste ul li {
display: flex;
align-items: center;
gap: 45px;
font-weight: 700;
}
section#injection .gauche .liste ul li strong {
width: 35px;
height: 35px;
box-sizing: border-box;
border: 1px solid #EC6602;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
font-size: 20px;
color: #EC6602;
letter-spacing: 0.025em;
position: relative;
}
section#injection .gauche .liste > p:last-child a {
margin-top: 20px;
}
section#injection .gauche .liste ul li strong:before {
content: '';
width: 24px;
height: 1px;
background: #EC6602;
position: absolute;
left: 100%;
top: 0;
bottom: 0;
margin: auto;
}
section#injection .gauche .liste ul li strong:after {
content: '';
width: 1px;
height: 100%;
position: absolute;
background: #EC6602;
right: -25px;
top: 0;
}
section#chiffres {
background: #F8F8F8;
text-align: center;
padding: 90px 0;
margin-bottom: 160px;
}
section#chiffres .container {
width: 90%;
max-width: 1140px;
margin: 0 auto;
}
section#chiffres .container .flex {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 70px;
}
section#chiffres .container .flex .container_etoile {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 195px;
}
section#chiffres .container .flex .item {
width: 25%;
}
section#chiffres .container .flex .item p {
margin: 0;
letter-spacing: 0.015em;
}
section#chiffres .container .flex .item p strong {
display: block;
line-height: 1;
margin-bottom: 20px;
font-size: 60px;
font-weight: 300;
color: #EC6602;
letter-spacing: 0;
}
section#chiffres .container .flex .container_etoile .etoile {
position: relative;
width: 80px;
height: 80px;
margin: 30px 0;
}
section#chiffres .container .flex .container_etoile .etoile > span {
position: absolute;
background: #EC6602;
}
section#chiffres .container .flex .container_etoile .etoile > span:nth-child(1) {
width: 30px;
height: 1px;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}
section#chiffres .container .flex .container_etoile .etoile > span:nth-child(2) {
height: 30px;
width: 1px;
top: 0;
left: 0;
right: 0;
margin: auto;
}
section#chiffres .container .flex .container_etoile .etoile > span:nth-child(3) {
width: 30px;
height: 1px;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
section#chiffres .container .flex .container_etoile .etoile > span:nth-child(4) {
height: 30px;
width: 1px;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
section#projet {
width: 90%;
max-width: 1080px;
margin: 0 auto 160px;
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
right: -30px;
}
section#projet > img {
position: absolute;
top: -60px;
left: -60px;
height: calc(100% + 120px);
width: 436px;
object-fit: cover;
}
section#projet .texte {
border: 1px solid #EC6602;
position: relative;
z-index: 2;
display: flex;
justify-content: flex-end;
align-items: center;
padding: 60px;
width: 100%;
box-sizing: border-box;
}
section#projet .texte .inner {
max-width: 590px;
text-align: center;
}
section#projet .texte .inner p {
margin: 30px 0 0 0;
}
section#projet .texte .inner > p:last-child a {
margin-top: 5px;
}
section#fond_image {
position: relative;
background: #2A3D4F;
color: #FFFFFF;
margin-bottom: 225px;
}
section#fond_image > img {
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
object-fit: cover;
z-index: 1;
}
section#fond_image .container {
position: relative;
width: 90%;
max-width: 1140px;
margin: 0 auto;
padding: 75px 0 80px 0;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 3;
}
section#fond_image .container > div {
width: 47%;
}
section#fond_image .container > div h2 {
color: #FFFFFF;
margin: 0;
position: relative;
}
section#fond_image .container > div ul {
margin: 0;
}
section#fond_image .container > div ul li {
letter-spacing: 0.015em;
margin: 0 0 55px 0;
padding-left: 95px;
background: url(//www.fmi-injection.fr/wp-content/themes/fmi-injection/images/carre.svg) no-repeat left center;
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
}
section#fond_image .container > div ul li strong {
color: #EC6602;
display: block;
margin-bottom: 15px;
}
section#fond_image .container > div ul li br {
display: none;
}
section#fond_image .container > div ul > li:last-child {
margin-bottom: 0;
}
section#fond_image:before {
content: '';
width: 50%;
height: 100%;
background: linear-gradient(270deg, #2A3D4F, transparent);
position: absolute;
left: 0;
top: 0;
z-index: 2;
pointer-events: none;
}
section#fond_image .container > div ul li:before {
content: '';
width: 1px;
background: #EC6602;
position: absolute;
left: 59px;
top: 4px;
bottom: 4px;
pointer-events: none;
}
section#fond_image:after {
content: '';
width: 100%;
height: 50px;
background: linear-gradient(90deg, #5B6977 50%, #EC6602 50%);
position: absolute;
left: 0;
bottom: -50px;
pointer-events: none;
}
section#recrutement {
width: 90%;
max-width: 940px;
margin: 0 auto;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 130px;
right: -30px;
}
section#recrutement .texte {
width: 46%;
text-align: center;
}
section#recrutement .image {
width: 37.5%;
position: relative;
}
section#recrutement .image img {
height: auto;
position: relative;
left: 40px;
}
section#recrutement .image:after {
content: '';
position: absolute;
left: 0;
right: 0;
top: -45px;
bottom: -45px;
pointer-events: none;
border: 1px solid #EC6602;
}
section#recrutement .image > span:nth-child(3) {
left: 0;
top: -95px;
}
section#recrutement .image > span:nth-child(2) {
left: -50px;
top: -45px;
}
section#recrutement .texte p {
margin: 30px 0 0 0;
}
section#recrutement .texte > p:nth-last-child(2) a {
margin-top: 5px;
}
section#recrutement .texte > p:last-child a strong {
color: #EC6602;
}
section#recrutement .texte > p:last-child a {
text-decoration: none;
font-weight: 700;
letter-spacing: 0;
}
section#recrutement .texte > p:last-child a:hover {
text-decoration: underline;
}
section#geplast {
position: relative;
}
section#geplast > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
section#geplast > .container {
position: relative;
width: 90%;
max-width: 1140px;
margin: 0 auto;
padding: 100px 0;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 3;
color: #FFFFFF;
}
section#geplast:before {
content: '';
z-index: 2;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
background: #05062B;
opacity: 0.6;
}
section#geplast > .container .gauche {
width: 255px;
}
section#geplast > .container .droite {
width: calc(100% - 390px);
}
section#geplast > .container .droite h2 {
color: #FFFFFF;
margin-bottom: 30px;
}
section#geplast > .container .droite > p:last-child a {
text-decoration: none;
color: #EC6602;
font-weight: 700;
}
section#geplast > .container .droite > p:last-child a:hover {
text-decoration: underline;
}
section#geplast > .container .droite > p:last-child {
margin: 35px 0 0 0;
}
body:not(.home) footer {
border-top: 1px solid #2A3D4F;
}
@media (min-width: 1100px) and (max-height: 630px) {
section#home_top .container .inner h1 {
font-size: 48px;
}
section#home_top .container .inner {
padding: 60px 50px 75px 50px;
}
}
@media (max-width: 1050px) {
header, header.scrolled {
height: 90px;
margin: 0;
}
body.home div#wrapper {
padding-top: 90px;
}
body.page_404 article a, 
body:not(.home) #wrapperInner a.wp-block-button__link, 
div div.wpforms-container-full .wpforms-form input[type=submit], 
div div div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button, 
header #headerBoxes a.wp-element-button, section#home_top .container .inner a, 
footer a.wp-element-button, section#edito .droite > p:last-child a, 
section#moules > div.gauche > p:last-child a, 
section#injection .gauche .liste > p:last-child a, 
section#projet .texte .inner > p:last-child a, 
section#recrutement .texte > p:nth-last-child(2) a {
transition: 0.15s;
padding: 14px 30px 15px 30px;
font-size: 17px;
}
header #logo img,
header.scrolled #logo img {
height: 40px;
width: 144px;
object-fit: cover;
object-position: top;
}
header #logo,
header.scrolled #logo {
top: 26px;
left: 30px;
}
header #headerInner {
width: 100%;
}
header div #nested .contentSmart span {
background: #2A3D4F;
}
header #headerBoxes {
top: 22px;
right: 100px;
}
header div #nested {
right: 25px;
bottom: auto;
top: 25px;
}
body.menu_open header div #nested .contentSmart span {
background: #FFFFFF;
}
body.menu_open header #logo img {
filter: brightness(0) invert(1);
}
header #nested .firstLevel li ul li a {
padding: 6px 10px;
padding-left: 0;
}
}
@media (max-width: 720px) {
header #headerBoxes > div:nth-child(2) {
display: none;
}
header #headerBoxes .widget > a {
width: 30px;
height: 30px;
background: url(//www.fmi-injection.fr/wp-content/themes/fmi-injection/images/ic-tel.svg) no-repeat center center, #EC6602;
border-radius: 50%;
overflow: hidden;
text-indent: -9999px;
background-size: 14px;
}
header #headerBoxes {
top: 29px;
right: 90px;
}
}
@media (max-width: 1140px) {
section#home_top > svg:first-of-type {
display: none;
}
section#home_top .container .inner {
text-align: left;
width: 90%;
box-sizing: border-box;
padding-bottom: 80px;
}
section#home_top .container .inner h1 {
font-size: 50px;
text-align: left;
}
section#home_top .container .inner a {
position: relative;
bottom: 0;
left: 0;
transform: none;
margin-top: 30px;
}
section#home_top .container .inner img {
right: 50px;
top: 0;
bottom: 0;
margin: auto;
}
}
@media (max-width: 1050px) {
section#home_top {
height: auto;
}
section#home_top > svg:last-of-type {
display: none;
}
section#home_top .container .inner {
top: 0;
width: 100%;
text-align: center;
padding: 7.5vw;
}
section#home_top .container .inner h1 {
text-align: center;
font-size: 46px;
max-width: 600px;
margin: 0 auto;
}
section#home_top .container {
padding: 7.5vw;
}
section#home_top .container .inner img {
display: none;
}
}
@media (max-width: 710px) {
section#home_top .container .inner h1 {
font-size: 6.2vw;
}
}
@media (max-width: 1200px) {
section#edito .gauche {
width: 41%;
}
section#edito .droite {
width: 45%;
}
}
@media (max-width: 990px) {
section#edito .gauche > span {
display: none;
}
section#edito .gauche {
left: 40px;
width: 44%;
}
}
@media (max-width: 750px) {
section#edito {
flex-direction: column-reverse;
margin: 80px auto;
gap: 50px;
}
section#edito .droite,
section#edito .gauche {
width: 100%;
left: 0;
}
section#edito .gauche:before {
display: none;
}
section#edito .gauche img {
width: 100%;
}
section#edito .droite p {
margin: 20px 0 0 0;
}
}
@media (max-width: 1330px) {
section#moules > div.droite > img:first-child {
max-height: initial;
height: 55%;
}
section#moules > div.droite > img:not(:first-child) {
max-height: initial;
height: 45%;
}
}
@media (max-width: 1270px) {
section#moules > div.gauche {
padding: 60px 60px 60px 5%;
}
}
@media (max-width: 910px) {
section#moules {
flex-direction: column;
}
section#moules > div {
width: 100%;
}
section#moules > div.gauche {
padding: 60px 5%;
}
section#moules > div.droite > img:first-child {
height: 60vw;
}
section#moules > div.droite > img:not(:first-child) {
height: 55vw;
}
}
@media (max-width: 880px) {
section#injection {
flex-direction: column;
gap: 50px;
margin: 85px auto 90px;
}
section#injection .gauche {
width: 100%;
}
section#injection .droite {
width: auto;
}
}
@media (max-width: 1270px) {
section#chiffres .container .flex .container_etoile {
gap: 15vw;
}
}
@media (max-width: 1080px) {
section#chiffres .container .flex .container_etoile {
display: none;
}
section#chiffres .container .flex {
margin-top: 50px;
gap: 50px;
justify-content: center;
}
section#chiffres .container .flex .item {
width: auto;
}
}
@media (max-width: 1250px) {
section#projet {
width: 80%;
}
section#projet .texte .inner {
max-width: 53%;
}
}
@media (max-width: 1220px) {
section#chiffres {
margin-bottom: 100px;
}
section#projet > img {
left: 0;
top: 0;
height: 100%;
width: 380px;
object-fit: cover;
}
section#projet .texte .inner {
max-width: calc(100% - 380px);
}
section#projet {
right: 0;
width: 90%;
margin-bottom: 100px;
}
}
@media (max-width: 840px) {
section#projet > img {
width: 100%;
}
section#projet .texte .inner {
max-width: initial;
}
section#projet .texte {
background: rgba(255,255,255,0.85);
}
}
@media (max-width: 950px) {
section#fond_image .container {
flex-direction: column;
gap: 50px;
padding: 75px 0;
}
section#fond_image .container > div {
width: 100%;
}
section#fond_image > img {
width: 100%;
}
section#fond_image:before {
width: 100%;
background: #2A3D4F;
opacity: 0.6;
}
section#fond_image .container > div h2 {
max-width: 100%;
}
section#fond_image .container > div ul li strong {
margin-bottom: 5px;
}
section#fond_image:after {
display: none;
}
section#fond_image {
margin-bottom: 150px;
}
}
@media (max-width: 1120px) {
section#recrutement {
right: 0;
margin-bottom: 95px;
}
section#recrutement .image > span {
display: none;
}
section#recrutement .texte {
width: 53%;
}
section#fond_image {
margin-bottom: 90px;
}
}
@media (max-width: 870px) {
section#recrutement .image {
display: none;
}
section#recrutement .texte {
width: 100%;
}
}
@media (max-width: 1200px) {
section#geplast > .container .droite {
width: calc(100% - 320px);
}
}
@media (max-width: 990px) {
section#geplast > .container {
flex-direction: column;
text-align: center;
gap: 50px;
}
section#geplast > .container .droite {
width: auto;
}
section#geplast > .container .gauche {
width: auto;
}
section#geplast > .container .gauche img {
height: 90px;
}
section#geplast > .container .droite > p:last-child {
margin: 20px 0 0 0;
}
section#geplast > .container .droite h2 {
margin-bottom: 15px;
}
}
@media (max-width: 1120px) {
footer > svg {
display: none;
}
}
@media (max-width: 970px) {
footer #footerInner {
flex-direction: column;
gap: 60px;
}
}
@media (max-width: 1050px) {
body:not(.home) #chapterPicture {
padding-top: 90px;
}
#wrapperInner {
padding-top: 75px;
}
}
.wp-block-columns {
margin-bottom: 2.25em;
}
.lh135 {
line-height: 1.35em;
}
@media (max-width: 500px) {
body:not(.home) #wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group), 
body:not(.home) #wrapperInner div#text > figure, 
body:not(.home) #wrapperInner div#text > ul, 
body:not(.home) #wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container, 
body:not(.home) #wrapperInner div#text > p, 
body.single-post #wrapperInner .pager {
width: 85%;
}
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
display: block !important;
transform: scale(0.7);
}
header, header.scrolled {
height: 60px;
}
header div #nested .contentSmart span {
width: 22px;
}
header div #nested .contentSmart > span:nth-child(2) {
margin: 5px 0px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(3) {
top: -6px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(1) {
top: 8px;
}
header #nested ul.firstLevel > li {
max-width: 80vw;
}
header #nested ul.firstLevel li a {
font-size: 16px;
}
header #nested ul.firstLevel > li.menu-item-has-children > a:after {
right: -3px;
top: 9px;
}
header #nested ul.firstLevel li ul li a {
font-size: 14px;
}
body {
font-size: 16px;
}
body:not(.home) #chapterPicture .title_and_bc h1 {
font-size: 32px;
}
body:not(.home) #chapterPicture .widget_breadcrumb {
font-size: 13px;
}
body:not(.home) #chapterPicture {
padding-top: 60px;
}
body:not(.home) #wrapperInner {
padding-top: 50px;
}
.wp-block-spacer {
max-height: 50px;
}
body:not(.home) #wrapperInner p + .wp-block-spacer {
margin-top: -15px;
}
#container {
margin: 0px 0px 60px 0px;
}
body:not(.home) h3 {
font-size: 18px;
margin-bottom: 10px;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure {
width: 48% !important;
margin: 0 4% 4% 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(2),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(4),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(6),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(8),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(10),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(12),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(14),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(16),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(18),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(20),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(22),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(24),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(26),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(28) {
margin-right: 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img {
height: 30vw !important;
}
.pager > a, .pager > span {
font-size: 13px;
}
body.page_404 div#wrapperInner {
padding-top: 0;
}
td {
font-size: 14px;
}
html body {
--wp--preset--spacing--20: 5vw;
--wp--preset--spacing--30: 5vw;
--wp--preset--spacing--40: 5vw;
--wp--preset--spacing--50: 7.5vw;
--wp--preset--spacing--60: 7.5vw;
--wp--preset--spacing--70: 7.5vw;
--wp--preset--font-size--small: 13px;
--wp--preset--font-size--medium: 18px;
--wp--preset--font-size--large: 24px;
--wp--preset--font-size--x-large: 30px;
}
header #nested ul.firstLevel > li {
padding-left: 7px;
}
div .wp-block-cover, 
div .wp-block-cover-image {
min-height: 350px;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-5,
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-4,
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
columns: 2;
}
div div.wpforms-container-full .wpforms-form .wpforms-one-half {
width: 100%;
margin-left: 0;
}
div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
margin: 5px 0 0 0;
text-align: center;
}
.wp-block-columns {
margin-bottom: 1.75em;
}
body.home div#wrapper {
padding-top: 60px;
}
header div #nested {
right: 10px;
top: 10px;
}
header #headerBoxes {
right: 60px;
top: 19px;
}
header #headerBoxes .widget > a {
width: 22px;
height: 22px;
background-size: 10px;
}
header #logo, header.scrolled #logo {
left: 20px;
top: 19px;
}
header #logo img, header.scrolled #logo img {
height: 25px;
width: 90px;
}
header #nested .firstLevel {
padding-top: 75px;
}
body.menu_open header #nested .firstLevel:before {
height: 75px;
}
body.page_404 article a, 
body:not(.home) #wrapperInner a.wp-block-button__link, 
div div.wpforms-container-full .wpforms-form input[type=submit], 
div div div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button, 
header #headerBoxes a.wp-element-button, 
section#home_top .container .inner a, 
footer a.wp-element-button, section#edito .droite > p:last-child a, 
section#moules > div.gauche > p:last-child a, 
section#injection .gauche .liste > p:last-child a, 
section#projet .texte .inner > p:last-child a, 
section#recrutement .texte > p:nth-last-child(2) a {
padding: 12px 25px 13px 25px;
font-size: 15px;
}
section#home_top .container .inner h1 {
font-size: 7.2vw;
}
section#home_top .container .inner a {
margin-top: 25px;
}
body.home h2 {
font-size: 28px;
}
section#edito .droite p {
margin: 15px 0 0 0;
}
section#edito {
margin: 55px auto;
gap: 40px;
width: 85%;
}
section#moules > div h2:before, 
section#injection h2:before {
width: 138px;
height: 8px;
bottom: -9px;
}
section#fond_image .container > div h2:before {
display: none;
}
section#moules > div.gauche p {
margin: 15px 0 0 0;
}
section#moules > div h2, section#injection h2 {
margin-bottom: 10px;
}
section#moules > div.gauche {
padding: 50px 7.5%;
}
section#moules > div.gauche > p:last-child a {
margin-top: 10px;
}
section#injection {
gap: 40px;
margin: 55px auto 60px;
width: 85%;
}
section#injection h2 {
margin-bottom: 22px;
}
section#injection h2:before {
width: 107px;
}
section#injection .gauche .liste > p:first-child {
font-size: 17px;
line-height: 1.25em;
}
section#injection .gauche .liste ul li strong {
width: 30px;
height: 30px;
font-size: 18px;
}
section#injection .gauche .liste ul li strong:before {
width: 18px;
}
section#injection .gauche .liste ul li strong:after {
right: -18px;
}
section#injection .gauche .liste ul > li:not(:last-child) {
margin-bottom: 15px;
}
section#injection .gauche .liste ul li {
gap: 32px;
}
section#injection .gauche .liste > p:last-child a {
margin-top: 5px;
}
section#chiffres {
padding: 50px 0;
margin-bottom: 60px;
}
section#chiffres .container {
width: 85%;
}
section#chiffres .container .flex .item p strong {
font-size: 44px;
margin-bottom: 5px;
}
section#chiffres .container .flex {
margin-top: 30px;
flex-direction: column;
gap: 35px;
}
section#projet .texte {
padding: 40px 7.5vw;
}
section#projet .texte .inner p {
margin: 20px 0 0 0;
}
section#projet {
width: 85%;
margin-bottom: 60px;
}
section#fond_image .container {
width: 85%;
gap: 40px;
padding: 50px 0 55px 0;
}
section#fond_image .container > div ul li strong {
margin-bottom: 0;
}
section#fond_image .container > div ul li {
background-size: 42px;
margin: 0 0 30px 0;
padding-left: 65px;
}
section#fond_image .container > div ul li:before {
left: 42px;
}
section#recrutement .texte p {
margin: 15px 0 0 0;
}
section#fond_image,
section#recrutement {
margin-bottom: 55px;
}
section#geplast > .container .gauche img {
height: 70px;
}
section#geplast > .container {
gap: 35px;
padding: 55px 0;
}
section#recrutement,
section#geplast > .container {
width: 85%;
}
section#geplast > .container .droite > p:last-child,
footer .footer_geplast p a {
margin: 15px 0 0 0;
}
.footer_coord p {
margin-bottom: 10px;
}
footer #footerInner a.wp-element-button {
margin-top: 10px;
}
footer .footer_geplast img {
height: 55px;
width: auto;
}
footer #footerInner {
gap: 50px;
padding: 55px 0 30px 0;
}
footer #signature {
padding-left: 7.5%;
padding-right: 7.5%;
}
body:not(.home):not(.page_404) #chapterPicture .title_and_bc {
padding: 35px 7.5%;
}
body:not(.home) h2 {
font-size: 26px;
}
body:not(.home) #wrapper ul li:before {
top: 9px;
}
}
.has-noir-color { color: #000000 !important; }
.has-noir-background-color { background-color: #000000 !important; }
.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }
.has-gris-color { color: #F8F8F8 !important; }
.has-gris-background-color { background-color: #F8F8F8 !important; }
.has-orange-color { color: #EC6602 !important; }
.has-orange-background-color { background-color: #EC6602 !important; }
.has-bleu-color { color: #2A3D4F !important; }
.has-bleu-background-color { background-color: #2A3D4F !important; }
section#fond_image .container > div ul li a {
margin-top: 15px;
}
section#fond_image .container > div h2:before {
top: 107px;
width: 244px;
}
.ancre {
scroll-margin-top: 100px;
}
@media (min-width: 951px) {
section#fond_image .container > div.liste {
width: 65%;
}
section#fond_image .container > div.titre {
width: 30%;
}
}