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: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url(//www.grolleau49.com/wp-content/themes/grolleau/fonts/montserrat-v26-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url(//www.grolleau49.com/wp-content/themes/grolleau/fonts/montserrat-v26-latin-500.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url(//www.grolleau49.com/wp-content/themes/grolleau/fonts/montserrat-v26-latin-700.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
src: url(//www.grolleau49.com/wp-content/themes/grolleau/fonts/montserrat-v26-latin-900.woff2) format('woff2');
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #000000;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: #000000;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Montserrat';
}
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: 150%;
}
ul, ol {
margin: 10px 0px 10px 20px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
margin: 0px 0px 0px 30px;
}
li {
line-height: 150%;
}
body:not(.home) .wp-block-table {
overflow: initial;
}
body:not(.home) .wp-block-table td:empty:after {
content: 'Empty cell';
visibility: hidden;
speak: none;
}
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: #64B4AC;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
}
td {
border: 1px solid #ededed;
padding: 10px;
}
#nested .smart-menu {
display: none;
}
#nested {
position: relative;
height: 60px;
z-index: 2;
}
#nested .firstLevel {
height: 60px;
margin: 0px;
padding: 0px;
list-style: none;
display: flex;
}
#nested .firstLevel li {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0px;
height: 60px;
}
#nested .firstLevel li a {
display: block;
height: 60px;
color: #3A3A6F;
padding: 0px 50px;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.01em;
transition: 0.3s;
}
#nested .firstLevel li a span {
display: flex;
align-items: center;
height: 60px;
line-height: 1.4em;
}
#nested .firstLevel li.one_word a span {
align-items: flex-start;
padding-top: 10px;
box-sizing: border-box;
}
#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;
}
#nested .firstLevel > li:hover > ul {
height: auto;
opacity: 1;
margin-top: 0px;
padding: 15px 10px;
}
#nested .firstLevel li ul li {
display: block;
height: auto;
border-bottom: 1px solid #ededed;
}
#nested .firstLevel li ul li:last-child {
border-bottom: none;
}
#nested .firstLevel li ul li a {
height: auto;
padding: 10px 10px;
line-height: 120%;
font-size: 13px;
}
#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: #64B4AC;
position: absolute;
border-radius: 50%;
top: 9px;
left: -17px;
margin: auto;
}
#page {
position: relative;
min-width: initial;
background: #FFFFFF;
overflow: hidden;
}
header {
position: fixed;
width: 100%;
height: 180px;
z-index: 2;
background: none;
transition: 0.3s;
background: #FFFFFF;
}
header #headerInner {
position: relative;
width: 100%;
height: 100%;
}
header #logo {
position: absolute;
z-index: 2;
top: 25px;
left: 40px;
}
#wrapper {
position: relative;
clear: both;
background: #FFFFFF;
z-index: 1;
}
#wrapperInner {
position: relative;
width: 90%;
max-width: 1120px;
margin: 0px auto;
padding: 80px 0px 0px 0px;
}
#container {
position: relative;
margin: 0px 0px 100px 0px;
}
#contents {
position: relative;
}
#contentsInner {
position: relative;
}
footer {
position: relative;
background: #000000;
color: #FFFFFF;
z-index: 1;
}
#footerInner {
position: relative;
width: 90%;
max-width: 1120px;
margin: 0px auto;
padding: 60px 0px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
#nested ul.firstLevel li ul li {
transition: 0.4s;
}
#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: #64B4AC;
color: #FFFFFF;
}
::selection {
background-color: #64B4AC;
color: #FFFFFF;
}
strong {
font-weight: 700;
}
em {
font-style: italic;
}
#nested ul.firstLevel > li {
transition: 0.25s opacity;
}
#nested ul.firstLevel:hover > li {
opacity: 0.5;
}
#nested ul.firstLevel:hover > li:hover {
opacity: 1;
}
body.home #container {
margin: 0px;
}
#nested ul.firstLevel li ul li a {
font-size: 14px;
font-weight: 500;
text-transform: inherit;
text-align: left;
}
#nested .firstLevel > li:hover > ul {
padding: 15px 0px;
overflow: visible;
}
#nested ul.firstLevel > li > ul > li {
padding: 0 10px;	
}
body.home div#chapterPicture {
display: none;
}
footer a {
color: #FFFFFF;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
footer #signature {
font-size: 12px;
color: #FFFFFF;
padding: 25px 7.5%;
text-align: center;
} body:not(.home) #chapterPicture {
padding-top: 180px;
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: 180px;
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 {
font-size: 34px;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 10px;
max-width: 1120px;
}
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: #3A3A6F;
}
body:not(.home) h2 {
font-size: 30px;
color: #64B4AC;
margin-bottom: 15px;
text-transform: uppercase;
}
body:not(.home) h3 {
font-size: 22px;
padding: 3px 0 0 10px;
border-left: 3px solid #64B4AC;
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;
}
@media (min-width: 980px) {
body:not(.home) #wrapperInner figure.wp-block-gallery.trois_images > figure:nth-child(3) {
margin-right: 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.trois_images > figure {
width: 32% !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.trois_images > figure img {
max-height: 260px !important;
height: 19vw !important;
}
}
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: #64B4AC;
}
body:not(.home) #wrapperInner .wp-block-column > :first-child,
.wp-block-cover__inner-container > :first-child,
footer .wp-block-group__inner-container > :first-child,
#savoir_faire .flex .texte > :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,
#savoir_faire .flex .texte > :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 {
width: 90%;
max-width: 1120px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
body:not(.home) #wrapperInner div#text > ul {
padding-left: 17px;
}
body:not(.home) #wrapperInner div#text > div.wpforms-container:not(.wp-block-cover):not(.wp-block-group) {
max-width: 800px;
}
.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: 5px;
} 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;
} .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;
}
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: 1120px;
}
body:not(.home) div .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
width: 100%;
}
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 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 (min-width: 1290px) {
#nested ul.firstLevel > li:nth-child(3) > a {
padding-left: 0;
}
#nested ul.firstLevel > li:nth-last-child(2) > a {
padding-right: 0;
}
#nested ul.firstLevel > li.hidden_on_desktop {
display: none;
}
}
@media (max-width: 1290px) {
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;
}
#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: 155px 0 50px 0;
overflow-y: auto;
overflow-x: hidden;
}
body.menu_open #nested .firstLevel:after, 
body.menu_open #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 #nested .firstLevel:after, 
body.menu_open.animation_delai #nested .firstLevel:before {
opacity: 1;
}
body.menu_open #nested .firstLevel:before {
bottom: auto;
top: 0;
z-index: 20;
background: linear-gradient(180deg, #000000, transparent);
height: 140px;
}
body.menu_open #nested .firstLevel {
right: 0;
opacity: 0.9;
}
#nested ul.firstLevel:hover > li {
opacity: 1;
}
header div #nested .contentSmart span {
width: 25px;
height: 2px;
background: #3A3A6F;
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;
}
#nested ul.firstLevel li a {
font-size: 18px;
height: auto;
line-height: 1;
}
#nested .firstLevel li a span {
line-height: 1.3em;
height: auto;
}
#nested ul.firstLevel > li.menu-item-has-children {
margin-right: 0;
}
#nested .firstLevel li {
height: auto;
}
#nested ul.firstLevel > li {
margin: 0 0 10px 0;
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 30px;
}
#nested ul.firstLevel > li:last-child {
margin-bottom: 0;
}
#nested ul.firstLevel > li.menu-item-has-children:after {
display: none;
}
#nested ul.firstLevel > li.menu-item-has-children > a {
position: relative;
}
#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: -16px;
top: 18px;
}
#nested .firstLevel li a {
color: #FFFFFF;
}
#nested .firstLevel li ul,
#nested .firstLevel > li:hover > ul {
position: relative;
height: auto;
opacity: 1;
background: none;
box-shadow: none;
margin: 5px 0 20px 30px;
padding: 0;
left: 0;
width: auto;
}
#nested ul.firstLevel > li > ul > li, 
#nested ul.firstLevel > li > ul > li > ul > li {
padding: 0 0 5px 0;
margin: 0 0 5px 0;
}
#nested ul.firstLevel > li > ul > li:last-child, 
#nested ul.firstLevel > li > ul > li > ul > li:last-child {
margin: 0;
padding: 0;
}
#nested ul.firstLevel li ul li a {
padding: 7px;
}
#nested .firstLevel li ul li {
border-bottom: 1px solid #6b6b6b;
}
body.menu_open {
overflow: hidden;
}
#nested .firstLevel li ul {
display: none;
}
#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
display: block;
}
#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
transform: rotate(180deg);
}
#nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a {
color: #64B4AC;
}
#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: 1200px) {
body:not(.home) #chapterPicture {
height: 25vw;
}
}
@media (max-width: 1050px) {
body:not(.home) #chapterPicture {
height: auto;
}
body:not(.home) #chapterPicture img {
position: absolute;
top: 90px;
height: calc(100% - 90px);
left: 0;
}
body:not(.home):not(.page_404) #chapterPicture .title_and_bc {
position: relative;
padding: 5%;
}
body:not(.home) #chapterPicture div.title_and_bc {
top: 0;
}
}
@media (max-width: 781px) {
body:not(.home) div #wrapperInner div#text > iframe[src*="maps"] {
height: 80vw;
}
}
@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: 980px) {
body:not(.home) #chapterPicture .title_and_bc {
background: rgba(0,0,0,0.45);
}
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,
#wrapper div div.wpforms-container-full .wpforms-form button[type=submit],
header a.wp-block-button__link,
#savoir_faire .flex .texte > :last-child a,
#qsn .droite .inner > :last-child a,
#chiffres .bas > div.texte a {
border-radius: 50px;
display: inline-block;
background: #64B4AC;
color: #FFFFFF;
font-size: 16px;
letter-spacing: 0.01em;
font-weight: 700;
padding: 17px 27px 15px 27px;
line-height: 1;
text-decoration: none;
transition: 0.3s;
text-transform: uppercase;
}
body.page_404 article a:hover,
body:not(.home) #wrapperInner a.wp-block-button__link:hover,
#wrapper div div.wpforms-container-full .wpforms-form button[type=submit]:hover,
header a.wp-block-button__link:hover,
#savoir_faire .flex .texte > :last-child a:hover,
#qsn .droite .inner > :last-child a:hover,
#chiffres .bas > div.texte a:hover {
background: #3A3A6F !important;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
} #savoir_faire .flex .texte > :last-child a,
#qsn .droite .inner > :last-child a {
font-size: 14px;
padding: 12px 18px 11px 18px;
border: 2px solid #FFFFFF;
background: none;
}
#savoir_faire .flex .texte > :last-child a:hover,
#qsn .droite .inner > :last-child a:hover {
background: #FFFFFF;
color: #3A3A6F;
}
header a.wp-block-button__link {
padding: 17px 20px 15px 20px;
}
body.home h2 {
font-size: 30px;
color: #64B4AC;
text-transform: uppercase;
margin-top: 0;
}
#headerBoxes {
position: absolute;
right: 40px;
top: 30px;
z-index: 3;
display: flex;
align-items: center;
gap: 45px;
}
header div #nested {
position: absolute;
left: 40px;
bottom: 8px;
transition: 0.3s;
}
#nested ul.firstLevel > li:not(:nth-last-child(3)) > a {
position: relative;
}
@media (min-width: 1291px) {
#nested ul.firstLevel > li:not(:nth-last-child(2)) > a:after {
content: '';
width: 1px;
height: 40px;
background: #64B4AC;
position: absolute;
right: 0;
top: 9px;
pointer-events: none;
}	
}
#headerBoxes ul {
display: flex;
margin: 0;
}
#headerBoxes ul li {
line-height: 20px;
}
#headerBoxes ul li a {
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
font-weight: 500;
letter-spacing: 0.01em;
color: #3A3A6F;
transition: 0.3s;
}
#headerBoxes ul > li:not(:last-child) {
margin-right: 35px;
padding-right: 35px;
border-right: 1px solid #64B4AC;
}
#headerBoxes ul li a:hover {
text-decoration: underline;
}
#headerBoxes > div > a {
font-weight: 700;
font-size: 24px;
text-decoration: none;
letter-spacing: 0.01em;
color: #64B4AC;
position: relative;
top: 1px;
}
#headerBoxes .wp-block-button {
transition: 0.3s;
top: 0;
right: 0;
position: relative;
}
header.scrolled {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
margin-top: -100px;
}
header.scrolled #headerBoxes .wp-block-button {
top: 87px;
}
@media (min-width: 1291px) and (max-width: 1670px) {
header.scrolled #nested .firstLevel li a {
padding: 0px 40px;
}
}
@media (min-width: 1291px) and (max-width: 1540px) {
header.scrolled #nested .firstLevel li a {
padding: 0px 30px;
}
}
@media (min-width: 1291px) and (max-width: 1415px) {
#nested .firstLevel li a {
padding: 0px 40px;
}
header.scrolled #nested .firstLevel li a {
padding: 0px 22px;
}
}
@media (max-width: 1330px) and (min-width: 1291px) {
header.scrolled #headerBoxes .wp-block-button {
top: 96px;
right: -10px;
}
header.scrolled a.wp-block-button__link {
font-size: 13px;
padding: 14px 20px 13px 20px;
}
header.scrolled div #nested {
bottom: 2px;
}
header.scrolled {
margin-top: -111px;
}
}
#home_diapo {
padding-top: 180px;
height: calc(100vh - 180px);
overflow: hidden;
position: relative;
}
#home_diapo .titre {
position: absolute;
top: 180px;
bottom: 0;
display: flex;
align-items: center;
right: 0;
z-index: 1;
visibility: hidden;
}
#home_diapo .titre h1 {
background: #64B4AC;
color: #FFFFFF;
font-weight: 900;
text-transform: uppercase;
font-size: 34px;
max-width: 480px;
box-sizing: border-box;
padding: 60px;
text-align: left;
margin: 0;
position: relative;
z-index: 10;
}
#home_diapo > .slick {
height: 100%;
width: calc(100% - 150px);
}
#home_diapo > .slick > img,
#home_diapo > .slick img {
height: 100%;
width: 100%;
object-fit: cover;
}
#home_diapo > svg {
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 slideFromBottom {
0% {
bottom: -25px;
opacity: 0;
}
100% {
bottom: 15px;
opacity: 1;
}
}
#home_diapo > .slick > .slick-list, 
#home_diapo > .slick > .slick-list .slick-track {
height: 100%;
}
div#bandeau_groupe_pr {
background: #FFFFFF;
padding: 60px 0px;
color: #000000;
}
div#bandeau_groupe_pr > div {
width: 90%;
max-width: 1120px;
margin: 0 auto;
}
div#bandeau_groupe_pr div.haut {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 45px;
}
div#bandeau_groupe_pr div.haut div.gauche img {
margin-right: 100px;
}
div#bandeau_groupe_pr div.haut div.droite span.h3_like {
text-transform: uppercase;
font-size: 24px;
font-weight: 700;
display: block;
line-height: 1.2em;
}
div#bandeau_groupe_pr div.haut div.droite p {
font-size: 18px;
letter-spacing: 0.025em;
margin: 10px 0 0 0;
}
div#bandeau_groupe_pr div.bas {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
div#bandeau_groupe_pr div.bas a img {
transition: 0.3s;
}
div#bandeau_groupe_pr div.bas:hover a img {
filter: opacity(0.5);
}
div#bandeau_groupe_pr div.bas:hover a img:hover {
filter: opacity(1);
}
.has-bleu-fonce-color { color: #3A3A6F !important; }
.has-bleu-fonce-background-color { background-color: #3A3A6F !important; }
.has-gris-clair-color { color: #F4F4F4 !important; }
.has-gris-clair-background-color { background-color: #F4F4F4 !important; }
.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }
.has-bleu-clair-color { color: #64B4AC !important; }
.has-bleu-clair-background-color { background-color: #64B4AC !important; }
footer .wp-block-group__inner-container > :first-child {
text-transform: uppercase;
margin: -3px 0 20px 0;
}
footer .wp-block-group__inner-container > :not(:first-child) {
line-height: 190%;
}
#savoir_faire {
padding: 110px 0 190px 0;
width: 90%;
max-width: 1120px;
margin: 0 auto;
scroll-margin-top: 25px;
}
#savoir_faire h2 {
text-align: center;
margin-bottom: 45px;
}
#savoir_faire .flex {
display: flex;
justify-content: space-between;
}
#savoir_faire .flex .gauche {
width: 35.7%;
}
#savoir_faire .flex .droite {
width: 60.7%;
}
#savoir_faire .flex .item {
position: relative;
}
#savoir_faire .flex .gauche .item {
height: 100%;
}
#savoir_faire .flex .texte {
max-width: 300px;
min-height: 300px;
background: #3A3A6F;
box-sizing: border-box;
color: #FFFFFF;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
padding: 30px;
}
#savoir_faire .flex .texte h3 {
margin-bottom: 5px;
text-transform: uppercase;
letter-spacing: 0.01em;
font-size: 20px;
}
#savoir_faire .flex .texte > :last-child {
margin-top: 6px;
}
#savoir_faire .flex .droite > div:nth-child(1) {
margin-bottom: 40px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
padding-top: 40px;
}
#savoir_faire .flex .droite > div:nth-child(2) {
padding-bottom: 40px;
}
#savoir_faire .flex .item .image {
position: absolute;
top: 0;
height: 100%;
left: 0;
width: calc(100% - 40px);
z-index: -1;
overflow: hidden;
}
#savoir_faire .flex .item .image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.3s;
}
#savoir_faire .flex .gauche .item .image {
width: 100%;
height: calc(100% - 80px);
margin-top: 40px;
}
#savoir_faire .flex .droite > div:nth-child(2) .image {
left: auto;
right: 0;
}
#savoir_faire .flex .item.is_hovered img {
filter: brightness(0.8);
transform: scale(1.05);
}
#qsn {
position: relative;
display: flex;
align-items: center;
margin-bottom: 185px;
}
#qsn:before {
content: '';
position: absolute;
top: 0;
bottom: -15px;
left: calc(50% - 560px);
right: 0;
background: #64B4AC;
pointer-events: none;
z-index: -1;
}
#qsn .droite {
width: 51.5%;
color: #FFFFFF;
}
#qsn .gauche {
width: 48.5%;
display: flex;
flex-wrap: wrap;
top: -80px;
position: relative;
}
#qsn .gauche > img:nth-child(1) {
width: 100%;
height: 400px;
object-fit: cover;
margin-bottom: 30px;
}
#qsn .gauche > img:nth-child(2) {
margin-right: 30px;
}
#qsn .gauche > img:nth-child(2),
#qsn .gauche > img:nth-child(3) {
width: calc(50% - 15px);
height: 250px;
object-fit: cover;
}
#qsn .droite .inner {
max-width: 540px;
margin: 0 60px 0 100px;
}
#qsn .droite .inner h2 {
color: #FFFFFF;
}
#qsn .droite .inner > p:not(:last-child) {
font-size: 18px;
line-height: 1.65em;
margin: 22px 0 25px 0;
}
#qsn .droite .inner > :last-child a:hover {
color: #64B4AC;
}
#qsn .droite .inner > :last-child {
margin: 30px 0 0 0;
}
#qsn .droite .inner ul {
margin: 25px 0 0 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}
#qsn .droite .inner ul li {
letter-spacing: 0.01em;
line-height: 1.25em;
font-size: 20px;
text-transform: uppercase;
font-weight: 700;
}
#qsn .droite .inner ul > li:not(:last-child) {
margin-bottom: 18px;
padding-bottom: 18px;
border-bottom: 1px solid #FFFFFF;
min-width: 270px;
}
#points_forts {
width: 90%;
max-width: 1120px;
margin: 0 auto 245px;
display: flex;
align-items: center;
}
#points_forts .gauche {
width: 52%;
box-sizing: border-box;
padding: 0 80px;
position: relative;
}
#points_forts .droite {
width: 48%;
}
#points_forts .droite img {
width: 100%;
height: 360px;
object-fit: cover;
}
#points_forts .gauche ul {
margin: 30px 0 0 0;
letter-spacing: 0.01em;
font-size: 20px;
text-transform: uppercase;
}
#points_forts .gauche ul li .icone {
width: 80px;
}
#points_forts .gauche ul li {
display: flex;
align-items: center;
line-height: 1;
}
#points_forts .gauche ul > li:last-child svg {
margin-left: 4px;
}
#points_forts .gauche ul > li:not(:last-child) {
margin-bottom: 27px;
padding-bottom: 25px;
border-bottom: 1px solid #64B4AC;
}
#points_forts .gauche:before {
content: '';
border: 4px solid #64B4AC;
position: absolute;
pointer-events: none;
top: -75px;
bottom: -75px;
left: 0;
right: -90px;
z-index: -1;
}
#chiffres {
margin-bottom: 260px;
}
#chiffres .haut {
display: flex;
justify-content: space-between;
}
#chiffres .haut > * {
width: 48.5%;
}
#chiffres .haut img {
height: 520px;
object-fit: cover;
}
#chiffres .haut .texte {
position: relative;
}
#chiffres .haut .texte .inner {
max-width: 540px;
text-align: center;
}
#chiffres .haut .texte:before {
content: '';
background: #F4F4F4;
position: absolute;
left: -155px;
right: 0;
top: -80px;
bottom: 60px;
z-index: -1;
}
#chiffres .bas {
display: flex;
justify-content: space-between;
width: 90%;
max-width: 1120px;
margin: 0 auto;
}
#chiffres .bas > div {
width: 48.5%;
}
#chiffres .bas > div.images {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-top: -120px;
}
#chiffres .bas > div.images img {
width: 46%;
height: 400px;
object-fit: cover;
}
#chiffres .bas > div.texte {
position: relative;
padding: 0 0 0 80px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
color: #FFFFFF;
}
#chiffres .bas > div.texte:before {
content: '';
background: #3A3A6F;
position: absolute;
top: -60px;
left: 0;
bottom: -80px;
right: -100px;
z-index: -1;
pointer-events: none;
}
#chiffres .bas > div.texte p {
margin: 0;
}
#chiffres .bas > div.texte a:hover {
background: #FFFFFF;
color: #3A3A6F;
}
#chiffres .bas > div.texte > p:first-child {
font-size: 30px;
line-height: 1.2em;
text-transform: uppercase;
font-weight: 700;
max-width: 380px;
margin-bottom: 45px;
}
#chiffres .haut .texte .flex {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-top: 65px;
}
#chiffres .haut .texte .flex > div {
width: 50%;
box-sizing: border-box;
}
#chiffres .haut .texte .flex > div:first-child {
border-right: 1px solid #64B4AC;
}
#chiffres .haut .texte .flex > div p {
font-size: 18px;
margin: 15px 0 17px 0;
}
#chiffres .haut .texte .flex > div span {
display: block;
line-height: 1.2em;
font-size: 40px;
font-weight: 900;
color: #3A3A6F;
}
#chiffres .haut .texte .flex > div:last-child {
padding-left: 20px;
}
#parc {
width: 90%;
max-width: 1120px;
margin: 0 auto 165px;
display: flex;
justify-content: space-between;
align-items: center;
}
#parc > div {
width: 48%;
position: relative;
}
#parc > div.images {
height: 440px;
}
#parc > div.images img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
transition: 0.5s;
opacity: 0;
}
#parc .liste ul li {
margin: 0;
opacity: 0.35;
padding: 12px 0;
transition: 0.3s;
cursor: default;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
position: relative;
}
#parc .liste ul {
margin: 15px 0 0 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}
#parc .liste ul > li:nth-child(1), 
#parc > div.images > img:nth-child(1) {
opacity: 1;
}
#parc > div.liste:before {
content: '';
background: #F4F4F4;
position: absolute;
top: -95px;
left: -140px;
bottom: -95px;
right: -9999px;
z-index: -1;
pointer-events: none;
}
#parc .liste ul li:before {
content: '';
height: 15px;
left: -10px;
right: -10px;
position: absolute;
bottom: 12px;
z-index: -1;
background: #64B4AC;
pointer-events: none;
opacity: 0;
transition: 0.3s;
}
#parc .liste ul li[style="opacity: 1;"]:before,
#parc .liste ul > li:nth-child(1):not([style="opacity: 0.35;"]):before {
opacity: 0.3;
}
div .wp-block-cover h2:not(.has-text-color) {
color: #64B4AC;
}
@media (max-width: 1290px) {
header div #nested {
left: auto;
bottom: auto;
top: 25px;
}
header a.wp-block-button__link {
padding: 14px 18px 12px 18px;
font-size: 14px;
}
#home_diapo {
padding-top: 90px;
height: 55vw;
}
header {
height: 90px;
}
#headerBoxes {
top: 25px;
right: 100px;
}
header #logo {
top: 21px;
}
header #logo img {
height: 50px;
}
#home_diapo > svg {
display: none;
}
#nested .firstLevel {
display: block;
}
#nested .firstLevel li a span br {
display: none;
}
body.menu_open header div #nested .contentSmart span {
background: #FFFFFF;
}
body.menu_open #headerBoxes ul li a {
color: #FFFFFF;
}
#home_diapo .titre {
top: 90px;
}
header.scrolled {
margin-top: 0;
}
header.scrolled div #nested {
bottom: auto;
}
header.scrolled #headerBoxes .wp-block-button {
top: 0;
right: 0;
}
#nested .firstLevel li a {
padding: 10px;
}
}
@media (max-width: 1180px) {
#headerBoxes ul {
display: none;
}
}
@media (max-width: 770px) {
#headerBoxes {
gap: 0;
}
#headerBoxes > div > a { background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='Icon_metro-phone' data-name='Icon metro-phone' d='M17.237,15.856c-1.333,1.333-1.333,2.667-2.667,2.667s-2.667-1.333-4-2.667-2.667-2.667-2.667-4,1.333-1.333,2.667-2.667-2.667-5.333-4-5.333-4,4-4,4c0,2.667,2.74,8.073,5.333,10.667s8,5.333,10.667,5.333c0,0,4-2.667,4-4S18.571,14.523,17.237,15.856Z' transform='translate(-2.571 -3.856)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center center, #64B4AC;
width: 40px;
height: 40px;
display: block;
border-radius: 50%;
overflow: hidden;
text-indent: -9999px;
top: 0;
margin-right: 20px;
background-size: 18px;
}
}
@media (max-width: 1000px) {
#home_diapo .titre h1 {
font-size: 30px;
max-width: 380px;
padding: 42px;
}
body:not(.home) #chapterPicture .title_and_bc h1 {
font-size: 30px;
}
body.home h2,
body:not(.home) h2 {
font-size: 26px;
}
}
@media (max-width: 610px) {
#headerBoxes .wp-block-button {
display: none;
}
#headerBoxes > div > a {
margin: 0;
}
header {
height: 60px;
}
#home_diapo {
padding-top: 60px;
}
header #logo {
top: 16px;
left: 7.5vw;
}
header #logo img {
height: 30px;
}
header div #nested {
top: 10px;
right: 25px;
right: calc(7.5vw - 7px);
}
#headerBoxes {
right: 100px;
right: calc(7.5vw + 50px);
top: 16px;
}
#headerBoxes > div > a {
width: 28px;
height: 28px;
background-size: 12px;
}
#home_diapo > .slick {
width: 100%;
}
#home_diapo .titre {
top: 60px;
left: 0;
}
#home_diapo .titre h1 {
height: 100%;
width: 100%;
max-width: 100%;
text-align: center;
background: rgba(0,0,0,0.3);
display: flex;
align-items: center;
justify-content: center;
padding: 7.5vw;
}
}
@media (max-width: 880px) {
#savoir_faire .flex {
flex-direction: column;
gap: 7.5vw;
}
#savoir_faire .flex .droite > div:nth-child(1) {
margin-bottom: 7.5vw;
}
#savoir_faire .flex .droite, #savoir_faire .flex .gauche {
width: 100%;
}
#savoir_faire .flex .item .image {
position: relative;
width: 100%;
}
#savoir_faire .flex .item .image img {
height: 55vw;
}
#savoir_faire .flex .gauche .item .image {
height: auto;
margin: 0;
}
#savoir_faire .flex .texte {
max-width: 100%;
min-height: 0px;
padding: 7.5vw;
}
#savoir_faire .flex .droite > div:nth-child(1),
#savoir_faire .flex .droite > div:nth-child(2) {
flex-direction: column;
padding: 0;
}
#savoir_faire {
padding-bottom: 70px;
}
}
@media (max-width: 1070px) {
#qsn {
background: #64B4AC;
padding: 60px 7.5vw;
flex-direction: column-reverse;
gap: 50px;
}
#qsn:before {
display: none;
}
#qsn .gauche,
#qsn .droite {
top: 0;
width: 100%;
}
#qsn .droite .inner {
margin: 0;
max-width: 100%;
}
#qsn .gauche > img:nth-child(1) {
height: 49vw;
}
#qsn .gauche > img:nth-child(2), 
#qsn .gauche > img:nth-child(3) {
height: 31vw;
}
}
@media (max-width: 925px) {
#points_forts .gauche {
padding: 0 55px;
}
}
@media (max-width: 825px) {
#points_forts .gauche:before {
display: none;
}
#points_forts {
position: relative;
}
#points_forts .droite {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
#points_forts .droite img {
height: 100%;
}
#points_forts .gauche {
width: 100%;
padding: 50px 7.5vw;
position: relative;
z-index: 2;
background: rgba(255,255,255,0.9);
}
#qsn {
margin-bottom: 65px;
}
}
@media (max-width: 1200px) {
#chiffres .haut .texte:before {
display: none;
}
#chiffres .bas > div.images {
margin-top: 0;
}
#chiffres .bas > div.texte {
background: #3A3A6F;
}
#chiffres .bas > div.texte:before {
display: none;
}
#points_forts {
margin-bottom: 155px;
}
#chiffres .haut {
width: 90%;
max-width: 1120px;
margin: 0 auto 80px;
align-items: center;
}
#chiffres .haut img {
height: 420px;
}
#chiffres .bas > div.texte {
padding: 50px;
justify-content: center;
box-sizing: border-box;
}
#chiffres .bas > div.images img {
width: 47%;
height: 350px;
}
#chiffres {
margin-bottom: 160px;
}
}
@media (max-width: 1120px) {
#chiffres .haut img {
width: 40%;
}
#chiffres .haut > .texte {
width: 60%;
}
#chiffres .haut .texte .inner {
max-width: 100%;
padding: 0 0 0 40px;
}
}
@media (max-width: 1000px) {
#chiffres .haut img {
display: none;
}
#chiffres .haut {
justify-content: center;
}
#chiffres .haut .texte .inner {
padding: 0;
}
#chiffres .haut > .texte {
width: auto;
}
#chiffres .haut .texte .inner h2 {
max-width: 320px;
margin: 0 auto -20px;
}
#chiffres .haut .texte .flex > div {
width: auto;
}
#chiffres .haut .texte .flex > div:last-child {
padding-left: 35px;
}
#chiffres .haut .texte .flex > div:first-child {
padding-right: 35px;
}
}
@media (max-width: 900px) {
#chiffres .bas > div.texte > p:first-child {
font-size: 24px;
}
}
@media (max-width: 750px) {
#chiffres .bas {
width: 85%;
flex-direction: column-reverse;
gap: 7.5vw;
}
#chiffres .bas > div {
width: 100%;
}
#chiffres .bas > div.texte > p:first-child {
margin: 0 auto 30px;
text-align: center;
}
#chiffres .bas > div.texte {
padding: 40px;
align-items: center;
}
#chiffres .bas > div.images img {
width: calc(50% - 3.75vw);
height: 58vw;
}
#chiffres .haut .texte .flex > div p {
font-size: 16px;
}
#chiffres .haut .texte .flex > div span {
font-size: 34px;
}
}
@media (max-width: 825px) {
#points_forts {
margin-bottom: 65px;
}
}
@media (max-width: 905px) {
#parc .liste ul li {
font-size: 18px;
padding: 7px 0;
}
#parc > div.images {
height: 360px;
}
#parc .liste ul li:before {
height: 10px;
left: -5px;
right: -5px;
bottom: 10px;
}
}
@media (max-width: 810px) {
#parc .liste ul li {
font-size: 16px;
padding: 6px 0;
}
}
@media (max-width: 720px) {
#parc {
width: auto;
margin: 0;
padding: 65px 7.5vw;
background: #F4F4F4;
}
#parc > div.liste:before,
#parc .liste ul li:before {
display: none;
}
#parc .liste ul li {
padding: 8px 0;
line-height: 1.25em;
}
#chiffres {
margin-bottom: 70px;
}
}
@media (max-width: 600px) {
#parc {
flex-direction: column-reverse;
gap: 30px;
}
#parc > div {
width: 100%;
}
#parc > div.images {
height: 65vw;
}
}
@media (max-width: 1220px) {
div#bandeau_groupe_pr div.bas a img {
height: 30px;
}
}
@media (max-width: 1050px) {
#footerInner {
flex-direction: column;
text-align: center;
align-items: center;
gap: 45px;
}
footer .wp-block-group__inner-container > :first-child {
margin: 0;
}
div#bandeau_groupe_pr div.bas {
flex-wrap: wrap;
gap: 25px;
justify-content: center;
max-width: 580px;
}
div#bandeau_groupe_pr div.haut {
flex-direction: column;
text-align: center;
gap: 35px;
}
div#bandeau_groupe_pr div.haut div.gauche img {
margin-right: 0;
height: 60px;
}
}
@media (max-width: 1290px) {
body:not(.home) #chapterPicture {
padding-top: 90px;
}
body:not(.home) #chapterPicture .title_and_bc {
top: 90px;
}
}
@media (max-width: 610px) {
body:not(.home) #chapterPicture {
padding-top: 60px;
}
body:not(.home) #chapterPicture img {
top: 60px;
height: calc(100% - 60px);
}
}
@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,
#savoir_faire,
#points_forts,
#chiffres .haut,
#footerInner,
div#bandeau_groupe_pr > div,
body:not(.home) div .wp-block-cover .wp-block-cover__inner-container {
width: 85%;
}
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
display: block !important;
transform: scale(0.7);
}
header div #nested {
right: calc(7.5vw - 9px);
}
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;
}
#nested ul.firstLevel > li {
max-width: 90vw;
}
#nested ul.firstLevel li a {
font-size: 15px;
}
#nested ul.firstLevel > li.menu-item-has-children > a:after {
right: -5px;
top: 8px;
}
#nested ul.firstLevel li ul li a {
font-size: 12px;
}
body,
div div.wpforms-container-full .wpforms-form .wpforms-field-label,
div div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
font-size: 15px;
}
body:not(.home) #chapterPicture .title_and_bc h1 {
font-size: 32px;
margin-bottom: 20px;
}
body:not(.home) #chapterPicture .widget_breadcrumb {
font-size: 13px;
}
body:not(.home):not(.page_404) #chapterPicture .title_and_bc {
padding: 35px 5%;
}
body:not(.home) #wrapperInner {
padding-top: 45px;
}
.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;
}
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;
--wp--preset--spacing--80: 60px;
}
#nested ul.firstLevel > li {
padding-left: 15px;
}
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: -15px 0 10px 0;
text-align: center;
}
.wp-block-columns {
margin-bottom: 1.25em;
}
#headerBoxes > div > a {
width: 24px;
height: 24px;
}
#headerBoxes {
right: calc(7.5vw + 45px);
top: 18px;
}
#savoir_faire {
padding-top: 65px;
}
#savoir_faire h2 {
margin-bottom: 30px;
}
body.home h2, body:not(.home) h2 {
font-size: 24px;
}
#nested ul.firstLevel > li.menu-item-has-children > a:after {
right: -11px;
top: 17px;
}
#nested .firstLevel {
padding-top: 60px;
}
body.menu_open #nested .firstLevel:before {
height: 75px;
}
#savoir_faire .flex .texte h3,
#qsn .droite .inner ul li,
#points_forts .gauche ul {
font-size: 18px;
}
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 a.wp-block-button__link, #savoir_faire .flex .texte > :last-child a, 
#qsn .droite .inner > :last-child a, #chiffres .bas > div.texte a {
transition: 0.15s;
font-size: 12px;
padding: 14px 22px 13px 22px;
}
#savoir_faire .flex .texte > :last-child a, 
#qsn .droite .inner > :last-child a {
padding: 12px 18px 11px 18px;
}
#qsn .droite .inner > p:not(:last-child) {
font-size: 15px;
line-height: 1.5em;
margin: 0 0 10px 0;
}
#qsn .droite .inner > h2:not(:first-child) {
margin-top: 35px;
}
#qsn .droite .inner ul > li:not(:last-child) {
margin-bottom: 13px;
padding-bottom: 12px;
min-width: 0;
}
#qsn .gauche > img:nth-child(2) {
margin-right: 20px;
}
#qsn .gauche > img:nth-child(2), #qsn .gauche > img:nth-child(3) {
width: calc(50% - 10px);
}
#qsn .gauche > img:nth-child(1) {
margin-bottom: 20px;
}
#points_forts .gauche ul li .icone svg {
width: auto;
height: auto;
max-width: 38px;
max-height: 35px;
}
#points_forts .gauche ul > li:not(:last-child) {
margin-bottom: 16px;
padding-bottom: 14px;
}
#points_forts .gauche ul li .icone {
width: 65px;
}
#points_forts .gauche ul {
margin-top: 25px;
}
#chiffres .haut .texte .flex > div:first-child {
padding: 0 0 30px 0;
border-right: none;
border-bottom: 1px solid #64B4AC;
width: 100%;
}
#chiffres .haut .texte .flex {
flex-direction: column;
gap: 40px;
}
#chiffres .haut .texte .flex > div:last-child {
padding-left: 0;
width: 100%;
}
#chiffres .haut .texte .flex > div svg {
width: auto;
height: 40px;
}
#chiffres .haut .texte .flex > div span {
font-size: 30px;
}
#chiffres .haut .texte .flex > div p {
margin: 11px 0 8px 0;
}
#chiffres .haut {
margin-bottom: 60px;
}
#chiffres .bas > div.texte > p:first-child {
font-size: 20px;
margin-bottom: 20px;
}
#footerInner img {
height: 50px;
}
#footerInner {
gap: 35px;
}
div#bandeau_groupe_pr div.haut div.droite span.h3_like {
font-size: 20px;
max-width: 280px;
margin: 0 auto;
}
div#bandeau_groupe_pr div.haut div.droite p {
font-size: 16px;
}
div#bandeau_groupe_pr div.bas {
gap: 20px;
}
div#bandeau_groupe_pr div.haut {
margin-bottom: 35px;
}
body:not(.home):not(.page_404) #chapterPicture .title_and_bc {
padding: 40px 7.5%;
}
body:not(.home) #chapterPicture .title_and_bc h1 {
font-size: 26px;
margin-bottom: 15px;
}
body.home h2, body:not(.home) h2 {
font-size: 22px;
}
body:not(.home) #wrapper ul li:before {
top: 8px;
left: -15px;
}
ul, ol {
margin: 10px 0px 10px 15px;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(3):last-child {
width: 100% !important;
margin: 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(3):last-child img {
height: 55vw !important;
}
div#text > div.wpforms-container.wpforms-container-full:first-child {
margin-top: 0;
}
}
.cmplz-video.cmplz-iframe-styles {
background-color: transparent
}
.cmplz-video.cmplz-hidden {
visibility: hidden !important
}
.cmplz-blocked-content-notice {
display: none
}
.cmplz-placeholder-parent {
height: inherit
}
.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice, .cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
display: block
}
.cmplz-blocked-content-container, .cmplz-wp-video {
animation-name: cmplz-fadein;
animation-duration: 600ms;
background: #FFF;
border: 0;
border-radius: 3px;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat !important;
background-size: cover !important;
height: inherit;
position: relative
}
.cmplz-blocked-content-container.gmw-map-cover, .cmplz-wp-video.gmw-map-cover {
max-height: 100%;
position: absolute
}
.cmplz-blocked-content-container.cmplz-video-placeholder, .cmplz-wp-video.cmplz-video-placeholder {
padding-bottom: initial
}
.cmplz-blocked-content-container iframe, .cmplz-wp-video iframe {
visibility: hidden;
max-height: 100%;
border: 0 !important
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn, .cmplz-wp-video .cmplz-custom-accept-btn {
white-space: normal;
text-transform: initial;
cursor: pointer;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 200px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
z-index: 98;
line-height: 23px
}
.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus, .cmplz-wp-video .cmplz-custom-accept-btn:focus {
border: 1px dotted #cecece
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
white-space: normal;
text-transform: initial;
position: absolute !important;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 300px;
font-size: 14px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
z-index: 98;
line-height: 23px
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
display: block;
margin-bottom: 10px
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
color: #fff
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
display: block
}
.cmplz-blocked-content-container div div {
display: none
}
.cmplz-wp-video .cmplz-placeholder-element {
width: 100%;
height: inherit
}
@keyframes cmplz-fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
#baguetteBox-overlay {
display: none;
opacity: 0;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000000;
background-color: rgba(0, 0, 0, .8);
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: rgba(0, 0, 0, .6);
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;
background-color: rgba(50, 50, 50, .5);
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: 2%;
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)
}
}