html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-8 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.entry-content {
padding: 0 15px;
}
@font-face {
font-family: 'Arial Narrow';
src: url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow-Italic.woff2) format('woff2'),
url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow-Italic.woff) format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Arial Narrow';
src: url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow-Bold.woff2) format('woff2'),
url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Arial Narrow';
src: url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow-Italic.woff2) format('woff2'),
url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow-Italic.woff) format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Arial Narrow';
src: url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow.woff2) format('woff2'),
url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Arial Narrow';
src: url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow-BoldItalic.woff2) format('woff2'),
url(//flirt.studiostudio.fr/wp-content/themes/flirt/fonts/ArialNarrow-BoldItalic.woff) format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
p {
margin: 0;
}
.home {
background-color: #e64215;
}
header#masthead {
justify-content: space-between;
display: flex;
text-align: center;
padding: 15px 25px 10px;
position: static;
z-index: 999;
width: 100%;
}
.wpb_video_widget.wpb_content_element.vc_clearfix {
margin: 0;
}
.contacblok p:last-child {
line-height: 1;
}
header#masthead a {
text-transform: uppercase;
font-family: Arial Narrow;
color: #1A1818;
text-decoration: none;
font-size: 19px;
}
header#masthead a{position: relative;}
.menuleft a:nth-of-type(1) {font-weight: bold;}
.page-id-22 .menuleft a:nth-of-type(2):before {content: '(';position: absolute;left: -7px;top: -4px;}
.page-id-22 .menuleft a:nth-of-type(2):after {content: ')';position: absolute;right: -7px;top: -4px;}
.page-id-505 .menuleft a:nth-of-type(3):before {content: '(';position: absolute;left: -7px;top: -4px;}
.page-id-505 .menuleft a:nth-of-type(3):after {content: ')';position: absolute;right: -7px;top: -4px;}
.page-id-13 .menuleft a:nth-of-type(4):before {content: '(';position: absolute;left: -7px;top: -4px;}
.page-id-13 .menuleft a:nth-of-type(4):after {content: ')';position: absolute;right: -7px;top: -4px;}
header#masthead a+a:hover:before {content: '(';position: absolute;left: -7px;top: -4px;}
header#masthead a+a:hover:after {content: ')';position: absolute;right: -7px;top: -4px;}
div#smush-image-bar-toggle {
display: none;
}
header#masthead a span{
font-family: Arial Narrow;
}
.page-id-22 div#content {
padding-top: 45px;
}
.allproject a{
font-family: Arial Narrow;
color: black;
text-decoration: none!important;
font-size: 24px;
text-transform: uppercase;
}
body:not(.page-id-13) #page {
background-image: none!important;
background-position: 100vw center!important; 
}
body  #page{
transition:all 500ms ease;
background-repeat: no-repeat;
background-position: 100vw center; 
background-size: auto 100%;
height: 100%;
}
::-webkit-scrollbar {width: 0px;height: 0px;display: block;}
::-webkit-scrollbar-button {width: 0px;height: 0px;}
::-webkit-scrollbar-thumb {background: #151513;border: 0px none #151513;border-radius: 0px;}
::-webkit-scrollbar-thumb:hover {background: #151513;}
::-webkit-scrollbar-thumb:active {background: #151513;}
::-webkit-scrollbar-track {background: #151513;border: 0px none #151513;border-radius: 0px;}
::-webkit-scrollbar-track:hover {background: #151513;}
::-webkit-scrollbar-track:active {background: #151513;}
::-webkit-scrollbar-corner {background: transparent;}
*{scrollbar-color: #151513 white;scrollbar-width: thin;}
.allimg {
position: absolute!important;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
p.imgic {
height: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.owl-carousel .imgic img {
max-height: 100vh!important;
width: auto!important;
height: auto;
max-width: 100%;
}
.smush-detected-img {
box-shadow: none!important;
border: none!important;
}
.owl-nav {
z-index: 98;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
body .owl-carousel {
display: block;
}
.slider p.imgic {
display: inline-block;
width: 100%;
}
.owl-carousel.owl-loaded {
overflow: hidden;
}
.slider .singlecond {
display: inline-flex;
width: auto;
flex-wrap: wrap;
}
.owl-nav button{
font-size: 0px!important;
height: 100%;
width: 50%;
outline: none!important;
}
.singlecond {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
height: 100vh;
justify-content: center;
}
p.imgic {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}
.owl-carousel.owl-theme.owl-loaded .singlecond{
display: flex;
}
a.backi {
z-index: 9999;
color: black;
text-decoration: none;
position: fixed;
top: 20px;
left: 20px;
font-family: Arial Narrow;
text-transform: uppercase;
font-size: 19px;
outline: none;
line-height: 1;
}
a.backa {
z-index: 9999;
color: black;
text-decoration: none;
position: fixed;
top: 20px;
right: 20px;
font-family: Arial Narrow;
text-transform: uppercase;
font-size: 19px;
line-height: 1;
outline: none;
}
body .textinfo p {
line-height: 1.2;
text-align: left!important;
font-size: 19px;
}
.textinfo {
padding: 60px 20px 20px;
display: flex;
background-color: rgba(255, 255, 255, 0.55);
position: fixed;
top: 140vh;
left: 0;
right: 0;
bottom: 0;
z-index: 10000;
justify-content: flex-start;
align-items: flex-start;
overflow: hidden;
}
.closebot {
z-index: 9999;
color: black;
text-decoration: none;
position: fixed;
top: 20px;
left: 20px;
font-family: Arial Narrow;
text-transform: uppercase;
font-size: 19px;
line-height: 1;
outline: none;
pointer-events: none;
}
.vis .closebot {
pointer-events: all;
}
.contenutext * {
color: black;
}
.wpb_text_column.littletexte p {font-size: 20px;text-transform: uppercase;}
.contacblok p a {
color: black;
text-decoration: none;
}
.contacblok p {
text-align: center;
color: black;
font-family: Arial Narrow;
}
.contacblok p a span{
font-family: Arial Narrow;
font-style: italic;
font-size: 24px;
}
.contenutext h2 {
margin-top: 0;
}
.textinfo.vis {
top: 0;
overflow: visible;
}
.page.home div#content {
padding-top: 0;
}
.contenutext {
width: 800px;
overflow: auto;
max-width: 95%;
font-family: Arial Narrow;
max-height: 85vh;
}
.home div#page {
background-color: transparent!important;
}
.single-projets header#masthead {
display: none!important;
}
.single-projets .footter {
display: none;
}
.imgic video {
max-width: 100%;
height: 100%;
width: auto;
object-fit: contain;
}
body {
font-family: Arial Narrow;
}
* {
outline: none!important;
}
.imgic.cover video {
width: 100%;
height: 100%;
object-fit: cover;
}
.page-id-22 .vc_column-inner>.wpb_wrapper {
margin: 0 auto;
}
.owl-carousel .owl-stage-outer {
z-index: 9999;
pointer-events: none;
}
.owl-carousel .owl-stage-outer video {
pointer-events: all;
}
p.imgic.video {align-items: center;}
header#masthead a+a {margin-left: 16px;}
.slider.owl-carousel .imgic img {width: 100%!important;object-fit: cover;}
.owl-item video {opacity: 0;}
.owl-item.active video {opacity: 1;}
p.imgic.box video {width: 100%;height: auto;max-width: 70%;max-height: 70%;}
p.imgic.boxe {width: 82%;height: 72%;background-size: contain;}
.contenutext a {color: inherit!important;text-decoration: underline;}
header#masthead a+a+a:hover {border-color: black;}
header#masthead a span {opacity: 0;transition: all 500ms;font-weight: normal;}
header#masthead a:hover span {opacity: 1;}
.textinfo .closebot {opacity: 0;}
.textinfo.vis .closebot {opacity: 1;}
button.owl-prev{cursor: url(//flirt.studiostudio.fr/wp-content/themes/flirt/img/flecheleft.png), auto!important;}
button.owl-next{cursor: url(//flirt.studiostudio.fr/wp-content/themes/flirt/img/flecheright3.png), auto!important;}
div#page.boxed {background-size: auto 72%!important;}
.textinfo.vis{cursor: url(//flirt.studiostudio.fr/wp-content/themes/flirt/img/CROSS.png), pointer!important;}
.singlecond .texte {padding: 0 15px;z-index: 9999;color: #000;text-decoration: none;font-family: Arial Narrow;font-size: 20px;outline: none;width: 55%;}
.allindex {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.allindex .item a {background-color: rgba(255,255,255,0.1);display: flex;position: absolute;color: #000;text-shadow: 0px 0px 10px #ffffffb3;text-decoration: none;font-family: Arial Narrow;text-transform: uppercase;font-size: 30px;outline: none;text-align: center;top: 0;left: 0;right: 0;bottom: 0;align-items: center;justify-content: center;}
.owl-carousel .owl-item {animation-duration: 3s !important;}
.allindex .fullitem {transform: none!important;transition: none!important;flex-wrap: wrap;margin-bottom: 15px!important;background-position: center;background-size: cover;display: flex;width: 32.75%;justify-content: flex-start;align-items: center;position: relative!important;left: 0!important;top: 0!important;}
.allindex .item {margin-bottom: 10px!important;background-position: center;background-size: cover;display: flex;min-height: 39vw;width: 100%;justify-content: center;align-items: center;position: relative;}
.allindex .item+p{line-height: 1.1;font-family: Arial Narrow;color: #000;text-decoration: none;font-size: 16px;text-transform: uppercase;display: flex;flex-wrap: wrap;min-height: 41px;}
.allindex .fullitem a {z-index:6;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.linkmobile{display: none;}
.allindex {padding: 0 10px;}
.button-group.filter-button-group {padding: 180px 10px 20px;}
.button-group.filter-button-group span{cursor: pointer;font-size: 17px;text-transform: uppercase;display: inline-block;color: black;}
.button-group.filter-button-group span+span {margin-left: 0px;}
.button-group.filter-button-group span span{margin-right: 5px;}
.page-id-505 .button-group.filter-button-group span:last-child span {display: none;}
.page-id-505 .button-group.filter-button-group sup {font-size: 14px;}
.allindex .item+p span+span {margin-left: 20px;}
.footter {justify-content: space-between;display: flex;text-align: center;padding: 15px 25px;position: static;z-index: 999;width: 100%;}
.footter a {text-transform: uppercase;font-family: Arial Narrow;color: #1A1818;text-decoration: none;font-size: 19px;text-align: left;}
.footter p {text-transform: uppercase;font-family: Arial Narrow;color: #1A1818;text-decoration: none;font-size: 19px;}
.footter p+a {text-align: right;}
.headertab {display: flex;padding: 0 10px;justify-content: space-between;margin-bottom: 15px;}
.headertab span{text-transform: uppercase;}
.headertab span:nth-of-type(1) {width: 05%;}
.headertab span:nth-of-type(2) {width: 40%;}
.headertab span:nth-of-type(3) {width: 49%;text-align: right;}
.headertab span:nth-of-type(4) {width: 06%;text-align: right;}
.allproject {padding: 0 10px;}
.allproject .item:first-child a{border-top: 1px solid black;}
.allproject a {border-bottom: 1px solid black;display: flex;padding: 5px 0;justify-content: space-between;font-size: 25px;}
.allproject a span:nth-of-type(1) {width: 05%;}
.allproject a span:nth-of-type(2) {width: 40%;}
.allproject a span:nth-of-type(3) {width: 49%;text-align: right;}
.allproject a span:nth-of-type(4) {width: 06%;text-align: right;}
.wpb_text_column.bigtexte p {text-transform: uppercase;line-height: 1;font-weight: bold;font-size: 60px;color: black;}
.wpb_text_column p {font-size: 15px;margin: 0;}
.wpb_text_column.middletexte p {font-size: 19px;text-transform: uppercase;line-height: 1.2;}
.wpb_text_column.middletexte p a {text-decoration: none;color: inherit;}
.home div#content {min-height: 87.7vh;display: flex;justify-content: center;align-items: center;}
.button-group.filter-button-group span.actif {font-weight: bold;}
.footter * {width: 33.3%;}
.number {display: inline-block;margin-right: 10px;}
.allproject {max-height: calc(100vh - 173px);overflow: scroll;}
.page-id-13 .footter{display: none;}
.page-id-22 .vc_row.wpb_row.vc_row-fluid {padding: 0 10px;}
.wpb_text_column.verybig p {letter-spacing: -0.7vw;text-align: center;color: black;font-size: 16vw;font-weight: bold;line-height: 1;}
.wpb_text_column.wpb_content_element.verybig {margin: 0;}
.allindex {margin-bottom: 60px!important;}
.home .wpb_text_column.bigtexte p {font-size: 70px;}
.button-group.filter-button-group span{font-size: 19px;}
.allindex .fullitem:hover .item+p span+span {opacity: 1;}
.allindex .item+p span+span {opacity: 0;transition: all 500ms;}
body .vc_tta-panel-body {padding-right: 0!important;padding-left: 0!important;}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {font-size: 20px;text-transform: uppercase;padding: 0;font-weight: bold;color: black!important;border: none!important;}
.vc_tta-panel-heading {border: none!important;}
i.vc_tta-controls-icon.vc_tta-controls-icon-chevron {display: none!important;}
header#masthead span {text-transform: uppercase;font-family: Arial Narrow;color: #1A1818;text-decoration: none;font-size: 19px;font-weight: bold;}
header#masthead.site-header.mobile {flex-wrap: wrap;}
.afficheright+.menuleft {width: 100%;display: flex;flex-direction: column;align-items: flex-start;}
header#masthead .afficheright+.menuleft a+a{margin: 0;}
header#masthead.site-header.mobile{display: none;}
.footter a+a {text-align: right;}
.wpb_text_column.wpb_content_element.littletexte {margin-bottom: 15px;}
.wpb_text_column.wpb_content_element.bigtexte {margin-bottom: 15px;}
@media screen and (min-width: 1000px) and (max-width: 1200px){
}
@media screen and (max-width: 1000px){
.owl-carousel .owl-item img {max-height: 100%!important;max-width: 100%!important;width: auto!important;height: auto!important;}
.owl-nav {display: none!important;}
body #page {background-image: none!important;}
p.imgic {background-size: contain;background-position: top center;}
.owl-carousel .owl-stage-outer {pointer-events: all;}
p.imgic.boxe {width: 100%;height: 100%;background-size: contain;background-position: top center;}
video {height: auto!important;max-width: 100%;}
.allindex .fullitem {margin-bottom: 25px!important;width: 100%;}
.allindex .item {margin-bottom: 10px!important;background-position: center;background-size: cover;display: flex;min-height: 116vw;width: 100%;justify-content: center;align-items: center;position: relative;}
.singlecond .texte {font-size: 16px;}
.singlecond {align-items: flex-start;padding-top: 0px;}
.singlecond .texte {padding-top: 20px;}
.singlecond .texte {width: 95%;}
.page-id-22 .vc_column-inner>.wpb_wrapper {max-width: 100%;margin: 0 auto;}
.linkmobile{display: inline-block;}
.linkdesktop{display: none;}
header#masthead {padding: 15px;}
.headertab {padding: 0;}
.allproject {padding: 0px;}
.allproject a {font-size: 14px;}
.button-group.filter-button-group {padding: 30px 0px;}
.allindex {padding: 0;}
.page-id-22 .vc_row.wpb_row.vc_row-fluid {padding: 0px;}
.footter {padding: 15px;}
.footter a {font-size: 19px;font-weight: bold;}
.footter p {font-size: 15px;}
.button-group.filter-button-group {padding: 15px 0px;}
.wpb_text_column.bigtexte p {font-size: 32px;}
.home .wpb_text_column.bigtexte p {font-size: 32px;}
.home .footter {flex-wrap: wrap;}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover{background-color: transparent!important;}
.headertab span:nth-of-type(1) {width: 05%;}
.headertab span:nth-of-type(2) {width: 45%;}
.headertab span:nth-of-type(3) {width: 40%;text-align: right;}
.headertab span:nth-of-type(4) {width: 10%;text-align: right;}
.allproject {padding: 0px;}
.allproject a span:nth-of-type(1) {width: 05%;}
.allproject a span:nth-of-type(2) {width: 45%;}
.allproject a span:nth-of-type(3) {width: 40%;text-align: right;}
.allproject a span:nth-of-type(4) {width: 10%;text-align: right;}
}
.fullmenu {display: none;}
@media screen and (max-width: 850px){
.vc_row.wpb_row.vc_row-fluid.ligneflirt .vc_col-sm-4:nth-of-type(2) .vc_column-inner {padding: 0;}
.ligneflirt .wpb_text_column.bigtexte p {font-size: 15px;}
body .wpb_text_column.wpb_content_element.bigtexte {margin-bottom: 10px;}
.page-id-22 .ligneflirt .vc_column-inner>.wpb_wrapper {max-width: 100%;}
.singlecond p {background-position: center;}
.singlecond {margin-bottom: 15px;align-items: center;height: auto;}
.number {display: none;}
p.imgic.box video {max-width: 100%;max-height: 100%;}
.slider .singlecond {width: 100%;}
.button-group.filter-button-group {display: flex;flex-direction: column;}
.button-group.filter-button-group span+span {→margin-left: 0px;}
body .allindex .item+p span+span {opacity: 1;}
i.vc_tta-controls-icon.vc_tta-controls-icon-chevron {display: inline-block!important;}
header#masthead{display: none!important;}
header#masthead.site-header.mobile{display: flex!important;position: fixed;}
.afficheright+.menuleft{padding-top: 10px;}
.single-projets header#masthead.site-header.mobile{display: none!important;}
header#masthead span{cursor: pointer;}
.afficheright+.menuleft{display: none;}
.view .afficheright+.menuleft{display: flex;}
.button-group.filter-button-group span.actif:before {margin-right: 5px;font-weight: bold;font-size: 17px;content: '→';}
header#masthead .afficheright+div a{font-size: 40px;}
.allimg.owl-carousel.owl-theme {margin-top: 100px;padding: 0 15px;}
.vc_row.wpb_row.vc_row-fluid.ligneflirt .vc_col-sm-4:nth-of-type(1) .vc_column-inner {padding-right: 0;}
.vc_row.wpb_row.vc_row-fluid.ligneflirt .vc_col-sm-4:nth-of-type(3) .vc_column-inner {padding-left: 0;}
.wpb_text_column p{color: black;}
.fullmenu {height: 100vh;flex-direction: column;align-items: flex-start;background-color: white;position: fixed;top: 0;left: -110vw;bottom: 0;justify-content: flex-start;padding: 15px;transition: all 500ms;z-index: 99999;width: 100vw;display: block;transition-delay: 250ms;}
.view .fullmenu{left: 0;}
.fullmenu a {text-transform: uppercase;font-family: Arial Narrow;color: #1A1818;text-decoration: none;font-size: 19px;}
.fullmenu span {text-transform: uppercase;font-family: Arial Narrow;color: #1A1818;text-decoration: none;font-size: 19px;font-weight: bold;}
.fullmenu .top {display: flex;justify-content: space-between;}
.fullmenu .top+.menuleft a {font-size: 32px;font-weight: bold;line-height: 1.2;}
.fullmenu .top+.menuleft {display: flex;flex-direction: column;padding-top: 55px;}
body .menuleft a:before{display: none!important;} 
body .menuleft a:after{display: none!important;} 
.page-id-22 div#content{padding-top: 100px;}
.page-id-505 div#content{padding-top: 100px;}
.button-group.filter-button-group{padding: 0;}
.allindex {margin-top: 30px;}
body .fullmenu .footter {position: absolute;bottom: 0;left: 0;}
body .allimg{position: static!important;}
div#page{position: relative;transition: all 500ms;left: 0;}
.view div#page{left: 100vw;}
.page.home div#content {padding-top: 58px;min-height: calc(100vh - 58px);}
body.home  .wpb_text_column.wpb_content_element.bigtexte {margin-bottom: 0px;}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a :after {content: '↓';margin-left: 5px;display: inline-block;transition: all 500ms;}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a :after {transform: rotate(-180deg);}
a.backi {font-weight: bold;left: 15px;top: 18px;}
a.backa {font-weight: bold;right: 15px;top: 18px;}
.closebot {display: none;}
.textinfo {padding: 15px;}
.contenutext {max-width: 100%;max-height: calc(100vh - 30px);}
body .textinfo p {font-size: 16px;}
p.imgic{height: auto!important;}
body .owl-carousel .imgic img {height: auto!important;width: 100%!important;}
}
@media screen and (min-width: 850px) and (max-width:  1400px){
.button-group.filter-button-group span {font-size: 14px;}
}
@media screen and (min-width: 850px){
.wpb-js-composer .vc_tta.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {display: block!important;}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {pointer-events: none;}
.page-id-505 .button-group.filter-button-group {margin-top: -38px;display: flex;top: 0;z-index: 666;position: absolute;text-align: center;justify-content: center;width: 100%;pointer-events: none;padding: 0;}
.page-id-505 .button-group.filter-button-group span{pointer-events: all;}
.allindex {margin-top: 200px;}
p.imgic{padding-top: 0!important;}
}
@media screen and (max-width: 400px){
.ligneflirt .wpb_text_column.bigtexte p {font-size: 14px;}
.wpb_text_column p {font-size: 13px;}
}
::selection {color: #ee4124!important;background-color: transparent!important;}