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: 'La Belle Aurore';
font-style: normal;
font-weight: 400;
src: url(//www.id-veranda.fr/wp-content/themes/idveranda/fonts/la-belle-aurore-v20-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url(//www.id-veranda.fr/wp-content/themes/idveranda/fonts/roboto-v30-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(//www.id-veranda.fr/wp-content/themes/idveranda/fonts/roboto-v30-latin-500.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url(//www.id-veranda.fr/wp-content/themes/idveranda/fonts/roboto-v30-latin-700.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url(//www.id-veranda.fr/wp-content/themes/idveranda/fonts/poppins-v21-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url(//www.id-veranda.fr/wp-content/themes/idveranda/fonts/poppins-v21-latin-600.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: url(//www.id-veranda.fr/wp-content/themes/idveranda/fonts/poppins-v21-latin-700.woff2) format('woff2');
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #3B3B3A;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: #3B3B3A;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Roboto';
}
img {
max-width: 100%;
border: 0px;
vertical-align: bottom;
}
h1, h2, h3, h4 {
line-height: 120%;
margin: 10px 0px;
font-family: 'Poppins';
font-weight: bold;
}
h1 {
font-size: 46px;
margin: 0px 0px 30px 0px;
text-align: center;
font-weight: 600;
line-height: 1;
}
h2 {
font-size: 44px;
color: #00B1A9;
line-height: 1.05em;
font-weight: 400;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
a:focus {
outline: none;
}
a {
color: #3B3B3A;
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;
bottom: 0;
right: 50%;
transform: translateX(50%);
transition: 0.3s;
}
#nested .firstLevel {
height: 60px;
margin: 0 auto;
white-space: nowrap;
}
#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;
padding: 0px 18px;
text-decoration: none;
font-size: 16px;
font-weight: 500;
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 5px 20px rgba(0, 0, 0, 0.15);
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;
white-space: initial;
}
#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: 15px;
font-weight: 400;
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: #00B1A9;
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;
width: 100%;
height: 100%;
}
#logo {
position: absolute;
left: 60px;
top: 20px;
transition: 0.3s;
}
#logo img {
transition: 0.3s;
object-fit: cover;
width: 308px;
object-position: top center;
}
#headerBoxes {
position: absolute;
right: 60px;
top: 44px;
z-index: 3;
transition: 0.3s;
} #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, .cta_fixes 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;
} #chapterPicture {
height: 18vw;
position: relative;
margin: 160px 60px 0 60px;
border-radius: 24px;
overflow: hidden;
}
#chapterPicture img {
width: 100%;
height: 100%;
object-fit: cover;
}
.title_and_bc {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.35);
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: 1140px;
line-height: 1.1em;
}
.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: #3B3B3A;
}
body:not(.home) h2,
body:not(.home) h3 {
margin-bottom: 15px;
} @media (min-width: 1190px) {
#nested ul.firstLevel > li.hidden_on_desktop {
display: none;
}
}
@media (max-width: 1190px) {
header div #nested {
width: 40px;
height: 40px;
top: 25px;
right: 20px;
transform: none;
}
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: #3B3B3A;
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, #3B3B3A, 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, #3B3B3A, 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: #3B3B3A;
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;
color: #FFFFFF;
padding: 0 8px;
}
#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 ul,
#nested .firstLevel > li:hover > ul {
position: relative;
height: auto;
opacity: 1;
background: none;
box-shadow: none;
margin: 10px 0 0px 10px;
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) {
.title_and_bc h1 {
font-size: 38px;
}
#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;
}
.title_and_bc h1 {
font-size: 34px;
}
}      body.error404 article a,
body:not(.home) #wrapperInner a.wp-block-button__link,
section.newsContainer .droite > a,
#wrapper div.wpforms-container-full button[type=submit],
#top .fond a,
#blocs .img a,
#nvo .txt .droite > p:last-child a,
#avis .btn a,
#gris .droite > :last-child a,
#services .gauche > p:last-of-type a,
#real .btn a,
footer a.wp-block-button__link {
border-radius: 99px;
display: inline-block;
background: #3B3B3A !important;
color: #FBBA00;
font-weight: 700;
line-height: 1;
text-decoration: none;
transition: 0.3s;
border: 1px solid #3B3B3A;
font-size: 16px;
height: auto;
box-shadow: none;
padding: 18px 83px 18px 29px;
position: relative;
white-space: nowrap;
}
body.error404 article a:after,
body:not(.home) #wrapperInner a.wp-block-button__link:after,
section.newsContainer .droite > a:after,
#wrapper div.wpforms-container-full button[type=submit]:after,
#top .fond a:after,
#blocs .img a:after,
#nvo .txt .droite > p:last-child a:after,
#avis .btn a:after,
#gris .droite > :last-child a:after,
#services .gauche > p:last-of-type a:after,
#real .btn a:after,
footer a.wp-block-button__link:after {
content: '';
width: 44px;
height: 44px;
border-radius: 999px;
transition: 0.3s;
background: url(//www.id-veranda.fr/wp-content/themes/idveranda/images/btn-arrow.svg) no-repeat center center #FBBA00;
position: absolute;
right: 5px;
bottom: 0;
top: 0;
margin: auto;
display: block;
left: auto;
border: none;
}
body.error404 article a:hover,
body:not(.home) #wrapperInner a.wp-block-button__link:hover,
section.newsContainer .droite > a:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover,
#top .fond a:hover,
#blocs .img a:hover,
#nvo .txt .droite > p:last-child a:hover,
#avis .btn a:hover,
#gris .droite > :last-child a:hover,
#services .gauche > p:last-of-type a:hover,
#real .btn a:hover,
footer a.wp-block-button__link:hover {
padding-right: 90px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
text-decoration: none;
}
body.error404 article a:hover:after,
body:not(.home) #wrapperInner a.wp-block-button__link:hover:after,
section.newsContainer .droite > a:hover:after,
#wrapper div.wpforms-container-full button[type=submit]:hover:after,
#top .fond a:hover:after,
#blocs .img a:hover:after,
#nvo .txt .droite > p:last-child a:hover:after,
#avis .btn a:hover:after,
#gris .droite > :last-child a:hover:after,
#services .gauche > p:last-of-type a:hover:after,
#real .btn a:hover:after,
footer a.wp-block-button__link:hover:after {
width: 60px;
} #top .fond a,
#blocs .img a,
#nvo .txt .droite > p:last-child a {
background: #FFFFFF !important;
color: #3B3B3A;
border-color: #FFFFFF;
} #gris .droite > :last-child a {
border-color: #FBBA00;
}
.has-noir-color { color: #3B3B3A !important; }
.has-noir-background-color { background-color: #3B3B3A !important; }
.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }
.has-gris-color { color: #F3F3F3 !important; }
.has-gris-background-color { background-color: #F3F3F3 !important; }
.has-vert-color { color: #00B1A9 !important; }
.has-vert-background-color { background-color: #00B1A9 !important; }
.has-jaune-color { color: #FBBA00 !important; }
.has-jaune-background-color { background-color: #FBBA00 !important; }
.has-orange-color { color: #EF7C00 !important; }
.has-orange-background-color { background-color: #EF7C00 !important; }
.has-vert-clair-color { color: #EDF7F7 !important; }
.has-vert-clair-background-color { background-color: #EDF7F7 !important; }
.cta_fixes {
position: fixed;
top: 160px;
right: -62px;
z-index: 99;
}
.cta_fixes p {
height: 160px;
}
.cta_fixes a {
background: #FBBA00;
color: #FFFFFF;
text-decoration: none;
font-weight: 700;
padding: 17px 17px 37px 17px;
display: block;
width: 150px;
box-sizing: border-box;
text-align: center;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
transform: rotate(-90deg);
right: 0;
position: relative;
transition: 0.3s;
}
.cta_fixes > p:nth-child(2) a {
background: #00B1A9;
}
.cta_fixes a:hover {
right: 6px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#headerBoxes a.tel {
text-decoration: none;
font-size: 17px;
font-weight: 700;
font-family: 'Poppins';
}
#headerBoxes a.btn {
font-family: 'Poppins';
font-weight: 700;
font-size: 18px;
color: #FBBA00;
text-underline-offset: 10px;
text-decoration-thickness: 2px;
margin-left: 45px;
}
#headerBoxes a.btn:hover {
text-decoration-thickness: 4px;
text-underline-offset: 8px;
}
#top {
margin-top: 180px;
display: flex;
margin-bottom: 100px;
}
#top .gauche {
width: 490px;
padding-left: calc(50% - 615px);
flex-shrink: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}
body.home h1 {
text-align: left;
font-size: 60px;
margin: 10px 0 55px 0;
}
#top .droite {
margin: 0 60px 0 95px;
display: flex;
justify-content: space-between;
}
#top .txt {
width: calc(57.5% - 15px);
}
#top .imgs {
width: calc(42.5% - 15px);
}
#top img {
border-radius: 24px;
height: auto;
object-fit: cover;
}
#top .fond {
background: #00B1A9;
color: #FFFFFF;
border-radius: 24px;
margin-bottom: 25px;
padding: 40px 45px;
}
#top .fond .inner > p:first-child {
font-family: 'Poppins';
font-size: 28px;
font-weight: 700;
line-height: 1.25em;
margin-bottom: 26px;
}
#top .fond a {
margin-top: 15px;
}
#top .gauche img {
height: 100%;
}
#top .imgs > img:first-child {
max-height: 380px;
}
#top .imgs > img:last-child {
margin-top: 30px;
max-height: 245px;
}
#top .fond .inner {
max-width: 365px;
}
header.scrolled #nested {
right: 18px;
transform: none;
}
header.scrolled {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
height: 61px;
}
header.scrolled #headerBoxes {
top: -30px;
opacity: 0;
}
header.scrolled #nested .firstLevel > li > a {
padding: 0 14px;
}
header.scrolled #logo {
top: 10px;
left: 30px;
}
header.scrolled #logo img {
height: 38px;
width: 210px;
}
@media (max-width: 1300px) {
#top .gauche {
padding-left: 40px;
}
}
@media (max-width: 1300px) and (min-width: 1191px) {
header.scrolled #nested .firstLevel > li > a {
padding: 0 10px;
font-size: 14px;
}
}
@media (max-width: 1600px) {
#logo img {
width: 232px;
height: 58px;
}
#headerBoxes a.btn {
font-size: 17px;
margin-left: 30px;
}
#logo {
left: 40px;
}
#headerBoxes {
right: 40px;
top: 26px;
}
header {
height: 140px;
}
#chapterPicture {
margin-top: 140px;
}
#top {
margin-top: 160px;
}
#nested .firstLevel li a {
font-size: 15px;
}
body.home h1 {
font-size: 50px;
margin-bottom: 45px;
}
#top .droite {
margin-left: 30px;
}
header.scrolled #logo img {
height: 34px;
width: 186px;
}
header.scrolled #logo {
top: 12px;
}
#top .imgs > img:first-child {
max-height: 240px;
}
#top .fond .inner > p:first-child {
font-size: 24px;
margin-bottom: 20px;
}
#top .fond {
padding: 30px 40px;
}
#top .gauche img {
height: auto;
}
.cta_fixes {
top: 200px;
}
}
@media (max-width: 1190px) {
header {
height: 90px;
}
#top {
margin-top: 90px;
display: block;
}
#headerBoxes {
right: 90px;
top: 34px;
}
#logo,
header.scrolled #logo {
top: 0;
bottom: 0;
display: flex;
align-items: center;
left: 30px;
}
#logo img {
width: 200px;
height: 50px;
}
#nested .firstLevel li ul li a {
padding: 9px 10px;
}
.cta_fixes {
top: auto;
bottom: 0;
right: 5vw;
display: flex;
gap: 12px;
}
.cta_fixes a {
transform: none;
width: auto;
padding: 15px;
}
.cta_fixes p {
height: auto;
}
.cta_fixes a:hover {
right: 0;
}
#top .droite {
margin-right: 30px;
height: 68vw;
}
body.home h1 {
font-size: 40px;
margin: 0;
position: relative;
color: #FFFFFF;
z-index: 2;
text-align: center;
padding: 50px;
min-height: 56vw;
display: flex;
align-items: center;
justify-content: center;
}
#top .gauche {
width: auto;
padding: 0;
margin: 0 30px;
position: relative;
display: block;
margin-bottom: 30px;
}
#top .gauche img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: brightness(0.6);
}
#top .txt {
display: flex;
flex-direction: column;
}
#top .txt img {
height: 100%;
}
#top .imgs {
display: flex;
flex-direction: column;
}
#top .imgs > img:last-child {
height: 287px;
max-height: 287px;
}
#top .imgs > img:first-child,
#top .txt img {
max-height: 100%;
height: calc(100% - 317px);
}
#top .fond {
margin-bottom: 30px;
}
header.scrolled {
height: 70px;
}
header.scrolled #logo img {
height: 30px;
width: 166px;
}
header.scrolled #nested {
right: 20px;
top: 15px;
}
#headerBoxes,
header.scrolled #headerBoxes {
top: 0;
opacity: 1;
bottom: 0;
display: flex;
align-items: center;
}
#chapterPicture {
margin: 90px 30px 0 30px;
}
}
@media (max-width: 770px) {
body.error404 article a:after, body:not(.home) #wrapperInner a.wp-block-button__link:after, section.newsContainer .droite > a:after,
#wrapper div.wpforms-container-full button[type=submit]:after, #top .fond a:after, #blocs .img a:after, #nvo .txt .droite > p:last-child a:after,
#avis .btn a:after, #gris .droite > :last-child a:after, #services .gauche > p:last-of-type a:after, #real .btn a:after, footer a.wp-block-button__link:after {
width: 36px;
height: 36px;
background-size: 14px;
}
body.error404 article a, body:not(.home) #wrapperInner a.wp-block-button__link, section.newsContainer .droite > a,
#wrapper div.wpforms-container-full button[type=submit], #top .fond a, #blocs .img a, #nvo .txt .droite > p:last-child a, #avis .btn a,
#gris .droite > :last-child a, #services .gauche > p:last-of-type a, #real .btn a, footer a.wp-block-button__link {
font-size: 14px;
padding: 15px 59px 15px 21px;
}
body.error404 article a:hover, body:not(.home) #wrapperInner a.wp-block-button__link:hover, section.newsContainer .droite > a:hover,
#wrapper div.wpforms-container-full button[type=submit]:hover, #top .fond a:hover, #blocs .img a:hover, #nvo .txt .droite > p:last-child a:hover,
#avis .btn a:hover, #gris .droite > :last-child a:hover, #services .gauche > p:last-of-type a:hover, #real .btn a:hover, footer a.wp-block-button__link:hover {
padding-right: 70px;
}
body.error404 article a:hover:after, body:not(.home) #wrapperInner a.wp-block-button__link:hover:after, section.newsContainer .droite > a:hover:after,
#wrapper div.wpforms-container-full button[type=submit]:hover:after, #top .fond a:hover:after, #blocs .img a:hover:after, #nvo .txt .droite > p:last-child a:hover:after,
#avis .btn a:hover:after, #gris .droite > :last-child a:hover:after, #services .gauche > p:last-of-type a:hover:after, #real .btn a:hover:after,
footer a.wp-block-button__link:hover:after {
width: 50px;
}
#top .droite {
height: auto;
flex-direction: column;
}
#top .txt, #top .imgs {
width: 100%;
}
#top .fond .inner {
max-width: 325px;
margin: 0 auto;
text-align: center;
}
#top .txt img {
display: none;
}
#wrapper #top .imgs img {
height: 56vw;
width: 80vw;
margin: 0 15px;
flex-shrink: 0;
max-height: 56vw;
}
#top .imgs:not(.slick-initialized) {
flex-direction: row;
justify-content: center;
height: 56vw;
}
#top .imgs {
pointer-events: none;
}
}
@media (min-width: 771px) {
#top .imgs > img:nth-child(2) {
display: none;
}
}
@media (max-width: 670px) {
#headerBoxes a.btn {
display: none;
}
#headerBoxes a.tel {
width: 30px;
height: 30px;
display: block;
background: url(//www.id-veranda.fr/wp-content/themes/idveranda/images/tel.svg) no-repeat center center;
overflow: hidden;
border-radius: 50%;
text-indent: -9999px;
background-size: 20px;
}
#headerBoxes {
right: 80px;
}
}
@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: 20px;
margin-bottom: 25px;
}
#nested ul.firstLevel li a {
font-size: 18px;
}
#nested ul.firstLevel > li.menu-item-has-children > a:after {
right: -7px;
top: 10px;
}
#nested ul.firstLevel li ul li a {
font-size: 14px;
}
body {
font-size: 16px;
}
.title_and_bc h1 {
font-size: 30px;
margin-bottom: 20px;
}
.title_and_bc h1 br {
display: none;
}
.widget_breadcrumb {
font-size: 13px;
}
body:not(.home):not(.error404) .title_and_bc {
padding: 35px 7.5%;
}
#top .gauche {
margin: 0 6.5% 6.5% 6.5%;
}
header {
height: 70px;
}
#logo img {
width: 152px;
height: 38px;
}
#top {
margin-top: 70px;
margin-bottom: 70px;
}
header div #nested,
header.scrolled #nested {
top: 15px;
right: 6.5%;
margin-right: -9px;
}
body.home h1 {
font-size: 7.8vw;
padding: 30px;
min-height: 44vw;
}
#headerBoxes a.tel {
background-size: 18px;
}
#headerBoxes {
right: 65px;
}
#top .droite {
margin: 0 6.5%;
}
#top .fond {
padding: 30px;
}
#top .fond .inner > p:first-child {
font-size: 5.4vw;
margin-bottom: 15px;
}
#top .fond {
margin-bottom: 6.5vw;
}
.cta_fixes {
gap: 0;
right: 0;
left: 0;
}
.cta_fixes p {
width: 50%;
}
.cta_fixes a {
padding: 11px 10px 10px 10px;
font-size: 15px;
border-radius: 0px;
}
#wrapper #top .imgs img {
margin: 0 3.25vw;
}
header.scrolled {
height: 54px;
}
header.scrolled #logo img {
height: 22px;
width: 124px;
}
#logo, header.scrolled #logo {
left: 6.5vw;
}
header.scrolled #nested {
top: 7px;
}
#chapterPicture {
margin: 70px 6.5vw 0 6.5vw;
}
}
p.read_more {
display: inline-block;
cursor: pointer;
margin-bottom: 0;
font-weight: 700;
}
p.read_more:hover {
text-decoration: underline;
}
p.read_more ~ * {
display: none;
}
@media (min-width: 1700px) {
#top .gauche {
padding-left: 100px;
}
}
@media (min-width: 2300px) {
#top .droite {
width: 100%;
margin-left: 25px;
}
#top img {
width: 100%;
}
}