/*
Theme Name: DoVanBao
Theme URI: http://dovanbao.com/
Author: Do Van Bao
Author URI: http://dovanbao.com
Description: Thiet ke website
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://dovanbao.com
Text Domain: dvb
*/
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 400;
  
  src: url(https://fonts.gstatic.com/s/bigshouldersdisplay/v12/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY87JF4.ttf) format('truetype');
;font-display:swap;}
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 700;
  
  src: url(https://fonts.gstatic.com/s/bigshouldersdisplay/v12/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdWg8JF4.ttf) format('truetype');
;font-display:swap;}
@font-face {
  font-family: 'Pirata One';
  font-style: normal;
  font-weight: 400;
  
  src: url(https://fonts.gstatic.com/s/pirataone/v20/I_urMpiDvgLdLh0fAtoftig.ttf) format('truetype');
;font-display:swap;}
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0px 3px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  margin: -17px 0 0;
  filter: alpha(opacity=0);
  display: block;
  cursor: pointer;
  font-size: 24px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #fff;
  border: 1px solid #fff;
  line-height: 31px;
  background: transparent;
  padding: 0px;
}
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@font-face {
  font-family: "trx_addons_icons";
  src: url("https://phoenixtattoostudio.fr/wp-content/themes/dvb/assets/fonts/trx_addons_icons.ttf") format("ttf");
;font-display:block;}
body {
  font-family: 'Big Shoulders Display', cursive;
  font-size: 16px;
  color: #EDEDED;
  line-height: 24px;
  background:#1F1F1F;
}
.home .site-content {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  color: #181A1C;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0;
  color: #00a584;
  text-decoration: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  outline: none;
  font: inherit;
  margin: 0;
}
form.search-form {
  position: relative;
}
form.search-form button.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  border: 0px;
  background: #54b57e;
  color: #fff;
  padding: 12px;
  font-size: 15px;
  border-radius: 3px;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
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%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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-6 .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;
}
.img-404 img {
  margin: 15px auto;
  display: block;
}
.dvb-pagenavi {
  width: 100%;
  float: left;
  text-align: center;
}
.dvb-pagenavi ul.page-numbers {
  padding: 30px 0px 15px 0px;
  margin-bottom: 30px;
}
.dvb-pagenavi ul.page-numbers li {
  display: inline-block;
  color: #fff;
  margin: 0px 2px;
}
.dvb-pagenavi ul.page-numbers li a,
.dvb-pagenavi ul.page-numbers li span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.1em;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0 7px;
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid currentColor;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
}
.dvb-pagenavi ul.page-numbers li span.current,
.dvb-pagenavi ul.page-numbers li:hover a {
  border-color: #0079c1;
  background-color: #0079c1;
  color: #fff;
}
.error404 .page-header {
  margin-top: 0px;
}
.error404 .page-header h1 {
  margin-top: 0px;
}
.no-results .page-header {
  margin-bottom: 10px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: transparent;
}
.page .entry-header .post-meta {
  border: 1px dotted #e0e0e0;
  border-left: 0;
  border-right: 0;
  margin: 5px 0;
  padding: 5px 0;
}
img {
  max-width: 100%;
  height: inherit;
}

.site-header ul,
.site-footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/**
 * Common Flex
 */
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.logo h1,
.navbar-header h1,
.logo h2,
.navbar-header h2 {
  display: none;
}
.logo img,
.navbar-header img {
  max-height: 95px;
  padding: 5px 0px;
}
.top-header {
  background-color: #DD1A22;
}
.menu-top {
  display: inline-block;
}
.menu-top li {
  display: inline;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  line-height: 0;
}
.menu-top li a {
  color: #FFF;
}
.menu-top li a:hover {
  color: #fff;
  text-decoration: underline;
}
.menu-top li:last-child {
  margin-right: 0px;
  border-right: 0px;
  padding-right: 0px;
}
.menu-top ul {
  margin: 0px;
  padding: 0px;
}
.search-header {
  position: relative;
}
.header-search {
  margin-top: 15px;
}
.search-header .search-form {
  width: 600px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.search-header .cat-wrapper {
  width: 135px;
  float: left;
  position: relative;
  position: absolute;
}
.search-header input[type="text"] {
  width: 100%;
  border-left: none;
  line-height: 35px;
  margin-bottom: 0;
  height: 42px;
  padding-right: 40px;
  padding-left: 140px;
  outline: none;
  border: 1px solid #dfdfdf;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 13px;
  color: #a1a1a1;
  font-family: 'Roboto', sans-serif;
}
.search-header button {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  background: #fcb040;
  border: 1px solid #fcb040;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 8px;
  height: 42px;
  text-transform: none;
  margin-left: -4px;
  top: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search-header button:before {
  padding-right: 3px;
}
.search-header button:hover {
  background: #FF9800;
}
.header-bottom {
  background-color: #f4f4f4;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}
.header-bottom-news .inner-box-news {
  background-color: #FFF;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 15px;
}
.header-bottom-news .title {
  height: 42px;
  background-color: #d30000;
  line-height: 42px;
  text-align: left;
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #FFF;
  -webkit-box-shadow: 5px 5px 10px #a0a0a0;
  box-shadow: 5px 5px 10px #a0a0a0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.header-bottom-news .title-icon {
  position: absolute;
  top: -2px;
  right: 10px;
}
.header-bottom-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  padding: 0 10px 10px 10px;
}
.header-bottom-news ul li {
  border-bottom: 1px dashed #b5b5b5;
  padding: 10px 0 10px 0;
}
.header-bottom-news ul li:last-child {
  border-bottom: none;
}
.header-bottom-news .title-post {
  text-align: left;
  font-size: 13px;
  color: #464646;
  line-height: 18px;
}
.home-slider .owl-carousel div {
  opacity: 0;
}
.home-slider:hover .owl-carousel div {
  opacity: 1;
}
.home-slider:hover .owl-carousel .owl-prev {
  left: 20px;
}
.home-slider:hover .owl-carousel .owl-next {
  right: 20px;
}
.home-slider .owl-carousel .owl-nav div:hover {
  background-color: #446084;
  border-color: #446084;
}
.owl-dots {
  text-align: center;
}
.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #707070;
  display: inline-block;
  margin-right: 10px;
}
.owl-dot.active {
  background:#CF243B;
  border-color:#CF243B;
}
.phoenix-tattoo-images {
  position:relative;
}
.phoenix-tattoo-images .owl-dots {
  position:absolute;
  bottom:50px;
  right:0;
  left:0;
}
/*--------------------------------------------------------------
# header-cart
--------------------------------------------------------------*/
.banner {
  position: relative;
  width: 100%;
  min-height: 30px;
}
#banner-video {
  padding-top: 30%;
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0!important;
  margin: 0!important;
  width: 100%;
}
.banner-bg {
  overflow: hidden;
  width: 100%;
}
.bg-fill {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.banner-layers {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  height: 100%;
}
.banner-layers div.top_banner_address,
.banner-layers div.top_banner_tel,
.banner-layers div.top_banner_time {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  text-align: center;
  padding: 15px 0px 40px 0px;
}
.banner-layers .title_tbn {
  color: #D0243B;
  text-transform: uppercase;
}
.banner-layers>.inner-wrap {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #1F1F1F;
  background: black;
  opacity : 0.7;

}
.banner-layers div.top_banner_address,
.banner-layers div.top_banner_tel {
  border-right: 1px solid #1F1F1F;
}
.banner-layers p {
  margin-bottom: 0px;
}
body:not(.home) .banner {
   padding-top: 530px;
}
/*--------------------------------------------------------------
# search-form
--------------------------------------------------------------*/
.search-form input[type="search"] {
  width: 100%;
  padding: 5px 10px;
}
.search-form-buttonicon {
  position: relative;
}
.search-form-buttonicon button {
  display: block;
  float: left;
  color: #666;
  background: transparent;
  border: 0;
  overflow: hidden;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.search-form-buttontext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form-buttontext button {
  border-radius: 0px;
  border-left: 0px;
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.home .header-nav {
  margin-bottom: 0px;
}
.header-nav.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6666;
}
ul#navigation {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul#navigation > li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.menu_header {
  text-align: right;
}
ul#navigation > li > a {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  font-size: 20px;
  font-family: 'Pirata One', cursive;
  padding: 5px 0px;
  color:#C6C6C6;
}
ul#navigation ul {
  display:none;
}
ul#navigation > li > a:before {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #D2243B;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul#navigation > li.current-menu-item > a:before,
ul#navigation > li:hover > a:before,
.single-galeries ul#navigation .menu-item-55 a:before {
  right: 0;
}
ul#navigation > li.current-menu-item a,
ul#navigation > li:hover a {
  color: #D2243B;
}

.navbar-toggle {
  margin: 5px 0px 0px 0px;
  padding: 0;
  width: 32px;
  height: 26px;
  position: relative;
}
.navbar-toggle .icon-bars {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  height: 2px;
  display: block;
  background-color: transparent;
}
.navbar-toggle .icon-bars:before,
.navbar-toggle .icon-bars:after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: '';
}
.navbar-toggle .icon-bars:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.navbar-toggle .icon-bars:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.navbar-toggle .icon-bar-3 {
  bottom: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.navbar-toggle.collapsed .icon-bars {
  background: #000;
}
.navbar-toggle.collapsed .icon-bars:before {
  -webkit-transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  transform: translateY(-400%);
}
.navbar-toggle.collapsed .icon-bars:after {
  -webkit-transform: translateY(400%);
  -ms-transform: translateY(400%);
  transform: translateY(400%);
}
.dropdown-menu {
  display: block;
  min-width: 320px;
  top: 115px;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  visibility: hidden;
  border: 1px solid #cdcdcd;
  -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
  transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
}
.dropdown-menu > li {
  width: 100%;
  clear: both;
  padding: 0;
  border: none;
  background: #0079c1;
  -moz-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -webkit-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -o-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -webkit-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
}
.dropdown-menu > li:first-child {
  border-top: 0px;
}
.dropdown-menu > li > a {
  color: #fff;
  padding: 2px 10px;
  margin: 0;
  text-transform: none;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #ccc;
}
nav#site-navigation ul.dropdown-menu li {
  width: 100%;
  float: left;
  text-align: left;
  margin: 0px;
  border-bottom: 1px solid #484444;
  background: #111;
  border-top: 0px;
  border-radius: 0px;
}
nav#site-navigation ul.dropdown-menu li:hover {
  background: #292A32;
}
nav#site-navigation ul.dropdown-menu li:hover a {
  color: #fff;
}
nav#site-navigation ul.dropdown-menu li a {
  text-transform: capitalize;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0px 0px 0px #000;
  line-height: 30px;
  font-size: 13px;
  padding: 5px 20px;
  color: #b8b8b8;
  background: transparent;
}
@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: inherit;
  color: #fff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: inherit;
  color: #fff;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.dropdown:hover .dropdown-menu .dropdown-menu {
  top: 0;
}
@media (max-width: 768px) {
  nav#site-navigation ul li {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 0px;
    text-align: left;
    background: #111;
  }
  nav#site-navigation ul li a {
    color: #fff;
  }
  .navbar-nav {
    margin: 0px;
  }
}
.top-menu-mb {
  display: none;
  padding: 10px 20px;
}
.top-menu-mb h1 {
  display: none;
}
.button_menu,
.over_wrap {
  display: none;
}
li > .toggle-caret {
  display: none;
}
@media (max-width: 991px) {
  .button_menu {
    float: right;
    text-align: center;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0px;
    background-color: transparent;
    border: 0px;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-image: none;
    position:absolute;
    right:15px;
  }
  .button_menu:focus,
  .button_menu:active,
  .button_menu:hover {
    border:0px;
    padding:0px;
    outline:none;
  }
  .button_menu img {
    max-width:30px;
  }
  .button_menu .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    position: relative;
    top: 3px;
  }
  .button_menu .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .button_menu .icon-bar:nth-child(3) {
    position: absolute;
    margin: 4px 0 0 0;
  }
  .openMenu .over_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: block;
  }
  .openMenu .over_wrap span.close-menu {
    cursor: pointer;
    outline: none;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    width: 40px;
    -webkit-backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    font-family: Arial, monospace;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(50%) translateZ(1px);
    transform: translateY(50%) translateZ(1px);
    opacity: 0.5;
    -webkit-transform: translateY(0) translateZ(1px);
    transform: translateY(0) translateZ(1px);
  }
  .openMenu .over_wrap span.close-menu:hover {
    opacity: 1;
  }
  .openMenu .menu_header {
    -moz-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  .openMenu .top-menu-mb {
    display: block;
  }
  .openMenu .button_menu .icon-bar:nth-child(2) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -3px;
    top: inherit;
  }
  .openMenu .button_menu .icon-bar:nth-child(3) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -2px;
    top: inherit;
  }
  .openMenu .button_menu .icon-bar:nth-child(1),
  .openMenu .button_menu .icon-bar:nth-child(4) {
    visibility: hidden;
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
  }
  .menu_header {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 250px;
    width: 95%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #1A1A1A;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -ms-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    left: -280px;
    padding: 0;
    z-index: 999999;
  }
  ul#navigation > li {
    width: 100%;
    float: left;
    display: block;
    text-align:left;
  }
  ul#navigation > li > a {
    display: block;
    padding: 10px 0px;
    color: #fff;
  }
  ul#navigation > li > a:before {
    display:none;
  }
  ul.dropdown-menu.toggle-submenu {
    display: none;
    position: relative;
    width: auto;
    top: inherit;
    opacity: 1;
    min-width: 100%;
    visibility: initial;
    border-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }
  ul.dropdown-menu.toggle-submenu li {
    background: transparent;
    border: 0px;
  }
  ul.dropdown-menu.toggle-submenu li:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .dropdown-menu > li > a {
    color: inherit;
  }
  ul.dropdown-menu.toggle-submenu li:first-child {
    border-top: 0px;
  }
  .toggle-menu .toggle-menu-item-parent {
    position: relative;
  }
  .toggle-menu .toggle-caret {
    top: 5px;
    cursor: pointer;
    line-height: inherit;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 999;
    color: #fff;
    font-size: 14px;
    background: rgba(3, 5, 8, 0.33);
    line-height: 29px;
    font-weight: bold;
    text-align: center;
  }
  .toggle-menu .toggle-caret .fa {
    width: 20px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 24px;
  }
  .toggle-menu .active > .toggle-caret .fa:before {
    content: "\f106";
  }
  li > .toggle-caret {
    display: block;
  }
  .dropdown-menu .dropdown-menu {
    left: 0;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover {
    color: inherit;
  }
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.section-news {
  background: #F2F2F2;
  padding: 50px 0px;
}
.title-hd {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  color: #02465D;
  text-align: center;
  margin-bottom: 35px;
}
.title-hd.title-white {
  color: #fff;
}
.group-new .block-new {
  background: #fff;
  padding: 20px;
}
.block-new .first-post {
  position: relative;
  margin-bottom: 20px;
}
.block-new .first-post a {
  display: block;
}
.block-new .first-post .desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 70, 93, 0.7);
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  padding: 10px;
  line-height: 34px;
}
.block-new .other-posts .item-post {
  width: -webkit-calc( 50% - 10px );
  width: -moz-calc( 50% - 10px );
}
.block-new .other-posts .item-post:first-child {
  float: left;
  margin-right: 10px;
}
.block-new .other-posts .item-post:last-child {
  float: right;
  margin-left: 10px;
}
.item-post .more-link {
  color: #DD1A22;
}
.view-all {
  text-align: center;
  margin-top: 35px;
}
.view-all a {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  background: #DD1A22;
  color: #fff;
}
.section-vision-mission {
  padding: 50px 0px;
  background: #fff;
}
.vision-mission .icon-box .icon-box-text {
  margin-top: 20px;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}
.section-power {
  background: url(http://hongha.local/wp-content/uploads/2021/02/bg_power-1.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
.tab-power .nav-tabs {
  border-bottom: 0px;
}
.tab-power ul li:not(:last-child) {
  margin-right: 8px;
}
.tab-power ul li a {
  display: block;
  background: #AD040B;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FF858A;
}
.tab-power ul li a.active,
.tab-power ul li a:hover {
  background: #fff;
}
.tab-power .tab-content {
  background: #fff;
  padding: 25px;
}
.content-tab .title-tab {
  color: #02465D;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.content-tab .title-tab:after {
  content: "";
  width: 120px;
  position: absolute;
  left: 0;
  background-color: #DD1A22;
  height: 3px;
  bottom: 0;
}
.content-tab .desc-tab {
  font-size: 20px;
  line-height: 30px;
}
.section-industry {
  padding: 50px 0px;
}
.section-video {
  padding: 50px 0px;
  background: #F2F2F2;
}
.group-video {
  background: #fff;
  padding: 20px;
}
.first-video .img-video,
.item-video .img-video {
  position: relative;
}
.first-video .img-video:hover span.over-play,
.item-video .img-video:hover span.over-play {
  background: rgba(2, 70, 93, 0.1);
}
.first-video .title-video,
.item-video .title-video {
  color: #02465D;
  font-weight: 500;
}
.first-video .img-video {
  margin-bottom: 20px;
}
.first-video .title-video {
  font-size: 30px;
  line-height: 42px;
}
.other-videos .item-video:first-child {
  margin-bottom: 20px;
}
.item-video .img-video {
  margin-bottom: 10px;
}
.item-video .title-video {
  font-size: 20px;
  line-height: 25px;
}
span.over-play {
  background: rgba(2, 70, 93, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-partner {
  padding: 50px 0px;
}
.section-partner .owl-carousel .owl-nav div {
  border: 2px solid #E0E0E0;
  color: #E0E0E0;
  text-align: center;
}
.section-partner .owl-carousel .owl-prev {
  left: -50px;
}
.section-partner .owl-carousel .owl-next {
  right: -50px;
}
.section-partner .owl-carousel .owl-nav div:hover {
  background-color: #02465D;
  border-color: #02465D;
}
/**
 * 
 */
.section-voir-plus {
  background: #1F1F1F;
  padding: 100px 0px;
}
.voir-plus-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.img-voir-plus {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 7.5px;
  margin-bottom: 15px;
}
.img-voir-plus img {
  border-radius: 10px;
}
.img-voir-plus:hover img {
  opacity:0.85;
}
.voir-plus-btn {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.voir-plus-btn a {
  background: #D0243B;
  line-height: 28.8px;
  color: #fff;
  font-size: 24px;
  font-family: 'Pirata One', cursive;
  min-width: 160px;
  display: inline-block;
  padding: 11px 15px;
  position: relative;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
}
.voir-plus-btn a:hover {
  box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
  /**
   * section-phoenix-tattoo
   */
.section-phoenix-tattoo {
  background: url(https://phoenixtattoostudio.fr/wp-content/uploads/2022/03/bg_tatto.png) #191919;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.phoenix-tattoo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phoenix-tattoo-images {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.phoenix-tattoo-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5em;
}
.phoenix-tattoo-title {
  font-size: 50px;
  line-height: 60px;
  color: #D0243B;
  font-family: 'Pirata One', cursive;
  margin-bottom: 25px;
}
.phoenix-tattoo-desc {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 50px;
}
.phoenix-tattoo-desc p {
  margin-bottom: 30px;
}
.phoenix-tattoo-desc p:last-child {
  margin-bottom: 0px;
}
.phoenix-tattoo-btn a {
  background: #D0243B;
  line-height: 28.8px;
  color: #fff;
  font-size: 24px;
  font-family: 'Pirata One', cursive;
  min-width: 160px;
  display: inline-block;
  padding: 11px 0px;
  text-align: center;
  position: relative;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
}
.phoenix-tattoo-btn a:hover {
  box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
/**
 * section-artiste
 */
.title_heading {
  text-align: center;
  margin-bottom: 55px;
  color: #D0243B;
  font-size: 50px;
  font-family: 'Pirata One', cursive;
}
.section-artiste {
  background: #191919;
  padding: 100px 0px 130px 0px;
}
.artiste-item a {
  color: #fff;
}
.artiste-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom: 10px;
}
.artiste-info {
  text-align: center;
  color: #fff;
  padding-top: 25px;
}
.artiste-info .artiste-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 24px;
}
.artiste-info .artiste-title.red {
  color:#D1243B;
}
.artiste-desc.grap {
  color:#EEEEEE;
}
/**
 * section-reserver
 */
.section-reserver {
  background: url(https://phoenixtattoostudio.fr/wp-content/uploads/2022/03/bg_reserver.png) #191919;
  background-size: 100% 100%;
  background-position: center;
  padding: 100px 0px;
}
.reserver-img {
  text-align: center;
  margin-bottom: 60px;
}
.reserver-img img {
  max-width: 200px;
}
.reserver-desc {
  font-size: 20px;
  color: #ECECEC;
  line-height: 24px;
  text-align: center;
  margin-bottom: 55px;
}
.reserver-desc p:not(:last-child) {
  margin-bottom: 30px;
}
.reserver-desc p:last-child {
  margin-bottom: 0px;
}
/**
 * section-avis-clients
 */
.section-avis-clients {
  background: #191919;
  padding: 145px 0px 145px 0px;
}
.section-avis-clients .jWIWzN {
  max-width: 100%;
}
/**
 * section-article
 */
.section-article {
  background: #191919;
  padding: 0px 0px 150px 0px;
}
.article-item a {
  color: #EBEBEB;
}
.article-img {
  position: relative;
}
.article-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom: 10px;
  border-radius: 5px;
}
.article-info {
  text-align: left;
  color: #fff;
  padding-top: 25px;
}
.article-info .article-title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 24px;
  min-height:57px;
}
.article-desc {
  font-size: 16px;
  line-height: 26px;
  color: #EBEBEB;
}
.article-img:before {
  content: "";
  background: rgba(51, 51, 51, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
.list-post .post-item {
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.list-post .post-item:last-child {
  margin-bottom: 0px;
}
.post-item h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 5px;
  color: #454343;
}
.post-item .post-thumb img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .post-item .post-thumb img {
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.post-meta {
  color: #989898;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0px;
}
.post-meta i {
  color: #989898;
  margin-right: 2px;
}
.post-meta a {
  color: #989898;
}
.post-meta a:hover {
  text-decoration: none;
  color: #2a5e64;
}
p.post-meta span.author,
p.post-meta span.date,
p.post-meta span.post-views,
p.post-meta span.post-cats {
  padding-right: 10px;
  display: inline-block;
}
.post-item p:not(.post-meta) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.dvb-social-share {
  clear: both;
  padding: 15px;
  margin-bottom: 20px;
  background: #f6f6f6;
  width: 100%;
  float: left;
}
.dvb-social-share span.share-text {
  display: block;
  float: left;
  padding: 0 9px;
  font-size: 14pt;
}
.dvb-social-share ul.dvb-share {
  float: right;
}
.dvb-social-share ul.dvb-share li {
  float: left;
}
.dvb-social-share ul.dvb-share li a {
  padding: 5px 9px;
  color: #FFF;
  margin: 0 6px 2px 0;
  display: inline-block;
  line-height: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dvb-social-share ul.dvb-share li a span {
  display: none;
}
ul.dvb-share li {
  overflow: hidden;
  position: relative;
}
ul.dvb-share li a.facebook {
  background: #39599f;
}
ul.dvb-share li a.google {
  background: #fa0101;
}
ul.dvb-share li a.twitter {
  background: #45b0e3;
}
ul.dvb-share li a.linkedin {
  background: #65b7d2;
}
ul.dvb-share li.pinterest {
  background: #E00707;
  padding: 2px 9px;
  color: #fff;
}
.share-pin-origin {
  position: absolute;
  z-index: 5;
  width: 100%;
  opacity: 0;
}
.share-pin-origin span {
  width: 100%;
}
.share-pin-alt {
  position: relative;
  z-index: 1;
  display: none;
}
.dvb-share li:hover a.facebook,
.dvb-share li:hover a.google,
.dvb-share li:hover a.linkedin,
.dvb-share li:hover a.twitter {
  background: #444;
}
.dvb-share li.pinterest:hover {
  background: #444;
}
.related-post {
  width: 100%;
  float: left;
}
.related-title h2 {
  margin: 0 0 15px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #183546;
  line-height: normal;
}
.related-title h2 span {
  display: table;
  padding: 0 0 5px 0;
  color: #183546;
  font-size: 22px;
  position: relative;
}
.form-contact .wpcf7-not-valid-tip,
.form-contact .wpcf7-validation-errors,
.content-area .wpcf7-validation-errors {
  display: none;
}
.form-contact input,
.form-contact textarea {
  color: #666;
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 15px !important;
  text-align: left;
  background-color: transparent;
  display: block;
  border: 1px solid #ececec;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.form-contact textarea {
  height: 120px;
}
.form-contact .row {
  margin-bottom: 10px;
}
.form-contact input[type="submit"] {
  width: auto;
  background: #777;
  border: 0px;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 30px;
}
.form-contact input[type="submit"]:hover {
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.dvb-breadcrumbs {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #282828;
  font-size: 12px;
}
.single-post .entry-header .post-meta {
  color: #898989;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
  padding: 5px 0;
  border: 1px dotted #e0e0e0;
  border-left: 0;
  border-right: 0;
}
.single-post h1 {
  font-size: 24px;
}
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  width: 100%;
  float: left;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget-area .widget {
  margin-bottom: 20px;
}
.widget-area .widget-title {
  height: 40px;
  padding: 0 10px;
  color: #fff;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  position: relative;
  background: #0079c1;
}
/*
* Common Widget
*/
.widget-area .widget_recent_entries li:not(:first-child) {
  border-top: 1px solid #ececec;
}
.widget-area .widget_recent_entries li {
  padding: 8px 0;
}
.widget-area .dvb-recent-post li {
  padding: 8px 0px;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
  font-weight: 600;
}
.widget-area .dvb-recent-post li:last-child {
  border-bottom: 0px;
}
.widget-area .dvb-recent-post li img {
  width: 75px;
  float: left;
  margin-right: 10px;
}
/*
* Suport Online
*/
.supporter .support-dvb {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.supporter span {
  display: block;
  color: #333333;
  line-height: 25px;
}
#supporter-info {
  border: 1px solid #ccc;
  border-top: 0px;
  background: #fafafa;
}
.supporter span.mail-support {
  padding: 5px 10px;
  font-size: 14px;
}
.supporter span.phone-support i,
.supporter span.mail-support i {
  color: #d71e1e;
  padding-right: 5px;
}
.supporter span.phone-support a,
.supporter span.mail-support a {
  font-size: 27px;
  color: #d71e1e;
}
img.support-img {
  width: 100%;
}
.widget_media_image img {
  max-width: 100%;
}
.widget-area .widget_product_categories ul li,
.widget-area .widget_nav_menu ul li {
  list-style: none;
  padding: 7px 0px 7px 10px;
  position: relative;
}
.widget-area .widget_product_categories ul li a,
.widget-area .widget_nav_menu ul li a {
  display: block;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}
.widget-area .widget_product_categories ul li a:before,
.widget-area .widget_nav_menu ul li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0a9";
  margin-right: 6px;
  color: #e0222a;
}
.widget-area .widget_product_categories ul,
.widget-area .widget_nav_menu ul {
  border: 1px solid #ccc;
}
.widget-area .widget_product_categories ul li:not(:first-child),
.widget-area .widget_nav_menu ul li:not(:first-child) {
  border-top: 1px solid #ececec;
}
.widget-area .widget_product_categories ul li:hover a,
.widget-area .widget_nav_menu ul li:hover a {
  color: #e0222a;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.fone {
  font-size: 22px;
  color: #f00;
  line-height: 40px;
  font-weight: bold;
  padding-left: 45px;
  margin: 0 0;
}
.fix_tel {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
}
.fix_tel a {
  text-decoration: none;
  display: block;
}
.fix_tel .tel {
  background: #eee;
  width: 205px;
  height: 40px;
  position: relative;
  overflow: hidden;
  background-size: 40px;
  border-radius: 28px;
  border: solid 1px #ccc;
}
.ring-alo-phone {
  background-color: transparent;
  cursor: pointer;
  height: 80px;
  position: absolute;
  -webkit-transition: visibility 0.5s ease 0s;
  -o-transition: visibility 0.5s ease 0s;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  width: 80px;
  z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
  visibility: visible;
}
.ring-alo-phone.ring-alo-hover,
.ring-alo-phone:hover {
  opacity: 1;
}
.ring-alo-ph-circle {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
  animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
  background-color: transparent;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border-radius: 100%;
  height: 70px;
  left: 10px;
  opacity: 0.1;
  position: absolute;
  top: 12px;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
  -webkit-animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
  animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
  -webkit-animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
  animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone:hover .ring-alo-ph-circle {
  border-color: #f00;
  opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
  border-color: #baf5a7;
  opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
  border-color: #f00;
  opacity: 0.5;
}
.ring-alo-ph-circle-fill {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
  animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
  background-color: #000;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 30px;
  left: 30px;
  opacity: 0.1;
  position: absolute;
  top: 33px;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone:hover .ring-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}
.ring-alo-ph-img-circle {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
  animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
  border: 2px solid transparent;
  border-radius: 100%;
  height: 30px;
  left: 30px;
  opacity: 1;
  position: absolute;
  top: 33px;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone:hover .ring-alo-ph-img-circle {
  background-color: #f00;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle,
.ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
  background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
  background-color: #f00;
}
@-webkit-keyframes ring-alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-alo-circle-anim {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    transform: rotate(0deg) scale(0.5) skew(1deg);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes ring-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@keyframes ring-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes ring-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
@keyframes ring-alo-circle-fill-anim {
  0% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    transform: rotate(0deg) scale(0.7) skew(1deg);
  }
}
.ring-alo-ph-img-circle a img {
  padding: 1px 0 0 1px;
  width: 30px;
  position: relative;
  top: -1px;
}
.fix1 {
  padding: 10px 0;
}
.title.desktop1 {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.tel a {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}
#topcontrol {
  z-index: 99;
  background: #E30034;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  bottom: -100px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all, 0.7s, ease-in-out;
  -o-transition: all, 0.7s, ease-in-out;
  transition: all, 0.7s, ease-in-out;
  overflow: auto;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
#topcontrol:hover {
  background: #d81d4a;
}
.footer-sidebar h4.title-company {
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 5px;
  margin: 10px 0px;
}
#address-list .info-item {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#address-list .info-item .ic-img {
  min-width: 16px;
  margin-right: 8px;
}
.footer-sidebar .widget-title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38.8px;
  color: #D0243B;
  margin-bottom: 25px;
  font-family: 'Pirata One', cursive;
}
.inner-footer-sidebar {
  font-size: 18px;
}
.social-widget li {
  display: inline-block;
  padding: 0px 10px;
}
.social-widget li img {
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
}
.inner-footer-sidebar {
  text-align: center;
  color:#fff;
  font-size: 18px;
  line-height: 24px;
}
.inner-footer-sidebar a {
  color: #fff;
}
.company-address {
  padding: 80px 0px;
}
.footer-center {
  padding-bottom: 35px;
}
.footer-sidebar ul.menu li {
  line-height: 30px;
}
.footer-sidebar ul.menu ul {
  display: none;
}
.footer-sidebar a:hover,
.footer-sidebar a:focus {
  text-decoration: underline;
}
.tit-contain {
  line-height: 26px;
}
.menu_style_side .menu_side_wrap {
  position: absolute;
  z-index: 20000;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 49px;
}
.menu_side_wrap .menu_side_inner {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
#toc_menu {
  display: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: fixed;
  right: 0;
  top: 35%;
  width: 50px;
}
.menu_side_inner #toc_menu {
  display: block;
}
#toc_menu .toc_menu_item {
  position: relative;
  z-index: 1;
}
#toc_menu .toc_menu_icon {
  display: block;
  position: relative;
  color: #888;
  height: 1.5em;
  padding-bottom: 2.2em;
}
#toc_menu .toc_menu_icon:before {
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  border: 1px solid #F1002F;
  content:"";
  position:absolute;
  -ms-transform: rotate(50deg); /* IE 9 */
  transform: rotate(50deg);
}
#toc_menu .toc_menu_icon.current:before{
  background:#F1002F;
}
.menu_style_side .menu_side_wrap {
  position: absolute;
  z-index: 20000;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 49px;
}
.company-map {
  position: relative;
}
.company-map iframe {
  display: block;
}
.company-map .map {
  position: relative;
  z-index: 1;
}
.company-map .map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 31, 31, 0.95);
}
.company-map .map-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 110px 0px 115px 0px;
}
.phoenix-tattoo-ft {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  color: #D0243B;
  font-family: 'Pirata One', cursive;
}
.tattoo-coppyright {
  font-size: 16px;
  line-height: 20px;
  color: #fafafa;
  text-align: center;
}
.tattoo-coppyright a {
  color: #0071C6;
}
.map-info .voir-plus-btn {
  margin-bottom: 30px;
}
.phoenix-tattoo-ft {
  margin-bottom: 30px;
}
.footer-bottom {
  background: #070707;
  padding: 15px 0px;
}
.footer-bottom .wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .social-bottom {
  margin-right: 25px;
}
.social-bottom li {
  display: inline-block;
}
.social-bottom li:not(:last-child) {
  margin-right: 10px;
}
.social-bottom img {
  width: 30px;
  height: 30px;
}
.footer-address-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #1F1F1F;
}
.footer-address-bg .footer-address-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
/*  background: url(https://phoenixtattoostudio.fr/wp-content/themes/dvb/assets/images/ft_add_left.jpg);
  background-size: 100% 100%;
  background-position: initial;
  background-repeat: no-repeat;*/
}
.footer-address-bg .footer-address-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
/*  background: url(https://phoenixtattoostudio.fr/wp-content/themes/dvb/assets/images/ft_add_right.jpg);
  background-size: 100% 100%;
  background-position: initial;
  background-repeat: no-repeat;*/
}
.footer-address-bg .footer-address-left,
.footer-address-bg .footer-address-right {
  width: 100%;
}
.footer-top {
  position: relative;
}
.social-scroll {
   position: fixed;
   top: 50%;
   margin-top: -140px;
   left: -90px;
   z-index: 999;
   -webkit-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg);
   mix-blend-mode: difference;
}
.scroll-down > span, .scroll-down > ul, .scroll-down > div {
  display: inline-block;
}
.scroll-down > span {
  color: #EBEBEB;
}
.scroll-down .social-rotate {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-right: 15px;
}
.scroll-down .social-rotate li {
  display: inline-block;
}
.scroll-down .social-rotate li:first-child {
  margin-right: 10px;
}
.scroll-down .social-rotate li img {
  width: 30px;
  height: 30px;
}
.wrap-content {
  position:relative;
  z-index:2;
  margin-bottom:160px;
}
.container-wrapper {
  background:#1F1F1F;
  border-radius:30px;
  margin-top:-90px;
  padding-left:100px;
  padding-right:100px;
}
.page-header {
  padding-top:90px;
  text-align:center;
  margin-bottom:45px;
}
.page-header h1 {
  color:#D2243B;
  font-size:50px;
  font-family: 'Pirata One', cursive;
  line-height:60px;
  text-transform: capitalize;
}
.single-galeries ul#navigation .menu-item-55 a {
  color: #D2243B;
}
.container-wrapper .article-lists .article-item {
  margin-bottom:50px;
}
.voir-plus-lists-page .row,
.section-voir-plus .voir-plus-lists {
  margin:0px -7.5px;
}
.voir-plus-lists-page .row .img-voir-plus {
  padding:0px 7.5px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom:15px;
}
.voir-plus-lists-page .row .img-voir-plus img {
  border-radius:10px;
  /*height:293px;*/
  object-fit:cover;
  width:100%;
}
.artiste-ceftifiate {
  margin-top:100px;
}
.certificate-title {
  color: #D2243B;
  font-size: 50px;
  line-height: 60px;
  text-align:center;
  margin-bottom:50px;
  font-family: 'Pirata One', cursive;
}
.ceftificate-image {
  text-align: center;
}
.wrap-content .artiste-lists {
  margin-bottom:30px;
}
.container-wrapper.contact-page {
  background-image:url('https://phoenixtattoostudio.fr/wp-content/themes/dvb/assets/images/bg_contact.png');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center top;
}
.contact-form-page {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom:150px;
}
.contact-form-page input,
.contact-form-page textarea {
  background:#1A1A1A;
  border:0.5px solid #808080;
  height: inherit;
  padding: 12px 10px;
  color:#fff;
}
.contact-form-page .wpcf7 .ajax-loader {
  display: block;
}
.contact-form-page .form-control:focus {
  background:#1A1A1A;
  border-color:#808080;
  box-shadow:none;
}
.contact-form-page .form-group.mb-0 {
  text-align: center;
}
.contact-form-page input[type="button"],
.contact-form-page input[type="submit"] {
  background: #D0243B;
  line-height: 28.8px;
  color: #fff;
  font-size: 24px;
  font-family: 'Pirata One', cursive;
  min-width: 160px;
  padding: 11px 0px;
  text-align: center;
  position: relative;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
}
.contact-form-page input[type="button"]:hover,
.contact-form-page input[type="submit"]:hover,
.contact-form-page input[type="button"]:focus,
.contact-form-page input[type="submit"]:focus {
  box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.wpcf7 form .wpcf7-response-output {
  text-align:center;
}
.owl-carousel .owl-item .review-avatar img {
  width:auto;
}
.review-link {
  display:flex;
  flex-wrap:wrap;
}
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.card-info {
  margin-left: 16px;
}
.review-author-name {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  color: rgb(255, 255, 255);
}
.review-star i {
  color:rgb(255, 180, 0);
}
.card-info-date {
  overflow: hidden;
  min-width: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.5);
}
.card-info-review {
  display: flex;
  align-items: center;
}
.review-star {
  margin-right: 5px;
}
.review-background {
  position: relative;
  padding: 24px;
  transition: background-color 0.1s ease 0s;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  flex-grow: 1;
  background:url('https://static.wixstatic.com/media/3d5b91_6f356dd9232547e98e126936be8059ec.jpg/v1/fill/w_1901,h_769,al_c,q_85,enc_auto/3d5b91_6f356dd9232547e98e126936be8059ec.jpg') rgba(255, 255, 255, 0.1);
  background-position:center;
  background-color: rgba(255, 255, 255, 0.1);
  overflow:hidden;
  height:280px;
}
.review-background:after {
  content:'';
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color: rgb(0 0 0 / 50%);
}
.review-align-container {
  position: relative;
  z-index: 2;
}
.owl-client .owl-dots {
  margin-top:15px;
}
body.lg-on .site-header {
  z-index: 99;
}
.review-text {
  margin-top: 5px;
  width: 100%;
  line-height: 1.4;
  color: rgb(255, 255, 255);
  font-size: 16px;
  max-height:111px;
  overflow:hidden;
  text-align: left;
}
.review-text-control {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.review-text-control a {
  color: rgba(255, 255, 255, 0.5);
}
.review-posted-on {
  display:flex;
  margin-top:5px;
}
.review-google-icon {
  width: 34px;
  height: 34px;
  fill: rgb(255, 255, 255);
  margin-right:5px;
}
.review-posted-label {
  overflow: hidden;
  min-width: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.review-posted-name {
  overflow: hidden;
  min-width: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.38;
  color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.banner-layers-sp {
  display: none;
}
.navigation-galerie {
  padding-top: 20px;
}
.galerie-item a {
  font-size: 20px;
  line-height: 24px;
  color: #808080;
  display: block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #808080;
  background: #1A1A1A;
  padding: 15px 10px;
}
.galerie-item a:active,
.galerie-item a.active,
.galerie-item a:hover {
  background: #808080;
  color: #fff;
}
.galerie-item {
  margin-bottom: 20px;
}
.site-footer {
  overflow: hidden;
}

/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
    .banner-layers .title_tbn {
        font-size: 24px;
    }
    .banner-layers p {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
  .content-area {
    float: right;
  }
  .company-address>.container {
    width: 100%;
    max-width: 100%;
  }
  .navigation-galerie .row {
      margin: 0px -10px;
  }
  .galerie-item {
    padding: 0px 10px;
  }
}
@media (max-width: 1199px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0px 10px;
  }
  .row {
    margin: 0px -10px;
  }
  .container {
    padding: 0px 10px;
  }
  .footer-address-bg .footer-address-right img,
  .footer-address-bg .footer-address-left img {
    display: none;
  }
  .footer-address-bg .footer-address-left,
  .footer-address-bg .footer-address-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;    
  }
  .footer-address-bg .footer-address-left {
      background: url(https://phoenixtattoostudio.fr/wp-content/themes/dvb/assets/images/ft_add_left.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }
  .footer-address-bg .footer-address-right {
      background: url(https://phoenixtattoostudio.fr/wp-content/themes/dvb/assets/images/ft_add_right.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }
  .company-address {
      padding: 45px 0px;
  }
}
@media (max-width: 991px) {
  .post-info .post-meta {
    display: none;
  }
  .widget-area {
    width: 100%;
    float: left;
  }
  .form-contact .row .col-md-6 + .col-md-6 {
    margin-top: 15px;
  }
/*  .voir-plus-lists-page .row .img-voir-plus img {
    height:155px;
  }*/
  .phoenix-tattoo-info,
  .phoenix-tattoo-images {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #banner-video {
	padding-top: 30%;
  }
  .banner-layers>.inner-wrap {
    background: #000;
  }
}
@media (min-width: 576px){
  .phoenix-tattoo-info {
    padding:50px 8px;
    max-width:540px;
    margin:0 auto;
  }
}
@media (max-width: 768px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding: 0px 8px;
  }
  .row {
    margin: 0px -8px;
  }
  .container {
    padding: 0px 8px;
  }
  .contact-form-page .form-group .col-md-6:first-child {
    margin-bottom:15px;
  }
  .page-header {
    padding-top:50px;
  }
  .contact-form-page {
    padding-bottom:50px;
  }
  .container-wrapper {
    padding-left:50px;
    padding-right:50px;
  }

  .container-wrapper .article-lists .article-item {
    margin-bottom:20px;
  }
  .artiste-item {
    margin-bottom:20px;
  }
  .artiste-img img {
    height:inherit;
    max-width: 70%;
    margin: 0 auto;
    display: inline-block;
  }
  .artiste-info {
      max-width: 70%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }
  .artiste-img {
    text-align: center;
  }
  .wrap-content .artiste-img img,
  .wrap-content .artiste-info {
    max-width: 100%;
  }
  .artiste-info .artiste-title {
    margin-bottom:15px;
  }
  .artiste-ceftifiate {
    margin-top:30px;
  }
  .certificate-title {
    margin-bottom:35px;
  }
  .wrap-content {
    margin-bottom:50px;
  }
  .banner-layers-sp {
    display: block;
  }
  .banner-layers-pc {
    display: none;
  }
  .section-phoenix-tattoo {
    background-position: center;
  }
  .footer-address-bg .footer-address-left, 
  .footer-address-bg .footer-address-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-address-bg {
    display: none;
  }
  .company-address {
    padding: 0px;
  }
  .company-address .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .company-address .container .row {
    margin: 0px;
  }
  .company-address .container .footer-sidebar {
    padding: 30px 0px;
  }
  .company-address .container .footer-sidebar:first-child {
      background: url(https://phoenixtattoostudio.fr/wp-content/themes/dvb/assets/images/ft_add_left.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }
  .company-address .container .footer-sidebar:last-child {
      background: url(https://phoenixtattoostudio.fr/wp-content/themes/dvb/assets/images/ft_add_right.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }
}
@media (max-width: 640px) {

  .company-map .map-info {
    padding:50px 0px;
  }
  .company-map iframe {
    height:350px;
  }
  .voir-plus-lists-page .row .img-voir-plus {
    flex: 0 0 50%;
    max-width: 50%;
  }
/*  .voir-plus-lists-page .row .img-voir-plus img {
    height:205px;
  }*/
  .social-scroll,
  .menu_side_wrap .menu_side_inner {
    display: none;
  }
  .footer-bottom .wrap-inner {
    flex-flow: column;
  }
  .site-footer .social-bottom {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .img-voir-plus {
      flex: 0 0 50%;
    max-width: 50%;
  }
  body:not(.home) .banner {
    padding-top: 300px;
  }
  .container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .galerie-item a {
    padding: 10px 5px;
    font-size: 18px;
  }
}
.banner-layers .title_tbn {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .phoenix-tattoo-info {
    padding:50px 8px;
  }
  .section-avis-clients,
  .section-reserver,
  .section-artiste,
  .section-voir-plus{
    padding:50px 0px;
  }
  .section-article {
    padding-bottom: 50px;
  }
}

@media (max-width: 500px) {

/*  .voir-plus-lists-page .row .img-voir-plus img {
    height:150px;
  }*/
  .banner-layers div.top_banner_address,
  .banner-layers div.top_banner_tel,
  .banner-layers div.top_banner_time {
    flex: 0 0 100%;
    max-width: 100%;
    padding:0px;
  }
  .banner-layers>.inner-wrap {
    padding:8px 0px;
  }
  .banner-layers div.top_banner_address,
  .banner-layers div.top_banner_tel {
    margin-bottom:8px;
  }
  .social-scroll {
    left:-115px;
  }
  #toc_menu {
    width:30px;
  }
}

@media (max-width: 480px) {
  .list-post .post-thumb {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .list-post .post-info {
    width: 100%;
    float: left;
  }
}
