.cookie-popup {
position: fixed;
bottom: 30px;
right: 40px;
width: auto;
z-index: 900;
max-width: 450px;
min-height: 80px;
padding: 30px;
background: #FFF;
box-shadow: 0 0 25px rgba(0,0,0,0.16);
}
.cookie-popup p {
font-weight: 100;
font-size: 20px !important;
line-height: 100%;
}
.cookie-popup a.cookie-link {
font-size: 20px !important;
}.wp-caption-text,
.gallery-caption,
.bypostauthor {
}@font-face {
font-family: font-light;
src: url(//debascule.be/wp-content/themes/Avada-Child/assets/fonts/Avenir-Light.ttf);
}
@font-face {
font-family: font-medium;
src: url(//debascule.be/wp-content/themes/Avada-Child/assets/fonts/Avenir-Medium.ttf);
}
@font-face {
font-family: font-roman;
src: url(//debascule.be/wp-content/themes/Avada-Child/assets/fonts/Avenir-Roman.ttf);
}
@font-face {
font-family: font-book;
src: url(//debascule.be/wp-content/themes/Avada-Child/assets/fonts/Avenir-Book.ttf);
}
@font-face {
font-family: font-bold;
src: url(//debascule.be/wp-content/themes/Avada-Child/assets/fonts/Avenir-Black.ttf);
}
.error404 header {
position: relative !important;
}
#post-404page {
padding-top: 90px !important;
padding-bottom: 90px !important;
display: flex;
justify-content: center;
}
#post-404page .error-message {
text-align: center;
margin-top: 90px !important;
margin-bottom: 90px !important;
}
#post-404page .error-button {
text-align: center;
}
.fusion-body #main .fusion-fullwidth.actie {
padding-right: 0 !important;
padding-left: 0 !important;
}
.fusion-body #main .fusion-fullwidth.actie .fusion-row {
max-width: 100% !important;
margin: 0 !important;
}
.fusion-body #main .fusion-fullwidth.actie .fusion-row .fusion-column-wrapper {
margin: 0 !important;
}
.fusion-body #main .fusion-fullwidth.actie .fusion-row .fusion-column-wrapper .actions {
height: 45vh !important;
}
.fusion-body #main .fusion-fullwidth.actie .fusion-row .fusion-column-wrapper .actions .banner {
display: flex;
height: 100%;
}
.fusion-body #main .fusion-fullwidth.actie .fusion-row .fusion-column-wrapper .actions .banner .image {
display: flex;
height: 100%;
width: 100%;
}
.fusion-body #main .fusion-fullwidth.actie .fusion-row .fusion-column-wrapper .actions .banner .image img {
height: 100%;
width: 100%;
object-fit: cover;
}
.fusion-body #main .fusion-fullwidth.actie .fusion-row .fusion-column-wrapper h2 {
padding: 30px 60px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
text-align: center;
background: rgba(0, 0, 0, 0.65);
margin-bottom: 0 !important;
color: #ffffff !important;
}
@media (max-width: 1200px) {
.fusion-body #main .fusion-fullwidth.actie .fusion-row .fusion-column-wrapper h2 {
width: 100% !important;
}
} .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
z-index: 999999;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
transform: scale(0.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
.splitting.animated .char {
-webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
-webkit-animation-delay: calc(10ms * var(--char-index));
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt.animated .char {
-webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
-webkit-animation-delay: calc(10ms * var(--char-index));
animation-delay: calc(10ms * var(--char-index));
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.splitting.txt.animated .char {
-webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
-webkit-animation-delay: calc(10ms * var(--char-index));
animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
width: 5px;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.imago {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
-webkit-transition: all .8s;
-o-transition: all .8s;
transition: all .8s;
-webkit-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s;
}
.imago.animated {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.unaccepted .wpcf7-validates-as-required, .invalid .wpcf7-validates-as-required {
border-color: red !important;
}
.screen-reader-response {
display: none !important;
}
.alert-custom {
display: none !important;
}
.alert-custom.success {
display: inline-block !important;
}
.alert-custom .close {
display: none !important;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.wpcf7-validation-errors {
display: none !important;
}
.wpcf7-acceptance-missing {
display: none !important;
}
.alert-icon {
display: none !important;
}
.wpcf7-mail-sent-ok,
.fusion-success {
background: transparent !important;
border: 0 !important;
padding: 0 !important;
font-size: 13px !important;
text-transform: none !important;
font-family: "font-medium" !important;
position: absolute !important;
right: 0;
bottom: 0;
margin-bottom: 0 !important;
color: #009fe3 !important;
}
@media (max-width: 500px) {
.wpcf7-mail-sent-ok,
.fusion-success {
position: relative !important;
right: auto;
bottom: auto;
text-align: left !important;
}
}
textarea {
outline: none;
border: none;
}
textarea:focus, input:focus {
border-color: transparent !important;
}
input::-webkit-input-placeholder {
color: rgba(55, 69, 79, 0.6) !important;
font-family: "font-book" !important;
}
input:-moz-placeholder {
color: rgba(55, 69, 79, 0.6) !important;
font-family: "font-book" !important;
}
input::-moz-placeholder {
color: rgba(55, 69, 79, 0.6) !important;
font-family: "font-book" !important;
}
input:-ms-input-placeholder {
color: rgba(55, 69, 79, 0.6) !important;
font-family: "font-book" !important;
}
textarea::-webkit-input-placeholder {
color: rgba(55, 69, 79, 0.6) !important;
font-family: "font-book" !important;
}
textarea:-moz-placeholder {
color: rgba(55, 69, 79, 0.6) !important;
font-family: "font-book" !important;
}
textarea::-moz-placeholder {
color: rgba(55, 69, 79, 0.6) !important;
font-family: "font-book" !important;
}
textarea:-ms-input-placeholder {
color: rgba(55, 69, 79, 0.6) !important;
font-family: "font-book" !important;
}
.wpcf7 {
position: relative !important;
}
.loading-spinner {
width: 40px !important;
height: 40px !important;
position: absolute;
bottom: 20px;
right: 0;
}
.loading-spinner img {
object-fit: contain !important;
width: 40px !important;
height: 40px !important;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type=radio] { -webkit-appearance: none;
appearance: none; background-color: #fff; margin: 0;
font: inherit;
color: #37454f;
width: 1.15em;
height: 1.15em;
border: 1px solid rgba(0, 64, 112, 0.7) !important;
border-radius: 0.15em;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type=radio] { display: grid;
place-content: center;
}
.wpcf7 input[type="checkbox"]::before,
.wpcf7 input[type=radio]::before {
content: "";
width: 0.65em;
height: 0.65em;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #009fe3;
}
.wpcf7 input[type="checkbox"]:checked::before,
.wpcf7 input[type=radio]:checked::before {
transform: scale(1);
}
.contact-info .contact-content {
display: flex;
margin-bottom: 30px;
}
.contact-info .contact-content:last-child {
margin-bottom: 0;
}
.contact-info .contact-content .contact-icon {
margin-right: 30px;
}
.contact-info .contact-content .contact-icon i {
font-size: 38px !important;
color: #009fe3 !important;
}
.contact-info .contact-content .contact-text h5 {
line-height: 1 !important;
}
.contact-info .contact-content .contact-text a {
font-family: "font-bold" !important;
}
.contact-info .contact-content .contact-text a.fusion-button {
font-family: "font-medium" !important;
position: relative;
z-index: 1;
}
.contact-info .contact-content .contact-text a.fusion-button:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 700ms ease;
transition: 700ms ease;
z-index: -1;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.contact-info .contact-content .contact-text a.fusion-button:hover:after {
-webkit-transform: scale(1);
transform: scale(1);
background: #009fe3;
}
.contact-info .contact-content .contact-text ul {
list-style: none;
padding: 0;
margin: 0;
}
.contact-info .contact-content .contact-text ul li .day {
font-family: "font-bold" !important;
}
.usefull-links .link {
display: flex;
}
@media (max-width: 992px) {
.usefull-links .link {
flex-direction: column;
}
}
.usefull-links .link a {
font-family: "font-bold" !important;
position: relative;
z-index: 1;
}
@media (min-width: 992px) {
.usefull-links .link a {
width: 40%;
}
}
.usefull-links .link a:hover {
text-decoration: none !important;
color: #009fe3;
}
.gmap-row {
padding-left: 0 !important;
padding-right: 0 !important;
overflow: hidden !important;
}
.gmap-row .gmap {
height: 100% !important;
filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.contact-form {
display: flex;
flex-direction: column;
padding: 0 5px;
margin-top: 60px !important;
}
@media (min-width: 1025px) {
.contact-form {
max-width: 75% !important;
}
}
.contact-form .form-row {
margin-bottom: 15px !important;
}
.contact-form .form-row p {
font-family: "font-medium" !important;
margin-bottom: 0 !important;
display: block !important;
width: 100% !important;
}
.contact-form .form-row .wpcf7-form-control {
height: 45px !important;
border: 1px solid rgba(238, 238, 238, 0.7) !important;
color: #37454f !important;
font-family: "font-book" !important;
font-size: 16px !important;
margin-bottom: 15px !important;
padding-left: 15px !important;
}
.contact-form .form-row .wpcf7-form-control.wpcf7-not-valid {
border-color: rgba(255, 0, 0, 0.7) !important;
}
.contact-form .form-row .wpcf7-form-control.wpcf7-textarea {
min-height: 270px !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0 !important;
margin-bottom: 30px !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label {
display: flex;
align-items: center;
font-size: 12px !important;
line-height: 1 !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label p, .contact-form .wpcf7-acceptance .wpcf7-list-item label a {
font-size: 12px !important;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label a {
color: #009fe3 !important;
position: relative;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label a:after {
content: '';
width: 100%;
height: 1px;
background: #009fe3;
position: absolute;
bottom: 0;
left: 0;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label a:hover:after {
width: 0;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label input {
margin-right: 10px !important;
}
.image-cropper {
width: 150px;
height: 150px;
position: relative;
overflow: hidden;
border-radius: 50%;
}
div.image-cropper > img {
height: 100%;
object-fit: cover;
}
#cookie-popup {
border-radius: 8px;
padding: 35px 35px 30px;
box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 640px) {
#cookie-popup {
left: 30px !important;
right: 30px !important;
max-width: 100% !important;
}
}
#cookie-popup #cookies-agree {
position: absolute;
top: 10px;
right: 10px;
}
#cookie-popup #cookies-agree img {
width: 16px !important;
}
#cookie-popup p, #cookie-popup a {
font-size: 16px !important;
line-height: 1.2 !important;
}
#cookie-popup p:before, #cookie-popup p:after, #cookie-popup a:before, #cookie-popup a:after {
display: none !important;
}
#cookie-popup p a, #cookie-popup a a {
color: inherit !important;
}
#cookie-popup p a:before, #cookie-popup p a:after, #cookie-popup a a:before, #cookie-popup a a:after {
display: none !important;
}
.grecaptcha-badge {
visibility: hidden;
}
body {
-webkit-font-smoothing: antialiased !important;
font-family: "font-roman" !important;
font-size: 18px !important;
color: #37454f !important;
}
p {
-webkit-font-smoothing: antialiased !important;
font-family: "font-roman" !important;
font-size: 18px !important;
color: #37454f !important;
}
a {
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
position: relative;
}
a:hover {
text-decoration: none !important;
}
a.fusion-button {
padding: 9px 17px !important;
font-family: "font-medium" !important;
text-align: center !important;
color: #ffffff !important;
font-size: 18px !important;
border-radius: 0 !important;
position: relative;
z-index: 1;
}
a.fusion-button.blue {
background: #009fe3 !important;
}
a.fusion-button.dark-blue {
background: #004070 !important;
}
a.fusion-button.service-link {
background: none !important;
padding: 0 !important;
}
a.fusion-button.service-link .fusion-button-text {
color: #004070 !important;
}
a.fusion-button.service-link:after {
content: '';
background: url(//debascule.be/wp-content/themes/Avada-Child/assets/images/menu_after.png) no-repeat;
width: 10px;
height: 10px;
background-size: contain;
display: inline-block;
margin-left: 5px;
}
.wpcf7-submit {
padding: 9px 17px !important;
font-family: "font-medium" !important;
text-align: center !important;
color: #ffffff !important;
font-size: 18px !important;
border-radius: 0 !important;
position: relative !important;
z-index: 1 !important;
background: #009fe3 !important;
}
.wpcf7-submit:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 700ms ease;
transition: 700ms ease;
z-index: -1;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.wpcf7-submit:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
background: #004070 !important;
}
h1 {
font-family: "font-bold" !important;
font-size: 60px !important;
color: #009fe3 !important;
text-transform: uppercase;
letter-spacing: 2px !important;
}
h2 {
font-family: "font-medium" !important;
font-size: 27px !important;
color: #004070 !important;
text-transform: uppercase;
letter-spacing: 2px !important;
margin-bottom: 17px !important;
}
h3 {
font-family: "font-medium" !important;
font-size: 23px !important;
color: #009fe3 !important;
text-transform: uppercase;
margin-bottom: 17px !important;
}
h4 {
font-family: "font-medium" !important;
font-size: 21px !important;
color: #004070 !important;
text-transform: uppercase;
letter-spacing: 2px !important;
margin-bottom: 17px !important;
}
h5 {
font-family: "font-medium" !important;
font-size: 23px !important;
color: #009fe3 !important;
text-transform: uppercase;
margin-bottom: 9px !important;
margin-top: 0 !important;
}
#main {
padding: 0 !important;
}
#main .fusion-fullwidth {
padding-left: 30px !important;
padding-right: 30px !important;
}
#main .fusion-fullwidth.no-padding {
padding-left: 0 !important;
padding-right: 0 !important;
}
.title-sep {
display: none !important;
}
.fusion-body .fusion-title-text.fusion-title {
margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
.fusion-body .fusion-title-text.fusion-title {
margin-bottom: 0 !important;
}
}
.button {
text-align: center !important;
}
@media (max-width: 575px) {
.button a {
width: 100% !important;
}
.button a:first-child {
margin-bottom: 5px !important;
}
}
.button a.blue:before {
background: #004070;
}
.button a.dark-blue:before {
background: #009fe3;
}
.button a:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 700ms ease;
transition: 700ms ease;
z-index: -1;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.button a:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.page-disclaimer header,
.page-juridische-informatie header,
.page-cookiebeleid header {
position: relative !important;
}
.fusion-body .blue-before .fusion-column-wrapper {
margin-left: 0 !important;
padding-left: 1.92% !important;
}
@media (min-width: 1025px) {
.fusion-body .blue-before .fusion-column-wrapper {
padding-left: 3.84% !important;
}
.fusion-body .blue-before .fusion-column-wrapper .fusion-text {
padding-right: 60px !important;
}
.fusion-body .blue-before .fusion-column-wrapper .accordian {
padding-right: 60px !important;
}
}
@media (max-width: 1024px) {
.fusion-body .blue-before .fusion-column-wrapper {
padding-right: 1.92% !important;
margin-right: 0 !important;
}
}
.fusion-body .blue-before .fusion-column-wrapper:before {
content: '';
background: #e5f5fc;
height: 100%;
width: 500%;
right: 100%;
position: absolute;
top: 0;
}
.fusion-body .blue-before .fusion-column-wrapper:after {
content: '';
background: #e5f5fc;
height: 100%;
width: 500%;
left: 100%;
position: absolute;
top: 0;
display: none;
}
@media (max-width: 1024px) {
.fusion-body .blue-before .fusion-column-wrapper:after {
display: block;
}
}
.fusion-body #main .photobanner {
padding-left: 0 !important;
padding-right: 0 !important;
}
.fusion-body #main .photobanner .fusion-builder-row {
max-width: 100% !important;
margin: 0 !important;
}
.fusion-body #main .photobanner .fusion-builder-row .fusion-column-wrapper {
margin: 0 !important;
}
.fusion-body #main .photobanner .fusion-builder-row .fusion-imageframe {
width: 100% !important;
}
.fusion-body #main .photobanner .fusion-builder-row .fusion-imageframe img {
width: 100% !important;
}
footer {
border: 0 !important;
background: #004070;
padding: 80px 30px !important;
}
footer .footer-row {
display: flex;
max-width: 1300px;
margin: 0 auto;
flex-wrap: wrap;
}
footer .footer-row .footer-col {
float: left !important;
}
@media (max-width: 1200px) {
footer .footer-row .footer-col {
padding: 0 !important;
margin-bottom: 30px !important;
}
}
@media (max-width: 767px) {
footer .footer-row .footer-col {
display: table;
text-align: center;
}
}
footer .footer-row .footer-col .footer-content {
display: flex !important;
}
@media (max-width: 767px) {
footer .footer-row .footer-col .footer-content {
flex-direction: column;
}
}
footer .footer-row .footer-col .footer-content .footer-icon img {
width: 70% !important;
}
@media (max-width: 767px) {
footer .footer-row .footer-col .footer-content .footer-icon img {
width: 30% !important;
margin-bottom: 30px;
}
}
footer .footer-row .footer-col .footer-content .footer-text p {
color: #ffffff !important;
}
footer .footer-row .footer-col .footer-content .footer-text p i {
margin-right: 10px !important;
color: #009fe3 !important;
}
footer .footer-row .footer-col .footer-content .footer-text .fusion-button {
font-size: 14px !important;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
}
footer .footer-row .footer-col .footer-content .footer-text .fusion-button:before {
content: '';
background: url(//debascule.be/wp-content/themes/Avada-Child/assets/images/pijltjes_wit.png) no-repeat;
display: inline-block;
width: 15px !important;
height: 15px !important;
background-size: contain !important;
margin-right: 10px !important;
}
footer .footer-row .footer-col .footer-content .footer-text .fusion-button:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 700ms ease;
transition: 700ms ease;
z-index: -1;
-webkit-transform-origin: center center;
transform-origin: center center;
}
footer .footer-row .footer-col .footer-content .footer-text .fusion-button:hover:after {
-webkit-transform: scale(1);
transform: scale(1);
background: #004070;
}
footer .footer-row .footer-col .footer-content .footer-text .fusion-button.i-button {
font-family: "font-bold" !important;
}
footer .footer-row .footer-col .footer-content .footer-text .fusion-button.i-button:before {
display: none;
}
footer .footer-row .footer-col .footer-content .footer-text .fusion-button.i-button i {
margin-right: 10px !important;
}
footer .footer-row .footer-col .footer-content .footer-text ul {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
display: flex;
flex-direction: column;
}
footer .footer-row .footer-col .footer-content .footer-text ul li {
font-family: "font-medium" !important;
font-size: 18px !important;
color: #ffffff !important;
display: flex;
justify-content: space-between;
}
#copyright-footer {
background: #00345b;
border: 0 !important;
}
#copyright-footer ul {
padding: 0 !important;
margin: 0 !important;
display: flex;
list-style: none;
justify-content: center;
}
@media (max-width: 810px) {
#copyright-footer ul {
display: block;
columns: 2;
text-align: center;
}
}
#copyright-footer ul li:after {
content: '-';
display: inline-block;
padding: 0 5px;
}
@media (max-width: 810px) {
#copyright-footer ul li:after {
display: none;
}
}
#copyright-footer ul li a {
position: relative;
color: rgba(255, 255, 255, 0.3) !important;
font-size: 13px !important;
}
#copyright-footer ul li a:after {
content: '';
height: 1px;
background: rgba(255, 255, 255, 0.3);
position: absolute;
width: 0%;
bottom: 0;
left: 0;
transition: all .4s ease-in-out;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
}
#copyright-footer ul li a:hover {
text-decoration: none !important;
}
#copyright-footer ul li a:hover:after {
width: 100%;
}
.rating-stars ul {
list-style-type: none;
padding: 0;
-moz-user-select: none;
-webkit-user-select: none;
}
.rating-stars ul > li.star {
display: inline-block;
} .rating-stars ul > li.star > i.fa {
font-size: 1.5em; color: #ccc; } .rating-stars ul > li.star.hover > i.fa {
color: #FFCC36;
} .rating-stars ul > li.star.selected > i.fa {
color: #FF912C;
}
header {
padding: 12px 30px !important;
width: 100%;
background-color: rgba(255, 255, 255, 0.9) !important;
}
@media (min-width: 992px) {
header {
position: fixed !important;
height: 105px !important;
}
}
header .custom-button-responsive {
display: none;
background: #009fe3 !important;
padding: 6px 17px;
color: #ffffff !important;
font-family: "font-medium" !important;
text-align: center;
position: absolute;
left: 0;
bottom: -39px;
width: 100%;
}
header .custom-button-responsive i {
margin-right: 10px !important;
}
header .custom-button-responsive a {
color: #ffffff !important;
font-family: "font-bold" !important;
}
@media (max-width: 1200px) {
header .custom-button-responsive {
display: block;
}
}
header .fusion-header-v1 {
height: 100% !important;
}
header .fusion-header-custom {
height: 100% !important;
background-color: transparent !important;
}
header .fusion-header-custom .header-row {
height: 100% !important;
display: flex;
align-items: center;
max-width: 1300px !important;
}
header .fusion-header-custom .header-row .custom-logo .custom-button {
background: #009fe3 !important;
padding: 6px 17px;
color: #ffffff !important;
font-family: "font-medium" !important;
text-align: center;
position: absolute;
left: 0;
bottom: -48px;
width: 100%;
}
@media (max-width: 1200px) {
header .fusion-header-custom .header-row .custom-logo .custom-button {
display: none;
}
}
@media (max-width: 992px) {
header .fusion-header-custom .header-row .custom-logo .custom-button {
bottom: -51px !important;
}
}
header .fusion-header-custom .header-row .custom-logo .custom-button i {
margin-right: 10px !important;
}
header .fusion-header-custom .header-row .custom-logo .custom-button a {
color: #ffffff !important;
font-family: "font-bold" !important;
}
header .fusion-header-custom .header-row .custom-logo .custom-button a:hover {
color: #004070 !important;
}
header .fusion-header-custom .header-row .custom-logo .custom-button.v1 {
bottom: -68px;
}
@media (max-width: 1200px) {
header .fusion-header-custom .header-row .custom-logo .custom-button.v1 {
bottom: -67px !important;
}
}
@media (max-width: 992px) {
header .fusion-header-custom .header-row .custom-logo .custom-button.v1 {
bottom: -51px !important;
}
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu {
padding: 0 !important;
margin: 0 !important;
list-style: none;
display: flex;
justify-content: flex-end;
align-items: center;
border: 0 !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li {
padding-right: 25px;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li:last-child {
padding-right: 0;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li a {
font-family: "font-medium" !important;
color: #004070 !important;
text-transform: uppercase;
font-size: 16px !important;
height: 31px !important;
border: 0 !important;
display: flex;
align-items: center;
position: relative;
z-index: 1;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li a img {
object-fit: contain;
width: 80px;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.current-menu-item a {
font-family: "font-bold" !important;
color: #004070 !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.menu-item-has-children {
position: relative;
display: flex;
flex-direction: column;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.menu-item-has-children a:after {
content: '';
background: url(//debascule.be/wp-content/themes/Avada-Child/assets/images/menu_after.png) no-repeat;
width: 10px;
height: 10px;
background-size: contain;
display: inline-block;
margin-left: 5px;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.blue a {
background: #009fe3 !important;
padding: 6px 17px;
color: #ffffff !important;
border: 1px solid #009fe3 !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.blue a:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 700ms ease;
transition: 700ms ease;
z-index: -1;
-webkit-transform-origin: center center;
transform-origin: center center;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.blue a:hover {
border-color: #ffffff !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.blue a:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
background: #004070;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.dark-blue a {
background: #004070 !important;
padding: 6px 17px;
color: #ffffff !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.dark-blue a:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 700ms ease;
transition: 700ms ease;
z-index: -1;
-webkit-transform-origin: center center;
transform-origin: center center;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li.dark-blue a:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
background: #009fe3;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li .sub-menu {
padding: 12px 0 !important;
margin: 0 !important;
list-style: none;
background: #004070;
min-width: 280px !important;
top: 30px;
border: 0 !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li .sub-menu li {
padding-right: 0 !important;
margin-right: 0 !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li .sub-menu li.current-menu-item a {
background: none !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li .sub-menu li a {
color: #ffffff !important;
text-transform: none !important;
padding: 3px 24px !important;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
font-family: "font-medium" !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li .sub-menu li a:after {
display: none !important;
}
header .fusion-header-custom .header-row .menu-section .custom-menu .fusion-main-menu .fusion-menu li .sub-menu li a:hover {
background: transparent;
padding-left: 29px !important;
}
.page-template-landing_page header,
.page-template-landing_page footer,
.page-template-landing_page #copyright-footer {
display: none !important;
}
.page-template-landing_page #main {
padding: 0 !important;
}
.page-template-landing_page #main .fusion-fullwidth {
padding-left: 30px !important;
padding-right: 30px !important;
}
.page-template-landing_page .slider-container {
height: 50vh !important;
background-position: center bottom !important;
}
@media (max-width: 1024px) {
.page-template-landing_page .landing-info {
order: 3 !important;
}
}
@media (max-width: 1024px) {
.page-template-landing_page .landing-info:first-child {
order: 2 !important;
}
}
.page-template-landing_page .landing-info .fusion-column-wrapper {
box-shadow: 0 0 45px rgba(10, 10, 10, 0.15);
cursor: pointer;
}
@media (max-width: 1024px) {
.page-template-landing_page .landing-info .fusion-column-wrapper {
text-align: center !important;
justify-content: center !important;
margin-top: 30px !important;
}
}
.page-template-landing_page .landing-info .fusion-imageframe {
padding-left: 30px !important;
padding-right: 30px !important;
}
.page-template-landing_page .landing-info .fusion-imageframe.bascule-logo {
background: rgba(255, 255, 255, 0.85) !important;
margin-top: -100px !important;
padding: 15px !important;
margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
.page-template-landing_page .landing-info .fusion-imageframe.bascule-logo {
margin-top: 30px !important;
}
}
.page-template-landing_page .landing-info .fusion-imageframe.bascule-logo img {
width: 480px !important;
height: 70px !important;
object-fit: contain !important;
}
@media (max-width: 1024px) {
.page-template-landing_page .landing-info .fusion-imageframe.bascule-logo img {
margin: 0 auto !important;
}
}
@media (max-width: 500px) {
.page-template-landing_page .landing-info .fusion-imageframe.bascule-logo img {
width: 100% !important;
}
}
.page-template-landing_page .landing-info .fusion-text {
margin-top: 30px !important;
}
.page-template-landing_page .landing-info .fusion-text p {
font-family: "font-medium" !important;
font-size: 28px !important;
color: #ffffff !important;
}
.page-template-landing_page .landing-info .fusion-text p a {
font-family: "font-medium" !important;
color: #009fe3 !important;
font-size: 28px !important;
text-transform: uppercase;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.page-template-landing_page .landing-info .fusion-text p a:before {
content: '';
background: url(//debascule.be/wp-content/themes/Avada-Child/assets/images/pijltjes.png) no-repeat;
display: inline-block;
width: 15px !important;
height: 15px !important;
background-size: contain !important;
margin-right: 10px !important;
}
.page-template-landing_page .landing-info-custom {
margin-top: -275px !important;
}
@media (max-width: 1024px) {
.page-template-landing_page .landing-info-custom {
margin-top: 30px !important;
order: 1;
}
}
.page-template-landing_page .landing-info-custom .fusion-column-wrapper {
background: #004070 !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
@media (max-width: 1024px) {
.page-template-landing_page .landing-info-custom .fusion-column-wrapper {
margin-right: 1.92% !important;
margin-left: 1.92% !important;
}
}
.page-template-landing_page .landing-info-custom p {
font-family: "font-medium" !important;
font-size: 23px !important;
color: #ffffff !important;
}
@media (max-width: 575px) {
.page-template-landing_page .landing-info-custom p {
font-size: 18px !important;
}
}
.page-template-landing_page .landing-info-custom p.l-spacing {
letter-spacing: 2px !important;
}
.page-template-landing_page .landing-info-custom .content-box {
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #ffffff;
padding: 45px 30px !important;
}
@media (max-width: 575px) {
.page-template-landing_page .landing-info-custom .content-box {
flex-direction: column !important;
}
}
@media (max-width: 575px) {
.page-template-landing_page .landing-info-custom .content-box .content-icon {
margin-bottom: 30px !important;
}
}
.page-template-landing_page .landing-info-custom .content-box .content-icon img {
width: 70% !important;
min-width: 50% !important;
}
.page-template-landing_page .landing-info-custom .content-box .content-text {
text-align: center;
width: 100% !important;
}
.page-template-landing_page .landing-info-custom .content-box .content-text .landing-button {
background: #009fe3;
padding: 9px 17px;
color: #ffffff;
font-size: 16px;
text-transform: uppercase;
font-family: "font-medium" !important;
width: 100%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 1;
}
.page-template-landing_page .landing-info-custom .content-box .content-text .landing-button i {
transform: scaleX(-1);
color: #ffffff;
margin-right: 10px;
}
.page-template-landing_page .landing-info-custom .content-box .content-text .landing-button:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 700ms ease;
transition: 700ms ease;
z-index: -1;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.page-template-landing_page .landing-info-custom .content-box .content-text .landing-button:hover:after {
-webkit-transform: scale(1);
transform: scale(1);
background: #004070;
}
.page-template-landing_page .landing-info-custom .content-box .content-text .landing-button:before {
content: '';
background: url(//debascule.be/wp-content/themes/Avada-Child/assets/images/pijltjes_wit.png) no-repeat;
display: inline-block;
width: 15px !important;
height: 15px !important;
background-size: contain !important;
margin-right: 10px !important;
}
.page-template-landing_page .landing-info-custom .content-box .content-text .landing-button.button-i {
font-family: "font-bold" !important;
font-size: 20px !important;
}
.page-template-landing_page .landing-info-custom .content-box .content-text .landing-button.button-i:before {
display: none !important;
}
.page-template-landing_page .landing-info-custom .content-box .content-text p i {
margin-right: 10px !important;
font-size: 23px;
color: #009fe3 !important;
}
.page-template-landing_page .landing-info-custom .content-box .content-text .openings ul {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
display: flex;
flex-direction: column;
}
.page-template-landing_page .landing-info-custom .content-box .content-text .openings ul li {
font-family: "font-medium" !important;
font-size: 18px !important;
color: #ffffff !important;
display: flex;
justify-content: space-between;
}
.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-header {
top: 0 !important;
position: relative !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
background: #009fe3 !important;
}
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-text-outline {
background: #004070 !important;
}
.custom-menu .fusion-flyout-mobile-menu {
margin-top: 0 !important;
height: 100vh !important;
animation-delay: 1s !important;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu {
display: flex !important;
flex-direction: column;
opacity: 0 !important;
padding: 0 !important;
height: 100vh !important;
align-items: center !important;
justify-content: center !important;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu.fly {
opacity: 1 !important;
transition: all 1.8s ease-in-out !important;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu li {
padding: 14px !important;
position: relative;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu li a {
color: #ffffff !important;
font-family: "font-medium" !important;
font-size: 24px !important;
display: block !important;
align-items: center !important;
z-index: 9 !important;
padding: 0 !important;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu li a:hover {
text-decoration: none;
color: #009fe3 !important;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu li .custom-caret {
position: absolute;
right: 0;
top: 14px;
width: 32px;
height: 32px;
text-align: center;
font-size: 16px;
line-height: 32px;
color: #ffffff;
background: rgba(255, 255, 255, 0.1);
cursor: pointer;
border-radius: 2px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 999;
animation-delay: .3s;
display: inline-block;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu li .custom-caret.rotate {
transform: rotate(90deg);
background: #009fe3;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu li .sub-menu {
border-color: #009fe3 !important;
height: 0 !important;
transition: all .3s ease-in-out 0s;
padding: 0 !important;
opacity: 0 !important;
display: flex !important;
flex-direction: column !important;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu li .sub-menu.open {
padding-top: 14px !important;
display: flex !important;
height: auto !important;
opacity: 1 !important;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu li .sub-menu li a {
font-size: 18px !important;
}
.custom-menu .fusion-flyout-mobile-menu .fusion-menu li .sub-menu li a .custom-caret {
display: none !important;
}
.change .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
background: #ffffff !important;
}
.fusion-flyout-menu-bg {
position: fixed !important;
right: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 1 !important;
-webkit-transform: translateY(101%) !important;
-ms-transform: translateY(101%) !important;
transform: translateY(101%) !important;
transition: all 900ms ease !important;
-moz-transition: all 900ms ease !important;
-webkit-transition: all 900ms ease !important;
-ms-transition: all 900ms ease !important;
-o-transition: all 900ms ease !important;
}
.fusion-flyout-menu-bg.active-bg {
background: rgba(0, 0, 0, 0.85) !important;
opacity: 0.70 !important;
visibility: visible !important;
-webkit-transition: all 0.7s ease !important;
-moz-transition: all 0.7s ease !important;
-ms-transition: all 0.7s ease !important;
-o-transition: all 0.7s ease !important;
transition: all 0.7s ease !important;
-webkit-transform: translateY(0%) !important;
-ms-transform: translateY(0%) !important;
transform: translateY(0%) !important;
}
.menu-cover-title {
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
font-size: 20vw;
font-weight: 600;
line-height: 1.15;
color: #ffffff;
opacity: 0.3;
z-index: -1;
}
.page-nieuws header {
position: relative !important;
}
.news-row {
padding-top: 90px !important;
padding-bottom: 90px !important;
max-width: 1300px !important;
position: relative;
}
.news-row .news-section {
display: flex;
align-items: center;
}
@media (max-width: 1024px) {
.news-row .news-section {
flex-direction: column-reverse !important;
}
}
.news-row .before {
display: none !important;
}
.news-row:nth-of-type(odd) {
background: #e5f5fc;
}
.news-row:nth-of-type(odd):before {
height: 100%;
display: flex !important;
position: absolute;
right: 100%;
top: 0;
background: #e5f5fc;
width: 500%;
content: '';
}
.news-row:nth-of-type(odd):after {
height: 100%;
display: flex;
position: absolute;
right: 0;
top: 0;
background: #ffffff;
width: 100px;
content: '';
z-index: 1;
}
@media (max-width: 1024px) {
.news-row:nth-of-type(odd):after {
background: #e5f5fc !important;
width: 500%;
left: 100%;
right: auto;
}
}
.news-row:nth-of-type(even) .news-section {
display: flex;
flex-direction: row-reverse;
}
.news-row:nth-of-type(even) .news-section .news-content {
padding-left: 30px !important;
}
@media (max-width: 1024px) {
.news-row:nth-of-type(even) .news-section .news-content {
padding-left: 0 !important;
}
}
.news-row .news-content {
padding-right: 30px !important;
}
@media (max-width: 1024px) {
.news-row .news-content {
padding-right: 0 !important;
width: 100% !important;
max-width: 100% !important;
}
}
.news-row .news-content .service-link {
display: block;
color: #004070 !important;
float: left;
margin-top: 30px !important;
}
@media (max-width: 1024px) {
.news-row .image-section {
width: 100% !important;
max-width: 100% !important;
}
}
.news-row .image-section img {
height: 265px !important;
object-fit: cover !important;
}
@media (max-width: 1024px) {
.news-row .image-section img {
height: auto !important;
}
}
.services-row .fusion-builder-row {
background: #e5f5fc !important;
padding: 90px 0  !important;
}
@media (max-width: 1024px) {
.services-row .fusion-builder-row {
flex-direction: column-reverse !important;
padding: 30px 0 !important;
}
}
.services-row .fusion-builder-row .before {
height: 100%;
display: flex;
position: absolute;
right: 100%;
top: 0;
background: #e5f5fc;
width: 500%;
}
.services-row .fusion-builder-row .after {
height: 100%;
display: flex;
position: absolute;
right: 0;
top: 0;
background: #ffffff;
width: 100px;
}
@media (max-width: 1024px) {
.services-row .fusion-builder-row .after {
background: #e5f5fc !important;
width: 500%;
left: 100%;
right: auto;
}
}
.services-row .fusion-column-wrapper.active .hidden-service {
margin-top: 60px !important;
opacity: 1;
height: auto;
}
@media (max-width: 1024px) {
.services-row .fusion-column-wrapper.active .hidden-service {
margin-top: 30px !important;
}
}
.services-row .fusion-column-wrapper .fusion-imageframe {
width: 100% !important;
}
@media (max-width: 1024px) {
.services-row .fusion-column-wrapper .fusion-imageframe {
margin-bottom: 30px !important;
}
}
.services-row .fusion-column-wrapper .fusion-imageframe img {
width: 100% !important;
}
.services-row .hidden-service {
opacity: 0;
height: 0;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
}
.services-row .hidden-service p:last-child {
margin-bottom: 0 !important;
}
.services-row.reverze .fusion-row {
background: #ffffff !important;
}
@media (max-width: 1024px) {
.services-row.reverze .fusion-row {
flex-direction: column !important;
}
}
.services-row.reverze .fusion-row .before,
.services-row.reverze .fusion-row .after {
display: none !important;
}
.single .slider-container {
background-position: center center !important;
background-size: cover !important;
}
.single h1 {
font-size: 28px !important;
}
@media (max-width: 1360px) {
.single h1 {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
@media (max-width: 1360px) {
.single .button-single {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
.single .button-single .fusion-button {
margin-bottom: 30px !important;
position: relative;
z-index: 1;
}
.single .button-single .fusion-button:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: 700ms ease;
transition: 700ms ease;
z-index: -1;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.single .button-single .fusion-button:hover:after {
-webkit-transform: scale(1);
transform: scale(1);
background: #009fe3;
}
.single .fusion-layout-column p:last-child {
margin-bottom: 0 !important;
}
.slider-container {
padding-left: 0 !important;
padding-right: 0 !important;
height: 65vh !important;
background-position: center top !important;
}
.slider-container.custom-height {
height: 50vh !important;
}
.slider-container.praktijk {
background-position: center 57% !important;
}
.accordian .fusion-panel {
border-color: rgba(0, 159, 227, 0.5) !important;
}
.accordian .fusion-panel .panel-heading h4 {
margin-bottom: 0 !important;
}
.accordian .fusion-panel .panel-heading h4 a {
font-family: "font-medium" !important;
text-transform: uppercase;
color: #004070 !important;
letter-spacing: 0 !important;
padding: 15px 0 !important;
}
.accordian .fusion-panel .panel-heading h4 a .fusion-toggle-icon-wrapper {
display: none !important;
}
.accordian .fusion-panel .panel-heading h4 a .fusion-toggle-heading {
margin-left: 0 !important;
}
.accordian .fusion-panel .panel-heading h4 a:after {
content: '';
background: url(//debascule.be/wp-content/themes/Avada-Child/assets/images/menu_after.png) no-repeat;
width: 10px;
height: 10px;
background-size: contain;
display: inline-block;
position: absolute;
right: 0;
top: 50%;
}@font-face {
font-family: 'Font Awesome 5 Pro';
font-style: normal;
font-weight: 300;
font-display: auto;
src: url(//debascule.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.eot);
src: url(//debascule.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(//debascule.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.woff2) format("woff2"), url(//debascule.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.woff) format("woff"), url(//debascule.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.ttf) format("truetype"), url(//debascule.be/wp-content/themes/Avada-Child/css/fontawesome/webfonts/fa-light-300.svg#fontawesome) format("svg"); }
.fal {
font-family: 'Font Awesome 5 Pro';
font-weight: 300; }.splitting.cells img { width: 100%; display: block; }
@supports ( display: grid ) {
.splitting.cells {
position: relative;
overflow: hidden;
background-size: cover;
visibility: hidden;
}
.splitting .cell-grid {
background: inherit;
position: absolute;
top: 0; 
left: 0; 
width: 100%; 
height: 100%;
display: grid;
grid-template: repeat( var(--row-total), 1fr ) / repeat( var(--col-total), 1fr );
}
.splitting .cell {
background: inherit;
position: relative;
overflow: hidden;
}
.splitting .cell-inner {
background: inherit;
position: absolute;
visibility: visible; width: calc(100% * var(--col-total));
height: calc(100% * var(--row-total)); left: calc(-100% * var(--col-index));
top: calc(-100% * var(--row-index));
} .splitting .cell {
--center-x: calc((var(--col-total) - 1) / 2);
--center-y: calc((var(--row-total) - 1) / 2); --offset-x: calc(var(--col-index) - var(--center-x));
--offset-y: calc(var(--row-index) - var(--center-y)); --distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) ); --distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) );
}
}