/*
Theme Name: LawyeriaX Lite
Theme URI: http://themeisle.com/themes/lawyeriax
Author: Themeisle
Author URI: http://themeisle.com
Description: LawyeriaX Lite is the upgraded version of LawyeriaX Lite Lite, a neat and minimalist theme for lawyers, law-related websites, or any other business and agency. It has a professional and simple look, with full-width beautiful slider, simple content structure, easy-to-use interface, blog section, custom widgets, widgetized footer, live customizer, social links, customizable ribbon, custom logo, front page displays, and SEO friendly code. The theme comes with a range of great customization options, so you can change them the way you want. The pro version adds a lot of customization capabilities.
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lawyeriax
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, front-page-post-form, full-width-template, rtl-language-support, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

LawyeriaX Lite is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Plugins

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular.ttf');
}

html {
    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

.home {}

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 {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-family: OpenSansBold
}

dfn {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #330505;
    font-family: OpenSansBold;
    font-weight: 400;
}

h1 {
    margin: 0.67em 0;
    font-size: 36px;
    line-height: 46px;
}

h2 {
    margin: 0.67em 0;
    font-size: 28px;
    line-height: 38px;
}

h3 {
    margin: 0.67em 0;
    font-size: 24px;
    line-height: 34px;
}

h4 {
    margin: 0.67em 0;
    font-size: 20px;
    line-height: 24px;
}

h5 {
    margin: 0.67em 0;
    font-size: 18px;
    line-height: 26px;
}

h6 {
    margin: 0.67em 0;
    font-size: 16px;
    line-height: 24px;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 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-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table,
th,
td {
    border: 1px solid #ebebeb;
}

table {
    width: 100%;
    margin: 0 0 1.75em;
    border-width: 1px 0 0 1px;
    border-spacing: 0;
    border-collapse: separate;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4375em;
}

label {
    font-weight: 400;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #434343;
    font-family: OpenSansRegular;
    font-size: 16px;
    line-height: 25px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

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 {
    overflow: auto;
    max-width: 100%;
    margin-bottom: 1.6em;
    padding: 1.6em;
    border: none;
    border-radius: 2px;
    background: #f7f7f7;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 13px;
    line-height: 1.6;
}

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;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

hr {
    height: 1px;
    margin-bottom: 1.5em;
    border: 0;
    background-color: #ccc;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

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 {
    max-width: 100%;
    /* Adhere to container width. */
    height: auto;
    /* Make sure images are scaled correctly. */
}

table {
    width: 100%;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    color: #fff;
    background: #db3936;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    font-family: "Playfair Display", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    -webkit-box-shadow: inset 200px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 200px 0 0 0 rgba(50, 50, 50, 0.25);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    -webkit-box-shadow: inset 200px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 200px 0 0 0 rgba(50, 50, 50, 0.25);
}

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 {
    max-width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    color: #200303;
    font-size: 13px;
}

select {
    max-width: 100%;
    padding: 7px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-radius: 2px;
    color: #200303;
    font-size: 13px;
}

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;
}

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"] {
    padding: 7px;
}

textarea {
    width: 100%;
    padding-left: 3px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.horoscope_3 {
    margin-bottom: 45px
}

.home .vu_tv {
    /*width: 210px;
    float: left;*/
}

.home .ico_tel {}

.home .ico_tel img {
    width: 87px;
}

.home .voyance_par_tel {
    width: 345px;
}

.home .voyance_sans_cb {
    /*width: 70%;*/
}

.page-template-page-horoscope-mois .bloc_sidebar_horoscope img,
.page-template-page-horoscope-annee .bloc_sidebar_horoscope img {
    width: 177px;
    margin-right: 10px;
}

.page-template-page-horoscope-mois h1,
.page-template-page-horoscope-annee h1 {
    font-size: 32px;
}

a {
    color: #db3936;
}

a:visited {
    color: #db3936;
}

a:hover,
a:focus,
a:active {
    color: #b03230;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    float: right;
    width: 100%;
}

.main-navigation ul {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
    margin: 0;
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
}

.main-navigation ul ul {
    margin-top: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid #f7eaea;
}

.main-navigation ul ul li a {
    text-transform: unset;
}

.main-navigation a {
    display: block;
    padding: 5px 20px;
    color: #301700;
    font-family: OpenSansBold;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    text-decoration: none;
}

.main-navigation ul ul {
    display: none;
    float: left;
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
}

.main-navigation ul ul ul {
    top: 0;
    left: -999em;
}

.main-navigation ul ul a {
    width: 100%;
    padding: 10px;
    color: #301700;
    font-size: 16px;
    line-height: 20px;
}

.main-navigation li:hover>a,
.current_page_item>a,
#site-navigation li.current>a {
    color: #b03230;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    overflow: hidden;
    margin: 0 0 1.5em;
}

.site-main .posts-navigation {
    margin-top: -20px;
}

.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;
    width: 50%;
    text-align: right;
}

.main-navigation.toggled button.menu-toggle,
button.menu-toggle:hover,
button.menu-toggle:focus {
    color: #db3936;
}

button.menu-toggle:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.menu-toggle {
    float: right;
    margin-right: -20px;
    margin-bottom: -10px;
    padding: 5px 20px;
    border: none;
    color: #200303;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 25px;
}

button.menu-toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-navigation-wrap {
    width: 100%;

}

.responsive_menu {
    display: none
}

.menu-toggle span {
    float: left;
    overflow: hidden;
    width: 1px;
    height: 1px;
    text-indent: -999px;
}

.dropdownmenu {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    color: #db3936;
    font-size: 21px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdownmenu:hover i,
.main-navigation.toggled ul li.this-open>.dropdownmenu i {
    color: #200303;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(180deg);
    /* Safari */
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
}

.dropdownmenu i,
.main-navigation.toggled ul li.this-open>.dropdownmenu:hover i {
    color: #db3936;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    /* Safari */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
}

.main-navigation.toggled ul ul {
    display: none;
}

.main-navigation.toggled ul li.this-open>ul {
    display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    width: 1px;
    height: 1px;
}

.screen-reader-text:focus {
    display: block;
    clip: auto !important;
    z-index: 100000;
    /* Above WP toolbar. */
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    border-radius: 3px;
    color: #21759b;
    background-color: #f1f1f1;
    -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);
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
}

/* 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 {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: 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 {
    display: table;
    table-layout: fixed;
    content: "";
}

.site-footer .main-navigation li {
    float: left
}

.site-footer .main-navigation {}

.site-footer .main-navigation li a {
    color: #fff;
    font-family: OpenSansRegular;
    font-size: 20px;
    margin-right: 25px;
    position: relative;
    left: 70px;
    background-image: url(images/new/menu_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content-area,
.widget-area {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page {
    padding-top: 110px;
    /*min-height: 1375px;*/
    min-height: 1450px;
}

.home #page {
    padding-top: 110px;
    background: url('images/fond-home.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    /*height: 885px;*/
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-meta .entry-meta a,
.entry-meta span,
.entry-meta .posted-on a,
.entry-meta .author a,
.entry-footer a {
    color: #775f5e;
    font-size: 13px;
    font-style: italic;
}

.entry-meta .posted-on a:hover,
.entry-meta .author a:hover,
.entry-footer a:hover {
    color: #b03230;
}

.entry-meta .posted-on a i,
.entry-meta .author a i,
.entry-meta .posted-on a:hover i,
.entry-meta .author a:hover i {
    color: #330505;
}

.entry-meta .posted-on a i,
.entry-meta .author a i,
.entry-footer i {
    margin-right: 5px;
}

.entry-meta>span,
.entry-footer>span {
    margin-right: 20px;
}

.entry-footer {
    margin-top: 20px;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-header,
.page-header h1.page-title {
    margin-top: 0;
}

.section-line-blog-roll {
    margin-top: 50px;
    margin-bottom: 30px;
}

.post-thumbnail {
    margin-bottom: 20px;
}

.post-thumbnail img {
    width: 100%;
}

.post-thumbnail-single {
    margin-top: 20px;
}

.entry-content-quote {
    margin: 0;
    padding: 50px;
    border: none;
    color: #23282d;
    background: #f7eaea;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    font-size: 17.5px;
}

.entry-content-quote cite,
.entry-content-quote a {
    display: block;
    padding-top: 20px;
}

.entry-content-quote cite a {
    padding-top: 0;
}

.entry-content-quote blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

.sticky .border-left.entry-header {
    -webkit-box-shadow: inset 4px 0 0 0 rgb(219, 57, 54);
    box-shadow: inset 4px 0 0 0 rgb(219, 57, 54);
}

.sticky .entry-content {
    color: #200303;
}

.content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -86px;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.content-area,
.widget-area {
    max-width: 100%;

    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
}

.more-link {
    margin-left: 10px;
}

/*--------------------------------------------------------------
## 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,
/* Older / Newer Posts Navigation (always hidden) */
.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 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: 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;
    width: 100%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
}

.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;
    margin: 5px 5px 15px;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

.site {
    /*overflow: hidden;*/
}

/*-----------------------
## preloader
-------------------------*/

.preloader {
    overflow: hidden !important;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fefefe;
}

.status {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -20px;
    background: url(images/loading.gif);
    background-size: cover;
}

/*-----------------------
## Header
-------------------------*/

.sticky-navigation {
    position: absolute;
    /*background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(32, 3, 3, 0.1);
    box-shadow: 0 4px 10px 0 rgba(32, 3, 3, 0.1);*/
}

.top-bar {
    color: #878787;
    background: #200303;
    font-size: 13px;
    line-height: 18px;
}

.top-bar span {
    float: left;
}

.top-bar i {
    float: left;
    margin-right: 10px;
    font-size: 18px;
}

.site-branding {
    float: left;
    width: 300px;
    margin-top: 0;
    padding-right: 0;
}

.top-bar-social a {
    display: inline-block;
    color: #878787;
    font-size: 18px;
}

.top-bar-social a:hover {
    color: #fff;
}

.top-bar-right p {
    display: inline-block;
    margin: 0;
}

.top-bar-social,
.top-bar-contact {
    float: left;
    width: 100%;
    text-align: center;
}

.top-bar-contact *:before {
    float: left;
    margin-right: 10px;
    font-family: FontAwesome, serif;
    font-size: 18px;
}

.lawyeriax-contact-phone:before {
    content: "\f098";
}

.lawyeriax-contact-email:before {
    content: "\f199";
}

.top-bar-social {
    padding-top: 6px;
}

.top-bar-contact {
    padding-bottom: 2px;
}

.top-bar,
.top-bar .top-bar-contact a,
.site-footer {
    color: #878787;
}

.site-branding {
    text-align: center;
    margin-left: 50px;
}

h1.site-title,
p.site-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
}

p.site-description {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 15px;
}

.slogan {
    padding-top: 15px;
    font-size: 12px;
}

.slogan_description .row {
    margin-left: 0;
    margin-right: 0
}

.divinologue {
    font-size: 12px;
    margin-left: -59px;
}

.container-header {
    /*padding-top: 5px;*/
    padding-bottom: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    /*left: 30px;*/
    margin: 0 !important;
}

.navbar-fixed-top {
    top: -16px !important
}

.container-header-fixed {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-inner-site-branding {
    display: table;
    overflow: hidden;
    width: 100%;
}

.site-branding-wrap {
    display: table-cell;
    vertical-align: middle;
}

.menu-toggle-button-wrap {
    display: table-cell;
    vertical-align: middle;
}

.main-navigation div>ul::-webkit-scrollbar {
    width: 1em;
}

.main-navigation div>ul::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.main-navigation div>ul::-webkit-scrollbar-thumb {
    background-color: #200303;
}

/*-----------------------
## Slider
-------------------------*/

.carousel-indicators {
    display: none;
}

.carousel-caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item {
    background-position: top center;
    background-size: cover;
}

.item-inner {
    min-height: 160px;
    padding: 140px 0 120px;
    background-size: cover;
}

.item-inner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(76, 76, 76, 0.5);
    content: "";
}

.carousel-title {
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}

.carousel-content {
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.carousel-content ul {
    margin: 0;
}

a.slider-button {
    display: inline-block;
    clear: left;
    padding: 20px 40px;
    border-radius: 2px;
    color: #fff;
    background: #db3936;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

a.slider-button:hover {
    -webkit-box-shadow: inset 320px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 320px 0 0 0 rgba(50, 50, 50, 0.25);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.carousel-button {
    margin-bottom: 0;
}

.carousel-control.left,
.carousel-control.right {
    display: none;
    color: rgba(176, 50, 48, 0.8);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#EAEAEA', GradientType=1);
}

.header-slider {
    margin-top: -20px;
}

/*-----------------------
## Frontpage
-------------------------*/

.section-line {
    /*height: 1px;
    background-color: #f7eaea;*/
}

.home-section-inner {
    overflow: hidden;
    padding: 0 0 50px 0;
}

.border-left {
    /*padding-left: 24px;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);*/
}

.home-section-title-wrap,
.team-plugin-section-title {
    width: 100%;
    text-align: center;
}

h2.home-section-title,
.team-plugin-section-title>h2 {
    margin-top: 50px;
    font-size: 36px;
    line-height: 46px;
}

/*-----------------------
### Ribbon section [frontpage]
-------------------------*/

.ribbon {
    text-align: center;
}

.ribbon-big-title {
    margin-bottom: 0;
    color: #330505;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}

/*-----------------------
### Features [frontpage]
-------------------------*/

.feature-boxes-wrap {
    padding-bottom: 0;
    text-align: center;
}

.feature-box {
    display: inline-block;
    float: none;
    margin-right: -4px;
    padding-bottom: 50px;
    vertical-align: top;
}

.features-title {
    display: block;
    float: left;
    margin-bottom: 20px;
}

.feature-title-wrap {
    float: right;
    width: 100%;
    margin-right: -60px;
}

h3.feature-title {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-top: 2px;
    padding-right: 60px;
    text-align: left;
}

.features-title-icon {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 2px;
    color: #fff;
    background: #db3936;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.features-content {
    display: block;
    float: left;
    clear: left;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
}

.features-content ul,
.practice-content ul {
    margin: 0;
}

a.read-more {
    float: left;
    font-size: 13px;
    text-align: left;
}

/*-----------------------
### About us [frontpage]
-------------------------*/

.about-content {
    font-size: 13px;
    line-height: 25px;
}

h3.about-title {
    margin-top: 0;
}

.about-image-wrap {
    padding-bottom: 30px;
    text-align: center;
}

/*-----------------------
### Latest news [frontpage]
-------------------------*/

.news-date {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 2px;
    background: #db3936;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
}

.news-date span {
    display: block;
    width: 100%;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
}

.news-date span:first-child {
    font-size: 16px;
    line-height: 18px;
}

.news-post-title-wrap {
    float: right;
    width: 100%;
    min-height: 30px;
    margin-right: -65px;
}

.news-posted-on {
    float: right;
    width: 100%;
    margin-top: 4px;
    margin-right: -65px;
    margin-bottom: 20px;
}

.news-posted-on a {
    float: left;
    margin-right: 10px;
    color: #775f5e;
    font-size: 11px;
    font-style: italic;
    line-height: 11px;
}

.news-posted-on a:hover {
    color: #b03230;
}

.news-post-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 65px;
}

.news-post-title a {
    color: #330505;
}

.news-post-title a:hover {
    color: #b03230;
}

.news-title-wrap {
    overflow: hidden;
}

.news-img-wrap {
    margin-bottom: 20px;
}

.news-img-wrap img {
    width: 100%;
}

.news-content-wrap {
    overflow: hidden;
    font-size: 13px;
    line-height: 25px;
}

.news-box {
    padding-bottom: 50px;
}

.latest-news {
    padding-bottom: 0;
}

/*-----------------------
### Our lawyers [frontpage]
-------------------------*/

.lawyer-box-image {
    float: left;
    overflow: hidden;
    border-radius: 2px;
}

.lawyer-box-content {
    float: right;
    width: 100%;
    margin-right: -170px;
    padding-right: 170px;
    text-align: left;
}

.lawyer-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
}

.lawyer-title a {
    color: #330505;
}

.lawyer-title a:hover {
    color: #b03230;
}

.lawyer-box-info {
    margin-bottom: 5px;
    font-size: 13px;
    font-style: italic;
    line-height: 22px;
}

ul.lawyer-media-icons {
    margin: 0 0 10px 0;
    padding: 0;
}

ul.lawyer-media-icons li {
    display: inline-block;
    margin-right: 5px;
    list-style: none;
}

a.view-profile {
    float: left;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;
    background: #db3936;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    font-family: "Playfair Display", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

a.view-profile:hover {
    -webkit-box-shadow: inset 120px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 120px 0 0 0 rgba(50, 50, 50, 0.25);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.lawyer-box-content-inner {
    overflow: hidden;
}

.lawyer-box-inside {
    min-height: 60px;
}

.lawyer-box {
    display: inline-block;
    float: none;
    margin-bottom: 50px;
    margin-left: -4px;
}

.lawyer-box-wrap {
    padding-bottom: 0;
    text-align: center;
}

/*-----------------------
### Practice aria [frontpage]
-------------------------*/

.practice-boxes-wrap {
    padding-bottom: 0;
    text-align: center;
}

.practice-boxes-wrap .practice-box {
    display: inline-block;
    float: none;
    margin-bottom: 50px;
    margin-left: -4px;
    text-align: left;
    vertical-align: top;
}

.practice-title {
    display: block;
}

.practie-title-icon {
    margin-bottom: 0;
    color: #330505;
    font-size: 30px;
}

h4.practice-box-title {
    color: #db3936;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    float: left;
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        float: left;
        width: 20%;
    }
}

@media (min-width: 992px) {

    .col-md-15 {
        float: left;
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        float: left;
        width: 20%;
    }
}

/*-----------------------
### Our clients [frontpage]
-------------------------*/

#carousel-clients .carousel-inner>.item {
    -webkit-align-items: center;
    align-items: center;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.clients-logo-box {
    display: inline-block;
    float: none !important;
    margin-right: -4px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
}

.home-section-inner.clinets-logo-wrap {
    overflow: visible;
    position: relative;
}

.clinets-logo-wrap .carousel-control.left,
.clinets-logo-wrap .carousel-control.right {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    opacity: 1;
    color: #fff;
    background: rgba(169, 169, 169, 0.25);
    text-shadow: none;
    text-align: center;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#EAEAEA', GradientType=1);
}

.clinets-logo-wrap .carousel-control.left:hover,
.clinets-logo-wrap .carousel-control.right:hover {
    background: rgba(169, 169, 169, 0.5);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='#D4D4D4', GradientType=1);
}

.clinets-logo-wrap .carousel-control.left {
    margin-top: -60px;
    margin-left: 0;
}

.clinets-logo-wrap .carousel-control.right {
    margin-top: -60px;
    margin-right: 0;
}

.clinets-logo-wrap .fa-angle-left,
.clinets-logo-wrap .fa-angle-right {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
}

.clients-logo-box>a {
    opacity: 0.5;
}

.clients-logo-box>a:hover {
    opacity: 1;
}

/*-----------------------
### News & Testimonials [frontpage]
-------------------------*/

/* Case Studies */
.case-studies-wrap .news-title-wrap {
    margin-bottom: 20px;
}

.case-studies-wrap .news-title-wrap:last-child {
    margin-bottom: 0;
}

.case-studies-wrap {
    padding-top: 20px;
}

/* testimonials */
.news-testimonials-left-title .testimonials .home-section-title {
    text-align: left;
}

.textimonial-title {
    display: table;
    overflow: hidden;
}

.testimonial-name-wrap {
    display: table-cell;
    width: 60%;
    vertical-align: top;
}

.testimonial-name-wrap>span {
    display: block;
    padding-right: 20px;
}

.textimonial-title {
    padding-bottom: 10px;
    text-align: right;
}

.testimonial-image {
    display: table-cell;
    width: 100px;
    height: 100px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

.testimonial-name {
    color: #330505;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 400;
}

.testimonial-subname {
    color: #775f5e;
    font-size: 12px;
    font-style: italic;
    line-height: 13px;
}

.testimonials-wrap {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.textimonial-content,
.textimonial-content p {
    margin-bottom: 0;
    text-align: center;
}

.textimonial-content ul {
    margin: 0;
}

.textimonial-box {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.testimonials-wrap .item .textimonial-box:last-child {
    padding-bottom: 0;
}

.home-section-inner-testimonial {
    padding-top: 0;
}

.testimonials-wrap .carousel-control.left,
.testimonials-wrap .carousel-control.right {
    display: block;
    position: absolute;
    top: -75px;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    opacity: 1;
    color: #fff;
    background: rgba(169, 169, 169, 0.25);
    text-shadow: none;
    text-align: center;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#EAEAEA', GradientType=1);
}

.testimonials-wrap .carousel-control.left:hover,
.testimonials-wrap .carousel-control.right:hover {
    background: rgba(169, 169, 169, 0.5);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='#D4D4D4', GradientType=1);
}

.testimonials-wrap .fa-angle-left,
.testimonials-wrap .fa-angle-right {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
}

.testimonials-wrap .carousel-control.left {
    right: 30px;
    left: auto;
}

.testimonials-wrap .carousel-control.right {
    right: 0;
    left: auto;
}

.testimonials h2.home-section-title {
    padding-right: 60px;
}

/*-----------------------
## Lawyers page
-------------------------*/

.lawyer-image {
    display: inline-block;
    float: left;
    padding-right: 20px;
}

.entry-content-lawyer h1.entry-title {
    clear: none;
}

.entry-content-lawyer-top {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}

.entry-content-lawyer-top:before {
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    padding-left: 24px;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);
    content: "";
}

.lawyer-social-media {
    margin-right: 10px;
    font-size: 18px;
}

.entry-content-lawyer .entry-header {
    margin-bottom: 20px;
}

.lawyer-social-media a,
.lawyer-social-media a i {
    color: rgba(32, 3, 3, 0.5);
    line-height: 20px;
}

.lawyer-social-media a:hover i {
    color: rgba(32, 3, 3, 1);
}

.practice-aria-lawyers-inner {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 0;
    background: #f0eeee;
}

ul.practice-aria-lawyer {
    margin: 0;
    padding: 0;
}

ul.practice-aria-lawyer li {
    list-style: none;
}

ul.practice-aria-lawyer li,
ul.practice-aria-lawyer li a {
    color: #330505;
}

ul.practice-aria-lawyer li:before {
    content: "|  ";
}

ul.practice-aria-lawyer a:hover {
    color: #b03230;
}

.practice-aria-lawyers-page {
    margin-top: 50px;
}

/*-----------------------
## Sidebar
-------------------------*/

h2.widget-title {
    color: #301700;
    font-size: 18px;
    line-height: 28px;
}

.widget {
    font-size: 13px;
    line-height: 25px;
    list-style: none;
}

.widget ul {
    margin: 0;
    margin-left: 20px;
    padding-left: 0;
}

.widget ul li {
    list-style: none;
}

.widget a {
    color: #ba312e;
}

.widget a:hover {
    color: #301700;
}

.widget-area .widget {
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget select,
.widget input:not([type="submit"]):not([type="reset"]):not([type="button"]) {
    width: 100%;
    max-width: 100%;
    padding: 7px 5px 6px 5px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
}

.widget_search form {
    position: relative;
}

.widget_search input[type="submit"] {
    float: left;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 100px;
    padding: 10px;
    border: none;
    border-radius: 2px;
    color: #fff;
    background: #db3936;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    font-family: "Playfair Display", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.widget_search input[type="submit"]:hover {
    -webkit-box-shadow: inset 120px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 120px 0 0 0 rgba(50, 50, 50, 0.25);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.widget_search label {
    float: left;
    position: relative;
    width: 100%;
    padding-right: 120px;
}

.widget-area.border-left {
    padding-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-line-sidebar {
    display: block;
    width: 100%;
}

/* Calendar Widget */
.widget_calendar table {
    border-spacing: 2px;
}

.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-spacing: 1px;
    border-collapse: separate;
}

.widget_calendar caption {
    margin: 0;
    font-size: 14px;
}

.widget_calendar th {
    border: none;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
    font-weight: 600;
}

.widget_calendar a:hover {
    margin-bottom: -1px;
    border-bottom: 1px solid #ba312e;
    color: #ba312e;
}

.widget_calendar tfoot a:hover {
    border-bottom: none;
    color: #fff;
    background: #ba312e;
}

.widget_calendar tbody td {
    border-bottom: 1px solid #ebebeb;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 36px;
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

.widget_calendar thead tr {
    color: #200303;
    background: #ebebeb;
}

.widget_calendar thead tr th {
    font-weight: 400;
}

.footer_bloc_left {
    float: left;
    margin-top: 20px;
    position: relative;
}

.footer_bloc_left p {
    font-size: 16px;
    margin-left: 0;
}

.footer_bloc_right {
    margin-top: 20px;
    float: right;
    margin-right: -35px;
}

.footer_bloc_right p {
    font-size: 16px;
    margin-right: 0;
}

.slogan_description {
    margin-left: 50px;
    margin-top: 15px;
}

.time_now .date {
    float: left;
    margin-right: 30px;
}

.time_now .heure {
    float: right;
}

.time_now {
    float: right;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.michel_home h2 {
    font-family: OpenSansBold;
    font-size: 18px;
    color: #8c0065;
    /*position: absolute;
    right: 12px;
	bottom: 0;*/
}

.michel_home p {
    /*position: absolute;
    right: 12px;
    width: 35%;
    bottom: 0;*/
}

.home .site-content {
    margin-left: 55px;
    /*height: 484px;*/
    position: relative;
    top: -80px;
}

.home .site-main {
    width: 755px;
    /*width: 75%;*/
    margin-top: -67px;
}

.slogan_description p {
    font-family: OpenSansRegular;
    font-size: 14px
}

.slogan_description p strong {
    font-family: OpenSansBold;
    font-size: 14px
}

/*-----------------------
## Footer
-------------------------*/

.site-footer {
    /*padding-top: 25px;
    padding-bottom: 25px;
    color: rgba(255,255,255,0.7);*/
    background: #8c0065;
    /*margin-top: -108px;*/
}

.site-footer h2.widget-title {
    color: #fff;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.9);
}

.site-footer a:hover {
    color: rgba(255, 255, 255, 1);
}

.site-footer .widget>ul,
.site-footer .widget_nav_menu>div>ul {
    margin: 0;
    padding-left: 0;
    padding-left: 24px;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 4px 0 0 0 rgba(255, 255, 255, 0.1);
}

.site-footer .widget {
    padding-bottom: 40px;
}

.site-footer .widget select,
.site-footer .widget input:not([type="submit"]) {
    border: none;
    background: rgba(255, 255, 255, 0.9);
}

.site-footer .widget_calendar thead tr {
    background: rgba(235, 235, 235, 0.7);
}

.site-footer .widget_calendar tbody td {
    border-bottom: 1px solid rgba(235, 235, 235, 0.4);
}

.site-footer .widget_calendar a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.site-footer .widget_calendar a {
    color: #fff;
}

.site-footer .widget_calendar tfoot a:hover {
    border-bottom: none;
}

.sote-footer .widget_calendar caption {
    color: rgba(255, 255, 255, 0.7);
}

.site-info-inner {
    float: left;
    width: 100%;
    font-size: 10px;
    text-align: center;
}

.site-info .section-line {
    background-color: rgba(255, 255, 255, 0.3);
}

.section-line-footer {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/

.nav-links {
    width: 100%;
    padding: 40px 0;
    font-size: 13px;
}

.section-line-post {
    margin-top: 20px;
}

.entry-header h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.entry-header h1 {
    font-family: OpenSansBold;
    font-size: 24px;
    color: #8c0065;
}

.entry-content h2 {
    font-family: OpenSansBold;
    font-size: 18px;
    color: #8c0065
}

.entry-content p {
    text-align: justify
}

.entry-content h3 {
    font-family: OpenSansBold;
    font-size: 16px;
    color: #561d01
}

.home .site-content .entry-content {
    margin-top: -5px;
    padding-bottom: 19px;
}

.home .site-content .entry-content p {
    font-size: 15px;
    /*line-height: 1.4em;*/
    /*width: 83%;*/
    /*margin-top: -12px;*/
}

.site-content .entry-content p a {
    color: #8c0065;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area,
.comment-respond {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.comment-respond label {
    min-width: 100px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 33px;
}

.comment-notes {
    font-size: 13px;
}

.comments-area h2.comments-title {
    margin-bottom: 0;
}

.comments-area ol {
    margin-left: 0;
    padding-left: 0;
    font-size: 13px;
    list-style: none;
}

.comments-area ol.comment-list li.comment {
    float: left;
    width: 100%;
    padding-top: 40px;
}

.comments-area ol ol {
    margin-left: 50px;
}

.comment-content {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding-left: 24px;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);
}

.comment-body {
    padding-left: 28px;
}

.pingback .comment-body {
    padding-top: 10px;
    padding-left: 0;
}

.comment-author {
    float: left;
    margin-left: -28px;
}

.comment-metadata {
    float: left;
    padding-left: 5px;
    line-height: 30px;
}

.comment-metadata:before {
    content: "-";
}

.comment-meta .says {
    display: none;
}

.comment-author img {
    float: left;
}

.comment-author .fn {
    float: left;
    margin-left: 20px;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.comment-metadata,
.comment-metadata a {
    color: #330505;
    font-family: "Playfair Display", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.comment-metadata a:hover {
    color: #db3936;
}

.comment-body .reply {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-left: 24px;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);
}

.comments-area ol.comment-list li.comment .comment-respond {
    margin-top: 20px;
    padding: 20px;
    background: #f5f5f5;
}

.comments-area ol.comment-list li.comment h3.comment-reply-title {
    margin-top: 0;
}

#cancel-comment-reply-link {
    float: right;
    margin-top: 10px;
}

.no-comments {
    float: left;
    margin-top: 20px;
    color: #000;
    font-weight: bold;
}

/*-----------------------
## Modal
-------------------------*/

#siteModal .modal-content {
    border-radius: 3px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.7);
}

#siteModal .form_field_wrap {
    width: 100%;
    margin-bottom: 0;
}

#siteModal input:not([type="checkbox"]):not([type="radio"]),
#siteModal textarea,
#siteModal select {
    width: 100%;
    max-width: 100%;
    padding: 7px;
    border: none;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 1.42857143;
}

#siteModal textarea {
    height: 100px;
}

#siteModal .pirate_forms_wrap .contact_message_wrap {
    margin-top: 25px;
}

#siteModal .pirate-forms-submit-button {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

#siteModal .pirate-forms-submit-button:hover,
#siteModal input[type="submit"]:hover {
    -webkit-box-shadow: inset 570px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 570px 0 0 0 rgba(50, 50, 50, 0.25);
}

#siteModal .pirate_forms_thankyou_wrap p {
    margin-bottom: 0;
}

#siteModal label {
    width: 100%;
}

#siteModal button.modal-close-button {
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 9;
    width: 22px;
    height: 22px;
    margin-top: -25px;
    margin-right: -25px;
    opacity: 1;
    color: #fff;
    background: #db3936;
    -webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.25);
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;

    filter: alpha(opacity=100);
}

#siteModal button.modal-close-button:hover {
    opacity: 1;
    -webkit-box-shadow: inset 22px 0 0 0 rgba(50, 50, 50, 0.25);
    box-shadow: inset 22px 0 0 0 rgba(50, 50, 50, 0.25);
    text-shadow: none;
    font-weight: normal;

    filter: alpha(opacity=100);
}

#siteModal button.modal-close-button span {
    display: block;
}

#siteModal input[type="submit"] {
    color: #fff;
}

#siteModal input[type="file"] {
    color: #200303;
    background: #fff;
}

#siteModal .wpcf7 p {
    margin-bottom: 15px;
}

#siteModal div.wpcf7-validation-errors,
#siteModal div.wpcf7-mail-sent-ng,
#siteModal div.wpcf7-mail-sent-ok {
    margin: 0;
    margin-top: -20px;
    margin-bottom: 30px;
}

#siteModal div.wpcf7 {
    margin-bottom: -30px;
}

#siteModal span.wpcf7-not-valid-tip {
    color: #dccece;
}

#siteModal div.wpcf7-mail-sent-ok {
    border: 2px solid #51863b;
    background: #51863b;
}

#siteModal div.wpcf7-validation-errors {
    border: 2px solid #a03634;
    background: #a03634;
}

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Pirate Form
--------------------------------------------------------------*/

.pirate_forms_wrap input {
    max-width: 100%;
    height: auto;
    padding: 7px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    color: #200303;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 25px;
}

footer .pirate_forms_wrap textarea {
    font-size: 12px;
}

.pirate_forms_wrap textarea {
    min-height: 100px;
    padding: 5px 5px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*font-size: 13px;*/
}

.pirate_forms_wrap label {
    float: left;
    height: 1px;
}

.horoscope-template-default .site-main .icone_jour img {
    width: 90px;
}

.horoscope-template-default .site-main .title {
    font-family: OpenSansBold;
    font-size: 20px;
    color: #561d01;
}

.horoscope-template-default .site-main .row {
    margin-bottom: 20px
}

.horoscope-template-default .site-main .col-sm-10 {
    text-align: justify;
    margin-left: -45px;
}

.horoscope-template-default .site-main .img-horoscope-signle {
    float: left;
    width: 200px;
    padding-right: 20px;
}

.page-template-page-horoscope-mois .content-area,
.horoscope-template-default .content-area {
    margin-left: 40px;
}

.horoscope-template-default .site-main .date {
    position: relative;
    top: 106px;
    color: #8C0065;
    font-weight: bold;
}

.horoscope-template-default .bloc_sidebar_horoscope {
    margin-top: 50px;
}

.page-template-page-horoscope-annee .bloc_sidebar_horoscope {
    /*    float: right;
    margin-right: -40px;
	    margin-top: 20px;*/
}

.page-template-page-horoscope-annee .bloc_sidebar_horoscope img {
    /*width: 150px;*/
}

.horoscope-template-default .site-main h1 {
    clear: inherit;
    margin-top: 100px;
}

.horoscope-template-default .site-main header {
    padding-bottom: 30px;
}

.horoscope-template-default #page {
    padding-top: 145px !important;
}

.horoscope-template-default .site-main .entry-content {
    clear: both
}

.horoscope-template-default .list-horoscope-du-jour {
    list-style: none;
    float: left;
    margin-right: 3px;
}

.horoscope-template-default .list-horoscope-du-jour img {
    width: 100px;
}

.liste_horoscope_du_jour_en_bas {
    margin-left: -20px;
}

.page-template-page-horoscope-mois .horoscope_label,
.horoscope-template-default .horoscope_label,
.page-template-page-horoscope-jour .horoscope_label,
.page-template-page-horoscope-annee .horoscope_label {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.page-template-page-horoscope-jour .content-area {
    margin-left: 30px;
}

.page-template-page-horoscope-annee .horoscope_de_annnee .signe {
    float: left
}

.page-template-page-horoscope-annee .horoscope_de_annnee .signe img {
    width: 100px;
}

.page-template-page-horoscope-annee .horoscope_anne_par_signe {
    margin-bottom: 20px;
    display: table;
}

.horoscope-template-default .liste_horoscope_du_jour_en_bas,
.page-template-page-horoscope-mois .liste_horoscope_du_jour_en_bas {
    margin-left: -40px
}

.page-template-page-horoscope-mois .bloc_sidebar_horoscope,
.page-template-page-horoscope-annee .bloc_sidebar_horoscope {
    width: 50%;
    margin-left: 0px;
}

.page-template-page-horoscope-jour .liste_horoscope_du_jour_en_bas {
    margin-left: -40px;
    width: 50%;
    float: right
}

.page-template-page-horoscope-mois .horoscope_du_mois .row {
    margin-bottom: 5px;
    text-align: justify;
}

.horoscope_newsletter {
    width: 50%;
    float: left;
}

.horoscope_newsletter .label {
    color: #fff;
    font-size: 15px;
}

.horoscope_newsletter input[type="submit"] {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.horoscope-template-default .formulaire_calc_sign,
.page-template-page-horoscope-jour .formulaire_calc_sign,
.page-template-page-horoscope-mois .formulaire_calc_sign,
.page-template-page-horoscope-annee .formulaire_calc_sign {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 80%;
}

.page-template-page-horoscope-mois .resultat_calc,
.horoscope-template-default .resultat_calc,
.page-template-page-horoscope-jour .resultat_calc,
.page-template-page-horoscope-annee .resultat_calc {
    float: left;
    margin-right: 20px;
}

.page-template-page-horoscope-jour .list-horoscope-du-jour {
    list-style: none;
    float: left;
    margin: 10px 15px;
    width: 110px;
}

.widget-area .pirate_forms_wrap .form_field_wrap,
.site-footer .pirate_forms_wrap .form_field_wrap {
    width: 100%;
    padding: 0;
}

.contact_submit_wrap {
    text-align: left;
}

.widget-area .contact_submit_wrap input.form-control:not([type="submit"]),
.widget-area .contact_submit_wrap textarea.form-control,
.site-footer .contact_submit_wrap input.form-control:not([type="submit"]),
.site-footer .contact_submit_wrap textarea.form-control {
    border-radius: 2px;
}

.widget-area .pirate_forms_thankyou_wrap,
.site-footer .pirate_forms_thankyou_wrap {
    padding: 0;
}

.entry-content .pirate_forms_thankyou_wrap p {
    margin-bottom: 1.5em;
}

/*
.page-template-default .navbar-main, .page-template-page-horoscope-jour .navbar-main, .single-horoscope .navbar-main, .page-template-page-horoscope-mois .navbar-main,
.page-template-page-horoscope-portrait .navbar-main,.page-template-page-horoscope-annee .navbar-main, .page-template-page-voyance-par-tel .navbar-main{
    background: url('images/fond-interne_update.jpg') no-repeat;
    background-position: top right;
}*/

.page-template-default #page,
.page-template-page-horoscope-jour #page,
.single-horoscope #page,
.page-template-page-horoscope-mois #page,
.page-template-page-horoscope-portrait #page,
.page-template-page-horoscope-annee #page,
.page-template-page-voyance-par-tel #page {
    background: url('images/fond-interne.png') no-repeat;
    background-position: top right;
    background-size: 281px;
}

.page-template-default .widget-area {
    margin-top: -34px;
}

.top_home_block {}

.voyance_par_tel {
    float: left;
    text-align: center;
}

.page-template-default .voyance_par_tel .title {
    text-align: justify;
    font-size: 16px;
}

.page-template-default .site-main {
    /*margin-top: -30px*/
}

.divinologue img {
    width: 116px;
}

.bloc_top_home_content {
    margin-top: -35px;
}

.home .bloc_top_home_content {
    margin-top: 0;
}

.image_tel a {}

.image_tel {}

.page-template-default .voyance_par_tel .numero a {
    font-size: 35px;
    margin-bottom: 10px;
}

.page-template-default #secondary .voyance_par_tel .numero {
    margin-bottom: -20px;
}

.page-template-page-voyance-par-tel .entry-content .voyance_par_tel .title {
    font-size: 25px;
}

.voyance_par_tel .title {
    font-family: OpenSansBold;
    font-size: 20px;
    color: #434343
}

.home .page-template-default .voyance_par_tel .tarif {
    margin-bottom: 30px;
}

.page-template-default .voyance_par_tel .tarif {
    margin-bottom: 0px;
}

.page-template-page-voyance-par-tel .entry-content .voyance_par_tel .numero a {
    font-size: 40px;
}

.voyance_par_tel .numero a {
    font-family: OpenSansBold;
    font-size: 30px;
    color: #8c0065;
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-template-page-voyance-par-tel .entry-content .voyance_par_tel .sous_numero {
    font-size: 17px;
}

.bloc_3_interne .wp-image-77 {
    float: right;
    width: 226px;
}

.voyance_par_tel .sous_numero {
    /*font-family: OpenSansBold;*/
    font-size: 13px;
    color: #434343
}

.page-template-page-voyance-par-tel .entry-content .voyance_par_tel .tarif {
    font-size: 14px;
}

.voyance_par_tel .tarif {
    font-family: OpenSansRegular;
    font-size: 11px;
    color: #434343;
    margin-top: 0;
    line-height: 1.5em;
}

.voyance_sans_cb {
    text-align: center;
    width: 63%;
    margin-top: 25px;
}

.voyance_sans_cb .title {
    font-family: OpenSansBold;
    font-size: 24px;
    color: #8c0065;
    margin-bottom: 15px;
}

.image_tel img {
    width: 234px;
}

.home .bloc_top_home {
    background: #f5f5f5;
    position: relative;
    left: -50px;
    height: 173px;
    margin-bottom: -100px;
    top: -155px;
    z-index: -9;
    padding-top: 3px;
    padding-bottom: 4px;
}

.ico_tel {
    float: right;
}

.home .ico_tel {
    float: none;
}

.ico_tel img {
    margin-top: 25px;
    /*width: 7%;*/
}

.bloc_3_interne .col-md-4 {
    border: 1px solid #d3d3d3;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    width: 32%;
    height: 323px;
}

.page-id-331 .bloc_voyance_direct {
    border: 1px solid #d3d3d3;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    width: 100%;
    height: 323px;
    margin-bottom: 20px;
}

.voyance_sms_mms_wp .col-sm-5 {
    border: 2px solid #8C0065;
    margin-left: 0px;
    height: 53px;
    margin-bottom: 15px;
}

.bloc_3_interne .col-md-4 .title {
    background: url('images/fond-3-blocs.jpg') no-repeat;
    text-align: center;
    padding: 10px;
    font-family: OpenSansBold;
    color: white;
}

.page-id-331 .bloc_voyance_direct .title {
    background: url('images/fond-3-blocs.jpg') no-repeat;
    text-align: center;
    padding: 10px;
    font-family: OpenSansBold;
    color: white;
}

.bloc_3_interne .col-md-4 .description .sms {
    margin-top: 20px;
}

.center_bloc_voyance_direct {
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

.page-id-331 .bloc_voyance_direct .description {
    text-align: center
}

.bloc_3_interne .col-md-4 .description {
    text-align: center
}

.page-id-331 .bloc_voyance_direct .description p {
    line-height: 1.5em;
    font-size: 14px;
    padding-right: 5px;
}

@media screen and (max-width: 575px) {
    .page-id-331 .bloc_voyance_direct .description p {
        font-size: 13px !important;
    }
}

.bloc_3_interne .col-md-4 .description p {
    line-height: 1.5em;
    font-size: 14px;
    padding-right: 5px;
}

.horoscope-template-default .site-content {
    position: relative;
    top: -80px;
}

.page-id-331 .bloc_voyance_direct .alignleft {
    margin-top: -22px;
}

.bloc_3_interne .col-md-4 .description .alignleft {
    margin-top: -22px;
    margin-right: 2px;
}

.page-template-default .content-wrap,
.page-template-page-horoscope-portrait .content-wrap,
.page-template-page-horoscope-annee .content-wrap,
.page-template-page-voyance-par-tel .content-wrap {
    margin-left: -35px;
    margin-bottom: -100px;
}

.voyance_par_tel_illustr {
    float: left;
}

.page-template-page-voyance-par-tel .voyance_par_tel {
    float: inherit;
    /*margin-top: 30px;*/
}

.page-template-page-voyance-par-tel .voyance_par_tel .alignright {
    margin-left: 0
}

.bloc_3_interne .col-md-4 .description .link_voyance_sans_cb {
    background: #fb5887;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 5px;
    position: relative;
    top: 20px;
    padding-bottom: 5px;
}

.page-id-331 .bloc_voyance_direct .description a {
    background: #fb5887;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 5px;
    position: relative;
    top: 20px;
    padding-bottom: 5px;
}

.page-template-page-voyance-par-tel .entry-content .voyance_par_tel img {
    position: relative;
    left: 157px;
    top: 16px;
}

.alignleftcustum {
    float: left
}

.bloc_dessous_3_bloc .ico_tel_bas_interne {
    position: relative;
    top: 20px;
    left: 68px;
}

.bloc_dessous_3_bloc {}

.bloc_dessous_3_bloc .col-md-7 {
    font-size: 29px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: right;
    margin: 0 auto;

}

.bloc_dessous_3_bloc .voyance_par_tel {
    width: 119%
}

.bloc_dessous_3_bloc .voyance_par_tel .sous_numero {}

.bloc_dessous_3_bloc {
    margin-top: 50px;
}

.textwidget .voyance_par_tel .sous_numero {
    margin-top: 36px;
}

.textwidget .voyance_par_tel .numero {
    font-size: 25px;
}

.bloc_dessous_3_bloc .col-md-4 {}

/*--------------------------------------------------------------
### Contact Form 7
--------------------------------------------------------------*/

div.wpcf7-validation-errors {
    margin-right: 0;
    margin-left: 0;
    padding: 10px 15px;
    border: 2px solid #db3936;
    color: #fff;
    background: #db3936;
    line-height: 16px;
}

span.wpcf7-not-valid-tip {
    display: block;
    color: #db3936;
    font-size: 12px;
    font-style: italic;
}

div.wpcf7-mail-sent-ng {
    margin-right: 0;
    margin-left: 0;
    padding: 10px 15px;
    border: 2px solid #ba312e;
    color: #fff;
    background: #ba312e;
    line-height: 16px;
}

div.wpcf7-mail-sent-ok {
    margin-right: 0;
    margin-left: 0;
    padding: 10px 15px;
    border: 2px solid #398f14;
    color: #fff;
    background: #398f14;
    line-height: 16px;
}

.wpcf7 p {
    margin-bottom: 10px;
}

.widget-area .widget .wpcf7 input:not([type="submit"]) {
    width: 100%;
    max-width: 100%;
}

.site-footer .widget .wpcf7 input:not([type="submit"]) {
    width: 100%;
    max-width: 100%;
    background: rgba(255, 255, 255, 1);
}

.site-footer .widget .wpcf7 textarea {
    height: 140px;
}

.widget_lawyeriax_contact_widget .border-left {
    -webkit-box-shadow: none;
    box-shadow: none;

    webkit-box-shadow: none;
}

.site-footer .widget_lawyeriax_contact_widget .border-left {
    -webkit-box-shadow: inset 4px 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 4px 0 0 0 rgba(255, 255, 255, 0.1);

    webkit-box-shadow: inset 4px 0 0 0 rgba(255, 255, 255, 0.1);
}

.widget_lawyeriax_contact_widget .contact-widget-social-icons {
    margin-top: 20px;
}

.widget_lawyeriax_contact_widget .contact-widget-social-icons a {
    margin-right: 10px;
    font-size: 24px;
}

.widget_lawyeriax_contact_widget p {
    margin-bottom: 0;
}

.widget_lawyeriax_contact_widget .address {
    margin-bottom: 20px;
}

.widget_lawyeriax_contact_widget .border-left {
    padding-left: 20px;
}

.page-template-default header {}

.home .bloc_top_home_content .col-sm-5 {
    width: 23%;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (min-width: 1201px) {

    /*-----------------------
        ### Testimonials [frontpage]
        -------------------------*/
    .textimonial-content,
    .textimonial-content p {
        text-align: left;
    }

    .testimonial-name-wrap {
        width: auto;
    }

    .textimonial-title {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 993px) {

    /*-----------------------
        ### Sidebar
        -------------------------*/
    .widget-area.border-left {
        padding-left: 24px;
        /*-webkit-box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);
        box-shadow: inset 4px 0 0 0 rgba(50, 50, 50, 0.1);*/
    }

    .content-area-left-sidebar .widget-area.border-left {
        padding-right: 24px;
        padding-left: 0;
        -webkit-box-shadow: inset -4px 0 0 0 rgba(50, 50, 50, 0.1);
        box-shadow: inset -4px 0 0 0 rgba(50, 50, 50, 0.1);
    }

    .content-area-left-sidebar .widget-area {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .content-area-left-sidebar .content-area {
        float: right;

        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .content-area,
    .widget-area {
        -webkit-box-flex: 1;
        -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
        flex: 1 auto;
    }

    .section-line-sidebar {
        display: none;
    }

    /*-----------------------
        ### Testimonials [frontpage]
        -------------------------*/
    .news-testimonials-left-title .home-section-title {
        text-align: left;
    }
}

@media screen and (min-width: 769px) {

    /*-----------------------
        ### Content
        -------------------------*/
    .content-area,
    .widget-area {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    /*-----------------------
        ### Header
        -------------------------*/
    .top-bar-left {
        float: left;
        max-width: 50%;
    }

    .top-bar-right {
        float: right;
        max-width: 50%;
    }

    .top-bar-social,
    .top-bar-contact {
        width: auto;
    }

    .top-bar-social {
        padding-bottom: 2px;
    }

    .top-bar-contact {
        padding-top: 6px;
    }

    .top-bar-contact p:nth-child(2) {
        padding-left: 30px;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

    .header-inner {
        display: table;
        width: 100%;
    }

    .site-branding-wrap,
    .main-navigation-wrap {
        /*display: table-cell;*/
        vertical-align: middle;
    }

    .header-inner-site-branding {
        display: table-cell;
        overflow: initial;
        width: 250px;
        vertical-align: middle;
    }

    /*-----------------------
        ### Navigation
        -------------------------*/
    .main-navigation {
        overflow-x: visible;
        overflow-y: visible;
        max-height: initial;
    }

    .main-navigation li.has_children>a {
        position: relative;
        z-index: 10;
        padding-right: 16px;
    }

    .main-navigation li.has_children>.dropdownmenu i {
        z-index: 9;
        right: 2px;
    }

    .main-navigation ul ul li.has_children>a {
        position: relative;
        z-index: 10;
        padding-right: 16px;
    }

    .main-navigation ul ul li.has_children>.dropdownmenu i {
        z-index: 9;
        right: 2px;
        color: #fff;
    }

    .main-navigation ul {
        overflow-x: visible;
        overflow-y: visible;
        max-height: initial;
        margin-top: 0;
    }

    .main-navigation ul ul {
        float: left;
        position: absolute;
        z-index: 99999;
        top: 100%;
        left: -999em;
        width: 352px;
        padding-left: 0;
        background: #8C0065;
    }

    .main-navigation ul ul ul {
        top: 0;
        left: -999em;
    }

    .main-navigation ul ul a {
        /*width: 200px;*/
    }

    .main-navigation ul ul a {
        color: #fff;
    }

    .main-navigation li {
        display: inline-block;
        float: none;
        width: auto;
        border-top: none;
    }

    .main-navigation ul {
        padding-top: 0;
        /*text-align: right;*/
    }

    .main-navigation ul ul {
        text-align: left;
    }

    .main-navigation li.has_children {
        z-index: 1;
        font-size: 12px;
    }

    .dropdownmenu {
        z-index: 0;
        width: 12px;
        height: 40px;
        font-size: 12px;
    }

    .main-navigation li.has_children:hover>.dropdownmenu {
        color: #200303;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        display: block;
    }

    .main-navigation ul ul li:hover {
        /*background: #962b29;*/
    }

    .main-navigation ul ul li:hover>a {
        color: #fff;
    }

    .main-navigation ul ul li.has_children:hover>.dropdownmenu {
        color: #fff;
    }

    .main-navigation ul ul .dropdownmenu {
        right: 5px;
        color: #fff;
    }

    /*-----------------------
        ### slider [frontpage]
        -------------------------*/
    .carousel-indicators {
        display: block;
        display: table;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
        margin-left: 0;
        padding: 0;
        border-spacing: 3px;
        border-collapse: separate;
    }

    .carousel-indicators li {
        display: table-cell;
        border: none;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.3);
    }

    .carousel-indicators .active {
        background-color: rgba(176, 50, 48, 0.8);
    }

    .carousel-indicators li,
    .carousel-indicators .active {
        height: 5px;
    }

    .carousel-caption {
        text-align: left;
    }

    .carousel-control.left,
    .carousel-control.right {
        display: block;
        z-index: 99;
        top: 45%;
        left: 20px;
        width: 40px;
        height: 40px;
        border-radius: 2px;
        opacity: 1;
        background: rgba(255, 255, 255, 0.25);
        text-shadow: none;
        font-size: 30px;
        line-height: 40px;
        text-align: center;

        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAEAEA', endColorstr='#EAEAEA', GradientType=1);
    }

    .carousel-control.left:hover,
    .carousel-control.right:hover {
        background: rgba(255, 255, 255, 0.5);

        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='#D4D4D4', GradientType=1);
    }

    .carousel-control.right {
        right: 20px;
        left: auto;
    }

    a.slider-button {
        float: left;
    }

    /*-----------------------
        ### Testimonials [frontpage]
        -------------------------*/
    .col-sm-7.textimonial-content {
        padding-left: 0;
    }

    .testimonial-image {
        margin-bottom: 0;
    }

    .clinets-logo-wrap .carousel-control.left {
        top: 45%;
        margin-top: 0;
        margin-left: -60px;
    }

    .clinets-logo-wrap .carousel-control.right {
        top: 45%;
        margin-top: 0;
        margin-right: -60px;
    }

    /*-----------------------
        ### About us [frontpage]
        -------------------------*/
    .about-image-wrap {
        text-align: left;
    }

    /*-----------------------
        ### Modal
        -------------------------*/
    .modal-dialog {
        width: 600px;
        margin: 10% auto;
    }

    /*-----------------------
        ### Our clients
        -------------------------*/
    .home-section-inner {
        padding: 50px 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {

    /* header */
    .main-navigation a {
        font-size: 16px;
    }

    /* our lawyers */
    .lawyer-box-image {
        width: 100%;
        text-align: left;
    }

    .lawyer-box-content {
        margin-top: 10px;
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 601px) {
    .carousel-title {
        margin-bottom: 30px;
        font-size: 80px;
        line-height: 90px;
    }

    .sticky-navigation {
        /*position: fixed;*/
    }


}

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

    .center_bloc_voyance_direct {
        width: 100%;
    }

    .page-id-331 .bloc_voyance_direct .title {
        background-repeat: repeat-x;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .home #page {
        height: 2585px !important;
    }

    .home .michel_home {
        position: inherit !important;
    }

    .home .bloc_top_home_content .ico_tel img {
        left: 136px !important;
    }

    .bloc_top_home_content .ico_tel img {
        left: 24px !important;
    }

    .bloc_3_interne .col-md-4 {
        width: 100%;
        margin-bottom: 50px;
    }

    .bloc_3_interne .col-md-4 .title {
        background-repeat: repeat;
    }

    .bloc_3_interne .wp-image-77 {
        float: inherit;
        width: 50%;
        margin-bottom: -20px;
    }

    #main_photo_michel_home {
        width: 166px !important;
    }

    .home #page {
        height: 1100px;
        background-size: 50%;
    }

    .home footer {
        margin-top: 510px;
    }

    .home .site-main {
        width: 100%
    }

    .home .site-content {
        top: -30px
    }

    .home .bloc_top_home {
        left: 0;
    }

    .fa {
        background: url(../images/menu-responsive.png) no-repeat;
        width: 78px;
        height: 80px;
    }

    button.menu-toggle {
        margin-right: 10px;
        position: relative;
        top: 16px;
        left: 15px;
    }

    .responsive_menu {
        display: block;
        position: absolute;
        z-index: 9;
        background: white;
    }

    .bloc_top_home_content .ico_tel img {
        /*left:90px!important*/
    }

    .bloc_top_home_content .vu_tv img {
        left: 0 !important
    }

    .bloc_top_home_content {
        margin-top: -21px;
    }

    .bloc_header_interne_top {
        margin-top: -234px !important;
    }

    .main-navigation-wrap .main-navigation {
        display: none
    }

    .main_menu_home_nv .main-navigation-wrap .main-navigation {
        display: block
    }

    .page-template .bloc_top_home_content .col-sm-5 {
        width: 25.666667%;
    }

    .page-template .bloc_top_home_content .col-sm-4 {
        width: 40.333333%;
    }

    .bloc_top_home_content .voyance_sans_cb {
        margin-left: 50px !important;
    }
}

@media screen and (max-width: 320px) {
    .home #page {
        height: 2242px !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 359px) {
    .home #page {
        height: 2242px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 411px) {
    .home #page {
        height: 1128px !important;
    }
}

@media screen and (min-width: 361px) and (max-width: 374px) {
    .home #page {
        height: 1028px !important;
    }
}

@media screen and (min-width: 412px) and (max-width: 640px) {
    .home #page {
        height: 1028px;
    }
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    .home #page {
        height: auto
    }

    .home #marquee_content_page {
        top: -148px;
    }

    .home .site-main {
        width: 100%;
        margin-top: -115px;
        margin-left: 40px;
    }

    .home .site-content {
        min-height: 400px !important;
    }

    .home .bloc_top_home {
        height: 390px;
        top: -350px;
        left: 0;
        margin-bottom: -195px;
    }

    #main_photo_michel_home {
        width: 249px !important;
    }

    .bloc_top_home_content .col-sm-5 {
        width: 100% !important;
        text-align: center;
        margin-top: 15px;
    }

    .bloc_top_home_content .col-sm-3 {
        width: 100%
    }

    .bloc_top_home_content .col-sm-4 {
        width: 100%
    }

    .bloc_top_home_content .col-sm-2 {
        width: 100%
    }

    .bloc_top_home_content .col-sm-5 .ico_tel {
        float: inherit
    }

    .bloc_top_home_content .ico_tel img {
        top: 82px !important;
    }

    .bloc_top_home_content .col-sm-5 .vu_tv img {
        float: inherit
    }

    .bloc_dessous_3_bloc .col-md-4 {
        width: 80%;
    }

    .bloc_dessous_3_bloc .ico_tel_bas_interne {
        left: 207px;
    }

    .bloc_dessous_3_bloc .voyance_par_tel {
        width: 135%;
    }

    .page-template-page-voyance-par-tel .voyance_par_tel .entry-content {
        margin-bottom: -95px;
    }

    .page-template-page-voyance-par-tel .wp-image-154 {
        float: inherit;
        width: 100%;
    }

    .bloc_top_home_content .col-sm-3 .voyance_par_tel {
        float: initial;
        width: 100%;
        left: 0;
    }

    .horoscope-template-default .bloc_top_home_content {
        margin-top: 118px;
    }

    .horoscope-template-default .site-main .col-sm-10 {
        margin-left: 0
    }

    .horoscope-template-default .bloc_sidebar_horoscope {
        margin-top: 0;
        margin-left: 51px;
    }

    .horoscope-template-default .liste_horoscope_du_jour_en_bas,
    .page-template-page-horoscope-mois .liste_horoscope_du_jour_en_bas {
        margin-left: -30px;
    }

    .horoscope-template-default .site-main .entry-content {
        margin-left: 30px;
    }

    .bloc_header_interne_top {
        margin-top: -367px !important;
    }

    .bloc_top_home_content .ico_tel img {
        left: 90px !important
    }

    .fa {
        background: url(../images/menu-responsive.png) no-repeat;
        width: 78px;
        height: 80px;
    }

    .page-template-page-horoscope-mois .bloc_sidebar_horoscope,
    .page-template-page-horoscope-annee .bloc_sidebar_horoscope {
        width: 100%
    }

    .page-template-page-horoscope-mois .bloc_sidebar_horoscope img,
    .page-template-page-horoscope-annee .bloc_sidebar_horoscope img {
        width: 200px;
        margin-right: 20px;
    }

    .bloc_top_home_content .ico_tel img {
        left: 75px;
        margin-top: 0;

    }

    .bloc_header_interne_top {
        margin-top: 0;
    }

    .bloc_top_home_content .vu_tv img {
        position: inherit
    }

    .bloc_top_home_content .col-sm-4 {
        width: 100%
    }

    .voyance_sans_cb {
        margin-left: 0;
        width: auto
    }

    .bloc_3_interne .col-md-4 {
        width: 100%;
        margin-bottom: 50px;
    }

    .bloc_3_interne .col-md-4 .title {
        background-repeat: repeat;
    }

    .bloc_3_interne .wp-image-77 {
        float: inherit;
        width: 50%;
        margin-bottom: -20px;
    }

    .fa-navicon:before,
    .fa-reorder:before,
    .fa-bars:before {
        font-size: 50px;
        color: #fc07b8;
        content: "\f0ca" !important
    }
}

@media screen and (max-width: 360px) {
    #page {
        background: url(images/fond-home.jpg) !important;
        background-repeat: no-repeat !important;
        background-position: top right !important;
        background-size: 116% !important;
        height: auto !important;
    }

    .bloc_top_home_content .voyance_par_tel {}
}

@media screen and (min-width: 320px) and (max-width: 412px) {
    .home #page {
        height: 1080px
    }
}



@media screen and (max-width: 641px) {
    .page-template-page-horoscope-jour .bloc_3_interne {
        margin-top: -150px !important;
        margin-left: 0;
    }

    .page-template-page-horoscope-mois .bloc_3_interne,
    .page-template-page-horoscope-portrait .bloc_3_interne {
        margin-top: 30px !important;
    }

    .bloc_3_interne {
        margin-top: 130px !important;
    }

    .page-template-page-voyance-par-tel .bloc_3_interne {
        display: block;
        width: 100%;
        margin: 0 auto 15px 0;
    }

    .navbar-fixed-top {
        top: inherit;
        position: relative;
    }

    .bloc_3_interne .col-md-4 .description img.alignleft {
        margin-top: -18px;
        width: 42%;
    }

    .page-id-331 .bloc_voyance_direct {
        height: 295px
    }

    html,
    body {
        overflow-x: hidden;
    }

    body {
        position: relative
    }

    .site-footer {
        display: none
    }

    .page-template main,
    .page-template-default main {
        top: 90px;
    }

    .home main {
        top: 0;
    }

    .bloc_top_home_content {
        background: #f5f5f5;
        width: 125%;
        margin-top: -50px !important;
        padding-top: 15px !important;
    }

    .bloc_3_interne .col-md-4 .description p {
        font-size: 12px
    }

    .home .bloc_top_home {
        z-index: 99;
        background: none
    }

    .voyance_sms_mms_wp {
        width: 110%;
        padding: 10px 15px 15px 10px
    }

    .voyance_sms_mms_wp .envoyez_strong {
        font-size: 1.1em;
    }

    .single-horoscope .content-wrap {
        position: relative;
        left: 40px;
        width: 100%;
        /*top: -100px;*/
    }

    .horoscope-template-default .site-main .date {
        float: left;
    }

    .single-horoscope .bloc_top_home_content {
        margin-top: 179px !important;
    }

    .page-id-331 .bloc_voyance_direct .alignleft {
        width: 42%;
    }

    .page-id-331 .bloc_voyance_direct .alignleft {
        margin-top: -19px;
    }

    .center_bloc_voyance_direct {
        width: 100%
    }

    .horoscope-template-default .liste_horoscope_du_jour_en_bas,
    .page-template-page-horoscope-mois .liste_horoscope_du_jour_en_bas {
        /*margin-left: 25px*/
    }

    .page-template-page-horoscope-mois .content-area {
        margin-left: auto;
        padding: 0;
    }

    .horoscope-template-default .content-area {
        margin-left: 0;
        position: relative;
        left: 20px;
    }

    .horoscope-template-default .formulaire_calc_sign,
    .page-template-page-horoscope-jour .formulaire_calc_sign,
    .page-template-page-horoscope-mois .formulaire_calc_sign,
    .page-template-page-horoscope-annee .formulaire_calc_sign {
        width: 100%
    }

    .horoscope-template-default .bloc_sidebar_horoscope {
        margin-top: -75px;
    }

    .horoscope-template-default .liste_horoscope_du_jour_en_bas,
    .page-template-page-horoscope-mois .liste_horoscope_du_jour_en_bas {
        margin-left: 40px;
        margin-top: -80px;
    }

    .horoscope-template-default .site-main .img-horoscope-signle {
        width: 100%
    }

    .horoscope-template-default .site-main header {
        margin-top: 89px;
    }

    .fa {
        background: url(../images/menu-responsive.png) no-repeat;
        width: 78px;
        height: 80px;
    }

    .horoscope-template-default .site-main h1 {
        clear: both;
    }

    .divinologue img {
        position: relative;
        top: -10px;
    }

    .home .divinologue img {
        width: 95px;
        position: relative;
        top: -10px;
    }

    .page-template-page-horoscope-mois .bloc_sidebar_horoscope img,
    .page-template-page-horoscope-annee .bloc_sidebar_horoscope img {
        margin-bottom: 30px;
    }

    .page-template-page-horoscope-mois .site-main .col-xs-2 {
        width: 43.666667%;
    }

    .page-template-page-horoscope-mois .site-main .col-sm-10 {
        width: 100%;
        margin: 0;
    }

    .horoscope-template-default .site-main .col-xs-2 {
        width: 43.666667%;
        padding-left: 0;
        position: relative;
        left: -26px;
        margin-right: -35px;
    }

    .fa-navicon:before,
    .fa-reorder:before,
    .fa-bars:before {
        font-size: 50px;
        color: #fc07b8;
        content: "\f0ca" !important
    }

    button.menu-toggle {
        /*margin-right: 10px;*/
        position: relative;
        top: 16px;
        left: 0;
    }

    .slogan_description {
        margin-left: 27px;
    }

    .page-template h1 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 32px;
    }

    .page-template-page-horoscope-jour .liste_horoscope_du_jour_en_bas {
        float: inherit;
        width: 100%;
        margin: 0 auto;
    }

    .page-template-page-horoscope-jour .content-area {
        margin-left: -30px;
    }

    .horoscope_newsletter {
        float: inherit;
        width: 110%
    }

    .liste_horoscope_du_jour_en_bas {
        margin-left: 25px;
        width: 110%;
    }

    .page-id-331 .bloc_voyance_direct {
        width: 105%;
    }

    .horoscope-template-default,
    .page-template,
    .page-template-default {
        margin-left: 0px;
        /*width: 91%;*/
    }

    .formulaire_calc_sign,
    .page-template-page-horoscope-jour .formulaire_calc_sign,
    .page-template-page-horoscope-mois .formulaire_calc_sign,
    .page-template-page-horoscope-annee .formulaire_calc_sign {
        margin: 0 auto 25px;
        width: 100%;
    }

    .bloc_dessous_3_bloc .col-md-7 {
        width: 100%;
        text-align: justify;
    }

    .home .container-header {
        /*left: 0;*/
    }

    .container-header {
        left: 10px;
    }

    .home .site-content {
        left: inherit;
        margin-left: 0px !important;
        width: 100%;
        /*padding: 15px;*/
        top: inherit;
        height: auto;
        display: table;
        margin-top: -45px;
    }

    .home button.menu-toggle {
        left: -80px !important;
    }

    #page {
        background: url(images/fond-home.jpg) !important;
        background-repeat: no-repeat !important;
        background-position: -95px 0px !important;
        background-size: 116% !important;
        height: auto;
        padding: 0 !important;
    }

    .home #page {
        height: auto !important;
        display: table !important;
        padding: 0 !important;
        /*height: 885px;*/
    }

    .home .michel_home {
        display: none;
    }

    .responsive_menu {
        display: block;
        position: absolute;
        z-index: 9;
        background: white;
    }

    .home .site-main {
        width: 90% !important;
        left: 0;
        margin-top: -27px;
        margin-left: -20px;
    }

    .voyance_sans_cb {
        width: 80% !important;
        margin-top: 5px;
        margin-bottom: 50px;
    }

    .site-content .entry-content p a {
        font-size: 14px;
    }

    .page-template-page-voyance-par-tel .container {
        width: 102%;
    }

    .container {
        /*margin-left: -19px;*/
        width: 100%;
    }

    .footer_bloc_left p {
        margin-bottom: 0;
    }

    .home .site-content .entry-content p {
        width: 100%;
        line-height: 1.3em;
    }

    .entry-header h1 {
        line-height: 1.2em;
        margin-left: -38px;
        padding-right: 50px;
        margin-bottom: 30px;
    }

    .footer_bloc_left p {
        padding-left: 30px;
        margin-bottom: 0;
    }

    .bloc_top_home_content .voyance_par_tel {
        float: inherit;
        margin-left: 0 !important
    }

    .bloc_top_home_content .voyance_sans_cb {
        margin-left: 0 !important
    }

    .bloc_top_home_content .ico_tel {
        float: inherit
    }

    .bloc_top_home_content .ico_tel img {
        position: inherit !important;
        width: 75px;
        /*margin-left: 20px;*/
    }

    .ico_tel img {
        margin-top: 0
    }

    .bloc_top_home_content .voyance_par_tel {
        left: -30px !important;
        width: 400px !important;
        padding-right: 29px;
    }

    .voyance_par_tel .sous_numero {
        padding-left: 50px !important;
    }

    .page-template-page-voyance-par-tel .entry-content .voyance_par_tel .numero a {
        font-size: 22px;
    }

    .home .voyance_par_tel {
        width: 389px;
        position: relative;
        left: -33px;
        float: inherit;
    }

    .bloc_header_interne_top {
        margin-top: -50px !important
    }

    .page-id-21 .entry-header h1 {
        font-size: 15px !important;
    }

    .page-id-331 .entry-header h1 {
        font-size: 17px !important;
    }

    .page-template main,
    .page-template-default main {
        position: relative;
        left: 20px;
        width: 90%;
    }

    .page-template-page-voyance-par-tel .entry-content .voyance_par_tel .title {
        font-size: 20px;
    }

    .page-template-page-voyance-par-tel .bloc_3_interne .col-md-4 {
        width: 100%;
        margin: 0 auto;
        display: table;
        float: none;
        padding: 0;
    }

    .page-template-page-horoscope-jour .list-horoscope-du-jour {
        width: 90px;
    }

    .footer_bandeau_copy {
        width: 105% !important;
        margin-right: 0
    }

    .home #marquee_content_page {
        top: -60px !important;
    }

    #marquee_content_page {
        position: relative;
        top: inherit !important;
        height: auto;
        display: table;
        z-index: +2;
    }

    .page-template:not(.page-template-template-front-page) #primary .entry-content {
        margin-top: 50px;
        top: 30px;
        position: relative;
    }

    .page-template.page-template-page-horoscope-annee-23 #primary #main .horoscope_de_annnee .signe {
        width: 50%;
    }

    .page-template.page-template-page-horoscope-annee-23 #primary #main {
        margin: 0 auto;
        width: 100%;
    }

    .page-template.page-template-page-horoscope-annee-23 #primary #main .bloc_sidebar_horoscope,
    .page-template.page-template-page-horoscope-annee-23 #primary #main .col-xs-12 {
        padding: 0;
    }

    .page-template.page-template-page-horoscope-annee-23 #primary #main .bloc_sidebar_horoscope p a,
    .page-template.page-template-page-horoscope-annee-23 #primary #main .bloc_sidebar_horoscope p a img {
        display: block;
        width: 100%;
        float: none;
    }

    .page-template.page-template-page-horoscope-annee-23 #primary #main .bloc_sidebar_horoscope p a img {
        margin-bottom: 20px;
    }

    .page-template.page-template-page-horoscope-annee-23 #primary #main h1 {
        margin-top: 0;
    }

    .page-template-default:not(.page-template-template-front-page) #primary .entry-content {
        margin-top: 20px;
        top: 30px;
        position: relative;
    }

    .page-template-default:not(.page-template-template-front-page) #primary .entry-content #container-form-mobile {
        margin-bottom: 20px;
    }

    #container-form-mobile .wpcf7-submit {
        display: table;
        margin: 15px auto;
    }

    .page-template.page-template-template-front-page #primary .entry-header h1 {
        margin-top: 10px !important;
        margin-bottom: 10px;
    }

    .bloc_header_interne_top {
        width: 113%
    }

    /*.bloc_header_interne_top{width:100%}*/
    .page-template-default .entry-header h1,
    .page-template .entry-header h1 {
        position: relative;
        left: 38px;
        top: 0;
        font-size: 16px;
    }

    .content-area,
    .widget-area {
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-template .entry-header h1 {
        margin-top: 0 !important;
    }

    .page.page-id-21 .bloc_dessous_3_bloc {
        margin-top:20px;
    }
    .page-id-331 .bloc_voyance_direct .description a{
        display:table;
    }
    .page.page-id-21 .bloc_3_interne .col-md-4{
        width:100%;
        padding:0;
    }
    .page.page-id-331 .bloc_dessous_3_bloc .col-md-7 p{
        font-size: 17px;
        line-height: normal;
    }
    .page-template-page-horoscope-portrait .bloc_dessous_3_bloc .voyance_par_tel p,
    .page.page-id-331 .bloc_dessous_3_bloc .voyance_par_tel p,
    .page.page-id-21 .bloc_dessous_3_bloc .voyance_par_tel p{
        margin:0 auto 25px auto;
        display: table;
    }

    .page-template-page-horoscope-portrait .bloc_dessous_3_bloc{
        margin-top:20px;
    }

    .page-template-page-horoscope-portrait .bloc_dessous_3_bloc .col-md-7 p{
        font-size: 20px;
        line-height: normal;
    }
    .page.page-id-21 .bloc_dessous_3_bloc p{
        font-size: 17px;
        line-height: normal;
        display:table;
    }

    .page.page-id-21 .voyance_par_tel .numero{
        display:block;
    }
    .bloc_dessous_3_bloc {
        margin-top: 125px;
    }

    .bloc_3_interne .wp-image-77 {
        width: 150px;
    }

    .page-template-page-horoscope-mois h1,
    .page-template-page-horoscope-annee h1 {
        font-size: 25px;
        line-height: 1.2em;
        margin-top: 30px;
    }

    .page-template-page-horoscope-mois .bloc_sidebar_horoscope,
    .page-template-page-horoscope-annee .bloc_sidebar_horoscope {
        width: 110%;
        margin-left: -30px;
    }

    .page-template-page-horoscope-mois .bloc_sidebar_horoscope img,
    .page-template-page-horoscope-annee .bloc_sidebar_horoscope img {
        width: 100%;
    }

    .bloc_dessous_3_bloc .col-md-4 {
        width: 100%
    }

    .bloc_dessous_3_bloc .voyance_par_tel {
        margin-bottom: 0 !important;
        position: relative;
        top: -30px;
        width: 105%;
    }

    .page-template-page-voyance-par-tel .bloc_dessous_3_bloc {
        margin-top: 20px;
    }

    .page-template-page-voyance-par-tel .bloc_dessous_3_bloc p {
        font-size: 18px;
        line-height: normal;
    }

    .voyance_par_tel .numero a {
        white-space: nowrap;
    }

    .bloc_dessous_3_bloc .ico_tel_bas_interne {
        left: 0;
        right: 0;
        margin: auto;
    }

    .page-template-page-horoscope-portrait .widget-area.border-left {
        margin: 25px auto 0 auto;
        margin-top: 0;
        top: 20px;
    }

    .page-template-page-horoscope-jour.page-template main,
    .page-template-page-horoscope-mois.page-template main {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .page-template-page-horoscope-mois.page-template main img {
        width: 100%;
    }

    .page-template-page-horoscope-jour.page-template main h1,
    .page-template-page-horoscope-mois.page-template main h1 {
        margin-top: 5px;
    }

    .page-template-page-horoscope-portrait .content-wrap {
        margin-bottom: 0;
    }

    .page-template-page-horoscope-portrait .bloc_3_interne .col-md-4 {
        width: 100%;
        margin: 0 auto 0 10px;
        padding: 0;
        float: none;
    }

    .widget-area.border-left {
        margin-left: 50px;
        margin-top: -50px;
    }

    .page-template-page-voyance-par-tel .entry-content .voyance_par_tel img {
        left: 0;
    }

    .page-template .bloc_header_interne_top {
        /*left: 32px;*/
        z-index: 99;
        width: 120%;
    }

    .page-template-default .bloc_3_interne .col-md-4 {
        width: 104%;
    }

    .bloc_3_interne .col-md-4 {
        width: 100%;
        margin: 0 auto 10px 0;
        padding-left: 15px;
        padding:0;
    }

    .page-template-page-voyance-par-tel .entry-content .voyance_par_tel .numero {
        width: 100%;
        font-size: 28px;
        white-space: nowrap;
    }

    .page-template-page-voyance-par-tel .entry-content .voyance_par_tel .sous_numero {
        display: block;
        margin: 45px auto 0 0;
        padding: 0 !important;
    }

    .page-template-page-voyance-par-tel .entry-content .voyance_par_tel .sous_numero a {
        display: inline-block;
        margin: 10px;
    }

    .bloc_top_home_content .voyance_par_tel {
        margin-bottom: 0 !important
    }

    .page-template-page-voyance-par-tel .voyance_par_tel {
        margin-bottom: -100px;
    }

    .time_now {
        padding-left: 30px;
    }

    .vu_tv {
        display: none
    }

    .site-branding {
        width: 172px;
        margin-top: 21px;
        margin-left: 0px;
    }

    .slogan {
        font-size: 9px;
        margin-left: -37px;
        margin-top: -20px;
        width: 61%;
        line-height: 1.8em;
    }

    .divinologue {
        margin-top: 15px;
        margin-left: -50px;
        width: 130%;
    }

    .home .bloc_top_home {
        width: 112%;
        left: 0px
    }

    .voyance_par_tel .tarif {
        padding-left: 38px;
    }

    .home .ico_tel img {
        width: 75px;
        position: relative;
        top: 0px;
    }

    .site {
        /*overflow:inherit*/
    }

    .home .bloc_top_home_content {
        margin-left: 0 !important
    }

    footer {
        margin-top: 0 !important
    }

    .footer_bandeau_copy {
        height: auto !important;
        line-height: 30px !important;
        padding: 10px;
        margin-top: 0 !important;
    }

    .content-wrap {
        margin-left: 0
    }

    .footer_bloc_left {
        float: inherit;
        left: 0
    }

    .time_now {
        top: -38px;
        float: inherit
    }
}

.top-bar .link-to-customizer {
    color: #fff !important;
    font-size: 13px;
}

.page-id-178 #secondary,
.page-id-178 .row.bloc_3_interne,
.page-id-178 .row.bloc_dessous_3_bloc,
.page-id-163 #secondary,
.page-id-164 #secondary,
.page-id-164 .row.bloc_3_interne,
.page-id-164 .row.bloc_dessous_3_bloc {
    /*display: none !important;*/
}

/*sms mms page*/
.voyance_sms_mms_wp {
    padding: 15px 15px 15px 30px;
}

.page-template-default .bloc_3_interne {
    margin-bottom: 20px;
}

.voyance_sms_mms_wp .fond_marron {
    background-color: #8c0065;
    color: #ffffff;
    font-size: large;
    padding: 14px;
    margin-bottom: 5px;
}

.voyance_sms_mms_wp .envoyez_txt {
    color: #444444;
}

.voyance_sms_mms_wp .envoyez_strong {
    color: #8c0065;
    font-size: x-large;
    text-transform: uppercase;
}

.voyance_sms_mms_wp .envoyez_strong span {
    color: #444444;
    font-size: large;
    text-transform: lowercase;
}

.voyance_sms_mms_wp .small_txt_v {
    color: #444444;
    font-size: x-small;
    text-transform: none;
    text-align: right;
}

.main_menu_home_nv {
    background-color: #8c0065 !important;
    color: #ffffff;
    position: relative;
    top: -50px;

}

.home .main_menu_home_nv {
    width: 100%;
}

.main_menu_home_nv #site-navigation li.current>a,
.main_menu_home_nv #site-navigation li a,
.main_menu_home_nv #site-navigation li a:hover {
    color: #ffffff;
    background-image: url(images/new/menu_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    margin-right: 10px;
}

.main_menu_home_nv #site-navigation li ul li.current>a,
.main_menu_home_nv #site-navigation li ul li a,
.main_menu_home_nv #site-navigation li ul li a:hover {
    color: #ffffff;
    background: none;
}

#colophon {
    position: relative;
    /*margin-top: -172px;*/
}

.home footer {
    /*margin-top:510px;*/
}

.page-template main,
.page-template-default main {
    margin-top: -116px;
}

#main_photo_michel_home {
    /* position: absolute;
    right: 0;
    top:15px;
	z-index: 9;
	width: 508px;
	right: -60px;*/
    right: 0;
    position: relative;
}

.bloc_3_interne {
    margin-top: 40px;
}

.link_home {
    font-size: 24px;
    text-decoration: underline;
}

.horoscope_newsletter .horoscope_gratuit {
    background: #531B00;
    color: white;
    padding: 10px;
}

.bloc_top_home_content .vu_tv img {
    width: 44%;
    position: relative;
    left: 34px;
    top: 30px;
}

.vu_tv img {
    width: 90%;
    position: relative;
    left: 8px;
    top: 35px;
}

#marquee_content_page {
    min-height: 45px;
    color: #333;
    width: 100%;
    font-weight: 700;
    padding-top: 10px;
    position: relative;
    top: -57px
}

#marquee_content_page .container {}

#marquee_content_page a,
#marquee_content_page a:hover,
#marquee_content_page a:focus {
    color: #8c0065;
}

.home .bloc_top_home_content {
    padding: 0;
    /*margin-left: 60px;*/
}

#colophon .site-footer {
    padding-left: 6%;
}

.footer_bandeau_copy {
    background-color: #8c0065;
    color: #ffffff;
    height: 40px;
    width: 100%;
    line-height: 40px;
    margin-top: 30px;
}

.footer_bloc_right {
    height: 25px;
    display: block;
    width: 50%;
}

.col-sm-3 .voyance_par_tel .title {
    text-align: center;
}

.bloc_header_interne_top {
    margin-top: -140px;
}

.bloc_header_interne_top {
    background: #f5f5f5;
    padding: 0 0;
    margin-top: -156px;
    margin-bottom: 52px;
    z-index: -5;
    position: relative;
}

.bloc_top_home_content .voyance_par_tel {
    width: 280px;
    left: -23px;
    position: relative;
}

.bloc_top_home_content .voyance_sans_cb {
    margin-left: -50px;
}

.bloc_top_home_content .ico_tel img {
    position: relative;
    left: 19px;
    top: -20px;
}

.home .bloc_top_home_content .ico_tel img {
    position: relative;
    left: 70px;
    top: -20px;
}

.page-template .bloc_header_interne_top {}

.site-footer .main-navigation li ul li a {
    background: none;
    left: 0;
    padding-left: 16px
}

.home .michel_home {
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 9;
    width: 430px;
}

@media screen and (min-width: 760px) and (max-width: 1400px) {
    .content-wrap {
        margin: 0 auto;
    }
}