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: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url(//www.dlmbat.com/wp-content/themes/dlmbat/fonts/open-sans-v40-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
src: url(//www.dlmbat.com/wp-content/themes/dlmbat/fonts/open-sans-v40-latin-500.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url(//www.dlmbat.com/wp-content/themes/dlmbat/fonts/open-sans-v40-latin-600.woff2) format('woff2');
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #060F16;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: #060F16;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Open Sans';
}
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: 34px;
margin: 0px 0px 15px 0px;
font-weight: 400;
}
h1 em, h2 em {
font-style: normal;
font-weight: 600;
}
h2 {
font-size: 26px;
font-weight: 400;
line-height: 1.3em;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
a:focus {
outline: none;
}
a {
color: #060F16;
text-decoration: underline;
}
p {
margin: 10px 0px;
line-height: 1.45em;
}
ul, ol {
margin: 10px 0px 10px 15px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
margin: 0px 0px 0px 30px;
}
li {
line-height: 1.45em;
}
sup {
font-size: smaller;
vertical-align: text-bottom;
}
#nested .smart-menu {
display: none;
}
#nested {
position: absolute;
height: 54px;
z-index: 2;
top: 0;
bottom: 0;
margin: auto;
right: 230px;
}
#nested .firstLevel {
height: 54px;
margin: 0px;
text-align: center;
}
#nested .firstLevel li {
position: relative;
display: inline-block;
height: 54px;
}
#nested .firstLevel li a {
display: block;
height: 54px;
line-height: 54px;
padding: 0px 20px;
text-decoration: none;
font-weight: 500;
}
#nested .firstLevel li a span {
display: block;
height: 54px;
line-height: 54px;
position: relative;
}
#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-align: left;
}
#nested .firstLevel li ul li a span {
display: inline;
height: auto;
line-height: 120%;
}
#wrapper ul li {
position: relative;
}
#wrapper ul li:before {
content: '';
width: 6px;
height: 6px;
background: #D2E510;
position: absolute;
border-radius: 50%;
top: 8px;
left: -15px;
margin: auto;
}
#page {
position: relative;
background: #FFFFFF;
overflow: hidden;
}
header {
position: fixed;
left: 60px;
right: 60px;
top: 30px;
height: 88px;
z-index: 2;
transition: 0.3s;
background: #FFFFFF;
border-radius: 999px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
#headerInner {
position: relative;
width: 100%;
height: 100%;
}
#logo {
position: absolute;
left: 25px;
top: 0;
bottom: 0;
display: flex;
align-items: center;
transition: 0.3s;
}
#logo img {
transition: 0.3s;
}
#headerBoxes {
position: absolute;
right: 30px;
top: 0;
bottom: 0;
display: flex;
align-items: center;
gap: 25px;
z-index: 3;
} #wrapper {
position: relative;
background: #FFFFFF;
z-index: 1;
}
#wrapperInner {
position: relative;
width: 100%;
max-width: 100%;
margin: 0px auto;
padding: 80px 0px 0px 0px;
}
#container {
position: relative;
margin: 0px 0px 160px 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: 600;
}
em {
font-style: italic;
}
body.home #container {
margin: 0px;
} #chapterPicture {
height: 22vw;
background: #F0F0F0;
position: relative;
}
#chapterPicture img {
width: 100%;
height: 100%;
object-fit: cover;
}
.title_and_bc {
position: absolute;
top: 118px;
left: 0;
right: 0;
bottom: 0;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 5%;
}
.title_and_bc h1 {
font-size: 42px;
max-width: 1120px;
margin-bottom: 15px;
text-wrap-style: pretty;
}
.widget_breadcrumb a {
text-decoration: none;
}
.widget_breadcrumb a:hover {
text-decoration: underline;
}
.widget_breadcrumb {
font-size: 14px;
}
#chapterPicture > .title_and_bc:first-child {
background: #F0F0F0;
}
body:not(.home) h2,
body:not(.home) h3 {
margin-bottom: 15px;
}
body:not(.home) h2 {
text-wrap-style: pretty;
} @media (min-width: 1271px) {
#nested ul.firstLevel > li.hidden_on_desktop {
display: none;
}
}
@media (max-width: 1270px) {
header div #nested {
width: 40px;
height: 40px;
right: 35px;
}
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: #060F16;
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;
}
body.menu_open #nested .firstLevel:after, 
body.menu_open #nested .firstLevel:before {
content: '';
height: 55px;
background: linear-gradient(0deg, #060F16, 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, #060F16, 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: #060F16;
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 {
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: -5px;
top: 10px;
}
#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 0 4px;
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: 1450px) {
#chapterPicture {
height: 25vw;
}
}
@media (max-width: 1280px) {
#chapterPicture {
height: auto;
}
#chapterPicture img {
position: absolute;
top: 0;
left: 0;
}
body.error404 #chapterPicture {
padding-top: 250px;
}
body:not(.home):not(.error404) .title_and_bc {
position: relative;
padding: 165px 5% 50px;
top: 0;
}
}      body.error404 article a,
#wrapper a.wp-block-button__link,
#wrapper div.wpforms-container-full button[type=submit],
#top .txt > :last-child a,
footer a.btn,
#exp .edito .gauche > a {
border-radius: 99px;
display: inline-block;
background: #060F16;
color: #FFFFFF;
padding: 12px 20px;
font-weight: 500;
line-height: 1;
text-decoration: none;
transition: 0.3s;
border: none;
font-size: 14px;
height: auto;
box-shadow: none;
}
body.error404 article a:hover,
#wrapper a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
#top .txt > :last-child a:hover,
footer a.btn:hover,
#exp .edito .gauche > a:hover {
background: #D2E510 !important;
color: #060F16;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#top .txt > :last-child a,
footer a.btn,
#wrapper div.wpforms-container-full button[type=submit],
#wrapper a.wp-block-button__link.has-vert-background-color {
background: #D2E510;
font-size: 16px;
padding: 19px 21px;
color: #060F16;
}
#top .txt > :last-child a:hover,
footer a.btn:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
#wrapper a.wp-block-button__link.has-vert-background-color:hover {
background: #c8d814 !important;
text-decoration: none;
}
.has-noir-color { color: #060F16 !important; }
.has-noir-background-color { background-color: #060F16 !important; }
.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }
.has-gris-clair-color { color: #F0F0F0 !important; }
.has-gris-clair-background-color { background-color: #F0F0F0 !important; }
.has-gris-fonce-color { color: #D7D8DD !important; }
.has-gris-fonce-background-color { background-color: #D7D8DD !important; }
.has-vert-color { color: #D2E510 !important; }
.has-vert-background-color { background-color: #D2E510 !important; }
#headerBoxes a {
display: flex;
line-height: 1;
}
header a.tel {
text-decoration: none;
}
@media (min-width: 1271px) {
header a.tel svg {
display: none;
}
}
header a.rs path {
transition: 0.3s;
}
header a.rs:hover path {
fill: #D2E510;
}
li#menu-item-48 a {
background: #D2E510;
border-radius: 99px;
margin-left: 15px;
transition: 0.3s;
}
li#menu-item-48 a:hover {
background: #c8d814;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
@media (min-width: 1271px) {
#nested .firstLevel > li:not(#menu-item-48) > a > span:after {
content: '';
width: 0;
height: 2px;
background: #D2E510;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 10px;
transition: 0.3s;
}
#nested .firstLevel > li:not(#menu-item-48):hover > a > span:after {
width: 100%;
}
}
#top {
height: 100vh;
position: relative;
}
#top > img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}
#top .flex {
position: relative;
display: flex;
align-items: center;
height: 100%;
}
#top .imgs {
width: 50%;
box-sizing: border-box;
padding: 165px 60px 45px 0;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-between;
}
#top .imgs > div:nth-child(1),
#top .imgs > div:nth-child(4) {
height: calc(40% - 8px);
}
#top .imgs > div:nth-child(2),
#top .imgs > div:nth-child(3) {
height: calc(60% - 8px);
}
#top .imgs > div {
width: calc(50% - 8px);
border-radius: 24px;
overflow: hidden;
}
#top .imgs img {
width: 100%;
height: 100%;
object-fit: cover;
animation: dezoom 1.4s ease;
animation-fill-mode: both;
animation-delay: 0.2s;
}
#top .imgs > div:nth-child(1),
#top .imgs > div:nth-child(2) {
margin-right: 16px;
}
@keyframes dezoom {
0% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
#top .imgs > div:nth-child(3) img {
animation-delay: 0.4s;
}
#top .imgs > div:nth-child(2) img {
animation-delay: 0.6s;
}
#top .imgs > div:nth-child(4) img {
animation-delay: 0.8s;
filter: brightness(0.94);
}
#top .txt {
width: 50%;
box-sizing: border-box;
padding-left: calc(50% - 550px);
}
#top .txt > * {
max-width: 480px;
}
#top .txt > :last-child {
margin: 30px 0 0 0;
}
h1 + p {
font-weight: 500;
}
@media (min-width: 1800px) {
#top .txt {
padding-left: 15%;
}
h1 {
font-size: 38px;
}
}
header.scrolled {
box-shadow: 0 0 10px rgba(0,0,0,0.15);
top: 0;
left: 0;
right: 0;
border-radius: 0;
}
@keyframes fromBottom {
0% {
bottom: -15px;
opacity: 0;
}
100% {
bottom: 0;
opacity: 1;
}
}
#top .txt > * {
position: relative;
animation: fromBottom 1.2s cubic-bezier(0.19, 1, 0.22, 1);
animation-fill-mode: both;
}
#top .txt > :nth-child(1) {
animation-delay: 0.3s;
}
#top .txt > :nth-child(2) {
animation-delay: 0.5s;
}
#top .txt > :nth-child(3) {
animation-delay: 0.7s;
}
#top .txt > :nth-child(4) {
animation-delay: 0.9s;
}
@media (min-width: 1201px) and (max-height: 750px) {
#top .txt {
position: relative;
top: 70px;
}
}
@media (max-width: 1450px) {
header {
left: 35px;
right: 35px;
}
#nested .firstLevel > li > a:not(#menu-item-48 a) {
padding: 0 12px;
}
#nested {
right: 220px;
}
}
@media (max-width: 1320px) {
#nested .firstLevel li a,
#headerBoxes a {
font-size: 15px;
}
}
@media (max-width: 1270px) {
#headerBoxes {
right: 100px;
}
#headerBoxes a.tel span {
display: none;
}
header a.tel svg {
width: auto;
height: 12px;
}
#headerBoxes {
gap: 27px;
}
header a.tel {
width: 22px;
height: 22px;
background: #000000;
border-radius: 50%;
align-items: center;
justify-content: center;
}
#nested ul li#menu-item-48 a {
color: #060F16;
padding: 15px 30px;
}
#nested .firstLevel li ul li a {
padding: 10px;
}
}
@media (max-width: 1200px) {
#top .flex {
flex-direction: column;
}
#top .imgs {
width: 87%;
padding: 0;
height: 87vw;
}
#top .txt {
width: 87%;
padding: 0 0 55px 0;
}
#top {
height: auto;
padding: 165px 0 70px 0;
}
#top .txt > * {
max-width: 100%;
}
}
@media (max-width: 330px) {
div #logo img {
height: 42px;
}
}
@media (max-width: 500px) {
#nested ul.firstLevel > li {
max-width: 90vw;
padding-left: 15px;
}
.widget_breadcrumb {
font-size: 13px;
}
body:not(.home):not(.error404) .title_and_bc {
padding: 130px 6.5% 45px;
}
.title_and_bc h1 {
font-size: 30px;
}
header {
left: 0;
top: 0;
right: 0;
border-radius: 0px;
}
#logo img {
height: 48px;
}
#logo {
left: 6.5vw;
}
header div #nested {
right: 6.5vw;
margin-right: -7px;
}
#headerBoxes {
gap: 15px;
right: 6.5vw;
margin-right: 43px;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 24px;
}
#top {
padding-top: 135px;
}
#top .txt > :last-child a, footer a.btn, #wrapper div.wpforms-container-full button[type=submit],
#wrapper a.wp-block-button__link.has-vert-background-color {
font-size: 15px;
padding: 15px 21px;
}
header.scrolled {
height: 60px;
}
header.scrolled #logo img {
height: 38px;
}
#wrapper .mobile_flex_column {
flex-direction: column;
gap: 35px;
}
#wrapperInner {
padding-top: 60px;
}
}