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: 'Space Grotesk';
font-style: normal;
font-weight: 400;
src: url(//www.sas-delaunay.fr/wp-content/themes/delaunay/fonts/space-grotesk-v21-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url(//www.sas-delaunay.fr/wp-content/themes/delaunay/fonts/open-sans-v40-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url(//www.sas-delaunay.fr/wp-content/themes/delaunay/fonts/open-sans-v40-latin-600.woff2) format('woff2');
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #040404;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 120%;
color: #040404;
-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: 54px;
color: #0D488E;
font-family: 'Space Grotesk';
margin: 0px 0px 30px 0px;
font-weight: 400;
}
h2 {
font-size: 42px;
font-family: "Space Grotesk";
font-weight: 400;
letter-spacing: 0.03em;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
a:focus {
outline: none;
}
a {
color: #040404;
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 {
position: absolute;
height: 60px;
z-index: 2;
right: 40px;
top: 85px;
transition: 0.3s;
}
#nested .firstLevel {
height: 60px;
margin: 0px;
text-align: center;
}
#nested .firstLevel li {
position: relative;
display: inline-block;
height: 60px;
transition: 0.25s opacity;
}
#nested .firstLevel li a {
display: block;
height: 60px;
line-height: 60px;
color: #040404;
padding: 0px 20px;
text-decoration: none;
font-size: 20px;
letter-spacing: 0.025em;
transition: 0.3s;
}
#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: 16px;
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: #0D488E;
position: absolute;
border-radius: 50%;
top: 11px;
left: -15px;
margin: auto;
}
#page {
position: relative;
background: #F4F4F5;
overflow: hidden;
}
header {
position: fixed;
width: 100%;
height: 150px;
z-index: 2;
transition: 0.3s;
background: #F4F4F5;
}
#headerInner {
position: relative;
width: 100%;
height: 100%;
}
#logo {
position: absolute;
left: 60px;
top: 0;
bottom: 0;
transition: 0.3s;
display: flex;
align-items: center;
}
#logo img {
transition: 0.3s;
}
#headerBoxes {
position: absolute;
right: 60px;
top: 30px;
display: flex;
align-items: center;
gap: 40px;
transition: 0.3s;
} #wrapper {
position: relative;
background: #F4F4F5;
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 150px 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: 150px;
height: 18vw;
position: relative;
}
#chapterPicture img {
width: 100%;
height: 100%;
object-fit: cover;
}
.title_and_bc {
position: absolute;
top: 150px;
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;
color: #FFFFFF;
max-width: 1120px;
}
.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: #0D488E;
}
body:not(.home) h2,
body:not(.home) h3 {
margin-bottom: 15px;
}
body:not(.home) h2 {
font-size: 36px;
text-wrap-style: pretty;
} @media (min-width: 1241px) {
#nested ul.firstLevel > li.hidden_on_desktop {
display: none;
}
header.scrolled #nested .firstLevel > li > a {
font-size: 18px;
padding: 0 15px;
}
}
@media (max-width: 1240px) {
header div #nested,
header.scrolled div #nested {
width: 40px;
height: 40px;
top: 0;
bottom: 0;
margin: auto;
right: 30px;
}
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: #040404;
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, #040404, 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, #040404, 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: #0D488E;
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,
header.scrolled #nested ul.firstLevel > li > a {
font-size: 18px;
height: auto;
line-height: 1;
padding: 0 15px;
}
#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: -4px;
top: 11px;
}
#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 5px;
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],
#qsn a,
#job .txt > :last-child a,
#real .titre a {
border-radius: 99px;
color: #FFFFFF;
padding: 12px 26px;
font-weight: 400;
line-height: 1;
text-decoration: none;
transition: 0.3s;
border: none;
font-size: 20px;
height: auto;
box-shadow: none;
position: relative;
background: #EB5A2A;
display: flex;
align-items: center;
gap: 15px;
}
body.error404 article a:hover,
#wrapper a.wp-block-button__link:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
#qsn a:hover,
#job .txt > :last-child a:hover,
#real .titre a:hover {
background: #040404 !important;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
body.error404 article a:hover path,
#wrapper a.wp-block-button__link:hover path,
#wrapper div.wpforms-container-full button[type=submit]:hover path,
#qsn a:hover path,
#job .txt > :last-child a:hover path,
#real .titre a:hover path {
stroke: #EB5A2A;
}
header a.btn,
#top .txt a,
#real .bloc .txt > p:nth-child(2) a {
color: #FFFFFF;
padding: 14px 19px 13px 19px;
line-height: 1;
text-decoration: none;
transition: 0.3s;
font-size: 20px;
text-transform: uppercase;
position: relative;
background: #0D488E;
font-weight: 600;
display: inline-block;
top: 0;
right: 0;
}
header a.btn:hover,
#top .txt a:hover,
#real .bloc .txt > p:nth-child(2) a:hover {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
background: #EB5A2A;
}
.has-noir-color { color: #040404 !important; }
.has-noir-background-color { background-color: #040404 !important; }
.has-blanc-color { color: #F4F4F5 !important; }
.has-blanc-background-color { background-color: #F4F4F5 !important; }
.has-gris-color { color: #E7E7EA !important; }
.has-gris-background-color { background-color: #E7E7EA !important; }
.has-bleu-color { color: #0D488E !important; }
.has-bleu-background-color { background-color: #0D488E !important; }
.has-orange-color { color: #EB5A2A !important; }
.has-orange-background-color { background-color: #EB5A2A !important; }
header .logos {
display: flex;
align-items: flex-end;
gap: 22px;
position: relative;
top: -4px;
transition: 0.3s;
}
header a.tel {
text-decoration: none;
display: flex;
align-items: center;
gap: 10px;
letter-spacing: 0.02em;
font-size: 22px;
transition: 0.3s;
}
#top {
height: 100vh;
box-sizing: border-box;
padding: 210px 0 0 0;
width: 90%;
max-width: 1200px;
margin: 0 auto 100px;
display: flex;
align-items: flex-start;
position: relative;
justify-content: space-between;
max-height: 850px;
min-height: 630px;
}
body.home h1 {
margin: 40px 0 40px -5px;
}
#top .txt {
width: 38%;
}
#top .imgs {
width: 59%;
height: calc(100% - 50px);
position: relative;
}
#top > svg {
position: absolute;
bottom: 0;
z-index: -1;
left: 0;
}
#top .imgs > img,
#top .bordure {
position: absolute;
object-fit: cover;
}
#top .imgs > img:nth-child(1),
.bordure1 {
left: 0;
bottom: 0;
height: 50%;
width: 32%;
z-index: 3;
clip-path: polygon(85% 0, 100% 88%, 21% 100%, 0 73%, 16% 0);
}
.bordure1 {
z-index: 2;
}
#top .imgs > img:nth-child(2),
.bordure2 {
left: 120px;
top: 0;
z-index: 2;
width: 58%;
height: 80%;
clip-path: polygon(81% 0, 100% 25%, 92% 100%, 24% 100%, 0 14%);
}
.bordure2 {
z-index: 1;
}
#top .imgs > img:nth-child(3),
.bordure3 {
right: 0;
top: 150px;
z-index: 3;
width: 44%;
height: 38%;
clip-path: polygon(85% 0, 100% 75%, 76% 100%, 0% 92%, 0% 20%);
}
.bordure3 {
z-index: 2;
}
#top .bordure {
clip-path: none;
}
.bordure .inner {
background: #F4F4F5;
position: absolute;
left: -18px;
top: -18px;
bottom: -18px;
right: -18px;
clip-path: polygon(85% 0, 100% 88%, 21% 100%, 0 73%, 16% 0);
}
.bordure2 .inner {
clip-path: polygon(81% 0, 100% 25%, 92% 100%, 24% 100%, 0 14%);
}
.bordure3 .inner {
clip-path: polygon(85% 0, 100% 75%, 76% 100%, 0% 92%, 0% 20%);
}
span.h2_like,
#qsn h2 {
color: #6C6C6C;
font-family: 'Open Sans';
text-transform: uppercase;
display: flex;
align-items: center;
gap: 20px;
font-size: 24px;
letter-spacing: 0.02em;
margin-top: 0;
}
header.scrolled {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
height: 80px;
}
header.scrolled #nested {
right: 220px;
top: 10px;
}
header.scrolled #logo img {
height: 54px;
}
header.scrolled #logo {
left: 40px;
}
header.scrolled #headerBoxes {
top: -45px;
}
@media (min-width: 1241px) {
header.scrolled #headerBoxes > :not(.btn) {
opacity: 0;
}
header.scrolled a.btn {
top: 62px;
right: -42px;
font-size: 16px;
}
}
#ex .h2_like {
width: 90%;
max-width: 1120px;
margin: 0 auto 30px;
}
@media (min-width: 1100px) and (max-height: 710px) {
#top {
padding-top: 170px;
}
#top .imgs > img:nth-child(3), .bordure3 {
top: 125px;
}
}
@media (min-width: 1100px) and (max-height: 640px) {
body.home h1 {
font-size: 46px;
}
}
@keyframes fromBottom {
0% {
opacity: 0;
bottom: -20px;
}
100% {
opacity: 1;
bottom: 0;
}
}
#top .txt h1,
#top .txt p {
position: relative;
animation: fromBottom 0.9s ease-in-out;
animation-delay: 0.3s;
animation-fill-mode: both;
}
#top .txt p {
animation-delay: 0.7s;
animation-duration: 0.7s;
}
#top .imgs > img,
.bordure {
animation: ani1 0.75s ease;
animation-delay: 0.3s;
animation-fill-mode: both;
}
@keyframes ani1 {
0% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
#top .imgs > img:nth-child(2),
.bordure2 {
animation-delay: 0.5s;
}
#top .imgs > img:nth-child(3),
.bordure3 {
animation-delay: 0.7s;
}
body:not(.home) #wrapper {
font-size: 18px;
}
@media (max-width: 1450px) {
header a.btn, #top .txt a, #real .bloc .txt > p:nth-child(2) a,
body.error404 article a, #wrapper a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit],
#qsn a, #job .txt > :last-child a, #real .titre a {
font-size: 18px;
}
#qsn a svg,
#job .txt > :last-child a svg,
#real .titre a svg,
#wrapper a.wp-block-button__link svg {
width: auto;
height: 18px;
}
header a.tel {
font-size: 20px;
}
#nested .firstLevel li a {
padding: 0px 15px;
font-size: 18px;
}
h1 {
font-size: 48px;
}
header.scrolled #nested .firstLevel > li > a {
font-size: 16px;
padding: 0 12px;
}
#nested {
top: 83px;
right: 20px;
}
#headerBoxes {
right: 35px;
}
#logo {
left: 35px;
}
h2 {
font-size: 38px;
}
body:not(.home) h2 {
font-size: 32px;
}
}
@media (max-width: 1240px) {
header {
height: 100px;
}
#logo img {
height: 66px;
}
#headerBoxes,
header.scrolled #headerBoxes {
top: 0;
bottom: 0;
right: 100px;
}
#nested .firstLevel li ul li a {
padding: 10px;
font-size: 14px;
}
#top {
padding-top: 140px;
}
#chapterPicture {
padding-top: 100px;
}
.title_and_bc {
top: 100px;
}
}
@media (max-width: 1100px) {
#top {
height: auto;
padding-top: 150px;
flex-direction: column;
min-height: initial;
max-height: initial;
}
#top > svg {
display: none;
}
#top .txt {
width: 100%;
}
body.home h1 {
margin: 0 0 35px 0;
text-align: center;
}
#top .imgs {
width: 100%;
height: 66vw;
}
#top .txt p {
text-align: center;
margin-bottom: 60px;
}
}
@media (max-width: 930px) {
header .logos {
display: none;
}
}
@media (max-width: 770px) {
header a.tel span {
display: none;
}
header a.tel path {
fill: #FFFFFF;
stroke: #FFFFFF;
}
header a.tel {
width: 45px;
height: 45px;
background: #0D488E;
justify-content: center;
}
#headerBoxes {
gap: 20px;
}
}
@media (max-width: 620px) {
#headerBoxes {
display: none;
}
}
@media (max-width: 910px) {
h2 {
font-size: 36px;
}
}
@media (max-width: 500px) {
#nested ul.firstLevel > li {
max-width: 90vw;
padding-left: 15px;
}
body,
body:not(.home) #wrapper {
font-size: 16px;
}
.widget_breadcrumb {
font-size: 13px;
}
body:not(.home):not(.error404) .title_and_bc {
padding: 35px 6.5%;
}
#logo, header.scrolled #logo {
left: 6.5vw;
}
header div #nested, header.scrolled div #nested {
right: 6.5vw;
margin-right: -7px;
}
#top {
width: 87%;
}
header.scrolled {
height: 60px;
}
header.scrolled #logo img {
height: 36px;
}
body.home h1 {
font-size: 9vw;
margin-bottom: 30px;
}
header a.btn, #top .txt a, #real .bloc .txt > p:nth-child(2) a, body.error404 article a,
#wrapper a.wp-block-button__link, #wrapper div.wpforms-container-full button[type=submit],
#qsn a, #job .txt > :last-child a, #real .titre a {
font-size: 14px;
transition: 0.1s;
}
.bordure .inner {
left: -12px;
top: -12px;
bottom: -12px;
right: -12px;
}
#top .imgs > img:nth-child(1), .bordure1 {
width: 42%;
}
#top .imgs > img:nth-child(2), .bordure2 {
left: 20%;
width: 80%;
}
#top .imgs > img:nth-child(3), .bordure3 {
top: auto;
bottom: 10%;
width: 41%;
height: 30%;
}
#top .imgs {
height: 100vw;
}
#top .txt p {
margin-bottom: 50px;
}
#top {
padding-top: 130px;
margin-bottom: 70px;
}
span.h2_like, #qsn h2 {
font-size: 20px;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
body:not(.home) h2 {
font-size: 26px;
}
#wrapperInner {
padding-top: 60px;
}
}
.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}}