|
@@ -71,7 +71,7 @@
|
|
|
color: $light-blue;
|
|
|
}
|
|
|
}
|
|
|
- &.nos_pack{
|
|
|
+ &.nos_pack,&.nos_lieux{
|
|
|
.__thumbnails{
|
|
|
.__thumb.__hover{
|
|
|
transition: 0.3s transform ease;
|
|
@@ -207,6 +207,9 @@
|
|
|
// width: calc(100% * 4 - 6rem);
|
|
|
margin: 0;
|
|
|
margin: 2rem 0rem;
|
|
|
+ .__wrap-content{
|
|
|
+ background-size: cover;
|
|
|
+ }
|
|
|
.__txt.black{
|
|
|
p{
|
|
|
color: black!important;
|
|
@@ -300,27 +303,34 @@
|
|
|
display: inline-flex;
|
|
|
margin-top: 1rem;
|
|
|
width: 100%;
|
|
|
- & > div{
|
|
|
+ a{
|
|
|
+ display: block;
|
|
|
+ text-align: center;
|
|
|
width: 50%;
|
|
|
background: $light-blue;
|
|
|
margin: 0;
|
|
|
transition: 0.3s transform ease, 0.3s box-shadow ease;
|
|
|
padding: 0.5rem 1.5rem;
|
|
|
+ font-family: $now_alt_medium;
|
|
|
+ font-size: 0.7rem;
|
|
|
+ color: white;
|
|
|
+ &:not(:first-child){
|
|
|
+ margin-left: 1rem;
|
|
|
+ }
|
|
|
&:hover{
|
|
|
transform: scale(1.015);
|
|
|
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
|
|
|
transition: 0.3s transform ease, 0.3s box-shadow ease;
|
|
|
}
|
|
|
- &:not(:first-child){
|
|
|
- margin-left: 1rem;
|
|
|
+ &.__blue{
|
|
|
+ background: $light-blue;
|
|
|
+ }
|
|
|
+ &.__green{
|
|
|
+ background: $green;
|
|
|
+ }
|
|
|
+ &.__red{
|
|
|
+ background: $red;
|
|
|
}
|
|
|
- }
|
|
|
- a{
|
|
|
- font-family: $now_alt_medium;
|
|
|
- font-size: 0.7rem;
|
|
|
- color: white;
|
|
|
- // margin: 0 1rem;
|
|
|
- // padding: 0.5rem 1.5rem;
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -408,11 +418,17 @@
|
|
|
}
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
+@media screen and (max-width: 750px) {
|
|
|
+ .__details{
|
|
|
+ .__content{
|
|
|
+ p{
|
|
|
+ padding: 0!important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
@media screen and (max-width: 530px) {
|
|
|
#nos-packs, #nos-offres{
|
|
|
.content{
|
|
@@ -437,7 +453,7 @@
|
|
|
.__more{
|
|
|
width: calc(100%);
|
|
|
.__details{
|
|
|
- padding: 1rem;
|
|
|
+ padding: 0rem;
|
|
|
.__content{
|
|
|
width: 100%;
|
|
|
padding: 1rem;
|
|
@@ -449,10 +465,13 @@
|
|
|
right: 0.5rem;
|
|
|
}
|
|
|
}
|
|
|
+ .__wrap-content{
|
|
|
+ padding: 0.5rem;
|
|
|
+ }
|
|
|
}
|
|
|
.__btn{
|
|
|
flex-direction: column;
|
|
|
- & > div{
|
|
|
+ & > a{
|
|
|
margin: auto 0 1rem 0!important;
|
|
|
width: 100%;
|
|
|
}
|