@font-face {
    font-family: 'Jost';
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Jost';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Jost';
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Jost';
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Space Grotesk';
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Space Grotesk';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.ldBar {
    position: relative
}

.ldBar.label-center>.ldBar-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 3px #fff
}

.ldBar-label:after {
    content: "%";
    display: inline
}

.ldBar.no-percent .ldBar-label:after {
    content: ""
}

:root {
    --swiper-theme-color: #fff;
    --swiper-preloader-color: rgba(255, 255, 255, .25)
}

#fader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
    background: #000;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#fader.fade-out {
    opacity: 0;
    -webkit-animation-name: fade-out;
    animation-name: fade-out
}

#fader.fade-in {
    opacity: 1;
    -webkit-animation-name: fade-in;
    animation-name: fade-in
}

.preload * {
    transition: none !important
}

::-moz-selection {
    background-color: #fff;
    color: #000
}

::selection {
    background-color: #fff;
    color: #000
}

html {
    --scroll-behavior: auto;
    scroll-behavior: auto
}

@media (prefers-reduced-motion:reduce) {
    html {
        --scroll-behavior: auto;
        scroll-behavior: auto
    }

    .Static-inner::before {
        -webkit-animation: none !important;
        animation: none !important
    }
}

html,
body {
    scroll-padding-top: 92px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    background: #000;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    position: relative;
    min-height: 100vh
}

a,
button {
    outline: none !important;
    cursor: pointer
}

a.LinkAnim:hover,
a.LinkAnim:focus {
    background-size: 100% 1px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

sup {
    font-size: smaller;
    position: relative;
    top: -6px
}

.Loader {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99998;
    visibility: visible;
    opacity: 1;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
    overflow: hidden
}

.Loader.hide {
    visibility: hidden;
    opacity: 0
}

.Loader.hide .Loader-content {
    transform: scale(.9) scaleY(.9)
}

.Loader-video {
    width: 310px;
    height: 104px
}

.Loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 65px;
    opacity: 0
}

.Loader-content.is-active {
    opacity: 1
}

.Loader-bar {
    width: calc(100% - 42px * 2);
    margin-top: 10px
}

.Loader-bar .progressbar-text {
    font-size: 18px;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: .1em;
    font-weight: 300;
    text-align: center
}

.Page {
    direction: rtl;
    overflow: hidden;
    padding-bottom: 480px
}

.Filler {
    position: relative;
    height: 92px;
    z-index: -2
}

@media (max-width:1175px) {
    .Page {
        padding-bottom: 490px
    }

    .Filler {
        height: 70px
    }
}

@media (max-width:550px) {
    .Page {
        padding-bottom: 815px
    }
}

[disabled] {
    pointer-events: none;
    position: relative
}

[disabled]>*:not([data-wip]) {
    opacity: .8
}

[disabled] a,
[disabled] button {
    pointer-events: none
}

[disabled][data-wip]::after {
    content: attr(data-wip);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #fff
}

li[disabled] {
    opacity: .35
}

li[disabled]>a {
    text-decoration: line-through
}

.Address a {
    text-decoration: none;
    transition: all .3s
}

.Address a:hover {
    color: #fff
}

.Footer {
    background: #171717;
    padding: 110px 0;
    z-index: 100;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(480px - 110px * 2)
}

.Footer-inner {
    display: flex;
    flex-wrap: wrap
}

.Footer-nav {
    display: flex
}

.Footer-nav-items {
    margin: -30px 0
}

.Footer-nav-items>li {
    margin: 30px 0
}

.Footer-nav-container {
    width: 50%
}

.Footer-infos {
    align-items: center;
    margin: 0 -30px
}

.Footer-info {
    width: auto;
    margin: 0 30px
}

.Footer-info.single {
    width: calc(60% - 30px * 2)
}

.Footer-info.placeholder {
    width: calc(40% - 30px * 2)
}

.Footer-social {
    display: inline-flex
}

.Footer-social-item {
    display: flex;
    opacity: .5;
    transition: all .3s;
    margin-right: 13px
}

.Footer-social-item:last-of-type {
    margin-right: 0
}

.Footer-social-item svg {
    width: 26px;
    height: 26px
}

.Footer-social-item:hover {
    opacity: 1
}

@media (max-width:1175px) {
    .Footer {
        padding: 40px 0;
        height: calc(490px - 40px * 2)
    }

    .Footer-inner {
        justify-content: center
    }

    .Footer-infos,
    .Footer-nav {
        width: 100%
    }

    .Footer-nav {
        flex-direction: column;
        align-items: center
    }

    .Footer-nav-items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0
    }

    .Footer-nav-items>li {
        margin: 10px 15px;
        text-align: center
    }

    .Footer-nav-container {
        width: 100%;
        margin-top: calc(40px - 10px)
    }

    .Footer-info {
        justify-content: center;
        text-align: center
    }

    .Footer-info.single {
        width: 100%
    }

    .Footer-info.placeholder {
        display: none
    }

    .Footer-infos {
        align-items: flex-start;
        margin-top: 60px
    }

    .Footer-Address {
        margin-bottom: 20px
    }
}

@media (max-width:550px) {
    .Footer {
        display: unset;
        height: calc(815px - 40px * 2)
    }

    .Footer-nav {
        align-items: flex-start
    }

    .Footer-nav-items {
        justify-content: flex-start;
        flex-wrap: unset;
        flex-direction: column
    }

    .Footer-nav-items>li {
        text-align: left;
        margin: 15px 0
    }

    .Footer-nav-container {
        margin-top: calc(15px + 10)
    }

    .Footer-infos {
        flex-wrap: unset;
        flex-direction: column;
        border-top: 1px solid #4d4d4d;
        padding-top: 40px;
        margin-top: calc(40px - 15px)
    }

    .Footer-info {
        width: 100%;
        margin: 0;
        text-align: left;
        margin-bottom: 40px
    }

    .Footer-info.Footer-info.Footer-social {
        width: auto
    }

    .Footer-info.Footer-social {
        margin-bottom: 0
    }
}

.Title {
    font-family: "Space Grotesk", sans-serif;
    display: inline-block
}

.Title[data-type="hero"] {
    font-size: 90px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 300
}

.Title[data-type="hero"]>span {
    display: block
}

.Title[data-type="hero"] .second {
    margin-left: 110px
}

.Title[data-type="multi"]>span {
    display: inline-flex;
    position: relative;
    font-size: 14px;
    letter-spacing: .2em;
    color: #86542f;
    text-transform: uppercase;
    padding-left: calc(60px + 30px);
    margin-bottom: 10px;
    font-weight: 500
}

.Title[data-type="multi"]>span::before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 60px;
    height: 1px;
    background: linear-gradient(218.89deg, #BB3803 2.08%, #8e420b 117.55%);
    left: 0;
    top: calc(50% - 1px)
}

.Title[data-type="multi"]>h1,
.Title[data-type="multi"] h2,
.Title[data-type="multi"] h3,
.Title[data-type="multi"] h4 {
    font-size: 46px;
    line-height: 58px;
    letter-spacing: .06em;
    font-weight: 300;
    color: #fff
}

.Title[data-type="big"][data-plus]>h1,
.Title[data-type="big"][data-plus] h2,
.Title[data-type="big"][data-plus] h3,
.Title[data-type="big"][data-plus] h4 {
    font-size: 74px;
    line-height: 94px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 300
}

.Title[data-type="big"][data-plus][data-indent] span {
    display: block
}

.Title[data-type="big"][data-plus][data-indent] .second {
    margin-left: 110px
}

.Title[data-type="big"]>span {
    display: inline-flex;
    position: relative;
    font-size: 14px;
    letter-spacing: .2em;
    color: #86542f;
    text-transform: uppercase;
    padding-left: calc(60px + 30px);
    margin-bottom: 10px;
    font-weight: 500
}

.Title[data-type="big"]>span::before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 60px;
    height: 1px;
    background: linear-gradient(218.89deg, #BB3803 2.08%, #8e420b 117.55%);
    left: 0;
    top: calc(50% - 1px)
}

.Title[data-type="big"]>h1,
.Title[data-type="big"] h2,
.Title[data-type="big"] h3,
.Title[data-type="big"] h4 {
    font-size: 70px;
    line-height: 89px;
    letter-spacing: .04em;
    color: #fff;
    font-weight: 300
}

.Title[data-type="big"][data-misalign] span {
    display: block;
    text-align: right
}

.Title[data-type="big"][data-rotate] {
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left
}

.Title[data-type="small"]>h1,
.Title[data-type="small"] h2,
.Title[data-type="small"] h3,
.Title[data-type="small"] h4 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: .12em;
    text-transform: uppercase
}

@media (max-width:1175px) {
    .Title[data-type="hero"] {
        font-size: 50px;
        line-height: 58px
    }

    .Title[data-type="hero"] .second {
        margin-left: unset
    }

    .Title[data-type="multi"]>h1,
    .Title[data-type="multi"] h2,
    .Title[data-type="multi"] h3,
    .Title[data-type="multi"] h4 {
        font-size: 36px;
        line-height: 43px
    }

    .Title[data-type="big"]>h1,
    .Title[data-type="big"] h2,
    .Title[data-type="big"] h3,
    .Title[data-type="big"] h4 {
        font-size: 43px;
        line-height: 55px
    }

    .Title[data-type="big"][data-misalign] span {
        display: unset;
        text-align: unset
    }

    .Title[data-type="big"][data-plus]>h1,
    .Title[data-type="big"][data-plus] h2,
    .Title[data-type="big"][data-plus] h3,
    .Title[data-type="big"][data-plus] h4 {
        font-size: 48px;
        line-height: 61px
    }

    .Title[data-type="big"][data-plus][data-indent] span {
        display: inline-block
    }

    .Title[data-type="big"][data-plus][data-indent] .second {
        margin-left: unset
    }
}

@media (max-width:550px) {

    .Title[data-type="big"][data-plus]>h1,
    .Title[data-type="big"][data-plus] h2,
    .Title[data-type="big"][data-plus] h3,
    .Title[data-type="big"][data-plus] h4 {
        font-size: 35px;
        line-height: 44px
    }

    .Title[data-type="small"]>h1,
    .Title[data-type="small"] h2,
    .Title[data-type="small"] h3,
    .Title[data-type="small"] h4 {
        font-size: 21px;
        line-height: 32px
    }
}

@media (max-width:374px) {

    .Title[data-type="big"][data-plus]>h1,
    .Title[data-type="big"][data-plus] h2,
    .Title[data-type="big"][data-plus] h3,
    .Title[data-type="big"][data-plus] h4 {
        font-size: 29px;
        line-height: 36px
    }

    .Title[data-type=big]:not([data-plus])>h1,
    .Title[data-type=big]:not([data-plus]) h2,
    .Title[data-type=big]:not([data-plus]) h3,
    .Title[data-type=big]:not([data-plus]) h4 {
        font-size: 36px;
        line-height: 43px
    }
}

.Text[data-color="grey"] {
    color: #929292
}

.Text[data-color="white"] {
    color: #fff
}

.Text[data-type="medium"] {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px
}

.Text[data-type="small"] {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px
}

.Text[data-paragraphs][slim]>:first-child {
    margin-top: 0
}

.Text[data-paragraphs]>* {
    margin: 40px 0
}

.Text[data-paragraphs]>:first-child {
    margin-top: 40px
}

.Text[data-paragraphs]>:last-child {
    margin-bottom: 0
}

.Text[data-paragraphs]>p {
    margin: 30px 0
}

.Text[data-paragraphs]>h2 {
    font-family: "Space Grotesk", sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    margin: 40px 0
}

.Text[data-paragraphs] .media-inner {
    margin: -30px;
    display: flex
}

.Text[data-paragraphs] .media-inner>a {
    display: flex
}

.Text[data-paragraphs] .media-inner>a,
.Text[data-paragraphs] .media-inner>p {
    margin: 30px;
    width: calc(50% - 30px * 2)
}

.Text[data-paragraphs] .media-inner img {
    width: 100%;
    height: auto;
    align-self: flex-start
}

.Text[data-paragraphs] .media-inner[top] {
    align-items: flex-start
}

.Text[data-paragraphs] .media-inner[middle] {
    align-items: center
}

.Text[data-paragraphs] .media-inner[bottom] {
    align-items: flex-end
}

.Text[data-paragraphs] .media-inner[reverse] {
    flex-direction: row-reverse
}

.Text[data-paragraphs] .media-inner[align-right] p {
    text-align: right
}

.Text[data-paragraphs] .media-inner[align-justify] p {
    text-align: justify
}

.Text p strong {
    font-weight: 500;
    color: #fff
}

.Text p i {
    font-weight: 500;
    font-style: italic
}

.Text p .LinkAnim {
    color: #fff;
    padding-bottom: 0
}

@media (max-width:1175px) {
    .Text[data-type="medium"] {
        font-size: 20px;
        line-height: 27px
    }

    .Text[data-paragraphs]>* {
        margin: 30px 0
    }

    .Text[data-paragraphs]>:first-child {
        margin-top: 30px
    }

    .Text[data-paragraphs]>:last-child {
        margin-bottom: 0
    }

    .Text[data-paragraphs]>p {
        margin: 30px 0
    }

    .Text[data-paragraphs]>h2 {
        font-size: 20px;
        line-height: 27px;
        margin: 30px 0
    }

    .Text[data-paragraphs] .media-inner {
        margin: -15px
    }

    .Text[data-paragraphs] .media-inner>a,
    .Text[data-paragraphs] .media-inner>p {
        margin: 15px;
        width: calc(50% - 15px * 2)
    }
}

@media (max-width:550px) {
    .Text[data-paragraphs] .media-inner {
        margin: -6px;
        flex-direction: column
    }

    .Text[data-paragraphs] .media-inner[reverse] {
        flex-direction: column-reverse
    }

    .Text[data-paragraphs] .media-inner[align-right] p {
        text-align: left
    }

    .Text[data-paragraphs] .media-inner[align-justify] p {
        text-align: left
    }

    .Text[data-paragraphs] .media-inner>a,
    .Text[data-paragraphs] .media-inner>p {
        margin: 6px;
        width: calc(100% - 6px * 2)
    }

    .Text[data-paragraphs] .media-inner img {
        width: 100%;
        height: auto
    }
}

.Static {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    z-index: -2;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    box-shadow: inset 0 0 300px 40px #000;
    background: rgba(255, 255, 255, .08);
    mix-blend-mode: lighten
}

.Static-container {
    height: 0;
    padding-top: 100%;
    position: relative;
    filter: blur(0) !important
}

.Static>* {
    filter: blur(10px)
}

.Static-inner {
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 300px 40px #000;
    filter: blur(0) !important
}

.Static-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 300px 40px #000;
    background: rgba(255, 255, 255, .175);
    background-image: url(https://akaratdubai.com/styles/static-bkg.png);
    background-size: 150px;
    background-repeat: repeat;
    opacity: 1;
    -webkit-animation: none;
    animation: none
}

.Static-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 1%);
    height: calc(100% + 1%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, black 100%)
}

.Static-inner.disable::before {
    -webkit-animation: none !important;
    animation: none !important
}

@media (max-width:1175px) {
    .Static {
        box-shadow: inset 0 0 40px 40px #000
    }

    .Static-inner {
        box-shadow: inset 0 0 40px 40px #000
    }

    .Static-inner::before {
        box-shadow: inset 0 0 40px 40px #000
    }
}

@-webkit-keyframes grain {

    0%,
    100% {
        background-position: 0, 0
    }

    10% {
        background-position: -5% -10%
    }

    20% {
        background-position: -15% 5%
    }

    30% {
        background-position: 7% -25%
    }

    40% {
        background-position: -5% 25%
    }

    50% {
        background-position: -15% 10%
    }

    60% {
        background-position: 15% 0%
    }

    70% {
        background-position: 0% 15%
    }

    80% {
        background-position: 3% 35%
    }

    90% {
        background-position: -10% 10%
    }
}

@keyframes grain {

    0%,
    100% {
        background-position: 0, 0
    }

    10% {
        background-position: -5% -10%
    }

    20% {
        background-position: -15% 5%
    }

    30% {
        background-position: 7% -25%
    }

    40% {
        background-position: -5% 25%
    }

    50% {
        background-position: -15% 10%
    }

    60% {
        background-position: 15% 0%
    }

    70% {
        background-position: 0% 15%
    }

    80% {
        background-position: 3% 35%
    }

    90% {
        background-position: -10% 10%
    }
}

.DynamicListing-header {
    padding-top: 80px;
    padding-bottom: calc(80px / 2)
}

.DynamicListing-header-container {
    position: relative
}

.DynamicListing-header-container .Static {
    width: 1700px;
    height: 1700px;
    left: 35%;
    top: calc(-80px - 90px - 200px)
}

.DynamicListing-header-text {
    margin-top: 60px;
    max-width: 470px
}

.DynamicListing-header-text[data-wide] {
    max-width: 580px
}

.DynamicListing-header-text[data-ultrawide] {
    max-width: 660px
}

.DynamicListing-header-sub {
    margin: -30px;
    margin-top: calc(-30px + 60px);
    display: flex;
    align-items: center
}

.DynamicListing-header-sub-title,
.DynamicListing-header-sub-svg {
    margin: 30px
}

.DynamicListing-header-sub-title {
    min-width: 360px
}

.DynamicListing-header-sub-svg {
    min-width: 360px
}

.DynamicListing-header[data-legal] {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width:1175px) {
    .DynamicListing-header {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .DynamicListing-header-text {
        margin-top: 30px;
        max-width: unset
    }

    .DynamicListing-header-text[data-wide],
    .DynamicListing-header-text[data-ultrawide] {
        max-width: unset
    }

    .DynamicListing-header-container .Static {
        left: calc(50% - 120px);
        width: calc(100% + 180px);
        height: auto;
        top: calc(-40px - 70px - 50vw)
    }

    .DynamicListing-header-sub {
        flex-direction: column;
        margin: auto;
        margin-top: 30px
    }

    .DynamicListing-header-sub-title,
    .DynamicListing-header-sub-svg {
        min-width: unset;
        margin: 0
    }

    .DynamicListing-header-sub-svg {
        margin-top: unset;
        margin: 0 auto;
        width: 100%;
        max-width: 455px;
        height: auto;
        margin-top: 30px
    }

    .DynamicListing-header[data-legal] {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.Projects-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -2.4%
}

.Projects-listing {
    padding-top: calc(80px / 2);
    padding-bottom: calc(80px * 2 + 2.4%)
}

.Projects-listing-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: -2.4%
}

.Projects-listing-more {
    margin-top: 60px
}

.Projects-item {
    text-decoration: none;
    width: calc(100% / 3 - 2.4% * 2);
    margin: 2.4%;
    font-size: 0;
    position: relative;
    height: 100%
}

.Projects-item.big .Projects-item-image::after {
    margin-top: calc(100% + 16.5%)
}

.Projects-item-image {
    display: inline-block;
    position: relative;
    width: 100%
}

.Projects-item-image::after {
    content: "";
    display: block;
    margin-top: 100%
}

.Projects-item-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #171717;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.Projects-item-content {
    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    position: relative;
    overflow: hidden
}

.Projects-item-content .num {
    font-size: 34px;
    line-height: 43px;
    letter-spacing: .1em;
    opacity: 1;
    transition: all .2s;
    min-width: 50px
}

.Projects-item-content .title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .2em;
    font-weight: 500;
    padding-left: 15px;
    text-align: right;
    position: relative
}

.Projects-item-content .title::before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 555px;
    height: 1px;
    background: #BB3803;
    right: 100%;
    top: calc(50% - 1px);
    z-index: -1;
    opacity: 0;
    transition: opacity .3s;
    will-change: opacity
}

.Projects-item-overlay {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .2s;
    will-change: opacity
}

.Projects-item-overlay span {
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    font-size: 68px;
    letter-spacing: .1em;
    opacity: 0;
    transform: scaleY(0);
    transition: opacity .2s, transform .3s
}

.Projects-item:hover .Projects-item-content .num {
    transform: scaleY(0);
    opacity: 0
}

.Projects-item:hover .Projects-item-content .title::before {
    opacity: 1
}

.Projects-item:hover .Projects-item-overlay {
    opacity: .75
}

.Projects-item:hover .Projects-item-overlay span {
    opacity: 1;
    transform: scaleY(1)
}

@media (max-width:1175px) {
    .Projects-listing {
        padding-top: 20px;
        padding-bottom: calc(80px + 15px)
    }

    .Projects-listing-inner {
        margin: -15px
    }

    .Projects-listing-more {
        margin-top: 30px
    }

    .Projects-item {
        width: calc(100% / 2 - 15px * 2);
        margin: 15px
    }

    .Projects-item.big .Projects-item-image::after {
        margin-top: 100%
    }

    .Projects-items {
        margin-bottom: -15px
    }
}

@media (max-width:550px) {
    .Projects-item {
        width: calc(100% - 15px * 2)
    }
}

.Project-header {
    padding-top: 80px;
    padding-bottom: calc(80px / 2)
}

.Project-header-container {
    position: relative
}

.Project-header-container .Static {
    width: 1700px;
    height: 1700px;
    right: 35%;
    top: calc(-80px - 90px - 200px)
}

.Project-header-inner {
    display: flex;
    margin: 0 -30px;
    justify-content: space-between
}

.Project-header-back,
.Project-header-content {
    margin: 0 30px
}

.Project-header-content {
    text-align: right
}

.Project-main {
    padding-top: 40px;
    padding-bottom: calc(80px * 2)
}

.Project-main-inner {
    margin: -60px 0
}

.Project-main-image {
    display: block;
    font-size: 0;
    width: 100%;
    margin: 60px 0
}

.Project-main-image img {
    width: 100%;
    height: auto
}

.Project-main-content {
    margin: 60px 0
}

.Project-main-content-title {
    margin-bottom: 20px
}

.Project-main-content-text.Text p strong {
    color: unset
}

.Project-footer-inner {
    border-top: 1px solid rgba(255, 255, 255, .25);
    padding-top: 80px
}

.Project-footer-next,
.Project-footer-content {
    margin: 0 30px
}

.Project-footer-header {
    margin: 0 -30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px
}

.Project-footer-image {
    display: flex
}

.Project-footer-image img {
    width: 100%;
    height: auto
}

.Project-footer-content {
    text-align: right
}

@media (max-width:1175px) {
    .Project-header {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .Project-header-container .Static {
        right: calc(50% - 120px);
        width: calc(100% + 180px);
        height: auto;
        top: calc(-40px - 70px - 50vw)
    }

    .Project-header-inner {
        flex-direction: column
    }

    .Project-header-content {
        text-align: left
    }

    .Project-header-back {
        margin-bottom: 30px
    }

    .Project-main {
        padding-top: 20px;
        padding-bottom: 80px
    }

    .Project-main-inner {
        margin: -30px 0
    }

    .Project-main-image {
        margin: 30px 0
    }

    .Project-main-content {
        margin: 30px 0
    }

    .Project-footer-inner {
        padding-top: 40px
    }

    .Project-footer-header {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start
    }

    .Project-footer-next {
        margin-bottom: 30px
    }

    .Project-footer-content {
        text-align: left
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable="true"] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.modal-open {
    overflow: hidden;
    height: 100%
}

#contentWrapper {
    display: unset
}

#tarteaucitronRoot * {
    transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms
}

#tarteaucitronRoot article,
#tarteaucitronRoot aside,
#tarteaucitronRoot details,
#tarteaucitronRoot figcaption,
#tarteaucitronRoot figure,
#tarteaucitronRoot footer,
#tarteaucitronRoot header,
#tarteaucitronRoot hgroup,
#tarteaucitronRoot menu,
#tarteaucitronRoot nav,
#tarteaucitronRoot section {
    display: block
}

#tarteaucitronRoot ol,
#tarteaucitronRoot ul {
    list-style: none
}

#tarteaucitronRoot blockquote,
#tarteaucitronRoot q {
    quotes: none
}

#tarteaucitronRoot blockquote:before,
#tarteaucitronRoot blockquote:after,
#tarteaucitronRoot q:before,
#tarteaucitronRoot q:after {
    content: "";
    content: none
}

#tarteaucitronRoot table {
    border-collapse: collapse;
    border-spacing: 0
}

#tarteaucitronRoot a:focus-visible,
#tarteaucitronRoot button:focus-visible {
    outline: 3px dashed #3d86d8
}

div#tarteaucitronMainLineOffset {
    margin-top: 0 !important
}

div#tarteaucitronServices {
    margin-top: 25px !important;
    border: 2px solid #171717
}

@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 90% !important
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        float: left !important;
        margin: 10px 15px 5px
    }
}

@media screen and (max-width:767px) {

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer,
    #tarteaucitron {
        background: #171717;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important
    }

    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important
    }

    .tarteaucitronName .tarteaucitronH2 {
        max-width: 80%
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
        text-align: center !important
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
        margin-bottom: 5px
    }

    #tarteaucitronInfo+div {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        text-align: center !important;
        margin-bottom: 15px
    }

    #tarteaucitronMainLineOffset .tarteaucitronAsk {
        float: none !important;
        margin: 0 auto !important;
        width: 100% !important
    }

    #tarteaucitronClosePanel {
        width: 100% !important;
        padding: 12px 0 !important;
        font-size: 18px !important;
        background: #9c1a1a !important
    }

    div#tarteaucitronServices {
        margin-top: 47px !important;
        border: none !important
    }

    #tarteaucitronRoot .tarteaucitronH2 {
        margin: 12px 0 0 0 !important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #tarteaucitron {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important
    }
}

#tarteaucitronRoot div#tarteaucitron {
    left: 0;
    right: 0;
    margin: auto
}

#tarteaucitronRoot button#tarteaucitronBack {
    background: #4d4d4d
}

#tarteaucitron .clear {
    clear: both
}

#tarteaucitron a {
    color: #424242;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none
}

#tarteaucitronRoot button {
    background: transparent;
    border: 0
}

#tarteaucitronAlertBig strong,
#tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a,
#tarteaucitronAlertSmall a {
    color: #fff
}

#tarteaucitron strong {
    font-size: 22px;
    font-weight: 500
}

#tarteaucitron ul {
    padding: 0
}

#tarteaucitron .tarteaucitronH1,
#tarteaucitron .tarteaucitronH2,
#tarteaucitron .tarteaucitronH3,
#tarteaucitron .tarteaucitronH4,
#tarteaucitron .tarteaucitronH5,
#tarteaucitron .tarteaucitronH6 {
    display: block
}

.cookie-list {
    list-style: none;
    padding: 0;
    margin: 0
}

#tarteaucitronRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

#tarteaucitronRoot * {
    box-sizing: initial;
    color: #171717;
    font-family: "Space Grotesk", sans-serif !important;
    font-size: 14px;
    line-height: normal;
    vertical-align: initial
}

#tarteaucitronRoot .tarteaucitronH1 {
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    margin: 15px 0 28px
}

#tarteaucitronRoot .tarteaucitronH2 {
    display: inline-block;
    margin: 12px 0 0 18px;
    color: #fff
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
    margin-left: 0
}

#tarteaucitronBack {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99996
}

#tarteaucitron {
    display: none;
    max-height: 80%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 0;
    position: fixed;
    top: 6%;
    width: 860px;
    z-index: 99996
}

#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    border: none;
    border-top: 0;
    height: auto;
    overflow: auto
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: #171717;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px
}

#tarteaucitron #tarteaucitronDisclaimer {
    color: #323232;
    font-size: 12px;
    margin: 15px auto 0;
    width: 80%
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background: rgba(51, 51, 51, .07)
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
    width: 100%;
    box-sizing: border-box
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0 0;
    padding: 5px 20px;
    text-align: left;
    width: auto;
    background: #171717
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    color: #fff;
    font-weight: 500
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
    text-decoration: none !important
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
    font-size: 22px
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    font-size: 14px
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
    padding: 5px 10px;
    margin: 0
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 300;
    margin-top: 0;
    max-width: 270px;
    padding: 20px;
    position: absolute;
    z-index: 99996
}

#tarteaucitron #tarteaucitronInfo a {
    color: #fff;
    text-decoration: underline
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background: rgba(51, 51, 51, .2)
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    background: rgba(51, 51, 51, .1);
    border-left: 5px solid transparent;
    margin: 0;
    overflow: hidden;
    padding: 15px 5px
}

#tarteaucitronServices>.tarteaucitronLine {
    padding: 15px 5px 15px 0 !important
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
    border-color: #1b870b
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
    border-color: #9c1a1a
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #171717;
    border: 3px solid #171717;
    border-left: 9px solid #171717;
    border-top: 5px solid #171717;
    margin-bottom: 0;
    margin-top: 21px;
    position: relative
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background: #171717
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin-left: 15px;
    margin-top: 2px
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
    color: #fff
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-top: 0 !important
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 50%
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: inline-block;
    float: right;
    margin: 7px 15px 0;
    text-align: right
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    background: gray;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 0
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
    background-color: #1b870b;
    opacity: 1
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
    background-color: #9c1a1a;
    opacity: 1
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #1b870b
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
    background-color: #9c1a1a
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    color: #171717;
    font-size: 12px
}

#tarteaucitron .tarteaucitronH3 {
    font-size: 18px
}

#tarteaucitron .tarteaucitronH3.mndtry {
    font-size: 14px
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
    width: auto !important;
    margin-left: 0 !important;
    font-size: 14px
}

span#tarteaucitronDisclaimerAlert {
    display: inline-block;
    margin: 5px 10px
}

#tarteaucitron .tarteaucitronBorder,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-color: #171717 !important
}

.tarteaucitronAlertBigTop {
    top: 0
}

.tarteaucitronAlertBigBottom {
    bottom: 0
}

#tarteaucitronRoot #tarteaucitronAlertBig {
    border-top: 1px solid rgba(255, 255, 255, .5);
    background: #000;
    color: #fff;
    display: none;
    font-size: 15px !important;
    left: 0;
    position: fixed;
    box-sizing: content-box;
    z-index: 99995;
    text-align: left;
    padding: 10px 0 11px 0;
    margin: auto;
    width: 100%
}

#tarteaucitronRoot #tarteaucitronAlertBig .tac-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px
}

#tarteaucitronPrivacyUrl {
    position: relative;
    font-size: 12px !important;
    text-decoration: underline;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .25) !important;
    padding: 10px 0 0 0;
    margin: 0 5px 10px 5px;
    transition: color .18s;
    display: flex;
    justify-content: flex-end
}

#tarteaucitronPrivacyUrl:hover {
    color: rgba(255, 255, 255, .8) !important
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font: 15px verdana;
    color: #fff
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font-weight: 500
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
    cursor: pointer
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.2;
    padding: 5px 10px;
    text-decoration: none;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    padding-right: 7px;
    margin: 5px
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
    font-size: 13px;
    padding: 5px 10px;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
    padding-right: 7px
}

#tarteaucitronPercentage {
    background: #0a0 !important;
    box-shadow: 0 0 2px #fff, 0 1px 2px #555;
    height: 5px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 99996
}

.tarteaucitronIconBottomRight {
    bottom: 0;
    right: 0
}

.tarteaucitronIconBottomLeft {
    bottom: 0;
    left: 0
}

.tarteaucitronIconTopRight {
    top: 0;
    right: 0
}

.tarteaucitronIconTopLeft {
    top: 0;
    left: 0
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
    border-radius: 2px 7px 7px 2px
}

.tarteaucitronIconTopRight #tarteaucitronManager {
    border-radius: 7px 2px 2px 7px
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px
}

#tarteaucitronIcon {
    background: transparent;
    position: fixed;
    display: none;
    width: auto;
    z-index: 99996
}

#tarteaucitronIcon #tarteaucitronManager {
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
    border: none
}

#tarteaucitronIcon #tarteaucitronManager img {
    width: 50px;
    height: 50px
}

#tarteaucitronRoot .tarteaucitronPlus::before {
    content: "✛";
    display: inline-block;
    color: #fff
}

.tarteaucitronAlertSmallTop,
.tarteaucitronAlertSmallBottom {
    bottom: 0
}

#tarteaucitronAlertSmall {
    background: #171717;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 99996
}

#tarteaucitronAlertSmall #tarteaucitronManager {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
    background: rgba(255, 255, 255, .05)
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    background-color: gray;
    border-radius: 5px;
    display: block;
    height: 8px;
    margin-bottom: 1px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
    background-color: #1b870b
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
    background-color: #fbda26
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    background-color: #9c1a1a
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 0 10px;
    vertical-align: top
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
    background: rgba(255, 255, 255, .3)
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    display: none;
    max-height: 70%;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    background: #fff;
    border: 2px solid #171717;
    color: #171717;
    font-size: 11px;
    height: auto;
    overflow: auto;
    text-align: left
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
    color: #171717
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
    background: #171717;
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
    color: #fff;
    font-size: 16px
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
    background: rgba(51, 51, 51, .1);
    padding: 7px 5px 10px;
    word-wrap: break-word
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
    background: rgba(51, 51, 51, .2)
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
    color: #171717;
    text-decoration: none
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
    display: inline-block;
    width: 50%
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
    color: #8b0000
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
    color: #171717;
    display: inline-block;
    font-size: 11px;
    margin-left: 10%;
    vertical-align: top;
    width: 30%
}

.tac_activate {
    background: #171717;
    color: #fff;
    display: table;
    font-size: 12px;
    height: 100%;
    line-height: initial;
    margin: auto;
    text-align: center;
    width: 100%
}

.tac_float {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.tac_activate .tac_float strong {
    color: #fff
}

.tac_activate .tac_float .tarteaucitronAllow {
    background-color: #1b870b;
    display: inline-block
}

ins.ferank-publicite,
ins.adsbygoogle {
    text-decoration: none
}

div.amazon_product {
    height: 240px;
    width: 120px
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
    opacity: .4 !important
}

.tarteaucitronIsDenied .tarteaucitronAllow {
    opacity: .4 !important
}

.tarteaucitronIsAllowed .tarteaucitronAllow {
    opacity: 1 !important
}

.tarteaucitronIsDenied .tarteaucitronDeny {
    opacity: 1 !important
}

.tarteaucitronLine .tarteaucitronAllow,
.tarteaucitronLine .tarteaucitronDeny {
    opacity: .4
}

#tarteaucitronServices_mandatory button.tarteaucitronAllow {
    opacity: 1
}

div#tarteaucitronInfo {
    display: block !important;
    position: relative !important;
    text-align: center !important;
    max-width: 80% !important;
    padding: 15px 0 !important;
    margin: -10px auto 40px !important;
    font-size: 1em !important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #323232
}

a.tarteaucitronSelfLink {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center !important;
    display: block;
    height: 30px
}

.tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.2em !important;
    margin-top: 4px !important
}

span.tarteaucitronTitle.tarteaucitronH3 {
    margin-top: 12px !important
}

.spacer-20 {
    height: 20px;
    display: block
}

.display-block {
    display: block
}

.display-none {
    display: none
}

.tarteaucitronCTAButton,
#tarteaucitronCloseAlert {
    position: relative;
    padding-left: 30px !important;
    border-radius: 3px;
    transition: opacity .18s, border-color .18s !important
}

.tarteaucitronCTAButton:hover,
#tarteaucitronCloseAlert:hover {
    opacity: .8;
    border-color: #fff !important
}

.tarteaucitronCTAButton::before,
#tarteaucitronCloseAlert::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 20px;
    height: 20px;
    background-size: 20px 20px !important
}

#tarteaucitronRoot #tarteaucitronPersonalize2.tarteaucitronAllow {
    background: #fff;
    color: #000;
    border-width: 0;
    align-items: center
}

#tarteaucitronRoot #tarteaucitronPersonalize2.tarteaucitronAllow::before {
    background: url(media/y.svg);
    left: 6px
}

.tarteaucitronDeny::before {
    background: url(media/n.svg)
}

#tarteaucitronCloseAlert::before {
    background: url(media/s.svg)
}

.tac-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0
}

.tac-wrap button {
    font-weight: 500
}

.tac-hide {
    display: none
}

@media (max-width:550px) {
    .tac-wrap {
        flex-direction: column
    }

    .tac-wrap {
        width: 100%;
        justify-content: center
    }

    .tarteaucitronCTAButton,
    #tarteaucitronCloseAlert {
        padding-left: 7px !important
    }

    .tarteaucitronCTAButton::before,
    #tarteaucitronCloseAlert::before {
        display: none
    }

    #tarteaucitronAllDenied2 {
        display: flex !important;
        justify-content: center !important
    }

    #tarteaucitronRoot #tarteaucitronPersonalize2.tarteaucitronAllow {
        justify-content: center
    }

    .tac-wrap button {
        padding: 10px 10px !important
    }

    #tarteaucitronPrivacyUrl {
        justify-content: center
    }
}