@charset "UTF-8";
:root{--container-width: 1440px;--basic-color: #181c21;--accent-color: #da404c;--secondary-color: #8b9aa9}.redboxContainer{max-width:var(--container-width);margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.redboxContainer{padding:0 3.125rem}}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,600;1,400;1,700&family=Poppins:wght@100;400;700;800&family=Roboto:ital,wght@0,100;0,700;1,400&display=swap");
  :root {
--rdbx-white: #f6f9fc;
--rdbx-gray: #a5b1bc;
--rdbx-light-gray: #d4dce7;
--rdbx-dark-gray: #373f49;
--rdbx-light-red: #ed5561;
--rdbx-red: #da404c;
--rdbx-dark-red: #b6202b;
--rdbx-dark-blue: #181c21;
--rdbx-gray-blue: #5d6c7d;
--rdbx-hover-secondary: var(--rdbx-base-40);
--rdbx-focus-secondary: #4a5663;
--rdbx-blue-30: #8b9aa9;
--rdbx-blue-40: #728395;
--rdbx-base-10: #d4dce7;
--rdbx-base-20: #a5b1bc;
--rdbx-base-40: #7e8a9a;
}  :root {
--blue: #7ba4d8;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #c52b68;
--red: #a60a17;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #66686b;
--gray-dark: #33353b;
--primary: #a60a17;
--secondary: #cfd1cf;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #a60a17;
--light: #e5e7e4;
--dark: #33353b;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 1100px;
--breakpoint-xl: 1500px;
--font-family-sans-serif: "Gilroy", "Spartan", sans-serif;
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 1rem;
font-weight: 500;
line-height: 1.667;
color: #e5e7e4;
text-align: left;
background-color: #1a1c23;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #a60a17;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #5e060d;
text-decoration: underline;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #66686b;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type=radio],
input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 700;
line-height: 1.2;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 2rem;
}
h3, .h3 {
font-size: 1.75rem;
}
h4, .h4 {
font-size: 1.5rem;
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 0.875em;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyled, .comment-list {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer {
display: block;
font-size: 0.875em;
color: #66686b;
}
.blockquote-footer::before {
content: "— ";
}
.img-fluid, .wp-caption img {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #1a1c23;
border: 1px solid #b2b4b4;
border-radius: 0;
max-width: 100%;
height: auto;
}
.figure, .wp-caption {
display: inline-block;
}
.figure-img, .wp-caption img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption, .wp-caption-text {
font-size: 90%;
color: #66686b;
}
code {
font-size: 87.5%;
color: #c52b68;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 87.5%;
color: #fff;
background-color: #1a1c23;
border-radius: 0;
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
}
pre {
display: block;
font-size: 87.5%;
color: #1a1c23;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 1100px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1500px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1440px;
}
}
.row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.col-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.col-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.col-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.col-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
order: -1;
}
.order-last {
order: 13;
}
.order-0 {
order: 0;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
@media (min-width: 576px) {
.col-sm {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-sm-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
order: -1;
}
.order-sm-last {
order: 13;
}
.order-sm-0 {
order: 0;
}
.order-sm-1 {
order: 1;
}
.order-sm-2 {
order: 2;
}
.order-sm-3 {
order: 3;
}
.order-sm-4 {
order: 4;
}
.order-sm-5 {
order: 5;
}
.order-sm-6 {
order: 6;
}
.order-sm-7 {
order: 7;
}
.order-sm-8 {
order: 8;
}
.order-sm-9 {
order: 9;
}
.order-sm-10 {
order: 10;
}
.order-sm-11 {
order: 11;
}
.order-sm-12 {
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
}
@media (min-width: 768px) {
.col-md {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-md-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-md-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
order: -1;
}
.order-md-last {
order: 13;
}
.order-md-0 {
order: 0;
}
.order-md-1 {
order: 1;
}
.order-md-2 {
order: 2;
}
.order-md-3 {
order: 3;
}
.order-md-4 {
order: 4;
}
.order-md-5 {
order: 5;
}
.order-md-6 {
order: 6;
}
.order-md-7 {
order: 7;
}
.order-md-8 {
order: 8;
}
.order-md-9 {
order: 9;
}
.order-md-10 {
order: 10;
}
.order-md-11 {
order: 11;
}
.order-md-12 {
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
}
@media (min-width: 1100px) {
.col-lg {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-lg-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
order: -1;
}
.order-lg-last {
order: 13;
}
.order-lg-0 {
order: 0;
}
.order-lg-1 {
order: 1;
}
.order-lg-2 {
order: 2;
}
.order-lg-3 {
order: 3;
}
.order-lg-4 {
order: 4;
}
.order-lg-5 {
order: 5;
}
.order-lg-6 {
order: 6;
}
.order-lg-7 {
order: 7;
}
.order-lg-8 {
order: 8;
}
.order-lg-9 {
order: 9;
}
.order-lg-10 {
order: 10;
}
.order-lg-11 {
order: 11;
}
.order-lg-12 {
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
}
@media (min-width: 1500px) {
.col-xl {
flex-basis: 0;
flex-grow: 1;
max-width: 100%;
}
.row-cols-xl-1 > * {
flex: 0 0 100%;
max-width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 50%;
max-width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 25%;
max-width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 20%;
max-width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
flex: 0 0 8.33333333%;
max-width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 16.66666667%;
max-width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
flex: 0 0 33.33333333%;
max-width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 66.66666667%;
max-width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
order: -1;
}
.order-xl-last {
order: 13;
}
.order-xl-0 {
order: 0;
}
.order-xl-1 {
order: 1;
}
.order-xl-2 {
order: 2;
}
.order-xl-3 {
order: 3;
}
.order-xl-4 {
order: 4;
}
.order-xl-5 {
order: 5;
}
.order-xl-6 {
order: 6;
}
.order-xl-7 {
order: 7;
}
.order-xl-8 {
order: 8;
}
.order-xl-9 {
order: 9;
}
.order-xl-10 {
order: 10;
}
.order-xl-11 {
order: 11;
}
.order-xl-12 {
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #e5e7e4;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #b2b4b4;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #b2b4b4;
}
.table tbody + tbody {
border-top: 2px solid #b2b4b4;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #b2b4b4;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #b2b4b4;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
color: #e5e7e4;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #e6babe;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #d18086;
}
.table-hover .table-primary:hover {
background-color: #dfa7ac;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #dfa7ac;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #f2f2f2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #e6e7e6;
}
.table-hover .table-secondary:hover {
background-color: #e5e5e5;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #e5e5e5;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #8fd19e;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #86cfda;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #e6babe;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #d18086;
}
.table-hover .table-danger:hover {
background-color: #dfa7ac;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #dfa7ac;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #f8f8f7;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #f1f3f1;
}
.table-hover .table-light:hover {
background-color: #ecece9;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ecece9;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c6c8;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #959699;
}
.table-hover .table-dark:hover {
background-color: #b9b9bb;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9b9bb;
}
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #33353b;
border-color: #454750;
}
.table .thead-light th {
color: #4d4f53;
background-color: #cccecc;
border-color: #b2b4b4;
}
.table-dark {
color: #fff;
background-color: #33353b;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #454750;
}
.table-dark.table-bordered {
border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
color: #fff;
background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-sm > .table-bordered {
border: 0;
}
}
@media (max-width: 767.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-md > .table-bordered {
border: 0;
}
}
@media (max-width: 1099.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-lg > .table-bordered {
border: 0;
}
}
@media (max-width: 1499.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
border: 0;
}
.form-control, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
display: block;
width: 100%;
height: calc(1.667em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 1rem;
font-weight: 500;
line-height: 1.667;
color: #4d4f53;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #999b9c;
border-radius: 0;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
transition: none;
}
}
.form-control::-ms-expand, .search-form .search-field::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus, .search-form .search-field:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
color: #4d4f53;
background-color: #fff;
border-color: #f33c4b;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.form-control:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
color: #66686b;
opacity: 1;
}
.form-control::placeholder, .search-form .search-field::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
color: #66686b;
opacity: 1;
}
.form-control:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .form-control[readonly], .search-form [readonly].search-field, .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
background-color: #cccecc;
opacity: 1;
}
input[type=date].form-control, .search-form input[type=date].search-field, .comment-form input[type=date][type=text],
.comment-form input[type=date][type=email],
.comment-form input[type=date][type=url],
input[type=time].form-control,
.search-form input[type=time].search-field,
.comment-form input[type=time][type=text],
.comment-form input[type=time][type=email],
.comment-form input[type=time][type=url],
input[type=datetime-local].form-control,
.search-form input[type=datetime-local].search-field,
.comment-form input[type=datetime-local][type=text],
.comment-form input[type=datetime-local][type=email],
.comment-form input[type=datetime-local][type=url],
input[type=month].form-control,
.search-form input[type=month].search-field,
.comment-form input[type=month][type=text],
.comment-form input[type=month][type=email],
.comment-form input[type=month][type=url] {
-webkit-appearance: none;
appearance: none;
}
select.form-control:-moz-focusring, .search-form select.search-field:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #4d4f53;
}
select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
color: #4d4f53;
background-color: #fff;
}
.form-control-file,
.form-control-range {
display: block;
width: 100%;
}
.col-form-label {
padding-top: calc(0.375rem + 1px);
padding-bottom: calc(0.375rem + 1px);
margin-bottom: 0;
font-size: inherit;
line-height: 1.667;
}
.col-form-label-lg {
padding-top: calc(0.5rem + 1px);
padding-bottom: calc(0.5rem + 1px);
font-size: 1.25rem;
line-height: 1.5;
}
.col-form-label-sm {
padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px);
font-size: 0.875rem;
line-height: 1.5;
}
.form-control-plaintext {
display: block;
width: 100%;
padding: 0.375rem 0;
margin-bottom: 0;
font-size: 1rem;
line-height: 1.667;
color: #e5e7e4;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0;
}
select.form-control[size], .search-form select[size].search-field, select.form-control[multiple], .search-form select[multiple].search-field {
height: auto;
}
textarea.form-control, .search-form textarea.search-field,
.comment-form textarea {
height: auto;
}
.form-group, .search-form label, .comment-form p {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
display: flex;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
padding-right: 5px;
padding-left: 5px;
}
.form-check {
position: relative;
display: block;
padding-left: 1.25rem;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
color: #66686b;
}
.form-check-label {
margin-bottom: 0;
}
.form-check-inline {
display: inline-flex;
align-items: center;
padding-left: 0;
margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
position: static;
margin-top: 0;
margin-right: 0.3125rem;
margin-left: 0;
}
.valid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #28a745;
}
.valid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.667;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .search-form .is-valid.search-field, .comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
border-color: #28a745;
padding-right: calc(1.667em + 0.75rem) !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.41675em + 0.1875rem) center;
background-size: calc(0.8335em + 0.375rem) calc(0.8335em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, .was-validated .search-form select.search-field:valid, .search-form .was-validated select.search-field:valid, select.form-control.is-valid, .search-form select.is-valid.search-field {
padding-right: 3rem !important;
background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, .was-validated .search-form textarea.search-field:valid, .search-form .was-validated textarea.search-field:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, textarea.form-control.is-valid, .search-form textarea.is-valid.search-field,
.comment-form textarea.is-valid {
padding-right: calc(1.667em + 0.75rem);
background-position: top calc(0.41675em + 0.1875rem) right calc(0.41675em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #28a745;
padding-right: calc(0.75em + 2.3125rem) !important;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2333353b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8335em + 0.375rem) calc(0.8335em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 0.875em;
color: #a60a17;
}
.invalid-tooltip {
position: absolute;
top: 100%;
left: 0;
z-index: 5;
display: none;
max-width: 100%;
padding: 0.25rem 0.5rem;
margin-top: 0.1rem;
font-size: 0.875rem;
line-height: 1.667;
color: #fff;
background-color: rgba(166, 10, 23, 0.9);
border-radius: 0;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
border-color: #a60a17;
padding-right: calc(1.667em + 0.75rem) !important;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23a60a17' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23a60a17' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.41675em + 0.1875rem) center;
background-size: calc(0.8335em + 0.375rem) calc(0.8335em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
border-color: #a60a17;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.was-validated select.form-control:invalid, .was-validated .search-form select.search-field:invalid, .search-form .was-validated select.search-field:invalid, select.form-control.is-invalid, .search-form select.is-invalid.search-field {
padding-right: 3rem !important;
background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, .was-validated .search-form textarea.search-field:invalid, .search-form .was-validated textarea.search-field:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, textarea.form-control.is-invalid, .search-form textarea.is-invalid.search-field,
.comment-form textarea.is-invalid {
padding-right: calc(1.667em + 0.75rem);
background-position: top calc(0.41675em + 0.1875rem) right calc(0.41675em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #a60a17;
padding-right: calc(0.75em + 2.3125rem) !important;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2333353b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23a60a17' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23a60a17' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8335em + 0.375rem) calc(0.8335em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #a60a17;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #a60a17;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #a60a17;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #a60a17;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #d60d1e;
background-color: #d60d1e;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #a60a17;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #a60a17;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #a60a17;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.form-inline, .search-form {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.form-inline .form-check, .search-form .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label, .search-form label {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group, .search-form .form-group, .search-form label, .form-inline .comment-form p, .search-form .comment-form p, .comment-form .form-inline p, .comment-form .search-form p {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0;
}
.form-inline .form-control, .search-form .form-control, .search-form .search-field, .form-inline .comment-form input[type=text], .search-form .comment-form input[type=text], .comment-form .form-inline input[type=text], .comment-form .search-form input[type=text],
.form-inline .comment-form input[type=email],
.search-form .comment-form input[type=email],
.comment-form .form-inline input[type=email],
.comment-form .search-form input[type=email],
.form-inline .comment-form input[type=url],
.search-form .comment-form input[type=url],
.comment-form .form-inline input[type=url],
.comment-form .search-form input[type=url],
.form-inline .comment-form textarea,
.search-form .comment-form textarea,
.comment-form .form-inline textarea,
.comment-form .search-form textarea {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .form-control-plaintext, .search-form .form-control-plaintext {
display: inline-block;
}
.form-inline .input-group, .search-form .input-group,
.form-inline .custom-select,
.search-form .custom-select {
width: auto;
}
.form-inline .form-check, .search-form .form-check {
display: flex;
align-items: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input, .search-form .form-check-input {
position: relative;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control, .search-form .custom-control {
align-items: center;
justify-content: center;
}
.form-inline .custom-control-label, .search-form .custom-control-label {
margin-bottom: 0;
}
}
.btn, .search-form .search-submit, .comment-form input[type=submit] {
display: inline-block;
font-family: "Gilroy", "Spartan", sans-serif;
font-weight: 400;
color: #e5e7e4;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.75rem 3rem;
font-size: 1rem;
line-height: 1.667;
border-radius: 1000rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn, .search-form .search-submit, .comment-form input[type=submit] {
transition: none;
}
}
.btn:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
color: #e5e7e4;
text-decoration: none;
}
.btn:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.btn.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .search-form .search-submit:not(:disabled):not(.disabled), .comment-form input[type=submit]:not(:disabled):not(.disabled) {
cursor: pointer;
}
a.btn.disabled, .search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.btn-primary:hover {
color: #fff;
background-color: #820812;
border-color: #760710;
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #820812;
border-color: #760710;
box-shadow: 0 0 0 0.2rem rgba(179, 47, 58, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #760710;
border-color: #6a060f;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(179, 47, 58, 0.5);
}
.btn-secondary, .search-form .search-submit, .comment-form input[type=submit] {
color: #1a1c23;
background-color: #cfd1cf;
border-color: #cfd1cf;
}
.btn-secondary:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
color: #1a1c23;
background-color: #bbbebb;
border-color: #b5b8b5;
}
.btn-secondary:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn-secondary.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
color: #1a1c23;
background-color: #bbbebb;
border-color: #b5b8b5;
box-shadow: 0 0 0 0.2rem rgba(180, 182, 181, 0.5);
}
.btn-secondary.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn-secondary:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
color: #1a1c23;
background-color: #cfd1cf;
border-color: #cfd1cf;
}
.btn-secondary:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .search-form .show > .dropdown-toggle.search-submit, .comment-form .show > input.dropdown-toggle[type=submit] {
color: #1a1c23;
background-color: #b5b8b5;
border-color: #aeb2ae;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus {
box-shadow: 0 0 0 0.2rem rgba(180, 182, 181, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #138496;
border-color: #117a8b;
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
color: #1a1c23;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #1a1c23;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
color: #1a1c23;
background-color: #e0a800;
border-color: #d39e00;
box-shadow: 0 0 0 0.2rem rgba(221, 168, 11, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #1a1c23;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
color: #1a1c23;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(221, 168, 11, 0.5);
}
.btn-danger {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.btn-danger:hover {
color: #fff;
background-color: #820812;
border-color: #760710;
}
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #820812;
border-color: #760710;
box-shadow: 0 0 0 0.2rem rgba(179, 47, 58, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #760710;
border-color: #6a060f;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(179, 47, 58, 0.5);
}
.btn-light {
color: #1a1c23;
background-color: #e5e7e4;
border-color: #e5e7e4;
}
.btn-light:hover {
color: #1a1c23;
background-color: #d2d5d0;
border-color: #cbcfc9;
}
.btn-light:focus, .btn-light.focus {
color: #1a1c23;
background-color: #d2d5d0;
border-color: #cbcfc9;
box-shadow: 0 0 0 0.2rem rgba(199, 201, 199, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
color: #1a1c23;
background-color: #e5e7e4;
border-color: #e5e7e4;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
color: #1a1c23;
background-color: #cbcfc9;
border-color: #c5c9c2;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(199, 201, 199, 0.5);
}
.btn-dark {
color: #fff;
background-color: #33353b;
border-color: #33353b;
}
.btn-dark:hover {
color: #fff;
background-color: #212326;
border-color: #1b1c20;
}
.btn-dark:focus, .btn-dark.focus {
color: #fff;
background-color: #212326;
border-color: #1b1c20;
box-shadow: 0 0 0 0.2rem rgba(82, 83, 88, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #33353b;
border-color: #33353b;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1b1c20;
border-color: #151619;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 83, 88, 0.5);
}
.btn-outline-primary {
color: #a60a17;
border-color: #a60a17;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #a60a17;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.5);
}
.btn-outline-secondary {
color: #cfd1cf;
border-color: #cfd1cf;
}
.btn-outline-secondary:hover {
color: #1a1c23;
background-color: #cfd1cf;
border-color: #cfd1cf;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(207, 209, 207, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #cfd1cf;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
color: #1a1c23;
background-color: #cfd1cf;
border-color: #cfd1cf;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(207, 209, 207, 0.5);
}
.btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #1a1c23;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
color: #1a1c23;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #a60a17;
border-color: #a60a17;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #a60a17;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.5);
}
.btn-outline-light {
color: #e5e7e4;
border-color: #e5e7e4;
}
.btn-outline-light:hover {
color: #1a1c23;
background-color: #e5e7e4;
border-color: #e5e7e4;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(229, 231, 228, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #e5e7e4;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
color: #1a1c23;
background-color: #e5e7e4;
border-color: #e5e7e4;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(229, 231, 228, 0.5);
}
.btn-outline-dark {
color: #33353b;
border-color: #33353b;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #33353b;
border-color: #33353b;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(51, 53, 59, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #33353b;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #33353b;
border-color: #33353b;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(51, 53, 59, 0.5);
}
.btn-link {
font-weight: 400;
color: #a60a17;
text-decoration: none;
}
.btn-link:hover {
color: #5e060d;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
color: #66686b;
pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn, .search-form .btn-group-lg > .search-submit, .comment-form .btn-group-lg > input[type=submit] {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 1000rem;
}
.btn-sm, .btn-group-sm > .btn, .search-form .btn-group-sm > .search-submit, .comment-form .btn-group-sm > input[type=submit] {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 1000rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
width: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.collapsing.width {
width: 0;
height: auto;
transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing.width {
transition: none;
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
margin-left: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: 0.5rem 0;
margin: 0.125rem 0 0;
font-size: 1rem;
color: #e5e7e4;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 1100px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1500px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0;
border-right: 0.3em solid transparent;
border-bottom: 0.3em solid;
border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropright .dropdown-toggle::after {
vertical-align: 0;
}
.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
margin-right: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0.3em solid;
border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
margin-left: 0;
}
.dropleft .dropdown-toggle::before {
vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #cccecc;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #1a1c23;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #0f1014;
text-decoration: none;
background-color: #cccecc;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #a60a17;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #808284;
pointer-events: none;
background-color: transparent;
}
.dropdown-menu.show {
display: block;
}
.dropdown-header {
display: block;
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
color: #66686b;
white-space: nowrap;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #1a1c23;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn, .search-form .btn-group > .search-submit, .comment-form .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.search-form .btn-group-vertical > .search-submit,
.comment-form .btn-group-vertical > input[type=submit] {
position: relative;
flex: 1 1 auto;
}
.btn-group > .btn:hover, .search-form .btn-group > .search-submit:hover, .comment-form .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.search-form .btn-group-vertical > .search-submit:hover,
.comment-form .btn-group-vertical > input[type=submit]:hover {
z-index: 1;
}
.btn-group > .btn:focus, .search-form .btn-group > .search-submit:focus, .comment-form .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .search-form .btn-group > .search-submit:active, .comment-form .btn-group > input[type=submit]:active, .btn-group > .btn.active, .search-form .btn-group > .active.search-submit, .comment-form .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.search-form .btn-group-vertical > .search-submit:focus,
.comment-form .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.search-form .btn-group-vertical > .search-submit:active,
.comment-form .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.search-form .btn-group-vertical > .active.search-submit,
.comment-form .btn-group-vertical > input.active[type=submit] {
z-index: 1;
}
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit] {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 2.25rem;
padding-left: 2.25rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.btn-group-vertical > .btn, .search-form .btn-group-vertical > .search-submit, .comment-form .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .search-form .btn-group-toggle > .search-submit, .comment-form .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.search-form .btn-group-toggle > .btn-group > .search-submit,
.comment-form .btn-group-toggle > .btn-group > input[type=submit] {
margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .search-form .btn-group-toggle > .search-submit input[type=radio], .comment-form .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.search-form .btn-group-toggle > .search-submit input[type=checkbox],
.comment-form .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.input-group > .form-control, .search-form .input-group > .search-field, .comment-form .input-group > input[type=text],
.comment-form .input-group > input[type=email],
.comment-form .input-group > input[type=url],
.comment-form .input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0;
}
.input-group > .form-control + .form-control, .search-form .input-group > .search-field + .form-control, .search-form .input-group > .form-control + .search-field, .search-form .input-group > .search-field + .search-field, .comment-form .input-group > input[type=text] + .form-control, .comment-form .search-form .input-group > input[type=text] + .search-field, .search-form .comment-form .input-group > input[type=text] + .search-field,
.comment-form .input-group > input[type=email] + .form-control,
.comment-form .search-form .input-group > input[type=email] + .search-field,
.search-form .comment-form .input-group > input[type=email] + .search-field,
.comment-form .input-group > input[type=url] + .form-control,
.comment-form .search-form .input-group > input[type=url] + .search-field,
.search-form .comment-form .input-group > input[type=url] + .search-field,
.comment-form .input-group > textarea + .form-control,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field, .comment-form .input-group > .form-control + input[type=text], .comment-form .search-form .input-group > .search-field + input[type=text], .search-form .comment-form .input-group > .search-field + input[type=text], .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .input-group > input[type=email] + input[type=text],
.comment-form .input-group > input[type=url] + input[type=text],
.comment-form .input-group > textarea + input[type=text],
.comment-form .input-group > .form-control + input[type=email],
.comment-form .search-form .input-group > .search-field + input[type=email],
.search-form .comment-form .input-group > .search-field + input[type=email],
.comment-form .input-group > input[type=text] + input[type=email],
.comment-form .input-group > input[type=email] + input[type=email],
.comment-form .input-group > input[type=url] + input[type=email],
.comment-form .input-group > textarea + input[type=email],
.comment-form .input-group > .form-control + input[type=url],
.comment-form .search-form .input-group > .search-field + input[type=url],
.search-form .comment-form .input-group > .search-field + input[type=url],
.comment-form .input-group > input[type=text] + input[type=url],
.comment-form .input-group > input[type=email] + input[type=url],
.comment-form .input-group > input[type=url] + input[type=url],
.comment-form .input-group > textarea + input[type=url],
.comment-form .input-group > .form-control + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .input-group > input[type=text] + textarea,
.comment-form .input-group > input[type=email] + textarea,
.comment-form .input-group > input[type=url] + textarea,
.comment-form .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.comment-form .input-group > input[type=text] + .custom-select,
.comment-form .input-group > input[type=email] + .custom-select,
.comment-form .input-group > input[type=url] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.comment-form .input-group > input[type=text] + .custom-file,
.comment-form .input-group > input[type=email] + .custom-file,
.comment-form .input-group > input[type=url] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.search-form .input-group > .form-control-plaintext + .search-field,
.comment-form .input-group > .form-control-plaintext + input[type=text],
.comment-form .input-group > .form-control-plaintext + input[type=email],
.comment-form .input-group > .form-control-plaintext + input[type=url],
.comment-form .input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.search-form .input-group > .custom-select + .search-field,
.comment-form .input-group > .custom-select + input[type=text],
.comment-form .input-group > .custom-select + input[type=email],
.comment-form .input-group > .custom-select + input[type=url],
.comment-form .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.search-form .input-group > .custom-file + .search-field,
.comment-form .input-group > .custom-file + input[type=text],
.comment-form .input-group > .custom-file + input[type=email],
.comment-form .input-group > .custom-file + input[type=url],
.comment-form .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px;
}
.input-group > .form-control:focus, .search-form .input-group > .search-field:focus, .comment-form .input-group > input[type=text]:focus,
.comment-form .input-group > input[type=email]:focus,
.comment-form .input-group > input[type=url]:focus,
.comment-form .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.input-group > .form-control:not(:first-child), .search-form .input-group > .search-field:not(:first-child), .comment-form .input-group > input[type=text]:not(:first-child),
.comment-form .input-group > input[type=email]:not(:first-child),
.comment-form .input-group > input[type=url]:not(:first-child),
.comment-form .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .custom-file {
display: flex;
align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .search-form .input-group:not(.has-validation) > .search-field:not(:last-child), .comment-form .input-group:not(.has-validation) > input[type=text]:not(:last-child),
.comment-form .input-group:not(.has-validation) > input[type=email]:not(:last-child),
.comment-form .input-group:not(.has-validation) > input[type=url]:not(:last-child),
.comment-form .input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .search-form .input-group.has-validation > .search-field:nth-last-child(n+3), .comment-form .input-group.has-validation > input[type=text]:nth-last-child(n+3),
.comment-form .input-group.has-validation > input[type=email]:nth-last-child(n+3),
.comment-form .input-group.has-validation > input[type=url]:nth-last-child(n+3),
.comment-form .input-group.has-validation > textarea:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
display: flex;
}
.input-group-prepend .btn, .input-group-prepend .search-form .search-submit, .search-form .input-group-prepend .search-submit, .input-group-prepend .comment-form input[type=submit], .comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit,
.input-group-append .comment-form input[type=submit],
.comment-form .input-group-append input[type=submit] {
position: relative;
z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .search-form .search-submit:focus, .search-form .input-group-prepend .search-submit:focus, .input-group-prepend .comment-form input[type=submit]:focus, .comment-form .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus,
.input-group-append .comment-form input[type=submit]:focus,
.comment-form .input-group-append input[type=submit]:focus {
z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .search-form .search-submit + .btn, .search-form .input-group-prepend .search-submit + .btn, .input-group-prepend .search-form .btn + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .search-submit, .input-group-prepend .comment-form input[type=submit] + .btn, .input-group-prepend .comment-form .search-form input[type=submit] + .search-submit, .search-form .input-group-prepend .comment-form input[type=submit] + .search-submit, .comment-form .input-group-prepend input[type=submit] + .btn, .comment-form .input-group-prepend .search-form input[type=submit] + .search-submit, .search-form .comment-form .input-group-prepend input[type=submit] + .search-submit, .input-group-prepend .comment-form .btn + input[type=submit], .input-group-prepend .comment-form .search-form .search-submit + input[type=submit], .search-form .input-group-prepend .comment-form .search-submit + input[type=submit], .comment-form .input-group-prepend .btn + input[type=submit], .comment-form .input-group-prepend .search-form .search-submit + input[type=submit], .search-form .comment-form .input-group-prepend .search-submit + input[type=submit], .input-group-prepend .comment-form input[type=submit] + input[type=submit], .comment-form .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-prepend .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .comment-form input[type=submit] + .btn,
.input-group-append .comment-form .search-form input[type=submit] + .search-submit,
.search-form .input-group-append .comment-form input[type=submit] + .search-submit,
.comment-form .input-group-append input[type=submit] + .btn,
.comment-form .input-group-append .search-form input[type=submit] + .search-submit,
.search-form .comment-form .input-group-append input[type=submit] + .search-submit,
.input-group-append .comment-form .btn + input[type=submit],
.input-group-append .comment-form .search-form .search-submit + input[type=submit],
.search-form .input-group-append .comment-form .search-submit + input[type=submit],
.comment-form .input-group-append .btn + input[type=submit],
.comment-form .input-group-append .search-form .search-submit + input[type=submit],
.search-form .comment-form .input-group-append .search-submit + input[type=submit],
.input-group-append .comment-form input[type=submit] + input[type=submit],
.comment-form .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit,
.input-group-append .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-append .input-group-text + input[type=submit] {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: flex;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.667;
color: #4d4f53;
text-align: center;
white-space: nowrap;
background-color: #cccecc;
border: 1px solid #999b9c;
border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
margin-top: 0;
}
.input-group-lg > .form-control:not(textarea), .search-form .input-group-lg > .search-field:not(textarea), .comment-form .input-group-lg > input[type=text]:not(textarea),
.comment-form .input-group-lg > input[type=email]:not(textarea),
.comment-form .input-group-lg > input[type=url]:not(textarea),
.comment-form .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control, .search-form .input-group-lg > .search-field, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.comment-form .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.search-form .input-group-lg > .input-group-append > .search-submit,
.comment-form .input-group-lg > .input-group-append > input[type=submit] {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0;
}
.input-group-sm > .form-control:not(textarea), .search-form .input-group-sm > .search-field:not(textarea), .comment-form .input-group-sm > input[type=text]:not(textarea),
.comment-form .input-group-sm > input[type=email]:not(textarea),
.comment-form .input-group-sm > input[type=url]:not(textarea),
.comment-form .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control, .search-form .input-group-sm > .search-field, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.comment-form .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.search-form .input-group-sm > .input-group-append > .search-submit,
.comment-form .input-group-sm > .input-group-append > input[type=submit] {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn, .search-form .input-group > .input-group-prepend > .search-submit, .comment-form .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.search-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .search-submit,
.comment-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.search-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .search-submit,
.comment-form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .search-form .input-group > .input-group-append > .search-submit, .comment-form .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.custom-control {
position: relative;
z-index: 1;
display: block;
min-height: 1.667rem;
padding-left: 1.5rem;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
.custom-control-inline {
display: inline-flex;
margin-right: 1rem;
}
.custom-control-input {
position: absolute;
left: 0;
z-index: -1;
width: 1rem;
height: 1.3335rem;
opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #a60a17;
background-color: #a60a17;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #f33c4b;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #f66c78;
border-color: #f66c78;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
color: #66686b;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #cccecc;
}
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.custom-control-label::before {
position: absolute;
top: 0.3335rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: 1px solid #808284;
}
.custom-control-label::after {
position: absolute;
top: 0.3335rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #a60a17;
background-color: #a60a17;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(166, 10, 23, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(166, 10, 23, 0.5);
}
.custom-radio .custom-control-label::before {
border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(166, 10, 23, 0.5);
}
.custom-switch {
padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
top: calc(0.3335rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #808284;
border-radius: 0.5rem;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none;
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(166, 10, 23, 0.5);
}
.custom-select {
display: inline-block;
width: 100%;
height: calc(1.667em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 1rem;
font-weight: 500;
line-height: 1.667;
color: #4d4f53;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2333353b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
border: 1px solid #999b9c;
border-radius: 0;
-webkit-appearance: none;
appearance: none;
}
.custom-select:focus {
border-color: #f33c4b;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.custom-select:focus::-ms-value {
color: #4d4f53;
background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
height: auto;
padding-right: 0.75rem;
background-image: none;
}
.custom-select:disabled {
color: #66686b;
background-color: #cccecc;
}
.custom-select::-ms-expand {
display: none;
}
.custom-select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #4d4f53;
}
.custom-select-sm {
height: calc(1.5em + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.667em + 0.75rem + 2px);
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.667em + 0.75rem + 2px);
margin: 0;
overflow: hidden;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #f33c4b;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
background-color: #cccecc;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.custom-file-input:lang(fr) ~ .custom-file-label::after {
content: "Rechercher";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.667em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
overflow: hidden;
font-family: "Gilroy", "Spartan", sans-serif;
font-weight: 500;
line-height: 1.667;
color: #4d4f53;
background-color: #fff;
border: 1px solid #999b9c;
border-radius: 0;
}
.custom-file-label::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.667em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.667;
color: #4d4f53;
content: "Browse";
background-color: #cccecc;
border-left: inherit;
border-radius: 0 0 0 0;
}
.custom-range {
width: 100%;
height: 1.4rem;
padding: 0;
background-color: transparent;
-webkit-appearance: none;
appearance: none;
}
.custom-range:focus {
outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #1a1c23, 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #1a1c23, 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #1a1c23, 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #a60a17;
border: 0;
border-radius: 1rem;
-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
-webkit-transition: none;
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #f66c78;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #b2b4b4;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #a60a17;
border: 0;
border-radius: 1rem;
-moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
-moz-transition: none;
transition: none;
}
}
.custom-range::-moz-range-thumb:active {
background-color: #f66c78;
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #b2b4b4;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #a60a17;
border: 0;
border-radius: 1rem;
-ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
-ms-transition: none;
transition: none;
}
}
.custom-range::-ms-thumb:active {
background-color: #f66c78;
}
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
background-color: #b2b4b4;
border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #b2b4b4;
border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #808284;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
background-color: #808284;
}
.custom-range:disabled::-moz-range-track {
cursor: default;
}
.custom-range:disabled::-ms-thumb {
background-color: #808284;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none;
}
}
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #66686b;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #b2b4b4;
}
.nav-tabs .nav-link {
margin-bottom: -1px;
background-color: transparent;
border: 1px solid transparent;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
isolation: isolate;
border-color: #cccecc #cccecc #b2b4b4;
}
.nav-tabs .nav-link.disabled {
color: #66686b;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #4d4f53;
background-color: #1a1c23;
border-color: #b2b4b4 #b2b4b4 #1a1c23;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
background: none;
border: 0;
border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #a60a17;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
flex: 1 1 auto;
text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
flex-basis: 0;
flex-grow: 1;
text-align: center;
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.291625rem;
padding-bottom: 0.291625rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-nav .dropdown-menu {
position: static;
float: none;
}
.navbar-text {
display: inline-block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 1000rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
max-height: 75vh;
overflow-y: auto;
}
@media (max-width: 575.98px) {
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 576px) {
.navbar-expand-sm {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-sm .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-sm .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-sm .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@media (max-width: 767.98px) {
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 768px) {
.navbar-expand-md {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-md .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-md .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@media (max-width: 1099.98px) {
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1100px) {
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-lg .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@media (max-width: 1499.98px) {
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
padding-right: 0;
padding-left: 0;
}
}
@media (min-width: 1500px) {
.navbar-expand-xl {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand-xl .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand-xl .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand-xl .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
flex-flow: row nowrap;
justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
padding-right: 0;
padding-left: 0;
}
.navbar-expand .navbar-nav {
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
overflow: visible;
}
.navbar-expand .navbar-collapse {
display: flex !important;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: none;
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: none;
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff;
}
.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0;
}
.card > hr {
margin-right: 0;
margin-left: 0;
}
.card > .list-group {
border-top: inherit;
border-bottom: inherit;
}
.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
border-top: 0;
}
.card-body {
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: 0 0 0 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: rgba(0, 0, 0, 0.03);
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 0 0;
}
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
border-radius: 0;
}
.card-img,
.card-img-top,
.card-img-bottom {
flex-shrink: 0;
width: 100%;
}
.card-img,
.card-img-top {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
display: flex;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
flex: 1 0 0%;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
display: flex;
flex-flow: row wrap;
}
.card-group > .card {
flex: 1 0 0%;
margin-bottom: 0;
}
.card-group > .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group > .card:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-radius: 0;
}
}
.card-columns .card {
margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
.card-columns {
column-count: 3;
column-gap: 1.25rem;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion {
overflow-anchor: none;
}
.accordion > .card {
overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion > .card > .card-header {
border-radius: 0;
margin-bottom: -1px;
}
.breadcrumb {
display: flex;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #cccecc;
border-radius: 0;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
color: #66686b;
content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none;
}
.breadcrumb-item.active {
color: #66686b;
}
.pagination {
display: flex;
padding-left: 0;
list-style: none;
border-radius: 0;
}
.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #a60a17;
background-color: #fff;
border: 1px solid #b2b4b4;
}
.page-link:hover {
z-index: 2;
color: #5e060d;
text-decoration: none;
background-color: #cccecc;
border-color: #b2b4b4;
}
.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.25);
}
.page-item:first-child .page-link {
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.page-item.disabled .page-link {
color: #66686b;
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #b2b4b4;
}
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
font-size: 1.25rem;
line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pagination-sm .page-link {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;
font-size: 75%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
}
a.badge:hover, a.badge:focus {
text-decoration: none;
}
.badge:empty {
display: none;
}
.btn .badge, .search-form .search-submit .badge, .comment-form input[type=submit] .badge {
position: relative;
top: -1px;
}
.badge-pill {
padding-right: 0.6em;
padding-left: 0.6em;
border-radius: 10rem;
}
.badge-primary {
color: #fff;
background-color: #a60a17;
}
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #760710;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.5);
}
.badge-secondary {
color: #1a1c23;
background-color: #cfd1cf;
}
a.badge-secondary:hover, a.badge-secondary:focus {
color: #1a1c23;
background-color: #b5b8b5;
}
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(207, 209, 207, 0.5);
}
.badge-success {
color: #fff;
background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
color: #fff;
background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
color: #1a1c23;
background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
color: #1a1c23;
background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
color: #fff;
background-color: #a60a17;
}
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #760710;
}
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(166, 10, 23, 0.5);
}
.badge-light {
color: #1a1c23;
background-color: #e5e7e4;
}
a.badge-light:hover, a.badge-light:focus {
color: #1a1c23;
background-color: #cbcfc9;
}
a.badge-light:focus, a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(229, 231, 228, 0.5);
}
.badge-dark {
color: #fff;
background-color: #33353b;
}
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1b1c20;
}
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(51, 53, 59, 0.5);
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #cccecc;
border-radius: 0;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #56050c;
background-color: #edced1;
border-color: #e6babe;
}
.alert-primary hr {
border-top-color: #dfa7ac;
}
.alert-primary .alert-link {
color: #260205;
}
.alert-secondary {
color: #6c6d6c;
background-color: #f5f6f5;
border-color: #f2f2f2;
}
.alert-secondary hr {
border-top-color: #e5e5e5;
}
.alert-secondary .alert-link {
color: #535353;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #56050c;
background-color: #edced1;
border-color: #e6babe;
}
.alert-danger hr {
border-top-color: #dfa7ac;
}
.alert-danger .alert-link {
color: #260205;
}
.alert-light {
color: #777877;
background-color: #fafafa;
border-color: #f8f8f7;
}
.alert-light hr {
border-top-color: #ecece9;
}
.alert-light .alert-link {
color: #5e5e5e;
}
.alert-dark {
color: #1b1c1f;
background-color: #d6d7d8;
border-color: #c6c6c8;
}
.alert-dark hr {
border-top-color: #b9b9bb;
}
.alert-dark .alert-link {
color: #030304;
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
display: flex;
height: 1rem;
overflow: hidden;
line-height: 0;
font-size: 0.75rem;
background-color: #cccecc;
border-radius: 0;
}
.progress-bar {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #a60a17;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.progress-bar-animated {
animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
animation: none;
}
}
.media {
display: flex;
align-items: flex-start;
}
.media-body {
flex: 1;
}
.list-group {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
border-radius: 0;
}
.list-group-item-action {
width: 100%;
color: #4d4f53;
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
color: #4d4f53;
text-decoration: none;
background-color: #e5e7e4;
}
.list-group-item-action:active {
color: #e5e7e4;
background-color: #cccecc;
}
.list-group-item {
position: relative;
display: block;
padding: 0.75rem 1.25rem;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}
.list-group-item:last-child {
border-bottom-right-radius: inherit;
border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
color: #66686b;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.list-group-item + .list-group-item {
border-top-width: 0;
}
.list-group-item + .list-group-item.active {
margin-top: -1px;
border-top-width: 1px;
}
.list-group-horizontal {
flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0;
border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
flex-direction: row;
}
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0;
}
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: 0;
border-bottom-left-radius: 0;
}
.list-group-horizontal-sm > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
flex-direction: row;
}
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0;
}
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: 0;
border-bottom-left-radius: 0;
}
.list-group-horizontal-md > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-md > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1100px) {
.list-group-horizontal-lg {
flex-direction: row;
}
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0;
}
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: 0;
border-bottom-left-radius: 0;
}
.list-group-horizontal-lg > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
@media (min-width: 1500px) {
.list-group-horizontal-xl {
flex-direction: row;
}
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0;
border-top-right-radius: 0;
}
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: 0;
border-bottom-left-radius: 0;
}
.list-group-horizontal-xl > .list-group-item.active {
margin-top: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item {
border-top-width: 1px;
border-left-width: 0;
}
.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
margin-left: -1px;
border-left-width: 1px;
}
}
.list-group-flush {
border-radius: 0;
}
.list-group-flush > .list-group-item {
border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
border-bottom-width: 0;
}
.list-group-item-primary {
color: #56050c;
background-color: #e6babe;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #56050c;
background-color: #dfa7ac;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #56050c;
border-color: #56050c;
}
.list-group-item-secondary {
color: #6c6d6c;
background-color: #f2f2f2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #6c6d6c;
background-color: #e5e5e5;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #6c6d6c;
border-color: #6c6d6c;
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.list-group-item-danger {
color: #56050c;
background-color: #e6babe;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #56050c;
background-color: #dfa7ac;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #56050c;
border-color: #56050c;
}
.list-group-item-light {
color: #777877;
background-color: #f8f8f7;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #777877;
background-color: #ecece9;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #777877;
border-color: #777877;
}
.list-group-item-dark {
color: #1b1c1f;
background-color: #c6c6c8;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1c1f;
background-color: #b9b9bb;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1c1f;
border-color: #1b1c1f;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: 0.75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
}
a.close.disabled {
pointer-events: none;
}
.toast {
flex-basis: 350px;
max-width: 350px;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
opacity: 0;
border-radius: 0.25rem;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast.showing {
opacity: 1;
}
.toast.show {
display: block;
opacity: 1;
}
.toast.hide {
display: none;
}
.toast-header {
display: flex;
align-items: center;
padding: 0.25rem 0.75rem;
color: #66686b;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-top-left-radius: calc(0.25rem - 1px);
border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
padding: 0.75rem;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
transform: none;
}
.modal.modal-static .modal-dialog {
transform: scale(1.02);
}
.modal-dialog-scrollable {
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: flex;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: min-content;
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
flex-direction: column;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #b2b4b4;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.667;
}
.modal-body {
position: relative;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
padding: 0.75rem;
border-top: 1px solid #b2b4b4;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.modal-footer > * {
margin: 0.25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: min-content;
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 1100px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1500px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.667;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.667;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
white-space: normal;
word-spacing: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0;
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0;
}
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
left: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
right: calc(-0.5rem - 1px);
width: 0.5rem;
height: 1rem;
margin: 0 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.popover-header:empty {
display: none;
}
.popover-body {
padding: 0.5rem 0.75rem;
color: #e5e7e4;
}
.carousel {
position: relative;
}
.carousel.pointer-event {
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
backface-visibility: hidden;
transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
width: 15%;
padding: 0;
color: #fff;
text-align: center;
background: none;
border: 0;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: 0.5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
@keyframes spinner-border {
to {
transform: rotate(360deg);
}
}
.spinner-border {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: -0.125em;
border: 0.25em solid currentcolor;
border-right-color: transparent;
border-radius: 50%;
animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
width: 1rem;
height: 1rem;
border-width: 0.2em;
}
@keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: -0.125em;
background-color: currentcolor;
border-radius: 50%;
opacity: 0;
animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
animation-duration: 1.5s;
}
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #a60a17 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #760710 !important;
}
.bg-secondary {
background-color: #cfd1cf !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #b5b8b5 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #a60a17 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #760710 !important;
}
.bg-light {
background-color: #e5e7e4 !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #cbcfc9 !important;
}
.bg-dark {
background-color: #33353b !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1b1c20 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
border: 1px solid #b2b4b4 !important;
}
.border-top {
border-top: 1px solid #b2b4b4 !important;
}
.border-right {
border-right: 1px solid #b2b4b4 !important;
}
.border-bottom {
border-bottom: 1px solid #b2b4b4 !important;
}
.border-left {
border-left: 1px solid #b2b4b4 !important;
}
.border-0 {
border: 0 !important;
}
.border-top-0 {
border-top: 0 !important;
}
.border-right-0 {
border-right: 0 !important;
}
.border-bottom-0 {
border-bottom: 0 !important;
}
.border-left-0 {
border-left: 0 !important;
}
.border-primary {
border-color: #a60a17 !important;
}
.border-secondary {
border-color: #cfd1cf !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #a60a17 !important;
}
.border-light {
border-color: #e5e7e4 !important;
}
.border-dark {
border-color: #33353b !important;
}
.border-white {
border-color: #fff !important;
}
.rounded-sm {
border-radius: 0 !important;
}
.rounded {
border-radius: 0 !important;
}
.rounded-top {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.rounded-right {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.rounded-left {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.rounded-lg {
border-radius: 0 !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !important;
}
.rounded-0 {
border-radius: 0 !important;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.d-none {
display: none !important;
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
display: none !important;
}
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1100px) {
.d-lg-none {
display: none !important;
}
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
}
@media (min-width: 1500px) {
.d-xl-none {
display: none !important;
}
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
}
@media print {
.d-print-none {
display: none !important;
}
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1100px) {
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
}
@media (min-width: 1500px) {
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 1100px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1500px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
.user-select-all {
-webkit-user-select: all !important;
user-select: all !important;
}
.user-select-auto {
-webkit-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
.user-select-none {
-webkit-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports (position: sticky) {
.sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only, .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.m-0 {
margin: 0 !important;
}
.mt-0,
.my-0 {
margin-top: 0 !important;
}
.mr-0,
.mx-0 {
margin-right: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
margin-left: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.mt-3,
.my-3 {
margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
margin-right: 1rem !important;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
margin-left: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.mt-5,
.my-5 {
margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
margin-right: 3rem !important;
}
.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
margin-left: 3rem !important;
}
.p-0 {
padding: 0 !important;
}
.pt-0,
.py-0 {
padding-top: 0 !important;
}
.pr-0,
.px-0 {
padding-right: 0 !important;
}
.pb-0,
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-left: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.pt-3,
.py-3 {
padding-top: 1rem !important;
}
.pr-3,
.px-3 {
padding-right: 1rem !important;
}
.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
padding-left: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.pt-5,
.py-5 {
padding-top: 3rem !important;
}
.pr-5,
.px-5 {
padding-right: 3rem !important;
}
.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
padding-left: 3rem !important;
}
.m-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}
.m-auto {
margin: auto !important;
}
.mt-auto,
.my-auto {
margin-top: auto !important;
}
.mr-auto,
.mx-auto {
margin-right: auto !important;
}
.mb-auto,
.my-auto {
margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
margin-left: auto !important;
}
@media (min-width: 576px) {
.m-sm-0 {
margin: 0 !important;
}
.mt-sm-0,
.my-sm-0 {
margin-top: 0 !important;
}
.mr-sm-0,
.mx-sm-0 {
margin-right: 0 !important;
}
.mb-sm-0,
.my-sm-0 {
margin-bottom: 0 !important;
}
.ml-sm-0,
.mx-sm-0 {
margin-left: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.mt-sm-1,
.my-sm-1 {
margin-top: 0.25rem !important;
}
.mr-sm-1,
.mx-sm-1 {
margin-right: 0.25rem !important;
}
.mb-sm-1,
.my-sm-1 {
margin-bottom: 0.25rem !important;
}
.ml-sm-1,
.mx-sm-1 {
margin-left: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.mt-sm-2,
.my-sm-2 {
margin-top: 0.5rem !important;
}
.mr-sm-2,
.mx-sm-2 {
margin-right: 0.5rem !important;
}
.mb-sm-2,
.my-sm-2 {
margin-bottom: 0.5rem !important;
}
.ml-sm-2,
.mx-sm-2 {
margin-left: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.mt-sm-3,
.my-sm-3 {
margin-top: 1rem !important;
}
.mr-sm-3,
.mx-sm-3 {
margin-right: 1rem !important;
}
.mb-sm-3,
.my-sm-3 {
margin-bottom: 1rem !important;
}
.ml-sm-3,
.mx-sm-3 {
margin-left: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.mt-sm-4,
.my-sm-4 {
margin-top: 1.5rem !important;
}
.mr-sm-4,
.mx-sm-4 {
margin-right: 1.5rem !important;
}
.mb-sm-4,
.my-sm-4 {
margin-bottom: 1.5rem !important;
}
.ml-sm-4,
.mx-sm-4 {
margin-left: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.mt-sm-5,
.my-sm-5 {
margin-top: 3rem !important;
}
.mr-sm-5,
.mx-sm-5 {
margin-right: 3rem !important;
}
.mb-sm-5,
.my-sm-5 {
margin-bottom: 3rem !important;
}
.ml-sm-5,
.mx-sm-5 {
margin-left: 3rem !important;
}
.p-sm-0 {
padding: 0 !important;
}
.pt-sm-0,
.py-sm-0 {
padding-top: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
padding-right: 0 !important;
}
.pb-sm-0,
.py-sm-0 {
padding-bottom: 0 !important;
}
.pl-sm-0,
.px-sm-0 {
padding-left: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.pt-sm-1,
.py-sm-1 {
padding-top: 0.25rem !important;
}
.pr-sm-1,
.px-sm-1 {
padding-right: 0.25rem !important;
}
.pb-sm-1,
.py-sm-1 {
padding-bottom: 0.25rem !important;
}
.pl-sm-1,
.px-sm-1 {
padding-left: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.pt-sm-2,
.py-sm-2 {
padding-top: 0.5rem !important;
}
.pr-sm-2,
.px-sm-2 {
padding-right: 0.5rem !important;
}
.pb-sm-2,
.py-sm-2 {
padding-bottom: 0.5rem !important;
}
.pl-sm-2,
.px-sm-2 {
padding-left: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.pt-sm-3,
.py-sm-3 {
padding-top: 1rem !important;
}
.pr-sm-3,
.px-sm-3 {
padding-right: 1rem !important;
}
.pb-sm-3,
.py-sm-3 {
padding-bottom: 1rem !important;
}
.pl-sm-3,
.px-sm-3 {
padding-left: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.pt-sm-4,
.py-sm-4 {
padding-top: 1.5rem !important;
}
.pr-sm-4,
.px-sm-4 {
padding-right: 1.5rem !important;
}
.pb-sm-4,
.py-sm-4 {
padding-bottom: 1.5rem !important;
}
.pl-sm-4,
.px-sm-4 {
padding-left: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pt-sm-5,
.py-sm-5 {
padding-top: 3rem !important;
}
.pr-sm-5,
.px-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-5,
.py-sm-5 {
padding-bottom: 3rem !important;
}
.pl-sm-5,
.px-sm-5 {
padding-left: 3rem !important;
}
.m-sm-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-left: -3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mt-sm-auto,
.my-sm-auto {
margin-top: auto !important;
}
.mr-sm-auto,
.mx-sm-auto {
margin-right: auto !important;
}
.mb-sm-auto,
.my-sm-auto {
margin-bottom: auto !important;
}
.ml-sm-auto,
.mx-sm-auto {
margin-left: auto !important;
}
}
@media (min-width: 768px) {
.m-md-0 {
margin: 0 !important;
}
.mt-md-0,
.my-md-0 {
margin-top: 0 !important;
}
.mr-md-0,
.mx-md-0 {
margin-right: 0 !important;
}
.mb-md-0,
.my-md-0 {
margin-bottom: 0 !important;
}
.ml-md-0,
.mx-md-0 {
margin-left: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.mt-md-1,
.my-md-1 {
margin-top: 0.25rem !important;
}
.mr-md-1,
.mx-md-1 {
margin-right: 0.25rem !important;
}
.mb-md-1,
.my-md-1 {
margin-bottom: 0.25rem !important;
}
.ml-md-1,
.mx-md-1 {
margin-left: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.mt-md-2,
.my-md-2 {
margin-top: 0.5rem !important;
}
.mr-md-2,
.mx-md-2 {
margin-right: 0.5rem !important;
}
.mb-md-2,
.my-md-2 {
margin-bottom: 0.5rem !important;
}
.ml-md-2,
.mx-md-2 {
margin-left: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.mt-md-3,
.my-md-3 {
margin-top: 1rem !important;
}
.mr-md-3,
.mx-md-3 {
margin-right: 1rem !important;
}
.mb-md-3,
.my-md-3 {
margin-bottom: 1rem !important;
}
.ml-md-3,
.mx-md-3 {
margin-left: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.mt-md-4,
.my-md-4 {
margin-top: 1.5rem !important;
}
.mr-md-4,
.mx-md-4 {
margin-right: 1.5rem !important;
}
.mb-md-4,
.my-md-4 {
margin-bottom: 1.5rem !important;
}
.ml-md-4,
.mx-md-4 {
margin-left: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.mt-md-5,
.my-md-5 {
margin-top: 3rem !important;
}
.mr-md-5,
.mx-md-5 {
margin-right: 3rem !important;
}
.mb-md-5,
.my-md-5 {
margin-bottom: 3rem !important;
}
.ml-md-5,
.mx-md-5 {
margin-left: 3rem !important;
}
.p-md-0 {
padding: 0 !important;
}
.pt-md-0,
.py-md-0 {
padding-top: 0 !important;
}
.pr-md-0,
.px-md-0 {
padding-right: 0 !important;
}
.pb-md-0,
.py-md-0 {
padding-bottom: 0 !important;
}
.pl-md-0,
.px-md-0 {
padding-left: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.pt-md-1,
.py-md-1 {
padding-top: 0.25rem !important;
}
.pr-md-1,
.px-md-1 {
padding-right: 0.25rem !important;
}
.pb-md-1,
.py-md-1 {
padding-bottom: 0.25rem !important;
}
.pl-md-1,
.px-md-1 {
padding-left: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.pt-md-2,
.py-md-2 {
padding-top: 0.5rem !important;
}
.pr-md-2,
.px-md-2 {
padding-right: 0.5rem !important;
}
.pb-md-2,
.py-md-2 {
padding-bottom: 0.5rem !important;
}
.pl-md-2,
.px-md-2 {
padding-left: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.pt-md-3,
.py-md-3 {
padding-top: 1rem !important;
}
.pr-md-3,
.px-md-3 {
padding-right: 1rem !important;
}
.pb-md-3,
.py-md-3 {
padding-bottom: 1rem !important;
}
.pl-md-3,
.px-md-3 {
padding-left: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.pt-md-4,
.py-md-4 {
padding-top: 1.5rem !important;
}
.pr-md-4,
.px-md-4 {
padding-right: 1.5rem !important;
}
.pb-md-4,
.py-md-4 {
padding-bottom: 1.5rem !important;
}
.pl-md-4,
.px-md-4 {
padding-left: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.pt-md-5,
.py-md-5 {
padding-top: 3rem !important;
}
.pr-md-5,
.px-md-5 {
padding-right: 3rem !important;
}
.pb-md-5,
.py-md-5 {
padding-bottom: 3rem !important;
}
.pl-md-5,
.px-md-5 {
padding-left: 3rem !important;
}
.m-md-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-left: -3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mt-md-auto,
.my-md-auto {
margin-top: auto !important;
}
.mr-md-auto,
.mx-md-auto {
margin-right: auto !important;
}
.mb-md-auto,
.my-md-auto {
margin-bottom: auto !important;
}
.ml-md-auto,
.mx-md-auto {
margin-left: auto !important;
}
}
@media (min-width: 1100px) {
.m-lg-0 {
margin: 0 !important;
}
.mt-lg-0,
.my-lg-0 {
margin-top: 0 !important;
}
.mr-lg-0,
.mx-lg-0 {
margin-right: 0 !important;
}
.mb-lg-0,
.my-lg-0 {
margin-bottom: 0 !important;
}
.ml-lg-0,
.mx-lg-0 {
margin-left: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.mt-lg-1,
.my-lg-1 {
margin-top: 0.25rem !important;
}
.mr-lg-1,
.mx-lg-1 {
margin-right: 0.25rem !important;
}
.mb-lg-1,
.my-lg-1 {
margin-bottom: 0.25rem !important;
}
.ml-lg-1,
.mx-lg-1 {
margin-left: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.mt-lg-2,
.my-lg-2 {
margin-top: 0.5rem !important;
}
.mr-lg-2,
.mx-lg-2 {
margin-right: 0.5rem !important;
}
.mb-lg-2,
.my-lg-2 {
margin-bottom: 0.5rem !important;
}
.ml-lg-2,
.mx-lg-2 {
margin-left: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.mt-lg-3,
.my-lg-3 {
margin-top: 1rem !important;
}
.mr-lg-3,
.mx-lg-3 {
margin-right: 1rem !important;
}
.mb-lg-3,
.my-lg-3 {
margin-bottom: 1rem !important;
}
.ml-lg-3,
.mx-lg-3 {
margin-left: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.mt-lg-4,
.my-lg-4 {
margin-top: 1.5rem !important;
}
.mr-lg-4,
.mx-lg-4 {
margin-right: 1.5rem !important;
}
.mb-lg-4,
.my-lg-4 {
margin-bottom: 1.5rem !important;
}
.ml-lg-4,
.mx-lg-4 {
margin-left: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.mt-lg-5,
.my-lg-5 {
margin-top: 3rem !important;
}
.mr-lg-5,
.mx-lg-5 {
margin-right: 3rem !important;
}
.mb-lg-5,
.my-lg-5 {
margin-bottom: 3rem !important;
}
.ml-lg-5,
.mx-lg-5 {
margin-left: 3rem !important;
}
.p-lg-0 {
padding: 0 !important;
}
.pt-lg-0,
.py-lg-0 {
padding-top: 0 !important;
}
.pr-lg-0,
.px-lg-0 {
padding-right: 0 !important;
}
.pb-lg-0,
.py-lg-0 {
padding-bottom: 0 !important;
}
.pl-lg-0,
.px-lg-0 {
padding-left: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.pt-lg-1,
.py-lg-1 {
padding-top: 0.25rem !important;
}
.pr-lg-1,
.px-lg-1 {
padding-right: 0.25rem !important;
}
.pb-lg-1,
.py-lg-1 {
padding-bottom: 0.25rem !important;
}
.pl-lg-1,
.px-lg-1 {
padding-left: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.pt-lg-2,
.py-lg-2 {
padding-top: 0.5rem !important;
}
.pr-lg-2,
.px-lg-2 {
padding-right: 0.5rem !important;
}
.pb-lg-2,
.py-lg-2 {
padding-bottom: 0.5rem !important;
}
.pl-lg-2,
.px-lg-2 {
padding-left: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.pt-lg-3,
.py-lg-3 {
padding-top: 1rem !important;
}
.pr-lg-3,
.px-lg-3 {
padding-right: 1rem !important;
}
.pb-lg-3,
.py-lg-3 {
padding-bottom: 1rem !important;
}
.pl-lg-3,
.px-lg-3 {
padding-left: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.pt-lg-4,
.py-lg-4 {
padding-top: 1.5rem !important;
}
.pr-lg-4,
.px-lg-4 {
padding-right: 1.5rem !important;
}
.pb-lg-4,
.py-lg-4 {
padding-bottom: 1.5rem !important;
}
.pl-lg-4,
.px-lg-4 {
padding-left: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.pt-lg-5,
.py-lg-5 {
padding-top: 3rem !important;
}
.pr-lg-5,
.px-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-5,
.py-lg-5 {
padding-bottom: 3rem !important;
}
.pl-lg-5,
.px-lg-5 {
padding-left: 3rem !important;
}
.m-lg-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-left: -3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mt-lg-auto,
.my-lg-auto {
margin-top: auto !important;
}
.mr-lg-auto,
.mx-lg-auto {
margin-right: auto !important;
}
.mb-lg-auto,
.my-lg-auto {
margin-bottom: auto !important;
}
.ml-lg-auto,
.mx-lg-auto {
margin-left: auto !important;
}
}
@media (min-width: 1500px) {
.m-xl-0 {
margin: 0 !important;
}
.mt-xl-0,
.my-xl-0 {
margin-top: 0 !important;
}
.mr-xl-0,
.mx-xl-0 {
margin-right: 0 !important;
}
.mb-xl-0,
.my-xl-0 {
margin-bottom: 0 !important;
}
.ml-xl-0,
.mx-xl-0 {
margin-left: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.mt-xl-1,
.my-xl-1 {
margin-top: 0.25rem !important;
}
.mr-xl-1,
.mx-xl-1 {
margin-right: 0.25rem !important;
}
.mb-xl-1,
.my-xl-1 {
margin-bottom: 0.25rem !important;
}
.ml-xl-1,
.mx-xl-1 {
margin-left: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.mt-xl-2,
.my-xl-2 {
margin-top: 0.5rem !important;
}
.mr-xl-2,
.mx-xl-2 {
margin-right: 0.5rem !important;
}
.mb-xl-2,
.my-xl-2 {
margin-bottom: 0.5rem !important;
}
.ml-xl-2,
.mx-xl-2 {
margin-left: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.mt-xl-3,
.my-xl-3 {
margin-top: 1rem !important;
}
.mr-xl-3,
.mx-xl-3 {
margin-right: 1rem !important;
}
.mb-xl-3,
.my-xl-3 {
margin-bottom: 1rem !important;
}
.ml-xl-3,
.mx-xl-3 {
margin-left: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.mt-xl-4,
.my-xl-4 {
margin-top: 1.5rem !important;
}
.mr-xl-4,
.mx-xl-4 {
margin-right: 1.5rem !important;
}
.mb-xl-4,
.my-xl-4 {
margin-bottom: 1.5rem !important;
}
.ml-xl-4,
.mx-xl-4 {
margin-left: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.mt-xl-5,
.my-xl-5 {
margin-top: 3rem !important;
}
.mr-xl-5,
.mx-xl-5 {
margin-right: 3rem !important;
}
.mb-xl-5,
.my-xl-5 {
margin-bottom: 3rem !important;
}
.ml-xl-5,
.mx-xl-5 {
margin-left: 3rem !important;
}
.p-xl-0 {
padding: 0 !important;
}
.pt-xl-0,
.py-xl-0 {
padding-top: 0 !important;
}
.pr-xl-0,
.px-xl-0 {
padding-right: 0 !important;
}
.pb-xl-0,
.py-xl-0 {
padding-bottom: 0 !important;
}
.pl-xl-0,
.px-xl-0 {
padding-left: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.pt-xl-1,
.py-xl-1 {
padding-top: 0.25rem !important;
}
.pr-xl-1,
.px-xl-1 {
padding-right: 0.25rem !important;
}
.pb-xl-1,
.py-xl-1 {
padding-bottom: 0.25rem !important;
}
.pl-xl-1,
.px-xl-1 {
padding-left: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.pt-xl-2,
.py-xl-2 {
padding-top: 0.5rem !important;
}
.pr-xl-2,
.px-xl-2 {
padding-right: 0.5rem !important;
}
.pb-xl-2,
.py-xl-2 {
padding-bottom: 0.5rem !important;
}
.pl-xl-2,
.px-xl-2 {
padding-left: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.pt-xl-3,
.py-xl-3 {
padding-top: 1rem !important;
}
.pr-xl-3,
.px-xl-3 {
padding-right: 1rem !important;
}
.pb-xl-3,
.py-xl-3 {
padding-bottom: 1rem !important;
}
.pl-xl-3,
.px-xl-3 {
padding-left: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.pt-xl-4,
.py-xl-4 {
padding-top: 1.5rem !important;
}
.pr-xl-4,
.px-xl-4 {
padding-right: 1.5rem !important;
}
.pb-xl-4,
.py-xl-4 {
padding-bottom: 1.5rem !important;
}
.pl-xl-4,
.px-xl-4 {
padding-left: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.pt-xl-5,
.py-xl-5 {
padding-top: 3rem !important;
}
.pr-xl-5,
.px-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-5,
.py-xl-5 {
padding-bottom: 3rem !important;
}
.pl-xl-5,
.px-xl-5 {
padding-left: 3rem !important;
}
.m-xl-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-left: -3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mt-xl-auto,
.my-xl-auto {
margin-top: auto !important;
}
.mr-xl-auto,
.mx-xl-auto {
margin-right: auto !important;
}
.mb-xl-auto,
.my-xl-auto {
margin-bottom: auto !important;
}
.ml-xl-auto,
.mx-xl-auto {
margin-left: auto !important;
}
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-left {
text-align: left !important;
}
.text-right {
text-align: right !important;
}
.text-center {
text-align: center !important;
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 1100px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1500px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-light {
font-weight: 300 !important;
}
.font-weight-lighter {
font-weight: lighter !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-weight-bolder {
font-weight: bolder !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #a60a17 !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #5e060d !important;
}
.text-secondary {
color: #cfd1cf !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #a8aca8 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
color: #19692c !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
color: #0f6674 !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important;
}
.text-danger {
color: #a60a17 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #5e060d !important;
}
.text-light {
color: #e5e7e4 !important;
}
a.text-light:hover, a.text-light:focus {
color: #bec3bc !important;
}
.text-dark {
color: #33353b !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #101012 !important;
}
.text-body {
color: #e5e7e4 !important;
}
.text-muted {
color: #66686b !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-break {
word-break: break-word !important;
word-wrap: break-word !important;
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #808284;
page-break-inside: avoid;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 1100px !important;
}
.container {
min-width: 1100px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #b2b4b4 !important;
}
.table-dark {
color: inherit;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #b2b4b4;
}
.table .thead-dark th {
color: inherit;
border-color: #b2b4b4;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fade-in {
animation: fadeIn 0.5s;
animation-fill-mode: forwards;
}
.fade-out {
animation: fadeOut 0.5s;
animation-fill-mode: forwards;
}
@font-face {
font-family: slick;
font-weight: 400;
font-style: normal;
src: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/styles/fonts/slick.eot);
src: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/styles/fonts/slick.eot?#iefix) format("embedded-opentype"), url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/styles/fonts/slick.woff) format("woff"), url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/styles/fonts/slick.ttf) format("truetype"), url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/styles/fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: 0;
background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
color: transparent;
outline: 0;
background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
font-family: slick;
font-size: 20px;
line-height: 1;
opacity: 0.75;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir=rtl] .slick-prev {
right: -25px;
left: auto;
}
.slick-prev:before {
content: "←";
}
[dir=rtl] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir=rtl] .slick-next {
right: auto;
left: -25px;
}
.slick-next:before {
content: "→";
}
[dir=rtl] .slick-next:before {
content: "←";
}
.slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: 0;
background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1;
}
.slick-dots li button:before {
font-family: slick;
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: "•";
text-align: center;
opacity: 0.25;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
opacity: 0.75;
color: #000;
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: 0;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:after, .slick-track:before {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.rm-slider .rm-slider-nav button {
width: 38px;
height: 38px;
padding: 0;
z-index: 99;
border: none;
color: #D0D1D3;
background-color: transparent;
}
.rm-slider .rm-slider-nav button:hover {
color: #fff;
}
.rm-slider .rm-slider-nav button:hover * {
opacity: 1 !important;
}
.rm-slider .rm-slider-nav button.rm-slider-prev {
transform: rotate(180deg);
}
.rm-slider .rm-slider-nav button.rm-slider-next .circle.running {
animation: dash 5s infinite;
}  @keyframes dash {
to {
stroke-dashoffset: 0;
}
}
@font-face {
font-family: "Gilroy";
src: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/fonts/Gilroy/Gilroy-Light.otf) format("opentype");
font-weight: 300;
}
@font-face {
font-family: "Gilroy";
src: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/fonts/Gilroy/Gilroy-Regular.otf) format("opentype");
font-weight: 400;
}
@font-face {
font-family: "Gilroy";
src: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/fonts/Gilroy/Gilroy-RegularItalic.otf) format("opentype");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Gilroy";
src: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/fonts/Gilroy/Gilroy-SemiBold.otf) format("opentype");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Gilroy";
src: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/fonts/Gilroy/Gilroy-Bold.otf) format("opentype");
font-weight: 700;
}
.font-family-1, .font-family-1-bold, .text-style-12, .module-job-list .job-link, .module-services .service-link, .text-style-9, .text-style-7, .text-style-6, .text-style-2, .text-style-1, .module-title h1,
.module-title h2,
.module-title h3,
.module-title h4,
.module-title h5,
.module-title h6, .font-family-1-regular, .text-style-11, .text-style-10, .font-family-1-regularitalic, .font-family-1-light, .text-style-5 {
font-family: "Gilroy", "Spartan", sans-serif;
}
.font-family-2, .font-family-2-regular, .text-style-8, .font-family-2-regularitalic, .text-style-4, .module-slider .left-navigation .progress-container .steps, .text-style-3, .module-title .sub-heading {
font-family: "Adobe Garamond", "EB Garamond", serif;
}
.font-family-1-light, .text-style-5 {
font-weight: 300;
}
.font-family-1-regular, .text-style-11, .text-style-10, .font-family-1-regularitalic {
font-weight: 400;
}
.font-family-1-regularitalic {
font-style: italic;
}
.font-family-1-bold, .text-style-12, .module-job-list .job-link, .module-services .service-link, .text-style-9, .text-style-7, .text-style-6, .text-style-2, .text-style-1, .module-title h1,
.module-title h2,
.module-title h3,
.module-title h4,
.module-title h5,
.module-title h6 {
font-weight: 700;
}
.font-family-2-regular, .text-style-8, .font-family-2-regularitalic, .text-style-4, .module-slider .left-navigation .progress-container .steps, .text-style-3, .module-title .sub-heading {
font-weight: 400;
}
.font-family-2-regularitalic, .text-style-4, .module-slider .left-navigation .progress-container .steps, .text-style-3, .module-title .sub-heading {
font-style: italic;
}
.text-color-primary, .module-title .sub-heading {
color: #a60a17;
}
.text-style-1, .module-title h1,
.module-title h2,
.module-title h3,
.module-title h4,
.module-title h5,
.module-title h6 {
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
}
.text-style-2 {
font-size: 1.875rem;
}
.text-style-3, .module-title .sub-heading {
font-size: 1.875rem;
text-transform: none;
}
.text-style-4, .module-slider .left-navigation .progress-container .steps {
font-size: 1.375rem;
text-transform: none;
}
.text-style-5 {
font-size: 1rem;
}
.text-style-6 {
font-size: 1rem;
}
.text-style-7 {
font-size: 2.5rem;
}
.text-style-8 {
font-size: 2.25rem;
text-transform: none;
}
.text-style-9 {
font-size: 1.125rem;
line-height: 1.8;
}
.text-style-10 {
font-size: 1.125rem;
line-height: 1.8;
}
.text-style-11 {
font-size: 0.875rem;
}
.text-style-12, .module-job-list .job-link, .module-services .service-link {
font-size: 6.5rem;
}
html {
font-size: 1rem;
}
img {
max-width: 100%;
height: auto;
}
img.default-thumbnail {
object-fit: contain !important;
}
body.home {
background-color: var(--rdbx-white);
}
.theme-light {
background-color: var(--rdbx-white);
color: var(--rdbx-dark-blue);
position: relative;
z-index: 2;
color: var(--rdbx-dark-blue);
}
.theme-dark {
background-color: var(--rdbx-dark-blue);
color: var(--rdbx-light-gray);
color: white;
}
.theme-dark > * {
position: relative;
z-index: 2;
}
.theme-white {
background-color: #f6f9fc;
color: #808284;
position: relative;
z-index: 2;
}
.theme-white h1,
.theme-white h2,
.theme-white h3,
.theme-white h4,
.theme-white h5,
.theme-white h6 {
color: #1a1c23;
}
.theme-white-rdbx {
background-color: #f6f6f6;
color: #808284;
position: relative;
z-index: 2;
}
.theme-white-rdbx h1,
.theme-white-rdbx h2,
.theme-white-rdbx h3,
.theme-white-rdbx h4,
.theme-white-rdbx h5,
.theme-white-rdbx h6 {
color: #1a1c23;
}
.lower-light-section {
position: relative;
}
.lower-light-section::before {
content: "";
background-color: #e5e7e4;
position: absolute;
bottom: 0;
height: 50%;
left: 0;
z-index: 1;
width: 100%;
}
.lower-light-section > .container {
z-index: 9;
position: relative;
}
.lower-light-section h1,
.lower-light-section h2,
.lower-light-section h3,
.lower-light-section h4,
.lower-light-section h5,
.lower-light-section h6 {
color: #1a1c23 !important;
}
[data-cursor] {
--x-position: -100px;
--y-position: -100px;
--size: 0px;
background: var(--rdbx-white);
background-color: var(--rdbx-red);
-webkit-mask-image: radial-gradient(circle at var(--x-position) var(--y-position), #000 var(--size), transparent 0);
mask-image: radial-gradient(circle at var(--x-position) var(--y-position), #000 var(--size), transparent 0);
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 60px 0;
}
.lower-dark-section {
position: relative;
}
.lower-dark-section::before {
content: "";
background-color: #1a1c23;
position: absolute;
bottom: 0;
height: 50%;
left: 0;
z-index: 1;
width: 100%;
}
.lower-dark-section > .container {
z-index: 9;
position: relative;
}
.theme-red-gradient {
background-image: linear-gradient(to right, #502427, #8c292c);
background-image: linear-gradient(to right, #502427, #8c292c);
color: #808284;
}
.theme-red-gradient h1,
.theme-red-gradient h2,
.theme-red-gradient h3,
.theme-red-gradient h4,
.theme-red-gradient h5,
.theme-red-gradient h6 {
color: white;
}
.big-section, .module-job-list section, .module-portfolio-example section, .module-masque section, .module-img-gallery section, .module-text-blocs section, .module-legend-video section, .module-timeline section, .module-example-list section, .module-description-button section, .module-legend-img section, .module-roulette-statistique section, .module-services section {
padding: 4.375rem 0;
}
.row-space {
margin-bottom: 4.375rem;
}
.square:before {
content: "";
display: block;
padding-top: 100%; }
.customCursor:not(.preview) {
position: relative;
cursor: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Play-BTN.png), pointer;
}
.customCursor:not(.preview)::before {
content: "";
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Play-BTN.png) no-repeat center/contain;
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
z-index: 99;
transform: translate(-50%, -50%);
}
.customCursor:not(.preview)::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9;
}
@media (hover: hover) {
.customCursor:not(.preview):hover::before {
display: none;
}
}
.customCursor:not(.preview).played {
cursor: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Pause-BTN.png), pointer;
}
.customCursor:not(.preview).played::before, .customCursor:not(.preview).played::after {
display: none;
}
.customCursor:not(.preview) iframe {
pointer-events: none;
}
*:has(> .bg-shape) {
position: relative;
z-index: 1;
}
.bg-shape {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.bg-shape span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
}
.bg-shape::before, .bg-shape::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.3;
}
.bg-shape.gray span, .bg-shape.gray::before, .bg-shape.gray::after {
background-color: #d4dce7;
}
.bg-shape.red span, .bg-shape.red::before, .bg-shape.red::after {
background-color: var(--rdbx-red);
}
.bg-shape.right span {
-webkit-clip-path: polygon(75% 0%, 100% 0, 100% 100%, 38% 100%);
clip-path: polygon(75% 0%, 100% 0, 100% 100%, 38% 100%);
}
.bg-shape.right::before {
-webkit-clip-path: polygon(100% 45%, 100% 0, 100% 100%, 52% 100%);
clip-path: polygon(100% 45%, 100% 0, 100% 100%, 52% 100%);
}
.bg-shape.right::after {
-webkit-clip-path: polygon(100% 84%, 100% 0, 100% 100%, 72% 100%);
clip-path: polygon(100% 84%, 100% 0, 100% 100%, 72% 100%);
}
.bg-shape.left span {
-webkit-clip-path: polygon(0 0, 3% 0, 60% 100%, 0 100%);
clip-path: polygon(0 0, 3% 0, 60% 100%, 0 100%);
}
.bg-shape.left::before {
-webkit-clip-path: polygon(0 0, 0 70%, 35% 100%, 0 100%);
clip-path: polygon(0 0, 0 70%, 35% 100%, 0 100%);
}
.bg-shape.left::after {
-webkit-clip-path: polygon(0 0, 0 91%, 24% 100%, 0 100%);
clip-path: polygon(0 0, 0 91%, 24% 100%, 0 100%);
}
.custom_progressbar .gform_next_button {
display: flex;
align-items: center;
gap: 10px;
}
.custom_progressbar .gf_progressbar_wrapper {
position: absolute;
width: 100vw;
left: 0;
top: 0;
overflow: hidden;
}
@media (min-width: 1100px) {
.custom_progressbar .gf_progressbar_wrapper {
top: auto;
bottom: 0;
}
}
.custom_progressbar .gf_progressbar_wrapper .gf_progressbar {
margin-bottom: 0 !important;
}
.custom_progressbar .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
border-radius: 0 !important;
height: 10px !important;
}
.custom_progressbar .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage.percentbar_blue {
background-color: var(--rdbx-red) !important;
}
.custom_progressbar .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage.percentbar_blue span {
display: none !important;
}
.link-learn-more {
font-size: 1.125rem;
line-height: 1.8125rem;
color: #da404c;
font-weight: 600;
text-decoration: underline;
}
.link-learn-more::after {
transition: transform 0.2s ease-out;
content: "";
display: inline-block;
width: 1em;
height: 0.6em;
margin-left: 5px;
position: relative;
top: 1px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
background: currentcolor;
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-arrow-right.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-arrow-right.svg);
}
.link-learn-more:hover {
color: #da404c;
}
.link-learn-more:hover::after {
transform: translate3d(10px, 0, 0);
}
.link-learn-more.white {
color: #fff;
}
.link-learn-more.white:hover {
color: #fff;
}
.btn, .search-form .search-submit, .comment-form input[type=submit] {
font-weight: 700;
min-width: max-content;
}
.btn[class*=icon-], .search-form [class*=icon-].search-submit, .comment-form input[class*=icon-][type=submit] {
padding-left: 4.5rem;
}
.btn[class*=icon-]::before, .search-form [class*=icon-].search-submit::before, .comment-form input[class*=icon-][type=submit]::before {
left: 1em;
width: 2.5em;
height: 1.8em;
margin-top: -0.1em;
}
.btn-primary {
background-color: #da404c;
border: 0;
}
.btn-primary:hover {
background-color: #e8525e;
}
.btn-secondary:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
background-color: black;
color: #cfd1cf;
}
.btn-terciary {
color: white;
background-color: rgba(255, 255, 255, 0.1019607843);
padding-right: 40px;
}
.btn-terciary:hover {
background-color: white !important;
color: rgba(0, 0, 0, 0.6) !important;
}
.btn-terciary:focus {
box-shadow: none;
}
.btn-burgundy {
color: white;
background-color: #a60a17;
padding-right: 40px;
}
.btn-burgundy:hover {
background-color: #d51626 !important;
}
.btn-burgundy:focus {
box-shadow: none;
}
.btn-terciary-unactive {
color: white;
background-color: transparent;
border-color: white;
padding-right: 40px;
opacity: 0.2;
}
.btn-terciary-unactive:hover {
background-color: #313339;
border-color: #313339;
opacity: 1;
transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-terciary-unactive:focus {
box-shadow: none;
}
.btn-active {
color: white;
background-color: #7f7f7f;
border-color: #7f7f7f;
}
[class*=icon-] {
position: relative;
}
[class*=icon-]::before {
content: "";
position: absolute;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background: currentcolor;
}
.icon-calendar::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/calendar_white.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/calendar_white.svg);
}
.icon-training::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-training.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-training.svg);
}
.icon-click::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-click.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-click.svg);
}
.icon-strat::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-send-mail-dark.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-send-mail-dark.svg);
}
.icon-strategie::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-strategie.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-strategie.svg);
}
.icon-design::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-design.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-design.svg);
}
.icon-conception::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-conception.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-conception.svg);
}
.icon-marketing::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-marketing.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-marketing.svg);
}
.icon-marketingrh {
margin-right: 28px !important;
}
.icon-marketingrh::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-marketingrh.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-marketingrh.svg);
}
.icon-marketing-rh::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-marketingrh.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-marketingrh.svg);
}
.icon-event::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-event.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-event.svg);
}
.icon-video::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-video.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-video.svg);
}
.icon-all::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-all.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-all.svg);
margin-top: 5px !important;
}
.icon-analyse::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-analyse.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-analyse.svg);
}
.icon-conseils::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-conseils.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-conseils.svg);
}
.icon-medias-sociaux::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-medias-sociaux.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-medias-sociaux.svg);
}
.icon-infolettres::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-infolettres.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-infolettres.svg);
}
.icon-formations::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-formations.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-formations.svg);
}
.icon-tableau::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-tableau.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-tableau.svg);
}
.icon-loupe::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-loupe.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-loupe.svg);
}
.icon-chrono::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-chrono.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-chrono.svg);
}
.icon-megaphone::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-megaphone.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-megaphone.svg);
}
.icon-mesure::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-mesure.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-mesure.svg);
}
.icon-moodboard::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-moodboard.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-moodboard.svg);
}
.icon-esquisse::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-esquisse.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-esquisse.svg);
}
.icon-typographique::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-typographique.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-typographique.svg);
}
.icon-identite-pen::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-identite-pen.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-identite-pen.svg);
}
.icon-livre-charte::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-livre-charte.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-livre-charte.svg);
}
.icon-letters::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-letters.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-letters.svg);
}
.icon-film::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-film.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-film.svg);
}
.icon-clap::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-clap.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-clap.svg);
}
.icon-storyboard::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-storyboard.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-storyboard.svg);
}
.icon-chaise::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-chaise.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-chaise.svg);
}
.icon-wikibox::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-wikibox.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-wikibox.svg);
}
.icon-share::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-share.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-share.svg);
}
.icon-taches::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-taches.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-taches.svg);
}
.icon-info::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-info.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-info.svg);
}
.icon-badge::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-badge.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-badge.svg);
}
.icon-question::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-question.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-question.svg);
}
.icon-thematique::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-thematique.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-thematique.svg);
}
.icon-archives::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-archives.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-archives.svg);
}
.icon-article::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-article.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-article.svg);
}
.icon-technique::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-technique.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-technique.svg);
}
.icon-digitale::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-digitale.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-digitale.svg);
}
.icon-seo::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-seo.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-seo.svg);
}
.icon-monde::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-monde.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-monde.svg);
}
.icon-journal::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-journal.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-journal.svg);
}
.icon-idee::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-idee.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-idee.svg);
}
.icon-articles::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-articles.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-articles.svg);
}
.icon-classement::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-classement.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-classement.svg);
}
.icon-search::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-search.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-search.svg);
}
.icon-mail::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-mail.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-mail.svg);
}
.icon-pin::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-pin.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-pin.svg);
}
.icon-phone::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-phone.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-phone.svg);
}
.icon-hour::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-hour.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-hour.svg);
}
.icon-bloc-note::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-bloc-note.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-bloc-note.svg);
}
.icon-calculator::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/calc.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/calc.svg);
}
.icon-message::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/messsage.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/messsage.svg);
}
.icon-equipe::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-equipe.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-equipe.svg);
}
.icon-discussion::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-discussion.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-discussion.svg);
}
.icon-cahier::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-cahier.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-cahier.svg);
}
.icon-mac::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-mac.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-mac.svg);
}
.icon-clique-onde::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-clique-onde.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-clique-onde.svg);
}
.icon-appareils::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-appareils.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-appareils.svg);
}
.icon-chariot::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-chariot.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-chariot.svg);
}
.icon-settings::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-settings.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-settings.svg);
}
.icon-dev::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-dev.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-dev.svg);
}
.icon-cloud::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-cloud.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-cloud.svg);
}
.icon-wireframes::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-wireframes.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-wireframes.svg);
}
.icon-responsive::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-responsive.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-responsive.svg);
}
.icon-programmation::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-programmation.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-programmation.svg);
}
.icon-muscle::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-muscle.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-muscle.svg);
}
.icon-altere::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-altere.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-altere.svg);
}
.icon-calendrier::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-calendrier.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-calendrier.svg);
}
.icon-grille::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-grille.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-grille.svg);
}
.icon-minimaliste::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-minimaliste.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-minimaliste.svg);
}
.icon-time::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-time.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-time.svg);
}
.icon-money::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-money.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-money.svg);
}
.icon-ball::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-ball.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-ball.svg);
}
.icon-building::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-building.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-building.svg);
}
.icon-ribbon::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-ribbon.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-ribbon.svg);
}
.icon-shakehand::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-shakehand.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-shakehand.svg);
}
.icon-suitcase::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-suitcase.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-suitcase.svg);
}
.icon-optimisation::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-optimisation.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-optimisation.svg);
}
.icon-copywritting::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-copywritting.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-copywritting.svg);
}
.icon-seo::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-seo.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-seo.svg);
}
.icon-oeil::before {
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/styles/data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAA9CAYAAADhwEQLAAAHQElEQVR4nO1c3W9URRT/FVtapIBQWRUUNDWaQGOAGBNR1PBieCHxhRdiIk/+CSZqYhoqtQYDRCNRjBge6AMYS0JAeULUGIQomgaIYKhGK9SWtvvRr91tzZDfJMPJzL1zP9ruJvtLbvajM3PO+d2Zc86cuds6VBZ2AVgL4E8AhytMt4qAIigHYIavuypFsQUVoEPFo0aSB3xJuh/ATQCDADLzqnFyZGjHTdoVCl+Sejl4C4DrVUxUhvq38H2vTycfkhrJuI6ES6qUKE3QEn6uo12NYR19SJoEsApAyfiu2oiSBIH2rKJ9gfBdbgMAVlcpUS6CVtOuUESJbtVIVGKCkgguMunTVzYloroBHOdrGnpmhZ7FubyhLqIqCfNKkIuoEQDtFUJSO/WZV4I0NFFKoa75UsKBLuqVmKA0qgCLALwF4O0YfZsBPAHgUQD3cawGGjZOI/sA/A4gH2P8DgDvcqzYmKtSyToATwPYCGATyyHq7tYDGGObekZbdU3z0pH0Xr4fYBnlZwC/ALgI4PJsKz9bJLUCeA3ACwCeATBF45tTlJEnkQsB/ATgHIAvAPyRoozUsRzA+8xLcpwhM3N4jVHudeqxPC0D05hJzwJ4B8BL/OzaC5Uo7x7juyKNU9/9xmU0xA2oWpZPAShzuTUY/cokv94hS281zjLS/ZiCnbGwhX5h2DFblKKjvLSP0X+boDM9AGBDiPANbDfOfnoMPaaWMenQY5h6bplLch7h+reRU+SUvwqgE0AbazczIp/6TMwMHzSw34gYb5ByOik3Z0l0NVnnqP+sQTneT+kwpQJKsQKAj+i0NS6KGVRKIeFs5zjmjLpo/L2VehSMmrl55WlH6lVZJfgvTnm5FbnFfETiQ0HoZIpZb0YsrzzlSXRQP7lFGac9rcFi/HHAckcmKWiPY5SlDPvmVN+dlkLEbrHkpyjXhj3UV/qtHO2LDZX9nqZTNAceZT7SFDDwEcMvKOWPeSixk2dtX/N1p0efY8bNKFKuC03U22bPadobCS10gibz6v0/dJJhKBv9iiFJZCfTALkksvy+M6Bvs3DSZQ/d2miHtO0q7fZChtPYdLgqovSEzB6NHeJuHQ1oeygghTCX6qGAMY6KWbHDQ8cm2mNGymnKCvWbGeFLtOB9HoI1uoWBWx3t2gVBWslxy00aDoiKW8U4UQp2+yzLbyqIKFshTXWIGrJvCMNd6DfaFZgdq+x9JV/P8nvdpj9gLJPQGxH1bbdMDGt5JWMJ73HrMKbAPkebzeLu/+pod0nMps2Odn3ixkaFbYKMa/t1QnVF+Ju4xfJGkaT952i30djj5QOW836jjtTE/ZwNppwFPmdpArZDjibycmfAl4VhEyzGxzlNaBIRxlXsWsYSB9jeJWvAGG8h+9lgyil7BhibrOO0X0PzcwefCweWjXliUSemrOsY+VUj5E9xxtiw31i+WfazoVfIjVPd6BZpyCh5uQtHRSOVjZ6IIey2SB1syIh6kyJijWi3Rvi3sQAfaYby2zF0PiF2Fdmg1EWyqRT7ISDdt+G82FOtdbTrERtV1fYUtxCnxL6vxPY2rBVtz0fQdSntGxMEha6iI2LpFRl+fSNdlzEDCo7NL1j4lzmK6xplexs6jFRhKsKpTYZ2mVFtNGRrcxc+tmTCiu29Hn3XC+OvhSj6ryimmdcE/x50g64JI9d76LjXUl4ept2R0CWSOa3Edx57nCvCLwUlpCpqHaRPyFLZLD8fNKKgDfIQ8kqIXi3UX87gQpJzQ/VoypClyFUMKTFI5ZXhiz3kPQngOb6GYbGY7WE34wD1lkXAQdqZCMtYvpBl0wIFuGpKZrasfMU3SRUROCOi3yVHuz3UU66KEdrlyr1ioZOJWkkIy3K2dYml8ZBQLB8QoaKiR0S0AuVpLKQ+Q5YSTIl2BJVgEmGZpcRgOvYyc45tFLJXLIkCQ/SKmEqsYP+CWMo6oGyj/LLj3E+XfFKdPS6ovdeFgFrQMNf/GUs2X+b1QYTMuI7ty6Kgp7PiM5QXpM8F6h0ZSQ8nXwTwHs/6mx0nEOPGMfcS8b0qmX4F4HvunQZZJdQPs6rQ/zyAV4z2GjnjmNtWep3mklRbljcBfJvQ1sRYx7r0lGMphl2TRvgfNtIA14Fj0DVCPQ5Tr4rEdgBf8k6PBCSKaV0TlJOj3O2VSMqigK3HJuYuJ3n+VaJBccibMPqWON5Jju+qM3XEOQWRSOqTMjx5UNHmEwBvhLRv5BJ4jLv8hznGSj7ItYK+Lc/dfB8Laspf/c0DxRt8Jins+WuVArzOpHPWn7Z1ofbMZAhqT9+GoPYct4fg2SJoNn45mQpRUR4/0U7afLpMGfP4fDlFDwxQv5zRtJ52eBPlS1I1EqSRmCjf37v1VylBGi6i+tP8vZt+pA9VSJCGJGrG2CsGwne5tVHIrSolSGPA0H/A8zEi5yO+EorxB9PUdh6hyHkgivjaT949UCPJA7X/VRIGAP8DpTDMUqUxfc4AAAAASUVORK5CYII=);
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/styles/data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAAA9CAYAAADhwEQLAAAHQElEQVR4nO1c3W9URRT/FVtapIBQWRUUNDWaQGOAGBNR1PBieCHxhRdiIk/+CSZqYhoqtQYDRCNRjBge6AMYS0JAeULUGIQomgaIYKhGK9SWtvvRr91tzZDfJMPJzL1zP9ruJvtLbvajM3PO+d2Zc86cuds6VBZ2AVgL4E8AhytMt4qAIigHYIavuypFsQUVoEPFo0aSB3xJuh/ATQCDADLzqnFyZGjHTdoVCl+Sejl4C4DrVUxUhvq38H2vTycfkhrJuI6ES6qUKE3QEn6uo12NYR19SJoEsApAyfiu2oiSBIH2rKJ9gfBdbgMAVlcpUS6CVtOuUESJbtVIVGKCkgguMunTVzYloroBHOdrGnpmhZ7FubyhLqIqCfNKkIuoEQDtFUJSO/WZV4I0NFFKoa75UsKBLuqVmKA0qgCLALwF4O0YfZsBPAHgUQD3cawGGjZOI/sA/A4gH2P8DgDvcqzYmKtSyToATwPYCGATyyHq7tYDGGObekZbdU3z0pH0Xr4fYBnlZwC/ALgI4PJsKz9bJLUCeA3ACwCeATBF45tTlJEnkQsB/ATgHIAvAPyRoozUsRzA+8xLcpwhM3N4jVHudeqxPC0D05hJzwJ4B8BL/OzaC5Uo7x7juyKNU9/9xmU0xA2oWpZPAShzuTUY/cokv94hS281zjLS/ZiCnbGwhX5h2DFblKKjvLSP0X+boDM9AGBDiPANbDfOfnoMPaaWMenQY5h6bplLch7h+reRU+SUvwqgE0AbazczIp/6TMwMHzSw34gYb5ByOik3Z0l0NVnnqP+sQTneT+kwpQJKsQKAj+i0NS6KGVRKIeFs5zjmjLpo/L2VehSMmrl55WlH6lVZJfgvTnm5FbnFfETiQ0HoZIpZb0YsrzzlSXRQP7lFGac9rcFi/HHAckcmKWiPY5SlDPvmVN+dlkLEbrHkpyjXhj3UV/qtHO2LDZX9nqZTNAceZT7SFDDwEcMvKOWPeSixk2dtX/N1p0efY8bNKFKuC03U22bPadobCS10gibz6v0/dJJhKBv9iiFJZCfTALkksvy+M6Bvs3DSZQ/d2miHtO0q7fZChtPYdLgqovSEzB6NHeJuHQ1oeygghTCX6qGAMY6KWbHDQ8cm2mNGymnKCvWbGeFLtOB9HoI1uoWBWx3t2gVBWslxy00aDoiKW8U4UQp2+yzLbyqIKFshTXWIGrJvCMNd6DfaFZgdq+x9JV/P8nvdpj9gLJPQGxH1bbdMDGt5JWMJ73HrMKbAPkebzeLu/+pod0nMps2Odn3ixkaFbYKMa/t1QnVF+Ju4xfJGkaT952i30djj5QOW836jjtTE/ZwNppwFPmdpArZDjibycmfAl4VhEyzGxzlNaBIRxlXsWsYSB9jeJWvAGG8h+9lgyil7BhibrOO0X0PzcwefCweWjXliUSemrOsY+VUj5E9xxtiw31i+WfazoVfIjVPd6BZpyCh5uQtHRSOVjZ6IIey2SB1syIh6kyJijWi3Rvi3sQAfaYby2zF0PiF2Fdmg1EWyqRT7ISDdt+G82FOtdbTrERtV1fYUtxCnxL6vxPY2rBVtz0fQdSntGxMEha6iI2LpFRl+fSNdlzEDCo7NL1j4lzmK6xplexs6jFRhKsKpTYZ2mVFtNGRrcxc+tmTCiu29Hn3XC+OvhSj6ryimmdcE/x50g64JI9d76LjXUl4ept2R0CWSOa3Edx57nCvCLwUlpCpqHaRPyFLZLD8fNKKgDfIQ8kqIXi3UX87gQpJzQ/VoypClyFUMKTFI5ZXhiz3kPQngOb6GYbGY7WE34wD1lkXAQdqZCMtYvpBl0wIFuGpKZrasfMU3SRUROCOi3yVHuz3UU66KEdrlyr1ioZOJWkkIy3K2dYml8ZBQLB8QoaKiR0S0AuVpLKQ+Q5YSTIl2BJVgEmGZpcRgOvYyc45tFLJXLIkCQ/SKmEqsYP+CWMo6oGyj/LLj3E+XfFKdPS6ovdeFgFrQMNf/GUs2X+b1QYTMuI7ty6Kgp7PiM5QXpM8F6h0ZSQ8nXwTwHs/6mx0nEOPGMfcS8b0qmX4F4HvunQZZJdQPs6rQ/zyAV4z2GjnjmNtWep3mklRbljcBfJvQ1sRYx7r0lGMphl2TRvgfNtIA14Fj0DVCPQ5Tr4rEdgBf8k6PBCSKaV0TlJOj3O2VSMqigK3HJuYuJ3n+VaJBccibMPqWON5Jju+qM3XEOQWRSOqTMjx5UNHmEwBvhLRv5BJ4jLv8hznGSj7ItYK+Lc/dfB8Laspf/c0DxRt8Jins+WuVArzOpHPWn7Z1ofbMZAhqT9+GoPYct4fg2SJoNn45mQpRUR4/0U7afLpMGfP4fDlFDwxQv5zRtJ52eBPlS1I1EqSRmCjf37v1VylBGi6i+tP8vZt+pA9VSJCGJGrG2CsGwne5tVHIrSolSGPA0H/A8zEi5yO+EorxB9PUdh6hyHkgivjaT949UCPJA7X/VRIGAP8DpTDMUqUxfc4AAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.icon-dropdown {
padding-right: 0 !important;
padding-left: 1.5rem !important;
}
.icon-dropdown::before {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-dropdown.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-dropdown.svg);
left: 0 !important;
width: 1.5em !important;
height: 0.8em !important;
margin-top: -0.3em !important;
color: black;
}
.arrow-button, .module-img-gallery .control-navigation .slider-next-button, .module-img-gallery .control-navigation .slider-prev-button, .module-portfolio .control-navigation .slider-next-button,
.custom-template-portfolio .control-navigation .slider-next-button, .module-portfolio .control-navigation .slider-prev-button,
.custom-template-portfolio .control-navigation .slider-prev-button, .module-slider .slider-next-button, .module-slider .slider-prev-button {
display: block;
width: 60px;
height: 60px;
color: #cfd1cf;
}
.arrow-button .circle-countdown .chevron, .module-img-gallery .control-navigation .slider-next-button .circle-countdown .chevron, .module-img-gallery .control-navigation .slider-prev-button .circle-countdown .chevron, .module-portfolio .control-navigation .slider-next-button .circle-countdown .chevron,
.custom-template-portfolio .control-navigation .slider-next-button .circle-countdown .chevron, .module-portfolio .control-navigation .slider-prev-button .circle-countdown .chevron,
.custom-template-portfolio .control-navigation .slider-prev-button .circle-countdown .chevron, .module-slider .slider-next-button .circle-countdown .chevron, .module-slider .slider-prev-button .circle-countdown .chevron {
transition: opacity 0.25s ease;
}
.arrow-button:hover .circle-countdown .chevron, .module-img-gallery .control-navigation .slider-next-button:hover .circle-countdown .chevron, .module-img-gallery .control-navigation .slider-prev-button:hover .circle-countdown .chevron, .module-portfolio .control-navigation .slider-next-button:hover .circle-countdown .chevron,
.custom-template-portfolio .control-navigation .slider-next-button:hover .circle-countdown .chevron, .module-portfolio .control-navigation .slider-prev-button:hover .circle-countdown .chevron,
.custom-template-portfolio .control-navigation .slider-prev-button:hover .circle-countdown .chevron, .module-slider .slider-next-button:hover .circle-countdown .chevron, .module-slider .slider-prev-button:hover .circle-countdown .chevron {
opacity: 1;
}
.arrow-button:hover .circle-countdown .circle, .module-img-gallery .control-navigation .slider-next-button:hover .circle-countdown .circle, .module-img-gallery .control-navigation .slider-prev-button:hover .circle-countdown .circle, .module-portfolio .control-navigation .slider-next-button:hover .circle-countdown .circle,
.custom-template-portfolio .control-navigation .slider-next-button:hover .circle-countdown .circle, .module-portfolio .control-navigation .slider-prev-button:hover .circle-countdown .circle,
.custom-template-portfolio .control-navigation .slider-prev-button:hover .circle-countdown .circle, .module-slider .slider-next-button:hover .circle-countdown .circle, .module-slider .slider-prev-button:hover .circle-countdown .circle {
stroke-dashoffset: 0;
}
.circle-countdown {
width: 100%;
height: 100%;
}
.circle-countdown .circle {
stroke-dasharray: 234;
stroke-dashoffset: 234;
transform: rotate(-90deg);
transform-origin: center;
}
.circle-countdown .circle.running {
animation: dash 7s infinite;
}
.cta {
background-color: var(--rdbx-background);
border: none;
border-radius: 70px;
display: block;
width: -moz-fit-content;
width: fit-content;
padding: 0.75rem 1.5rem;
color: var(--rdbx-white);
font-weight: 700;
line-height: normal;
cursor: pointer;
transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.cta:focus {
transition: none;
}
.cta.primary {
--rdbx-background: var(--rdbx-red);
}
.cta.primary:hover {
--rdbx-background: var(--rdbx-light-red);
}
.cta.primary:focus {
--rdbx-background: var(--rdbx-dark-red);
}
.cta.secondary {
--rdbx-background: var(--rdbx-dark-gray);
}
.cta.secondary:hover, .cta.secondary:focus {
--rdbx-background: var(--rdbx-focus-secondary);
}
a.cta:hover {
text-decoration: none;
color: var(--rdbx-white);
}
.comment-list ol {
list-style: none;
}
#comments {
background-color: #f6f6f6;
}
#comments {
padding: 5% 0;
}
#comments h2 {
display: none;
}
#comments h2.title_comments {
display: block;
margin-bottom: 40px;
color: #181C21;
}
#comments .comment-body {
position: relative;
margin-bottom: 70px;
}
#comments .comment-body .comment-meta {
position: relative;
}
#comments .comment-body .comment-meta .comment-author img {
width: 45px;
max-width: 100%;
height: auto;
margin-right: 10px;
}
#comments .comment-body .comment-meta .comment-author .fn a {
color: #181C21;
}
#comments .comment-body .comment-meta .comment-author .fn a:hover {
text-decoration: none;
opacity: 0.8;
}
#comments .comment-body .comment-meta .comment-author .fn {
color: #181C21;
}
#comments .comment-body .comment-meta .comment-author .says {
display: none;
}
#comments .comment-body .comment-meta .comment-metadata {
position: absolute;
top: 24px;
left: 60px;
}
#comments .comment-body .comment-meta .comment-metadata a {
font-size: 12px;
line-height: 16px;
color: #181C21;
opacity: 0.5;
}
#comments .comment-body .comment-meta .comment-metadata a:hover {
text-decoration: none;
opacity: 0.8;
}
#comments .comment-body .comment-content {
margin: 30px 10px 16px 60px;
}
#comments .comment-body .comment-content p {
color: #181C21;
opacity: 0.5;
}
#comments .comment-body .reply {
position: absolute;
bottom: -40px;
left: 60px;
}
#comments .children {
padding-left: 60px;
}
#comments .children .comment-notes {
margin-top: 22px;
}
#comments .children .form-submit {
margin-bottom: 3rem;
}
#comments .error {
color: #DA404C;
font-size: 0.875rem;
}
.comment-respond {
position: relative;
}
#respond #reply-title {
color: #181C21;
font-size: 2.25rem;
line-height: 2.75rem;
}
#respond #reply-title small {
position: absolute;
left: 286px;
bottom: 0;
height: 52px;
}
#respond #reply-title small a#cancel-comment-reply-link {
font-size: 1rem;
line-height: 1.6rem;
}
#respond #commentform .logged-in-as {
margin-top: 15px;
}
#respond #commentform .comment-notes {
color: #181C21;
}
#respond #commentform .comment-form-comment,
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url,
#respond #commentform .comment-form-cookies-consent {
color: #181C21;
}
#respond #commentform .comment-form-comment textarea {
height: 100px;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
border-image: none;
border-style: solid solid solid solid;
border-width: 0px 0px 1px 0px;
}
#respond #commentform .comment-form-author {
width: 48%;
float: left;
}
@media (max-width: 768px) {
#respond #commentform .comment-form-author {
width: 100%;
}
#respond #commentform .comment-form-author label {
margin-bottom: 0;
}
}
#respond #commentform .comment-form-email {
width: 48%;
float: left;
margin-left: 4%;
}
@media (max-width: 768px) {
#respond #commentform .comment-form-email {
width: 100%;
}
#respond #commentform .comment-form-email label {
margin-bottom: 0;
}
}
#respond #commentform .form-submit {
margin-top: 3rem;
}
@media (max-width: 768px) {
#respond #commentform p {
margin: 0 0 35px !important;
}
} .search-form {
gap: 10px;
}
.search-form label {
font-weight: normal;
}
.form-control,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea,
.search-form .search-field {
background: transparent;
border-width: 0 0 1px 0;
}
.form-control:focus,
.search-form .search-field:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
background: transparent;
box-shadow: none;
}
.gform_validation_errors,
.gfield_validation_message {
display: none;
}
.module-popup-video .gfield_validation_message,
.module-conception-web .gfield_validation_message,
.module-popup-contact-rh .gfield_validation_message,
.module-popup-ecommerce .gfield_validation_message,
.module-popup-calculateur-prix .gfield_validation_message {
display: block;
}
.form_infolettre .infolettres-wrapper .gform_body .gfield_contains_required .gfield_label,
.form_infolettre .infolettres-wrapper .gform-body .gfield_contains_required .gfield_label {
display: none !important;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .gfield_label,
.form_infolettre .infolettres-wrapper .gform_body .gform_fields label,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .gfield_label,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields label {
display: none !important;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .gfield_error .gfield_label,
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .gfield_error label,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .gfield_error .gfield_label,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .gfield_error label {
display: none !important;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .gfield_error input,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .gfield_error input {
border: none;
border-bottom: 2px solid #da404c;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields input:not(input[type=checkbox]),
.form_infolettre .infolettres-wrapper .gform-body .gform_fields input:not(input[type=checkbox]) {
background-color: transparent;
border: none;
border-bottom: 2px solid #cfd1cf;
color: #313339;
margin-bottom: 15px !important;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields input:not(input[type=checkbox]):focus,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields input:not(input[type=checkbox]):focus {
outline: none;
border-bottom: 2px solid #313339;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .infolettresCheckbox .gchoice,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .infolettresCheckbox .gchoice {
display: flex;
align-items: flex-start;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .infolettresCheckbox .gchoice label,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .infolettresCheckbox .gchoice label {
display: flex !important;
color: #5f6165;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .infolettresCheckbox .gchoice label::before,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .infolettresCheckbox .gchoice label::before {
content: "";
display: inline-block;
width: 15px;
height: 15px;
border: 1px solid #5f6165;
margin-right: 12px;
flex: 1 0 15px;
margin-top: 5px;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .infolettresCheckbox .gchoice input[type=checkbox],
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .infolettresCheckbox .gchoice input[type=checkbox] {
margin-top: 7px;
display: none;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .infolettresCheckbox .gchoice input[type=checkbox]:checked + label::before,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .infolettresCheckbox .gchoice input[type=checkbox]:checked + label::before {
background-color: #5f6165;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .ginput_preview,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .ginput_preview {
color: #313339;
font-size: 1rem;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .ginput_container_fileupload,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .ginput_container_fileupload {
margin-top: 20px;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .ginput_container_fileupload .gform_fileupload_rules,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .ginput_container_fileupload .gform_fileupload_rules {
display: none !important;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .ginput_container_fileupload .gform_drop_area,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .ginput_container_fileupload .gform_drop_area {
display: flex;
justify-content: start;
align-items: center;
flex-direction: row-reverse;
padding: 0;
border: none;
margin-bottom: 8px;
background: transparent;
border-radius: 0;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .ginput_container_fileupload .gform_drop_area .gform_drop_instructions,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
padding: 0;
margin: 0;
position: relative;
font-size: 0;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .ginput_container_fileupload .gform_drop_area .gform_drop_instructions:after,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .ginput_container_fileupload .gform_drop_area .gform_drop_instructions:after {
content: "joindre tes fichiers (pdf,doc,ppt)";
color: black;
font-weight: bold;
width: 300px;
font-size: 1rem;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .ginput_container_fileupload .gform_drop_area .gform_button_select_files,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .ginput_container_fileupload .gform_drop_area .gform_button_select_files {
border: none;
background: none;
font-size: 0;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-download.png);
background-repeat: no-repeat;
background-position: 15% 50%;
background-size: 30px;
width: 30px;
height: 30px;
margin-right: 10px;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .ginput_container_fileupload .gform_drop_area .gform_button_select_files:before,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .ginput_container_fileupload .gform_drop_area .gform_button_select_files:before {
content: "";
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .multi_input_file .ginput_container_fileupload,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .multi_input_file .ginput_container_fileupload {
margin-top: 20px;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .multi_input_file .ginput_container_fileupload .gform_fileupload_rules,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .multi_input_file .ginput_container_fileupload .gform_fileupload_rules {
display: none !important;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area {
display: flex;
justify-content: start;
align-items: center;
flex-direction: row-reverse;
padding: 0;
border: none;
margin-bottom: 8px;
background: transparent;
border-radius: 0;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area .gform_drop_instructions,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
padding: 0;
margin: 0;
position: relative;
font-size: 0;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area .gform_drop_instructions:after,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area .gform_drop_instructions:after {
content: "joindre un autre fichier";
color: black;
font-weight: bold;
width: 300px;
font-size: 1rem;
padding-left: 38px;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area .gform_button_select_files,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area .gform_button_select_files {
border: none;
background: none;
font-size: 0;
position: absolute;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/plus.png);
background-repeat: no-repeat;
background-position: 0%;
background-size: 30px;
width: 100%;
height: 100%;
margin-right: 10px;
}
.form_infolettre .infolettres-wrapper .gform_body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area .gform_button_select_files:before,
.form_infolettre .infolettres-wrapper .gform-body .gform_fields .multi_input_file .ginput_container_fileupload .gform_drop_area .gform_button_select_files:before {
content: "";
}
.gform_footer {
width: -moz-fit-content;
width: fit-content;
}
.gform_footer input {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-plane.svg);
background-repeat: no-repeat;
background-position: 15% 50%;
background-size: 25px;
color: white;
background-color: #da404c;
border-color: #da404c;
margin-bottom: 0;
padding-left: 4rem;
text-decoration: none;
position: relative;
font-weight: 700;
display: inline-block;
font-family: "Gilroy", "Spartan", sans-serif;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 1000rem;
border-top-left-radius: 1000rem;
border-top-right-radius: 1000rem;
border-bottom-right-radius: 1000rem;
border-bottom-left-radius: 1000rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_footer input:hover {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
}
.gform_footer input:focus, .gform_footer input.focus {
color: #fff;
background-color: #a60a17;
border-color: #a60a17;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}  .alignnone {
margin-left: 0;
margin-right: 0;
max-width: 100%;
height: auto;
}
.aligncenter {
display: block;
margin: 0.5rem auto;
height: auto;
}
.alignleft,
.alignright {
margin-bottom: 0.5rem;
height: auto;
}
@media (min-width: 576px) {
.alignleft {
float: left;
margin-right: 0.5rem;
}
.alignright {
float: right;
margin-left: 0.5rem;
}
}  html:has(.megaMenu.active) {
overflow: hidden;
}
.header .megaMenu {
background-color: var(--rdbx-dark-blue);
display: flex;
align-items: flex-start;
width: 100%;
height: 100vh;
position: fixed;
left: 0;
top: 0;
overflow: hidden auto;
z-index: 995;
transform: translateX(200%) skewX(-30deg);
transition: transform 0.5s ease-out;
}
.header .megaMenu.active {
transform: translateX(0) skewX(0);
}
.header .megaMenu-close {
position: absolute;
right: 40px;
top: 40px;
width: 30px;
height: 30px;
cursor: pointer;
background-color: transparent;
border: none;
padding: 0;
}
.header .megaMenu-close span {
position: relative;
display: block;
height: 100%;
width: 100%;
}
.header .megaMenu-close span::before, .header .megaMenu-close span::after {
content: "";
display: block;
width: 100%;
height: 2px;
position: absolute;
top: 50%;
left: 50%;
background-color: var(--rdbx-blue-30);
transition: background-color 0.3s ease-out;
}
.header .megaMenu-close span::before {
transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.header .megaMenu-close span::after {
transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.header .megaMenu-close:hover span::before,
.header .megaMenu-close:hover span::after {
background-color: var(--rdbx-white);
}
.header .megaMenu-container {
width: 100%;
padding: 100px 0;
}
@media (min-width: 768px) {
.header .megaMenu-container {
padding: 15vh 0;
height: 100%;
}
}
.header .megaMenu .newContainer {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
gap: 50px;
}
@media (min-width: 768px) {
.header .megaMenu .newContainer {
flex-direction: row;
align-items: stretch;
gap: 100px;
height: 100%;
}
}
.header .megaMenu-nav {
display: flex;
flex-direction: column;
gap: 30px;
}
@media (min-width: 768px) {
.header .megaMenu-nav {
flex-direction: row;
justify-content: space-between;
flex: 1 1 70%;
}
}
.header .megaMenu-navLeft, .header .megaMenu-navRight {
flex: 1;
}
.header .megaMenu-langButton {
margin-top: 15px;
opacity: 0;
transition: opacity 0.8s ease-out;
}
.header .megaMenu-langButton.show {
opacity: 1;
}
.header .megaMenu-langButton a {
font-size: 1.5rem;
color: var(--rdbx-base-40);
font-weight: 400;
line-height: normal;
transition: color 0.3s ease-out;
}
.header .megaMenu-langButton a:hover {
color: var(--rdbx-white);
text-decoration: none;
}
@media (min-width: 768px) {
.header .megaMenu-langButton a {
font-size: clamp(
1.5rem,
6.25vw + -3.5rem,
2.125rem
);
}
}
.header .megaMenu-menuLeft, .header .megaMenu-menuRight {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.header .megaMenu-menuLeft > .menu-item, .header .megaMenu-menuRight > .menu-item {
opacity: 0;
transition: opacity 0.8s ease-out;
}
@media (min-width: 768px) {
.header .megaMenu-menuLeft > .menu-item:not(:last-child), .header .megaMenu-menuRight > .menu-item:not(:last-child) {
margin-bottom: clamp(
1.25rem,
12.5vw + -8.75rem,
2.5rem
) !important;
}
}
.header .megaMenu-menuLeft > .menu-item.show, .header .megaMenu-menuRight > .menu-item.show {
opacity: 1;
}
.header .megaMenu-menuLeft li a, .header .megaMenu-menuRight li a {
color: var(--rdbx-base-40);
font-weight: 400;
line-height: normal;
transition: color 0.3s ease-out;
}
.header .megaMenu-menuLeft li a:hover, .header .megaMenu-menuRight li a:hover {
color: var(--rdbx-white);
text-decoration: none;
}
.header .megaMenu-menuLeft li.menu-item-has-children > a, .header .megaMenu-menuRight li.menu-item-has-children > a {
display: flex;
gap: 15px;
align-items: center;
justify-content: flex-start;
}
.header .megaMenu-menuLeft li.menu-item-has-children > a::after, .header .megaMenu-menuRight li.menu-item-has-children > a::after {
content: "";
display: inline-block;
width: 13px;
height: 13px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
}
@media (min-width: 768px) {
.header .megaMenu-menuLeft li.menu-item-has-children > a::after, .header .megaMenu-menuRight li.menu-item-has-children > a::after {
width: clamp(
0.8125rem,
4.38vw + -2.6875rem,
1.25rem
);
height: clamp(
0.8125rem,
4.38vw + -2.6875rem,
1.25rem
);
border-right: 3px solid currentColor;
border-bottom: 3px solid currentColor;
}
}
.header .megaMenu-menuLeft li.menu-item-has-children.open > a::after, .header .megaMenu-menuRight li.menu-item-has-children.open > a::after {
transform: translate3d(0px, 7px, 0) rotate(-135deg);
}
.header .megaMenu-menuLeft > li:not(:last-child) {
margin-bottom: 20px;
}
.header .megaMenu-menuLeft > li a {
font-size: 2.125rem;
}
@media (min-width: 768px) {
.header .megaMenu-menuLeft > li a {
font-size: clamp(
2.125rem,
12.5vw + -7.875rem,
3.375rem
);
}
}
.header .megaMenu-menuRight > li:not(:last-child) {
margin-bottom: 15px;
}
.header .megaMenu-menuRight > li a {
font-size: 1.5rem;
}
@media (min-width: 768px) {
.header .megaMenu-menuRight > li a {
font-size: clamp(
1.5rem,
6.25vw + -3.5rem,
2.125rem
);
}
}
.header .megaMenu .sub-menu {
list-style: none;
overflow: hidden;
height: 0;
transition: height 0.3s ease-out;
}
.header .megaMenu .sub-menu li {
padding: 5px 0;
}
.header .megaMenu .sub-menu a {
font-size: 1rem;
line-height: normal;
}
@media (min-width: 768px) {
.header .megaMenu .sub-menu a {
font-size: clamp(
1.125rem,
3.75vw + -1.875rem,
1.5rem
);
}
}
.header .megaMenu-right {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
gap: 20px;
}
@media (min-width: 768px) {
.header .megaMenu-right {
align-items: flex-end;
flex: 1 1 30%;
}
}
.header .megaMenu-right > div {
opacity: 0;
transition: opacity 0.8s ease-out;
}
.header .megaMenu-right > div.show {
opacity: 1;
}
.header .megaMenu-infos {
display: flex;
flex-direction: column;
gap: 22px;
}
@media (min-width: 768px) {
.header .megaMenu-infos {
align-items: flex-end;
}
}
.header .megaMenu-infosTitle {
font-size: 2.125rem;
font-weight: 600;
color: var(--rdbx-white);
margin-bottom: 0;
}
.header .megaMenu-btns {
display: flex;
flex-direction: column;
gap: 12px;
}
@media (min-width: 768px) {
.header .megaMenu-btns {
align-items: flex-end;
}
}
.header .megaMenu-btns .cta {
min-width: 203px;
}
.header .megaMenu-contact {
text-align: right;
}
.header .megaMenu-contact p,
.header .megaMenu-contact a {
font-size: 0.75rem;
color: var(--rdbx-blue-40);
margin-bottom: 0.5rem;
opacity: 1;
}
.header .megaMenu-contact a {
font-weight: 700;
}
.header .megaMenu .medias-wrapper {
display: flex;
gap: 15px;
justify-content: flex-end;
}
.header .megaMenu .medias-wrapper .logo svg {
fill: var(--rdbx-blue-40);
transition: fill 0.3s ease;
}
.header .megaMenu .medias-wrapper .logo:hover svg {
fill: white;
}
.admin-bar .header {
top: 32px;
}
.link-bold {
font-weight: 600;
}
.header {
--font-color: var(--rdbx-white);
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 0.9375rem 0;
z-index: 9;
background-color: transparent;
transform: translate3d(0, 0, 0);
transition: background-color 0.3s ease-out, transform 0.3s ease-out;
}
.header.hidden:has(.megaMenu:not(.active)) {
transform: translate3d(0, -100%, 0);
}
.header ul {
list-style: none;
padding-left: 0;
}
.header .newContainer {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
margin: 0 auto;
}
@media (max-width: 767px) {
.header .newContainer {
gap: 15px;
}
}
@media (min-width: 768px) {
.header .newContainer {
padding: 0 1.875rem;
}
}
.header > .newContainer {
max-width: none;
}
.header-logo {
width: 80px;
position: relative;
z-index: 999;
}
.header-sticky {
display: flex;
align-items: center;
width: 100%;
justify-content: flex-end;
}
@media (min-width: 768px) {
.header-sticky {
justify-content: flex-start;
}
}
@media (max-width: 767px) {
.header-sticky > .cta {
font-size: 0.875rem;
}
}
.header-allExpertise {
font-size: 0.875rem;
color: var(--rdbx-red);
font-weight: 600;
text-decoration: underline;
}
.header-allExpertise svg {
fill: var(--rdbx-red);
}
.header-stickyMenu {
display: none;
list-style: none;
padding-left: 0;
}
@media (min-width: 768px) {
.header-stickyMenu {
display: flex;
align-items: center;
gap: 37px;
margin: 0 auto 0 0;
position: relative;
}
}
.header-stickyMenuItem > a {
--font-color: var(--rdbx-white);
color: var(--font-color);
font-weight: 700;
transition: color 0.3s ease-out;
}
.header-stickyMenuItem > a:hover {
color: var(--font-white);
}
.header-stickyMenuItem:has(> .header-subContainer) > a {
display: flex;
align-items: center;
gap: 8px;
}
.header-stickyMenuItem:has(> .header-subContainer) > a::after {
content: "";
display: block;
width: 8px;
height: 8px;
border-bottom: 2px solid currentColor;
border-right: 2px solid currentColor;
transform: translateY(-2px) rotate(45deg);
}
.header-stickyMenuItem:has(> .header-subContainer) > a:hover::after {
transform: rotate(-135deg);
}
.header-stickyMenuItem:hover > .header-subContainer {
display: flex;
}
.header-subTitle {
font-size: 1.5rem;
font-weight: 500;
margin-bottom: 0.9375rem;
line-height: normal;
}
.header-subContainer {
position: absolute;
top: 100%;
left: 0;
width: 583px;
background-color: var(--rdbx-white);
display: none;
}
.header-subContainerLeft, .header-subContainerRight {
padding: 1.5rem;
}
.header-subContainerLeft {
flex: 1 0 377px;
}
.header-subContainerLeft .header-subTitle {
color: var(--rdbx-gray);
}
.header-subContainerLeft li {
padding: 0.375rem 0;
border-bottom: 1px solid var(--rdbx-light-gray);
}
.header-subContainerLeft li:last-child {
margin-bottom: 50px;
}
.header-subContainerLeft li a {
color: var(--rdbx-dark-blue);
font-weight: 700;
}
.header-subContainerLeft li a:hover {
color: var(--rdbx-dark-blue) !important;
}
.header-subContainerRight {
background-color: var(--rdbx-red);
flex: 1 0 212px;
}
.header-subContainerRight .header-subTitle {
color: var(--rdbx-white);
}
.header-subContainerRight li {
padding: 0.375rem;
}
.header-subContainerRight a {
font-size: 0.8125rem;
color: var(--rdbx-white);
font-weight: 700;
}
.header-subContainerRight a:hover {
color: var(--rdbx-white) !important;
}
.header-right {
display: flex;
align-items: center;
gap: 23px;
}
@media (max-width: 767px) {
.header-right {
gap: 15px;
}
}
.header-lang a {
color: var(--font-color);
font-size: 1rem;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}
.header-burger {
cursor: pointer;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 5px;
width: 30px;
padding: 0 0.3125rem;
background-color: transparent;
border: none;
}
.header-burger span {
display: block;
width: 100%;
flex: 0 0 2px;
background-color: var(--font-color);
border-radius: 20px;
}
.header-burger span:last-child {
width: 70%;
transition: width 0.2s ease-out;
}
.header-burger:hover span:last-child {
width: 100%;
}
.header:has(+ .portfolioPage), .header:has(+ .about), .header:has(+ .careerPage), .header:has(+ .culturePage), .header:has(+ .singlePage), .header:has(+ .blogPage), .header:has(+ .singleProject), .header.backWhite {
--font-color: var(--rdbx-dark-blue);
background-color: var(--rdbx-white);
box-shadow: 0px 0px 31px 0px rgba(23, 54, 71, 0.07), 0px 0px 16.17px 0px rgba(23, 54, 71, 0.05), 0px 0px 7.589px 0px rgba(23, 54, 71, 0.04), 0px 0px 3.323px 0px rgba(23, 54, 71, 0.03), 0px 0px 1.438px 0px rgba(23, 54, 71, 0.02);
}
.header:has(+ .portfolioPage) .header-stickyMenuItem a, .header:has(+ .about) .header-stickyMenuItem a, .header:has(+ .careerPage) .header-stickyMenuItem a, .header:has(+ .culturePage) .header-stickyMenuItem a, .header:has(+ .singlePage) .header-stickyMenuItem a, .header:has(+ .blogPage) .header-stickyMenuItem a, .header:has(+ .singleProject) .header-stickyMenuItem a, .header.backWhite .header-stickyMenuItem a {
--font-color: var(--rdbx-dark-blue);
}
.header:has(+ .portfolioPage) .header-stickyMenuItem a:hover, .header:has(+ .about) .header-stickyMenuItem a:hover, .header:has(+ .careerPage) .header-stickyMenuItem a:hover, .header:has(+ .culturePage) .header-stickyMenuItem a:hover, .header:has(+ .singlePage) .header-stickyMenuItem a:hover, .header:has(+ .blogPage) .header-stickyMenuItem a:hover, .header:has(+ .singleProject) .header-stickyMenuItem a:hover, .header.backWhite .header-stickyMenuItem a:hover {
color: var(--rdbx-red);
}
.header:has(+ .portfolioPage) #glitchLogo_menu, .header:has(+ .about) #glitchLogo_menu, .header:has(+ .careerPage) #glitchLogo_menu, .header:has(+ .culturePage) #glitchLogo_menu, .header:has(+ .singlePage) #glitchLogo_menu, .header:has(+ .blogPage) #glitchLogo_menu, .header:has(+ .singleProject) #glitchLogo_menu, .header.backWhite #glitchLogo_menu {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/logo_dark.png);
}
.header:has(+ .portfolioPage) #glitchLogo_menu::before, .header:has(+ .portfolioPage) #glitchLogo_menu::after, .header:has(+ .about) #glitchLogo_menu::before, .header:has(+ .about) #glitchLogo_menu::after, .header:has(+ .careerPage) #glitchLogo_menu::before, .header:has(+ .careerPage) #glitchLogo_menu::after, .header:has(+ .culturePage) #glitchLogo_menu::before, .header:has(+ .culturePage) #glitchLogo_menu::after, .header:has(+ .singlePage) #glitchLogo_menu::before, .header:has(+ .singlePage) #glitchLogo_menu::after, .header:has(+ .blogPage) #glitchLogo_menu::before, .header:has(+ .blogPage) #glitchLogo_menu::after, .header:has(+ .singleProject) #glitchLogo_menu::before, .header:has(+ .singleProject) #glitchLogo_menu::after, .header.backWhite #glitchLogo_menu::before, .header.backWhite #glitchLogo_menu::after {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/logo_dark.png);
}
.header:has(.megaMenu.active) #glitchLogo_menu {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/logo_white.png);
}
.header:has(.megaMenu.active) #glitchLogo_menu::before, .header:has(.megaMenu.active) #glitchLogo_menu::after {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/logo_white.png);
}
@keyframes glitch-animation-logo-1 {
0% {
left: 3px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(56px, 500px, 63px, 0px);
filter: sepia(1) hue-rotate(170deg) saturate(10);
box-shadow: 35px 0 #00ff00;
}
5% {
left: 30px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(77px, 500px, 83px, 0px);
filter: sepia(1) hue-rotate(359deg) saturate(10);
box-shadow: 37px 0 #0000ff;
}
10% {
left: 8px;
opacity: 1;
transform: skewX(45deg);
clip: rect(87px, 500px, 88px, 0px);
filter: sepia(1) hue-rotate(348deg) saturate(10);
box-shadow: 31px 0 #00ff00;
}
15% {
left: 15px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(2px, 500px, 5px, 0px);
filter: sepia(1) hue-rotate(226deg) saturate(10);
box-shadow: 46px 0 #0000ff;
}
20% {
left: 20px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(5px, 500px, 13px, 0px);
filter: sepia(1) hue-rotate(79deg) saturate(10);
box-shadow: 37px 0 #00ff00;
}
25% {
left: 15px;
opacity: 1;
transform: skewX(45deg);
clip: rect(71px, 500px, 76px, 0px);
filter: sepia(1) hue-rotate(109deg) saturate(10);
box-shadow: 50px 0 #00ff00;
}
30% {
left: 22px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(97px, 500px, 101px, 0px);
filter: sepia(1) hue-rotate(233deg) saturate(10);
box-shadow: 37px 0 #ff0000;
}
35% {
left: 23px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(62px, 500px, 67px, 0px);
filter: sepia(1) hue-rotate(110deg) saturate(10);
box-shadow: 49px 0 #00ff00;
}
40% {
left: 3px;
opacity: 1;
transform: skewX(45deg);
clip: rect(92px, 500px, 97px, 0px);
filter: sepia(1) hue-rotate(173deg) saturate(10);
box-shadow: 48px 0 #00ff00;
}
45% {
left: 36px;
opacity: 1;
transform: skewX(45deg);
clip: rect(12px, 500px, 20px, 0px);
filter: sepia(1) hue-rotate(150deg) saturate(10);
box-shadow: 41px 0 #00ff00;
}
50% {
left: 26px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(47px, 500px, 54px, 0px);
filter: sepia(1) hue-rotate(162deg) saturate(10);
box-shadow: 43px 0 #0000ff;
}
55% {
left: 25px;
opacity: 1;
transform: skewX(45deg);
clip: rect(12px, 500px, 13px, 0px);
filter: sepia(1) hue-rotate(243deg) saturate(10);
box-shadow: 34px 0 #0000ff;
}
60% {
left: 12px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(97px, 500px, 104px, 0px);
filter: sepia(1) hue-rotate(230deg) saturate(10);
box-shadow: 39px 0 #ff0000;
}
65% {
left: 2px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(51px, 500px, 57px, 0px);
filter: sepia(1) hue-rotate(131deg) saturate(10);
box-shadow: 37px 0 #0000ff;
}
70% {
left: 40px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(91px, 500px, 92px, 0px);
filter: sepia(1) hue-rotate(325deg) saturate(10);
box-shadow: 36px 0 #00ff00;
}
75% {
left: 45px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(23px, 500px, 31px, 0px);
filter: sepia(1) hue-rotate(11deg) saturate(10);
box-shadow: 42px 0 #00ff00;
}
80% {
left: 1px;
opacity: 1;
transform: skewX(45deg);
clip: rect(93px, 500px, 99px, 0px);
filter: sepia(1) hue-rotate(98deg) saturate(10);
box-shadow: 34px 0 #ff0000;
}
85% {
left: 27px;
opacity: 1;
transform: skewX(45deg);
clip: rect(16px, 500px, 24px, 0px);
filter: sepia(1) hue-rotate(113deg) saturate(10);
box-shadow: 43px 0 #00ff00;
}
90% {
left: 11px;
opacity: 1;
transform: skewX(45deg);
clip: rect(99px, 500px, 105px, 0px);
filter: sepia(1) hue-rotate(224deg) saturate(10);
box-shadow: 48px 0 #0000ff;
}
95% {
left: 25px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(11px, 500px, 18px, 0px);
filter: sepia(1) hue-rotate(206deg) saturate(10);
box-shadow: 44px 0 #0000ff;
}
100% {
left: 38px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(18px, 500px, 24px, 0px);
filter: sepia(1) hue-rotate(10deg) saturate(10);
box-shadow: 43px 0 #ff0000;
}
}
@keyframes glitch-animation-logo-2 {
0% {
left: -7px;
opacity: 1;
transform: skewX(45deg);
clip: rect(18px, 500px, 19px, 0px);
filter: sepia(1) hue-rotate(121deg) saturate(10);
box-shadow: -20px 0 #ff0000;
}
5% {
left: -37px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(82px, 500px, 88px, 0px);
filter: sepia(1) hue-rotate(201deg) saturate(10);
box-shadow: -23px 0 #00ff00;
}
10% {
left: -42px;
opacity: 1;
transform: skewX(45deg);
clip: rect(71px, 500px, 74px, 0px);
filter: sepia(1) hue-rotate(255deg) saturate(10);
box-shadow: -21px 0 #00ff00;
}
15% {
left: -2px;
opacity: 1;
transform: skewX(45deg);
clip: rect(33px, 500px, 35px, 0px);
filter: sepia(1) hue-rotate(140deg) saturate(10);
box-shadow: -17px 0 #00ff00;
}
20% {
left: -48px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(80px, 500px, 86px, 0px);
filter: sepia(1) hue-rotate(107deg) saturate(10);
box-shadow: -26px 0 #0000ff;
}
25% {
left: -4px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(82px, 500px, 88px, 0px);
filter: sepia(1) hue-rotate(190deg) saturate(10);
box-shadow: -16px 0 #ff0000;
}
30% {
left: -18px;
opacity: 1;
transform: skewX(45deg);
clip: rect(25px, 500px, 26px, 0px);
filter: sepia(1) hue-rotate(31deg) saturate(10);
box-shadow: -16px 0 #00ff00;
}
35% {
left: -8px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(73px, 500px, 75px, 0px);
filter: sepia(1) hue-rotate(121deg) saturate(10);
box-shadow: -27px 0 #0000ff;
}
40% {
left: -47px;
opacity: 1;
transform: skewX(45deg);
clip: rect(64px, 500px, 66px, 0px);
filter: sepia(1) hue-rotate(112deg) saturate(10);
box-shadow: -25px 0 #ff0000;
}
45% {
left: -12px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(91px, 500px, 95px, 0px);
filter: sepia(1) hue-rotate(160deg) saturate(10);
box-shadow: -18px 0 #ff0000;
}
50% {
left: -3px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(21px, 500px, 26px, 0px);
filter: sepia(1) hue-rotate(110deg) saturate(10);
box-shadow: -21px 0 #0000ff;
}
55% {
left: -6px;
opacity: 1;
transform: skewX(45deg);
clip: rect(15px, 500px, 20px, 0px);
filter: sepia(1) hue-rotate(319deg) saturate(10);
box-shadow: -10px 0 #ff0000;
}
60% {
left: -8px;
opacity: 1;
transform: skewX(45deg);
clip: rect(24px, 500px, 29px, 0px);
filter: sepia(1) hue-rotate(15deg) saturate(10);
box-shadow: -27px 0 #00ff00;
}
65% {
left: -16px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(14px, 500px, 16px, 0px);
filter: sepia(1) hue-rotate(217deg) saturate(10);
box-shadow: -11px 0 #0000ff;
}
70% {
left: -8px;
opacity: 1;
transform: skewX(45deg);
clip: rect(51px, 500px, 58px, 0px);
filter: sepia(1) hue-rotate(108deg) saturate(10);
box-shadow: -26px 0 #ff0000;
}
75% {
left: -14px;
opacity: 1;
transform: skewX(45deg);
clip: rect(2px, 500px, 5px, 0px);
filter: sepia(1) hue-rotate(266deg) saturate(10);
box-shadow: -27px 0 #ff0000;
}
80% {
left: -28px;
opacity: 1;
transform: skewX(45deg);
clip: rect(79px, 500px, 86px, 0px);
filter: sepia(1) hue-rotate(190deg) saturate(10);
box-shadow: -25px 0 #0000ff;
}
85% {
left: -15px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(56px, 500px, 64px, 0px);
filter: sepia(1) hue-rotate(2deg) saturate(10);
box-shadow: -16px 0 #00ff00;
}
90% {
left: -10px;
opacity: 1;
transform: skewX(45deg);
clip: rect(2px, 500px, 5px, 0px);
filter: sepia(1) hue-rotate(259deg) saturate(10);
box-shadow: -11px 0 #00ff00;
}
95% {
left: -41px;
opacity: 1;
transform: skewX(45deg);
clip: rect(59px, 500px, 60px, 0px);
filter: sepia(1) hue-rotate(287deg) saturate(10);
box-shadow: -25px 0 #ff0000;
}
100% {
left: -27px;
opacity: 1;
transform: skewX(-45deg);
clip: rect(15px, 500px, 16px, 0px);
filter: sepia(1) hue-rotate(103deg) saturate(10);
box-shadow: -21px 0 #0000ff;
}
}
@keyframes main-animation-logo {
0% {
opacity: 0;
}
5% {
opacity: 0;
}
10% {
opacity: 1;
}
15% {
opacity: 0;
}
20% {
opacity: 0;
}
25% {
opacity: 1;
}
30% {
opacity: 0;
}
35% {
opacity: 0;
}
40% {
opacity: 1;
}
45% {
opacity: 1;
}
50% {
opacity: 1;
}
55% {
opacity: 1;
}
60% {
opacity: 0;
}
65% {
opacity: 0;
}
70% {
opacity: 1;
}
75% {
opacity: 0;
}
80% {
opacity: 0;
}
85% {
opacity: 0;
}
90% {
opacity: 1;
}
95% {
opacity: 1;
}
100% {
opacity: 0;
}
}
#glitchLogo {
background-image: url(https://redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/styles/assets/logo_white.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
transition: -webkit-clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out, -webkit-clip-path 0.1s ease-in-out;
z-index: 3;
cursor: default !important;
}
.loader-circle {
left: calc(50% - 163px);
top: calc(50% - 156px);
width: 300px;
transform-origin: center;
animation: rotateCircle 2s linear infinite;
}
.loader-circle circle {
fill: none;
stroke: #da404c;
stroke-width: 1;
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
stroke-linecap: square;
animation: dashCircle 1.5s ease-in-out infinite;
}
@keyframes rotateCircle {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes dashCircle {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dashoffset: -125px;
}
}  #glitchLogo_menu,
#glitchLogo,
#glitchLogo_footer {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/logo_white.png);
background-position: 0px;
transition: -webkit-clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out, -webkit-clip-path 0.1s ease-in-out;
width: 100%;
height: 75px;
background-repeat: no-repeat;
background-size: contain;
display: block;
}
@media (max-width: 1099px) {
#glitchLogo_menu,
#glitchLogo,
#glitchLogo_footer {
height: 66px;
}
}
@media (max-width: 767px) {
#glitchLogo_menu,
#glitchLogo,
#glitchLogo_footer {
height: 50px;
}
}
#glitchLogo_menu.glitch,
#glitchLogo.glitch,
#glitchLogo_footer.glitch {
font-family: Gilroy;
text-transform: lowercase;
font-size: 3em;
color: #e7e9e6;
cursor: pointer;
position: relative;
opacity: 1;
animation-timing-function: step-end !important;
}
.page-template-template-calculateur-de-prix #glitchLogo_menu.glitch,
.page-template-template-calculateur-de-prix #glitchLogo.glitch,
.page-template-template-calculateur-de-prix #glitchLogo_footer.glitch {
cursor: auto;
}
#glitchLogo_menu.glitch.active,
#glitchLogo.glitch.active,
#glitchLogo_footer.glitch.active {
animation-name: main-animation-logo;
}
#glitchLogo_menu.glitch.active::before,
#glitchLogo.glitch.active::before,
#glitchLogo_footer.glitch.active::before {
animation-name: glitch-animation-logo-1;
}
#glitchLogo_menu.glitch.active::after,
#glitchLogo.glitch.active::after,
#glitchLogo_footer.glitch.active::after {
animation-name: glitch-animation-logo-2;
}
#glitchLogo_menu.glitch, #glitchLogo_menu.glitch::before, #glitchLogo_menu.glitch::after,
#glitchLogo.glitch,
#glitchLogo.glitch::before,
#glitchLogo.glitch::after,
#glitchLogo_footer.glitch,
#glitchLogo_footer.glitch::before,
#glitchLogo_footer.glitch::after {
animation-duration: 0.5s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: 1;
animation-direction: alternate-reverse;
}
#glitchLogo_menu.glitch::before, #glitchLogo_menu.glitch::after,
#glitchLogo.glitch::before,
#glitchLogo.glitch::after,
#glitchLogo_footer.glitch::before,
#glitchLogo_footer.glitch::after {
position: absolute;
top: 0;
left: 0;
content: "";
opacity: 0;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/logo_white.png);
background-size: contain;
background-repeat: no-repeat;
color: #e7e9e6;
width: 100%;
height: 100%;
box-shadow: bi0px 0 #ff0000;
mix-blend-mode: exclusion;
}
.container {
max-width: 1920px;
margin: 0 auto;
padding: 0 12.5vw;
}
@media (max-width: 1099px) {
.container {
padding: 50px;
}
}
@media (max-width: 767px) {
.container {
padding: 20px;
}
}
.newContainer {
box-sizing: content-box;
max-width: 1340px;
margin: 0 auto;
padding: 0 20px;
}
@media (min-width: 768px) {
.newContainer {
padding: 0 50px;
}
}
#main :not(.custom-template-culture) > div:first-child section {
padding-top: 22%;
}
#main > div section {
padding-top: 5%;
overflow: hidden;
}
.col-sm-1 {
flex: 0 0 6% !important;
max-width: 6% !important;
}
.col-sm-2 {
flex: 0 0 9% !important;
max-width: 9% !important;
}
.col-sm-5 {
flex: 0 0 40% !important;
max-width: 40% !important;
}
.scroll {
text-align: center;
position: absolute;
bottom: 35px;
left: 35px;
font-size: 1rem;
font-weight: 700;
transition: all 0.5s ease;
z-index: 99;
mix-blend-mode: exclusion;
}
@media (max-width: 1099px) {
.scroll {
left: 50%;
bottom: 35px;
transform: translateX(-50%);
}
}
.scroll .down {
margin: 0;
}
.scroll.reverse:hover {
cursor: pointer;
}
.scroll.reverse .wrapping-arrows {
transform: rotate(180deg);
margin-top: -15px;
}
.scroll.reverse .line {
display: block;
}
.scroll.reverse .down {
display: none;
}
.scroll.reverse .up {
display: block;
margin-top: 0px;
margin-left: 10px;
}
.scroll .line {
display: flex;
justify-content: center;
animation: 1s blink infinite;
}
.scroll .line .dot {
height: 3px;
width: 3px;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 50%;
display: inline-block;
padding: 0px;
margin: 1px;
}
.scroll .line:nth-of-type(2) {
animation-delay: 250ms;
}
.scroll .line:last-of-type {
animation-delay: 500ms;
}
@keyframes blink {
50% {
opacity: 0;
}
}
.scroll > p {
animation: kenburns 10s infinite;
}
@keyframes kenburns {
50% {
transform: scale3d(0.8, 0.8, 0.8);
animation-timing-function: ease-in;
}
100% {
transform: scale3d(1, 1, 1);
}
}
.vertical-navigation {
right: 5%;
position: fixed;
height: 100vh;
display: table;
z-index: 110;
}
.vertical-navigation .module-navigation-wrapper {
display: table-cell;
vertical-align: middle;
}
.vertical-navigation .module-navigation-wrapper .module-navigation {
margin: 1.5rem 0;
}
.vertical-navigation .module-navigation-wrapper .module-navigation .dot {
cursor: pointer;
height: 3px;
width: 3px;
background-color: rgba(255, 255, 255, 0.4);
border-radius: 50%;
display: inline-block;
padding: 0px;
margin: 1px;
}
.vertical-navigation .module-navigation-wrapper .module-navigation .dot.active-dot {
background-color: white;
}
.vertical-navigation .module-navigation-wrapper .module-navigation.black-dots .dot {
background-color: rgba(0, 0, 0, 0.4) !important;
}
.vertical-navigation .module-navigation-wrapper .module-navigation.black-dots .dot.active-dot {
background-color: black !important;
}
[class*=module-] .full-width-section,
[class*=custom-template-] .full-width-section {
padding-left: 0;
padding-right: 0;
}
.header_menu,
.header_menu_page {
display: none;
}
.hide-header {
background: transparent !important;
visibility: hidden;
}
@media (max-width: 767px) {
.lang-button {
display: none;
}
}
.lang-button.inMenu {
display: none !important;
text-align: center;
}
@media (max-width: 767px) {
.lang-button.inMenu {
display: block !important;
}
.lang-button.inMenu a {
font-size: 21px;
}
} @media (max-width: 1099px) {
#menu_interactif .informations {
display: flex;
gap: 15px;
flex-direction: column;
}
}
#menu_interactif .buttons-bloc {
margin-bottom: 30px;
}
@media (max-width: 767px) {
#menu_interactif .buttons-bloc {
margin-top: 30px;
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(246, 246, 246, 0.25);
border-top: 1px solid rgba(246, 246, 246, 0.25);
}
}
#menu_interactif .buttons-bloc .header-btns {
display: flex;
flex-direction: column;
gap: 20px;
align-items: flex-start;
}
@media (max-width: 1099px) {
#menu_interactif .buttons-bloc .header-btns {
align-items: center;
}
}
#menu_interactif .language-selection input[type=radio] {
display: none;
}
#menu_interactif .language-selection input[type=radio] + label {
color: white;
opacity: 0.5;
font-weight: bold;
position: relative;
cursor: pointer;
}
#menu_interactif .language-selection input[type=radio]:checked + label {
opacity: 1;
}
#menu_interactif .language-selection input[type=radio]:checked + label::before {
content: "▶";
position: absolute;
left: -1.2rem;
top: 0.3rem;
font-size: 0.7rem;
}
.menuOverlay {
-webkit-touch-callout: none; -webkit-user-select: none;   -ms-user-select: none; user-select: none;
position: fixed;
top: 0;
left: 0;
z-index: 994;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: flex-start;
width: 100%;
height: 100%;
transform: translate3d(0, 0, 0);
background: #1a1c23;
transform: translateX(200%) skewX(-30deg);
transition: transform 0.5s ease-out;
}
.menuOverlay.open {
transform: skewX(0deg) translateX(0);
} .details-bloc {
padding: 14px;
}
@media (max-width: 767px) {
.details-bloc {
padding: 0;
}
.details-bloc.adresse, .details-bloc.courriel {
display: none !important;
}
}
.white-logo {
transform: translateX(-50%);
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/spritesheet_low_white.png);
background-position: 0px;
background-repeat: no-repeat;
transition: -webkit-clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out, -webkit-clip-path 0.1s ease-in-out;
-webkit-clip-path: inset(0% 0% 0% 0%);
clip-path: inset(0% 0% 0% 0%);
width: 300px;
height: 162px;
left: 21%;
display: block;
max-width: none;
position: relative;
animation-iteration-count: infinite;
animation-duration: 1s;
animation-timing-function: steps(24);
z-index: 3;
}
.black-logo {
transform: translateX(-50%);
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/spritesheet_low_dark.png);
background-position: 0px;
background-repeat: no-repeat;
transition: -webkit-clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out, -webkit-clip-path 0.1s ease-in-out;
-webkit-clip-path: inset(0% 0% 0% 0%);
clip-path: inset(0% 0% 0% 0%);
width: 300px;
height: 162px;
left: 21%;
display: block;
max-width: none;
position: relative;
animation-iteration-count: infinite;
animation-duration: 1s;
animation-timing-function: steps(24);
z-index: 3;
}
white-logo-normal {
background-position: 0px;
transition: -webkit-clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out;
transition: clip-path 0.1s ease-in-out, -webkit-clip-path 0.1s ease-in-out;
-webkit-clip-path: inset(0% 0% 0% 0%);
clip-path: inset(0% 0% 0% 0%);
width: 300px;
height: 162px;
display: block;
margin-top: 30px;
margin-left: -30px;
}
@keyframes sprite {
from {
background-position: 0px;
}
to {
background-position: -7200px;
}
}
.hidden-logo {
height: 0 !important;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.page-template-template-calculateur-de-prix .banner {
background-color: transparent !important;
}
@media (max-width: 1099px) {
.page-template-template-calculateur-de-prix .banner {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
}
}
@media (max-width: 1099px) {
.page-template-template-calculateur-de-prix #glitchLogo_menu,
.page-template-template-calculateur-de-prix #glitchLogo,
.page-template-template-calculateur-de-prix #glitchLogo_footer {
height: 80px !important;
}
}
@media (max-width: 767px) {
.page-template-template-calculateur-de-prix #glitchLogo_menu,
.page-template-template-calculateur-de-prix #glitchLogo,
.page-template-template-calculateur-de-prix #glitchLogo_footer {
height: 80px !important;
}
}
@media (max-width: 1099px) {
.black-header {
background-color: #16161b;
}
}
@media only screen and (min-width: 1099px) {
.black-header #glitchLogo_menu {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/logo_dark.png);
}
}
.black-header .menu-sticky {
background-color: #181c21;
}
.black-header .menu-sticky a {
color: #f6f6f6;
}
.black-header .menu-sticky > li::before, .black-header .menu-sticky > li::after {
background-color: #f6f6f6 !important;
}
.black-header .menu-sticky > li.menu-item-has-children > a::after {
border-right: 2px solid #f6f6f6;
border-bottom: 2px solid #f6f6f6;
}
.black-header .menu-sticky .sub-menu {
background-color: #181c21;
}
.black-header .menu-sticky .sub-menu li::before {
background: #f6f6f6;
}
.black-header .menu-sticky .sub-menu li:not(:last-child) {
border-bottom: 1px solid #f6f6f6;
}
@media only screen and (min-width: 1100px) {
.black-header .button-wrapper .menu-button .burgerMenuIcon {
background-color: #000;
}
.black-header .button-wrapper .menu-button .burgerMenuIcon .burgerMenu_default span {
background-color: #f6f6f6;
}
}
.black-header .button-wrapper.border_c .icon_phone {
background-color: #000;
}
@media (min-width: 1100px) {
.black-header .button-wrapper .telephone-button .phoneIcon:hover .icon_phone {
background-color: #e7e9e6;
}
.black-header .button-wrapper .telephone-button .phoneIcon.border_c .icon_phone {
background-color: #000;
}
.black-header .button-wrapper .telephone-button .phoneIcon > span {
background: #000;
}
}
@media only screen and (min-width: 1099px) {
.black-header .button-wrapper .icon_phone {
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/phone_black.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/phone_black.svg);
width: 20px;
height: 24px;
color: black;
background-color: #181c21 !important;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
align-self: center;
margin-right: 0;
margin-bottom: 0;
}
}
@media only screen and (min-width: 1100px) {
.black-header .button-wrapper .telephone-info {
border: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.black-header .button-wrapper .telephone-info .widget_text .textwidget a {
color: black;
}
.black-header .button-wrapper .expand-telephone {
background: #181c21;
}
.black-header .button-wrapper .expand-telephone .widget_text,
.black-header .button-wrapper .expand-telephone .widget_text a {
color: #e7e9e6 !important;
}
.black-header .button-wrapper .lang-button .wpml-ls {
color: black !important;
}
.black-header .button-wrapper .lang-button .wpml-ls a {
color: #1a1c23;
}
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
.black-header .button-wrapper .lang-button .wpml-ls {
display: none;
}
}
.black-header .button-wrapper .menu-button {
background-color: rgba(0, 0, 0, 0.1);
}
.black-header div.drum {
color: black;
}
.black-header div.drum figure {
color: black;
}
.black-header path {
fill: black;
stroke: black;
}
.black-crayon-button:hover label .menu {
background-color: black !important;
box-shadow: 0 0 0 0 black, 0 0 0 0 black !important;
}
.black-crayon-button:hover label .menu path {
fill: rgba(255, 255, 255, 0.6) !important;
stroke: transparent;
}
.black-crayon-button:hover label input:checked + .menu {
box-shadow: 0 0 0 300vw black, 0 0 0 300vh black !important;
}
.black-crayon-button label .menu {
background-color: rgba(0, 0, 0, 0.1) !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1) !important;
}
.black-crayon-button label .menu path {
fill: black;
stroke: transparent;
}
.black-crayon-button label input:checked + .menu {
box-shadow: 0 0 0 300vw rgba(0, 0, 0, 0.1), 0 0 0 300vh rgba(0, 0, 0, 0.1) !important;
}
.calculator-price-button {
z-index: 999 !important;
position: absolute;
bottom: 34%;
right: 8%;
padding-left: 0 !important;
padding: 40px 3rem 0;
}
@media screen and (max-width: 1441px) {
.calculator-price-button {
bottom: 31%;
}
}
@media screen and (max-width: 768px) {
.calculator-price-button {
bottom: 0;
padding: 0;
right: 18%;
position: static;
}
}
.calculator-price-button .double_text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
text-align: left;
line-height: 1.2;
}
.calculator-price-button .double_text strong {
font-weight: 400 !important;
}
.custom-template-culture > div:first-child section {
padding-top: 20rem;
}
.custom-template-culture .video-hidden {
opacity: 0 !important;
display: none;
}
.custom-template-culture #start-video {
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 100;
transform: translateX(-50%) translateY(-50%);
opacity: 1;
transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
z-index: 300;
}
.black-culture-header .culture-link div {
color: rgba(0, 0, 0, 0.3) !important;
}
.black-culture-header .culture-link path {
fill: rgba(0, 0, 0, 0.3) !important;
stroke: rgba(0, 0, 0, 0.3) !important;
}
.black-culture-header .btn-terciary {
color: black !important;
background-color: rgba(0, 0, 0, 0.1) !important;
border-color: rgba(0, 0, 0, 0.1) !important;
}
.black-culture-header .audio-button path {
fill: black !important;
}
.black-culture-header .active_link {
color: black !important;
}
.black-culture-header .active_link p {
border-bottom: 3px solid black !important;
}
.black-culture-header .active_link path {
fill: black !important;
stroke: black !important;
}
.culture-banner {
pointer-events: visible;
padding-top: 20px;
}
.culture-banner + .main {
margin-top: 0 !important;
}
.culture-banner .culture-link {
display: flex;
}
.culture-banner .culture-link div {
white-space: nowrap;
margin-right: 40px;
cursor: pointer;
display: flex;
align-items: center;
color: rgba(255, 255, 255, 0.3);
transform: scale(0.8);
font-weight: bold;
}
.culture-banner .culture-link div path {
fill: rgba(255, 255, 255, 0.3);
stroke: rgba(255, 255, 255, 0.3);
}
.culture-banner .culture-link div p {
margin-left: 10px;
margin-bottom: 0 !important;
margin-top: 0 !important;
margin-right: 0 !important;
}
.culture-banner .culture-link .active_link {
color: white;
}
.culture-banner .culture-link .active_link p {
border-bottom: 3px solid white;
}
.culture-banner .culture-link .active_link path {
fill: white;
stroke: white;
}
.culture-banner .culture-button {
display: flex;
}
.culture-banner .culture-button .audio-button {
margin-left: 50px;
transform: scale(0.8);
}
.culture-banner .culture-button .btn, .culture-banner .culture-button .comment-form input[type=submit], .comment-form .culture-banner .culture-button input[type=submit], .culture-banner .culture-button .search-form .search-submit, .search-form .culture-banner .culture-button .search-submit {
padding: 12px 15px 5px 4rem;
transform: scale(0.8);
}
.culture-banner .culture-button .btn::before, .culture-banner .culture-button .comment-form input[type=submit]::before, .comment-form .culture-banner .culture-button input[type=submit]::before, .culture-banner .culture-button .search-form .search-submit::before, .search-form .culture-banner .culture-button .search-submit::before {
width: 2em;
height: 1.5em;
margin-top: 0;
}
.culture-banner .menu-button {
cursor: pointer;
border-radius: 25px;
z-index: 99;
}
@media (max-width: 1099px) {
.culture-banner .menu-button {
position: absolute;
top: -70px;
right: 0;
}
}
.culture-banner .menu-button svg:first-of-type {
left: calc(50% - 15px) !important;
}
.culture-banner .menu-button .burger-close-logo {
visibility: hidden;
top: calc(50% - 9px);
left: calc(50% - 9px) !important;
}
.culture-banner .menu-button .burger-close-logo path {
stroke: white;
fill: white;
} .footer {
background-color: var(--rdbx-dark-blue);
}
@media (min-width: 768px) {
.footer {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/bg-footer.webp);
background-repeat: no-repeat;
background-size: contain;
background-position: right top;
}
}
.footer ul {
list-style: none;
padding-left: 0;
}
.footer .newContainer {
padding-block: 30px;
}
@media (min-width: 1100px) {
.footer .newContainer {
padding: 1.875rem 3.125rem;
}
}
.footer .newContainer:first-child {
display: flex;
flex-direction: column;
gap: 60px;
}
@media (min-width: 768px) {
.footer .newContainer:first-child {
display: grid;
justify-content: space-between;
gap: 30px;
grid-template-areas: "btn navigation " "infolettre  infolettre" "contact  medias";
grid-template-columns: minmax(0, 210px) minmax(0, auto);
}
}
@media (min-width: 1100px) {
.footer .newContainer:first-child {
display: grid;
justify-content: space-between;
grid-template-areas: "btn navigation infolettre" "contact contact medias";
grid-template-columns: minmax(0, 210px) minmax(0, auto) minmax(0, 305px);
}
}
.footer .newContainer .footer-logo {
display: none;
}
.footer-btnTitle {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 25px;
}
@media (min-width: 768px) {
.footer-btnTitle {
margin-bottom: 12px;
}
}
.footer-btnWrapper {
display: flex;
flex-direction: column;
gap: 12px;
max-width: 210px;
}
.footer-ctaItem .cta {
width: 100%;
}
.footer-navigation {
grid-area: navigation;
display: flex;
gap: 46px;
justify-content: space-around;
flex-direction: column;
}
@media (min-width: 768px) {
.footer-navigation {
flex-direction: row;
}
}
.footer-navigation ul li:not(:last-child) {
margin-bottom: 8px;
}
.footer-navigation ul a {
font-size: 1rem;
color: var(--rdbx-base-40);
transition: color 0.3s ease-out;
}
.footer-navigation ul a:hover {
color: var(--rdbx-white);
text-decoration: none;
}
.footer-navTitle {
font-size: 1.5rem;
color: var(--rdbx-red);
font-weight: 600;
}
.footer-contact a,
.footer-contact p {
font-size: 0.75rem;
color: var(--rdbx-base-40);
}
.footer-contact p {
margin-bottom: 8px;
}
.footer-contact a {
font-weight: 700;
transition: color 0.3s ease-out;
}
.footer-contact a:hover {
color: var(--rdbx-white);
text-decoration: none;
}
.footer-infolettre {
grid-area: infolettre;
}
.footer-infolettre h5 {
font-size: 1.5rem;
color: var(--rdbx-white);
font-weight: 600;
text-align: center;
margin-bottom: 14px;
}
.footer-infolettre .gform_wrapper.gravity-theme {
border-radius: 5px;
border: 1px solid var(--Base-70, #373f49);
padding: 1.375rem;
}
.footer-infolettre .gform_wrapper.gravity-theme .gform_footer {
position: relative;
padding: 0;
width: 100%;
margin-top: 32px;
}
.footer-infolettre .gform_wrapper.gravity-theme .gform_footer .cta {
width: 100%;
}
.footer-infolettre .gform_wrapper.gravity-theme .gform_ajax_spinner {
position: absolute;
right: 0;
transform: translateX(calc(100% + 5px));
width: 50px;
height: 50px;
}
.footer-infolettre .gform_wrapper.gravity-theme .gform_ajax_spinner {
position: absolute;
right: 0;
transform: translateX(calc(100% + 5px));
width: 50px;
height: 50px;
}
.footer-infolettre .gform_wrapper.gravity-theme .gfield_validation_message {
display: block;
background-color: transparent;
border: 0;
font-size: 12px;
padding: 0;
margin: 0;
}
.footer-infolettre .gform_wrapper.gravity-theme .ginput_container input {
border: none;
background-color: transparent;
color: var(--rdbx-base-40);
border-bottom: 1px solid #4a5663;
}
.footer-medias {
display: flex;
grid-area: medias;
align-items: flex-end;
justify-content: flex-end;
gap: 16px;
}
.footer-medias a {
display: block;
height: 24px;
width: 24px;
color: #728395;
transition: color 0.3s ease-out;
}
.footer-medias a:hover {
color: var(--rdbx-white);
}
.footer-medias a svg {
height: 100%;
width: 100%;
fill: currentColor;
}
.footer hr {
background-color: #313339;
height: 1px;
margin: 0;
}
.footer-copyright {
display: flex;
align-items: center;
flex-direction: column;
gap: 20px;
padding-block: 1rem;
}
@media (min-width: 768px) {
.footer-copyright {
flex-direction: row;
}
}
.footer-copyright .menu-politique {
display: flex;
gap: 10px;
margin-bottom: 0;
}
.footer-copyright .menu-politique a {
font-size: 0.875rem;
color: var(--rdbx-base-40);
transition: color 0.3s ease-out;
}
.footer-copyright .menu-politique a:hover {
color: var(--rdbx-white);
text-decoration: none;
}
.footer-copyright p {
margin-bottom: 0;
font-size: 0.875rem;
font-weight: 300;
color: var(--rdbx-base-40);
}
.footer-copyright p em {
font-weight: 700;
text-transform: uppercase;
font-style: normal;
}
html:has(.popup-auto-open) {
overflow: hidden;
}
#popup-auto {
position: fixed !important;
top: 0;
width: 100%;
height: 100vh;
z-index: 2000;
color: #000 !important;
background: rgba(12, 18, 27, 0.9);
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
}
#popup-auto .content_popup {
max-width: 540px;
width: 100%;
display: flex;
flex-direction: column;
background-color: #ffffff;
}
@media (min-width: 768px) {
#popup-auto .content_popup {
flex-direction: row;
max-width: 774px;
}
}
#popup-auto .content_popup .left {
height: 300px;
}
@media (min-width: 768px) {
#popup-auto .content_popup .left {
flex: 0 1 300px;
height: auto;
}
}
#popup-auto .content_popup .left img {
object-fit: cover;
object-position: center;
width: 100%;
height: 100%;
}
#popup-auto .content_popup .little_title {
color: #181c21;
font-size: 34px;
font-style: normal;
font-weight: 700;
margin-bottom: 20px;
}
#popup-auto .content_popup .big_title {
color: #da404c;
font-size: 34px;
font-weight: 400;
margin-bottom: 20px;
}
#popup-auto .content_popup .right {
padding: 60px 20px;
flex: 1;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
}
@media (min-width: 768px) {
#popup-auto .content_popup .right {
padding: 20px 10px 20px 30px;
}
}
#popup-auto .content_popup .right .btn, #popup-auto .content_popup .right .comment-form input[type=submit], .comment-form #popup-auto .content_popup .right input[type=submit], #popup-auto .content_popup .right .search-form .search-submit, .search-form #popup-auto .content_popup .right .search-submit {
padding: 10px 22px;
font-size: 16px;
}
#popup-auto .content_popup button {
position: absolute;
right: 20px;
top: 20px;
display: block;
background-color: transparent;
font-size: 30px;
width: 40px;
height: 40px;
border: none;
outline: none;
cursor: pointer;
}
body#tinymce {
margin: 12px !important;
}
body.calc-prix-video #pagefooter .container:first-child, body.calc-prix-marketing-rh #pagefooter .container:first-child, body.prix_evenement #pagefooter .container:first-child, body.e-commerce #pagefooter .container:first-child, body.page-template-template-calculateur-de-prix #pagefooter .container:first-child {
display: grid;
grid-template-areas: "contact contact" "infolettre logo";
}
@media (max-width: 1099px) {
body.calc-prix-video #pagefooter .container:first-child, body.calc-prix-marketing-rh #pagefooter .container:first-child, body.prix_evenement #pagefooter .container:first-child, body.e-commerce #pagefooter .container:first-child, body.page-template-template-calculateur-de-prix #pagefooter .container:first-child {
grid-template-areas: none;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
body.calc-prix-video #pagefooter .footer-btn, body.calc-prix-marketing-rh #pagefooter .footer-btn, body.prix_evenement #pagefooter .footer-btn, body.e-commerce #pagefooter .footer-btn, body.page-template-template-calculateur-de-prix #pagefooter .footer-btn {
display: none;
}
body.calc-prix-video #pagefooter .footer-navigation, body.calc-prix-marketing-rh #pagefooter .footer-navigation, body.prix_evenement #pagefooter .footer-navigation, body.e-commerce #pagefooter .footer-navigation, body.page-template-template-calculateur-de-prix #pagefooter .footer-navigation {
display: none;
}
body.calc-prix-video #pagefooter .footer-logo, body.calc-prix-marketing-rh #pagefooter .footer-logo, body.prix_evenement #pagefooter .footer-logo, body.e-commerce #pagefooter .footer-logo, body.page-template-template-calculateur-de-prix #pagefooter .footer-logo {
display: block;
grid-area: logo;
align-self: flex-end;
}
@media (max-width: 1099px) {
body.calc-prix-video #pagefooter .footer-logo, body.calc-prix-marketing-rh #pagefooter .footer-logo, body.prix_evenement #pagefooter .footer-logo, body.e-commerce #pagefooter .footer-logo, body.page-template-template-calculateur-de-prix #pagefooter .footer-logo {
align-self: initial;
text-align: center;
max-width: 80px;
width: 100%;
margin-bottom: 60px;
}
}
body.calc-prix-video #pagefooter .footer-logo .logo-wrapper .logo, body.calc-prix-marketing-rh #pagefooter .footer-logo .logo-wrapper .logo, body.prix_evenement #pagefooter .footer-logo .logo-wrapper .logo, body.e-commerce #pagefooter .footer-logo .logo-wrapper .logo, body.page-template-template-calculateur-de-prix #pagefooter .footer-logo .logo-wrapper .logo {
max-width: 160px;
}
body.page-template-template-calculateur-de-prix {
overflow: hidden;
}
body.page-template-template-calculateur-de-prix .module-hero-image-video .text_relative {
display: none;
}
body.page-template-template-calculateur-de-prix .module-hero-image-video .hero-image {
padding: 0;
background-size: cover !important;
height: 360px !important;
background-color: transparent !important;
margin-bottom: 0 !important;
}
@media screen and (max-width: 1600px) {
body.page-template-template-calculateur-de-prix .module-hero-image-video .hero-image {
background-size: contain !important;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-calculateur-de-prix .module-hero-image-video .hero-image {
height: 160px !important;
}
}
@media screen and (max-width: 768px) {
body .calculateur-de-prix .coordonnees {
flex: 0 0 100%;
max-width: 100%;
}
}
body .calculateur-de-prix .coordonnees h2 {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 3vw, 60px);
line-height: clamp(53px, 3.3vw, 73px);
color: #ffffff;
margin-bottom: 40px;
}
body .calculateur-de-prix .coordonnees h3 {
font-style: normal;
font-weight: 700;
font-size: clamp(18px, 3vw, 22px);
line-height: clamp(25px, 3.3vw, 29px);
color: #ffffff;
}
body .calculateur-de-prix .coordonnees section {
padding-top: 0 !important;
}
body .calculateur-de-prix .coordonnees .footer-email a,
body .calculateur-de-prix .coordonnees .footer-telephone a,
body .calculateur-de-prix .coordonnees .footer-address a,
body .calculateur-de-prix .coordonnees .footer-heures a {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
}
body .calculateur-de-prix .coordonnees .footer-email a:hover,
body .calculateur-de-prix .coordonnees .footer-telephone a:hover,
body .calculateur-de-prix .coordonnees .footer-address a:hover,
body .calculateur-de-prix .coordonnees .footer-heures a:hover {
text-decoration: none;
}
body .calculateur-de-prix .coordonnees .footer-email p,
body .calculateur-de-prix .coordonnees .footer-telephone p,
body .calculateur-de-prix .coordonnees .footer-address p,
body .calculateur-de-prix .coordonnees .footer-heures p {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
margin: 0;
}
@media screen and (max-width: 768px) {
body .calculateur-de-prix .coordonnees .footer-heures {
margin-bottom: 40px;
}
}
@media screen and (max-width: 768px) {
body .calculateur-de-prix .form_loading_page {
flex: 0 0 100%;
max-width: 100%;
}
}
body .calculateur-de-prix .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
padding-right: 0;
}
body .calculateur-de-prix .gform_wrapper.gravity-theme .form_devis_gratuit .gform_body .gform_fields .telephone {
grid-column: span 5;
}
body .calculateur-de-prix .gform_wrapper.gravity-theme .form_devis_gratuit .gform_body .gform_fields .telephone .ginput_container_phone .validation_message.instruction {
display: none;
}
body .calculateur-de-prix .gform_wrapper.gravity-theme .form_devis_gratuit .gform_body .gform_fields .telephone .validation_message {
display: block;
}
body .calculateur-de-prix .gform_wrapper.gravity-theme .form_devis_gratuit .gform_body .gform_fields .ext {
grid-column: span 2;
}
body .calculateur-de-prix .gform_wrapper.gravity-theme .form_devis_gratuit .gform_body .gform_fields .email {
grid-column: span 5;
}
body .calculateur-de-prix .gform_wrapper.gravity-theme .form_devis_gratuit .gform_body .gform_fields .gfield_validation_message {
display: block;
}
body .calculateur-de-prix .gform_wrapper.gravity-theme .form_devis_gratuit .gform_footer input {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/littleformarrow.png);
}
body .calculateur-de-prix .gform_wrapper.gravity-theme .form_devis_gratuit .gform_footer input:hover {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/littleformarrowhover.png);
color: #000000 !important;
}
body .ginput_container_textarea {
position: relative;
margin-top: 15px;
}
.singleCareer .theme-light {
background-color: #fff;
}
.singleCareer-job {
padding-top: 8% !important;
padding-bottom: 100px;
}
.singleCareer-title {
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
line-height: clamp(4.125rem, 0.375rem + 4.6875vw, 6rem);
margin-bottom: 50px;
}
.singleCareer-video, .singleCareer-details, .singleCareer-btn {
padding-top: 0 !important;
}
.singleCareer-video {
aspect-ratio: 16/9;
margin-bottom: 90px;
}
.singleCareer-video iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.singleCareer-details {
padding-right: 100px;
}
@media (max-width: 1099px) {
.singleCareer-details {
padding-right: 0;
}
}
.singleCareer-requirement {
margin-bottom: 0;
padding-left: 0;
list-style: none;
margin-top: 90px;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 50px 65px;
}
@media (max-width: 767px) {
.singleCareer-requirement {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
.singleCareer-requirement ul {
list-style: disc;
}
.singleCareer-requirementTitle {
display: flex;
align-items: center;
gap: 10px;
font-size: 1.5rem;
line-height: 1.875rem;
margin-bottom: 40px;
}
.singleCareer-requirementTitle img {
width: 25px;
}
.singleCareer-btn {
display: flex;
gap: 30px;
margin-top: 70px;
flex-wrap: wrap;
}
.singleCareer-btn .btn.no-icon, .singleCareer-btn .comment-form input.no-icon[type=submit], .comment-form .singleCareer-btn input.no-icon[type=submit], .singleCareer-btn .search-form .no-icon.search-submit, .search-form .singleCareer-btn .no-icon.search-submit {
display: flex;
padding: 13px 38px;
align-items: center;
line-height: 1;
border: 0;
}
.singleCareer-btn .btn.no-icon::before, .singleCareer-btn .comment-form input.no-icon[type=submit]::before, .comment-form .singleCareer-btn input.no-icon[type=submit]::before, .singleCareer-btn .search-form .no-icon.search-submit::before, .search-form .singleCareer-btn .no-icon.search-submit::before {
content: "";
display: block;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/send.svg) no-repeat center/contain;
width: 27px;
height: 27px;
margin-right: 10px;
}
.singleCareer-advantage {
padding-top: 0 !important;
}
.singleCareer-advantage .theme-red-gradient {
padding-top: 100px !important;
}
.loader {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 999;
display: flex;
justify-content: center;
background-color: #f6f6f6;
}
.loader .loader-spinner {
width: 48px;
height: 48px;
border: 5px solid #da404c;
border-bottom-color: transparent;
border-radius: 50%;
display: inline-block;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.blogPage {
padding: 81px 0 70px;
}
@media (min-width: 1100px) {
.blogPage {
padding: 105px 0 70px;
}
}
.blogPage-filterSearch {
display: flex;
justify-content: space-between;
gap: 20px;
}
@media (max-width: 1099px) {
.blogPage-filterSearch {
flex-direction: column;
}
}
.blogPage-slider {
position: relative;
overflow: hidden; background: linear-gradient(180deg, rgba(26, 28, 35, 0) 59.86%, #1a1c23 100%);
}
@media (max-width: 1099px) {
.blogPage-slider {
height: auto;
}
}
.blogPage-slider .slider {
padding-right: 0;
}
.blogPage-slider .slider .slick-slide {
padding: 0;
}
.blogPage-slider .slider .slider-buttons {
position: absolute;
top: 10px;
right: 20px;
}
@media (min-width: 768px) {
.blogPage-slider .slider .slider-buttons {
top: 50%;
right: 60px;
transform: translateY(-50%);
}
}
.blogPage-slider .slider .slider-buttons button {
border-radius: 50%;
background-color: rgba(22, 22, 22, 0.2);
}
.blogPage-slider .progress-wrapper {
position: absolute;
top: 120px;
right: 20px;
font-family: "Adobe Garamond Pro";
color: #d0d1d3;
font-style: italic;
font-weight: 400;
font-size: 15px;
line-height: 18px;
}
@media (max-width: 767px) {
.blogPage-slider .progress-wrapper {
display: none;
}
}
.blogPage-slider .progress-wrapper .count-step {
color: #da404c;
}
.blogPage-allPosts {
padding-top: 70px;
}
.blogPage-sliderBtn {
position: absolute;
top: 20px;
right: 20px;
z-index: 9;
display: flex;
flex-direction: column;
gap: 10px;
}
@media (max-width: 767px) {
.blogPage-sliderBtn {
top: 30px;
}
}
.blogPage-sliderBtn button {
color: #fff;
background-color: rgba(22, 22, 22, 0.3);
border-radius: 50%;
width: 43px;
height: 43px;
padding: 5px;
}
.blogPage-sliderBtn button * {
opacity: 1;
}
.blogPage-sliderBtn button :nth-child(2) {
stroke-width: 2;
}
.blogPage-sliderBtn button .circle {
stroke-width: 4;
}
.blogPage-sliderImage {
height: 100%;
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.blogPage-sliderItem {
position: relative;
background: linear-gradient(180deg, rgba(26, 28, 35, 0) 59.86%, #1a1c23 100%);
}
.blogPage-sliderItem img {
width: 100%;
object-fit: cover;
height: 73.708333vw;
min-height: 510px;
}
@media (min-width: 768px) {
.blogPage-sliderItem img {
height: 42.7083333333vw;
}
}
.blogPage-sliderInfos {
position: absolute;
bottom: 52px;
bottom: 22px;
left: 0;
width: 100%;
}
@media (min-width: 768px) {
.blogPage-sliderInfos {
bottom: 52px;
}
}
.blogPage-sliderTitle {
margin-bottom: 0;
}
.blogPage-sliderTitle a {
color: var(--rdbx-white);
font-size: 1.9rem;
font-weight: 600;
}
@media (min-width: 768px) {
.blogPage-sliderTitle a {
font-size: 2.125rem;
}
}
.blogPage-sliderLink {
display: block;
width: 100%;
height: 100%;
}
.blogPage-sliderLink::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(26, 28, 35, 0) 29.86%, #1a1c23 100%);
}
@media (min-width: 480px) {
.blogPage-sliderLink::before {
background: linear-gradient(180deg, rgba(26, 28, 35, 0) 59.86%, #1a1c23 100%);
}
}
.blogPage-search {
flex: 0 1 658px;
}
@media (max-width: 1099px) {
.blogPage-search {
flex: auto;
}
}
.blogPage-search .widget_search {
padding-top: 0 !important;
}
.blogPage-search label {
flex: 1 0 70%;
width: auto;
height: 43px;
z-index: 1;
position: relative;
display: inline-block;
}
@media (max-width: 767px) {
.blogPage-search label {
margin: 0;
}
}
.blogPage-search label input.search-field {
width: 100%;
height: 100%;
background: var(--color-light);
padding: 0 1.6rem;
border-radius: 25px;
-webkit-appearance: none;
appearance: none;
transition: all var(--dur) var(--bez);
transition-property: width, border-radius;
outline: 0;
}
.blogPage-search label input.search-field:-ms-input-placeholder {
font-size: 0.8125rem;
}
.blogPage-search label input.search-field::placeholder {
font-size: 0.8125rem;
}
.blogPage-search label .blogPage-filterReset {
display: none;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
border: 0;
background: rgba(0, 0, 0, 0.5);
height: 20px;
width: 20px;
border-radius: 50%;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/close.svg);
background-size: contain;
background-repeat: no-repeat;
}
.blogPage-search label .blogPage-filterReset.active {
display: block;
}
.blogPage-search input[type=submit] {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
display: inline-block;
height: 43px;
width: 43px;
border-radius: 50%;
min-width: auto;
border: none;
background-color: #1a1c23;
color: transparent !important;
transition: all 0.3s ease;
}
.blogPage-search input[type=submit]:hover {
background-color: #7f7f7f;
border-color: #7f7f7f;
}
@media (max-width: 767px) {
.blogPage-search input[type=submit] {
flex: 0 1 42px;
}
}
.blogPage-suptitle {
font-family: "EB Garamond";
font-size: 1.5rem;
font-style: italic;
font-weight: 500;
line-height: normal;
color: var(--rdbx-red);
margin-bottom: 0;
}
.blogPage-title {
margin-bottom: 26px;
grid-area: blog-title;
color: var(--rdbx-dark-blue);
font-size: 2.375rem;
font-weight: 400;
}
@media (min-width: 768px) {
.blogPage-title {
font-size: 3.375rem;
}
}
.blogPage-posts {
position: relative;
}
.blogPage-filter {
display: flex;
align-items: flex-start;
margin-bottom: 38px;
gap: 15px;
min-width: 494px;
}
@media (max-width: 1099px) {
.blogPage-filter {
order: 2;
}
}
@media (max-width: 767px) {
.blogPage-filter {
flex-direction: column;
gap: 16px;
min-width: none;
order: 2;
min-width: 0;
}
}
.blogPage-filter .blogPage-filterContainer {
display: flex;
gap: 32px;
}
@media (max-width: 767px) {
.blogPage-filter .blogPage-filterContainer {
flex-direction: column;
gap: 16px;
align-items: flex-start;
width: 100%;
}
}
.blogPage-filter .blogPage-filterTitle {
font-size: 0.9375rem;
line-height: 1.0625rem;
display: flex;
align-items: center;
gap: 7px;
color: #979797;
margin: 0;
}
.blogPage-filter .blogPage-filterTitle .icon {
padding: 0;
position: static;
width: 16px;
height: 14px;
}
.blogPage-filter .blogPage-filterTitle .icon::before {
position: static;
display: block;
width: 100%;
height: 100%;
}
.blogPage-filter .blogPage-filterType {
position: relative;
}
@media (max-width: 767px) {
.blogPage-filter .blogPage-filterType {
width: 100%;
}
}
.blogPage-filter .blogPage-filterType .filter-name {
font-size: 0.9375rem;
line-height: 1.0625rem;
color: #979797;
margin-bottom: 0;
padding: 0 9px;
}
@media (max-width: 767px) {
.blogPage-filter .blogPage-filterType .filter-name {
margin-bottom: 5px;
padding: 0;
}
}
.blogPage-filter .blogPage-filterType .filter-button {
font-size: 0.875rem;
line-height: 1.0625rem;
font-weight: 600;
color: #000000;
border: 0;
background-color: transparent;
display: flex;
gap: 10px;
padding: 9px;
border: 1px solid transparent;
}
@media (max-width: 767px) {
.blogPage-filter .blogPage-filterType .filter-button {
position: relative;
width: 100%;
background-color: #fff;
align-items: center;
}
}
.blogPage-filter .blogPage-filterType .filter-button::after {
content: "";
display: block;
width: 8px;
height: 8px;
margin-top: 2px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
transform: rotate(45deg);
}
@media (max-width: 767px) {
.blogPage-filter .blogPage-filterType .filter-button::after {
position: absolute;
right: 20px;
margin-top: 2px;
}
}
.blogPage-filter .blogPage-filterType .filter-button .icon {
display: none;
}
@media (max-width: 767px) {
.blogPage-filter .blogPage-filterType .filter-button .icon {
display: block;
width: 20px;
height: 20px;
}
.blogPage-filter .blogPage-filterType .filter-button .icon::before {
left: 0;
height: 100%;
width: 100%;
background-color: #979797;
}
}
.blogPage-filter .blogPage-filterType.filterOpen .filter-button {
border: 1px solid #da404c;
}
.blogPage-filter .blogPage-filterType.filterOpen .filter-button::after {
margin-top: 6px;
transform: rotate(-135deg);
}
.blogPage-filter .blogPage-filterType .filter-dropdownContainer {
height: 0;
width: max-content;
overflow: hidden;
background-color: #f6f6f6;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
position: absolute;
top: calc(100% + 6px);
left: 0;
z-index: 99;
transition: height 0.3s ease-out;
}
@media (max-width: 767px) {
.blogPage-filter .blogPage-filterType .filter-dropdownContainer {
width: 100%;
background-color: #fff;
}
}
.blogPage-filter .blogPage-filterType .filter-dropdownContainer .filter-dropdown {
list-style: none;
margin: 0;
padding: 0 9px;
}
.blogPage-filter .blogPage-filterType .filter-dropdownContainer .filter-dropdown li {
padding: 10px 0;
cursor: pointer;
}
.blogPage-filter .blogPage-filterType .filter-dropdownContainer .filter-dropdown li:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.blogPage-filter .blogPage-filterType .filter-dropdownContainer .filter-dropdown li:hover {
color: #da404c;
}
.blogPage-filter .blogPage-filterType .filter-dropdownContainer .filter-dropdown li.selected {
display: none;
}
.blogPage-archivePost {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 37px 30px;
position: relative;
}
@media (max-width: 1099px) {
.blogPage-archivePost {
gap: 20px;
grid-template-columns: 1fr;
}
}
.blogPage-archivePost.ajaxContent {
display: none;
}
.blog-capsule-video {
padding-top: 60px;
padding-bottom: 60px;
}
@media (min-width: 1100px) {
.blog-capsule-video {
padding: 80px 0;
}
}
.notFound-page {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 0 50px;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/back-404.jpg) no-repeat 50%/cover;
height: 100vh;
}
@media (max-width: 767px) {
.notFound-page {
padding: 0 20px;
max-height: -webkit-fill-available;
}
}
.notFound-content {
display: flex;
justify-content: space-between;
gap: 100px;
max-width: 1650px;
width: 85.9375vw;
}
@media (max-width: 1099px) {
.notFound-content {
flex-direction: column;
width: auto;
}
}
.notFound-title {
color: #DA404C;
font-size: clamp(13.6875rem, -0.0625rem + 17.1875vw, 20.5625rem);
line-height: clamp(9.3125rem, -4.4375rem + 17.1875vw, 16.1875rem);
font-weight: 700;
margin-bottom: 0;
}
@media (max-width: 1099px) {
.notFound-title {
text-align: center;
}
}
@media (max-width: 767px) {
.notFound-title {
font-size: 9.375rem;
}
}
.notFound-right {
flex: 0 1 807px;
max-width: 915px;
}
@media (max-width: 1099px) {
.notFound-right {
flex: auto;
}
}
.notFound-text {
color: #F6F6F6;
font-weight: 700;
font-size: clamp(2.5rem, 3.125vw, 3.75rem);
line-height: clamp(3rem, -0.125rem + 3.9063vw, 4.5625rem);
margin-bottom: clamp(2.625rem, -0.125rem + 3.4375vw, 4rem);
}
@media (max-width: 767px) {
.notFound-text {
font-size: 1.875rem;
line-height: 2.25rem;
}
}
.notFound-btn {
background-color: #D0D1D3;
color: #181C21;
font-weight: 700;
font-size: clamp(0.8125rem, -0.0625rem + 1.0938vw, 1.25rem);
line-height: clamp(1rem, 1.25vw, 1.5rem);
padding: clamp(0.75rem, 0.9375vw, 1.125rem) clamp(1.75rem, 2.1875vw, 2.625rem);
border-radius: 40px;
transition: all 0.3s ease-out;
}
.notFound-btn:hover {
color: #D0D1D3;
background-color: #DA404C;
text-decoration: none;
}
@media (max-width: 1099px) {
.article {
padding: 11px;
background-color: #fff;
box-shadow: 0px 3.68256px 0px #d9d9d9;
}
}
.article a:has(picture) {
overflow: hidden;
}
.article-title {
font-size: 1.125rem;
font-weight: 600;
color: var(--rdbx-dark-blue);
margin-bottom: 7px;
}
@media (min-width: 768px) {
.article-title {
font-size: 1.4375rem;
}
}
.article-content {
display: flex;
gap: 30px;
align-items: center;
}
@media (max-width: 767px) {
.article-content {
gap: 15px;
}
}
@media (min-width: 1100px) {
.article-content {
display: block;
}
}
.article-img {
flex: 1 0 153px;
max-width: 153px;
display: block;
width: 100%;
aspect-ratio: 16/10;
}
@media (min-width: 1100px) {
.article-img {
max-width: none;
flex: 0 0 230px;
}
}
.article-img img {
object-fit: cover;
height: 100%;
width: 100%;
transition: transform 0.2s ease-out;
}
.article-img:hover img {
transform: scale(1.05);
}
.article-text {
display: flex;
flex-direction: column;
}
@media (min-width: 1100px) {
.article-text {
display: block;
}
}
.article-meta {
display: flex;
justify-content: space-between;
margin: 10px 0;
}
.article-date, .article-category {
color: #979797;
font-size: 0.8125rem;
margin: 0;
}
.article-date {
display: none;
}
@media (min-width: 1100px) {
.article-date {
display: block;
}
}
@media (min-width: 1100px) {
.article .article-meta {
order: 2;
margin-top: 0;
}
}
.article .link-learn-more {
font-size: 1.0625rem;
display: none;
}
@media (min-width: 1100px) {
.article .link-learn-more {
display: block;
}
}
.module-button a {
white-space: nowrap;
}
.module-button .btn-accent1 {
color: #fff;
background-color: #303339;
border-color: #303339;
}
.module-button .btn-accent1:hover {
color: #fff;
background-color: #7f7f7f;
border-color: #313339;
}
.module-button .btn-accent1:focus, .module-button .btn-accent1.focus {
color: #fff;
background-color: #7f7f7f;
border-color: #313339;
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.module-title h1,
.module-title h2,
.module-title h3,
.module-title h4,
.module-title h5,
.module-title h6 {
margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
.module-title h1,
.module-title h2,
.module-title h3,
.module-title h4,
.module-title h5,
.module-title h6 {
margin-bottom: 4.375rem;
}
}
@media (max-width: 767px) {
.module-title h1,
.module-title h2,
.module-title h3,
.module-title h4,
.module-title h5,
.module-title h6 {
font-size: 3rem;
}
}
.module-wysiwyg section {
padding-bottom: 50px;
width: 100%;
}
.module-wysiwyg section .content_image p {
margin-top: 3rem;
}
.module-wysiwyg section ul {
padding-left: 15px;
}
.module-wysiwyg section h1 {
font-size: 3rem;
font-weight: 700;
}
@media only screen and (max-width: 768px) {
.module-wysiwyg section h1 {
font-size: 2.8rem;
}
}
@media only screen and (max-width: 500px) {
.module-wysiwyg section h1 {
font-size: 2rem;
}
}
.module-wysiwyg section h1 .break {
display: block;
}
@media (max-width: 767px) {
.module-wysiwyg section h1 .break {
display: inline;
}
}
.module-wysiwyg section h2 {
font-size: 4rem;
font-style: normal;
font-weight: 600;
line-height: 1.2;
text-align: center;
}
@media only screen and (max-width: 768px) {
.module-wysiwyg section h2 {
font-size: 2.8rem;
text-align: center;
}
}
@media only screen and (max-width: 500px) {
.module-wysiwyg section h2 {
font-size: 2.5rem;
text-align: center;
}
}
.module-wysiwyg section h3 {
font-size: 1.96875rem;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
.module-wysiwyg section h3 {
font-size: 1.5rem;
}
}
@media only screen and (max-width: 500px) {
.module-wysiwyg section h3 {
font-size: 1.3rem;
}
}
.module-wysiwyg section h4 {
color: #a60a17;
font-size: 1.7rem;
font-style: italic;
font-weight: normal;
font-family: "Adobe Garamond", "EB Garamond", serif;
}
@media only screen and (max-width: 768px) {
.module-wysiwyg section h4 {
font-size: 1.4rem;
}
}
@media only screen and (max-width: 500px) {
.module-wysiwyg section h4 {
font-size: 1.2rem;
}
}
#main > .module-slider {
padding-top: 0 !important;
height: 100vh;
}
.admin-bar #main > .module-slider {
height: calc(100vh - 32px);
}
@media (max-width: 767px) {
#main > .module-slider {
max-height: -webkit-fill-available;
}
}
#main > .module-slider #introduction {
height: 100%;
padding-top: 0;
}
.module-slider {
position: relative;
transition: cursor 0.3s ease;
overflow: hidden;
height: 100%;
}
.module-slider .audio_buttons .backgroundimage {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
overflow: hidden;
}
.module-slider .audio_buttons .backgroundimage img {
width: 100vw;
height: 56.25vw;
min-height: 100vh;
min-width: 177.77vh;
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
}
.module-slider .audio_buttons .backgroundimage .image_background {
opacity: 0;
transition: opacity 0.3s ease;
}
.module-slider .audio_buttons .backgroundimage .image_background.active {
opacity: 1;
}
@media only screen and (max-width: 768px) {
.module-slider .audio_buttons {
flex-wrap: nowrap;
}
}
.module-slider .left-navigation {
position: absolute;
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
z-index: 100 !important;
left: 3%;
top: -20px;
justify-content: center;
}
@media only screen and (max-width: 768px) {
.module-slider .left-navigation {
top: 0;
}
}
.module-slider .left-navigation .wrap_nav {
width: 60px;
margin-left: 22px;
}
@media only screen and (max-width: 768px) {
.module-slider .left-navigation .wrap_nav {
margin: 0;
margin-left: 26px;
}
}
.module-slider .left-navigation .left-navigation-nav {
flex: 0 0 auto;
}
.module-slider .left-navigation .progress-wrapper {
flex: 1 1 auto;
height: 150px;
}
.module-slider .left-navigation .progress-container {
transform: rotate(-90deg) translate(-100%);
display: flex;
transform-origin: center;
margin-top: 60px;
}
.module-slider .left-navigation .progress-container .steps {
flex: 0 0 20%;
color: #4d4f53;
}
.module-slider .left-navigation .progress-container .steps .current-step {
color: #a60a17;
}
.module-slider .left-navigation .progress-container .progress-bar {
flex: 0 0 80%;
margin: auto;
margin-left: 2rem;
}
.module-slider .slides-wrap {
position: relative;
min-height: 100vh;
list-style: none;
z-index: 100 !important;
}
.module-slider .slides-wrap .slides-item {
width: 1200px;
position: absolute;
left: 0;
top: 1rem;
bottom: 0;
margin: auto;
opacity: 0;
transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
.module-slider .slides-wrap .slides-item {
width: 100%;
position: absolute;
top: 40%;
left: 12%;
transform: translate(-50%, -50%);
}
}
.module-slider .slides-wrap .slides-item.active {
opacity: 1;
}
.module-slider .progress-bar {
display: inline-block;
background-color: #4d4f53;
height: 1px;
width: 88px;
}
.module-slider .progress-bar .progress-bar-current {
background-color: #a60a17;
height: 100%;
width: 0;
transition: all 0.25s;
}
.module-slider .slider-prev-button {
margin: auto;
}
.module-slider .slider-prev-button .circle-countdown {
transform: rotate(180deg);
transform-origin: center;
}
.module-slider .slider-prev-button:hover {
cursor: pointer;
}
.module-slider .slider-next-button {
margin: auto; margin-bottom: 1rem;
}
.module-slider .slider-next-button:hover {
cursor: pointer;
}
.module-slider .slider-video {
position: relative;
z-index: 1;
overflow: hidden;
width: 100vw;
height: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 1099px) {
.module-slider .slider-video {
left: 0;
top: 0;
transform: none;
}
}
.module-slider .slider-video video,
.module-slider .slider-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.module-slider .slider-video video {
height: 100%;
object-fit: cover;
cursor: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Play-BTN.png), pointer;
}
.module-slider .slider-video .slider-mobilePlay {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
flex-direction: column;
align-items: center;
background-color: transparent;
border: 0;
}
.module-slider .slider-video .slider-mobilePlay img {
width: 60px;
}
.module-slider .slider-video .slider-mobilePlay p {
color: #fff;
font-weight: 700;
font-size: 0.875rem;
margin-top: 5px;
}
@media (max-width: 1099px) {
.module-slider .slider-video .slider-mobilePlay {
display: flex;
}
}
.module-slider .slider-video iframe {
opacity: 0;
height: 0;
}
.module-slider .slider-video iframe.play {
opacity: 1;
height: 100%;
}
@media (min-width: 576px) { }
@media (min-width: 768px) { }
@media (min-width: 1100px) { }
@media (min-width: 1500px) { }
.module-career section {
padding-top: 15.55rem;
width: 100%;
}
@media (max-width: 1099px) {
.module-career .container {
padding-bottom: 0;
}
}
.module-career .left-navigation-nav {
position: absolute;
bottom: 0;
left: 0;
z-index: 990;
transform: translate(-100%, 100%);
}
.module-career .left-navigation-nav button {
width: 60px;
height: 60px;
}
@media (max-width: 1099px) {
.module-career .left-navigation-nav {
left: auto;
right: 0;
transform: translateY(100%);
}
}
.module-career .career-title {
padding-bottom: 15rem;
}
.module-career .career-title .module-title h1,
.module-career .career-title .module-title h2 {
margin-bottom: 30px;
}
.module-career .career-title .module-title .sub-heading {
font-size: 1.6em;
}
.module-career .hidden-cursor {
display: none;
}
.module-career .career-second-wrapper {
position: relative;
margin-top: -102px;
}
@media (max-width: 1099px) {
.module-career .career-second-wrapper {
margin-top: 0;
}
}
.module-career .career-second-wrapper .career-second-container .career-slider:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 50vw;
background-image: linear-gradient(to right, #361821, #502427);
}
@media (max-width: 767px) {
.module-career .career-second-wrapper .career-second-container .career-slider:before {
display: none;
}
}
.module-career .career-second-wrapper .career-slider {
padding: 160px 0px 92px 50px !important;
background-image: linear-gradient(to right, #502427, #8c292c);
}
@media (max-width: 1099px) {
.module-career .career-second-wrapper .career-slider {
padding-top: 50px !important;
}
}
.module-career .career-second-wrapper .career-slider .row {
width: 100%;
height: 100%;
}
.module-career .career-second-wrapper .career-slider .right_text h4 {
color: white;
font-size: 1.7rem;
font-style: italic;
font-weight: normal;
font-family: "Adobe Garamond", "EB Garamond", serif;
}
.module-career .career-second-wrapper .career-slider .slides-wrap {
position: relative;
height: 100%;
list-style: none;
z-index: 100 !important;
}
.module-career .career-second-wrapper .career-slider .career-slide-career {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.module-career .career-second-wrapper .career-slider .career-slide-career .slider-title {
flex: 0 0 37.6666666667%;
max-width: 37.6666666667%;
padding-right: 25px;
min-height: 10px;
}
.module-career .career-second-wrapper .career-slider .career-slide-career .slider-title h2 {
font-style: italic;
font-weight: normal;
font-size: 2.255rem;
font-family: "Adobe Garamond", "EB Garamond", serif;
}
.module-career .career-second-wrapper .career-slider .career-slide-career .slider-career {
flex: 0 0 62.3333333333%;
max-width: 62.3333333333%;
padding-left: 15px;
padding-right: 15px;
}
.module-career .career-second-wrapper .slider-description {
height: -moz-fit-content;
height: fit-content;
position: relative;
color: #fff;
font-size: 1.75rem;
line-height: 2.125rem;
}
.module-career .career-second-wrapper .slider-description > span {
position: static;
}
.module-career .career-second-wrapper .slider-description h3 {
margin-bottom: 16px;
}
.module-career .career-second-wrapper .slider-date {
position: static;
color: #979797;
}
.module-career .career-second-wrapper .career-description {
padding: 160px 0px 92px 50px;
}
.module-career #career-cursor_custom {
border-radius: 50%;
text-align: center;
vertical-align: middle;
line-height: 50px;
width: 109px;
height: auto;
color: black;
background: transparent;
position: absolute;
cursor: none !important;
transform: translate(-50%, -50%);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.module-career .embed-career {
display: table;
margin: auto;
width: 100%;
aspect-ratio: 16/9;
position: relative;
transform: translateX(0%);
}
.module-career .embed-career iframe {
display: block;
background: #1a1c23;
width: 100%;
height: 100%;
position: relative;
}
.module-career .overlay-career {
position: absolute;
display: block;
z-index: 100;
cursor: none !important;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.module-career .career-quote {
padding-left: 55px;
}
.module-career .career-quote h1 {
margin-bottom: 50px;
font-size: 1.5em;
}
.module-career .career-quote p {
margin: 0;
}
.module-career .career-quote p:last-child {
color: #7f7f7f;
}
.module-career .career-description p {
color: white;
opacity: 0.4;
}
.module-career .career-description p:last-of-type {
margin-bottom: 30px;
}
.module-career .module-slider section {
background: transparent !important;
}
.module-career .module-slider .slides-wrap {
margin-left: -15px;
min-height: 315px;
height: auto;
}
.module-career .module-slider .slides-wrap .slides-item {
width: 100%;
min-height: 300px;
}
.module-career .module-slider .slides-wrap .slides-item h3 {
font-size: 2.5em;
color: #fff;
margin-bottom: 80px;
text-align: left;
}
.module-career .module-slider .slides-wrap .slides-item .equipe {
font-size: 1.25em;
font-weight: bold;
color: #fff;
margin-bottom: 2px;
}
.module-career .module-slider .slides-wrap .slides-item .date {
font-size: 1.25em;
color: rgba(255, 255, 255, 0.3);
margin-bottom: 0;
}
.module-career .module-slider .progress-wrapper {
display: none;
}
.module-career .module-slider .left-navigation {
width: 100%;
left: calc(-60% - 30px);
position: absolute;
bottom: 0;
height: auto;
}
.module-career .module-slider .left-navigation-nav {
bottom: 0;
width: 140px;
height: 60px;
position: absolute;
}
.module-career .module-slider .left-navigation-nav a {
float: right;
margin-right: 10px;
margin-top: 0;
}
.module-career .module-slider .module-title p {
font-size: 1.5em;
color: white;
}
.module-career .module-slider .module-title h1 {
font-size: 1.6em;
color: white;
}
@media (min-width: 576px) {
.module-career .career-second-wrapper .career-second-container .career-slider:before {
width: calc(50vw - 255px);
right: calc(50vw + 255px);
right: 100%;
}
}
@media (min-width: 768px) {
.module-career .career-second-wrapper .career-second-container .career-slider:before {
width: calc(50vw - 345px);
right: calc(50vw + 345px);
right: 100%;
}
}
@media (min-width: 1100px) {
.module-career .career-second-wrapper .career-second-container .career-slider:before {
width: calc(50vw - 465px);
right: calc(50vw + 465px);
right: 100%;
}
}
@media (min-width: 1500px) {
.module-career .career-second-wrapper .career-second-container .career-slider:before {
width: calc(50vw - 705px);
right: calc(50vw + 705px);
right: 100%;
}
}
@media only screen and (max-width: 1500px) {
.module-career .career-second-wrapper {
position: relative;
top: 0;
}
.module-career .career-second-wrapper .career-slider .slides-wrap .career-item .slider-description {
position: relative;
}
.module-career .career-second-wrapper .career-slider .slides-wrap .career-item .slider-description > span {
position: static;
}
.module-career .career-second-wrapper .career-slider .slides-wrap .career-item .slider-description h3 {
margin-bottom: 16px;
}
.module-career .career-second-wrapper .career-slider .slides-wrap .career-item .slider-date {
position: static;
}
.module-career .career-second-wrapper .career-slider .career-slide-career .slider-title h2 {
font-size: 2.055rem;
}
.module-career .module-slider .slides-wrap .slides-item h3 {
font-size: 2.2em;
}
}
@media only screen and (max-width: 992px) {
.module-career .career-second-wrapper .career-slider {
padding: 160px 0 100px 0px;
}
.module-career .career-second-wrapper .career-slider .slides-wrap {
min-height: 200px;
margin-top: 50px;
margin-bottom: 60px;
padding: 0;
}
.module-career .career-second-wrapper .career-description {
padding: 160px 0px 50px 50px;
}
.module-career .control-navigation {
bottom: 25px;
right: 55px;
left: auto;
}
.module-career .career-title {
padding-bottom: 50px;
}
}
@media only screen and (max-width: 768px) {
.module-career .career-second-wrapper .right_text h4 {
font-size: 1.6rem;
}
.module-career .career-second-wrapper .career-slider {
padding-top: 150px;
}
.module-career .career-second-wrapper .career-description {
padding: 50px 20px;
}
.module-career .career-second-wrapper .career-slider {
padding: 150px 2rem 50px 2rem;
}
.module-career .career-second-wrapper .career-slider .slides-wrap {
min-height: 200px;
}
.module-career .career-second-wrapper .career-slider .slides-wrap .career-item .slider-description {
height: -moz-fit-content;
height: fit-content;
position: relative;
}
.module-career .career-second-wrapper .career-slider .slides-wrap .career-item .slider-description > span {
position: static;
}
.module-career .career-second-wrapper .career-slider .slides-wrap .career-item .slider-description h3 {
margin-bottom: 50px;
font-size: 1.5rem;
}
.module-career .career-second-wrapper .career-slider .slides-wrap .career-item .slider-date {
position: static;
}
.module-career .career-title {
padding-bottom: 50px;
}
}
@media only screen and (max-width: 550px) {
.module-career .career-second-wrapper .career-slider .slides-wrap {
margin-left: 0;
}
.module-career #career-cursor_custom {
width: 80px;
}
}
.module-portfolio .portfolio-wrapper {
gap: 10px;
}
@media (max-width: 767px) {
.module-portfolio .portfolio-wrapper {
display: flex !important;
}
}
.module-portfolio .portfolio-wrapper .portfolio-grid {
display: grid;
gap: 10px;
grid-template-areas: "first second" "first third";
grid-template-rows: auto;
grid-template-columns: 823px 445px;
}
@media (max-width: 1920px) {
.module-portfolio .portfolio-wrapper .portfolio-grid {
grid-template-columns: minmax(48.4375vw, 930px) minmax(23.1770833333vw, 445px);
}
}
@media (max-width: 1099px) {
.module-portfolio .portfolio-wrapper .portfolio-grid {
grid-template-columns: 1fr 1fr 1fr;
grid-template-areas: "first first second" "first first third";
}
}
@media (max-width: 767px) {
.module-portfolio .portfolio-wrapper .portfolio-grid {
grid-template-areas: "first second third";
grid-template-columns: repeat(3, calc(100vw - 40px));
}
}
.module-portfolio .portfolio-wrapper .portfolio-item {
padding: 0 !important;
width: 100% !important;
}
.module-portfolio .portfolio-wrapper .portfolio-item:first-child {
grid-area: first;
}
.module-portfolio .portfolio-wrapper .portfolio-item:nth-child(2) {
grid-area: second;
}
.module-portfolio .portfolio-wrapper .portfolio-item:nth-child(3) {
grid-area: third;
}
.module-portfolio .portfolio-wrapper .portfolio-item a {
display: block;
height: 100%;
}
.module-portfolio .portfolio-wrapper .portfolio-item a article {
display: flex;
overflow: hidden;
height: 100%;
}
.module-portfolio .portfolio-wrapper .portfolio-item a article picture {
width: 100%;
}
.module-portfolio .portfolio-wrapper .portfolio-item a article picture img {
width: 100%;
height: 100%;
object-fit: cover !important;
object-position: center;
transition: transform 0.4s ease-out;
}
.module-portfolio .portfolio-wrapper .portfolio-item a:hover img {
transform: scale(1.05);
}
.module-portfolio .portfolio-cta {
display: flex;
justify-content: center;
gap: 15px;
}
@media (max-width: 767px) {
.module-portfolio .portfolio-cta {
flex-direction: column;
align-items: center;
}
}
.module-portfolio .portfolio-cta button {
margin: 0 !important;
height: 100%;
}
.module-portfolio section,
.custom-template-portfolio section {
width: 100%;
}
.module-portfolio .filter-wrapper,
.custom-template-portfolio .filter-wrapper {
padding-bottom: 3rem;
}
.module-portfolio .btn, .module-portfolio .comment-form input[type=submit], .comment-form .module-portfolio input[type=submit], .module-portfolio .search-form .search-submit, .search-form .module-portfolio .search-submit,
.custom-template-portfolio .btn,
.custom-template-portfolio .comment-form input[type=submit],
.comment-form .custom-template-portfolio input[type=submit],
.custom-template-portfolio .search-form .search-submit,
.search-form .custom-template-portfolio .search-submit {
font-family: "Gilroy", "Spartan", sans-serif !important;
}
.module-portfolio button,
.custom-template-portfolio button {
margin: 5px;
}
.module-portfolio .portfolio-container,
.custom-template-portfolio .portfolio-container {
width: 100%;
height: 100%;
position: relative;
}
.module-portfolio ::-webkit-scrollbar,
.custom-template-portfolio ::-webkit-scrollbar {
height: 20px;
}
.module-portfolio ::-webkit-scrollbar-track,
.custom-template-portfolio ::-webkit-scrollbar-track {
border-top: 9px solid #1a1c23;
border-bottom: 9px solid #1a1c23;
background: #7f7f7f;
margin-left: 15px;
margin-right: 200px;
}
.module-portfolio ::-webkit-scrollbar-thumb,
.custom-template-portfolio ::-webkit-scrollbar-thumb {
background: white;
border-top: 9px solid #1a1c23;
border-bottom: 9px solid #1a1c23;
}
.module-portfolio .portfolio-wrapper,
.custom-template-portfolio .portfolio-wrapper {
position: relative;
width: 100%;
overflow-y: hidden;
display: grid;
grid-auto-flow: column;
grid-auto-columns: 100%;
overflow-x: auto;
padding-bottom: 30px;
}
.module-portfolio .portfolio-wrapper .normal_featured_wrapper,
.custom-template-portfolio .portfolio-wrapper .normal_featured_wrapper {
display: grid;
grid-template-columns: 2fr 1fr;
width: 100%;
height: 100%;
}
.module-portfolio .portfolio-wrapper .normal_featured_wrapper .normal_wrapper,
.custom-template-portfolio .portfolio-wrapper .normal_featured_wrapper .normal_wrapper {
display: grid;
grid-template-rows: 1fr 1fr;
}
.module-portfolio .portfolio-wrapper .normal_featured_wrapper .normal_wrapper.single_not_feature,
.custom-template-portfolio .portfolio-wrapper .normal_featured_wrapper .normal_wrapper.single_not_feature {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.module-portfolio .portfolio-wrapper .portfolio-item,
.custom-template-portfolio .portfolio-wrapper .portfolio-item {
display: block;
width: 99%;
padding: 15px;
float: left;
}
.module-portfolio .portfolio-wrapper .portfolio-item.featured-portfolio-item,
.custom-template-portfolio .portfolio-wrapper .portfolio-item.featured-portfolio-item {
width: 100% !important;
}
.module-portfolio .portfolio-wrapper .portfolio-item a article,
.custom-template-portfolio .portfolio-wrapper .portfolio-item a article {
display: flex;
overflow: hidden;
}
.module-portfolio .portfolio-wrapper .portfolio-item a article img,
.custom-template-portfolio .portfolio-wrapper .portfolio-item a article img {
height: 100%;
object-fit: contain;
object-position: center;
transition: transform 0.4s ease-out;
}
.module-portfolio .portfolio-wrapper .portfolio-item a:hover img,
.custom-template-portfolio .portfolio-wrapper .portfolio-item a:hover img {
transform: scale(1.05);
}
.module-portfolio .control-navigation,
.custom-template-portfolio .control-navigation {
width: 135px;
height: 50px;
position: absolute;
right: 27px;
bottom: -15px;
}
@media (max-width: 767px) {
.module-portfolio .control-navigation,
.custom-template-portfolio .control-navigation {
right: 0;
bottom: -30px;
}
}
.module-portfolio .control-navigation .left-navigation,
.custom-template-portfolio .control-navigation .left-navigation {
width: 100%;
height: 100%;
}
.module-portfolio .control-navigation .left-navigation-nav,
.custom-template-portfolio .control-navigation .left-navigation-nav {
top: 40%;
right: 100px;
width: 140px;
height: 40px;
}
.module-portfolio .control-navigation .left-navigation-nav a,
.custom-template-portfolio .control-navigation .left-navigation-nav a {
float: right;
margin-right: 10px;
margin-top: 0;
width: 50px;
height: 50px;
color: white;
cursor: pointer;
}
.module-portfolio .control-navigation .slider-prev-button,
.custom-template-portfolio .control-navigation .slider-prev-button {
margin: auto;
}
.module-portfolio .control-navigation .slider-prev-button .circle-countdown,
.custom-template-portfolio .control-navigation .slider-prev-button .circle-countdown {
transform: rotate(180deg);
transform-origin: center;
}
.module-portfolio .control-navigation .slider-next-button,
.custom-template-portfolio .control-navigation .slider-next-button {
margin: auto;
margin-top: 4rem;
margin-bottom: 1rem;
}
.custom-template-portfolio section {
padding-top: 12% !important;
}
@media (max-width: 767px) {
.custom-template-portfolio section {
padding-top: 90px !important;
}
}
.custom-template-portfolio h1 {
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
}
@media (max-width: 767px) {
.custom-template-portfolio h1 {
font-size: 2.1875rem;
}
}
.custom-template-portfolio .filter-wrapper {
margin-top: 50px;
}
.custom-template-portfolio .right_float {
float: right !important;
}
.custom-template-portfolio .left_float {
float: left !important;
}
.custom-template-portfolio .portfolio-container {
overflow-x: hidden !important;
overflow-y: hidden !important;
}
.custom-template-portfolio .items_portfolio a.link_article {
display: block;
overflow: hidden;
}
.custom-template-portfolio .items_portfolio a.link_article img {
width: 100%;
height: 100%;
transition: transform 0.4s ease-out;
}
.custom-template-portfolio .items_portfolio a.link_article:hover img {
transform: scale(1.05);
}
.custom-template-portfolio .items_portfolio > div {
margin-bottom: 24px;
}
@media (max-width: 767px) {
.custom-template-portfolio .items_portfolio > div {
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.custom-template-portfolio .mosaic-item {
margin-bottom: 15px;
}
}
.page-portfolio .project-navigation-wrapper {
padding: 3rem;
width: 100%;
}
.page-portfolio .project-navigation-wrapper .next-project .project-nav-text {
right: 13rem;
}
.page-portfolio .project-navigation-wrapper .next-project svg {
float: right;
}
.page-portfolio .project-navigation-wrapper .previous-project .project-nav-text {
left: 13rem;
}
.page-portfolio .project-navigation-wrapper .previous-project svg {
float: left;
}
.page-portfolio .project-navigation-wrapper .next-project a:link,
.page-portfolio .project-navigation-wrapper .previous-project a:link {
text-decoration: none;
}
.page-portfolio .project-navigation-wrapper .next-project a:visited,
.page-portfolio .project-navigation-wrapper .previous-project a:visited {
text-decoration: none;
}
.page-portfolio .project-navigation-wrapper .next-project a:hover,
.page-portfolio .project-navigation-wrapper .previous-project a:hover {
text-decoration: none;
}
.page-portfolio .project-navigation-wrapper .next-project a:active,
.page-portfolio .project-navigation-wrapper .previous-project a:active {
text-decoration: none;
}
.page-portfolio .project-navigation-wrapper .next-project .project-nav-text,
.page-portfolio .project-navigation-wrapper .previous-project .project-nav-text {
display: inline-flex;
color: rgba(0, 0, 0, 0.1) !important;
font-size: 3rem;
font-weight: bold;
line-height: normal;
top: 1rem;
position: absolute;
}
.page-portfolio .project-navigation-wrapper .next-project svg path:nth-child(odd),
.page-portfolio .project-navigation-wrapper .previous-project svg path:nth-child(odd) {
stroke: rgba(0, 0, 0, 0.1);
}
.page-portfolio .project-navigation-wrapper .next-project svg path:nth-child(even),
.page-portfolio .project-navigation-wrapper .previous-project svg path:nth-child(even) {
fill: rgba(0, 0, 0, 0.1);
}
.module-services .dot {
height: 10px;
width: 10px;
background-color: #1a1c23;
border-radius: 50%;
display: inline-block;
margin-right: 8px;
}
.module-services section {
padding-bottom: 5rem;
}
@media (max-width: 767px) {
.module-services section {
padding-bottom: 0;
}
}
.module-services .service-list {
padding: 0;
width: 100%;
list-style: none;
}
.module-services .service-list hr {
background: linear-gradient(to right, #7f7f7f 10%, 70%, transparent 100%);
background: -webkit-linear-gradient(to right, #7f7f7f 10%, 70%, transparent 100%);
height: 1px;
border: 0;
width: 100vw;
position: absolute;
left: -145px;
opacity: 0.15;
}
.module-services .service-list-item {
position: relative;
border-bottom: 1px solid #cacacc;
}
.module-services .service-list-item:first-child {
border-top: 1px solid #cacacc;
}
.module-services .service-list-item .content-inner {
font-size: clamp(1rem, 0.5rem + 0.625vw, 1.25rem);
}
.module-services .service-list-item .content-inner ul {
list-style: disc;
}
.module-services .service-list-item .content-inner ul:has(> li > ul) {
list-style: none;
padding-left: 0;
}
.module-services .service-list-item .container {
padding-top: 0;
padding-bottom: 0;
}
.module-services .service-list-item .service-link-container {
position: relative;
}
.module-services .service-list-item .service-link-container .arrow {
display: block;
width: 50px;
height: 50px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
background: #000;
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/arrow-circle.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/arrow-circle.svg);
pointer-events: none;
}
@media (max-width: 767px) {
.module-services .service-list-item .service-link-container .arrow {
width: 30px;
height: 30px;
}
}
.module-services .service-list-item .service-link-container .arrow.list {
transform: translateY(-50%) rotate(90deg);
transition: transform 0.3s ease-out;
}
.module-services .service-list-item .collapsible-content {
height: 0px;
overflow: hidden;
transition: height 0.3s ease-out;
}
.module-services .service-list-item .collapsible-content:hover {
color: inherit;
}
.module-services .service-list-item .collapsible-content .content-inner {
padding: 0.25em;
padding-left: 5.75rem;
}
@media (max-width: 767px) {
.module-services .service-list-item .collapsible-content .content-inner {
padding-left: 0;
}
}
.module-services .service-list-item .content-inner {
margin-top: 15px;
}
.module-services .service-list-item .content-inner ul {
margin-bottom: 10px;
pointer-events: none;
}
.module-services .service-list-item .content-inner li {
padding-bottom: 10px;
}
.module-services .service-list-item.service-open .arrow {
transform: translateY(-50%) rotate(90deg);
}
.module-services .service-list-item.service-open .arrow.list {
transform: translateY(-50%) rotate(-90deg);
}
.module-services .service-title {
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
margin-bottom: 50px;
}
@media (max-width: 1099px) {
.module-services .service-title {
font-size: 3.75rem;
}
}
@media (max-width: 767px) {
.module-services .service-title {
font-size: 3rem;
margin-bottom: 30px;
}
}
.module-services .service-subtitle {
color: #a60a17;
font-size: 1.875rem;
font-family: "Adobe Garamond", "EB Garamond", serif;
font-style: italic;
margin-bottom: 0;
}
.module-services .service-link {
position: relative;
display: flex;
align-items: center;
gap: 15px;
padding: 0.25em;
padding-left: 0;
padding-right: 3.4375rem;
font-size: clamp(3rem, 0.25rem + 3.4375vw, 4.375rem);
width: 100%;
transition: all 0.3s ease;
color: #1a1c23;
opacity: 1;
}
@media (max-width: 1099px) {
.module-services .service-link {
font-size: 3.4375rem;
}
}
@media (max-width: 767px) {
.module-services .service-link {
font-size: 1.4375rem;
padding-right: 2.1875rem;
gap: 7px;
}
}
.module-services .service-link::before {
content: "";
position: static;
width: 55px;
height: 55px;
}
@media (max-width: 1099px) {
.module-services .service-link::before {
width: 45px;
height: 45px;
}
}
@media (max-width: 767px) {
.module-services .service-link::before {
width: 35px;
height: 35px;
}
}
.module-services .service-link:hover {
text-decoration: none;
}
.module-services .service-link.glitch {
cursor: pointer;
position: relative;
opacity: 0.5;
animation-timing-function: step-end !important;
}
.module-services .service-link.glitch:hover {
-webkit-text-fill-color: #181C21;
-webkit-background-clip: text;
opacity: 1;
animation-name: main-animation;
}
.module-services .service-link.glitch:hover::before {
animation-name: glitch-animation-1;
}
.module-services .service-link.glitch:hover::after {
animation-name: glitch-animation-2;
}
.module-services .service-link.glitch, .module-services .service-link.glitch::after {
animation-duration: 0.3s;
animation-timing-function: linear;
animation-direction: alternate-reverse;
}
.module-services .service-link.glitch::after {
position: absolute;
top: 0;
left: 0;
content: attr(title);
clip: rect(0, 0, 0, 0);
background: transparent;
color: #E7E9E6;
width: 100%;
height: 100%;
text-shadow: 0px 0 #ff0000;
mix-blend-mode: exclusion;
-webkit-text-fill-color: #E7E9E6;
}
@keyframes glitch-animation-1 {
0% {
left: 18px;
clip: rect(17px, 350px, 22px, 0px);
transform: skewX(-45deg);
text-shadow: 12px 0 #00ff00;
}
25% {
left: 3px;
clip: rect(96px, 350px, 103px, 0px);
transform: skewX(45deg);
text-shadow: 13px 0 #0000ff;
}
50% {
left: 12px;
clip: rect(75px, 350px, 76px, 0px);
transform: skewX(45deg);
text-shadow: 11px 0 #00ff00;
}
75% {
left: 2px;
clip: rect(28px, 350px, 30px, 0px);
transform: skewX(-45deg);
text-shadow: 15px 0 #00ff00;
}
100% {
left: 5px;
clip: rect(18px, 350px, 21px, 0px);
transform: skewX(45deg);
text-shadow: 19px 0 #0000ff;
}
}
@keyframes glitch-animation-2 {
0% {
left: -9px;
clip: rect(91px, 350px, 95px, 0px);
transform: skewX(45deg);
text-shadow: 0px 0 #0000ff;
}
25% {
left: -4px;
clip: rect(51px, 350px, 59px, 0px);
transform: skewX(-45deg);
text-shadow: 0px 0 #ff0000;
}
50% {
left: -5px;
clip: rect(79px, 350px, 81px, 0px);
transform: skewX(-45deg);
text-shadow: -9px 0 #0000ff;
}
75% {
left: -20px;
clip: rect(21px, 350px, 29px, 0px);
transform: skewX(45deg);
text-shadow: -1px 0 #0000ff;
}
100% {
left: -10px;
clip: rect(19px, 350px, 20px, 0px);
transform: skewX(45deg);
text-shadow: -1px 0 #ff0000;
}
}
@keyframes main-animation {
0% {
-webkit-text-fill-color: #E7E9E6;
transform: skewX(-10deg);
}
25% {
-webkit-text-fill-color: transparent;
transform: skewX(10deg);
}
50% {
-webkit-text-fill-color: #E7E9E6;
transform: skewX(10deg);
}
75% {
-webkit-text-fill-color: #E7E9E6;
transform: skewX(10deg);
}
100% {
-webkit-text-fill-color: #E7E9E6;
transform: skewX(10deg);
}
}
.module-candidature section {
padding: 100px 0 !important;
}
@media (max-width: 1099px) {
.module-candidature section {
padding-bottom: 0 !important;
flex-direction: column;
}
}
@media (max-width: 1099px) {
.module-candidature section {
padding: 0 !important;
flex-direction: column;
}
}
.module-candidature .container {
display: flex;
justify-content: space-between;
gap: 0 30px;
}
@media (max-width: 1099px) {
.module-candidature .container {
flex-direction: column;
}
}
.module-candidature .title {
font-size: 3.5rem;
line-height: normal;
color: black;
font-weight: bold;
}
@media only screen and (max-width: 768px) {
.module-candidature .title {
font-size: 3rem;
}
}
@media only screen and (max-width: 550px) {
.module-candidature .title {
font-size: 2.5rem;
}
}
.module-candidature .desc {
font-size: 1.5rem;
color: black;
font-weight: 700;
}
@media only screen and (max-width: 768px) {
.module-candidature .desc {
font-size: 1rem;
}
}
.module-candidature .gform_heading {
display: none;
}
.module-candidature .form-heading {
flex: 50%;
}
.module-candidature .form {
flex: 50%;
}
.module-candidature .form .validation_message {
display: block;
background: transparent;
border: 0;
padding: 0;
font-size: 12px;
}
@media (max-width: 1099px) {
.module-candidature .form {
width: 100%;
}
}
.module-candidature .appliGform input:not([type=submit]) {
font-family: "Gilroy", "Spartan", sans-serif;
background-color: transparent;
border: 0;
border-bottom: 1px solid #bdbec1;
color: #1a1c23;
}
.module-candidature .appliGform input:not([type=submit]):-ms-input-placeholder {
font-family: "Gilroy", "Spartan", sans-serif;
}
.module-candidature .appliGform input:not([type=submit])::placeholder {
font-family: "Gilroy", "Spartan", sans-serif;
}
.module-candidature .appliGform input[type=submit]:hover {
background-color: #D51626 !important;
color: #fff !important;
}
.module-candidature .appliGform textarea {
background-color: transparent;
}
.module-candidature .appliGform .gform_drop_instructions {
color: #000;
font-size: 1.25rem;
}
.module-candidature .appliGform .gform_button_select_files {
background-color: transparent;
color: #000;
font-size: 1.25rem;
font-weight: 700;
border: 0;
}
.module-candidature .appliGform .gform_fileupload_rules {
display: none;
}
.module-blog .theme-light {
padding-bottom: 50px;
}
.module-blog .module-title h1 {
margin-bottom: 70px;
}
.module-blog .module-blogArticles {
display: grid;
grid-template-columns: fit-content(35.78125vw) repeat(2, 1fr);
grid-template-areas: "bigArticle secondArticle thirdArticle" "bigArticle stickyArticle stickyArticle";
gap: 89px 30px;
}
@media (max-width: 1399px) {
.module-blog .module-blogArticles {
gap: 27px 30px;
grid-template-columns: 47.6091476091vw 1fr;
grid-template-areas: "bigArticle secondArticle" "bigArticle thirdArticle" "stickyArticle stickyArticle";
}
}
@media (max-width: 1099px) {
.module-blog .module-blogArticles {
grid-template-columns: 1fr;
grid-template-areas: "bigArticle" "secondArticle" "thirdArticle" "stickyArticle";
}
}
.module-blog .article.bigArticle {
grid-area: bigArticle;
}
.module-blog .article:nth-child(2) {
grid-area: secondArticle;
}
.module-blog .article:nth-child(3) {
grid-area: thirdArticle;
}
.module-blog .module-blogStickyPost {
grid-area: stickyArticle;
background: linear-gradient(270deg, #8D2A2A -0.05%, rgba(141, 42, 42, 0) 220.33%);
padding: 22px;
}
@media (max-width: 1099px) {
.module-blog .module-blogStickyPost {
margin: 0 -50px;
}
}
@media (max-width: 767px) {
.module-blog .module-blogStickyPost {
margin: 0 -20px;
}
}
.module-blog .module-blogStickyPost .module-blogStickyPostContent {
display: flex;
gap: 8px;
justify-content: space-between;
height: 100%;
}
@media (max-width: 1099px) {
.module-blog .module-blogStickyPost .module-blogStickyPostContent {
flex-direction: column;
}
}
.module-blog .module-blogStickyPost .module-blogStickyPostTitle {
color: #F6F6F6;
font-size: 1.8125rem;
line-height: 1.8125rem;
margin-bottom: 13px;
}
.module-blog .module-blogStickyPost .module-blogStickyPostLeft {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.module-blog .module-blogStickyPost .module-blogStickyPostText {
display: flex;
justify-content: space-between;
flex-direction: column;
}
@media (max-width: 1399px) {
.module-blog .module-blogStickyPost .module-blogStickyPostText {
justify-content: center;
}
}
@media (max-width: 767px) {
.module-blog .module-blogStickyPost .module-blogStickyPostText {
order: 2;
}
}
.module-blog .module-blogStickyPost .module-blogStickyPostMeta {
display: flex;
align-items: center;
gap: 15px;
}
@media (max-width: 1399px) {
.module-blog .module-blogStickyPost .module-blogStickyPostMeta {
justify-content: flex-start;
gap: 34px;
}
}
.module-blog .module-blogStickyPost .module-blogStickyPostDate,
.module-blog .module-blogStickyPost .module-blogStickyPostCategory {
color: #fff;
font-size: 0.8125rem;
}
.module-blog .module-blogStickyPost .module-blogStickyPostImg {
width: 341px;
height: 100%;
overflow: hidden;
}
@media (max-width: 1099px) {
.module-blog .module-blogStickyPost .module-blogStickyPostImg {
max-width: 364px;
height: 293px;
width: auto;
}
}
.module-blog .module-blogStickyPost .module-blogStickyPostImg img {
object-fit: cover;
height: 100%;
width: 100%;
transition: transform 0.2s ease-out;
}
.module-blog .module-blogStickyPost .module-blogStickyPostImg:hover img {
transform: scale(1.05);
}
.module-blog .module-button {
display: flex;
justify-content: center;
margin-top: 70px;
}
.module-video-content section {
padding-top: 0 !important;
}
@media (max-width: 767px) {
.module-video-content .container {
padding: 0;
}
}
.module-video-content .full-width,
.module-legend-video .full-width {
padding: 0;
}
.module-video-content .full-width .container, .module-video-content .full-width .row, .module-video-content .full-width .col-md-12,
.module-legend-video .full-width .container,
.module-legend-video .full-width .row,
.module-legend-video .full-width .col-md-12 {
margin: 0 !important;
width: 100%;
max-width: none;
padding: 0 !important;
}
.module-video-content .legend-container,
.module-legend-video .legend-container {
padding-left: 3rem;
padding-right: 3rem;
width: 100%;
height: 100%;
position: absolute;
}
.module-video-content #cursor_custom,
.module-legend-video #cursor_custom {
border-radius: 50%;
text-align: center;
vertical-align: middle;
line-height: 50px;
width: 109px;
height: auto;
color: black;
background: transparent;
position: absolute;
cursor: none !important;
transform: translate(-50%, -50%);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.module-video-content .embed-container,
.module-legend-video .embed-container {
width: 100%;
height: 100%;
margin: auto;
position: relative;
aspect-ratio: 16/9;
}
.module-video-content .embed-container iframe,
.module-legend-video .embed-container iframe {
display: block;
background: #1a1c23;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.module-video-content .overlay,
.module-legend-video .overlay {
position: absolute;
display: block;
height: 100%;
z-index: 100;
}
.module-video-content .hidden-cursor,
.module-legend-video .hidden-cursor {
display: none;
}
.module-video-content .legend-wrapper,
.module-legend-video .legend-wrapper {
height: 50%;
width: 50%;
position: absolute;
z-index: 102;
bottom: 10%;
}
.module-video-content .legend-wrapper .puces,
.module-legend-video .legend-wrapper .puces {
border-radius: 50%;
width: 15px;
height: 15px;
background-color: white;
position: absolute;
z-index: 102;
right: 10%;
top: 30%;
}
.module-video-content .legend-wrapper .concentrique,
.module-legend-video .legend-wrapper .concentrique {
position: absolute;
z-index: 101;
border-radius: 50%;
width: 15px;
height: 15px;
border: 2px solid white;
opacity: 0.3;
right: 10%;
top: 30%;
}
.module-video-content .legend-wrapper .legendes,
.module-legend-video .legend-wrapper .legendes {
position: absolute;
z-index: 101;
transform: rotate(180deg);
top: calc(30% - 100px + 8px);
right: calc(10% + 8px);
}
.module-video-content .legend-wrapper .title_legend,
.module-legend-video .legend-wrapper .title_legend {
opacity: 1;
position: absolute;
z-index: 101;
width: 250px;
top: calc(30% - 50px);
color: white;
text-align: right;
left: 5%;
font-size: 1.5rem;
}
.module-video-content .legend-wrapper .text_legend,
.module-legend-video .legend-wrapper .text_legend {
text-align: right;
width: 250px;
height: 200px;
opacity: 1;
position: absolute;
z-index: 101;
top: 40%;
left: 5%;
font-size: 1rem;
}
.module-video-content .legend-wrapper .module-button,
.module-legend-video .legend-wrapper .module-button {
opacity: 1;
bottom: 0;
left: 5%;
position: absolute;
text-align: right;
}
.module-toggle-video {
height: 100vh;
width: 100vw;
position: relative;
}
.module-toggle-video section {
background-color: #1a1c23;
}
.module-toggle-video .container {
padding: 0;
margin: 0;
}
.module-toggle-video input,
.module-toggle-video .scroll {
position: absolute;
bottom: 0;
z-index: 10;
}
.module-toggle-video .transitioning-src {
transition: opacity 0.4s ease-out;
-webkit-transition: opacity 0.4s ease-out;
-moz-transition: opacity 0.4s ease-out;
-ms-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
opacity: 1 !important;
}
.module-toggle-video #video1,
.module-toggle-video #video2,
.module-toggle-video #video3 {
opacity: 0;
transition: opacity 0.4s ease-out;
-webkit-transition: opacity 0.4s ease-out;
-moz-transition: opacity 0.4s ease-out;
-ms-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
position: absolute;
}
.module-toggle-video #song {
position: relative;
z-index: 10;
}
.module-toggle-video .embed-container {
max-width: 100%;
display: table;
margin: auto;
position: absolute;
left: 0;
top: 0;
}
.module-toggle-video .embed-container iframe {
display: block;
background: #1a1c23;
height: 100vh;
width: 100vw;
}
.module-toggle-video #fixe {
position: absolute;
left: 0;
top: 0;
display: none;
z-index: 9;
}
.module-toggle-video #fixe img {
height: 100vh;
width: 100vw;
}
.module-toggle-video .col-md-2 {
height: 80vh;
display: flex;
}
.module-toggle-video .changeVideo2 {
display: none;
}
.module-toggle-video .scroll {
text-align: center;
display: none;
}
.module-toggle-video .scroll p {
overflow: hidden;
animation: kenburns 10s infinite;
}
.module-toggle-video .scroll .dot {
height: 7px;
width: 7px;
background-color: white;
opacity: 0.6;
border-radius: 50%;
display: inline-block;
padding: 0px;
margin: 0;
}
.module-toggle-video .scroll .line {
height: 9px;
}
@keyframes kenburns {
50% {
transform: scale3d(0.8, 0.8, 0.8);
animation-timing-function: ease-in;
}
100% {
transform: scale3d(1, 1, 1);
}
}
.module-video-interactive {
position: relative;
}
.module-video-interactive section {
padding: 4.375rem 0;
padding-bottom: 0;
}
.module-video-interactive .module-title h1 {
margin-bottom: 0.3em;
font-size: 3.9em;
}
.module-video-interactive .content-left,
.module-video-interactive .content-right {
height: 100%;
width: 100%;
}
.module-video-interactive .content-left .module-title h1,
.module-video-interactive .content-right .module-title h1 {
color: black;
font-size: 1.2em;
margin-bottom: 10px;
}
.module-video-interactive .module-button {
position: absolute;
bottom: 50px;
}
.module-video-interactive .content-right,
.module-video-interactive .content-left {
position: absolute;
z-index: 1;
}
.module-video-interactive .selected-question {
color: black;
font-weight: bold;
}
.module-video-interactive .embed-container {
max-width: 100%;
display: table;
margin: auto;
}
.module-video-interactive .embed-container iframe {
display: block;
background: #e5e7e4;
height: 100vh;
width: 100vw;
}
.module-video-interactive .module-list-timestamp {
cursor: pointer;
}
.module-video-interactive .content-left .module-title,
.module-video-interactive .content-left .module-list-timestamp,
.module-video-interactive .content-right .module-title,
.module-video-interactive .content-right .module-list-timestamp {
position: absolute;
width: 250px;
}
.module-video-interactive .content-left .module-title:nth-child(1),
.module-video-interactive .content-left .module-list-timestamp:nth-child(1),
.module-video-interactive .content-right .module-title:nth-child(1),
.module-video-interactive .content-right .module-list-timestamp:nth-child(1) {
top: 50px;
}
.module-video-interactive .content-left .module-title:nth-child(2),
.module-video-interactive .content-left .module-list-timestamp:nth-child(2),
.module-video-interactive .content-right .module-title:nth-child(2),
.module-video-interactive .content-right .module-list-timestamp:nth-child(2) {
top: 350px;
}
.module-video-interactive .content-left .module-title:nth-child(3),
.module-video-interactive .content-left .module-list-timestamp:nth-child(3),
.module-video-interactive .content-right .module-title:nth-child(3),
.module-video-interactive .content-right .module-list-timestamp:nth-child(3) {
top: 750px;
}
.module-video-interactive .content-left .module-title:nth-child(4),
.module-video-interactive .content-left .module-list-timestamp:nth-child(4),
.module-video-interactive .content-right .module-title:nth-child(4),
.module-video-interactive .content-right .module-list-timestamp:nth-child(4) {
top: 1050px;
}
.module-video-interactive .questions-title {
color: black;
font-size: 1.2em;
font-weight: bold;
}
.module-icons-list section {
padding: 100px 0 100px;
width: 100%;
}
@media (max-width: 1099px) {
.module-icons-list section {
padding-bottom: 0;
}
}
.module-icons-list .background-img {
padding: 0 !important;
position: relative;
}
.module-icons-list .background-img .container {
position: absolute;
top: 40vh;
}
.module-icons-list h2 {
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
.module-icons-list h2 {
font-size: 3em;
line-height: 50px;
}
}
@media only screen and (max-width: 500px) {
.module-icons-list h2 {
font-size: 2em;
line-height: 40px;
}
}
.module-icons-list .icons-bloc-wrapper {
gap: 15px;
}
.module-icons-list .icon-bloc {
flex: calc(25% - 15px);
}
@media (max-width: 1099px) {
.module-icons-list .icon-bloc {
flex: 0 1 calc(50% - 15px);
}
}
@media (max-width: 767px) {
.module-icons-list .icon-bloc {
flex: 100%;
}
}
.module-icons-list .icon-bloc span.btn, .module-icons-list .icon-bloc .search-form span.search-submit, .search-form .module-icons-list .icon-bloc span.search-submit {
margin-bottom: 10px;
display: block;
padding: 0;
max-width: 75px;
min-height: 74px;
cursor: default;
}
@media (max-width: 767px) {
.module-icons-list .icon-bloc span.btn, .module-icons-list .icon-bloc .search-form span.search-submit, .search-form .module-icons-list .icon-bloc span.search-submit {
margin: 0 auto 10px;
}
}
.module-icons-list .icon-bloc span.btn::before, .module-icons-list .icon-bloc .search-form span.search-submit::before, .search-form .module-icons-list .icon-bloc span.search-submit::before {
width: 100%;
height: 100%;
}
.module-icons-list .icon-bloc h5 {
font-size: 1.3rem;
margin: 25px 0;
width: 90%;
line-height: 1.875rem;
min-height: 60px;
}
@media (max-width: 767px) {
.module-icons-list .icon-bloc h5 {
min-height: 0;
width: 100%;
}
}
.module-icons-list .icon-bloc .btn:before, .module-icons-list .icon-bloc .comment-form input[type=submit]:before, .comment-form .module-icons-list .icon-bloc input[type=submit]:before, .module-icons-list .icon-bloc .search-form .search-submit:before, .search-form .module-icons-list .icon-bloc .search-submit:before {
left: 0;
}
.module-icons-list .icon-bloc p {
font-size: 0.8em;
}
.module-icons-list .icon-bloc.icon-bloc-rows {
flex: 30%;
}
.module-icons-list .icon-bloc.icon-bloc-rows .icon-bloc-content {
max-width: 69%;
min-width: 300px;
}
@media (max-width: 767px) {
.module-icons-list .icon-bloc .icon-bloc-content {
max-width: 100% !important;
text-align: center;
}
}
.module-icons-list .icon-bloc:nth-child(2) .icon-bloc-content, .module-icons-list .icon-bloc:nth-child(5) .icon-bloc-content {
margin: 0 auto;
}
@media only screen and (max-width: 1375px) {
.module-icons-list .icon-bloc:nth-child(2) .icon-bloc-content, .module-icons-list .icon-bloc:nth-child(5) .icon-bloc-content {
margin: 0;
}
}
.module-icons-list .icon-bloc:nth-child(3n) .icon-bloc-content {
margin-right: 0;
margin-left: auto;
}
@media only screen and (max-width: 1375px) {
.module-icons-list .icon-bloc:nth-child(3n) .icon-bloc-content {
margin: 0;
}
}
.module-parallel-grid section {
padding-top: 0 !important;
width: 100%;
}
.module-parallel-grid .img-container {
padding: 0;
}
.module-parallel-grid img {
width: 100%;
}
@media (max-width: 767px) {
.module-parallel-grid .under-mobile {
order: 2;
display: inherit;
}
}
.module-parallel-grid .branding-gradient {
width: 100%;
height: 60%;
background-clip: content-box;
background-image: linear-gradient(to right, #502427, #8c292c);
background-image: linear-gradient(to right, #502427, #8c292c);
color: white;
}
.module-parallel-grid .branding-description {
width: 100%;
height: 100%;
padding: 0 84px 0 30px;
display: flex;
flex-direction: column;
justify-content: center;
}
@media (max-width: 767px) {
.module-parallel-grid .branding-description {
margin-top: 30px;
margin-bottom: 30px;
padding: 0 20px;
}
}
.module-parallel-grid .branding-description h5 {
font-size: clamp(1.6875rem, -0.2917rem + 2.6389vw, 2.875rem);
}
@media (max-width: 767px) {
.module-parallel-grid .branding-description h5 {
padding: 0;
}
}
.module-parallel-grid .branding-description p {
padding: 0 30px;
font-size: 1.25rem;
}
@media (max-width: 767px) {
.module-parallel-grid .branding-description p {
padding: 0;
}
}
.module-parallel-grid h6,
.module-parallel-grid h5,
.module-parallel-grid p {
padding: 30px;
}
@media (max-width: 767px) {
.module-parallel-grid h6,
.module-parallel-grid h5,
.module-parallel-grid p {
padding: 0 20px;
}
}
.module-parallel-grid p {
color: #7f7f7f;
font-size: 0.8em;
}
.module-parallel-grid h6 {
padding-top: 5rem;
padding-bottom: 5rem;
line-height: 2rem;
font-size: 2rem;
}
@media only screen and (max-width: 768px) {
.module-parallel-grid h6 {
font-size: 1.5rem;
line-height: 1.5rem;
}
}
@media only screen and (max-width: 550px) {
.module-parallel-grid h6 {
font-size: 1.2rem;
line-height: 1.2rem;
}
}
.module-parallel-grid .legend {
position: relative;
}
@media (max-width: 767px) {
.module-parallel-grid .legend > div {
gap: 30px;
}
}
.module-parallel-grid .legend:before {
content: "";
position: absolute;
height: 100%;
width: 200vw;
left: -100vw;
z-index: -1;
}
html {
overflow-x: hidden;
}
.module-roulette-statistique .container {
z-index: 3;
}
.module-roulette-statistique .title h2 {
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
margin-bottom: 0;
}
@media (max-width: 767px) {
.module-roulette-statistique .title h2 {
font-size: 1.875rem;
line-height: 2.25rem;
}
}
.module-roulette-statistique .title .sub-heading {
font-size: clamp(1.25rem, -0.5rem + 2.1875vw, 2.125rem);
line-height: 1.2;
width: 80%;
max-width: 930px;
color: white;
font-style: normal;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
padding: 0;
margin-top: 20px;
}
@media (max-width: 1099px) {
.module-roulette-statistique .title .sub-heading {
font-size: 1.125rem;
line-height: 1.375rem;
width: 100%;
}
}
.module-roulette-statistique .roulette_title {
font-size: 1.5em;
width: 60%;
color: white;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: bold;
font-style: normal;
padding-bottom: 158px;
}
.module-roulette-statistique .first_column p {
font-size: 0.8em;
color: #7f7f7f;
}
.module-roulette-statistique .second_column {
width: max-content;
}
@media (max-width: 1099px) {
.module-roulette-statistique .second_column {
flex: auto;
}
}
.module-roulette-statistique .second_column .stats {
font-size: 6.375rem;
line-height: 6.375rem;
position: relative;
}
.module-roulette-statistique .second_column .stats .percentage {
font-size: 4rem;
top: 10px;
position: absolute;
}
.module-roulette-statistique .third_column {
flex: 0 1 40%;
}
@media (max-width: 1099px) {
.module-roulette-statistique .third_column {
width: 80%;
}
}
@media (max-width: 767px) {
.module-roulette-statistique .third_column {
width: 100%;
}
}
.module-roulette-statistique .third_column h3 {
font-size: 2.2rem;
}
@media (max-width: 767px) {
.module-roulette-statistique .third_column h3 {
font-size: 1.5rem;
}
}
.module-roulette-statistique .roulette-nav {
position: absolute;
bottom: 0;
left: 0;
transform: translateX(calc(-100% - 30px));
}
@media (max-width: 767px) {
.module-roulette-statistique .roulette-nav {
left: 50%;
transform: translate(-50%, 30px);
}
}
.module-roulette-statistique .roulette-nav button {
width: 70px;
height: 70px;
background-color: transparent;
border: 0;
cursor: pointer;
color: #fff;
}
.module-roulette-statistique .roulette-nav button.roulette-nav-prev {
transform: rotate(180deg);
}
.module-roulette-statistique .roulette-nav button:hover .chevron {
opacity: 1;
}
.module-roulette-statistique .roulette-nav button:hover .circle {
stroke-dashoffset: 0;
}
.module-roulette-statistique .module-button {
position: absolute;
bottom: 9px;
left: 0;
height: 53px;
}
@media (max-width: 767px) {
.module-roulette-statistique .module-button {
bottom: 0;
transform: translate(-50%, calc(100% + 50px));
left: 50%;
}
}
.module-roulette-statistique .module-button button {
margin-top: 0 !important;
}
.module-roulette-statistique .roulette-text,
.module-roulette-statistique .img-wrapper {
display: none;
}
.module-roulette-statistique .roulette-text-container {
display: flex;
justify-content: flex-end;
gap: 30px;
}
@media (max-width: 1099px) {
.module-roulette-statistique .roulette-text-container {
flex-direction: column;
}
}
@media (max-width: 767px) {
.module-roulette-statistique .roulette-text-container {
align-items: center;
}
}
.module-roulette-statistique .circular-slider {
width: 100%;
height: 100%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: flex-end;
background-color: transparent;
}
.module-roulette-statistique .circular-slider .wrapper {
margin: 0 auto;
display: flex;
justify-content: center;
position: relative;  box-sizing: border-box; padding: 7.5%;
overflow: hidden;
width: 100%;
height: 100%;
}
.module-roulette-statistique .circular-slider .wrapper .controls__left,
.module-roulette-statistique .circular-slider .wrapper .controls__right,
.module-roulette-statistique .circular-slider .wrapper .controls__autoplay {
position: absolute;
z-index: 101;
transition: 0.6s all;
}
.module-roulette-statistique .circular-slider .wrapper .controls__left:hover .icon-wrapper,
.module-roulette-statistique .circular-slider .wrapper .controls__right:hover .icon-wrapper,
.module-roulette-statistique .circular-slider .wrapper .controls__autoplay:hover .icon-wrapper {
font-size: 1.7em;
opacity: 1;
}
.module-roulette-statistique .circular-slider .wrapper .controls__left .icon-wrapper,
.module-roulette-statistique .circular-slider .wrapper .controls__right .icon-wrapper,
.module-roulette-statistique .circular-slider .wrapper .controls__autoplay .icon-wrapper {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
color: #333;
font-size: 1.5em;
opacity: 0.7;
}
.module-roulette-statistique .circular-slider .wrapper .controls__left,
.module-roulette-statistique .circular-slider .wrapper .controls__right {
top: 50%;
}
.module-roulette-statistique .circular-slider .wrapper .controls__left {
left: 0;
transform: translateY(-50%);
}
.module-roulette-statistique .circular-slider .wrapper .controls__left:hover {
left: 0;
}
.module-roulette-statistique .circular-slider .wrapper .controls__right {
right: 0;
transform: translate(0%, -50%);
}
.module-roulette-statistique .circular-slider .wrapper .controls__autoplay {
bottom: 0;
left: 50%;
transform: translate(-50%, 0%);
}
.module-roulette-statistique .circular-slider .wrapper .controls__autoplay_running .pause {
display: block;
}
.module-roulette-statistique .circular-slider .wrapper .controls__autoplay_running .run {
display: none;
}
.module-roulette-statistique .circular-slider .wrapper .controls__autoplay_paused .pause {
display: none;
}
.module-roulette-statistique .circular-slider .wrapper .controls__autoplay_paused .run {
display: block;
}
.module-roulette-statistique .circular-slider .wrapper .slides-holder {
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.2);
transform-origin: center;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
position: relative;
z-index: 100;
width: 100%;
height: 100%;
}
.module-roulette-statistique .circular-slider .wrapper .slides-holder__item {
border-radius: 50%;
border: 2px solid #333;
position: absolute;
box-sizing: border-box;
transform-origin: center;
background-color: white;
transition: 0.3s linear all;
filter: brightness(70%);
cursor: pointer;
}
.module-roulette-statistique .circular-slider .wrapper .slides-holder__item:not(.slides-holder__item_active) {
width: 10px;
height: 10px;
}
.module-roulette-statistique .slides-holder__item > img {
transform: scale(0);
}
.module-roulette-statistique .reveal_anim {
animation-name: reveal;
animation-duration: 1s;
animation-fill-mode: forwards;
animation-delay: 0s;
}
@keyframes reveal {
from {
transform: scale(0);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
.module-roulette-statistique .circular-slider .wrapper .slides-holder__item img {
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.module-roulette-statistique .circular-slider .wrapper .slides-holder__item_active {
filter: brightness(100%);
border: 2px solid transparent;
background-color: transparent;
cursor: initial;
width: 360px;
height: 360px;
}
@media (max-width: 1099px) {
.module-roulette-statistique .circular-slider .wrapper .slides-holder__item_active {
width: 250px;
height: 250px;
}
}
@media (max-width: 767px) {
.module-roulette-statistique .circular-slider .wrapper .slides-holder__item_active {
width: 200px;
height: 200px;
}
}
.module-roulette-statistique .circular-slider .wrapper .no-img {
border: 2px solid #333 !important;
background-color: white !important;
}
.module-roulette-statistique .circular-slider .wrapper .descriptions {
position: absolute;
bottom: 0%;
z-index: 0;
}
.module-roulette-statistique .circular-slider .wrapper .descriptions__item {
width: 100%;
height: 0%;
opacity: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: opacity 0s 0s linear;
}
.module-roulette-statistique .circular-slider .wrapper .descriptions__item_visible {
height: 100%;
opacity: 1;
transition: opacity 0.6s 0s linear;
}
.module-roulette-statistique .circular-slider .wrapper .descriptions__item h1,
.module-roulette-statistique .circular-slider .wrapper .descriptions__item .description {
font-family: Helvetica, sans-serif;
color: white;
text-align: center;
}
.module-roulette-statistique .circular-slider .wrapper .descriptions__item h1 {
font-size: 200%;
padding-top: 5px;
}
.module-roulette-statistique .circular-slider .wrapper .descriptions__item .description {
font-size: 100%;
margin-top: 5px;
padding: 0% 10%;
text-overflow: ellipsis;
overflow-y: hidden;
}
.module-roulette-statistique .slider {
overflow: visible;
}
.module-roulette-statistique .slider .circular-slider {
overflow: visible;
}
.module-roulette-statistique .slider .circular-slider .wrapper {
overflow: visible;
}
@media (max-width: 767px) {
.module-roulette-statistique .roulette-content {
padding-bottom: 140px;
}
}
.module-roulette-statistique .roulette-content .roulette {
display: flex;
width: 100%;
align-items: center;
margin-top: -240px;
}
@media (max-width: 1099px) {
.module-roulette-statistique .roulette-content .roulette {
margin-top: -100px;
}
}
@media (max-width: 767px) {
.module-roulette-statistique .roulette-content .roulette {
position: relative;
margin-top: 100px;
display: block;
}
}
.module-roulette-statistique .roulette-content .roulette .roulette-slider {
position: relative;
height: 750px;
width: 372px;
flex-shrink: 0;
}
@media (max-width: 1099px) {
.module-roulette-statistique .roulette-content .roulette .roulette-slider {
width: 260px;
}
}
@media (max-width: 767px) {
.module-roulette-statistique .roulette-content .roulette .roulette-slider {
height: 530px;
width: 100%;
}
}
.module-roulette-statistique .roulette-content .roulette .roulette-stats {
width: 100%;
margin-top: 100px;
}
@media (max-width: 767px) {
.module-roulette-statistique .roulette-content .roulette .roulette-stats {
position: absolute;
top: 206px;
text-align: center;
margin-top: 0;
}
}
.module-roulette-statistique .roulette-content .roulette .slider {
transform: rotate(270deg);
position: absolute;
height: 100%;
width: 750px;
max-height: 860px;
max-width: 860px;
}
@media (max-width: 767px) {
.module-roulette-statistique .roulette-content .roulette .slider {
transform: rotate(0) translateX(-50%);
height: 860px;
width: 860px;
left: 50%;
}
}
.module-roulette-statistique .btn, .module-roulette-statistique .comment-form input[type=submit], .comment-form .module-roulette-statistique input[type=submit], .module-roulette-statistique .search-form .search-submit, .search-form .module-roulette-statistique .search-submit {
width: max-content;
margin-top: 34px;
}
.module-roulette-statistique .roulette-text .icon-click {
margin-top: 20px;
}
.module-strategie-faq .title {
margin-bottom: 70px;
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
line-height: 1.2;
padding: 0;
}
@media only screen and (max-width: 991px) {
.module-strategie-faq .title {
font-size: 2.5em;
line-height: 50px;
}
}
@media only screen and (max-width: 500px) {
.module-strategie-faq .title {
font-size: 2em;
line-height: 40px;
}
}
@media only screen and (max-width: 991px) {
.module-strategie-faq .title {
margin-bottom: 30px;
}
}
.module-strategie-faq .questions {
margin: 50px 0;
display: flex;
justify-content: space-between;
}
@media (max-width: 767px) {
.module-strategie-faq .questions {
flex-direction: column;
justify-content: flex-start;
}
}
.module-strategie-faq .questions .question h5 {
font-size: 2.125rem;
line-height: 2.5625rem;
font-weight: 700;
}
@media (max-width: 767px) {
.module-strategie-faq .questions .question h5 {
font-size: 1.3125rem;
line-height: 1.5rem;
}
}
@media only screen and (max-width: 768px) {
.module-strategie-faq .questions .question {
font-size: 1.5rem;
}
}
@media only screen and (max-width: 500px) {
.module-strategie-faq .questions .question {
font-size: 1.2em;
}
}
.module-strategie-faq .questions .response {
font-size: 1rem;
color: #868a8c;
}
.module-legend-img section {
padding-top: 10rem;
width: 100%;
}
@media (max-width: 1099px) {
.module-legend-img section {
padding-bottom: 0;
}
}
.module-legend-img .float_right {
padding: 0;
}
.module-legend-img .float_right .img-container {
margin-right: -12.5vw;
}
@media (max-width: 1099px) {
.module-legend-img .float_right .img-container {
margin-right: -20px;
}
}
.module-legend-img .float_left .img-container {
margin-left: -12.5vw;
}
@media (max-width: 1099px) {
.module-legend-img .float_left .img-container {
margin-left: -20px;
}
}
.module-legend-img .col-sm-3 {
flex: 0 0 20.83333%;
max-width: 20.83333%;
}
.module-legend-img .col-sm-6 {
flex: 0 0 41.6%;
max-width: 41.6%;
}
.module-legend-img .theme-red-gradient {
padding-left: 0 !important;
padding-right: 0 !important;
}
.module-legend-img .theme-red-gradient .columns-container {
align-items: center;
}
.module-legend-img .theme-red-gradient ::-webkit-scrollbar {
width: 3px;
}
.module-legend-img .theme-red-gradient ::-webkit-scrollbar-track {
background: transparent;
}
.module-legend-img .theme-red-gradient ::-webkit-scrollbar-thumb {
background: white;
}
.module-legend-img .legend-img-content {
display: flex;
gap: 15px;
}
.marketing-rh .module-legend-img .legend-img-content, .hr-marketing .module-legend-img .legend-img-content, .carrieres .module-legend-img .legend-img-content, .career .module-legend-img .legend-img-content {
align-items: center;
}
@media (max-width: 1099px) {
.module-legend-img .legend-img-content {
display: block;
}
.module-legend-img .legend-img-content .flex-column {
margin-bottom: 30px;
}
}
.module-legend-img .theme-light .legend .paragraph-container .paragraph p, .module-legend-img .theme-light .legend .paragraph-container .paragraph ul {
color: #1a1c23;
opacity: 1;
}
.module-legend-img .theme-light ::-webkit-scrollbar {
width: 20px;
}
.module-legend-img .theme-light ::-webkit-scrollbar-track {
border-left: 10px solid #e5e7e4;
border-right: 10px solid #e5e7e4;
background: #7f7f7f;
}
.module-legend-img .theme-light ::-webkit-scrollbar-thumb {
background: #1a1c23;
border-left: 9px solid #e5e7e4;
border-right: 9px solid #e5e7e4;
}
.module-legend-img .theme-dark ::-webkit-scrollbar {
width: 20px;
}
.module-legend-img .theme-dark ::-webkit-scrollbar-track {
border-left: 10px solid #1a1c23;
border-right: 10px solid #1a1c23;
background: #7f7f7f;
}
.module-legend-img .theme-dark ::-webkit-scrollbar-thumb {
background: white;
border-left: 9px solid #1a1c23;
border-right: 9px solid #1a1c23;
}
.module-legend-img .title {
margin-bottom: 60px;
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
line-height: 1.2;
}
@media only screen and (max-width: 768px) {
.module-legend-img .title {
font-size: 2.5rem;
line-height: 3.125rem;
}
}
@media only screen and (max-width: 500px) {
.module-legend-img .title {
margin-bottom: 40px;
}
}
.module-legend-img .title h5 {
font-size: 1.6rem;
line-height: 35px;
}
@media only screen and (max-width: 768px) {
.module-legend-img .title h5 {
font-size: 1.4rem;
line-height: 30px;
}
}
@media only screen and (max-width: 500px) {
.module-legend-img .title h5 {
font-size: 1.2rem;
line-height: 28px;
}
}
.module-legend-img .legend-img-container {
display: flex;
}
@media (max-width: 767px) {
.module-legend-img .legend-img-container {
flex-direction: column;
}
}
.module-legend-img h5 {
margin-bottom: 2.5rem;
}
.module-legend-img .module-button {
position: relative;
}
.marketing-rh .module-legend-img .module-button, .hr-marketing .module-legend-img .module-button {
margin-top: 20px;
}
.module-legend-img .legend {
position: relative;
}
@media (max-width: 767px) {
.module-legend-img .legend {
margin-top: 20px;
}
}
.module-legend-img .legend h5 {
font-size: clamp(1.5625rem, -1.0625rem + 3.2813vw, 2.875rem);
line-height: clamp(1.875rem, -0.625rem + 3.125vw, 3.125rem);
margin-bottom: 2rem;
}
.marketing-rh .module-legend-img .legend h5, .hr-marketing .module-legend-img .legend h5 {
font-size: 2.8125rem;
line-height: 3.4375rem;
}
@media (max-width: 1099px) {
.module-legend-img .legend h5 {
font-size: 1.375rem;
line-height: 1.5rem;
}
}
.module-legend-img .legend .paragraph-container .paragraph h3 {
font-size: clamp(2.5625rem, 0.1875rem + 2.9688vw, 3.75rem);
}
.carrieres .module-legend-img .legend .paragraph-container .paragraph h3, .career .module-legend-img .legend .paragraph-container .paragraph h3 {
margin-bottom: 30px;
}
.module-legend-img .legend .paragraph-container .paragraph h6 {
font-size: 1.875rem;
line-height: 30px;
}
.module-legend-img .legend .paragraph-container .paragraph p {
padding-right: 5px;
color: white;
opacity: 0.5;
font-size: clamp(0.875rem, 0.125rem + 0.9375vw, 1.25rem);
line-height: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.module-legend-img .module-button {
margin-top: 50px;
}
@media (max-width: 1099px) {
.module-legend-img .module-button {
margin-top: 0;
}
}
.module-legend-img .small-img img {
width: 100%;
}
.module-legend-img .small-img img:last-of-type {
margin-top: 15px;
}
.module-legend-img .big-img {
padding: 0;
}
.module-legend-img .big-img img {
width: 100%;
}
.module-legend-img .big-img img:first-of-type {
padding-bottom: 15px;
}
.module-legend-img a.img-container {
display: block;
overflow: hidden;
}
.module-legend-img a.img-container img {
transition: transform 0.4s ease-out;
}
.module-legend-img a.img-container:hover img {
transform: scale(1.05);
}
.module-legend-img .gridImg-grid {
list-style: none;
display: grid;
grid-template-columns: repeat(3, calc(33.3333333333% - 14px));
grid-auto-rows: auto;
gap: 25px 20px;
padding: 0;
}
.module-legend-img .gridImg-item img {
width: 100%;
height: 100%;
}
.module-legend-img .gridImg-item:first-child {
grid-column: 1;
grid-row: 1;
}
.module-legend-img .gridImg-item:nth-child(2) {
grid-column: 2/4;
grid-row: 1/3;
}
.module-legend-img .gridImg-item:last-child {
grid-column: 1;
grid-row: 2;
}
@media (max-width: 1099px) {
.module-description-button section {
padding-bottom: 0;
}
}
.module-description-button .title {
margin-bottom: 70px;
font-size: 3.5rem;
}
@media only screen and (max-width: 768px) {
.module-description-button .title {
max-width: 100%;
font-size: 3rem;
}
}
@media only screen and (max-width: 500px) {
.module-description-button .title {
font-size: 2.5rem;
}
}
@media only screen and (max-width: 768px) {
.module-description-button .title {
margin-bottom: 50px;
}
}
@media only screen and (max-width: 500px) {
.module-description-button .title {
margin-bottom: 30px;
}
}
.module-description-button .description_left,
.module-description-button .description_right {
margin-bottom: 70px;
font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
.module-description-button .description_left,
.module-description-button .description_right {
font-size: 2rem;
}
}
@media only screen and (max-width: 500px) {
.module-description-button .description_left,
.module-description-button .description_right {
font-size: 1.8rem;
}
}
@media only screen and (max-width: 768px) {
.module-description-button .description_left,
.module-description-button .description_right {
margin-bottom: 50px;
}
}
@media only screen and (max-width: 500px) {
.module-description-button .description_left,
.module-description-button .description_right {
margin-bottom: 30px;
}
}
.module-description-button .description_right .module-button {
margin-top: 25px;
}
.marketing-rh .module-description-button .description_right p, .marketing-numerique .module-description-button .description_right p, .hr-marketing .module-description-button .description_right p, .web-marketing .module-description-button .description_right p {
font-size: clamp(1rem, 0.125rem + 1.0938vw, 1.4375rem);
font-weight: 500;
line-height: 1.2;
margin-bottom: 25px;
color: #181C21;
}
.marketing-rh .module-description-button .description_right ul li, .marketing-numerique .module-description-button .description_right ul li, .hr-marketing .module-description-button .description_right ul li, .web-marketing .module-description-button .description_right ul li {
font-size: clamp(1rem, 0.125rem + 1.0938vw, 1.4375rem);
line-height: 1.2;
color: #000;
font-weight: 400;
}
.marketing-rh .module-description-button .description_right ul li:not(:last-child), .marketing-numerique .module-description-button .description_right ul li:not(:last-child), .hr-marketing .module-description-button .description_right ul li:not(:last-child), .web-marketing .module-description-button .description_right ul li:not(:last-child) {
margin-bottom: 10px;
}
.module-example-list .thumbnails {
padding-top: 70px;
padding-bottom: 120px;
}
.module-example-list .thumbnails img {
width: 100%;
}
.module-example-list .thumbnails h5 {
padding: 15px 0;
}
.module-example-list .thumbnails a {
text-decoration: underline;
font-weight: bold;
}
.module-central-img .title {
padding-left: 3rem;
padding-right: 3rem;
width: 100%;
}
.module-central-img .title h2 {
margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
.module-central-img .title {
padding-left: 2rem;
padding-right: 2rem;
}
}
.module-central-img .img-regular-width {
padding-left: 3rem;
padding-right: 3rem;
}
@media only screen and (max-width: 768px) {
.module-central-img .img-regular-width {
padding-left: 2rem;
padding-right: 2rem;
}
}
.module-central-img .img-legend {
padding: 80px 0 50px;
font-size: 3.1rem;
margin: 0;
}
@media (max-width: 767px) {
.module-central-img .img-legend {
padding: 20px 0 0;
font-size: 1.4rem;
}
}
.page-conception-web .module-central-img .img-legend {
font-size: 4.7rem;
}
.module-central-img img {
width: 100%;
}
.module-central-img .container {
z-index: 2;
position: relative;
}
.module-central-img .full-width-container {
margin: 0;
width: 100%;
max-width: none;
padding: 0;
}
.module-central-img .full-width-light {
background-color: #e5e7e4;
}
.module-central-img .full-width-dark {
background-color: #1a1c23;
}
.module-titre-logo section {
padding: 320px 0 50px !important;
width: 100%;
}
@media (max-width: 1099px) {
.module-titre-logo section {
padding: 90px 0 0 !important;
}
}
.module-titre-logo .title {
margin-bottom: 30px;
}
.module-titre-logo .title h1 {
font-size: 4.625rem;
line-height: 4.1875rem;
gap: 15px;
}
@media (max-width: 1399px) {
.module-titre-logo .title h1 {
font-size: 3.25rem;
line-height: 3.25rem;
}
}
@media (max-width: 767px) {
.module-titre-logo .title h1 {
font-size: 2.625rem;
line-height: 2.625rem;
flex-direction: column;
align-items: center;
text-align: center;
}
}
.module-titre-logo .title > div {
gap: 20px;
}
.module-titre-logo .title p {
padding-top: 10px;
font-size: 1.4375rem;
font-weight: 600;
line-height: 1.8rem;
color: white;
}
@media (max-width: 1399px) {
.module-titre-logo .title p {
font-size: 1.125rem;
}
}
@media (max-width: 767px) {
.module-titre-logo .title p {
text-align: center;
}
}
.module-titre-logo .title .title-icon {
width: 56px;
height: 56px;
padding-left: 0 !important;
}
.module-titre-logo .title .title-icon::before {
left: 0;
width: 100%;
height: 100%;
}
.module-titre-logo-3d section {
padding: 70px 0rem 50px !important;
width: 100%;
}
.module-titre-logo-3d section .turn_logo {
position: relative;
width: 100%;
}
.module-titre-logo-3d h3 {
font-size: clamp(1.8125rem, 0.3125rem + 1.875vw, 2.5625rem);
text-align: right;
}
@media (max-width: 1099px) {
.module-titre-logo-3d h3 {
text-align: left;
}
}
@media only screen and (max-width: 768px) {
.module-titre-logo-3d h3 {
font-size: 3.625rem;
}
}
@media only screen and (max-width: 500px) {
.module-titre-logo-3d h3 {
font-size: 2.625rem;
}
}
.module-titre-logo-3d p {
font-size: 1.125rem;
padding-top: 10px;
font-weight: 600;
margin-bottom: 32px;
text-align: right;
color: #8B9AA9;
}
@media (max-width: 1099px) {
.module-titre-logo-3d p {
text-align: left;
}
}
.module-titre-logo-3d .share_button {
display: flex;
justify-content: flex-end;
}
@media (max-width: 1099px) {
.module-titre-logo-3d .share_button {
justify-content: flex-start;
}
}
.module-titre-logo-3d .share_button .wikibox {
position: relative;
font-size: 1rem;
display: flex;
flex-direction: row-reverse;
margin: 0;
padding: 14px 20px;
padding-left: 30px !important;
text-align: center;
}
.module-titre-logo-3d .share_button .wikibox::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/crowd.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/crowd.svg);
background-color: #fff;
position: relative;
width: 24px;
height: 24px;
display: block;
margin: auto;
margin-left: 10px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
.module-titre-logo-3d .share_button .wikibox:hover::before {
content: "";
background-color: #313339;
}
.module-titre-logo-3d .flex-container {
display: flex;
gap: 90px;
justify-content: center;
align-items: center;
}
.module-titre-logo-3d .flex-container .image-3d {
display: none;
}
@media (max-width: 1099px) {
.module-titre-logo-3d .flex-container {
flex-direction: column;
}
.page-template-template-calculateur-de-prix .module-titre-logo-3d .flex-container {
gap: 60px;
}
.page-template-template-calculateur-de-prix .module-titre-logo-3d .flex-container .image-3d {
display: block;
}
.module-titre-logo-3d .flex-container .wrapper-logo3D {
display: none;
}
}
.module-titre-logo-3d .btn, .module-titre-logo-3d .comment-form input[type=submit], .comment-form .module-titre-logo-3d input[type=submit], .module-titre-logo-3d .search-form .search-submit, .search-form .module-titre-logo-3d .search-submit {
padding: 40px;
padding-left: 0 !important;
}
.module-titre-logo-3d .btn::before, .module-titre-logo-3d .comment-form input[type=submit]::before, .comment-form .module-titre-logo-3d input[type=submit]::before, .module-titre-logo-3d .search-form .search-submit::before, .search-form .module-titre-logo-3d .search-submit::before {
left: 0;
width: 4em;
height: 3em;
margin-top: -1.3em;
}
.module-dynamic-portfolio section {
padding: 0;
padding-top: 0 !important;
overflow: initial !important;
}
.module-dynamic-portfolio .container {
display: flex;
justify-content: space-between;
width: 100%;
gap: 30px;
}
@media (max-width: 767px) {
.module-dynamic-portfolio .container {
flex-direction: column;
gap: 50px;
padding-top: 87px;
}
}
.module-dynamic-portfolio .hero-image {
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
background-color: #fff;
}
@media (max-width: 767px) {
.module-dynamic-portfolio .hero-image {
height: auto;
}
}
.module-dynamic-portfolio .media-banner {
max-width: clamp(378px, 55%, 900px);
order: 2;
align-self: center;
}
@media (max-width: 1399px) {
.module-dynamic-portfolio .media-banner {
max-height: 500px;
}
}
@media (max-width: 1099px) {
.module-dynamic-portfolio .media-banner {
max-width: clamp(280px, 50%, 378px);
max-height: none;
}
}
@media (max-width: 767px) {
.module-dynamic-portfolio .media-banner {
order: initial;
max-width: 357px;
width: 100%;
}
}
.module-dynamic-portfolio .hero-text {
position: static;
color: #fff;
text-align: left;
align-self: center;
}
.module-dynamic-portfolio .hero-text img {
max-width: clamp(420px, 5vw, 500px);
}
@media (max-width: 767px) {
.module-dynamic-portfolio .hero-text img {
max-width: 100%;
}
}
.module-dynamic-portfolio .hero-text h1 {
max-width: 890px;
font-size: clamp(60px, 5vw, 120px);
line-height: clamp(70px, 5.5vw, 120px);
}
@media (max-width: 767px) {
.module-dynamic-portfolio .hero-text h1 {
max-width: none;
}
}
.module-dynamic-portfolio .hero-text p {
max-width: 450px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
margin-top: 30px;
}
@media (max-width: 767px) {
.module-dynamic-portfolio .hero-text p {
max-width: none;
}
}
.module-dynamic-portfolio .container-slider {
padding-top: 66px;
padding-bottom: 116px;
}
.module-dynamic-portfolio .container-slider .column-info {
flex: 40%;
}
.module-dynamic-portfolio .container-slider .column-media {
flex: 60%;
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.module-dynamic-portfolio .container-slider .column-media .large {
position: relative;
flex: 100%;
}
.module-dynamic-portfolio .container-slider .column-media .medium {
position: relative;
flex: calc(50% - 15px);
}
.module-dynamic-portfolio .container-slider .column-media img {
width: 100%;
}
.module-dynamic-portfolio .container-slider .column-media .video.large {
aspect-ratio: 16/9;
}
.module-dynamic-portfolio .container-slider .column-media .video.medium {
aspect-ratio: 1/1;
}
.module-dynamic-portfolio .container-slider .column-media .video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.module-dynamic-portfolio .fix_content {
position: sticky;
top: 40px;
height: min-content;
}
.module-dynamic-portfolio .module-title-dynamic h1 {
margin: 0;
padding: 0;
font-weight: 400;
font-size: clamp(40px, 5vw, 60px);
line-height: clamp(40px, 5vw, 64px);
margin-bottom: 40px;
}
.module-dynamic-portfolio .module-title-dynamic .description {
font-weight: 400;
font-size: 16px;
line-height: normal;
margin-bottom: 60px;
}
.module-dynamic-portfolio hr {
width: 80%;
margin: 20px 0;
border-top: 1px solid;
}
@media screen and (max-width: 1441px) {
.module-dynamic-portfolio hr {
width: 100%;
}
}
.module-dynamic-portfolio .links {
margin-bottom: 60px;
}
.module-dynamic-portfolio .links ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.module-dynamic-portfolio .links ul li a {
position: relative;
padding-left: 25px;
font-size: 18px;
line-height: 22px;
}
.module-dynamic-portfolio .links ul li a:hover {
text-decoration: none;
cursor: pointer;
opacity: 0.6;
}
.module-dynamic-portfolio .links ul li a:hover::before {
opacity: 0.6;
}
.module-dynamic-portfolio .links ul li a::before {
top: 0;
bottom: 4px;
left: 0;
height: 24px;
width: 24px;
margin: auto;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: 50% 60%;
mask-position: 50% 60%;
}
.module-dynamic-portfolio .links ul li p {
position: relative;
font-size: 18px;
line-height: 22px;
margin-bottom: 10px !important;
}
.module-dynamic-portfolio .portfolio-hasProject {
margin-top: 50px;
}
.module-dynamic-portfolio .context-buttons {
width: 80%;
display: flex;
justify-content: space-between;
margin-top: 50px;
}
@media (max-width: 767px) {
.module-dynamic-portfolio .context-buttons {
display: none;
}
}
.module-dynamic-portfolio .context-buttons.mobile {
display: none;
}
@media (max-width: 767px) {
.module-dynamic-portfolio .context-buttons.mobile {
display: flex;
margin-top: 20px;
}
}
@media screen and (max-width: 1441px) {
.module-dynamic-portfolio .context-buttons {
width: 100%;
}
}
.module-dynamic-portfolio .context-buttons a.button_left {
position: relative;
padding-left: 55px;
transition: opacity 0.25s ease;
}
@media screen and (max-width: 1441px) {
.module-dynamic-portfolio .context-buttons a.button_left {
padding-left: 48px;
}
}
.module-dynamic-portfolio .context-buttons a.button_left::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/leftarrow.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/leftarrow.svg);
position: absolute;
top: 0;
bottom: 0px;
left: 0;
height: 48px;
width: 48px;
margin: auto;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: 50% 60%;
mask-position: 50% 60%;
background: currentColor;
}
@media screen and (max-width: 1441px) {
.module-dynamic-portfolio .context-buttons a.button_left::before {
width: 40px;
}
}
.module-dynamic-portfolio .context-buttons a.button_left:hover {
text-decoration: none;
opacity: 0.6;
}
.module-dynamic-portfolio .context-buttons a.button_right {
position: relative;
padding-right: 55px;
transition: opacity 0.25s ease;
}
@media screen and (max-width: 1441px) {
.module-dynamic-portfolio .context-buttons a.button_right {
padding-right: 48px;
}
}
.module-dynamic-portfolio .context-buttons a.button_right::after {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/rightarrow.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/rightarrow.svg);
position: absolute;
top: 0;
bottom: 0px;
right: 0;
height: 48px;
width: 48px;
margin: auto;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: 50% 60%;
mask-position: 50% 60%;
background: currentColor;
}
@media screen and (max-width: 1441px) {
.module-dynamic-portfolio .context-buttons a.button_right::after {
width: 40px;
}
}
.module-dynamic-portfolio .context-buttons a.button_right:hover {
text-decoration: none;
opacity: 0.6;
}
.module-dynamic-portfolio .button-wrapper {
display: flex;
flex-direction: column;
}
.module-dynamic-portfolio .button-wrapper button {
color: #181c21;
text-align: left;
width: max-content;
padding-left: 3rem;
}
.module-dynamic-portfolio .button-wrapper button::before {
background-color: #181c21;
left: 0;
}
.module-dynamic-portfolio .button-wrapper button:focus {
outline: none;
box-shadow: none;
}
#main .module-hero-image-video section {
padding: 0;
padding-top: 0 !important;
}
@media (max-width: 767px) {
#main .module-hero-image-video section {
padding: 50px 0 !important;
}
}
#main .module-hero-image-video .text_relative h1 {
font-style: normal;
font-weight: 700;
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
line-height: clamp(4.125rem, 0.375rem + 4.6875vw, 6rem);
color: #f6f6f6;
margin-bottom: 100px;
}
#main .module-hero-image-video .text_relative p {
font-style: normal;
font-weight: 700;
font-size: clamp(1.875rem, -1.875rem + 4.6875vw, 3.75rem);
line-height: clamp(2.25rem, -1.5rem + 4.6875vw, 4.125rem);
color: #f6f6f6;
margin-bottom: 100px;
}
#main .module-hero-image-video .text_relative p.sub-heading {
font-family: "Adobe Garamond", "EB Garamond", serif;
font-style: italic;
font-weight: 400;
font-size: clamp(25px, 5vw, 35px);
line-height: clamp(32px, 5.5vw, 42px);
color: #a60a17;
margin-bottom: 0;
}
@media (max-width: 767px) {
.a-propos #main .module-hero-image-video .text_relative p,
#main .module-hero-image-video .text_relative p .about {
margin-bottom: 50px;
}
}
#main .module-hero-image-video .hero-image.mobile {
display: none;
}
@media (max-width: 767px) {
#main .module-hero-image-video .hero-image.mobile {
display: block;
}
#main .module-hero-image-video .hero-image.mobile + .hero-image {
display: none;
}
}
#main .module-hero-image-video .hero-image {
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
background-color: black;
}
#main .module-hero-image-video .hero-image.parallax {
height: 60vh !important;
background-attachment: fixed;
background-position: top center;
}
@supports (-webkit-touch-callout: none) {
#main .module-hero-image-video .hero-image.parallax {
height: 100vh !important;
background-position: center top;
background-attachment: scroll;
background-size: auto 100vh;
}
}
.a-propos #main .module-hero-image-video .hero-image,
#main .module-hero-image-video .hero-image .about {
background-color: transparent;
}
@media (max-width: 1099px) {
.a-propos #main .module-hero-image-video .hero-image,
#main .module-hero-image-video .hero-image .about {
height: calc(100vw - 40px);
}
}
#main .module-hero-image-video .hero-text {
position: absolute;
width: 72%;
height: 80%;
left: 1.3%;
right: 0%;
top: 34%;
bottom: 50%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: left;
}
#main .module-hero-image-video .hero-text img {
max-width: 500px;
max-width: clamp(420px, 5vw, 500px);
}
#main .module-hero-image-video .hero-text h1 {
max-width: 890px;
font-size: clamp(60px, 5vw, 120px);
line-height: clamp(70px, 5.5vw, 120px);
}
#main .module-hero-image-video .hero-text p {
max-width: 540px;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
margin-top: 30px;
opacity: 0.6;
}
#main .module-hero-image-video #cursor_custom {
border-radius: 50%;
text-align: center;
vertical-align: middle;
line-height: 50px;
width: 109px;
height: auto;
color: black;
background: transparent;
position: absolute;
cursor: none !important;
transform: translate(-50%, -50%);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
#main .module-hero-image-video .embed-container {
width: 100%;
height: 100%;
display: table;
margin: auto;
position: relative;
padding-top: 56%;
}
#main .module-hero-image-video .embed-container iframe {
display: block;
background: #1a1c23;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 12px;
}
#main .module-hero-image-video .overlay {
position: absolute;
display: block;
height: 100%;
z-index: 100;
cursor: none !important;
}
#main .module-hero-image-video .hidden-cursor {
display: none;
}
#main .module-apropos-employes section {
padding-bottom: 5%;
}
#main .module-apropos-employes .container_text {
margin-bottom: 4rem;
}
#main .module-apropos-employes .container_text h1 {
font-style: normal;
font-weight: 700;
font-size: clamp(60px, 5vw, 90px);
line-height: clamp(65px, 5.5vw, 95px);
color: #181C21;
margin-bottom: 4rem;
}
#main .module-apropos-employes .container_text p {
color: #181C21;
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 5vw, 54px);
line-height: clamp(53px, 5.5vw, 67px);
}
#main .module-apropos-employes .container_profiles {
margin-bottom: 100px;
}
@media (max-width: 767px) {
#main .module-apropos-employes .container_profiles {
margin-bottom: 70px;
}
}
#main .module-apropos-employes .container_profiles .sub-heading {
font-family: "Adobe Garamond", "EB Garamond", serif;
font-style: italic;
font-weight: 400;
font-size: clamp(25px, 5vw, 35px);
line-height: clamp(32px, 5.5vw, 42px);
color: #A60A17;
margin-bottom: 45px;
}
#main .module-apropos-employes .container_profiles .profiles .slick-arrow {
position: absolute;
top: -10%;
}
#main .module-apropos-employes .container_profiles .profiles .slick-arrow.slick-prev {
left: initial;
right: 96px;
}
#main .module-apropos-employes .container_profiles .profiles .slick-arrow.slick-prev::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_left_slide.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_left_slide.svg);
background-color: #181C21;
width: 48px;
height: 48px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
#main .module-apropos-employes .container_profiles .profiles .slick-arrow.slick-next {
right: 40px;
}
#main .module-apropos-employes .container_profiles .profiles .slick-arrow.slick-next::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_right_slide.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_right_slide.svg);
background-color: #181C21;
width: 48px;
height: 48px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
#main .module-apropos-employes .container_profiles .profiles .card {
background-color: transparent;
border: none;
}
#main .module-apropos-employes .container_profiles .profiles .card .card-body {
padding: 1.5rem 0 0;
}
#main .module-apropos-employes .container_profiles .profiles .card .card-body .card-title {
font-style: normal;
font-weight: 700;
font-size: 45px;
line-height: 54px;
color: #181C21;
margin-bottom: 0.5rem;
}
#main .module-apropos-employes .container_profiles .profiles .card .card-body .card-subtitle {
font-style: normal;
font-weight: 500;
font-size: 23px;
line-height: 27px;
color: rgba(0, 0, 0, 0.5);
}
#main .module-apropos-employes .container_profiles .profiles .card .card-body .card-text {
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 23px;
color: #181C21;
margin-top: 22px;
}
#main .module-text-images-type-blog section {
padding: 0;
padding-top: 0 !important;
overflow: initial;
}
.single #main .module-text-images-type-blog .large_video img {
height: 100%;
object-fit: cover;
}
#main .module-text-images-type-blog .link_blog_extern {
display: flex;
align-items: center;
color: #a60a17;
}
#main .module-text-images-type-blog .link_blog_extern::after {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/right-arrow-single.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/right-arrow-single.svg);
background-color: #a60a17;
width: 25px;
height: 25px;
display: block;
margin-left: 10px;
}
#main .module-multi-columns-text section {
padding: 0;
padding-top: 0 !important;
overflow: initial;
}
#main .module-multi-columns-text section .title_single_blog {
font-size: 3rem;
line-height: 3.2rem;
margin-bottom: 60px;
}
#main .module-multi-columns-text section .content_text {
column-count: 4;
column-gap: 40px;
margin-bottom: 60px;
}
@media (max-width: 1024px) {
#main .module-multi-columns-text section .content_text {
column-count: 2 !important;
}
}
@media (max-width: 524px) {
#main .module-multi-columns-text section .content_text {
column-count: 1 !important;
}
}
#main .module-little-gallery section {
padding: 0;
padding-top: 0 !important;
padding-bottom: 5rem;
overflow: initial;
}
#main .module-little-gallery section .title_single_blog {
font-size: 3rem;
line-height: 3.2rem;
margin-bottom: 60px;
}
#main .module-little-gallery section .posts_image4 {
display: grid;
grid-template-columns: 3fr repeat(4, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
max-height: 800px;
}
#main .module-little-gallery section .posts_image4 .div0 {
grid-area: 1/1/7/2;
}
#main .module-little-gallery section .posts_image4 .div1 {
grid-area: 1/2/4/4;
}
#main .module-little-gallery section .posts_image4 .div2 {
grid-area: 1/4/4/6;
}
#main .module-little-gallery section .posts_image4 .div3 {
grid-area: 4/2/7/6;
}
#main .module-little-gallery section .posts_image3 {
display: grid;
grid-template-columns: 3fr repeat(4, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
max-height: 800px;
}
#main .module-little-gallery section .posts_image3 .div0 {
grid-area: 1/1/7/2;
}
#main .module-little-gallery section .posts_image3 .div1 {
grid-area: 1/2/4/6;
}
#main .module-little-gallery section .posts_image3 .div2 {
grid-area: 4/2/7/6;
}
#main .module-little-gallery section .posts_image2 {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
max-height: 800px;
}
#main .module-little-gallery section .posts_image2 .div0 {
grid-area: 1/1/7/4;
}
#main .module-little-gallery section .posts_image2 .div1 {
grid-area: 1/4/7/7;
}
#main .module-little-gallery section .posts_image1 {
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
max-height: 800px;
}
#main .module-little-gallery section .posts_image1 .div0 {
grid-area: 1/1/7/7;
}
#main .module-little-gallery section .img-fluid, #main .module-little-gallery section .wp-caption img, .wp-caption #main .module-little-gallery section img {
max-width: 100%;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#main .module-web-gallery section {
padding: 0;
padding-top: 0 !important;
padding-bottom: 5rem;
overflow: initial;
}
#main .module-web-gallery section .title_single_blog {
font-size: 3rem;
line-height: 3.2rem;
margin-bottom: 60px;
}
#main .module-web-gallery section .img-fluid, #main .module-web-gallery section .wp-caption img, .wp-caption #main .module-web-gallery section img {
max-width: 100%;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#main .module-content-two-blocks section {
padding: 0;
padding-top: 5rem;
padding-bottom: 5rem;
overflow: initial;
}
@media (max-width: 767px) {
.page-template-template-calculateur-de-prix #main .module-content-two-blocks section {
padding-top: 0;
padding-bottom: 0;
}
}
#main .module-content-two-blocks section .top_title {
font-weight: 700;
font-size: 70px;
line-height: 75px;
margin-bottom: 60px;
}
#main .module-content-two-blocks section .title_single_blog {
font-size: 3rem;
line-height: 3.2rem;
margin-bottom: 32px;
}
#main .module-content-two-blocks section .content_text ol.list li {
color: #181C21;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 34px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 12px;
margin-left: 6px;
}
#main .module-content-two-blocks section .content_text ol.list li::marker {
color: #DA404C;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 34px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#main .module-content-two-blocks section .content_text ol.list ul li {
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 2;
margin-bottom: 0;
margin-left: 0;
padding-left: 8px;
}
#main .module-content-two-blocks section .content_text ol.list ul li::marker {
color: #DA404C;
content: "►";
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#main .module-content-two-blocks section .content_text .reserver.mobile {
display: none;
}
@media (max-width: 768px) {
#main .module-content-two-blocks section .content_text .reserver.mobile {
display: block;
margin-top: 40px;
}
}
@media (max-width: 767px) {
#main .module-content-two-blocks section .content_text {
margin-bottom: 70px;
}
}
#main .module-content-two-blocks section .content_text p {
font-size: 1rem;
line-height: 1.2;
}
@media screen and (max-width: 768px) {
#main .module-content-two-blocks section .content_text p {
display: flex;
justify-content: center;
align-items: center;
}
}
#main .module-content-two-blocks section .content_text p .btn[class*=icon-], .comment-form #main .module-content-two-blocks section .content_text p input[class*=icon-][type=submit], .search-form #main .module-content-two-blocks section .content_text p [class*=icon-].search-submit,
#main .module-content-two-blocks section .content_text p .search-form [class*=icon-].search-submit,
#main .module-content-two-blocks section .content_text p .comment-form input[class*=icon-][type=submit] {
padding: 0.75rem 1rem !important;
padding-left: 3.5rem !important;
}
#main .module-content-two-blocks section .content_text p img {
max-width: 500px;
width: 100%;
margin-top: 30px;
}
#main .module-content-two-blocks section .content_text p img.image_right {
max-width: 100%;
margin-top: -50px;
margin-left: -24%;
}
@media screen and (max-width: 1441px) {
#main .module-content-two-blocks section .content_text p img.image_right {
margin-left: -12%;
}
}
@media screen and (max-width: 1441px) {
#main .module-content-two-blocks section .content_text p img.image_right {
margin-left: -12%;
}
}
@media screen and (max-width: 1099px) {
#main .module-content-two-blocks section .content_text p img.image_right {
margin-left: 0%;
}
}
#main .module-content-two-blocks section .content_text p span {
display: flex;
align-items: center;
margin: 8px 0;
}
#main .module-content-two-blocks section .content_text p span:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/ckeck_list.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#main .module-content-two-blocks section .content_text h2 {
margin-bottom: 32px;
}
#main .module-content-two-blocks section .content_text .btn-burgundy {
margin-top: 120px;
}
@media screen and (max-width: 1441px) {
#main .module-content-two-blocks section .content_text .btn-burgundy {
margin-top: 60px;
}
}
#main .module-content-two-blocks section hr {
border: 0;
border-left: 2px solid rgba(0, 0, 0, 0.4);
margin: 2rem;
height: initial;
}
#main .module-content-two-blocks section .content_text_multi_col {
padding: 0;
}
@media screen and (max-width: 767px) {
#main .module-content-two-blocks section .content_text_multi_col {
padding: 20px 0;
}
}
#main .module-content-two-blocks section .content_text_multi_col .bg_color_text {
background: linear-gradient(270deg, #DA404C 0%, rgba(246, 246, 246, 0) 100%);
display: flex;
justify-content: center;
align-items: center;
padding-top: 45px;
padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
#main .module-content-two-blocks section .content_text_multi_col .bg_color_text {
background: none;
}
}
#main .module-content-two-blocks section .content_text_multi_col .bg_color_text .bg_color_text_inside {
max-width: 490px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
@media (max-width: 1099px) {
#main .module-content-two-blocks section .content_text_multi_col .bg_color_text .bg_color_text_inside {
align-items: center;
}
}
#main .module-content-two-blocks section .content_text_multi_col .bg_color_text .bg_color_text_inside h3 {
color: #000;
text-align: right;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
line-height: 1.05;
font-size: clamp(40px, 4vw, 68px);
}
@media (max-width: 1099px) {
#main .module-content-two-blocks section .content_text_multi_col .bg_color_text .bg_color_text_inside h3 {
text-align: center;
}
}
#main .module-content-two-blocks section .content_text_multi_col .bg_color_text .bg_color_text_inside p .btn, #main .module-content-two-blocks section .content_text_multi_col .bg_color_text .bg_color_text_inside p .comment-form input[type=submit], .comment-form #main .module-content-two-blocks section .content_text_multi_col .bg_color_text .bg_color_text_inside p input[type=submit], #main .module-content-two-blocks section .content_text_multi_col .bg_color_text .bg_color_text_inside p .search-form .search-submit, .search-form #main .module-content-two-blocks section .content_text_multi_col .bg_color_text .bg_color_text_inside p .search-submit {
padding: 0.75rem 1.2rem;
padding-left: 4.2rem;
}
#main .module-content-two-blocks section .content_text_multi_col.column1 p {
column-count: 1;
}
#main .module-content-two-blocks section .content_text_multi_col.column1 p img {
max-width: 500px;
width: 100%;
margin-top: 30px;
}
#main .module-content-two-blocks section .content_text_multi_col.column2 p {
column-count: 2;
}
#main .module-content-two-blocks section .content_text_multi_col.column3 p {
column-count: 3;
}
#main .module-content-two-blocks section .content_text_multi_col.column4 p {
column-count: 4;
}
#main .module-content-two-blocks section .content_text_multi_col p {
font-size: 1rem;
line-height: 1.6rem;
}
@media (max-width: 524px) {
#main .module-content-two-blocks section .content_text_multi_col p {
column-count: 1 !important;
}
}
#main .module-content-two-blocks section .content_text_multi_col h2 {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
#main .module-content-two-blocks section .content_text_multi_col h2 {
margin-bottom: 30px;
text-align: center;
}
}
#main .module-content-two-blocks section .content_text_multi_col button.reserver {
padding: 0.75rem 2rem;
}
@media (max-width: 768px) {
#main .module-content-two-blocks section .content_text_multi_col button.reserver.desktop {
display: none;
}
}
#main .module-content-two-blocks-title section {
padding: 0;
padding-top: 5rem;
padding-bottom: 5rem;
overflow: initial;
}
#main .module-content-two-blocks-title section .principal_title {
text-align: center;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: clamp(40px, 4vw, 90px);
font-style: normal;
font-weight: 700;
line-height: 1.2;
margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
#main .module-content-two-blocks-title section .principal_title {
padding-top: 70px;
}
}
#main .module-content-two-blocks-title section .principal_title strong {
color: #DA404C;
font-family: "Adobe Garamond", "EB Garamond", serif;
font-size: clamp(54px, 4vw, 104px);
font-style: italic;
font-weight: 600;
line-height: 1.2;
}
@media (max-width: 767px) {
.page-template-template-calculateur-de-prix #main .module-content-two-blocks-title section {
padding-top: 0;
padding-bottom: 0;
}
}
#main .module-content-two-blocks-title section .top_title {
font-weight: 700;
font-size: 70px;
line-height: 75px;
margin-bottom: 60px;
}
#main .module-content-two-blocks-title section .title_single_blog {
font-size: 3rem;
line-height: 3.2rem;
margin-bottom: 32px;
}
#main .module-content-two-blocks-title section .content_text {
margin-top: 100px;
margin-left: -60px;
}
@media screen and (max-width: 1200px) {
#main .module-content-two-blocks-title section .content_text {
margin-left: 0px;
}
}
@media screen and (max-width: 768px) {
#main .module-content-two-blocks-title section .content_text {
margin-top: 80px;
}
}
#main .module-content-two-blocks-title section .content_text p {
font-size: 1rem;
line-height: 1.2;
margin-bottom: 0;
}
#main .module-content-two-blocks-title section .content_text p.name {
color: #000;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 0;
}
#main .module-content-two-blocks-title section .content_text p.poste {
color: #000;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 23px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 0;
}
#main .module-content-two-blocks-title section .content_text p.compagnie {
color: #DA404C; font-family: "Gilroy", "Spartan", sans-serif;
font-size: 23px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 20px;
}
#main .module-content-two-blocks-title section .content_text p.text {
color: #000; font-family: "Gilroy", "Spartan", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
}
#main .module-content-two-blocks-title section .content_text p .btn[class*=icon-], .comment-form #main .module-content-two-blocks-title section .content_text p input[class*=icon-][type=submit], .search-form #main .module-content-two-blocks-title section .content_text p [class*=icon-].search-submit,
#main .module-content-two-blocks-title section .content_text p .search-form [class*=icon-].search-submit,
#main .module-content-two-blocks-title section .content_text p .comment-form input[class*=icon-][type=submit] {
padding: 0.75rem 1rem !important;
padding-left: 3.5rem !important;
}
#main .module-content-two-blocks-title section .content_text p img {
max-width: 500px;
width: 100%;
margin-top: 30px;
}
#main .module-content-two-blocks-title section .content_text p span {
display: flex;
align-items: center;
}
#main .module-content-two-blocks-title section .content_text p span:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/ckeck_list.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#main .module-content-two-blocks-title section .content_text h2 {
margin-bottom: 32px;
}
#main .module-content-two-blocks-title section .content_text .btn-burgundy {
margin-top: 120px;
}
@media screen and (max-width: 1441px) {
#main .module-content-two-blocks-title section .content_text .btn-burgundy {
margin-top: 60px;
}
}
#main .module-content-two-blocks-title section hr {
border: 0;
border-left: 2px solid rgba(0, 0, 0, 0.4);
margin: 2rem;
height: initial;
}
#main .module-content-two-blocks-title section .content_text_multi_col.column1 p {
column-count: 1;
}
#main .module-content-two-blocks-title section .content_text_multi_col.column1 p img {
width: 100%;
margin-top: 30px;
}
#main .module-content-two-blocks-title section .content_text_multi_col.column2 p {
column-count: 2;
}
#main .module-content-two-blocks-title section .content_text_multi_col.column3 p {
column-count: 3;
}
#main .module-content-two-blocks-title section .content_text_multi_col.column4 p {
column-count: 4;
}
#main .module-content-two-blocks-title section .content_text_multi_col p {
font-size: 1rem;
line-height: 1.6rem;
}
@media (max-width: 524px) {
#main .module-content-two-blocks-title section .content_text_multi_col p {
column-count: 1 !important;
}
}
#main .module-content-two-blocks-title section .content_text_multi_col h2 {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
#main .module-content-two-blocks-title-images .principal_title {
text-align: center;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: clamp(40px, 4vw, 68px);
font-style: normal;
font-weight: 700;
line-height: 1.2;
margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
#main .module-content-two-blocks-title-images .principal_title {
padding-top: 30px;
font-size: clamp(32px, 4vw, 48px);
}
}
#main .module-content-two-blocks-title-images .principal_title strong {
color: #DA404C;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: clamp(54px, 4vw, 104px);
font-style: normal;
font-weight: 600;
line-height: 1.2;
}
@media screen and (max-width: 768px) {
#main .module-content-two-blocks-title-images .principal_title strong {
font-size: clamp(40px, 4vw, 60px);
}
}
.page-template-template-calculateur-de-prix #noise-page {
display: none;
}
#main .module-content-testimoniel-blocks section {
padding: 0;
padding-top: 1rem;
padding-bottom: 1rem;
overflow: initial;
}
#main .module-content-testimoniel-blocks section .principal_title {
text-align: center;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 90px;
font-style: normal;
font-weight: 700;
line-height: 94.8px;
margin-bottom: 40px;
}
#main .module-content-testimoniel-blocks section .principal_title strong {
color: #DA404C;
font-family: "Adobe Garamond", "EB Garamond", serif;
font-size: 104px;
font-style: italic;
font-weight: 600;
line-height: 94.8px;
}
#main .module-content-testimoniel-blocks section .module-button {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#main .module-content-testimoniel-blocks section .testimoniel {
border-left: 3px solid #DA404C;
margin-bottom: 60px;
display: flex;
flex-direction: column;
}
#main .module-content-testimoniel-blocks section .testimoniel .testimonial {
display: flex;
gap: 10px;
justify-content: flex-start;
align-items: flex-start;
}
#main .module-content-testimoniel-blocks section .testimoniel .testimonial p.text_testimonial {
padding-right: 12%;
color: #D4DCE7;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#main .module-content-testimoniel-blocks section .testimoniel .testimonial p.text_testimonial strong {
color: #DA404C;
}
#main .module-content-testimoniel-blocks section .testimoniel .info_test {
margin-top: auto;
}
#main .module-content-testimoniel-blocks section .testimoniel .info_test svg {
margin-bottom: 30px;
margin-top: 12px;
}
#main .module-content-testimoniel-blocks section .testimoniel .info_test p {
color: #A5B1BC;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 1.2;
margin-bottom: 0;
}
#main .module-content-testimoniel-blocks section .testimoniel .info_test p a {
color: #A5B1BC;
cursor: pointer;
font-weight: 400;
}
#main .module-content-bandeau-de-reassurance section {
padding: 0;
padding-top: 6rem;
padding-bottom: 6rem;
overflow: initial;
}
#main .module-content-bandeau-de-reassurance section .principal_title {
text-align: center;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 90px;
font-style: normal;
font-weight: 700;
line-height: 94.8px;
margin-bottom: 40px;
}
#main .module-content-bandeau-de-reassurance section .principal_title strong {
color: #DA404C;
font-family: "Adobe Garamond", "EB Garamond", serif;
font-size: 104px;
font-style: italic;
font-weight: 600;
line-height: 94.8px;
}
#main .module-content-bandeau-de-reassurance section .left, #main .module-content-bandeau-de-reassurance section .center, #main .module-content-bandeau-de-reassurance section .right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 30px;
margin-bottom: 30px;
}
#main .module-content-bandeau-de-reassurance section img {
max-width: 112px;
width: 100%;
height: auto;
margin-bottom: 30px;
}
#main .module-content-bandeau-de-reassurance section .content_text p {
font-size: 1rem;
line-height: 1.2;
margin-bottom: 0;
}
#main .module-content-bandeau-de-reassurance section .content_text p .btn[class*=icon-], .comment-form #main .module-content-bandeau-de-reassurance section .content_text p input[class*=icon-][type=submit], .search-form #main .module-content-bandeau-de-reassurance section .content_text p [class*=icon-].search-submit,
#main .module-content-bandeau-de-reassurance section .content_text p .search-form [class*=icon-].search-submit,
#main .module-content-bandeau-de-reassurance section .content_text p .comment-form input[class*=icon-][type=submit] {
padding: 0.75rem 1rem !important;
padding-left: 3.5rem !important;
}
#main .module-content-bandeau-de-reassurance section .content_text p img {
max-width: 500px;
width: 100%;
margin-top: 30px;
}
#main .module-content-bandeau-de-reassurance section .content_text p span {
display: flex;
align-items: center;
}
#main .module-content-bandeau-de-reassurance section .content_text p span:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/ckeck_list.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#main .module-content-bandeau-de-reassurance section .content_text h2 {
margin-bottom: 32px;
}
#main .module-content-bandeau-de-reassurance section .content_text h3 {
color: #fff;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-size: clamp(36px, 4vw, 52px);
font-style: normal;
font-weight: 700;
line-height: 1;
text-align: center;
}
#main .module-content-bandeau-de-reassurance section .content_text h3 strong {
color: #DA404C;
}
#main .module-content-bandeau-de-reassurance section .content_text .btn-burgundy {
margin-top: 120px;
}
@media screen and (max-width: 1441px) {
#main .module-content-bandeau-de-reassurance section .content_text .btn-burgundy {
margin-top: 60px;
}
}
#main .module-content-bandeau-de-images .title_images {
font-family: "Gilroy", "Spartan", sans-serif !important;
font-size: 68px;
font-style: normal;
font-weight: 600;
line-height: 1.1;
}
#main .module-content-bandeau-de-images section {
padding: 0;
padding-top: 6rem;
padding-bottom: 2rem;
overflow: initial;
}
#main .module-content-bandeau-de-images section .principal_title {
text-align: center;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 90px;
font-style: normal;
font-weight: 700;
line-height: 94.8px;
margin-bottom: 40px;
}
#main .module-content-bandeau-de-images section .principal_title strong {
color: #DA404C;
font-family: "Adobe Garamond", "EB Garamond", serif;
font-size: 104px;
font-style: italic;
font-weight: 600;
line-height: 94.8px;
}
#main .module-content-bandeau-de-images section .left,
#main .module-content-bandeau-de-images section .center,
#main .module-content-bandeau-de-images section .right {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 30px;
margin-bottom: 30px;
}
#main .module-content-bandeau-de-images section img {
width: 100%;
height: auto;
margin-bottom: 30px;
}
#main .module-content-bandeau-de-images section .content_text p {
font-size: 1rem;
line-height: 1.2;
margin-bottom: 0;
}
#main .module-content-bandeau-de-images section .content_text p .btn[class*=icon-], .comment-form #main .module-content-bandeau-de-images section .content_text p input[class*=icon-][type=submit], .search-form #main .module-content-bandeau-de-images section .content_text p [class*=icon-].search-submit,
#main .module-content-bandeau-de-images section .content_text p .search-form [class*=icon-].search-submit,
#main .module-content-bandeau-de-images section .content_text p .comment-form input[class*=icon-][type=submit] {
padding: 0.75rem 1rem !important;
padding-left: 3.5rem !important;
}
#main .module-content-bandeau-de-images section .content_text p img {
max-width: 500px;
width: 100%;
margin-top: 30px;
}
#main .module-content-bandeau-de-images section .content_text p span {
display: flex;
align-items: center;
}
#main .module-content-bandeau-de-images section .content_text p span:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
margin-right: 5px;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/ckeck_list.svg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#main .module-content-bandeau-de-images section .content_text h2 {
margin-bottom: 32px;
}
#main .module-content-bandeau-de-images section .content_text h3 {
color: #fff;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-size: clamp(36px, 4vw, 52px);
font-style: normal;
font-weight: 700;
line-height: 1;
text-align: center;
}
#main .module-content-bandeau-de-images section .content_text h3 strong {
color: #DA404C;
}
#main .module-content-bandeau-de-images section .content_text .btn-burgundy {
margin-top: 120px;
}
@media screen and (max-width: 1441px) {
#main .module-content-bandeau-de-images section .content_text .btn-burgundy {
margin-top: 60px;
}
}
#main .module-profile-info section {
padding: 0;
padding-top: 0 !important;
padding-bottom: 5rem;
overflow: initial;
}
#main .module-profile-info section .card {
padding: 40px;
background-color: #f6f6f6;
border: none;
}
#main .module-profile-info section .card .image_profile {
display: flex;
justify-content: center;
align-items: center;
}
#main .module-profile-info section .card .img-fluid, #main .module-profile-info section .card .wp-caption img, .wp-caption #main .module-profile-info section .card img {
max-width: 146px;
max-height: 166px;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#main .module-profile-info section .card .wrapper_icons {
display: flex;
flex-direction: row;
gap: 15px;
}
#main .module-profile-info section .card .wrapper_icons .card-icon {
background-color: #181C21;
width: 19px;
height: 19px;
display: block;
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: center;
}
#main .module-profile-info section .slick-arrow {
position: absolute;
top: initial;
bottom: -8%;
}
#main .module-profile-info section .slick-arrow.slick-prev {
left: initial;
right: 96px;
}
#main .module-profile-info section .slick-arrow.slick-prev::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_left_slide.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_left_slide.svg);
background-color: #181C21;
width: 48px;
height: 48px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
#main .module-profile-info section .slick-arrow.slick-next {
right: 40px;
}
#main .module-profile-info section .slick-arrow.slick-next::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_right_slide.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_right_slide.svg);
background-color: #181C21;
width: 48px;
height: 48px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
.module-slider-clients .wrapper_div {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.module-timeline section {
overflow: visible !important;
}
.module-timeline .title {
font-size: 4rem;
line-height: 4.1rem;
margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
.module-timeline .title {
font-size: 3.5rem;
line-height: 3.6rem;
}
}
@media only screen and (max-width: 768px) {
.module-timeline .title {
font-size: 2rem;
line-height: 2.1rem;
margin-bottom: 20px;
}
}
.module-timeline .module-title {
padding: 0 !important;
}
.module-timeline .module-title h3 {
font-size: 3.5rem;
}
.module-timeline .module-title .sub-heading {
top: -40px;
position: absolute;
}
@media (max-width: 1099px) {
.module-timeline .left-timeline {
margin-bottom: 70px;
}
}
.module-timeline .timeline-bloc .row {
justify-content: flex-end;
}
@media (max-width: 1099px) {
.module-timeline .timeline-bloc .row {
justify-content: flex-start;
}
}
.module-timeline .timeline-sticky {
position: sticky;
top: 160px;
}
.module-timeline .left-description {
font-size: 2.2rem;
}
@media only screen and (max-width: 1200px) {
.module-timeline .left-description {
font-size: 2rem;
}
}
@media only screen and (max-width: 768px) {
.module-timeline .left-description {
font-size: 1.5rem;
}
}
.module-timeline .right-description {
margin-bottom: 60px;
margin-top: 1.4rem;
font-size: 1.3rem;
line-height: 1.5rem;
color: #000;
font-weight: 700;
}
@media only screen and (max-width: 768px) {
.module-timeline .right-description {
font-size: 1.2rem;
line-height: 1.2rem;
}
}
@media only screen and (max-width: 371px) {
.module-timeline .right-description {
margin-bottom: 3rem;
}
}
.module-timeline .timeline-ctas {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.module-timeline .timeline-ctas button {
border: none;
}
.module-timeline .dot-wrapper {
padding: 0;
width: 10px;
max-width: none;
padding-top: 1.4rem;
flex: 0 0 0;
}
@media (max-width: 767px) {
.module-timeline .dot-wrapper {
display: none;
}
}
.module-timeline .dot {
height: 10px;
width: 10px;
background-color: black;
border-radius: 50%;
display: inline-block;
position: relative;
z-index: 2;
}
.module-timeline .vertical-line {
width: 1px;
background-color: black;
opacity: 0.2;
height: 100%;
left: 45%;
position: absolute;
top: 2.5rem;
z-index: 1;
}
.module-timeline .timeline-bloc .text-bloc {
padding-left: 45px;
}
@media (max-width: 767px) {
.module-timeline .timeline-bloc .text-bloc {
display: none !important;
}
}
@media only screen and (max-width: 768px) {
.module-timeline .timeline-bloc .date-title .module-title h1,
.module-timeline .timeline-bloc .date-title .module-title h2,
.module-timeline .timeline-bloc .date-title .module-title h3,
.module-timeline .timeline-bloc .date-title .module-title h4,
.module-timeline .timeline-bloc .date-title .module-title h5 {
font-size: 3rem !important;
line-height: 3rem !important;
}
}
@media (max-width: 767px) {
.module-timeline .timeline-bloc .date-title {
display: none !important;
}
}
.module-timeline .timeline-bloc .title-bloc {
font-size: 1.875rem;
padding-top: 0.4rem !important;
padding: 0;
}
@media (max-width: 1099px) {
.module-timeline .timeline-bloc .title-bloc {
font-size: 1.375rem;
}
}
@media (max-width: 767px) {
.module-timeline .timeline-bloc .title-bloc {
display: none !important;
}
}
.module-timeline .timeline-bloc .title-bloc .break {
display: block;
}
.module-timeline .timeline-bloc .mobile-text-bloc {
display: none;
padding: 0;
}
@media (max-width: 767px) {
.module-timeline .timeline-bloc .mobile-text-bloc {
display: flex !important;
}
}
.module-timeline .timeline-bloc .mobile-text-bloc .mobile-date .module-title h1,
.module-timeline .timeline-bloc .mobile-text-bloc .mobile-date .module-title h2,
.module-timeline .timeline-bloc .mobile-text-bloc .mobile-date .module-title h3,
.module-timeline .timeline-bloc .mobile-text-bloc .mobile-date .module-title h4,
.module-timeline .timeline-bloc .mobile-text-bloc .mobile-date .module-title h5 {
font-size: 3rem !important;
line-height: 3rem !important;
margin-bottom: 1.2rem !important;
}
.module-timeline .timeline-bloc .mobile-text-bloc .mobile-date .module-title .sub-heading {
font-size: 1.675rem !important;
line-height: 0.6 !important;
position: static !important;
}
@media (max-width: 767px) {
.module-timeline .timeline-bloc .mobile-text-bloc .mobile-date .module-title h1 {
margin-bottom: 0 !important;
}
}
.module-timeline .timeline-bloc .mobile-text-bloc .mobile-text {
padding-bottom: 30px;
}
.module-timeline .timeline-bloc .mobile-text-bloc .mobile-text .title-bloc {
font-size: 1.5rem !important;
}
.module-timeline .timeline-bloc:last-child .vertical-line {
background: linear-gradient(#7f7f7f 10%, 30%, transparent 70%);
background: -webkit-linear-gradient(#7f7f7f 10%, 30%, transparent 70%);
}
.module-legend-video h5 {
padding: 25px 0;
}
.module-legend-video p {
color: #7f7f7f;
}
.module-legend-video .video-slider-wrapper {
margin: auto;
position: absolute;
top: 10%;
bottom: 10%;
left: -150px;
}
.module-legend-video .video-item {
height: 55.5px;
width: 55.5px;
position: relative;
margin: 30px;
}
.module-legend-video .video-item .video-point {
position: absolute;
top: calc(50% - 5px);
left: calc(50% - 5px);
}
.module-legend-video .video-item .video-circle {
visibility: hidden;
}
.module-legend-video .slides-wrap {
position: relative;
width: 100%;
list-style: none;
margin: 0;
padding: 0;
}
.module-legend-video .slides-wrap .slides-item {
position: absolute;
display: block;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
margin: auto;
opacity: 0;
transition: all 0.5s;
}
.module-legend-video .slides-wrap .slides-item.active {
opacity: 1;
overflow: hidden;
aspect-ratio: 16/9;
position: relative;
height: min-content;
}
.module-legend-video .slides-wrap .slides-item iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.module-legend-video .embed-container {
position: absolute;
top: 0;
}
.module-legend-video iframe {
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.module-legend-video .video-container {
margin-bottom: 30px;
}
}
.module-text-blocs .bg-img {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.module-text-blocs .contact-btn {
color: #a60a17;
text-decoration: none;
background-color: transparent;
border: 0;
font-weight: inherit;
}
.module-text-blocs .contact-btn:hover {
text-decoration: underline;
}
.module-text-blocs .padding-top {
padding-top: 10rem !important;
}
.a-propos .module-text-blocs .padding-top {
min-height: 70vh;
}
@media (max-width: 1099px) {
.module-text-blocs .padding-top {
padding-bottom: 0 !important;
}
.culture .module-text-blocs .padding-top {
padding-top: 0 !important;
}
}
@media (max-width: 767px) {
.module-text-blocs .padding-top {
padding-top: 90px !important;
}
.culture .module-text-blocs .padding-top {
padding-top: 0 !important;
}
}
.module-text-blocs section {
background-size: contain;
background-position: center;
}
@media only screen and (max-width: 768px) {
.module-text-blocs section {
padding-bottom: 5rem !important;
}
}
.module-text-blocs section > .row {
padding-left: 3rem;
padding-right: 3rem;
width: 100%;
}
@media only screen and (max-width: 768px) {
.module-text-blocs section > .row {
padding-left: 2rem;
padding-right: 2rem;
}
}
.module-text-blocs #video {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.module-text-blocs .red-title {
color: #da404c;
}
.module-text-blocs .full-width-container {
margin: 0;
width: 100%;
max-width: none;
padding: 0;
}
.module-text-blocs hr {
margin-top: 100px;
background-color: black;
opacity: 0.2;
}
.module-text-blocs .title {
padding-bottom: 100px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
.module-text-blocs .title {
padding-bottom: 50px;
}
}
.module-text-blocs .title h1 {
font-size: 4.8rem;
line-height: 1;
}
@media only screen and (max-width: 768px) {
.module-text-blocs .title h1 {
font-size: 3.5rem;
}
}
@media only screen and (max-width: 550px) {
.module-text-blocs .title h1 {
font-size: 2.2rem;
}
}
.module-text-blocs .text-bloc {
margin-top: 30px;
}
@media (max-width: 767px) {
.module-text-blocs .text-bloc {
text-align: center;
margin-top: 50px;
}
}
.module-text-blocs .text-bloc p {
font-size: 1rem;
}
.module-text-blocs .text-bloc p:first-child {
margin-top: 20px;
}
@media (max-width: 767px) {
.module-text-blocs .text-bloc p:first-child {
margin-top: 0;
}
}
.module-text-blocs .text-bloc .icon {
color: currentColor;
padding-bottom: 40px;
height: 40px;
width: 40px;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.module-text-blocs .text-bloc .icon {
margin: 0 auto 15px;
}
}
.module-text-blocs .text-bloc .icon::before {
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.module-img-gallery {
overflow: hidden;
}
.module-img-gallery section {
position: relative;
width: 100%;
}
.module-img-gallery .full-width-container {
margin: 0;
width: 100%;
max-width: none;
padding: 0 0 0 3rem;
}
@media only screen and (max-width: 768px) {
.module-img-gallery .full-width-container {
padding: 0 0 0 2rem;
}
}
.module-img-gallery .gallery-title {
font-size: 4.5rem;
color: white;
font-weight: bold;
padding-bottom: 40px;
line-height: 1;
padding-right: 20px;
}
@media only screen and (max-width: 768px) {
.module-img-gallery .gallery-title {
font-size: 3.5rem;
padding-bottom: 30px;
}
}
@media only screen and (max-width: 630px) {
.module-img-gallery .gallery-title {
font-size: 2.5rem;
margin-bottom: 30px;
}
}
.module-img-gallery .gallery-container {
display: flex;
position: relative;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
cursor: grab;
}
.module-img-gallery .gallery-container .img-bloc {
display: flex;
justify-content: start;
align-items: center;
width: 100%;
height: 100%;
}
.module-img-gallery .gallery-container .img-bloc .single-bloc {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
margin-right: 15px;
}
.module-img-gallery .gallery-container .img-bloc .single-bloc:last-child {
margin-right: 0;
}
.module-img-gallery .gallery-container .img-bloc .single-bloc h4 {
word-break: normal;
white-space: normal;
position: absolute;
bottom: -2px;
z-index: 10;
width: 100%;
padding: 30px;
margin: 0;
color: white;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7766456925) 0%, rgba(0, 0, 0, 0.3872899502) 67%, rgba(0, 0, 0, 0) 100%);
}
.module-img-gallery .gallery-container .img-bloc .single-bloc .img-container {
position: relative;
width: 100%;
height: 100%;
min-width: 60vw;
max-height: 575px;
min-height: 575px;
margin-top: auto;
}
.module-img-gallery .gallery-container .img-bloc .single-bloc .img-container img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
pointer-events: none;
}
@media only screen and (max-width: 630px) {
.module-img-gallery .gallery-container .img-bloc .single-bloc .img-container {
min-width: 80vw;
max-height: 225px;
min-height: 225px;
}
}
.module-img-gallery .gallery-selection-wrapper {
transform: rotate(-90deg);
left: -16rem;
width: 30rem;
bottom: 50%;
position: absolute;
}
.module-img-gallery .gallery-selection-wrapper .gallery-selection {
display: inline;
font-size: 3.5rem;
padding-left: 1rem;
font-weight: bold;
cursor: pointer;
}
.module-img-gallery .gallery-selection-wrapper .gallery-selection-active {
color: white;
}
.module-img-gallery .theme-light ::-webkit-scrollbar {
height: 20px;
}
.module-img-gallery .theme-light ::-webkit-scrollbar-track {
border-top: 10px solid #e5e7e4;
border-bottom: 10px solid #e5e7e4;
background: rgba(0, 0, 0, 0.15);
margin-left: 0px;
margin-right: 400px;
}
@media only screen and (max-width: 991px) {
.module-img-gallery .theme-light ::-webkit-scrollbar-track {
margin-right: 215px;
}
}
.module-img-gallery .theme-light ::-webkit-scrollbar-thumb {
background: black;
border-top: 9px solid #e5e7e4;
border-bottom: 9px solid #e5e7e4;
}
.module-img-gallery .theme-light .left-navigation-nav a {
color: black;
}
.module-img-gallery .theme-white ::-webkit-scrollbar {
height: 20px;
}
.module-img-gallery .theme-white ::-webkit-scrollbar-track {
border-top: 10px solid white;
border-bottom: 10px solid white;
background: rgba(0, 0, 0, 0.15);
margin-left: 0px;
margin-right: 400px;
}
@media only screen and (max-width: 991px) {
.module-img-gallery .theme-white ::-webkit-scrollbar-track {
margin-right: 215px;
}
}
.module-img-gallery .theme-white ::-webkit-scrollbar-thumb {
background: black;
border-top: 9px solid white;
border-bottom: 9px solid white;
}
.module-img-gallery .theme-white .left-navigation-nav a {
color: black;
}
.module-img-gallery .theme-dark ::-webkit-scrollbar {
height: 20px;
}
.module-img-gallery .theme-dark ::-webkit-scrollbar-track {
border-top: 10px solid #1a1c23;
border-bottom: 10px solid #1a1c23;
background: #7f7f7f;
margin-left: 0px;
margin-right: 400px;
}
@media only screen and (max-width: 991px) {
.module-img-gallery .theme-dark ::-webkit-scrollbar-track {
margin-right: 215px;
}
}
.module-img-gallery .theme-dark ::-webkit-scrollbar-thumb {
background: white;
border-top: 9px solid #1a1c23;
border-bottom: 9px solid #1a1c23;
}
.module-img-gallery .theme-dark .left-navigation-nav a {
color: white;
}
.module-img-gallery .theme-red-gradient .gallery-container {
padding-bottom: 30px;
}
.module-img-gallery .theme-red-gradient .gallery-container .img-bloc {
display: flex;
justify-content: start;
align-items: center;
}
.module-img-gallery .theme-red-gradient .gallery-container .img-bloc .single-bloc {
min-width: 25vw;
min-height: 350px;
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: #232528;
padding: 34px 50px;
margin-right: 15px;
}
@media only screen and (max-width: 1200px) {
.module-img-gallery .theme-red-gradient .gallery-container .img-bloc .single-bloc {
min-width: 35vw;
}
}
@media only screen and (max-width: 875px) {
.module-img-gallery .theme-red-gradient .gallery-container .img-bloc .single-bloc {
min-width: 50vw;
}
}
@media (max-width: 767px) {
.module-img-gallery .theme-red-gradient .gallery-container .img-bloc .single-bloc {
width: calc(100vw - 70px);
}
}
.module-img-gallery .theme-red-gradient .gallery-container .img-bloc .single-bloc h4 {
position: static;
padding: 0;
margin: 0;
background: none;
}
.module-img-gallery .theme-red-gradient .gallery-container .img-bloc .single-bloc .img-container {
position: relative;
max-width: 150px;
margin-top: auto;
min-width: 150px;
max-height: auto;
min-height: auto;
}
.module-img-gallery .theme-red-gradient .gallery-container .img-bloc .single-bloc .img-container img {
position: static;
object-fit: contain;
width: 100%;
height: 100%;
}
.module-img-gallery .theme-red-gradient ::-webkit-scrollbar {
height: 2px;
}
.module-img-gallery .theme-red-gradient ::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.15);
margin-left: 0;
margin-right: 200px;
}
.module-img-gallery .theme-red-gradient ::-webkit-scrollbar-thumb {
background: white;
}
.module-img-gallery .theme-red-gradient .left-navigation-nav a {
color: white;
}
.module-img-gallery .theme-red-gradient .control-navigation {
right: 0;
}
.module-img-gallery .img-gallery {
height: 90%;
padding-bottom: 50px;
}
.module-img-gallery .control-navigation {
width: 135px;
height: 50px;
position: absolute;
right: 12%;
bottom: 0;
}
.module-img-gallery .control-navigation .left-navigation {
width: 100%;
height: 100%;
}
.module-img-gallery .control-navigation .left-navigation-nav {
top: 40%;
right: 100px;
width: 140px;
height: 40px;
}
.module-img-gallery .control-navigation .left-navigation-nav a {
float: right;
margin-right: 10px;
margin-top: 0;
width: 50px;
height: 50px;
cursor: pointer;
}
.module-img-gallery .control-navigation .slider-prev-button {
margin: auto;
}
.module-img-gallery .control-navigation .slider-prev-button .circle-countdown {
transform: rotate(180deg);
transform-origin: center;
}
.module-img-gallery .control-navigation .slider-next-button {
margin: auto;
margin-top: 4rem;
margin-bottom: 1rem;
}
.module-img-gallery .hide-gallery {
display: none;
}
.module-column-text section {
padding: 150px 0;
padding-left: 3rem;
padding-right: 3rem;
width: 100%;
}
@media only screen and (max-width: 768px) {
.module-column-text section {
padding-left: 2rem;
padding-right: 2rem;
}
}
.module-column-text h2 {
font-size: 2.25rem;
}
@media only screen and (max-width: 768px) {
.module-column-text h2 {
font-size: 1.8rem;
}
}
@media only screen and (max-width: 500px) {
.module-column-text h2 {
font-size: 1.5rem;
}
}
.module-column-text h3 {
font-size: 1.96875rem;
}
@media only screen and (max-width: 768px) {
.module-column-text h3 {
font-size: 1.5rem;
}
}
@media only screen and (max-width: 500px) {
.module-column-text h3 {
font-size: 1.3rem;
}
}
.module-column-text h2,
.module-column-text h3 {
margin-bottom: 30px;
}
.module-column-text ul {
padding-left: 0;
}
.module-column-text p {
color: #7f7f7f;
}
.module-column-text .black_text,
.module-column-text ul {
font-weight: bold;
color: black;
}
.module-column-text a {
text-decoration: underline;
}
@media only screen and (min-width: 992px) {
.module-column-text .right_column {
border-top: none !important;
}
}
.module-column-text .vertical-line {
width: 1px;
background-color: #7f7f7f;
height: 100%;
left: 40%;
position: absolute;
z-index: 1;
}
.module-img-grid section {
padding: 100px 0;
}
.module-img-grid img {
width: 100%;
height: 100%;
}
.module-img-grid .img:first-child, .module-img-grid .img:nth-child(2) {
margin-bottom: 20px;
}
.module-credits section {
padding: 100px 0;
padding-left: 3rem;
padding-right: 3rem;
width: 100%;
}
.module-credits h1 {
margin-bottom: 50px;
}
.module-credits .underline {
font-weight: bold;
text-decoration: underline;
}
.module-quote section {
padding: 100px 0;
}
@media (max-width: 1099px) {
.module-quote section {
padding: 0;
}
}
.module-quote section .title {
position: relative;
display: flex;
justify-content: space-between;
margin-top: 50px;
}
.module-quote section .title .quoted-img {
width: 100px;
height: 100px;
position: relative;
margin-top: -2%;
}
.module-quote section .title .quoted-img img {
width: 100%;
height: auto;
position: absolute;
top: 0;
}
.module-quote section .title .quote {
font-size: 4rem;
font-weight: 700;
line-height: 70px;
display: flex;
gap: 30px;
}
.module-quote section .title .quote:before {
content: "";
display: block;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/quote.png);
background-repeat: no-repeat;
background-size: contain;
flex: 1 0 70px;
}
@media only screen and (max-width: 768px) {
.module-quote section .title .quote {
font-size: 3rem;
line-height: 50px;
}
}
@media only screen and (max-width: 500px) {
.module-quote section .title .quote {
font-size: 2.5rem;
line-height: 40px;
}
}
.module-text-img section {
padding: 4rem 3rem;
width: 100%;
}
.module-text-img h2 {
padding-bottom: 4rem;
}
.module-scroll-img section {
padding-bottom: 100px;
position: relative;
}
.module-scroll-img .title {
padding-left: 3rem;
padding-right: 3rem;
width: 100%;
}
.module-scroll-img .description {
padding-bottom: 5rem;
}
.module-scroll-img .horizontal-scroll {
margin: 20px 0;
}
.module-scroll-img .hero {
height: 100vh; position: relative;
background-size: cover !important;
overflow: hidden; }
.module-scroll-img ::-webkit-scrollbar {
height: 2px;
}
.module-scroll-img ::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.15);
margin-left: 250px;
margin-right: 250px;
}
.module-scroll-img ::-webkit-scrollbar-thumb {
background: black;
}
.module-scroll-img .main-el {
height: 100%;
width: 100%;
padding-bottom: 70px;
z-index: 2;
position: absolute;
display: block;
overflow-x: auto;
overflow-y: hidden;
}
.module-scroll-img .main-el .main-bg {
width: 150%;
height: 100%;
background-size: cover !important;
}
.module-scroll-img .back-el {
width: 100%;
height: 100%;
padding-bottom: 70px;
position: absolute;
display: block;
}
.module-scroll-img .back-el .back-bg {
height: 100%;
background-size: cover !important;
}
.module-scroll-img .parallax-item {
height: 55.5px;
width: 55.5px;
position: absolute;
right: 10rem;
bottom: 4.5rem;
}
.module-scroll-img .parallax-item .parallax-point {
position: absolute;
top: calc(50% - 14.5px);
left: calc(50% - 12.5px);
stroke: black;
fill: black;
}
.module-scroll-img .parallax-item .parallax-circle {
border: 1px solid #7f7f7f;
height: 100%;
width: 100%;
border-radius: 50%;
}
.module-scroll-img .puces-container {
width: 10%;
height: 250px;
position: absolute;
}
.module-scroll-img .puces-container .puces {
border-radius: 50%;
width: 20px;
height: 20px;
background-color: white;
position: absolute;
z-index: 102;
cursor: pointer;
}
.module-scroll-img .puces-container .concentrique {
position: absolute;
z-index: 101;
border-radius: 50%;
width: 20px;
height: 20px;
border: 2px solid white;
opacity: 0.3;
}
.module-scroll-img .puces-container .legendes {
position: absolute;
z-index: 101;
transform: rotate(180deg);
left: 10px;
}
.module-scroll-img .puces-container .text-bloc {
height: 80px;
width: 100%;
position: absolute;
bottom: 0;
}
.module-scroll-img .puces-container .text-bloc .title_legend {
opacity: 0;
position: absolute;
z-index: 101;
color: white;
font-size: 1.6rem;
font-weight: bold;
text-align: right;
margin-bottom: 20px;
}
.module-scroll-img .puces-container .text-bloc .text_legend {
text-align: right;
opacity: 0;
position: absolute;
z-index: 101;
}
@media (max-width: 1099px) {
.carrieres .module-img-column .container, .career .module-img-column .container {
padding-top: 0 !important;
}
}
.module-img-column section {
padding-top: 10rem !important;
}
@media (max-width: 1099px) {
.module-img-column section {
padding-top: 90px !important;
}
}
@media (max-width: 767px) {
.module-img-column section {
padding-top: 70px !important;
}
}
.module-img-column .module-title {
padding: 50px 0;
}
.module-img-column .module-title h1 {
font-size: 4rem;
margin-bottom: 0;
}
.module-img-column .upper_image .bg-img {
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
}
.module-img-column .upper_image .image_description .image_description-inner {
position: relative;
max-width: 65%;
padding: 50px;
}
@media only screen and (max-width: 550px) {
.module-img-column .upper_image .image_description .image_description-inner {
max-width: 100%;
}
}
.module-img-column .lower_grid {
margin-top: 20px;
display: flex;
gap: 15px;
justify-content: space-between;
}
@media (max-width: 1099px) {
.module-img-column .lower_grid {
flex-direction: column;
}
}
.carrieres .module-img-column .lower_grid .logo_description, .career .module-img-column .lower_grid .logo_description {
flex: 33%;
}
.module-img-column .lower_grid .logo_description .logo_item {
background-color: #303339;
height: 100%;
padding: 3rem 4rem 0 3rem;
}
.module-img-column .lower_grid .logo_description .logo_item .btn, .module-img-column .lower_grid .logo_description .logo_item .comment-form input[type=submit], .comment-form .module-img-column .lower_grid .logo_description .logo_item input[type=submit], .module-img-column .lower_grid .logo_description .logo_item .search-form .search-submit, .search-form .module-img-column .lower_grid .logo_description .logo_item .search-submit {
color: white;
padding-top: 50px;
margin: 20px;
margin-left: 0;
}
.module-img-column .lower_grid .logo_description .logo_item .btn::before, .module-img-column .lower_grid .logo_description .logo_item .comment-form input[type=submit]::before, .comment-form .module-img-column .lower_grid .logo_description .logo_item input[type=submit]::before, .module-img-column .lower_grid .logo_description .logo_item .search-form .search-submit::before, .search-form .module-img-column .lower_grid .logo_description .logo_item .search-submit::before {
width: 4.5em;
height: 4.5em;
top: 0;
left: 0;
}
.module-img-column .lower_grid .logo_description .logo_item .logo_content {
padding-bottom: 3rem;
}
.module-img-column .lower_grid .logo_description .logo_item .logo_content h5 {
color: white;
font-size: 1.875rem;
margin-top: 10px;
}
.module-img-column .lower_grid .logo_description .logo_item .logo_content p {
font-size: 0.9em;
}
.carrieres .module-img-column .upper_image .bg-img, .career .module-img-column .upper_image .bg-img {
position: relative;
background-size: contain;
background-position: right;
height: 32.9861111111vw;
display: flex;
justify-content: flex-end;
}
@media (max-width: 1099px) {
.carrieres .module-img-column .upper_image .bg-img, .career .module-img-column .upper_image .bg-img {
height: auto;
flex-direction: column;
margin: 0 -20px;
}
}
.carrieres .module-img-column .upper_image .bg-img::before, .career .module-img-column .upper_image .bg-img::before {
content: "";
display: block;
position: absolute;
top: 0;
height: 100%;
left: 0;
width: 100%;
background: linear-gradient(95.47deg, #FFFFFF 35.26%, rgba(255, 255, 255, 0) 62.58%);
}
@media (max-width: 1099px) {
.carrieres .module-img-column .upper_image .bg-img::before, .career .module-img-column .upper_image .bg-img::before {
display: none;
}
}
.carrieres .module-img-column .upper_image .bg-img img, .career .module-img-column .upper_image .bg-img img {
display: block;
height: 100%;
}
.carrieres .module-img-column .upper_image .image_description-inner, .career .module-img-column .upper_image .image_description-inner {
display: flex;
flex-direction: column;
padding: 60px 45px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
@media (max-width: 1099px) {
.carrieres .module-img-column .upper_image .image_description-inner, .career .module-img-column .upper_image .image_description-inner {
position: static;
transform: none;
max-width: 100%;
padding: 40px 20px;
height: auto;
}
}
.carrieres .module-img-column .upper_image .module-title, .career .module-img-column .upper_image .module-title {
margin-bottom: 23px;
padding: 0;
}
.carrieres .module-img-column .upper_image .module-title h1, .career .module-img-column .upper_image .module-title h1 {
font-size: clamp(2.5rem, -3.75rem + 8.3333vw, 3.75rem);
line-height: clamp(2.75rem, -3.5rem + 8.3333vw, 4rem);
}
@media (max-width: 1099px) {
.carrieres .module-img-column .upper_image .module-title h1, .career .module-img-column .upper_image .module-title h1 {
font-size: 3.75rem;
line-height: 4.125rem;
}
}
@media (max-width: 1099px) {
.carrieres .module-img-column .upper_image .module-title h1, .career .module-img-column .upper_image .module-title h1 {
font-size: 3.125rem;
line-height: 3.4375rem;
}
}
.carrieres .module-img-column .upper_image .module-title .sub-heading, .career .module-img-column .upper_image .module-title .sub-heading {
font-size: 1.5rem;
color: #DA404C;
}
.carrieres .module-img-column .upper_image p, .career .module-img-column .upper_image p {
color: #5F5F5F;
line-height: 1.5rem;
max-width: 50%;
}
@media (max-width: 1099px) {
.carrieres .module-img-column .upper_image p, .career .module-img-column .upper_image p {
max-width: none;
}
}
.carrieres .module-img-column .upper_image .link-learn-more, .career .module-img-column .upper_image .link-learn-more {
margin-top: auto;
}
.module-masque {
height: 100vh;
}
.module-masque .container {
height: 100%;
}
.module-masque section {
height: 100%;
}
.module-masque .first-layer,
.module-masque .second-layer {
position: absolute;
width: 100%;
height: 100%;
}
.module-masque .first-layer img,
.module-masque .second-layer img {
width: 100%;
height: 70%;
}
.module-masque .first-layer {
z-index: 10; }
@keyframes slide {
from {
background-position-x: 0;
}
to {
background-position-x: -2956px;
}
}
.module-masque .second-layer {
z-index: 5;
}
.module-masque .second-layer img {
height: 600px;
display: block;
-webkit-clip-path: url(#mask);
clip-path: url(#mask);
}
.module-masque .masque-legend {
text-align: center;
bottom: 10%;
z-index: 15;
}
.popup {
overflow-y: hidden;
}
.popup_form .gform_wrapper {
width: 100%;
height: 100%;
transform: translate(0%, 0%);
}
.popup_form .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 6 !important;
}
@media screen and (max-width: 1441px) {
.popup_form .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 7 !important;
}
}
.popup_form .gform_wrapper.gravity-theme .gf_progressbar {
margin-bottom: 0 !important;
border-radius: 0 !important;
}
.popup_form .gform_wrapper.gravity-theme .gform_page_footer {
position: absolute;
bottom: 40px;
left: 0;
width: 100%;
display: flex;
justify-content: center;
margin: 0;
padding: 0;
}
@media (max-width: 1099px) {
.popup_form .gform_wrapper.gravity-theme .gform_page_footer {
position: relative;
bottom: 0;
}
}
.popup_form .gform_wrapper.gravity-theme .gform_page_footer input.btn, .popup_form .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .popup_form .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .popup_form .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .popup_form .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
color: #fff !important;
background-color: #a60a17 !important;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/send.svg) no-repeat 12px 16px;
width: 150px;
padding-left: 52px !important;
}
.popup_form .gform_wrapper.gravity-theme .gform_page_footer input.btn:hover, .popup_form .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:hover, .comment-form .popup_form .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .popup_form .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:hover, .search-form .popup_form .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:hover, .popup_form .gform_wrapper.gravity-theme .gform_page_footer input.btn:active, .popup_form .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:active, .comment-form .popup_form .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active, .popup_form .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:active, .search-form .popup_form .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:active {
color: #c5c5c5;
background-color: #181c21;
}
.popup_form .gform_wrapper.gravity-theme .gfield_label {
font-weight: initial;
}
.popup_form .gform_wrapper .gf_progressbar_title {
display: none !important;
}
.popup_form .gform_wrapper .gform_ajax_spinner {
position: absolute;
bottom: 35px;
right: 45px;
max-width: 100%;
width: 50px;
display: block;
}
@media (max-width: 1099px) {
.popup_form .gform_wrapper .gform_ajax_spinner {
bottom: 0;
right: 10px;
}
}
.module-popup-contact .gform_heading,
.module-popup-contact .gfield_required {
display: none !important;
}
.module-popup-contact .gform-body .radio-choose {
padding-top: 2%;
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .radio-choose {
padding-left: 0;
}
}
.module-popup-contact .gform-body .radio-choose .gfield_validation_message {
position: absolute;
top: 60%;
}
.module-popup-contact .gform-body .radio-choose .gfield_label {
padding-top: 3%;
}
.module-popup-contact .gform-body .radio-choose .ginput_container {
margin-top: 140px;
}
.module-popup-contact .gform-body .gform_fields .gfield_error .validation_message {
display: block !important;
font-family: inherit;
font-size: 12px;
letter-spacing: normal;
line-height: inherit;
padding: 0;
margin-top: 0;
border: none !important;
background: none;
}
.module-popup-contact .gform-body .gform_fields .logo_popup_3d {
grid-column-start: 8 !important;
grid-column-end: 12 !important;
grid-row-start: 1 !important;
grid-row-end: 6 !important;
}
.module-popup-contact .gform-body .gform_fields .title_service {
grid-column: span 7 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .title_service {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_fields .botton_carriere {
grid-column: span 6 !important;
grid-row: 3;
display: flex;
justify-content: center;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .botton_carriere {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_fields .botton_carriere a {
display: inline-block;
margin: 0 10px 10px 0 !important;
transition: all 0.3s;
border: 1px solid rgba(223, 223, 223, 0);
vertical-align: top;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.5) !important;
padding: 19px 21px 19px 62px !important;
width: max-content;
font-size: 14px;
line-height: 18px;
transition: initial !important;
text-transform: none;
background-color: transparent !important;
color: #181c21 !important;
border: 1px solid rgba(0, 0, 0, 0.5) !important;
}
.module-popup-contact .gform-body .gform_fields .botton_carriere a::before {
margin-top: -0.3em;
margin-left: 7px;
}
.module-popup-contact .gform-body .gform_fields .botton_carriere a:hover {
background-color: #181c21 !important;
color: #fff !important;
}
.module-popup-contact .gform-body .gform_fields .inputBgRadius {
grid-column: span 6 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .inputBgRadius {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container {
width: 100%;
}
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_checkbox,
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_radio {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_checkbox,
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_radio {
gap: 13px;
}
}
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_checkbox .gchoice label,
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_radio .gchoice label {
--rdbx-background: var(--rdbx-dark-gray);
background-color: var(--rdbx-background);
border: none;
border-radius: 70px;
display: block;
width: -moz-fit-content;
width: fit-content;
padding: 0.75rem 1.5rem;
color: var(--rdbx-white);
font-weight: 700;
line-height: normal;
cursor: pointer;
transition: background-color 0.3s ease-out, color 0.3s ease-out;
font-size: 1rem;
max-width: none !important;
}
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_checkbox .gchoice label:hover, .module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_checkbox .gchoice label:focus,
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_radio .gchoice label:hover,
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_radio .gchoice label:focus {
--rdbx-background: var(--rdbx-focus-secondary);
}
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_checkbox .gchoice label:hover, .module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_checkbox .gchoice label:focus,
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_radio .gchoice label:hover,
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_radio .gchoice label:focus {
--rdbx-background: var(--rdbx-red);
}
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_checkbox .gchoice input:checked + label,
.module-popup-contact .gform-body .gform_fields .inputBgRadius .ginput_container .gfield_radio .gchoice input:checked + label {
--rdbx-background: var(--rdbx-red);
}
.module-popup-contact .gform-body .gform_fields .title_project {
grid-column: span 7 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .title_project {
grid-column: span 12 !important;
}
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .textarea_project {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea {
position: relative;
margin-top: 15px;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large.large {
border: 0;
padding: 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 191px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
margin-right: 10px;
padding-right: 66px;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: white;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #ffffff;
border-right: 7px solid white;
margin: 8px;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #ffffff !important;
border-right: 6px solid #ffffff !important;
background-color: #181c21 !important;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large:focus ~ .focus-border,
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large:focus ~ label,
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.module-popup-contact .gform-body .gform_fields .textarea_project .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181c21 !important;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box {
position: relative;
grid-column: span 6 !important;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.unique_single_input_file .gfield_label {
top: 32px;
color: #181c21;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file {
grid-column: span 7 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload {
margin-top: 0;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_rules {
display: block !important;
max-width: 340px;
width: 100%;
color: #8b9aa9;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area {
background-color: initial;
border-radius: 16px;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_instructions {
color: rgba(0, 0, 0, 0.5);
font-size: 20px;
line-height: 24px;
margin-bottom: 4px;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_button_select_files {
border: none;
background-color: initial;
text-decoration-line: underline;
color: #000000;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file .ginput_preview {
font-size: 12px;
position: relative;
margin: 0;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file .ginput_preview .gform_delete_file {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: left;
margin-right: 20px;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file .ginput_preview .screen-reader-text {
left: 40px;
padding-left: 10px;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box.multi_input_file .ginput_preview strong {
margin-left: 34px;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box .ginput_container {
margin-top: 10px;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box .gform_fileupload_rules {
display: none !important;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box .gfield_label {
display: none !important;
border: none;
clip: initial;
clip-path: initial;
-webkit-clip-path: initial;
height: auto;
margin: 0;
word-wrap: initial !important;
overflow: hidden;
padding: 0;
position: absolute;
width: 100%;
top: 8px;
left: 10%;
font-size: 12px;
color: #949494;
font-weight: lighter;
}
@media screen and (max-width: 1441px) {
.module-popup-contact .gform-body .gform_fields .input_file_red_box .gfield_label {
left: 10%;
top: 35px;
}
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box input.large {
color: transparent;
border-bottom: none;
width: 400px;
position: relative;
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box input.large::-webkit-file-upload-button {
visibility: hidden;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box input.large::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/file.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/file.svg);
background-color: #181c21;
width: 25px;
height: 25px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
position: absolute;
left: 0;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box input.large::after {
content: "joindre tes fichiers (pdf,doc,ppt)";
color: #181c21;
display: inline-block;
outline: none;
white-space: nowrap;
-webkit-user-select: none;
cursor: pointer;
font-weight: 700;
font-size: 1rem;
position: absolute;
left: 38px;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box input.large:hover::before {
border-color: black;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box input.large:active {
outline: 0;
}
.module-popup-contact .gform-body .gform_fields .input_file_red_box input.large:active::before {
background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.module-popup-contact .gform-body .gform_fields .ginput_container {
margin-top: 20px;
}
.module-popup-contact .gform-body .gform_fields .text_buget {
grid-column: span 7 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .text_buget {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_fields .text_buget h3 {
width: 100%;
}
.module-popup-contact .gform-body .gform_fields .choise_buget {
grid-column: span 6 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .choise_buget {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container.ginput_container_radio {
margin-top: 0 !important;
}
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container .gfield_radio {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice {
margin: 0 !important;
padding: 0 !important;
border: none;
background-color: #d0d1d3 !important;
color: #181c21;
border-radius: 70px;
transition: all 0.3s ease;
border: none !important;
padding: 30px 90px !important;
margin: 10px 0px !important;
margin-right: 20px !important;
position: relative;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}
@media (max-width: 1399px) {
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice {
padding: 28px 86px !important;
}
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice {
margin-right: 0 !important;
}
}
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice label {
padding: 4px 10px !important;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
justify-content: center;
justify-content: center;
margin-left: 0 !important;
cursor: pointer;
border-radius: 70px;
}
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice label:hover {
background-color: #949494 !important;
color: #181c21;
}
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice input[type=radio]:checked + label {
color: white !important;
cursor: pointer;
}
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice input[type=radio]:checked + label:hover {
background-color: #181c21 !important;
}
.module-popup-contact .gform-body .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) {
background-color: #181c21 !important;
}
.module-popup-contact .gform-body .gform_fields .choise_job,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles {
grid-column: span 6 !important;
border-bottom: 1px solid #d0d1d3;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .choise_job,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container_radio,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container_radio {
max-height: 40vh !important;
overflow-y: auto;
border: none;
border-radius: 4px;
outline: none;
padding-bottom: 20px;
margin-right: 10px;
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container_radio,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container_radio {
max-height: 45vh !important;
}
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container_radio::-webkit-scrollbar,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container_radio::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: white;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container_radio::-webkit-scrollbar-track,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container_radio::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #ffffff;
border-right: 7px solid white;
margin: 8px;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container_radio::-webkit-scrollbar-thumb,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container_radio::-webkit-scrollbar-thumb {
border-left: 6px solid #ffffff !important;
border-right: 6px solid #ffffff !important;
background-color: #181c21 !important;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container_radio::-webkit-resizer,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container_radio::-webkit-resizer {
display: none;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice {
margin: 0 !important;
padding: 0 !important;
border: none;
background-color: initial !important;
color: var(--rdbx-dark-blue);
transition: all 0.3s ease;
border: none !important;
padding: 5px 0px !important;
margin: 5px 0px !important;
cursor: pointer;
position: relative;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice label,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice label {
padding-left: 30px;
margin-left: 0 !important;
position: relative;
cursor: pointer;
transition: color 0.2s ease;
text-transform: none !important;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
text-align: left;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice label::before,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice label::before {
position: absolute;
left: 0;
content: "";
background-color: transparent;
border: 1px solid var(--rdbx-dark-blue);
border-radius: 50%;
width: 19px;
height: 19px;
display: block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
transition: background-color 0.2s ease;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice .description_plus,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice .description_plus {
position: absolute;
left: 30px;
display: none;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice:hover label::before,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice:hover label::before {
background-color: var(--rdbx-red) !important;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked),
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) {
margin-bottom: 30px !important;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) label::before,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) label::before {
background-color: var(--rdbx-red) !important;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) .description_plus,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) .description_plus {
position: absolute;
left: 30px;
display: block;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) .description_plus img,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) .description_plus img {
margin-left: 6px;
}
.module-popup-contact .gform-body .gform_fields .choise_job .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) .description_plus:hover,
.module-popup-contact .gform-body .gform_fields .redbox_populate_cpt_titles .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) .description_plus:hover {
text-decoration: underline;
color: #a60a17;
opacity: 0.6;
}
.module-popup-contact .gform-body .gform_page:not(.third_form) .gform_page_fields {
padding: 5% 5% 0;
}
@media (max-width: 1440px) {
.module-popup-contact .gform-body .gform_page:not(.third_form) .gform_page_fields {
padding: 48px 31px;
}
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_page:not(.third_form) .gform_page_fields {
padding: 48px 20px;
}
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page_fields {
padding: 55px 15px 0 15px;
}
}
@media (max-width: 1440px) {
.module-popup-contact .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 7px;
}
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_page_fields .gform_fields {
grid-template-columns: 1fr;
}
}
.module-popup-contact .gform-body .gform_page_fields h2.title_popup {
font-size: 3.875rem;
line-height: 4.5rem;
margin-bottom: 0;
}
@media (max-width: 1440px) {
.module-popup-contact .gform-body .gform_page_fields h2.title_popup {
font-size: 2.75rem;
line-height: 2.9375rem;
}
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_page_fields h2.title_popup {
font-size: 2.1875rem;
line-height: 2.4375rem;
padding-right: 56px;
margin-bottom: 10px;
}
}
.module-popup-contact .gform-body .gform_page_fields h3 {
margin-top: 20px;
}
@media (max-width: 1440px) {
.module-popup-contact .gform-body .gform_page_fields h3 {
font-size: 1.5rem;
}
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_page_fields h3 {
font-size: 1.375rem;
}
}
.module-popup-contact .gform-body .gform_page_footer .btn-terciary[value=Envoyer]:hover, .module-popup-contact .gform-body .gform_page_footer .btn-terciary[value=Envoyer]:active {
color: #c5c5c5;
background-color: #d51626 !important;
}
.module-popup-contact .gform-body .gform_page_footer .gform_previous_button {
position: absolute;
left: 8px;
top: 0;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/back.svg) no-repeat 100%;
border: none;
text-indent: 120%;
white-space: nowrap;
overflow: hidden;
height: 100%;
width: 56px;
height: 56px;
padding: 0;
margin: 0 !important;
background-color: transparent !important;
transition: all 0.2s ease-in-out;
}
.module-popup-contact .gform-body .gform_page_footer .gform_previous_button:hover {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/backhover.svg);
}
.module-popup-contact .gform-body .gform_page.first_template {
overflow: hidden;
background: #181c21; }
.module-popup-contact .gform-body .gform_page.first_template .gform_page_footer .gform_next_button.keep_hidden {
visibility: hidden;
}
.module-popup-contact .gform-body .gform_page.first_template .gform_page_fields {
padding: 0;
}
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container {
width: 100%;
padding: 0 20px;
}
@media (min-width: 768px) {
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container {
padding: 0 5%;
}
}
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container .gfield_radio .gchoice {
border-bottom: 1px solid #979797;
border-radius: 0;
padding: 30px 0;
}
@media (min-width: 768px) {
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container .gfield_radio .gchoice {
border-bottom: 0;
}
}
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container label {
justify-content: center;
font-size: 1.6875rem;
line-height: 1.875rem;
font-weight: 600;
padding: 0;
margin: 0;
color: var(--rdbx-white);
text-transform: none;
opacity: 0.3;
cursor: pointer;
transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container label {
justify-content: flex-start;
font-size: 3.75rem;
line-height: 4rem;
}
}
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container label:hover {
opacity: 1;
}
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container input:checked + label {
opacity: 1;
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container {
margin-top: 0;
}
.module-popup-contact .gform-body .gform_page.first_template .gform_fields .ginput_container .gfield_radio {
padding: 0 27px;
}
}
.module-popup-contact .gform-body .gform_fields .ginput_container .gchoice {
background-color: initial !important;
}
.module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio {
display: flex;
flex-direction: column;
}
.module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio .image-choices-choice {
opacity: 0.3;
padding-left: 5% !important;
transition: none !important;
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio .image-choices-choice {
margin-bottom: 0 !important;
}
}
.module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio .image-choices-choice.image-choices-choice-selected {
border: none !important;
opacity: 1;
border-color: initial !important;
transition: none !important;
}
.module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio .image-choices-choice:hover, .module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio .image-choices-choice:active {
opacity: 1;
border-color: initial !important;
}
.module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio label {
width: 100% !important;
max-width: 100% !important;
}
.module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio label .image-choices-choice-text {
font-weight: 700;
font-size: 3.75rem;
line-height: 4rem;
padding: 0;
margin: 0;
margin-left: 20px;
color: #f6f6f6;
text-transform: none;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio label .image-choices-choice-text {
margin-left: 0;
}
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_fields .ginput_container .gfield_radio label .image-choices-choice-text {
font-size: 1.625rem;
line-height: 1.875rem;
}
}
.module-popup-contact .gform-body .gform_fields legend.gfield_label {
display: block !important;
font-style: normal;
font-weight: 700;
font-size: clamp(4rem, 2rem + 2.5vw, 5rem);
line-height: clamp(4.1875rem, 2.0625rem + 2.6563vw, 5.25rem);
color: #181c21;
padding: 5% 84px 5% 5%;
background-color: #fff;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_fields legend.gfield_label {
font-size: 3.75rem;
line-height: 4.125rem;
padding: 50px 92px 20px 38px;
}
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_fields legend.gfield_label {
font-size: 2.125rem;
line-height: 2.25rem;
padding: 55px 70px 22px 20px;
}
}
.module-popup-contact .gform-body .gform_fields legend.gfield_label .gfield_required {
display: none;
}
.module-popup-contact .gform-body .gform_fields label {
display: flex !important;
align-items: center;
}
.module-popup-contact .gform-body .image-choices-choice-image-wrap {
background-image: none !important;
width: 55px;
height: auto;
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .image-choices-choice-image-wrap {
width: 35px;
}
}
.module-popup-contact .gform-body .image-choices-choice-image-wrap .image-choices-choice-image {
display: block !important;
width: 80%;
}
.module-popup-contact .gform-body .gform_page {
height: 100vh;
}
@media (max-width: 767px) {
.module-popup-contact .gform-body .gform_page {
max-height: -webkit-fill-available;
}
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.module-popup-contact .gform-body .gform_page:not(.first_template) {
padding-bottom: 20px;
}
}
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule {
padding-left: 20% !important;
}
@media screen and (max-width: 1441px) {
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule {
padding-left: 34% !important;
}
}
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule .ginput_container {
margin: 0 !important;
}
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule .ginput_container .gchoice.image-choices-choice {
margin-right: 10px !important;
}
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule .ginput_container .gchoice label {
padding: 0 !important;
}
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule .ginput_container .gchoice label .image-choices-choice-image-wrap {
background-color: #181c21;
width: 26px !important;
height: 26px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
transition: all 0.3s ease;
}
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule .ginput_container .gchoice label .image-choices-choice-image-wrap img {
display: none !important;
}
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule .ginput_container .gchoice label .image-choices-choice-text {
font-size: 14px;
padding-top: 0 !important;
}
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule .ginput_container .gchoice.image-choices-choice-selected {
border: none;
background-color: #181c21 !important;
color: #d0d1d3;
}
.module-popup-contact .gform-body .gform_page.useful_links .gform_page_fields .gform_fields .postule .ginput_container .gchoice.image-choices-choice-selected label .image-choices-choice-image-wrap {
background-color: #d0d1d3;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields {
grid-auto-rows: 0fr !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .turn_logo {
position: absolute;
top: 0;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .title_remplir {
grid-column: span 7 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .title_remplir {
grid-column: span 12 !important;
}
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .title_remplir ~ div {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .contact {
grid-column: span 6 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .contact {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .spacer {
display: none !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container {
margin-top: 14px;
position: relative;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large:focus {
outline: none;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large:-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large::-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large:focus ~ .focus-border,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large ~ label .gfield_required {
display: none;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container input.large:focus ~ label,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .ginput_container .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_1,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_3 {
grid-column-start: 1;
grid-column-end: 4;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_1,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_3 {
grid-column-start: 1;
grid-column-end: 12;
}
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_1 .ginput_container_text,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_3 .ginput_container_text {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_1 .ginput_container_text input,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_3 .ginput_container_text input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_1 .ginput_container_email,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_3 .ginput_container_email {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_1 .ginput_container_email input,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_3 .ginput_container_email input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_2,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_4 {
grid-column-start: 4;
grid-column-end: 7;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_2,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_4 {
grid-column-start: 1;
grid-column-end: 12;
}
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_2 .ginput_container_phone,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_4 .ginput_container_phone {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_2 .ginput_container_phone input,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_4 .ginput_container_phone input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_2 .ginput_container_text,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_4 .ginput_container_text {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_2 .ginput_container_text input,
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .choix_4 .ginput_container_text input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .text_block {
grid-column-start: 1 !important;
grid-column-end: 7 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_fields .gform_fields .logo_popup_3d {
grid-column-start: 8 !important;
grid-column-end: 12 !important;
grid-row-start: 1 !important;
grid-row-end: 6 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer .btn, .module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer input[type=submit], .module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer .search-form .search-submit, .search-form .module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer .search-submit {
bottom: 12%;
right: 44%;
}
@media screen and (max-width: 1441px) {
.module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer .btn, .module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer input[type=submit], .module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer .search-form .search-submit, .search-form .module-popup-contact .gform-body .gform_page.last_form.first_form .gform_page_footer .search-submit {
bottom: 16%;
}
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields {
grid-auto-rows: 0fr !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .turn_logo {
position: absolute;
top: 0;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .title_remplir {
grid-column: span 7 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .title_remplir {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .text_block {
grid-column-start: 1 !important;
grid-column-end: 7 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .text_block {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .spacer {
display: none !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container {
margin-top: 14px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container {
margin-top: 14px;
position: relative;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large:focus,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large:focus {
outline: none;
border-bottom: 2px solid #313339;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large::-webkit-input-placeholder,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large:-moz-placeholder,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large:-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large::-moz-placeholder,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large::-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large:-ms-input-placeholder,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large:-ms-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large ~ .focus-border,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large:focus ~ .focus-border,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].has-content.large,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large:focus ~ .focus-border,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large ~ label,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large ~ label .gfield_required,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large ~ label .gfield_required {
display: none;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].large:focus ~ label,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=tel].has-content.large ~ label,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].large:focus ~ label,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .ginput_container input[type=text].has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_1,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_3 {
grid-column-start: 1;
grid-column-end: 4;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_1,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_3 {
grid-column-start: 1;
grid-column-end: 12;
}
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_1 .ginput_container_text,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_3 .ginput_container_text {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_1 .ginput_container_text input,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_3 .ginput_container_text input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_1 .ginput_container_email,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_3 .ginput_container_email {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_1 .ginput_container_email input,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_3 .ginput_container_email input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_2,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_4 {
grid-column-start: 4;
grid-column-end: 7;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_2,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_4 {
grid-column-start: 1;
grid-column-end: 12;
}
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_2 .ginput_container_phone,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_4 .ginput_container_phone {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_2 .ginput_container_phone input,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_4 .ginput_container_phone input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_2 .ginput_container_text,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_4 .ginput_container_text {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_2 .ginput_container_text input,
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .choix_4 .ginput_container_text input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box {
padding-left: 0 !important;
grid-column: span 7 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file {
padding-left: 0 !important;
grid-column-start: 1 !important;
grid-column-end: 5 !important;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file {
grid-column: span 12 !important;
}
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload {
margin-top: 0;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_rules {
display: none !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area {
background-color: initial;
border-radius: 16px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_instructions {
color: rgba(0, 0, 0, 0.5);
font-size: 20px;
line-height: 24px;
margin-bottom: 4px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_button_select_files {
border: none;
background-color: initial;
text-decoration-line: underline;
color: #000000;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_preview {
font-size: 12px;
position: relative;
margin: 0;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_preview .gform_delete_file {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: left;
margin-right: 20px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_preview .screen-reader-text {
left: 40px;
padding-left: 10px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_preview strong {
margin-left: 34px;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box .ginput_container_fileupload .gform_fileupload_rules {
display: none !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box .ginput_container_fileupload input.large::after {
content: "joindre un CV" !important;
}
.module-popup-contact .gform-body .gform_page.last_form.second_form .gform_page_fields .gform_fields .input_file_red_box .ginput_container_fileupload label.gfield_label {
left: 0;
top: 24px;
font-size: 12px;
color: #181c21;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form input[type=submit] {
position: absolute;
left: 42%;
bottom: 0;
top: auto;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.third_form input[type=submit] {
position: static;
}
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_previous_button {
bottom: 0;
top: auto;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_previous_button {
bottom: auto;
top: 0;
}
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields {
min-height: 100vh;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .field_sublabel_below:last-child { }
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .turn_logo {
position: absolute;
top: 0;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .spacer {
display: none !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact {
color: #e7e9e6;
grid-column-start: 1;
grid-column-end: 6;
grid-row-start: 1;
grid-row-end: 12;
background-color: #181c21;
padding-left: 15%;
padding-top: 15%;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact {
display: none;
}
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact h2 {
color: #f6f6f6;
margin-bottom: 80px;
}
@media screen and (max-width: 1441px) {
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact h2 {
font-size: 62px;
line-height: 72px;
}
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-address {
font-size: 1.25rem;
margin-bottom: 116px;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone {
margin-bottom: 20px;
opacity: 1 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone a {
font-weight: 700;
font-size: 30px;
line-height: 36px;
opacity: 0.8;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email a {
font-weight: 700;
font-size: 30px;
line-height: 36px;
opacity: 0.8;
transition: color 0.3s ease;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email a.light_glitch::before, .module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email a.light_glitch::after {
animation-duration: 0.2s;
animation-timing-function: step-end;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email a.light_glitch::before {
animation-name: lightGlitch-animation-1;
animation-name: none;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email a.light_glitch::after {
animation-name: lightGlitch-animation-2;
animation-name: none;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch {
font-family: Gilroy;
text-transform: lowercase;
cursor: pointer;
color: #E7E9E6;
position: relative;
opacity: 0.5;
animation-timing-function: step-end !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch:hover,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch:hover {
-webkit-background-clip: text;
-webkit-text-fill-color: #E7E9E6;
opacity: 1;
animation-name: main-animation;
text-decoration: none;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch:hover::before,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch:hover::before {
animation-name: glitch-animation-1;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch:hover::after,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch:hover::after {
animation-name: glitch-animation-2;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch:hover.light_glitch::before, .module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch:hover.light_glitch::after,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch:hover.light_glitch::before,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch:hover.light_glitch::after {
animation-duration: 0.2s;
animation-timing-function: step-end;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch:hover.light_glitch::before,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch:hover.light_glitch::before {
animation-name: lightGlitch-animation-1;
animation-name: none;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch:hover.light_glitch::after,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch:hover.light_glitch::after {
animation-name: lightGlitch-animation-2;
animation-name: none;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch, .module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch::before, .module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch::after,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch::before,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch::after {
animation-duration: 0.3s;
animation-timing-function: linear;
animation-direction: alternate-reverse;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch::before, .module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-email .glitch::after,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch::before,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .contact .footer-telephone .glitch::after {
position: absolute;
top: 0;
left: 0;
content: attr(title);
clip: rect(0, 0, 0, 0);
background: transparent;
color: #E7E9E6;
width: 100%;
height: 100%;
text-shadow: 0px 0 #ff0000;
mix-blend-mode: exclusion;
-webkit-text-fill-color: #E7E9E6;
}
@keyframes glitch-animation-1 {
0% {
left: 5px;
clip: rect(62px, 350px, 65px, 0px);
transform: skewX(45deg);
text-shadow: 11px 0 #ff0000;
}
25% {
left: 2px;
clip: rect(86px, 350px, 89px, 0px);
transform: skewX(-45deg);
text-shadow: 13px 0 #ff0000;
}
50% {
left: 20px;
clip: rect(44px, 350px, 50px, 0px);
transform: skewX(45deg);
text-shadow: 11px 0 #0000ff;
}
75% {
left: 3px;
clip: rect(60px, 350px, 65px, 0px);
transform: skewX(45deg);
text-shadow: 15px 0 #ff0000;
}
100% {
left: 8px;
clip: rect(42px, 350px, 49px, 0px);
transform: skewX(45deg);
text-shadow: 17px 0 #0000ff;
}
}
@keyframes glitch-animation-2 {
0% {
left: -2px;
clip: rect(19px, 350px, 25px, 0px);
transform: skewX(45deg);
text-shadow: -8px 0 #0000ff;
}
25% {
left: -10px;
clip: rect(84px, 350px, 85px, 0px);
transform: skewX(45deg);
text-shadow: -2px 0 #0000ff;
}
50% {
left: -2px;
clip: rect(87px, 350px, 90px, 0px);
transform: skewX(-45deg);
text-shadow: -2px 0 #ff0000;
}
75% {
left: -16px;
clip: rect(51px, 350px, 55px, 0px);
transform: skewX(-45deg);
text-shadow: -1px 0 #00ff00;
}
100% {
left: -7px;
clip: rect(24px, 350px, 28px, 0px);
transform: skewX(-45deg);
text-shadow: -6px 0 #ff0000;
}
}
@keyframes lightGlitch-animation-1 {
0% {
left: 20px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: 18px 0 #0000ff;
}
25% {
left: 19px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: 11px 0 #00ff00;
}
50% {
left: 18px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: 16px 0 #ff0000;
}
75% {
left: 8px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: 19px 0 #ff0000;
}
100% {
left: 3px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: 11px 0 #0000ff;
}
}
@keyframes lightGlitch-animation-2 {
0% {
left: -13px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: -4px 0 #00ff00;
}
25% {
left: -5px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: 0px 0 #00ff00;
}
50% {
left: -8px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: -5px 0 #ff0000;
}
75% {
left: -1px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: -2px 0 #0000ff;
}
100% {
left: -16px;
clip: rect(0px, 400px, 100px, 0px);
-webkit-text-fill-color: transparent;
text-shadow: -8px 0 #0000ff;
}
}
@keyframes main-animation {
0% {
-webkit-text-fill-color: transparent;
transform: skewX(10deg);
}
25% {
-webkit-text-fill-color: transparent;
transform: skewX(10deg);
}
50% {
-webkit-text-fill-color: transparent;
transform: skewX(10deg);
}
75% {
-webkit-text-fill-color: transparent;
transform: skewX(-10deg);
}
100% {
-webkit-text-fill-color: #E7E9E6;
transform: skewX(-10deg);
}
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires {
grid-column: span 6;
padding-top: 14%;
}
@media (max-width: 1440px) {
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires {
padding-top: 3%;
}
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires {
grid-column: span 12;
padding: 0;
}
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container {
margin-top: 14px;
position: relative;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large:focus {
outline: none;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large:-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large::-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large:focus ~ .focus-border,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large ~ label .gfield_required {
display: none;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container input.large:focus ~ label,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .ginput_container .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_1,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_3 {
grid-column-start: 6;
grid-column-end: 9;
position: relative;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_1,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_3 {
padding-left: 0;
grid-column-start: 1;
grid-column-end: 12;
}
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_1 .ginput_container_text,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_3 .ginput_container_text {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_1 .ginput_container_text input,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_3 .ginput_container_text input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_1 .ginput_container_email,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_3 .ginput_container_email {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_1 .ginput_container_email input,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_3 .ginput_container_email input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_2,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_4 {
grid-column-start: 9;
grid-column-end: 12;
position: relative;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_2,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_4 {
grid-column-start: 1;
grid-column-end: 12;
}
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_2 .ginput_container_phone,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_4 .ginput_container_phone {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_2 .ginput_container_phone input,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_4 .ginput_container_phone input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_2 .ginput_container_text,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_4 .ginput_container_text {
margin-top: 22px;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_2 .ginput_container_text input,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .choix_4 .ginput_container_text input {
margin-bottom: 0 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea {
grid-column: span 6;
margin-top: 20px;
}
@media (max-width: 1099px) {
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea {
grid-column: span 12;
}
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea {
margin-top: 15px;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large.large {
border: 0;
padding: 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 200px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
padding-bottom: 200px;
margin-right: 10px;
padding-right: 66px;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: white;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #ffffff;
border-right: 7px solid white;
margin: 8px;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #ffffff !important;
border-right: 6px solid #ffffff !important;
background-color: #181c21 !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large:focus ~ .focus-border,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large:focus ~ label,
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.module-popup-contact .gform-body .gform_page.last_form.third_form .gform_fields .commentaires_textarea .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181c21 !important;
}
.parle-projet-section .ginput_container_radio {
background-color: rgb(0, 0, 0);
}
.parle-projet-section .ginput_container_radio .gchoice {
background-color: transparent;
}
.parle-projet-section .ginput_container_radio .gchoice label {
color: rgba(255, 255, 255, 0.3) !important;
font-size: 5rem !important;
padding-left: 1rem;
}
.parle-projet-section .ginput_container_radio .gchoice label:hover {
color: white !important;
}
.parle-projet-section .gform_next_button {
visibility: hidden !important;
}
.popup_form {
overflow: auto;
position: fixed !important;
top: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 163px 200px 50px;
position: relative;
color: #000 !important;
overflow: hidden;
transition: transform 0.6s ease-out;
transform: translateY(100vh);
}
@media (max-width: 767px) {
.popup_form {
padding: 0;
max-height: -webkit-fill-available;
}
}
.popup_form .gform_validation_errors {
display: none;
}
.popup_form {
overflow-y: auto;
}
.popup_form .wrap_popup .logo_3d {
z-index: 999999999999999;
position: absolute;
top: 0%;
right: 0;
width: 50%;
height: 80%;
pointer-events: none;
display: block;
}
@media (max-width: 1099px) {
.popup_form .wrap_popup .logo_3d {
display: none;
}
}
.btn-aboutAgency {
display: flex;
justify-content: center;
margin-top: 20px;
}
.popup_form.open {
z-index: 99999999999999;
transform: translateY(0);
}
.popup_form h2 {
font-size: 80px;
margin-bottom: 113px;
font-weight: 700;
}
@media (max-width: 767px) {
.popup_form h2 {
margin-bottom: 20px;
}
}
.popup_form .gform_wrapper .gfield_radio li {
display: flex;
}
.popup_form .gform_wrapper .gfield_radio li label {
font-size: 35px;
color: #000;
font-weight: bold;
}
.popup_form .form_video {
position: absolute !important;
right: 0;
top: 0;
width: 100%;
min-height: 100vh;
z-index: -1;
overflow: hidden;
}
.popup_form .close,
.popinPostVideo-close {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/close.svg) no-repeat center;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 50%;
text-align: center;
font-size: 30px;
position: absolute;
top: 25px;
right: 25px;
cursor: pointer;
z-index: 22;
color: #000 !important;
font-weight: 600;
line-height: 1.4;
opacity: 1;
font-family: cursive;
text-shadow: 0 0 black !important;
transition: all 0.2s ease-in-out;
}
.popup_form .close:hover,
.popinPostVideo-close:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/closehover.svg) no-repeat center;
}
@media (max-width: 767px) {
.popup_form .close,
.popinPostVideo-close {
width: 40px;
height: 40px;
}
}
.wrap_pop_video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 100%;
min-height: 100%;
overflow: hidden;
z-index: -1;
}
.wrap_pop_video iframe { min-width: 100%;
min-height: 100%; width: auto;
height: auto; position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.popup_form .gform_wrapper {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
}
.gchoice {
font-weight: 700;
text-transform: lowercase;
color: #1a1c23;
background-color: #7f7f7f;
border-color: #7f7f7f;
display: inline;
text-align: center;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
border: 0;
font-size: 1.125rem;
line-height: 1.625rem;
border-radius: 40px;
vertical-align: middle;
}
.gchoice input {
display: none !important;
}
ul.gfield_checkbox li input[type=checkbox]:checked + label {
color: white;
background-color: #1a1c23;
border-color: #1a1c23;
}
.page-template-template-confirmation-page #noise-page {
display: none;
}
.page-template-template-confirmation-page #app {
background-color: #ffffff;
}
.page-template-template-confirmation-page .confirmation-page {
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
padding: 0 4.7vw;
gap: 50px;
height: 100vh;
}
@media (max-width: 1099px) {
.page-template-template-confirmation-page .confirmation-page {
flex-direction: column;
padding: 0 20px;
gap: 50px;
margin-top: 90px;
min-height: calc(100vh - 90px);
}
}
@media (max-width: 767px) {
.page-template-template-confirmation-page .confirmation-page {
margin-top: 70px;
min-height: calc(100vh - 70px);
}
}
@media (max-width: 1099px) {
.page-template-template-confirmation-page .confirmation-page .gform_confirmation_message {
order: 2;
}
}
.page-template-template-confirmation-page .confirmation-page .confi_div {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.page-template-template-confirmation-page .confirmation-page .confi_div .title {
font-style: normal;
font-weight: 700;
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
line-height: clamp(4.0625rem, 0.3125rem + 4.6875vw, 5.9375rem);
text-align: center;
}
@media (max-width: 767px) {
.page-template-template-confirmation-page .confirmation-page .confi_div .title {
font-size: 2.125rem;
line-height: 1.9375rem;
}
}
.page-template-template-confirmation-page .confirmation-page .confi_div .textconf {
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 4vw, 34px);
line-height: clamp(31px, 4vw, 41px);
text-align: center;
}
.page-template-template-confirmation-page .confirmation-page .confi_div .btn.btn-gohome, .page-template-template-confirmation-page .confirmation-page .confi_div .comment-form input.btn-gohome[type=submit], .comment-form .page-template-template-confirmation-page .confirmation-page .confi_div input.btn-gohome[type=submit], .page-template-template-confirmation-page .confirmation-page .confi_div .search-form .btn-gohome.search-submit, .search-form .page-template-template-confirmation-page .confirmation-page .confi_div .btn-gohome.search-submit {
width: max-content;
position: relative;
margin-top: 40px;
background-color: transparent !important;
color: #181c21 !important;
border: 1px solid rgba(0, 0, 0, 0.5) !important;
padding: 14px 56px 14px 74px !important;
}
.page-template-template-confirmation-page .confirmation-page .confi_div .btn.btn-gohome:before, .page-template-template-confirmation-page .confirmation-page .confi_div .comment-form input.btn-gohome[type=submit]:before, .comment-form .page-template-template-confirmation-page .confirmation-page .confi_div input.btn-gohome[type=submit]:before, .page-template-template-confirmation-page .confirmation-page .confi_div .search-form .btn-gohome.search-submit:before, .search-form .page-template-template-confirmation-page .confirmation-page .confi_div .btn-gohome.search-submit:before {
position: absolute;
top: 25%;
left: 10%;
opacity: 1;
transition: opacity, left, 0.2s ease-out;
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/goback.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/goback.svg);
background-color: #181c21;
width: 30px;
height: 30px;
display: block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
.page-template-template-confirmation-page .confirmation-page .confi_div .btn.btn-gohome:hover, .page-template-template-confirmation-page .confirmation-page .confi_div .comment-form input.btn-gohome[type=submit]:hover, .comment-form .page-template-template-confirmation-page .confirmation-page .confi_div input.btn-gohome[type=submit]:hover, .page-template-template-confirmation-page .confirmation-page .confi_div .search-form .btn-gohome.search-submit:hover, .search-form .page-template-template-confirmation-page .confirmation-page .confi_div .btn-gohome.search-submit:hover, .page-template-template-confirmation-page .confirmation-page .confi_div .btn.btn-gohome:focus, .page-template-template-confirmation-page .confirmation-page .confi_div .comment-form input.btn-gohome[type=submit]:focus, .comment-form .page-template-template-confirmation-page .confirmation-page .confi_div input.btn-gohome[type=submit]:focus, .page-template-template-confirmation-page .confirmation-page .confi_div .search-form .btn-gohome.search-submit:focus, .search-form .page-template-template-confirmation-page .confirmation-page .confi_div .btn-gohome.search-submit:focus {
background-color: #181c21 !important;
color: #fff !important;
outline: none;
}
.page-template-template-confirmation-page .confirmation-page .confi_div .btn.btn-gohome:hover::before, .page-template-template-confirmation-page .confirmation-page .confi_div .comment-form input.btn-gohome[type=submit]:hover::before, .comment-form .page-template-template-confirmation-page .confirmation-page .confi_div input.btn-gohome[type=submit]:hover::before, .page-template-template-confirmation-page .confirmation-page .confi_div .search-form .btn-gohome.search-submit:hover::before, .search-form .page-template-template-confirmation-page .confirmation-page .confi_div .btn-gohome.search-submit:hover::before, .page-template-template-confirmation-page .confirmation-page .confi_div .btn.btn-gohome:focus::before, .page-template-template-confirmation-page .confirmation-page .confi_div .comment-form input.btn-gohome[type=submit]:focus::before, .comment-form .page-template-template-confirmation-page .confirmation-page .confi_div input.btn-gohome[type=submit]:focus::before, .page-template-template-confirmation-page .confirmation-page .confi_div .search-form .btn-gohome.search-submit:focus::before, .search-form .page-template-template-confirmation-page .confirmation-page .confi_div .btn-gohome.search-submit:focus::before {
background-color: #fff;
}
.page-template-template-confirmation-page .confirmation-page .logo_3d_confirmation {
position: relative;
width: 40%;
flex: 0 0 40%;
}
@media (max-width: 1099px) {
.page-template-template-confirmation-page .confirmation-page .logo_3d_confirmation {
width: 100%;
order: 1;
}
}
.page-template-template-confirmation-page .confirmation-page .logo_3d_confirmation img {
display: none;
}
@media (max-width: 1099px) {
.page-template-template-confirmation-page .confirmation-page .logo_3d_confirmation img {
display: block;
margin: 0 auto;
}
}
@media (max-width: 1099px) {
.page-template-template-confirmation-page .confirmation-page .logo_3d_confirmation .item-3d {
display: none;
}
}
.module-portfolio-example { }
.module-portfolio-example section {
width: 100%;
}
@media (max-width: 1099px) {
.module-portfolio-example section {
display: flex;
flex-direction: column;
padding-bottom: 0;
}
}
.module-portfolio-example .title {
font-size: clamp(3.75rem, 4.6875vw, 5.625rem);
}
@media only screen and (max-width: 768px) {
.module-portfolio-example .title {
font-size: 2.5rem;
}
}
@media only screen and (max-width: 500px) {
.module-portfolio-example .title {
font-size: 2rem;
}
}
.module-portfolio-example .module-button a {
padding-right: 1rem;
padding-left: 3.8rem;
}
.module-portfolio-example .thumbnails {
padding-top: 50px;
padding-bottom: 50px;
display: flex;
gap: 15px;
}
@media (max-width: 767px) {
.module-portfolio-example .thumbnails {
flex-direction: column;
}
}
@media (max-width: 1099px) {
.module-portfolio-example .thumbnails {
flex-direction: row;
flex-wrap: wrap;
}
}
.module-portfolio-example .thumbnails .portfolio-example {
flex: 25%;
}
@media (max-width: 1099px) {
.module-portfolio-example .thumbnails .portfolio-example {
flex: calc(50% - 8px);
}
}
@media (max-width: 767px) {
.module-portfolio-example .thumbnails .portfolio-example {
flex: 100%;
}
}
.module-portfolio-example .thumbnails img {
width: 100%;
height: 100%;
transition: transform 0.4s ease-out;
}
.module-portfolio-example .thumbnails a {
display: block;
overflow: hidden;
}
.module-portfolio-example .thumbnails a:hover img {
transform: scale(1.05);
}
.module-portfolio-example .show {
display: block;
}
.module-parallax-img section {
padding-top: 0 !important;
}
.module-parallax-img .img-container:after {
content: " ";
display: block;
clear: both;
}
.module-parallax-img .img-container section { height: 100vh;
width: 100%; background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
opacity: 0.65;
}
@media (max-width: 1099px) {
.single_blog_template {
padding-top: 90px;
}
}
@media (max-width: 767px) {
.single_blog_template {
padding-top: 70px;
}
}
.single_blog_template .single_feature_image img {
width: 100%;
max-width: 100%;
height: auto;
}
.single_blog_template .wrapper_title_share {
margin-top: 40px;
margin-bottom: 20px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
@media (max-width: 767px) {
.single_blog_template .wrapper_title_share {
flex-direction: column;
}
}
.single_blog_template .wrapper_title_share .title_date p {
font-size: 0.95rem;
color: #7f7f7f;
white-space: nowrap;
margin: 0;
opacity: 0.6;
}
.single_blog_template .wrapper_title_share .share_button {
position: relative;
width: -moz-fit-content;
width: fit-content;
}
@media (max-width: 767px) {
.single_blog_template .wrapper_title_share .share_button {
margin-top: 15px;
}
}
.single_blog_template .wrapper_title_share .share_button .share-icon {
position: absolute;
left: calc(100% - 25px);
top: 50%;
width: 68px;
height: 148px;
overflow: hidden;
transform: translateY(-50%);
}
@media (max-width: 767px) {
.single_blog_template .wrapper_title_share .share_button .share-icon {
transform: translateY(21%);
left: 0;
width: 100%;
height: 35px;
top: 100%;
display: flex;
gap: 15px;
justify-content: center;
}
}
.single_blog_template .wrapper_title_share .share_button .share-icon a {
position: absolute;
display: block;
height: 35px;
width: 35px;
transform: scale(0);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
@media (max-width: 767px) {
.single_blog_template .wrapper_title_share .share_button .share-icon a {
position: static;
}
}
.single_blog_template .wrapper_title_share .share_button .share-icon a:first-child {
top: 0;
left: 0;
}
.single_blog_template .wrapper_title_share .share_button .share-icon a:nth-child(2) {
top: 35px;
right: 0;
transition-delay: 0.3s;
}
.single_blog_template .wrapper_title_share .share_button .share-icon a:nth-child(3) {
top: 78px;
right: 0;
transition-delay: 0.6s;
}
.single_blog_template .wrapper_title_share .share_button .share-icon a:last-child {
top: calc(100% - 35px);
left: 0;
transition-delay: 0.9s;
}
.single_blog_template .wrapper_title_share .share_button .share-icon.active a {
transform: scale(1);
}
.single_blog_template .wrapper_title_share .share_button .share {
display: flex;
align-items: center;
gap: 10px;
position: relative;
z-index: 9;
}
.single_blog_template .wrapper_title_share .share_button .share::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/share.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/share.svg);
background-color: black;
width: 23px;
height: 29px;
display: block;
transition: background-color 0.15s ease-out;
}
.single_blog_template .wrapper_title_share .share_button .share:hover::before {
background-color: #cfd1cf;
}
.single_blog_template .line_brake {
border-top: 1px solid;
opacity: 0.8;
margin: 50px 0 0 0;
}
.single-moreArticle {
display: flex;
justify-content: center;
padding: 0 0 30px;
}
.comment-awaiting-moderation {
color: #909090;
}
.comment-content {
color: #b0b0b0;
}
@media (max-width: 1099px) {
.custom-template-blog-single {
margin-top: 124px;
}
}
@media (max-width: 767px) {
.custom-template-blog-single {
margin-top: 70px;
}
}
.custom-template-blog-single .module-wysiwyg .content_image h1 {
font-size: 4rem;
margin-bottom: 70px;
}
@media (max-width: 767px) {
.custom-template-blog-single .module-wysiwyg .content_image h1 {
font-size: 2rem;
margin-bottom: 0;
}
}
.custom-template-blog-single .module-quote .quote p {
color: #1a1c23;
}
.module-list-post .listPost {
padding: 5% 0;
}
.module-list-post .listPost-subtitle {
font-family: "Adobe Garamond", "EB Garamond", serif;
font-size: 1.875rem;
font-weight: 700;
font-style: italic;
color: #a60a17;
}
@media (max-width: 1099px) {
.module-list-post .listPost-subtitle {
font-size: 1.25rem;
}
}
.module-list-post .listPost-title {
font-size: 5.625rem;
line-height: 5.9375rem;
font-weight: 700;
margin-bottom: 1.25rem;
}
@media (max-width: 1099px) {
.module-list-post .listPost-title {
font-size: 2.625rem;
line-height: 2.875rem;
}
}
.module-list-post .listPost-intro {
font-size: 2.125rem;
line-height: 2.5625rem;
font-weight: 700;
margin-bottom: 6.1875rem;
}
@media (max-width: 1099px) {
.module-list-post .listPost-intro {
font-size: 1.125rem;
line-height: 1.5rem;
margin-bottom: 3.125rem;
}
}
.module-list-post .listPost-list {
display: flex;
gap: 60px 30px;
flex-wrap: wrap;
list-style: none;
padding-left: 0;
}
@media (max-width: 1099px) {
.module-list-post .listPost-list {
gap: 50px;
}
}
@media (max-width: 767px) {
.module-list-post .listPost-list {
flex-direction: column;
}
}
.module-list-post .listPost-listItem {
flex: 0 1 calc(33% - 20px);
}
@media (max-width: 1099px) {
.module-list-post .listPost-listItem {
flex: calc(50% - 15px);
}
}
@media (max-width: 767px) {
.module-list-post .listPost-listItem {
flex: 100%;
}
}
.module-list-post .listPost-listItemTitle {
font-size: 2.125rem;
line-height: 2.5625rem;
font-weight: 700;
margin-bottom: 0;
margin-top: 10px;
}
.module-list-post .listPost-date {
font-size: 1.125rem;
line-height: 1.3125rem;
color: #46494d;
}
@media (max-width: 1099px) {
.module-list-post .listPost-date {
font-size: 0.875rem;
}
}
.module-list-post .listPost-img {
cursor: pointer;
position: relative;
}
.module-list-post .listPost-img::before {
content: "";
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Play-BTN.png);
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 10;
width: 100px;
background-size: contain;
background-repeat: no-repeat;
height: 100px;
}
.module-list-post .listPost-img::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9;
}
.module-list-post .listPost-img img {
width: 100%;
}
.module-list-post .listPost-text {
font-size: 1.25rem;
line-height: 1.4375rem;
margin-top: 26px;
}
@media (max-width: 1099px) {
.module-list-post .listPost-text {
font-size: 1rem;
margin-top: 12px;
}
}
.module-list-post .listPost .popinPostVideo {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
-webkit-backdrop-filter: blur(7px);
backdrop-filter: blur(7px);
background-color: rgba(0, 0, 0, 0.3);
display: flex;
}
.module-list-post .listPost .popinPostVideo-content {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background-color: var(--rdbx-dark-blue);
animation: 1s scaleVideo;
}
.module-list-post .listPost .popinPostVideo-content iframe {
aspect-ratio: 16/9;
width: 80%;
height: auto;
}
@keyframes scaleVideo {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}
.module-gmap .container {
max-width: 1440px;
margin: 0 auto;
}
.module-gmap .acf-map {
width: 100%;
height: 687px;
border: #ccc solid 1px;
}
.module-gmap .acf-map img {
max-width: inherit !important;
}
.module-job-list .title {
font-size: 4.75rem;
color: #000;
font-weight: 700;
}
@media (max-width: 767px) {
.module-job-list .title {
font-size: 2.625rem;
}
}
.module-job-list section {
padding-bottom: 5rem;
}
.module-job-list .job-list {
padding: 0;
width: 100%;
list-style: none;
}
@media only screen and (max-width: 450px) {
.module-job-list .job-list {
padding: 0;
}
}
.module-job-list .job-list hr {
background: linear-gradient(to right, #7f7f7f 10%, 70%, transparent 100%);
background: -webkit-linear-gradient(to right, #7f7f7f 10%, 70%, transparent 100%);
height: 1px;
border: 0;
width: 100vw;
position: absolute;
left: -145px;
opacity: 0.15;
}
.module-job-list .job-list-item {
position: relative;
cursor: pointer;
-webkit-touch-callout: none; -webkit-user-select: none;   -ms-user-select: none; user-select: none;
border-bottom: 1px solid #cacacc;
}
.module-job-list .job-list-item .job-content {
height: 0px;
overflow: hidden;
}
.module-job-list .job-list-item .job-content:hover {
color: inherit;
}
.module-job-list .job-list-item .collapsing {
height: 100%;
}
.module-job-list .job-list-item .job-description .content-inner {
padding: 0.25em;
}
.module-job-list .job-list-item .job-content {
margin-top: 15px;
}
.module-job-list .job-list-item .job-content ul {
margin-bottom: 10px;
pointer-events: none;
}
.module-job-list .job-list-item .job-content li {
list-style-type: none;
padding-bottom: 10px;
}
.module-job-list .job-list-item .job-content li:before {
content: "•"; color: black; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
@media (max-width: 1099px) {
.module-job-list .job-list-item .container {
padding-top: 0;
padding-bottom: 0;
}
}
.module-job-list .job-title h4 {
font-size: 1.4rem;
padding: 0;
margin: 0;
}
.module-job-list .job-title .img-container {
max-width: 25px;
margin-right: 15px;
}
.module-job-list .job-title .img-container img {
width: 100%;
height: auto;
}
.module-job-list .job-link-container {
position: relative;
}
.module-job-list .job-link-container .arrow {
display: block;
width: 50px;
height: 50px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
background: #000;
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/arrow-circle.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/arrow-circle.svg);
pointer-events: none;
}
@media (max-width: 767px) {
.module-job-list .job-link-container .arrow {
width: 30px;
height: 30px;
}
}
.module-job-list .job-link-container .arrow.list {
transform: translateY(-50%) rotate(90deg);
}
.module-job-list .job-link {
position: relative;
display: block;
padding: 2rem 0;
padding-right: 60px;
font-size: 3.75rem;
width: 100%;
transition: all 0.3s ease;
color: #1a1c23;
opacity: 1;
}
@media (max-width: 1099px) {
.module-job-list .job-link {
font-size: 2.8125rem;
}
}
@media (max-width: 767px) {
.module-job-list .job-link {
font-size: 1.875rem;
}
}
.module-job-list .job-link:hover {
text-decoration: none;
}
.module-job-list .job-link.glitch {
cursor: pointer;
position: relative;
opacity: 0.5;
animation-timing-function: step-end !important;
}
.module-job-list .job-link.glitch:hover {
-webkit-text-fill-color: #181C21;
-webkit-background-clip: text;
opacity: 1;
animation-name: main-animation;
}
.module-job-list .job-link.glitch:hover::before {
animation-name: glitch-animation-1;
}
.module-job-list .job-link.glitch:hover::after {
animation-name: glitch-animation-2;
}
.module-job-list .job-link.glitch, .module-job-list .job-link.glitch::after {
animation-duration: 0.3s;
animation-timing-function: linear;
animation-direction: alternate-reverse;
}
.module-job-list .job-link.glitch::after {
position: absolute;
top: 0;
left: 0;
content: attr(title);
clip: rect(0, 0, 0, 0);
background: transparent;
color: #E7E9E6;
width: 100%;
height: 100%;
text-shadow: 0px 0 #ff0000;
mix-blend-mode: exclusion;
-webkit-text-fill-color: #E7E9E6;
}
@keyframes glitch-animation-1 {
0% {
left: 17px;
clip: rect(11px, 350px, 18px, 0px);
transform: skewX(45deg);
text-shadow: 15px 0 #ff0000;
}
25% {
left: 20px;
clip: rect(26px, 350px, 28px, 0px);
transform: skewX(45deg);
text-shadow: 12px 0 #0000ff;
}
50% {
left: 19px;
clip: rect(90px, 350px, 97px, 0px);
transform: skewX(45deg);
text-shadow: 11px 0 #00ff00;
}
75% {
left: 18px;
clip: rect(68px, 350px, 72px, 0px);
transform: skewX(-45deg);
text-shadow: 16px 0 #00ff00;
}
100% {
left: 11px;
clip: rect(44px, 350px, 52px, 0px);
transform: skewX(-45deg);
text-shadow: 20px 0 #ff0000;
}
}
@keyframes glitch-animation-2 {
0% {
left: -8px;
clip: rect(64px, 350px, 71px, 0px);
transform: skewX(45deg);
text-shadow: -5px 0 #0000ff;
}
25% {
left: -8px;
clip: rect(94px, 350px, 100px, 0px);
transform: skewX(-45deg);
text-shadow: 0px 0 #ff0000;
}
50% {
left: -11px;
clip: rect(26px, 350px, 33px, 0px);
transform: skewX(45deg);
text-shadow: -1px 0 #0000ff;
}
75% {
left: -19px;
clip: rect(10px, 350px, 18px, 0px);
transform: skewX(45deg);
text-shadow: -4px 0 #0000ff;
}
100% {
left: -2px;
clip: rect(84px, 350px, 89px, 0px);
transform: skewX(-45deg);
text-shadow: -4px 0 #0000ff;
}
}
@keyframes main-animation {
0% {
-webkit-text-fill-color: transparent;
transform: skewX(-10deg);
}
25% {
-webkit-text-fill-color: transparent;
transform: skewX(10deg);
}
50% {
-webkit-text-fill-color: transparent;
transform: skewX(-10deg);
}
75% {
-webkit-text-fill-color: transparent;
transform: skewX(-10deg);
}
100% {
-webkit-text-fill-color: transparent;
transform: skewX(10deg);
}
}
.module-form-gmap .container {
display: flex;
gap: 30px;
}
@media (max-width: 1099px) {
.module-form-gmap .container {
flex-direction: column;
}
}
.module-form-gmap .container .acf-map {
flex: 50%;
border: #ccc solid 1px;
}
@media (max-width: 1099px) {
.module-form-gmap .container .acf-map {
width: 100%;
aspect-ratio: 1/1;
}
}
.module-form-gmap .container .acf-map img {
max-width: inherit !important;
}
#main .module-more-blogs section {
padding: 0;
padding-top: 0 !important;
padding-bottom: 5rem;
overflow: initial;
}
.single #main .module-more-blogs section h1 {
font-size: 3.75rem;
margin-bottom: 50px;
}
@media (max-width: 1099px) {
.single #main .module-more-blogs section h1 {
font-size: 3rem;
}
}
#main .module-more-blogs section .show-more-posts {
display: grid;
gap: 30px 15px;
grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1399px) {
#main .module-more-blogs section .show-more-posts {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 1099px) {
#main .module-more-blogs section .show-more-posts {
grid-template-columns: 1fr;
}
}
#main .module-more-blogs section .show-more-posts .article .excerpt {
display: none;
}
#main .module-more-blogs section .show-more-posts .article .blog-info .dif_size {
font-size: 0.55rem;
}
@media screen and (max-width: 1099px) {
#main .module-calculator-price-hero .hero-row {
flex-direction: column-reverse;
}
}
#main .module-calculator-price-hero section {
padding: 0;
padding-top: 0 !important;
overflow: initial;
}
#main .module-calculator-price-hero .hero-image {
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
#main .module-calculator-price-hero .hero-image .container {
display: flex;
align-items: center;
}
#main .module-calculator-price-hero .hero-video {
height: 85vh;
position: relative;
}
@media screen and (min-width: 768px) {
#main .module-calculator-price-hero .hero-video {
min-height: 994px;
height: 100vh;
}
}
@media screen and (max-width: 1099px) {
#main .module-calculator-price-hero .hero-video {
height: auto;
padding-top: 160px;
padding-bottom: 100px;
}
}
@media screen and (max-width: 768px) {
#main .module-calculator-price-hero .hero-video {
height: auto;
padding-top: 160px;
padding-bottom: 100px;
}
}
@media screen and (max-width: 600px) {
#main .module-calculator-price-hero .hero-video {
height: auto;
padding-top: 140px;
padding-bottom: 60px;
}
}
#main .module-calculator-price-hero .hero-video .bg-video {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
opacity: 0.15;
overflow: hidden;
}
#main .module-calculator-price-hero .hero-video .bg-video__content {
height: 100%;
width: 100%;
object-fit: cover;
}
#main .module-calculator-price-hero .hero-video .container {
display: flex;
align-items: center;
}
@media screen and (max-width: 400px) {
#main .module-calculator-price-hero .hero-video .container {
padding: 15px;
}
}
#main .module-calculator-price-hero .hero-text {
z-index: 10;
color: #fff;
text-align: left;
}
@media (max-width: 1099px) {
#main .module-calculator-price-hero .hero-text {
margin-top: 40px;
}
}
#main .module-calculator-price-hero .hero-text h1 {
font-size: clamp(32px, 6vw, 85px);
line-height: clamp(38px, 6.5vw, 95px);
}
@media screen and (max-width: 1600px) {
#main .module-calculator-price-hero .hero-text h1 {
max-width: 996px;
font-size: clamp(32px, 4.6vw, 85px);
line-height: clamp(38px, 5.2vw, 85px);
}
}
#main .module-calculator-price-hero .hero-text p {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 24px;
margin-top: 30px;
color: #F6F9FC;
}
@media screen and (min-width: 375px) {
#main .module-calculator-price-hero .hero-text p {
font-size: 26px;
line-height: 28px;
}
}
@media screen and (max-width: 1600px) {
#main .module-calculator-price-hero .hero-text p {
max-width: 760px;
font-size: 20px;
line-height: 22px;
}
}
#main .module-calculator-price-hero .hero-text p strong {
color: #ffffff;
}
#main .module-calculator-price-hero .hero-text .sub-heading {
font-family: "Adobe Garamond", "EB Garamond", serif;
font-style: italic;
font-weight: 400;
font-size: clamp(25px, 5vw, 35px);
line-height: clamp(32px, 5.5vw, 42px);
color: #a60a17;
margin-bottom: 15px;
margin-top: 0;
}
#main .module-calculator-price-hero .image_right {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#main .module-calculator-price-hero .image_right img {
max-width: 500px;
width: 100%;
margin-top: -160px;
}
@media screen and (max-width: 1099px) {
#main .module-calculator-price-hero .image_right img {
margin-top: 20px;
margin-bottom: 20px;
}
}
#main .module-calculator-price-hero .image_right .calculator-price-button {
position: relative;
bottom: inherit;
right: inherit;
}
#main .module-calculator-price-video-grid section {
padding-top: 5%;
padding-bottom: 5%;
overflow: initial;
}
#main .module-calculator-price-video-grid .container_text h1 {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
#main .module-calculator-price-video-grid .pos_top_video {
margin-top: -12%;
}
@media screen and (max-width: 768px) {
#main .module-calculator-price-video-grid .pos_top_video {
margin-top: 30px;
}
}
#main .module-calculator-price-video-grid .large_video {
position: relative;
padding: 56.25% 0 0 0;
height: 0px;
}
@media screen and (max-width: 1441px) {
#main .module-calculator-price-video-grid .large_video {
padding: 56.25% 0 0 0;
}
}
#main .module-calculator-price-video-grid .large_video iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 1024px) {
.page-template-template-calculateur-de-prix #main .module-calculator-price-video-grid .pos_top_video {
max-width: 100%;
width: 100%;
padding: 0;
}
}
@media screen and (max-width: 768px) {
.page-template-template-calculateur-de-prix #main .module-calculator-price-video-grid .pos_top_video {
margin-top: 30px;
}
}
#main .module-calculator-price-video-grid section {
padding-top: 5%;
padding-bottom: 5%;
overflow: initial;
}
#main .module-calculator-price-video-grid .container_text h1 {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
#main .module-calculator-price-video-grid .pos_top_video {
margin-top: -12%;
}
@media screen and (max-width: 768px) {
#main .module-calculator-price-video-grid .pos_top_video {
margin-top: 30px;
}
}
#main .module-calculator-price-video-grid .large_video {
position: relative;
padding: 56.25% 0 0 0;
height: 0px;
}
@media screen and (max-width: 1441px) {
#main .module-calculator-price-video-grid .large_video {
padding: 56.25% 0 0 0;
}
}
#main .module-calculator-price-video-grid .large_video iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 1024px) {
.page-template-template-calculateur-de-prix #main .module-calculator-price-video-grid .pos_top_video {
max-width: 100%;
width: 100%;
padding: 0;
}
}
@media screen and (max-width: 768px) {
.page-template-template-calculateur-de-prix #main .module-calculator-price-video-grid .pos_top_video {
margin-top: 30px;
}
}
#main .module-calculator-price-little-blocks section {
padding: 0;
padding-top: 5% !important;
padding-bottom: 5% !important;
overflow: initial;
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black {
position: relative;
margin-bottom: 3rem;
}
@media screen and (max-width: 1441px) {
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black {
margin-bottom: 1rem;
}
}
@media screen and (max-width: 575px) {
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black {
display: flex;
justify-content: center;
}
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_black {
display: flex;
flex-direction: column;
background-color: #1a1c23;
max-width: 390px;
width: 100%;
height: 340px;
justify-content: center;
padding: 20px 45px;
}
@media screen and (max-width: 1441px) {
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_black {
height: 340px;
}
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_black h2 {
color: #fff;
font-style: normal;
font-weight: 700;
font-size: clamp(22px, 2vw, 30px);
line-height: clamp(22px, 2.3vw, 30px);
margin-bottom: 30px;
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_black .icon_card {
background-color: #fff;
max-width: 122px;
width: 100%;
height: 122px;
display: block;
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: center;
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_white {
display: flex;
flex-direction: column;
background-color: transparent;
max-width: 390px;
width: 100%;
height: 390px;
border: 1px solid #191C22;
justify-content: center;
padding: 20px 45px;
position: absolute;
width: 91%;
height: 340px;
top: 0;
display: none;
}
@media screen and (max-width: 1441px) {
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_white {
width: 92%;
}
}
@media screen and (max-width: 425px) {
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_white {
position: relative;
width: 100%;
min-height: 340px;
}
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_white h2 {
color: #1a1c23;
font-style: normal;
font-weight: 700;
font-size: clamp(22px, 2vw, 30px);
line-height: clamp(22px, 2.3vw, 30px);
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_white p {
color: #1a1c23;
font-style: normal;
font-weight: 400;
font-size: clamp(14px, 1vw, 18px);
line-height: clamp(17px, 1.3vw, 21px);
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .block_black .block_content_white .icon_card {
background-color: #181C21;
max-width: 86px;
width: 100%;
height: 122px;
display: block;
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: center;
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .logo_cta {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
#main .module-calculator-price-little-blocks .blocks .block_wrapper .logo_cta img {
max-width: 200px;
margin-bottom: 20px;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters {
background-color: #8D2A2A;
padding: 60px 40px 0 40px;
margin-top: 100px;
margin-bottom: 60px;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters h2 {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 3vw, 60px);
line-height: clamp(53px, 3.3vw, 73px);
color: #ffffff;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .gform_validation_error .gform_validation_errors {
display: block;
background: none;
border: none;
padding: 0;
box-shadow: none;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .gform_validation_error .gform_validation_errors h2.gform_submission_error {
font-size: clamp(16px, 1vw, 30px);
line-height: clamp(22px, 3.3vw, 32px);
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .gform_validation_error .gform_validation_errors h2.gform_submission_error span.gform-icon {
display: none;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .gform_validation_error .gfield_validation_message {
display: block;
background: none;
padding: 0;
border: none;
margin: 0;
color: #fff9f9;
font-size: 11px;
line-height: 14px;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .gform_confirmation_wrapper .gform_confirmation_message {
color: #ffffff;
margin-bottom: 30px;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper {
padding-top: 30px;
padding-bottom: 30px;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper {
display: flex;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper .gform_body {
width: 80%;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper .gform_body .gform_fields input:not(input[type=checkbox]) {
background-color: transparent;
border: none;
border-bottom: 2px solid #cfd1cf;
color: rgba(255, 255, 255, 0.5);
margin-bottom: 15px !important;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper .gform_body .gform_fields input:not(input[type=checkbox]):-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper .gform_body .gform_fields input:not(input[type=checkbox])::placeholder { color: rgba(255, 255, 255, 0.5);
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper .gform_body .gform_fields input:not(input[type=checkbox]):-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper .gform_body .gform_fields input:not(input[type=checkbox])::-ms-input-placeholder { color: rgba(255, 255, 255, 0.5);
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper .gform_body .gform_fields .gfield {
grid-column: span 4 !important;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper .gform_footer {
display: initial !important;
}
#main .module-calculator-price-little-blocks .blocks .wrapper_newsletters .newsletters .form_newsletters .infolettres-wrapper_wrapper .infolettres-wrapper .gform_footer input {
padding-right: 1.8rem;
padding-left: 3.6rem;
}
#main .module-calculator-price-testimonials section {
padding: 0;
padding-top: 5% !important;
padding-bottom: 5% !important;
overflow: initial;
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow {
position: absolute;
top: 100%;
transform: translateY(-100%);
width: 48px;
height: 48px;
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow.slick-prev {
right: initial;
left: -32%;
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow.slick-prev::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_left_slide.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_left_slide.svg);
background-color: #ffffff;
width: 100%;
height: 100%;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
@media screen and (max-width: 500px) {
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow.slick-prev::before {
width: 36px;
height: 36px;
}
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow.slick-next {
right: initial;
left: -26%;
}
@media screen and (max-width: 1441px) {
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow.slick-next {
left: -24%;
}
}
@media screen and (max-width: 768px) {
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow.slick-next {
left: -21%;
}
}
@media screen and (max-width: 500px) {
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow.slick-next {
left: -20%;
}
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow.slick-next::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_right_slide.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/arrow_right_slide.svg);
background-color: #ffffff;
width: 48px;
height: 48px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
@media screen and (max-width: 500px) {
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .testimonials .slick-arrow.slick-next::before {
width: 36px;
height: 36px;
}
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .sub-title {
font-family: "Adobe Garamond Pro";
font-style: italic;
font-weight: 400;
font-size: clamp(16px, 2vw, 35px);
line-height: clamp(22px, 2.3vw, 40px);
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .block_content_testimonials h2 {
font-weight: 700;
font-size: clamp(25px, 1vw, 35px);
line-height: clamp(30px, 1.3vw, 40px);
margin-bottom: 40px;
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .block_content_testimonials .profile {
display: flex;
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .block_content_testimonials .profile img.logo {
max-width: 60px;
height: 60px;
object-fit: cover;
object-position: center;
border-radius: 50%;
margin-right: 15px;
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .block_content_testimonials .profile .profile_text {
display: flex;
flex-direction: column;
justify-content: center;
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .block_content_testimonials .profile .profile_text h3 {
font-style: normal;
font-weight: 700;
font-size: clamp(14px, 1vw, 19px);
line-height: clamp(20px, 1.3vw, 26px);
margin: 0;
}
#main .module-calculator-price-testimonials section .block_wrapper_testimonials .block_content_testimonials .profile .profile_text p {
font-style: normal;
font-weight: 400;
font-size: clamp(14px, 1vw, 20px);
line-height: clamp(20px, 1.3vw, 28px);
margin: 0;
}
.popup {
overflow-y: hidden;
}
.module-popup-calculateur-prix .popup_calculateur {
overflow: auto;
position: fixed !important;
top: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 163px 200px 50px;
position: relative;
color: #000 !important;
overflow: hidden;
transition: transform 0.6s ease-out;
transform: translateY(100vh);
background-color: #f6f6f6;
}
.module-popup-calculateur-prix .popup_calculateur .gform_validation_errors {
display: none;
}
.module-popup-calculateur-prix .popup_calculateur .wrap_popup .logo_3d_calculateur {
z-index: 999999999999999;
position: absolute;
top: 10%;
right: 0px;
width: 34%;
height: 80%;
pointer-events: none;
display: block;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .wrap_popup .logo_3d_calculateur {
top: 6%;
}
}
@media screen and (max-width: 1124px) {
.module-popup-calculateur-prix .popup_calculateur .wrap_popup .logo_3d_calculateur {
top: 16%;
right: 2%;
width: 30%;
height: 50%;
}
}
@media screen and (max-width: 1024px) {
.module-popup-calculateur-prix .popup_calculateur .wrap_popup .logo_3d_calculateur {
display: none;
}
}
.module-popup-calculateur-prix .popup_calculateur .wrap_popup .images_calculateur {
z-index: 999999999999999;
position: absolute;
top: 10%;
right: 0px;
width: 34%;
height: 80%;
pointer-events: none;
display: none;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .wrap_popup .images_calculateur {
width: 30%;
}
}
.module-popup-calculateur-prix .popup_calculateur .wrap_popup .images_calculateur img {
max-width: 400px;
width: 100%;
height: auto;
margin-top: 120px;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .wrap_popup .images_calculateur img {
max-width: 340px;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
transform: translate(0%, 0%);
padding: 163px 200px 50px;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper {
padding: 100px 30px 50px 130px;
}
}
@media screen and (max-width: 1024px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper {
padding: 100px 30px 50px 50px;
}
}
@media screen and (max-width: 768px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper {
padding: 30px;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper .form_conception {
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 1440px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper .form_conception {
height: 632px;
}
}
@media screen and (max-width: 1024px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper .form_conception {
height: 88%;
}
}
@media screen and (max-width: 425px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .spacer {
display: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .telephone_field,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .email_field,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .enterprise_field,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .function_field,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .textarea_project {
display: grid;
grid-column-start: 1;
grid-column-end: 9;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last {
margin: 12px 0;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last label {
padding: 0;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last .focus-border {
padding: 0;
margin: 0;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .spacer {
display: block !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .spacer {
display: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 10px;
}
}
@media screen and (max-width: 768px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-template-columns: initial;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text {
position: relative;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus {
outline: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label .gfield_required {
display: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 5vw, 90px);
line-height: clamp(50px, 5.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 5vw, 34px);
line-height: clamp(31px, 5.5vw, 41px);
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-size: clamp(24px, 1vw, 34px);
line-height: clamp(31px, 1.5vw, 41px);
}
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates {
grid-column: span 7;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:first-of-type {
flex-grow: 0.9;
padding-left: 20px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(2) {
margin: 0;
flex-grow: 0.9;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(3) {
margin: 0;
flex-grow: 1.1;
padding-left: 0px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group {
background-color: #fff;
padding: 20px;
margin-bottom: 15px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item {
position: relative;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus {
outline: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
pointer-events: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label .gfield_required {
display: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons {
width: 80px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .add_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/add_row.svg);
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .delete_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/less.svg);
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice {
background-color: #d0d1d3 !important;
color: #181c21;
border-radius: 70px;
border: none !important;
position: relative;
padding: 0 !important;
transition: background 0.2s ease !important;
cursor: pointer;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice label {
min-width: 200px;
padding: 14px 5px !important;
justify-content: center;
cursor: pointer;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21 !important;
color: #ffffff !important;
border-radius: 70px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice:hover, .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice:active {
background-color: #949494 !important;
color: #181c21;
}
@media screen and (max-width: 768px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
padding-right: 24px;
}
}
@media screen and (max-width: 768px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 9;
}
}
@media screen and (max-width: 640px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 8;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop {
grid-column: span 8;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop {
grid-column: span 9;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop .gfield_checkbox .gchoice.image-choices-choice {
height: 194px;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop .gfield_checkbox .gchoice.image-choices-choice {
max-width: 160px;
height: 160px;
}
}
@media screen and (max-width: 425px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production {
grid-column: span 9;
}
}
@media screen and (max-width: 1440px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production {
grid-column: span 8;
}
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production .gfield_checkbox .gchoice.image-choices-choice {
height: 212px;
}
}
@media screen and (max-width: 425px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates {
grid-column: span 7;
}
}
@media screen and (max-width: 768px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates {
grid-column: span 10;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:first-of-type {
flex-grow: 0.9;
padding-left: 20px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(2) {
margin: 0;
flex-grow: 0.9;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(3) {
margin: 0;
flex-grow: 1;
padding-left: 0px;
}
@media screen and (max-width: 640px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header {
display: none;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group {
background-color: #fff;
padding: 16px;
margin-bottom: 14px;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group {
padding: 10px;
margin-bottom: 10px;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item {
position: relative;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus {
outline: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
pointer-events: none;
}
@media screen and (max-width: 640px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label {
top: 44px !important;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label .gfield_required {
display: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
@media screen and (max-width: 640px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ label {
top: 21px !important;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons {
width: 80px;
}
@media screen and (max-width: 640px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons {
margin: 16px -16px -8px;
background-color: initial;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .add_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/add_row.svg);
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .delete_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/less.svg);
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 8;
}
}
@media screen and (max-width: 768px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 9;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
display: flex;
flex-wrap: wrap;
height: 100%;
column-gap: 30px;
row-gap: 30px;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
column-gap: 33px;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
position: relative;
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 194px;
margin: 0;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 120px;
height: 120px;
margin: 0;
}
}
@media screen and (max-width: 425px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 340px;
height: 180px;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover {
background-color: #181c21;
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover input[type=radio]:checked + label {
background-color: #181c21;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label {
position: absolute;
left: 0;
top: 0;
max-width: 100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-style: normal;
font-weight: 700;
font-size: clamp(30px, 3vw, 60px);
line-height: clamp(43px, 3.5vw, 73px);
padding: 20px;
cursor: pointer;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label p {
font-style: normal;
font-weight: 300;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(12px, 1.5vw, 15px);
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display {
border: 1px solid #d0d1d3;
height: 2px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle {
border: none;
background: none;
box-shadow: none;
top: -14px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle::before {
background: #da404c;
border-radius: 37px;
width: 18px;
height: 18px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle::after {
background: #da404c;
opacity: 0.5;
border-radius: 37px;
width: 44px;
height: 44px;
top: 50%;
left: 50% !important;
transform: translate(-50%, -50%);
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle .noUi-tooltip {
border: none;
background: none;
color: #da404c;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle .noUi-tooltip::after {
content: "$";
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .min-val-relation::after,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .max-val-relation::after {
content: "$";
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.firts_field {
display: grid;
grid-row-start: 2;
grid-row-end: 2;
grid-column-start: 1;
grid-column-end: 5;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.firts_field {
grid-column-end: 5;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.second_field {
display: grid;
grid-row-start: 2;
grid-row-end: 11;
grid-column-start: 1;
grid-column-end: 4;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.second_field {
grid-row-end: 14;
}
}
@media screen and (max-width: 768px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.second_field {
grid-column-end: 5;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 9;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 9;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles p {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 5;
}
}
@media screen and (max-width: 768px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
padding-right: 24px;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url.sectiones {
grid-column: span 7;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 225px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 160px;
height: 160px;
}
}
@media screen and (max-width: 425px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 22px);
line-height: clamp(26px, 1.5vw, 28px);
transition: none;
margin-bottom: 5px;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text {
font-size: clamp(16px, 1vw, 22px);
line-height: clamp(20px, 1.5vw, 28px);
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique {
grid-column: span 9 !important;
}
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice.image-choices-choice {
height: 206px;
}
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement {
grid-column: span 9 !important;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 210px;
padding: 0 !important;
margin: 0 10px 25px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 166px;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.small_button .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
height: 160px;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field.little_box .gchoice {
height: 150px !important;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last {
position: relative;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:focus,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:focus {
outline: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input::-webkit-input-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input::-webkit-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:-moz-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input::-moz-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input::-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:-ms-input-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:-ms-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
padding-right: initial !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input.has-content ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input.has-content ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
padding-left: 1% !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input ~ label .gfield_required,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ label .gfield_required {
display: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input.has-content ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input.has-content ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input {
width: 99%;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input.has-content ~ .focus-border {
width: 97%;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ label {
padding-left: 2% !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ .focus-border {
margin-left: 2%;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input.has-content ~ .focus-border {
margin-left: 2%;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email {
position: relative;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text .validation_message.instruction,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone .validation_message.instruction,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email .validation_message.instruction {
display: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:focus,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:focus,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:focus {
outline: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large::-webkit-input-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large::-webkit-input-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:-moz-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:-moz-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large::-moz-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large::-moz-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large::-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:-ms-input-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:-ms-input-placeholder,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text .has-content.large ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone .has-content.large ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large ~ label .gfield_required,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large ~ label .gfield_required,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large ~ label .gfield_required {
display: none;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text .has-content.large ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone .has-content.large ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea {
position: relative;
margin-top: 15px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large {
border: 0;
padding: 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 200px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
padding-bottom: 200px;
margin-right: 10px;
padding-right: 66px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: #f6f6f6;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #f6f6f6;
border-right: 7px solid #f6f6f6;
margin: 8px;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #f6f6f6 !important;
border-right: 6px solid #f6f6f6 !important;
background-color: #181c21 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
background-color: #f6f6f6;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large:focus ~ .focus-border,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large:focus ~ label,
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181c21 !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 6 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 7 !important;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
color: #fff !important;
background-color: #a60a17 !important;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/send.svg) no-repeat 12px 16px;
width: 150px;
padding-left: 52px !important;
margin: 20px 0 !important;
position: absolute;
bottom: 10%;
right: 38%;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.btn:hover, .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:hover, .comment-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:hover, .search-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:hover, .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.btn:active, .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:active, .comment-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active, .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:active, .search-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:active {
color: #c5c5c5;
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
bottom: 3%;
}
}
@media (max-width: 767px) {
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
margin: 0 !important;
bottom: 6%;
right: 26%;
}
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper.gravity-theme .gfield_label {
font-weight: initial;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper .gf_progressbar_title {
display: none !important;
}
.module-popup-calculateur-prix .popup_calculateur .gform_wrapper .gform_ajax_spinner {
position: absolute;
bottom: 35px;
right: 45px;
max-width: 100%;
width: 50px;
display: block;
margin: 20px auto;
}
.module-popup-calculateur-prix .popup_calculateur.open {
z-index: 99999999999999;
transform: translateY(0);
}
.gform_page_footer .btn-terciary[value=Envoyer]:hover, .gform_page_footer .btn-terciary[value=Envoyer]:active {
color: #c5c5c5;
background-color: #d51626 !important;
}
.gform_page_footer .gform_previous_button {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/back.svg) no-repeat 12px 16px;
margin: 0;
margin: 9px 0 !important;
border: none;
text-indent: 120%;
white-space: nowrap;
overflow: hidden;
height: 79px;
padding: 0;
background-color: transparent !important;
position: absolute;
bottom: 25px;
left: 25px;
transition: all 0.2s ease-in-out;
}
.gform_page_footer .gform_previous_button:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/backhover.svg) no-repeat 12px 16px;
}
.popup_calculateur .close {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/close.svg) no-repeat;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 22px;
text-align: center;
font-size: 30px;
position: absolute;
top: 25px;
right: 25px;
cursor: pointer;
z-index: 22;
color: #000 !important;
font-weight: 600;
line-height: 1.4;
opacity: 1;
font-family: cursive;
text-shadow: 0 0 black !important;
transition: all 0.2s ease-in-out;
}
.popup_calculateur .close:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/closehover.svg) no-repeat;
}
@media screen and (max-width: 425px) {
.popup_calculateur .close {
top: 15px;
right: 6px;
}
}
.popup {
overflow-y: hidden;
}
.module-popup-ecommerce .popup_ecommerce {
overflow: auto;
position: fixed !important;
top: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 163px 200px 50px;
position: relative;
color: #000 !important;
overflow: hidden;
transition: transform 0.6s ease-out;
transform: translateY(100vh);
background-color: #f6f6f6;
}
.module-popup-ecommerce .popup_ecommerce .gform_validation_errors {
display: none;
}
.module-popup-ecommerce .popup_ecommerce .wrap_popup .logo_3d_common {
z-index: 999999999999999;
position: absolute;
top: 10%;
right: 0%;
width: 36%;
height: 80%;
pointer-events: none;
display: block;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .wrap_popup .logo_3d_common {
top: 6%;
}
}
@media screen and (max-width: 1124px) {
.module-popup-ecommerce .popup_ecommerce .wrap_popup .logo_3d_common {
top: 16%;
right: 2%;
width: 30%;
height: 50%;
}
}
@media screen and (max-width: 1024px) {
.module-popup-ecommerce .popup_ecommerce .wrap_popup .logo_3d_common {
display: none;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
transform: translate(0%, 0%);
padding: 163px 160px 50px;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper {
padding: 100px 30px 50px 130px;
}
}
@media screen and (max-width: 1024px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper {
padding: 100px 30px 50px 50px;
}
}
@media screen and (max-width: 768px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper {
padding: 30px;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper .form_conception {
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 1440px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper .form_conception {
height: 632px;
}
}
@media screen and (max-width: 1024px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper .form_conception {
height: 88%;
}
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .spacer {
display: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .telephone_field,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .email_field,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .enterprise_field,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .function_field,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .textarea_project {
display: grid;
grid-column-start: 1;
grid-column-end: 9;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last {
margin: 12px 0;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last label {
padding: 0;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last .focus-border {
padding: 0;
margin: 0;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 10px;
}
}
@media screen and (max-width: 768px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-template-columns: initial;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text {
position: relative;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus {
outline: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-moz-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-moz-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label .gfield_required {
display: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 5vw, 34px);
line-height: clamp(31px, 5.5vw, 41px);
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-size: clamp(24px, 1vw, 34px);
line-height: clamp(31px, 1.5vw, 41px);
}
}
@media screen and (max-width: 768px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
padding-right: 24px;
}
}
@media screen and (max-width: 768px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 9;
}
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 5;
}
}
@media screen and (max-width: 768px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 9;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
display: flex;
flex-wrap: wrap;
height: 100%;
column-gap: 30px;
row-gap: 30px;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
column-gap: 33px;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
position: relative;
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 194px;
margin: 0;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 120px;
height: 120px;
margin: 0;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover {
background-color: #181c21;
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover input[type=radio]:checked + label {
background-color: #181c21;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label {
position: absolute;
left: 0;
top: 0;
max-width: 100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-style: normal;
font-weight: 700;
font-size: clamp(30px, 3vw, 60px);
line-height: clamp(43px, 3.5vw, 73px);
padding: 20px;
cursor: pointer;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label p {
font-style: normal;
font-weight: 300;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(12px, 1.5vw, 15px);
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 9;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 8;
}
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 8;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles p {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 5;
}
}
@media screen and (max-width: 768px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
padding-right: 24px;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url.sectiones {
grid-column: span 7;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique {
grid-column: span 8 !important;
}
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice.image-choices-choice {
height: 206px;
}
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice {
max-width: 340px;
height: 180px;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement {
grid-column: span 8 !important;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 5vw, 13px);
line-height: clamp(10px, 5.5vw, 15px);
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last {
position: relative;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus {
outline: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input::-webkit-input-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input::-webkit-input-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:-moz-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:-moz-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input::-moz-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input::-moz-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:-ms-input-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:-ms-input-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
padding-right: initial !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
padding-left: 1% !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ label .gfield_required,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label .gfield_required {
display: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input {
width: 99%;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ .focus-border {
width: 97%;
transition: 0.4s;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label {
padding-left: 2% !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ .focus-border {
margin-left: 2%;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ .focus-border {
margin-left: 2%;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email {
position: relative;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .validation_message.instruction,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .validation_message.instruction,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .validation_message.instruction {
display: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus {
outline: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large::-webkit-input-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large::-webkit-input-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:-moz-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:-moz-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:-moz-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large::-moz-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large::-moz-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large::-moz-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:-ms-input-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:-ms-input-placeholder,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .has-content.large ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .has-content.large ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ label .gfield_required,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ label .gfield_required,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ label .gfield_required {
display: none;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .has-content.large ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .has-content.large ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea {
position: relative;
margin-top: 15px;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large {
border: 0;
padding: 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 200px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
padding-bottom: 200px;
margin-right: 10px;
padding-right: 66px;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: #f6f6f6;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #f6f6f6;
border-right: 7px solid #f6f6f6;
margin: 8px;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #f6f6f6 !important;
border-right: 6px solid #f6f6f6 !important;
background-color: #181c21 !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
background-color: #f6f6f6;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large:focus ~ .focus-border,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large:focus ~ label,
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181c21 !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 6 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 7 !important;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
color: #fff !important;
background-color: #a60a17 !important;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/send.svg) no-repeat 12px 16px;
width: 150px;
padding-left: 52px !important;
margin: 20px 0 !important;
position: absolute;
bottom: 8%;
right: 34%;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input.btn:hover, .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:hover, .comment-form .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:hover, .search-form .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:hover, .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input.btn:active, .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:active, .comment-form .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active, .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:active, .search-form .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:active {
color: #c5c5c5;
background-color: #181c21;
}
@media screen and (max-width: 425px) {
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
bottom: 3%;
}
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper.gravity-theme .gfield_label {
font-weight: initial;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper .gf_progressbar_title {
display: none !important;
}
.module-popup-ecommerce .popup_ecommerce .gform_wrapper .gform_ajax_spinner {
position: absolute;
bottom: 35px;
right: 45px;
max-width: 100%;
width: 50px;
display: block;
margin: 20px auto;
}
.module-popup-ecommerce .popup_ecommerce.open {
z-index: 99999999999999;
transform: translateY(0);
}
.gform_page_footer .btn-terciary[value=Envoyer]:hover, .gform_page_footer .btn-terciary[value=Envoyer]:active {
color: #c5c5c5;
background-color: #d51626 !important;
}
.gform_page_footer .gform_previous_button {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/back.svg) no-repeat 12px 16px;
margin: 0;
margin: 9px 0 !important;
border: none;
text-indent: 120%;
white-space: nowrap;
overflow: hidden;
height: 79px;
padding: 0;
background-color: transparent !important;
position: absolute;
bottom: 25px;
left: 25px;
transition: all 0.2s ease-in-out;
}
.gform_page_footer .gform_previous_button:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/backhover.svg) no-repeat 12px 16px;
}
.popup_ecommerce .close {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/close.svg) no-repeat;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 22px;
text-align: center;
font-size: 30px;
position: absolute;
top: 25px;
right: 25px;
cursor: pointer;
z-index: 22;
color: #000 !important;
font-weight: 600;
line-height: 1.4;
opacity: 1;
font-family: cursive;
text-shadow: 0 0 black !important;
transition: all 0.2s ease-in-out;
}
.popup_ecommerce .close:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/closehover.svg) no-repeat;
}
.popup {
overflow-y: hidden;
}
.module-popup-contact-rh .popup_rh {
overflow: auto;
position: fixed !important;
top: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 163px 200px 50px;
position: relative;
color: #000 !important;
overflow: hidden;
transition: transform 0.6s ease-out;
transform: translateY(100vh);
background-color: #f6f6f6;
}
.module-popup-contact-rh .popup_rh .gform_validation_errors {
display: none;
}
.module-popup-contact-rh .popup_rh .wrap_popup .logo_3d_common_rh {
z-index: 999999999999999;
position: absolute;
top: 14%;
right: 1%;
width: 36%;
height: 80%;
pointer-events: none;
display: block;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .wrap_popup .logo_3d_common_rh {
top: 6%;
}
}
@media screen and (max-width: 1124px) {
.module-popup-contact-rh .popup_rh .wrap_popup .logo_3d_common_rh {
top: 16%;
right: 2%;
width: 30%;
height: 50%;
}
}
@media screen and (max-width: 1024px) {
.module-popup-contact-rh .popup_rh .wrap_popup .logo_3d_common_rh {
display: none;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
transform: translate(0%, 0%);
padding: 163px 200px 50px;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper {
padding: 100px 30px 50px 130px;
}
}
@media screen and (max-width: 1024px) {
.module-popup-contact-rh .popup_rh .gform_wrapper {
padding: 100px 30px 50px 50px;
}
}
@media screen and (max-width: 768px) {
.module-popup-contact-rh .popup_rh .gform_wrapper {
padding: 30px;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper .form_conception {
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 1440px) {
.module-popup-contact-rh .popup_rh .gform_wrapper .form_conception {
height: 632px;
}
}
@media screen and (max-width: 1024px) {
.module-popup-contact-rh .popup_rh .gform_wrapper .form_conception {
height: 88%;
}
}
@media screen and (max-width: 425px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .spacer {
display: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .telephone_field,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .email_field,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .enterprise_field,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .function_field,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .textarea_project {
display: grid;
grid-column-start: 1;
grid-column-end: 9;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last {
margin: 12px 0;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last label {
padding: 0;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last .focus-border {
padding: 0;
margin: 0;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 10px;
}
}
@media screen and (max-width: 768px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-template-columns: initial;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text {
position: relative;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus {
outline: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label .gfield_required {
display: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 5vw, 34px);
line-height: clamp(31px, 5.5vw, 41px);
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-size: clamp(24px, 1vw, 34px);
line-height: clamp(31px, 1.5vw, 41px);
}
}
@media screen and (max-width: 768px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield {
padding-right: 24px;
}
}
@media screen and (max-width: 768px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 9;
}
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 7;
}
}
@media screen and (max-width: 768px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 9;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
display: flex;
flex-wrap: wrap;
height: 100%;
column-gap: 30px;
row-gap: 30px;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
column-gap: 33px;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
position: relative;
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 220px;
width: 100%;
height: 220px;
margin: 0;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 170px;
height: 170px;
margin: 0;
}
}
@media screen and (max-width: 1300px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 140px;
height: 140px;
margin: 0;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover {
background-color: #181c21;
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover input[type=radio]:checked + label {
background-color: #181c21;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label {
position: absolute;
left: 0;
top: 0;
max-width: 100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
font-style: normal;
font-weight: 700;
font-size: clamp(30px, 3vw, 60px);
line-height: clamp(43px, 3.5vw, 73px);
padding: 20px;
cursor: pointer;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label p {
font-style: normal;
font-weight: 300;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(12px, 1.5vw, 15px);
margin-bottom: 0;
text-align: left;
width: 100%;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.html_tittles {
grid-column: span 9;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.html_tittles {
grid-column: span 8;
margin-top: 30px;
}
}
@media screen and (max-width: 425px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.html_tittles {
grid-column: span 8;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.html_tittles p {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text {
grid-column: span 6;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text {
position: relative;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large:focus {
outline: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large:-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large::-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large ~ label .gfield_required {
display: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text input.large:focus ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url_text .ginput_container_text .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url {
grid-column: span 5;
}
}
@media screen and (max-width: 768px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url {
padding-right: 24px;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gfield.url.sectiones {
grid-column: span 7;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique {
grid-column: span 8 !important;
}
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice.image-choices-choice {
height: 206px;
}
}
@media screen and (max-width: 425px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice {
max-width: 340px;
height: 180px;
}
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement {
grid-column: span 9 !important;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 25px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
display: flex;
flex-wrap: wrap;
height: 100%;
column-gap: 83px;
row-gap: 40px;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
position: relative;
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 194px;
margin: 0;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 180px;
height: 180px;
margin: 0;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover {
background-color: #181c21;
color: #ffffff;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover input[type=radio]:checked + label {
background-color: #181c21;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label {
position: absolute;
left: 0;
top: 0;
max-width: 100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
font-style: normal;
font-weight: 700;
font-size: clamp(30px, 1vw, 60px);
line-height: clamp(43px, 1.5vw, 73px);
padding: 20px;
cursor: pointer;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label p {
font-style: normal;
font-weight: 300;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(12px, 1.5vw, 15px);
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last {
position: relative;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus {
outline: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input::-webkit-input-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:-moz-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input::-moz-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input::-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:-ms-input-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:-ms-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
padding-right: initial !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
padding-left: 1% !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ label .gfield_required,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label .gfield_required {
display: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input {
width: 99%;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ .focus-border {
width: 97%;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label {
padding-left: 2% !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ .focus-border {
margin-left: 2%;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ .focus-border {
margin-left: 2%;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email {
position: relative;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .validation_message.instruction,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .validation_message.instruction,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .validation_message.instruction {
display: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus {
outline: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large::-webkit-input-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large::-webkit-input-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:-moz-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:-moz-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large::-moz-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large::-moz-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large::-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:-ms-input-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:-ms-input-placeholder,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .has-content.large ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .has-content.large ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ label .gfield_required,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ label .gfield_required,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ label .gfield_required {
display: none;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .has-content.large ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .has-content.large ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea {
position: relative;
margin-top: 15px;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large {
border: 0;
padding: 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 200px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
padding-bottom: 200px;
margin-right: 10px;
padding-right: 66px;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: #f6f6f6;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #f6f6f6;
border-right: 7px solid #f6f6f6;
margin: 8px;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #f6f6f6 !important;
border-right: 6px solid #f6f6f6 !important;
background-color: #181c21 !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
background-color: #f6f6f6;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large:focus ~ .focus-border,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large:focus ~ label,
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181c21 !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 6 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 7 !important;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
color: #fff !important;
background-color: #a60a17 !important;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/send.svg) no-repeat 12px 16px;
width: 150px;
padding-left: 52px !important;
margin: 20px 0 !important;
position: absolute;
bottom: 8%;
right: 34%;
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input.btn:hover, .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:hover, .comment-form .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:hover, .search-form .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:hover, .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input.btn:active, .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:active, .comment-form .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active, .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:active, .search-form .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:active {
color: #c5c5c5;
background-color: #181c21;
}
@media screen and (max-width: 425px) {
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
bottom: 3%;
}
}
.module-popup-contact-rh .popup_rh .gform_wrapper.gravity-theme .gfield_label {
font-weight: initial;
}
.module-popup-contact-rh .popup_rh .gform_wrapper .gf_progressbar_title {
display: none !important;
}
.module-popup-contact-rh .popup_rh .gform_wrapper .gform_ajax_spinner {
position: absolute;
bottom: 35px;
right: 45px;
max-width: 100%;
width: 50px;
display: block;
margin: 20px auto;
}
.module-popup-contact-rh .popup_rh.open {
z-index: 99999999999999;
transform: translateY(0);
}
.gform_page_footer .btn-terciary[value=Envoyer]:hover, .gform_page_footer .btn-terciary[value=Envoyer]:active {
color: #c5c5c5;
background-color: #d51626 !important;
}
.gform_page_footer .gform_previous_button {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/back.svg) no-repeat 12px 16px;
margin: 0;
margin: 9px 0 !important;
border: none;
text-indent: 120%;
white-space: nowrap;
overflow: hidden;
height: 79px;
padding: 0;
background-color: transparent !important;
position: absolute;
bottom: 25px;
left: 25px;
transition: all 0.2s ease-in-out;
}
.gform_page_footer .gform_previous_button:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/backhover.svg) no-repeat 12px 16px;
}
.popup_rh .close {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/close.svg) no-repeat;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 22px;
text-align: center;
font-size: 30px;
position: absolute;
top: 25px;
right: 25px;
cursor: pointer;
z-index: 22;
color: #000 !important;
font-weight: 600;
line-height: 1.4;
opacity: 1;
font-family: cursive;
text-shadow: 0 0 black !important;
transition: all 0.2s ease-in-out;
}
.popup_rh .close:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/closehover.svg) no-repeat;
}
.popup {
overflow-y: hidden;
}
.module-conception-web .popup_conception-web {
overflow: auto;
position: fixed !important;
top: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 163px 200px 50px;
position: relative;
color: #000 !important;
overflow: hidden;
transition: transform 0.6s ease-out;
transform: translateY(100vh);
background-color: #f6f6f6;
}
.module-conception-web .popup_conception-web .gform_validation_errors {
display: none;
}
.module-conception-web .popup_conception-web .wrap_popup .logo_3d_conception_web {
z-index: 999999999999999;
position: absolute;
top: 10%;
right: 0%;
width: 36%;
height: 80%;
pointer-events: none;
display: block;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .wrap_popup .logo_3d_conception_web {
top: 6%;
}
}
@media screen and (max-width: 1124px) {
.module-conception-web .popup_conception-web .wrap_popup .logo_3d_conception_web {
top: 16%;
right: 2%;
width: 30%;
height: 50%;
}
}
@media screen and (max-width: 1024px) {
.module-conception-web .popup_conception-web .wrap_popup .logo_3d_conception_web {
display: none;
}
}
.module-conception-web .popup_conception-web .gform_wrapper {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
transform: translate(0%, 0%);
padding: 163px 160px 50px;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper {
padding: 100px 30px 50px 130px;
}
}
@media screen and (max-width: 1024px) {
.module-conception-web .popup_conception-web .gform_wrapper {
padding: 100px 30px 50px 50px;
}
}
@media screen and (max-width: 768px) {
.module-conception-web .popup_conception-web .gform_wrapper {
padding: 30px;
}
}
.module-conception-web .popup_conception-web .gform_wrapper .form_conception {
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 1440px) {
.module-conception-web .popup_conception-web .gform_wrapper .form_conception {
height: 550px;
}
}
@media screen and (max-width: 1024px) {
.module-conception-web .popup_conception-web .gform_wrapper .form_conception {
height: 88%;
}
}
@media screen and (max-width: 768px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .spacer {
display: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .range_slider {
grid-column: span 9;
padding: 0 40px 0 0;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .gform_fields, .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.services_page .gform_fields {
grid-template-rows: 100px 400px;
align-items: center;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .gform_fields, .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.services_page .gform_fields {
grid-template-rows: 100px 400px;
}
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .spacer {
display: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .telephone_field,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .email_field,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .enterprise_field,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .function_field,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .textarea_project {
display: grid;
grid-column-start: 1;
grid-column-end: 9;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last {
margin: 12px 0;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last label {
padding: 0;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last .focus-border {
padding: 0;
margin: 0;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 10px;
}
}
@media screen and (max-width: 768px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-template-columns: initial;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text {
position: relative;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus {
outline: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-webkit-input-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-moz-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-moz-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-ms-input-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label .gfield_required {
display: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 5vw, 34px);
line-height: clamp(31px, 5.5vw, 41px);
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-size: clamp(24px, 1vw, 34px);
line-height: clamp(31px, 1.5vw, 41px);
}
}
@media screen and (max-width: 768px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
padding-right: 24px;
}
}
@media screen and (max-width: 768px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 9;
}
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 5;
}
}
@media screen and (max-width: 768px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 9;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
display: flex;
flex-wrap: wrap;
height: 100%;
column-gap: 30px;
row-gap: 30px;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
column-gap: 33px;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
position: relative;
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 194px;
margin: 0;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 120px;
height: 120px;
margin: 0;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover {
background-color: #181c21;
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover input[type=radio]:checked + label {
background-color: #181c21;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label {
position: absolute;
left: 0;
top: 0;
max-width: 100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-style: normal;
font-weight: 700;
font-size: clamp(30px, 3vw, 60px);
line-height: clamp(43px, 3.5vw, 73px);
padding: 20px;
cursor: pointer;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label p {
font-style: normal;
font-weight: 300;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(12px, 1.5vw, 15px);
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 9;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 7;
}
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 8;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles p {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 5;
}
}
@media screen and (max-width: 768px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
padding-right: 24px;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url.sectiones {
grid-column: span 7;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique {
grid-column: span 8 !important;
}
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice.image-choices-choice {
height: 206px;
}
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice {
max-width: 340px;
height: 180px;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement {
grid-column: span 8 !important;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 5vw, 13px);
line-height: clamp(10px, 5.5vw, 15px);
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last {
position: relative;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus {
outline: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input::-webkit-input-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input::-webkit-input-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:-moz-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:-moz-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input::-moz-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input::-moz-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:-ms-input-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:-ms-input-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
padding-right: initial !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
padding-left: 1% !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ label .gfield_required,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label .gfield_required {
display: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input {
width: 99%;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ .focus-border {
width: 97%;
transition: 0.4s;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label {
padding-left: 2% !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ .focus-border {
margin-left: 2%;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ .focus-border {
margin-left: 2%;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email {
position: relative;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .validation_message.instruction,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .validation_message.instruction,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .validation_message.instruction {
display: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus {
outline: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large::-webkit-input-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large::-webkit-input-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large::-webkit-input-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:-moz-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:-moz-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:-moz-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large::-moz-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large::-moz-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large::-moz-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:-ms-input-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:-ms-input-placeholder,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:-ms-input-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .has-content.large ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .has-content.large ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ label .gfield_required,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ label .gfield_required,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ label .gfield_required {
display: none;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .has-content.large ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .has-content.large ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea {
position: relative;
margin-top: 15px;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large {
border: 0;
padding: 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 200px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
padding-bottom: 200px;
margin-right: 10px;
padding-right: 66px;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: #f6f6f6;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #f6f6f6;
border-right: 7px solid #f6f6f6;
margin: 8px;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #f6f6f6 !important;
border-right: 6px solid #f6f6f6 !important;
background-color: #181c21 !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
background-color: #f6f6f6;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large:focus ~ .focus-border,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large:focus ~ label,
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181c21 !important;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 6 !important;
}
@media screen and (max-width: 1681px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 7 !important;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
color: #fff !important;
background-color: #a60a17 !important;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/send.svg) no-repeat 12px 16px;
width: 150px;
padding-left: 52px !important;
margin: 20px 0 !important;
position: absolute;
bottom: 8%;
right: 34%;
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input.btn:hover, .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:hover, .comment-form .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:hover, .search-form .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:hover, .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input.btn:active, .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:active, .comment-form .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active, .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:active, .search-form .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:active {
color: #c5c5c5;
background-color: #181c21;
}
@media screen and (max-width: 425px) {
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
bottom: 3%;
}
}
.module-conception-web .popup_conception-web .gform_wrapper.gravity-theme .gfield_label {
font-weight: initial;
}
.module-conception-web .popup_conception-web .gform_wrapper .gf_progressbar_title {
display: none !important;
}
.module-conception-web .popup_conception-web .gform_wrapper .gform_ajax_spinner {
position: absolute;
bottom: 35px;
right: 45px;
max-width: 100%;
width: 50px;
display: block;
margin: 20px auto;
}
.module-conception-web .popup_conception-web.open {
z-index: 99999999999999;
transform: translateY(0);
}
.gform_page_footer .btn-terciary[value=Envoyer]:hover, .gform_page_footer .btn-terciary[value=Envoyer]:active {
color: #c5c5c5;
background-color: #d51626 !important;
}
.gform_page_footer .gform_previous_button {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/back.svg) no-repeat 12px 16px;
margin: 0;
margin: 9px 0 !important;
border: none;
text-indent: 120%;
white-space: nowrap;
overflow: hidden;
height: 79px;
padding: 0;
background-color: transparent !important;
position: absolute;
bottom: 25px;
left: 25px;
transition: all 0.2s ease-in-out;
}
.gform_page_footer .gform_previous_button:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/backhover.svg) no-repeat 12px 16px;
}
.popup_conception-web .close {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/close.svg) no-repeat;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 22px;
text-align: center;
font-size: 30px;
position: absolute;
top: 25px;
right: 25px;
cursor: pointer;
z-index: 22;
color: #000 !important;
font-weight: 600;
line-height: 1.4;
opacity: 1;
font-family: cursive;
text-shadow: 0 0 black !important;
transition: all 0.2s ease-in-out;
}
.popup_conception-web .close:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/closehover.svg) no-repeat;
}
.popup {
overflow-y: hidden;
}
.module-strategie-web .popup_strategie-web {
overflow: auto;
position: fixed !important;
top: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 163px 200px 50px;
position: relative;
color: #000 !important;
overflow: hidden;
transition: transform 0.6s ease-out;
transform: translateY(100vh);
background-color: #f6f6f6;
}
.module-strategie-web .popup_strategie-web .gform_validation_errors {
font-size: 14px !important;
}
.module-strategie-web .popup_strategie-web .gform_validation_errors .gform-icon::before {
content: none;
}
.module-strategie-web .popup_strategie-web .gfield_validation_message {
font-size: 12px !important;
}
.module-strategie-web .popup_strategie-web .wrap_popup .logo_3d_strategie_web {
z-index: 999999999999999;
position: absolute;
top: 10%;
right: 0%;
width: 36%;
height: 80%;
pointer-events: none;
display: block;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .wrap_popup .logo_3d_strategie_web {
top: 6%;
}
}
@media screen and (max-width: 1124px) {
.module-strategie-web .popup_strategie-web .wrap_popup .logo_3d_strategie_web {
top: 16%;
right: 2%;
width: 30%;
height: 50%;
}
}
@media screen and (max-width: 1024px) {
.module-strategie-web .popup_strategie-web .wrap_popup .logo_3d_strategie_web {
display: none;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
transform: translate(0%, 0%);
padding: 100px 160px 50px;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper {
padding: 43px 30px 50px 67px;
}
}
@media screen and (max-width: 1024px) {
.module-strategie-web .popup_strategie-web .gform_wrapper {
padding: 100px 30px 50px 50px;
}
}
@media screen and (max-width: 768px) {
.module-strategie-web .popup_strategie-web .gform_wrapper {
padding: 30px;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper .form_conception {
height: 100%;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
.module-strategie-web .popup_strategie-web .gform_wrapper .form_conception {
width: 60%;
}
}
@media screen and (max-width: 1440px) {
.module-strategie-web .popup_strategie-web .gform_wrapper .form_conception {
height: 550px;
}
}
@media screen and (max-width: 1024px) {
.module-strategie-web .popup_strategie-web .gform_wrapper .form_conception {
height: 88%;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_validation_errors,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gfield_validation_message {
display: block;
background-color: transparent;
border: none;
padding: 0;
padding-top: 0 !important;
border-radius: 0;
box-shadow: none;
}
@media screen and (max-width: 768px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .spacer {
display: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .range_slider {
grid-column: span 9;
padding: 0 40px 0 0;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page .slider-display {
width: 80%;
margin: 2.5em auto 0;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .gform_fields, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.services_page .gform_fields {
grid-template-rows: 100px 400px;
align-items: center;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .gform_fields, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.services_page .gform_fields {
grid-template-rows: 100px 400px;
}
}
@media screen and (max-width: 425px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .spacer {
display: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .telephone_field,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .email_field,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .enterprise_field,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .function_field,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .textarea_project {
display: grid;
grid-column-start: 1;
grid-column-end: 9;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last {
margin: 12px 0;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last label {
padding: 0;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last .focus-border {
padding: 0;
margin: 0;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.budget .gform_page_fields .html_tittles {
grid-column: span 12 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.budget .gform_page_fields .noUi-connect {
background-color: #da404c;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.budget .gfield--type-slider {
grid-column: span 12 !important;
}
@media screen and (max-width: 768px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.budget .gfield.other {
grid-column: span 12;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.problem .gfield.other {
grid-column: span 9;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .html_tittles {
grid-column: span 10 !important;
}
@media screen and (min-width: 1024px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .gfield.gfield--width-two-thirds {
grid-column: 1/-1;
}
}
@media screen and (min-width: 1024px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .gfield.gfield--width-third {
grid-column: span 6;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .spacer {
display: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 10px;
}
}
@media screen and (max-width: 768px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-template-columns: initial;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website {
position: relative;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input.large:focus {
outline: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-webkit-input-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input.large::-webkit-input-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-moz-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input.large:-moz-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-moz-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input.large::-moz-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-ms-input-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input.large:-ms-input-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input[type=text] ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input[type=text] ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input[type=text]:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input[type=text]:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input[type=text] ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input[type=text] ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input[type=text] ~ label .gfield_required,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input[type=text] ~ label .gfield_required {
display: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website input.large:focus ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_website .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 5vw, 34px);
line-height: clamp(31px, 5.5vw, 41px);
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-size: clamp(24px, 1vw, 34px);
line-height: clamp(31px, 1.5vw, 41px);
}
}
@media screen and (max-width: 768px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
padding-right: 24px;
}
}
@media screen and (max-width: 768px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 9;
}
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 5;
}
}
@media screen and (max-width: 768px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 9;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
display: flex;
flex-wrap: wrap;
height: 100%;
column-gap: 30px;
row-gap: 30px;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
column-gap: 33px;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
position: relative;
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 194px;
margin: 0;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 120px;
height: 120px;
margin: 0;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover {
background-color: #181c21;
color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover input[type=radio]:checked + label {
background-color: #181c21;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label {
position: absolute;
left: 0;
top: 0;
max-width: 100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-style: normal;
font-weight: 700;
font-size: clamp(30px, 3vw, 60px);
line-height: clamp(43px, 3.5vw, 73px);
padding: 20px;
cursor: pointer;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label p {
font-style: normal;
font-weight: 300;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(12px, 1.5vw, 15px);
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles p {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
@media screen and (max-width: 425px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.other {
padding-right: 24px;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.other.sectiones {
grid-column: span 7;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique {
grid-column: span 8 !important;
}
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice.image-choices-choice {
height: 206px;
}
}
@media screen and (max-width: 425px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice {
max-width: 340px;
height: 180px;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement {
grid-column: span 12 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: transparent;
transition: background 0.2s ease;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 200px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
background-size: contain;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
@media screen and (max-width: 425px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 5vw, 13px);
line-height: clamp(10px, 5.5vw, 15px);
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: transparent;
transition: background 0.2s ease;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 200px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 425px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
background-size: contain;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
background-image: none !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last {
position: relative;
margin-bottom: 10px;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus {
outline: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input::-webkit-input-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input::-webkit-input-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:-moz-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:-moz-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input::-moz-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input::-moz-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:-ms-input-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:-ms-input-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
padding-right: initial !important;
margin-bottom: 0 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
padding-left: 0% !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input ~ label .gfield_required,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ label .gfield_required {
display: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input {
width: 97%;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_first input.has-content ~ .focus-border {
width: 97%;
transition: 0.4s;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input ~ .focus-border {
margin-left: 0%;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_name .name_last input.has-content ~ .focus-border {
margin-left: 0%;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email {
position: relative;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .validation_message.instruction,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .validation_message.instruction,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .validation_message.instruction {
display: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus {
outline: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large::-webkit-input-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large::-webkit-input-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large::-webkit-input-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:-moz-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:-moz-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:-moz-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large::-moz-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large::-moz-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large::-moz-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:-ms-input-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:-ms-input-placeholder,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:-ms-input-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .has-content.large ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .has-content.large ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large ~ label .gfield_required,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large ~ label .gfield_required,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large ~ label .gfield_required {
display: none;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text input.large:focus ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_text .has-content.large ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone input.large:focus ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_phone .has-content.large ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email input.large:focus ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_email .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea {
position: relative;
margin-top: 15px;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large {
border: 0;
padding: 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 200px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
padding-bottom: 200px;
margin-right: 10px;
padding-right: 66px;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: #f6f6f6;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #f6f6f6;
border-right: 7px solid #f6f6f6;
margin: 8px;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #f6f6f6 !important;
border-right: 6px solid #f6f6f6 !important;
background-color: #181c21 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
background-color: #f6f6f6;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large:focus ~ .focus-border,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large:focus ~ label,
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181c21 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 6 !important;
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 7 !important;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
color: #fff !important;
background-color: #a60a17 !important;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/send.svg) no-repeat 12px 16px;
width: 150px;
padding-left: 52px !important;
margin: 20px 0 !important;
position: absolute;
bottom: 8%;
right: 34%;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input.btn:hover, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:hover, .comment-form .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:hover, .search-form .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:hover, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input.btn:active, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:active, .comment-form .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:active, .search-form .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:active {
color: #c5c5c5;
background-color: #181c21;
}
@media screen and (max-width: 425px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
bottom: 3%;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
position: absolute;
left: 50%;
bottom: 5%;
margin: 0 !important;
transform: translateX(-50%);
}
@media screen and (max-width: 1681px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
right: 42%;
bottom: 5%;
}
}
@media screen and (max-width: 425px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
right: 26%;
}
}
@media (max-width: 767px) {
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit] {
padding: 10px 0;
text-align: left;
}
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active {
color: #c5c5c5;
background-color: #d51626 !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper.gravity-theme .gfield_label {
font-weight: initial;
}
.module-strategie-web .popup_strategie-web .gform_wrapper .gf_progressbar_title {
display: none !important;
}
.module-strategie-web .popup_strategie-web .gform_wrapper .gform_ajax_spinner {
position: absolute;
bottom: 35px;
right: 45px;
max-width: 100%;
width: 50px;
display: block;
margin: 20px auto;
}
.module-strategie-web .popup_strategie-web.open {
z-index: 99999999999999;
transform: translateY(0);
}
.gform_page_footer .btn-terciary[value=Envoyer]:hover, .gform_page_footer .btn-terciary[value=Envoyer]:active {
color: #c5c5c5;
background-color: #d51626 !important;
}
.gform_page_footer .gform_previous_button {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/back.svg) no-repeat 12px 16px;
margin: 0;
margin: 9px 0 !important;
border: none;
text-indent: 120%;
white-space: nowrap;
overflow: hidden;
height: 79px;
padding: 0;
background-color: transparent !important;
position: absolute;
bottom: 25px;
left: 25px;
transition: all 0.2s ease-in-out;
}
.gform_page_footer .gform_previous_button:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/backhover.svg) no-repeat 12px 16px;
}
.popup_strategie-web .close {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/close.svg) no-repeat;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 22px;
text-align: center;
font-size: 30px;
position: absolute;
top: 25px;
right: 25px;
cursor: pointer;
z-index: 22;
color: #000 !important;
font-weight: 600;
line-height: 1.4;
opacity: 1;
font-family: cursive;
text-shadow: 0 0 black !important;
transition: all 0.2s ease-in-out;
}
.popup_strategie-web .close:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/closehover.svg) no-repeat;
}
.popup {
overflow-y: hidden;
}
.module-popup-video .module-popup_video {
overflow: auto;
position: fixed !important;
top: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 163px 200px 50px;
position: relative;
color: #000 !important;
overflow: hidden;
transition: transform 0.6s ease-out;
transform: translateY(100vh);
background-color: #f6f6f6;
}
.module-popup-video .module-popup_video .gform_validation_errors {
display: none;
}
.module-popup-video .module-popup_video .wrap_popup .logo_3d_video {
z-index: 999999999999999;
position: absolute;
top: 10%;
right: 0%;
width: 36%;
height: 80%;
pointer-events: none;
display: block;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .wrap_popup .logo_3d_video {
top: 6%;
}
}
@media screen and (max-width: 1124px) {
.module-popup-video .module-popup_video .wrap_popup .logo_3d_video {
top: 16%;
right: 2%;
width: 30%;
height: 50%;
}
}
@media screen and (max-width: 1024px) {
.module-popup-video .module-popup_video .wrap_popup .logo_3d_video {
display: none;
}
}
.module-popup-video .module-popup_video .gform_wrapper {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
transform: translate(0%, 0%);
padding: 163px 160px 50px;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper {
padding: 100px 30px 50px 130px;
}
}
@media screen and (max-width: 1024px) {
.module-popup-video .module-popup_video .gform_wrapper {
padding: 100px 30px 50px 50px;
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper {
padding: 30px;
}
}
.module-popup-video .module-popup_video .gform_wrapper .video_form {
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
}
@media screen and (max-width: 1440px) {
.module-popup-video .module-popup_video .gform_wrapper .video_form {
height: 550px;
}
}
@media screen and (max-width: 1024px) {
.module-popup-video .module-popup_video .gform_wrapper .video_form {
height: 88%;
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .spacer {
display: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .range_slider {
grid-column: span 9;
padding: 0 40px 0 0;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .gform_fields, .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.services_page .gform_fields {
grid-template-rows: 100px 400px;
align-items: center;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.slide_range_div .gform_fields, .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.services_page .gform_fields {
grid-template-rows: 100px 400px;
}
}
@media screen and (max-width: 425px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .spacer {
display: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .telephone_field,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .email_field,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .enterprise_field,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .function_field,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .textarea_project {
display: grid;
grid-column-start: 1;
grid-column-end: 9;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last {
margin: 12px 0;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last label {
padding: 0;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last .focus-border {
padding: 0;
margin: 0;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 10px;
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-template-columns: initial;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text {
position: relative;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .gfield_validation_message {
margin: 0;
padding: 0;
border: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 10px !important;
margin-top: 10px !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus {
outline: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ .focus-border {
position: absolute;
bottom: 8px;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 20px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label .gfield_required {
display: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ label {
top: -2px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 5vw, 34px);
line-height: clamp(31px, 5.5vw, 41px);
margin-bottom: 30px;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-size: clamp(24px, 1vw, 34px);
line-height: clamp(31px, 1.5vw, 41px);
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
padding-right: 24px;
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 9;
}
}
@media screen and (max-width: 640px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 8;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop {
grid-column: span 8;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop {
grid-column: span 9;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop .gfield_checkbox .gchoice.image-choices-choice {
height: 194px;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop .gfield_checkbox .gchoice.image-choices-choice {
max-width: 160px;
height: 160px;
}
}
@media screen and (max-width: 425px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production {
grid-column: span 9;
}
}
@media screen and (max-width: 1440px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production {
grid-column: span 8;
}
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production .gfield_checkbox .gchoice.image-choices-choice {
height: 212px;
}
}
@media screen and (max-width: 425px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates {
grid-column: span 7;
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates {
grid-column: span 8;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:first-of-type {
flex-grow: 0.9;
padding-left: 20px;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(2) {
margin: 0;
flex-grow: 0.9;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(3) {
margin: 0;
flex-grow: 1;
padding-left: 0px;
}
@media screen and (max-width: 640px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header {
display: none;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group {
background-color: #fff;
padding: 16px;
margin-bottom: 14px;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group {
padding: 10px;
margin-bottom: 10px;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item {
position: relative;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus {
outline: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
pointer-events: none;
}
@media screen and (max-width: 640px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label {
top: 44px !important;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label .gfield_required {
display: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
@media screen and (max-width: 640px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ label {
top: 21px !important;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons {
width: 80px;
}
@media screen and (max-width: 640px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons {
margin: 16px -16px -8px;
background-color: initial;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .add_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/add_row.svg);
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .delete_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/less.svg);
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 8;
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 9;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
display: flex;
flex-wrap: wrap;
height: 100%;
column-gap: 30px;
row-gap: 30px;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
column-gap: 33px;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
position: relative;
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 194px;
margin: 0;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 120px;
height: 120px;
margin: 0;
}
}
@media screen and (max-width: 425px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 340px;
height: 180px;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover {
background-color: #181c21;
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover input[type=radio]:checked + label {
background-color: #181c21;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label {
position: absolute;
left: 0;
top: 0;
max-width: 100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-style: normal;
font-weight: 700;
font-size: clamp(30px, 3vw, 60px);
line-height: clamp(43px, 3.5vw, 73px);
padding: 20px;
cursor: pointer;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label p {
font-style: normal;
font-weight: 300;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(12px, 1.5vw, 15px);
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display {
border: 1px solid #d0d1d3;
height: 2px;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle {
border: none;
background: none;
box-shadow: none;
top: -14px;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle::before {
background: #da404c;
border-radius: 37px;
width: 18px;
height: 18px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle::after {
background: #da404c;
opacity: 0.5;
border-radius: 37px;
width: 44px;
height: 44px;
top: 50%;
left: 50% !important;
transform: translate(-50%, -50%);
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle .noUi-tooltip {
border: none;
background: none;
color: #da404c;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle .noUi-tooltip::after {
content: "$";
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .min-val-relation::after,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .max-val-relation::after {
content: "$";
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.firts_field {
display: grid;
grid-row-start: 2;
grid-row-end: 2;
grid-column-start: 1;
grid-column-end: 5;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.firts_field {
grid-column-end: 7;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.second_field {
display: grid;
grid-row-start: 2;
grid-row-end: 11;
grid-column-start: 1;
grid-column-end: 4;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.second_field {
grid-row-end: 14;
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.second_field {
grid-column-end: 5;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 9;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 9;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles p {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 5;
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
padding-right: 24px;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url.sectiones {
grid-column: span 7;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 225px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 160px;
height: 160px;
}
}
@media screen and (max-width: 425px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 22px);
line-height: clamp(26px, 1.5vw, 28px);
transition: none;
margin-bottom: 5px;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text {
font-size: clamp(16px, 1vw, 22px);
line-height: clamp(20px, 1.5vw, 28px);
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique {
grid-column: span 9 !important;
}
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice.image-choices-choice {
height: 206px;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement {
grid-column: span 8 !important;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
@media screen and (max-width: 768px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 54%;
min-height: 186px;
height: auto;
}
}
@media screen and (max-width: 425px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last {
position: relative;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input:focus,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input:focus {
outline: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input::-webkit-input-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input::-webkit-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input:-moz-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input:-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input::-moz-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input::-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input:-ms-input-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input:-ms-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
padding-right: initial !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input.has-content ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input.has-content ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
padding-left: 1% !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input ~ label .gfield_required,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input ~ label .gfield_required {
display: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input:focus ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input.has-content ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input:focus ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input.has-content ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input {
width: 99%;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_first input.has-content ~ .focus-border {
width: 97%;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input ~ label {
padding-left: 2% !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input ~ .focus-border {
margin-left: 2%;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_name .name_last input.has-content ~ .focus-border {
margin-left: 2%;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email {
position: relative;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text .validation_message.instruction,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone .validation_message.instruction,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email .validation_message.instruction {
display: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large:focus,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large:focus,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large:focus {
outline: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large::-webkit-input-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large::-webkit-input-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large:-moz-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large:-moz-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large:-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large::-moz-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large::-moz-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large::-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large:-ms-input-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large:-ms-input-placeholder,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large:-ms-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text .has-content.large ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone .has-content.large ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large ~ label .gfield_required,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large ~ label .gfield_required,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large ~ label .gfield_required {
display: none;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text input.large:focus ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_text .has-content.large ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone input.large:focus ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_phone .has-content.large ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email input.large:focus ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_email .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea {
position: relative;
margin-top: 15px;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large.large {
border: 0;
padding: 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 200px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
padding-bottom: 200px;
margin-right: 10px;
padding-right: 66px;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: #f6f6f6;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #f6f6f6;
border-right: 7px solid #f6f6f6;
margin: 8px;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #f6f6f6 !important;
border-right: 6px solid #f6f6f6 !important;
background-color: #181c21 !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
background-color: #f6f6f6;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large:focus ~ .focus-border,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large:focus ~ label,
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform-body .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181c21 !important;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 6 !important;
}
@media screen and (max-width: 1681px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 7 !important;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
color: #fff !important;
background-color: #a60a17 !important;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/send.svg) no-repeat 12px 16px;
width: 150px;
padding-left: 52px !important;
margin: 20px 0 !important;
position: absolute;
bottom: 8%;
right: 34%;
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input.btn:hover, .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:hover, .comment-form .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:hover, .search-form .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:hover, .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input.btn:active, .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:active, .comment-form .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active, .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:active, .search-form .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:active {
color: #c5c5c5;
background-color: #181c21;
}
@media (max-width: 767px) {
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
margin: 0 !important;
bottom: 6%;
right: 26%;
}
}
.module-popup-video .module-popup_video .gform_wrapper.gravity-theme .gfield_label {
font-weight: initial;
}
.module-popup-video .module-popup_video .gform_wrapper .gf_progressbar_title {
display: none !important;
}
.module-popup-video .module-popup_video .gform_wrapper .gform_ajax_spinner {
position: absolute;
bottom: 35px;
right: 45px;
max-width: 100%;
width: 50px;
display: block;
margin: 20px auto;
}
.module-popup-video .module-popup_video.open {
z-index: 99999999999999;
transform: translateY(0);
}
.gform_page_footer .btn-terciary[value=Envoyer]:hover, .gform_page_footer .btn-terciary[value=Envoyer]:active {
color: #c5c5c5;
background-color: #d51626 !important;
}
.gform_page_footer .gform_previous_button {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/back.svg) no-repeat 8px 16px;
margin: 0;
margin: 9px 0 !important;
border: none;
text-indent: 120%;
white-space: nowrap;
overflow: hidden;
height: 79px;
padding: 0;
background-color: transparent !important;
position: absolute;
bottom: 25px;
left: 25px;
transition: all 0.2s ease-in-out;
}
.gform_page_footer .gform_previous_button:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/backhover.svg) no-repeat 12px 16px;
}
.module-popup_video .close {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/close.svg) no-repeat;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 22px;
text-align: center;
font-size: 30px;
position: absolute;
top: 25px;
right: 25px;
cursor: pointer;
z-index: 22;
color: #000 !important;
font-weight: 600;
line-height: 1.4;
opacity: 1;
font-family: cursive;
text-shadow: 0 0 black !important;
transition: all 0.2s ease-in-out;
}
.module-popup_video .close:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/closehover.svg) no-repeat;
}
@media screen and (max-width: 425px) {
.module-popup_video .close {
top: 15px;
right: 6px;
}
}
.popup {
overflow-y: hidden;
}
.module-consultation .popup_consultation {
overflow-y: auto;
}
.module-consultation .popup_consultation .wrap_popup .logo_3d_consultation {
z-index: 999999999999999;
position: absolute;
top: 0%;
right: 0;
width: 40%;
height: 80%;
pointer-events: none;
display: block;
}
@media (max-width: 1099px) {
.module-consultation .popup_consultation .wrap_popup .logo_3d_consultation {
display: none;
}
}
.module-consultation .popup_consultation {
overflow: auto;
position: fixed !important;
top: 0;
width: 100%;
height: 100vh;
background: #fff;
z-index: 1000;
padding: 163px 200px 50px;
position: relative;
color: #000 !important;
overflow-y: scroll;
overflow-x: hidden;
transition: transform 0.6s ease-out;
transform: translateY(100vh);
background-color: #f6f6f6;
}
@media screen and (max-width: 350px) {
.module-consultation .popup_consultation {
padding: 163px 194px 50px;
}
}
.module-consultation .popup_consultation .gform_validation_errors {
display: none;
}
.module-consultation .popup_consultation #gappointments_calendar_slots .calendar_time_slots {
background: #373f49;
color: #f6f9fc;
}
.module-consultation .popup_consultation #gappointments_calendar_slots .calendar_time_slots .slots-title {
color: #f6f9fc !important;
}
.module-consultation .popup_consultation .ga_appointments_calendar_header {
background-color: #f6f9fc !important;
}
.module-consultation .popup_consultation .ga_monthly_schedule_wrapper table thead {
background-color: #a5b1bc !important;
}
.module-consultation .popup_consultation .ga_appointments_calendar_header h3,
.module-consultation .popup_consultation .ga_appointments_calendar_header .arrow-left,
.module-consultation .popup_consultation .ga_appointments_calendar_header .arrow-right {
color: #373f49 !important;
font-weight: 600 !important;
}
.module-consultation .popup_consultation .ga_monthly_schedule_wrapper thead th {
background: #a5b1bc !important;
color: #181c21 !important;
padding-bottom: 2% !important;
}
.module-consultation .popup_consultation .wrap_popup .logo_3d_calculateur {
z-index: 999999999999999;
position: absolute;
top: 10%;
right: 0px;
width: 34%;
height: 80%;
pointer-events: none;
display: block;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .wrap_popup .logo_3d_calculateur {
top: 6%;
}
}
@media screen and (max-width: 1124px) {
.module-consultation .popup_consultation .wrap_popup .logo_3d_calculateur {
top: 16%;
right: 2%;
width: 30%;
height: 50%;
}
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .wrap_popup .logo_3d_calculateur {
display: none;
}
}
.module-consultation .popup_consultation .wrap_popup .images_calculateur {
z-index: 999999999999999;
position: absolute;
top: 10%;
right: 0px;
width: 34%;
height: 80%;
pointer-events: none;
display: none;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .wrap_popup .images_calculateur {
width: 30%;
}
}
.module-consultation .popup_consultation .wrap_popup .images_calculateur img {
max-width: 400px;
width: 100%;
height: auto;
margin-top: 120px;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .wrap_popup .images_calculateur img {
max-width: 340px;
}
}
.module-consultation .popup_consultation .gform_wrapper {
position: absolute;
top: 0%;
left: 0%;
width: 100%;
min-height: 100vh;
height: auto;
transform: translate(0%, 0%);
padding: 120px 200px 80px;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper {
padding: 100px 30px 80px 100px;
}
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .gform_wrapper {
padding: 100px 30px 80px 50px;
}
}
@media screen and (max-width: 768px) {
.module-consultation .popup_consultation .gform_wrapper {
padding: 30px;
height: auto;
}
}
@media screen and (max-width: 350px) {
.module-consultation .popup_consultation .gform_wrapper {
padding: 22px;
}
}
.module-consultation .popup_consultation .gform_wrapper .form_conception {
height: 100%;
width: 100%;
height: 100%;
overflow: hidden;
}
@media screen and (max-width: 1440px) {
.module-consultation .popup_consultation .gform_wrapper .form_conception {
height: 100%;
}
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .gform_wrapper .form_conception {
height: 100%;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .form_loading_pages_popup .gform_fields {
width: 80%;
}
@media screen and (max-width: 600px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .form_loading_pages_popup .gform_fields {
width: 100%;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .form_loading_pages_popup .gform_fields .gfield.weburl {
margin-top: 10px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body {
width: 100%;
height: auto;
overflow-x: hidden;
}
@media screen and (max-width: 425px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .spacer {
display: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .telephone_field,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .email_field,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .enterprise_field,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .function_field,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .textarea_project {
display: grid;
grid-column-start: 1;
grid-column-end: 9;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last {
margin: 12px 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last label {
padding: 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_first .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .name_field .name_last .focus-border {
padding: 0;
margin: 0;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page.form_loading_pages_popup .spacer {
display: block !important;
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .spacer {
display: none;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 20px;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-row-gap: 10px;
}
}
@media screen and (max-width: 768px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields {
grid-template-columns: repeat(10, 1fr);
}
}
@media (max-width: 1099px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .complet {
grid-column: span 12 !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget {
grid-column: span 7 !important;
}
@media (max-width: 1099px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget {
grid-column: span 12 !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container.ginput_container_radio {
margin-top: 0 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container .gfield_radio {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
gap: 10px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice {
margin: 0 !important;
padding: 0 !important;
border: none;
background-color: #d0d1d3 !important;
color: #181c21;
border-radius: 70px;
transition: all 0.3s ease;
border: none !important;
padding: 24px 64px !important;
margin: 10px 0px !important;
margin-right: 8px !important;
position: relative;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 1399px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice {
padding: 26px 74px !important;
}
}
@media (max-width: 767px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice {
margin-right: 0 !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice label {
position: absolute;
max-width: 100% !important;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
justify-content: center;
margin-left: 0 !important;
cursor: pointer;
border-radius: 70px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
line-height: 1.2;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice label:hover {
background-color: #949494 !important;
color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice input[type=radio]:checked + label {
color: white !important;
cursor: pointer;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice input[type=radio]:checked + label:hover {
background-color: #181c21 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .choise_buget .ginput_container .gfield_radio .gchoice:has(input[type=radio]:checked) {
background-color: #181c21 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .text_problematique {
margin-bottom: 30px !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text {
position: relative;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus {
outline: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-webkit-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large::-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:-ms-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large ~ label .gfield_required {
display: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text input.large:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .ginput_container_text .has-content.large ~ label {
top: -12px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles.field_sublabel_below {
grid-column: span 8 !important;
}
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles.field_sublabel_below {
grid-column: span 12;
}
}
@media screen and (max-width: 600px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles.field_sublabel_below {
grid-column: span 12 !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles h2.title {
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 5vw, 90px);
line-height: clamp(50px, 5.5vw, 100px);
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .html_tittles h2.title {
font-size: clamp(40px, 4vw, 90px);
line-height: clamp(50px, 4.5vw, 100px);
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 5vw, 34px);
line-height: clamp(31px, 5.5vw, 41px);
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title span {
color: #da404c;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields h3.sub_title {
font-size: clamp(24px, 1vw, 34px);
line-height: clamp(31px, 1.5vw, 41px);
}
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates {
grid-column: span 7;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:first-of-type {
flex-grow: 0.9;
padding-left: 20px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(2) {
margin: 0;
flex-grow: 0.9;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(3) {
margin: 0;
flex-grow: 1.1;
padding-left: 0px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group {
background-color: #fff;
padding: 20px;
margin-bottom: 15px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item {
position: relative;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus {
outline: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-webkit-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-ms-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
pointer-events: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label .gfield_required {
display: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons {
width: 80px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .add_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/add_row.svg);
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .delete_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/less.svg);
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice {
background-color: #d0d1d3 !important;
color: #181c21;
border-radius: 70px;
border: none !important;
position: relative;
padding: 0 !important;
transition: background 0.2s ease !important;
cursor: pointer;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice label {
min-width: 200px;
padding: 14px 5px !important;
justify-content: center;
cursor: pointer;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21 !important;
color: #ffffff !important;
border-radius: 70px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice:hover, .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield_visibility_visible.single_buttons .gfield_radio .gchoice:active {
background-color: #949494 !important;
color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield .gform_validation_errors,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield .gfield_validation_message {
display: block;
border: none;
background: none;
padding: 0 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield .title_popup {
color: #181c21;
font-size: clamp(36px, 3.5vw, 80px);
line-height: clamp(46px, 3.5vw, 90px);
font-style: normal;
font-weight: 600;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield .title_popup span {
color: #da404c;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield .title_popup {
font-size: clamp(26px, 3.5vw, 60px);
line-height: clamp(36px, 3.5vw, 70px);
}
}
@media screen and (max-width: 1200px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield .title_popup {
font-size: clamp(26px, 4.5vw, 60px);
line-height: clamp(36px, 4.5vw, 70px);
}
}
@media screen and (max-width: 768px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield .title_popup {
font-size: 44px;
line-height: 1.2;
}
}
@media screen and (max-width: 500px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield .title_popup {
font-size: 38px;
line-height: 1.2;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield h4 {
color: #4a5663;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
@media screen and (max-width: 768px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield {
padding-right: 0;
}
}
@media screen and (max-width: 768px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 9;
}
}
@media screen and (max-width: 640px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.production_field {
grid-column: span 8;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop {
grid-column: span 8;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop {
grid-column: span 9;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop .gfield_checkbox .gchoice.image-choices-choice {
height: 194px;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop .gfield_checkbox .gchoice.image-choices-choice {
max-width: 160px;
height: 160px;
}
}
@media screen and (max-width: 425px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.more_items_descktop .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production {
grid-column: span 9;
}
}
@media screen and (max-width: 1440px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production {
grid-column: span 8;
}
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production .gfield_checkbox .gchoice.image-choices-choice {
height: 212px;
}
}
@media screen and (max-width: 425px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.image-choices-field.production .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates {
grid-column: span 7;
}
}
@media screen and (max-width: 768px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates {
grid-column: span 10;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:first-of-type {
flex-grow: 0.9;
padding-left: 20px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(2) {
margin: 0;
flex-grow: 0.9;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header .gfield_header_item:nth-child(3) {
margin: 0;
flex-grow: 1;
padding-left: 0px;
}
@media screen and (max-width: 640px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_header {
display: none;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group {
background-color: #fff;
padding: 16px;
margin-bottom: 14px;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group {
padding: 10px;
margin-bottom: 10px;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item {
position: relative;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus {
outline: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-webkit-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large::-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:-ms-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
pointer-events: none;
}
@media screen and (max-width: 640px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label {
top: 44px !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large ~ label .gfield_required {
display: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
@media screen and (max-width: 640px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item input.large:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_group_item .has-content.large ~ label {
top: 21px !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons {
width: 80px;
}
@media screen and (max-width: 640px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons {
margin: 16px -16px -8px;
background-color: initial;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .add_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/add_row.svg);
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.dates .ginput_container_list .gfield_list_container .gfield_list_groups .gfield_list_group .gfield_list_icons .delete_list_item {
width: 20px;
height: 20px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center !important;
background: transparent url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/less.svg);
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 8;
}
}
@media screen and (max-width: 768px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text {
grid-column: span 9;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
display: flex;
flex-wrap: wrap;
height: 100%;
column-gap: 30px;
row-gap: 30px;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio {
column-gap: 33px;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
position: relative;
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 194px;
margin: 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked + label {
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 120px;
height: 120px;
margin: 0;
}
}
@media screen and (max-width: 425px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice {
max-width: 340px;
height: 180px;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover {
background-color: #181c21;
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice:hover input[type=radio]:checked + label {
background-color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label {
position: absolute;
left: 0;
top: 0;
max-width: 100%;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-style: normal;
font-weight: 700;
font-size: clamp(30px, 3vw, 60px);
line-height: clamp(43px, 3.5vw, 73px);
padding: 20px;
cursor: pointer;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.option_text .ginput_container_radio .gfield_radio .gchoice label p {
font-style: normal;
font-weight: 300;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(12px, 1.5vw, 15px);
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display {
border: 1px solid #d0d1d3;
height: 2px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle {
border: none;
background: none;
box-shadow: none;
top: -14px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle::before {
background: #da404c;
border-radius: 37px;
width: 18px;
height: 18px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle::after {
background: #da404c;
opacity: 0.5;
border-radius: 37px;
width: 44px;
height: 44px;
top: 50%;
left: 50% !important;
transform: translate(-50%, -50%);
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle .noUi-tooltip {
border: none;
background: none;
color: #da404c;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .noUi-origin .noUi-handle .noUi-tooltip::after {
content: "$";
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .min-val-relation::after,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.range_slider .slider-display .max-val-relation::after {
content: "$";
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.firts_field {
display: grid;
grid-row-start: 2;
grid-row-end: 2;
grid-column-start: 1;
grid-column-end: 5;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.firts_field {
grid-column-end: 5;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.second_field {
display: grid;
grid-row-start: 2;
grid-row-end: 11;
grid-column-start: 1;
grid-column-end: 4;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.second_field {
grid-row-end: 14;
}
}
@media screen and (max-width: 768px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.gfield_visibility_visible.second_field {
grid-column-end: 5;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 9;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 7;
}
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 10;
}
}
@media screen and (max-width: 425px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles {
grid-column: span 8;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 600;
font-size: clamp(36px, 3.5vw, 80px);
line-height: clamp(46px, 3.5vw, 90px);
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title span {
color: #da404c;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-size: clamp(26px, 3.5vw, 60px);
line-height: clamp(36px, 3.5vw, 70px);
}
}
@media screen and (max-width: 1200px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-size: clamp(26px, 4.5vw, 60px);
line-height: clamp(36px, 4.5vw, 70px);
}
}
@media screen and (max-width: 375px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles h2.title {
font-size: clamp(20px, 4.5vw, 60px);
line-height: clamp(22px, 4.5vw, 70px);
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.html_tittles p {
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 5;
}
}
@media screen and (max-width: 768px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
grid-column: span 9;
}
}
@media screen and (max-width: 425px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url {
padding-right: 24px;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .gfield.url.sectiones {
grid-column: span 7;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box {
position: relative;
grid-column: span 6 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.unique_single_input_file .gfield_label {
top: 32px;
color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file {
grid-column: span 7 !important;
}
@media (max-width: 1099px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file {
grid-column: span 12 !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload {
margin-top: 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area {
background-color: initial;
border-radius: 16px;
cursor: pointer;
transition: border 0.2s ease;
border-style: solid;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area:hover {
border-color: #4a5663;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_instructions {
color: rgba(0, 0, 0, 0.5);
font-size: 20px;
line-height: 24px;
margin-bottom: 4px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_container_fileupload .gform_fileupload_multifile .gform_button_select_files {
border: none;
background-color: initial;
text-decoration-line: underline;
color: #000000;
font-weight: 700;
font-size: 20px;
line-height: 24px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_preview {
display: flex;
justify-content: flex-start;
align-items: center;
font-size: 12px;
position: relative;
margin: 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_preview .gform_delete_file {
width: max-content;
height: 100%;
text-align: left;
margin-right: 20px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_preview .screen-reader-text {
left: 40px;
padding-left: 10px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box.multi_input_file .ginput_preview strong {
margin-left: 34px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box .ginput_container {
margin-top: 10px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box .gform_fileupload_rules {
display: block !important;
max-width: 340px;
width: 100%;
color: #8b9aa9;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box .gfield_label {
display: none !important;
border: none;
clip: initial;
clip-path: initial;
-webkit-clip-path: initial;
height: auto;
margin: 0;
word-wrap: initial !important;
overflow: hidden;
padding: 0;
position: absolute;
width: 100%;
top: 8px;
left: 10%;
font-size: 12px;
color: #949494;
font-weight: lighter;
}
@media screen and (max-width: 1441px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box .gfield_label {
left: 10%;
top: 35px;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box input.large {
color: transparent;
border-bottom: none;
width: 400px;
position: relative;
margin-bottom: 0 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box input.large::-webkit-file-upload-button {
visibility: hidden;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box input.large::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/file.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/file.svg);
background-color: #181c21;
width: 25px;
height: 25px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
position: absolute;
left: 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box input.large::after {
content: "joindre tes fichiers (pdf,doc,ppt)";
color: #181c21;
display: inline-block;
outline: none;
white-space: nowrap;
-webkit-user-select: none;
cursor: pointer;
font-weight: 700;
font-size: 1rem;
position: absolute;
left: 38px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box input.large:hover::before {
border-color: black;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box input.large:active {
outline: 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page_fields .gform_fields .input_file_red_box input.large:active::before {
background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 225px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 160px;
height: 160px;
}
}
@media screen and (max-width: 425px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice {
max-width: 340px;
height: 180px;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 22px);
line-height: clamp(26px, 1.5vw, 28px);
transition: none;
margin-bottom: 5px;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text {
font-size: clamp(16px, 1vw, 22px);
line-height: clamp(20px, 1.5vw, 28px);
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .gfield_checkbox .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique {
grid-column: span 9 !important;
}
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.modele_economique .gchoice.image-choices-choice {
height: 206px;
}
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement {
grid-column: span 8 !important;
}
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement {
grid-column: span 12 !important;
}
}
@media screen and (max-width: 600px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement {
grid-column: span 12 !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: auto;
aspect-ratio: 1/1;
padding: 0 !important;
margin: 0 10px 25px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 166px;
}
}
@media screen and (max-width: 600px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 154px;
}
}
@media screen and (max-width: 400px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 144px;
}
}
@media screen and (max-width: 350px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 130px;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
@media screen and (max-width: 1600px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-size: clamp(18px, 1vw, 28px);
line-height: clamp(22px, 1.5vw, 32px);
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.evenement .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.empty_element .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:last-child .image-choices-choice-image-wrap {
height: 0 !important;
margin: 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.small_button .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
height: 160px;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field.little_box .gchoice {
height: 150px !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
transition: initial;
border-radius: 0;
background-color: #fff;
border: 1px solid #181c21;
max-width: 194px;
width: 100%;
height: 235px;
padding: 0 !important;
margin: 0 10px 12px 0 !important;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice {
max-width: 180px;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice label {
text-align: left;
display: flex !important;
flex-direction: column;
justify-content: center;
height: 100%;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .gfield-choice-input[type=radio]:checked + label {
color: #181c21 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-image-wrap {
background-color: #181c21;
width: 55px !important;
height: 54px !important;
display: block;
opacity: 1;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
margin-right: 8px;
margin-bottom: 8px;
transition: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text {
font-style: normal;
font-weight: 700;
font-size: clamp(20px, 1vw, 30px);
line-height: clamp(26px, 1.5vw, 36px);
transition: none;
margin-bottom: 5px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 1vw, 13px);
line-height: clamp(10px, 1.5vw, 15px);
display: none;
}
@media screen and (max-width: 1024px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice .image-choices-choice-text p {
display: block;
font-size: clamp(10px, 3vw, 13px);
line-height: clamp(10px, 3.5vw, 15px);
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover {
background-color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text {
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice:hover .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected {
background-color: #181c21;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
background-color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .image-choices-field .ginput_container_radio .gfield_radio .gchoice.image-choices-choice.image-choices-choice-selected .image-choices-choice-text p {
display: block;
color: #ffffff;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last {
padding-left: 1% !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first {
padding-right: 2% !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last {
position: relative;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input {
border: 0;
padding: 6px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:focus,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:focus {
outline: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input::-webkit-input-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input::-webkit-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:-moz-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input::-moz-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input::-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:-ms-input-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:-ms-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
padding-right: initial !important;
margin-bottom: 0 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input ~ .focus-border span,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ .focus-border span {
color: #da404c;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input.has-content ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input.has-content ~ .focus-border {
width: 98%;
transition: 0.4s;
margin-bottom: 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
padding-left: 0% !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input ~ label .gfield_required,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ label .gfield_required {
display: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input.has-content ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input.has-content ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input {
width: 99%;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_first input.has-content ~ .focus-border {
width: 97%;
transition: 0.4s;
margin-bottom: 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ label {
padding-left: 2% !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input ~ .focus-border {
margin-left: 2%;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_name .name_last input.has-content ~ .focus-border {
margin-left: 2%;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website {
position: relative;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text .validation_message.instruction,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone .validation_message.instruction,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email .validation_message.instruction,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website .validation_message.instruction {
display: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:focus,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:focus,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:focus,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large:focus {
outline: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large::-webkit-input-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large::-webkit-input-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large::-webkit-input-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large::-webkit-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:-moz-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:-moz-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:-moz-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large:-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large::-moz-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large::-moz-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large::-moz-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large::-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:-ms-input-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:-ms-input-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:-ms-input-placeholder,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large:-ms-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text .has-content.large ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone .has-content.large ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email .has-content.large ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large ~ label .gfield_required,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large ~ label .gfield_required,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large ~ label .gfield_required,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large ~ label .gfield_required {
display: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text input.large:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_text .has-content.large ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone input.large:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_phone .has-content.large ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email input.large:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_email .has-content.large ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website input.large:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_website .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea {
position: relative;
margin-top: 20px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large {
border: 0;
padding: 20px 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 200px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
padding-bottom: 0;
margin-right: 10px;
padding-right: 66px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: #f6f6f6;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #f6f6f6;
border-right: 7px solid #f6f6f6;
margin: 8px;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #f6f6f6 !important;
border-right: 6px solid #f6f6f6 !important;
background-color: #181c21 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
background-color: #f6f6f6;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea .gfield_required {
display: none;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large:focus ~ .focus-border,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181c21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large:focus ~ label,
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform-body .gform_page .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181c21 !important;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 6 !important;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gfield.gfield--width-half.buttons_wrapper {
grid-column: span 7 !important;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
color: #fff !important;
background-color: #a60a17 !important;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/send.svg) no-repeat 12px 16px;
width: 150px;
padding-left: 52px !important;
margin: 20px 0 !important;
position: absolute;
bottom: 10%;
right: 38%;
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.btn:hover, .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:hover, .comment-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover, .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:hover, .search-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:hover, .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.btn:active, .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit]:active, .comment-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:active, .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit:active, .search-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.search-submit:active {
color: #c5c5c5;
background-color: #181c21;
}
@media screen and (max-width: 1681px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
bottom: 3%;
}
}
@media (max-width: 767px) {
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.btn, .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .comment-form input[type=submit], .comment-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input[type=submit], .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer .search-form input.search-submit, .search-form .module-consultation .popup_consultation .gform_wrapper.gravity-theme .gform_page_footer input.search-submit {
margin: 0 !important;
position: static;
bottom: initial;
right: initial;
}
}
.module-consultation .popup_consultation .gform_wrapper.gravity-theme .gfield_label {
font-weight: initial;
}
.module-consultation .popup_consultation .gform_wrapper .gf_progressbar_title {
display: none !important;
}
.module-consultation .popup_consultation .gform_wrapper .gform_ajax_spinner {
position: absolute;
bottom: 35px;
right: 45px;
max-width: 100%;
width: 50px;
display: block;
margin: 20px auto;
}
.module-consultation .popup_consultation.open {
z-index: 99999999999999;
transform: translateY(0);
}
.gform_page_footer .btn-terciary[value=Envoyer] {
color: #da404c;
}
.gform_page_footer .btn-terciary[value=Envoyer]:hover, .gform_page_footer .btn-terciary[value=Envoyer]:active {
color: #c5c5c5;
background-color: #d51626 !important;
}
.gform_page_footer .gform_previous_button {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/back.svg) no-repeat 12px 16px;
margin: 0;
margin: 9px 0 !important;
border: none;
text-indent: 120%;
white-space: nowrap;
overflow: hidden;
height: 79px;
padding: 0;
background-color: transparent !important;
position: absolute;
bottom: 25px;
left: 25px;
transition: all 0.2s ease-in-out;
}
.gform_page_footer .gform_previous_button:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/backhover.svg) no-repeat 12px 16px;
}
@media (max-width: 767px) {
.gform_page_footer .gform_previous_button {
position: static;
bottom: initial;
left: initial;
}
}
.popup_consultation .close {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/close.svg) no-repeat;
display: inline-block;
width: 60px;
height: 60px;
border-radius: 22px;
text-align: center;
font-size: 30px;
position: absolute;
top: 25px;
right: 25px;
cursor: pointer;
z-index: 22;
color: #000 !important;
font-weight: 600;
line-height: 1.4;
opacity: 1;
font-family: cursive;
text-shadow: 0 0 black !important;
transition: all 0.2s ease-in-out;
}
.popup_consultation .close:hover {
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/closehover.svg) no-repeat;
}
@media screen and (max-width: 425px) {
.popup_consultation .close {
top: 15px;
right: 40px;
background-position: center;
width: 40px;
height: 40px;
}
}
@media screen and (max-width: 350px) {
.popup_consultation .close {
right: 60px;
}
}
@media screen and (max-width: 320px) {
.popup_consultation .close {
right: 86px;
}
}
.gform_heading {
display: none;
}
.customBehaviour {
flex: 50%;
}
.customBehaviour input[type=submit] {
background-color: #A60A17 !important;
}
.customBehaviour input[type=submit]:hover {
background-color: #D51626 !important;
color: #fff !important;
}
.customBehaviour .gform_confirmation_wrapper {
background-color: #EFEFEF;
display: flex;
align-items: center;
text-align: center;
height: 400px;
justify-content: center;
padding: 20px;
color: #000;
}
.customBehaviour .gform_confirmation_wrapper strong {
font-size: 1.75rem;
}
.customBehaviour .gfield_validation_message {
display: block;
border: 0 !important;
background: transparent !important;
padding: 5px 0 !important;
margin-top: 0px !important;
font-size: 0.6875rem !important;
}
.customBehaviour .gform_heading {
display: none;
}
.customBehaviour .gform_fields .gfield_required_asterisk {
color: #181C21;
padding-left: 0;
}
.customBehaviour .gform_fields .ginput_container {
margin-top: 14px;
position: relative;
}
.customBehaviour .gform_fields .ginput_container input[type=text] {
border: 0;
padding: 4px 0;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
}
.customBehaviour .gform_fields .ginput_container input[type=text]:focus {
outline: none;
}
.customBehaviour .gform_fields .ginput_container input[type=text]::-webkit-input-placeholder { color: transparent;
}
.customBehaviour .gform_fields .ginput_container input[type=text]:-moz-placeholder { color: transparent;
}
.customBehaviour .gform_fields .ginput_container input[type=text]::-moz-placeholder { color: transparent;
}
.customBehaviour .gform_fields .ginput_container input[type=text]:-ms-input-placeholder { color: transparent;
}
.customBehaviour .gform_fields .ginput_container input[type=text] ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.customBehaviour .gform_fields .ginput_container input[type=text]:focus ~ .focus-border,
.customBehaviour .gform_fields .ginput_container .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.customBehaviour .gform_fields .ginput_container input[type=text] ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #181C21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
font-size: 13px;
}
.customBehaviour .gform_fields .ginput_container input[type=text]:focus ~ label,
.customBehaviour .gform_fields .ginput_container .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.customBehaviour .gform_fields .ginput_container_textarea {
position: relative;
margin-top: 25px;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large.large {
border: 0;
padding: 16px;
border-bottom: 1px solid #ccc;
background-color: transparent;
margin-bottom: 0 !important;
height: 200px !important;
overflow-y: scroll;
border: none;
border: solid 0.5px rgba(0, 0, 0, 0.2588235294);
border-radius: 4px;
outline: none;
padding-bottom: 200px;
margin-right: 10px;
padding-right: 66px;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large.large::-webkit-input-placeholder { color: transparent;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large.large:-moz-placeholder { color: transparent;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large.large::-moz-placeholder { color: transparent;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large.large:-ms-input-placeholder { color: transparent;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 15px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
cursor: grab;
background: white;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large.large::-webkit-scrollbar-track {
background: #adadad;
border-left: 7px solid #ffffff;
border-right: 7px solid white;
margin: 8px;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large.large::-webkit-scrollbar-thumb {
border-left: 6px solid #ffffff !important;
border-right: 6px solid #ffffff !important;
background-color: #181C21 !important;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large.large::-webkit-resizer {
display: none;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #181c21;
transition: 0.4s;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large:focus ~ .focus-border,
.customBehaviour .gform_fields .ginput_container_textarea .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large ~ label {
position: absolute;
left: 16px !important;
width: 100% !important;
top: 16px !important;
color: #181C21;
transition: top, left, font-size;
transition-duration: 0.3s !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large:focus ~ label,
.customBehaviour .gform_fields .ginput_container_textarea .has-content.large ~ label {
top: -24px !important;
left: 0 !important;
font-size: 12px !important;
color: #181c21 !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large {
height: 160px !important;
border: none;
padding: 8px 0;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large::-webkit-scrollbar {
-webkit-appearance: none !important;
width: 2px !important;
overflow: -moz-scrollbars-vertical !important;
overflow-y: scroll !important;
}
.customBehaviour .gform_fields .ginput_container_textarea textarea.large::-webkit-scrollbar-thumb {
border-radius: 4px !important;
background-color: #181C21 !important;
}
.module-ebook-gratuit section,
.module-strategie-numerique section {
padding: 60px 0;
}
.module-ebook-gratuit section .back_image,
.module-strategie-numerique section .back_image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 46px 53px;
border: 1px solid #7B7B7B;
}
@media (max-width: 768px) {
.module-ebook-gratuit section .back_image,
.module-strategie-numerique section .back_image {
flex-direction: column-reverse;
padding: 46px 12px;
}
}
.module-ebook-gratuit section .back_image .left,
.module-strategie-numerique section .back_image .left {
justify-content: center;
}
.module-ebook-gratuit section .back_image .left h2,
.module-strategie-numerique section .back_image .left h2 {
margin-bottom: 15px;
}
.module-ebook-gratuit section .back_image .left h2.red_title,
.module-strategie-numerique section .back_image .left h2.red_title {
font-family: "Adobe Garamond", "EB Garamond", serif;
font-style: italic;
font-weight: 400;
font-size: 24px;
line-height: 29px;
padding-right: 20%;
}
@media (max-width: 1200px) {
.module-ebook-gratuit section .back_image .left h2.red_title,
.module-strategie-numerique section .back_image .left h2.red_title {
padding-right: 4%;
}
}
.module-ebook-gratuit section .back_image .left h3,
.module-strategie-numerique section .back_image .left h3 {
margin-bottom: 15px;
}
.module-ebook-gratuit section .back_image .left h3.normal_title,
.module-strategie-numerique section .back_image .left h3.normal_title {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 41px;
padding-right: 20%;
}
@media (max-width: 1200px) {
.module-ebook-gratuit section .back_image .left h3.normal_title,
.module-strategie-numerique section .back_image .left h3.normal_title {
padding-right: 4%;
}
}
.module-ebook-gratuit section .back_image .left .content_text,
.module-strategie-numerique section .back_image .left .content_text {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px; color: #181C21;
padding-right: 20%;
}
@media (max-width: 1200px) {
.module-ebook-gratuit section .back_image .left .content_text,
.module-strategie-numerique section .back_image .left .content_text {
padding-right: 4%;
}
}
.module-ebook-gratuit section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper,
.module-strategie-numerique section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper {
margin-top: 60px;
}
.module-ebook-gratuit section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook,
.module-strategie-numerique section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook {
display: flex;
gap: 15px;
align-items: center;
}
@media (max-width: 1200px) {
.module-ebook-gratuit section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook,
.module-strategie-numerique section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook {
flex-direction: column;
align-items: initial;
}
}
@media (max-width: 768px) {
.module-ebook-gratuit section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform-body .gform_fields .gfield,
.module-strategie-numerique section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform-body .gform_fields .gfield {
-ms-grid-column-span: 12;
grid-column: span 12;
}
}
.module-ebook-gratuit section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform-body .gform_fields .gfield .ginput_container_text input[type=text],
.module-strategie-numerique section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform-body .gform_fields .gfield .ginput_container_text input[type=text] {
background-color: transparent;
border: none;
border-bottom: 1px solid #525558 !important;
color: #525558 !important;
outline: none !important;
}
.module-ebook-gratuit section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform_footer,
.module-strategie-numerique section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform_footer {
margin: 0 0 0 20px !important;
padding: 0 !important;
margin-right: -100px !important;
}
@media (max-width: 1200px) {
.module-ebook-gratuit section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform_footer,
.module-strategie-numerique section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform_footer {
margin: 0 !important;
margin-top: 12px !important;
}
}
.module-ebook-gratuit section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform_footer input,
.module-strategie-numerique section .back_image .left .gform_wrapper.gravity-theme.form_ebook_wrapper .form_ebook .gform_footer input {
margin-bottom: 0;
background-color: #D0D1D3;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon_plane_black.svg);
border-color: #D0D1D3;
color: #181C21;
}
.module-ebook-gratuit section .back_image .right,
.module-strategie-numerique section .back_image .right {
justify-content: flex-end;
align-items: center;
}
@media (max-width: 1200px) {
.module-ebook-gratuit section .back_image .right,
.module-strategie-numerique section .back_image .right {
justify-content: center;
}
}
.module-ebook-gratuit section .back_image .right img,
.module-strategie-numerique section .back_image .right img {
max-height: 496px;
margin-right: -170px;
}
@media (max-width: 1200px) {
.module-ebook-gratuit section .back_image .right img,
.module-strategie-numerique section .back_image .right img {
margin-right: 0px;
}
}
.module-strategie-numerique section .back_image {
padding: 0px 53px;
}
@media (max-width: 1400px) {
.module-strategie-numerique section .back_image {
padding: 20px 53px;
}
}
@media (max-width: 768px) {
.module-strategie-numerique section .back_image {
flex-direction: column;
padding: 20px;
padding-bottom: 0;
}
}
.module-strategie-numerique section .back_image .left {
justify-content: center;
}
.module-strategie-numerique section .back_image .left .buttons_wraper {
margin-top: 50px;
}
@media (max-width: 768px) {
.module-strategie-numerique section .back_image .left .buttons_wraper {
margin-bottom: 40px;
}
}
.module-strategie-numerique section .back_image .left .buttons_wraper button.btn, .module-strategie-numerique section .back_image .left .buttons_wraper .search-form button.search-submit, .search-form .module-strategie-numerique section .back_image .left .buttons_wraper button.search-submit {
padding-right: 1.6rem;
}
.module-strategie-numerique section .back_image .left .buttons_wraper .button_puzzle {
background-repeat: no-repeat;
background-position: 10% 50%;
background-size: 25px;
margin-bottom: 0;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 55px;
padding-right: 25px;
text-decoration: none;
position: relative;
font-weight: 700;
display: inline-block;
font-family: "Gilroy", "Spartan", sans-serif;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 1000rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
margin-bottom: 0;
background-color: #D0D1D3;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon_plane_black.svg);
border-color: #D0D1D3;
color: #181C21;
margin-left: 14px;
}
@media (max-width: 1600px) {
.module-strategie-numerique section .back_image .left .buttons_wraper .button_puzzle {
margin-left: 4px;
margin-top: 0px;
}
}
@media (max-width: 1382px) {
.module-strategie-numerique section .back_image .left .buttons_wraper .button_puzzle {
margin-left: 0;
margin-top: 12px;
}
}
@media (max-width: 600px) {
.module-strategie-numerique section .back_image .left .buttons_wraper .button_puzzle {
margin-top: 12px;
}
}
.module-strategie-numerique section .back_image .right {
justify-content: flex-end;
align-items: center;
}
@media (max-width: 1200px) {
.module-strategie-numerique section .back_image .right {
justify-content: center;
}
}
.module-strategie-numerique section .back_image .right img {
max-height: 440px;
margin-right: -170px;
}
@media (max-width: 1200px) {
.module-strategie-numerique section .back_image .right img {
margin-right: 0px;
}
}
.capsulevideo .capsulevideo-list {
margin-left: -10px;
margin-right: -10px;
display: flex;
flex-wrap: wrap;
padding-top: 20px; }
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem {
width: 25%;
display: flex;
padding: 0 10px;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem {
width: 50%;
}
}
@media (max-width: 479px) {
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem {
width: 100%;
}
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: flex;
height: 567px;
padding: 30px 20px;
align-items: flex-end;
position: relative;
border-radius: 4.7px;
overflow: hidden;
width: 100%;
}
@media (max-width: 1440px) {
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule {
height: 39.4vw;
padding: 2vw 20px;
}
}
@media (max-width: 767px) {
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule {
height: 82.4vw;
padding: 4vw 20px;
}
}
@media (max-width: 479px) {
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule {
height: 155.4vw;
padding: 7vw 20px;
}
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule:before {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 50%;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/capsule-patern.png) no-repeat center bottom;
background-size: auto 100%;
mix-blend-mode: multiply;
z-index: 0;
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule:after {
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 60%;
background: rgb(148, 54, 61);
background: linear-gradient(180deg, rgba(148, 54, 61, 0) 0%, rgba(148, 54, 61, 0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#94363d",endColorstr="#94363d",GradientType=1);
z-index: 0;
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule.capsule_cta {
align-items: center;
text-align: center;
border: 1px solid #373F49;
background-color: #333333;
background-color: #262626;
justify-content: center;
transition: background-color 250ms ease-out;
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule.capsule_cta:after {
display: none;
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule.capsule_cta:before {
height: 100%;
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/texture-2.png) no-repeat center;
background-size: auto 100%;
mix-blend-mode: overlay;
mix-blend-mode: multiply;
opacity: 0.5;
mix-blend-mode: color-dodge;
opacity: 0.1;
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule.capsule_cta:hover {
background-color: #302f2f;
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule h3 {
color: #F6F9FC;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 24px;
font-weight: 400;
line-height: normal;
position: relative;
z-index: 3;
}
@media (max-width: 1440px) {
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule h3 {
font-size: clamp(18px, 1.65vw, 24px);
}
}
@media (max-width: 767px) {
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule h3 {
font-size: clamp(18px, 3vw, 24px);
}
}
@media (max-width: 479px) {
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule h3 {
font-size: clamp(18px, 6vw, 24px);
}
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule .lien {
cursor: pointer;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 4;
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule .lien .play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
max-width: 70px;
width: 28%;
border-radius: 50%;
overflow: hidden;
transition: box-shadow 250ms ease-out;
}
.capsulevideo .capsulevideo-list .capsulevideo-capsuleitem .wrap_capsule .lien:hover .play {
box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.5);
}
.capsulevideo .capsulevideo-list .video_more {
width: 100%;
padding-top: 17px;
text-align: center;
}
.capsulevideo .capsulevideo-list .video_more .cta {
display: inline-block;
}
.capsulevideo .capsulevideo-list .autre_video {
width: 100%;
display: flex;
flex-wrap: wrap;
max-height: 0;
overflow: hidden;
}
.capsulevideo .capsulevideo-list .autre_video.show_video {
max-height: unset;
}
body .fancybox-content { }
body .fancybox-button.fancybox-button--thumbs,
body .fancybox-button.fancybox-button--play {
display: none !important;
}
body .fancybox-navigation .fancybox-button {
height: 130px;
top: calc(50% - 65px);
width: 95px;
}
@media (max-width: 479px) {
body .fancybox-navigation .fancybox-button {
width: 82px;
}
}
body {
background-color: #181c21;
}
body.page-template-template-ebook #noise-page {
display: none;
}
body.page-template-template-ebook .banner-ebook .theme-dark {
background-color: #181c21;
}
body.page-template-template-ebook .banner-ebook .theme-dark .logo_row {
display: block;
padding-top: 60px;
padding-bottom: 30px;
}
@media screen and (max-width: 425px) {
body.page-template-template-ebook .banner-ebook .theme-dark .logo_row {
position: relative;
margin-right: 0;
margin-left: 0;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .logo_row .logo-wrapper {
width: 200px;
}
@media screen and (max-width: 1024px) {
body.page-template-template-ebook .banner-ebook .theme-dark .logo_row .logo-wrapper {
width: 75px;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container {
position: relative;
padding-top: 30px;
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container {
height: auto;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container {
width: 100%;
padding: 0;
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container {
padding: 60px 0;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container {
margin-left: 0;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .left {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .left {
align-items: flex-end;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .left {
flex: 0 0 100%;
max-width: 100%;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .left .zoom-image {
max-width: 110%;
}
@media screen and (max-width: 1920px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .left .zoom-image {
max-width: 102%;
left: 74px;
bottom: 32px;
}
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .left .zoom-image {
max-width: 110%;
left: 24px;
bottom: 12px;
}
}
@media screen and (max-width: 1023px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .left .zoom-image {
position: relative;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .left .zoom-image {
max-width: 100%;
left: 0;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
height: 100%;
}
@media screen and (max-width: 1920px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right {
align-items: flex-end;
}
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right {
padding-right: 0;
justify-content: flex-end;
}
}
@media screen and (max-width: 1023px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right {
padding-right: 15px;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right {
flex: 0 0 100%;
max-width: 100%;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .title_ebook {
position: relative;
right: 0;
width: 100%;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(38px, 4vw, 70px);
line-height: clamp(45px, 4.5vw, 75px);
text-align: right;
color: #f6f6f6;
}
@media screen and (max-width: 1920px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .title_ebook {
top: 0;
width: 100%;
}
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .title_ebook {
top: 0;
right: 0px;
width: 100%;
}
}
@media screen and (max-width: 1024px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .title_ebook {
position: relative;
width: 100%;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .title_ebook {
text-align: left;
margin-top: 30px;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gform_confirmation_wrapper {
max-width: 60%;
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gform_confirmation_wrapper {
width: 100%;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme {
width: 100%;
display: flex;
}
@media screen and (max-width: 1920px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme {
width: 84%;
}
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme {
width: 86%;
margin-top: 0;
align-self: flex-end;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme {
width: 100%;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook {
width: 100%;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .gfield {
margin-bottom: 14px;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .gfield_label {
margin-bottom: 0;
color: #f6f6f6;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .gfield_label .gfield_required {
display: none;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email {
position: relative;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large {
border: 0;
border-bottom: 1px solid #50555b;
background-color: transparent;
margin-top: 0px !important;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 1.2;
color: #ffffff;
outline: none;
outline-style: none;
box-shadow: none;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large:focus,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large:focus {
outline: none;
outline-style: none;
box-shadow: none;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large ~ .focus-border,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #ccc;
transition: 0.4s;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large:focus ~ .focus-border,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text .has-content.large ~ .focus-border,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large:focus ~ .focus-border,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large ~ label,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #50555b;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large ~ label .gfield_required,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large ~ label .gfield_required {
display: none;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large:focus ~ label,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text .has-content.large ~ label,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large:focus ~ label,
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #ccc !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform-body .gform_fields .gfield_validation_message {
display: block;
background: transparent;
border: none;
padding: 0;
margin: 0;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform_footer {
width: 100%;
display: flex;
justify-content: center;
margin: 70px 0 0;
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform_footer {
margin: 40px 0 0;
}
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform_footer input {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-donwload.svg);
background-image: none;
background-repeat: no-repeat;
background-position: 15% 50%;
background-size: 25px;
color: white;
background-color: #da404c;
border-color: #da404c;
margin-bottom: 0;
padding-left: 3rem;
padding-right: 3rem;
text-decoration: none;
position: relative;
font-weight: 700;
display: inline-block;
font-family: "Gilroy", "Spartan", sans-serif;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 1000rem;
border-top-left-radius: 1000rem;
border-top-right-radius: 1000rem;
border-bottom-right-radius: 1000rem;
border-bottom-left-radius: 1000rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.page-template-template-ebook .banner-ebook .theme-dark .hero-container .content-container .right .gravity-theme .form_ebook .gform_footer input:hover {
background-color: #e8525e !important;
color: #ffffff !important;
}
body.page-template-template-ebook .ebook-page {
background-color: #181c21;
padding-top: 60px;
}
@media screen and (max-width: 1440px) {
body.page-template-template-ebook .ebook-page {
padding-top: 30px;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .ebook-page {
padding-top: 0;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .image_header {
margin-bottom: 60px;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container h2.title_ebook {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 3vw, 55px);
line-height: clamp(50px, 3.5vw, 68px);
color: #da404c;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-top: 55px;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .left {
width: 48%;
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .left {
width: 100%;
margin-bottom: 30px;
}
}
@media screen and (max-width: 425px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .left {
width: 100%;
margin-bottom: 30px;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .left h3.sub_title {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(28px, 2vw, 34px);
line-height: clamp(35px, 2.5vw, 41px);
color: #f6f6f6;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .right {
width: 48%;
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .right {
width: 100%;
}
}
@media screen and (max-width: 425px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .right {
width: 100%;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .right ul {
list-style-type: none;
padding-left: 20px;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .right ul li {
position: relative;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(14px, 2vw, 14px);
line-height: clamp(25px, 2.5vw, 30px);
color: #f6f6f6;
padding-left: 36px;
margin: 10px 0;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .mesures_aside .right ul li::before {
content: "";
position: absolute;
left: 0;
width: 25px;
height: 25px;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/red_round_button.svg);
background-repeat: no-repeat;
background-position: 15% 50%;
background-size: 25px;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-between;
margin-top: 120px;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .left {
width: 44%;
}
@media screen and (max-width: 1440px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .left {
width: 36%;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .left {
width: 100%;
}
}
@media screen and (max-width: 425px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .left {
width: 100%;
margin-bottom: 30px;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right {
width: 54%;
}
@media screen and (max-width: 1440px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right {
width: 60%;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right {
width: 100%;
}
}
@media screen and (max-width: 425px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right {
width: 100%;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h1,
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h2,
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h3,
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h4,
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h5 {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(28px, 2vw, 34px);
line-height: clamp(35px, 2.5vw, 41px);
color: #f6f6f6;
margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h1,
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h2,
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h3,
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h4,
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text h5 {
margin-bottom: 22px;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .marque_aside .right .container_text p {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(12px, 2vw, 16px);
line-height: clamp(22px, 2.5vw, 26px);
color: #f6f6f6;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .video_aside {
margin-top: 120px;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .video_aside .div_video {
padding: 0;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .video_aside .div_video .large_video {
position: relative;
padding: 56.25% 0 0 0;
height: 0px;
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .video_aside .div_video .large_video {
padding: 56.25% 0 0 0;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .video_aside .div_video .large_video iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .testimonial_aside {
position: relative;
margin-top: 120px;
padding: 50px 50px;
padding-bottom: 120px;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .testimonial_aside .gimme_left {
position: absolute;
top: 0;
left: 0;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .testimonial_aside .text_container p {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 36px;
font-size: clamp(22px, 2vw, 30px);
line-height: clamp(28px, 2.5vw, 36px);
color: #f6f6f6;
margin-bottom: 32px;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .testimonial_aside .text_container p.little_text {
font-style: normal;
font-weight: 400;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(19px, 2.5vw, 23px);
color: #f6f6f6;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .testimonial_aside .gimme_right {
position: absolute;
top: 170px;
right: 0;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .last_aside {
display: flex;
gap: 70px;
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .last_aside {
margin-bottom: 30px;
flex-direction: column;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .ebook-page .container_second_section .left-container .last_aside img {
max-width: 300px;
align-self: center;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .last_aside h2.title_ebook {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(22px, 3vw, 28px);
line-height: 1.2;
color: #f6f6f6;
}
body.page-template-template-ebook .ebook-page .container_second_section .left-container .last_aside p {
font-style: normal;
font-weight: 400;
font-size: clamp(10px, 3vw, 14px);
line-height: 1.2;
color: #f6f6f6;
}
@media screen and (max-width: 1099px) {
body.page-template-template-ebook .ebook-page .container_second_section .right-container {
margin: 80px 0;
}
}
@media screen and (max-width: 600px) {
body.page-template-template-ebook .ebook-page .container_second_section .right-container {
margin: 40px 0;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content {
position: sticky;
top: 40px;
height: min-content;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show h2 {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(60px, 3vw, 90px);
line-height: 1.1;
color: #f6f9fc;
margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show h2 {
text-align: left !important;
font-size: clamp(28px, 3vw, 40px);
}
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gform_confirmation_message {
display: none;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme {
width: 100%;
display: flex;
}
@media screen and (max-width: 1920px) {
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme {
width: 100%;
}
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme {
width: 100%;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook {
width: 100%;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .gfield {
margin-bottom: 14px;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .gfield_label {
margin-bottom: 0;
color: #f6f6f6;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .gfield_label .gfield_required {
display: none;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email {
position: relative;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large {
border: 0;
border-bottom: 1px solid #50555b;
background-color: transparent;
margin-top: 0px !important;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 1.2;
color: #ffffff;
outline: none;
outline-style: none;
box-shadow: none;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large:focus,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large:focus {
outline: none;
outline-style: none;
box-shadow: none;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large ~ .focus-border,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #ccc;
transition: 0.4s;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large:focus ~ .focus-border,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text .has-content.large ~ .focus-border,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large:focus ~ .focus-border,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email .has-content.large ~ .focus-border {
width: 100%;
transition: 0.4s;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large ~ label,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large ~ label {
position: absolute;
left: 0 !important;
width: 100% !important;
top: 9px !important;
color: #50555b;
transition: top, left, font-size;
transition-duration: 0.3s !important;
z-index: -1 !important;
letter-spacing: 0.5px !important;
clip: initial !important;
-webkit-clip-path: none !important;
clip-path: none !important;
height: auto !important;
overflow: visible !important;
line-height: 18px !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-weight: 400;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large ~ label .gfield_required,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large ~ label .gfield_required {
display: none;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text input.large:focus ~ label,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_text .has-content.large ~ label,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email input.large:focus ~ label,
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .ginput_container_email .has-content.large ~ label {
top: -16px !important;
font-size: 12px !important;
color: #ccc !important;
transition: top, left, font-size;
transition-duration: 0.3s !important;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform-body .gform_fields .gfield_validation_message {
display: block;
background: transparent;
border: none;
padding: 0;
margin: 0;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform_footer {
width: 100%;
display: flex;
justify-content: center;
margin: 70px 0 0;
}
@media screen and (max-width: 1441px) {
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform_footer {
margin: 40px 0 0;
}
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform_footer input {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-donwload.svg);
background-image: none;
background-repeat: no-repeat;
background-position: 15% 50%;
background-size: 25px;
color: white;
background-color: #da404c;
border-color: #da404c;
margin-bottom: 0;
padding-left: 3rem;
padding-right: 3rem;
text-decoration: none;
position: relative;
font-weight: 700;
display: inline-block;
font-family: "Gilroy", "Spartan", sans-serif;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 1000rem;
border-top-left-radius: 1000rem;
border-top-right-radius: 1000rem;
border-bottom-right-radius: 1000rem;
border-bottom-left-radius: 1000rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.page-template-template-ebook .ebook-page .container_second_section .right-container .fix_content .content_to_show .gravity-theme .form_ebook .gform_footer input:hover {
background-color: #e8525e !important;
color: #ffffff !important;
}
body.page-template-template-ebook #pagefooter {
background-color: #181c21;
}
body.page-template-template-ebook #pagefooter .container:first-child {
margin-bottom: 60px;
display: grid;
grid-template-areas: "contact contact" "infolettre logo";
}
@media (max-width: 1099px) {
body.page-template-template-ebook #pagefooter .container:first-child {
grid-template-areas: none;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}
body.page-template-template-ebook #pagefooter .footer-btn {
display: none;
}
body.page-template-template-ebook #pagefooter .footer-navigation {
display: none;
}
body.page-template-template-ebook #pagefooter .footer-logo {
display: block;
display: none;
grid-area: logo;
align-self: flex-end;
}
@media (max-width: 1099px) {
body.page-template-template-ebook #pagefooter .footer-logo {
align-self: initial;
text-align: center;
max-width: 80px;
width: 100%;
margin-bottom: 60px;
}
}
body.page-template-template-ebook #pagefooter .footer-logo .logo-wrapper .logo {
max-width: 160px;
}
body.page-template-template-ebook #pagefooter .footer-infolettre {
display: none;
}
body {
background-color: #181c21;
}
body.page-template-template-webinar .row {
margin-left: 0;
margin-right: 0;
padding-left: 15px;
padding-right: 15px;
}
body.page-template-template-webinar .countdown {
position: fixed;
width: 100%;
z-index: 99999;
height: 103px;
background-color: #da404c;
bottom: 0;
left: 0;
display: none;
}
@media screen and (max-width: 1200px) {
body.page-template-template-webinar .countdown {
height: auto;
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer {
margin-left: 0;
margin-right: 0;
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .left_timer {
display: flex;
justify-content: center;
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .left_timer {
margin-bottom: 12px;
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .left_timer .simply-section {
width: 103px;
height: 103px;
margin: 0 20px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (max-width: 1024px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .left_timer .simply-section {
margin: 0 12px;
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .left_timer .simply-section .simply-amount {
display: block;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 60px);
line-height: clamp(53px, 4.5vw, 73px);
color: #ffffff;
}
@media screen and (max-width: 1300px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .left_timer .simply-section .simply-amount {
text-align: center;
font-size: clamp(36px, 3vw, 60px);
line-height: clamp(36px, 3.5vw, 73px);
}
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .left_timer .simply-section .simply-amount {
text-align: center;
font-size: clamp(36px, 4vw, 60px);
line-height: clamp(36px, 4.5vw, 73px);
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .left_timer .simply-section .simply-word {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(20px, 2.5vw, 24px);
color: #ffffff;
}
@media screen and (max-width: 1300px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .left_timer .simply-section .simply-word {
font-size: clamp(16px, 1vw, 20px);
line-height: clamp(20px, 1.5vw, 24px);
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .center {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .center {
flex-direction: row;
align-items: center;
margin-bottom: 0;
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .center p {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
color: #ffffff;
margin-bottom: 0;
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .center p.date {
font-weight: 700;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(20px, 2.5vw, 24px);
}
@media screen and (max-width: 1300px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .center p.date {
font-size: clamp(16px, 1vw, 20px);
line-height: clamp(20px, 1.5vw, 24px);
}
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .center p.date {
margin-right: 12px;
font-size: clamp(16px, 5vw, 30px);
line-height: clamp(20px, 5.5vw, 34px);
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .center p.time {
font-weight: 400;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(20px, 2.5vw, 24px);
}
@media screen and (max-width: 1300px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .center p.time {
font-size: clamp(16px, 1vw, 20px);
line-height: clamp(20px, 1.5vw, 24px);
}
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .center p.time {
font-weight: 700;
font-size: clamp(16px, 5vw, 30px);
line-height: clamp(20px, 5.5vw, 34px);
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
@media screen and (max-width: 1200px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right {
align-items: center;
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription {
padding: 0;
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .left {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0;
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .left .text_inscription {
justify-content: center;
align-items: center;
margin-bottom: 12px;
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .left .text_inscription p {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
color: #ffffff;
text-align: right;
margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .left .text_inscription p {
text-align: left;
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .left .text_inscription p.title {
font-weight: 700;
font-size: clamp(16px, 1vw, 32px);
line-height: clamp(24px, 1.5vw, 39px);
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .left .text_inscription p.subtitle {
font-weight: 500;
font-size: clamp(14px, 1vw, 23px);
line-height: clamp(18px, 1.5vw, 27px);
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .left .text_inscription p.subtitle {
font-weight: 700;
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .right .button_agenda {
font-style: normal;
font-weight: 700;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(20px, 2.5vw, 24px);
text-align: center;
padding: 18px 28px;
background: #f6f6f6;
border-radius: 70px;
max-width: -moz-fit-content;
max-width: fit-content;
color: #da404c;
}
@media screen and (max-width: 1300px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .right .button_agenda {
font-size: clamp(16px, 1vw, 20px);
line-height: clamp(20px, 1.5vw, 24px);
padding: 12px 22px;
}
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .right .button_agenda {
padding: 10px 34px;
}
}
body.page-template-template-webinar .countdown .countdown_timer .row_timer .right .inscription .right .button_agenda:hover {
text-decoration: none;
color: rgba(218, 64, 76, 0.6549019608);
}
body.page-template-template-webinar #noise-page {
display: none;
}
body.page-template-template-webinar .banner-webinar .theme-dark {
background-color: #181c21;
}
body.page-template-template-webinar .banner-webinar .theme-dark .logo_row {
position: absolute;
top: 40px;
left: 0;
right: 0;
}
@media screen and (max-width: 425px) {
body.page-template-template-webinar .banner-webinar .theme-dark .logo_row {
position: relative;
margin-right: 0;
margin-left: 0;
}
}
body.page-template-template-webinar .banner-webinar .theme-dark .logo_row .logo-wrapper {
width: 200px;
}
@media screen and (max-width: 1024px) {
body.page-template-template-webinar .banner-webinar .theme-dark .logo_row .logo-wrapper {
width: 75px;
}
}
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container {
height: 100vh;
position: relative;
padding-top: 80px;
background-size: clamp(650px, 56%, 1200px);
background-repeat: no-repeat;
background-position: 13% 100%;
}
@media screen and (max-width: 1099px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container {
background-size: 0;
height: auto;
}
}
@media screen and (max-width: 425px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container {
padding-top: 0px;
}
}
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container {
width: 100%;
height: 100%;
padding: 75px 0;
padding-bottom: 0;
}
@media screen and (max-width: 1441px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container {
padding: 60px 0;
padding-bottom: 0px;
}
}
@media screen and (max-width: 1099px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container {
padding-bottom: 0;
padding-top: 0;
}
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container {
margin-left: 0;
}
}
@media screen and (max-width: 425px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container {
padding-top: 60px;
}
}
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container .left {
position: relative;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
@media screen and (max-width: 1441px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container .left {
align-items: flex-end;
}
}
@media screen and (max-width: 1099px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container .left {
flex: 0 0 100%;
max-width: 100%;
}
}
@media screen and (min-width: 1100px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container .left .zoom-image {
display: none;
}
}
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container .right {
position: relative;
display: flex;
height: 100%;
flex-direction: column;
align-items: flex-end;
}
@media screen and (min-width: 1100px) {
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container .right {
padding-top: 100px;
padding-left: 20px;
}
}
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container .right .title_ebook p {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(44px, 4vw, 90px);
line-height: clamp(54px, 4.5vw, 95px);
text-align: right;
color: #da404c;
}
body.page-template-template-webinar .banner-webinar .theme-dark .hero-container .content-container .right .subtitle_ebook p {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 500;
font-size: clamp(24px, 3vw, 33px);
line-height: clamp(30px, 3.5vw, 40px);
text-align: right;
color: #f6f6f6;
}
body.page-template-template-webinar .webinar-page {
padding: 106px 0;
padding-bottom: 60px;
}
@media (max-width: 1099px) {
body.page-template-template-webinar .webinar-page {
padding-bottom: 0px;
}
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .webinar-page {
padding: 53px 0;
}
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .webinar-page.mobile-padding-none {
padding-bottom: 0;
}
}
body.page-template-template-webinar .webinar-page.theme_light {
background-color: #f6f6f6;
}
body.page-template-template-webinar .webinar-page.theme_dark {
background-color: #181c21;
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .webinar-page {
margin-top: 0;
}
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .webinar-page .row-webinar .left {
margin-bottom: 30px;
}
}
body.page-template-template-webinar .webinar-page .row-webinar .right ul {
list-style-type: none;
padding-left: 20px;
}
body.page-template-template-webinar .webinar-page .row-webinar .right ul li {
position: relative;
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(14px, 2vw, 18px);
line-height: clamp(25px, 2.5vw, 30px);
color: #181c21;
padding-left: 36px;
margin: 10px 0;
}
body.page-template-template-webinar .webinar-page .row-webinar .right ul li::before {
content: "";
position: absolute;
left: 0;
width: 25px;
height: 25px;
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/red_round_button.svg);
background-repeat: no-repeat;
background-position: 15% 50%;
background-size: 25px;
}
body.page-template-template-webinar .webinar-page .agenda_row {
margin-top: 75px;
}
body.page-template-template-webinar .webinar-page .agenda_row .left h2.title_agenda {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(24px, 4vw, 60px);
line-height: clamp(24px, 4.5vw, 73px);
color: #181c21;
}
body.page-template-template-webinar .webinar-page .agenda_row .middle {
display: flex;
flex-direction: column;
}
body.page-template-template-webinar .webinar-page .agenda_row .middle p.text_agenda_midle {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 500;
font-size: clamp(18px, 2vw, 23px);
line-height: clamp(23px, 2.5vw, 27px);
color: #181c21;
margin-bottom: 36px;
}
body.page-template-template-webinar .webinar-page .agenda_row .middle .agenda_items {
display: flex;
flex-direction: column;
}
body.page-template-template-webinar .webinar-page .agenda_row .middle .agenda_items .item {
display: flex;
align-items: flex-start;
}
body.page-template-template-webinar .webinar-page .agenda_row .middle .agenda_items .item .item_text {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 500;
font-size: clamp(18px, 1.4vw, 23px);
line-height: clamp(23px, 2vw, 27px);
color: #181c21;
margin-left: 12px;
}
body.page-template-template-webinar .webinar-page .agenda_row .right {
padding: 6px;
}
body.page-template-template-webinar .webinar-page .agenda_row .right .button_item {
background-color: #da404c;
width: 100%;
height: 100%;
padding: 32px 28px;
display: flex;
flex-direction: column;
}
body.page-template-template-webinar .webinar-page .agenda_row .right .button_item .title_button {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 1.4vw, 34px);
line-height: clamp(31px, 2vw, 41px);
color: #ffffff;
}
body.page-template-template-webinar .webinar-page .agenda_row .right .button_item .text_button {
font-style: normal;
font-weight: 500;
font-size: clamp(18px, 1.4vw, 23px);
line-height: clamp(23px, 2vw, 27px);
color: #ffffff;
}
body.page-template-template-webinar .webinar-page .agenda_row .right .button_item .button_agenda {
font-style: normal;
font-weight: 700;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(20px, 2.5vw, 24px);
text-align: center;
padding: 18px 42px;
background: #f6f6f6;
border-radius: 70px;
margin-top: auto;
max-width: -moz-fit-content;
max-width: fit-content;
color: #da404c;
}
body.page-template-template-webinar .webinar-page .agenda_row .right .button_item .button_agenda:hover {
text-decoration: none;
color: rgba(218, 64, 76, 0.6549019608);
}
body.page-template-template-webinar .webinar-page .row-time .title_time {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(35px, 3vw, 45px);
line-height: clamp(44px, 3.5vw, 54px);
text-align: center;
color: #ffffff;
margin-bottom: 52px;
}
body.page-template-template-webinar .webinar-page .row-time .time_items .item_time {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
body.page-template-template-webinar .webinar-page .row-time .time_items .item_time .item_image {
max-width: 210px;
margin-bottom: 23px;
}
body.page-template-template-webinar .webinar-page .row-time .time_items .item_time .title_item {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 1.4vw, 34px);
line-height: clamp(31px, 2vw, 41px);
text-align: center;
color: #ffffff;
margin-bottom: 23px;
}
body.page-template-template-webinar .webinar-page .row-time .time_items .item_time .text_item {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(20px, 2.5vw, 24px);
text-align: center;
color: #ffffff;
margin-bottom: 23px;
}
body.page-template-template-webinar .row-marketing .right h2.title_mnarketing {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 3vw, 58px);
line-height: clamp(53px, 3.5vw, 73px);
color: #da404c;
}
body.page-template-template-webinar .row-marketing .right h3.name_marketing {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(24px, 2vw, 34px);
line-height: clamp(31px, 2.5vw, 41px);
color: #000000;
}
body.page-template-template-webinar .row-marketing .right p.text_marketing {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(20px, 2.5vw, 24px);
color: #181c21;
}
body.page-template-template-webinar .row-video-webinar .div_video {
padding: 0;
}
body.page-template-template-webinar .row-video-webinar .div_video .large_video {
position: relative;
padding: 56.25% 0 0 0;
height: 0px;
}
@media screen and (max-width: 1441px) {
body.page-template-template-webinar .row-video-webinar .div_video .large_video {
padding: 56.25% 0 0 0;
}
}
body.page-template-template-webinar .row-video-webinar .div_video .large_video iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
body.page-template-template-webinar .row-testimonial {
position: relative;
}
body.page-template-template-webinar .row-testimonial .slick-list .slick-track .slick-slide > div {
display: flex;
justify-content: center;
}
body.page-template-template-webinar .row-testimonial .testimonial_aside {
position: relative;
padding: 54px 30px;
}
body.page-template-template-webinar .row-testimonial .testimonial_aside .gimme_left {
position: absolute;
top: 0;
left: 0;
}
body.page-template-template-webinar .row-testimonial .testimonial_aside .text_container p {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 36px;
font-size: clamp(22px, 2vw, 30px);
line-height: clamp(28px, 2.5vw, 36px);
color: #181c21;
margin-bottom: 32px;
}
body.page-template-template-webinar .row-testimonial .testimonial_aside .text_container p.little_text {
font-style: normal;
font-weight: 400;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(19px, 2.5vw, 23px);
color: #181c21;
}
body.page-template-template-webinar .row-testimonial .testimonial_aside .gimme_right {
position: absolute;
bottom: 110px;
right: 0;
}
body.page-template-template-webinar .row-testimonial .slick-arrow {
top: 30%;
}
body.page-template-template-webinar .row-testimonial .slick-arrow.slick-prev {
left: -100px;
}
@media screen and (max-width: 1440px) {
body.page-template-template-webinar .row-testimonial .slick-arrow.slick-prev {
left: -75px;
}
}
@media screen and (max-width: 1024px) {
body.page-template-template-webinar .row-testimonial .slick-arrow.slick-prev {
left: 0px;
}
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .row-testimonial .slick-arrow.slick-prev {
left: 20px;
}
}
body.page-template-template-webinar .row-testimonial .slick-arrow.slick-prev::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/testimonialarrow_left.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/testimonialarrow_left.svg);
background-color: rgba(0, 0, 0, 0.8);
width: 90px;
height: 90px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .row-testimonial .slick-arrow.slick-prev::before {
width: 50px;
height: 50px;
}
}
@media screen and (max-width: 1024px) {
body.page-template-template-webinar .row-testimonial .slick-arrow.slick-next {
right: 50px;
}
}
body.page-template-template-webinar .row-testimonial .slick-arrow.slick-next::before {
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/testimonialarrow_right.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/testimonialarrow_right.svg);
background-color: rgba(0, 0, 0, 0.8);
width: 90px;
height: 90px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
@media screen and (max-width: 767px) {
body.page-template-template-webinar .row-testimonial .slick-arrow.slick-next::before {
width: 50px;
height: 50px;
}
}
body.page-template-template-webinar .row-last-section .left .title_final {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: clamp(40px, 4vw, 60px);
line-height: clamp(53px, 4.5vw, 73px);
color: #d0d1d3;
}
body.page-template-template-webinar .row-last-section .right .text_final {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 400;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(19px, 2.5vw, 23px);
color: #d0d1d3;
}
body.page-template-template-webinar #pagefooter {
padding-top: 0;
}
body.page-template-template-webinar #pagefooter .container:first-child {
padding-top: 30px;
padding-bottom: 60px;
display: grid;
grid-template-areas: "contact contact" "infolettre logo";
}
@media (max-width: 1099px) {
body.page-template-template-webinar #pagefooter .container:first-child {
grid-template-areas: none;
display: flex;
flex-direction: column;
justify-content: center;
}
}
body.page-template-template-webinar #pagefooter .container:first-child .footer-btn {
display: none;
}
body.page-template-template-webinar #pagefooter .container:first-child .footer-navigation {
display: none;
}
body.page-template-template-webinar #pagefooter .container:first-child .form_infolettre {
display: none;
}
body.page-template-template-webinar #pagefooter .container:first-child .footer-logo {
display: none;
}
body.page-template-template-webinar #pagefooter .container:first-child .medias-wrapper {
display: none;
}
body.page-template-template-webinar #pagefooter .copyright {
display: none;
}
.confirmation-webinar header {
display: flex;
justify-content: center;
margin-bottom: 70px;
}
.confirmation-webinar header #glitchLogo_menu {
height: 70px;
width: 76px;
}
@media screen and (min-width: 768px) {
.confirmation-webinar header #glitchLogo_menu {
height: 120px;
width: 127px;
}
}
.confirmation-webinar .container {
background-repeat: no-repeat;
background-size: cover;
max-width: 1290px;
padding-top: 30px;
}
.confirmation-webinar .container:has(.video-confirm) {
padding-bottom: 70px;
}
.confirmation-webinar .conf_align {
min-height: calc(100vh - 100px);
display: flex;
align-items: center;
flex-direction: column;
gap: 30px;
}
@media screen and (min-width: 768px) {
.confirmation-webinar .conf_align {
min-height: calc(100vh - 157px);
}
}
.confirmation-webinar .cont_content {
max-width: 930px;
}
.confirmation-webinar .conf_title {
font-size: 38px;
color: #da404c;
font-weight: 400;
margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
.confirmation-webinar .conf_title {
font-size: 54px;
}
}
.confirmation-webinar .conf_text {
color: #f6f9fc;
font-size: 19px;
font-weight: 600;
line-height: 24px;
}
@media screen and (min-width: 768px) {
.confirmation-webinar .conf_text {
font-size: 24px;
line-height: normal;
}
}
.confirmation-webinar .btn, .confirmation-webinar .comment-form input[type=submit], .comment-form .confirmation-webinar input[type=submit], .confirmation-webinar .search-form .search-submit, .search-form .confirmation-webinar .search-submit {
cursor: pointer;
background-color: #f6f9fc;
color: #da3f4c;
font-style: normal;
font-weight: bold;
font-size: clamp(16px, 2vw, 20px);
line-height: clamp(20px, 2.5vw, 24px);
text-align: center;
padding: 18px 42px;
border-radius: 70px;
margin: 25px 0;
max-width: -moz-fit-content;
max-width: fit-content;
transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.confirmation-webinar .btn:hover, .confirmation-webinar .comment-form input[type=submit]:hover, .comment-form .confirmation-webinar input[type=submit]:hover, .confirmation-webinar .search-form .search-submit:hover, .search-form .confirmation-webinar .search-submit:hover {
text-decoration: none;
color: #f6f9fc;
background-color: #da3f4c;
}
.confirmation-webinar .video-confirm {
width: 100%;
aspect-ratio: 16/9;
margin-bottom: 30px;
}
.confirmation-webinar .video-confirm iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
body {
background-color: #E5E7E4;
}
body .container {
padding: 0 10vw;
}
@media screen and (max-width: 400px) {
body .container {
padding: 0 8vw;
}
}
body.page-template-template-avis #noise-page {
display: none;
}
@media screen and (max-width: 1099px) {
body.page-template-template-avis .banner-avis.black-header {
background-color: inherit;
}
body.page-template-template-avis .banner-avis.black-header #glitchLogo_menu {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/logo_dark.png) !important;
height: 127px !important;
}
}
body.page-template-template-avis .banner-avis .theme-light {
background-color: #E5E7E4;
}
body.page-template-template-avis .banner-avis .theme-light .logo_row {
position: relative;
margin-top: 40px;
}
@media screen and (max-width: 425px) {
body.page-template-template-avis .banner-avis .theme-light .logo_row {
position: relative;
margin-right: 0;
margin-left: 0;
}
}
body.page-template-template-avis .banner-avis .theme-light .logo_row .logo-wrapper {
width: 134px;
margin-left: 40px;
}
@media screen and (max-width: 1024px) {
body.page-template-template-avis .banner-avis .theme-light .logo_row .logo-wrapper {
width: 90px;
margin-left: 10px;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-avis .banner-avis .theme-light .logo_row .logo-wrapper {
margin-left: 0px;
}
}
body.page-template-template-avis .banner-avis .theme-light .hero-container {
height: 100vh;
position: relative;
padding-top: 0px;
}
@media screen and (max-width: 768px) {
body.page-template-template-avis .banner-avis .theme-light .hero-container {
height: auto;
}
}
body.page-template-template-avis .banner-avis .theme-light .hero-container .content-container {
width: 100%;
height: 100%;
padding: 0;
}
@media screen and (max-width: 1441px) {
body.page-template-template-avis .banner-avis .theme-light .hero-container .content-container {
padding: 60px 0;
padding-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-avis .banner-avis .theme-light .hero-container .content-container {
margin-left: 0;
padding: 30px 0;
}
}
body.page-template-template-avis .avis-page {
background-color: #E5E7E4;
margin-top: 80px;
}
@media screen and (max-width: 1440px) {
body.page-template-template-avis .avis-page {
margin-top: 40px;
}
}
@media screen and (max-width: 1024px) {
body.page-template-template-avis .avis-page {
margin-top: 0;
}
}
body.page-template-template-avis .avis-page .avis_contaienr {
flex-direction: column;
justify-content: center;
}
body.page-template-template-avis .avis-page .avis_contaienr .title_avis {
font-family: "Gilroy", "Spartan", sans-serif !important;
font-style: normal;
font-weight: 700;
font-size: 34px;
line-height: 41px;
color: #181C21;
text-align: center;
margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
body.page-template-template-avis .avis-page .avis_contaienr .title_avis {
margin-bottom: 30px;
}
}
@media screen and (max-width: 768px) {
body.page-template-template-avis .avis-page .avis_contaienr .title_avis {
margin-bottom: 30px;
padding: 0 20px;
}
}
body.page-template-template-avis .avis-page .avis_contaienr section {
padding-top: 0 !important;
}
body.page-template-confirmation-avis #noise-page {
display: none;
}
body.page-template-confirmation-avis .confirmation-avis {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
min-height: 94vh;
}
body.page-template-confirmation-avis .confirmation-avis .conf_content {
position: relative;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
height: auto;
}
body.page-template-confirmation-avis .confirmation-avis .conf_content .btn.btn-gohome, body.page-template-confirmation-avis .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit], .comment-form body.page-template-confirmation-avis .confirmation-avis .conf_content input.btn-gohome[type=submit], body.page-template-confirmation-avis .confirmation-avis .conf_content .search-form .btn-gohome.search-submit, .search-form body.page-template-confirmation-avis .confirmation-avis .conf_content .btn-gohome.search-submit {
width: max-content;
position: relative;
margin-top: 40px;
background-color: transparent !important;
color: #181C21 !important;
border: 1px solid rgba(0, 0, 0, 0.5) !important;
padding: 14px 56px 14px 74px !important;
}
body.page-template-confirmation-avis .confirmation-avis .conf_content .btn.btn-gohome:before, body.page-template-confirmation-avis .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit]:before, .comment-form body.page-template-confirmation-avis .confirmation-avis .conf_content input.btn-gohome[type=submit]:before, body.page-template-confirmation-avis .confirmation-avis .conf_content .search-form .btn-gohome.search-submit:before, .search-form body.page-template-confirmation-avis .confirmation-avis .conf_content .btn-gohome.search-submit:before {
position: absolute;
top: 25%;
left: 10%;
opacity: 1;
transition: opacity, left, 0.2s ease-out;
content: "";
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/goback.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/goback.svg);
background-color: #181C21;
width: 30px;
height: 30px;
display: block;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
}
body.page-template-confirmation-avis .confirmation-avis .conf_content .btn.btn-gohome:hover, body.page-template-confirmation-avis .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit]:hover, .comment-form body.page-template-confirmation-avis .confirmation-avis .conf_content input.btn-gohome[type=submit]:hover, body.page-template-confirmation-avis .confirmation-avis .conf_content .search-form .btn-gohome.search-submit:hover, .search-form body.page-template-confirmation-avis .confirmation-avis .conf_content .btn-gohome.search-submit:hover, body.page-template-confirmation-avis .confirmation-avis .conf_content .btn.btn-gohome:focus, body.page-template-confirmation-avis .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit]:focus, .comment-form body.page-template-confirmation-avis .confirmation-avis .conf_content input.btn-gohome[type=submit]:focus, body.page-template-confirmation-avis .confirmation-avis .conf_content .search-form .btn-gohome.search-submit:focus, .search-form body.page-template-confirmation-avis .confirmation-avis .conf_content .btn-gohome.search-submit:focus {
background-color: #181C21 !important;
color: #fff !important;
outline: none;
}
body.page-template-confirmation-avis .confirmation-avis .conf_content .btn.btn-gohome:hover::before, body.page-template-confirmation-avis .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit]:hover::before, .comment-form body.page-template-confirmation-avis .confirmation-avis .conf_content input.btn-gohome[type=submit]:hover::before, body.page-template-confirmation-avis .confirmation-avis .conf_content .search-form .btn-gohome.search-submit:hover::before, .search-form body.page-template-confirmation-avis .confirmation-avis .conf_content .btn-gohome.search-submit:hover::before, body.page-template-confirmation-avis .confirmation-avis .conf_content .btn.btn-gohome:focus::before, body.page-template-confirmation-avis .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit]:focus::before, .comment-form body.page-template-confirmation-avis .confirmation-avis .conf_content input.btn-gohome[type=submit]:focus::before, body.page-template-confirmation-avis .confirmation-avis .conf_content .search-form .btn-gohome.search-submit:focus::before, .search-form body.page-template-confirmation-avis .confirmation-avis .conf_content .btn-gohome.search-submit:focus::before {
background-color: #fff;
}
body.page-template-confirmation-avis .confirmation-avis .conf_content img {
max-width: 189px;
width: 100%;
margin-bottom: 60px;
}
body.page-template-confirmation-avis .confirmation-avis .conf_content .title {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 44px;
line-height: 53px;
text-align: center;
margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
body.page-template-confirmation-avis .confirmation-avis .conf_content .title {
font-size: 38px;
line-height: 1.2;
}
}
body.page-template-confirmation-avis .confirmation-avis .conf_content .textconf {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 23px;
line-height: 27px;
text-align: center;
max-width: 600px;
}
@media screen and (max-width: 600px) {
body.page-template-confirmation-avis .confirmation-avis .conf_content .textconf {
font-size: 18px;
line-height: 1.2;
}
}
body.page-template-confirmation-consultation {
background-color: white;
}
body.page-template-confirmation-consultation #noise-page {
display: none;
}
body.page-template-confirmation-consultation .confirmation-avis {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
body.page-template-confirmation-consultation .confirmation-avis .conf_content {
position: relative;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
height: auto;
}
body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn.btn-gohome, body.page-template-confirmation-consultation .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit], .comment-form body.page-template-confirmation-consultation .confirmation-avis .conf_content input.btn-gohome[type=submit], body.page-template-confirmation-consultation .confirmation-avis .conf_content .search-form .btn-gohome.search-submit, .search-form body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn-gohome.search-submit {
width: max-content;
position: relative;
margin-top: 40px;
background-color: #DA404C !important;
color: #F6F9FC !important;
}
body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn.btn-gohome:hover, body.page-template-confirmation-consultation .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit]:hover, .comment-form body.page-template-confirmation-consultation .confirmation-avis .conf_content input.btn-gohome[type=submit]:hover, body.page-template-confirmation-consultation .confirmation-avis .conf_content .search-form .btn-gohome.search-submit:hover, .search-form body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn-gohome.search-submit:hover, body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn.btn-gohome:focus, body.page-template-confirmation-consultation .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit]:focus, .comment-form body.page-template-confirmation-consultation .confirmation-avis .conf_content input.btn-gohome[type=submit]:focus, body.page-template-confirmation-consultation .confirmation-avis .conf_content .search-form .btn-gohome.search-submit:focus, .search-form body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn-gohome.search-submit:focus {
background-color: #E8525E !important;
color: #fff !important;
outline: none;
}
body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn.btn-gohome:hover::before, body.page-template-confirmation-consultation .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit]:hover::before, .comment-form body.page-template-confirmation-consultation .confirmation-avis .conf_content input.btn-gohome[type=submit]:hover::before, body.page-template-confirmation-consultation .confirmation-avis .conf_content .search-form .btn-gohome.search-submit:hover::before, .search-form body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn-gohome.search-submit:hover::before, body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn.btn-gohome:focus::before, body.page-template-confirmation-consultation .confirmation-avis .conf_content .comment-form input.btn-gohome[type=submit]:focus::before, .comment-form body.page-template-confirmation-consultation .confirmation-avis .conf_content input.btn-gohome[type=submit]:focus::before, body.page-template-confirmation-consultation .confirmation-avis .conf_content .search-form .btn-gohome.search-submit:focus::before, .search-form body.page-template-confirmation-consultation .confirmation-avis .conf_content .btn-gohome.search-submit:focus::before {
background-color: #fff;
}
body.page-template-confirmation-consultation .confirmation-avis .conf_content img {
max-width: 189px;
width: 100%;
margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
body.page-template-confirmation-consultation .confirmation-avis .conf_content img {
max-width: 149px;
}
}
body.page-template-confirmation-consultation .confirmation-avis .conf_content .title {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 68px;
line-height: 1.2;
font-size: clamp(36px, 3.5vw, 80px);
line-height: clamp(46px, 3.5vw, 90px);
text-align: center;
margin-bottom: 16px;
max-width: 800px;
}
@media screen and (max-width: 1440px) {
body.page-template-confirmation-consultation .confirmation-avis .conf_content .title {
font-size: clamp(26px, 3.5vw, 60px);
line-height: clamp(36px, 3.5vw, 70px);
}
}
@media screen and (max-width: 1024px) {
body.page-template-confirmation-consultation .confirmation-avis .conf_content .title {
font-size: clamp(26px, 4.5vw, 50px);
line-height: clamp(36px, 4.5vw, 60px);
}
}
@media screen and (max-width: 600px) {
body.page-template-confirmation-consultation .confirmation-avis .conf_content .title {
font-size: 38px;
line-height: 1.2;
}
}
body.page-template-confirmation-consultation .confirmation-avis .conf_content .textconf {
font-family: "Gilroy", "Spartan", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 34px;
line-height: 1.2;
text-align: center;
max-width: 900px;
}
@media screen and (max-width: 1440px) {
body.page-template-confirmation-consultation .confirmation-avis .conf_content .textconf {
font-size: clamp(26px, 3.5vw, 34px);
line-height: clamp(34px, 3.5vw, 34px);
}
}
@media screen and (max-width: 1024px) {
body.page-template-confirmation-consultation .confirmation-avis .conf_content .textconf {
font-size: clamp(26px, 3.5vw, 28px);
line-height: clamp(28px, 3.5vw, 28px);
}
}
@media screen and (max-width: 600px) {
body.page-template-confirmation-consultation .confirmation-avis .conf_content .textconf {
font-size: 18px;
line-height: 1.2;
}
}
body .avis_form_wrapper .avis_form {
display: flex;
flex-direction: column-reverse;
}
body .avis_form_wrapper .avis_form .gform_body .form_avis .gform_page_fields {
max-width: 600px;
width: 100%;
margin: 0 auto;
box-shadow: 0 1px 4px 0 rgba(163, 163, 163, 0.5);
background: #F7F8FC;
border: 1px solid #DFE0EB;
border-radius: 8px;
padding: 38px 32px;
}
@media screen and (max-width: 400px) {
body .avis_form_wrapper .avis_form .gform_body .form_avis .gform_page_fields {
padding: 38px 20px;
}
}
body .avis_form_wrapper .avis_form .gform_body .anonyme .gchoice {
background-color: transparent;
border: none;
display: flex;
align-items: center;
}
body .avis_form_wrapper .avis_form .gform_body .anonyme .gchoice input {
display: block !important;
margin-right: 15px;
width: 24px;
height: 24px;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
accent-color: #C6C6C6;
border: 0.5px solid rgba(0, 0, 0, 0.4039215686);
cursor: pointer;
}
@media screen and (max-width: 400px) {
body .avis_form_wrapper .avis_form .gform_body .anonyme .gchoice input {
margin-right: 20px;
}
}
body .avis_form_wrapper .avis_form .gform_body .anonyme .gchoice input[type=checkbox]:checked {
-webkit-appearance: auto !important;
appearance: auto !important;
accent-color: #C6C6C6;
}
body .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
background-color: transparent;
}
body .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-hover,
body .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus {
background-color: #EAEAEA !important;
}
@media screen and (max-width: 400px) {
body .gform_wrapper.gravity-theme .gfield-choice-input + label {
text-align: left;
line-height: 1.2;
}
}
body .gchoice {
text-transform: initial !important;
}
body .gform_wrapper.gravity-theme .gf_step {
margin: 14px 24px 14px 24px !important;
}
body .gform_wrapper.gravity-theme .gf_step_label {
padding-left: 0 !important;
}
body .gravity-theme table.gsurvey-likert tr .gsurvey-likert-row-label {
background-color: #eee;
padding: 8px;
text-align: left;
}
@media screen and (max-width: 1600px) {
body .gravity-theme table.gsurvey-likert tr .gsurvey-likert-row-label {
font-size: 14px;
line-height: 1.2;
}
}
body .avis_form_wrapper .avis_form .gform_body .gfield .ginput_container .name_first input,
body .avis_form_wrapper .avis_form .gform_body .gfield .ginput_container .name_last input {
background-color: transparent;
border: 0;
border-bottom: 1px solid #C6C6C6;
outline: none;
}
body .avis_form_wrapper .avis_form .gform_body .gfield .ginput_container input[type=text] {
background-color: transparent;
border: 0;
border-bottom: 1px solid #C6C6C6;
outline: none;
}
body .avis_form_wrapper .avis_form .gform_body .gfield .ginput_container textarea {
background-color: transparent;
border: 0;
border: 1px solid #C6C6C6;
outline: none;
}
body .avis_form_wrapper .avis_form .gform_previous_button {
bottom: 0;
left: 0;
}
body .avis_form_wrapper .avis_form .form_avis .gform_previous_button {
bottom: 0;
left: 60px;
}
@media screen and (max-width: 1024px) {
body .avis_form_wrapper .avis_form .form_avis .gform_previous_button {
left: 0;
}
}
@media screen and (max-width: 500px) {
body .avis_form_wrapper .avis_form .form_avis .gform_previous_button {
left: 0px;
bottom: 0;
}
}
body .gform_wrapper.gravity-theme .gform_page_footer input {
margin-bottom: 4px;
}
body .avis_form_wrapper .avis_form .gform_page_footer input {
cursor: pointer;
}
body .avis_form_wrapper .avis_form .gform_page_footer {
position: relative;
display: flex;
justify-content: flex-end;
}
@media screen and (max-width: 500px) {
body .avis_form_wrapper .avis_form .gform_page_footer {
margin-bottom: 26px;
}
}
body .gform_wrapper.gravity-theme .gf_page_steps {
display: flex;
justify-content: center;
}
body .gform_wrapper.gravity-theme .gf_step_number {
color: #DA404C;
border: 2px solid #DA404C;
}
body .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
background: #DA404C;
color: #ffffff;
}
body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number {
border: none;
}
body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
background: #D0D1D3;
border: 2px solid #D0D1D3;
left: 0;
}
body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:after {
color: #525558;
font-size: 30px;
}
body .gform_wrapper.gravity-theme .ginput_complex {
display: flex;
}
body .gform_wrapper.gravity-theme .ginput_complex span {
padding: 0 !important;
}
body .gform_wrapper.gravity-theme .ginput_complex span:first-of-type {
margin-bottom: 16px;
}
body .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/check_mark.svg) !important;
}
body .gform_confirmation_message {
font-size: 18px;
font-weight: 700;
text-align: center;
}
body.home main > section:nth-child(n+3) {
padding: 60px 0;
}
@media (min-width: 1100px) {
body.home main > section:nth-child(n+3) {
padding: 80px 0;
}
}
.home-sectionHeader {
margin-bottom: 40px;
}
.home-sectionSuptitle {
font-family: "EB Garamond";
font-size: 1.5rem;
line-height: 1.9375rem;
color: var(--rdbx-red);
font-style: italic;
font-weight: 500;
margin-bottom: 0;
}
.home-sectionTitle {
font-size: 2.75rem;
font-weight: 400;
}
@media (min-width: 1100px) {
.home-sectionTitle {
font-size: 3.375rem;
}
}
.home-textAnim {
padding-top: 20px;
background-color: var(--rdbx-dark-blue);
}
.home-titleH1 {
font-size: 3.75rem;
font-weight: 700;
line-height: 97.7%;
}
@media (min-width: 1100px) {
.home-titleH1 {
font-size: 5.625rem;
}
}
.home-project .cta {
margin: 32px auto 0;
}
.home-projectItem {
display: flex !important;
gap: 20px;
flex-direction: column;
}
@media (min-width: 768px) {
.home-projectItem {
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
}
}
.home-projectLeft p {
font-family: "EB Garamond";
font-size: 1.25rem;
font-style: italic;
font-weight: 500;
color: var(--rdbx-red);
}
.home-projectLeft h3 {
font-size: 2.75rem;
font-weight: 400;
}
.home-projectRight {
position: relative;
overflow: hidden;
}
.home-projectRight a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
z-index: 9;
}
.home-projectRight a:hover + img {
transform: scale(1.1);
}
.home-projectRight img {
transition: transform 0.3s ease-out;
}
@media (min-width: 768px) {
.home-projectRight {
flex: 0 1 770px;
}
}
body.page-template-template-expertises main {
padding-top: 130px;
}
@media (min-width: 768px) {
body.page-template-template-expertises main {
padding-top: 175px;
}
}
body.page-template-template-expertises .allExp-header h1 {
font-size: 2.75rem;
font-weight: 300;
}
@media (min-width: 768px) {
body.page-template-template-expertises .allExp-header h1 {
font-size: 4.25rem;
}
}
body.page-template-template-expertises .allExp-header h1 em {
font-family: "EB Garamond";
font-weight: 700;
}
body.page-template-template-expertises .allExp-mainExp {
padding: 90px 0;
}
@media (min-width: 768px) {
body.page-template-template-expertises .allExp-mainExp {
padding: 150px 0;
}
}
body.page-template-template-expertises .allExp-mainExp .newContainer {
display: flex;
flex-direction: column;
gap: 70px;
}
@media (min-width: 768px) {
body.page-template-template-expertises .allExp-mainExp .newContainer {
gap: 200px;
}
}
body.page-template-template-expertises .allExp-secondExp {
padding: 70px 0;
}
body.page-template-template-expertises .allExp-secondExpTitle {
font-size: 2.75rem;
font-weight: 400;
margin-bottom: 60px;
}
@media (min-width: 768px) {
body.page-template-template-expertises .allExp-secondExpTitle {
font-size: 3.375rem;
}
}
body.page-template-template-expertises .allExp-secondExpList {
display: flex;
flex-direction: column;
align-items: center;
gap: 44px;
}
body.page-template-template-expertises .allExp-secondExpItem {
display: flex;
flex-direction: column;
gap: 20px;
max-width: 884px;
}
@media (min-width: 768px) {
body.page-template-template-expertises .allExp-secondExpItem {
flex-direction: row;
justify-content: center;
align-items: center;
gap: 32px;
}
}
@media (min-width: 768px) {
body.page-template-template-expertises .allExp-imageTextImage {
flex: 0 1 438px;
}
}
body.page-template-template-expertises .allExp-imageTextText {
display: flex;
flex-direction: column;
gap: 24px;
}
@media (min-width: 768px) {
body.page-template-template-expertises .allExp-imageTextText {
flex: 0 1 416px;
}
}
body.page-template-template-expertises .allExp-imageTextText h3 {
font-size: 2.125rem;
font-weight: 600;
}
.inExp {
padding-top: 150px;
}
.inExp > section {
padding: 48px 0;
}
.inExp-header .newContainer, .inExp-media .newContainer {
max-width: 1110px;
}
.inExp-header {
margin-bottom: 50px;
}
@media (min-width: 768px) {
.inExp-header {
margin-bottom: 150px;
}
}
.inExp-header .newContainer {
display: flex;
flex-direction: column;
gap: 30px;
}
@media (min-width: 1100px) {
.inExp-header .newContainer {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
}
.inExp-header h1 {
font-size: 3.875rem;
font-weight: 300;
}
@media (min-width: 1100px) {
.inExp-header h1 {
flex: 1 1 60%;
}
}
.inExp-header p {
font-size: 1.5rem;
font-weight: 600;
color: #fff;
margin-bottom: 0;
}
@media (min-width: 1100px) {
.inExp-header p {
flex: 1 1 33%;
}
}
.inExp-media {
position: relative;
}
.inExp-media::after {
content: "";
position: absolute;
bottom: 0;
z-index: -1;
left: 0;
width: 100%;
height: 50%;
background-color: var(--rdbx-white);
}
.inExp-wysiwyg h2 {
font-weight: 600;
font-size: 2.375rem;
line-height: normal;
}
@media (min-width: 768px) {
.inExp-wysiwyg h2 {
font-size: 3.375rem;
}
}
.inExp-wysiwyg h2 strong {
font-weight: 600;
}
.inExp-moreProject h2, .inExp-faq h2 {
font-weight: 600;
font-size: 2.125rem;
line-height: normal;
}
@media (min-width: 768px) {
.inExp-moreProject h2, .inExp-faq h2 {
font-size: 2.75rem;
}
}
.inExp-projectList {
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
gap: 20px;
}
@media (min-width: 1100px) {
.inExp-projectList {
flex-direction: row;
justify-content: space-between;
}
}
.inExp-projectList li {
flex: 1;
}
.inExp-projectImage {
overflow: hidden;
}
.inExp-projectImage img {
transition: transform 0.3s ease-out;
}
.inExp-project {
position: relative;
}
.inExp-project a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.inExp-project:has(a:hover) .inExp-projectImage img {
transform: scale(1.1);
}
.inExp .faq {
list-style: none;
padding: 0;
}
.inExp .faq li:has([aria-expended=true]) {
background-color: var(--rdbx-gray-blue);
}
.inExp .faq-question {
border: none;
background-color: transparent;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
width: 100%;
padding: 1.25rem 0.75rem;
font-size: 1.5rem;
font-weight: 600;
border-bottom: 1px solid var(--rdbx-gray);
text-align: left;
}
.inExp .faq-question[aria-expanded=true] .faq-questionSvg {
transform: rotate(-90deg);
}
.inExp .faq-questionSvg {
border: 1px solid var(--rdbx-light-gray);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 48px;
height: 48px;
transform: rotate(90deg);
}
.inExp .faq-answerOverflow {
overflow: hidden;
border-bottom: 1px solid var(--rdbx-gray);
height: 0;
transition: height 0.3s ease-out;
}
.inExp .faq-answer {
padding: 2rem 0.75rem;
}
.inExp-flexible > section {
padding: 3.125rem 0 !important;
}
.about {
padding-top: 96px;
}
.about > section {
padding: 50px 0;
}
.about-hero {
padding: 70px 0 90px;
}
.about-anchorGrid {
list-style: none;
padding-left: 0;
display: flex;
gap: 20px;
flex-direction: column;
}
@media (min-width: 768px) {
.about-anchorGrid {
flex-direction: row;
}
}
@media (min-width: 768px) {
.about-anchorGrid li {
display: flex;
flex-direction: column;
flex: 1 1 50%;
}
}
@media (min-width: 1100px) {
.about-anchorGrid li {
flex: 1 1 25%;
}
}
.about-anchorTitle {
font-size: 1.5rem;
font-weight: 600;
}
.about-anchorTitle:after {
content: "";
display: block;
height: 2px;
background-color: var(--rdbx-red);
width: 45px;
margin: 6px 0;
}
.about-anchorText,
.about .link-learn-more {
font-size: 0.875rem;
}
.about .link-learn-more {
margin-top: auto;
margin-bottom: 0;
}
.about-history header h3, .about-team header h3, .about-brand header h3 {
font-family: "EB Garamond";
font-size: 1.5rem;
font-weight: 500;
font-style: italic;
color: var(--rdbx-red);
}
.about-history header h2, .about-team header h2, .about-brand header h2 {
font-size: 2.625rem;
font-weight: 400;
}
@media (min-width: 768px) {
.about-history header h2, .about-team header h2, .about-brand header h2 {
font-size: 3.375rem;
}
}
@media (min-width: 1100px) {
.about-history header h2, .about-team header h2, .about-brand header h2 {
max-width: 630px;
}
}
.about-history {
margin-bottom: 68px;
}
.about-history header {
max-width: 704px;
}
.about-historySuptitle {
font-family: "EB Garamond";
font-size: 1.5rem;
font-weight: 500;
font-style: italic;
color: var(--rdbx-red);
}
.about-historyContent {
margin-top: 50px;
}
@media (min-width: 1100px) {
.about-historyContent {
display: flex;
gap: 50px;
justify-content: space-between;
margin-top: 67px;
}
}
.about-historySticky {
flex: 0 1 430px;
}
.about-historySticky > div {
position: sticky;
top: 150px;
}
.about-historySticky p {
font-size: 1.5rem;
font-weight: 600;
line-height: normal;
}
.about-historySticky .cta {
margin-top: 32px;
}
.about-historyTimeline {
container: timeline/inline-size;
margin-top: 50px;
}
@media (min-width: 1100px) {
.about-historyTimeline {
display: block;
margin-top: 0;
flex: 0 1 676px;
}
}
.about-historyTimelineItem:not(:last-child) {
margin-top: 40px;
}
@container timeline (min-width: 515px) {
.about-historyTimelineItem {
display: flex;
gap: 20px;
}
.about-historyTimelineItem:not(:last-child) {
margin-top: 0;
}
.about-historyTimelineItem:first-child .about-historyTimelineCenter:after {
top: calc(50% - 15px);
}
}
.about-historyTimelineDate {
font-size: 5.625rem;
font-weight: 700;
line-height: 1;
}
@container timeline (min-width: 515px) {
.about-historyTimelineDate {
flex: 0 0 218px;
}
}
.about-historyTimelineDate span {
font-family: "EB Garamond";
color: var(--rdbx-red);
font-size: 1.5625rem;
font-style: italic;
font-weight: 400;
line-height: normal;
display: block;
}
@container timeline (min-width: 515px) {
.about-historyTimelineCenter {
flex: 1 1 0;
position: relative;
flex: 0 0 50px;
}
.about-historyTimelineCenter:before {
content: "";
position: absolute;
width: 21px;
height: 21px;
left: calc(50% - 10px);
top: calc(50% - 35px);
border-radius: 50%;
background-color: #000;
}
.about-historyTimelineCenter:after {
content: "";
position: absolute;
width: 2px;
height: 100%;
left: calc(50% - 1px);
background-color: #000;
}
}
@container timeline (min-width: 515px) {
.about-historyTimelineContent {
flex: 1 1 295px;
padding-top: 60px;
}
}
.about-mission .newContainer {
display: flex;
flex-direction: column;
gap: 30px;
}
@media (min-width: 1100px) {
.about-mission .newContainer {
flex-direction: row;
gap: 50px;
justify-content: space-between;
}
}
.about-mission h2 {
-webkit-text-stroke: 3px var(--rdbx-red);
font-size: 3.625rem;
color: transparent;
font-style: normal;
font-weight: 700;
line-height: 97%;
}
@media (min-width: 768px) {
.about-mission h2 {
font-size: 5.625rem;
}
}
.about-mission h2 em {
display: block;
color: var(--rdbx-red);
font-family: "EB Garamond";
font-size: 1.25em;
font-style: italic;
font-weight: 500;
line-height: 87%;
text-transform: uppercase;
}
.about-mission p {
font-size: 1.5rem;
font-weight: 600;
}
@media (min-width: 1100px) {
.about-mission p {
flex: 0 1 657px;
}
}
@media (min-width: 1100px) {
.about-team header h2, .about-brand header h2 {
max-width: 630px;
}
}
.about-brandImage {
max-width: 808px;
margin: 58px auto 0;
}
.about-team ul {
padding-left: 0;
list-style: none;
}
.about-teamCategoryItem {
margin-top: 50px;
position: relative;
}
.about-teamCategoryItemTop {
display: flex;
justify-content: space-between;
align-items: center;
}
.about-navigation {
display: flex;
justify-content: center;
gap: 10px;
}
.about-navigation button {
border: 1px solid var(--rdbx-gray);
border-radius: 50%;
width: 30px;
height: 30px;
position: relative;
}
.about-navigation button span {
border-bottom: 1px solid var(--rdbx-dark-blue);
border-right: 1px solid var(--rdbx-dark-blue);
display: block;
width: 8px;
height: 8px;
position: absolute;
top: calc(50% - 5px);
left: calc(50% - 6px);
}
.about-navigation button.prev {
transform: rotate(135deg);
}
.about-navigation button.next {
transform: rotate(-45deg);
}
.about-teamCategoryName {
font-family: "EB Garamond";
font-size: 1.5rem;
font-weight: 500;
font-style: italic;
color: var(--rdbx-red);
}
.about-teamMembers .slick-slide {
padding-right: 20px;
}
.about-teamMemberName {
font-size: 2.125rem;
font-weight: 700;
margin: 10px 0 0;
}
.about-teamMemberJob {
font-weight: 500;
font-size: 1.125rem;
color: rgba(0, 0, 0, 0.5);
margin: 0;
}
.contactPage {
padding-top: 105px;
}
.contactPage-hero {
padding: 60px 0;
}
.contactPage-hero h1 {
font-size: 4.25rem;
font-weight: 300;
}
.contactPage-hero hr {
height: 1px;
width: 100%;
background-color: var(--rdbx-dark-gray);
margin: 60px 0 40px;
}
.contactPage-heroText {
display: flex;
gap: 10px;
margin-top: 23px;
}
@media (min-width: 768px) {
.contactPage-heroText::before {
content: "";
flex: 0 0 30px;
position: relative;
top: 7px;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
background: currentcolor;
-webkit-mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-arrow-right.svg);
mask-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/icons/icon-arrow-right.svg);
}
}
.contactPage-heroText p {
font-size: 2.125rem;
font-weight: 600;
line-height: 1.3;
}
.contactPage-heroText p button {
background-color: transparent;
border: none;
color: var(--rdbx-red);
text-decoration: underline;
}
.contactPage-heroText p button:hover {
text-decoration: none;
}
.contactPage-contact {
display: grid;
grid-template-columns: 1fr;
place-items: center;
gap: 30px;
}
@media (min-width: 600px) {
.contactPage-contact {
grid-template-columns: 1fr 1fr;
gap: 60px;
}
}
@media (min-width: 1100px) {
.contactPage-contact {
display: flex;
justify-content: space-around;
}
}
.contactPage-contactColumn {
display: flex;
gap: 10px;
align-items: center;
}
.contactPage-form {
padding: 2.5rem 0;
}
.contactPage-gmap .acf-map {
width: 100%;
min-height: 450px;
}
.contactPage-grid {
padding: 100px 0 85px;
}
.contactPage-gridImages {
list-style: none;
padding-left: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
gap: 20px;
}
.careerPage {
padding-top: 130px;
}
.careerPage-hero {
padding: 60px 0 100px;
}
.careerPage-cardLink {
padding: 90px 0;
}
.careerPage-imgTextBot {
padding: 120px 0;
}
@media (min-width: 1100px) {
.careerPage-imgTextBot .newContainer {
display: flex;
align-items: flex-end;
flex-direction: row-reverse;
justify-content: space-between;
gap: 20px;
padding: 0 100px;
}
}
.careerPage-imgTextBot header {
margin-bottom: 3.75rem;
}
@media (min-width: 1100px) {
.careerPage-imgTextBot header {
margin-bottom: 0;
}
}
@media (min-width: 1100px) {
.careerPage-imgTextBotContent {
flex: 1 1 30%;
}
}
@media (min-width: 1100px) {
.careerPage-imgTextBotImage {
max-width: 650px;
flex: 1 1 70%;
}
}
.careerPage-imgTextBotTitle {
font-size: 2.75rem;
font-weight: 400;
}
.careerPage-imgTextBotTitle em {
font-family: "EB Garamond";
color: var(--rdbx-red);
font-size: 2.9375rem;
font-weight: 500;
}
.careerPage-imgTextBotText {
margin-bottom: 0;
}
.careerPage-advantage {
padding: 45px 0 90px;
}
.careerPage-advantage header {
margin-bottom: 3.75rem;
}
.careerPage-advantageSuptitle {
color: var(--rdbx-red);
font-family: "Adobe Garamond";
font-size: 1.5rem;
font-style: italic;
font-weight: 400;
line-height: 1;
}
.careerPage-advantageTitle {
font-size: 3.375rem;
font-weight: 400;
line-height: 1;
}
.careerPage-advantageList {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
gap: 60px 40px;
list-style: none;
padding-left: 0;
}
.careerPage-advantageList li {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 30px;
}
.careerPage-advantageList li img {
max-height: 110px;
max-width: 100%;
}
.careerPage-advantageList li p {
font-size: 1.5rem;
font-weight: 600;
color: var(--rdbx-white);
}
.careerPage-talent {
padding: 90px 0;
}
.careerPage-form {
padding: 60px 0 100px;
}
.careerPage-form textarea {
background-color: transparent;
border-color: var(--rdbx-blue-40);
}
.careerPage-form .gfield--type-fileupload .gform_drop_instructions {
margin-bottom: 0 !important;
color: var(--rdbx-blue-30);
font-weight: 400;
}
.careerPage-form .gfield--type-fileupload .gform_button_select_files {
background-color: transparent;
border: none;
font-size: 1.25rem;
font-weight: 700;
text-decoration: underline;
padding: 0;
}
.careerPage-form .gfield--type-fileupload .gform_fileupload_rules,
.careerPage-form .gfield--type-fileupload .gform-field-label {
font-size: 0.75rem !important;
font-weight: 400 !important;
line-height: normal;
color: var(--rdbx-blue-30);
}
.projectsPage {
padding-top: 150px;
}
.projectsPage-hero {
padding: 45px 0 100px;
}
.projectsPage h1 {
font-size: 3.125rem;
font-style: normal;
color: var(--rdbx-white);
font-weight: 300;
line-height: 1;
max-width: 700px;
margin: 0 auto 6.25rem;
}
@media (min-width: 768px) {
.projectsPage h1 {
font-size: 4.25rem;
text-align: center;
}
}
.projectsPage h1 em {
font-family: "EB Garamond";
font-size: 1.1em;
font-weight: 700;
}
.projectsPage-allProjects {
padding: 4.375rem 0;
}
.projectsPage-projectItem {
display: flex !important;
gap: 20px;
flex-direction: column;
overflow: hidden;
position: relative;
}
@media (min-width: 768px) {
.projectsPage-projectItem {
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
}
}
.projectsPage-projectItem img {
transition: transform 0.3s ease-out;
}
.projectsPage-projectItem:has(a:not(.link-learn-more):hover) img {
transform: scale(1.1);
}
.projectsPage-projectItem a:not(.link-learn-more) {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.projectsPage-projectLeft p {
font-family: "EB Garamond";
font-size: 1.25rem;
font-style: italic;
font-weight: 500;
color: var(--rdbx-red);
}
.projectsPage-projectLeft h3 {
font-size: 2.75rem;
font-weight: 400;
}
.projectsPage-projectRight {
position: relative;
overflow: hidden;
}
@media (min-width: 768px) {
.projectsPage-projectRight {
flex: 0 1 770px;
}
}
.projectsPage-projectGrid {
padding-left: 0;
list-style: none;
margin-bottom: 0;
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
@media (min-width: 768px) {
.projectsPage-projectGrid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (min-width: 1100px) {
.projectsPage-projectGrid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
.projectsPage-newsletter {
grid-row: 5;
}
@media (min-width: 768px) {
.projectsPage-newsletter {
grid-column: 1/span 2;
}
}
@media (min-width: 1100px) {
.projectsPage-newsletter {
grid-column: 2/span 2;
grid-row: 3;
}
}
.projectsPage-newsletterSuptitle {
font-family: "EB Garamond";
font-size: 1.375rem;
font-style: italic;
color: var(--rdbx-red);
}
.projectsPage-newsletterTitle {
font-size: 1.5rem;
font-weight: 600;
}
.projectsPage-newProject {
height: 100%;
padding: 25px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.projectsPage-newProject h3 {
font-size: 2.125rem;
font-weight: 600;
}
.projectsPage-newProject .bg-shape span {
-webkit-clip-path: polygon(65% 0%, 100% 0, 100% 100%, 18% 100%);
clip-path: polygon(65% 0%, 100% 0, 100% 100%, 18% 100%);
}
.projectsPage-newProject .bg-shape::before {
-webkit-clip-path: polygon(100% 35%, 100% 0, 100% 100%, 32% 100%);
clip-path: polygon(100% 35%, 100% 0, 100% 100%, 32% 100%);
}
.projectsPage-newProject .bg-shape::after {
-webkit-clip-path: polygon(100% 64%, 100% 0, 100% 100%, 32% 100%);
clip-path: polygon(100% 64%, 100% 0, 100% 100%, 32% 100%);
}
.singleProject-hero {
background-position: 100%;
background-repeat: no-repeat;
background-size: cover;
min-height: 42.7083333333vw;
max-height: 100vh;
padding: 150px 0 70px;
display: flex;
align-items: center;
}
.singleProject-hero .newContainer {
width: 100%;
}
.singleProject-hero header {
max-width: 435px;
}
.singleProject-hero h1 {
font-size: 7.0625rem;
font-weight: 700;
line-height: 1;
}
.singleProject-hero p {
font-weight: 700;
}
.singleProject-content {
padding: 60px 0;
}
.singleProject-content h2 {
font-size: 2.75rem;
font-weight: 400;
margin-bottom: 20px;
}
.singleProject-content .newContainer {
display: flex;
justify-content: space-between;
gap: 50px;
flex-direction: column;
}
@media (min-width: 1100px) {
.singleProject-content .newContainer {
gap: 50px;
flex-direction: row;
}
}
@media (min-width: 1100px) {
.singleProject-left {
flex: 0 1 175px;
}
}
@media (min-width: 1100px) {
.singleProject-right {
flex: 0 1 1000px;
}
}
.singleProject-rightSection {
padding-top: 0 !important;
}
.singleProject-rightSection:not(:last-child) {
margin-bottom: 60px;
}
.singleProject-rightSection ul {
list-style: none;
padding: 0;
}
.singleProject-sticky {
position: sticky;
top: 170px;
}
.singleProject-sticky ul {
list-style: none;
padding-left: 24px;
}
.singleProject-sticky ul a {
font-size: 1rem;
font-weight: 700;
color: var(--rdbx-gray);
display: flex;
align-items: center;
gap: 6px;
transition: color 0.3s ease-out;
}
.singleProject-sticky ul a:hover {
color: var(--rdbx-red);
text-decoration: none;
}
.singleProject-sticky ul a svg {
fill: currentColor;
}
.singleProject-stickyTitle {
font-size: 2.125rem;
font-weight: 400;
}
.singleProject-rightIntro {
font-size: 16px;
font-weight: 400;
margin-bottom: 40px;
}
.singleProject-rightDesc {
font-size: 24px;
font-weight: 600;
}
.singleProject #goals,
.singleProject #results,
.singleProject #realisation {
scroll-margin-top: 150px;
}
.singleProject #goals ul {
display: flex;
flex-direction: column;
gap: 20px;
}
.singleProject #goals ul li {
display: flex;
gap: 20px;
align-items: center;
background-color: #fff;
padding: 20px;
box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07), 0px 1.178px 9.91px 0px rgba(0, 0, 0, 0.05), 0px 0.605px 4.651px 0px rgba(0, 0, 0, 0.04), 0px 0.243px 2.037px 0px rgba(0, 0, 0, 0.03), 0px 0.054px 0.882px 0px rgba(0, 0, 0, 0.02);
}
.singleProject #goals ul li img {
flex: 0 0 56px;
}
.singleProject #goals ul li p {
margin-bottom: 0;
}
.singleProject #results ul {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: 262px;
gap: 30px;
}
.singleProject #results ul li {
background: #fff;
padding: 25px 40px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.07), 0px 1.178px 9.91px 0px rgba(0, 0, 0, 0.05), 0px 0.605px 4.651px 0px rgba(0, 0, 0, 0.04), 0px 0.243px 2.037px 0px rgba(0, 0, 0, 0.03), 0px 0.054px 0.882px 0px rgba(0, 0, 0, 0.02);
}
.singleProject #results ul li p {
margin-bottom: 0;
}
.singleProject #results ul .one-col {
text-align: center;
flex-direction: column;
}
.singleProject #results ul .two-col {
grid-column: span 2;
gap: 50px;
}
.singleProject-resultMetric {
color: var(--rdbx-red);
font-size: 5.625rem;
font-weight: 700;
line-height: 0.9;
}
.singleProject-rightDesc {
color: #302f63;
font-size: 1.5rem;
font-weight: 600;
}
.singleProject #realisation li:not(:last-child) {
margin-bottom: 20px;
}
.singleProject #realisation li.video-bloc {
position: relative;
padding-top: 56.25%;
background: #000;
overflow: hidden;
}
.singleProject #realisation li.video-bloc iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.culturePage {
padding: 105px 0 70px;
}
.culturePage-hero {
padding: 70px 0;
}
.culturePage-heroTitle {
font-size: 3.125rem;
font-weight: 700;
line-height: normal;
margin-top: 70px;
}
@media (min-width: 1100px) {
.culturePage-heroTitle {
font-size: 4.75rem;
}
}
.culturePage-cardLink {
padding: 90px 0;
}
.culturePage-activities {
padding: 70px 0;
}
.culturePage-activitiesTitle {
-webkit-text-stroke: 1px var(--rdbx-red);
font-size: 3.3125rem;
color: transparent;
font-style: normal;
font-weight: 700;
line-height: 97%;
margin-bottom: 30px;
}
@media (min-width: 1100px) {
.culturePage-activitiesTitle {
font-size: 4.375rem;
}
}
@media (min-width: 1100px) {
.culturePage-activitiesTitle {
font-size: 5.625rem;
}
}
.culturePage-activitiesTitle em {
display: block;
color: var(--rdbx-red);
font-family: "EB Garamond";
font-size: 2.625rem;
font-style: italic;
font-weight: 500;
line-height: 87%;
}
@media (min-width: 768px) {
.culturePage-activitiesTitle em {
font-size: 5rem;
}
}
@media (min-width: 1100px) {
.culturePage-activitiesTitle em {
font-size: 6.875rem;
}
}
.culturePage-activitiesTitle:has(+ .left) {
text-align: right;
}
.culturePage-activitiesItem {
display: flex;
flex-direction: column;
padding-top: 50px 0;
}
@media (min-width: 768px) {
.culturePage-activitiesItem {
padding: 50px 0;
}
}
@media (min-width: 1100px) {
.culturePage-activitiesItem {
gap: 0;
}
}
@media (min-width: 1100px) {
.culturePage-activitiesItem.right {
flex-direction: row-reverse;
}
.culturePage-activitiesItem.right .culturePage-activitiesText {
margin-right: -14%;
padding: 20px 16% 20px 20px;
background: linear-gradient(90deg, transparent 36%, var(--rdbx-red) 100%);
}
}
@media (min-width: 1100px) {
.culturePage-activitiesItem.left {
flex-direction: row;
}
.culturePage-activitiesItem.left .culturePage-activitiesText {
margin-left: -14%;
padding: 20px 20px 20px 16%;
background: linear-gradient(90deg, var(--rdbx-red) 0, transparent 64%);
}
}
.culturePage-activitiesVideo {
position: relative;
aspect-ratio: 16/9;
}
.culturePage-activitiesVideo iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (min-width: 1100px) {
.culturePage-activitiesVideo {
width: 66%;
position: relative;
z-index: 2;
}
}
.culturePage-activitiesText {
display: flex;
flex-direction: column;
justify-content: center;
gap: 30px;
font-weight: 600;
padding: 20px;
background: linear-gradient(180deg, transparent 22%, var(--rdbx-red) 100%);
}
@media (min-width: 1100px) {
.culturePage-activitiesText {
position: relative;
z-index: 1;
top: 45px;
width: 50%;
}
}
.culturePage-activitiesText h3 {
font-size: 1.5rem;
font-weight: 600;
}
@media (min-width: 768px) {
.culturePage-activitiesText h3 {
font-size: 2.125rem;
}
}
.culturePage-activitiesText p {
font-weight: 400;
}
.culturePage-career {
padding-top: 90px;
}
@media (min-width: 768px) {
.culturePage-career {
padding: 90px 0;
}
.culturePage-career .newContainer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
}
.culturePage-careerRight, .culturePage-careerLeft {
flex: 0 1 530px;
}
.culturePage-careerRight p {
color: var(--rdbx-red);
font-family: "EB Garamond";
font-size: 1.5rem;
font-style: italic;
font-weight: 500;
margin-bottom: 0;
}
.culturePage-careerRight h2 {
font-size: 2.625rem;
font-weight: 600;
}
@media (min-width: 768px) {
.culturePage-careerRight h2 {
font-size: 3.375rem;
}
}
.culturePage-careerRight h2 em {
color: var(--rdbx-red);
}
.culturePage-careerRight .cta {
margin-top: 30px;
}
.singlePage {
padding: 105px 0 70px;
}
.singlePage section {
padding: 50px 0;
}
.singlePage-nav ul {
list-style: none;
padding-left: 0;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
margin: 100px 0 0;
}
.singlePage-nav ul li:nth-child(2) {
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
.singlePage-nav ul li:nth-child(2) a {
color: var(--rdbx-dark-blue);
font-size: 14px;
font-weight: 600;
}
.singlePage-nav ul li:first-child a, .singlePage-nav ul li:last-child a {
color: #132644;
font-size: 18px;
font-weight: 500;
}
.singlePage-nav ul li a {
transition: color 0.3s ease-out;
}
.singlePage-nav ul li a:hover {
text-decoration: none;
color: var(--rdbx-red);
}
body {
background-color: #e5e7e4;
}
body .cky-notice .cky-title {
color: #000;
font-family: "Gilroy", "Spartan", sans-serif;
font-size: 34px;
font-size: clamp(24px, 4vw, 34px);
font-style: normal;
font-weight: 600;
line-height: normal;
}
body .cky-notice-group .cky-notice-des p {
color: #000 !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-size: clamp(14px, 4vw, 16px) !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
}
body .cky-consent-container .cky-consent-bar {
background: #f6f9fc !important;
}
body .cky-btn {
border-radius: 70px !important;
background: #d4dce7 !important;
color: #181c21 !important;
font-family: "Gilroy", "Spartan", sans-serif !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: normal !important;
border: none !important;
cursor: pointer !important;
}
body .cky-btn.cky-btn-accept {
color: #f6f9fc !important;
border-radius: 70px !important;
background: #da404c !important;
}
.politicsPage {
padding: 200px 0 90px;
}
.politicsPage .newContainer {
max-width: 887px;
}
.politicsPage h1,
.politicsPage h2 {
font-weight: 600;
line-height: normal;
}
.politicsPage h1 {
font-size: 4.25rem;
margin-bottom: 45px;
}
.politicsPage h2 {
font-size: 1.5rem;
margin-bottom: 20px;
margin-top: 10px;
}
.politicsPage h3 {
font-size: 1.125rem;
margin-bottom: 10px;
}
.politicsPage p {
margin-bottom: 20px;
margin-top: 0;
}
.politicsPage a {
color: var(--rdbx-red);
}
.politicsPage a:hover {
color: var(--rdbx-red);
}
.showreel {
position: relative;
z-index: 1;
overflow: hidden;
height: 100dvh;
left: 0;
top: 0;
}
.showreel video,
.showreel iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.showreel video {
height: 100%;
object-fit: cover;
cursor: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Play-BTN.png), pointer;
}
.showreel iframe {
opacity: 0;
height: 0;
}
.showreel iframe.play {
opacity: 1;
height: 100%;
}
.showreel-mobilePlay {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
flex-direction: column;
align-items: center;
background-color: transparent;
border: 0;
}
.showreel-mobilePlay img {
width: 60px;
}
.showreel-mobilePlay p {
color: #fff;
font-weight: 700;
font-size: 0.875rem;
margin-top: 5px;
}
@media (max-width: 1099px) {
.showreel-mobilePlay {
display: flex;
}
}
.textAnim {
background-color: var(--rdbx-dark-blue);
padding: 10px;
display: flex;
gap: 50px;
overflow: hidden;
}
.textAnim-list {
display: flex;
gap: 50px;
padding-left: 0;
margin-bottom: 0;
animation: scrollText 20s infinite linear;
}
.textAnim-list li {
font-size: 2.75rem;
line-height: 3.25rem;
color: #4a5663;
font-weight: 600;
white-space: nowrap;
}
.textAnim[data-reverse] .textAnim-list {
animation-direction: reverse;
}
@keyframes scrollText {
from {
transform: translateX(0%);
}
to {
transform: translateX(calc(-100% - 50px));
}
}
.logo3dText {
position: relative;
}
.logo3dText:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #0c121b;
z-index: -1;
-webkit-clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
clip-path: polygon(0 0%, 100% 10%, 100% 90%, 0 100%);
}
.logo3dText > .newContainer {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
max-width: 1180px;
}
@media (min-width: 1100px) {
.logo3dText > .newContainer {
padding: 0 4.375rem;
}
}
.logo3dText-left {
display: none;
}
@media (min-width: 1100px) {
.logo3dText-left {
display: block;
flex: 1 1 664px;
}
}
.logo3dText-right {
padding: 110px 0;
}
@media (min-width: 1100px) {
.logo3dText-right {
padding: 0;
flex: 0 0 427px;
}
}
.logo3dText-suptitle {
font-family: "EB Garamond", serif;
font-size: 1.5rem;
font-weight: 500;
font-style: italic;
color: var(--rdbx-red);
margin: 0;
}
.logo3dText-title {
font-size: 2.75rem;
font-weight: 400;
margin-bottom: 1.5rem;
}
.logo3dText-text {
font-weight: 400;
margin: 0;
color: var(--rdbx-base-10);
}
.logo3dText .cta {
margin-top: 20px;
}
.clientsGrid-list {
list-style: none;
padding-left: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.clientsGrid-list li {
border: 1px solid #4a5663;
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
}
.blogFeatured {
color: var(--rdbx-dark-gray);
}
.blogFeatured-list {
padding-left: 0;
list-style: none;
display: grid;
gap: 30px;
grid-template-columns: 1fr;
}
@media (min-width: 1100px) {
.blogFeatured-list {
gap: 30px 20px;
grid-template-columns: repeat(3, 1fr);
}
}
.blogFeatured-item {
position: relative;
}
@media (min-width: 1100px) {
.blogFeatured-item:nth-child(1) {
grid-column: 1/span 3;
}
.blogFeatured-item:nth-child(1) .blogFeatured-post {
display: flex;
justify-content: space-between;
gap: 20px;
}
.blogFeatured-item:nth-child(1) .blogFeatured-post figure {
flex: 1 1 700px;
margin-bottom: 0;
}
.blogFeatured-item:nth-child(1) .blogFeatured-post .blogFeatured-content {
flex: 0 1 545px;
}
.blogFeatured-item:nth-child(1) .blogFeatured-post .blogFeatured-title {
font-weight: 400;
font-size: 2.75rem;
}
.blogFeatured-item:nth-child(1) .blogFeatured-post .placeholder {
color: var(--rdbx-white);
display: flex;
justify-content: center;
align-items: center;
width: 100%;
aspect-ratio: 16/10;
background-color: var(--rdbx-dark-blue);
}
}
.blogFeatured figure img {
width: 100%;
}
.blogFeatured-headTop {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.blogFeatured-headTop p,
.blogFeatured-headTop time {
font-size: 0.75rem;
color: var(--rdbx-gray);
font-weight: 700;
margin: 0;
}
.blogFeatured-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.blogFeatured-title {
font-weight: 600;
font-size: 1.5rem;
margin-bottom: 0;
margin-top: 8px;
}
.blogFeatured-title a {
color: var(--rdbx-dark-gray);
}
.blogFeatured-title a:hover {
color: var(--rdbx-dark-gray);
}
.blogFeatured .link-learn-more {
font-size: 0.875rem;
font-weight: 600;
margin-top: 8px;
}
.blogFeatured-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.blogFeatured-link:hover + .link-learn-more::after {
transform: translate3d(10px, 0, 0);
}
.blogFeatured .cta {
margin: 60px auto 0;
}
.listCustomCursor {
display: flex;
gap: 30px;
justify-content: space-between;
align-items: center;
}
.listCustomCursor ul {
list-style: none;
margin: 0;
padding: 0;
}
.listCustomCursor-left {
display: none;
}
@media (min-width: 1100px) {
.listCustomCursor-left {
display: block;
width: 47%;
}
}
.listCustomCursor-left li {
display: none;
opacity: 0;
position: relative;
aspect-ratio: 427/570;
transition: opacity 0.3s ease-out;
}
.listCustomCursor-left li img {
position: absolute;
top: 50%;
left: -31px;
width: 94%;
transform: rotate(13deg) translateY(-50%);
}
.listCustomCursor-left li.active {
display: block;
}
.listCustomCursor-left li.show {
opacity: 1;
}
.listCustomCursor-right {
width: 100%;
}
@media (min-width: 1100px) {
.listCustomCursor-right {
display: block;
width: 47%;
}
}
.listCustomCursor-right .cta {
margin-top: 60px;
}
@media (min-width: 1100px) {
.listCustomCursor-sectionHeader,
.listCustomCursor [data-cursor], .listCustomCursor-cta {
padding-left: 50px;
}
}
.listCustomCursor-sectionSuptitle {
font-family: "EB Garamond";
font-size: 1.5rem;
line-height: 1.9375rem;
color: var(--rdbx-red);
font-style: italic;
font-weight: 500;
margin-bottom: 0;
}
.listCustomCursor-sectionTitle {
font-size: 3.375rem;
font-weight: 400;
}
.listCustomCursor-mask {
position: relative;
}
.listCustomCursor-mask > .listCustomCursor-listLink {
padding: 60px 0 0 0;
}
@media (min-width: 1100px) {
.listCustomCursor-mask > .listCustomCursor-listLink {
padding: 60px 0 0 50px;
}
}
.listCustomCursor-listLink {
padding-inline: 0;
}
.listCustomCursor-listLink li:not(:last-child) {
border-bottom: 1px solid #d4dce7;
}
.listCustomCursor-listLink li:first-child a {
padding-top: 0;
}
.listCustomCursor-listLink li:last-child a {
padding-bottom: 0;
}
.listCustomCursor-listLink:not([aria-hidden=true]) .listCustomCursor-link.hover span svg {
fill: var(--rdbx-red);
}
.listCustomCursor-listLink[aria-hidden=true] {
transition: all 0.3s ease-in-out;
}
.listCustomCursor-listLink[aria-hidden=true] .listCustomCursor-link {
color: #fff;
}
.listCustomCursor-listLink[aria-hidden=true] .listCustomCursor-link:hover {
text-decoration: none;
}
.listCustomCursor-listLink[aria-hidden=true] .listCustomCursor-link:hover span svg {
fill: currentColor;
}
.listCustomCursor-link {
font-size: 2.125rem;
color: var(--rdbx-dark-blue);
line-height: normal;
font-weight: 600;
padding: 16px 0;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
background-color: transparent;
border: 0;
text-align: left;
width: 100%;
}
.listCustomCursor-link span {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 48px;
height: 48px;
border: 1px solid var(--rdbx-light-gray);
border-radius: 50%;
}
.listCustomCursor-link span svg {
transition: fill 0.3s ease-out;
}
.homeCareer-top, .homeCareer-bot {
display: flex;
flex-direction: column;
gap: 50px;
}
@media (min-width: 1100px) {
.homeCareer-top, .homeCareer-bot {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
}
.homeCareer-top .cta, .homeCareer-bot .cta {
margin-top: 50px;
}
@media (min-width: 1100px) {
.homeCareer-topLeft {
flex: 1 1 323px;
}
.homeCareer-topRight {
flex: 1 1 883px;
}
.homeCareer-botRight {
flex: 1 1 504px;
}
.homeCareer-botLeft {
flex: 1 1 770px;
}
}
.homeCareer-testimony {
display: flex;
flex-direction: column;
list-style: none;
padding-left: 0;
margin-top: 70px;
}
@media (min-width: 1100px) {
.homeCareer-testimony {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
}
.homeCareer-testimony figure {
display: flex;
gap: 10px;
align-items: center;
}
.homeCareer-testimony figure figcaption {
font-size: 1rem;
color: var(--rdbx-light-gray);
}
.homeCareer-testimonyItem {
border-top: 3px solid var(--rdbx-red);
padding: 24px 0;
}
@media (min-width: 1100px) {
.homeCareer-testimonyItem {
padding: 0 24px;
border-left: 3px solid var(--rdbx-red);
border-top: 0;
}
}
.homeCareer-testimonyText {
font-weight: 600;
}
.homeCareer-testimonyImage {
border-radius: 50%;
width: 22px;
height: 22px;
overflow: hidden;
}
.homeCareer-testimonyImage img {
width: 100%;
object-fit: cover;
}
.homeCareer-bot {
margin-top: 70px;
}
.homeCareer-bot h3 {
font-size: 2.125rem;
font-weight: 400;
}
.homeCareer-bot p {
font-weight: 700;
}
.customCursor:not(.preview) {
position: relative;
aspect-ratio: 16/9;
cursor: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Play-BTN.png), pointer;
}
.customCursor:not(.preview)::before {
content: "";
background: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Play-BTN.png) no-repeat center/contain;
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 70px;
height: 70px;
z-index: 99;
transform: translate(-50%, -50%);
}
.customCursor:not(.preview)::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9;
}
@media (hover: hover) {
.customCursor:not(.preview):hover::before {
display: none;
}
}
.customCursor:not(.preview).played {
cursor: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Pause-BTN.png), pointer;
}
.customCursor:not(.preview).played::before, .customCursor:not(.preview).played::after {
display: none;
}
.customCursor:not(.preview) iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.imageTextRided {
display: flex;
flex-direction: column;
}
@media (min-width: 1100px) {
.imageTextRided {
gap: 0;
}
}
@media (min-width: 1100px) {
.imageTextRided.right {
flex-direction: row-reverse;
}
.imageTextRided.right .imageTextRided-text {
margin-right: -14%;
padding: 20px 16% 20px 20px;
background: linear-gradient(90deg, var(--rdbx-dark-blue) 36%, var(--rdbx-red) 100%);
}
}
@media (min-width: 1100px) {
.imageTextRided.left {
flex-direction: row;
}
.imageTextRided.left .imageTextRided-text {
margin-left: -14%;
padding: 20px 20px 20px 16%;
background: linear-gradient(90deg, var(--rdbx-red) 0, var(--rdbx-dark-blue) 64%);
}
}
@media (min-width: 1100px) {
.imageTextRided-image {
width: 59%;
position: relative;
z-index: 2;
}
}
.imageTextRided-text {
display: flex;
flex-direction: column;
justify-content: center;
gap: 30px;
color: var(--rdbx-white);
font-weight: 600;
padding: 20px;
background: linear-gradient(180deg, var(--rdbx-dark-blue) 22%, var(--rdbx-red) 100%);
}
@media (min-width: 1100px) {
.imageTextRided-text {
position: relative;
z-index: 1;
top: 45px;
width: 55%;
}
}
.imageTextRided-text h2 {
font-size: 2.125rem;
}
.imageTextRided-text p {
font-size: 1.5rem;
}
.imageTextRided-ctas {
display: flex;
gap: 15px;
align-items: center;
}
.imageTextRided-ctas .link-learn-more {
font-size: 0.875rem;
font-weight: 600;
}
.eventGrid-suptitle {
font-family: "Adobe Garamond";
font-size: 1.5rem;
color: var(--rdbx-red);
font-style: italic;
}
.eventGrid-title {
font-size: 3.375rem;
margin-bottom: 6.125rem;
}
.eventGrid-list {
--rbdx-min-column: 310px;
padding-left: 0;
list-style: none;
display: grid;
gap: 28px;
grid-template-columns: repeat(auto-fill, minmax(var(--rbdx-min-column), 1fr));
}
@media (min-width: 1100px) {
.eventGrid-list {
--rbdx-min-column: 320px;
}
}
.eventGrid-img {
margin-bottom: 0.5rem;
cursor: pointer;
position: relative;
}
.eventGrid-img::before {
content: "";
background-image: url(//redboxmedia.ca/wp-content/themes/redboxmediarefonte2022/public/images/Play-BTN.png);
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 10;
width: 60px;
height: 60px;
background-size: contain;
background-repeat: no-repeat;
}
.eventGrid-img::after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9;
}
.eventGrid-postTitle {
font-size: 1.75rem;
font-weight: 700;
margin-bottom: 0;
}
.eventGrid-date {
font-size: 1.0625rem;
color: var(--rdbx-gray-blue);
}
.eventGrid-text {
font-size: 1.0625rem;
margin-top: 1.25rem;
}
.eventGrid .popinPostVideo {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
-webkit-backdrop-filter: blur(7px);
backdrop-filter: blur(7px);
background-color: rgba(0, 0, 0, 0.3);
display: flex;
opacity: 0;
transition: opacity 0.3s ease-out;
}
.eventGrid .popinPostVideo.showed {
opacity: 1;
}
.eventGrid .popinPostVideo-content {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
animation: 1s scaleVideo;
}
.eventGrid .popinPostVideo-content iframe {
aspect-ratio: 16/9;
width: 80%;
height: auto;
background-color: var(--rdbx-dark-blue);
}
@media (min-width: 1100px) {
.listDetails-container {
display: flex;
gap: 30px;
}
}
.listDetails-list {
list-style: none;
padding: 0;
margin: 0;
}
@media (min-width: 1100px) {
.listDetails-list {
flex: 1;
}
}
.listDetails-list li.active h4, .listDetails-list li:hover h4 {
color: var(--rdbx-dark-blue);
}
.listDetails-list li.active .listDetails-svg {
transform: rotate(-90deg);
}
@media (min-width: 1100px) {
.listDetails-list li.active .listDetails-svg {
opacity: 1;
}
.listDetails-list li:hover .listDetails-svg {
opacity: 1;
}
}
.listDetails-list h4 {
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
font-size: clamp(
1.5rem,
6.25vw + -3.5rem,
2.125rem
);
font-weight: 400;
color: #8b9aa9;
padding: 0.75rem 0;
border-bottom: 1px solid var(--rdbx-light-gray);
transition: color 0.3s ease-out;
}
@media (min-width: 1100px) {
.listDetails-list h4 {
cursor: pointer;
}
}
.listDetails-svg {
border: 1px solid var(--rdbx-light-gray);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 48px;
height: 48px;
transform: rotate(90deg);
}
@media (min-width: 1100px) {
.listDetails-svg {
opacity: 0;
transition: opacity 0.3s ease-out;
}
}
.listDetails-listContent {
overflow: hidden;
height: 0;
transition: height 0.3s ease-out;
}
.listDetails-text {
padding-left: 1.25rem;
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.listDetails-text ul {
list-style-type: disc;
padding: 0;
}
.listDetails-text ul li::marker {
color: var(--rdbx-red);
}
.listDetails .cta {
margin: 3.75rem auto 0;
min-width: 232px;
}
.wysiwig h2 {
font-size: 3.375rem;
}
.wysiwig p,
.wysiwig ul {
font-size: 1rem;
}
.gridDetails { }
.gridDetails-main, .gridDetails-fakeGrid {
grid-template-columns: repeat(1, 1fr);
align-items: center;
}
@media (min-width: 768px) {
.gridDetails-main, .gridDetails-fakeGrid {
grid-template-columns: repeat(4, 1fr);
}
}
.gridDetails-main {
display: grid;
grid-auto-rows: 260px;
}
@media (min-width: 1100px) {
.gridDetails-main .gridDetails-item:hover .gridDetails-frontText {
color: var(--rdbx-red);
}
.gridDetails-main .gridDetails-item:hover .gridDetails-frontText + .gridDetails-backText {
opacity: 1;
height: 95px;
}
}
.gridDetails-border {
padding: 20px 10px;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
}
@media (min-width: 1100px) {
.gridDetails-border {
padding: 20px;
}
}
.gridDetails-frontText {
color: #728395;
font-size: 1.5rem;
font-weight: 600;
line-height: normal;
margin-bottom: 0;
transition: color 0.3s ease-out;
}
@media (min-width: 768px) {
.gridDetails-frontText {
font-size: 1.125rem;
}
}
@media (min-width: 1100px) {
.gridDetails-frontText {
font-size: 1.5rem;
}
}
.gridDetails-backText {
font-size: 0.875rem;
line-height: normal;
margin-bottom: 0;
}
@media (min-width: 768px) {
.gridDetails-backText {
height: 0;
opacity: 0;
overflow: hidden;
transition: height 0.2s ease-out, opacity 0.3s ease-out 0.1s;
}
}
.gridDetails-item {
width: 100%;
height: 100%;
}
.gridDetails-main {
border-bottom: 1px solid #d4dce6;
}
@media (min-width: 768px) {
.gridDetails-main {
border: 0;
}
}
.gridDetails-main .gridDetails-item {
border: 1px solid #d4dce6;
}
.gridDetails-main .gridDetails-item:not(:last-child) {
border-bottom: 0;
}
@media (min-width: 768px) {
.gridDetails-main .gridDetails-item {
border-left: 0;
border-right: 0;
}
.gridDetails-main .gridDetails-item:not(:nth-child(4n)), .gridDetails-main .gridDetails-item:nth-child(4n-3) {
border-top: 1px solid #d4dce6;
}
.gridDetails-main .gridDetails-item:not(:nth-child(4n)) .gridDetails-border {
border-right: 1px solid #d4dce6;
}
.gridDetails-main .gridDetails-item:nth-child(4n) {
border: 1px solid;
border-image: linear-gradient(270deg, hsl(213deg, 26%, 100%), #d4dce6) 1;
border-bottom: 0;
border-left: 0;
border-right: 0;
}
}
@media (min-width: 768px) {
.gridDetails-item:nth-child(4n-3) {
border: 1px solid;
border-image: linear-gradient(90deg, hsl(213deg, 26%, 100%), #d4dce6) 1;
border-bottom: 0;
border-left: 0;
border-right: 0;
}
}
.gridDetails-item.rest {
display: none;
}
@media (min-width: 768px) {
.gridDetails-item.rest {
display: block;
}
}
.gridDetails-fakeGrid {
display: none;
}
@media (min-width: 768px) {
.gridDetails-fakeGrid {
display: grid;
grid-auto-rows: 85px;
}
.gridDetails-fakeGrid .gridDetails-item:not(:nth-child(4n)) {
border: 1px solid;
border-bottom: 0;
border-left: 0;
border-top: 0;
}
.gridDetails-fakeGrid:first-child .gridDetails-item:not(:nth-child(4n)) {
border-image: linear-gradient(180deg, hsl(213deg, 26%, 100%), #d4dce6) 1;
}
.gridDetails-fakeGrid:last-child .gridDetails-item:not(:nth-child(4n)) {
border-image: linear-gradient(0, hsl(213deg, 26%, 100%), #d4dce6) 1;
}
.gridDetails-fakeGrid:last-child .gridDetails-item:first-child .gridDetails-border {
border: 1px solid;
border-bottom: 0;
border-left: 0;
border-right: 0;
border-image: linear-gradient(90deg, hsl(213deg, 26%, 100%), #d4dce6) 1;
}
.gridDetails-fakeGrid:last-child .gridDetails-item:last-child .gridDetails-border {
border: 1px solid;
border-bottom: 0;
border-left: 0;
border-right: 0;
border-image: linear-gradient(270deg, hsl(213deg, 26%, 100%), #d4dce6) 1;
}
.gridDetails-fakeGrid:last-child .gridDetails-border {
border-top: 1px solid #d4dce6;
}
}
.textImageGrid {
display: flex;
gap: 20px;
flex-direction: column;
padding: 60px 0;
}
@media (min-width: 1100px) {
.textImageGrid {
flex-direction: row;
align-items: center;
}
}
@media (min-width: 1100px) {
.textImageGrid-left {
flex: 0 0 420px;
}
}
.textImageGrid-left h2 {
font-size: 2.125rem;
font-weight: 600;
line-height: normal;
}
.textImageGrid-left p {
line-height: normal;
color: var(--rdbx-gray);
}
.textImageGrid-left .cta {
margin-top: 40px;
}
.textImageGrid-right {
display: flex;
gap: 20px;
}
.textImageGrid-right:has(.textImageGrid-img:nth-child(3)) {
display: grid;
gap: 14px;
grid-template-columns: 38% 62%;
grid-template-rows: repeat(2, 1fr);
place-items: center;
}
.textImageGrid-right:has(.textImageGrid-img:nth-child(3)) .textImageGrid-img:not(:nth-child(3)) {
grid-column: 1;
grid-row: span 1;
}
.textImageGrid-right:has(.textImageGrid-img:nth-child(3)) .textImageGrid-img:nth-child(3) {
grid-column: 2;
grid-row: 1/span 2;
margin-top: 0;
}
.textImageGrid-img:last-child {
margin-top: 80px;
}
.expSlider-suptitle {
font-family: "Adobe Garamond";
font-size: 1.5rem;
font-weight: 400;
color: var(--rdbx-red);
font-style: italic;
margin-bottom: 0;
}
.expSlider-slider {
padding-left: 0;
}
.expSlider .slider-buttons button {
position: relative;
}
.expSlider .slider-buttons button::before {
content: "";
display: block;
width: 0.5rem;
height: 0.5rem;
border-right: 1px solid var(--rdbx-light-gray);
border-bottom: 1px solid var(--rdbx-light-gray);
position: absolute;
top: calc(50% - 0.25rem);
}
.expSlider .slider-buttons button.slider-next::before {
transform: rotate(-45deg);
left: calc(50% - 0.3125rem);
}
.expSlider .slider-buttons button.slider-prev::before {
transform: rotate(135deg);
right: calc(50% - 0.3125rem);
}
.expSlider .slider-buttons button svg circle {
stroke-dasharray: 123px;
}
.expSlider-title {
font-size: 2.625rem;
font-weight: 400;
line-height: normal;
}
@media (min-width: 768px) {
.expSlider-title {
font-size: 3.375rem;
}
}
@media (min-width: 1100px) {
.expSlider-title {
width: 60%;
}
}
.expSlider-slides {
padding-left: 0;
list-style: none;
}
.expSlider-slideItem {
display: flex;
flex-direction: column;
gap: 3.125rem;
align-items: center;
justify-content: center;
max-width: 933px;
margin: 0 auto;
}
@media (min-width: 768px) {
.expSlider-slideItem {
flex-direction: row;
gap: 1.875rem;
}
}
@media (min-width: 768px) {
.expSlider-left {
flex: 0 1 431px;
}
}
.expSlider-left .cta {
margin-top: 1.875rem;
}
.expSlider-text {
margin-bottom: 0;
font-weight: 600;
line-height: normal;
}
.expSlider-metric {
font-size: 6.5rem;
display: block;
}
.expSlider-metricUnit {
font-size: 2.75rem;
}
@media (min-width: 768px) {
.expSlider-right {
flex: 0 1 370px;
}
}
.slider {
position: relative;
}
@media (min-width: 768px) {
.slider {
padding-right: 60px;
}
}
.slider-buttons {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 5px;
margin-bottom: 10px;
z-index: 2;
}
@media (min-width: 768px) {
.slider-buttons {
position: absolute;
right: 0;
top: 50%;
transform: translate3d(0, -50%, 0);
gap: 20px;
flex-direction: column;
justify-content: flex-start;
width: 55px;
}
}
.slider-buttons p {
font-family: "EB Garamond";
font-size: 0.9375rem;
font-style: italic;
font-weight: 400;
line-height: normal;
margin-bottom: 0;
}
@media (min-width: 768px) {
.slider-buttons p {
margin-bottom: 0;
order: 3;
display: flex;
flex-direction: column;
align-items: center;
}
.slider-buttons p::before {
content: "";
display: block;
width: 1px;
height: 45px;
background-color: var(--rdbx-white);
margin-bottom: 20px;
}
}
.slider-next, .slider-prev {
position: relative;
background-color: transparent;
border: none;
width: 46px;
height: 46px;
padding: 0;
color: var(--rdbx-base-20);
transition: color 0.3s ease-out;
}
.slider-next:hover, .slider-prev:hover {
color: var(--rdbx-white);
}
.slider-next svg, .slider-prev svg {
fill: none;
transform: rotateY(-180deg) rotateZ(-90deg);
}
.slider-next svg circle, .slider-prev svg circle {
stroke-dasharray: 113px;
stroke-dashoffset: 0px;
stroke: currentColor;
stroke-width: 1;
}
.slider-next span, .slider-prev span {
display: block;
width: 10px;
height: 10px;
border-bottom: 1px solid currentColor;
border-right: 1px solid currentColor;
transform: rotate(-90deg);
position: absolute;
top: calc(50% - 4px);
}
@media (min-width: 768px) {
.slider-next {
order: 1;
}
}
.slider-next svg circle {
animation: countdown 3.9s linear infinite;
}
.slider-next.stopAnim svg circle {
animation: none;
}
.slider-next span {
right: calc(50% - 4px);
transform: rotate(-45deg);
}
@media (min-width: 768px) {
.slider-prev {
order: 2;
}
}
.slider-prev span {
left: calc(50% - 2px);
transform: rotate(135deg);
}
.slider-count {
font-family: "EB Garamond";
font-size: 15px;
color: var(--rdbx-light-gray);
font-style: italic;
font-weight: 400;
}
@keyframes countdown {
0% {
stroke-dashoffset: 0px;
}
100% {
stroke-dashoffset: 113px;
}
}
.slider .slick-slide {
padding: 0 10px;
}
.pageHero {
display: flex;
align-items: center;
flex-direction: column;
gap: 20px;
}
@media (min-width: 1100px) {
.pageHero {
gap: 65px;
flex-direction: row;
}
}
@media (min-width: 1100px) {
.pageHero-left {
flex: 1 0 414px;
}
}
.pageHero-left h1 {
font-size: 4.25rem;
line-height: 1;
font-weight: 300;
}
.pageHero-left h1 em {
font-family: "EB Garamond";
font-size: 5rem;
font-weight: 600;
line-height: 87%;
color: var(--rdbx-red);
}
.pageHero-left p {
font-size: 1.5rem;
font-weight: 600;
margin-top: 2rem;
}
.pageHero-right {
display: flex;
gap: 20px;
}
@media (min-width: 1100px) {
.pageHero-img:last-child {
margin-top: 5rem;
}
}
@media (min-width: 1100px) {
.textForm {
display: flex;
gap: 30px;
}
}
.textForm header {
flex: 0 1 437px;
}
.textForm header h2 {
font-size: 2.75rem;
font-weight: 400;
}
.textForm header p {
font-size: 1.5rem;
font-weight: 600;
color: var(--rdbx-dark-gray);
}
.textForm-formForm {
flex: 1;
}
.textForm-formForm .gform_footer {
width: 100%;
justify-content: center;
}
.textForm-formForm .gform_footer .cta {
min-width: 146px;
}
.redirectCard {
padding-left: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 30px;
}
@media (min-width: 1100px) {
.redirectCard {
flex-direction: row;
justify-content: center;
}
}
.redirectCard li {
border: 1px solid var(--rdbx-gray-blue);
padding: 2.1875rem 1.875rem;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
gap: 10px;
background-color: var(--rdbx-dark-blue);
}
@media (min-width: 1100px) {
.redirectCard li {
flex: 0 1 347px;
}
}
.redirectCard li img {
height: 90px;
}
.redirectCard h3 {
font-size: 2.75rem;
font-weight: 400;
}
.redirectCard p {
font-weight: 700;
color: var(--rdbx-gray);
margin-bottom: 60px;
}
.redirectCard .link-learn-more {
margin-top: auto;
margin-bottom: 0;
}