| 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 : |
.row {
&.full-width-row {
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
&.no-padding {
margin: auto;
&>.columns,
.owl-item>.columns {
padding: 0;
}
}
&.max_width {
max-width: 75em;
margin: 0 auto;
}
}
#content-container {
min-height: 100%;
@extend .linear-quick-transition;
.click-capture {
position: absolute;
z-index: 998;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(191,191,191,0.6);
content: '';
will-change: opacity;
@include opacity(0);
@include transition(opacity .25s linear);
}
}
#wrapper {
position: relative;
width: 100%;
min-height: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
[role="main"] {
position: relative;
z-index: 10;
}
&.open-menu {
overflow: hidden;
#content-container {
margin-left: 0;
@include translate3d(320px, 0, 0);
.no-csstransforms3d & {
margin-left: 320px;
}
@include max-break($break-small) {
margin-left: 0;
@include translate3d(280px, 0, 0);
.no-csstransforms3d & {
margin-left: 280px;
}
}
.click-capture {
width: 100%;
height: 100%;
@include opacity(1);
left: 0;
.no-csstransforms3d & {
left: 320px;
}
}
}
.header.fixed {
display: none;
}
}
}