.cycore-masonry-item {
padding:0 0 0 0; }
.cycore-masonry-item img {
width: 100%;
height: auto;
display: block;
} .taxonomy-grid {  }
.masonry-item {
padding:0 0 0 0; }
.term-card {
display: block;
overflow: hidden;
position: relative;
text-decoration: none;
}
.term-card img {
width: 100%;
height: auto;
display: block;
}
.image-overlay{
position: absolute;
height:100%;
bottom: 0;
left: 0;
right: 0;
padding: 0.75rem;
background: rgba(0, 0, 0, 0.2);
color: #fff;
font-weight: bold;
text-align: center;
}
.image-overlay-text {
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
color: #fff;
text-align: center;
font-size: 32px !important;
letter-spacing: 2px;
font-weight: 400;
text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.6), 0px -5px 35px rgba(255, 255, 255, 0.3);
} .cycore-remote-slider {
max-width: 100%;
margin: auto;
}
.cycore-remote-slider img {
width: 100%;
height: auto;
max-height:580px;
display: block;
}.destinations-menu ul.level-2 {
display: none; margin: 5px 0 0 20px;
list-style: none;
}
.textwidget .destinations-menu ul{
margin-bottom:0;
}
.destinations-menu > li{
text-transform:uppercase;
}
.textwidget .destinations-menu ul li, .textwidget .destinations-menu ul li a{
padding-bottom:6px;
}
.destinations-menu li.has-children .toggle {
cursor: pointer;
font-weight: bold;
margin-right: 5px; }
.destinations-menu li.has-children.open > ul.level-2 {
display: block;
}
.destinations-menu li.has-children.open > .toggle { }
.destinations-menu li.has-children > ul{
margin-left:15px;
}
.destinations-menu li.has-children > ul.level-3 li {
text-transform:none;
}.dernier-article-section {
position: relative;
background-size: cover;
background-position: center;
color: white;
text-align: center;
padding: 150px 20px;
}
.dernier-article-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2); z-index: 1;
}
.dernier-article-content {
position: relative;
z-index: 2;
display: inline-block;
padding: 20px;
max-width: 900px;
}
.dernier-article-content h2 {
line-height: 1.375em;
color: #ffffff;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
margin: 0.1em 0;
font-size:40px;
}
.dernier-article-content p {
margin-bottom: 20px;
padding: 30px;
}
.dernier-article-content a.bouton-blanc {
display: inline-block;
text-decoration: none;
transition: all 0.3s ease;
border-radius: 0.25em;
background: #ffffff;
border-width: 1px 0;
border: 1px solid #ffffff;
color: #000000 !important;
font-size: 1em;
padding: 1em;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
padding-inline: 2em;
}
.dernier-article-content a:hover {
background-color: #f0f0f0;
}
@media (max-width: 780px) {
.dernier-article-content h2 {
font-size:25px;
}
}