| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/thevoux-wp/assets/sass/ |
Upload File : |
@mixin min-break($size) {
@media only screen and (min-width: $size) { @content; }
}
@mixin max-break($size) {
@media only screen and (max-width: $size) { @content; }
}
@mixin input-placeholder {
&:-moz-placeholder { @content; }
&::-moz-placeholder { @content; }
&:-ms-input-placeholder { @content; }
&::-webkit-input-placeholder { @content; }
}
@mixin ie11() {
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { @content; }
}
@mixin firefox() {
@-moz-document url-prefix() { @content; }
}
.mont {
font-family: "Playfair Display", sans-serif;
}
.reset {
margin: 0;
padding: 0;
}
.cf {
&:before,
&:after {
content: " ";
display: table;
}
&:after {
clear: both;
}
}
.endcolumn {
[class*="column"] + [class*="column"]:last-child {
float: left;
}
}
.thb-five {
width: 20%;
@include max-break($break-small) {
width: 100%;
}
}
.transition {
@include transition(all 1s $transition);
}
.quick-transition {
@include transition(all .25s $transition);
}
.linear-transition {
@include transition(all 1s linear);
}
.linear-quick-transition {
@include transition(all .25s linear);
}
.admin-style {
.admin-bar & {
top: 46px;
@media screen and (min-width: 783px){
top: 32px;
}
}
}
.custom_scroll {
overflow: hidden;
height: 100%;
position: relative;
}
.row:not(.cf) {
&:before,
&:after {
display: none !important;
}
}
.columns {
.vc_editor.compose-mode .vc_element> & {
width: 100%;
max-width: 100%;
}
}
.cover-bg {
background-size: cover;
background-position: center;
}
.flex-video {
margin: 0;
}
.thb-five {
@include min-break($break-large) {
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
}
.thb-five-2 {
@include min-break($break-large) {
-webkit-flex: 0 0 40%;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%;
}
}
/* Fixed */
.fixed-me {
will-change: top;
@include translateZ(0);
}
/* Table Layout */
.table {
display: table;
&>div {
display:table-cell;
vertical-align: middle;
}
}
/* Instagram */
.instagram-media {
position: static !important;
}
/* Lazy Load */
.lazyload,
.lazyloading {
opacity: 0.3;
}
.lazyloaded {
opacity: 1;
@include transition(opacity .25s $transition);
}