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;
}
#wrapper table {
border: 1px solid #dedede;
margin: 10px 0px;
border-spacing: 0;
}
table > caption:first-child {
display: none;
}
#wrapper table th {
border: 1px solid #dedede;
background: #3EB572;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
}
#wrapper table th, #wrapper table td {
font-size: 14px;
}
#wrapper table td {
border: 1px solid #dedede;
padding: 10px;
vertical-align: middle;
}
#wrapper table thead {
border: none;
}
footer {
position: relative;
z-index: 1;
margin-bottom: 40px;
}
#footerInner {
position: relative;
width: 90%;
max-width: 1120px;
margin: 0px auto;
padding: 60px 0px 50px 0px;
background: #3EB572;
color: #FFFFFF;
display: flex;
}
footer a {
color: #FFFFFF;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
#signature {
font-size: 12px;
color: #FFFFFF;
width: 90%;
max-width: 1120px;
margin: 0 auto;
background: #3EB572;
padding: 0 0 20px 0;
text-align: center;
}
footer:before {
content: '';
background: #3EB572;
position: absolute;
top: 0;
left: 40px;
right: 40px;
bottom: 0;
z-index: -1;
pointer-events: none;
border-radius: 40px;
}
::-moz-selection {
background-color: #3EB572;
color: #FFFFFF;
}
::selection {
background-color: #3EB572;
color: #FFFFFF;
}
#wrapperInner .wp-block-image {
margin: 0;
}
#wrapperInner figure.wp-block-gallery {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-right: -2%;
margin-bottom: -2%;
gap: 0;
}
#wrapperInner figure.wp-block-gallery > figure {
width: 23.5% !important;
flex-grow: initial;
margin: 0 2% 2% 0 !important;
}
#wrapperInner figure.wp-block-gallery > figure:nth-child(4n) {
margin-right: 0 !important;
}
#wrapperInner .wp-block-column figure.wp-block-gallery > figure {
width: 46% !important;
margin: 0 4% 4% 0 !important;
}
#wrapperInner .wp-block-column figure.wp-block-gallery {
margin-right: -4%;
}
#wrapperInner figure.wp-block-gallery > figure img {
transition: 0.2s ease-in-out;
width: 100% !important;
max-height: 185px !important;
flex: initial !important;
height: 16vw !important;
object-fit: cover;
border-radius: 20px;
}
#wrapperInner figure.wp-block-gallery > figure img:hover {
opacity: 0.8;
}
#wrapperInner .wp-block-column figure.wp-block-gallery > figure:first-child {
width: 100% !important;
}
#wrapperInner .wp-block-column figure.wp-block-gallery > figure:first-child img {
height: auto !important;
max-height: initial !important;
}
#baguetteBox-overlay .full-image img {
border-radius: 20px;
}
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: #3EB572;
}
#wrapperInner .wp-block-column > :first-child,
.wp-block-cover__inner-container > :first-child {
margin-top: 0;
}
#wrapperInner .wp-block-column > :last-child,
#wrapperInner .wp-block-cover__inner-container > :last-child,
#wrapperInner div#text .wp-block-group__inner-container > div:last-child {
margin-bottom: 0;
}
#wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group),
#wrapperInner div#text > figure,
#wrapperInner div#text > ul,
#wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container,
#wrapperInner div#text > p,
body.single-post #wrapperInner .pager {
width: 90%;
max-width: 1120px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
#wrapperInner div#text > ul,
#wrapperInner div#text > ol {
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;
} .newsContainer {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 55px;
padding-bottom: 55px;
border-bottom: 1px solid #EFEFEF;
}
.newsContainer .gauche {
width: 33%;
}
.newsContainer .gauche img {
width: 100%;
height: 270px;
object-fit: cover;
}
.newsContainer .gauche:has(img[src*="logo"]) a {
height: 270px;
border: 1px solid #e9e9e9;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
}
.newsContainer .gauche img[src*="logo"] {
width: auto;
height: auto;
max-width: 70%;
max-height: 70%;
border-radius: 0px;
}
.newsContainer .droite {
width: 62%;
}
.newsContainer .droite time {
display: block;
line-height: 1;
margin-bottom: 20px;
font-size: 13px;
font-style: italic;
}
.newsContainer .droite > a {
margin-top: 25px;
}
.newsContainer .droite .description {
line-height: 1.5em;
}
.newsContainer .droite h2 {
margin: 0 0 15px 0;
}
.newsContainer .droite h2 a:not(:hover) {
text-decoration: none;
}
.newsContainer .gauche .chapoPicture.empty {
height: 270px;
background: url(//www.toltex.fr/wp-content/themes/toltex/images/logo.svg) no-repeat center center, #3EB572;
background-size: 80% 80%;
border-radius: 20px;
}
div#newsList > section:last-child {
border: none;
padding: 0 0 15px 0;
}
.pager {
text-align: center;
}
.pager > a, 
.pager > span {
margin: 0 2px;
background: #EDEDED;
padding: 3px 10px;
width: 30px;
height: 30px;
display: inline-block;
box-sizing: border-box;
text-decoration: none;
line-height: 25px;
}
.pager > a.next,
.pager > a.prev {
width: auto;
}
.pager.detail_actu > a {
width: 160px;
padding: 7px 10px;
height: auto;
margin: 0 6px;
}
.pager.detail_actu {
margin-top: 90px;
} body.contact #container {
margin: 0 0 40px 0;
}
.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;
}
#wrapperInner .wpforms-confirmation-container-full p {
margin: 0;
}
#wrapper div .wpforms-field-container div.wpforms-field {
padding: 12px 0;
} body.error404 .widget_breadcrumb {
display: none;
}
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 + *,
#wrapperInner .wp-block-image + p {
margin-top: 20px;
}
body:not(.home) #wrapperInner .wp-block-group > figure + figure {
margin-top: 0;
}
div .wp-block-cover .wp-block-cover__inner-container {
width: 90%;
max-width: 1120px;
}
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;
}
}
.wp-block-separator {
margin: 20px 0px;
max-width: 100px;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background hr {
width: 100px;
margin-top: 5px;
}
.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;
} #wrapperInner figure.wp-block-gallery.masonry-display {
display: block;
columns: 2;
gap: 2em;
margin: 0px;
}
#wrapperInner figure.wp-block-gallery.masonry-display > figure {
width: initial !important;
break-inside: avoid;
margin: 0 0 2em 0 !important;
}
#wrapperInner figure.wp-block-gallery.masonry-display > figure img {
width: auto !important;
max-height: none !important;
height: auto !important;
}
#wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
columns: 3;
}
#wrapperInner figure.wp-block-gallery.masonry-display.columns-4 {
columns: 4;
}
#wrapperInner figure.wp-block-gallery.masonry-display.columns-5 {
columns: 5;
}
#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: 880px) {
.newsContainer {
flex-direction: column-reverse;
margin-bottom: 45px;
}
.newsContainer .gauche {
width: 100%;
margin-top: 40px;
}
.newsContainer .droite {
width: 100%;
}
.newsContainer .gauche img {
width: auto;
height: auto;
}
}
@media (max-width: 980px) {
body #baguetteBox-overlay .full-image img {
max-height: 85%;
max-width: 85%;
}
#wrapperInner figure.wp-block-gallery.masonry-display > figure {
margin: 0 0 1.2em 0 !important;
}
#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: 850px) {
#wrapperInner figure.wp-block-gallery > figure {
width: 48% !important;
margin: 0 4% 4% 0 !important;
}
#wrapperInner figure.wp-block-gallery > figure:nth-child(even) {
margin-right: 0 !important;
}
#wrapperInner figure.wp-block-gallery > figure img {
max-height: initial !important;
height: 26vw !important;
}
}
#footerInner > div:not(:first-child) > div > p:first-child {
color: #9BD6AD;
font-weight: 700;
font-size: 20px;
margin: 0 0 12px 0;
}
footer p {
font-size: 14px;
line-height: 1.75em;
margin: 0;
}
footer .contact {
padding: 0 45px;
margin: 0 45px;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
footer .produits .wp-block-group {
display: inline-block;
}
footer .produits .wp-block-group {
display: inline-block;
}
footer .produits .wp-block-group:last-child {
border-left: 1px solid #FFFFFF;
padding-left: 45px;
margin-left: 45px;
}
#produits {
width: 90%;
max-width: 1120px;
margin: 0 auto 120px;
padding-bottom: 90px;
border-bottom: 1px solid #3EB572;
}
#produits .slick:not(.slick-initialized) {
display: flex;
}
#produits .slick:not(.slick-initialized) .item {
flex-shrink: 0;
width: calc(33.333% - 20px);
}
#produits .item {
margin-right: 30px;
box-shadow: 5px 5px 40px rgba(0,0,0,0.1);
border-radius: 20px;
}
#produits .slick {
margin-top: 30px;
position: relative;
}
#produits .item .img {
height: 240px;
overflow: hidden;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
#produits .item .img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.4s;
}
#produits .infos {
padding: 25px;
position: relative;
}
#produits span.titre {
height: 48px;
overflow: hidden;
margin-bottom: 23px;
}
#produits .item:has(a:hover) .img img {
transform: scale(1.1);
filter: brightness(0.85);
}
#produits .slick-list {
overflow: visible;
margin-right: -30px;
}
#produits .infos img {
position: absolute;
bottom: 25px;
right: 25px;
}
span.arrow {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #3EB572;
box-sizing: border-box;
border-radius: 50%;
transition: 0.3s;
cursor: pointer;
}
span.arrow.next {
transform: rotate(180deg);
}
span.arrow.slick-disabled {
cursor: not-allowed;
opacity: 0.5;
}
@media (min-width: 1100px) {
span.arrow path {
transition: 0.3s;
}
span.arrow:hover {
background: #3EB572;
}
span.arrow:hover path {
fill: #FFFFFF;
}
}
#produits span.arrow {
position: absolute;
top: -68px;
right: 0;
}
#produits span.arrow.prev {
right: 60px;
}
#solutions {
width: 90%;
max-width: 1120px;
margin: 0 auto 110px;
}
#solutions .slick:not(.slick-initialized) > div:not(:first-child) {
display: none;
}
#solutions .item .txt > p:first-child {
margin: 0 0 30px 0;
}
#solutions .item .txt > p:last-child {
margin: 30px 0 0 0;
}
#solutions .item {
display: flex;
justify-content: space-between;
}
#solutions .item .txt {
width: 38%;
margin-top: 230px;
}
#solutions .item .img {
width: 47%;
}
#solutions .item img {
width: auto;
height: auto;
max-height: 650px;
}
#solutions .slick {
margin-top: -100px;
position: relative;
}
#solutions span.arrow {
position: absolute;
top: 110px;
left: 0;
z-index: 10;
}
#solutions span.arrow.next {
left: 60px;
}
#wrapper ul.slick-dots li:before {
display: none;
}
#solutions ul.slick-dots {
position: absolute;
top: 180px;
margin: 0;
display: flex;
width: 425px;
}
#solutions ul.slick-dots li {
line-height: 1;
overflow: hidden;
width: 100%;
height: 5px;
background: #CECED0;
cursor: pointer;
transition: 0.3s;
}
#solutions ul.slick-dots li.slick-active {
background: #3EB572;
}
#solutions ul.slick-dots li button {
width: 100%;
height: 100%;
text-indent: -999px;
overflow: hidden;
opacity: 0;
}
#bio {
position: relative;
margin: 0 40px;
}
#bio .flex {
width: 90%;
max-width: 1120px;
margin: 0 auto;
display: flex;
box-shadow: 5px 5px 40px rgba(0,0,0,0.1);
border-radius: 20px;
}
#bio .flex > * {
width: 50%;
height: auto;
object-fit: cover;
}
#bio .txt {
background: #9BD6AD;
box-sizing: border-box;
padding: 45px 70px;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
#bio h2 {
color: #000000;
margin: 0 0 12px 0;
}
#bio .txt > :last-child {
margin: 20px 0 0 0;
}
#bio .flex img {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
#bio:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 50%;
background: #F3F3F3;
z-index: -1;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
pointer-events: none;
}
#cata {
background: #F3F3F3;
margin: 0 40px;
padding: 80px 0;
}
#cata .flex {
width: 90%;
max-width: 1120px;
margin: 0 auto;
display: flex;
justify-content: space-between;
position: relative;
}
#cata .flex > div {
width: 44%;
}
#cata .flex .img {
height: 263px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 18px;
}
#cata .flex img {
height: auto;
max-height: 100%;
}
#cata .flex a,
#actu .droite .txt > a:last-child {
display: flex;
align-items: center;
gap: 20px;
text-decoration: none;
color: #3EB572;
font-weight: 700;
margin-top: 20px;
}
#cata .flex a:hover,
#actu .droite .txt > a:last-child:hover {
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 2px;
}
#cata .flex:before {
content: '';
width: 1px;
background: #3EB572;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
}
#pro {
position: relative;
margin: 0 40px 110px 40px;
}
#pro:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 50%;
top: 0;
background: #F3F3F3;
z-index: -1;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
pointer-events: none;
}
#pro .flex {
width: 90%;
max-width: 1120px;
margin: 0 auto;
display: flex;
border-radius: 20px;
overflow: hidden;
}
#pro .flex > * {
width: 50%;
height: auto;
object-fit: cover;
}
#pro .flex .txt {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 60px;
box-sizing: border-box;
position: relative;
z-index: 2;
background: #3EB572;
color: #FFFFFF;
}
#pro h2 {
color: #FFFFFF;
margin: 0 0 5px 0;
}
#pro .flex .txt > :last-child {
margin: 10px 0 0 0;
}
#pro p {
font-size: 20px;
line-height: 1.25em;
}
#pro .flex img {
transition: 0.4s;
}
#pro .flex:has(a:hover) img {
transform: scale(1.1);
filter: brightness(0.85);
}
#edito {
display: flex;
flex-wrap: wrap;
position: relative;
margin-bottom: 110px;
}
#edito > img {
position: absolute;
left: 0;
top: 0;
width: 50%;
height: calc(100% - 120px);
object-fit: cover;
border-top-right-radius: 20px;
}
#edito .txt {
padding-left: calc(50% + 65px);
padding-right: calc(50% - 560px);
}
#edito .txt p {
margin-top: 22px;
}
#edito .txt h2 + p {
margin: 0;
}
#edito .txt > :last-child a {
margin-top: 5px;
}
#edito .chiffres {
width: 90%;
max-width: 1120px;
margin: 0 auto;
background: #3EB572;
color: #FFFFFF;
z-index: 2;
margin-top: 60px;
text-align: center;
display: flex;
justify-content: center;
padding: 54px 30px;
box-sizing: border-box;
border-radius: 20px;
}
#edito .chiffres > div > p:first-child {
font-size: 60px;
font-weight: 700;
line-height: 1;
margin: 0;
}
#edito .chiffres > div > p:last-child {
max-width: 190px;
margin: 25px auto 0;
}
#edito .chiffres > div {
width: 33.333%;
}
#edito .chiffres > div:nth-child(2) {
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
box-sizing: border-box;
}
#actu {
width: 90%;
max-width: 1120px;
margin: 0 auto 105px;
display: flex;
justify-content: space-between;
align-items: center;
}
#actu .gauche {
width: 27%;
text-align: center;
}
#actu .droite {
width: 67%;
display: flex;
align-items: center;
justify-content: space-between;
}
#actu .gauche h2 {
margin: 22px 0;
}
#actu .droite .image {
width: 350px;
flex-shrink: 0;
margin-right: 50px;
}
#actu .droite img {
width: 100%;
height: 235px;
object-fit: cover;
border-radius: 20px;
}
#actu .droite .txt > a:first-child {
margin-bottom: 20px;
text-decoration: none;
}
#actu .droite p {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
max-height: 120px;
}
#actu .droite .image:has(img[src*="logo"]) a {
height: 235px;
border: 1px solid #e9e9e9;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
}
#actu .droite img[src*="logo"] {
width: auto;
height: auto;
max-width: 70%;
max-height: 70%;
border-radius: 0px;
}
.newsContainer .gauche img,
.border-radius,
#wrapper .wp-block-image img,
.wp-block-cover,
.colonnes_colles {
border-radius: 20px;
overflow: hidden;
}
#text > .wp-block-cover {
margin-left: 40px;
margin-right: 40px;
border-radius: 20px;
}
#wrapper .colonnes_colles .wp-block-image img {
border-radius: 0;
}
:root div :where(.wp-block-cover h2:not(.has-text-color)) {
color: #3EB572;
}
body:not(.home) .france {
padding-top: 30px;
position: relative;
}
body:not(.home) .france:before {
content: '';
width: 80px;
height: 10px;
background: linear-gradient(90deg, #2078c1 33.33%, #FFFFFF 33.33%, #FFFFFF 66.66%, #e42c19 66.66%);
position: absolute;
left: 1px;
top: 0;
}
#wrapper .has-blanc-color ul li:before {
background: #FFFFFF;
}
.wp-block-image img[style*="height"] {
object-fit: cover;
}
.tablepress img {
max-width: 200px;
}
#wrapper table + table {
margin-top: -11px;
}
body:not(.home) #produits {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
row-gap: 40px;
position: relative;
margin-top: 30px;
margin-bottom: 0;
border: none;
padding: 0 0 50px 0;
}
body:not(.home) #produits .item {
margin: 0;
}
body:not(.home) #produits .item,
body:not(.home) #produits:after {
content: '';
width: 31%;
}
@media (max-width: 1000px) {
#solutions .item .txt {
width: 100%;
margin: 0;
}
#solutions .item .img {
width: 100%;
}
#solutions .item {
flex-direction: column;
gap: 35px;
}
#solutions .slick {
margin-top: 20px;
}
#solutions span.arrow {
top: -58px;
right: 52px;
left: auto;
}
#solutions span.arrow.next {
left: auto;
right: 0;
}
#produits {
margin: 0 auto 60px;
padding-bottom: 70px;
}
#solutions {
margin-bottom: 60px;
}
}
@media (max-width: 1200px) {
#bio .txt {
padding: 40px 50px;
}
h2 {
font-size: 26px;
}
}
@media (max-width: 1000px) {
#bio {
margin: 0;
}
#bio:before,
#pro:before {
display: none;
}
#cata {
width: 90%;
margin: 0 auto;
border-radius: 20px;
}
#pro {
margin: 60px 0;
}
#cata {
width: 90%;
margin: 0 auto;
border-radius: 20px;
padding: 50px 40px;
box-sizing: border-box;
margin-top: 60px;
}
}
@media (max-width: 1250px) {
#cata .flex .img {
height: 21vw;
}
}
@media (max-width: 810px) {
#bio .flex {
flex-direction: column-reverse;
}
#bio .txt {
width: 100%;
border-bottom-right-radius: 0px;
border-top-left-radius: 20px;
}
#bio .flex img {
width: 100%;
border-top-left-radius: 0;
border-bottom-right-radius: 20px;
}
#cata .flex .img {
height: auto;
}
#cata .flex {
flex-direction: column;
gap: 90px;
}
#cata .flex > div {
width: 100%;
}
#cata .flex:before {
width: 100%;
height: 1px;
}
#pro .flex {
position: relative;
}
#pro .flex .txt {
width: 100%;
background: rgba(62, 181, 114, 0.85);
}
#pro .flex img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
@media (max-width: 1250px) {
#edito .txt {
padding-right: 5vw;
}
}
@media (max-width: 850px) {
#edito > img {
position: relative;
width: 90%;
border-radius: 20px;
margin: 60px auto 0;
order: 1;
height: auto;
}
#edito .txt {
padding: 0 5vw;
}
}
@media (max-width: 1150px) {
#edito .chiffres > div > p:first-child {
font-size: 46px;
}
#edito .chiffres > div > p:last-child {
margin: 15px auto 0;
}
}
@media (max-width: 850px) {
#edito .chiffres > div:nth-child(2) {
border: none;
}
#edito .chiffres {
flex-direction: column;
align-items: center;
gap: 50px;
}
#edito .chiffres > div > p:last-child {
max-width: 100%;
}
#edito .chiffres > div {
width: 100%;
}
}
@media (max-width: 1280px) {
#actu .gauche {
width: 24%;
}
#actu .droite {
width: 72%;
}
}
@media (max-width: 1080px) {
#actu {
flex-direction: column;
gap: 40px;
}
#actu .gauche,
#actu .droite {
width: 100%;
}
}
@media (max-width: 800px) {
#actu .droite {
flex-direction: column-reverse;
gap: 40px;
}
#actu .droite .image {
width: 100%;
margin: 0;
}
#actu .droite img {
height: auto;
}
}
@media (max-width: 1280px) {
footer:before {
display: none;
}
footer {
background: #3EB572;
margin: 0;
}
body.contact #container {
margin: 0;
}
}
@media (max-width: 1180px) {
footer .contact {
padding: 0 35px;
margin: 0 35px;
}
footer .produits .wp-block-group:last-child {
padding-left: 35px;
margin-left: 35px;
}
}
@media (max-width: 1120px) {
#footerInner {
flex-direction: column;
align-items: center;
gap: 40px;
text-align: center;
}
footer .contact,
footer .produits .wp-block-group:last-child {
padding: 0;
margin: 0;
border: none;
}
footer .produits .wp-block-group {
display: block;
}
footer .wp-block-buttons {
justify-content: center;
}
footer .wp-block-spacer {
max-height: 25px;
}
}
@media (max-width: 1250px) {
#chapterPicture {
padding-top: 50px;
}
}
@media (max-width: 1070px) {
body:not(.home) #produits {
overflow-x: scroll;
flex-wrap: nowrap;
padding-top: 35px;
margin-top: -15px;
}
body:not(.home) #produits .item {
content: '';
width: 340px;
flex-shrink: 0;
margin-right: 30px;
}
body:not(.home) #produits:after {
display: none;
}
#wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group)#produits {
width: auto;
padding-left: 5vw;
}
body:not(.home) #produits::-webkit-scrollbar {display:none;}
}
@media (max-width: 500px) {
#wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group), 
#wrapperInner div#text > figure, 
#wrapperInner div#text > ul, 
#wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container, 
#wrapperInner div#text > p, 
body.single-post #wrapperInner .pager,
div .wp-block-cover .wp-block-cover__inner-container,
#produits, #solutions,
#bio .flex,
#cata, #pro .flex, #edito .chiffres, #edito > img,
#actu,
#signature {
width: 87%;
}
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
display: block !important;
transform: scale(0.7);
}
.wp-block-spacer {
max-height: 50px;
}
#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;
}
#wrapperInner figure.wp-block-gallery > figure {
width: 48% !important;
margin: 0 4% 4% 0 !important;
}
#wrapperInner figure.wp-block-gallery > figure:nth-child(4n) {
margin-right: 0 !important;
}
#wrapperInner figure.wp-block-gallery > figure img {
height: 30vw !important;
}
.pager > a, .pager > span {
font-size: 13px;
}
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;
}
#wrapperInner figure.wp-block-gallery.masonry-display.columns-5,
#wrapperInner figure.wp-block-gallery.masonry-display.columns-4,
#wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
columns: 2;
}
.wp-block-columns {
margin-bottom: 1.75em;
}
div .wpforms-container .wpforms-submit-container {
text-align: center;
margin-bottom: 15px;
}
#wrapper div .wpforms-field-container div.wpforms-field {
width: 100%;
margin-left: 0;
margin-right: 0;
padding-bottom: 8px;
}
#edito .txt {
padding: 0 6.5vw;
}
h2 {
font-size: 24px;
}
#produits .item .img {
height: 220px;
}
#produits span.titre {
height: auto;
min-height: 44px;
}
body.error404 article a, body:not(.home) #wrapperInner a.wp-block-button__link, section.newsContainer .droite > a, #wrapper div.wpforms-container-full button[type=submit], header a.wp-block-button__link, footer a.wp-block-button__link, #produits .item a, #solutions .item .txt > p:last-child a, #bio .txt > :last-child a, #pro .flex .txt > :last-child a, #edito .txt > :last-child a, #actu .gauche a {
font-size: 14px;
padding: 12px 18px;
transition: 0.1s;
}
#produits .infos img {
height: 42px;
}
#produits {
padding-bottom: 45px;
}
#solutions .item .txt > p:first-child {
margin: 0 0 15px 0;
}
#solutions span.arrow {
width: 34px;
height: 34px;
top: -62px;
right: 46px;
}
#solutions span.arrow svg {
width: auto;
height: 16px;
}
#bio .txt {
padding: 35px 30px;
}
#cata .flex {
width: 100%;
}
#cata {
padding: 35px 30px;
}
#pro p {
font-size: 18px;
}
#pro .flex .txt {
padding: 40px;
}
#pro {
margin-bottom: 50px;
}
#edito .txt p {
margin-top: 15px;
}
#edito .chiffres {
margin-top: 50px;
}
#edito .chiffres > div > p:first-child {
font-size: 40px;
}
#edito .chiffres > div > p:last-child {
margin-top: 10px;
}
#actu .gauche svg {
width: auto;
height: 50px;
}
#edito > img {
display: none;
}
#edito {
margin-bottom: 65px;
}
#actu {
margin-bottom: 60px;
}
#footerInner > div:not(:first-child) > div > p:first-child {
margin-bottom: 5px;
}
#signature {
border-top: 1px solid #FFFFFF;
padding-top: 20px;
}
footer img {
width: auto;
height: 30px;
}
#solutions .slick {
margin-top: 30px;
}
#wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group)#produits {
padding-left: 6.5vw;
padding-bottom: 55px;
margin-bottom: -35px;
}
body:not(.home) #produits .item {
width: 78vw;
margin-right: 25px;
}
#text > .wp-block-cover {
margin-left: 6.5%;
margin-right: 6.5%;
}
.wp-block-columns + .wp-block-spacer {
max-height: 25px;
}
div .wp-block-cover .wp-block-cover__inner-container {
width: 83%;
}
#text > .wp-block-cover:has(.wp-block-columns) {
margin-left: 0;
margin-right: 0;
border-radius: 0;
}
div .wp-block-cover:has(.wp-block-columns) .wp-block-cover__inner-container {
width: 87%;
}
div .wpforms-container .wpforms-submit-container {
padding-top: 15px;
}
div#wpforms-11 {
margin-top: -5px;
}
.container_tableau {
overflow-x: scroll;
}
#wrapperInner .wp-block-column > figure.wp-block-gallery > figure:nth-child(even) {
margin-right: 4% !important;
}
}
#baguetteBox-overlay {
display: none;
opacity: 0;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000000;
background-color: #222;
transition: opacity .5s ease
}
#baguetteBox-overlay.visible {
opacity: 1
}
#baguetteBox-overlay .full-image {
display: inline-block;
position: relative;
width: 100%;
height: 100%;
text-align: center
}
#baguetteBox-overlay .full-image figure {
display: inline;
margin: 0;
height: 100%
}
#baguetteBox-overlay .full-image img {
display: inline-block;
width: auto;
height: auto;
max-height: 100%;
max-width: 100%;
vertical-align: middle;
box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}
#baguetteBox-overlay .full-image figcaption {
display: block;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
line-height: 1.8;
white-space: normal;
color: #ccc;
background-color: #000000;
font-family: sans-serif
}
#baguetteBox-overlay .full-image:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px
}
#baguetteBox-slider {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
white-space: nowrap;
transition: left .4s ease, transform .4s ease;
}
#baguetteBox-slider.bounce-from-right {
animation: bounceFromRight .4s ease-out
}
#baguetteBox-slider.bounce-from-left {
animation: bounceFromLeft .4s ease-out
}
@keyframes bounceFromRight {
0%, 100% {
margin-left: 0
}
50% {
margin-left: -30px
}
}
@keyframes bounceFromLeft {
0%, 100% {
margin-left: 0
}
50% {
margin-left: 30px
}
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
top: 50%;
top: calc(50% - 30px);
width: 44px;
height: 60px
}
.baguetteBox-button {
position: absolute;
cursor: pointer;
outline: 0;
padding: 0;
margin: 0;
border: 0;
border-radius: 15%;
background-color: #323232;
color: #ddd;
font: 1.6em sans-serif;
transition: background-color .4s ease
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
background-color: rgba(50, 50, 50, .9)
}
.baguetteBox-button#next-button {
right: 2%
}
.baguetteBox-button#previous-button {
left: 2%
}
.baguetteBox-button#close-button {
top: 20px;
right: calc(2% + 6px);
width: 30px;
height: 30px
}
.baguetteBox-button svg {
position: absolute;
left: 0;
top: 0
}
.baguetteBox-spinner {
width: 40px;
height: 40px;
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -20px;
margin-left: -20px
}
.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
opacity: .6;
position: absolute;
top: 0;
left: 0;
animation: bounce 2s infinite ease-in-out
}
.baguetteBox-double-bounce2 {
animation-delay: -1s
}
@keyframes bounce {
0%, 100% {
transform: scale(0)
}
50% {
transform: scale(1)
}
}
.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}