figure.wp-block-table {
overflow: initial;
}
.wp-block-table td:empty:after {
content: 'Empty cell';
visibility: hidden;
}
.wp-block-table figcaption {
font-style: italic;
text-align: center;
font-size: 13px;
line-height: 1;
margin-top: 20px;
}
table {
border: 1px solid #dedede;
margin: 10px 0px;
border-spacing: 0;
}
figure.wp-block-table th {
border: 1px solid #dedede;
background: #18368E;
color: #FFFFFF;
font-weight: bold;
padding: 15px;
}
figure.wp-block-table td {
border: 1px solid #dedede;
padding: 15px;
}
figure.wp-block-table thead {
border: none;
}
footer {
background: #000000;
color: #FFFFFF;
z-index: 1;
}
#footerInner {
position: relative;
width: 90%;
max-width: 1020px;
margin: 0px auto;
padding: 60px 0px 70px 0px;
display: flex;
justify-content: space-between;
}
footer a {
color: #FFFFFF;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
::-moz-selection {
background-color: #18368E;
color: #FFFFFF;
}
::selection {
background-color: #18368E;
color: #FFFFFF;
}
body:not(.home) #wrapperInner .wp-block-image {
margin: 0;
}
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: #18368E;
}
body:not(.home) #wrapperInner .wp-block-column > :first-child,
.wp-block-cover__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,
body:not(.home) #wrapperInner div#text .wp-block-group__inner-container > :last-child {
margin-bottom: 0;
}
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 {
width: 90%;
max-width: 1020px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
body:not(.home) #wrapperInner div#text > ul {
padding-left: 15px;
}
.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;
}
.wp-block-columns.gap10,
.gap10 {
gap: 10px;
}
.wp-block-columns.gap20,
.gap20 {
gap: 20px;
}
.wp-block-columns.gap30,
.gap30 {
gap: 30px;
}
.wp-block-columns.gap40,
.gap40 {
gap: 40px;
}
.wp-block-columns.gap50,
.gap50 {
gap: 50px;
}
.wp-block-columns.gap100,
.gap100 {
gap: 100px;
} body.contact #container {
margin: 0px;
}
.wpforms-container ul li:before {
display: none;
}
div form.wpforms-form {
position: relative;
}
div div.wpforms-container-full button[type=submit]:focus:after {
display: none;
}
@media (min-width: 1200px) {
div .wpforms-container .wpforms-submit-container {
position: absolute;
right: 0;
bottom: -20px;
margin: 0;
padding: 0;
}
}
#wrapper div div.wpforms-container-full input:focus,
#wrapper div div.wpforms-container-full textarea:focus {
border-color: #000000;
box-shadow: 0 0 0 1px #000000, 0px 1px 2px rgba(0,0,0,0.15);
}
#wrapper div div.wpforms-container-full ::placeholder {
color: #969696;
opacity: 1;
}
body:not(.home) #wrapperInner .wpforms-confirmation-container-full p {
margin: 0;
}
#wrapper div .wpforms-field-container > div.wpforms-field {
padding: 12px 0;
}
#wrapper div .wpforms-field-container > div.wpforms-field .wpforms-field {
padding: 24px 0 0 0;
}
#wrapper div .wpforms-field-container > div.wpforms-field:first-child {
padding-top: 0;
margin-top: -10px;
} body.error404 #chapterPicture > .title_and_bc:first-child {
position: relative;
top: 0;
border: none;
padding: 60px;
}
body.error404 .widget_breadcrumb {
display: none;
}
body.error404 #chapterPicture {
height: auto !important;
}
body.error404 article {
text-align: center;
}
body:not(.home).error404 .title_and_bc h1 {
margin: 0;
} .slick-slider {
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;
}
.slick-list {
position: relative;
display: block;
margin: 0;
padding: 0;
overflow: hidden;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
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;
}
body:not(.home) div .wp-block-cover .wp-block-cover__inner-container {
width: 90%;
max-width: 1020px;
}
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) #wrapper .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 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;
}
.wp-block-columns {
margin-bottom: 2.25em;
}
@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: 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;
}
} :root {
--wp--style--gallery-gap-default: 20px;
}
#wrapper .wp-block-gallery img {
transition: 0.2s ease-in-out;
border-radius: 16px;
}
#wrapper .wp-block-gallery img:hover {
opacity: 0.8;
}
#wrapper .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
#wrapper .wp-block-gallery figure:not(:has(> a)) {
display: block;
}
#wrapper .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) img {
height: 240px;
}
#wrapper .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image) img {
height: 190px;
}
#wrapper .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image) img {
height: 150px;
}
#wrapper .wp-block-column .wp-block-gallery.columns-2 figure.wp-block-image:not(#individual-image) img {
height: 175px;
}
#blocs {
width: 90%;
max-width: 1020px;
margin: 0 auto 240px;
position: relative;
z-index: 2;
}
#blocs .flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
row-gap: 40px;
}
#blocs .flex > div {
width: 31%;
}
#blocs h2 + p,
#offres h2 + p,
#equipe h2 + p {
margin: -2px 0 25px 0;
}
body.home h2 {
margin-top: 0;
}
#blocs .elem {
min-height: 320px;
position: relative;
border-radius: 20px;
overflow: hidden;
}
#blocs .elem .img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 20px;
}
#blocs .elem img {
transition: 0.4s;
width: 100%;
height: 100%;
object-fit: cover;
}
#blocs .elem:after {
content: '';
background: linear-gradient(360deg, black, transparent);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-radius: 20px;
pointer-events: none;
transition: 0.3s;
}
#blocs .elem a {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 2;
}
#blocs .elem a .icone {
width: 90px;
height: 60px;
position: absolute;
top: 0;
right: 0;
background: #18368E;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s;
}
#blocs .elem a span {
position: absolute;
top: -9999px;
left: -9999px;
}
#blocs .titre {
font-weight: 700;
color: #FFFFFF;
font-size: 30px;
line-height: 1.18em;
position: absolute;
left: 30px;
bottom: 20px;
z-index: 2;
text-transform: uppercase;
min-height: 71px;
}
#blocs .elem:hover img {
transform: scale(1.1);
}
#blocs .elem:hover {
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#blocs .elem:hover a .icone {
width: 105px;
}
#blocs .elem:hover:after {
opacity: 0.8;
}
#offres {
position: relative;
margin-bottom: 125px;
}
#offres .container {
width: 90%;
max-width: 1020px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
#offres .gauche {
width: 48%;
}
#offres .droite {
position: relative;
right: -60px;
top: -110px;
}
#offres .forme_gris {
position: absolute;
top: -115px;
left: 0;
pointer-events: none;
z-index: -1;
}
#offres .forme_bleu {
position: absolute;
right: 0;
bottom: 90px;
z-index: -1;
pointer-events: none;
}
#offres p {
margin: 20px 0 0 0;
}
#offres .gauche > :last-child a {
margin-top: 10px;
}
#offres .forme_bleu_big,
#offres .forme_gris_big {
display: none;
}
@media (min-width: 1400px) {
#offres .forme_bleu {
bottom: -170px;
}
#offres .droite {
position: absolute;
right: 0;
}
#offres {
margin-bottom: 265px;
}
}
@media (min-width: 1400px) {
#offres .forme_bleu {
right: auto;
left: 730px;
}
#offres .forme_bleu_big {
position: absolute;
left: 1392px;
display: flex;
line-height: 1;
bottom: -163px;
}
}
@media (min-width: 1470px) {
#offres .gauche {
width: 340px;
}
#offres .forme_bleu_big {
bottom: -164px;
}
}
@media (min-width: 1520px) {
#offres .droite {
left: 63%;
right: auto;
}
}
@media (min-width: 1750px) {
#offres .forme_bleu {
left: 45%;
}
#offres .forme_bleu_big {
left: calc(45% + 661px);
}
}
@media (min-width: 2200px) {
#offres .forme_gris {
left: 300px;
}
#offres .forme_gris_big {
display: flex;
position: absolute;
transform: rotate(180deg);
left: -1120px;
top: -115px;
z-index: -1;
pointer-events: none;
}
}
#equipe {
width: 90%;
max-width: 1020px;
margin: 0 auto 110px;
display: flex;
align-items: center;
justify-content: space-between;
}
#equipe > div:not(.imgs) {
width: 48%;
}
#equipe p {
margin: 10px 0 0 0;
}
#equipe .droite > :last-child a {
margin-top: 10px;
}
#equipe img {
height: auto;
border-radius: 20px;
max-width: 9999px;
width: calc(100% + calc(50vw - 558px));
}
#equipe .gauche {
direction: rtl;
}
#equipe h2 + p {
margin-bottom: 18px;
}
.imgs {
display: flex;
justify-content: space-between;
margin: 0 40px 110px 40px;
}
.imgs > img:first-child {
display: none;
}
.imgs img {
border-radius: 20px;
object-fit: cover;
width: 32%;
flex-shrink: 0.8;
height: auto;
}
.imgs + .imgs {
display: none;
}
#services {
width: 90%;
max-width: 1020px;
margin: 0 auto 110px;
}
#services .flex {
display: flex;
flex-wrap: wrap;
gap: 35px;
row-gap: 45px;
text-align: center;
margin-top: 50px;
font-weight: 700;
}
#services .icone {
height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
#services .item {
width: 13.8%;
}
#tem {
position: relative;
padding: 85px 0 90px 0;
margin-bottom: 115px;
background: #F2F2F2;
}
#tem .forme_rouge {
position: absolute;
bottom: -60px;
display: flex;
right: 0;
pointer-events: none;
}
#tem .container {
width: 90%;
max-width: 1020px;
margin: 0 auto;
position: relative;
}
#tem .flex {
display: flex;
justify-content: space-between;
margin-top: 40px;
}
#tem .tem {
background: #FFFFFF;
width: 31%;
border-radius: 20px;
box-sizing: border-box;
padding: 40px;
}
#tem span.nom {
display: block;
line-height: 1;
font-size: 25px;
font-weight: 500;
margin-bottom: 15px;
}
#tem .tem img {
margin-bottom: 15px;
}
#tem .forme_rouge_big {
display: none;
}
@media (min-width: 1550px) {
#tem .forme_rouge {
left: 53%;
}
#tem .forme_rouge_big {
position: absolute;
display: flex;
bottom: -60px;
left: calc(53% + 662px);
}
}
#marques:not(.ancre) {
margin-bottom: 105px;
}
#marques .txt {
width: 90%;
max-width: 1020px;
margin: 0 auto 50px;
}
body.logos_bottom_charges #marques .marquee1 .inner {
will-change: transform;
animation-play-state: running;
transform: translateX(0%);
animation-name: loopY;
animation-duration: 20s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
body.logos_bottom_charges #marques .marquee2 .inner {
will-change: transform;
animation-play-state: running;
transform: translateX(-100%);
animation-name: loopY2;
animation-duration: 20s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
body.logos_bottom_charges #marques .marquee1 .inner.slow_speed,
body.logos_bottom_charges #marques .marquee2 .inner.slow_speed {
animation-duration: 30s;
}
@keyframes loopY {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
}
@keyframes loopY2 {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0%);
}
}
#marques .marquee,
#marques .marquee .inner {
display: flex;
align-items: center;
justify-content: flex-start;
}
#marques .marquee .inner {
gap: 60px;
padding-right: 60px;
}
#marques img {
max-width: 190px;
max-height: 80px;
height: auto;
width: auto;
}
#marques .marquee1 {
margin-bottom: 55px;
}
#marques .marquee {
overflow: hidden;
}
footer a.wp-block-button__link {
margin: 20px 0;
}
footer p.signature {
font-size: 12px;
margin-top: 12px;
}
footer .wp-block-group__inner-container > :first-child {
margin-top: 0;
}
footer .wp-block-group {
max-width: 320px;
}
#footerInner > div:nth-child(2) {
position: relative;
}
#footerInner > div:nth-child(2):after {
content: '';
position: absolute;
left: -40px;
right: -40px;
bottom: 0;
top: 0;
border-left: 2px solid #18368E;
border-right: 2px solid #18368E;
pointer-events: none;
}
#footerInner hr.wp-block-separator {
width: 100%;
height: 1px;
margin: 15px 0;
}
footer p[style*="font-size"] {
line-height: 1.25em;
}
body:not(.home) #wrapperInner a.wp-block-button__link.has-rouge-background-color {
border-color: #E51A2A;
color: #FFFFFF;
}
body:not(.home) #wrapperInner a.wp-block-button__link.has-rouge-background-color:hover {
background: none !important;
color: #E51A2A;
}
h2.has-text-align-center:before {
display: none;
}
h2.has-text-align-center {
padding-left: 0;
}
body:not(.home) #wrapperInner .wp-block-cover img + div a.wp-block-button__link {
border-color: #FFFFFF;
color: #FFFFFF;
}
body:not(.home) #wrapperInner .wp-block-cover img + div a.wp-block-button__link:hover {
background: #FFFFFF;
color: #18368E;
}
.colonnes_colles,
#wrapper figure.is-style-rounded img,
.border-radius,
#baguetteBox-overlay .full-image img,
.wp-lightbox-overlay img {
border-radius: 20px;
overflow: hidden;
}
body:not(.home) #wrapperInner div#text > section#marques {
width: 100%;
max-width: 100%;
}
#wrapper ul li.mgnbtm5 {
margin-bottom: 5px;
}
:root div :where(.wp-block-cover h2:not(.has-text-color)) {
color: #18368E;
}
#wrapper ul[class*="-font-size"] {
margin-left: 28px;
}
#wrapper ul[class*="-font-size"] li:before {
content: '✔';
color: #E51A2A;
position: absolute;
left: -28px;
top: 0px;
font-size: 24px;
font-weight: 500;
width: auto;
height: auto;
background: none;
border-radius: 0px;
}
figure.loop img {
animation: 6s linear infinite rotate;
}
figure.loop img:hover {
animation-play-state: paused;
}
@keyframes rotate {
0% {
transform: rotate(0);
}
50% {
transform: rotate(180deg);
}
100% {
transform: rotate(360deg);
}
}
.h100 {
height: 100%;
display: flex;
align-items: center;
}
.wp-block-image.logo_gitem img {
border-radius: 28px;
width: auto;
height: 100px;
margin: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#frise_chrono {
position: relative;
}
@media (min-width: 782px) {
#frise_chrono:before {
content: '';
width: 1px;
height: 100%;
background: #cbcbcb;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
#frise_chrono .wp-block-columns > div:nth-child(1) {
text-align: right;
}
#frise_chrono > div > div:not(.wp-block-spacer):not(.first-date) {
margin-top: -120px;
}
#frise_chrono .wp-block-column > span:before {
content: '';
width: 9px;
height: 9px;
background: #cbcbcb;
position: absolute;
right: -54px;
border-radius: 50%;
top: 0;
bottom: 0;
margin: auto;
}
#frise_chrono .wp-block-column > span:after {
content: '';
width: 50px;
background: #cbcbcb;
height: 1px;
position: absolute;
bottom: 0;
top: 0;
margin: auto;
left: 100%;
}
}
#frise_chrono .wp-block-column > span {
background: #E51A2A;
padding: 9px 11px 6px 11px;
display: inline-block;
margin-bottom: 20px;
line-height: 1;
color: #FFFFFF;
position: relative;
}
#frise_chrono .wp-block-columns > .wp-block-column:nth-child(2) > span:before {
left: -54px;
right: auto;
}
#frise_chrono .wp-block-columns > .wp-block-column:nth-child(2) > span:after {
left: auto;
right: 100%;
}
#frise_chrono figure {
padding-top: 5px;
}
.ancre {
scroll-margin-top: 100px;
}
@media (max-width: 1120px) {
#blocs .titre {
font-size: 26px;
max-width: 205px;
bottom: 15px;
}
}
@media (max-width: 1360px) {
#offres .container {
margin-bottom: -110px;
}
#offres .forme_bleu {
right: auto;
left: 680px;
}
}
@media (max-width: 1270px) {
#offres .forme_bleu {
left: 640px;
}
}
@media (max-width: 1190px) {
#offres .forme_bleu,
#offres .forme_gris {
display: none;
}
#offres .container {
margin-bottom: 0;
align-items: center;
}
#offres {
background: #18368E;
color: #FFFFFF;
padding: 80px 0 20px 0;
}
#offres h2 {
color: #FFFFFF;
}
#offres .gauche > :last-child a {
color: #FFFFFF;
border-color: #FFFFFF;
margin-top: 0;
}
#offres .gauche > :last-child a:hover {
background: #FFFFFF;
color: #18368E;
}
#offres .gauche {
margin-top: -50px;
width: calc(100% - 522px);
}
#offres .droite {
right: 0;
top: 0;
}
#blocs {
margin-bottom: 65px;
}
}
@media (max-width: 950px) {
#offres .container {
flex-direction: column;
gap: 40px;
}
#offres .gauche {
margin-top: 0;
width: 100%;
}
}
@media (max-width: 1790px) {
#equipe img {
height: 545px;
object-fit: cover;
}
}
@media (max-width: 1500px) {
#equipe {
max-width: 9999px;
}
#equipe img {
width: 100%;
height: 470px;
}
}
@media (max-width: 1390px) {
#equipe img {
height: 500px;
}
}
@media (max-width: 1300px) {
#equipe img {
height: auto;
}
}
@media (max-width: 1180px) {
#equipe {
flex-direction: column-reverse;
gap: 50px;
}
#equipe > div:not(.imgs) {
width: 100%;
}
.imgs + .imgs {
display: flex;
}
.imgs {
margin: 0;
gap: 5vw;
padding-right: 5vw;
flex-shrink: 0;
}
body.logos_bottom_charges .imgs {
animation: marquee 20s linear infinite;
}
.imgs > img:first-child {
display: block;
}
#equipe .gauche {
display: none;
}
.imgs img {
width: auto;
height: 56vw;
flex-shrink: 0;
}
.outer_imgs_marquee {
display: flex;
margin-bottom: 70px;
}
}
@media (max-width: 1150px) {
#services .flex {
column-gap: 0px;
}
#services .item {
width: 33.333%;
}
}
@media (max-width: 860px) {
#services .item {
width: 50%;
}
#services .flex {
justify-content: center;
}
}
@media (max-width: 1190px) {
#tem .forme_rouge {
display: none;
}
}
@media (max-width: 1000px) {
#tem .container {
width: 100%;
}
#tem h2 {
margin-left: 6.5%;
}
#tem .flex {
overflow-x: scroll;
padding-left: 6.5%;
}
#tem .tem {
width: 350px;
flex-shrink: 0;
margin-right: 6.5%;
}
#tem .flex::-webkit-scrollbar {
display: none;
}
}
@media (max-width: 1120px) {
#footerInner {
flex-direction: column;
align-items: center;
text-align: center;
gap: 50px;
}
footer .is-layout-flex {
justify-content: center;
}
#footerInner > div:nth-child(2):after {
display: none;
}
footer .wp-block-group {
max-width: 9999px;
}
}
@media (min-width: 1121px) {
#footerInner > p.signature {
display: none;
}
}
@media (max-width: 781px) {
#frise_chrono .wp-block-column:empty {
display: none;
}
}
@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:not(.home) div .wp-block-cover .wp-block-cover__inner-container,
#blocs, #offres .container, #equipe, #services, #marques .txt, #footerInner {
width: 87%;
}
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
display: block !important;
transform: scale(0.7);
}
.wp-block-spacer {
max-height: 50px;
}
body:not(.home) #wrapperInner p + .wp-block-spacer {
margin-top: -5px;
}
#container {
margin: 0px 0px 60px 0px;
}
body:not(.home) h3 {
margin-bottom: 10px;
}
body:not(.home) #wrapperInner {
padding-top: 45px;
}
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--spacing--80: 45px;
--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;
}
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;
}
#wrapper .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-column .wp-block-gallery.columns-2 figure.wp-block-image:not(#individual-image) img {
height: 28vw;
}
.wp-block-columns {
margin-bottom: 1.75em;
}
div .wpforms-container .wpforms-submit-container {
text-align: center;
margin: 0 0 15px 0;
padding-top: 10px;
}
#wrapper div .wpforms-field-container div.wpforms-field {
width: 100%;
margin-left: 0;
margin-right: 0;
padding-bottom: 8px;
}
#wrapper div .wpforms-field-container > div.wpforms-field .wpforms-field {
padding: 16px 0 0 0;
}
#blocs .flex {
row-gap: 6.5vw;
}
#blocs .titre {
font-size: 24px;
min-height: 0;
bottom: 25px;
}
#blocs .elem {
min-height: 87vw;
}
#offres h2 + p {
margin-bottom: -5px;
}
#offres .droite img {
height: 80vw;
width: auto;
position: relative;
right: -20px;
}
#offres {
padding: 60px 0 15px 0;
margin-bottom: 65px;
}
#equipe h2 br {
display: none;
}
#equipe {
margin-bottom: 60px;
}
body.logos_bottom_charges .imgs {
animation-duration: 12s;
}
#services .flex {
flex-wrap: nowrap;
justify-content: flex-start;
margin-top: 30px;
overflow-x: scroll;
gap: 50px;
}
#services .item {
width: auto;
flex-shrink: 0;
}
#services .flex::-webkit-scrollbar {
display: none;
}
#services {
margin-bottom: 65px;
width: 100%;
padding-left: 6.5%;
box-sizing: border-box;
position: relative;
}
#services:after {
content: '';
width: 50px;
height: 115px;
background: linear-gradient(270deg, #FFFFFF, transparent);
position: absolute;
bottom: 0;
right: 0;
pointer-events: none;
}
#services .flex > :last-child {
margin-right: 30px;
}
#tem h2 {
max-width: 220px;
margin-bottom: -20px;
}
#tem .tem {
width: 75vw;
padding: 30px;
scroll-snap-align: center;
}
#tem span.nom {
font-size: 20px;
}
#tem .tem img {
margin-bottom: 5px;
height: 13px;
}
#tem .flex {
scroll-snap-type: x mandatory;
}
#tem {
padding: 60px 0 65px 0;
margin-bottom: 60px;
}
#marques img {
max-width: 120px;
max-height: 40px;
}
#marques .marquee .inner {
gap: 45px;
padding-right: 45px;
}
#marques .marquee1 {
margin-bottom: 45px;
}
#marques:not(.ancre) {
margin-bottom: 65px;
}
footer img {
max-height: 50px;
}
body.error404 article a, body:not(.home) #wrapperInner a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit], #diapo .noir a, header a.btn, #offres .gauche > :last-child a, #equipe .droite > :last-child a, footer a.wp-block-button__link {
font-size: 14px;
transition: 0.1s;
}
#footerInner hr.wp-block-separator {
width: 100px;
margin: 15px auto;
}
footer p.signature {
margin: -10px 0 -35px 0;
}
hr.wp-block-separator + .wp-block-spacer {
max-height: 40px;
}
.wp-block-group.is-content-justification-center figure.wp-block-image.is-resized img {
width: auto;
height: auto;
max-width: 110px;
max-height: 50px;
object-fit: contain;
}
footer .wp-block-group p.signature {
display: none;
}
body:not(.home) h2 br {
display: none;
}
.wp-block-columns + .wp-block-spacer {
max-height: 30px;
}
#wrapperInner #frise_chrono .wp-block-column > span {
margin-top: 20px;
}
form#wpforms-form-11 {
margin-top: -18px;
}
img.wp-image-346 {
height: 100px !important;
}
#wrapper ul[class*="-font-size"] li:before {
font-size: 20px;
}
}