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: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(//www.delahaiemaconnerie.fr/wp-content/themes/delahaie/fonts/poppins-v21-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(//www.delahaiemaconnerie.fr/wp-content/themes/delahaie/fonts/poppins-v21-latin-700.woff2) format('woff2');
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #000000;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: #000000;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Poppins';
}
img {
max-width: 100%;
border: 0px;
vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
line-height: 120%;
margin: 10px 0px;
font-weight: bold;
text-transform: uppercase;
}
h1 {
font-size: 45px;
line-height: 1.1;
margin: 0;
}
#wrapper h2,
.h2_like {
font-size: 34px;
color: #EA5600;
line-height: 1.15em;
}
.h3_like,
.h2_like,
#tem .item span.nom,
.real span {
display: block;
line-height: 1.15em;
font-weight: 700;
text-transform: uppercase;
}
#wrapper h3,
.h3_like,
#tem .item span.nom,
.real span {
font-size: 25px;
color: #515F6A;
}
h4 {
font-size: 20px;
}
a:focus {
outline: none;
}
a {
color: #000000;
text-decoration: underline;
}
p {
margin: 10px 0px;
line-height: 150%;
}
ul, ol {
margin: 10px 0px 10px 15px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
margin: 0px 0px 0px 30px;
}
li {
line-height: 150%;
}
sup {
font-size: smaller;
vertical-align: text-bottom;
}
#nested .smart-menu {
display: none;
}
#nested {
height: 60px;
z-index: 2;
position: relative;
top: 100px;
max-width: 1300px;
margin: 0 auto;
transition: 0.3s;
}
#nested .firstLevel {
height: 60px;
margin: 0px;
text-align: center;
display: flex;
justify-content: space-between;
}
#nested .firstLevel li {
position: relative;
height: 60px;
transition: 0.25s opacity;
}
#nested .firstLevel li a {
display: block;
height: 60px;
line-height: 60px;
color: #515F6A;
padding: 0px 20px;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
}
#nested .firstLevel li a span {
display: block;
height: 60px;
line-height: 60px;
}
#nested .firstLevel li ul {
position: absolute;
width: 260px;
height: 0px;
background: #FFFFFF;
margin-left: -130px;
margin-top: -20px;
box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
left: 50%;
top: auto;
overflow: hidden;
opacity: 0;
transition: 0.3s;
}
#nested .firstLevel > li:hover > ul {
height: auto;
opacity: 1;
margin-top: 0px;
padding: 0;
}
#nested .firstLevel li ul li {
display: block;
height: auto;
padding: 0 10px;
border-bottom: 1px solid #EDEDED;
transition: 0.4s;
}
#nested ul.firstLevel li ul li:hover {
background: #F7F7F7;
}
#nested .firstLevel li ul li:last-child {
border-bottom: none;
}
#nested .firstLevel li ul li a {
height: auto;
padding: 15px 10px;
line-height: 120%;
font-size: 14px;
font-weight: 400;
text-transform: inherit;
text-align: left;
}
#nested .firstLevel li ul li a span {
display: inline;
height: auto;
line-height: 120%;
}
#nested ul.firstLevel:hover > li {
opacity: 0.5;
}
#nested ul.firstLevel:hover > li:hover {
opacity: 1;
}
#wrapper ul li {
position: relative;
}
#wrapper ul li:before {
content: '';
width: 6px;
height: 6px;
background: #EA5600;
position: absolute;
border-radius: 50%;
top: 8px;
left: -15px;
margin: auto;
}
#page {
position: relative;
background: #FFFFFF;
overflow: hidden;
}
header {
position: fixed;
width: 100%;
height: 160px;
z-index: 2;
transition: 0.3s;
background: #FFFFFF;
}
#headerInner {
position: relative;
height: 100%;
max-width: 1380px;
margin: 0 auto;
padding: 0 40px;
box-sizing: border-box;
transition: 0.3s;
}
#logo {
position: absolute;
top: 20px;
left: 40px;
transition: 0.3s;
}
#logo img {
transition: 0.3s;
}
#headerBoxes {
position: absolute;
right: 40px;
top: 31px;
z-index: 3;
transition: 0.3s;
display: flex;
align-items: center;
gap: 30px;
} #wrapper {
position: relative;
background: #FFFFFF;
z-index: 1;
}
#wrapperInner {
position: relative;
width: 100%;
max-width: 100%;
margin: 0px auto;
padding: 95px 0px 0px 0px;
}
#container {
position: relative;
margin: 0px 0px 100px 0px;
}
#contentsInner {
position: relative;
}
#headerBoxes p {
margin: 0;
line-height: 1;
}
body.home #wrapperInner {
padding: 0;
}
.grecaptcha-badge {
visibility: hidden;
}
html, body {
scroll-behavior: smooth;
}
iframe {
max-width: 100%;
}
strong {
font-weight: 700;
}
em {
font-style: italic;
}
body.home #container {
margin: 0px;
} #chapterPicture {
padding-top: 160px;
height: 20vw;
max-height: 320px;
position: relative;
}
#chapterPicture img {
width: 100%;
height: 100%;
object-fit: cover;
}
.title_and_bc {
position: absolute;
top: 160px;
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%;
}
.title_and_bc h1 {
margin-bottom: 15px;
max-width: 1200px;
}
.widget_breadcrumb a {
color: #FFFFFF;
text-decoration: none;
}
.widget_breadcrumb a:hover {
text-decoration: underline;
}
.widget_breadcrumb {
font-size: 14px;
}
#chapterPicture > .title_and_bc:first-child {
background: #515F6A;
}
body:not(.home) h2,
body:not(.home) h3 {
margin-bottom: 15px;
} @media (min-width: 1100px) {
#nested ul.firstLevel > li.hidden_on_desktop {
display: none;
}
#nested ul.firstLevel > li.pdleft0 > a {
padding-left: 0;
}
#nested ul.firstLevel > li.pdright0 > a {
padding-right: 0;
}
}
@media (max-width: 1100px) {
header div #nested,
header.scrolled div #nested {
width: 40px;
height: 40px;
top: 20px;
right: 20px;
position: absolute;
margin: 0;
}
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: 50px 0;
overflow-y: auto;
overflow-x: hidden;
display: block;
}
body.menu_open #nested .firstLevel:after, 
body.menu_open #nested .firstLevel:before {
content: '';
height: 55px;
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);
}
body.menu_open #nested .firstLevel {
right: 0;
opacity: 1;
}
#nested ul.firstLevel:hover > li {
opacity: 1;
}
header div #nested .contentSmart span {
width: 25px;
height: 2px;
background: #000000;
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;
}
body.menu_open header div #nested .contentSmart > span {
background: #FFFFFF;
}
#nested ul.firstLevel li a,
body header.scrolled #nested .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 30px 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 > 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: -11px;
top: 9px;
}
#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: 10px 0 0px 0;
padding: 0;
left: 0;
width: auto;
}
#nested ul.firstLevel > li > ul > li {
padding: 0;
margin: 0;
}
#nested .firstLevel li ul li {
border: none;
}
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 ul li:hover {
background: none;
}
}
@media (max-width: 1200px) {
#chapterPicture {
height: 25vw;
}
}
@media (max-width: 1050px) {
#chapterPicture {
height: auto;
}
#chapterPicture img {
position: absolute;
top: 0;
left: 0;
}
body:not(.home):not(.error404) .title_and_bc {
position: relative;
padding: 5%;
top: 0;
}
}      body.error404 article a,
#wrapper a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
header a.btn,
footer a.wp-block-button__link,
a.btn_orange,
#travaux a,
#edito .txt > :last-child a,
#contact a,
a.btn_gris {
border-radius: 0;
background: none;
color: #515F6A;
padding: 16px 19px 15px 19px;
font-weight: 700;
line-height: 1;
text-decoration: none;
transition: 0.3s;
border: 2px solid #515F6A;
font-size: 16px;
height: auto;
box-shadow: none;
gap: 10px;
display: flex;
align-items: center;
width: auto;
}
body.error404 article a:hover,
#wrapper a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
header a.btn:hover,
footer a.wp-block-button__link:hover,
a.btn_orange:hover,
#travaux a:hover,
#edito .txt > :last-child a:hover,
#contact a:hover,
a.btn_gris:hover {
background: #515F6A !important;
color: #FFFFFF;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
} header a.btn,
a.btn_orange,
#contact a,
footer a.wp-block-button__link {
background: #EA5600;
border-color: #EA5600;
color: #FFFFFF;
}
header a.btn:hover,
a.btn_orange:hover,
#contact a:hover,
footer a.wp-block-button__link:hover {
border-color: #ff701d;
background: #ff701d !important;
text-decoration: none;
} #edito .txt > :last-child a,
#wrapper .wp-block-cover img + .wp-block-cover__inner-container a.wp-block-button__link {
border-color: #FFFFFF;
color: #FFFFFF;
}
#edito .txt > :last-child a:hover,
#wrapper .wp-block-cover img + .wp-block-cover__inner-container a.wp-block-button__link:hover {
background: #FFFFFF !important;
color: #EA5600;
}
.has-noir-color { color: #000000 !important; }
.has-noir-background-color { background-color: #000000 !important; }
.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }
.has-gris-clair-color { color: #F2F2F2 !important; }
.has-gris-clair-background-color { background-color: #F2F2F2 !important; }
.has-gris-fonce-color { color: #515F6A !important; }
.has-gris-fonce-background-color { background-color: #515F6A !important; }
.has-orange-color { color: #EA5600 !important; }
.has-orange-background-color { background-color: #EA5600 !important; }
header a.tel {
color: #515F6A;
font-size: 20px;
font-weight: 700;
text-decoration: none;
display: flex;
align-items: center;
gap: 15px;
}
#nested .firstLevel > li:not(:last-child):not(:nth-last-child(2)):after {
content: '';
width: 1px;
height: 20px;
background: #EA5600;
position: absolute;
right: -21px;
bottom: 20px;
pointer-events: none;
transition: 0.3s;
}
#top {
padding-top: 160px;
height: calc(100vh - 160px);
margin-bottom: 120px;
display: flex;
}
#top .diapo {
width: calc(100% - 550px);
position: relative;
z-index: 2;
}
#top .titre {
width: 550px;
background: #515F6A;
box-sizing: border-box;
padding: 65px 50px;
text-align: right;
color: #FFFFFF;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 30px;
position: relative;
flex-shrink: 0;
}
#top .slick,
#top .slick-list,
#top .slick-track {
height: 100%;
}
#top .slick img {
height: 100%;
width: calc(100% + 1px);
object-fit: cover;
max-width: calc(100% + 1px);
animation: dezoom 2s ease;
}
@keyframes dezoom {
0% {
transform: scale(1.1);
}
10% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
#top .slick:not(.slick-initialized) > div:not(:first-child) {
display: none;
}
#top .slick:not(.slick-initialized) > div {
height: 100%;
}
#top .diapo .orange {
background: #EA5600;
color: #FFFFFF;
position: absolute;
bottom: -40px;
right: 0;
transform: translateX(50%);
padding: 30px 40px 70px 40px;
font-size: 25px;
text-transform: uppercase;
}
#top .diapo .orange ul {
margin: 10px 0;
}
#top .diapo .orange ul + ul {
display: none;
}
#top .diapo .orange li:before {
display: none;
}
#top .titre:before {
content: '';
background: #FFFFFF;
position: absolute;
left: 0;
right: 100px;
bottom: 80px;
top: 130px;
pointer-events: none;
opacity: 0.1;
}
#top .titre * {
position: relative;
text-align: right;
max-width: 460px;
}
span.arrow {
border: 2px solid #FFFFFF;
transition: 0.3s;
box-sizing: border-box;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: 20px;
right: -261px;
}
span.arrow.next {
margin-right: -52px;
transform: rotate(180deg);
}
@media (min-width: 1100px) {
span.arrow path {
transition: 0.3s;
}
span.arrow:hover path {
fill: #515F6A;
}
span.arrow:hover {
background: #FFFFFF;
}
}
#top .titre h1 {
animation: slideFromBottom 0.8s ease;
animation-delay: 0.3s;
animation-fill-mode: both;
}
@keyframes slideFromBottom {
0% {
bottom: -15px;
opacity: 0;
}
100% {
bottom: 0px;
opacity: 1;
}
}
#top .titre a {
animation: slideFromBottom 0.8s ease;
animation-delay: 0.6s;
animation-fill-mode: both;
}
@media (min-width: 1100px) {
#top .diapo .orange {
animation: slideFromBottom2 0.8s ease;
animation-delay: 0.9s;
animation-fill-mode: both;
}
}
@keyframes slideFromBottom2 {
0% {
bottom: -55px;
opacity: 0;
}
100% {
bottom: -40px;
opacity: 1;
}
}
header a.btn {
top: 0;
right: 0;
position: relative;
}
header.scrolled {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
margin-top: -85px;
}
header.scrolled #headerInner {
max-width: 100%;
}
header.scrolled #nested {
top: 95px;
max-width: 1080px;
}
header.scrolled #nested .firstLevel > li:not(:last-child):not(:nth-last-child(2)):after {
right: -5px;
}
header.scrolled #logo {
top: 100px;
left: 20px;
}
header.scrolled #logo img {
height: 46px;
}
header.scrolled a.btn {
top: 66px;
right: -25px;
}
@media (max-width: 1600px) {
#logo img {
height: 60px;
}
header a.tel {
font-size: 18px;
}
body.error404 article a, #wrapper a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit],
header a.btn, footer a.wp-block-button__link, a.btn_orange, #travaux a, #edito .txt > :last-child a, #contact a, a.btn_gris {
padding: 14px 18px 13px 18px;
}
#nested {
top: 90px;
}
header {
height: 150px;
}
#top {
padding-top: 150px;
height: calc(100vh - 150px);
margin-bottom: 115px;
}
header.scrolled {
margin-top: -80px;
}
header.scrolled #nested {
top: 87px;
}
header.scrolled a.btn {
top: 61px;
}
header.scrolled #logo {
top: 92px;
}
h1 {
font-size: 40px;
}
#top .titre * {
max-width: 420px;
}
}
@media (max-width: 1500px) {
#nested .firstLevel li a {
padding: 0 15px;
}
header.scrolled #nested {
max-width: 1000px;
}
#nested .firstLevel > li:not(:last-child):not(:nth-last-child(2)):after {
right: -25px;
}
header.scrolled #nested .firstLevel > li:not(:last-child):not(:nth-last-child(2)):after {
right: -2px;
}
header.scrolled a.btn {
top: 62px;
font-size: 14px;
}
}
@media (max-width: 1400px) {
header.scrolled a.btn {
top: 0;
font-size: 16px;
right: 0;
}
#nested {
margin-right: 0;
}
}
@media (max-width: 1380px) {
#nested .firstLevel > li:not(:last-child):not(:nth-last-child(2)):after {
display: none;
}
}
@media (min-width: 1100px) and (max-height: 730px) {
#top .diapo .orange {
font-size: 22px;
}
#top .titre {
padding: 50px;
}
}
@media (min-width: 1100px) and (max-height: 695px) {
body.home h1 {
font-size: 36px;
}
#top .diapo .orange {
padding: 20px 35px 55px 35px;
font-size: 20px;
}
}
@media (max-width: 1100px) {
#wrapper h2, .h2_like, body:not(.home) #wrapper h2, body:not(.home) .h2_like {
font-size: 30px;
}
#wrapper h3, .h3_like, #tem .item span.nom, .real span {
font-size: 22px;
}
#top .titre:before {
display: none;
}
header {
height: 80px;
}
#headerBoxes {
top: 0;
bottom: 0;
right: 80px;
}
#top {
padding-top: 0;
height: auto;
margin-bottom: 80px;
margin-top: 80px;
padding-bottom: 80px;
}
#logo,
header.scrolled #logo {
top: 16px;
left: 30px;
}
#logo img,
header.scrolled #logo img {
height: 50px;
}
#nested .firstLevel li ul li a {
padding: 12px 10px;
}
#top .diapo .orange {
padding: 0;
font-size: 20px;
height: 80px;
bottom: 0;
transform: none;
width: 100%;
display: flex;
align-items: center;
}
#top {
position: relative;
}
#top .diapo {
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%;
}
#top .titre {
position: relative;
z-index: 2;
width: 100%;
text-align: center;
align-items: center;
background: rgba(81, 95, 106, 0.8);
}
#top .titre * {
max-width: 100%;
text-align: center;
}
#top .diapo .orange li:before {
display: block;
background: #FFFFFF;
left: -28px;
top: 12px;
}
#top .diapo .orange ul,
#top .diapo .orange ul + ul {
margin: 0;
display: flex;
gap: 50px;
white-space: nowrap;
padding-left: 50px;
}
#top .diapo .orange ul {
animation: marquee 10s linear infinite;
}
#top .diapo .orange li {
flex-shrink: 0;
}
@keyframes marquee {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
}
header.scrolled {
margin-top: 0;
}
#chapterPicture {
padding-top: 80px;
max-height: initial;
}
.title_and_bc {
top: 80px;
}
}
@media (max-width: 670px) {
header a.btn {
display: none;
}
header a.tel span {
display: none;
}
h1 {
font-size: 7.8vw;
}
}
@media (max-width: 1260px) {
#nested .firstLevel li a {
padding: 0 10px;
transition: 0.3s;
}
header.scrolled #nested .firstLevel li a {
font-size: 14px;
}
header.scrolled #nested {
max-width: 850px;
}
}
@media (max-width: 500px) {
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;
padding-left: 15px;
}
body {
font-size: 16px;
}
.widget_breadcrumb {
font-size: 13px;
}
body:not(.home):not(.error404) .title_and_bc {
padding: 35px 6.5%;
}
body.error404 article a, #wrapper a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit],
header a.btn, footer a.wp-block-button__link, a.btn_orange, #travaux a, #edito .txt > :last-child a, #contact a, a.btn_gris {
font-size: 14px;
transition: 0.1s;
}
header.scrolled {
height: 56px;
}
header.scrolled div #nested {
top: 9px;
right: 15px;
}
header.scrolled #logo img {
height: 34px;
}
header.scrolled #logo {
left: 25px;
top: 12px;
}
#top .diapo .orange {
height: 60px;
}
#top {
margin-bottom: 60px;
padding-bottom: 60px;
}
#wrapperInner {
padding-top: 0;
}
form#wpforms-form-11 {
margin-top: -15px;
} #travaux .flex h3 + p {
display: -webkit-box;
-webkit-line-clamp: 8;
-webkit-box-orient: vertical;
overflow: hidden;
max-height: 192px;
}
} @media (max-width: 930px) {
div #travaux .flex {
flex-direction: column;
gap: 40px;
}
div #travaux .flex > div {
width: 100%;
}
div #travaux .img {
height: 60vw;
}
div #travaux .img .icone {
top: 60vw;
transform: translateY(-110px);
height: 180px;
}
}
.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-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .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}} #travaux .flex > div:not(.all_txt_is_visible) > p:nth-last-child(2),
#real .top .txt:not(.all_txt_is_visible) > :last-child {
display: none;
}
span.read_more {
text-decoration: underline;
cursor: pointer;
}
body:not(.home) #tem {
margin-bottom: 0;
}
body:not(.home) #tem .item span.nom {
margin-bottom: 10px;
}