.marque {
position: relative;
text-align: center;
color: white;
cursor: pointer;
padding-top: 202px;
margin-bottom: 30px;
}
.marque .upper {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 65px 10% 30px;
z-index: 20;
}
.marque .upper .logo {
display: inline-block;
}
.marque .upper .logo p {
font-family: "Tartine Script Offc Pro";
line-height: 1;
font-size: 38px;
color: #ffffff;
margin-bottom: 0;
}
.marque .upper .logo img {
width: auto;
display: inline-block;
vertical-align: middle;
border-style: none;
height: 117px;
}
.marque .upper .txt {
font-size: 13px;
position: relative;
display: block;
margin-top: 30px;
}
.marque .upper .txt p {
margin-bottom: 0;
color: white;
text-decoration: none;
}
.marque .upper .txt .hidden-part {
display: block;
height: 0;
overflow: hidden;
transition: all 0.5s;
opacity: 0;
}
.marque .upper .txt .hidden-part .cta {
font-size: 12px;
color: white;
display: inline-block;
border: 2px solid rgba(255, 255, 255, 0.5);
padding: 10px 5px;
margin-top: 30px;
text-decoration: none;
transition: all 0.5s;
width: 100%;
font-family: 'Cocomat Pro';
font-weight: 600;
line-height: 1;
letter-spacing: .3px;
transform: translateY(-1px);
}
.marque .upper .txt .hidden-part .cta:hover {
border-color: rgba(255, 255, 255, 1);
}
.marque .upper .arrow {
position: absolute;
bottom: -6px;
left: calc(50% - 7px);
height: 15px;
width: 15px;
z-index: 10;
transform: rotate(45deg);
}
.d-block {
display: block!important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none!important;
}
}
.marque .bottom img {
height: auto;
width: 100%;
filter: grayscale(100%);
transition: all 0.5s;
}
.marque:hover .bottom img {
filter: grayscale(0);
}
.marque:hover .upper .txt .hidden-part {
opacity: 1;
height: 65px;
}
@media (max-width: 767px) {
.marque {
position: relative;
text-align: center;
color: white;
cursor: pointer;
padding-top: 0px;
margin-bottom: 30px;
}
.marque .upper .txt .hidden-part {
opacity: 1;
height: 65px;
}
.marque .bottom img {
height: 500px;
width: 100%;
filter: grayscale(100%);
transition: all 0.5s;
}
.marque .upper {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 20px 0px 0px;
z-index: 20;
}
}